From owner-svn-ports-all@freebsd.org Sun Dec 2 01:35:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 881DE132ED1C; Sun, 2 Dec 2018 01:35:01 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FDD97C713; Sun, 2 Dec 2018 01:35:01 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D2BB1FDB0; Sun, 2 Dec 2018 01:35:01 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB21Z0tS039448; Sun, 2 Dec 2018 01:35:00 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB21Z0M9039447; Sun, 2 Dec 2018 01:35:00 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201812020135.wB21Z0M9039447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 2 Dec 2018 01:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486389 - head/editors/emacs-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/editors/emacs-devel X-SVN-Commit-Revision: 486389 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2FDD97C713 X-Spamd-Result: default: False [0.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.06)[0.056,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 01:35:01 -0000 Author: jrm Date: Sun Dec 2 01:35:00 2018 New Revision: 486389 URL: https://svnweb.freebsd.org/changeset/ports/486389 Log: editors/emacs-devel: Update to latest master-branch commit Modified: head/editors/emacs-devel/Makefile (contents, props changed) head/editors/emacs-devel/distinfo (contents, props changed) Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Sat Dec 1 23:15:22 2018 (r486388) +++ head/editors/emacs-devel/Makefile Sun Dec 2 01:35:00 2018 (r486389) @@ -3,7 +3,6 @@ PORTNAME= emacs DISTVERSION= ${EMACS_VER}.${EMACS_REV} -PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors ipv6 PKGNAMESUFFIX= -devel @@ -33,7 +32,7 @@ USE_XORG= ice sm x11 xcb xext xfixes xinerama xmu xran CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= d281189 +GH_TAGNAME= 070ef95 CONFIGURE_ARGS= --disable-build-details \ --localstatedir=/var \ @@ -200,7 +199,7 @@ XWIDGETS_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2 XWIDGETS_IMPLIES= GTK3 EMACS_VER= 27.0.50 -EMACS_REV= 20181126 +EMACS_REV= 20181201 .include Modified: head/editors/emacs-devel/distinfo ============================================================================== --- head/editors/emacs-devel/distinfo Sat Dec 1 23:15:22 2018 (r486388) +++ head/editors/emacs-devel/distinfo Sun Dec 2 01:35:00 2018 (r486389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543318338 -SHA256 (emacs-mirror-emacs-27.0.50.20181126-d281189_GH0.tar.gz) = 4963f88cfc718544869194ec07033c367a7d32dd2a0923547ee587b7048d2992 -SIZE (emacs-mirror-emacs-27.0.50.20181126-d281189_GH0.tar.gz) = 40414024 +TIMESTAMP = 1543702226 +SHA256 (emacs-mirror-emacs-27.0.50.20181201-070ef95_GH0.tar.gz) = ac53f04eb97453dc9050eeaceedf7c6145ae2300309d6186d5fc496cf64eb8f1 +SIZE (emacs-mirror-emacs-27.0.50.20181201-070ef95_GH0.tar.gz) = 40414220 From owner-svn-ports-all@freebsd.org Sun Dec 2 02:37:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B00EF130C2CA; Sun, 2 Dec 2018 02:37:30 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 537B17E78C; Sun, 2 Dec 2018 02:37:30 +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 33775207BA; Sun, 2 Dec 2018 02:37:30 +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 wB22bUlb070194; Sun, 2 Dec 2018 02:37:30 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB22bUD4070193; Sun, 2 Dec 2018 02:37:30 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812020237.wB22bUD4070193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 02:37:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486390 - head/www/varnish6 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/www/varnish6 X-SVN-Commit-Revision: 486390 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 537B17E78C X-Spamd-Result: default: False [0.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.06)[0.056,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 02:37:30 -0000 Author: linimon Date: Sun Dec 2 02:37:29 2018 New Revision: 486390 URL: https://svnweb.freebsd.org/changeset/ports/486390 Log: Flags -Wno-unknown-warning-option -Wno-implicit-fallthrough are not supported by base GCC, making build fail on GCC-based architectures. This changes the location of the BAD_TESTS conditional. PR: 233576 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/www/varnish6/Makefile Modified: head/www/varnish6/Makefile ============================================================================== --- head/www/varnish6/Makefile Sun Dec 2 01:35:00 2018 (r486389) +++ head/www/varnish6/Makefile Sun Dec 2 02:37:29 2018 (r486390) @@ -46,9 +46,14 @@ EXTRA_PATCHES+= ${FILESDIR}/no-inet6.patch OPTIONS_DEFINE= DOCS -.if defined(BAD_TESTS) +.include + post-patch: +.if defined(BAD_TESTS) ${RM} ${BAD_TESTS:C|.+|${WRKSRC}/bin/varnishtest/tests/\0.vtc|} .endif +.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 + ${REINPLACE_CMD} -e '/-Wno-unknown-warning-option -Wno-implicit-fallthrough/d' ${WRKSRC}/configure.ac +.endif -.include +.include From owner-svn-ports-all@freebsd.org Sun Dec 2 02:53:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BBFD130C9BE; Sun, 2 Dec 2018 02:53:32 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B46C77F52E; Sun, 2 Dec 2018 02:53:31 +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 90E5820B27; Sun, 2 Dec 2018 02:53:31 +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 wB22rVwU080696; Sun, 2 Dec 2018 02:53:31 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB22rVQR080695; Sun, 2 Dec 2018 02:53:31 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812020253.wB22rVQR080695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 02:53:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486392 - head/sysutils/cbsd X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/sysutils/cbsd X-SVN-Commit-Revision: 486392 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B46C77F52E X-Spamd-Result: default: False [0.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.05)[0.049,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 02:53:32 -0000 Author: linimon Date: Sun Dec 2 02:53:31 2018 New Revision: 486392 URL: https://svnweb.freebsd.org/changeset/ports/486392 Log: -mminimal-toc needs to be added to CFLAGS on powerpc64 to compile this port. PR: 233651 Submitted by: Piotr Kubaj Approved by: maintainer Modified: head/sysutils/cbsd/Makefile Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Sun Dec 2 02:50:02 2018 (r486391) +++ head/sysutils/cbsd/Makefile Sun Dec 2 02:53:31 2018 (r486392) @@ -21,6 +21,8 @@ USES= libedit pkgconfig USE_GITHUB= yes USE_RC_SUBR= cbsdd cbsdrsyncd cbsd-statsd-bhyve cbsd-statsd-hoster cbsd-statsd-jail +CFLAGS_powerpc64= -mminimal-toc + SUB_FILES= pkg-message pkg-deinstall CBSD_HOME?= ${PREFIX}/cbsd From owner-svn-ports-all@freebsd.org Sun Dec 2 02:50:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 993EB130C815; Sun, 2 Dec 2018 02:50:03 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DAB27F206; Sun, 2 Dec 2018 02:50:03 +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 1EA952098F; Sun, 2 Dec 2018 02:50:03 +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 wB22o3fc075817; Sun, 2 Dec 2018 02:50:03 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB22o3sp075816; Sun, 2 Dec 2018 02:50:03 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812020250.wB22o3sp075816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 02:50:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486391 - head/textproc/tinyxml X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/textproc/tinyxml X-SVN-Commit-Revision: 486391 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3DAB27F206 X-Spamd-Result: default: False [0.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.06)[0.056,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 02:50:03 -0000 Author: linimon Date: Sun Dec 2 02:50:02 2018 New Revision: 486391 URL: https://svnweb.freebsd.org/changeset/ports/486391 Log: USES=compiler:c++11-lang is necessary to link to misc/urdfdom on GCC- based architectures. PR: 233571 Submitted by: Piotr Kubaj Modified: head/textproc/tinyxml/Makefile Modified: head/textproc/tinyxml/Makefile ============================================================================== --- head/textproc/tinyxml/Makefile Sun Dec 2 02:37:29 2018 (r486390) +++ head/textproc/tinyxml/Makefile Sun Dec 2 02:50:02 2018 (r486391) @@ -13,7 +13,7 @@ COMMENT= Small C++ XML parser WRKSRC= ${WRKDIR}/${PORTNAME} -USES= uidfix +USES= compiler:c++11-lang uidfix USE_LDCONFIG= YES SHLIB_MAJOR= 3 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" From owner-svn-ports-all@freebsd.org Sun Dec 2 03:09:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAC9F130D220; Sun, 2 Dec 2018 03:09:03 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C9C180178; Sun, 2 Dec 2018 03:09:03 +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 4C1DF20D7A; Sun, 2 Dec 2018 03:09:03 +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 wB2393rp087195; Sun, 2 Dec 2018 03:09:03 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2393ZP087194; Sun, 2 Dec 2018 03:09:03 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812020309.wB2393ZP087194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 03:09:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486394 - head/graphics/opencolorio X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/graphics/opencolorio X-SVN-Commit-Revision: 486394 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6C9C180178 X-Spamd-Result: default: False [0.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.05)[0.049,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 03:09:04 -0000 Author: linimon Date: Sun Dec 2 03:09:02 2018 New Revision: 486394 URL: https://svnweb.freebsd.org/changeset/ports/486394 Log: Since this port links to libraries compiled with GCC7 on GCC-based architectures, add USES=compiler:c++11-lang to fix linking. PR: 233671 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/graphics/opencolorio/Makefile Modified: head/graphics/opencolorio/Makefile ============================================================================== --- head/graphics/opencolorio/Makefile Sun Dec 2 03:01:44 2018 (r486393) +++ head/graphics/opencolorio/Makefile Sun Dec 2 03:09:02 2018 (r486394) @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS DOCS_CMAKE_BOOL= OCIO_BUILD_DOCS LDFLAGS+= -L${LOCALBASE}/lib -USES= alias cmake:outsource pkgconfig shebangfix +USES= alias compiler:c++11-lang cmake:outsource pkgconfig shebangfix CMAKE_ARGS= -DOCIO_BUILD_JNIGLUE:BOOL=OFF \ -DOCIO_BUILD_NUKE:BOOL=OFF \ -DOCIO_BUILD_STATIC:BOOL=OFF \ From owner-svn-ports-all@freebsd.org Sun Dec 2 03:02:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12C38130CECA; Sun, 2 Dec 2018 03:02:22 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EAEE7FB38; Sun, 2 Dec 2018 03:01:45 +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 1FDC420D14; Sun, 2 Dec 2018 03:01:45 +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 wB231igm082937; Sun, 2 Dec 2018 03:01:44 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB231ivw082936; Sun, 2 Dec 2018 03:01:44 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812020301.wB231ivw082936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 03:01:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486393 - head/devel/yaml-cpp03 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/yaml-cpp03 X-SVN-Commit-Revision: 486393 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3EAEE7FB38 X-Spamd-Result: default: False [0.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.05)[0.049,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 03:02:22 -0000 Author: linimon Date: Sun Dec 2 03:01:44 2018 New Revision: 486393 URL: https://svnweb.freebsd.org/changeset/ports/486393 Log: Add compiler:c++11-lang to USES to fix linking with graphics/opencolorio on GCC-based architectures. PR: 233670 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/devel/yaml-cpp03/Makefile Modified: head/devel/yaml-cpp03/Makefile ============================================================================== --- head/devel/yaml-cpp03/Makefile Sun Dec 2 02:53:31 2018 (r486392) +++ head/devel/yaml-cpp03/Makefile Sun Dec 2 03:01:44 2018 (r486393) @@ -12,7 +12,7 @@ COMMENT= YAML parser and emitter in C++ matching the Y LICENSE= MIT -USES= cmake +USES= compiler:c++11-lang cmake USE_LDCONFIG= yes CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0 From owner-svn-ports-all@freebsd.org Sun Dec 2 04:01:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AD50130F097; Sun, 2 Dec 2018 04:01:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 228808262B; Sun, 2 Dec 2018 04:01:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03B3A216FE; Sun, 2 Dec 2018 04:01:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2417s2014912; Sun, 2 Dec 2018 04:01:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB24177o014905; Sun, 2 Dec 2018 04:01:07 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812020401.wB24177o014905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 2 Dec 2018 04:01:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486395 - in head/audio: . libinstpatch X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . libinstpatch X-SVN-Commit-Revision: 486395 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 228808262B X-Spamd-Result: default: False [0.14 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.06)[0.057,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 04:01:08 -0000 Author: yuri Date: Sun Dec 2 04:01:06 2018 New Revision: 486395 URL: https://svnweb.freebsd.org/changeset/ports/486395 Log: New port: audio/libinstpatch: Instrument file software library Added: head/audio/libinstpatch/ head/audio/libinstpatch/Makefile (contents, props changed) head/audio/libinstpatch/distinfo (contents, props changed) head/audio/libinstpatch/pkg-descr (contents, props changed) head/audio/libinstpatch/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Dec 2 03:09:02 2018 (r486394) +++ head/audio/Makefile Sun Dec 2 04:01:06 2018 (r486395) @@ -417,6 +417,7 @@ SUBDIR += libgpod-sharp SUBDIR += libgroove SUBDIR += libid3tag + SUBDIR += libinstpatch SUBDIR += libkcddb SUBDIR += libkcddb-kde4 SUBDIR += libkcompactdisc Added: head/audio/libinstpatch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libinstpatch/Makefile Sun Dec 2 04:01:06 2018 (r486395) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= libinstpatch +DISTVERSION= 1.0.0 +DISTVERSIONSUFFIX= +svn386 +CATEGORIES= audio +MASTER_SITES= https://bigsearcher.com/mirrors/nongnu/gsequencer/1.4.x/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Instrument file software library + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libsndfile.so:audio/libsndfile + +USES= cmake:outsource gettext-runtime gnome localbase:ldflags pkgconfig tar:bz2 +USE_GNOME= glib20 +USE_LDCONFIG= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} + +.include Added: head/audio/libinstpatch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libinstpatch/distinfo Sun Dec 2 04:01:06 2018 (r486395) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543722380 +SHA256 (libinstpatch-1.0.0+svn386.tar.bz2) = ad2c0ef22d52bc07b0282aba9f49b2e4ccaefc5f9398bb4870ef9beb593eb760 +SIZE (libinstpatch-1.0.0+svn386.tar.bz2) = 477378 Added: head/audio/libinstpatch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libinstpatch/pkg-descr Sun Dec 2 04:01:06 2018 (r486395) @@ -0,0 +1,8 @@ +libInstPatch is a part of Project Swami. + +Project Swami is a collection of free software for editing, managing and playing +musical instruments for MIDI music composition. Current focus is primarily the +SoundFont format, which is an open file format for digital audio "sample" based +instruments. + +WWW: http://www.swamiproject.org/ Added: head/audio/libinstpatch/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libinstpatch/pkg-plist Sun Dec 2 04:01:06 2018 (r486395) @@ -0,0 +1,87 @@ +include/libinstpatch-1.0/libinstpatch/IpatchBase.h +include/libinstpatch-1.0/libinstpatch/IpatchContainer.h +include/libinstpatch-1.0/libinstpatch/IpatchConvert_DLS2.h +include/libinstpatch-1.0/libinstpatch/IpatchConvert_Gig.h +include/libinstpatch-1.0/libinstpatch/IpatchConvert_SF2.h +include/libinstpatch-1.0/libinstpatch/IpatchConverter.h +include/libinstpatch-1.0/libinstpatch/IpatchConverterSF2VoiceCache.h +include/libinstpatch-1.0/libinstpatch/IpatchDLS2.h +include/libinstpatch-1.0/libinstpatch/IpatchDLS2Conn.h +include/libinstpatch-1.0/libinstpatch/IpatchDLS2Info.h +include/libinstpatch-1.0/libinstpatch/IpatchDLS2Inst.h +include/libinstpatch-1.0/libinstpatch/IpatchDLS2Region.h +include/libinstpatch-1.0/libinstpatch/IpatchDLS2Sample.h +include/libinstpatch-1.0/libinstpatch/IpatchDLSFile.h +include/libinstpatch-1.0/libinstpatch/IpatchDLSReader.h +include/libinstpatch-1.0/libinstpatch/IpatchDLSWriter.h +include/libinstpatch-1.0/libinstpatch/IpatchFile.h +include/libinstpatch-1.0/libinstpatch/IpatchGig.h +include/libinstpatch-1.0/libinstpatch/IpatchGigDimension.h +include/libinstpatch-1.0/libinstpatch/IpatchGigEffects.h +include/libinstpatch-1.0/libinstpatch/IpatchGigFile.h +include/libinstpatch-1.0/libinstpatch/IpatchGigInst.h +include/libinstpatch-1.0/libinstpatch/IpatchGigRegion.h +include/libinstpatch-1.0/libinstpatch/IpatchGigSample.h +include/libinstpatch-1.0/libinstpatch/IpatchGigSubRegion.h +include/libinstpatch-1.0/libinstpatch/IpatchItem.h +include/libinstpatch-1.0/libinstpatch/IpatchIter.h +include/libinstpatch-1.0/libinstpatch/IpatchList.h +include/libinstpatch-1.0/libinstpatch/IpatchParamProp.h +include/libinstpatch-1.0/libinstpatch/IpatchPaste.h +include/libinstpatch-1.0/libinstpatch/IpatchRange.h +include/libinstpatch-1.0/libinstpatch/IpatchRiff.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2File.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2Gen.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2GenItem.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2IZone.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2Inst.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2Mod.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2ModItem.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2PZone.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2Preset.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2Reader.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2Sample.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2VoiceCache.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2VoiceCache_DLS.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2VoiceCache_Gig.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2VoiceCache_SF2.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2VoiceCache_VBank.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2Writer.h +include/libinstpatch-1.0/libinstpatch/IpatchSF2Zone.h +include/libinstpatch-1.0/libinstpatch/IpatchSample.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleData.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleList.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleStore.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreCache.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreFile.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreRam.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreRom.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreSndFile.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreSplit24.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreSwap.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleStoreVirtual.h +include/libinstpatch-1.0/libinstpatch/IpatchSampleTransform.h +include/libinstpatch-1.0/libinstpatch/IpatchSndFile.h +include/libinstpatch-1.0/libinstpatch/IpatchTypeProp.h +include/libinstpatch-1.0/libinstpatch/IpatchUnit.h +include/libinstpatch-1.0/libinstpatch/IpatchUnit_DLS.h +include/libinstpatch-1.0/libinstpatch/IpatchUnit_SF2.h +include/libinstpatch-1.0/libinstpatch/IpatchUnit_generic.h +include/libinstpatch-1.0/libinstpatch/IpatchVBank.h +include/libinstpatch-1.0/libinstpatch/IpatchVBankInst.h +include/libinstpatch-1.0/libinstpatch/IpatchVBankRegion.h +include/libinstpatch-1.0/libinstpatch/IpatchVirtualContainer.h +include/libinstpatch-1.0/libinstpatch/IpatchVirtualContainer_types.h +include/libinstpatch-1.0/libinstpatch/IpatchXml.h +include/libinstpatch-1.0/libinstpatch/IpatchXmlObject.h +include/libinstpatch-1.0/libinstpatch/builtin_enums.h +include/libinstpatch-1.0/libinstpatch/libinstpatch.h +include/libinstpatch-1.0/libinstpatch/misc.h +include/libinstpatch-1.0/libinstpatch/sample.h +include/libinstpatch-1.0/libinstpatch/util.h +include/libinstpatch-1.0/libinstpatch/version.h +lib/libinstpatch-1.0.so +lib/libinstpatch-1.0.so.0 +lib/libinstpatch-1.0.so.0.0.0 +libdata/pkgconfig/libinstpatch-1.0.pc From owner-svn-ports-all@freebsd.org Sun Dec 2 08:39:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A868413158DA; Sun, 2 Dec 2018 08:39:52 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A5D88A45A; Sun, 2 Dec 2018 08:39:52 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26A51243D0; Sun, 2 Dec 2018 08:39:52 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB28dqYp056961; Sun, 2 Dec 2018 08:39:52 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB28dpcj056960; Sun, 2 Dec 2018 08:39:51 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201812020839.wB28dpcj056960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 2 Dec 2018 08:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486396 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 486396 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4A5D88A45A X-Spamd-Result: default: False [0.49 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.53)[0.527,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 08:39:52 -0000 Author: riggs Date: Sun Dec 2 08:39:51 2018 New Revision: 486396 URL: https://svnweb.freebsd.org/changeset/ports/486396 Log: Document multiple vulnerabilities in net/uniparser Reported by: sebastian@pipping.org via e-mail Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Dec 2 04:01:06 2018 (r486395) +++ head/security/vuxml/vuln.xml Sun Dec 2 08:39:51 2018 (r486396) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + uriparser -- Multiple vulnerabilities + + + uriparser + 0.9.0 + + + + +

The upstream project reports:

+
+

* Fixed: Out-of-bounds write in uriComposeQuery* and uriComposeQueryEx* + Commit 864f5d4c127def386dd5cc926ad96934b297f04e + Thanks to Google Autofuzz team for the report!

+

* Fixed: Detect integer overflow in uriComposeQuery* and uriComposeQueryEx* + Commit f76275d4a91b28d687250525d3a0c5509bbd666f + Thanks to Google Autofuzz team for the report!

+

* Fixed: Protect uriResetUri* against acting on NULL input + Commit f58c25069cf4a986fe17a80c5b38687e31feb539

+
+ +
+ + CVE-2018-19198 + CVE-2018-19199 + CVE-2018-19200 + https://github.com/uriparser/uriparser/blob/uriparser-0.9.0/ChangeLog + + + 2018-10-27 + 2018-12-02 + +
+ messagelib -- HTML email can open browser window automatically From owner-svn-ports-all@freebsd.org Sun Dec 2 09:31:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F8E21316E5B; Sun, 2 Dec 2018 09:31:25 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 330458B9B5; Sun, 2 Dec 2018 09:31:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1429924CAB; Sun, 2 Dec 2018 09:31:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB29VO35088524; Sun, 2 Dec 2018 09:31:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB29VOd4088523; Sun, 2 Dec 2018 09:31:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812020931.wB29VOd4088523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 2 Dec 2018 09:31:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486397 - head/net-im/ktp-filetransfer-handler X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-im/ktp-filetransfer-handler X-SVN-Commit-Revision: 486397 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 330458B9B5 X-Spamd-Result: default: False [0.49 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.53)[0.527,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 09:31:25 -0000 Author: amdmi3 Date: Sun Dec 2 09:31:24 2018 New Revision: 486397 URL: https://svnweb.freebsd.org/changeset/ports/486397 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/net-im/ktp-filetransfer-handler/Makefile head/net-im/ktp-filetransfer-handler/pkg-descr Modified: head/net-im/ktp-filetransfer-handler/Makefile ============================================================================== --- head/net-im/ktp-filetransfer-handler/Makefile Sun Dec 2 08:39:51 2018 (r486396) +++ head/net-im/ktp-filetransfer-handler/Makefile Sun Dec 2 09:31:24 2018 (r486397) @@ -7,6 +7,9 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging file transfer handler +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals Modified: head/net-im/ktp-filetransfer-handler/pkg-descr ============================================================================== --- head/net-im/ktp-filetransfer-handler/pkg-descr Sun Dec 2 08:39:51 2018 (r486396) +++ head/net-im/ktp-filetransfer-handler/pkg-descr Sun Dec 2 09:31:24 2018 (r486397) @@ -12,4 +12,4 @@ It doesn't set any filter on the MIME type, therefore, all the file transfer channels that aren't received by any other handler filtering on MIME type. -WWW: http://community.kde.org/KTp +WWW: https://community.kde.org/KTp From owner-svn-ports-all@freebsd.org Sun Dec 2 09:35:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFD6C13170ED; Sun, 2 Dec 2018 09:35:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 523448BD41; Sun, 2 Dec 2018 09:35:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1608C24DF5; Sun, 2 Dec 2018 09:35:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB29ZiHB089741; Sun, 2 Dec 2018 09:35:44 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB29ZiC0089737; Sun, 2 Dec 2018 09:35:44 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201812020935.wB29ZiC0089737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 2 Dec 2018 09:35:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486398 - in head/multimedia/mkvtoolnix: . files X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in head/multimedia/mkvtoolnix: . files X-SVN-Commit-Revision: 486398 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 523448BD41 X-Spamd-Result: default: False [0.62 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.54)[0.537,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 09:35:45 -0000 Author: riggs Date: Sun Dec 2 09:35:44 2018 New Revision: 486398 URL: https://svnweb.freebsd.org/changeset/ports/486398 Log: Update to upstream version 29.0.0, pet portlint Added: head/multimedia/mkvtoolnix/files/patch-configure (contents, props changed) head/multimedia/mkvtoolnix/files/patch-src_mkvtoolnix-gui_util_sleep__inhibitor.cpp (contents, props changed) Modified: head/multimedia/mkvtoolnix/Makefile head/multimedia/mkvtoolnix/distinfo Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Sun Dec 2 09:31:24 2018 (r486397) +++ head/multimedia/mkvtoolnix/Makefile Sun Dec 2 09:35:44 2018 (r486398) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 28.2.0 -PORTREVISION= 1 +PORTVERSION= 29.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ @@ -27,6 +26,7 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libmatroska.so:multimedia/libmatroska USES= compiler:c++17-lang iconv localbase pkgconfig tar:xz + GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_PO4A=no CONFIGURE_ARGS= --with-boost=${LOCALBASE} \ @@ -51,7 +51,7 @@ NLS_CONFIGURE_WITH= gettext QT5_DESC= Build and install GUI application (Qt 5) QT5_USES= desktop-file-utils qt:5 shared-mime-info -QT5_USE= QT=buildtools_build,concurrent,core,declarative,gui,multimedia,network,widgets +QT5_USE= QT=buildtools_build,concurrent,core,dbus,declarative,gui,multimedia,network,widgets QT5_CONFIGURE_ENABLE= qt QT5_BUILD_DEPENDS= qmake:devel/qt5-qmake QT5_LIB_DEPENDS= libcmark.so:textproc/cmark Modified: head/multimedia/mkvtoolnix/distinfo ============================================================================== --- head/multimedia/mkvtoolnix/distinfo Sun Dec 2 09:31:24 2018 (r486397) +++ head/multimedia/mkvtoolnix/distinfo Sun Dec 2 09:35:44 2018 (r486398) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540625436 -SHA256 (mkvtoolnix-28.2.0.tar.xz) = aa54b39790e619b2cfdefdd083c735503834eb05c665cd85f9b5a8383bcc5843 -SIZE (mkvtoolnix-28.2.0.tar.xz) = 6546844 +TIMESTAMP = 1543689447 +SHA256 (mkvtoolnix-29.0.0.tar.xz) = 54eb5f88fe3c9c7b5df77f80b0dfcac7695c19a8226f8ba52be8ad15ba0975d3 +SIZE (mkvtoolnix-29.0.0.tar.xz) = 7051380 Added: head/multimedia/mkvtoolnix/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mkvtoolnix/files/patch-configure Sun Dec 2 09:35:44 2018 (r486398) @@ -0,0 +1,17 @@ +--- configure.orig 2018-12-01 11:15:45 UTC ++++ configure +@@ -8467,13 +8467,9 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fmt" >&5 + $as_echo "$ac_cv_fmt" >&6; } + +-if test x"$ac_cv_fmt" = xyes; then +- FMT_INTERNAL=no +-else +- { $as_echo "$as_me:${as_lineno-$LINENO}: Using the internal version of fmt" >&5 ++{ $as_echo "$as_me:${as_lineno-$LINENO}: Using the internal version of fmt" >&5 + $as_echo "$as_me: Using the internal version of fmt" >&6;} + FMT_INTERNAL=yes +-fi + + + Added: head/multimedia/mkvtoolnix/files/patch-src_mkvtoolnix-gui_util_sleep__inhibitor.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mkvtoolnix/files/patch-src_mkvtoolnix-gui_util_sleep__inhibitor.cpp Sun Dec 2 09:35:44 2018 (r486398) @@ -0,0 +1,20 @@ +--- src/mkvtoolnix-gui/util/sleep_inhibitor.cpp.orig 2018-12-01 11:15:36 UTC ++++ src/mkvtoolnix-gui/util/sleep_inhibitor.cpp +@@ -6,7 +6,7 @@ + # include "mkvtoolnix-gui/util/sleep_inhibitor/windows.h" + #elif defined(SYS_APPLE) + # include "mkvtoolnix-gui/util/sleep_inhibitor/macos.h" +-#elif defined(HAVE_QTDBUS) ++#elif defined(SYS_LINUX) + # include "mkvtoolnix-gui/util/sleep_inhibitor/linux_logind.h" + #endif + +@@ -66,7 +66,7 @@ BasicSleepInhibitor::create() { + inhibitor->addInhibitor(std::make_shared()); + #elif defined(SYS_APPLE) + inhibitor->addInhibitor(std::make_shared()); +-#elif defined(HAVE_QTDBUS) ++#elif defined(SYS_LINUX) + inhibitor->addInhibitor(std::make_shared()); + #endif + From owner-svn-ports-all@freebsd.org Sun Dec 2 09:41:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E421A1317362; Sun, 2 Dec 2018 09:41:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 874D48C095; Sun, 2 Dec 2018 09:41:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6877A24F4C; Sun, 2 Dec 2018 09:41:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB29fjbP093323; Sun, 2 Dec 2018 09:41:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB29fimj093318; Sun, 2 Dec 2018 09:41:44 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812020941.wB29fimj093318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 2 Dec 2018 09:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486399 - in head/devel: . py-Dumper X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/devel: . py-Dumper X-SVN-Commit-Revision: 486399 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 874D48C095 X-Spamd-Result: default: False [0.62 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.54)[0.537,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 09:41:46 -0000 Author: pi Date: Sun Dec 2 09:41:44 2018 New Revision: 486399 URL: https://svnweb.freebsd.org/changeset/ports/486399 Log: New port: devel/py-Dumper Dump Python data structures (including class instances) in a nicely- nested, easy-to-read form. Handles recursive data structures properly, and has sensible options for limiting the extent of the dump both by simple depth and by some rules for how to handle contained instances. WWW: https://pypi.org/project/Dumper/ Added: head/devel/py-Dumper/ head/devel/py-Dumper/Makefile (contents, props changed) head/devel/py-Dumper/distinfo (contents, props changed) head/devel/py-Dumper/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Dec 2 09:35:44 2018 (r486398) +++ head/devel/Makefile Sun Dec 2 09:41:44 2018 (r486399) @@ -4260,6 +4260,7 @@ SUBDIR += py-BytecodeAssembler SUBDIR += py-DateTime SUBDIR += py-DocumentTemplate + SUBDIR += py-Dumper SUBDIR += py-ExtensionClass SUBDIR += py-Faker SUBDIR += py-IBMQuantumExperience Added: head/devel/py-Dumper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Dumper/Makefile Sun Dec 2 09:41:44 2018 (r486399) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Dumper +PORTVERSION= 1.0.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= pi@FreeBSD.org +COMMENT= Conveniently print any Python datastructure + +LICENSE= PSFL + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/devel/py-Dumper/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Dumper/distinfo Sun Dec 2 09:41:44 2018 (r486399) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543743096 +SHA256 (Dumper-1.0.4.tar.gz) = 2629c27b66707c6767b126b7fd17d2a0d78e0c1850adf16faf5ecdba12512389 +SIZE (Dumper-1.0.4.tar.gz) = 11935 Added: head/devel/py-Dumper/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-Dumper/pkg-descr Sun Dec 2 09:41:44 2018 (r486399) @@ -0,0 +1,7 @@ +Dump Python data structures (including class instances) in a nicely- +nested, easy-to-read form. Handles recursive data structures properly, +and has sensible options for limiting the extent of the dump both +by simple depth and by some rules for how to handle contained +instances. + +WWW: https://pypi.org/project/Dumper/ From owner-svn-ports-all@freebsd.org Sun Dec 2 09:44:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F0C81317745; Sun, 2 Dec 2018 09:44:49 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16E798C598; Sun, 2 Dec 2018 09:44:49 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC7B024F91; Sun, 2 Dec 2018 09:44:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB29imqr095313; Sun, 2 Dec 2018 09:44:48 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB29imuq095311; Sun, 2 Dec 2018 09:44:48 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812020944.wB29imuq095311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 2 Dec 2018 09:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486400 - branches/2018Q4/security/testssl.sh X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2018Q4/security/testssl.sh X-SVN-Commit-Revision: 486400 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 16E798C598 X-Spamd-Result: default: False [0.40 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_SHORT(0.43)[0.431,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 09:44:49 -0000 Author: tobik Date: Sun Dec 2 09:44:48 2018 New Revision: 486400 URL: https://svnweb.freebsd.org/changeset/ports/486400 Log: MFH: r486327 security/testssl.sh: Update to 3.0rc3 Changes: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc3 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/security/testssl.sh/Makefile branches/2018Q4/security/testssl.sh/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/testssl.sh/Makefile ============================================================================== --- branches/2018Q4/security/testssl.sh/Makefile Sun Dec 2 09:41:44 2018 (r486399) +++ branches/2018Q4/security/testssl.sh/Makefile Sun Dec 2 09:44:48 2018 (r486400) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= testssl.sh -DISTVERSION= 3.0rc2 +DISTVERSION= 3.0rc3 CATEGORIES= security MAINTAINER= tobik@FreeBSD.org Modified: branches/2018Q4/security/testssl.sh/distinfo ============================================================================== --- branches/2018Q4/security/testssl.sh/distinfo Sun Dec 2 09:41:44 2018 (r486399) +++ branches/2018Q4/security/testssl.sh/distinfo Sun Dec 2 09:44:48 2018 (r486400) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539158377 -SHA256 (drwetter-testssl.sh-3.0rc2_GH0.tar.gz) = 9c78313a1926e455e5a89e22c093d3d0d6165d5c03e766c754ec141f3c00580f -SIZE (drwetter-testssl.sh-3.0rc2_GH0.tar.gz) = 9015187 +TIMESTAMP = 1543654405 +SHA256 (drwetter-testssl.sh-3.0rc3_GH0.tar.gz) = 45f8aed24ad749175608a29c50566240a8a1b8ebcb32531d7bf6231ec269f4a5 +SIZE (drwetter-testssl.sh-3.0rc3_GH0.tar.gz) = 9018638 From owner-svn-ports-all@freebsd.org Sun Dec 2 09:48:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D03481317857; Sun, 2 Dec 2018 09:48:56 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70AB58C70A; Sun, 2 Dec 2018 09:48:56 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5080C24FA5; Sun, 2 Dec 2018 09:48:56 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB29muhW095752; Sun, 2 Dec 2018 09:48:56 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB29musE095751; Sun, 2 Dec 2018 09:48:56 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812020948.wB29musE095751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 2 Dec 2018 09:48:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486401 - head/x11-fonts/pcf2bdf X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-fonts/pcf2bdf X-SVN-Commit-Revision: 486401 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 70AB58C70A X-Spamd-Result: default: False [0.40 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_SHORT(0.43)[0.431,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 09:48:57 -0000 Author: tobik Date: Sun Dec 2 09:48:55 2018 New Revision: 486401 URL: https://svnweb.freebsd.org/changeset/ports/486401 Log: Take x11-fonts/pcf2bdf Modified: head/x11-fonts/pcf2bdf/Makefile Modified: head/x11-fonts/pcf2bdf/Makefile ============================================================================== --- head/x11-fonts/pcf2bdf/Makefile Sun Dec 2 09:44:48 2018 (r486400) +++ head/x11-fonts/pcf2bdf/Makefile Sun Dec 2 09:48:55 2018 (r486401) @@ -5,7 +5,7 @@ PORTNAME= pcf2bdf PORTVERSION= 1.05 CATEGORIES= x11-fonts -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Convert X font from PCF to BDF LICENSE= MIT From owner-svn-ports-all@freebsd.org Sun Dec 2 10:06:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2458D1317FB1; Sun, 2 Dec 2018 10:06:01 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBB228D07B; Sun, 2 Dec 2018 10:06:00 +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 9959A252F3; Sun, 2 Dec 2018 10:06:00 +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 wB2A60TV006969; Sun, 2 Dec 2018 10:06:00 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2A60Ha006967; Sun, 2 Dec 2018 10:06:00 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201812021006.wB2A60Ha006967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 2 Dec 2018 10:06:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486402 - head/deskutils/latte-dock X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/deskutils/latte-dock X-SVN-Commit-Revision: 486402 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BBB228D07B X-Spamd-Result: default: False [0.40 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_SHORT(0.43)[0.431,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 10:06:01 -0000 Author: tcberner Date: Sun Dec 2 10:05:59 2018 New Revision: 486402 URL: https://svnweb.freebsd.org/changeset/ports/486402 Log: deskutils/latte-dock: update to 0.8.3 Modified: head/deskutils/latte-dock/Makefile head/deskutils/latte-dock/distinfo Modified: head/deskutils/latte-dock/Makefile ============================================================================== --- head/deskutils/latte-dock/Makefile Sun Dec 2 09:48:55 2018 (r486401) +++ head/deskutils/latte-dock/Makefile Sun Dec 2 10:05:59 2018 (r486402) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= latte-dock -DISTVERSION= 0.8.2 -PORTREVISION= 1 +DISTVERSION= 0.8.3 CATEGORIES= deskutils kde MASTER_SITES= KDE/stable/latte-dock Modified: head/deskutils/latte-dock/distinfo ============================================================================== --- head/deskutils/latte-dock/distinfo Sun Dec 2 09:48:55 2018 (r486401) +++ head/deskutils/latte-dock/distinfo Sun Dec 2 10:05:59 2018 (r486402) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540736177 -SHA256 (latte-dock-0.8.2.tar.xz) = bdb98e9bad1762ec98b10bd671f713f0001bbd8f4095b752fcaa729d5e7f9ca9 -SIZE (latte-dock-0.8.2.tar.xz) = 654976 +TIMESTAMP = 1543059035 +SHA256 (latte-dock-0.8.3.tar.xz) = d3d6920a9020f4afa7663803a095a4b1f6607fbce53fbc828b33778d9e0aefc9 +SIZE (latte-dock-0.8.3.tar.xz) = 656396 From owner-svn-ports-all@freebsd.org Sun Dec 2 10:11:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A17313180A7; Sun, 2 Dec 2018 10:11:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E9148D378; Sun, 2 Dec 2018 10:11:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4AAF2531C; Sun, 2 Dec 2018 10:10:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2AAxq5007618; Sun, 2 Dec 2018 10:10:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2AAwsa007609; Sun, 2 Dec 2018 10:10:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812021010.wB2AAwsa007609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 2 Dec 2018 10:10:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486403 - in head/x11-fonts: . tamsyn tamsyn/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/x11-fonts: . tamsyn tamsyn/files X-SVN-Commit-Revision: 486403 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0E9148D378 X-Spamd-Result: default: False [0.52 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.44)[0.442,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 10:11:00 -0000 Author: tobik Date: Sun Dec 2 10:10:58 2018 New Revision: 486403 URL: https://svnweb.freebsd.org/changeset/ports/486403 Log: New port: x11-fonts/tamsyn Tamsyn is a monospaced bitmap font for programming available in regular and bold styles in sizes 5x9, 6x12, 7x13, 7x14, 8x15, 8x16, and 10x20 for both Xorg and vt(4). WWW: http://www.fial.com/~scott/tamsyn-font/ Added: head/x11-fonts/tamsyn/ head/x11-fonts/tamsyn/Makefile (contents, props changed) head/x11-fonts/tamsyn/distinfo (contents, props changed) head/x11-fonts/tamsyn/files/ head/x11-fonts/tamsyn/files/fonts.alias (contents, props changed) head/x11-fonts/tamsyn/files/paste-char.awk (contents, props changed) head/x11-fonts/tamsyn/pkg-descr (contents, props changed) head/x11-fonts/tamsyn/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sun Dec 2 10:05:59 2018 (r486402) +++ head/x11-fonts/Makefile Sun Dec 2 10:10:58 2018 (r486403) @@ -183,6 +183,7 @@ SUBDIR += stix-fonts SUBDIR += suxus SUBDIR += symbola + SUBDIR += tamsyn SUBDIR += terminus-font SUBDIR += terminus-ttf SUBDIR += tkfont Added: head/x11-fonts/tamsyn/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/tamsyn/Makefile Sun Dec 2 10:10:58 2018 (r486403) @@ -0,0 +1,83 @@ +# $FreeBSD$ + +PORTNAME= tamsyn-font +DISTVERSION= 1.11 +CATEGORIES= x11-fonts +MASTER_SITES= http://www.fial.com/~scott/tamsyn-font/download/ + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Monospaced bitmap font for programming + +LICENSE= TAMSYN +LICENSE_NAME= Tamsyn License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +NO_ARCH= yes + +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= VT X11 +OPTIONS_MULTI= TYPE +OPTIONS_MULTI_TYPE= VT X11 +.if !exists(/usr/bin/vtfontcvt) +OPTIONS_EXCLUDE= VT +.endif +OPTIONS_SUB= yes + +TYPE_DESC= Font type +VT_DESC= Install vt(4) fonts +X11_DESC= Install Xorg bitmap fonts + +VT_BUILD_DEPENDS= pcf2bdf:x11-fonts/pcf2bdf +VT_CHARFIX_7x14= 168 # U+00A8 (DIAERESIS) +VT_CHARFIX_8x15= 180 # U+00B4 (ACUTE ACCENT) +VT_CHARFIX_8x16= 180 + +X11_USES= fonts +X11_USES_OFF= fonts:none + +do-build: + @${DO_NADA} + +do-build-VT-on: +.for sz in 5x9 6x12 7x13 7x14 8x15 8x16 10x20 + pcf2bdf -o ${WRKSRC}/Tamsyn${sz}r.bdf ${WRKSRC}/Tamsyn${sz}r.pcf + pcf2bdf -o ${WRKSRC}/Tamsyn${sz}b.bdf ${WRKSRC}/Tamsyn${sz}b.pcf +.endfor +.for sz in 5x9 6x12 7x13 7x14 8x15 8x16 10x20 +.if !empty(VT_CHARFIX_${sz}) +# Fix fonts that are missing some characters in the regular fonts +# that are available in the bold fonts, which vtfontcvt does not +# like. + ${MV} ${WRKSRC}/Tamsyn${sz}r.bdf \ + ${WRKSRC}/Tamsyn${sz}r.bdf.orig + ${AWK} -f ${FILESDIR}/paste-char.awk \ + -v copy=${VT_CHARFIX_${sz}} \ + ${WRKSRC}/Tamsyn${sz}b.bdf \ + ${WRKSRC}/Tamsyn${sz}r.bdf.orig \ + > ${WRKSRC}/Tamsyn${sz}r.bdf +.endif + vtfontcvt ${sz:S/^/-w /:S/x/ -h /} \ + ${WRKSRC}/Tamsyn${sz}r.bdf \ + ${WRKSRC}/Tamsyn${sz}b.bdf \ + ${WRKSRC}/Tamsyn${sz}.fnt +.endfor + +do-build-X11-on: + ${GZIP_CMD} ${WRKSRC}/*.pcf + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +do-install-VT-on: + ${INSTALL_DATA} ${WRKSRC}/*.fnt ${STAGEDIR}${FONTSDIR} + +do-install-X11-on: + ${INSTALL_DATA} ${FILESDIR}/fonts.alias ${WRKSRC}/*.pcf.gz \ + ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/tamsyn/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/tamsyn/distinfo Sun Dec 2 10:10:58 2018 (r486403) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543700249 +SHA256 (tamsyn-font-1.11.tar.gz) = 97be1b604441b725548c454a92603993eb96e493f508845638a86c8d64fbf24e +SIZE (tamsyn-font-1.11.tar.gz) = 58384 Added: head/x11-fonts/tamsyn/files/fonts.alias ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/tamsyn/files/fonts.alias Sun Dec 2 10:10:58 2018 (r486403) @@ -0,0 +1,14 @@ +tamsyn-5x9 "-Misc-Tamsyn-Medium-R-Normal--9-65-100-100-C-50-ISO8859-1" +tamsyn-bold-5x9 "-Misc-Tamsyn-Bold-R-Normal--9-65-100-100-C-50-ISO8859-1" +tamsyn-6x12 "-Misc-Tamsyn-Medium-R-Normal--12-87-100-100-C-60-ISO8859-1" +tamsyn-bold-6x12 "-Misc-Tamsyn-Bold-R-Normal--12-87-100-100-C-60-ISO8859-1" +tamsyn-7x13 "-Misc-Tamsyn-Medium-R-Normal--13-94-100-100-C-70-ISO8859-1" +tamsyn-bold-7x13 "-Misc-Tamsyn-Bold-R-Normal--13-94-100-100-C-70-ISO8859-1" +tamsyn-7x14 "-Misc-Tamsyn-Medium-R-Normal--14-101-100-100-C-70-ISO8859-1" +tamsyn-bold-7x14 "-Misc-Tamsyn-Bold-R-Normal--14-101-100-100-C-70-ISO8859-1" +tamsyn-8x15 "-Misc-Tamsyn-Medium-R-Normal--15-108-100-100-C-80-ISO8859-1" +tamsyn-bold-8x15 "-Misc-Tamsyn-Bold-R-Normal--15-108-100-100-C-80-ISO8859-1" +tamsyn-8x16 "-Misc-Tamsyn-Medium-R-Normal--16-116-100-100-C-80-ISO8859-1" +tamsyn-bold-8x16 "-Misc-Tamsyn-Bold-R-Normal--16-116-100-100-C-80-ISO8859-1" +tamsyn-10x20 "-Misc-Tamsyn-Medium-R-Normal--20-145-100-100-C-100-ISO8859-1" +tamsyn-bold-10x20 "-Misc-Tamsyn-Bold-R-Normal--20-145-100-100-C-100-ISO8859-1" Added: head/x11-fonts/tamsyn/files/paste-char.awk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/tamsyn/files/paste-char.awk Sun Dec 2 10:10:58 2018 (r486403) @@ -0,0 +1,47 @@ +BEGIN { + char = copy + found = 0 + lineslen = 1 + paste = 0 + prevchar = -1 +} + +paste { + if ($1 == "CHARS") { + printf "CHARS %s\n", $2 + 1 + } else { + print + } +} + + +/^STARTCHAR/, /^ENDCHAR/ { + if (!paste) { + lines[lineslen++] = $0 + } +} + +$1 == "ENCODING" { + if ($2 == char) { + found = 1 + char = prevchar + } + prevchar = $2 +} + +$1 == "ENDCHAR" { + if (paste && found) { + print "" + for (i = 1; i < lineslen; i++) { + print lines[i] + } + found = 0 + } else if (found) { + paste = 1 + found = 0 + nextfile + } else if (!paste) { + lineslen = 1 + found = 0 + } +} Added: head/x11-fonts/tamsyn/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/tamsyn/pkg-descr Sun Dec 2 10:10:58 2018 (r486403) @@ -0,0 +1,5 @@ +Tamsyn is a monospaced bitmap font for programming available in +regular and bold styles in sizes 5x9, 6x12, 7x13, 7x14, 8x15, 8x16, +and 10x20 for both Xorg and vt(4). + +WWW: http://www.fial.com/~scott/tamsyn-font/ Added: head/x11-fonts/tamsyn/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/tamsyn/pkg-plist Sun Dec 2 10:10:58 2018 (r486403) @@ -0,0 +1,23 @@ +%%PORTDOCS%%%%DOCSDIR%%/README +%%VT%%%%FONTSDIR%%/Tamsyn10x20.fnt +%%X11%%%%FONTSDIR%%/Tamsyn10x20b.pcf.gz +%%X11%%%%FONTSDIR%%/Tamsyn10x20r.pcf.gz +%%VT%%%%FONTSDIR%%/Tamsyn5x9.fnt +%%X11%%%%FONTSDIR%%/Tamsyn5x9b.pcf.gz +%%X11%%%%FONTSDIR%%/Tamsyn5x9r.pcf.gz +%%VT%%%%FONTSDIR%%/Tamsyn6x12.fnt +%%X11%%%%FONTSDIR%%/Tamsyn6x12b.pcf.gz +%%X11%%%%FONTSDIR%%/Tamsyn6x12r.pcf.gz +%%VT%%%%FONTSDIR%%/Tamsyn7x13.fnt +%%X11%%%%FONTSDIR%%/Tamsyn7x13b.pcf.gz +%%X11%%%%FONTSDIR%%/Tamsyn7x13r.pcf.gz +%%VT%%%%FONTSDIR%%/Tamsyn7x14.fnt +%%X11%%%%FONTSDIR%%/Tamsyn7x14b.pcf.gz +%%X11%%%%FONTSDIR%%/Tamsyn7x14r.pcf.gz +%%VT%%%%FONTSDIR%%/Tamsyn8x15.fnt +%%X11%%%%FONTSDIR%%/Tamsyn8x15b.pcf.gz +%%X11%%%%FONTSDIR%%/Tamsyn8x15r.pcf.gz +%%VT%%%%FONTSDIR%%/Tamsyn8x16.fnt +%%X11%%%%FONTSDIR%%/Tamsyn8x16b.pcf.gz +%%X11%%%%FONTSDIR%%/Tamsyn8x16r.pcf.gz +%%X11%%%%FONTSDIR%%/fonts.alias From owner-svn-ports-all@freebsd.org Sun Dec 2 10:19:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 338491318409; Sun, 2 Dec 2018 10:19:15 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA7248D660; Sun, 2 Dec 2018 10:19:14 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8AD125497; Sun, 2 Dec 2018 10:19:14 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2AJExr012869; Sun, 2 Dec 2018 10:19:14 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2AJEH1012864; Sun, 2 Dec 2018 10:19:14 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812021019.wB2AJEH1012864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 2 Dec 2018 10:19:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486404 - in head/x11-fonts/profont: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/x11-fonts/profont: . files X-SVN-Commit-Revision: 486404 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CA7248D660 X-Spamd-Result: default: False [0.52 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_SHORT(0.44)[0.442,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 10:19:15 -0000 Author: tobik Date: Sun Dec 2 10:19:13 2018 New Revision: 486404 URL: https://svnweb.freebsd.org/changeset/ports/486404 Log: x11-fonts/profont: Add vt(4) fonts - Take maintainership - Mirror distfile locally; the upstream site seems to have some problems - Add font aliases Added: head/x11-fonts/profont/files/ head/x11-fonts/profont/files/fonts.alias (contents, props changed) Modified: head/x11-fonts/profont/Makefile head/x11-fonts/profont/pkg-plist Modified: head/x11-fonts/profont/Makefile ============================================================================== --- head/x11-fonts/profont/Makefile Sun Dec 2 10:10:58 2018 (r486403) +++ head/x11-fonts/profont/Makefile Sun Dec 2 10:19:13 2018 (r486404) @@ -3,25 +3,62 @@ PORTNAME= profont PORTVERSION= 400 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts -MASTER_SITES= http://tobiasjung.name/downloadfile.php?file=profont-x11.zip?dummy/ +MASTER_SITES= LOCAL/tobik \ + http://tobiasjung.name/downloadfile.php?file=profont-x11.zip?dummy/ DISTNAME= ${PORTNAME}-x11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Ultimate programming font LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= fonts zip +USES= zip + NO_ARCH= yes +OPTIONS_DEFAULT= VT X11 +OPTIONS_MULTI= TYPE +OPTIONS_MULTI_TYPE= VT X11 +.if !exists(/usr/bin/vtfontcvt) +OPTIONS_EXCLUDE= VT +.endif +OPTIONS_SUB= yes + +TYPE_DESC= Font type +VT_DESC= Install vt(4) fonts +X11_DESC= Install Xorg bitmap fonts + +VT_BUILD_DEPENDS= pcf2bdf:x11-fonts/pcf2bdf + +X11_USES= fonts +X11_USES_OFF= fonts:none + do-build: + @${DO_NADA} + +do-build-VT-on: +.for h in 10 11 12 15 17 22 29 + pcf2bdf -o ${WRKSRC}/ProFont_r400-${h}.bdf \ + ${WRKSRC}/ProFont_r400-${h}.pcf + vtfontcvt -h ${h} -w $$(${AWK} '$$1 == "FONTBOUNDINGBOX" { print $$2 }' ${WRKSRC}/ProFont_r400-${h}.bdf) \ + ${WRKSRC}/ProFont_r400-${h}.bdf \ + ${WRKSRC}/ProFont_r400-${h}.fnt +.endfor + +do-build-X11-on: ${GZIP_CMD} ${WRKSRC}/*.pcf do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${STAGEDIR}${FONTSDIR} + +do-install-VT-on: + ${INSTALL_DATA} ${WRKSRC}/*.fnt ${STAGEDIR}${FONTSDIR} + +do-install-X11-on: + ${INSTALL_DATA} ${FILESDIR}/fonts.alias ${WRKSRC}/*.pcf.gz \ + ${STAGEDIR}${FONTSDIR} .include Added: head/x11-fonts/profont/files/fonts.alias ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/profont/files/fonts.alias Sun Dec 2 10:19:13 2018 (r486404) @@ -0,0 +1,7 @@ +profont-10 "-nil-ProFont-medium-r-normal--10-100-72-72-c-50-iso8859-1" +profont-11 "-nil-ProFont-medium-r-normal--11-110-72-72-c-60-iso8859-1" +profont-12 "-nil-ProFont-medium-r-normal--12-120-72-72-c-60-iso8859-1" +profont-15 "-nil-ProFont-medium-r-normal--15-150-72-72-c-70-iso8859-1" +profont-17 "-nil-ProFont-medium-r-normal--17-170-72-72-c-140-iso8859-1" +profont-22 "-nil-ProFont-medium-r-normal--22-220-72-72-c-120-iso8859-1" +profont-29 "-nil-ProFont-medium-r-normal--29-290-72-72-c-160-iso8859-1" Modified: head/x11-fonts/profont/pkg-plist ============================================================================== --- head/x11-fonts/profont/pkg-plist Sun Dec 2 10:10:58 2018 (r486403) +++ head/x11-fonts/profont/pkg-plist Sun Dec 2 10:19:13 2018 (r486404) @@ -1,7 +1,15 @@ -%%FONTSDIR%%/ProFont_r400-10.pcf.gz -%%FONTSDIR%%/ProFont_r400-11.pcf.gz -%%FONTSDIR%%/ProFont_r400-12.pcf.gz -%%FONTSDIR%%/ProFont_r400-15.pcf.gz -%%FONTSDIR%%/ProFont_r400-17.pcf.gz -%%FONTSDIR%%/ProFont_r400-22.pcf.gz -%%FONTSDIR%%/ProFont_r400-29.pcf.gz +%%VT%%%%FONTSDIR%%/ProFont_r400-10.fnt +%%X11%%%%FONTSDIR%%/ProFont_r400-10.pcf.gz +%%VT%%%%FONTSDIR%%/ProFont_r400-11.fnt +%%X11%%%%FONTSDIR%%/ProFont_r400-11.pcf.gz +%%VT%%%%FONTSDIR%%/ProFont_r400-12.fnt +%%X11%%%%FONTSDIR%%/ProFont_r400-12.pcf.gz +%%VT%%%%FONTSDIR%%/ProFont_r400-15.fnt +%%X11%%%%FONTSDIR%%/ProFont_r400-15.pcf.gz +%%VT%%%%FONTSDIR%%/ProFont_r400-17.fnt +%%X11%%%%FONTSDIR%%/ProFont_r400-17.pcf.gz +%%VT%%%%FONTSDIR%%/ProFont_r400-22.fnt +%%X11%%%%FONTSDIR%%/ProFont_r400-22.pcf.gz +%%VT%%%%FONTSDIR%%/ProFont_r400-29.fnt +%%X11%%%%FONTSDIR%%/ProFont_r400-29.pcf.gz +%%X11%%%%FONTSDIR%%/fonts.alias From owner-svn-ports-all@freebsd.org Sun Dec 2 10:25:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F6E61318A46; Sun, 2 Dec 2018 10:25:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40CE18DBD7; Sun, 2 Dec 2018 10:25:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1CC342562E; Sun, 2 Dec 2018 10:25:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2AP64v018010; Sun, 2 Dec 2018 10:25:06 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2AP6b6018008; Sun, 2 Dec 2018 10:25:06 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812021025.wB2AP6b6018008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 2 Dec 2018 10:25:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486405 - head/x11-fonts/spleen X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-fonts/spleen X-SVN-Commit-Revision: 486405 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 40CE18DBD7 X-Spamd-Result: default: False [0.52 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.44)[0.442,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 10:25:07 -0000 Author: tobik Date: Sun Dec 2 10:25:06 2018 New Revision: 486405 URL: https://svnweb.freebsd.org/changeset/ports/486405 Log: x11-fonts/spleen: Unbreak build when vtfontcvt is missing Submitted by: jbeich (based on) Differential Revision: https://reviews.freebsd.org/D18386 Modified: head/x11-fonts/spleen/Makefile head/x11-fonts/spleen/pkg-plist Modified: head/x11-fonts/spleen/Makefile ============================================================================== --- head/x11-fonts/spleen/Makefile Sun Dec 2 10:19:13 2018 (r486404) +++ head/x11-fonts/spleen/Makefile Sun Dec 2 10:25:06 2018 (r486405) @@ -14,10 +14,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -OPTIONS_DEFINE= DOCS X11 -OPTIONS_DEFAULT= X11 +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= VT X11 +OPTIONS_MULTI= TYPE +OPTIONS_MULTI_TYPE= VT X11 +.if !exists(/usr/bin/vtfontcvt) +OPTIONS_EXCLUDE= VT +.endif OPTIONS_SUB= yes +TYPE_DESC= Font type +VT_DESC= Install vt(4) fonts +X11_DESC= Install Xorg bitmap fonts + X11_BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf X11_USES= fonts X11_USES_OFF= fonts:none @@ -26,6 +35,9 @@ post-patch: @${REINPLACE_CMD} -E 's/^FONT "(.*)"$$/FONT \1/g' ${WRKSRC}/*.bdf do-build: + @${DO_NADA} + +do-build-VT-on: # 32x64 appears to be too large for vtfontcvt: Unsupported wbytes 4! .for sz in 5x8 8x16 12x24 16x32 vtfontcvt ${sz:S/^/-w /:S/x/ -h /} \ @@ -40,11 +52,13 @@ do-build-X11-on: do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.fnt ${STAGEDIR}${FONTSDIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +do-install-VT-on: + ${INSTALL_DATA} ${WRKSRC}/*.fnt ${STAGEDIR}${FONTSDIR} do-install-X11-on: ${INSTALL_DATA} ${WRKSRC}/fonts.alias-spleen \ Modified: head/x11-fonts/spleen/pkg-plist ============================================================================== --- head/x11-fonts/spleen/pkg-plist Sun Dec 2 10:19:13 2018 (r486404) +++ head/x11-fonts/spleen/pkg-plist Sun Dec 2 10:25:06 2018 (r486405) @@ -1,11 +1,11 @@ %%PORTDOCS%%%%DOCSDIR%%/README.md %%X11%%%%FONTSDIR%%/fonts.alias -%%FONTSDIR%%/spleen-12x24.fnt +%%VT%%%%FONTSDIR%%/spleen-12x24.fnt %%X11%%%%FONTSDIR%%/spleen-12x24.pcf.gz -%%FONTSDIR%%/spleen-16x32.fnt +%%VT%%%%FONTSDIR%%/spleen-16x32.fnt %%X11%%%%FONTSDIR%%/spleen-16x32.pcf.gz %%X11%%%%FONTSDIR%%/spleen-32x64.pcf.gz -%%FONTSDIR%%/spleen-5x8.fnt +%%VT%%%%FONTSDIR%%/spleen-5x8.fnt %%X11%%%%FONTSDIR%%/spleen-5x8.pcf.gz -%%FONTSDIR%%/spleen-8x16.fnt +%%VT%%%%FONTSDIR%%/spleen-8x16.fnt %%X11%%%%FONTSDIR%%/spleen-8x16.pcf.gz From owner-svn-ports-all@freebsd.org Sun Dec 2 10:38:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DE301318F0E; Sun, 2 Dec 2018 10:38:46 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19F4D8E168; Sun, 2 Dec 2018 10:38:46 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9A44257F2; Sun, 2 Dec 2018 10:38:45 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2AcjWD023993; Sun, 2 Dec 2018 10:38:45 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2AcjpX023990; Sun, 2 Dec 2018 10:38:45 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201812021038.wB2AcjpX023990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 2 Dec 2018 10:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486406 - head/mail/postfix-current X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix-current X-SVN-Commit-Revision: 486406 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 19F4D8E168 X-Spamd-Result: default: False [0.40 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.43)[0.431,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 10:38:46 -0000 Author: ohauer Date: Sun Dec 2 10:38:45 2018 New Revision: 486406 URL: https://svnweb.freebsd.org/changeset/ports/486406 Log: - update to 3.4-20181130 Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Dec 2 10:25:06 2018 (r486405) +++ head/mail/postfix-current/Makefile Sun Dec 2 10:38:45 2018 (r486406) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.4-20181123 -PORTREVISION?= 1 +DISTVERSION= 3.4-20181130 +PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sun Dec 2 10:25:06 2018 (r486405) +++ head/mail/postfix-current/distinfo Sun Dec 2 10:38:45 2018 (r486406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543021039 -SHA256 (postfix/postfix-3.4-20181123.tar.gz) = e3316778e10878854a67e83ee6f37adcbd3217156e3c7b9c93684cec1d6ffa16 -SIZE (postfix/postfix-3.4-20181123.tar.gz) = 4506866 +TIMESTAMP = 1543626630 +SHA256 (postfix/postfix-3.4-20181130.tar.gz) = b23b32dc3af7402742babaab6333c9777c807906ed81fe5f2405699d2b170d4b +SIZE (postfix/postfix-3.4-20181130.tar.gz) = 4508910 From owner-svn-ports-all@freebsd.org Sun Dec 2 10:52:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E52B1319481; Sun, 2 Dec 2018 10:52:38 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1ED358E89B; Sun, 2 Dec 2018 10:52:38 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3EC225B1A; Sun, 2 Dec 2018 10:52:37 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2AqbhH033885; Sun, 2 Dec 2018 10:52:37 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Aqbvr033884; Sun, 2 Dec 2018 10:52:37 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201812021052.wB2Aqbvr033884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 2 Dec 2018 10:52:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486407 - head/lang/gcc8-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc8-devel X-SVN-Commit-Revision: 486407 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1ED358E89B X-Spamd-Result: default: False [0.40 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.43)[0.431,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 10:52:38 -0000 Author: gerald Date: Sun Dec 2 10:52:37 2018 New Revision: 486407 URL: https://svnweb.freebsd.org/changeset/ports/486407 Log: Update to the 20181130 snapshot of GCC 8.2.1. Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Sun Dec 2 10:38:45 2018 (r486406) +++ head/lang/gcc8-devel/Makefile Sun Dec 2 10:52:37 2018 (r486407) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.2.1.s20181123 +PORTVERSION= 8.2.1.s20181130 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Sun Dec 2 10:38:45 2018 (r486406) +++ head/lang/gcc8-devel/distinfo Sun Dec 2 10:52:37 2018 (r486407) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543180230 -SHA256 (gcc-8-20181123.tar.xz) = e35fe8aae95021b470c25c75aecbc53bcd585c2b70796fc6cef48537d079d115 -SIZE (gcc-8-20181123.tar.xz) = 61756228 +TIMESTAMP = 1543689537 +SHA256 (gcc-8-20181130.tar.xz) = 8d1c72c1416e3ac931a5ec6627d6564aced39d84ec0e58a84e962f0aea293aff +SIZE (gcc-8-20181130.tar.xz) = 61761124 From owner-svn-ports-all@freebsd.org Sun Dec 2 12:34:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53404131BB1C; Sun, 2 Dec 2018 12:34:03 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9B166AA9E; Sun, 2 Dec 2018 12:34:02 +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 C8FEC26B50; Sun, 2 Dec 2018 12:34:02 +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 wB2CY28Z084553; Sun, 2 Dec 2018 12:34:02 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2CY2km084552; Sun, 2 Dec 2018 12:34:02 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812021234.wB2CY2km084552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 12:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486408 - head/deskutils/gnome-clocks X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/deskutils/gnome-clocks X-SVN-Commit-Revision: 486408 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E9B166AA9E X-Spamd-Result: default: False [0.24 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.27)[0.273,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 12:34:03 -0000 Author: linimon Date: Sun Dec 2 12:34:02 2018 New Revision: 486408 URL: https://svnweb.freebsd.org/changeset/ports/486408 Log: Now builds on powerpc64. Reported by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/deskutils/gnome-clocks/Makefile Modified: head/deskutils/gnome-clocks/Makefile ============================================================================== --- head/deskutils/gnome-clocks/Makefile Sun Dec 2 10:52:37 2018 (r486407) +++ head/deskutils/gnome-clocks/Makefile Sun Dec 2 12:34:02 2018 (r486408) @@ -13,8 +13,6 @@ COMMENT= Clocks for GNOME 3 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-unused-but-set-variable" - BUILD_DEPENDS= itstool:textproc/itstool \ vala:lang/vala LIB_DEPENDS= libgeoclue-2.so:net/geoclue \ From owner-svn-ports-all@freebsd.org Sun Dec 2 12:41:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70EE013212A5; Sun, 2 Dec 2018 12:41:53 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 384F26B1DE; Sun, 2 Dec 2018 12:41:53 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1907526CC2; Sun, 2 Dec 2018 12:41:53 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2CfqZP085757; Sun, 2 Dec 2018 12:41:52 GMT (envelope-from ericbsd@FreeBSD.org) Received: (from ericbsd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2CfqOR085756; Sun, 2 Dec 2018 12:41:52 GMT (envelope-from ericbsd@FreeBSD.org) Message-Id: <201812021241.wB2CfqOR085756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ericbsd set sender to ericbsd@FreeBSD.org using -f From: Eric Turgeon Date: Sun, 2 Dec 2018 12:41:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486409 - head/ports-mgmt/synth X-SVN-Group: ports-head X-SVN-Commit-Author: ericbsd X-SVN-Commit-Paths: head/ports-mgmt/synth X-SVN-Commit-Revision: 486409 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 384F26B1DE X-Spamd-Result: default: False [-0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_HAM_SHORT(-0.11)[-0.113,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 12:41:53 -0000 Author: ericbsd Date: Sun Dec 2 12:41:52 2018 New Revision: 486409 URL: https://svnweb.freebsd.org/changeset/ports/486409 Log: update ports-mgmt/synth to 2.07 Approved by: mentors (implicit) Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Sun Dec 2 12:34:02 2018 (r486408) +++ head/ports-mgmt/synth/Makefile Sun Dec 2 12:41:52 2018 (r486409) @@ -3,7 +3,7 @@ PORTNAME= synth DISTVERSIONPREFIX= v -DISTVERSION= 2.06 +DISTVERSION= 2.07 CATEGORIES= ports-mgmt MAINTAINER= ericbsd@FreeBSD.org Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Sun Dec 2 12:34:02 2018 (r486408) +++ head/ports-mgmt/synth/distinfo Sun Dec 2 12:41:52 2018 (r486409) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538051846 -SHA256 (jrmarino-synth-v2.06_GH0.tar.gz) = ba624da88e2260d46578a060a7e2c0329ea4e3a9564cbce09534cd4f9c321bf5 -SIZE (jrmarino-synth-v2.06_GH0.tar.gz) = 169854 +TIMESTAMP = 1543753920 +SHA256 (jrmarino-synth-v2.07_GH0.tar.gz) = 4856ea8e432c2f19aef60f37e1531eebfac267e306677a02891da26aa59e10f4 +SIZE (jrmarino-synth-v2.07_GH0.tar.gz) = 170323 From owner-svn-ports-all@freebsd.org Sun Dec 2 12:44:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D96F713215B5; Sun, 2 Dec 2018 12:44:42 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B86C6B3DB; Sun, 2 Dec 2018 12:44:42 +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 5849526D0C; Sun, 2 Dec 2018 12:44:42 +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 wB2CigLP089795; Sun, 2 Dec 2018 12:44:42 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Cigwp089794; Sun, 2 Dec 2018 12:44:42 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812021244.wB2Cigwp089794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 12:44:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486410 - head/multimedia/subtitlecomposer X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/multimedia/subtitlecomposer X-SVN-Commit-Revision: 486410 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7B86C6B3DB X-Spamd-Result: default: False [-0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_HAM_SHORT(-0.11)[-0.113,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 12:44:43 -0000 Author: linimon Date: Sun Dec 2 12:44:41 2018 New Revision: 486410 URL: https://svnweb.freebsd.org/changeset/ports/486410 Log: USES=compiler:c++11-lang is needed to build this port on gcc-based architectures. While here, pet portlint. PR: 233582 Submitted by: Piotr Kubaj Approved by: maintainer Modified: head/multimedia/subtitlecomposer/Makefile Modified: head/multimedia/subtitlecomposer/Makefile ============================================================================== --- head/multimedia/subtitlecomposer/Makefile Sun Dec 2 12:41:52 2018 (r486409) +++ head/multimedia/subtitlecomposer/Makefile Sun Dec 2 12:44:41 2018 (r486410) @@ -12,13 +12,13 @@ COMMENT= Subtitle editor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_INSTALL= subtitlecomposer-kde4-* - LIB_DEPENDS= libicui18n.so:devel/icu \ libavcodec.so:multimedia/ffmpeg -USES= cmake:outsource desktop-file-utils gettext kde:5 pkgconfig \ - qt:5 shared-mime-info +CONFLICTS_INSTALL= subtitlecomposer-kde4-* + +USES= compiler:c++11-lang cmake:outsource desktop-file-utils gettext \ + kde:5 pkgconfig qt:5 shared-mime-info USE_KDE= auth codecs config configwidgets coreaddons ecm_build i18n \ kio kross sonnet textwidgets widgetsaddons xmlgui USE_QT= buildtools_build qmake_build core gui widgets From owner-svn-ports-all@freebsd.org Sun Dec 2 12:47:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6D99132166E; Sun, 2 Dec 2018 12:47:38 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D94E6B504; Sun, 2 Dec 2018 12:47:38 +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 3EA3A26D12; Sun, 2 Dec 2018 12:47:38 +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 wB2ClcsW090033; Sun, 2 Dec 2018 12:47:38 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2ClcZZ090032; Sun, 2 Dec 2018 12:47:38 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812021247.wB2ClcZZ090032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 12:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486411 - head/graphics/panoglview X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/graphics/panoglview X-SVN-Commit-Revision: 486411 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D94E6B504 X-Spamd-Result: default: False [-0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_HAM_SHORT(-0.11)[-0.113,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 12:47:38 -0000 Author: linimon Date: Sun Dec 2 12:47:37 2018 New Revision: 486411 URL: https://svnweb.freebsd.org/changeset/ports/486411 Log: USES=compiler:c++11-lang is required to build this port on GCC-based architectures. PR: 233613 Submitted by: Piotr Kubaj Approved by: maintainer Modified: head/graphics/panoglview/Makefile Modified: head/graphics/panoglview/Makefile ============================================================================== --- head/graphics/panoglview/Makefile Sun Dec 2 12:44:41 2018 (r486410) +++ head/graphics/panoglview/Makefile Sun Dec 2 12:47:37 2018 (r486411) @@ -10,7 +10,7 @@ MASTER_SITES= SF/hugin/${PORTNAME}/${PORTNAME}-${PORTV MAINTAINER= ii@any.com.ru COMMENT= Panorama viewer using OpenGL -USES= gmake +USES= compiler:c++11-lang gmake USE_GL= glu GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-unicode From owner-svn-ports-all@freebsd.org Sun Dec 2 12:49:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A859C1321707; Sun, 2 Dec 2018 12:49:54 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E9A06B63A; Sun, 2 Dec 2018 12:49:54 +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 2FB1426D16; Sun, 2 Dec 2018 12:49:54 +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 wB2CnrP6090234; Sun, 2 Dec 2018 12:49:53 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Cnr7i090233; Sun, 2 Dec 2018 12:49:53 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812021249.wB2Cnr7i090233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 12:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486412 - head/math/graphthing X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/math/graphthing X-SVN-Commit-Revision: 486412 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4E9A06B63A X-Spamd-Result: default: False [-0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_HAM_SHORT(-0.11)[-0.113,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 12:49:54 -0000 Author: linimon Date: Sun Dec 2 12:49:53 2018 New Revision: 486412 URL: https://svnweb.freebsd.org/changeset/ports/486412 Log: USES=compiler:c++11-lang is necessary to fix build on GCC-based architectures. While here, pet portlint. PR: 233614 Submitted by: Piotr Kubaj Modified: head/math/graphthing/Makefile Modified: head/math/graphthing/Makefile ============================================================================== --- head/math/graphthing/Makefile Sun Dec 2 12:47:37 2018 (r486411) +++ head/math/graphthing/Makefile Sun Dec 2 12:49:53 2018 (r486412) @@ -13,8 +13,8 @@ COMMENT= Tool that allows you to create, manipulate, a LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= bison compiler:c++11-lang gmake tar:bzip2 USE_GNOME= gtk20 -USES= bison gmake tar:bzip2 USE_WX= 2.8 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Sun Dec 2 12:52:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CB1F132191E; Sun, 2 Dec 2018 12:52:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C680F6BADD; Sun, 2 Dec 2018 12:52:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7AD726EBE; Sun, 2 Dec 2018 12:52:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2CqwUP095164; Sun, 2 Dec 2018 12:52:58 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2CqwTZ095163; Sun, 2 Dec 2018 12:52:58 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812021252.wB2CqwTZ095163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 12:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486413 - head/science/kst2 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/science/kst2 X-SVN-Commit-Revision: 486413 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C680F6BADD X-Spamd-Result: default: False [-0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_HAM_SHORT(-0.11)[-0.113,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 12:52:59 -0000 Author: linimon Date: Sun Dec 2 12:52:58 2018 New Revision: 486413 URL: https://svnweb.freebsd.org/changeset/ports/486413 Log: USES=compiler:c++11-lang is necessary to fix build on GCC-based architectures. PR: 233615 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/science/kst2/Makefile Modified: head/science/kst2/Makefile ============================================================================== --- head/science/kst2/Makefile Sun Dec 2 12:49:53 2018 (r486412) +++ head/science/kst2/Makefile Sun Dec 2 12:52:58 2018 (r486413) @@ -62,7 +62,7 @@ NETCDF_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Netcdf= TOOLKIT_DESC= Qt toolkit QT4_USES= qt:4 QT4_USE= ${_USE_QT4:S/^/QT=/} -QT5_USES= qt:5 +QT5_USES= compiler:c++11-lang qt:5 QT5_USE= ${_USE_QT5:S/^/QT=/} QT5_CMAKE_ON= -Dkst_qt5=on From owner-svn-ports-all@freebsd.org Sun Dec 2 12:59:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E65AC1321A68; Sun, 2 Dec 2018 12:59:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88A136BD58; Sun, 2 Dec 2018 12:59:24 +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 650DC26EC3; Sun, 2 Dec 2018 12:59:24 +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 wB2CxOZM095576; Sun, 2 Dec 2018 12:59:24 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2CxO2n095575; Sun, 2 Dec 2018 12:59:24 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812021259.wB2CxO2n095575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 12:59:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486414 - head/deskutils/flameshot X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/deskutils/flameshot X-SVN-Commit-Revision: 486414 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 88A136BD58 X-Spamd-Result: default: False [-0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.11)[-0.113,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 12:59:25 -0000 Author: linimon Date: Sun Dec 2 12:59:23 2018 New Revision: 486414 URL: https://svnweb.freebsd.org/changeset/ports/486414 Log: USES=compiler:c++11-lang is necessary to fix build on GCC-based architectures. PR: 233634 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/deskutils/flameshot/Makefile Modified: head/deskutils/flameshot/Makefile ============================================================================== --- head/deskutils/flameshot/Makefile Sun Dec 2 12:52:58 2018 (r486413) +++ head/deskutils/flameshot/Makefile Sun Dec 2 12:59:23 2018 (r486414) @@ -17,7 +17,7 @@ GH_ACCOUNT= lupoDharkael INSTALL_ICONS= yes -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes USE_GL= gl USE_QT= core dbus gui linguist network widgets \ From owner-svn-ports-all@freebsd.org Sun Dec 2 13:05:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF5EF1321D0B; Sun, 2 Dec 2018 13:05:45 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A0D36C140; Sun, 2 Dec 2018 13:05:44 +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 37AF627058; Sun, 2 Dec 2018 13:05:44 +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 wB2D5i4J000700; Sun, 2 Dec 2018 13:05:44 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2D5iOp000699; Sun, 2 Dec 2018 13:05:44 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812021305.wB2D5iOp000699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 2 Dec 2018 13:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486415 - head/devel/appstream-glib X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/appstream-glib X-SVN-Commit-Revision: 486415 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5A0D36C140 X-Spamd-Result: default: False [-0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_HAM_SHORT(-0.11)[-0.113,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 13:05:46 -0000 Author: linimon Date: Sun Dec 2 13:05:43 2018 New Revision: 486415 URL: https://svnweb.freebsd.org/changeset/ports/486415 Log: USES=compiler:c++11 is necessary to fix build on GCC-based architectures. While here, pet portlint. PR: 233639 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/devel/appstream-glib/Makefile Modified: head/devel/appstream-glib/Makefile ============================================================================== --- head/devel/appstream-glib/Makefile Sun Dec 2 12:59:23 2018 (r486414) +++ head/devel/appstream-glib/Makefile Sun Dec 2 13:05:43 2018 (r486415) @@ -13,8 +13,6 @@ COMMENT= Library to help with AppStream metadata LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_BUILD= appstream-glib-0.5.* - BUILD_DEPENDS= gtkdoc-check:textproc/gtk-doc \ gcab:archivers/gcab LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ @@ -25,7 +23,9 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libfreetype.so:print/freetype2 RUN_DEPENDS= gcab:archivers/gcab -USES= gettext gperf gnome libarchive meson \ +CONFLICTS_BUILD= appstream-glib-0.5.* + +USES= compiler:c11 gettext gperf gnome libarchive meson \ pkgconfig sqlite tar:xz USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 introspection:build \ libxml2:build pango From owner-svn-ports-all@freebsd.org Sun Dec 2 15:24:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA9BA1324D4A; Sun, 2 Dec 2018 15:24:16 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 528696FBBB; Sun, 2 Dec 2018 15:24:16 +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 3540A756; Sun, 2 Dec 2018 15:24:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FOFUe071555; Sun, 2 Dec 2018 15:24:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FOFjL071554; Sun, 2 Dec 2018 15:24:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021524.wB2FOFjL071554@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, 2 Dec 2018 15:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486416 - in head/security/rubygem-ezcrypto: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security/rubygem-ezcrypto: . files X-SVN-Commit-Revision: 486416 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 528696FBBB X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.19)[0.185,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:24:16 -0000 Author: sunpoet Date: Sun Dec 2 15:24:15 2018 New Revision: 486416 URL: https://svnweb.freebsd.org/changeset/ports/486416 Log: Use REINPLACE_CMD instead of patch file It helps to simplify devel/ruby-gems update. With hat: ruby Deleted: head/security/rubygem-ezcrypto/files/ Modified: head/security/rubygem-ezcrypto/Makefile Modified: head/security/rubygem-ezcrypto/Makefile ============================================================================== --- head/security/rubygem-ezcrypto/Makefile Sun Dec 2 13:05:43 2018 (r486415) +++ head/security/rubygem-ezcrypto/Makefile Sun Dec 2 15:24:15 2018 (r486416) @@ -13,8 +13,12 @@ COMMENT= Wrapper for the poorly documented OpenSSL rub LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's|"test/store".freeze, ||' ${WRKSRC}/${GEMSPEC} .include From owner-svn-ports-all@freebsd.org Sun Dec 2 15:24:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4064B1324D7C; Sun, 2 Dec 2018 15:24:30 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 660436FC90; Sun, 2 Dec 2018 15:24:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40939757; Sun, 2 Dec 2018 15:24:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FOOWN071678; Sun, 2 Dec 2018 15:24:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FOODf071677; Sun, 2 Dec 2018 15:24:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021524.wB2FOODf071677@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, 2 Dec 2018 15:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486417 - in head/www/rubygem-gitlab-grack: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/rubygem-gitlab-grack: . files X-SVN-Commit-Revision: 486417 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 660436FC90 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:24:30 -0000 Author: sunpoet Date: Sun Dec 2 15:24:23 2018 New Revision: 486417 URL: https://svnweb.freebsd.org/changeset/ports/486417 Log: Use REINPLACE_CMD instead of patch file It helps to simplify devel/ruby-gems update. Deleted: head/www/rubygem-gitlab-grack/files/ Modified: head/www/rubygem-gitlab-grack/Makefile Modified: head/www/rubygem-gitlab-grack/Makefile ============================================================================== --- head/www/rubygem-gitlab-grack/Makefile Sun Dec 2 15:24:15 2018 (r486416) +++ head/www/rubygem-gitlab-grack/Makefile Sun Dec 2 15:24:23 2018 (r486417) @@ -13,8 +13,12 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rack15>=1.5.1:www/rubygem-rack15 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e '/s.executables = \["console".freeze, "testserver".freeze\]/d; s|"bin/console".freeze, "bin/testserver".freeze, ||' ${WRKSRC}/${GEMSPEC} .include From owner-svn-ports-all@freebsd.org Sun Dec 2 15:25:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DBED1324E7C; Sun, 2 Dec 2018 15:25:28 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E40786FE48; Sun, 2 Dec 2018 15:25: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 C6670758; Sun, 2 Dec 2018 15:25: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 wB2FPRQ4071871; Sun, 2 Dec 2018 15:25:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FPROJ071870; Sun, 2 Dec 2018 15:25:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021525.wB2FPROJ071870@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, 2 Dec 2018 15:25:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486418 - head/devel/ruby-gems X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/ruby-gems X-SVN-Commit-Revision: 486418 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E40786FE48 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:25:28 -0000 Author: sunpoet Date: Sun Dec 2 15:25:27 2018 New Revision: 486418 URL: https://svnweb.freebsd.org/changeset/ports/486418 Log: Update comment for ruby-gems update Modified: head/devel/ruby-gems/Makefile Modified: head/devel/ruby-gems/Makefile ============================================================================== --- head/devel/ruby-gems/Makefile Sun Dec 2 15:24:23 2018 (r486417) +++ head/devel/ruby-gems/Makefile Sun Dec 2 15:25:27 2018 (r486418) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gems -# Do not forget to update the following gemspec patches: -# - security/rubygem-ezcrypto/files/patch-gemspec -# - www/rubygem-gitlab-grack/files/patch-gemspec +# Do not forget to check the following ports which contain gemspec patches: +# - security/rubygem-ezcrypto +# - www/rubygem-gitlab-grack PORTVERSION= 2.7.7 CATEGORIES= devel ruby MASTER_SITES= https://production.cf.rubygems.org/rubygems/ From owner-svn-ports-all@freebsd.org Sun Dec 2 15:28:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0B8A1324FE0; Sun, 2 Dec 2018 15:28: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77C987001D; Sun, 2 Dec 2018 15:28:15 +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 58C0F75B; Sun, 2 Dec 2018 15:28:15 +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 wB2FSFMf072147; Sun, 2 Dec 2018 15:28:15 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FSEsN072143; Sun, 2 Dec 2018 15:28:14 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201812021528.wB2FSEsN072143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 2 Dec 2018 15:28:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486419 - in head: devel/qscintilla2-designerplugin-qt5 multimedia/QtAV www/plasma5-plasma-browser-integration www/qt5-websockets-qml X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: devel/qscintilla2-designerplugin-qt5 multimedia/QtAV www/plasma5-plasma-browser-integration www/qt5-websockets-qml X-SVN-Commit-Revision: 486419 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 77C987001D X-Spamd-Result: default: False [0.28 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_SHORT(0.20)[0.197,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:28:16 -0000 Author: tcberner Date: Sun Dec 2 15:28:14 2018 New Revision: 486419 URL: https://svnweb.freebsd.org/changeset/ports/486419 Log: Set c++11 on some more kde@ ports. PR: 233721 Submitted by: Piotr Kubaj Modified: head/devel/qscintilla2-designerplugin-qt5/Makefile head/multimedia/QtAV/Makefile head/www/plasma5-plasma-browser-integration/Makefile head/www/qt5-websockets-qml/Makefile Modified: head/devel/qscintilla2-designerplugin-qt5/Makefile ============================================================================== --- head/devel/qscintilla2-designerplugin-qt5/Makefile Sun Dec 2 15:25:27 2018 (r486418) +++ head/devel/qscintilla2-designerplugin-qt5/Makefile Sun Dec 2 15:28:14 2018 (r486419) @@ -15,7 +15,7 @@ LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-q DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo USE_GL= gl -USES= qmake pyqt:5 qt:5 +USES= compiler:c++11-lang qmake pyqt:5 qt:5 USE_QT= core designer printsupport gui widgets xml \ buildtools_build qmake_build Modified: head/multimedia/QtAV/Makefile ============================================================================== --- head/multimedia/QtAV/Makefile Sun Dec 2 15:25:27 2018 (r486418) +++ head/multimedia/QtAV/Makefile Sun Dec 2 15:28:14 2018 (r486419) @@ -16,7 +16,7 @@ LICENSE_FIKE= ${WRKSRC}/lgpl-2.1.txt LIB_DEPENDS= libass.so:multimedia/libass \ libavcodec.so:multimedia/ffmpeg -USES= qmake:outsource qt:5 +USES= compiler:c++11-lang qmake:outsource qt:5 USE_GL= gl USE_QT= core declarative gui network opengl sql widgets \ buildtools_build qmake_build Modified: head/www/plasma5-plasma-browser-integration/Makefile ============================================================================== --- head/www/plasma5-plasma-browser-integration/Makefile Sun Dec 2 15:25:27 2018 (r486418) +++ head/www/plasma5-plasma-browser-integration/Makefile Sun Dec 2 15:28:14 2018 (r486419) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= plasma5- # this port is not yet using C MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 components to integrate browsers into the desktop -USES= cmake:outsource kde:5 qt:5 +USES= compiler:c++11-lang cmake:outsource kde:5 qt:5 USE_KDE= activities config coreaddons i18n kio notifications package \ plasma-framework runner service windowsystem USE_QT= core dbus gui widgets \ Modified: head/www/qt5-websockets-qml/Makefile ============================================================================== --- head/www/qt5-websockets-qml/Makefile Sun Dec 2 15:25:27 2018 (r486418) +++ head/www/qt5-websockets-qml/Makefile Sun Dec 2 15:28:14 2018 (r486419) @@ -10,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt implementation of WebSocket protocol (QML bindings) USE_QT= buildtools_build core declarative network websockets -USES= qmake qt-dist:5,websockets +USES= compiler:c++11-lang qmake qt-dist:5,websockets USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} .include From owner-svn-ports-all@freebsd.org Sun Dec 2 15:34:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC1381325337; Sun, 2 Dec 2018 15:34:11 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EE78704A8; Sun, 2 Dec 2018 15:34:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5FD43904; Sun, 2 Dec 2018 15:34:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FYBr7077273; Sun, 2 Dec 2018 15:34:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FYAsB077271; Sun, 2 Dec 2018 15:34:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021534.wB2FYAsB077271@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, 2 Dec 2018 15:34:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486420 - head/graphics/py-pydot X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/py-pydot X-SVN-Commit-Revision: 486420 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7EE78704A8 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_SHORT(0.19)[0.185,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:34:12 -0000 Author: sunpoet Date: Sun Dec 2 15:34:10 2018 New Revision: 486420 URL: https://svnweb.freebsd.org/changeset/ports/486420 Log: Update to 1.4.0 - Update WWW Changes: https://github.com/pydot/pydot/blob/master/ChangeLog Modified: head/graphics/py-pydot/Makefile head/graphics/py-pydot/distinfo head/graphics/py-pydot/pkg-descr Modified: head/graphics/py-pydot/Makefile ============================================================================== --- head/graphics/py-pydot/Makefile Sun Dec 2 15:28:14 2018 (r486419) +++ head/graphics/py-pydot/Makefile Sun Dec 2 15:34:10 2018 (r486420) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pydot -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-pydot/distinfo ============================================================================== --- head/graphics/py-pydot/distinfo Sun Dec 2 15:28:14 2018 (r486419) +++ head/graphics/py-pydot/distinfo Sun Dec 2 15:34:10 2018 (r486420) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542735239 -SHA256 (pydot-1.3.0.tar.gz) = 33babe795de6ea2a26c18455e6d8a78b1dbbea6c41363a6136d9f95e9ce78425 -SIZE (pydot-1.3.0.tar.gz) = 127379 +TIMESTAMP = 1543756252 +SHA256 (pydot-1.4.0.tar.gz) = 98195d7d01b7dac65f8307d6d8d26ebddbc1dc86528cd4f85700ce70cf14d70b +SIZE (pydot-1.4.0.tar.gz) = 128114 Modified: head/graphics/py-pydot/pkg-descr ============================================================================== --- head/graphics/py-pydot/pkg-descr Sun Dec 2 15:28:14 2018 (r486419) +++ head/graphics/py-pydot/pkg-descr Sun Dec 2 15:34:10 2018 (r486420) @@ -4,4 +4,4 @@ Graphviz 1.16). Output can be inlined in Postscript in environments like TeXmacs, or output in any of the formats supported by the Graphviz tools dot, neato, twopi. -WWW: https://github.com/erocarrera/pydot +WWW: https://github.com/pydot/pydot From owner-svn-ports-all@freebsd.org Sun Dec 2 15:34:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24E4D132535A; Sun, 2 Dec 2018 15:34:21 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBBB570544; Sun, 2 Dec 2018 15:34:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 11B2D905; Sun, 2 Dec 2018 15:34:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FYJNt077412; Sun, 2 Dec 2018 15:34:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FYJrs077409; Sun, 2 Dec 2018 15:34:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021534.wB2FYJrs077409@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, 2 Dec 2018 15:34:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486421 - head/security/py-certifi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-certifi X-SVN-Commit-Revision: 486421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BBBB570544 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:34:21 -0000 Author: sunpoet Date: Sun Dec 2 15:34:19 2018 New Revision: 486421 URL: https://svnweb.freebsd.org/changeset/ports/486421 Log: Update to 2018.11.29 - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/certifi/python-certifi/commits/master Modified: head/security/py-certifi/Makefile head/security/py-certifi/distinfo head/security/py-certifi/pkg-descr Modified: head/security/py-certifi/Makefile ============================================================================== --- head/security/py-certifi/Makefile Sun Dec 2 15:34:10 2018 (r486420) +++ head/security/py-certifi/Makefile Sun Dec 2 15:34:19 2018 (r486421) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= certifi -PORTVERSION= 2018.4.16 +PORTVERSION= 2018.11.29 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= python@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Mozilla SSL certificates LICENSE= MPL20 -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/security/py-certifi/distinfo ============================================================================== --- head/security/py-certifi/distinfo Sun Dec 2 15:34:10 2018 (r486420) +++ head/security/py-certifi/distinfo Sun Dec 2 15:34:19 2018 (r486421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523979002 -SHA256 (certifi-2018.4.16.tar.gz) = 13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7 -SIZE (certifi-2018.4.16.tar.gz) = 149967 +TIMESTAMP = 1543683452 +SHA256 (certifi-2018.11.29.tar.gz) = 47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7 +SIZE (certifi-2018.11.29.tar.gz) = 153772 Modified: head/security/py-certifi/pkg-descr ============================================================================== --- head/security/py-certifi/pkg-descr Sun Dec 2 15:34:10 2018 (r486420) +++ head/security/py-certifi/pkg-descr Sun Dec 2 15:34:19 2018 (r486421) @@ -1,3 +1,8 @@ -Certifi: Python Mozilla's SSL Certificates. +Certifi is a carefully curated collection of Root Certificates for validating +the trustworthiness of SSL certificates while verifying the identity of TLS +hosts. It has been extracted from the Requests project. -WWW: https://pypi.org/project/certifi/ +This MPL Licensed CA Bundle is extracted from the Mozilla Included CA +Certificate List. + +WWW: https://certifi.io/ From owner-svn-ports-all@freebsd.org Sun Dec 2 15:34:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24D81132537A; Sun, 2 Dec 2018 15:34: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C102E705C1; Sun, 2 Dec 2018 15:34:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 566E9906; Sun, 2 Dec 2018 15:34:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FYSAh077540; Sun, 2 Dec 2018 15:34:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FYSIX077539; Sun, 2 Dec 2018 15:34:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021534.wB2FYSIX077539@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, 2 Dec 2018 15:34:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486422 - head/www/py-flask-apscheduler X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-flask-apscheduler X-SVN-Commit-Revision: 486422 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C102E705C1 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:34:29 -0000 Author: sunpoet Date: Sun Dec 2 15:34:27 2018 New Revision: 486422 URL: https://svnweb.freebsd.org/changeset/ports/486422 Log: Update to 1.11.0 Changes: https://github.com/viniciuschiele/flask-apscheduler/releases Modified: head/www/py-flask-apscheduler/Makefile head/www/py-flask-apscheduler/distinfo Modified: head/www/py-flask-apscheduler/Makefile ============================================================================== --- head/www/py-flask-apscheduler/Makefile Sun Dec 2 15:34:19 2018 (r486421) +++ head/www/py-flask-apscheduler/Makefile Sun Dec 2 15:34:27 2018 (r486422) @@ -1,11 +1,12 @@ # Created by: Mark Felder # $FreeBSD$ -PORTNAME= Flask-APScheduler -PORTVERSION= 1.10.1 +PORTNAME= flask-apscheduler +PORTVERSION= 1.11.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Flask-APScheduler-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= APScheduler support for Flask Modified: head/www/py-flask-apscheduler/distinfo ============================================================================== --- head/www/py-flask-apscheduler/distinfo Sun Dec 2 15:34:19 2018 (r486421) +++ head/www/py-flask-apscheduler/distinfo Sun Dec 2 15:34:27 2018 (r486422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540844838 -SHA256 (Flask-APScheduler-1.10.1.tar.gz) = 6d5939f3be53dfdb2a136c4382f85a6293d50e8664da27f53b607af0b258b69b -SIZE (Flask-APScheduler-1.10.1.tar.gz) = 11573 +TIMESTAMP = 1543756301 +SHA256 (Flask-APScheduler-1.11.0.tar.gz) = 7911d66e449f412d92a1a6c524217f44f4c40a5c92148c60d5189c6c402f87d0 +SIZE (Flask-APScheduler-1.11.0.tar.gz) = 11976 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:34:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 626C313253A0; Sun, 2 Dec 2018 15:34:37 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B5687064C; Sun, 2 Dec 2018 15:34:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E107E907; Sun, 2 Dec 2018 15:34:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FYaEL077665; Sun, 2 Dec 2018 15:34:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FYa0e077663; Sun, 2 Dec 2018 15:34:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021534.wB2FYa0e077663@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, 2 Dec 2018 15:34:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486423 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 486423 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B5687064C X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.19)[0.185,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:34:37 -0000 Author: sunpoet Date: Sun Dec 2 15:34:36 2018 New Revision: 486423 URL: https://svnweb.freebsd.org/changeset/ports/486423 Log: Update to 2.11.182 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Sun Dec 2 15:34:27 2018 (r486422) +++ head/devel/rubygem-aws-sdk-core/Makefile Sun Dec 2 15:34:36 2018 (r486423) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.181 +DISTVERSION= 2.11.182 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Sun Dec 2 15:34:27 2018 (r486422) +++ head/devel/rubygem-aws-sdk-core/distinfo Sun Dec 2 15:34:36 2018 (r486423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543649411 -SHA256 (rubygem/aws-sdk-core-2.11.181.gem) = 3adc20aa77c6b2f97ae0d7e114353b883d2bacc8d9bf3f7a1c6dd30df6710b4e -SIZE (rubygem/aws-sdk-core-2.11.181.gem) = 1480704 +TIMESTAMP = 1543756327 +SHA256 (rubygem/aws-sdk-core-2.11.182.gem) = ff4bb18f65a3c2b7ad5d0936de1bbd64d7c9dd53f5aeb1df5726e91f0dbfd904 +SIZE (rubygem/aws-sdk-core-2.11.182.gem) = 1485824 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:34:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BD3813253CA; Sun, 2 Dec 2018 15:34:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7B7F7071B; Sun, 2 Dec 2018 15:34: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 9CB52909; Sun, 2 Dec 2018 15:34: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 wB2FYjcO077790; Sun, 2 Dec 2018 15:34:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FYj1Z077788; Sun, 2 Dec 2018 15:34:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021534.wB2FYj1Z077788@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, 2 Dec 2018 15:34:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486424 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 486424 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D7B7F7071B X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:34:46 -0000 Author: sunpoet Date: Sun Dec 2 15:34:44 2018 New Revision: 486424 URL: https://svnweb.freebsd.org/changeset/ports/486424 Log: Update to 2.11.182 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Sun Dec 2 15:34:36 2018 (r486423) +++ head/devel/rubygem-aws-sdk-resources/Makefile Sun Dec 2 15:34:44 2018 (r486424) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.181 +DISTVERSION= 2.11.182 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Sun Dec 2 15:34:36 2018 (r486423) +++ head/devel/rubygem-aws-sdk-resources/distinfo Sun Dec 2 15:34:44 2018 (r486424) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543649430 -SHA256 (rubygem/aws-sdk-resources-2.11.181.gem) = 959e0a6e1598f03bd6adb375ac9a7a205d98f32dfe61c188e3b1071a016a0eb9 -SIZE (rubygem/aws-sdk-resources-2.11.181.gem) = 48640 +TIMESTAMP = 1543756346 +SHA256 (rubygem/aws-sdk-resources-2.11.182.gem) = adaca57029c48b61ce3ca82d1372b73914cccd96211506366c5456186637ad40 +SIZE (rubygem/aws-sdk-resources-2.11.182.gem) = 48640 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:34:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 857391325405; Sun, 2 Dec 2018 15:34:54 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AC20707E9; Sun, 2 Dec 2018 15:34:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A3A590A; Sun, 2 Dec 2018 15:34:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FYrOW077918; Sun, 2 Dec 2018 15:34:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FYrdN077917; Sun, 2 Dec 2018 15:34:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021534.wB2FYrdN077917@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, 2 Dec 2018 15:34:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486425 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 486425 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2AC20707E9 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:34:54 -0000 Author: sunpoet Date: Sun Dec 2 15:34:53 2018 New Revision: 486425 URL: https://svnweb.freebsd.org/changeset/ports/486425 Log: Update to 2.11.182 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Sun Dec 2 15:34:44 2018 (r486424) +++ head/devel/rubygem-aws-sdk/Makefile Sun Dec 2 15:34:53 2018 (r486425) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.181 +DISTVERSION= 2.11.182 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Sun Dec 2 15:34:44 2018 (r486424) +++ head/devel/rubygem-aws-sdk/distinfo Sun Dec 2 15:34:53 2018 (r486425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543649450 -SHA256 (rubygem/aws-sdk-2.11.181.gem) = 0a4a640f0907a3e0d05fe01cafbb2d6892f96d02f84918240c9549176ad3adec -SIZE (rubygem/aws-sdk-2.11.181.gem) = 4608 +TIMESTAMP = 1543756365 +SHA256 (rubygem/aws-sdk-2.11.182.gem) = bd9c6a033603a45f5d2daea7cf51d0cdf288ab7603fefb9a60f681ef66fbc260 +SIZE (rubygem/aws-sdk-2.11.182.gem) = 4608 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:35:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D29D1325435; Sun, 2 Dec 2018 15:35:13 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED25A70975; Sun, 2 Dec 2018 15:35:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF9E190C; Sun, 2 Dec 2018 15:35:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FZAla078164; Sun, 2 Dec 2018 15:35:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FZAma078162; Sun, 2 Dec 2018 15:35:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021535.wB2FZAma078162@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, 2 Dec 2018 15:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486427 - head/devel/rubygem-tty-spinner X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-tty-spinner X-SVN-Commit-Revision: 486427 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ED25A70975 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:35:13 -0000 Author: sunpoet Date: Sun Dec 2 15:35:10 2018 New Revision: 486427 URL: https://svnweb.freebsd.org/changeset/ports/486427 Log: Update to 0.9.0 Changes: https://github.com/piotrmurach/tty-spinner/blob/master/CHANGELOG.md Modified: head/devel/rubygem-tty-spinner/Makefile head/devel/rubygem-tty-spinner/distinfo Modified: head/devel/rubygem-tty-spinner/Makefile ============================================================================== --- head/devel/rubygem-tty-spinner/Makefile Sun Dec 2 15:35:01 2018 (r486426) +++ head/devel/rubygem-tty-spinner/Makefile Sun Dec 2 15:35:10 2018 (r486427) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tty-spinner -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,10 +12,11 @@ COMMENT= Terminal spinner for tasks with non-determini LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-tty-cursor>=0.5.0:devel/rubygem-tty-cursor +RUN_DEPENDS= rubygem-tty-cursor>=0.6.0:devel/rubygem-tty-cursor -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-tty-spinner/distinfo ============================================================================== --- head/devel/rubygem-tty-spinner/distinfo Sun Dec 2 15:35:01 2018 (r486426) +++ head/devel/rubygem-tty-spinner/distinfo Sun Dec 2 15:35:10 2018 (r486427) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520794003 -SHA256 (rubygem/tty-spinner-0.8.0.gem) = 2445fd97bcb42ffc5041925783a273018ed8635ba24f801700ddc7fa985f65f7 -SIZE (rubygem/tty-spinner-0.8.0.gem) = 15360 +TIMESTAMP = 1543756383 +SHA256 (rubygem/tty-spinner-0.9.0.gem) = cdb7d9e6d9bd0c330404895db34aa4c79c73419866f7c20359649873fa808808 +SIZE (rubygem/tty-spinner-0.9.0.gem) = 25088 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:35:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DC731325428; Sun, 2 Dec 2018 15:35:11 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EA25708D0; Sun, 2 Dec 2018 15:35:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2445190B; Sun, 2 Dec 2018 15:35: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 wB2FZ2Ie078034; Sun, 2 Dec 2018 15:35:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FZ2SU078033; Sun, 2 Dec 2018 15:35:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021535.wB2FZ2SU078033@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, 2 Dec 2018 15:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486426 - head/devel/rubygem-tty/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-tty/files X-SVN-Commit-Revision: 486426 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4EA25708D0 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:35:11 -0000 Author: sunpoet Date: Sun Dec 2 15:35:01 2018 New Revision: 486426 URL: https://svnweb.freebsd.org/changeset/ports/486426 Log: Fix gemspec for rubygem-tty-spinner 0.9.0 update - Bump PORTREVISION for package change Modified: head/devel/rubygem-tty/files/patch-gemspec Modified: head/devel/rubygem-tty/files/patch-gemspec ============================================================================== --- head/devel/rubygem-tty/files/patch-gemspec Sun Dec 2 15:34:53 2018 (r486425) +++ head/devel/rubygem-tty/files/patch-gemspec Sun Dec 2 15:35:01 2018 (r486426) @@ -1,4 +1,4 @@ ---- tty.gemspec.orig 2018-11-02 21:56:36 UTC +--- tty.gemspec.orig 2018-12-02 13:33:05 UTC +++ tty.gemspec @@ -26,21 +26,21 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then @@ -20,7 +20,8 @@ + s.add_runtime_dependency(%q.freeze, ["~> 0.15"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.16", ">= 0.16.1"]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.4"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.8.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.8.0"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 0.8"]) s.add_runtime_dependency(%q.freeze, ["~> 0.10.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.1.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.3.0"]) From owner-svn-ports-all@freebsd.org Sun Dec 2 15:35:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC18D132548E; Sun, 2 Dec 2018 15:35:20 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A557670A4D; Sun, 2 Dec 2018 15:35:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 213D690D; Sun, 2 Dec 2018 15:35: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 wB2FZJ7U078299; Sun, 2 Dec 2018 15:35:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FZImU078297; Sun, 2 Dec 2018 15:35:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021535.wB2FZImU078297@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, 2 Dec 2018 15:35:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486428 - in head/games/rubygem-lolcat: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/games/rubygem-lolcat: . files X-SVN-Commit-Revision: 486428 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A557670A4D X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:35:21 -0000 Author: sunpoet Date: Sun Dec 2 15:35:18 2018 New Revision: 486428 URL: https://svnweb.freebsd.org/changeset/ports/486428 Log: Update to 99.9.20 Changes: https://github.com/busyloop/lolcat/commits/master Deleted: head/games/rubygem-lolcat/files/ Modified: head/games/rubygem-lolcat/Makefile head/games/rubygem-lolcat/distinfo Modified: head/games/rubygem-lolcat/Makefile ============================================================================== --- head/games/rubygem-lolcat/Makefile Sun Dec 2 15:35:10 2018 (r486427) +++ head/games/rubygem-lolcat/Makefile Sun Dec 2 15:35:18 2018 (r486428) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= lolcat -PORTVERSION= 99.9.19 -PORTREVISION= 1 +PORTVERSION= 99.9.20 CATEGORIES= games MASTER_SITES= RG Modified: head/games/rubygem-lolcat/distinfo ============================================================================== --- head/games/rubygem-lolcat/distinfo Sun Dec 2 15:35:10 2018 (r486427) +++ head/games/rubygem-lolcat/distinfo Sun Dec 2 15:35:18 2018 (r486428) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536187882 -SHA256 (rubygem/lolcat-99.9.19.gem) = 35d1c82ac1a2af2e72362c0065157f5995e42149b3877fe9744973d09448f517 -SIZE (rubygem/lolcat-99.9.19.gem) = 57856 +TIMESTAMP = 1543756406 +SHA256 (rubygem/lolcat-99.9.20.gem) = 0751fc077530e4e7ce1bb0e68a06b7c21663c91c9e2c424432c5e64f49cd9fe5 +SIZE (rubygem/lolcat-99.9.20.gem) = 57856 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:35:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCA6E13254F3; Sun, 2 Dec 2018 15:35:33 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EC0E70B9A; Sun, 2 Dec 2018 15:35:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3D6990F; Sun, 2 Dec 2018 15:35: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 wB2FZRmb078426; Sun, 2 Dec 2018 15:35:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FZRW9078424; Sun, 2 Dec 2018 15:35:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021535.wB2FZRW9078424@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, 2 Dec 2018 15:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486429 - head/devel/rubygem-activesupport5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-activesupport5 X-SVN-Commit-Revision: 486429 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7EC0E70B9A X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:35:34 -0000 Author: sunpoet Date: Sun Dec 2 15:35:26 2018 New Revision: 486429 URL: https://svnweb.freebsd.org/changeset/ports/486429 Log: Update to 5.1.6.1 Changes: https://github.com/rails/rails/blob/5-1-stable/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport5/Makefile head/devel/rubygem-activesupport5/distinfo Modified: head/devel/rubygem-activesupport5/Makefile ============================================================================== --- head/devel/rubygem-activesupport5/Makefile Sun Dec 2 15:35:18 2018 (r486428) +++ head/devel/rubygem-activesupport5/Makefile Sun Dec 2 15:35:26 2018 (r486429) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -20,8 +20,9 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2:devel/ruby PORTSCOUT= limit:^5\.1\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-activesupport5/distinfo ============================================================================== --- head/devel/rubygem-activesupport5/distinfo Sun Dec 2 15:35:18 2018 (r486428) +++ head/devel/rubygem-activesupport5/distinfo Sun Dec 2 15:35:26 2018 (r486429) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371056 -SHA256 (rubygem/activesupport-5.1.6.gem) = 94d2f2a9fe1a7421165e0014eaa4c8eb2d229f72dc9815cf7c2f0c595f05b521 -SIZE (rubygem/activesupport-5.1.6.gem) = 370176 +TIMESTAMP = 1543660317 +SHA256 (rubygem/activesupport-5.1.6.1.gem) = fa78e56360106d5e508818a4f0b5d234ea1f2183c755134b6276aba1101c3831 +SIZE (rubygem/activesupport-5.1.6.1.gem) = 370176 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:35:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E710132551C; Sun, 2 Dec 2018 15:35:38 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA48970C09; Sun, 2 Dec 2018 15:35:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0131A910; Sun, 2 Dec 2018 15:35:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FZZGd078554; Sun, 2 Dec 2018 15:35:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FZZ2P078552; Sun, 2 Dec 2018 15:35:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021535.wB2FZZ2P078552@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, 2 Dec 2018 15:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486430 - head/databases/rubygem-activemodel5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activemodel5 X-SVN-Commit-Revision: 486430 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AA48970C09 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:35:38 -0000 Author: sunpoet Date: Sun Dec 2 15:35:35 2018 New Revision: 486430 URL: https://svnweb.freebsd.org/changeset/ports/486430 Log: Update to 5.1.6.1 Changes: https://github.com/rails/rails/blob/5-1-stable/activemodel/CHANGELOG.md Modified: head/databases/rubygem-activemodel5/Makefile head/databases/rubygem-activemodel5/distinfo Modified: head/databases/rubygem-activemodel5/Makefile ============================================================================== --- head/databases/rubygem-activemodel5/Makefile Sun Dec 2 15:35:26 2018 (r486429) +++ head/databases/rubygem-activemodel5/Makefile Sun Dec 2 15:35:35 2018 (r486430) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.6.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -17,8 +17,9 @@ RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:de PORTSCOUT= limit:^5\.1\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/databases/rubygem-activemodel5/distinfo ============================================================================== --- head/databases/rubygem-activemodel5/distinfo Sun Dec 2 15:35:26 2018 (r486429) +++ head/databases/rubygem-activemodel5/distinfo Sun Dec 2 15:35:35 2018 (r486430) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371065 -SHA256 (rubygem/activemodel-5.1.6.gem) = 7e3d2904a524a18c4f710a170243eac706279a36142289431d3c504df665c881 -SIZE (rubygem/activemodel-5.1.6.gem) = 51712 +TIMESTAMP = 1543660269 +SHA256 (rubygem/activemodel-5.1.6.1.gem) = 00ccdcd6003c11640e813d8511ad7362ad823e0db95637bf2239f1e1196489d8 +SIZE (rubygem/activemodel-5.1.6.1.gem) = 51712 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:35:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E1C21325577; Sun, 2 Dec 2018 15:35:56 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B106D70DC5; Sun, 2 Dec 2018 15:35:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C03E8912; Sun, 2 Dec 2018 15:35:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FZqJ4078804; Sun, 2 Dec 2018 15:35:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FZqEp078802; Sun, 2 Dec 2018 15:35:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021535.wB2FZqEp078802@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, 2 Dec 2018 15:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486432 - head/devel/rubygem-actionview5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-actionview5 X-SVN-Commit-Revision: 486432 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B106D70DC5 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:35:56 -0000 Author: sunpoet Date: Sun Dec 2 15:35:52 2018 New Revision: 486432 URL: https://svnweb.freebsd.org/changeset/ports/486432 Log: Update to 5.1.6.1 Changes: https://github.com/rails/rails/blob/5-1-stable/actionview/CHANGELOG.md Modified: head/devel/rubygem-actionview5/Makefile head/devel/rubygem-actionview5/distinfo Modified: head/devel/rubygem-actionview5/Makefile ============================================================================== --- head/devel/rubygem-actionview5/Makefile Sun Dec 2 15:35:43 2018 (r486431) +++ head/devel/rubygem-actionview5/Makefile Sun Dec 2 15:35:52 2018 (r486432) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -21,8 +21,9 @@ RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:de PORTSCOUT= limit:^5\.1\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-actionview5/distinfo ============================================================================== --- head/devel/rubygem-actionview5/distinfo Sun Dec 2 15:35:43 2018 (r486431) +++ head/devel/rubygem-actionview5/distinfo Sun Dec 2 15:35:52 2018 (r486432) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371093 -SHA256 (rubygem/actionview-5.1.6.gem) = 0181e71b9d307425605c50aa70358148aa0dff270bf2e07dbb87acb3d3a7ddcd -SIZE (rubygem/actionview-5.1.6.gem) = 161792 +TIMESTAMP = 1543660228 +SHA256 (rubygem/actionview-5.1.6.1.gem) = 5783dc24973b15cb33e48341b268c6b3ad2e5750f536d36eb9d489274846dc1c +SIZE (rubygem/actionview-5.1.6.1.gem) = 161792 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:36:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EFE513255B9; Sun, 2 Dec 2018 15:36:04 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8DB670E98; Sun, 2 Dec 2018 15:36:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B943913; Sun, 2 Dec 2018 15:36:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2Fa1qg078936; Sun, 2 Dec 2018 15:36:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Fa1Ug078934; Sun, 2 Dec 2018 15:36:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021536.wB2Fa1Ug078934@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, 2 Dec 2018 15:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486433 - head/devel/rubygem-activejob5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-activejob5 X-SVN-Commit-Revision: 486433 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B8DB670E98 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:36:04 -0000 Author: sunpoet Date: Sun Dec 2 15:36:00 2018 New Revision: 486433 URL: https://svnweb.freebsd.org/changeset/ports/486433 Log: Update to 5.1.6.1 Changes: https://github.com/rails/rails/blob/5-1-stable/activejob/CHANGELOG.md Security: f96044a2-7df9-414b-9f6b-6e5b85d06c86 MFH: 2018Q4 Modified: head/devel/rubygem-activejob5/Makefile head/devel/rubygem-activejob5/distinfo Modified: head/devel/rubygem-activejob5/Makefile ============================================================================== --- head/devel/rubygem-activejob5/Makefile Sun Dec 2 15:35:52 2018 (r486432) +++ head/devel/rubygem-activejob5/Makefile Sun Dec 2 15:36:00 2018 (r486433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -18,8 +18,9 @@ RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:de PORTSCOUT= limit:^5\.1\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-activejob5/distinfo ============================================================================== --- head/devel/rubygem-activejob5/distinfo Sun Dec 2 15:35:52 2018 (r486432) +++ head/devel/rubygem-activejob5/distinfo Sun Dec 2 15:36:00 2018 (r486433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371103 -SHA256 (rubygem/activejob-5.1.6.gem) = a291963337402f3dcd5aee1dff3fd980256742bb0cfa06c47315257d11d69a0a -SIZE (rubygem/activejob-5.1.6.gem) = 25600 +TIMESTAMP = 1543660249 +SHA256 (rubygem/activejob-5.1.6.1.gem) = 8875a51226f5a4f75ba2be209c0b801bae602d1f9471db495b0a67f10e8158e7 +SIZE (rubygem/activejob-5.1.6.1.gem) = 26112 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:35:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCC181325543; Sun, 2 Dec 2018 15:35:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8362B70CE6; Sun, 2 Dec 2018 15:35:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5498E911; Sun, 2 Dec 2018 15:35:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FZiOg078679; Sun, 2 Dec 2018 15:35:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FZhvQ078677; Sun, 2 Dec 2018 15:35:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021535.wB2FZhvQ078677@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, 2 Dec 2018 15:35:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486431 - head/databases/rubygem-activerecord5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activerecord5 X-SVN-Commit-Revision: 486431 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8362B70CE6 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:35:47 -0000 Author: sunpoet Date: Sun Dec 2 15:35:43 2018 New Revision: 486431 URL: https://svnweb.freebsd.org/changeset/ports/486431 Log: Update to 5.1.6.1 Changes: https://github.com/rails/rails/blob/5-1-stable/activerecord/CHANGELOG.md Modified: head/databases/rubygem-activerecord5/Makefile head/databases/rubygem-activerecord5/distinfo Modified: head/databases/rubygem-activerecord5/Makefile ============================================================================== --- head/databases/rubygem-activerecord5/Makefile Sun Dec 2 15:35:35 2018 (r486430) +++ head/databases/rubygem-activerecord5/Makefile Sun Dec 2 15:35:43 2018 (r486431) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.6.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -19,8 +19,9 @@ RUN_DEPENDS= rubygem-activemodel5>=${PORTVERSION}:data PORTSCOUT= limit:^5\.1\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/databases/rubygem-activerecord5/distinfo ============================================================================== --- head/databases/rubygem-activerecord5/distinfo Sun Dec 2 15:35:35 2018 (r486430) +++ head/databases/rubygem-activerecord5/distinfo Sun Dec 2 15:35:43 2018 (r486431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371079 -SHA256 (rubygem/activerecord-5.1.6.gem) = 1da0546d452cc9b25b900bc2616b57d1e41e24039c33466b46d7add27fdf13c7 -SIZE (rubygem/activerecord-5.1.6.gem) = 355328 +TIMESTAMP = 1543660292 +SHA256 (rubygem/activerecord-5.1.6.1.gem) = 4946ae8a770d9a58fecfa16791769dff6e837c8e8970a04b9c2854d584580947 +SIZE (rubygem/activerecord-5.1.6.1.gem) = 355328 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:36:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 042F5132560E; Sun, 2 Dec 2018 15:36: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E10770F59; Sun, 2 Dec 2018 15:36:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 029E3915; Sun, 2 Dec 2018 15:36:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2Fa9G6079072; Sun, 2 Dec 2018 15:36:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Fa9qx079071; Sun, 2 Dec 2018 15:36:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021536.wB2Fa9qx079071@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, 2 Dec 2018 15:36:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486434 - head/www/rubygem-actionpack5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-actionpack5 X-SVN-Commit-Revision: 486434 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9E10770F59 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:36:12 -0000 Author: sunpoet Date: Sun Dec 2 15:36:09 2018 New Revision: 486434 URL: https://svnweb.freebsd.org/changeset/ports/486434 Log: Update to 5.1.6.1 Changes: https://github.com/rails/rails/blob/5-1-stable/actionpack/CHANGELOG.md Modified: head/www/rubygem-actionpack5/Makefile head/www/rubygem-actionpack5/distinfo Modified: head/www/rubygem-actionpack5/Makefile ============================================================================== --- head/www/rubygem-actionpack5/Makefile Sun Dec 2 15:36:00 2018 (r486433) +++ head/www/rubygem-actionpack5/Makefile Sun Dec 2 15:36:09 2018 (r486434) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.6.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -22,8 +22,9 @@ RUN_DEPENDS= rubygem-actionview5>=${PORTVERSION}:devel PORTSCOUT= limit:^5\.1\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/www/rubygem-actionpack5/distinfo ============================================================================== --- head/www/rubygem-actionpack5/distinfo Sun Dec 2 15:36:00 2018 (r486433) +++ head/www/rubygem-actionpack5/distinfo Sun Dec 2 15:36:09 2018 (r486434) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371130 -SHA256 (rubygem/actionpack-5.1.6.gem) = 8dcd333263bdea533de7ac8e087f530f20bde6167c3c02060b82630b90aee26f -SIZE (rubygem/actionpack-5.1.6.gem) = 207360 +TIMESTAMP = 1543660201 +SHA256 (rubygem/actionpack-5.1.6.1.gem) = 3e3875f18e1548e413f5a48d695e6e77646f5b687d9d4e149c75285c1ece26a7 +SIZE (rubygem/actionpack-5.1.6.1.gem) = 207360 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:36:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2712132563E; Sun, 2 Dec 2018 15:36:20 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68C4171039; Sun, 2 Dec 2018 15:36:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62DF7916; Sun, 2 Dec 2018 15:36:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FaIYF079216; Sun, 2 Dec 2018 15:36:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FaHFH079213; Sun, 2 Dec 2018 15:36:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021536.wB2FaHFH079213@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, 2 Dec 2018 15:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486435 - in head/www/rubygem-actioncable5: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/rubygem-actioncable5: . files X-SVN-Commit-Revision: 486435 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 68C4171039 X-Spamd-Result: default: False [0.28 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.20)[0.197,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:36:21 -0000 Author: sunpoet Date: Sun Dec 2 15:36:17 2018 New Revision: 486435 URL: https://svnweb.freebsd.org/changeset/ports/486435 Log: Update to 5.1.6.1 Changes: https://github.com/rails/rails/blob/5-1-stable/actioncable/CHANGELOG.md Modified: head/www/rubygem-actioncable5/Makefile head/www/rubygem-actioncable5/distinfo head/www/rubygem-actioncable5/files/patch-gemspec Modified: head/www/rubygem-actioncable5/Makefile ============================================================================== --- head/www/rubygem-actioncable5/Makefile Sun Dec 2 15:36:09 2018 (r486434) +++ head/www/rubygem-actioncable5/Makefile Sun Dec 2 15:36:17 2018 (r486435) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actioncable -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.6.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -19,8 +19,9 @@ RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/r PORTSCOUT= limit:^5\.1\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/www/rubygem-actioncable5/distinfo ============================================================================== --- head/www/rubygem-actioncable5/distinfo Sun Dec 2 15:36:09 2018 (r486434) +++ head/www/rubygem-actioncable5/distinfo Sun Dec 2 15:36:17 2018 (r486435) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371141 -SHA256 (rubygem/actioncable-5.1.6.gem) = 2e678b45852f242e5897a0d4e43dca1088fb3d5c350592b22768b502a085261f -SIZE (rubygem/actioncable-5.1.6.gem) = 41472 +TIMESTAMP = 1543660148 +SHA256 (rubygem/actioncable-5.1.6.1.gem) = 3f011a9732531f6e00f213910a66b5d1ec5f9c8cd0b208c32ed9a014008e517f +SIZE (rubygem/actioncable-5.1.6.1.gem) = 41472 Modified: head/www/rubygem-actioncable5/files/patch-gemspec ============================================================================== --- head/www/rubygem-actioncable5/files/patch-gemspec Sun Dec 2 15:36:09 2018 (r486434) +++ head/www/rubygem-actioncable5/files/patch-gemspec Sun Dec 2 15:36:17 2018 (r486435) @@ -2,10 +2,10 @@ +++ actioncable.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["= 5.1.6"]) + s.add_runtime_dependency(%q.freeze, ["= 5.1.6.1"]) s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.6.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6", ">= 0.6.1"]) else - s.add_dependency(%q.freeze, ["= 5.1.6"]) + s.add_dependency(%q.freeze, ["= 5.1.6.1"]) s.add_dependency(%q.freeze, ["~> 2.0"]) From owner-svn-ports-all@freebsd.org Sun Dec 2 15:36:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4F971325677; Sun, 2 Dec 2018 15:36: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8647E710F1; Sun, 2 Dec 2018 15:36: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 C3CED917; Sun, 2 Dec 2018 15:36:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FaQHM079341; Sun, 2 Dec 2018 15:36:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FaQtG079340; Sun, 2 Dec 2018 15:36:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021536.wB2FaQtG079340@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, 2 Dec 2018 15:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486436 - head/mail/rubygem-actionmailer5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/rubygem-actionmailer5 X-SVN-Commit-Revision: 486436 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8647E710F1 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:36:28 -0000 Author: sunpoet Date: Sun Dec 2 15:36:26 2018 New Revision: 486436 URL: https://svnweb.freebsd.org/changeset/ports/486436 Log: Update to 5.1.6.1 Changes: https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md Modified: head/mail/rubygem-actionmailer5/Makefile head/mail/rubygem-actionmailer5/distinfo Modified: head/mail/rubygem-actionmailer5/Makefile ============================================================================== --- head/mail/rubygem-actionmailer5/Makefile Sun Dec 2 15:36:17 2018 (r486435) +++ head/mail/rubygem-actionmailer5/Makefile Sun Dec 2 15:36:26 2018 (r486436) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.6.1 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -22,7 +22,8 @@ RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/r PORTSCOUT= limit:^5\.1\. USES= gem -NO_ARCH= yes USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/mail/rubygem-actionmailer5/distinfo ============================================================================== --- head/mail/rubygem-actionmailer5/distinfo Sun Dec 2 15:36:17 2018 (r486435) +++ head/mail/rubygem-actionmailer5/distinfo Sun Dec 2 15:36:26 2018 (r486436) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371153 -SHA256 (rubygem/actionmailer-5.1.6.gem) = ecbc307e66102b1406fba38f6d7c869fd763cafa98b02fd4f6049fd41d663de9 -SIZE (rubygem/actionmailer-5.1.6.gem) = 29184 +TIMESTAMP = 1543660174 +SHA256 (rubygem/actionmailer-5.1.6.1.gem) = e89c2f24e1fb82b16927c9c7140a09d405e54d35ebb964c4a199843683559d29 +SIZE (rubygem/actionmailer-5.1.6.1.gem) = 29184 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:36:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9EA013256A8; Sun, 2 Dec 2018 15:36:36 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AD74711CF; Sun, 2 Dec 2018 15:36:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A243918; Sun, 2 Dec 2018 15:36:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FaYan079467; Sun, 2 Dec 2018 15:36:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FaYkb079465; Sun, 2 Dec 2018 15:36:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021536.wB2FaYkb079465@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, 2 Dec 2018 15:36:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486437 - head/www/rubygem-railties5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-railties5 X-SVN-Commit-Revision: 486437 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6AD74711CF X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:36:37 -0000 Author: sunpoet Date: Sun Dec 2 15:36:34 2018 New Revision: 486437 URL: https://svnweb.freebsd.org/changeset/ports/486437 Log: Update to 5.1.6.1 Changes: https://github.com/rails/rails/blob/5-1-stable/railties/CHANGELOG.md Modified: head/www/rubygem-railties5/Makefile head/www/rubygem-railties5/distinfo Modified: head/www/rubygem-railties5/Makefile ============================================================================== --- head/www/rubygem-railties5/Makefile Sun Dec 2 15:36:26 2018 (r486436) +++ head/www/rubygem-railties5/Makefile Sun Dec 2 15:36:34 2018 (r486437) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.6.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -23,9 +23,10 @@ CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties5 PORTSCOUT= limit:^5\.1\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/rails Modified: head/www/rubygem-railties5/distinfo ============================================================================== --- head/www/rubygem-railties5/distinfo Sun Dec 2 15:36:26 2018 (r486436) +++ head/www/rubygem-railties5/distinfo Sun Dec 2 15:36:34 2018 (r486437) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371171 -SHA256 (rubygem/railties-5.1.6.gem) = 482a97c40ff61f4e8aed5f449a5f54fcb3890ddd53c3a7dc0efd02a9da139e79 -SIZE (rubygem/railties-5.1.6.gem) = 231424 +TIMESTAMP = 1543660345 +SHA256 (rubygem/railties-5.1.6.1.gem) = ac32ff49acd522522bbb87cc69d37a448e6e856b72bccee098c80a0d565d2640 +SIZE (rubygem/railties-5.1.6.1.gem) = 228864 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:36:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6257B13256DF; Sun, 2 Dec 2018 15:36: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0557971293; Sun, 2 Dec 2018 15:36:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1ECB5919; Sun, 2 Dec 2018 15:36: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 wB2FahcV079595; Sun, 2 Dec 2018 15:36:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FagWP079594; Sun, 2 Dec 2018 15:36:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021536.wB2FagWP079594@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, 2 Dec 2018 15:36:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486438 - head/www/rubygem-rails5 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rails5 X-SVN-Commit-Revision: 486438 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0557971293 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:36:44 -0000 Author: sunpoet Date: Sun Dec 2 15:36:42 2018 New Revision: 486438 URL: https://svnweb.freebsd.org/changeset/ports/486438 Log: Update to 5.1.6.1 Changes: https://weblog.rubyonrails.org/2018/11/27/Rails-4-2-5-0-5-1-5-2-have-been-released/ Modified: head/www/rubygem-rails5/Makefile head/www/rubygem-rails5/distinfo Modified: head/www/rubygem-rails5/Makefile ============================================================================== --- head/www/rubygem-rails5/Makefile Sun Dec 2 15:36:34 2018 (r486437) +++ head/www/rubygem-rails5/Makefile Sun Dec 2 15:36:42 2018 (r486438) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 5.1.6 +PORTVERSION= 5.1.6.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 @@ -51,10 +51,10 @@ RUN_DEPENDS= rubygem-actioncable5>=${PORTVERSION}:www/ PORTSCOUT= limit:^5\.1\. -NO_ARCH= yes - USES= gem USE_RUBY= yes + +NO_ARCH= yes CPE_VENDOR= rubyonrails CPE_PRODUCT= ruby_on_rails Modified: head/www/rubygem-rails5/distinfo ============================================================================== --- head/www/rubygem-rails5/distinfo Sun Dec 2 15:36:34 2018 (r486437) +++ head/www/rubygem-rails5/distinfo Sun Dec 2 15:36:42 2018 (r486438) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371205 -SHA256 (rubygem/rails-5.1.6.gem) = b8301a87151de3feb7cbdf57a66842bb668493f4cec464fd0f67d4c7173b6051 -SIZE (rubygem/rails-5.1.6.gem) = 6656 +TIMESTAMP = 1543660422 +SHA256 (rubygem/rails-5.1.6.1.gem) = f64f110ff439f10616e87e35dee23aeb0932e77869c64b3e2239b1332db5c863 +SIZE (rubygem/rails-5.1.6.1.gem) = 6656 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:36:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A60751325718; Sun, 2 Dec 2018 15:36:52 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 459C07136D; Sun, 2 Dec 2018 15:36:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BCF991A; Sun, 2 Dec 2018 15:36:51 +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 wB2FapOx079720; Sun, 2 Dec 2018 15:36:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Fappw079719; Sun, 2 Dec 2018 15:36:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021536.wB2Fappw079719@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, 2 Dec 2018 15:36:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486439 - head/devel/rubygem-activesupport50 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-activesupport50 X-SVN-Commit-Revision: 486439 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 459C07136D X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:36:52 -0000 Author: sunpoet Date: Sun Dec 2 15:36:50 2018 New Revision: 486439 URL: https://svnweb.freebsd.org/changeset/ports/486439 Log: Update to 5.0.7.1 Changes: https://github.com/rails/rails/blob/5-0-stable/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport50/Makefile head/devel/rubygem-activesupport50/distinfo Modified: head/devel/rubygem-activesupport50/Makefile ============================================================================== --- head/devel/rubygem-activesupport50/Makefile Sun Dec 2 15:36:42 2018 (r486438) +++ head/devel/rubygem-activesupport50/Makefile Sun Dec 2 15:36:50 2018 (r486439) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.7.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 @@ -20,8 +20,9 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2:devel/ruby PORTSCOUT= limit:^5\.0\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-activesupport50/distinfo ============================================================================== --- head/devel/rubygem-activesupport50/distinfo Sun Dec 2 15:36:42 2018 (r486438) +++ head/devel/rubygem-activesupport50/distinfo Sun Dec 2 15:36:50 2018 (r486439) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371222 -SHA256 (rubygem/activesupport-5.0.7.gem) = a595a42311ea13ce994b1feea3325cbbb1ac5c0bf40cd96c89797882121da7fb -SIZE (rubygem/activesupport-5.0.7.gem) = 364032 +TIMESTAMP = 1543660622 +SHA256 (rubygem/activesupport-5.0.7.1.gem) = eba9b4423a433535f7ddf320a0d1590695a24b69b9525bea5f32fe3d2babb609 +SIZE (rubygem/activesupport-5.0.7.1.gem) = 364032 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:37:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA31E1325742; Sun, 2 Dec 2018 15:37:00 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70D1271434; Sun, 2 Dec 2018 15:37:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A124191B; Sun, 2 Dec 2018 15:36:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2Faxl6079845; Sun, 2 Dec 2018 15:36:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FaxFT079844; Sun, 2 Dec 2018 15:36:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021536.wB2FaxFT079844@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, 2 Dec 2018 15:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486440 - head/databases/rubygem-activemodel50 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activemodel50 X-SVN-Commit-Revision: 486440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 70D1271434 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:37:01 -0000 Author: sunpoet Date: Sun Dec 2 15:36:59 2018 New Revision: 486440 URL: https://svnweb.freebsd.org/changeset/ports/486440 Log: Update to 5.0.7.1 Changes: https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md Modified: head/databases/rubygem-activemodel50/Makefile head/databases/rubygem-activemodel50/distinfo Modified: head/databases/rubygem-activemodel50/Makefile ============================================================================== --- head/databases/rubygem-activemodel50/Makefile Sun Dec 2 15:36:50 2018 (r486439) +++ head/databases/rubygem-activemodel50/Makefile Sun Dec 2 15:36:59 2018 (r486440) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.7.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 @@ -17,8 +17,9 @@ RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:d PORTSCOUT= limit:^5\.0\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/databases/rubygem-activemodel50/distinfo ============================================================================== --- head/databases/rubygem-activemodel50/distinfo Sun Dec 2 15:36:50 2018 (r486439) +++ head/databases/rubygem-activemodel50/distinfo Sun Dec 2 15:36:59 2018 (r486440) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371231 -SHA256 (rubygem/activemodel-5.0.7.gem) = fe35b1bbfb140c7416723e3a7d7ef2a78e8921739863d8a917a93131e2b7cc87 -SIZE (rubygem/activemodel-5.0.7.gem) = 53760 +TIMESTAMP = 1543660570 +SHA256 (rubygem/activemodel-5.0.7.1.gem) = 0ce4d73d02392f835b11c138dc61af36388663fc9636313d055d90621f4500c5 +SIZE (rubygem/activemodel-5.0.7.1.gem) = 53760 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:37:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ADA61325779; Sun, 2 Dec 2018 15:37:10 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F079F71536; Sun, 2 Dec 2018 15:37:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B400A91C; Sun, 2 Dec 2018 15:37: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 wB2Fb7Ed079980; Sun, 2 Dec 2018 15:37:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Fb7dr079979; Sun, 2 Dec 2018 15:37:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021537.wB2Fb7dr079979@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, 2 Dec 2018 15:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486441 - head/databases/rubygem-activerecord50 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activerecord50 X-SVN-Commit-Revision: 486441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F079F71536 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:37:10 -0000 Author: sunpoet Date: Sun Dec 2 15:37:07 2018 New Revision: 486441 URL: https://svnweb.freebsd.org/changeset/ports/486441 Log: Update to 5.0.7.1 Changes: https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md Modified: head/databases/rubygem-activerecord50/Makefile head/databases/rubygem-activerecord50/distinfo Modified: head/databases/rubygem-activerecord50/Makefile ============================================================================== --- head/databases/rubygem-activerecord50/Makefile Sun Dec 2 15:36:59 2018 (r486440) +++ head/databases/rubygem-activerecord50/Makefile Sun Dec 2 15:37:07 2018 (r486441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.7.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 @@ -19,8 +19,9 @@ RUN_DEPENDS= rubygem-activemodel50>=${PORTVERSION}:dat PORTSCOUT= limit:^5\.0\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/databases/rubygem-activerecord50/distinfo ============================================================================== --- head/databases/rubygem-activerecord50/distinfo Sun Dec 2 15:36:59 2018 (r486440) +++ head/databases/rubygem-activerecord50/distinfo Sun Dec 2 15:37:07 2018 (r486441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371253 -SHA256 (rubygem/activerecord-5.0.7.gem) = c6349cd59e29118aaed5d4d2414e87b427affd28925b7fe1559cb45a21152366 -SIZE (rubygem/activerecord-5.0.7.gem) = 363008 +TIMESTAMP = 1543660596 +SHA256 (rubygem/activerecord-5.0.7.1.gem) = 8c1cd39637c8810d8fac7948a9dacf06075e6007b39400d48f34abb4db3e6ae3 +SIZE (rubygem/activerecord-5.0.7.1.gem) = 363008 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:37:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFBEA13257B0; Sun, 2 Dec 2018 15:37: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 654E0715FB; Sun, 2 Dec 2018 15:37: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 183AE91D; Sun, 2 Dec 2018 15:37:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FbFs0080105; Sun, 2 Dec 2018 15:37:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FbFR0080104; Sun, 2 Dec 2018 15:37:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021537.wB2FbFR0080104@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, 2 Dec 2018 15:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486442 - head/devel/rubygem-actionview50 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-actionview50 X-SVN-Commit-Revision: 486442 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 654E0715FB X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:37:17 -0000 Author: sunpoet Date: Sun Dec 2 15:37:15 2018 New Revision: 486442 URL: https://svnweb.freebsd.org/changeset/ports/486442 Log: Update to 5.0.7.1 Changes: https://github.com/rails/rails/blob/5-0-stable/actionview/CHANGELOG.md Modified: head/devel/rubygem-actionview50/Makefile head/devel/rubygem-actionview50/distinfo Modified: head/devel/rubygem-actionview50/Makefile ============================================================================== --- head/devel/rubygem-actionview50/Makefile Sun Dec 2 15:37:07 2018 (r486441) +++ head/devel/rubygem-actionview50/Makefile Sun Dec 2 15:37:15 2018 (r486442) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.7.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 @@ -21,8 +21,9 @@ RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:d PORTSCOUT= limit:^5\.0\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-actionview50/distinfo ============================================================================== --- head/devel/rubygem-actionview50/distinfo Sun Dec 2 15:37:07 2018 (r486441) +++ head/devel/rubygem-actionview50/distinfo Sun Dec 2 15:37:15 2018 (r486442) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371272 -SHA256 (rubygem/actionview-5.0.7.gem) = eb20007cc9ee40ee7a2f96147e9776394f72d59979b23da15f444a9906c17b8b -SIZE (rubygem/actionview-5.0.7.gem) = 152576 +TIMESTAMP = 1543660528 +SHA256 (rubygem/actionview-5.0.7.1.gem) = 41258b51f5ac18bc55e77442eb93bde161781fbff7c45d913a0bfb45530e7f14 +SIZE (rubygem/actionview-5.0.7.1.gem) = 152576 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:37:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D50BB13257E0; Sun, 2 Dec 2018 15:37:26 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A4E1716DF; Sun, 2 Dec 2018 15:37:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3F2991E; Sun, 2 Dec 2018 15:37:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FbO2D080233; Sun, 2 Dec 2018 15:37:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FbONJ080231; Sun, 2 Dec 2018 15:37:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021537.wB2FbONJ080231@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, 2 Dec 2018 15:37:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486443 - head/devel/rubygem-activejob50 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-activejob50 X-SVN-Commit-Revision: 486443 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7A4E1716DF X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:37:27 -0000 Author: sunpoet Date: Sun Dec 2 15:37:24 2018 New Revision: 486443 URL: https://svnweb.freebsd.org/changeset/ports/486443 Log: Update to 5.0.7.1 Changes: https://github.com/rails/rails/blob/5-0-stable/activejob/CHANGELOG.md Security: f96044a2-7df9-414b-9f6b-6e5b85d06c86 MFH: 2018Q4 Modified: head/devel/rubygem-activejob50/Makefile head/devel/rubygem-activejob50/distinfo Modified: head/devel/rubygem-activejob50/Makefile ============================================================================== --- head/devel/rubygem-activejob50/Makefile Sun Dec 2 15:37:15 2018 (r486442) +++ head/devel/rubygem-activejob50/Makefile Sun Dec 2 15:37:24 2018 (r486443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.7.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 @@ -18,8 +18,9 @@ RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:d PORTSCOUT= limit:^5\.0\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-activejob50/distinfo ============================================================================== --- head/devel/rubygem-activejob50/distinfo Sun Dec 2 15:37:15 2018 (r486442) +++ head/devel/rubygem-activejob50/distinfo Sun Dec 2 15:37:24 2018 (r486443) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371283 -SHA256 (rubygem/activejob-5.0.7.gem) = e8a15b73302c02352da9463b134daf037841fec7d5d5c2ec97487456f96bb8d5 -SIZE (rubygem/activejob-5.0.7.gem) = 25088 +TIMESTAMP = 1543660550 +SHA256 (rubygem/activejob-5.0.7.1.gem) = 9b1e8f49b09d3aa28c0c7ad3eae0bf7deecbc03c557d49fd4c49159ff0d53971 +SIZE (rubygem/activejob-5.0.7.1.gem) = 25600 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:37:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8AC6132581C; Sun, 2 Dec 2018 15:37:36 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50187717D7; Sun, 2 Dec 2018 15:37:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 719BF920; Sun, 2 Dec 2018 15:37:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FbXQO080385; Sun, 2 Dec 2018 15:37:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FbWgc080382; Sun, 2 Dec 2018 15:37:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021537.wB2FbWgc080382@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, 2 Dec 2018 15:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486444 - in head/www/rubygem-actionpack50: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/rubygem-actionpack50: . files X-SVN-Commit-Revision: 486444 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 50187717D7 X-Spamd-Result: default: False [0.28 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.20)[0.197,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:37:37 -0000 Author: sunpoet Date: Sun Dec 2 15:37:32 2018 New Revision: 486444 URL: https://svnweb.freebsd.org/changeset/ports/486444 Log: Update to 5.0.7.1 Changes: https://github.com/rails/rails/blob/5-0-stable/actionpack/CHANGELOG.md Modified: head/www/rubygem-actionpack50/Makefile head/www/rubygem-actionpack50/distinfo head/www/rubygem-actionpack50/files/patch-gemspec Modified: head/www/rubygem-actionpack50/Makefile ============================================================================== --- head/www/rubygem-actionpack50/Makefile Sun Dec 2 15:37:24 2018 (r486443) +++ head/www/rubygem-actionpack50/Makefile Sun Dec 2 15:37:32 2018 (r486444) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.7.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 @@ -22,8 +22,9 @@ RUN_DEPENDS= rubygem-actionview50>=${PORTVERSION}:deve PORTSCOUT= limit:^5\.0\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/www/rubygem-actionpack50/distinfo ============================================================================== --- head/www/rubygem-actionpack50/distinfo Sun Dec 2 15:37:24 2018 (r486443) +++ head/www/rubygem-actionpack50/distinfo Sun Dec 2 15:37:32 2018 (r486444) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371298 -SHA256 (rubygem/actionpack-5.0.7.gem) = 08e0d4582d1b37cc059aca1d19cd271e7bb575265093c4a99cb79d80dcb0d196 -SIZE (rubygem/actionpack-5.0.7.gem) = 212480 +TIMESTAMP = 1543660501 +SHA256 (rubygem/actionpack-5.0.7.1.gem) = 3cd3bd78fd02ab186da87b8c331dda4dc74904a5aa40b2d834347c65037fc3fe +SIZE (rubygem/actionpack-5.0.7.1.gem) = 212480 Modified: head/www/rubygem-actionpack50/files/patch-gemspec ============================================================================== --- head/www/rubygem-actionpack50/files/patch-gemspec Sun Dec 2 15:37:24 2018 (r486443) +++ head/www/rubygem-actionpack50/files/patch-gemspec Sun Dec 2 15:37:32 2018 (r486444) @@ -2,10 +2,10 @@ +++ actionpack.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["= 5.0.4"]) + s.add_runtime_dependency(%q.freeze, ["= 5.0.7.1"]) s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.6.3"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6", ">= 0.6.3"]) s.add_runtime_dependency(%q.freeze, [">= 1.0.2", "~> 1.0"]) s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) - s.add_runtime_dependency(%q.freeze, ["= 5.0.4"]) + s.add_runtime_dependency(%q.freeze, ["= 5.0.7.1"]) From owner-svn-ports-all@freebsd.org Sun Dec 2 15:37:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7C281325852; Sun, 2 Dec 2018 15:37:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E558718DA; Sun, 2 Dec 2018 15:37:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F268D921; Sun, 2 Dec 2018 15:37:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FbfSH080526; Sun, 2 Dec 2018 15:37:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Fbfrf080524; Sun, 2 Dec 2018 15:37:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021537.wB2Fbfrf080524@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, 2 Dec 2018 15:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486445 - in head/www/rubygem-actioncable50: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/rubygem-actioncable50: . files X-SVN-Commit-Revision: 486445 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3E558718DA X-Spamd-Result: default: False [0.28 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.20)[0.197,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:37:46 -0000 Author: sunpoet Date: Sun Dec 2 15:37:41 2018 New Revision: 486445 URL: https://svnweb.freebsd.org/changeset/ports/486445 Log: Update to 5.0.7.1 Changes: https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md Modified: head/www/rubygem-actioncable50/Makefile head/www/rubygem-actioncable50/distinfo head/www/rubygem-actioncable50/files/patch-gemspec Modified: head/www/rubygem-actioncable50/Makefile ============================================================================== --- head/www/rubygem-actioncable50/Makefile Sun Dec 2 15:37:32 2018 (r486444) +++ head/www/rubygem-actioncable50/Makefile Sun Dec 2 15:37:41 2018 (r486445) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actioncable -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.7.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 @@ -20,7 +20,8 @@ RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/ PORTSCOUT= limit:^5\.0\. USES= gem -NO_ARCH= yes USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/www/rubygem-actioncable50/distinfo ============================================================================== --- head/www/rubygem-actioncable50/distinfo Sun Dec 2 15:37:32 2018 (r486444) +++ head/www/rubygem-actioncable50/distinfo Sun Dec 2 15:37:41 2018 (r486445) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371310 -SHA256 (rubygem/actioncable-5.0.7.gem) = c023d1df2fd6f5e1ac042ad6a0338e8a2c4d1404484f8fe77121b81f10b75f2c -SIZE (rubygem/actioncable-5.0.7.gem) = 42496 +TIMESTAMP = 1543660445 +SHA256 (rubygem/actioncable-5.0.7.1.gem) = 2befb790e89ca0573f2f25d7458aee45aff694a4a9b3ee2049ec7b13a8628390 +SIZE (rubygem/actioncable-5.0.7.1.gem) = 42496 Modified: head/www/rubygem-actioncable50/files/patch-gemspec ============================================================================== --- head/www/rubygem-actioncable50/files/patch-gemspec Sun Dec 2 15:37:32 2018 (r486444) +++ head/www/rubygem-actioncable50/files/patch-gemspec Sun Dec 2 15:37:41 2018 (r486445) @@ -2,10 +2,10 @@ +++ actioncable.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["= 5.0.6"]) + s.add_runtime_dependency(%q.freeze, ["= 5.0.7.1"]) s.add_runtime_dependency(%q.freeze, ["< 3.0", ">= 1.2"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.6.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6", ">= 0.6.1"]) s.add_development_dependency(%q.freeze, ["~> 0.5.1"]) else - s.add_dependency(%q.freeze, ["= 5.0.6"]) + s.add_dependency(%q.freeze, ["= 5.0.7.1"]) From owner-svn-ports-all@freebsd.org Sun Dec 2 15:37:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A620132588D; Sun, 2 Dec 2018 15:37:56 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 588CD719C5; Sun, 2 Dec 2018 15:37:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F369922; Sun, 2 Dec 2018 15:37: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 wB2Fbndj080654; Sun, 2 Dec 2018 15:37:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FbnYc080652; Sun, 2 Dec 2018 15:37:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021537.wB2FbnYc080652@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, 2 Dec 2018 15:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486446 - head/mail/rubygem-actionmailer50 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/rubygem-actionmailer50 X-SVN-Commit-Revision: 486446 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 588CD719C5 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:37:56 -0000 Author: sunpoet Date: Sun Dec 2 15:37:49 2018 New Revision: 486446 URL: https://svnweb.freebsd.org/changeset/ports/486446 Log: Update to 5.0.7.1 Changes: https://github.com/rails/rails/blob/5-0-stable/actionmailer/CHANGELOG.md Modified: head/mail/rubygem-actionmailer50/Makefile head/mail/rubygem-actionmailer50/distinfo Modified: head/mail/rubygem-actionmailer50/Makefile ============================================================================== --- head/mail/rubygem-actionmailer50/Makefile Sun Dec 2 15:37:41 2018 (r486445) +++ head/mail/rubygem-actionmailer50/Makefile Sun Dec 2 15:37:49 2018 (r486446) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.7.1 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 @@ -22,7 +22,8 @@ RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/ PORTSCOUT= limit:^5\.0\. USES= gem -NO_ARCH= yes USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/mail/rubygem-actionmailer50/distinfo ============================================================================== --- head/mail/rubygem-actionmailer50/distinfo Sun Dec 2 15:37:41 2018 (r486445) +++ head/mail/rubygem-actionmailer50/distinfo Sun Dec 2 15:37:49 2018 (r486446) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371324 -SHA256 (rubygem/actionmailer-5.0.7.gem) = 5f9b12f26ae8906d20b9f4784644853121a3b03f74a396943677fc30f91c2e35 -SIZE (rubygem/actionmailer-5.0.7.gem) = 28672 +TIMESTAMP = 1543660473 +SHA256 (rubygem/actionmailer-5.0.7.1.gem) = 1556a928f279ede0a98b41f5bd44b641d5a966acf50e93916619048a9e2fef1c +SIZE (rubygem/actionmailer-5.0.7.1.gem) = 28672 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:38:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB63813258AC; Sun, 2 Dec 2018 15:37:59 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1851A71A25; Sun, 2 Dec 2018 15:37:59 +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 683E3923; Sun, 2 Dec 2018 15:37:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FbwHW080779; Sun, 2 Dec 2018 15:37:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Fbwxd080777; Sun, 2 Dec 2018 15:37:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021537.wB2Fbwxd080777@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, 2 Dec 2018 15:37:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486447 - head/www/rubygem-railties50 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-railties50 X-SVN-Commit-Revision: 486447 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1851A71A25 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:38:00 -0000 Author: sunpoet Date: Sun Dec 2 15:37:57 2018 New Revision: 486447 URL: https://svnweb.freebsd.org/changeset/ports/486447 Log: Update to 5.0.7.1 Changes: https://github.com/rails/rails/blob/5-0-stable/railties/CHANGELOG.md Modified: head/www/rubygem-railties50/Makefile head/www/rubygem-railties50/distinfo Modified: head/www/rubygem-railties50/Makefile ============================================================================== --- head/www/rubygem-railties50/Makefile Sun Dec 2 15:37:49 2018 (r486446) +++ head/www/rubygem-railties50/Makefile Sun Dec 2 15:37:57 2018 (r486447) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.7.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 @@ -23,9 +23,10 @@ CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties5 PORTSCOUT= limit:^5\.0\. -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/rails Modified: head/www/rubygem-railties50/distinfo ============================================================================== --- head/www/rubygem-railties50/distinfo Sun Dec 2 15:37:49 2018 (r486446) +++ head/www/rubygem-railties50/distinfo Sun Dec 2 15:37:57 2018 (r486447) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371350 -SHA256 (rubygem/railties-5.0.7.gem) = e08b95ec3dbb708f9d449a01c083c66d47ddba2f373e4a2fd1bde2c7a92fdb48 -SIZE (rubygem/railties-5.0.7.gem) = 226816 +TIMESTAMP = 1543660648 +SHA256 (rubygem/railties-5.0.7.1.gem) = d92aaa635282faad3feb3aab75ea34587f05f142dc65e02044b253e56414d0b1 +SIZE (rubygem/railties-5.0.7.1.gem) = 223744 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:38:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93F1613258E5; Sun, 2 Dec 2018 15:38:10 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DEF971B40; Sun, 2 Dec 2018 15:38:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9AF1C924; Sun, 2 Dec 2018 15:38:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2Fc6hH080912; Sun, 2 Dec 2018 15:38:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Fc6j5080909; Sun, 2 Dec 2018 15:38:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021538.wB2Fc6j5080909@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, 2 Dec 2018 15:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486448 - head/www/rubygem-rails50 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rails50 X-SVN-Commit-Revision: 486448 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2DEF971B40 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:38:10 -0000 Author: sunpoet Date: Sun Dec 2 15:38:05 2018 New Revision: 486448 URL: https://svnweb.freebsd.org/changeset/ports/486448 Log: Update to 5.0.7.1 Changes: https://weblog.rubyonrails.org/2018/11/27/Rails-4-2-5-0-5-1-5-2-have-been-released/ Modified: head/www/rubygem-rails50/Makefile head/www/rubygem-rails50/distinfo Modified: head/www/rubygem-rails50/Makefile ============================================================================== --- head/www/rubygem-rails50/Makefile Sun Dec 2 15:37:57 2018 (r486447) +++ head/www/rubygem-rails50/Makefile Sun Dec 2 15:38:05 2018 (r486448) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 5.0.7 +PORTVERSION= 5.0.7.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 @@ -22,9 +22,8 @@ RUN_DEPENDS= rubygem-actioncable50>=${PORTVERSION}:www rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \ rubygem-bundler<2.0:sysutils/rubygem-bundler \ rubygem-railties50>=${PORTVERSION}:www/rubygem-railties50 \ - rubygem-sprockets-rails-rails50>=2.0.0:devel/rubygem-sprockets-rails-rails50 - - RUN_DEPENDS+= rubygem-bindex>=0.5.0:devel/rubygem-bindex \ + rubygem-sprockets-rails-rails50>=2.0.0:devel/rubygem-sprockets-rails-rails50 \ + rubygem-bindex>=0.5.0:devel/rubygem-bindex \ rubygem-byebug>=9.0.6:devel/rubygem-byebug \ rubygem-coffee-rails-rails50>=4.2.1:devel/rubygem-coffee-rails-rails50 \ rubygem-coffee-script-source>=1.12.2:devel/rubygem-coffee-script-source \ @@ -50,10 +49,10 @@ RUN_DEPENDS= rubygem-actioncable50>=${PORTVERSION}:www PORTSCOUT= limit:^5\.0\. -NO_ARCH= yes - USES= gem USE_RUBY= yes + +NO_ARCH= yes CPE_VENDOR= rubyonrails CPE_PRODUCT= ruby_on_rails Modified: head/www/rubygem-rails50/distinfo ============================================================================== --- head/www/rubygem-rails50/distinfo Sun Dec 2 15:37:57 2018 (r486447) +++ head/www/rubygem-rails50/distinfo Sun Dec 2 15:38:05 2018 (r486448) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523371383 -SHA256 (rubygem/rails-5.0.7.gem) = 76815a2a7e99c83b53ea52325c5bbc5ca15e25ecdfb741ea329ca153cf11ff84 -SIZE (rubygem/rails-5.0.7.gem) = 6144 +TIMESTAMP = 1543661049 +SHA256 (rubygem/rails-5.0.7.1.gem) = 3ce11ed1acf1eea4b4b35b4516251e81a5cbbd889227432b232409cb9c658a2e +SIZE (rubygem/rails-5.0.7.1.gem) = 6144 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:38:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E330B1325914; Sun, 2 Dec 2018 15:38:16 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84ACE71BE5; Sun, 2 Dec 2018 15:38:16 +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 40BB9925; Sun, 2 Dec 2018 15:38:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FcFWq081038; Sun, 2 Dec 2018 15:38:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FcED8081037; Sun, 2 Dec 2018 15:38:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021538.wB2FcED8081037@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, 2 Dec 2018 15:38:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486449 - head/devel/p5-Test-Simple X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test-Simple X-SVN-Commit-Revision: 486449 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 84ACE71BE5 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:38:17 -0000 Author: sunpoet Date: Sun Dec 2 15:38:14 2018 New Revision: 486449 URL: https://svnweb.freebsd.org/changeset/ports/486449 Log: Update to 1.302141 Changes: https://metacpan.org/changes/distribution/Test-Simple Modified: head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Simple/distinfo Modified: head/devel/p5-Test-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Simple/Makefile Sun Dec 2 15:38:05 2018 (r486448) +++ head/devel/p5-Test-Simple/Makefile Sun Dec 2 15:38:14 2018 (r486449) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Simple -PORTVERSION= 1.302140 +PORTVERSION= 1.302141 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Simple/distinfo Sun Dec 2 15:38:05 2018 (r486448) +++ head/devel/p5-Test-Simple/distinfo Sun Dec 2 15:38:14 2018 (r486449) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534255268 -SHA256 (Test-Simple-1.302140.tar.gz) = 73f5440c7ae55e13706e9ebeaa7247df973226470f028344ea3cd21e1642bd1d -SIZE (Test-Simple-1.302140.tar.gz) = 289870 +TIMESTAMP = 1543683481 +SHA256 (Test-Simple-1.302141.tar.gz) = d7045bc814cba0426684a32c44d90ced5b83075659f0fcefed88c32f8fd395b7 +SIZE (Test-Simple-1.302141.tar.gz) = 289905 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:38:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93792132594A; Sun, 2 Dec 2018 15:38:28 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 363A971D19; Sun, 2 Dec 2018 15:38:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73FCD926; Sun, 2 Dec 2018 15:38:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FcNRJ081163; Sun, 2 Dec 2018 15:38:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FcNAJ081162; Sun, 2 Dec 2018 15:38:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021538.wB2FcNAJ081162@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, 2 Dec 2018 15:38:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486450 - head/textproc/p5-Pod-Tree X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Pod-Tree X-SVN-Commit-Revision: 486450 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 363A971D19 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:38:28 -0000 Author: sunpoet Date: Sun Dec 2 15:38:22 2018 New Revision: 486450 URL: https://svnweb.freebsd.org/changeset/ports/486450 Log: Update to 1.27 Changes: https://metacpan.org/changes/distribution/Pod-Tree Modified: head/textproc/p5-Pod-Tree/Makefile head/textproc/p5-Pod-Tree/distinfo Modified: head/textproc/p5-Pod-Tree/Makefile ============================================================================== --- head/textproc/p5-Pod-Tree/Makefile Sun Dec 2 15:38:14 2018 (r486449) +++ head/textproc/p5-Pod-Tree/Makefile Sun Dec 2 15:38:22 2018 (r486450) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Tree -PORTVERSION= 1.26 +PORTVERSION= 1.27 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,9 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTML-Stream>=1.49:www/p5-HTML-Stream \ p5-IO-String>=1:devel/p5-IO-String \ - p5-Path-Tiny>=0.068:devel/p5-Path-Tiny \ + p5-Path-Tiny>=0.105:devel/p5-Path-Tiny \ p5-Text-Template>=1:textproc/p5-Text-Template -TEST_DEPENDS= p5-Path-Tiny>=0.068:devel/p5-Path-Tiny \ +TEST_DEPENDS= p5-Path-Tiny>=0.105:devel/p5-Path-Tiny \ p5-Test-Compile>1.2.1:devel/p5-Test-Compile USES= perl5 Modified: head/textproc/p5-Pod-Tree/distinfo ============================================================================== --- head/textproc/p5-Pod-Tree/distinfo Sun Dec 2 15:38:14 2018 (r486449) +++ head/textproc/p5-Pod-Tree/distinfo Sun Dec 2 15:38:22 2018 (r486450) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543584921 -SHA256 (Pod-Tree-1.26.tar.gz) = 931b6523f776d7869c29b29b1babb941b758d7c4666444bb1494342c1756c257 -SIZE (Pod-Tree-1.26.tar.gz) = 68118 +TIMESTAMP = 1543683517 +SHA256 (Pod-Tree-1.27.tar.gz) = b14e980a617414be2fe7d3f454ce547b191e0e6f3cffcbaa6491e16e1ccf1bf6 +SIZE (Pod-Tree-1.27.tar.gz) = 68262 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:38:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A08E8132597A; Sun, 2 Dec 2018 15:38:36 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 407DC71DE2; Sun, 2 Dec 2018 15:38:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D7B90927; Sun, 2 Dec 2018 15:38: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 wB2FcVs0081291; Sun, 2 Dec 2018 15:38:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FcVWH081289; Sun, 2 Dec 2018 15:38:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021538.wB2FcVWH081289@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, 2 Dec 2018 15:38:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486451 - head/devel/rubygem-oj X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-oj X-SVN-Commit-Revision: 486451 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 407DC71DE2 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:38:36 -0000 Author: sunpoet Date: Sun Dec 2 15:38:31 2018 New Revision: 486451 URL: https://svnweb.freebsd.org/changeset/ports/486451 Log: Update to 3.7.4 Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md Modified: head/devel/rubygem-oj/Makefile head/devel/rubygem-oj/distinfo Modified: head/devel/rubygem-oj/Makefile ============================================================================== --- head/devel/rubygem-oj/Makefile Sun Dec 2 15:38:22 2018 (r486450) +++ head/devel/rubygem-oj/Makefile Sun Dec 2 15:38:31 2018 (r486451) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oj -PORTVERSION= 3.7.3 +PORTVERSION= 3.7.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-oj/distinfo ============================================================================== --- head/devel/rubygem-oj/distinfo Sun Dec 2 15:38:22 2018 (r486450) +++ head/devel/rubygem-oj/distinfo Sun Dec 2 15:38:31 2018 (r486451) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543649632 -SHA256 (rubygem/oj-3.7.3.gem) = 8a906b891ed5fce638768c4da1187c6f6905e55c578e2ede28931f7e11f414c2 -SIZE (rubygem/oj-3.7.3.gem) = 192512 +TIMESTAMP = 1543683542 +SHA256 (rubygem/oj-3.7.4.gem) = b24c9c7f7c719c83547a191d052e180efb6718845125ae2eee0af111e227b4c8 +SIZE (rubygem/oj-3.7.4.gem) = 192512 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:38:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A708213259A1; Sun, 2 Dec 2018 15:38:41 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA72671E63; Sun, 2 Dec 2018 15:38:40 +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 611EA928; Sun, 2 Dec 2018 15:38:40 +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 wB2FceX6081416; Sun, 2 Dec 2018 15:38:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FceKY081415; Sun, 2 Dec 2018 15:38:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021538.wB2FceKY081415@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, 2 Dec 2018 15:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486452 - head/devel/rubygem-pry-rails X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-pry-rails X-SVN-Commit-Revision: 486452 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DA72671E63 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:38:41 -0000 Author: sunpoet Date: Sun Dec 2 15:38:39 2018 New Revision: 486452 URL: https://svnweb.freebsd.org/changeset/ports/486452 Log: Update to 0.3.8 Changes: https://github.com/rweng/pry-rails/commits/master Modified: head/devel/rubygem-pry-rails/Makefile head/devel/rubygem-pry-rails/distinfo Modified: head/devel/rubygem-pry-rails/Makefile ============================================================================== --- head/devel/rubygem-pry-rails/Makefile Sun Dec 2 15:38:31 2018 (r486451) +++ head/devel/rubygem-pry-rails/Makefile Sun Dec 2 15:38:39 2018 (r486452) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pry-rails -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.8 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-pry-rails/distinfo ============================================================================== --- head/devel/rubygem-pry-rails/distinfo Sun Dec 2 15:38:31 2018 (r486451) +++ head/devel/rubygem-pry-rails/distinfo Sun Dec 2 15:38:39 2018 (r486452) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541938325 -SHA256 (rubygem/pry-rails-0.3.7.gem) = b274ca126e639847cb8077ff9ad92279588a8ea0568a5beae1d75fdc9e48e261 -SIZE (rubygem/pry-rails-0.3.7.gem) = 16384 +TIMESTAMP = 1543758026 +SHA256 (rubygem/pry-rails-0.3.8.gem) = 0eaadf5ab89945f3c4e3eb6869f6add757b039b9407037d4920bf533bd7bbefa +SIZE (rubygem/pry-rails-0.3.8.gem) = 16896 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:38:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 764DD13259D4; Sun, 2 Dec 2018 15:38:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8055071F43; Sun, 2 Dec 2018 15:38: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 0C6CC929; Sun, 2 Dec 2018 15:38: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 wB2Fcm5i081541; Sun, 2 Dec 2018 15:38:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FcmAR081539; Sun, 2 Dec 2018 15:38:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021538.wB2FcmAR081539@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, 2 Dec 2018 15:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486453 - head/devel/rubygem-recaptcha X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-recaptcha X-SVN-Commit-Revision: 486453 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8055071F43 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:38:50 -0000 Author: sunpoet Date: Sun Dec 2 15:38:48 2018 New Revision: 486453 URL: https://svnweb.freebsd.org/changeset/ports/486453 Log: Update to 4.13.1 Changes: https://github.com/ambethia/recaptcha/commits/master Modified: head/devel/rubygem-recaptcha/Makefile head/devel/rubygem-recaptcha/distinfo Modified: head/devel/rubygem-recaptcha/Makefile ============================================================================== --- head/devel/rubygem-recaptcha/Makefile Sun Dec 2 15:38:39 2018 (r486452) +++ head/devel/rubygem-recaptcha/Makefile Sun Dec 2 15:38:48 2018 (r486453) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recaptcha -PORTVERSION= 4.13.0 +PORTVERSION= 4.13.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-recaptcha/distinfo ============================================================================== --- head/devel/rubygem-recaptcha/distinfo Sun Dec 2 15:38:39 2018 (r486452) +++ head/devel/rubygem-recaptcha/distinfo Sun Dec 2 15:38:48 2018 (r486453) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541183398 -SHA256 (rubygem/recaptcha-4.13.0.gem) = 564412322ca4e1a17823ce2694ac8f807e266b7f799c7f12efaaae80f2958a5e -SIZE (rubygem/recaptcha-4.13.0.gem) = 13824 +TIMESTAMP = 1543756426 +SHA256 (rubygem/recaptcha-4.13.1.gem) = dc6c2cb78afa87034358b7ba1c6f7175972b5709fdf7500e2550623e119e3788 +SIZE (rubygem/recaptcha-4.13.1.gem) = 13824 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:39:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1737F1325A11; Sun, 2 Dec 2018 15:39: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADDFE72070; Sun, 2 Dec 2018 15:39:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A075292A; Sun, 2 Dec 2018 15:38: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 wB2Fcv4O081669; Sun, 2 Dec 2018 15:38:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FcvJk081667; Sun, 2 Dec 2018 15:38:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021538.wB2FcvJk081667@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, 2 Dec 2018 15:38:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486454 - head/devel/rubygem-sequel X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-sequel X-SVN-Commit-Revision: 486454 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ADDFE72070 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:39:02 -0000 Author: sunpoet Date: Sun Dec 2 15:38:56 2018 New Revision: 486454 URL: https://svnweb.freebsd.org/changeset/ports/486454 Log: Update to 5.15.0 Changes: https://github.com/jeremyevans/sequel/blob/master/CHANGELOG Modified: head/devel/rubygem-sequel/Makefile head/devel/rubygem-sequel/distinfo Modified: head/devel/rubygem-sequel/Makefile ============================================================================== --- head/devel/rubygem-sequel/Makefile Sun Dec 2 15:38:48 2018 (r486453) +++ head/devel/rubygem-sequel/Makefile Sun Dec 2 15:38:56 2018 (r486454) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sequel -PORTVERSION= 5.14.0 +PORTVERSION= 5.15.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sequel/distinfo ============================================================================== --- head/devel/rubygem-sequel/distinfo Sun Dec 2 15:38:48 2018 (r486453) +++ head/devel/rubygem-sequel/distinfo Sun Dec 2 15:38:56 2018 (r486454) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541183417 -SHA256 (rubygem/sequel-5.14.0.gem) = 18048ddd53093cea45fdfb440e09391152cd42b903caa9ddbe70d460f859662d -SIZE (rubygem/sequel-5.14.0.gem) = 1224192 +TIMESTAMP = 1543763236 +SHA256 (rubygem/sequel-5.15.0.gem) = ba3b55fb613da48d38fd697fa2159212768af3f8c3e86438d9bafe3534878b86 +SIZE (rubygem/sequel-5.15.0.gem) = 1226752 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:39:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD1281325A3E; Sun, 2 Dec 2018 15:39: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CC05720FC; Sun, 2 Dec 2018 15:39: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 3CC9E92B; Sun, 2 Dec 2018 15:39:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2Fd6pk081798; Sun, 2 Dec 2018 15:39:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Fd5QB081796; Sun, 2 Dec 2018 15:39:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021539.wB2Fd5QB081796@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, 2 Dec 2018 15:39:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486455 - head/devel/rubygem-test-unit X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-test-unit X-SVN-Commit-Revision: 486455 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4CC05720FC X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:39:07 -0000 Author: sunpoet Date: Sun Dec 2 15:39:05 2018 New Revision: 486455 URL: https://svnweb.freebsd.org/changeset/ports/486455 Log: Update to 3.2.9 Changes: https://github.com/test-unit/test-unit/blob/master/doc/text/news.md Modified: head/devel/rubygem-test-unit/Makefile head/devel/rubygem-test-unit/distinfo Modified: head/devel/rubygem-test-unit/Makefile ============================================================================== --- head/devel/rubygem-test-unit/Makefile Sun Dec 2 15:38:56 2018 (r486454) +++ head/devel/rubygem-test-unit/Makefile Sun Dec 2 15:39:05 2018 (r486455) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= test-unit -PORTVERSION= 3.2.8 +PORTVERSION= 3.2.9 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -17,8 +17,9 @@ LICENSE_FILE_RUBY= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-power_assert>=0:devel/rubygem-power_assert -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-test-unit/distinfo ============================================================================== --- head/devel/rubygem-test-unit/distinfo Sun Dec 2 15:38:56 2018 (r486454) +++ head/devel/rubygem-test-unit/distinfo Sun Dec 2 15:39:05 2018 (r486455) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526310024 -SHA256 (rubygem/test-unit-3.2.8.gem) = db014a868a728d241e5613dadea7a5da6b0c5f51780f20e8aee40fdcd6ef3e68 -SIZE (rubygem/test-unit-3.2.8.gem) = 129536 +TIMESTAMP = 1543758045 +SHA256 (rubygem/test-unit-3.2.9.gem) = 217a9baf30a13037fe14ee3feed66d5741d1a9cd5966d8e70dc22b0908b40b9e +SIZE (rubygem/test-unit-3.2.9.gem) = 131584 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:39:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A2C61325A76; Sun, 2 Dec 2018 15:39:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D40D72215; Sun, 2 Dec 2018 15:39:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B72C792C; Sun, 2 Dec 2018 15:39:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FdErK081930; Sun, 2 Dec 2018 15:39:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FdEIC081928; Sun, 2 Dec 2018 15:39:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021539.wB2FdEIC081928@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, 2 Dec 2018 15:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486456 - head/devel/rubygem-activesupport4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-activesupport4 X-SVN-Commit-Revision: 486456 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2D40D72215 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:39:18 -0000 Author: sunpoet Date: Sun Dec 2 15:39:14 2018 New Revision: 486456 URL: https://svnweb.freebsd.org/changeset/ports/486456 Log: Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport4/Makefile head/devel/rubygem-activesupport4/distinfo Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport4/Makefile Sun Dec 2 15:39:05 2018 (r486455) +++ head/devel/rubygem-activesupport4/Makefile Sun Dec 2 15:39:14 2018 (r486456) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 4.2.10 -PORTREVISION= 1 +PORTVERSION= 4.2.11 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -19,8 +18,9 @@ RUN_DEPENDS= rubygem-i18n>=0.7:devel/rubygem-i18n \ rubygem-thread_safe>=0.3.4:devel/rubygem-thread_safe \ rubygem-tzinfo>=1.1:devel/rubygem-tzinfo -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-activesupport4/distinfo ============================================================================== --- head/devel/rubygem-activesupport4/distinfo Sun Dec 2 15:39:05 2018 (r486455) +++ head/devel/rubygem-activesupport4/distinfo Sun Dec 2 15:39:14 2018 (r486456) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586023 -SHA256 (rubygem/activesupport-4.2.10.gem) = 275b14e515eb8c924bafa734417ec053a57f177ae9d3369f753d6f4437922268 -SIZE (rubygem/activesupport-4.2.10.gem) = 333824 +TIMESTAMP = 1543660674 +SHA256 (rubygem/activesupport-4.2.11.gem) = c49aa608ef07ae6164211b4208292386947c58b925aeb3157a746f587911195f +SIZE (rubygem/activesupport-4.2.11.gem) = 333824 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:39:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 593501325AA8; Sun, 2 Dec 2018 15:39:25 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF7A5722C7; Sun, 2 Dec 2018 15:39:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CBFE92D; Sun, 2 Dec 2018 15:39:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FdNvk086999; Sun, 2 Dec 2018 15:39:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FdNcc086961; Sun, 2 Dec 2018 15:39:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021539.wB2FdNcc086961@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, 2 Dec 2018 15:39:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486457 - head/devel/rubygem-activejob4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-activejob4 X-SVN-Commit-Revision: 486457 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DF7A5722C7 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:39:25 -0000 Author: sunpoet Date: Sun Dec 2 15:39:22 2018 New Revision: 486457 URL: https://svnweb.freebsd.org/changeset/ports/486457 Log: Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md Security: f96044a2-7df9-414b-9f6b-6e5b85d06c86 MFH: 2018Q4 Modified: head/devel/rubygem-activejob4/Makefile head/devel/rubygem-activejob4/distinfo Modified: head/devel/rubygem-activejob4/Makefile ============================================================================== --- head/devel/rubygem-activejob4/Makefile Sun Dec 2 15:39:14 2018 (r486456) +++ head/devel/rubygem-activejob4/Makefile Sun Dec 2 15:39:22 2018 (r486457) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ rubygem-globalid>=0.3.0:databases/rubygem-globalid -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-activejob4/distinfo ============================================================================== --- head/devel/rubygem-activejob4/distinfo Sun Dec 2 15:39:14 2018 (r486456) +++ head/devel/rubygem-activejob4/distinfo Sun Dec 2 15:39:22 2018 (r486457) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586054 -SHA256 (rubygem/activejob-4.2.10.gem) = e80776a73ba5cc32fefb372f11db289153b954c91db378ad689ad1896f515a82 -SIZE (rubygem/activejob-4.2.10.gem) = 19456 +TIMESTAMP = 1543660695 +SHA256 (rubygem/activejob-4.2.11.gem) = d35b4027c2a07f6637a480db50da7576dc11239c59cb66b805e253e284d0d88b +SIZE (rubygem/activejob-4.2.11.gem) = 19456 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:39:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D8E01325AE9; Sun, 2 Dec 2018 15:39:35 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 113A6723B9; Sun, 2 Dec 2018 15:39:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C472692F; Sun, 2 Dec 2018 15:39: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 wB2FdVtq089770; Sun, 2 Dec 2018 15:39:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FdVM1089684; Sun, 2 Dec 2018 15:39:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021539.wB2FdVM1089684@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, 2 Dec 2018 15:39:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486458 - head/databases/rubygem-activemodel4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activemodel4 X-SVN-Commit-Revision: 486458 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 113A6723B9 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:39:35 -0000 Author: sunpoet Date: Sun Dec 2 15:39:31 2018 New Revision: 486458 URL: https://svnweb.freebsd.org/changeset/ports/486458 Log: Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md Modified: head/databases/rubygem-activemodel4/Makefile head/databases/rubygem-activemodel4/distinfo Modified: head/databases/rubygem-activemodel4/Makefile ============================================================================== --- head/databases/rubygem-activemodel4/Makefile Sun Dec 2 15:39:22 2018 (r486457) +++ head/databases/rubygem-activemodel4/Makefile Sun Dec 2 15:39:31 2018 (r486458) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ rubygem-builder>=3.2.2:devel/rubygem-builder -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/databases/rubygem-activemodel4/distinfo ============================================================================== --- head/databases/rubygem-activemodel4/distinfo Sun Dec 2 15:39:22 2018 (r486457) +++ head/databases/rubygem-activemodel4/distinfo Sun Dec 2 15:39:31 2018 (r486458) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586030 -SHA256 (rubygem/activemodel-4.2.10.gem) = 3b513adc4f7483da117d25ac6505cc46794b4eb457b28597014975a97a929b30 -SIZE (rubygem/activemodel-4.2.10.gem) = 45568 +TIMESTAMP = 1543660718 +SHA256 (rubygem/activemodel-4.2.11.gem) = b89604b0252e1b5eea47de4c5e3ff4b3d713c3c5ab3802c87a37b0e296da5885 +SIZE (rubygem/activemodel-4.2.11.gem) = 45568 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:39:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E39371325B1E; Sun, 2 Dec 2018 15:39: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84B5672484; Sun, 2 Dec 2018 15:39: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 01F32932; Sun, 2 Dec 2018 15:39:40 +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 wB2FddMS090722; Sun, 2 Dec 2018 15:39:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FddO1090720; Sun, 2 Dec 2018 15:39:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021539.wB2FddO1090720@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, 2 Dec 2018 15:39:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486459 - head/databases/rubygem-activerecord4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-activerecord4 X-SVN-Commit-Revision: 486459 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 84B5672484 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:39:43 -0000 Author: sunpoet Date: Sun Dec 2 15:39:39 2018 New Revision: 486459 URL: https://svnweb.freebsd.org/changeset/ports/486459 Log: Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md Modified: head/databases/rubygem-activerecord4/Makefile head/databases/rubygem-activerecord4/distinfo Modified: head/databases/rubygem-activerecord4/Makefile ============================================================================== --- head/databases/rubygem-activerecord4/Makefile Sun Dec 2 15:39:31 2018 (r486458) +++ head/databases/rubygem-activerecord4/Makefile Sun Dec 2 15:39:39 2018 (r486459) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -17,8 +17,9 @@ RUN_DEPENDS= rubygem-activemodel4>=${PORTVERSION}:data rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ rubygem-arel6>=6.0:databases/rubygem-arel6 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/databases/rubygem-activerecord4/distinfo ============================================================================== --- head/databases/rubygem-activerecord4/distinfo Sun Dec 2 15:39:31 2018 (r486458) +++ head/databases/rubygem-activerecord4/distinfo Sun Dec 2 15:39:39 2018 (r486459) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586039 -SHA256 (rubygem/activerecord-4.2.10.gem) = ba4cd95d24e12ba87618d10d7a6f6bf42b0325dad7b53676b55bb074894f9ad3 -SIZE (rubygem/activerecord-4.2.10.gem) = 332288 +TIMESTAMP = 1543660746 +SHA256 (rubygem/activerecord-4.2.11.gem) = 258e61c64256c024d703d90d259dd183b526a10083eda518c94b2bcb52a880eb +SIZE (rubygem/activerecord-4.2.11.gem) = 332288 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:39:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6DCF1325B62; Sun, 2 Dec 2018 15:39:52 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55D4972575; Sun, 2 Dec 2018 15:39:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C3C8933; Sun, 2 Dec 2018 15:39:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FdmjK090847; Sun, 2 Dec 2018 15:39:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FdmwP090845; Sun, 2 Dec 2018 15:39:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021539.wB2FdmwP090845@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, 2 Dec 2018 15:39:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486460 - head/devel/rubygem-actionview4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-actionview4 X-SVN-Commit-Revision: 486460 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 55D4972575 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:39:53 -0000 Author: sunpoet Date: Sun Dec 2 15:39:47 2018 New Revision: 486460 URL: https://svnweb.freebsd.org/changeset/ports/486460 Log: Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md Modified: head/devel/rubygem-actionview4/Makefile head/devel/rubygem-actionview4/distinfo Modified: head/devel/rubygem-actionview4/Makefile ============================================================================== --- head/devel/rubygem-actionview4/Makefile Sun Dec 2 15:39:39 2018 (r486459) +++ head/devel/rubygem-actionview4/Makefile Sun Dec 2 15:39:47 2018 (r486460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -19,8 +19,9 @@ RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:de rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 \ rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-actionview4/distinfo ============================================================================== --- head/devel/rubygem-actionview4/distinfo Sun Dec 2 15:39:39 2018 (r486459) +++ head/devel/rubygem-actionview4/distinfo Sun Dec 2 15:39:47 2018 (r486460) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586047 -SHA256 (rubygem/actionview-4.2.10.gem) = 1bae4a0385ba7384ed2ae4eddff80076f0c6b21cfc9d60cf0767723feb153dcb -SIZE (rubygem/actionview-4.2.10.gem) = 145920 +TIMESTAMP = 1543660772 +SHA256 (rubygem/actionview-4.2.11.gem) = 8bb47c377295f91a685afb993d78d5a628b3afa04739047bd71af6fe3ac07c27 +SIZE (rubygem/actionview-4.2.11.gem) = 145920 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:40:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D35481325BB6; Sun, 2 Dec 2018 15:40: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30F4272703; Sun, 2 Dec 2018 15:40: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 5CB82939; Sun, 2 Dec 2018 15:40: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 wB2Fe50k091148; Sun, 2 Dec 2018 15:40:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Fe5q6091147; Sun, 2 Dec 2018 15:40:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021540.wB2Fe5q6091147@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, 2 Dec 2018 15:40:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486462 - head/mail/rubygem-actionmailer4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/rubygem-actionmailer4 X-SVN-Commit-Revision: 486462 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 30F4272703 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.19)[0.185,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:40:08 -0000 Author: sunpoet Date: Sun Dec 2 15:40:04 2018 New Revision: 486462 URL: https://svnweb.freebsd.org/changeset/ports/486462 Log: Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md Modified: head/mail/rubygem-actionmailer4/Makefile head/mail/rubygem-actionmailer4/distinfo Modified: head/mail/rubygem-actionmailer4/Makefile ============================================================================== --- head/mail/rubygem-actionmailer4/Makefile Sun Dec 2 15:39:56 2018 (r486461) +++ head/mail/rubygem-actionmailer4/Makefile Sun Dec 2 15:40:04 2018 (r486462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -20,7 +20,8 @@ RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/r rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 USES= gem -NO_ARCH= yes USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/mail/rubygem-actionmailer4/distinfo ============================================================================== --- head/mail/rubygem-actionmailer4/distinfo Sun Dec 2 15:39:56 2018 (r486461) +++ head/mail/rubygem-actionmailer4/distinfo Sun Dec 2 15:40:04 2018 (r486462) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586072 -SHA256 (rubygem/actionmailer-4.2.10.gem) = a93cedc87c05e4360dee32777872a9b851295e96d8a32b96ebc13e7c95967ec7 -SIZE (rubygem/actionmailer-4.2.10.gem) = 27136 +TIMESTAMP = 1543660826 +SHA256 (rubygem/actionmailer-4.2.11.gem) = 951c7ddd998b25f51ac01e3da5b552acb4341af325bb744b6d1b567fa0a6737e +SIZE (rubygem/actionmailer-4.2.11.gem) = 27136 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:40:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A10741325C0B; Sun, 2 Dec 2018 15:40:26 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F7EE728D9; Sun, 2 Dec 2018 15:40:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C24E93B; Sun, 2 Dec 2018 15:40:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FeM8g091401; Sun, 2 Dec 2018 15:40:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FeLaD091399; Sun, 2 Dec 2018 15:40:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021540.wB2FeLaD091399@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, 2 Dec 2018 15:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486464 - head/www/rubygem-rails4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rails4 X-SVN-Commit-Revision: 486464 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3F7EE728D9 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:40:26 -0000 Author: sunpoet Date: Sun Dec 2 15:40:21 2018 New Revision: 486464 URL: https://svnweb.freebsd.org/changeset/ports/486464 Log: Update to 4.2.11 Changes: https://weblog.rubyonrails.org/2018/11/27/Rails-4-2-5-0-5-1-5-2-have-been-released/ Modified: head/www/rubygem-rails4/Makefile head/www/rubygem-rails4/distinfo Modified: head/www/rubygem-rails4/Makefile ============================================================================== --- head/www/rubygem-rails4/Makefile Sun Dec 2 15:40:13 2018 (r486463) +++ head/www/rubygem-rails4/Makefile Sun Dec 2 15:40:21 2018 (r486464) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 4.2.10 -PORTREVISION= 2 +PORTVERSION= 4.2.11 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -43,9 +42,10 @@ RUN_DEPENDS= rubygem-actionmailer4>=${PORTVERSION}:mai rubygem-uglifier>=2.5.0:www/rubygem-uglifier \ rubygem-web-console2>=2.1.2:devel/rubygem-web-console2 -NO_ARCH= yes -USE_RUBY= yes USES= cpe gem +USE_RUBY= yes + +NO_ARCH= yes CPE_VENDOR= rubyonrails CPE_PRODUCT= ruby_on_rails Modified: head/www/rubygem-rails4/distinfo ============================================================================== --- head/www/rubygem-rails4/distinfo Sun Dec 2 15:40:13 2018 (r486463) +++ head/www/rubygem-rails4/distinfo Sun Dec 2 15:40:21 2018 (r486464) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586114 -SHA256 (rubygem/rails-4.2.10.gem) = 141067e1dd4ec59d7a49e54936b68d8e44d8616515625dcf0387405a276d6b97 -SIZE (rubygem/rails-4.2.10.gem) = 1476096 +TIMESTAMP = 1543660893 +SHA256 (rubygem/rails-4.2.11.gem) = dd12ffea8f548accec41ae1ef6add3cf9f1e00275744f92da60a713a0b0d1766 +SIZE (rubygem/rails-4.2.11.gem) = 1476096 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:40:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62FE51325BF9; Sun, 2 Dec 2018 15:40: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09EE4727EF; Sun, 2 Dec 2018 15:40: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 E085193A; Sun, 2 Dec 2018 15:40:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FeDlI091273; Sun, 2 Dec 2018 15:40:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FeDJp091271; Sun, 2 Dec 2018 15:40:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021540.wB2FeDJp091271@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, 2 Dec 2018 15:40:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486463 - head/www/rubygem-railties4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-railties4 X-SVN-Commit-Revision: 486463 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 09EE4727EF X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:40:17 -0000 Author: sunpoet Date: Sun Dec 2 15:40:13 2018 New Revision: 486463 URL: https://svnweb.freebsd.org/changeset/ports/486463 Log: Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/railties/CHANGELOG.md Modified: head/www/rubygem-railties4/Makefile head/www/rubygem-railties4/distinfo Modified: head/www/rubygem-railties4/Makefile ============================================================================== --- head/www/rubygem-railties4/Makefile Sun Dec 2 15:40:04 2018 (r486462) +++ head/www/rubygem-railties4/Makefile Sun Dec 2 15:40:13 2018 (r486463) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -19,9 +19,10 @@ RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/r CONFLICTS_INSTALL= rubygem-railties5 rubygem-railties50 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/rails Modified: head/www/rubygem-railties4/distinfo ============================================================================== --- head/www/rubygem-railties4/distinfo Sun Dec 2 15:40:04 2018 (r486462) +++ head/www/rubygem-railties4/distinfo Sun Dec 2 15:40:13 2018 (r486463) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586080 -SHA256 (rubygem/railties-4.2.10.gem) = 3709315c522a2729bb7dcf97c05acc2d47b61521cac450ee03143321b1abde6a -SIZE (rubygem/railties-4.2.10.gem) = 128000 +TIMESTAMP = 1543661004 +SHA256 (rubygem/railties-4.2.11.gem) = 2186005ddf9e48fcbc98bb37c8bf127d0681826938cb053c896e03dde717a327 +SIZE (rubygem/railties-4.2.11.gem) = 128000 From owner-svn-ports-all@freebsd.org Sun Dec 2 15:40:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33F3D1325C66; Sun, 2 Dec 2018 15:40:35 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC172729A3; Sun, 2 Dec 2018 15:40:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D7D393C; Sun, 2 Dec 2018 15:40:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2FeW41091504; Sun, 2 Dec 2018 15:40:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FeVLA091503; Sun, 2 Dec 2018 15:40:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021540.wB2FeVLA091503@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, 2 Dec 2018 15:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486465 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 486465 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DC172729A3 X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:40:35 -0000 Author: sunpoet Date: Sun Dec 2 15:40:31 2018 New Revision: 486465 URL: https://svnweb.freebsd.org/changeset/ports/486465 Log: Document Rails vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Dec 2 15:40:21 2018 (r486464) +++ head/security/vuxml/vuln.xml Sun Dec 2 15:40:31 2018 (r486465) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Rails -- Active Job vulnerability + + + rubygem-activejob4 + 4.2.11 + + + rubygem-activejob5 + 5.1.6.1 + + + rubygem-activejob50 + 5.0.7.1 + + + + +

Ruby on Rails blog:

+
+

Rails 4.2.11, 5.0.7.1, 5.1.6.1 and 5.2.1.1 have been released! These + contain the following important security fixes, and it is recommended + that users upgrade as soon as possible

+

CVE-2018-16476 Broken Access Control vulnerability in Active Job: + Carefully crafted user input can cause Active Job to deserialize it + using GlobalId and allow an attacker to have access to information that + they should not have.

+
+ +
+ + https://weblog.rubyonrails.org/2018/11/27/Rails-4-2-5-0-5-1-5-2-have-been-released/ + CVE-2018-16476 + + + 2018-11-27 + 2018-12-02 + +
+ uriparser -- Multiple vulnerabilities From owner-svn-ports-all@freebsd.org Sun Dec 2 15:40:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65BFC1325B90; Sun, 2 Dec 2018 15:40:00 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0567872639; Sun, 2 Dec 2018 15:40:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49E59935; Sun, 2 Dec 2018 15:39: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 wB2FdvmY090991; Sun, 2 Dec 2018 15:39:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FduPh090989; Sun, 2 Dec 2018 15:39:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021539.wB2FduPh090989@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, 2 Dec 2018 15:39:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486461 - in head/www/rubygem-actionpack4: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/rubygem-actionpack4: . files X-SVN-Commit-Revision: 486461 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0567872639 X-Spamd-Result: default: False [0.28 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.20)[0.197,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:40:00 -0000 Author: sunpoet Date: Sun Dec 2 15:39:56 2018 New Revision: 486461 URL: https://svnweb.freebsd.org/changeset/ports/486461 Log: Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md Modified: head/www/rubygem-actionpack4/Makefile head/www/rubygem-actionpack4/distinfo head/www/rubygem-actionpack4/files/patch-gemspec Modified: head/www/rubygem-actionpack4/Makefile ============================================================================== --- head/www/rubygem-actionpack4/Makefile Sun Dec 2 15:39:47 2018 (r486460) +++ head/www/rubygem-actionpack4/Makefile Sun Dec 2 15:39:56 2018 (r486461) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -20,8 +20,9 @@ RUN_DEPENDS= rubygem-actionview4>=${PORTVERSION}:devel rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 \ rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/www/rubygem-actionpack4/distinfo ============================================================================== --- head/www/rubygem-actionpack4/distinfo Sun Dec 2 15:39:47 2018 (r486460) +++ head/www/rubygem-actionpack4/distinfo Sun Dec 2 15:39:56 2018 (r486461) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586064 -SHA256 (rubygem/actionpack-4.2.10.gem) = fd6625bcb84dbfb48d7e7f6ab7d2b88ede925a455db02fbaec5047d57a7eca50 -SIZE (rubygem/actionpack-4.2.10.gem) = 186880 +TIMESTAMP = 1543660800 +SHA256 (rubygem/actionpack-4.2.11.gem) = f97004512791f29220b08e0fb3394fa6235049d48a043f490552bee3078db38f +SIZE (rubygem/actionpack-4.2.11.gem) = 186880 Modified: head/www/rubygem-actionpack4/files/patch-gemspec ============================================================================== --- head/www/rubygem-actionpack4/files/patch-gemspec Sun Dec 2 15:39:47 2018 (r486460) +++ head/www/rubygem-actionpack4/files/patch-gemspec Sun Dec 2 15:39:56 2018 (r486461) @@ -2,10 +2,10 @@ +++ actionpack.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["= 4.2.9"]) + s.add_runtime_dependency(%q.freeze, ["= 4.2.11"]) s.add_runtime_dependency(%q.freeze, ["~> 1.6"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.6.2"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6", ">= 0.6.2"]) s.add_runtime_dependency(%q.freeze, [">= 1.0.2", "~> 1.0"]) s.add_runtime_dependency(%q.freeze, [">= 1.0.5", "~> 1.0"]) - s.add_runtime_dependency(%q.freeze, ["= 4.2.9"]) + s.add_runtime_dependency(%q.freeze, ["= 4.2.11"]) From owner-svn-ports-all@freebsd.org Sun Dec 2 15:40:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E1241325DCF; Sun, 2 Dec 2018 15:40: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AA7A72AAB; Sun, 2 Dec 2018 15:40: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 BDFEF94B; Sun, 2 Dec 2018 15:40:40 +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 wB2FeeO7091641; Sun, 2 Dec 2018 15:40:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2Fee6M091640; Sun, 2 Dec 2018 15:40:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812021540.wB2Fee6M091640@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, 2 Dec 2018 15:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486466 - head/net/gssdp/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/gssdp/files X-SVN-Commit-Revision: 486466 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9AA7A72AAB X-Spamd-Result: default: False [0.15 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.19)[0.185,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:40:44 -0000 Author: sunpoet Date: Sun Dec 2 15:40:40 2018 New Revision: 486466 URL: https://svnweb.freebsd.org/changeset/ports/486466 Log: Fix build on powerpc64 PR: 233684 Submitted by: Piotr Kubaj Added: head/net/gssdp/files/ head/net/gssdp/files/patch-libgssdp-gssdp-client.h (contents, props changed) head/net/gssdp/files/patch-libgssdp-gssdp-resource-group.h (contents, props changed) Added: head/net/gssdp/files/patch-libgssdp-gssdp-client.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gssdp/files/patch-libgssdp-gssdp-client.h Sun Dec 2 15:40:40 2018 (r486466) @@ -0,0 +1,12 @@ +--- libgssdp/gssdp-client.h.orig 2018-11-30 23:11:39 UTC ++++ libgssdp/gssdp-client.h +@@ -31,9 +31,6 @@ G_BEGIN_DECLS + + G_DECLARE_DERIVABLE_TYPE (GSSDPClient, gssdp_client, GSSDP, CLIENT, GObject) + +-typedef struct _GSSDPClient GSSDPClient; +-typedef struct _GSSDPClientClass GSSDPClientClass; +- + struct _GSSDPClientClass { + GObjectClass parent_class; + Added: head/net/gssdp/files/patch-libgssdp-gssdp-resource-group.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gssdp/files/patch-libgssdp-gssdp-resource-group.h Sun Dec 2 15:40:40 2018 (r486466) @@ -0,0 +1,10 @@ +--- libgssdp/gssdp-resource-group.h.orig 2018-11-30 23:17:04 UTC ++++ libgssdp/gssdp-resource-group.h +@@ -44,7 +44,6 @@ struct _GSSDPResourceGroupClass { + void (* _gssdp_reserved3) (void); + void (* _gssdp_reserved4) (void); + }; +-typedef struct _GSSDPResourceGroupClass GSSDPResourceGroupClass; + + GSSDPResourceGroup * + gssdp_resource_group_new (GSSDPClient *client); From owner-svn-ports-all@freebsd.org Sun Dec 2 15:42:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EF1E1325EDD; Sun, 2 Dec 2018 15:42:04 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F057A72FB4; Sun, 2 Dec 2018 15:42:03 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D12AEAC8; Sun, 2 Dec 2018 15:42:03 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2Fg3BE002167; Sun, 2 Dec 2018 15:42:03 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FfmY6002086; Sun, 2 Dec 2018 15:41:48 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812021541.wB2FfmY6002086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 2 Dec 2018 15:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486467 - in head: accessibility/qt4-accessible archivers/quazip astro/gpsd astro/qlandkartegt astro/stellarium-qt4 astro/xglobe audio/acoustid-fingerprinter audio/audex audio/clementin... X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: accessibility/qt4-accessible archivers/quazip astro/gpsd astro/qlandkartegt astro/stellarium-qt4 astro/xglobe audio/acoustid-fingerprinter audio/audex audio/clementine-player audio/creox audi... X-SVN-Commit-Revision: 486467 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F057A72FB4 X-Spamd-Result: default: False [0.77 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.19)[0.185,0]; NEURAL_SPAM_MEDIUM(0.23)[0.228,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.35)[0.352,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:42:04 -0000 Author: rene Date: Sun Dec 2 15:41:47 2018 New Revision: 486467 URL: https://svnweb.freebsd.org/changeset/ports/486467 Log: Mark QT4 ports/functionality for removal on 2019-03-15 While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Modified: head/accessibility/qt4-accessible/Makefile head/archivers/quazip/Makefile head/astro/gpsd/Makefile head/astro/qlandkartegt/Makefile head/astro/stellarium-qt4/Makefile head/astro/xglobe/Makefile head/audio/acoustid-fingerprinter/Makefile head/audio/audex/Makefile head/audio/clementine-player/Makefile head/audio/creox/Makefile head/audio/cueplayer/Makefile head/audio/dream/Makefile head/audio/dssi/Makefile head/audio/esperanza/Makefile head/audio/fmit/Makefile head/audio/hydrogen/Makefile head/audio/kstreamripper/Makefile head/audio/lastfm-desktop/Makefile head/audio/libechonest/Makefile head/audio/liblastfm/Makefile head/audio/lmms/Makefile head/audio/midipp/Makefile head/audio/minitunes/Makefile head/audio/mixxx/Makefile head/audio/mixxx20/Makefile head/audio/mumble/Makefile head/audio/murmur/Makefile head/audio/openal-soft/Makefile head/audio/puddletag/Makefile head/audio/qmpdclient/Makefile head/audio/qsampler/Makefile head/audio/rosegarden/Makefile head/audio/simon/Makefile head/audio/skype-call-recorder/Makefile head/audio/synthpod-lv2/Makefile head/audio/virtual_oss_ctl/Makefile head/biology/clustalx/Makefile head/cad/freecad/Makefile head/cad/klayout/Makefile head/cad/layouteditor/Makefile head/cad/leocad/Makefile head/cad/meshlab/Makefile head/cad/openscad/Makefile head/cad/qfsm/Makefile head/cad/qucs/Makefile head/chinese/fcitx/Makefile head/chinese/gcin-qt4/Makefile head/chinese/qt4-codecs-cn/Makefile head/chinese/qt4-codecs-tw/Makefile head/chinese/qterm/Makefile head/comms/dabstick-radio/Makefile head/comms/gnuradio/Makefile head/comms/hamfax/Makefile head/comms/linpsk/Makefile head/comms/qtel/Makefile head/databases/py-qt4-sql/Makefile head/databases/qt4-sql/Makefile head/databases/sqliteman/Makefile head/databases/tora/Makefile head/deskutils/basket/Makefile head/deskutils/cairo-dock-plugins/Makefile head/deskutils/cdcat/Makefile head/deskutils/fbreader/Makefile head/deskutils/fet/Makefile head/deskutils/homerun/Makefile head/deskutils/kdeconnect-kde-kde4/Makefile head/deskutils/ksshaskpass/Makefile head/deskutils/launchy/Makefile head/deskutils/plasma-applet-cwp/Makefile head/deskutils/plasma-applet-fancytasks/Makefile head/deskutils/plasma-applet-qstardict/Makefile head/deskutils/plasma-applet-simpleweatherforecast/Makefile head/deskutils/qorganizer/Makefile head/deskutils/qrfcview/Makefile head/deskutils/qtm/Makefile head/deskutils/recoll/Makefile head/deskutils/semantik/Makefile head/deskutils/silence/Makefile head/deskutils/strigi/Makefile.common head/deskutils/tuxcards/Makefile head/deskutils/vym/Makefile head/deskutils/znotes/Makefile head/devel/ace/Makefile head/devel/apiextractor/Makefile head/devel/automoc4/Makefile head/devel/codequery/Makefile head/devel/doxygen/Makefile head/devel/edb/Makefile head/devel/fuel/Makefile head/devel/gecode/Makefile head/devel/generatorrunner/Makefile head/devel/grantlee/Makefile head/devel/gwenhywfar/Makefile head/devel/hgview/Makefile head/devel/kaptain/Makefile head/devel/kdbg/Makefile head/devel/libdbusmenu-qt/Makefile head/devel/libkolab/Makefile head/devel/liteide/Makefile head/devel/ninja-ide/Makefile head/devel/piklab/Makefile head/devel/plasma/Makefile head/devel/py-qt4-assistant/Makefile head/devel/py-qt4-core/Makefile head/devel/py-qt4-dbus/Makefile head/devel/py-qt4-dbussupport/Makefile head/devel/py-qt4-declarative/Makefile head/devel/py-qt4-designer/Makefile head/devel/py-qt4-designerplugin/Makefile head/devel/py-qt4-help/Makefile head/devel/py-qt4-qscintilla2/Makefile head/devel/py-qt4-script/Makefile head/devel/py-qt4-scripttools/Makefile head/devel/py-qt4-test/Makefile head/devel/py-qt4/Makefile head/devel/py-qtconsole/Makefile head/devel/pyside-tools/Makefile head/devel/pyside/Makefile head/devel/qbzr/Makefile head/devel/qca/Makefile head/devel/qconf/Makefile head/devel/qct/Makefile head/devel/qdevelop/Makefile head/devel/qjson/Makefile head/devel/qprog/Makefile head/devel/qross/Makefile head/devel/qscintilla2-designerplugin/Makefile head/devel/qscintilla2/Makefile head/devel/qt4-assistant-adp/Makefile head/devel/qt4-assistant/Makefile head/devel/qt4-corelib/Makefile head/devel/qt4-dbus/Makefile head/devel/qt4-designer/Makefile head/devel/qt4-help-tools/Makefile head/devel/qt4-help/Makefile head/devel/qt4-libqtassistantclient/Makefile head/devel/qt4-linguist/Makefile head/devel/qt4-linguisttools/Makefile head/devel/qt4-makeqpf/Makefile head/devel/qt4-moc/Makefile head/devel/qt4-porting/Makefile head/devel/qt4-qdbusviewer/Makefile head/devel/qt4-qdoc3/Makefile head/devel/qt4-qmake/Makefile head/devel/qt4-qmlviewer/Makefile head/devel/qt4-qt3support/Makefile head/devel/qt4-qtsolutions-singleapplication/Makefile head/devel/qt4-qtsolutions-soap/Makefile head/devel/qt4-qvfb/Makefile head/devel/qt4-rcc/Makefile head/devel/qt4-script/Makefile head/devel/qt4-scripttools/Makefile head/devel/qt4-testlib/Makefile head/devel/qt4-uic/Makefile head/devel/qt4-uic3/Makefile head/devel/qt4/Makefile head/devel/qt4/Makefile.sqldrivers head/devel/qtscriptgenerator/Makefile head/devel/shiboken/Makefile head/devel/subcommander2/Makefile head/devel/thrift-cpp/Makefile head/devel/universalindentgui/Makefile head/editors/klat4/Makefile head/editors/leo/Makefile head/editors/lfhex/Makefile head/editors/libreoffice/Makefile head/editors/mp/Makefile head/editors/plume-creator-devel/Makefile head/editors/tea/Makefile head/editors/texmacs/Makefile head/editors/texmaker/Makefile head/editors/texstudio/Makefile head/editors/textroom/Makefile head/editors/yzis/Makefile head/emulators/dboxfe/Makefile head/emulators/higan/Makefile head/emulators/q4wine/Makefile head/emulators/qtemu/Makefile head/emulators/swine/Makefile head/emulators/yabause/Makefile head/finance/alkimia/Makefile head/finance/bitcoin-armory/Makefile head/finance/qhacc/Makefile head/french/aster/Makefile head/ftp/plasma-applet-ftpmonitor/Makefile head/ftp/scythia/Makefile head/games/allacrost/Makefile head/games/anki/Makefile head/games/arx-libertatis/Makefile head/games/bubble-chains/Makefile head/games/capicity/Makefile head/games/capitalism/Makefile head/games/flukz/Makefile head/games/goldencheetah/Makefile head/games/jag/Makefile head/games/kardsgt/Makefile head/games/kcheckers/Makefile head/games/knights-kde4/Makefile head/games/openpref/Makefile head/games/pokerth/Makefile head/games/qgo/Makefile head/games/qnetwalk/Makefile head/games/qtads/Makefile head/games/quackle/Makefile head/games/spellathon/Makefile head/games/sudoku-sensei/Makefile head/games/tbe/Makefile head/games/valyriatear/Makefile head/games/xptools/Makefile head/german/tipp10/Makefile head/graphics/appleseed/Makefile head/graphics/aqsis/Makefile head/graphics/autoq3d/Makefile head/graphics/burplex/Makefile head/graphics/darknock/Makefile head/graphics/diffpdf/Makefile head/graphics/djview4/Makefile head/graphics/easypaint/Makefile head/graphics/eos-movrec/Makefile head/graphics/fracplanet/Makefile head/graphics/gle-graphics/Makefile head/graphics/gnash/Makefile head/graphics/graphviz/Makefile head/graphics/kcoloredit/Makefile head/graphics/kiconedit/Makefile head/graphics/klatexformula/Makefile head/graphics/kpovmodeler/Makefile head/graphics/libkipi-kde4/Makefile head/graphics/libkscreen/Makefile head/graphics/lprof-devel/Makefile head/graphics/luminance/Makefile head/graphics/luxrender/Makefile head/graphics/meshviewer/Makefile head/graphics/natron/Makefile head/graphics/nvidia-texture-tools/Makefile head/graphics/opencsg/Makefile head/graphics/opencv/Makefile head/graphics/openimageio/Makefile head/graphics/osg-devel/Makefile head/graphics/osg/Makefile head/graphics/oyranos/Makefile head/graphics/pencil/Makefile head/graphics/photivo/Makefile head/graphics/poppler/Makefile head/graphics/prison/Makefile head/graphics/py-poppler-qt4/Makefile head/graphics/py-qt4-svg/Makefile head/graphics/qgis/Makefile head/graphics/qt4-iconengines/Makefile head/graphics/qt4-imageformats/Makefile head/graphics/qt4-opengl/Makefile head/graphics/qt4-pixeltool/Makefile head/graphics/qt4-svg/Makefile head/graphics/qtawesome/Makefile head/graphics/qxv/Makefile head/graphics/scantailor/Makefile head/graphics/seexpr/Makefile head/graphics/smillaenlarger/Makefile head/graphics/structuresynth/Makefile head/graphics/tulip/Makefile head/graphics/yafaray/Makefile head/graphics/yagf/Makefile head/graphics/zbar/Makefile head/irc/dxirc/Makefile head/irc/kvirc/Makefile head/japanese/qt4-codecs-jp/Makefile head/korean/qt4-codecs-kr/Makefile head/mail/emailrelay/Makefile head/mail/kbiff/Makefile head/mail/kshowmail/Makefile head/mail/qgmailnotifier/Makefile head/math/abakus/Makefile head/math/acalc/Makefile head/math/plplot/Makefile head/math/py-matplotlib/Makefile head/math/qtiplot/Makefile head/math/qtoctave/Makefile head/math/qwtplot3d-qt4/Makefile head/math/vtk6/Makefile head/math/vtk8/Makefile head/misc/kde-thumbnailer-chm-kde4/Makefile head/misc/kde-thumbnailer-epub-kde4/Makefile head/misc/kde-thumbnailer-fb2-kde4/Makefile head/misc/py-qt4-demo/Makefile head/misc/py-qt4-doc/Makefile head/misc/qmetro/Makefile head/misc/qt4-doc/Makefile head/misc/qt4-l10n/Makefile head/misc/qt4-qtconfig/Makefile head/misc/qt4-qtdemo/Makefile head/misc/saaghar/Makefile head/multimedia/2mandvd/Makefile head/multimedia/abby/Makefile head/multimedia/avidemux/Makefile head/multimedia/avidemux/Makefile.common head/multimedia/clipgrab/Makefile head/multimedia/dvbcut/Makefile head/multimedia/gstreamer-qt4/Makefile head/multimedia/gstreamer1-qt/Makefile head/multimedia/k9copy-kde4/Makefile head/multimedia/kaffeine/Makefile head/multimedia/mediadownloader/Makefile head/multimedia/mlt-qt4/Makefile head/multimedia/phonon-designerplugin/Makefile head/multimedia/phonon-gstreamer/Makefile head/multimedia/phonon-vlc/Makefile head/multimedia/phonon-xine/Makefile head/multimedia/phonon/Makefile head/multimedia/py-qt4-multimedia/Makefile head/multimedia/py-qt4-phonon/Makefile head/multimedia/qmmp-plugin-pack/Makefile head/multimedia/qmmp/Makefile head/multimedia/qt4-mobility/Makefile head/multimedia/qt4-multimedia/Makefile head/multimedia/smplayer/Makefile head/multimedia/smtube/Makefile head/multimedia/umplayer/Makefile head/net-im/ekiga/Makefile head/net-im/hotot/Makefile head/net-im/kmess-kde4/Makefile head/net-im/libjreen/Makefile head/net-im/licq-qt-gui/Makefile head/net-im/psimedia/Makefile head/net-im/qxmpp/Makefile head/net-im/ramblercontacts/Makefile head/net-im/telepathy-logger-qt4/Makefile head/net-im/telepathy-qt/Makefile head/net-im/turpial/Makefile head/net-im/vacuum-im/Makefile head/net-mgmt/nagiosagent/Makefile head/net-mgmt/qkismet/Makefile head/net-p2p/amule-devel/Makefile head/net-p2p/amule/Makefile head/net-p2p/bitmessage/Makefile head/net-p2p/eiskaltdcpp-qt/Makefile head/net-p2p/torrent-file-editor/Makefile head/net-p2p/transmission-qt/Makefile head/net-p2p/valknut/Makefile head/net-p2p/zetacoin/Makefile head/net/avahi-qt4/Makefile head/net/cagibi/Makefile head/net/hupnp/Makefile head/net/kio-upnp-ms/Makefile head/net/kwooty/Makefile head/net/libkfbapi/Makefile head/net/libproxy-kde/Makefile head/net/ostinato/Makefile head/net/py-qt4-network/Makefile head/net/qjsonrpc/Makefile head/net/qoauth/Makefile head/net/qt4-network/Makefile head/net/qtweetlib/Makefile head/net/quiterss/Makefile head/net/rsplib/Makefile head/net/smb4k-kde4/Makefile head/net/x2goclient/Makefile head/polish/qfaktury/Makefile head/ports-mgmt/packagekit/Makefile head/print/frescobaldi/Makefile head/print/hplip/Makefile head/print/kover/Makefile head/print/kpdftool/Makefile head/print/qpdfview/Makefile head/print/scribus/Makefile head/science/MOOSE-neural-simulator/Makefile head/science/avogadro/Makefile head/science/kst2/Makefile head/science/libgeodecomp/Makefile head/science/massxpert/Makefile head/science/openstructure/Makefile head/science/py-veusz/Makefile head/science/qtresistors/Makefile head/science/silo/Makefile head/security/fwbuilder/Makefile head/security/ike/Makefile head/security/keepassx2/Makefile head/security/kqoauth/Makefile head/security/ophcrack/Makefile head/security/pinentry/Makefile head/security/qtkeychain/Makefile head/security/quantis/Makefile head/security/subversion-kwallet/Makefile head/security/tpmmanager/Makefile head/security/yubikey-personalization-gui/Makefile head/sysutils/android-file-transfer/Makefile head/sysutils/bacula9-bat/Makefile head/sysutils/bareos-traymonitor/Makefile head/sysutils/bareos16-bat/Makefile head/sysutils/bareos16-traymonitor/Makefile head/sysutils/kcm-polkit-kde/Makefile head/sysutils/kdirstat/Makefile head/sysutils/policykit-qt/Makefile head/sysutils/polkit-kde/Makefile head/sysutils/polkit-qt/Makefile head/sysutils/qpxtool/Makefile head/sysutils/qsynergy/Makefile head/sysutils/qzeitgeist/Makefile head/sysutils/searchmonkey/Makefile head/sysutils/unetbootin/Makefile head/textproc/ansifilter/Makefile head/textproc/beediff/Makefile head/textproc/dixit/Makefile head/textproc/goldendict/Makefile head/textproc/ibus-qt/Makefile head/textproc/kdiff3/Makefile head/textproc/py-qt4-xml/Makefile head/textproc/py-qt4-xmlpatterns/Makefile head/textproc/qstardict/Makefile head/textproc/qt4-clucene/Makefile head/textproc/qt4-xml/Makefile head/textproc/qt4-xmlpatterns-tool/Makefile head/textproc/qt4-xmlpatterns/Makefile head/textproc/scim-bridge-qt4/Makefile head/textproc/soprano/Makefile head/textproc/uim-kde4/Makefile head/textproc/uim-qt4/Makefile head/textproc/xxdiff/Makefile head/www/aria2fe/Makefile head/www/cutycapt/Makefile head/www/kpartsplugin/Makefile head/www/kwebkitpart/Makefile head/www/linkchecker/Makefile head/www/opera/Makefile head/www/py-qt4-webkit/Makefile head/www/qt4-webkit/Makefile head/www/qupzilla-qt4/Makefile head/www/rekonq/Makefile head/x11-fm/qtfm/Makefile head/x11-fonts/fontmatrix/Makefile head/x11-themes/Kvantum/Makefile head/x11-themes/adwaita-qt/Makefile head/x11-themes/gtk-qt4-engine/Makefile head/x11-themes/kde-gtk-config/Makefile head/x11-themes/kde4-style-bespin/Makefile head/x11-themes/kde4-style-nitrogen/Makefile head/x11-themes/kde4-style-oxygen-transparent/Makefile head/x11-themes/kde4-style-polyester/Makefile head/x11-themes/kde4-style-skulpture/Makefile head/x11-themes/kde4-windeco-crystal/Makefile head/x11-themes/kde4-windeco-dekorator/Makefile head/x11-themes/qt4-style-float/Makefile head/x11-themes/qt4-style-phase/Makefile head/x11-themes/qt4-style-quantumstyle/Makefile head/x11-themes/qtcurve/Makefile head/x11-toolkits/attica/Makefile head/x11-toolkits/nucleo/Makefile head/x11-toolkits/py-qt4-gui/Makefile head/x11-toolkits/qt4-declarative/Makefile head/x11-toolkits/qt4-gui/Makefile head/x11-toolkits/qt4pas/Makefile head/x11-toolkits/qwt5-designerplugin/Makefile head/x11-toolkits/qwt5/Makefile head/x11-toolkits/qwt6/Makefile head/x11-toolkits/soqt/Makefile head/x11-wm/qlwm/Makefile head/x11/kactivities/Makefile head/x11/kactivitymanagerd/Makefile head/x11/kde4/Makefile head/x11/leechcraft/Makefile head/x11/py-qt4-opengl/Makefile head/x11/qimageblitz/Makefile head/x11/qt4-graphicssystems-opengl/Makefile head/x11/qt4-inputmethods/Makefile head/x11/qxkb/Makefile Modified: head/accessibility/qt4-accessible/Makefile ============================================================================== --- head/accessibility/qt4-accessible/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/accessibility/qt4-accessible/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt accessibility widgets +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + USES= qmake:no_env qt-dist:4 USE_QT= moc_build qt3support corelib gui network sql xml USE_CXXSTD= gnu++98 Modified: head/archivers/quazip/Makefile ============================================================================== --- head/archivers/quazip/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/archivers/quazip/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -3,7 +3,7 @@ PORTNAME= quazip DISTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= SF PKGNAMESUFFIX= -${FLAVOR} @@ -13,8 +13,11 @@ COMMENT= Qt/C++ wrapper for ZIP/UNZIP package LICENSE= LGPL21 -FLAVORS= qt4 qt5 +FLAVORS= qt5 qt4 FLAVOR?= ${FLAVORS:[1]} + +qt4_DEPRECATED= Qt4 has been EOL since december 2015 +qt4_EXPIRATION_DATE= 2019-03-15 USES= cmake:outsource USE_LDCONFIG= yes Modified: head/astro/gpsd/Makefile ============================================================================== --- head/astro/gpsd/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/astro/gpsd/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -147,6 +147,12 @@ X11_USE= GNOME=gtk30 # Build control PROFILING_MAKE_ARGS= profiling=yes +.include +.if ${PORT_OPTIONS:MQTBIND} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif + # generates .py[co] files for installed modules # if that's not done, ${PYTHON_SITELIBDIR}/gps will be polluted # with these files when module is imported from root user Modified: head/astro/qlandkartegt/Makefile ============================================================================== --- head/astro/qlandkartegt/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/astro/qlandkartegt/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= The ultimate outdoor aficionado's tool LICENSE= GPLv3 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BROKEN= fails to build LIB_DEPENDS= libgdal.so:graphics/gdal \ Modified: head/astro/stellarium-qt4/Makefile ============================================================================== --- head/astro/stellarium-qt4/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/astro/stellarium-qt4/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -15,6 +15,9 @@ COMMENT= 3D photo-realistic sky renderer (planetarium) LICENSE= GPLv2+ +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + CONFLICTS_INSTALL= ${PORTNAME}-0.17.* PORTSCOUT= limit:^0\.12\. # track only 0.12.x (legacy) Modified: head/astro/xglobe/Makefile ============================================================================== --- head/astro/xglobe/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/astro/xglobe/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= Displays a view of the Earth (like xearth) wi LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + USES= gmake qt:4 USE_QT= corelib gui qt3support moc_build Modified: head/audio/acoustid-fingerprinter/Makefile ============================================================================== --- head/audio/acoustid-fingerprinter/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/acoustid-fingerprinter/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ COMMENT= AcoustID audio fingerprint submission tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BROKEN_armv6= fails to link: fingerprintcalculator.cpp: undefined reference to 'chromaprint_new' LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ Modified: head/audio/audex/Makefile ============================================================================== --- head/audio/audex/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/audex/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ COMMENT= KDE4 audio CD ripping utility LICENSE= GPLv3 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + LIB_DEPENDS= libcdda_paranoia.so:audio/cdparanoia USES= qt:4 tar:xz cmake kde:4 Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/clementine-player/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -15,6 +15,9 @@ COMMENT= Cross-platform music player based on Amarok 1 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libtag.so:audio/taglib \ libchromaprint.so:audio/chromaprint \ Modified: head/audio/creox/Makefile ============================================================================== --- head/audio/creox/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/creox/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Realtime sound processor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + LIB_DEPENDS= libjack.so:audio/jack USE_GITHUB= yes Modified: head/audio/cueplayer/Makefile ============================================================================== --- head/audio/cueplayer/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/cueplayer/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= CUE player LICENSE= GPLv3 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libnotify.so:devel/libnotify USES= pkgconfig qmake qt:4 Modified: head/audio/dream/Makefile ============================================================================== --- head/audio/dream/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/dream/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Software radio for AM and Digital Radio Mondi LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libhamlib.so:comms/hamlib\ libqwt.so:x11-toolkits/qwt5\ libfftw3.so:math/fftw3 Modified: head/audio/dssi/Makefile ============================================================================== --- head/audio/dssi/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/dssi/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -3,7 +3,7 @@ PORTNAME= dssi PORTVERSION= 1.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF @@ -34,11 +34,17 @@ EXAMPLES_FILES1=dssi_analyse_plugin dssi_list_plugins EXAMPLES_FILES2=LTS_qt trivial_sampler_qt OPTIONS_DEFINE= DOCS EXAMPLES QT4 -OPTIONS_DEFAULT=QT4 OPTIONS_SUB= yes QT4_USES= qmake:no_env qt:4 QT4_USE= QT=corelib,gui,moc_build + +.include + +.if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif post-patch: @${REINPLACE_CMD} -e \ Modified: head/audio/esperanza/Makefile ============================================================================== --- head/audio/esperanza/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/esperanza/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -14,6 +14,9 @@ COMMENT= Advanced Qt4 XMMS2 client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.GPL +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BROKEN= fails to build LIB_DEPENDS= libxmmsclient++.so:audio/cpp-xmms2 Modified: head/audio/fmit/Makefile ============================================================================== --- head/audio/fmit/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/fmit/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= Free Music Instrument Tuner LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libfftw3.so:math/fftw3 USE_XORG= xmu Modified: head/audio/hydrogen/Makefile ============================================================================== --- head/audio/hydrogen/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/hydrogen/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ COMMENT= Advanced drum machine LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libsndfile.so:audio/libsndfile \ liblo.so:audio/liblo Modified: head/audio/kstreamripper/Makefile ============================================================================== --- head/audio/kstreamripper/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/kstreamripper/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= syncer@gmail.com COMMENT= Program for recording streams for KDE4 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:audio/streamripper USES= cmake gettext-tools kde:4 qt:4 tar:bzip2 Modified: head/audio/lastfm-desktop/Makefile ============================================================================== --- head/audio/lastfm-desktop/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/lastfm-desktop/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Official Last.fm desktop application suite LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= liblastfm.so:audio/liblastfm \ libavcodec.so:multimedia/ffmpeg \ libgpod.so:audio/libgpod \ Modified: head/audio/libechonest/Makefile ============================================================================== --- head/audio/libechonest/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/libechonest/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Collection of C++/Qt classes designed to use LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libqjson.so:devel/qjson@qt4 GH_ACCOUNT= lfranchi Modified: head/audio/liblastfm/Makefile ============================================================================== --- head/audio/liblastfm/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/liblastfm/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,13 +13,16 @@ COMMENT= Qt C++ library for the Last.fm webservices LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake pkgconfig +USES= cmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= lastfm USE_LDCONFIG= yes SLAVE?= qt4 .if ${SLAVE} == qt4 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + USES+= qt:4 USE_QT= corelib dbus network sql xml \ moc_build qmake_build rcc_build Modified: head/audio/lmms/Makefile ============================================================================== --- head/audio/lmms/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/lmms/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= All-in-one sequencer, drum machine, sampler, LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa LIB_DEPENDS= libFLAC.so:audio/flac \ libfluidsynth.so:audio/fluidsynth \ Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/midipp/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -30,4 +30,11 @@ QT4_USE= ${_USE_QT4:S/^/QT=/} QT5_USES= qt:5 QT5_USE= ${_USE_QT5:S/^/QT=/} GL=gl +.include + +.if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif + .include Modified: head/audio/minitunes/Makefile ============================================================================== --- head/audio/minitunes/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/minitunes/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -10,15 +10,18 @@ MASTER_SITES= http://flavio.tordini.org/files/${PORTNA MAINTAINER= ports@FreeBSD.org COMMENT= Just another music player +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libtag.so:audio/taglib USES= qmake qt:4 USE_QT= dbus gui moc_build network phonon rcc_build \ sql uic_build xml INSTALLS_ICONS= yes - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/mixxx/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= DJ mixing application LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BROKEN_aarch64= fails to compile: Exception("invalid machine type") BROKEN_powerpc64= fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack Modified: head/audio/mixxx20/Makefile ============================================================================== --- head/audio/mixxx20/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/mixxx20/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -14,6 +14,9 @@ COMMENT= DJ mixing application LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BROKEN_aarch64= fails to compile: Exception("invalid machine type") BROKEN_powerpc64= fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/mumble/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Voice chat software primarily intended for us LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS+= libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp \ libsndfile.so:audio/libsndfile \ Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/murmur/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Murmur is the server component of Mumble LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs LIB_DEPENDS= libprotobuf.so:devel/protobuf Modified: head/audio/openal-soft/Makefile ============================================================================== --- head/audio/openal-soft/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/openal-soft/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -55,6 +55,13 @@ SDL_USE= SDL=sdl2 SNDIO_CMAKE_BOOL= ALSOFT_REQUIRE_SNDIO ALSOFT_BACKEND_SNDIO SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio +.include + +.if ${PORT_OPTIONS:MCONFIG} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif + post-patch: @${REINPLACE_CMD} 's|/etc/openal|${ETCDIR}|' \ ${WRKSRC}/Alc/alconfig.c Modified: head/audio/puddletag/Makefile ============================================================================== --- head/audio/puddletag/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/puddletag/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Audio tag editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + RUN_DEPENDS= chromaprint>=0.4:audio/chromaprint \ ${PYTHON_PKGNAMEPREFIX}mutagen>=1.14:audio/py-mutagen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>=4.5.0:devel/py-configobj@${PY_FLAVOR} \ Modified: head/audio/qmpdclient/Makefile ============================================================================== --- head/audio/qmpdclient/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/qmpdclient/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= Easy to use musicpd client written in Qt4 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + USES= qmake qt:4 tar:bzip2 USE_QT= moc_build rcc_build uic_build \ corelib gui network xml xmlpatterns Modified: head/audio/qsampler/Makefile ============================================================================== --- head/audio/qsampler/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/qsampler/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -48,6 +48,13 @@ QT5_USE= qt=core,gui,widgets,x11extras \ qt=buildtools_build,linguisttools_build,qmake_build QT5_CONFIGURE_ENABLE= qt5 +.include + +.if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif + post-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o ${PORTNAME}.mak \ ${QMAKE_ARGS} Modified: head/audio/rosegarden/Makefile ============================================================================== --- head/audio/rosegarden/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/rosegarden/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -3,7 +3,7 @@ PORTNAME= rosegarden PORTVERSION= 17.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF @@ -30,7 +30,7 @@ USES= alias cmake:outsource desktop-file-utils localb OPTIONS_DEFINE= LIRC OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= QT4 QT5 -OPTIONS_DEFAULT= QT4 +OPTIONS_DEFAULT= QT5 LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc LIRC_CMAKE_ON= -DENABLE_LIRC:BOOL=ON @@ -44,5 +44,12 @@ QT5_USE= qt=network,printsupport,testlib,widgets,xml qt=buildtools_build,linguisttools_build,qmake_build QT5_CMAKE_ON= -DUSE_QT5:BOOL=ON TOOLKIT_DESC= Qt toolkit + +.include + +.if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif .include Modified: head/audio/simon/Makefile ============================================================================== --- head/audio/simon/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/simon/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Speech recognition system using sphinx, ALSA and KDE +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + LIB_DEPENDS= libasound.so:audio/alsa-lib \ libsamplerate.so:audio/libsamplerate \ libpocketsphinx.so:audio/pocketsphinx \ Modified: head/audio/skype-call-recorder/Makefile ============================================================================== --- head/audio/skype-call-recorder/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/skype-call-recorder/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ COMMENT= Skype call recorder LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libmp3lame.so:audio/lame \ libid3.so:audio/id3lib \ libvorbisenc.so:audio/libvorbis Modified: head/audio/synthpod-lv2/Makefile ============================================================================== --- head/audio/synthpod-lv2/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/synthpod-lv2/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -73,6 +73,11 @@ X11_USE= XORG=x11,xcb,xext GL=gl,glu .include +.if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif + .if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} || ${PORT_OPTIONS:MQT5} || ${PORT_OPTIONS:MSHOW} || ${PORT_OPTIONS:MKX} PLIST_SUB+= UI="" .else Modified: head/audio/virtual_oss_ctl/Makefile ============================================================================== --- head/audio/virtual_oss_ctl/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/audio/virtual_oss_ctl/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Grapical control panel for the virtual OSS da LICENSE= BSD2CLAUSE +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + RUN_DEPENDS= virtual_oss:audio/virtual_oss USES= qmake qt:4 tar:bzip2 Modified: head/biology/clustalx/Makefile ============================================================================== --- head/biology/clustalx/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/biology/clustalx/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Multiple alignment of nucleic acid and protei LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + USES= qmake qt:4 USE_QT= corelib gui moc qmake_build xml Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/cad/freecad/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ COMMENT= General purpose 3D CAD modeller LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BUILD_DEPENDS= pyside-rcc:devel/pyside-tools \ swig3.0:devel/swig30 LIB_DEPENDS= libexpat.so:textproc/expat2 \ Modified: head/cad/klayout/Makefile ============================================================================== --- head/cad/klayout/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/cad/klayout/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ COMMENT= Qt-based GDS2 Viewer LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + USES= compiler:c++0x gmake python qt:4 USE_RUBY= yes USE_QT= corelib designer gui network moc_build sql uic_build \ Modified: head/cad/layouteditor/Makefile ============================================================================== --- head/cad/layouteditor/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/cad/layouteditor/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ DISTNAME= LayoutEditor-${PORTVERSION:S,^0.0.,,}-gpl-sr MAINTAINER= hrs@FreeBSD.org COMMENT= IC/MEMS layout editor +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libttf.so:print/freetype BROKEN_armv6= fails to compile: no matching member function for call to 'map' Modified: head/cad/leocad/Makefile ============================================================================== --- head/cad/leocad/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/cad/leocad/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -15,6 +15,9 @@ COMMENT= CAD program that uses bricks similar to those LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/cad/meshlab/Makefile ============================================================================== --- head/cad/meshlab/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/cad/meshlab/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= 3D triangular meshes processing and editing t LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BROKEN_aarch64= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char BROKEN_armv6= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char BROKEN_armv7= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char Modified: head/cad/openscad/Makefile ============================================================================== --- head/cad/openscad/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/cad/openscad/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -14,6 +14,9 @@ COMMENT= Programmer's solid 3D CAD modeller LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs LIB_DEPENDS= libgmp.so:math/gmp \ Modified: head/cad/qfsm/Makefile ============================================================================== --- head/cad/qfsm/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/cad/qfsm/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Graphical tool for designing finite state mac LICENSE= GPLv3+ +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + OPTIONS_DEFINE= GRAPHVIZ DOCS EXAMPLES USES= qt:4 tar:bzip2 cmake desktop-file-utils Modified: head/cad/qucs/Makefile ============================================================================== --- head/cad/qucs/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/cad/qucs/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Graphical circuit design and simulation tool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/qucs/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BUILD_DEPENDS= gperf:devel/gperf \ admsXml:cad/adms Modified: head/chinese/fcitx/Makefile ============================================================================== --- head/chinese/fcitx/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/chinese/fcitx/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -48,7 +48,7 @@ USES= compiler:c++11-lang gnome qt:4 tar:xz cmake:non INSTALLS_ICONS= yes OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC DOCS -OPTIONS_DEFAULT=GTK2 GTK3 QT4 +OPTIONS_DEFAULT=GTK2 GTK3 OPTIONS_SUB= yes GTK2_DESC= Enable Gtk2 IM module @@ -90,6 +90,8 @@ SUB_LIST+= GTK3_IM=xim .endif .if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 USES+= qt:4 USE_QT+= qmake_build moc_build rcc_build uic_build dbus gui inputmethods corelib USE_LDCONFIG+= ${PREFIX}/lib/fcitx/qt Modified: head/chinese/gcin-qt4/Makefile ============================================================================== --- head/chinese/gcin-qt4/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/chinese/gcin-qt4/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= Traditional Chinese input utility in X LICENSE= LGPL21 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libgcin-im-client.so:chinese/gcin WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/qt4-im Modified: head/chinese/qt4-codecs-cn/Makefile ============================================================================== --- head/chinese/qt4-codecs-cn/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/chinese/qt4-codecs-cn/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ PKGNAMESUFFIX= -cn MAINTAINER= kde@FreeBSD.org COMMENT= Qt GB 18030 codec plugin +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + USES= qmake:no_env qt-dist:4 USE_QT= corelib Modified: head/chinese/qt4-codecs-tw/Makefile ============================================================================== --- head/chinese/qt4-codecs-tw/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/chinese/qt4-codecs-tw/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ PKGNAMESUFFIX= -tw MAINTAINER= kde@FreeBSD.org COMMENT= Qt Big-5 codec plugin +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + USES= qmake:no_env qt-dist:4 USE_QT= corelib Modified: head/chinese/qterm/Makefile ============================================================================== --- head/chinese/qterm/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/chinese/qterm/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -10,6 +10,9 @@ MASTER_SITES= SF/qterm/qterm/${PORTVERSION} MAINTAINER= kaiwang27@gmail.com COMMENT= BBS client for BSD/Linux +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BROKEN= fails to build USES= qt:4 tar:bzip2 cmake perl5 Modified: head/comms/dabstick-radio/Makefile ============================================================================== --- head/comms/dabstick-radio/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/comms/dabstick-radio/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= DAB/DAB+ and wideband FM receiver for RTL2832 LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS+= librtlsdr.so:comms/rtl-sdr \ libqwt.so:x11-toolkits/qwt5 \ libportaudio.so:audio/portaudio \ Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/comms/gnuradio/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Amateur Radio Software defined radio LICENSE= GPLv3 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? BROKEN_armv6= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? BROKEN_armv7= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? Modified: head/comms/hamfax/Makefile ============================================================================== --- head/comms/hamfax/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/comms/hamfax/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= carl@stagecraft.cx COMMENT= QT application for sending and receiving facsimiles over radio +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libaudiofile.so:audio/libaudiofile USE_QT= gui moc_build Modified: head/comms/linpsk/Makefile ============================================================================== --- head/comms/linpsk/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/comms/linpsk/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -9,6 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-$ MAINTAINER= hamradio@FreeBSD.org COMMENT= Simple Qt PSK31, RTTY, and MSK31 client +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libfftw3.so:math/fftw3 \ libasound.so:audio/alsa-lib Modified: head/comms/qtel/Makefile ============================================================================== --- head/comms/qtel/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/comms/qtel/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -10,6 +10,9 @@ COMMENT= Qtel Echolink client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYRIGHT +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libecholib.so:comms/svxlink \ libgsm.so:audio/gsm Modified: head/databases/py-qt4-sql/Makefile ============================================================================== --- head/databases/py-qt4-sql/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/databases/py-qt4-sql/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -9,6 +9,9 @@ CATEGORIES= databases devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtSql module +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + CONFIGURE_ARGS= --enable QtSql PYQT_DIST= yes Modified: head/databases/qt4-sql/Makefile ============================================================================== --- head/databases/qt4-sql/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/databases/qt4-sql/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt SQL database integration module +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + USES= qmake:no_env qt-dist:4 USE_QT= moc_build corelib Modified: head/databases/sqliteman/Makefile ============================================================================== --- head/databases/sqliteman/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/databases/sqliteman/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= wen@FreeBSD.org COMMENT= Admin's GUI tool for Sqlite3 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BROKEN_powerpc64= fails to build: Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 Modified: head/databases/tora/Makefile ============================================================================== --- head/databases/tora/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/databases/tora/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= Toolkit for Oracle LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BUILD_DEPENDS= cppunit-config:devel/cppunit LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 \ libpcre.so:devel/pcre Modified: head/deskutils/basket/Makefile ============================================================================== --- head/deskutils/basket/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/basket/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -12,6 +12,9 @@ COMMENT= Desktop organization tool LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + LIB_DEPENDS= libgpgme.so:security/gpgme USES= cmake gettext-tools kde:4 qt:4 tar:bzip2 Modified: head/deskutils/cairo-dock-plugins/Makefile ============================================================================== --- head/deskutils/cairo-dock-plugins/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/cairo-dock-plugins/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,7 @@ COMMENT= Cairo-Dock-Plugins for Cairo-Dock LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= wget:ftp/wget LIB_DEPENDS= libgldi.so:deskutils/cairo-dock @@ -138,6 +139,13 @@ XFCE_INTEGRATION_CMAKE_BOOL= enable-xfce-integration ZEITGEIST_LIB_DEPENDS= libzeitgeist-2.0.so:sysutils/zeitgeist ZEITGEIST_CMAKE_BOOL= enable-recent-events + +.include + +.if ${PORT_OPTIONS:MKDE_INTEGRATION} +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 +.endif post-patch: @${FIND} ${WRKSRC} -type f \( -name "*.c" -o -name "*.conf" \ Modified: head/deskutils/cdcat/Makefile ============================================================================== --- head/deskutils/cdcat/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/cdcat/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= Qt based tool for offline CD/DVD/disk catalog LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + LIB_DEPENDS= libtar.so:devel/libtar \ libexif.so:graphics/libexif \ libmediainfo.so:multimedia/libmediainfo \ Modified: head/deskutils/fbreader/Makefile ============================================================================== --- head/deskutils/fbreader/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/fbreader/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -4,7 +4,7 @@ PORTNAME= fbreader PORTVERSION= 0.99.6 DISTVERSIONSUFFIX= -freebsdport -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= johannes@perceivon.net @@ -39,7 +39,7 @@ MAKE_ARGS+= MAKE=${MAKE_CMD} LIBDIR=${PREFIX}/lib OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= GTK2 QT4 -OPTIONS_DEFAULT= QT4 +OPTIONS_DEFAULT= GTK2 OPTIONS_SUB= yes GTK2_USE= gnome=gtk20 @@ -49,6 +49,13 @@ QT4_USES= qt:4 QT4_USE= qt=gui,corelib,imageformats,network,moc_build QT4_LIBS= -L${QT_LIBDIR} QT4_MAKE_ENV= UI_TYPE=qt4 + +.include + +.if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif post-patch: @${REINPLACE_CMD} -e '/^CC/d;/^LD/d;/QTINCLUDE/s,-I.*$$,-I${QT_INCDIR},' \ Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/fet/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -3,6 +3,7 @@ PORTNAME= fet DISTVERSION= 5.37.1 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ @@ -30,7 +31,7 @@ DESKTOP_ENTRIES="FET" \ OPTIONS_DEFINE= EXAMPLES NLS ONLYCL OPTIONS_SINGLE= QTVER OPTIONS_SINGLE_QTVER= QT4 QT5 -OPTIONS_DEFAULT= QT4 +OPTIONS_DEFAULT= QT5 ONLYCL_DESC= Build only command line version (without Qt GUI) OPTIONS_SUB= yes @@ -43,6 +44,13 @@ QT5_USE= QT=buildtools_build,core,printsupport,widgets INSTALL_TARGET= ${WRKSRC}/fet-cl ONLYCL_VARS= QMAKE_SOURCE_PATH=${WRKSRC}/src/src-cl.pro ONLYCL_VARS_OFF= INSTALL_TARGET+=${WRKSRC}/fet USE_QT+="gui network" + +.include + +.if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif post-patch: @${REINPLACE_CMD} -e 's|/usr/share/fet|${DATADIR}|g' \ Modified: head/deskutils/homerun/Makefile ============================================================================== --- head/deskutils/homerun/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/homerun/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -9,6 +9,9 @@ MASTER_SITES= KDE/unstable/${PORTNAME}/src/ MAINTAINER= yurkis@gmail.com COMMENT= Fullscreen launcher with content organized in tabs +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + USES= cmake:outsource compiler:c++0x gettext kde:4 qt:4 tar:bzip2 USE_KDE= kdelibs automoc4 workspace USE_QT= moc_build qmake_build rcc_build uic_build corelib gui Modified: head/deskutils/kdeconnect-kde-kde4/Makefile ============================================================================== --- head/deskutils/kdeconnect-kde-kde4/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/kdeconnect-kde-kde4/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -10,6 +10,9 @@ PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Support for KDE to interface between your phone and your computer +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + CONFLICTS_INSTALL= ${PORTNAME} USES= cmake:noninja compiler:c++0x gettext kde:4 qt:4 tar:xz Modified: head/deskutils/ksshaskpass/Makefile ============================================================================== --- head/deskutils/ksshaskpass/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/ksshaskpass/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -11,6 +11,9 @@ DISTNAME= 50971-${PORTNAME}-${PORTVERSION} MAINTAINER= swills@FreeBSD.org COMMENT= KDE 4 version of ssh-askpass with KWallet support +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= cmake kde:4 qt:4 USE_KDE= kdelibs automoc4 Modified: head/deskutils/launchy/Makefile ============================================================================== --- head/deskutils/launchy/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/launchy/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= Open source keystroke launcher LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:devel/xdg-utils Modified: head/deskutils/plasma-applet-cwp/Makefile ============================================================================== --- head/deskutils/plasma-applet-cwp/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/plasma-applet-cwp/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -14,6 +14,9 @@ COMMENT= Weather plasma applet for KDE4 LICENSE= GPLv3 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + USES= cmake gettext kde:4 qt:4 tar:bzip2 USE_KDE= automoc4 kdelibs USE_QT= gui dbus network opengl svg phonon webkit xml \ Modified: head/deskutils/plasma-applet-fancytasks/Makefile ============================================================================== --- head/deskutils/plasma-applet-fancytasks/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/plasma-applet-fancytasks/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -14,6 +14,9 @@ COMMENT= Plasmoid fancy representation of your tasks a LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + USES= cmake kde:4 qt:4 tar:bzip2 USE_KDE= automoc4 kdelibs workspace qimageblitz USE_QT= qmake_build moc_build rcc_build uic_build Modified: head/deskutils/plasma-applet-qstardict/Makefile ============================================================================== --- head/deskutils/plasma-applet-qstardict/Makefile Sun Dec 2 15:40:40 2018 (r486466) +++ head/deskutils/plasma-applet-qstardict/Makefile Sun Dec 2 15:41:47 2018 (r486467) @@ -13,6 +13,9 @@ COMMENT= Dictionary plasma applet for KDE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2018-12-31 + RUN_DEPENDS= ${QSTARDICT_PLUGIN_PATH}/libstardict.so:textproc/qstardict *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Dec 2 16:10:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C18713265CE; Sun, 2 Dec 2018 16:10:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 210D77398E; Sun, 2 Dec 2018 16:10:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02085E67; Sun, 2 Dec 2018 16:10:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2GAXxJ012505; Sun, 2 Dec 2018 16:10:33 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2GAXLF012504; Sun, 2 Dec 2018 16:10:33 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812021610.wB2GAXLF012504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 2 Dec 2018 16:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486468 - head/audio/cava X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/cava X-SVN-Commit-Revision: 486468 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 210D77398E X-Spamd-Result: default: False [0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.30)[0.300,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 16:10:34 -0000 Author: tobik Date: Sun Dec 2 16:10:33 2018 New Revision: 486468 URL: https://svnweb.freebsd.org/changeset/ports/486468 Log: audio/cava: Unbreak build when vtfontcvt is missing Modified: head/audio/cava/Makefile Modified: head/audio/cava/Makefile ============================================================================== --- head/audio/cava/Makefile Sun Dec 2 15:41:47 2018 (r486467) +++ head/audio/cava/Makefile Sun Dec 2 16:10:33 2018 (r486468) @@ -11,7 +11,6 @@ COMMENT= Console-based Audio Visualizer for MPD, Pulse LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= psf2bdf:x11-fonts/psftools LIB_DEPENDS= libfftw3.so:math/fftw3 \ libiniparser.so:devel/iniparser @@ -25,13 +24,18 @@ CONFIGURE_ENV= ac_cv_lib_asound_snd_pcm_open=no \ INSTALL_TARGET= install-strip -PLIST_FILES= bin/cava ${DATADIR}/cava.fnt +PLIST_FILES= bin/cava PORTDOCS= README.md PORTEXAMPLES= config -OPTIONS_DEFINE= DOCS EXAMPLES PULSEAUDIO SNDIO -OPTIONS_DEFAULT=PULSEAUDIO SNDIO +OPTIONS_DEFINE= DOCS EXAMPLES PULSEAUDIO SNDIO VT +OPTIONS_DEFAULT= PULSEAUDIO SNDIO VT +.if !exists(/usr/bin/vtfontcvt) +OPTIONS_EXCLUDE= VT +.endif +VT_DESC= Build with vt(4) support (installs custom font) + PULSEAUDIO_CONFIGURE_ENV_OFF= ac_cv_lib_pulse_simple_pa_simple_new=no PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio \ libpulse.so:audio/pulseaudio \ @@ -39,10 +43,14 @@ PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/puls SNDIO_CONFIGURE_ENV_OFF= ac_cv_lib_sndio_sio_open=no SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio +VT_BUILD_DEPENDS= psf2bdf:x11-fonts/psftools +VT_MAKE_ARGS_OFF= cava_font__DATA="" +VT_PLIST_FILES= ${DATADIR}/cava.fnt + pre-configure: @${ECHO_CMD} ${DISTVERSION} > ${WRKSRC}/version -pre-build: +pre-build-VT-on: psf2bdf ${WRKSRC}/cava.psf > ${WRKSRC}/cava.bdf vtfontcvt ${WRKSRC}/cava.bdf ${WRKSRC}/cava.fnt From owner-svn-ports-all@freebsd.org Sun Dec 2 16:20:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A0431326C59; Sun, 2 Dec 2018 16:20:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5AB573F69; Sun, 2 Dec 2018 16:20:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C738C1133; Sun, 2 Dec 2018 16:20:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2GKtL8020907; Sun, 2 Dec 2018 16:20:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2GKtRc020906; Sun, 2 Dec 2018 16:20:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812021620.wB2GKtRc020906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 16:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486469 - head/print/kpdftool X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/print/kpdftool X-SVN-Commit-Revision: 486469 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E5AB573F69 X-Spamd-Result: default: False [0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.30)[0.300,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 16:20:56 -0000 Author: antoine Date: Sun Dec 2 16:20:55 2018 New Revision: 486469 URL: https://svnweb.freebsd.org/changeset/ports/486469 Log: Fix INDEX Modified: head/print/kpdftool/Makefile Modified: head/print/kpdftool/Makefile ============================================================================== --- head/print/kpdftool/Makefile Sun Dec 2 16:10:33 2018 (r486468) +++ head/print/kpdftool/Makefile Sun Dec 2 16:20:55 2018 (r486469) @@ -14,7 +14,7 @@ COMMENT= Simple utility to manipulate PS and PDF files DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15 -RUN_DEPENDS= convert:graphics/ImageMagick +RUN_DEPENDS= convert:graphics/ImageMagick6 USE_QT= qt3support moc_build porting_build uic3_build USES= ghostscript:run qmake qt:4 zip From owner-svn-ports-all@freebsd.org Sun Dec 2 16:51:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85086132778C; Sun, 2 Dec 2018 16:51:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D7DB74F38; Sun, 2 Dec 2018 16:51:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10057168B; Sun, 2 Dec 2018 16:51:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2GpCgb033031; Sun, 2 Dec 2018 16:51:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2GpCgg033030; Sun, 2 Dec 2018 16:51:12 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812021651.wB2GpCgg033030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 2 Dec 2018 16:51:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486470 - head/graphics/pcl-pointclouds X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/pcl-pointclouds X-SVN-Commit-Revision: 486470 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2D7DB74F38 X-Spamd-Result: default: False [0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.30)[0.300,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 16:51:13 -0000 Author: yuri Date: Sun Dec 2 16:51:12 2018 New Revision: 486470 URL: https://svnweb.freebsd.org/changeset/ports/486470 Log: graphics/pcl-pointclouds: Broken on i386: undefined reference to `__atomic_load' Modified: head/graphics/pcl-pointclouds/Makefile Modified: head/graphics/pcl-pointclouds/Makefile ============================================================================== --- head/graphics/pcl-pointclouds/Makefile Sun Dec 2 16:20:55 2018 (r486469) +++ head/graphics/pcl-pointclouds/Makefile Sun Dec 2 16:51:12 2018 (r486470) @@ -12,6 +12,8 @@ COMMENT= Point Cloud Library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_i386= undefined reference to `__atomic_load' + LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libflann_cpp.so:math/flann \ From owner-svn-ports-all@freebsd.org Sun Dec 2 17:01:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A44A01327D21; Sun, 2 Dec 2018 17:01:46 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C73475568; Sun, 2 Dec 2018 17:01:46 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2EAEC177B; Sun, 2 Dec 2018 17:01:46 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2H1k60040026; Sun, 2 Dec 2018 17:01:46 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2H1jLK040024; Sun, 2 Dec 2018 17:01:45 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201812021701.wB2H1jLK040024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sun, 2 Dec 2018 17:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486471 - in head/deskutils/flameshot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: in head/deskutils/flameshot: . files X-SVN-Commit-Revision: 486471 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4C73475568 X-Spamd-Result: default: False [0.39 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.31)[0.313,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 17:01:46 -0000 Author: nivit Date: Sun Dec 2 17:01:45 2018 New Revision: 486471 URL: https://svnweb.freebsd.org/changeset/ports/486471 Log: - Update to 0.6.0 - Remove patches merged upstream - Pet portlint PR: 229441 Submitted by: danilo Deleted: head/deskutils/flameshot/files/ Modified: head/deskutils/flameshot/Makefile head/deskutils/flameshot/distinfo (contents, props changed) head/deskutils/flameshot/pkg-plist (contents, props changed) Modified: head/deskutils/flameshot/Makefile ============================================================================== --- head/deskutils/flameshot/Makefile Sun Dec 2 16:51:12 2018 (r486470) +++ head/deskutils/flameshot/Makefile Sun Dec 2 17:01:45 2018 (r486471) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= flameshot -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= nivit@FreeBSD.org @@ -13,18 +12,15 @@ COMMENT= Powerful yet simple to use screenshot softwar LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= compiler:c++11-lang gl qmake qt:5 + GH_ACCOUNT= lupoDharkael INSTALL_ICONS= yes -USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes USE_GL= gl -USE_QT= core dbus gui linguist network widgets \ +USE_QT= core dbus gui linguist network svg widgets \ buildtools_build - -post-patch: - @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' \ - ${WRKSRC}/${PORTNAME}.pro .include Modified: head/deskutils/flameshot/distinfo ============================================================================== --- head/deskutils/flameshot/distinfo Sun Dec 2 16:51:12 2018 (r486470) +++ head/deskutils/flameshot/distinfo Sun Dec 2 17:01:45 2018 (r486471) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516551815 -SHA256 (lupoDharkael-flameshot-v0.5.0_GH0.tar.gz) = 32d593c14c37286d9f64873c4ef9a07eb084723c92b2280d5c22152547c1e3f0 -SIZE (lupoDharkael-flameshot-v0.5.0_GH0.tar.gz) = 464600 +TIMESTAMP = 1535060289 +SHA256 (lupoDharkael-flameshot-v0.6.0_GH0.tar.gz) = 61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589 +SIZE (lupoDharkael-flameshot-v0.6.0_GH0.tar.gz) = 641561 Modified: head/deskutils/flameshot/pkg-plist ============================================================================== --- head/deskutils/flameshot/pkg-plist Sun Dec 2 16:51:12 2018 (r486470) +++ head/deskutils/flameshot/pkg-plist Sun Dec 2 17:01:45 2018 (r486471) @@ -1,10 +1,18 @@ bin/flameshot -share/applications/flameshot-config.desktop -share/applications/flameshot-init.desktop share/applications/flameshot.desktop share/bash-completion/completions/flameshot share/dbus-1/interfaces/org.dharkael.Flameshot.xml share/dbus-1/services/org.dharkael.Flameshot.service %%DATADIR%%/translations/Internationalization_ca.qm %%DATADIR%%/translations/Internationalization_es.qm -share/icons/flameshot.png +%%DATADIR%%/translations/Internationalization_fr.qm +%%DATADIR%%/translations/Internationalization_ka.qm +%%DATADIR%%/translations/Internationalization_pl.qm +%%DATADIR%%/translations/Internationalization_ru.qm +%%DATADIR%%/translations/Internationalization_tr.qm +%%DATADIR%%/translations/Internationalization_zh_CN.qm +%%DATADIR%%/translations/Internationalization_zh_TW.qm +share/icons/hicolor/128x128/apps/flameshot.png +share/icons/hicolor/48x48/apps/flameshot.png +share/icons/hicolor/scalable/apps/flameshot.svg +share/metainfo/flameshot.appdata.xml From owner-svn-ports-all@freebsd.org Sun Dec 2 17:19:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1745132827C; Sun, 2 Dec 2018 17:19:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56B1375BE7; Sun, 2 Dec 2018 17:19:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D9351A51; Sun, 2 Dec 2018 17:19:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2HJZQr048275; Sun, 2 Dec 2018 17:19:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2HJZmQ048274; Sun, 2 Dec 2018 17:19:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812021719.wB2HJZmQ048274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 17:19:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486472 - head/lang/php70-extensions X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/lang/php70-extensions X-SVN-Commit-Revision: 486472 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 56B1375BE7 X-Spamd-Result: default: False [0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_SHORT(0.30)[0.300,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 17:19:36 -0000 Author: antoine Date: Sun Dec 2 17:19:35 2018 New Revision: 486472 URL: https://svnweb.freebsd.org/changeset/ports/486472 Log: Chase php 7.0 expiration date Modified: head/lang/php70-extensions/Makefile Modified: head/lang/php70-extensions/Makefile ============================================================================== --- head/lang/php70-extensions/Makefile Sun Dec 2 17:01:45 2018 (r486471) +++ head/lang/php70-extensions/Makefile Sun Dec 2 17:19:35 2018 (r486472) @@ -9,6 +9,9 @@ PKGNAMESUFFIX= -extensions MAINTAINER= tz@FreeBSD.org COMMENT= "meta-port" to install PHP extensions +DEPRECATED= Works only with EOL php 7.0 +EXPIRATION_DATE= 2018-12-04 + USES= metaport php PHP_VER= 70 IGNORE_WITH_PHP= 56 71 72 73 From owner-svn-ports-all@freebsd.org Sun Dec 2 17:43:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AC7E1328F97; Sun, 2 Dec 2018 17:43:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 438FE7692F; Sun, 2 Dec 2018 17:43:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 239881F55; Sun, 2 Dec 2018 17:43:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2HhqeJ066655; Sun, 2 Dec 2018 17:43:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2HhY1m066564; Sun, 2 Dec 2018 17:43:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812021743.wB2HhY1m066564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 17:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486473 - in head: archivers/pecl-phk converters/pecl-fribidi databases/mysqldumper databases/pear-MDB2_Driver_mysql databases/pear-Structures_DataGrid_DataSource_DBQuery databases/pear... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: archivers/pecl-phk converters/pecl-fribidi databases/mysqldumper databases/pear-MDB2_Driver_mysql databases/pear-Structures_DataGrid_DataSource_DBQuery databases/pear-Structures_DataGrid_Data... X-SVN-Commit-Revision: 486473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 438FE7692F X-Spamd-Result: default: False [0.77 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.19)[0.185,0]; NEURAL_SPAM_SHORT(0.35)[0.352,0]; NEURAL_SPAM_MEDIUM(0.23)[0.228,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 17:43:53 -0000 Author: antoine Date: Sun Dec 2 17:43:33 2018 New Revision: 486473 URL: https://svnweb.freebsd.org/changeset/ports/486473 Log: Deprecate ports depending on php 5.6 Modified: head/archivers/pecl-phk/Makefile head/converters/pecl-fribidi/Makefile head/databases/mysqldumper/Makefile head/databases/pear-MDB2_Driver_mysql/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile head/databases/pecl-chdb/Makefile head/databases/pecl-dbase/Makefile head/databases/pecl-drizzle/Makefile head/databases/pecl-leveldb/Makefile head/databases/pecl-memcache/Makefile head/databases/pecl-memcached2/Makefile head/databases/pecl-mongo/Makefile head/databases/pecl-pdo_user/Makefile head/databases/pecl-rrd1/Makefile head/databases/pecl-tokyo_tyrant/Makefile head/databases/php-mdcached/Makefile head/databases/php5-tarantool/Makefile head/databases/sqlbuddy/Makefile head/databases/xapian-bindings12/Makefile head/deskutils/phpcollab/Makefile head/deskutils/simplegroupware/Makefile head/deskutils/surrealtodo/Makefile head/devel/pecl-APCu4/Makefile head/devel/pecl-expect/Makefile head/devel/pecl-gearman/Makefile head/devel/pecl-htscanner/Makefile head/devel/pecl-inotify/Makefile head/devel/pecl-intl/Makefile head/devel/pecl-jsmin2/Makefile head/devel/pecl-jsonc/Makefile head/devel/pecl-jsonnet/Makefile head/devel/pecl-judy/Makefile head/devel/pecl-libevent/Makefile head/devel/pecl-memoize/Makefile head/devel/pecl-msgpack0/Makefile head/devel/pecl-ncurses/Makefile head/devel/pecl-newt/Makefile head/devel/pecl-params/Makefile head/devel/pecl-propro/Makefile head/devel/pecl-pthreads2/Makefile head/devel/pecl-qb/Makefile head/devel/pecl-raphf/Makefile head/devel/pecl-runkit/Makefile head/devel/pecl-scream/Makefile head/devel/pecl-spl_types/Makefile head/devel/pecl-statgrab/Makefile head/devel/pecl-strict/Makefile head/devel/pecl-svn/Makefile head/devel/pecl-test_helpers/Makefile head/devel/pecl-trace/Makefile head/devel/pecl-uopz/Makefile head/devel/pecl-uploadprogress/Makefile head/devel/pecl-uri_template/Makefile head/devel/pecl-weakref/Makefile head/devel/pecl-xhprof/Makefile head/devel/php-jq/Makefile head/devel/php-memoize/Makefile head/devel/php-scalar_objects/Makefile head/devel/php-uprofiler/Makefile head/devel/php5-blitz-devel/Makefile head/devel/php5-blitz/Makefile head/devel/php5-dav/Makefile head/devel/php5-ice/Makefile head/devel/php5-pinba/Makefile head/devel/php5-thrift/Makefile head/finance/php-tclink/Makefile head/games/mkgichessclub/Makefile head/graphics/pecl-gmagick/Makefile head/graphics/pecl-imlib2/Makefile head/graphics/php-gdal/Makefile head/graphics/php-libpuzzle/Makefile head/graphics/php-magickwand/Makefile head/graphics/php5-ffmpeg/Makefile head/japanese/php5-mecab/Makefile head/lang/pecl-perl/Makefile head/lang/php56-extensions/Makefile head/mail/dracmail/Makefile head/mail/pecl-mailparse2/Makefile head/mail/pecl-pop3/Makefile head/math/pecl-big_int/Makefile head/math/pecl-bitset2/Makefile head/math/pecl-stats/Makefile head/math/pecl-trader/Makefile head/net-im/pecl-stomp/Makefile head/net-mgmt/cacti88/Makefile head/net-mgmt/hawk/Makefile head/net-mgmt/ipplan/Makefile head/net-mgmt/nedi/Makefile head/net-mgmt/pandorafms_console/Makefile head/net-mgmt/phpip/Makefile head/net-mgmt/zabbix22-frontend/Makefile head/net/pecl-apn/Makefile head/net/pecl-ip2location/Makefile head/net/pecl-mosquitto/Makefile head/net/pecl-oauth/Makefile head/net/pecl-yp/Makefile head/ports-mgmt/tinderbox/Makefile head/print/pecl-haru/Makefile head/print/pecl-ps/Makefile head/security/pecl-crack/Makefile head/security/pecl-ssh2-0/Makefile head/security/php-suhosin/Makefile head/security/phpdeadlock/Makefile head/sysutils/pecl-mogilefs/Makefile head/textproc/libmrss-php/Makefile head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile head/textproc/pecl-ctemplate/Makefile head/textproc/pecl-doublemetaphone/Makefile head/textproc/pecl-stem/Makefile head/textproc/pecl-syck/Makefile head/textproc/pecl-wbxml/Makefile head/textproc/pecl-xdiff/Makefile head/textproc/pecl-xslcache/Makefile head/textproc/pecl-yaml1/Makefile head/www/asterisk-stat/Makefile head/www/atutor/Makefile head/www/claroline/Makefile head/www/cmsmadesimple/Makefile head/www/coppermine/Makefile head/www/dotproject/Makefile head/www/entrans/Makefile head/www/fluxbb/Makefile head/www/gallery3/Makefile head/www/kplaylist/Makefile head/www/limesurvey/Makefile head/www/magento/Makefile head/www/mahara/Makefile head/www/mysar/Makefile head/www/netoffice/Makefile head/www/oscommerce/Makefile head/www/pecl-amfext/Makefile head/www/pecl-http1/Makefile head/www/pecl-http2/Makefile head/www/pecl-sphinx/Makefile head/www/pecl-swish/Makefile head/www/pecl-twig/Makefile head/www/pecl-yaf2/Makefile head/www/pecl-yar1/Makefile head/www/php-templates/Makefile head/www/phprecipebook/Makefile head/www/redaxo/Makefile head/www/revive-adserver/Makefile head/www/rnews/Makefile head/www/sams2/Makefile head/www/sit/Makefile head/www/sitebar/Makefile head/www/testlink/Makefile head/www/usermanager/Makefile head/www/xcache/Makefile Modified: head/archivers/pecl-phk/Makefile ============================================================================== --- head/archivers/pecl-phk/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/archivers/pecl-phk/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= archivers pear MAINTAINER= joneum@FreeBSD.org COMMENT= PHK is a PHP-oriented package/archive system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl Modified: head/converters/pecl-fribidi/Makefile ============================================================================== --- head/converters/pecl-fribidi/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/converters/pecl-fribidi/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= converters pear MAINTAINER= ale@FreeBSD.org COMMENT= PECL extension for the Unicode Bidi algorithm +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libfribidi.so:converters/fribidi USES= php:pecl pkgconfig Modified: head/databases/mysqldumper/Makefile ============================================================================== --- head/databases/mysqldumper/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/mysqldumper/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ DISTNAME= MySQLDumper${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for backing up MySQL databases +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/ReadMe/license_english.txt Modified: head/databases/pear-MDB2_Driver_mysql/Makefile ============================================================================== --- head/databases/pear-MDB2_Driver_mysql/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pear-MDB2_Driver_mysql/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR MySQL MDB2 driver +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR} Modified: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using PEAR::DB and an SQL query +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ Modified: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using PEAR::DB_Table +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ Modified: head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using PEAR::DB_DataObject +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ Modified: head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using PEAR::MDB2 and an SQL query +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ Modified: head/databases/pecl-chdb/Makefile ============================================================================== --- head/databases/pecl-chdb/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pecl-chdb/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ DIST_SUBDIR= PECL MAINTAINER= joneum@FreeBSD.org COMMENT= CHDB extension +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/databases/pecl-dbase/Makefile ============================================================================== --- head/databases/pecl-dbase/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pecl-dbase/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= databases pear MAINTAINER= joneum@FreeBSD.org COMMENT= dBase database file access functions for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl Modified: head/databases/pecl-drizzle/Makefile ============================================================================== --- head/databases/pecl-drizzle/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pecl-drizzle/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= databases MAINTAINER= joneum@FreeBSD.org COMMENT= PHP wrapper for the libdrizzle library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libdrizzle.so:databases/libdrizzle Modified: head/databases/pecl-leveldb/Makefile ============================================================================== --- head/databases/pecl-leveldb/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pecl-leveldb/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= databases MAINTAINER= joneum@FreeBSD.org COMMENT= This extension is a PHP binding for Google LevelDB +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libleveldb.so:databases/leveldb Modified: head/databases/pecl-memcache/Makefile ============================================================================== --- head/databases/pecl-memcache/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pecl-memcache/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org COMMENT= Memcached extension for PHP 5.6 +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/databases/pecl-memcached2/Makefile ============================================================================== --- head/databases/pecl-memcached2/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pecl-memcached2/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP extension for interfacing with memcached via libmemcached library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pecl-mongo/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= databases pear MAINTAINER= bofh@FreeBSD.org COMMENT= PECL classes for Mongo Database Driver +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= APACHE20 BUILD_DEPENDS= re2c>=0.13.4:devel/re2c Modified: head/databases/pecl-pdo_user/Makefile ============================================================================== --- head/databases/pecl-pdo_user/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pecl-pdo_user/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ DISTNAME= PDO_USER-${PORTVERSION} MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= PECL classes provides a Userspace interface for PDO drivers +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + WRKSRC= ${WRKDIR}/PDO_USER-${PORTVERSION} USES= php:pecl Modified: head/databases/pecl-rrd1/Makefile ============================================================================== --- head/databases/pecl-rrd1/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pecl-rrd1/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -7,6 +7,9 @@ CATEGORIES= databases pear MAINTAINER= daniel@blodan.se COMMENT= PHP bindings to rrd tool system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 IGNORE_WITH_PHP=70 71 72 73 Modified: head/databases/pecl-tokyo_tyrant/Makefile ============================================================================== --- head/databases/pecl-tokyo_tyrant/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/pecl-tokyo_tyrant/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= databases pear MAINTAINER= joneum@FreeBSD.org COMMENT= Wrapper to the Tokyo Tyrant client library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/databases/php-mdcached/Makefile ============================================================================== --- head/databases/php-mdcached/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/php-mdcached/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ivoras@FreeBSD.org COMMENT= The PHP client library for Bullet Cache (mdcached) +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LIB_DEPENDS= libmdcached.so:databases/mdcached Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/php5-tarantool/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL PHP driver for Tarantool +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/databases/sqlbuddy/Makefile ============================================================================== --- head/databases/sqlbuddy/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/sqlbuddy/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= databases www MAINTAINER= horus.li@gmail.com COMMENT= Web based MySQL administration with a set of PHP scripts +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/databases/xapian-bindings12/Makefile ============================================================================== --- head/databases/xapian-bindings12/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/databases/xapian-bindings12/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -12,6 +12,9 @@ PKGNAMESUFFIX= 12 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bindings allowing Xapian to be used from various programming languages +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/deskutils/phpcollab/Makefile ============================================================================== --- head/deskutils/phpcollab/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/deskutils/phpcollab/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ MASTER_SITES= SF/phpcollab/final/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= PHPcollab is project management and collaboration over the internet +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 USES= zip Modified: head/deskutils/simplegroupware/Makefile ============================================================================== --- head/deskutils/simplegroupware/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/deskutils/simplegroupware/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ DISTNAME= SimpleGroupware_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple Groupware is an open source enterprise application +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 NO_BUILD= yes Modified: head/deskutils/surrealtodo/Makefile ============================================================================== --- head/deskutils/surrealtodo/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/deskutils/surrealtodo/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -11,6 +11,9 @@ DISTNAME= surrealtodo_v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Surreal ToDo is an AJAX enabled web 2.0 list manager +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 USES= zip USE_PHP= mysql Modified: head/devel/pecl-APCu4/Makefile ============================================================================== --- head/devel/pecl-APCu4/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-APCu4/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= joneum@FreeBSD.org COMMENT= APC User Caching +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 CONFLICTS_INSTALL= pecl-APC Modified: head/devel/pecl-expect/Makefile ============================================================================== --- head/devel/pecl-expect/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-expect/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= PHP extension for expect library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libexpect.so:lang/expect Modified: head/devel/pecl-gearman/Makefile ============================================================================== --- head/devel/pecl-gearman/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-gearman/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= joneum@FreeBSD.org COMMENT= Gearman API +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libgearman.so:devel/gearmand Modified: head/devel/pecl-htscanner/Makefile ============================================================================== --- head/devel/pecl-htscanner/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-htscanner/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= Support htaccess for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 USES= php:pecl Modified: head/devel/pecl-inotify/Makefile ============================================================================== --- head/devel/pecl-inotify/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-inotify/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= This extension allows to use inotify functions in a PHP scripts +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libinotify.so:devel/libinotify Modified: head/devel/pecl-intl/Makefile ============================================================================== --- head/devel/pecl-intl/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-intl/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL extension to support Internationalization(ICU) +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libicui18n.so:devel/icu Modified: head/devel/pecl-jsmin2/Makefile ============================================================================== --- head/devel/pecl-jsmin2/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-jsmin2/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= devel MAINTAINER= pascal.christen@hostpoint.ch COMMENT= PHP extension for minifying JavaScript +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl Modified: head/devel/pecl-jsonc/Makefile ============================================================================== --- head/devel/pecl-jsonc/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-jsonc/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= PECL extension for JSON manipulation +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl pkgconfig Modified: head/devel/pecl-jsonnet/Makefile ============================================================================== --- head/devel/pecl-jsonnet/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-jsonnet/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ DISTNAME= JsonNet-${PORTVERSION} MAINTAINER= gasol.wu@gmail.com COMMENT= Google JsonNet for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/pecl-judy/Makefile ============================================================================== --- head/devel/pecl-judy/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-judy/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ DISTNAME= Judy-${PORTVERSION} MAINTAINER= gasol.wu@gmail.com COMMENT= PHP Judy implements sparse dynamic arrays +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 RUN_DEPENDS= Judy>=0:devel/judy Modified: head/devel/pecl-libevent/Makefile ============================================================================== --- head/devel/pecl-libevent/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-libevent/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= webmaster@kibab.com COMMENT= Libevent extension for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libevent.so:devel/libevent Modified: head/devel/pecl-memoize/Makefile ============================================================================== --- head/devel/pecl-memoize/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-memoize/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= PHP extension which transparently caches PHP functions +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl Modified: head/devel/pecl-msgpack0/Makefile ============================================================================== --- head/devel/pecl-msgpack0/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-msgpack0/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= devel MAINTAINER= joneum@FreeBSD.org COMMENT= Provides API for communicating with MessagePack serialization +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE USES= php:pecl Modified: head/devel/pecl-ncurses/Makefile ============================================================================== --- head/devel/pecl-ncurses/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-ncurses/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension for ncurses +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl,cli ncurses Modified: head/devel/pecl-newt/Makefile ============================================================================== --- head/devel/pecl-newt/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-newt/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= devel www MAINTAINER= garga@FreeBSD.org COMMENT= PHP language extension for RedHat Newt library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libnewt.so:devel/newt Modified: head/devel/pecl-params/Makefile ============================================================================== --- head/devel/pecl-params/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-params/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension for a userspace equivalent of zend_parse_parameters() +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= php:pecl IGNORE_WITH_PHP= 70 71 72 73 Modified: head/devel/pecl-propro/Makefile ============================================================================== --- head/devel/pecl-propro/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-propro/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org COMMENT= Facility to manage extension object properties +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/pecl-pthreads2/Makefile ============================================================================== --- head/devel/pecl-pthreads2/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-pthreads2/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ PKGNAMESUFFIX= 2 MAINTAINER= joneum@FreeBSD.org COMMENT= Compatible Threading API for PHP5.3+ +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 PORTSCOUT= limit:^2\. Modified: head/devel/pecl-qb/Makefile ============================================================================== --- head/devel/pecl-qb/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-qb/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= PHP Accelerator designed mainly for graphic work +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 BROKEN_powerpc64= fails to build: Killing runaway build after 7200 seconds with no output Modified: head/devel/pecl-raphf/Makefile ============================================================================== --- head/devel/pecl-raphf/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-raphf/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org COMMENT= Resource and persistent handles factory +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/pecl-runkit/Makefile ============================================================================== --- head/devel/pecl-runkit/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-runkit/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension to modify constants, user-defined functions, and classes +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP30 USES= php:pecl Modified: head/devel/pecl-scream/Makefile ============================================================================== --- head/devel/pecl-scream/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-scream/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= c.kworr@gmail.com COMMENT= Break the silence operator +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl Modified: head/devel/pecl-spl_types/Makefile ============================================================================== --- head/devel/pecl-spl_types/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-spl_types/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ DISTNAME= SPL_Types-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= PECL extension of a collection of special typehandling classes +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 OPTIONS_DEFINE= RE2C Modified: head/devel/pecl-statgrab/Makefile ============================================================================== --- head/devel/pecl-statgrab/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-statgrab/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ DISTNAME= Statgrab-${PORTVERSION} MAINTAINER= tdb@FreeBSD.org COMMENT= PECL extension to retrieve information from libstatgrab +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libstatgrab0.so:devel/libstatgrab0 USES= php:pecl Modified: head/devel/pecl-strict/Makefile ============================================================================== --- head/devel/pecl-strict/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-strict/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= Strict scalar parameter type hint support for 5.4+ +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl Modified: head/devel/pecl-svn/Makefile ============================================================================== --- head/devel/pecl-svn/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-svn/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension to the libsvn library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libsvn_client-1.so:devel/subversion Modified: head/devel/pecl-test_helpers/Makefile ============================================================================== --- head/devel/pecl-test_helpers/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-test_helpers/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= pecl- MAINTAINER= gasol.wu@gmail.com COMMENT= Extension to ease testing of PHP code +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD3CLAUSE CONFIGURE_ARGS= --enable-test-helpers Modified: head/devel/pecl-trace/Makefile ============================================================================== --- head/devel/pecl-trace/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-trace/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= Low-overhead tracing tool for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= APACHE20 WRKSRC_SUBDIR= extension Modified: head/devel/pecl-uopz/Makefile ============================================================================== --- head/devel/pecl-uopz/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-uopz/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= User Operations for PHP Zend engine +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl Modified: head/devel/pecl-uploadprogress/Makefile ============================================================================== --- head/devel/pecl-uploadprogress/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-uploadprogress/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= Provides track progress of a file upload +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl Modified: head/devel/pecl-uri_template/Makefile ============================================================================== --- head/devel/pecl-uri_template/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-uri_template/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com COMMENT= URI Template(RFC6570) library for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USES= php:pecl Modified: head/devel/pecl-weakref/Makefile ============================================================================== --- head/devel/pecl-weakref/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-weakref/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ DISTNAME= Weakref-${PORTVERSION} MAINTAINER= joneum@FreeBSD.org COMMENT= PECL Weakref extension +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/pecl-xhprof/Makefile ============================================================================== --- head/devel/pecl-xhprof/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/pecl-xhprof/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= devel pear MAINTAINER= ports@mcdermottroe.com COMMENT= Hierarchical Profiler for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= APACHE20 WRKSRC_SUBDIR= extension Modified: head/devel/php-jq/Makefile ============================================================================== --- head/devel/php-jq/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/php-jq/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com COMMENT= Jq shared extension for php +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/php-memoize/Makefile ============================================================================== --- head/devel/php-memoize/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/php-memoize/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com COMMENT= PHP extension which transparently caches PHP functions +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USE_GITHUB= yes GH_ACCOUNT= arraypad GH_PROJECT= php-${PORTNAME} Modified: head/devel/php-scalar_objects/Makefile ============================================================================== --- head/devel/php-scalar_objects/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/php-scalar_objects/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com COMMENT= Support method calls on primitive types in PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 USE_GITHUB= yes Modified: head/devel/php-uprofiler/Makefile ============================================================================== --- head/devel/php-uprofiler/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/php-uprofiler/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com COMMENT= Lightweight profiler for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE Modified: head/devel/php5-blitz-devel/Makefile ============================================================================== --- head/devel/php5-blitz-devel/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/php5-blitz-devel/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -12,6 +12,9 @@ DISTNAME= blitz-${PORTVERSION}-devel MAINTAINER= komarov@valerka.net COMMENT= PHP templating engine +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + CONFLICTS= php5-blitz-0.6* USES= php:ext Modified: head/devel/php5-blitz/Makefile ============================================================================== --- head/devel/php5-blitz/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/php5-blitz/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= komarov@valerka.net COMMENT= PHP templating engine +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + CONFLICTS= php5-blitz-devel-[0-9]* USES= php:ext Modified: head/devel/php5-dav/Makefile ============================================================================== --- head/devel/php5-dav/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/php5-dav/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -12,6 +12,9 @@ DISTNAME= php-webdav-${PORTVERSION} MAINTAINER= komarov@valerka.net COMMENT= The PHP WebDAV extension +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= ISCL LIB_DEPENDS= libneon.so:www/neon Modified: head/devel/php5-ice/Makefile ============================================================================== --- head/devel/php5-ice/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/php5-ice/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -7,6 +7,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= freebsd@grem.de COMMENT= Ice (Internet Communications Engine) language mapping for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 BUILD_DEPENDS= mcpp:devel/mcpp \ Modified: head/devel/php5-pinba/Makefile ============================================================================== --- head/devel/php5-pinba/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/php5-pinba/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= komarov@valerka.net COMMENT= PHP-extension part of statistics server for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libprotobuf.so:devel/protobuf BROKEN_powerpc64= fails to compile: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase' Modified: head/devel/php5-thrift/Makefile ============================================================================== --- head/devel/php5-thrift/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/devel/php5-thrift/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= webmaster@kibab.com COMMENT= PHP interface to Thrift +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= php:ext PHP_MODNAME= thrift_protocol IGNORE_WITH_PHP= 70 71 72 73 Modified: head/finance/php-tclink/Makefile ============================================================================== --- head/finance/php-tclink/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/finance/php-tclink/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-php MAINTAINER= mbowie@buzmo.com COMMENT= PHP extension for TrustCommerce credit card processing +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= php:ext ssl IGNORE_WITH_PHP= 70 71 72 73 Modified: head/games/mkgichessclub/Makefile ============================================================================== --- head/games/mkgichessclub/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/games/mkgichessclub/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -11,6 +11,9 @@ DISTNAME= MKGIChessClub-${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= Chess playing server with a pure web interface +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 OPTIONS_DEFINE= GNUCHESS PHALANX DOCS Modified: head/graphics/pecl-gmagick/Makefile ============================================================================== --- head/graphics/pecl-gmagick/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/graphics/pecl-gmagick/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= graphics MAINTAINER= bsdports@wayfair.com COMMENT= Provides a wrapper to the GraphicsMagick library +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick Modified: head/graphics/pecl-imlib2/Makefile ============================================================================== --- head/graphics/pecl-imlib2/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/graphics/pecl-imlib2/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= graphics MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension if imlib2 +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP202 LIB_DEPENDS= libImlib2.so:graphics/imlib2 Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/graphics/php-gdal/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= php- MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP binding for GDAL +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT Modified: head/graphics/php-libpuzzle/Makefile ============================================================================== --- head/graphics/php-libpuzzle/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/graphics/php-libpuzzle/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= PHP extension for Puzzle library to find similar pictures +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC:H:H}/COPYING Modified: head/graphics/php-magickwand/Makefile ============================================================================== --- head/graphics/php-magickwand/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/graphics/php-magickwand/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -12,6 +12,9 @@ DISTNAME= MagickWandForPHP-${PORTVERSION}-2 MAINTAINER= ports@FreeBSD.org COMMENT= PHP extension to manipulate images +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 USES= php:ext pkgconfig Modified: head/graphics/php5-ffmpeg/Makefile ============================================================================== --- head/graphics/php5-ffmpeg/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/graphics/php5-ffmpeg/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= FFmpeg shared extension for php +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/japanese/php5-mecab/Makefile ============================================================================== --- head/japanese/php5-mecab/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/japanese/php5-mecab/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= kuriyama@FreeBSD.org COMMENT= PHP5 extension for MeCab Morphological Analyzer +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LIB_DEPENDS= libmecab.so:japanese/mecab USES= php:ext Modified: head/lang/pecl-perl/Makefile ============================================================================== --- head/lang/pecl-perl/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/lang/pecl-perl/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= lang perl5 MAINTAINER= bofh@FreeBSD.org COMMENT= Embedded Perl +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP301 IGNORE_WITH_PHP= 70 71 72 73 Modified: head/lang/php56-extensions/Makefile ============================================================================== --- head/lang/php56-extensions/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/lang/php56-extensions/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ PKGNAMESUFFIX= -extensions MAINTAINER= ale@FreeBSD.org COMMENT= "meta-port" to install PHP extensions +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= metaport php PHP_VER= 56 IGNORE_WITH_PHP= 70 71 72 73 Modified: head/mail/dracmail/Makefile ============================================================================== --- head/mail/dracmail/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/mail/dracmail/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -11,6 +11,9 @@ DISTNAME= dracMail-${PORTVERSION}_release MAINTAINER= ports@FreeBSD.org COMMENT= DracMail is a webmail interface built using PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 USE_PHP+= mysql imap dom tidy iconv mbstring USE_MYSQL= yes Modified: head/mail/pecl-mailparse2/Makefile ============================================================================== --- head/mail/pecl-mailparse2/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/mail/pecl-mailparse2/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= mail www MAINTAINER= dbaio@FreeBSD.org COMMENT= PECL extension to create and decode MIME messages +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= PHP202 USES= php:pecl Modified: head/mail/pecl-pop3/Makefile ============================================================================== --- head/mail/pecl-pop3/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/mail/pecl-pop3/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= mail MAINTAINER= buganini@gmail.com COMMENT= POP3 Client Library for PHP +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + USES= php:pecl IGNORE_WITH_PHP= 70 71 72 73 Modified: head/math/pecl-big_int/Makefile ============================================================================== --- head/math/pecl-big_int/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/math/pecl-big_int/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -9,6 +9,9 @@ CATEGORIES= math devel pear MAINTAINER= joneum@FreeBSD.org COMMENT= Functions for calculations with arbitrary length integers and bitsets +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + LICENSE= BIG_INT LICENSE_NAME= BIG_INT license LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/math/pecl-bitset2/Makefile ============================================================================== --- head/math/pecl-bitset2/Makefile Sun Dec 2 17:19:35 2018 (r486472) +++ head/math/pecl-bitset2/Makefile Sun Dec 2 17:43:33 2018 (r486473) @@ -8,6 +8,9 @@ CATEGORIES= math MAINTAINER= sunpoet@FreeBSD.org *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Dec 2 18:08:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71A00132985B; Sun, 2 Dec 2018 18:08:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16CBF7741F; Sun, 2 Dec 2018 18:08:25 +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 E64F422A3; Sun, 2 Dec 2018 18:08:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2I8OPd077318; Sun, 2 Dec 2018 18:08:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2I8NYN077308; Sun, 2 Dec 2018 18:08:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812021808.wB2I8NYN077308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 2 Dec 2018 18:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486474 - in head/misc: . actiona actiona/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . actiona actiona/files X-SVN-Commit-Revision: 486474 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 16CBF7741F X-Spamd-Result: default: False [0.39 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.31)[0.313,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 18:08:25 -0000 Author: yuri Date: Sun Dec 2 18:08:23 2018 New Revision: 486474 URL: https://svnweb.freebsd.org/changeset/ports/486474 Log: New port: misc/actiona: Cross-platform automation tool Added: head/misc/actiona/ head/misc/actiona/Makefile (contents, props changed) head/misc/actiona/distinfo (contents, props changed) head/misc/actiona/files/ head/misc/actiona/files/patch-actexecuter_actexecuter.pro (contents, props changed) head/misc/actiona/files/patch-gui_gui.pro (contents, props changed) head/misc/actiona/pkg-descr (contents, props changed) head/misc/actiona/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Dec 2 17:43:33 2018 (r486473) +++ head/misc/Makefile Sun Dec 2 18:08:23 2018 (r486474) @@ -7,6 +7,7 @@ SUBDIR += R-cran-xfun SUBDIR += achievo SUBDIR += aclgen + SUBDIR += actiona SUBDIR += amanda-client SUBDIR += amanda-perl-wrapper SUBDIR += amanda-server Added: head/misc/actiona/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/Makefile Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= actiona +DISTVERSIONPREFIX= v +DISTVERSION= 3.10.0-4 +DISTVERSIONSUFFIX= -gd8874a32 +CATEGORIES= misc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Cross-platform automation tool + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/property_tree/ini_parser.hpp:devel/boost-libs +LIB_DEPENDS= libnotify.so:devel/libnotify \ + libopencv_core.so:graphics/opencv-core \ + libopencv_video.so:graphics/opencv + +USES= desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info +USE_GITHUB= yes +GH_ACCOUNT= Jmgr +USE_QT= concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \ + buildtools_build uitools_build +USE_GNOME= gdkpixbuf2 glib20 +USE_GL= gl +USE_XORG= x11 xtst + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USE= QT=linguisttools_build + +pre-build-NLS-on: # this is a hackish way to turn NLS on/off, asked the upstream to have the NLS option + @cd ${WRKSRC} && ${MAKE_CMD} locale_release + +post-stage-NLS-off: + @${RM} -r ${STAGEDIR}${DATADIR} + +.include Added: head/misc/actiona/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/distinfo Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543764947 +SHA256 (Jmgr-actiona-v3.10.0-4-gd8874a32_GH0.tar.gz) = df32434beb9aa313d2845c562ae9745e9d50ae5bb0ada6b393a79a190fe647fb +SIZE (Jmgr-actiona-v3.10.0-4-gd8874a32_GH0.tar.gz) = 1287453 Added: head/misc/actiona/files/patch-actexecuter_actexecuter.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/files/patch-actexecuter_actexecuter.pro Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,11 @@ +--- actexecuter/actexecuter.pro.orig 2018-12-02 16:33:24 UTC ++++ actexecuter/actexecuter.pro +@@ -54,7 +54,7 @@ unix { + locales.files = ../locale/actexecuter_fr_FR.qm + locales.CONFIG = no_check_exist + +- manfile.path = $${PREFIX}/share/man/man1 ++ manfile.path = $${PREFIX}/man/man1 + manfile.files = ../docs/actexec.1 + + INSTALLS += target locales manfile Added: head/misc/actiona/files/patch-gui_gui.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/files/patch-gui_gui.pro Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,11 @@ +--- gui/gui.pro.orig 2018-12-02 16:33:46 UTC ++++ gui/gui.pro +@@ -138,7 +138,7 @@ unix { + desktopfile.path = $${PREFIX}/share/applications + desktopfile.files = ../actiona.desktop + +- manfile.path = $${PREFIX}/share/man/man1 ++ manfile.path = $${PREFIX}/man/man1 + manfile.files = ../docs/actiona.1 + + mimefile.path = $${PREFIX}/share/mime/packages/ Added: head/misc/actiona/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/pkg-descr Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,9 @@ +Actiona is a task automation tool. It allows you to create and execute action +lists. + +Users don't need to know any programming language to use it: its intuitive +interface allows to create action lists (scripts) using drag & drop. + +Advanced users can use JavaScript (EcmaScript) to extend its functionality. + +WWW: https://wiki.actiona.tools/doku.php Added: head/misc/actiona/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/actiona/pkg-plist Sun Dec 2 18:08:23 2018 (r486474) @@ -0,0 +1,35 @@ +bin/actexec +bin/actiona +lib/actiona/actions/libActionPackData.so +lib/actiona/actions/libActionPackDevice.so +lib/actiona/actions/libActionPackInternal.so +lib/actiona/actions/libActionPackSystem.so +lib/actiona/actions/libActionPackWindows.so +lib/actiona/libactiontools.so +lib/actiona/libactiontools.so.1 +lib/actiona/libactiontools.so.1.0 +lib/actiona/libactiontools.so.1.0.0 +lib/actiona/libexecuter.so +lib/actiona/libexecuter.so.1 +lib/actiona/libexecuter.so.1.0 +lib/actiona/libexecuter.so.1.0.0 +lib/actiona/libtools.so +lib/actiona/libtools.so.1 +lib/actiona/libtools.so.1.0 +lib/actiona/libtools.so.1.0.0 +man/man1/actexec.1.gz +man/man1/actiona.1.gz +%%NLS%%%%DATADIR%%/locale/actexecuter_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actionpackdata_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actionpackdevice_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actionpackinternal_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actionpacksystem_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actionpackwindows_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/actiontools_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/executer_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/gui_fr_FR.qm +%%NLS%%%%DATADIR%%/locale/tools_fr_FR.qm +share/applications/actiona.desktop +share/icons/hicolor/48x48/apps/actiona.png +share/mime/packages/actiona.xml +share/pixmaps/actiona.png From owner-svn-ports-all@freebsd.org Sun Dec 2 18:18:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DBE31329C75; Sun, 2 Dec 2018 18:18:17 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7407779CD; Sun, 2 Dec 2018 18:18:16 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 830B6244D; Sun, 2 Dec 2018 18:18:16 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2IIGFn082703; Sun, 2 Dec 2018 18:18:16 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2IIEb4082693; Sun, 2 Dec 2018 18:18:14 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201812021818.wB2IIEb4082693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 2 Dec 2018 18:18:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486475 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger X-SVN-Commit-Revision: 486475 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A7407779CD X-Spamd-Result: default: False [0.60 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.10)[0.096,0]; NEURAL_SPAM_SHORT(0.41)[0.412,0]; NEURAL_SPAM_MEDIUM(0.10)[0.096,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 18:18:17 -0000 Author: osa Date: Sun Dec 2 18:18:14 2018 New Revision: 486475 URL: https://svnweb.freebsd.org/changeset/ports/486475 Log: Upgrade passenger and its third-party modules for www/nginx and www/nginx-devel from 5.3.7 to 6.0.0. * Introduces support for *all* programming languages. Yes that's right... Java, Elixir, Go — Passenger now supports them all! This effort is called "generic language support". * Bumps the preferred Nginx version to 1.15.7. * Introduces anonymous usage telemetry, which helps us improve Passenger. Please read the docs on what data is collected and how to disable this. * [Nginx] Introduces a new option "passenger_request_buffering on|off", to allow disabling request body buffering. This is only supported in Nginx >= 1.15.3. Closes GH-2121. * Updated various library versions used in precompiled binaries (used for e.g. gem installs): - OpenSSL: 1.0.2q (was: 1.0.2p) - libcurl: 7.62.0 (was: 7.61.1) - Ruby: 2.3.8 (was: 2.3.7) Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/Makefile.extmod head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx/Makefile head/www/nginx/Makefile.extmod head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Dec 2 18:08:23 2018 (r486474) +++ head/www/nginx-devel/Makefile Sun Dec 2 18:18:14 2018 (r486475) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.15.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Sun Dec 2 18:08:23 2018 (r486474) +++ head/www/nginx-devel/Makefile.extmod Sun Dec 2 18:18:14 2018 (r486475) @@ -222,7 +222,7 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_sr NJS_GH_TUPLE= nginx:njs:ca2bcd2:njs NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx -PASSENGER_NGINX_VER= 5.3.7 +PASSENGER_NGINX_VER= 6.0.0 PASSENGER_CATEGORIES= ruby PASSENGER_USE= ruby=yes PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Dec 2 18:08:23 2018 (r486474) +++ head/www/nginx-devel/distinfo Sun Dec 2 18:18:14 2018 (r486475) @@ -1,4 +1,4 @@ -TIMESTAMP = 1543359412 +TIMESTAMP = 1543773518 SHA256 (nginx-1.15.7.tar.gz) = 8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93 SIZE (nginx-1.15.7.tar.gz) = 1026732 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -13,8 +13,8 @@ SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053 SIZE (ngx_http_response-0.3.tar.gz) = 2244 SHA256 (modsecurity-2.9.2.tar.gz) = 41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5 SIZE (modsecurity-2.9.2.tar.gz) = 4298993 -SHA256 (passenger-5.3.7.tar.gz) = ff9185257feafd6c2d982652dd1bbd06118895012f6e799ce170b7c855f7b5cb -SIZE (passenger-5.3.7.tar.gz) = 7195477 +SHA256 (passenger-6.0.0.tar.gz) = 3f826e55065bb69ff5cc945b7b8ab5eb69f957e108053d15401c2ea059321b83 +SIZE (passenger-6.0.0.tar.gz) = 7202705 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809 SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316 Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sun Dec 2 18:08:23 2018 (r486474) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sun Dec 2 18:18:14 2018 (r486475) @@ -1,5 +1,5 @@ ---- ../passenger-5.3.7/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-5.3.7/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 +--- ../passenger-6.0.0/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-6.0.0/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 @@ -33,13 +33,12 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Dec 2 18:08:23 2018 (r486474) +++ head/www/nginx/Makefile Sun Dec 2 18:18:14 2018 (r486475) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.14.1 -PORTREVISION?= 5 +PORTREVISION?= 6 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ Modified: head/www/nginx/Makefile.extmod ============================================================================== --- head/www/nginx/Makefile.extmod Sun Dec 2 18:08:23 2018 (r486474) +++ head/www/nginx/Makefile.extmod Sun Dec 2 18:18:14 2018 (r486475) @@ -226,7 +226,7 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_sr NJS_GH_TUPLE= nginx:njs:992e93d:njs NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx -PASSENGER_NGINX_VER= 5.3.7 +PASSENGER_NGINX_VER= 6.0.0 PASSENGER_CATEGORIES= ruby PASSENGER_USE= ruby=yes PASSENGER_BUILD_DEPENDS= ${LOCALBASE}/bin/rake:devel/rubygem-rake Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sun Dec 2 18:08:23 2018 (r486474) +++ head/www/nginx/distinfo Sun Dec 2 18:18:14 2018 (r486475) @@ -1,4 +1,4 @@ -TIMESTAMP = 1543363252 +TIMESTAMP = 1543773518 SHA256 (nginx-1.14.1.tar.gz) = bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4 SIZE (nginx-1.14.1.tar.gz) = 1014040 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -15,8 +15,8 @@ SHA256 (08a395c66e42.tar.gz) = 53e440737ed1aff1f09fae1 SIZE (08a395c66e42.tar.gz) = 120603 SHA256 (modsecurity-2.9.2.tar.gz) = 41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5 SIZE (modsecurity-2.9.2.tar.gz) = 4298993 -SHA256 (passenger-5.3.7.tar.gz) = ff9185257feafd6c2d982652dd1bbd06118895012f6e799ce170b7c855f7b5cb -SIZE (passenger-5.3.7.tar.gz) = 7195477 +SHA256 (passenger-6.0.0.tar.gz) = 3f826e55065bb69ff5cc945b7b8ab5eb69f957e108053d15401c2ea059321b83 +SIZE (passenger-6.0.0.tar.gz) = 7202705 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809 SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316 Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sun Dec 2 18:08:23 2018 (r486474) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sun Dec 2 18:18:14 2018 (r486475) @@ -1,5 +1,5 @@ ---- ../passenger-5.3.7/build/nginx.rb.orig 2018-05-20 08:43:19.389262000 +0200 -+++ ../passenger-5.3.7/build/nginx.rb 2018-05-20 09:11:27.500253000 +0200 +--- ../passenger-6.0.0/build/nginx.rb.orig 2018-05-20 08:43:19.389262000 +0200 ++++ ../passenger-6.0.0/build/nginx.rb 2018-05-20 09:11:27.500253000 +0200 @@ -39,13 +39,12 @@ auto_generated_sources = %w( desc "Build Nginx support files" task :nginx => [ Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Sun Dec 2 18:08:23 2018 (r486474) +++ head/www/rubygem-passenger/Makefile Sun Dec 2 18:18:14 2018 (r486475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 5.3.7 +PORTVERSION= 6.0.0 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Sun Dec 2 18:08:23 2018 (r486474) +++ head/www/rubygem-passenger/distinfo Sun Dec 2 18:18:14 2018 (r486475) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543359462 -SHA256 (rubygem/passenger-5.3.7.gem) = 7399b1ef7bc826f6e06d9143b1f802bb585ee393f5c8bfa18a58b6d2e9c24213 -SIZE (rubygem/passenger-5.3.7.gem) = 7114240 +TIMESTAMP = 1543772765 +SHA256 (rubygem/passenger-6.0.0.gem) = c92174b37f54e8e73b0d51f3ef453bded4119c5ed92504fcdb0c6f3739df977a +SIZE (rubygem/passenger-6.0.0.gem) = 7121408 From owner-svn-ports-all@freebsd.org Sun Dec 2 18:26:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C5671329EF3; Sun, 2 Dec 2018 18:26:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FF8077D7F; Sun, 2 Dec 2018 18:26:18 +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 1B6E625E2; Sun, 2 Dec 2018 18:26: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 wB2IQHb5087637; Sun, 2 Dec 2018 18:26:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2IQH6C087635; Sun, 2 Dec 2018 18:26:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812021826.wB2IQH6C087635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 2 Dec 2018 18:26:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486476 - head/math/pari X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/pari X-SVN-Commit-Revision: 486476 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3FF8077D7F X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.37)[0.366,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 18:26:18 -0000 Author: yuri Date: Sun Dec 2 18:26:17 2018 New Revision: 486476 URL: https://svnweb.freebsd.org/changeset/ports/486476 Log: math/pari: Update 2.11.0 -> 2.11.1 Reported by: portscout Modified: head/math/pari/Makefile head/math/pari/distinfo Modified: head/math/pari/Makefile ============================================================================== --- head/math/pari/Makefile Sun Dec 2 18:18:14 2018 (r486475) +++ head/math/pari/Makefile Sun Dec 2 18:26:17 2018 (r486476) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pari -DISTVERSION= 2.11.0 -PORTREVISION= 1 +DISTVERSION= 2.11.1 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ \ Modified: head/math/pari/distinfo ============================================================================== --- head/math/pari/distinfo Sun Dec 2 18:18:14 2018 (r486475) +++ head/math/pari/distinfo Sun Dec 2 18:26:17 2018 (r486476) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532062008 -SHA256 (pari-2.11.0.tar.gz) = 3835caccaa3e0c64764521032d89efeb8773cce841f6655fec6d58e790f4c9a1 -SIZE (pari-2.11.0.tar.gz) = 4419112 +TIMESTAMP = 1543774579 +SHA256 (pari-2.11.1.tar.gz) = 24a9b324a6e9fb161f49dd93aa4dc3f8bb8996c96050ee0468b2f92b45eacac9 +SIZE (pari-2.11.1.tar.gz) = 4426390 From owner-svn-ports-all@freebsd.org Sun Dec 2 19:31:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C42E0132B7A5; Sun, 2 Dec 2018 19:31:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B3AC79F22; Sun, 2 Dec 2018 19:31:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C5E53136; Sun, 2 Dec 2018 19:31:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2JVn1K022814; Sun, 2 Dec 2018 19:31:49 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2JVnu8022812; Sun, 2 Dec 2018 19:31:49 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201812021931.wB2JVnu8022812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 2 Dec 2018 19:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486477 - head/textproc/UCD X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/textproc/UCD X-SVN-Commit-Revision: 486477 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6B3AC79F22 X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.37)[0.366,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 19:31:49 -0000 Author: thierry Date: Sun Dec 2 19:31:48 2018 New Revision: 486477 URL: https://svnweb.freebsd.org/changeset/ports/486477 Log: Fix plist when option HAN is deelected. Submitted by: mi Modified: head/textproc/UCD/pkg-plist Modified: head/textproc/UCD/pkg-plist ============================================================================== --- head/textproc/UCD/pkg-plist Sun Dec 2 18:26:17 2018 (r486476) +++ head/textproc/UCD/pkg-plist Sun Dec 2 19:31:48 2018 (r486477) @@ -39,15 +39,15 @@ %%DATADIR%%/USourceData.txt %%DATADIR%%/USourceGlyphs.pdf %%DATADIR%%/UnicodeData.txt -%%DATADIR%%/Unihan.zip -%%DATADIR%%/Unihan_DictionaryIndices.txt -%%DATADIR%%/Unihan_DictionaryLikeData.txt -%%DATADIR%%/Unihan_IRGSources.txt -%%DATADIR%%/Unihan_NumericValues.txt -%%DATADIR%%/Unihan_OtherMappings.txt -%%DATADIR%%/Unihan_RadicalStrokeCounts.txt -%%DATADIR%%/Unihan_Readings.txt -%%DATADIR%%/Unihan_Variants.txt +%%HAN%%%%DATADIR%%/Unihan.zip +%%HAN%%%%DATADIR%%/Unihan_DictionaryIndices.txt +%%HAN%%%%DATADIR%%/Unihan_DictionaryLikeData.txt +%%HAN%%%%DATADIR%%/Unihan_IRGSources.txt +%%HAN%%%%DATADIR%%/Unihan_NumericValues.txt +%%HAN%%%%DATADIR%%/Unihan_OtherMappings.txt +%%HAN%%%%DATADIR%%/Unihan_RadicalStrokeCounts.txt +%%HAN%%%%DATADIR%%/Unihan_Readings.txt +%%HAN%%%%DATADIR%%/Unihan_Variants.txt %%DATADIR%%/VerticalOrientation.txt %%DATADIR%%/auxiliary/GraphemeBreakProperty.txt %%DATADIR%%/auxiliary/GraphemeBreakTest.html From owner-svn-ports-all@freebsd.org Sun Dec 2 20:16:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23C6F132CA48; Sun, 2 Dec 2018 20:16:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B59D07B529; Sun, 2 Dec 2018 20:16:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9108C3BF7; Sun, 2 Dec 2018 20:16:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2KGrbR044468; Sun, 2 Dec 2018 20:16:53 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2KGr7P044467; Sun, 2 Dec 2018 20:16:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812022016.wB2KGr7P044467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 20:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486478 - head/audio/terminatorx X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/audio/terminatorx X-SVN-Commit-Revision: 486478 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B59D07B529 X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.37)[0.366,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 20:16:54 -0000 Author: antoine Date: Sun Dec 2 20:16:53 2018 New Revision: 486478 URL: https://svnweb.freebsd.org/changeset/ports/486478 Log: Mark BROKEN: fails to configure Deprecate since it's not the first time it's broken checking gnome-doc-utils >= 0.3.2... no configure: error: gnome-doc-utils >= 0.3.2 not found Reported by: pkg-fallout Modified: head/audio/terminatorx/Makefile Modified: head/audio/terminatorx/Makefile ============================================================================== --- head/audio/terminatorx/Makefile Sun Dec 2 19:31:48 2018 (r486477) +++ head/audio/terminatorx/Makefile Sun Dec 2 20:16:53 2018 (r486478) @@ -14,7 +14,10 @@ COMMENT= Realtime audio synthesizer that allows you to LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails configure: checking gnome-doc-utils >= 0.3.2... no BROKEN_powerpc64=fails to configure: checking for XOpenDisplay in -lX11... no +DEPRECATED= Unmaintained, broken too often +EXPIRATION_DATE= 2018-12-31 BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \ rarian-sk-config:textproc/rarian From owner-svn-ports-all@freebsd.org Sun Dec 2 20:18:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7F7E132CB93; Sun, 2 Dec 2018 20:18:49 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49EC77B694; Sun, 2 Dec 2018 20:18:49 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26F993C05; Sun, 2 Dec 2018 20:18:49 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2KInxN044656; Sun, 2 Dec 2018 20:18:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2KInDj044655; Sun, 2 Dec 2018 20:18:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812022018.wB2KInDj044655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 20:18:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486479 - head/graphics/cloudcompare X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/graphics/cloudcompare X-SVN-Commit-Revision: 486479 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 49EC77B694 X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.37)[0.366,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 20:18:49 -0000 Author: antoine Date: Sun Dec 2 20:18:48 2018 New Revision: 486479 URL: https://svnweb.freebsd.org/changeset/ports/486479 Log: Mark BROKEN: wrong LIB_DEPENDS ===> cloudcompare-2.9.1.288_3 depends on shared library: libpcl_people.so - not found Reported by: pkg-fallout Modified: head/graphics/cloudcompare/Makefile Modified: head/graphics/cloudcompare/Makefile ============================================================================== --- head/graphics/cloudcompare/Makefile Sun Dec 2 20:16:53 2018 (r486478) +++ head/graphics/cloudcompare/Makefile Sun Dec 2 20:18:48 2018 (r486479) @@ -13,6 +13,7 @@ COMMENT= 3D point cloud processing software LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi +BROKEN= wrong LIB_DEPENDS: libpcl_people.so - not found BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? USES= cmake:outsource localbase:ldflags qt:5 From owner-svn-ports-all@freebsd.org Sun Dec 2 20:21:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8313F132CD9B; Sun, 2 Dec 2018 20:21:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 268E07B82B; Sun, 2 Dec 2018 20:21:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 097333D49; Sun, 2 Dec 2018 20:21:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2KL3Hk047107; Sun, 2 Dec 2018 20:21:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2KL3G0047106; Sun, 2 Dec 2018 20:21:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812022021.wB2KL3G0047106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 20:21:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486480 - head/www/py-python-digitalocean X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/www/py-python-digitalocean X-SVN-Commit-Revision: 486480 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 268E07B82B X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.37)[0.366,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 20:21:04 -0000 Author: antoine Date: Sun Dec 2 20:21:03 2018 New Revision: 486480 URL: https://svnweb.freebsd.org/changeset/ports/486480 Log: Mark BROKEN: fails to configure Traceback (most recent call last): File "", line 1, in File "setup.py", line 14, in long_description = file.read() File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 820: ordinal not in range(128) Reported by: pkg-fallout Modified: head/www/py-python-digitalocean/Makefile Modified: head/www/py-python-digitalocean/Makefile ============================================================================== --- head/www/py-python-digitalocean/Makefile Sun Dec 2 20:18:48 2018 (r486479) +++ head/www/py-python-digitalocean/Makefile Sun Dec 2 20:21:03 2018 (r486480) @@ -12,6 +12,8 @@ COMMENT= API to manage digitalocean.com droplets LICENSE= GPLv3 +BROKEN= fails to configure, non ascii char in position 820 of long_description + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR} From owner-svn-ports-all@freebsd.org Sun Dec 2 20:22:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C9B1132CF36; Sun, 2 Dec 2018 20:22:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2098B7BCE9; Sun, 2 Dec 2018 20:22:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 033773DC5; Sun, 2 Dec 2018 20:22:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2KMvK6049860; Sun, 2 Dec 2018 20:22:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2KMvt6049859; Sun, 2 Dec 2018 20:22:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812022022.wB2KMvt6049859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 20:22:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486482 - head/devel/py-num2words X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-num2words X-SVN-Commit-Revision: 486482 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2098B7BCE9 X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.37)[0.366,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 20:22:58 -0000 Author: antoine Date: Sun Dec 2 20:22:57 2018 New Revision: 486482 URL: https://svnweb.freebsd.org/changeset/ports/486482 Log: Mark BROKEN: fails to configure Traceback (most recent call last): File "", line 1, in File "setup.py", line 20, in LONG_DESC = open('README.rst', 'rt').read() + '\n\n' + \ File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1557: ordinal not in range(128) Reported by: pkg-fallout Modified: head/devel/py-num2words/Makefile Modified: head/devel/py-num2words/Makefile ============================================================================== --- head/devel/py-num2words/Makefile Sun Dec 2 20:22:25 2018 (r486481) +++ head/devel/py-num2words/Makefile Sun Dec 2 20:22:57 2018 (r486482) @@ -12,6 +12,8 @@ COMMENT= Library to convert numbers to words in multip LICENSE= LGPL21 +BROKEN= fails to configure, non ascii char in position 1557 of LONG_DESC + USES= python USE_PYTHON= distutils autoplist From owner-svn-ports-all@freebsd.org Sun Dec 2 20:22:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93890132CF03; Sun, 2 Dec 2018 20:22:26 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CF217BBAB; Sun, 2 Dec 2018 20:22:26 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F9283DB5; Sun, 2 Dec 2018 20:22:26 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2KMQHu048810; Sun, 2 Dec 2018 20:22:26 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2KMPI6048805; Sun, 2 Dec 2018 20:22:25 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201812022022.wB2KMPI6048805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 2 Dec 2018 20:22:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486481 - in head/graphics/cimg: . files X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/graphics/cimg: . files X-SVN-Commit-Revision: 486481 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3CF217BBAB X-Spamd-Result: default: False [0.47 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.39)[0.389,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 20:22:26 -0000 Author: thierry Date: Sun Dec 2 20:22:25 2018 New Revision: 486481 URL: https://svnweb.freebsd.org/changeset/ports/486481 Log: Upgrade to 2.4.2. Modified: head/graphics/cimg/Makefile head/graphics/cimg/distinfo head/graphics/cimg/files/patch-examples__Makefile Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Sun Dec 2 20:21:03 2018 (r486480) +++ head/graphics/cimg/Makefile Sun Dec 2 20:22:25 2018 (r486481) @@ -3,8 +3,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v. -DISTVERSION= 2.4.1 -PORTREVISION= 1 +DISTVERSION= 2.4.2 PORTEPOCH= 3 CATEGORIES= graphics devel @@ -92,6 +91,7 @@ USE_XORG+= xext . endif DOCBASE= README.txt +MAKE_ENV+= FREEBSD_LDFLAGS="${LDFLAGS}" PROGS= CImg_demo captcha curve_editor2d dtmri_view3d \ edge_explorer2d fade_images gaussian_fit1d generate_loop_macros \ hough_transform2d image2ascii image_registration2d image_surface3d \ Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Sun Dec 2 20:21:03 2018 (r486480) +++ head/graphics/cimg/distinfo Sun Dec 2 20:22:25 2018 (r486481) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541016670 -SHA256 (dtschump-CImg-v.2.4.1_GH0.tar.gz) = 8249610a17197747219ee5f7cb64c8ddb7749d396d89c3ebc853b049b37701f0 -SIZE (dtschump-CImg-v.2.4.1_GH0.tar.gz) = 11072570 +TIMESTAMP = 1543780030 +SHA256 (dtschump-CImg-v.2.4.2_GH0.tar.gz) = 8e4b375c3b50827cdaa399d259ca8223450d674c52dd538c672ae6da1c6607ef +SIZE (dtschump-CImg-v.2.4.2_GH0.tar.gz) = 11074772 Modified: head/graphics/cimg/files/patch-examples__Makefile ============================================================================== --- head/graphics/cimg/files/patch-examples__Makefile Sun Dec 2 20:21:03 2018 (r486480) +++ head/graphics/cimg/files/patch-examples__Makefile Sun Dec 2 20:22:25 2018 (r486481) @@ -1,39 +1,36 @@ ---- examples/Makefile.orig 2018-10-02 08:22:30 UTC +--- examples/Makefile.orig 2018-11-30 12:37:36 UTC +++ examples/Makefile -@@ -84,7 +84,7 @@ EXTRA_FILES = use_tiff_stream use_jpeg_b - # Set correct variables and paths - #--------------------------------- - VERSION = `grep 'cimg_version\ ' ../CImg.h | tail -c4 | head -c3` --X11PATH = /usr/X11R6 -+X11PATH = $(LOCALBASE) - EXEPFX = - ifeq ($(MSYSTEM),MINGW32) - EXESFX = .exe -@@ -107,7 +107,7 @@ CXXVER = "icpc \( `$(CXX) -v 2>&1` - CFLAGS = -I.. - LIBS = - else --CFLAGS = -I.. -Wall -Wextra -Wfatal-errors -+CFLAGS = -I.. -Wall -Wextra $(CPPFLAGS) - LIBS = -lm +@@ -89,7 +89,7 @@ VERSION2 = $(shell grep 'cimg_version\ ' + VERSION3 = $(shell grep 'cimg_version\ ' ../CImg.h | tail -c2 | head -c1) + SVERSION=$(VERSION1).$(VERSION2).$(VERSION3) + +-X11PATH = /usr/X11R6 ++X11PATH = $(LOCALBASE) + + EXE_PRE = + EXE_EXT = +@@ -111,7 +111,7 @@ IS_ICPC = 1 endif -@@ -131,12 +131,12 @@ VT100_CFLAGS = -Dcimg_use_vt100 + CXXVER = $(CXX) +-CFLAGS = -I.. -Wall -Wextra -Wfatal-errors ++CFLAGS = -I.. -Wall -Wextra $(CPPFLAGS) + LIBS = -lm + ifdef IS_GCC + CXXVER = $(shell $(CXX) -v 2>&1 | tail -n 1) +@@ -144,9 +144,9 @@ DEBUG_CFLAGS = -Dcimg_verbosity=3 -Dcimg + VT100_CFLAGS = -Dcimg_use_vt100 # Flags to enable code optimization by the compiler. - ifeq ($(notdir $(CXX)),g++) --OPT_CFLAGS = -Ofast -mtune=generic -+OPT_CFLAGS = -mtune=generic - else - ifeq ($(notdir $(CXX)),icpc) - OPT_CFLAGS = -fast - else -OPT_CFLAGS = -Ofast +OPT_CFLAGS = # -Ofast - handled by the port CFLAGS + ifdef IS_GCC +-OPT_CFLAGS = -Ofast -mtune=generic ++OPT_CFLAGS = -mtune=generic endif - endif - -@@ -203,7 +203,7 @@ JPEG_LIBS = -ljpeg + ifdef IS_ICPC + OPT_CFLAGS = -fast +@@ -217,7 +217,7 @@ JPEG_LIBS = -ljpeg TIFF_DEFINE = -Dcimg_use_tiff TIFF_INCDIR = TIFF_CFLAGS = $(TIFF_DEFINE) $(TIFF_INCDIR) @@ -42,7 +39,7 @@ # Flags to enable native support for MINC2 image files, using the MINC2 library. # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide ) -@@ -215,16 +215,16 @@ MINC2_LIBS = -lminc_io -lvolume_io2 -lmi +@@ -229,16 +229,16 @@ MINC2_LIBS = -lminc_io -lvolume_io2 -lmi # Flags to enable native support for EXR image files, using the OpenEXR library. # ( http://www.openexr.com/ ) OPENEXR_DEFINE = -Dcimg_use_openexr @@ -64,7 +61,7 @@ # Flags to enable native support for compressed .cimgz files, using the Zlib library. # ( http://www.zlib.net/ ) -@@ -260,18 +260,21 @@ endif +@@ -274,15 +274,15 @@ endif # Flags to enable the use of LAPACK routines for matrix computation # ( http://www.netlib.org/lapack/ ) @@ -77,20 +74,14 @@ +#LAPACK_LIBS = -lblas -llapack # Flags to enable the use of the Board library - # ( http://libboard.sourceforge.net/ ) + # ( https://github.com/c-koi/libboard ) BOARD_DEFINE = -Dcimg_use_board -BOARD_INCDIR = -I/usr/include/board +BOARD_INCDIR = -I$(LOCALBASE)/include/board BOARD_CFLAGS = $(BOARD_DEFINE) $(BOARD_INCDIR) BOARD_LIBS = -lboard -+# Flags to compile on FreeBSD -+FREEBSD_LDFLAGS = $(LDFLAGS) -ffast-math -I$(X11PATH)/include $(EXTRA_FLAGS) -lX11 -L$(X11PATH)/lib -+ - # Flags to compile on Sun Solaris - SOLARIS_LIBS = -R$(X11PATH)/lib -lrt -lnsl -lsocket - -@@ -347,6 +350,7 @@ $(X11_LIBS) \ +@@ -361,6 +361,7 @@ $(X11_LIBS) \ $(TIFF_LIBS) \ $(LAPACK_LIBS) \ $(XSHM_LIBS)" \ @@ -98,7 +89,7 @@ all $(EXTRA_FILES) # Linux/BSD/Mac OSX targets, with X11 display. -@@ -439,8 +443,11 @@ $(ZLIB_CFLAGS) \ +@@ -453,8 +454,11 @@ $(ZLIB_CFLAGS) \ $(CURL_CFLAGS) \ $(OPENCV_CFLAGS) \ $(MAGICK_CFLAGS) \ @@ -110,7 +101,7 @@ $(X11_LIBS) \ $(XSHM_LIBS) \ $(XRANDR_LIBS) \ -@@ -452,6 +459,8 @@ $(ZLIB_LIBS) \ +@@ -466,6 +470,8 @@ $(ZLIB_LIBS) \ $(CURL_LIBS) \ $(OPENCV_LIBS) \ $(MAGICK_LIBS) \ From owner-svn-ports-all@freebsd.org Sun Dec 2 20:27:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53C46132D14E; Sun, 2 Dec 2018 20:27:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC7CD7BF81; Sun, 2 Dec 2018 20:27:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C87703DCF; Sun, 2 Dec 2018 20:27:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2KRITI050162; Sun, 2 Dec 2018 20:27:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2KRIRg050161; Sun, 2 Dec 2018 20:27:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812022027.wB2KRIRg050161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 20:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486483 - head/lang/scm X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/lang/scm X-SVN-Commit-Revision: 486483 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EC7CD7BF81 X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.37)[0.366,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 20:27:19 -0000 Author: antoine Date: Sun Dec 2 20:27:18 2018 New Revision: 486483 URL: https://svnweb.freebsd.org/changeset/ports/486483 Log: Mark BROKEN: fails to stage (system "cc -pipe -O0 -Wall -Wwrite-strings -Wmissing-declarations -Wredundant-decls -Wcast-qual -Wno-unused-label -Wno-uninitialized -fstack-protector -fno-strict-aliasing -fPIC -c -Wall edline.c") edline.c:22:10: fatal error: 'readline/readline.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~ ... install: /wrkdirs/usr/ports/lang/scm/work/scm/edline.so: No such file or directory Reported by: pkg-fallout Modified: head/lang/scm/Makefile Modified: head/lang/scm/Makefile ============================================================================== --- head/lang/scm/Makefile Sun Dec 2 20:22:57 2018 (r486482) +++ head/lang/scm/Makefile Sun Dec 2 20:27:18 2018 (r486483) @@ -15,6 +15,8 @@ COMMENT= Scheme interpreter LICENSE= LGPL21 +BROKEN= fails to stage + WRKSRC= ${WRKDIR}/${PORTNAME} USES= readline zip From owner-svn-ports-all@freebsd.org Sun Dec 2 20:37:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C821132D581; Sun, 2 Dec 2018 20:37:45 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D3F57C488; Sun, 2 Dec 2018 20:37:45 +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 F08B83F7D; Sun, 2 Dec 2018 20:37:44 +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 wB2Kbidj055729; Sun, 2 Dec 2018 20:37:44 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2KbiY3055728; Sun, 2 Dec 2018 20:37:44 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201812022037.wB2KbiY3055728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sun, 2 Dec 2018 20:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486484 - head/devel/libastylej X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: head/devel/libastylej X-SVN-Commit-Revision: 486484 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1D3F57C488 X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_SHORT(0.37)[0.366,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 20:37:45 -0000 Author: bsam Date: Sun Dec 2 20:37:44 2018 New Revision: 486484 URL: https://svnweb.freebsd.org/changeset/ports/486484 Log: devel/libastylej: respect CXX PR: 233704 Submitted by: Piotr Kubaj Modified: head/devel/libastylej/Makefile Modified: head/devel/libastylej/Makefile ============================================================================== --- head/devel/libastylej/Makefile Sun Dec 2 20:27:18 2018 (r486483) +++ head/devel/libastylej/Makefile Sun Dec 2 20:37:44 2018 (r486484) @@ -15,7 +15,7 @@ LICENSE= LGPL3 ALL_TARGET= java LDFLAGS+= -s -USES= compiler gmake +USES= compiler:c++11-lang gmake USE_JAVA= yes USE_LDCONFIG= yes MAKE_ARGS+= JAVA_HOME=${JAVA_HOME} @@ -27,6 +27,7 @@ PLIST_FILES= lib/jni/libastylej${PKGNAMESUFFIX}.so lib post-patch: ${REINPLACE_CMD} -e 's,\(JAVAINCS.*=.*\),\1 -I$(JAVA_HOME)/include/freebsd,' \ -e '176 s,libastylej\.so,libastylej${PKGNAMESUFFIX}\.so,2' \ + -e 's/CXX = g++/CXX ?= g++/' \ ${WRKSRC}/Makefile do-install: From owner-svn-ports-all@freebsd.org Sun Dec 2 21:24:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B95BA132FB24; Sun, 2 Dec 2018 21:24:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BE317EAA1; Sun, 2 Dec 2018 21:24:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DDDA481E; Sun, 2 Dec 2018 21:24:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2LOlTK081075; Sun, 2 Dec 2018 21:24:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2LOleB081074; Sun, 2 Dec 2018 21:24:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812022124.wB2LOleB081074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 21:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486486 - head/net-p2p/libktorrent-kde4 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/net-p2p/libktorrent-kde4 X-SVN-Commit-Revision: 486486 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5BE317EAA1 X-Spamd-Result: default: False [0.48 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.51)[0.509,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 21:24:47 -0000 Author: antoine Date: Sun Dec 2 21:24:46 2018 New Revision: 486486 URL: https://svnweb.freebsd.org/changeset/ports/486486 Log: Fix LIB_DEPENDS Modified: head/net-p2p/libktorrent-kde4/Makefile Modified: head/net-p2p/libktorrent-kde4/Makefile ============================================================================== --- head/net-p2p/libktorrent-kde4/Makefile Sun Dec 2 21:24:14 2018 (r486485) +++ head/net-p2p/libktorrent-kde4/Makefile Sun Dec 2 21:24:46 2018 (r486486) @@ -16,7 +16,7 @@ EXPIRATION_DATE= 2018-12-31 BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgmp.so:math/gmp \ - libqca.so:devel/qca + libqca.so:devel/qca@qt4 USES= cmake:outsource gettext kde:4 qt:4 tar:bzip2 USE_KDE= kdelibs automoc4 From owner-svn-ports-all@freebsd.org Sun Dec 2 21:24:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44FC5132FADE; Sun, 2 Dec 2018 21:24:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE3987E9D4; Sun, 2 Dec 2018 21:24:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF19B481C; Sun, 2 Dec 2018 21:24:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2LOEPF080940; Sun, 2 Dec 2018 21:24:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2LOEk5080938; Sun, 2 Dec 2018 21:24:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812022124.wB2LOEk5080938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 2 Dec 2018 21:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486485 - head/ports-mgmt/porttree X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/ports-mgmt/porttree X-SVN-Commit-Revision: 486485 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DE3987E9D4 X-Spamd-Result: default: False [0.48 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.51)[0.509,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 21:24:15 -0000 Author: swills Date: Sun Dec 2 21:24:14 2018 New Revision: 486485 URL: https://svnweb.freebsd.org/changeset/ports/486485 Log: ports-mgmt/porttree: Update to 0.5.r66 PR: 233665 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/ports-mgmt/porttree/Makefile (contents, props changed) head/ports-mgmt/porttree/distinfo (contents, props changed) Modified: head/ports-mgmt/porttree/Makefile ============================================================================== --- head/ports-mgmt/porttree/Makefile Sun Dec 2 20:37:44 2018 (r486484) +++ head/ports-mgmt/porttree/Makefile Sun Dec 2 21:24:14 2018 (r486485) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= porttree -PORTVERSION= 0.4.r${SVN_REV} +PORTVERSION= 0.5.r${SVN_REV} CATEGORIES= ports-mgmt python MASTER_SITES= SF/${PORTNAME} @@ -12,15 +12,16 @@ COMMENT= Show dependences of FreeBSD port as pseudo gr LICENSE= MIT USES= python tar:bzip2 shebangfix +USE_PYTHON= flavors optsuffix -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=1.5:math/py-networkx@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=2.0:math/py-networkx@${PY_FLAVOR} .if target(gen-dist) FETCH_DEPENDS+= svn:devel/subversion .endif SVNROOT?= https://svn.code.sf.net/p/porttree/code/trunk -SVN_REV= 65 +SVN_REV= 66 NO_BUILD= yes PLIST_FILES= bin/porttree man/man1/porttree.1.gz NO_ARCH= yes Modified: head/ports-mgmt/porttree/distinfo ============================================================================== --- head/ports-mgmt/porttree/distinfo Sun Dec 2 20:37:44 2018 (r486484) +++ head/ports-mgmt/porttree/distinfo Sun Dec 2 21:24:14 2018 (r486485) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526675079 -SHA256 (porttree-0.4.r65.tar.bz2) = 2565e164b1395b10a7b880f3df38fb8af475d238ae3f7188ce2bd017e65a6ebd -SIZE (porttree-0.4.r65.tar.bz2) = 10509 +TIMESTAMP = 1543527380 +SHA256 (porttree-0.5.r66.tar.bz2) = abf3ad34f2cbdf35b9e0d399e16f173bf3a736d77bd0f93a3ffc138c950ee4cd +SIZE (porttree-0.5.r66.tar.bz2) = 10495 From owner-svn-ports-all@freebsd.org Sun Dec 2 21:26:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C62C132FC4A; Sun, 2 Dec 2018 21:26:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B76517F1C2; Sun, 2 Dec 2018 21:26:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A08E4820; Sun, 2 Dec 2018 21:26:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2LQ0UT081275; Sun, 2 Dec 2018 21:26:00 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2LQ0wW081273; Sun, 2 Dec 2018 21:26:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812022126.wB2LQ0wW081273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 2 Dec 2018 21:26:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486487 - head/x11-fonts/spleen X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-fonts/spleen X-SVN-Commit-Revision: 486487 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B76517F1C2 X-Spamd-Result: default: False [0.60 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.52)[0.525,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 21:26:01 -0000 Author: tobik Date: Sun Dec 2 21:25:59 2018 New Revision: 486487 URL: https://svnweb.freebsd.org/changeset/ports/486487 Log: x11-fonts/spleen: Update to 1.0.3 - Provide spleen-32x64 for vt(4). The vtfontcvt in supported FreeBSD versions cannot deal with it at the moment, so provide a pregenerated version of it for now. This was made possible by the vtfontcvt feature patch from Dmitry Wagin (thanks!) [1]. Changes: https://github.com/fcambus/spleen/releases/tag/1.0.3 PR: 205707 [1] Modified: head/x11-fonts/spleen/Makefile head/x11-fonts/spleen/distinfo head/x11-fonts/spleen/pkg-plist Modified: head/x11-fonts/spleen/Makefile ============================================================================== --- head/x11-fonts/spleen/Makefile Sun Dec 2 21:24:46 2018 (r486486) +++ head/x11-fonts/spleen/Makefile Sun Dec 2 21:25:59 2018 (r486487) @@ -1,10 +1,12 @@ # $FreeBSD$ PORTNAME= spleen -DISTVERSION= 1.0.2 +DISTVERSION= 1.0.3 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/fcambus/spleen/releases/download/${DISTVERSION}/ PKGNAMESUFFIX= -font +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= tobik@FreeBSD.org COMMENT= Monospaced bitmap fonts for Xorg and vt(4) @@ -27,10 +29,19 @@ TYPE_DESC= Font type VT_DESC= Install vt(4) fonts X11_DESC= Install Xorg bitmap fonts +# 32x64 appears to be too large for vtfontcvt in supported FreeBSD +# releases, cf. PR 205707. Provide a pregenerated file for now. +VT_DISTFILES= spleen-${PORTVERSION}/spleen-32x64.fnt.gz:spleenvt32 +VT_MASTER_SITES= LOCAL/tobik:spleenvt32 + X11_BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf X11_USES= fonts X11_USES_OFF= fonts:none +post-extract-VT-on: + ${GUNZIP_CMD} -c ${DISTDIR}/spleen-${PORTVERSION}/spleen-32x64.fnt.gz \ + > ${WRKSRC}/spleen-32x64.fnt + post-patch: @${REINPLACE_CMD} -E 's/^FONT "(.*)"$$/FONT \1/g' ${WRKSRC}/*.bdf @@ -38,7 +49,6 @@ do-build: @${DO_NADA} do-build-VT-on: -# 32x64 appears to be too large for vtfontcvt: Unsupported wbytes 4! .for sz in 5x8 8x16 12x24 16x32 vtfontcvt ${sz:S/^/-w /:S/x/ -h /} \ ${WRKSRC}/spleen-${sz}.bdf ${WRKSRC}/spleen-${sz}.fnt Modified: head/x11-fonts/spleen/distinfo ============================================================================== --- head/x11-fonts/spleen/distinfo Sun Dec 2 21:24:46 2018 (r486486) +++ head/x11-fonts/spleen/distinfo Sun Dec 2 21:25:59 2018 (r486487) @@ -1,3 +1,5 @@ -TIMESTAMP = 1543240264 -SHA256 (spleen-1.0.2.tar.gz) = 0621ef616e7c01420342158461b9de32aee7ec4b0f23bc661c2338783d50b860 -SIZE (spleen-1.0.2.tar.gz) = 45879 +TIMESTAMP = 1543783491 +SHA256 (spleen-1.0.3.tar.gz) = f63ef1dd84e27545b0a42389d0bd4e58393aab211a5d2ce936ebaa97be0672cb +SIZE (spleen-1.0.3.tar.gz) = 45934 +SHA256 (spleen-1.0.3/spleen-32x64.fnt.gz) = 53100baaaee1b68c0c7ac41f1b42fbb77d7d964e8309b9ed3de41b5ff69afbb8 +SIZE (spleen-1.0.3/spleen-32x64.fnt.gz) = 3481 Modified: head/x11-fonts/spleen/pkg-plist ============================================================================== --- head/x11-fonts/spleen/pkg-plist Sun Dec 2 21:24:46 2018 (r486486) +++ head/x11-fonts/spleen/pkg-plist Sun Dec 2 21:25:59 2018 (r486487) @@ -4,6 +4,7 @@ %%X11%%%%FONTSDIR%%/spleen-12x24.pcf.gz %%VT%%%%FONTSDIR%%/spleen-16x32.fnt %%X11%%%%FONTSDIR%%/spleen-16x32.pcf.gz +%%VT%%%%FONTSDIR%%/spleen-32x64.fnt %%X11%%%%FONTSDIR%%/spleen-32x64.pcf.gz %%VT%%%%FONTSDIR%%/spleen-5x8.fnt %%X11%%%%FONTSDIR%%/spleen-5x8.pcf.gz From owner-svn-ports-all@freebsd.org Sun Dec 2 21:27:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C92F8132FD5F; Sun, 2 Dec 2018 21:27:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 637217F379; Sun, 2 Dec 2018 21:27:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4573D4827; Sun, 2 Dec 2018 21:27:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2LRHNi081444; Sun, 2 Dec 2018 21:27:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2LRH5H081443; Sun, 2 Dec 2018 21:27:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812022127.wB2LRH5H081443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 21:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486488 - head/net-im/ktp-auth-handler-kde4 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/net-im/ktp-auth-handler-kde4 X-SVN-Commit-Revision: 486488 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 637217F379 X-Spamd-Result: default: False [0.48 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.51)[0.509,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 21:27:18 -0000 Author: antoine Date: Sun Dec 2 21:27:16 2018 New Revision: 486488 URL: https://svnweb.freebsd.org/changeset/ports/486488 Log: Fix LIB_DEPENDS Modified: head/net-im/ktp-auth-handler-kde4/Makefile Modified: head/net-im/ktp-auth-handler-kde4/Makefile ============================================================================== --- head/net-im/ktp-auth-handler-kde4/Makefile Sun Dec 2 21:25:59 2018 (r486487) +++ head/net-im/ktp-auth-handler-kde4/Makefile Sun Dec 2 21:27:16 2018 (r486488) @@ -13,8 +13,8 @@ COMMENT= KWallet integration module for KDE Telepathy DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 -LIB_DEPENDS= libqjson.so:devel/qjson \ - libqca.so:devel/qca \ +LIB_DEPENDS= libqjson.so:devel/qjson@qt4 \ + libqca.so:devel/qca@qt4 \ libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \ libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4 From owner-svn-ports-all@freebsd.org Sun Dec 2 21:33:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEA85130A064; Sun, 2 Dec 2018 21:33:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 737B17F7D3; Sun, 2 Dec 2018 21:33:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 537CE49BB; Sun, 2 Dec 2018 21:33:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2LXoHT086329; Sun, 2 Dec 2018 21:33:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2LXoUO086328; Sun, 2 Dec 2018 21:33:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812022133.wB2LXoUO086328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 21:33:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486489 - head/multimedia/avidemux-qt4 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/multimedia/avidemux-qt4 X-SVN-Commit-Revision: 486489 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 737B17F7D3 X-Spamd-Result: default: False [0.48 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.51)[0.509,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 21:33:51 -0000 Author: antoine Date: Sun Dec 2 21:33:49 2018 New Revision: 486489 URL: https://svnweb.freebsd.org/changeset/ports/486489 Log: Fix options Modified: head/multimedia/avidemux-qt4/Makefile Modified: head/multimedia/avidemux-qt4/Makefile ============================================================================== --- head/multimedia/avidemux-qt4/Makefile Sun Dec 2 21:27:16 2018 (r486488) +++ head/multimedia/avidemux-qt4/Makefile Sun Dec 2 21:33:49 2018 (r486489) @@ -12,6 +12,7 @@ COMMENT= Simple GUI based video editor (QT4 UI) LIB_DEPENDS= libADM6avutil.so.54:multimedia/avidemux MASTERDIR= ${.CURDIR}/../avidemux +OPTIONS_SLAVE= QT4 PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile.common" From owner-svn-ports-all@freebsd.org Sun Dec 2 21:43:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E9A7130A4B9; Sun, 2 Dec 2018 21:43:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4F5A7FD39; Sun, 2 Dec 2018 21:43:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A57C54B55; Sun, 2 Dec 2018 21:43:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2LhcoW092112; Sun, 2 Dec 2018 21:43:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2LhcRj092111; Sun, 2 Dec 2018 21:43:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812022143.wB2LhcRj092111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 21:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486490 - head/x11/leechcraft X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/x11/leechcraft X-SVN-Commit-Revision: 486490 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C4F5A7FD39 X-Spamd-Result: default: False [0.48 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.51)[0.509,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 21:43:39 -0000 Author: antoine Date: Sun Dec 2 21:43:38 2018 New Revision: 486490 URL: https://svnweb.freebsd.org/changeset/ports/486490 Log: Fix LIB_DEPENDS Modified: head/x11/leechcraft/Makefile Modified: head/x11/leechcraft/Makefile ============================================================================== --- head/x11/leechcraft/Makefile Sun Dec 2 21:33:49 2018 (r486489) +++ head/x11/leechcraft/Makefile Sun Dec 2 21:43:38 2018 (r486490) @@ -72,7 +72,7 @@ AZOTH_LIB_DEPENDS= libQtMultimediaKit.so:multimedia/qt libkqoauth.so:security/kqoauth \ libotr.so.5:security/libotr \ libpurple.so:net-im/libpurple \ - libqca.so:devel/qca \ + libqca.so:devel/qca@qt4 \ libqxmpp.so:net-im/qxmpp \ libspeex.so:audio/speex AZOTH_USES= desktop-file-utils From owner-svn-ports-all@freebsd.org Sun Dec 2 22:03:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A214B130B4C9; Sun, 2 Dec 2018 22:03:42 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4437880A7F; Sun, 2 Dec 2018 22:03:42 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1DACE4EA7; Sun, 2 Dec 2018 22:03:42 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2M3fRp002186; Sun, 2 Dec 2018 22:03:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2M3f4I002185; Sun, 2 Dec 2018 22:03:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812022203.wB2M3f4I002185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 2 Dec 2018 22:03:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486491 - head/www/rekonq X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/www/rekonq X-SVN-Commit-Revision: 486491 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4437880A7F X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_HAM_SHORT(-0.10)[-0.098,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 22:03:42 -0000 Author: antoine Date: Sun Dec 2 22:03:41 2018 New Revision: 486491 URL: https://svnweb.freebsd.org/changeset/ports/486491 Log: Fix LIB_DEPENDS Modified: head/www/rekonq/Makefile Modified: head/www/rekonq/Makefile ============================================================================== --- head/www/rekonq/Makefile Sun Dec 2 21:43:38 2018 (r486490) +++ head/www/rekonq/Makefile Sun Dec 2 22:03:41 2018 (r486491) @@ -26,7 +26,7 @@ OPTIONS_DEFINE= OPERA NEPOMUK OPTIONS_DEFAULT= NEPOMUK OPERA_DESC= Support for Opera Sync service -OPERA_LIB_DEPENDS= libqca.so:devel/qca \ +OPERA_LIB_DEPENDS= libqca.so:devel/qca@qt4 \ libqoauth.so:net/qoauth OPERA_CMAKE_OFF= -DWITH_QCA2=off \ -DWITH_QtOAuth=off From owner-svn-ports-all@freebsd.org Sun Dec 2 23:18:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93F81130D2FA; Sun, 2 Dec 2018 23:18:11 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EC3683D9F; Sun, 2 Dec 2018 23:18:11 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F6345A0E; Sun, 2 Dec 2018 23:18:11 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2NIBMg038421; Sun, 2 Dec 2018 23:18:11 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2NIAnc038418; Sun, 2 Dec 2018 23:18:10 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201812022318.wB2NIAnc038418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 2 Dec 2018 23:18:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486492 - head/irc/quassel X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/irc/quassel X-SVN-Commit-Revision: 486492 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3EC3683D9F X-Spamd-Result: default: False [0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_MEDIUM(0.23)[0.228,0]; NEURAL_HAM_SHORT(-0.14)[-0.139,0]; NEURAL_SPAM_LONG(0.19)[0.185,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 23:18:12 -0000 Author: woodsb02 Date: Sun Dec 2 23:18:10 2018 New Revision: 486492 URL: https://svnweb.freebsd.org/changeset/ports/486492 Log: irc/quassel: Update to 0.13.0 Changes this release: https://github.com/quassel/quassel/blob/0.13.0/ChangeLog PR: 233507 Submitted by: David Fullard Reviewed by: ler Modified: head/irc/quassel/Makefile head/irc/quassel/distinfo head/irc/quassel/pkg-plist Modified: head/irc/quassel/Makefile ============================================================================== --- head/irc/quassel/Makefile Sun Dec 2 22:03:41 2018 (r486491) +++ head/irc/quassel/Makefile Sun Dec 2 23:18:10 2018 (r486492) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quassel -PORTVERSION= 0.12.5 -PORTREVISION= 2 +PORTVERSION= 0.13.0 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ @@ -34,7 +33,9 @@ OPTIONS_SUB= yes CLIENT_DESC= Quassel client (for use with core) CLIENT_CMAKE_BOOL= WANT_QTCLIENT CLIENT_USE= qt=dbus,gui,phonon4,webkit,widgets -CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 +CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ + libldap-2.4.so.2:net/openldap24-client \ + liblber-2.4.so.2:net/openldap24-client CORE_DESC= Quassel core server (for use with client) CORE_CMAKE_BOOL= WANT_CORE @@ -52,7 +53,6 @@ MONO_CMAKE_BOOL= WANT_MONO MONO_USE= qt=script,sql MONO_LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 -NLS_USES= qt:5 NLS_USE= QT=linguisttools_build PGSQL_USE= qt=sql-pgsql Modified: head/irc/quassel/distinfo ============================================================================== --- head/irc/quassel/distinfo Sun Dec 2 22:03:41 2018 (r486491) +++ head/irc/quassel/distinfo Sun Dec 2 23:18:10 2018 (r486492) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524642412 -SHA256 (quassel-0.12.5.tar.bz2) = 1894574dfd79654152a5b7427e7df592b055ae908230504f98a4cb48961e74e2 -SIZE (quassel-0.12.5.tar.bz2) = 3747392 +TIMESTAMP = 1543739911 +SHA256 (quassel-0.13.0.tar.bz2) = d9822002de5bb1fd1002cccd537e5a0bc8ec365d355fdff4fb7818daefade976 +SIZE (quassel-0.13.0.tar.bz2) = 4259301 Modified: head/irc/quassel/pkg-plist ============================================================================== --- head/irc/quassel/pkg-plist Sun Dec 2 22:03:41 2018 (r486491) +++ head/irc/quassel/pkg-plist Sun Dec 2 23:18:10 2018 (r486492) @@ -2,371 +2,509 @@ %%CLIENT%%bin/quasselclient %%MONO%%share/applications/quassel.desktop %%CLIENT%%share/applications/quasselclient.desktop -share/icons/hicolor/128x128/apps/quassel.png -share/icons/hicolor/128x128/status/quassel-inactive.png -share/icons/hicolor/128x128/status/quassel-message.png -share/icons/hicolor/16x16/actions/im-user-away.png -share/icons/hicolor/16x16/actions/im-user-offline.png -share/icons/hicolor/16x16/actions/im-user.png -share/icons/hicolor/16x16/apps/quassel.png -share/icons/hicolor/16x16/status/irc-channel-joined.png -share/icons/hicolor/16x16/status/irc-channel-parted.png -share/icons/hicolor/16x16/status/quassel-inactive.png -share/icons/hicolor/16x16/status/quassel-message.png -share/icons/hicolor/22x22/apps/quassel.png -share/icons/hicolor/22x22/status/quassel-inactive.png -share/icons/hicolor/22x22/status/quassel-message.png -share/icons/hicolor/32x32/apps/quassel.png -share/icons/hicolor/32x32/status/quassel-inactive.png -share/icons/hicolor/32x32/status/quassel-message.png -share/icons/hicolor/48x48/apps/quassel.png -share/icons/hicolor/48x48/status/quassel-inactive.png -share/icons/hicolor/48x48/status/quassel-message.png -share/icons/hicolor/64x64/apps/quassel.png -share/icons/hicolor/64x64/status/quassel-inactive.png -share/icons/hicolor/64x64/status/quassel-message.png -share/icons/hicolor/scalable/status/irc-channel-joined.svgz -share/icons/hicolor/scalable/status/irc-channel-parted.svgz -%%DATADIR%%/icons/oxygen/128x128/actions/application-exit.png -%%DATADIR%%/icons/oxygen/128x128/actions/configure.png -%%DATADIR%%/icons/oxygen/128x128/actions/document-edit.png -%%DATADIR%%/icons/oxygen/128x128/actions/edit-find.png -%%DATADIR%%/icons/oxygen/128x128/actions/go-down.png -%%DATADIR%%/icons/oxygen/128x128/actions/go-next.png -%%DATADIR%%/icons/oxygen/128x128/actions/go-previous.png -%%DATADIR%%/icons/oxygen/128x128/actions/go-up.png -%%DATADIR%%/icons/oxygen/128x128/actions/im-ban-kick-user.png -%%DATADIR%%/icons/oxygen/128x128/actions/im-ban-user.png -%%DATADIR%%/icons/oxygen/128x128/actions/im-kick-user.png -%%DATADIR%%/icons/oxygen/128x128/actions/im-user-away.png -%%DATADIR%%/icons/oxygen/128x128/actions/im-user-offline.png -%%DATADIR%%/icons/oxygen/128x128/actions/im-user.png -%%DATADIR%%/icons/oxygen/128x128/actions/list-add-user.png -%%DATADIR%%/icons/oxygen/128x128/actions/mail-message-new.png -%%DATADIR%%/icons/oxygen/128x128/actions/tools-report-bug.png -%%DATADIR%%/icons/oxygen/128x128/apps/quassel.png -%%DATADIR%%/icons/oxygen/128x128/devices/network-wired.png -%%DATADIR%%/icons/oxygen/128x128/status/dialog-information.png -%%DATADIR%%/icons/oxygen/128x128/status/security-high.png -%%DATADIR%%/icons/oxygen/128x128/status/security-low.png -%%DATADIR%%/icons/oxygen/16x16/actions/application-exit.png -%%DATADIR%%/icons/oxygen/16x16/actions/configure-shortcuts.png -%%DATADIR%%/icons/oxygen/16x16/actions/configure.png -%%DATADIR%%/icons/oxygen/16x16/actions/dialog-cancel.png -%%DATADIR%%/icons/oxygen/16x16/actions/dialog-close.png -%%DATADIR%%/icons/oxygen/16x16/actions/document-edit.png -%%DATADIR%%/icons/oxygen/16x16/actions/document-encrypt.png -%%DATADIR%%/icons/oxygen/16x16/actions/document-open.png -%%DATADIR%%/icons/oxygen/16x16/actions/edit-clear-locationbar-ltr.png -%%DATADIR%%/icons/oxygen/16x16/actions/edit-clear-locationbar-rtl.png -%%DATADIR%%/icons/oxygen/16x16/actions/edit-copy.png -%%DATADIR%%/icons/oxygen/16x16/actions/edit-delete.png -%%DATADIR%%/icons/oxygen/16x16/actions/edit-find.png -%%DATADIR%%/icons/oxygen/16x16/actions/edit-rename.png -%%DATADIR%%/icons/oxygen/16x16/actions/flag-blue.png -%%DATADIR%%/icons/oxygen/16x16/actions/format-fill-color.png -%%DATADIR%%/icons/oxygen/16x16/actions/format-list-unordered.png -%%DATADIR%%/icons/oxygen/16x16/actions/format-text-bold.png -%%DATADIR%%/icons/oxygen/16x16/actions/format-text-color.png -%%DATADIR%%/icons/oxygen/16x16/actions/format-text-italic.png -%%DATADIR%%/icons/oxygen/16x16/actions/format-text-underline.png -%%DATADIR%%/icons/oxygen/16x16/actions/go-down.png -%%DATADIR%%/icons/oxygen/16x16/actions/go-next-view.png -%%DATADIR%%/icons/oxygen/16x16/actions/go-next.png -%%DATADIR%%/icons/oxygen/16x16/actions/go-previous-view.png -%%DATADIR%%/icons/oxygen/16x16/actions/go-previous.png -%%DATADIR%%/icons/oxygen/16x16/actions/go-up.png -%%DATADIR%%/icons/oxygen/16x16/actions/help-about.png -%%DATADIR%%/icons/oxygen/16x16/actions/im-ban-kick-user.png -%%DATADIR%%/icons/oxygen/16x16/actions/im-ban-user.png -%%DATADIR%%/icons/oxygen/16x16/actions/im-kick-user.png -%%DATADIR%%/icons/oxygen/16x16/actions/im-user-away.png -%%DATADIR%%/icons/oxygen/16x16/actions/im-user-offline.png -%%DATADIR%%/icons/oxygen/16x16/actions/im-user.png -%%DATADIR%%/icons/oxygen/16x16/actions/irc-close-channel.png -%%DATADIR%%/icons/oxygen/16x16/actions/irc-join-channel.png -%%DATADIR%%/icons/oxygen/16x16/actions/irc-operator.png -%%DATADIR%%/icons/oxygen/16x16/actions/irc-remove-operator.png -%%DATADIR%%/icons/oxygen/16x16/actions/irc-unvoice.png -%%DATADIR%%/icons/oxygen/16x16/actions/irc-voice.png -%%DATADIR%%/icons/oxygen/16x16/actions/list-add-user.png -%%DATADIR%%/icons/oxygen/16x16/actions/list-add.png -%%DATADIR%%/icons/oxygen/16x16/actions/list-remove-user.png -%%DATADIR%%/icons/oxygen/16x16/actions/mail-message-new.png -%%DATADIR%%/icons/oxygen/16x16/actions/media-playback-start.png -%%DATADIR%%/icons/oxygen/16x16/actions/network-connect.png -%%DATADIR%%/icons/oxygen/16x16/actions/network-disconnect.png -%%DATADIR%%/icons/oxygen/16x16/actions/show-menu.png -%%DATADIR%%/icons/oxygen/16x16/actions/tools-report-bug.png -%%DATADIR%%/icons/oxygen/16x16/actions/view-fullscreen.png -%%DATADIR%%/icons/oxygen/16x16/actions/view-refresh.png -%%DATADIR%%/icons/oxygen/16x16/actions/zoom-in.png -%%DATADIR%%/icons/oxygen/16x16/actions/zoom-original.png -%%DATADIR%%/icons/oxygen/16x16/actions/zoom-out.png -%%DATADIR%%/icons/oxygen/16x16/apps/quassel.png -%%DATADIR%%/icons/oxygen/16x16/devices/network-wired.png -%%DATADIR%%/icons/oxygen/16x16/status/dialog-information.png -%%DATADIR%%/icons/oxygen/16x16/status/security-high.png -%%DATADIR%%/icons/oxygen/16x16/status/security-low.png -%%DATADIR%%/icons/oxygen/16x16/status/user-away.png -%%DATADIR%%/icons/oxygen/22x22/actions/application-exit.png -%%DATADIR%%/icons/oxygen/22x22/actions/configure-shortcuts.png -%%DATADIR%%/icons/oxygen/22x22/actions/configure.png -%%DATADIR%%/icons/oxygen/22x22/actions/dialog-cancel.png -%%DATADIR%%/icons/oxygen/22x22/actions/dialog-close.png -%%DATADIR%%/icons/oxygen/22x22/actions/document-edit.png -%%DATADIR%%/icons/oxygen/22x22/actions/document-encrypt.png -%%DATADIR%%/icons/oxygen/22x22/actions/document-open.png -%%DATADIR%%/icons/oxygen/22x22/actions/edit-clear-locationbar-ltr.png -%%DATADIR%%/icons/oxygen/22x22/actions/edit-clear-locationbar-rtl.png -%%DATADIR%%/icons/oxygen/22x22/actions/edit-copy.png -%%DATADIR%%/icons/oxygen/22x22/actions/edit-delete.png -%%DATADIR%%/icons/oxygen/22x22/actions/edit-find.png -%%DATADIR%%/icons/oxygen/22x22/actions/edit-rename.png -%%DATADIR%%/icons/oxygen/22x22/actions/flag-blue.png -%%DATADIR%%/icons/oxygen/22x22/actions/format-fill-color.png -%%DATADIR%%/icons/oxygen/22x22/actions/format-list-unordered.png -%%DATADIR%%/icons/oxygen/22x22/actions/format-text-bold.png -%%DATADIR%%/icons/oxygen/22x22/actions/format-text-color.png -%%DATADIR%%/icons/oxygen/22x22/actions/format-text-italic.png -%%DATADIR%%/icons/oxygen/22x22/actions/format-text-underline.png -%%DATADIR%%/icons/oxygen/22x22/actions/go-down.png -%%DATADIR%%/icons/oxygen/22x22/actions/go-next-view.png -%%DATADIR%%/icons/oxygen/22x22/actions/go-next.png -%%DATADIR%%/icons/oxygen/22x22/actions/go-previous-view.png -%%DATADIR%%/icons/oxygen/22x22/actions/go-previous.png -%%DATADIR%%/icons/oxygen/22x22/actions/go-up.png -%%DATADIR%%/icons/oxygen/22x22/actions/help-about.png -%%DATADIR%%/icons/oxygen/22x22/actions/im-ban-kick-user.png -%%DATADIR%%/icons/oxygen/22x22/actions/im-ban-user.png -%%DATADIR%%/icons/oxygen/22x22/actions/im-kick-user.png -%%DATADIR%%/icons/oxygen/22x22/actions/im-user-away.png -%%DATADIR%%/icons/oxygen/22x22/actions/im-user-offline.png -%%DATADIR%%/icons/oxygen/22x22/actions/im-user.png -%%DATADIR%%/icons/oxygen/22x22/actions/irc-close-channel.png -%%DATADIR%%/icons/oxygen/22x22/actions/irc-join-channel.png -%%DATADIR%%/icons/oxygen/22x22/actions/irc-operator.png -%%DATADIR%%/icons/oxygen/22x22/actions/irc-remove-operator.png -%%DATADIR%%/icons/oxygen/22x22/actions/irc-unvoice.png -%%DATADIR%%/icons/oxygen/22x22/actions/irc-voice.png -%%DATADIR%%/icons/oxygen/22x22/actions/list-add-user.png -%%DATADIR%%/icons/oxygen/22x22/actions/list-add.png -%%DATADIR%%/icons/oxygen/22x22/actions/list-remove-user.png -%%DATADIR%%/icons/oxygen/22x22/actions/mail-message-new.png -%%DATADIR%%/icons/oxygen/22x22/actions/media-playback-start.png -%%DATADIR%%/icons/oxygen/22x22/actions/network-connect.png -%%DATADIR%%/icons/oxygen/22x22/actions/network-disconnect.png -%%DATADIR%%/icons/oxygen/22x22/actions/show-menu.png -%%DATADIR%%/icons/oxygen/22x22/actions/tools-report-bug.png -%%DATADIR%%/icons/oxygen/22x22/actions/view-fullscreen.png -%%DATADIR%%/icons/oxygen/22x22/actions/view-refresh.png -%%DATADIR%%/icons/oxygen/22x22/actions/zoom-in.png -%%DATADIR%%/icons/oxygen/22x22/actions/zoom-original.png -%%DATADIR%%/icons/oxygen/22x22/actions/zoom-out.png -%%DATADIR%%/icons/oxygen/22x22/apps/quassel.png -%%DATADIR%%/icons/oxygen/22x22/devices/network-wired.png -%%DATADIR%%/icons/oxygen/22x22/status/dialog-information.png -%%DATADIR%%/icons/oxygen/22x22/status/security-high.png -%%DATADIR%%/icons/oxygen/22x22/status/security-low.png -%%DATADIR%%/icons/oxygen/22x22/status/user-away.png -%%DATADIR%%/icons/oxygen/256x256/apps/quassel.png -%%DATADIR%%/icons/oxygen/256x256/devices/network-wired.png -%%DATADIR%%/icons/oxygen/32x32/actions/application-exit.png -%%DATADIR%%/icons/oxygen/32x32/actions/configure-shortcuts.png -%%DATADIR%%/icons/oxygen/32x32/actions/configure.png -%%DATADIR%%/icons/oxygen/32x32/actions/dialog-cancel.png -%%DATADIR%%/icons/oxygen/32x32/actions/dialog-close.png -%%DATADIR%%/icons/oxygen/32x32/actions/document-edit.png -%%DATADIR%%/icons/oxygen/32x32/actions/document-encrypt.png -%%DATADIR%%/icons/oxygen/32x32/actions/document-open.png -%%DATADIR%%/icons/oxygen/32x32/actions/edit-clear-locationbar-ltr.png -%%DATADIR%%/icons/oxygen/32x32/actions/edit-clear-locationbar-rtl.png -%%DATADIR%%/icons/oxygen/32x32/actions/edit-copy.png -%%DATADIR%%/icons/oxygen/32x32/actions/edit-delete.png -%%DATADIR%%/icons/oxygen/32x32/actions/edit-find.png -%%DATADIR%%/icons/oxygen/32x32/actions/edit-rename.png -%%DATADIR%%/icons/oxygen/32x32/actions/flag-blue.png -%%DATADIR%%/icons/oxygen/32x32/actions/format-fill-color.png -%%DATADIR%%/icons/oxygen/32x32/actions/format-list-unordered.png -%%DATADIR%%/icons/oxygen/32x32/actions/format-text-bold.png -%%DATADIR%%/icons/oxygen/32x32/actions/format-text-color.png -%%DATADIR%%/icons/oxygen/32x32/actions/format-text-italic.png -%%DATADIR%%/icons/oxygen/32x32/actions/format-text-underline.png -%%DATADIR%%/icons/oxygen/32x32/actions/go-down.png -%%DATADIR%%/icons/oxygen/32x32/actions/go-next-view.png -%%DATADIR%%/icons/oxygen/32x32/actions/go-next.png -%%DATADIR%%/icons/oxygen/32x32/actions/go-previous-view.png -%%DATADIR%%/icons/oxygen/32x32/actions/go-previous.png -%%DATADIR%%/icons/oxygen/32x32/actions/go-up.png -%%DATADIR%%/icons/oxygen/32x32/actions/help-about.png -%%DATADIR%%/icons/oxygen/32x32/actions/im-ban-kick-user.png -%%DATADIR%%/icons/oxygen/32x32/actions/im-ban-user.png -%%DATADIR%%/icons/oxygen/32x32/actions/im-kick-user.png -%%DATADIR%%/icons/oxygen/32x32/actions/im-user-away.png -%%DATADIR%%/icons/oxygen/32x32/actions/im-user-offline.png -%%DATADIR%%/icons/oxygen/32x32/actions/im-user.png -%%DATADIR%%/icons/oxygen/32x32/actions/irc-close-channel.png -%%DATADIR%%/icons/oxygen/32x32/actions/irc-join-channel.png -%%DATADIR%%/icons/oxygen/32x32/actions/irc-operator.png -%%DATADIR%%/icons/oxygen/32x32/actions/irc-remove-operator.png -%%DATADIR%%/icons/oxygen/32x32/actions/irc-unvoice.png -%%DATADIR%%/icons/oxygen/32x32/actions/irc-voice.png -%%DATADIR%%/icons/oxygen/32x32/actions/list-add-user.png -%%DATADIR%%/icons/oxygen/32x32/actions/list-add.png -%%DATADIR%%/icons/oxygen/32x32/actions/list-remove-user.png -%%DATADIR%%/icons/oxygen/32x32/actions/mail-message-new.png -%%DATADIR%%/icons/oxygen/32x32/actions/media-playback-start.png -%%DATADIR%%/icons/oxygen/32x32/actions/network-connect.png -%%DATADIR%%/icons/oxygen/32x32/actions/network-disconnect.png -%%DATADIR%%/icons/oxygen/32x32/actions/show-menu.png -%%DATADIR%%/icons/oxygen/32x32/actions/tools-report-bug.png -%%DATADIR%%/icons/oxygen/32x32/actions/view-fullscreen.png -%%DATADIR%%/icons/oxygen/32x32/actions/view-refresh.png -%%DATADIR%%/icons/oxygen/32x32/actions/zoom-in.png -%%DATADIR%%/icons/oxygen/32x32/actions/zoom-original.png -%%DATADIR%%/icons/oxygen/32x32/actions/zoom-out.png -%%DATADIR%%/icons/oxygen/32x32/apps/quassel.png -%%DATADIR%%/icons/oxygen/32x32/devices/network-wired.png -%%DATADIR%%/icons/oxygen/32x32/status/dialog-information.png -%%DATADIR%%/icons/oxygen/32x32/status/security-high.png -%%DATADIR%%/icons/oxygen/32x32/status/security-low.png -%%DATADIR%%/icons/oxygen/32x32/status/user-away.png -%%DATADIR%%/icons/oxygen/48x48/actions/application-exit.png -%%DATADIR%%/icons/oxygen/48x48/actions/configure-shortcuts.png -%%DATADIR%%/icons/oxygen/48x48/actions/configure.png -%%DATADIR%%/icons/oxygen/48x48/actions/dialog-cancel.png -%%DATADIR%%/icons/oxygen/48x48/actions/dialog-close.png -%%DATADIR%%/icons/oxygen/48x48/actions/document-edit.png -%%DATADIR%%/icons/oxygen/48x48/actions/document-encrypt.png -%%DATADIR%%/icons/oxygen/48x48/actions/document-open.png -%%DATADIR%%/icons/oxygen/48x48/actions/edit-clear-locationbar-ltr.png -%%DATADIR%%/icons/oxygen/48x48/actions/edit-clear-locationbar-rtl.png -%%DATADIR%%/icons/oxygen/48x48/actions/edit-copy.png -%%DATADIR%%/icons/oxygen/48x48/actions/edit-delete.png -%%DATADIR%%/icons/oxygen/48x48/actions/edit-find.png -%%DATADIR%%/icons/oxygen/48x48/actions/edit-rename.png -%%DATADIR%%/icons/oxygen/48x48/actions/flag-blue.png -%%DATADIR%%/icons/oxygen/48x48/actions/format-fill-color.png -%%DATADIR%%/icons/oxygen/48x48/actions/format-list-unordered.png -%%DATADIR%%/icons/oxygen/48x48/actions/format-text-bold.png -%%DATADIR%%/icons/oxygen/48x48/actions/format-text-color.png -%%DATADIR%%/icons/oxygen/48x48/actions/format-text-italic.png -%%DATADIR%%/icons/oxygen/48x48/actions/format-text-underline.png -%%DATADIR%%/icons/oxygen/48x48/actions/go-down.png -%%DATADIR%%/icons/oxygen/48x48/actions/go-next-view.png -%%DATADIR%%/icons/oxygen/48x48/actions/go-next.png -%%DATADIR%%/icons/oxygen/48x48/actions/go-previous-view.png -%%DATADIR%%/icons/oxygen/48x48/actions/go-previous.png -%%DATADIR%%/icons/oxygen/48x48/actions/go-up.png -%%DATADIR%%/icons/oxygen/48x48/actions/help-about.png -%%DATADIR%%/icons/oxygen/48x48/actions/im-ban-kick-user.png -%%DATADIR%%/icons/oxygen/48x48/actions/im-ban-user.png -%%DATADIR%%/icons/oxygen/48x48/actions/im-kick-user.png -%%DATADIR%%/icons/oxygen/48x48/actions/im-user-away.png -%%DATADIR%%/icons/oxygen/48x48/actions/im-user-offline.png -%%DATADIR%%/icons/oxygen/48x48/actions/im-user.png -%%DATADIR%%/icons/oxygen/48x48/actions/irc-close-channel.png -%%DATADIR%%/icons/oxygen/48x48/actions/irc-join-channel.png -%%DATADIR%%/icons/oxygen/48x48/actions/irc-operator.png -%%DATADIR%%/icons/oxygen/48x48/actions/irc-remove-operator.png -%%DATADIR%%/icons/oxygen/48x48/actions/irc-unvoice.png -%%DATADIR%%/icons/oxygen/48x48/actions/irc-voice.png -%%DATADIR%%/icons/oxygen/48x48/actions/list-add-user.png -%%DATADIR%%/icons/oxygen/48x48/actions/list-add.png -%%DATADIR%%/icons/oxygen/48x48/actions/list-remove-user.png -%%DATADIR%%/icons/oxygen/48x48/actions/mail-message-new.png -%%DATADIR%%/icons/oxygen/48x48/actions/media-playback-start.png -%%DATADIR%%/icons/oxygen/48x48/actions/network-connect.png -%%DATADIR%%/icons/oxygen/48x48/actions/network-disconnect.png -%%DATADIR%%/icons/oxygen/48x48/actions/show-menu.png -%%DATADIR%%/icons/oxygen/48x48/actions/tools-report-bug.png -%%DATADIR%%/icons/oxygen/48x48/actions/view-fullscreen.png -%%DATADIR%%/icons/oxygen/48x48/actions/view-refresh.png -%%DATADIR%%/icons/oxygen/48x48/actions/zoom-in.png -%%DATADIR%%/icons/oxygen/48x48/actions/zoom-original.png -%%DATADIR%%/icons/oxygen/48x48/actions/zoom-out.png -%%DATADIR%%/icons/oxygen/48x48/apps/quassel.png -%%DATADIR%%/icons/oxygen/48x48/devices/network-wired.png -%%DATADIR%%/icons/oxygen/48x48/status/dialog-information.png -%%DATADIR%%/icons/oxygen/48x48/status/security-high.png -%%DATADIR%%/icons/oxygen/48x48/status/security-low.png -%%DATADIR%%/icons/oxygen/48x48/status/user-away.png -%%DATADIR%%/icons/oxygen/64x64/actions/application-exit.png -%%DATADIR%%/icons/oxygen/64x64/actions/configure.png -%%DATADIR%%/icons/oxygen/64x64/actions/document-edit.png -%%DATADIR%%/icons/oxygen/64x64/actions/edit-find.png -%%DATADIR%%/icons/oxygen/64x64/actions/go-down.png -%%DATADIR%%/icons/oxygen/64x64/actions/go-next.png -%%DATADIR%%/icons/oxygen/64x64/actions/go-previous.png -%%DATADIR%%/icons/oxygen/64x64/actions/go-up.png -%%DATADIR%%/icons/oxygen/64x64/actions/im-ban-kick-user.png -%%DATADIR%%/icons/oxygen/64x64/actions/im-ban-user.png -%%DATADIR%%/icons/oxygen/64x64/actions/im-kick-user.png -%%DATADIR%%/icons/oxygen/64x64/actions/im-user-away.png -%%DATADIR%%/icons/oxygen/64x64/actions/im-user-offline.png -%%DATADIR%%/icons/oxygen/64x64/actions/im-user.png -%%DATADIR%%/icons/oxygen/64x64/actions/list-add-user.png -%%DATADIR%%/icons/oxygen/64x64/actions/tools-report-bug.png -%%DATADIR%%/icons/oxygen/64x64/apps/quassel.png -%%DATADIR%%/icons/oxygen/64x64/devices/network-wired.png -%%DATADIR%%/icons/oxygen/64x64/status/dialog-information.png -%%DATADIR%%/icons/oxygen/64x64/status/security-high.png -%%DATADIR%%/icons/oxygen/64x64/status/security-low.png -%%DATADIR%%/icons/oxygen/64x64/status/user-away.png -%%DATADIR%%/icons/oxygen/AUTHORS -%%DATADIR%%/icons/oxygen/CONTRIBUTING -%%DATADIR%%/icons/oxygen/COPYING -%%DATADIR%%/icons/oxygen/index.theme -%%DATADIR%%/icons/oxygen/scalable/actions/application-exit.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/configure-shortcuts.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/configure.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/dialog-cancel.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/dialog-close.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/document-edit.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/document-encrypt.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/edit-clear-locationbar-ltr.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/edit-clear-locationbar-rtl.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/edit-copy.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/edit-delete.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/edit-find.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/edit-rename.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/flag-blue.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/format-fill-color.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/format-text-color.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/go-down.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/go-next-view.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/go-next.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/go-previous-view.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/go-previous.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/go-up.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/im-ban-kick-user.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/im-ban-user.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/im-kick-user.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/im-user-away.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/im-user-offline.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/im-user.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/irc-close-channel.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/irc-join-channel.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/irc-operator.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/irc-remove-operator.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/irc-unvoice.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/irc-voice.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/list-add-user.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/list-add.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/list-remove-user.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/media-playback-start.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/network-connect.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/network-disconnect.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/show-menu.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/tools-report-bug.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/view-fullscreen.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/view-refresh.svgz -%%DATADIR%%/icons/oxygen/scalable/apps/quassel.svgz -%%DATADIR%%/icons/oxygen/scalable/devices/network-wired.svgz -%%DATADIR%%/icons/oxygen/scalable/status/dialog-information.svgz -%%DATADIR%%/icons/oxygen/scalable/status/security-high.svgz -%%DATADIR%%/icons/oxygen/scalable/status/security-low.svgz -%%DATADIR%%/icons/oxygen/scalable/status/user-away.svgz +%%DATADIR%%/icons/breeze-dark/AUTHORS +%%DATADIR%%/icons/breeze-dark/COPYING-ICONS +%%DATADIR%%/icons/breeze-dark/LICENSE +%%DATADIR%%/icons/breeze-dark/actions/16/application-exit.svg +%%DATADIR%%/icons/breeze-dark/actions/16/configure-shortcuts.svg +%%DATADIR%%/icons/breeze-dark/actions/16/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/16/dialog-cancel.svg +%%DATADIR%%/icons/breeze-dark/actions/16/dialog-close.svg +%%DATADIR%%/icons/breeze-dark/actions/16/document-edit.svg +%%DATADIR%%/icons/breeze-dark/actions/16/document-encrypt.svg +%%DATADIR%%/icons/breeze-dark/actions/16/document-open.svg +%%DATADIR%%/icons/breeze-dark/actions/16/download.svg +%%DATADIR%%/icons/breeze-dark/actions/16/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze-dark/actions/16/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze-dark/actions/16/edit-clear.svg +%%DATADIR%%/icons/breeze-dark/actions/16/edit-copy.svg +%%DATADIR%%/icons/breeze-dark/actions/16/edit-delete.svg +%%DATADIR%%/icons/breeze-dark/actions/16/edit-find.svg +%%DATADIR%%/icons/breeze-dark/actions/16/edit-rename.svg +%%DATADIR%%/icons/breeze-dark/actions/16/flag-blue.svg +%%DATADIR%%/icons/breeze-dark/actions/16/format-fill-color.svg +%%DATADIR%%/icons/breeze-dark/actions/16/format-list-unordered.svg +%%DATADIR%%/icons/breeze-dark/actions/16/format-text-bold.svg +%%DATADIR%%/icons/breeze-dark/actions/16/format-text-color.svg +%%DATADIR%%/icons/breeze-dark/actions/16/format-text-italic.svg +%%DATADIR%%/icons/breeze-dark/actions/16/format-text-underline.svg +%%DATADIR%%/icons/breeze-dark/actions/16/go-down.svg +%%DATADIR%%/icons/breeze-dark/actions/16/go-next-view.svg +%%DATADIR%%/icons/breeze-dark/actions/16/go-next.svg +%%DATADIR%%/icons/breeze-dark/actions/16/go-previous-view.svg +%%DATADIR%%/icons/breeze-dark/actions/16/go-previous.svg +%%DATADIR%%/icons/breeze-dark/actions/16/go-up.svg +%%DATADIR%%/icons/breeze-dark/actions/16/help-about.svg +%%DATADIR%%/icons/breeze-dark/actions/16/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16/im-ban-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16/im-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16/im-user-away.svg +%%DATADIR%%/icons/breeze-dark/actions/16/im-user-offline.svg +%%DATADIR%%/icons/breeze-dark/actions/16/im-user-online.svg +%%DATADIR%%/icons/breeze-dark/actions/16/im-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16/irc-channel-active.svg +%%DATADIR%%/icons/breeze-dark/actions/16/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze-dark/actions/16/irc-close-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/16/irc-join-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/16/list-add-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16/list-add.svg +%%DATADIR%%/icons/breeze-dark/actions/16/list-remove-user.svg +%%DATADIR%%/icons/breeze-dark/actions/16/mail-message-new.svg +%%DATADIR%%/icons/breeze-dark/actions/16/media-playback-start.svg +%%DATADIR%%/icons/breeze-dark/actions/16/network-connect.svg +%%DATADIR%%/icons/breeze-dark/actions/16/network-disconnect.svg +%%DATADIR%%/icons/breeze-dark/actions/16/show-menu.svg +%%DATADIR%%/icons/breeze-dark/actions/16/tools-report-bug.svg +%%DATADIR%%/icons/breeze-dark/actions/16/view-fullscreen.svg +%%DATADIR%%/icons/breeze-dark/actions/16/view-refresh.svg +%%DATADIR%%/icons/breeze-dark/actions/16/zoom-in.svg +%%DATADIR%%/icons/breeze-dark/actions/16/zoom-original.svg +%%DATADIR%%/icons/breeze-dark/actions/16/zoom-out.svg +%%DATADIR%%/icons/breeze-dark/actions/22/application-exit.svg +%%DATADIR%%/icons/breeze-dark/actions/22/configure-shortcuts.svg +%%DATADIR%%/icons/breeze-dark/actions/22/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/22/dialog-cancel.svg +%%DATADIR%%/icons/breeze-dark/actions/22/dialog-close.svg +%%DATADIR%%/icons/breeze-dark/actions/22/document-edit.svg +%%DATADIR%%/icons/breeze-dark/actions/22/document-encrypt.svg +%%DATADIR%%/icons/breeze-dark/actions/22/document-open.svg +%%DATADIR%%/icons/breeze-dark/actions/22/download.svg +%%DATADIR%%/icons/breeze-dark/actions/22/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze-dark/actions/22/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze-dark/actions/22/edit-clear.svg +%%DATADIR%%/icons/breeze-dark/actions/22/edit-copy.svg +%%DATADIR%%/icons/breeze-dark/actions/22/edit-delete.svg +%%DATADIR%%/icons/breeze-dark/actions/22/edit-find.svg +%%DATADIR%%/icons/breeze-dark/actions/22/edit-rename.svg +%%DATADIR%%/icons/breeze-dark/actions/22/flag-blue.svg +%%DATADIR%%/icons/breeze-dark/actions/22/format-fill-color.svg +%%DATADIR%%/icons/breeze-dark/actions/22/format-list-unordered.svg +%%DATADIR%%/icons/breeze-dark/actions/22/format-text-bold.svg +%%DATADIR%%/icons/breeze-dark/actions/22/format-text-color.svg +%%DATADIR%%/icons/breeze-dark/actions/22/format-text-italic.svg +%%DATADIR%%/icons/breeze-dark/actions/22/format-text-underline.svg +%%DATADIR%%/icons/breeze-dark/actions/22/go-down.svg +%%DATADIR%%/icons/breeze-dark/actions/22/go-next-view.svg +%%DATADIR%%/icons/breeze-dark/actions/22/go-next.svg +%%DATADIR%%/icons/breeze-dark/actions/22/go-previous-view.svg +%%DATADIR%%/icons/breeze-dark/actions/22/go-previous.svg +%%DATADIR%%/icons/breeze-dark/actions/22/go-up.svg +%%DATADIR%%/icons/breeze-dark/actions/22/help-about.svg +%%DATADIR%%/icons/breeze-dark/actions/22/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22/im-ban-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22/im-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22/im-user-away.svg +%%DATADIR%%/icons/breeze-dark/actions/22/im-user-offline.svg +%%DATADIR%%/icons/breeze-dark/actions/22/im-user-online.svg +%%DATADIR%%/icons/breeze-dark/actions/22/im-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22/irc-channel-active.svg +%%DATADIR%%/icons/breeze-dark/actions/22/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze-dark/actions/22/irc-close-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/22/irc-join-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/22/irc-operator.svg +%%DATADIR%%/icons/breeze-dark/actions/22/irc-remove-operator.svg +%%DATADIR%%/icons/breeze-dark/actions/22/irc-unvoice.svg +%%DATADIR%%/icons/breeze-dark/actions/22/irc-voice.svg +%%DATADIR%%/icons/breeze-dark/actions/22/list-add-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22/list-add.svg +%%DATADIR%%/icons/breeze-dark/actions/22/list-remove-user.svg +%%DATADIR%%/icons/breeze-dark/actions/22/mail-message-new.svg +%%DATADIR%%/icons/breeze-dark/actions/22/media-playback-start.svg +%%DATADIR%%/icons/breeze-dark/actions/22/network-connect.svg +%%DATADIR%%/icons/breeze-dark/actions/22/network-disconnect.svg +%%DATADIR%%/icons/breeze-dark/actions/22/show-menu.svg +%%DATADIR%%/icons/breeze-dark/actions/22/tools-report-bug.svg +%%DATADIR%%/icons/breeze-dark/actions/22/view-fullscreen.svg +%%DATADIR%%/icons/breeze-dark/actions/22/view-refresh.svg +%%DATADIR%%/icons/breeze-dark/actions/22/zoom-in.svg +%%DATADIR%%/icons/breeze-dark/actions/22/zoom-original.svg +%%DATADIR%%/icons/breeze-dark/actions/22/zoom-out.svg +%%DATADIR%%/icons/breeze-dark/actions/24/application-exit.svg +%%DATADIR%%/icons/breeze-dark/actions/24/configure-shortcuts.svg +%%DATADIR%%/icons/breeze-dark/actions/24/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/24/connect-quassel.svg +%%DATADIR%%/icons/breeze-dark/actions/24/dialog-cancel.svg +%%DATADIR%%/icons/breeze-dark/actions/24/dialog-close.svg +%%DATADIR%%/icons/breeze-dark/actions/24/disconnect-quassel.svg +%%DATADIR%%/icons/breeze-dark/actions/24/document-edit.svg +%%DATADIR%%/icons/breeze-dark/actions/24/document-encrypt.svg +%%DATADIR%%/icons/breeze-dark/actions/24/document-open.svg +%%DATADIR%%/icons/breeze-dark/actions/24/download.svg +%%DATADIR%%/icons/breeze-dark/actions/24/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze-dark/actions/24/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze-dark/actions/24/edit-clear.svg +%%DATADIR%%/icons/breeze-dark/actions/24/edit-copy.svg +%%DATADIR%%/icons/breeze-dark/actions/24/edit-delete.svg +%%DATADIR%%/icons/breeze-dark/actions/24/edit-find.svg +%%DATADIR%%/icons/breeze-dark/actions/24/edit-rename.svg +%%DATADIR%%/icons/breeze-dark/actions/24/flag-blue.svg +%%DATADIR%%/icons/breeze-dark/actions/24/format-fill-color.svg +%%DATADIR%%/icons/breeze-dark/actions/24/format-list-unordered.svg +%%DATADIR%%/icons/breeze-dark/actions/24/format-text-bold.svg +%%DATADIR%%/icons/breeze-dark/actions/24/format-text-color.svg +%%DATADIR%%/icons/breeze-dark/actions/24/format-text-italic.svg +%%DATADIR%%/icons/breeze-dark/actions/24/format-text-underline.svg +%%DATADIR%%/icons/breeze-dark/actions/24/go-down.svg +%%DATADIR%%/icons/breeze-dark/actions/24/go-next-view.svg +%%DATADIR%%/icons/breeze-dark/actions/24/go-next.svg +%%DATADIR%%/icons/breeze-dark/actions/24/go-previous-view.svg +%%DATADIR%%/icons/breeze-dark/actions/24/go-previous.svg +%%DATADIR%%/icons/breeze-dark/actions/24/go-up.svg +%%DATADIR%%/icons/breeze-dark/actions/24/help-about.svg +%%DATADIR%%/icons/breeze-dark/actions/24/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/24/im-ban-user.svg +%%DATADIR%%/icons/breeze-dark/actions/24/im-kick-user.svg +%%DATADIR%%/icons/breeze-dark/actions/24/im-user-away.svg +%%DATADIR%%/icons/breeze-dark/actions/24/im-user-offline.svg +%%DATADIR%%/icons/breeze-dark/actions/24/im-user-online.svg +%%DATADIR%%/icons/breeze-dark/actions/24/im-user.svg +%%DATADIR%%/icons/breeze-dark/actions/24/irc-channel-active.svg +%%DATADIR%%/icons/breeze-dark/actions/24/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze-dark/actions/24/irc-close-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/24/irc-join-channel.svg +%%DATADIR%%/icons/breeze-dark/actions/24/irc-operator.svg +%%DATADIR%%/icons/breeze-dark/actions/24/irc-remove-operator.svg +%%DATADIR%%/icons/breeze-dark/actions/24/irc-unvoice.svg +%%DATADIR%%/icons/breeze-dark/actions/24/irc-voice.svg +%%DATADIR%%/icons/breeze-dark/actions/24/list-add-user.svg +%%DATADIR%%/icons/breeze-dark/actions/24/list-add.svg +%%DATADIR%%/icons/breeze-dark/actions/24/list-remove-user.svg +%%DATADIR%%/icons/breeze-dark/actions/24/mail-message-new.svg +%%DATADIR%%/icons/breeze-dark/actions/24/media-playback-start.svg +%%DATADIR%%/icons/breeze-dark/actions/24/network-connect.svg +%%DATADIR%%/icons/breeze-dark/actions/24/network-disconnect.svg +%%DATADIR%%/icons/breeze-dark/actions/24/show-menu.svg +%%DATADIR%%/icons/breeze-dark/actions/24/tools-report-bug.svg +%%DATADIR%%/icons/breeze-dark/actions/24/view-fullscreen.svg +%%DATADIR%%/icons/breeze-dark/actions/24/view-refresh.svg +%%DATADIR%%/icons/breeze-dark/actions/24/zoom-in.svg +%%DATADIR%%/icons/breeze-dark/actions/24/zoom-original.svg +%%DATADIR%%/icons/breeze-dark/actions/24/zoom-out.svg +%%DATADIR%%/icons/breeze-dark/actions/32/application-exit.svg +%%DATADIR%%/icons/breeze-dark/actions/32/configure-shortcuts.svg +%%DATADIR%%/icons/breeze-dark/actions/32/configure.svg +%%DATADIR%%/icons/breeze-dark/actions/32/connect-quassel.svg +%%DATADIR%%/icons/breeze-dark/actions/32/dialog-cancel.svg +%%DATADIR%%/icons/breeze-dark/actions/32/disconnect-quassel.svg +%%DATADIR%%/icons/breeze-dark/actions/32/document-edit.svg +%%DATADIR%%/icons/breeze-dark/actions/32/document-open.svg +%%DATADIR%%/icons/breeze-dark/actions/32/edit-delete.svg +%%DATADIR%%/icons/breeze-dark/actions/32/go-down.svg +%%DATADIR%%/icons/breeze-dark/actions/32/go-next.svg +%%DATADIR%%/icons/breeze-dark/actions/32/go-previous.svg +%%DATADIR%%/icons/breeze-dark/actions/32/go-up.svg +%%DATADIR%%/icons/breeze-dark/actions/32/help-about.svg +%%DATADIR%%/icons/breeze-dark/actions/32/mail-message-new.svg +%%DATADIR%%/icons/breeze-dark/actions/32/media-playback-start.svg +%%DATADIR%%/icons/breeze-dark/actions/32/view-refresh.svg +%%DATADIR%%/icons/breeze-dark/actions/32/zoom-in.svg +%%DATADIR%%/icons/breeze-dark/actions/32/zoom-original.svg +%%DATADIR%%/icons/breeze-dark/actions/32/zoom-out.svg +%%DATADIR%%/icons/breeze-dark/apps/32/quassel.svg +%%DATADIR%%/icons/breeze-dark/apps/48/quassel.svg +%%DATADIR%%/icons/breeze-dark/apps/64/quassel.svg +%%DATADIR%%/icons/breeze-dark/devices/16/network-wired.svg +%%DATADIR%%/icons/breeze-dark/devices/22/network-wired.svg +%%DATADIR%%/icons/breeze-dark/index.theme +%%DATADIR%%/icons/breeze-dark/preferences/32/help-about.svg +%%DATADIR%%/icons/breeze-dark/scalable/actions/connect-quassel.svg +%%DATADIR%%/icons/breeze-dark/scalable/actions/disconnect-quassel.svg +%%DATADIR%%/icons/breeze-dark/scalable/apps/quassel.svg +%%DATADIR%%/icons/breeze-dark/scalable/status/active-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze-dark/scalable/status/active-quassel-tray.svg +%%DATADIR%%/icons/breeze-dark/scalable/status/inactive-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze-dark/scalable/status/inactive-quassel-tray.svg +%%DATADIR%%/icons/breeze-dark/scalable/status/inactive-quassel.svg +%%DATADIR%%/icons/breeze-dark/scalable/status/message-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze-dark/scalable/status/message-quassel-tray.svg +%%DATADIR%%/icons/breeze-dark/scalable/status/message-quassel.svg +%%DATADIR%%/icons/breeze-dark/status/16/dialog-information.svg +%%DATADIR%%/icons/breeze-dark/status/16/security-high.svg +%%DATADIR%%/icons/breeze-dark/status/16/security-low.svg +%%DATADIR%%/icons/breeze-dark/status/16/user-available.svg +%%DATADIR%%/icons/breeze-dark/status/16/user-away.svg +%%DATADIR%%/icons/breeze-dark/status/16/user-offline.svg +%%DATADIR%%/icons/breeze-dark/status/22/dialog-information.svg +%%DATADIR%%/icons/breeze-dark/status/22/dialog-password.svg +%%DATADIR%%/icons/breeze-dark/status/22/network-wired.svg +%%DATADIR%%/icons/breeze-dark/status/22/security-high.svg +%%DATADIR%%/icons/breeze-dark/status/22/security-low.svg +%%DATADIR%%/icons/breeze-dark/status/22/user-available.svg +%%DATADIR%%/icons/breeze-dark/status/22/user-away.svg +%%DATADIR%%/icons/breeze-dark/status/22/user-offline.svg +%%DATADIR%%/icons/breeze-dark/status/24/active-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze-dark/status/24/active-quassel-tray.svg +%%DATADIR%%/icons/breeze-dark/status/24/dialog-information.svg +%%DATADIR%%/icons/breeze-dark/status/24/inactive-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze-dark/status/24/inactive-quassel-tray.svg +%%DATADIR%%/icons/breeze-dark/status/24/inactive-quassel.svg +%%DATADIR%%/icons/breeze-dark/status/24/message-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze-dark/status/24/message-quassel-tray.svg +%%DATADIR%%/icons/breeze-dark/status/24/message-quassel.svg +%%DATADIR%%/icons/breeze-dark/status/64/active-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze-dark/status/64/active-quassel-tray.svg +%%DATADIR%%/icons/breeze-dark/status/64/dialog-information.svg +%%DATADIR%%/icons/breeze-dark/status/64/dialog-password.svg +%%DATADIR%%/icons/breeze-dark/status/64/dialog-warning.svg +%%DATADIR%%/icons/breeze-dark/status/64/inactive-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze-dark/status/64/inactive-quassel-tray.svg +%%DATADIR%%/icons/breeze-dark/status/64/inactive-quassel.svg +%%DATADIR%%/icons/breeze-dark/status/64/message-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze-dark/status/64/message-quassel-tray.svg +%%DATADIR%%/icons/breeze-dark/status/64/message-quassel.svg +%%DATADIR%%/icons/breeze-dark/status/64/security-high.svg +%%DATADIR%%/icons/breeze-dark/status/64/security-low.svg +%%DATADIR%%/icons/breeze/AUTHORS +%%DATADIR%%/icons/breeze/COPYING-ICONS +%%DATADIR%%/icons/breeze/LICENSE +%%DATADIR%%/icons/breeze/actions/16/application-exit.svg +%%DATADIR%%/icons/breeze/actions/16/configure-shortcuts.svg +%%DATADIR%%/icons/breeze/actions/16/configure.svg +%%DATADIR%%/icons/breeze/actions/16/dialog-cancel.svg +%%DATADIR%%/icons/breeze/actions/16/dialog-close.svg +%%DATADIR%%/icons/breeze/actions/16/document-edit.svg +%%DATADIR%%/icons/breeze/actions/16/document-encrypt.svg +%%DATADIR%%/icons/breeze/actions/16/document-open.svg +%%DATADIR%%/icons/breeze/actions/16/download.svg +%%DATADIR%%/icons/breeze/actions/16/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze/actions/16/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze/actions/16/edit-clear.svg +%%DATADIR%%/icons/breeze/actions/16/edit-copy.svg +%%DATADIR%%/icons/breeze/actions/16/edit-delete.svg +%%DATADIR%%/icons/breeze/actions/16/edit-find.svg +%%DATADIR%%/icons/breeze/actions/16/edit-rename.svg +%%DATADIR%%/icons/breeze/actions/16/flag-blue.svg +%%DATADIR%%/icons/breeze/actions/16/format-fill-color.svg +%%DATADIR%%/icons/breeze/actions/16/format-list-unordered.svg +%%DATADIR%%/icons/breeze/actions/16/format-text-bold.svg +%%DATADIR%%/icons/breeze/actions/16/format-text-color.svg +%%DATADIR%%/icons/breeze/actions/16/format-text-italic.svg +%%DATADIR%%/icons/breeze/actions/16/format-text-underline.svg +%%DATADIR%%/icons/breeze/actions/16/go-down.svg +%%DATADIR%%/icons/breeze/actions/16/go-next-view.svg +%%DATADIR%%/icons/breeze/actions/16/go-next.svg +%%DATADIR%%/icons/breeze/actions/16/go-previous-view.svg +%%DATADIR%%/icons/breeze/actions/16/go-previous.svg +%%DATADIR%%/icons/breeze/actions/16/go-up.svg +%%DATADIR%%/icons/breeze/actions/16/help-about.svg +%%DATADIR%%/icons/breeze/actions/16/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze/actions/16/im-ban-user.svg +%%DATADIR%%/icons/breeze/actions/16/im-kick-user.svg +%%DATADIR%%/icons/breeze/actions/16/im-user-away.svg +%%DATADIR%%/icons/breeze/actions/16/im-user-offline.svg +%%DATADIR%%/icons/breeze/actions/16/im-user-online.svg +%%DATADIR%%/icons/breeze/actions/16/im-user.svg +%%DATADIR%%/icons/breeze/actions/16/irc-channel-active.svg +%%DATADIR%%/icons/breeze/actions/16/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze/actions/16/irc-close-channel.svg +%%DATADIR%%/icons/breeze/actions/16/irc-join-channel.svg +%%DATADIR%%/icons/breeze/actions/16/list-add-user.svg +%%DATADIR%%/icons/breeze/actions/16/list-add.svg +%%DATADIR%%/icons/breeze/actions/16/list-remove-user.svg +%%DATADIR%%/icons/breeze/actions/16/mail-message-new.svg +%%DATADIR%%/icons/breeze/actions/16/media-playback-start.svg +%%DATADIR%%/icons/breeze/actions/16/network-connect.svg +%%DATADIR%%/icons/breeze/actions/16/network-disconnect.svg +%%DATADIR%%/icons/breeze/actions/16/show-menu.svg +%%DATADIR%%/icons/breeze/actions/16/tools-report-bug.svg +%%DATADIR%%/icons/breeze/actions/16/view-fullscreen.svg +%%DATADIR%%/icons/breeze/actions/16/view-refresh.svg +%%DATADIR%%/icons/breeze/actions/16/zoom-in.svg +%%DATADIR%%/icons/breeze/actions/16/zoom-original.svg +%%DATADIR%%/icons/breeze/actions/16/zoom-out.svg +%%DATADIR%%/icons/breeze/actions/22/application-exit.svg +%%DATADIR%%/icons/breeze/actions/22/configure-shortcuts.svg +%%DATADIR%%/icons/breeze/actions/22/configure.svg +%%DATADIR%%/icons/breeze/actions/22/dialog-cancel.svg +%%DATADIR%%/icons/breeze/actions/22/dialog-close.svg +%%DATADIR%%/icons/breeze/actions/22/document-edit.svg +%%DATADIR%%/icons/breeze/actions/22/document-encrypt.svg +%%DATADIR%%/icons/breeze/actions/22/document-open.svg +%%DATADIR%%/icons/breeze/actions/22/download.svg +%%DATADIR%%/icons/breeze/actions/22/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze/actions/22/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze/actions/22/edit-clear.svg +%%DATADIR%%/icons/breeze/actions/22/edit-copy.svg +%%DATADIR%%/icons/breeze/actions/22/edit-delete.svg +%%DATADIR%%/icons/breeze/actions/22/edit-find.svg +%%DATADIR%%/icons/breeze/actions/22/edit-rename.svg +%%DATADIR%%/icons/breeze/actions/22/flag-blue.svg +%%DATADIR%%/icons/breeze/actions/22/format-fill-color.svg +%%DATADIR%%/icons/breeze/actions/22/format-list-unordered.svg +%%DATADIR%%/icons/breeze/actions/22/format-text-bold.svg +%%DATADIR%%/icons/breeze/actions/22/format-text-color.svg +%%DATADIR%%/icons/breeze/actions/22/format-text-italic.svg +%%DATADIR%%/icons/breeze/actions/22/format-text-underline.svg +%%DATADIR%%/icons/breeze/actions/22/go-down.svg +%%DATADIR%%/icons/breeze/actions/22/go-next-view.svg +%%DATADIR%%/icons/breeze/actions/22/go-next.svg +%%DATADIR%%/icons/breeze/actions/22/go-previous-view.svg +%%DATADIR%%/icons/breeze/actions/22/go-previous.svg +%%DATADIR%%/icons/breeze/actions/22/go-up.svg +%%DATADIR%%/icons/breeze/actions/22/help-about.svg +%%DATADIR%%/icons/breeze/actions/22/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze/actions/22/im-ban-user.svg +%%DATADIR%%/icons/breeze/actions/22/im-kick-user.svg +%%DATADIR%%/icons/breeze/actions/22/im-user-away.svg +%%DATADIR%%/icons/breeze/actions/22/im-user-offline.svg +%%DATADIR%%/icons/breeze/actions/22/im-user-online.svg +%%DATADIR%%/icons/breeze/actions/22/im-user.svg +%%DATADIR%%/icons/breeze/actions/22/irc-channel-active.svg +%%DATADIR%%/icons/breeze/actions/22/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze/actions/22/irc-close-channel.svg +%%DATADIR%%/icons/breeze/actions/22/irc-join-channel.svg +%%DATADIR%%/icons/breeze/actions/22/irc-operator.svg +%%DATADIR%%/icons/breeze/actions/22/irc-remove-operator.svg +%%DATADIR%%/icons/breeze/actions/22/irc-unvoice.svg +%%DATADIR%%/icons/breeze/actions/22/irc-voice.svg +%%DATADIR%%/icons/breeze/actions/22/list-add-user.svg +%%DATADIR%%/icons/breeze/actions/22/list-add.svg +%%DATADIR%%/icons/breeze/actions/22/list-remove-user.svg +%%DATADIR%%/icons/breeze/actions/22/mail-message-new.svg +%%DATADIR%%/icons/breeze/actions/22/media-playback-start.svg +%%DATADIR%%/icons/breeze/actions/22/network-connect.svg +%%DATADIR%%/icons/breeze/actions/22/network-disconnect.svg +%%DATADIR%%/icons/breeze/actions/22/show-menu.svg +%%DATADIR%%/icons/breeze/actions/22/tools-report-bug.svg +%%DATADIR%%/icons/breeze/actions/22/view-fullscreen.svg +%%DATADIR%%/icons/breeze/actions/22/view-refresh.svg +%%DATADIR%%/icons/breeze/actions/22/zoom-in.svg +%%DATADIR%%/icons/breeze/actions/22/zoom-original.svg +%%DATADIR%%/icons/breeze/actions/22/zoom-out.svg +%%DATADIR%%/icons/breeze/actions/24/application-exit.svg +%%DATADIR%%/icons/breeze/actions/24/configure-shortcuts.svg +%%DATADIR%%/icons/breeze/actions/24/configure.svg +%%DATADIR%%/icons/breeze/actions/24/connect-quassel.svg +%%DATADIR%%/icons/breeze/actions/24/dialog-cancel.svg +%%DATADIR%%/icons/breeze/actions/24/dialog-close.svg +%%DATADIR%%/icons/breeze/actions/24/disconnect-quassel.svg +%%DATADIR%%/icons/breeze/actions/24/document-edit.svg +%%DATADIR%%/icons/breeze/actions/24/document-encrypt.svg +%%DATADIR%%/icons/breeze/actions/24/document-open.svg +%%DATADIR%%/icons/breeze/actions/24/download.svg +%%DATADIR%%/icons/breeze/actions/24/edit-clear-locationbar-ltr.svg +%%DATADIR%%/icons/breeze/actions/24/edit-clear-locationbar-rtl.svg +%%DATADIR%%/icons/breeze/actions/24/edit-clear.svg +%%DATADIR%%/icons/breeze/actions/24/edit-copy.svg +%%DATADIR%%/icons/breeze/actions/24/edit-delete.svg +%%DATADIR%%/icons/breeze/actions/24/edit-find.svg +%%DATADIR%%/icons/breeze/actions/24/edit-rename.svg +%%DATADIR%%/icons/breeze/actions/24/flag-blue.svg +%%DATADIR%%/icons/breeze/actions/24/format-fill-color.svg +%%DATADIR%%/icons/breeze/actions/24/format-list-unordered.svg +%%DATADIR%%/icons/breeze/actions/24/format-text-bold.svg +%%DATADIR%%/icons/breeze/actions/24/format-text-color.svg +%%DATADIR%%/icons/breeze/actions/24/format-text-italic.svg +%%DATADIR%%/icons/breeze/actions/24/format-text-underline.svg +%%DATADIR%%/icons/breeze/actions/24/go-down.svg +%%DATADIR%%/icons/breeze/actions/24/go-next-view.svg +%%DATADIR%%/icons/breeze/actions/24/go-next.svg +%%DATADIR%%/icons/breeze/actions/24/go-previous-view.svg +%%DATADIR%%/icons/breeze/actions/24/go-previous.svg +%%DATADIR%%/icons/breeze/actions/24/go-up.svg +%%DATADIR%%/icons/breeze/actions/24/help-about.svg +%%DATADIR%%/icons/breeze/actions/24/im-ban-kick-user.svg +%%DATADIR%%/icons/breeze/actions/24/im-ban-user.svg +%%DATADIR%%/icons/breeze/actions/24/im-kick-user.svg +%%DATADIR%%/icons/breeze/actions/24/im-user-away.svg +%%DATADIR%%/icons/breeze/actions/24/im-user-offline.svg +%%DATADIR%%/icons/breeze/actions/24/im-user-online.svg +%%DATADIR%%/icons/breeze/actions/24/im-user.svg +%%DATADIR%%/icons/breeze/actions/24/irc-channel-active.svg +%%DATADIR%%/icons/breeze/actions/24/irc-channel-inactive.svg +%%DATADIR%%/icons/breeze/actions/24/irc-close-channel.svg +%%DATADIR%%/icons/breeze/actions/24/irc-join-channel.svg +%%DATADIR%%/icons/breeze/actions/24/irc-operator.svg +%%DATADIR%%/icons/breeze/actions/24/irc-remove-operator.svg +%%DATADIR%%/icons/breeze/actions/24/irc-unvoice.svg +%%DATADIR%%/icons/breeze/actions/24/irc-voice.svg +%%DATADIR%%/icons/breeze/actions/24/list-add-user.svg +%%DATADIR%%/icons/breeze/actions/24/list-add.svg +%%DATADIR%%/icons/breeze/actions/24/list-remove-user.svg +%%DATADIR%%/icons/breeze/actions/24/mail-message-new.svg +%%DATADIR%%/icons/breeze/actions/24/media-playback-start.svg +%%DATADIR%%/icons/breeze/actions/24/network-connect.svg +%%DATADIR%%/icons/breeze/actions/24/network-disconnect.svg +%%DATADIR%%/icons/breeze/actions/24/show-menu.svg +%%DATADIR%%/icons/breeze/actions/24/tools-report-bug.svg +%%DATADIR%%/icons/breeze/actions/24/view-fullscreen.svg +%%DATADIR%%/icons/breeze/actions/24/view-refresh.svg +%%DATADIR%%/icons/breeze/actions/24/zoom-in.svg +%%DATADIR%%/icons/breeze/actions/24/zoom-original.svg +%%DATADIR%%/icons/breeze/actions/24/zoom-out.svg +%%DATADIR%%/icons/breeze/actions/32/application-exit.svg +%%DATADIR%%/icons/breeze/actions/32/configure-shortcuts.svg +%%DATADIR%%/icons/breeze/actions/32/configure.svg +%%DATADIR%%/icons/breeze/actions/32/connect-quassel.svg +%%DATADIR%%/icons/breeze/actions/32/dialog-cancel.svg +%%DATADIR%%/icons/breeze/actions/32/disconnect-quassel.svg +%%DATADIR%%/icons/breeze/actions/32/document-edit.svg +%%DATADIR%%/icons/breeze/actions/32/document-open.svg +%%DATADIR%%/icons/breeze/actions/32/edit-delete.svg +%%DATADIR%%/icons/breeze/actions/32/go-down.svg +%%DATADIR%%/icons/breeze/actions/32/go-next.svg +%%DATADIR%%/icons/breeze/actions/32/go-previous.svg +%%DATADIR%%/icons/breeze/actions/32/go-up.svg +%%DATADIR%%/icons/breeze/actions/32/help-about.svg +%%DATADIR%%/icons/breeze/actions/32/mail-message-new.svg +%%DATADIR%%/icons/breeze/actions/32/media-playback-start.svg +%%DATADIR%%/icons/breeze/actions/32/view-refresh.svg +%%DATADIR%%/icons/breeze/actions/32/zoom-in.svg +%%DATADIR%%/icons/breeze/actions/32/zoom-original.svg +%%DATADIR%%/icons/breeze/actions/32/zoom-out.svg +%%DATADIR%%/icons/breeze/apps/32/quassel.svg +%%DATADIR%%/icons/breeze/apps/48/quassel.svg +%%DATADIR%%/icons/breeze/apps/64/quassel.svg +%%DATADIR%%/icons/breeze/devices/16/network-wired.svg +%%DATADIR%%/icons/breeze/devices/22/network-wired.svg +%%DATADIR%%/icons/breeze/index.theme +%%DATADIR%%/icons/breeze/preferences/32/help-about.svg +%%DATADIR%%/icons/breeze/scalable/actions/connect-quassel.svg +%%DATADIR%%/icons/breeze/scalable/actions/disconnect-quassel.svg +%%DATADIR%%/icons/breeze/scalable/apps/quassel.svg +%%DATADIR%%/icons/breeze/scalable/status/active-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze/scalable/status/active-quassel-tray.svg +%%DATADIR%%/icons/breeze/scalable/status/inactive-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze/scalable/status/inactive-quassel-tray.svg +%%DATADIR%%/icons/breeze/scalable/status/inactive-quassel.svg +%%DATADIR%%/icons/breeze/scalable/status/message-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze/scalable/status/message-quassel-tray.svg +%%DATADIR%%/icons/breeze/scalable/status/message-quassel.svg +%%DATADIR%%/icons/breeze/status/16/dialog-information.svg +%%DATADIR%%/icons/breeze/status/16/security-high.svg +%%DATADIR%%/icons/breeze/status/16/security-low.svg +%%DATADIR%%/icons/breeze/status/16/user-available.svg +%%DATADIR%%/icons/breeze/status/16/user-away.svg +%%DATADIR%%/icons/breeze/status/16/user-offline.svg +%%DATADIR%%/icons/breeze/status/22/dialog-information.svg +%%DATADIR%%/icons/breeze/status/22/dialog-password.svg +%%DATADIR%%/icons/breeze/status/22/network-wired.svg +%%DATADIR%%/icons/breeze/status/22/security-high.svg +%%DATADIR%%/icons/breeze/status/22/security-low.svg +%%DATADIR%%/icons/breeze/status/22/user-available.svg +%%DATADIR%%/icons/breeze/status/22/user-away.svg +%%DATADIR%%/icons/breeze/status/22/user-offline.svg +%%DATADIR%%/icons/breeze/status/24/active-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze/status/24/active-quassel-tray.svg +%%DATADIR%%/icons/breeze/status/24/inactive-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze/status/24/inactive-quassel-tray.svg +%%DATADIR%%/icons/breeze/status/24/inactive-quassel.svg +%%DATADIR%%/icons/breeze/status/24/message-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze/status/24/message-quassel-tray.svg +%%DATADIR%%/icons/breeze/status/24/message-quassel.svg +%%DATADIR%%/icons/breeze/status/64/active-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze/status/64/active-quassel-tray.svg +%%DATADIR%%/icons/breeze/status/64/dialog-information.svg +%%DATADIR%%/icons/breeze/status/64/dialog-password.svg +%%DATADIR%%/icons/breeze/status/64/dialog-warning.svg +%%DATADIR%%/icons/breeze/status/64/inactive-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze/status/64/inactive-quassel-tray.svg +%%DATADIR%%/icons/breeze/status/64/inactive-quassel.svg +%%DATADIR%%/icons/breeze/status/64/message-quassel-tray-inverted.svg +%%DATADIR%%/icons/breeze/status/64/message-quassel-tray.svg +%%DATADIR%%/icons/breeze/status/64/message-quassel.svg +%%DATADIR%%/icons/breeze/status/64/security-high.svg +%%DATADIR%%/icons/breeze/status/64/security-low.svg %%DATADIR%%/networks.ini %%DATADIR%%/scripts/inxi %%DATADIR%%/scripts/mpris @@ -409,4 +547,9 @@ share/icons/hicolor/scalable/status/irc-channel-parted %%NLS%%%%DATADIR%%/translations/tr.qm %%NLS%%%%DATADIR%%/translations/uk.qm %%NLS%%%%DATADIR%%/translations/zh_CN.qm -%%NLS%%%%DATADIR%%/translations/zh_TW.qm +share/icons/hicolor/128x128/apps/quassel.png +share/icons/hicolor/16x16/apps/quassel.png +share/icons/hicolor/22x22/apps/quassel.png +share/icons/hicolor/32x32/apps/quassel.png +share/icons/hicolor/48x48/apps/quassel.png +share/icons/hicolor/64x64/apps/quassel.png From owner-svn-ports-all@freebsd.org Mon Dec 3 02:08:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4764513118B1; Mon, 3 Dec 2018 02:08:29 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC8CC6B4C2; Mon, 3 Dec 2018 02:08:28 +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 B9B5B7678; Mon, 3 Dec 2018 02:08:28 +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 wB328SSi024866; Mon, 3 Dec 2018 02:08:28 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB328QnA024854; Mon, 3 Dec 2018 02:08:26 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812030208.wB328QnA024854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 3 Dec 2018 02:08:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486493 - in branches/2018Q4/www: moodle31 moodle31/files moodle33 moodle33/files moodle34 moodle34/files moodle35 moodle35/files X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in branches/2018Q4/www: moodle31 moodle31/files moodle33 moodle33/files moodle34 moodle34/files moodle35 moodle35/files X-SVN-Commit-Revision: 486493 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DC8CC6B4C2 X-Spamd-Result: default: False [0.75 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.10)[0.096,0]; NEURAL_SPAM_MEDIUM(0.10)[0.096,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.56)[0.559,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 02:08:29 -0000 Author: wen Date: Mon Dec 3 02:08:25 2018 New Revision: 486493 URL: https://svnweb.freebsd.org/changeset/ports/486493 Log: MFH: r484801 - Update moodle to 3.5.3, 3.4.6, 3.3.9 and 3.1.15(include security fix) - Remove moodle32 from CONFLICTS - Remove apache22 message from pkg-message Approved by: ports-secteam(miwi@) Modified: branches/2018Q4/www/moodle31/Makefile branches/2018Q4/www/moodle31/distinfo branches/2018Q4/www/moodle31/files/pkg-message.in branches/2018Q4/www/moodle33/Makefile branches/2018Q4/www/moodle33/distinfo branches/2018Q4/www/moodle33/files/pkg-message.in branches/2018Q4/www/moodle34/Makefile branches/2018Q4/www/moodle34/distinfo branches/2018Q4/www/moodle34/files/pkg-message.in branches/2018Q4/www/moodle35/Makefile branches/2018Q4/www/moodle35/distinfo branches/2018Q4/www/moodle35/files/pkg-message.in Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/moodle31/Makefile ============================================================================== --- branches/2018Q4/www/moodle31/Makefile Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle31/Makefile Mon Dec 3 02:08:25 2018 (r486493) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.1.14 +PORTVERSION= 3.1.15 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable31/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* +CONFLICTS= moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* USES= cpe php tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: branches/2018Q4/www/moodle31/distinfo ============================================================================== --- branches/2018Q4/www/moodle31/distinfo Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle31/distinfo Mon Dec 3 02:08:25 2018 (r486493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536664980 -SHA256 (moodle-3.1.14.tgz) = dfe83507c6e188975803ecde243962d9f2b99790bc8c885a122253993d160cba -SIZE (moodle-3.1.14.tgz) = 38045267 +TIMESTAMP = 1542013919 +SHA256 (moodle-3.1.15.tgz) = b0a6316f4865e0c051e2da01049f20c0f6b3a54db62294cc96dc75ae741d78ac +SIZE (moodle-3.1.15.tgz) = 38055035 Modified: branches/2018Q4/www/moodle31/files/pkg-message.in ============================================================================== --- branches/2018Q4/www/moodle31/files/pkg-message.in Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle31/files/pkg-message.in Mon Dec 3 02:08:25 2018 (r486493) @@ -11,18 +11,6 @@ POST-INSTALL CONFIGURATION FOR MOODLE 2) Add the following to your Apache configuration file httpd.conf, and restart the server: - For Apache versions earlier than 2.4: - - Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ - AcceptPathInfo On - - AllowOverride None - Order Allow,Deny - Allow from all - - - For Apache version 2.4.x or above: - Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ AcceptPathInfo On Modified: branches/2018Q4/www/moodle33/Makefile ============================================================================== --- branches/2018Q4/www/moodle33/Makefile Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle33/Makefile Mon Dec 3 02:08:25 2018 (r486493) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.3.8 +PORTVERSION= 3.3.9 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable33/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* +CONFLICTS= moodle31-3.1.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* USES= cpe php tar:tgz USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \ Modified: branches/2018Q4/www/moodle33/distinfo ============================================================================== --- branches/2018Q4/www/moodle33/distinfo Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle33/distinfo Mon Dec 3 02:08:25 2018 (r486493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536664846 -SHA256 (moodle-3.3.8.tgz) = 3be64f137eec853bf3e5a3424cb1364330704a4aab9757ca7e57123f8330ec61 -SIZE (moodle-3.3.8.tgz) = 45067185 +TIMESTAMP = 1542014052 +SHA256 (moodle-3.3.9.tgz) = 4c929194042070bba91a4ab3133e34b12df377e076af7eb444ccf2386245a5bd +SIZE (moodle-3.3.9.tgz) = 45123816 Modified: branches/2018Q4/www/moodle33/files/pkg-message.in ============================================================================== --- branches/2018Q4/www/moodle33/files/pkg-message.in Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle33/files/pkg-message.in Mon Dec 3 02:08:25 2018 (r486493) @@ -11,18 +11,6 @@ POST-INSTALL CONFIGURATION FOR MOODLE 2) Add the following to your Apache configuration file httpd.conf, and restart the server: - For Apache versions earlier than 2.4: - - Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ - AcceptPathInfo On - - AllowOverride None - Order Allow,Deny - Allow from all - - - For Apache version 2.4.x or above: - Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ AcceptPathInfo On Modified: branches/2018Q4/www/moodle34/Makefile ============================================================================== --- branches/2018Q4/www/moodle34/Makefile Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle34/Makefile Mon Dec 3 02:08:25 2018 (r486493) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.4.5 +PORTVERSION= 3.4.6 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable34/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]* +CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]* IGNORE_WITH_PHP= 56 Modified: branches/2018Q4/www/moodle34/distinfo ============================================================================== --- branches/2018Q4/www/moodle34/distinfo Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle34/distinfo Mon Dec 3 02:08:25 2018 (r486493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536664860 -SHA256 (moodle-3.4.5.tgz) = 86795a24593a3d01050a21f2d96067f3d0e4a7a558480431b2e21e6b4c830396 -SIZE (moodle-3.4.5.tgz) = 45763211 +TIMESTAMP = 1542014134 +SHA256 (moodle-3.4.6.tgz) = 788daaf690be8fd2daefc9a1ab958636cce524ff54c5986a1cb5ba9941122ae7 +SIZE (moodle-3.4.6.tgz) = 45961570 Modified: branches/2018Q4/www/moodle34/files/pkg-message.in ============================================================================== --- branches/2018Q4/www/moodle34/files/pkg-message.in Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle34/files/pkg-message.in Mon Dec 3 02:08:25 2018 (r486493) @@ -11,18 +11,6 @@ POST-INSTALL CONFIGURATION FOR MOODLE 2) Add the following to your Apache configuration file httpd.conf, and restart the server: - For Apache versions earlier than 2.4: - - Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ - AcceptPathInfo On - - AllowOverride None - Order Allow,Deny - Allow from all - - - For Apache version 2.4.x or above: - Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ AcceptPathInfo On Modified: branches/2018Q4/www/moodle35/Makefile ============================================================================== --- branches/2018Q4/www/moodle35/Makefile Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle35/Makefile Mon Dec 3 02:08:25 2018 (r486493) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.5.2 +PORTVERSION= 3.5.3 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable35/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* +CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* IGNORE_WITH_PHP= 56 Modified: branches/2018Q4/www/moodle35/distinfo ============================================================================== --- branches/2018Q4/www/moodle35/distinfo Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle35/distinfo Mon Dec 3 02:08:25 2018 (r486493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536664658 -SHA256 (moodle-3.5.2.tgz) = a9474a00d66e7bef7f55300d14acc85e4f99cb5918f749666055185951278aa5 -SIZE (moodle-3.5.2.tgz) = 46446558 +TIMESTAMP = 1542014206 +SHA256 (moodle-3.5.3.tgz) = cd27623abfe753e8e61f0d003851c0e541eb38c8c5d228521ea7e93e052ebaad +SIZE (moodle-3.5.3.tgz) = 46645219 Modified: branches/2018Q4/www/moodle35/files/pkg-message.in ============================================================================== --- branches/2018Q4/www/moodle35/files/pkg-message.in Sun Dec 2 23:18:10 2018 (r486492) +++ branches/2018Q4/www/moodle35/files/pkg-message.in Mon Dec 3 02:08:25 2018 (r486493) @@ -11,18 +11,6 @@ POST-INSTALL CONFIGURATION FOR MOODLE 2) Add the following to your Apache configuration file httpd.conf, and restart the server: - For Apache versions earlier than 2.4: - - Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ - AcceptPathInfo On - - AllowOverride None - Order Allow,Deny - Allow from all - - - For Apache version 2.4.x or above: - Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ AcceptPathInfo On From owner-svn-ports-all@freebsd.org Mon Dec 3 02:25:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E650F1311FDF; Mon, 3 Dec 2018 02:25:12 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 870316BDC5; Mon, 3 Dec 2018 02:25:12 +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 67F8F79D5; Mon, 3 Dec 2018 02:25:12 +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 wB32PCqp035050; Mon, 3 Dec 2018 02:25:12 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB32PCcN035049; Mon, 3 Dec 2018 02:25:12 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812030225.wB32PCcN035049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 3 Dec 2018 02:25:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486494 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 486494 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 870316BDC5 X-Spamd-Result: default: False [0.52 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.55)[0.548,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 02:25:13 -0000 Author: wen Date: Mon Dec 3 02:25:11 2018 New Revision: 486494 URL: https://svnweb.freebsd.org/changeset/ports/486494 Log: - Document moodle login CSRF vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Dec 3 02:08:25 2018 (r486493) +++ head/security/vuxml/vuln.xml Mon Dec 3 02:25:11 2018 (r486494) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + moodle -- Login CSRF vulnerability + + + moodle31 + 3.1.15 + + + moodle33 + 3.3.9 + + + moodle34 + 3.4.6 + + + moodle35 + 3.5.3 + + + + +

moodle reports:

+
+

The login form is not protected by a token to prevent login cross-site + request forgery.

+
+ +
+ + CVE-2018-16854 + https://moodle.org/mod/forum/discuss.php?d=378731 + + + 2018-11-06 + 2018-12-03 + +
+ Rails -- Active Job vulnerability From owner-svn-ports-all@freebsd.org Mon Dec 3 02:56:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC40E1313293; Mon, 3 Dec 2018 02:56:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D33E6D6C6; Mon, 3 Dec 2018 02:56:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E0277EFA; Mon, 3 Dec 2018 02:56:10 +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 wB32uA0O050145; Mon, 3 Dec 2018 02:56:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB32u9sD050139; Mon, 3 Dec 2018 02:56:09 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812030256.wB32u9sD050139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 3 Dec 2018 02:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486495 - in head/lang: . chaiscript X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/lang: . chaiscript X-SVN-Commit-Revision: 486495 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7D33E6D6C6 X-Spamd-Result: default: False [0.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.56)[0.564,0]; NEURAL_SPAM_MEDIUM(0.16)[0.163,0]; NEURAL_SPAM_LONG(0.14)[0.141,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 02:56:11 -0000 Author: yuri Date: Mon Dec 3 02:56:09 2018 New Revision: 486495 URL: https://svnweb.freebsd.org/changeset/ports/486495 Log: New port: lang/chaiscript: Embedded scripting language designed for C++ Added: head/lang/chaiscript/ head/lang/chaiscript/Makefile (contents, props changed) head/lang/chaiscript/distinfo (contents, props changed) head/lang/chaiscript/pkg-descr (contents, props changed) head/lang/chaiscript/pkg-plist (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Mon Dec 3 02:25:11 2018 (r486494) +++ head/lang/Makefile Mon Dec 3 02:56:09 2018 (r486495) @@ -28,6 +28,7 @@ SUBDIR += cdent SUBDIR += ceylon SUBDIR += cfortran + SUBDIR += chaiscript SUBDIR += chez-scheme SUBDIR += chibi-scheme SUBDIR += chicken Added: head/lang/chaiscript/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/chaiscript/Makefile Mon Dec 3 02:56:09 2018 (r486495) @@ -0,0 +1,41 @@ +# $FreeBSD$ + +PORTNAME= ChaiScript +DISTVERSIONPREFIX= v +DISTVERSION= 6.1.0 +CATEGORIES= lang + +MAINTAINER= ports@FreeBSD.org +COMMENT= Embedded scripting language designed for C++ + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:outsource localbase:ldflags readline +USE_GITHUB= yes +USE_LDCONFIG= ${PREFIX}/lib/chaiscript + +OPTIONS_DEFINE= MULTITHREAD DYNLOAD STD_MAKE_SHARED CPP17 +OPTIONS_DEFAULT= MULTITHREAD DYNLOAD + +DYNLOAD_DESC= Dynamic Loading Support Enabled +DYNLOAD_CMAKE_BOOL= DYNLOAD_ENABLED + +MULTITHREAD_DESC= Multithreaded Support Enabled +MULTITHREAD_CMAKE_BOOL= MULTITHREAD_SUPPORT_ENABLED + +STD_MAKE_SHARED_DESC= Use std::make_shared instead of chaiscript::make_shared +STD_MAKE_SHARED_CMAKE_BOOL= USE_STD_MAKE_SHARED + +CPP17_DESC= Build with C++17 flags +CPP17_CMAKE_BOOL= BUILD_IN_CPP17_MODE +CPP17_USES= compiler:c++17-lang +CPP17_USES_OFF= compiler:c++14-lang + +do-test: # some tests are known to fail: https://github.com/ChaiScript/ChaiScript/issues/466 + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DRUN_FUZZY_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test + +.include Added: head/lang/chaiscript/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/chaiscript/distinfo Mon Dec 3 02:56:09 2018 (r486495) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543803774 +SHA256 (ChaiScript-ChaiScript-v6.1.0_GH0.tar.gz) = 3ca9ba6434b4f0123b5ab56433e3383b01244d9666c85c06cc116d7c41e8f92a +SIZE (ChaiScript-ChaiScript-v6.1.0_GH0.tar.gz) = 450961 Added: head/lang/chaiscript/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/chaiscript/pkg-descr Mon Dec 3 02:56:09 2018 (r486495) @@ -0,0 +1,10 @@ +ChaiScript is a scripting language designed specifically for integration with +C++. It provides seamless integration with C++ on all levels, including +shared_ptr objects, functors and exceptions. + +The parts of the ChaiScript API that the average user will be concerned with are +contained in the chaiscript namespace and the chaiscript::ChaiScript class. + +The end user parts of the API are extremely simple both in size and ease of use. + +WWW: https://chaiscript.com/ Added: head/lang/chaiscript/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/chaiscript/pkg-plist Mon Dec 3 02:56:09 2018 (r486495) @@ -0,0 +1,469 @@ +bin/chai +include/chaiscript/chaiscript.hpp +include/chaiscript/chaiscript_basic.hpp +include/chaiscript/chaiscript_defines.hpp +include/chaiscript/chaiscript_stdlib.hpp +include/chaiscript/chaiscript_threading.hpp +include/chaiscript/dispatchkit/any.hpp +include/chaiscript/dispatchkit/bad_boxed_cast.hpp +include/chaiscript/dispatchkit/bind_first.hpp +include/chaiscript/dispatchkit/bootstrap.hpp +include/chaiscript/dispatchkit/bootstrap_stl.hpp +include/chaiscript/dispatchkit/boxed_cast.hpp +include/chaiscript/dispatchkit/boxed_cast_helper.hpp +include/chaiscript/dispatchkit/boxed_number.hpp +include/chaiscript/dispatchkit/boxed_value.hpp +include/chaiscript/dispatchkit/callable_traits.hpp +include/chaiscript/dispatchkit/dispatchkit.hpp +include/chaiscript/dispatchkit/dynamic_object.hpp +include/chaiscript/dispatchkit/dynamic_object_detail.hpp +include/chaiscript/dispatchkit/exception_specification.hpp +include/chaiscript/dispatchkit/function_call.hpp +include/chaiscript/dispatchkit/function_call_detail.hpp +include/chaiscript/dispatchkit/handle_return.hpp +include/chaiscript/dispatchkit/operators.hpp +include/chaiscript/dispatchkit/proxy_constructors.hpp +include/chaiscript/dispatchkit/proxy_functions.hpp +include/chaiscript/dispatchkit/proxy_functions_detail.hpp +include/chaiscript/dispatchkit/register_function.hpp +include/chaiscript/dispatchkit/short_alloc.hpp +include/chaiscript/dispatchkit/type_conversions.hpp +include/chaiscript/dispatchkit/type_info.hpp +include/chaiscript/language/chaiscript_algebraic.hpp +include/chaiscript/language/chaiscript_common.hpp +include/chaiscript/language/chaiscript_engine.hpp +include/chaiscript/language/chaiscript_eval.hpp +include/chaiscript/language/chaiscript_optimizer.hpp +include/chaiscript/language/chaiscript_parser.hpp +include/chaiscript/language/chaiscript_posix.hpp +include/chaiscript/language/chaiscript_prelude.hpp +include/chaiscript/language/chaiscript_prelude_docs.hpp +include/chaiscript/language/chaiscript_tracer.hpp +include/chaiscript/language/chaiscript_unknown.hpp +include/chaiscript/language/chaiscript_windows.hpp +include/chaiscript/utility/fnv1a.hpp +include/chaiscript/utility/json.hpp +include/chaiscript/utility/json_wrap.hpp +include/chaiscript/utility/static_string.hpp +include/chaiscript/utility/utility.hpp +lib/chaiscript/libchaiscript_stdlib-6.1.0.so +lib/chaiscript/libstl_extra.so +lib/chaiscript/libtest_module.so +libdata/pkgconfig/chaiscript.pc +share/chaiscript/samples/BUCK +share/chaiscript/samples/callbacks.chai +share/chaiscript/samples/eval.chai +share/chaiscript/samples/example.cpp +share/chaiscript/samples/factory.cpp +share/chaiscript/samples/for.chai +share/chaiscript/samples/fun.chai +share/chaiscript/samples/fun_call_performance.chai +share/chaiscript/samples/fun_call_performance.cpp +share/chaiscript/samples/hello.chai +share/chaiscript/samples/if.chai +share/chaiscript/samples/inheritance.cpp +share/chaiscript/samples/lambda.chai +share/chaiscript/samples/loop_break.chai +share/chaiscript/samples/memory_leak_test.cpp +share/chaiscript/samples/oper.chai +share/chaiscript/samples/range.chai +share/chaiscript/samples/scope.chai +share/chaiscript/samples/test_num_exceptions.cpp +share/chaiscript/samples/vector.chai +share/chaiscript/samples/while.chai +share/chaiscript/unittests/3.x/assign_const.chai +share/chaiscript/unittests/3.x/bind.chai +share/chaiscript/unittests/3.x/bind2.chai +share/chaiscript/unittests/3.x/block_start.chai +share/chaiscript/unittests/3.x/bool_not.chai +share/chaiscript/unittests/3.x/break_while.chai +share/chaiscript/unittests/3.x/char_init.chai +share/chaiscript/unittests/3.x/classification.chai +share/chaiscript/unittests/3.x/collate.chai +share/chaiscript/unittests/3.x/compare_gt.chai +share/chaiscript/unittests/3.x/compare_lt.chai +share/chaiscript/unittests/3.x/concat.chai +share/chaiscript/unittests/3.x/const_range_test.chai +share/chaiscript/unittests/3.x/convert_double_string.chai +share/chaiscript/unittests/3.x/convert_int_string.chai +share/chaiscript/unittests/3.x/convert_string_double.chai +share/chaiscript/unittests/3.x/convert_string_int.chai +share/chaiscript/unittests/3.x/deep_array_lookup.chai +share/chaiscript/unittests/3.x/dispatch_functions.chai +share/chaiscript/unittests/3.x/drop.chai +share/chaiscript/unittests/3.x/drop_while.chai +share/chaiscript/unittests/3.x/empty.chai +share/chaiscript/unittests/3.x/equ_shortform.chai +share/chaiscript/unittests/3.x/eval.chai +share/chaiscript/unittests/3.x/eval_error.chai +share/chaiscript/unittests/3.x/even.chai +share/chaiscript/unittests/3.x/exception.chai +share/chaiscript/unittests/3.x/exception_finally.chai +share/chaiscript/unittests/3.x/exception_guards.chai +share/chaiscript/unittests/3.x/filter.chai +share/chaiscript/unittests/3.x/float.chai +share/chaiscript/unittests/3.x/foldl.chai +share/chaiscript/unittests/3.x/for.chai +share/chaiscript/unittests/3.x/for_each.chai +share/chaiscript/unittests/3.x/for_each_range.chai +share/chaiscript/unittests/3.x/for_each_retro.chai +share/chaiscript/unittests/3.x/function_array_adjacent.chai +share/chaiscript/unittests/3.x/function_introspection.chai +share/chaiscript/unittests/3.x/function_reassignment.chai +share/chaiscript/unittests/3.x/generate_range.chai +share/chaiscript/unittests/3.x/global_const_in_module.chai +share/chaiscript/unittests/3.x/if.chai +share/chaiscript/unittests/3.x/if_else.chai +share/chaiscript/unittests/3.x/if_elseif.chai +share/chaiscript/unittests/3.x/if_elseif_else.chai +share/chaiscript/unittests/3.x/index_operator.chai +share/chaiscript/unittests/3.x/inheritance.chai +share/chaiscript/unittests/3.x/instring_eval.chai +share/chaiscript/unittests/3.x/instring_eval_more.chai +share/chaiscript/unittests/3.x/invalid_function_assignment.chai +share/chaiscript/unittests/3.x/invalid_function_reassignment.chai +share/chaiscript/unittests/3.x/is_undef.chai +share/chaiscript/unittests/3.x/join.chai +share/chaiscript/unittests/3.x/lambda.chai +share/chaiscript/unittests/3.x/list_push_back.chai +share/chaiscript/unittests/3.x/list_push_front.chai +share/chaiscript/unittests/3.x/load_module.chai +share/chaiscript/unittests/3.x/loop_inner_outer.chai +share/chaiscript/unittests/3.x/malformed_inline_map.chai +share/chaiscript/unittests/3.x/map.chai +share/chaiscript/unittests/3.x/map_access.chai +share/chaiscript/unittests/3.x/map_inplace_init.chai +share/chaiscript/unittests/3.x/math_add.chai +share/chaiscript/unittests/3.x/math_add_mixed.chai +share/chaiscript/unittests/3.x/math_dec.chai +share/chaiscript/unittests/3.x/math_div.chai +share/chaiscript/unittests/3.x/math_inc.chai +share/chaiscript/unittests/3.x/math_mod.chai +share/chaiscript/unittests/3.x/math_mult.chai +share/chaiscript/unittests/3.x/math_negate.chai +share/chaiscript/unittests/3.x/math_paren.chai +share/chaiscript/unittests/3.x/math_sub.chai +share/chaiscript/unittests/3.x/max.chai +share/chaiscript/unittests/3.x/memberscope.chai +share/chaiscript/unittests/3.x/method_sugar.chai +share/chaiscript/unittests/3.x/min.chai +share/chaiscript/unittests/3.x/mmd1.chai +share/chaiscript/unittests/3.x/mmd2.chai +share/chaiscript/unittests/3.x/multiline.chai +share/chaiscript/unittests/3.x/number_formats.chai +share/chaiscript/unittests/3.x/object_attr.chai +share/chaiscript/unittests/3.x/object_attr_same_name.chai +share/chaiscript/unittests/3.x/object_clone.chai +share/chaiscript/unittests/3.x/object_constructor_guards.chai +share/chaiscript/unittests/3.x/object_method_guards.chai +share/chaiscript/unittests/3.x/odd.chai +share/chaiscript/unittests/3.x/operator_overload.chai +share/chaiscript/unittests/3.x/operator_overload2.chai +share/chaiscript/unittests/3.x/operators_float.chai +share/chaiscript/unittests/3.x/operators_int.chai +share/chaiscript/unittests/3.x/pair.chai +share/chaiscript/unittests/3.x/pointer_passed_to_constructor.chai +share/chaiscript/unittests/3.x/precedence_1.chai +share/chaiscript/unittests/3.x/precedence_2.chai +share/chaiscript/unittests/3.x/precedence_3.chai +share/chaiscript/unittests/3.x/precedence_eq.chai +share/chaiscript/unittests/3.x/product.chai +share/chaiscript/unittests/3.x/range.chai +share/chaiscript/unittests/3.x/range_back.chai +share/chaiscript/unittests/3.x/range_contains.chai +share/chaiscript/unittests/3.x/range_find.chai +share/chaiscript/unittests/3.x/range_inplace.chai +share/chaiscript/unittests/3.x/reduce.chai +share/chaiscript/unittests/3.x/ref_equal.chai +share/chaiscript/unittests/3.x/retro.chai +share/chaiscript/unittests/3.x/retroretro.chai +share/chaiscript/unittests/3.x/return.chai +share/chaiscript/unittests/3.x/runtime_error.chai +share/chaiscript/unittests/3.x/shift.chai +share/chaiscript/unittests/3.x/string_charptr.chai +share/chaiscript/unittests/3.x/string_concat.chai +share/chaiscript/unittests/3.x/string_find.chai +share/chaiscript/unittests/3.x/string_find_first_not_of.chai +share/chaiscript/unittests/3.x/string_find_first_of.chai +share/chaiscript/unittests/3.x/string_find_last_not_of.chai +share/chaiscript/unittests/3.x/string_find_last_of.chai +share/chaiscript/unittests/3.x/string_init.chai +share/chaiscript/unittests/3.x/string_literal_access.chai +share/chaiscript/unittests/3.x/string_rfind.chai +share/chaiscript/unittests/3.x/sum.chai +share/chaiscript/unittests/3.x/switch_break.chai +share/chaiscript/unittests/3.x/switch_default.chai +share/chaiscript/unittests/3.x/switch_empty.chai +share/chaiscript/unittests/3.x/switch_fallthru.chai +share/chaiscript/unittests/3.x/switch_fallthru_and_break.chai +share/chaiscript/unittests/3.x/take.chai +share/chaiscript/unittests/3.x/take_while.chai +share/chaiscript/unittests/3.x/type_info.chai +share/chaiscript/unittests/3.x/unit_test.inc +share/chaiscript/unittests/3.x/use.chai +share/chaiscript/unittests/3.x/use.inc +share/chaiscript/unittests/3.x/vector_access.chai +share/chaiscript/unittests/3.x/vector_erase_at.chai +share/chaiscript/unittests/3.x/vector_inplace_init.chai +share/chaiscript/unittests/3.x/vector_insert_at.chai +share/chaiscript/unittests/3.x/vector_literal_acccess.chai +share/chaiscript/unittests/3.x/vector_of_one.chai +share/chaiscript/unittests/3.x/vector_paren_literal_access.chai +share/chaiscript/unittests/3.x/vector_push_back.chai +share/chaiscript/unittests/3.x/vector_push_empty.chai +share/chaiscript/unittests/3.x/zip.chai +share/chaiscript/unittests/3.x/zip_with.chai +share/chaiscript/unittests/array_access.chai +share/chaiscript/unittests/array_types.chai +share/chaiscript/unittests/assign_const.chai +share/chaiscript/unittests/bind.chai +share/chaiscript/unittests/bind2.chai +share/chaiscript/unittests/block_start.chai +share/chaiscript/unittests/bool_comparisons.chai +share/chaiscript/unittests/bool_not.chai +share/chaiscript/unittests/boxed_cast_test.cpp +share/chaiscript/unittests/break_for.chai +share/chaiscript/unittests/break_while.chai +share/chaiscript/unittests/c_linkage_test.cpp +share/chaiscript/unittests/catch.hpp +share/chaiscript/unittests/char_init.chai +share/chaiscript/unittests/class.chai +share/chaiscript/unittests/class_inside_scope.chai +share/chaiscript/unittests/classification.chai +share/chaiscript/unittests/collate.chai +share/chaiscript/unittests/compare_gt.chai +share/chaiscript/unittests/compare_lt.chai +share/chaiscript/unittests/compiled_tests.cpp +share/chaiscript/unittests/concat.chai +share/chaiscript/unittests/const_range_test.chai +share/chaiscript/unittests/continue_for.chai +share/chaiscript/unittests/continue_while.chai +share/chaiscript/unittests/conversion_to_bool.chai +share/chaiscript/unittests/convert_double_string.chai +share/chaiscript/unittests/convert_int_string.chai +share/chaiscript/unittests/convert_string_double.chai +share/chaiscript/unittests/convert_string_int.chai +share/chaiscript/unittests/deep_array_lookup.chai +share/chaiscript/unittests/dispatch_functions.chai +share/chaiscript/unittests/divide_by_zero_protection.chai +share/chaiscript/unittests/drop.chai +share/chaiscript/unittests/drop_while.chai +share/chaiscript/unittests/dynamic_object_assignment.chai +share/chaiscript/unittests/dynamic_object_dynamic_attrs.chai +share/chaiscript/unittests/dynamic_object_dynamic_attrs_explicit.chai +share/chaiscript/unittests/empty.chai +share/chaiscript/unittests/equ_shortform.chai +share/chaiscript/unittests/eval.chai +share/chaiscript/unittests/eval_error.chai +share/chaiscript/unittests/eval_file.chai +share/chaiscript/unittests/eval_file_with_bom.chai +share/chaiscript/unittests/even.chai +share/chaiscript/unittests/exception.chai +share/chaiscript/unittests/exception_finally.chai +share/chaiscript/unittests/exception_guards.chai +share/chaiscript/unittests/exception_typed.chai +share/chaiscript/unittests/exception_typed_2.chai +share/chaiscript/unittests/execution_context.chai +share/chaiscript/unittests/explicit_this_capture.chai +share/chaiscript/unittests/failed_deep_include.chai +share/chaiscript/unittests/failed_deep_include.inc +share/chaiscript/unittests/file_with_bom.inc +share/chaiscript/unittests/filter.chai +share/chaiscript/unittests/float.chai +share/chaiscript/unittests/foldl.chai +share/chaiscript/unittests/for.chai +share/chaiscript/unittests/for_each.chai +share/chaiscript/unittests/for_each_range.chai +share/chaiscript/unittests/for_each_retro.chai +share/chaiscript/unittests/function_array_adjacent.chai +share/chaiscript/unittests/function_attributes.chai +share/chaiscript/unittests/function_introspection.chai +share/chaiscript/unittests/function_members.chai +share/chaiscript/unittests/function_reassignment.chai +share/chaiscript/unittests/function_redefinition.chai +share/chaiscript/unittests/future.chai +share/chaiscript/unittests/fuzz_unit_test.inc +share/chaiscript/unittests/fuzzy_tests-2017-07-20.tar.bz2 +share/chaiscript/unittests/generate_range.chai +share/chaiscript/unittests/global.chai +share/chaiscript/unittests/global_const_in_module.chai +share/chaiscript/unittests/global_in_script.chai +share/chaiscript/unittests/global_lcase.chai +share/chaiscript/unittests/hashbang.chai +share/chaiscript/unittests/hex_escapes.chai +share/chaiscript/unittests/if.chai +share/chaiscript/unittests/if_else.chai +share/chaiscript/unittests/if_elseif.chai +share/chaiscript/unittests/if_elseif_else.chai +share/chaiscript/unittests/index_operator.chai +share/chaiscript/unittests/inheritance.chai +share/chaiscript/unittests/init_if.chai +share/chaiscript/unittests/instring_eval.chai +share/chaiscript/unittests/instring_eval_more.chai +share/chaiscript/unittests/instring_eval_with_string.chai +share/chaiscript/unittests/integer_literal_test.cpp +share/chaiscript/unittests/invalid_function_assignment.chai +share/chaiscript/unittests/invalid_function_reassignment.chai +share/chaiscript/unittests/is_undef.chai +share/chaiscript/unittests/join.chai +share/chaiscript/unittests/json_1.chai +share/chaiscript/unittests/json_10.chai +share/chaiscript/unittests/json_11.chai +share/chaiscript/unittests/json_12.chai +share/chaiscript/unittests/json_13.chai +share/chaiscript/unittests/json_14.chai +share/chaiscript/unittests/json_15.chai +share/chaiscript/unittests/json_2.chai +share/chaiscript/unittests/json_3.chai +share/chaiscript/unittests/json_4.chai +share/chaiscript/unittests/json_5.chai +share/chaiscript/unittests/json_6.chai +share/chaiscript/unittests/json_7.chai +share/chaiscript/unittests/json_8.chai +share/chaiscript/unittests/json_9.chai +share/chaiscript/unittests/json_roundtrip.chai +share/chaiscript/unittests/lambda.chai +share/chaiscript/unittests/list_push_back.chai +share/chaiscript/unittests/list_push_front.chai +share/chaiscript/unittests/list_resize.chai +share/chaiscript/unittests/load_module.chai +share/chaiscript/unittests/logical_short_circuiting.chai +share/chaiscript/unittests/loop_inner_outer.chai +share/chaiscript/unittests/malformed_inline_map.chai +share/chaiscript/unittests/map.chai +share/chaiscript/unittests/map_access.chai +share/chaiscript/unittests/map_count.chai +share/chaiscript/unittests/map_inplace_init.chai +share/chaiscript/unittests/math_add.chai +share/chaiscript/unittests/math_add_mixed.chai +share/chaiscript/unittests/math_dec.chai +share/chaiscript/unittests/math_div.chai +share/chaiscript/unittests/math_inc.chai +share/chaiscript/unittests/math_mod.chai +share/chaiscript/unittests/math_mult.chai +share/chaiscript/unittests/math_negate.chai +share/chaiscript/unittests/math_paren.chai +share/chaiscript/unittests/math_sub.chai +share/chaiscript/unittests/max.chai +share/chaiscript/unittests/member_variable_access.chai +share/chaiscript/unittests/memberscope.chai +share/chaiscript/unittests/method_missing.chai +share/chaiscript/unittests/method_sugar.chai +share/chaiscript/unittests/min.chai +share/chaiscript/unittests/mmd1.chai +share/chaiscript/unittests/mmd2.chai +share/chaiscript/unittests/move_async.chai +share/chaiscript/unittests/multifile_test_chai.cpp +share/chaiscript/unittests/multifile_test_chai.hpp +share/chaiscript/unittests/multifile_test_main.cpp +share/chaiscript/unittests/multifile_test_module.cpp +share/chaiscript/unittests/multifile_test_module.hpp +share/chaiscript/unittests/multiline.chai +share/chaiscript/unittests/multiline_oper.chai +share/chaiscript/unittests/multithreaded_test.cpp +share/chaiscript/unittests/multithreaded_work.inc +share/chaiscript/unittests/namespaces.chai +share/chaiscript/unittests/namespaces_nested_copy.chai +share/chaiscript/unittests/negative_numbers.chai +share/chaiscript/unittests/non_const_param.chai +share/chaiscript/unittests/null_object_access.chai +share/chaiscript/unittests/number_formats.chai +share/chaiscript/unittests/number_suffixes.chai +share/chaiscript/unittests/object_attr.chai +share/chaiscript/unittests/object_attr_same_name.chai +share/chaiscript/unittests/object_clone.chai +share/chaiscript/unittests/object_constructor_guards.chai +share/chaiscript/unittests/object_method_guards.chai +share/chaiscript/unittests/octal_escapes.chai +share/chaiscript/unittests/odd.chai +share/chaiscript/unittests/operator_overload.chai +share/chaiscript/unittests/operator_overload2.chai +share/chaiscript/unittests/operator_overload3.chai +share/chaiscript/unittests/operator_overload4.chai +share/chaiscript/unittests/operator_parsing.chai +share/chaiscript/unittests/operator_scoping.chai +share/chaiscript/unittests/operators_float.chai +share/chaiscript/unittests/operators_int.chai +share/chaiscript/unittests/order_of_operations.chai +share/chaiscript/unittests/pair.chai +share/chaiscript/unittests/parser_test.chai +share/chaiscript/unittests/pass_by_reference.chai +share/chaiscript/unittests/performance.chai +share/chaiscript/unittests/pointer_passed_to_constructor.chai +share/chaiscript/unittests/precedence_1.chai +share/chaiscript/unittests/precedence_2.chai +share/chaiscript/unittests/precedence_3.chai +share/chaiscript/unittests/precedence_4.chai +share/chaiscript/unittests/precedence_eq.chai +share/chaiscript/unittests/product.chai +share/chaiscript/unittests/range.chai +share/chaiscript/unittests/range_back.chai +share/chaiscript/unittests/range_contains.chai +share/chaiscript/unittests/range_find.chai +share/chaiscript/unittests/range_inplace.chai +share/chaiscript/unittests/ranged_for.chai +share/chaiscript/unittests/ranged_for_2.chai +share/chaiscript/unittests/reduce.chai +share/chaiscript/unittests/reflection_test.chai +share/chaiscript/unittests/retro.chai +share/chaiscript/unittests/retroretro.chai +share/chaiscript/unittests/return.chai +share/chaiscript/unittests/return_value_assignment.chai +share/chaiscript/unittests/runtime_error.chai +share/chaiscript/unittests/scoping.chai +share/chaiscript/unittests/shared_ptr_update.chai +share/chaiscript/unittests/shift.chai +share/chaiscript/unittests/static_chaiscript.cpp +share/chaiscript/unittests/string_charptr.chai +share/chaiscript/unittests/string_concat.chai +share/chaiscript/unittests/string_find.chai +share/chaiscript/unittests/string_find_first_not_of.chai +share/chaiscript/unittests/string_find_first_of.chai +share/chaiscript/unittests/string_find_last_not_of.chai +share/chaiscript/unittests/string_find_last_of.chai +share/chaiscript/unittests/string_init.chai +share/chaiscript/unittests/string_literal_access.chai +share/chaiscript/unittests/string_rfind.chai +share/chaiscript/unittests/string_size.chai +share/chaiscript/unittests/string_substr.chai +share/chaiscript/unittests/string_unicode_ascii.chai +share/chaiscript/unittests/string_unicode_parse.chai +share/chaiscript/unittests/string_unicode_unicode.chai +share/chaiscript/unittests/sum.chai +share/chaiscript/unittests/switch_break.chai +share/chaiscript/unittests/switch_default.chai +share/chaiscript/unittests/switch_default_2.chai +share/chaiscript/unittests/switch_empty.chai +share/chaiscript/unittests/switch_fallthru.chai +share/chaiscript/unittests/switch_fallthru_and_break.chai +share/chaiscript/unittests/system_introspection.chai +share/chaiscript/unittests/take.chai +share/chaiscript/unittests/take_while.chai +share/chaiscript/unittests/temporary_lifetime.chai +share/chaiscript/unittests/ternary_condition.chai +share/chaiscript/unittests/type_info.chai +share/chaiscript/unittests/type_info_test.cpp +share/chaiscript/unittests/unit_test.inc +share/chaiscript/unittests/use.chai +share/chaiscript/unittests/use.inc +share/chaiscript/unittests/user_defined_conversions.chai +share/chaiscript/unittests/user_defined_conversions_2.chai +share/chaiscript/unittests/var_decl.chai +share/chaiscript/unittests/var_ref_decl.chai +share/chaiscript/unittests/variable_redefinition.chai +share/chaiscript/unittests/vector_access.chai +share/chaiscript/unittests/vector_assignment.chai +share/chaiscript/unittests/vector_assignment_3.chai +share/chaiscript/unittests/vector_erase_at.chai +share/chaiscript/unittests/vector_inplace_init.chai +share/chaiscript/unittests/vector_insert_at.chai +share/chaiscript/unittests/vector_literal_acccess.chai +share/chaiscript/unittests/vector_of_one.chai +share/chaiscript/unittests/vector_of_suffixed_numbers.chai +share/chaiscript/unittests/vector_paren_literal_access.chai +share/chaiscript/unittests/vector_push_back.chai +share/chaiscript/unittests/vector_push_empty.chai +share/chaiscript/unittests/vector_reserve.chai +share/chaiscript/unittests/vector_resize.chai +share/chaiscript/unittests/zip.chai +share/chaiscript/unittests/zip_with.chai From owner-svn-ports-all@freebsd.org Mon Dec 3 02:58:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15D8A1313370; Mon, 3 Dec 2018 02:58: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0FA66D800; Mon, 3 Dec 2018 02:58: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 922B97F00; Mon, 3 Dec 2018 02:58: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 wB32w3E1050316; Mon, 3 Dec 2018 02:58:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB32w32M050315; Mon, 3 Dec 2018 02:58:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812030258.wB32w32M050315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 3 Dec 2018 02:58:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486496 - head/lang/chaiscript X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/lang/chaiscript X-SVN-Commit-Revision: 486496 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B0FA66D800 X-Spamd-Result: default: False [0.52 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.55)[0.548,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 02:58:04 -0000 Author: yuri Date: Mon Dec 3 02:58:03 2018 New Revision: 486496 URL: https://svnweb.freebsd.org/changeset/ports/486496 Log: lang/chaiscript: Maintainer correction Modified: head/lang/chaiscript/Makefile Modified: head/lang/chaiscript/Makefile ============================================================================== --- head/lang/chaiscript/Makefile Mon Dec 3 02:56:09 2018 (r486495) +++ head/lang/chaiscript/Makefile Mon Dec 3 02:58:03 2018 (r486496) @@ -5,7 +5,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 6.1.0 CATEGORIES= lang -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Embedded scripting language designed for C++ LICENSE= BSD3CLAUSE @@ -15,8 +15,8 @@ USES= cmake:outsource localbase:ldflags readline USE_GITHUB= yes USE_LDCONFIG= ${PREFIX}/lib/chaiscript -OPTIONS_DEFINE= MULTITHREAD DYNLOAD STD_MAKE_SHARED CPP17 -OPTIONS_DEFAULT= MULTITHREAD DYNLOAD +OPTIONS_DEFINE= DYNLOAD MULTITHREAD STD_MAKE_SHARED CPP17 +OPTIONS_DEFAULT= DYNLOAD MULTITHREAD DYNLOAD_DESC= Dynamic Loading Support Enabled DYNLOAD_CMAKE_BOOL= DYNLOAD_ENABLED From owner-svn-ports-all@freebsd.org Mon Dec 3 04:33:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECF9C13152BC; Mon, 3 Dec 2018 04:33:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FBA87076A; Mon, 3 Dec 2018 04:33:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F58610FF8; Mon, 3 Dec 2018 04:33:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB34XT7B002011; Mon, 3 Dec 2018 04:33:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB34XTL2002009; Mon, 3 Dec 2018 04:33:29 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812030433.wB34XTL2002009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 3 Dec 2018 04:33:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486497 - head/devel/py-envisage X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-envisage X-SVN-Commit-Revision: 486497 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8FBA87076A X-Spamd-Result: default: False [0.01 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.04)[0.043,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 04:33:30 -0000 Author: swills Date: Mon Dec 3 04:33:28 2018 New Revision: 486497 URL: https://svnweb.freebsd.org/changeset/ports/486497 Log: devel/py-envisage: Update to 4.7.0 PR: 233675 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/devel/py-envisage/Makefile (contents, props changed) head/devel/py-envisage/distinfo (contents, props changed) Modified: head/devel/py-envisage/Makefile ============================================================================== --- head/devel/py-envisage/Makefile Mon Dec 3 02:58:03 2018 (r486496) +++ head/devel/py-envisage/Makefile Mon Dec 3 04:33:28 2018 (r486497) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= envisage -PORTVERSION= 4.6.0 +PORTVERSION= 4.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:deve USES= python:-2.7 USE_PYTHON= autoplist distutils + NO_ARCH= yes .include Modified: head/devel/py-envisage/distinfo ============================================================================== --- head/devel/py-envisage/distinfo Mon Dec 3 02:58:03 2018 (r486496) +++ head/devel/py-envisage/distinfo Mon Dec 3 04:33:28 2018 (r486497) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491462796 -SHA256 (envisage-4.6.0.tar.gz) = 6402079190ce8186534d7e6ba7315bff7dc59c13ee6465c52d4a8239159c5fea -SIZE (envisage-4.6.0.tar.gz) = 233922 +TIMESTAMP = 1543613678 +SHA256 (envisage-4.7.0.tar.gz) = 2d8660625990faafbacf33b68fc0b3da55f9b02af2a4b4ec72675914c38894b9 +SIZE (envisage-4.7.0.tar.gz) = 242995 From owner-svn-ports-all@freebsd.org Mon Dec 3 06:58:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F8A61318014; Mon, 3 Dec 2018 06:58:42 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D709A744F7; Mon, 3 Dec 2018 06:58:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B80A3126E1; Mon, 3 Dec 2018 06:58:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB36wfjs073176; Mon, 3 Dec 2018 06:58:41 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB36wf64073174; Mon, 3 Dec 2018 06:58:41 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812030658.wB36wf64073174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Mon, 3 Dec 2018 06:58:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486498 - head/devel/py-jenkins-job-builder X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/py-jenkins-job-builder X-SVN-Commit-Revision: 486498 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D709A744F7 X-Spamd-Result: default: False [0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.17)[0.166,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 06:58:42 -0000 Author: lwhsu Date: Mon Dec 3 06:58:41 2018 New Revision: 486498 URL: https://svnweb.freebsd.org/changeset/ports/486498 Log: - Update to 2.9.0 Sponsored by: The FreeBSD Foundation Modified: head/devel/py-jenkins-job-builder/Makefile head/devel/py-jenkins-job-builder/distinfo Modified: head/devel/py-jenkins-job-builder/Makefile ============================================================================== --- head/devel/py-jenkins-job-builder/Makefile Mon Dec 3 04:33:28 2018 (r486497) +++ head/devel/py-jenkins-job-builder/Makefile Mon Dec 3 06:58:41 2018 (r486498) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins-job-builder -PORTVERSION= 2.8.0 +PORTVERSION= 2.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-jenkins-job-builder/distinfo ============================================================================== --- head/devel/py-jenkins-job-builder/distinfo Mon Dec 3 04:33:28 2018 (r486497) +++ head/devel/py-jenkins-job-builder/distinfo Mon Dec 3 06:58:41 2018 (r486498) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542662924 -SHA256 (jenkins-job-builder-2.8.0.tar.gz) = 30c1f0a15e34080a21eb7f46e781dec3c949306b311f5c8494d980a8aedcb0a3 -SIZE (jenkins-job-builder-2.8.0.tar.gz) = 584809 +TIMESTAMP = 1543820048 +SHA256 (jenkins-job-builder-2.9.0.tar.gz) = 989508bc1e0b0d07531328432b3b89186d035fc8f3631aea2918ec1fd0b41e40 +SIZE (jenkins-job-builder-2.9.0.tar.gz) = 583525 From owner-svn-ports-all@freebsd.org Mon Dec 3 07:34:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D83BB1318DDA; Mon, 3 Dec 2018 07:34:01 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 799977573C; Mon, 3 Dec 2018 07:34:01 +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 54F7F12D44; Mon, 3 Dec 2018 07:34:01 +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 wB37Y1Aa093593; Mon, 3 Dec 2018 07:34:01 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB37Y0b3093590; Mon, 3 Dec 2018 07:34:00 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812030734.wB37Y0b3093590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 3 Dec 2018 07:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486499 - in head/www: . moodle36 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: . moodle36 X-SVN-Commit-Revision: 486499 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 799977573C X-Spamd-Result: default: False [0.45 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.37)[0.366,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; NEURAL_SPAM_LONG(0.05)[0.050,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 07:34:02 -0000 Author: wen Date: Mon Dec 3 07:34:00 2018 New Revision: 486499 URL: https://svnweb.freebsd.org/changeset/ports/486499 Log: - Repocopy moodle35 --> moodle36 and update to 3.6 - Adjust CONFLICTS - Remove MIMETEX option Added: head/www/moodle36/ - copied from r486492, head/www/moodle35/ Modified: head/www/Makefile head/www/moodle36/Makefile head/www/moodle36/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Dec 3 06:58:41 2018 (r486498) +++ head/www/Makefile Mon Dec 3 07:34:00 2018 (r486499) @@ -497,6 +497,7 @@ SUBDIR += moodle33 SUBDIR += moodle34 SUBDIR += moodle35 + SUBDIR += moodle36 SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch Modified: head/www/moodle36/Makefile ============================================================================== --- head/www/moodle35/Makefile Sun Dec 2 23:18:10 2018 (r486492) +++ head/www/moodle36/Makefile Mon Dec 3 07:34:00 2018 (r486499) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.5.3 +PORTVERSION= 3.6 CATEGORIES= www -MASTER_SITES= SF/moodle/Moodle/stable35/ +MASTER_SITES= SF/moodle/Moodle/stable36/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} MAINTAINER= wen@FreeBSD.org @@ -12,7 +12,8 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* +CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* \ + moodle35-3.5.[0-9]* IGNORE_WITH_PHP= 56 @@ -24,16 +25,14 @@ WRKSRC= ${WRKDIR}/moodle OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= MYSQL PGSQL MSSQL -OPTIONS_DEFINE= LDAP MIMETEX +OPTIONS_DEFINE= LDAP OPTIONS_DEFAULT= MYSQL -MIMETEX_DESC= mimeTeX filter functionality support MYSQL_USES= mysql MYSQL_USE= php=mysqli PGSQL_USE= php=pgsql MSSQL_USE= php=mssql LDAP_USE= php=ldap -MIMETEX_RUN_DEPENDS= ${LOCALBASE}/www/mimetex/cgi-bin/mimetex.cgi:www/mimetex NO_BUILD= yes PLIST= ${WRKDIR}/plist @@ -61,9 +60,5 @@ pre-install: do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${MOODLEDIR} @${INSTALL} -d ${STAGEDIR}${PREFIX}/${MOODLEDATADIR} - -do-install-MIMETEX-on: - ${LN} -sf ${PREFIX}/www/mimetex/cgi-bin/mimetex.cgi \ - ${STAGEDIR}${PREFIX}/${MOODLEDIR}/filter/tex/mimetex.freebsd .include Modified: head/www/moodle36/distinfo ============================================================================== --- head/www/moodle35/distinfo Sun Dec 2 23:18:10 2018 (r486492) +++ head/www/moodle36/distinfo Mon Dec 3 07:34:00 2018 (r486499) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542014206 -SHA256 (moodle-3.5.3.tgz) = cd27623abfe753e8e61f0d003851c0e541eb38c8c5d228521ea7e93e052ebaad -SIZE (moodle-3.5.3.tgz) = 46645219 +TIMESTAMP = 1543804168 +SHA256 (moodle-3.6.tgz) = b878707c57ab24638e80a4051326b3b8213f988b5aeadc22edb60bb3ee0a6365 +SIZE (moodle-3.6.tgz) = 47652034 From owner-svn-ports-all@freebsd.org Mon Dec 3 07:47:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 387951319147; Mon, 3 Dec 2018 07:47:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFA4475C44; Mon, 3 Dec 2018 07:47:39 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97B4912EF5; Mon, 3 Dec 2018 07:47:39 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB37ld0J099122; Mon, 3 Dec 2018 07:47:39 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB37ld30099119; Mon, 3 Dec 2018 07:47:39 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201812030747.wB37ld30099119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Mon, 3 Dec 2018 07:47:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486500 - head/net-im/mikutter X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/net-im/mikutter X-SVN-Commit-Revision: 486500 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CFA4475C44 X-Spamd-Result: default: False [0.45 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_SHORT(0.37)[0.366,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 07:47:40 -0000 Author: meta Date: Mon Dec 3 07:47:38 2018 New Revision: 486500 URL: https://svnweb.freebsd.org/changeset/ports/486500 Log: net-im/mikutter: Update to 3.8.3 - Grab maintainership - Pet portlint (bring USES earlier) - Update minimal versions of dependencies PR: 233294 Approved by: mentors (implicit) Differential Revision: https://reviews.freebsd.org/D18035 Modified: head/net-im/mikutter/Makefile head/net-im/mikutter/distinfo head/net-im/mikutter/pkg-plist Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Mon Dec 3 07:34:00 2018 (r486499) +++ head/net-im/mikutter/Makefile Mon Dec 3 07:47:38 2018 (r486500) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.7.1 +PORTVERSION= 3.8.3 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} DISTNAME= ${PORTNAME}.${PORTVERSION} -MAINTAINER= tota@FreeBSD.org +MAINTAINER= meta@FreeBSD.org COMMENT= Simple, powerful, and moeful Twitter client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-gtk2>=3.2.1:x11-toolkits/rubygem-gtk2 \ +RUN_DEPENDS= rubygem-gtk2>=3.2.9:x11-toolkits/rubygem-gtk2 \ rubygem-cairo>=1.12.9:graphics/rubygem-cairo \ rubygem-addressable>=2.5.2:www/rubygem-addressable \ rubygem-delayer>=0.0.2:devel/rubygem-delayer \ @@ -31,7 +31,7 @@ RUN_DEPENDS= rubygem-gtk2>=3.2.1:x11-toolkits/rubygem- rubygem-nokogiri>=1.6.7:textproc/rubygem-nokogiri \ rubygem-oauth>=0.5.4:net/rubygem-oauth \ rubygem-pluggaloid>=1.1.1:devel/rubygem-pluggaloid \ - rubygem-public_suffix>=3.0.2:dns/rubygem-public_suffix \ + rubygem-public_suffix>=3.0.3:dns/rubygem-public_suffix \ rubygem-ruby-hmac>=0.4.0:security/rubygem-ruby-hmac \ rubygem-text>=1.3.1:textproc/rubygem-text \ rubygem-totoridipjp>=0.1.0:www/rubygem-totoridipjp \ @@ -39,30 +39,25 @@ RUN_DEPENDS= rubygem-gtk2>=3.2.1:x11-toolkits/rubygem- rubygem-typed-array>=0.1.2:devel/rubygem-typed-array \ rubygem-unf>=0.1.4:textproc/rubygem-unf -WRKSRC= ${WRKDIR}/${PORTNAME} - -NO_ARCH= yes USES= shebangfix USE_RUBY= yes + +NO_ARCH= yes NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + SHEBANG_FILES= mikutter.rb \ - core/miku/miku.rb \ - core/lib/piapro.rb \ - devel/makechi.rb + core/miku/miku.rb PORTDOCS= README SUB_FILES= mikutter.desktop SUB_LIST= RUBY_SITELIBDIR=${RUBY_SITELIBDIR} -REINPLACE_ARGS= -i '' - OPTIONS_DEFINE= DOCS NOTIFY NOTIFY_DESC= notify-send support OPTIONS_DEFAULT= ${OPTIONS_DEFINE} - -.include NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Mon Dec 3 07:34:00 2018 (r486499) +++ head/net-im/mikutter/distinfo Mon Dec 3 07:47:38 2018 (r486500) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526445639 -SHA256 (mikutter.3.7.1.tar.gz) = e076fd26ecdd92dfa2a7828ba41d19fa030705956b9829714ec7c5ec09500d8b -SIZE (mikutter.3.7.1.tar.gz) = 2908736 +TIMESTAMP = 1542546171 +SHA256 (mikutter.3.8.3.tar.gz) = 0e443f372670e3cbb551a0c6e2181b7163c897b14f570ff0ca3f397d7d163a1d +SIZE (mikutter.3.8.3.tar.gz) = 2895506 Modified: head/net-im/mikutter/pkg-plist ============================================================================== --- head/net-im/mikutter/pkg-plist Mon Dec 3 07:34:00 2018 (r486499) +++ head/net-im/mikutter/pkg-plist Mon Dec 3 07:47:38 2018 (r486500) @@ -140,7 +140,8 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/zh_TW/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/alsa/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/alsa/alsa.rb -%%RUBY_SITELIBDIR%%/mikutter/core/plugin/api_request_file_cache.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/api_request_file_cache/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/api_request_file_cache/api_request_file_cache.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/aspectframe/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/aspectframe/aspectframe.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bitly/.mikutter.yml @@ -231,6 +232,7 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/core/core.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/current_world/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/current_world/current_world.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/current_world/error.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/direct_message.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/dmlistview.rb @@ -709,8 +711,6 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/spell/spell.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/spell/struct.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/.mikutter.yml -%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/filter.rb -%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/perma_streamer.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/ar/streaming.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/de/streaming.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/el/streaming.po @@ -723,8 +723,6 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/zh/streaming.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/zh_CN/streaming.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/po/zh_TW/streaming.po -%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/streamer.rb -%%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/streamer_error.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming/streaming.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming_connection_status/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/streaming_connection_status/streaming_connection_status.rb From owner-svn-ports-all@freebsd.org Mon Dec 3 08:06:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8E901319A39; Mon, 3 Dec 2018 08:06:02 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 689DA76767; Mon, 3 Dec 2018 08:06:02 +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 4ADF313255; Mon, 3 Dec 2018 08:06:02 +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 wB3862H0009266; Mon, 3 Dec 2018 08:06:02 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3861V2009259; Mon, 3 Dec 2018 08:06:01 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812030806.wB3861V2009259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 3 Dec 2018 08:06:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486501 - in head/www: moodle31 moodle33 moodle34 moodle35 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: moodle31 moodle33 moodle34 moodle35 X-SVN-Commit-Revision: 486501 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 689DA76767 X-Spamd-Result: default: False [0.60 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.52)[0.523,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 08:06:03 -0000 Author: wen Date: Mon Dec 3 08:06:01 2018 New Revision: 486501 URL: https://svnweb.freebsd.org/changeset/ports/486501 Log: - Adjust CONFLICTS to welcome moodle36 - Mark moodle31, moodle33 and moodle34 DEPRECATED Modified: head/www/moodle31/Makefile head/www/moodle33/Makefile head/www/moodle34/Makefile head/www/moodle35/Makefile Modified: head/www/moodle31/Makefile ============================================================================== --- head/www/moodle31/Makefile Mon Dec 3 07:47:38 2018 (r486500) +++ head/www/moodle31/Makefile Mon Dec 3 08:06:01 2018 (r486501) @@ -12,7 +12,11 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* +DEPRECATED= Upstream no longer maintained +EXPIRATION_DATE=2019-03-03 + +CONFLICTS= moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* \ + moodle36-3.6 USES= cpe php tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: head/www/moodle33/Makefile ============================================================================== --- head/www/moodle33/Makefile Mon Dec 3 07:47:38 2018 (r486500) +++ head/www/moodle33/Makefile Mon Dec 3 08:06:01 2018 (r486501) @@ -12,7 +12,11 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle31-3.1.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* +DEPRECATED= Upstream no longer maintained +EXPIRATION_DATE=2018-12-31 + +CONFLICTS= moodle31-3.1.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* \ + moodle36-3.6 USES= cpe php tar:tgz USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \ Modified: head/www/moodle34/Makefile ============================================================================== --- head/www/moodle34/Makefile Mon Dec 3 07:47:38 2018 (r486500) +++ head/www/moodle34/Makefile Mon Dec 3 08:06:01 2018 (r486501) @@ -12,7 +12,11 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]* +DEPRECATED= Upstream no longer maintained +EXPIRATION_DATE=2019-03-03 + +CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]* \ + moodle36-3.6 IGNORE_WITH_PHP= 56 Modified: head/www/moodle35/Makefile ============================================================================== --- head/www/moodle35/Makefile Mon Dec 3 07:47:38 2018 (r486500) +++ head/www/moodle35/Makefile Mon Dec 3 08:06:01 2018 (r486501) @@ -12,7 +12,8 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* +CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* \ + moodle36-3.6 IGNORE_WITH_PHP= 56 From owner-svn-ports-all@freebsd.org Mon Dec 3 08:40:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B0A4131A855; Mon, 3 Dec 2018 08:40:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 005C477892; Mon, 3 Dec 2018 08:40: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 D59E2137BD; Mon, 3 Dec 2018 08:40:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB38esXX025396; Mon, 3 Dec 2018 08:40:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB38erl5025390; Mon, 3 Dec 2018 08:40:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812030840.wB38erl5025390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 3 Dec 2018 08:40:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486502 - in head/biology: . gatk gatk/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/biology: . gatk gatk/files X-SVN-Commit-Revision: 486502 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 005C477892 X-Spamd-Result: default: False [0.60 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.52)[0.523,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 08:40:55 -0000 Author: yuri Date: Mon Dec 3 08:40:53 2018 New Revision: 486502 URL: https://svnweb.freebsd.org/changeset/ports/486502 Log: New port: biology/gatk: Variant discovery in high-throughput sequencing data Added: head/biology/gatk/ head/biology/gatk/Makefile (contents, props changed) head/biology/gatk/distinfo (contents, props changed) head/biology/gatk/files/ head/biology/gatk/files/gatk.sh.in (contents, props changed) head/biology/gatk/files/patch-build.gradle (contents, props changed) head/biology/gatk/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Mon Dec 3 08:06:01 2018 (r486501) +++ head/biology/Makefile Mon Dec 3 08:40:53 2018 (r486502) @@ -37,6 +37,7 @@ SUBDIR += fluctuate SUBDIR += freebayes SUBDIR += garlic + SUBDIR += gatk SUBDIR += gff2ps SUBDIR += gmap SUBDIR += gperiodic Added: head/biology/gatk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/gatk/Makefile Mon Dec 3 08:40:53 2018 (r486502) @@ -0,0 +1,45 @@ +# $FreeBSD$ + +PORTNAME= gatk +DISTVERSION= 4.0.11.0 +CATEGORIES= biology java +MASTER_SITES= LOCAL/yuri/:deps +DISTFILES= ${PORTNAME}-${DISTVERSION}-deps${EXTRACT_SUFX}:deps +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Variant discovery in high-throughput sequencing data + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT + +BUILD_DEPENDS= gradle4:devel/gradle4 + +USES= gettext-runtime +USE_GITHUB= yes +GH_ACCOUNT= broadinstitute +USE_JAVA= yes + +SUB_FILES= ${PORTNAME}.sh +SUB_LIST= PORTVERSION=${PORTVERSION} JAVA=${JAVA} + +NO_ARCH= yes + +DEPS_CACHE_DIR= /tmp # should be ${WRKDIR}, but workaround for the gradle bug that dependency cache is not relocable: https://github.com/gradle/gradle/issues/1338 + +PLIST_FILES= bin/${PORTNAME} \ + ${JAVAJARDIR}/GenomeAnalysisTK-${PORTVERSION}.jar + +post-patch: # to rebuild the deps archive: 1. remove post-patch: 2. remove --offline 3. build 4. package ${DEPS_CACHE_DIR}/gradle-${PORTNAME} into the deps archive + @cd ${DEPS_CACHE_DIR} && ${TAR} xzf ${DISTDIR}/${PORTNAME}-${DISTVERSION}-deps${EXTRACT_SUFX} + +do-build: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle4 \ + --gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \ + --offline --build-cache localJar + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/build/libs/gatk-package-1.0-SNAPSHOT-local.jar ${STAGEDIR}${JAVAJARDIR}/GenomeAnalysisTK-${PORTVERSION}.jar + +.include Added: head/biology/gatk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/gatk/distinfo Mon Dec 3 08:40:53 2018 (r486502) @@ -0,0 +1,5 @@ +TIMESTAMP = 1543823410 +SHA256 (gatk-4.0.11.0-deps.tar.gz) = 457ed3bf756a673daa2d123fef1d8525e57f20708f134c9b897946ea49561a36 +SIZE (gatk-4.0.11.0-deps.tar.gz) = 225800131 +SHA256 (broadinstitute-gatk-4.0.11.0_GH0.tar.gz) = ba4cc922bae2cdec728984518644bb0a12be2b6916297e2eb3b862cb42841039 +SIZE (broadinstitute-gatk-4.0.11.0_GH0.tar.gz) = 74603782 Added: head/biology/gatk/files/gatk.sh.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/gatk/files/gatk.sh.in Mon Dec 3 08:40:53 2018 (r486502) @@ -0,0 +1,25 @@ +#!/bin/sh + +export LC_ALL=en_US.UTF-8 + +MEM_OPTS_SET_BY_USER="no" +for o in $@; do + case $o in + -X* ) + MEM_OPTS_SET_BY_USER="yes" + ;; + esac +done + +if [ $MEM_OPTS_SET_BY_USER = "no" ]; then + # memory options + physmem_b=$(sysctl -n hw.physmem) + physmem_mb=$((physmem_b/1024/1024)) + physmem_mb=$((physmem_mb*3/4)) # allow 3/4 of the memory + # -Xms set initial Java heap size + # -Xmx set maximum Java heap size + MEM_OPTS="-Xms512m -Xmx${physmem_mb}m" +fi + +# execute the command +%%JAVA%% $MEM_OPTS -jar %%JAVAJARDIR%%/GenomeAnalysisTK-%%PORTVERSION%%.jar "$@" Added: head/biology/gatk/files/patch-build.gradle ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/gatk/files/patch-build.gradle Mon Dec 3 08:40:53 2018 (r486502) @@ -0,0 +1,29 @@ +--- build.gradle.orig 2018-10-23 15:15:16 UTC ++++ build.gradle +@@ -115,7 +115,7 @@ def resolveLargeResourceStubFiles(largeR + } + + // check for stub files, try to pull once if there are any, then check again +- if (checkForLFSStubFiles(largeResourcesFolder)) { ++ if (false && checkForLFSStubFiles(largeResourcesFolder)) { + final gitLFSPullLargeResources = "git lfs pull --include $largeResourcesFolder" + execGitLFSCommand(gitLFSPullLargeResources) + if (checkForLFSStubFiles(largeResourcesFolder)) { +@@ -135,7 +135,7 @@ def ensureBuildPrerequisites(requiredJav + "The ClassLoader obtained from the Java ToolProvider is null. " + + "A Java $requiredJavaVersion JDK must be installed. $buildPrerequisitesMessage") + } +- if (!file(".git").isDirectory()) { ++ if (false && !file(".git").isDirectory()) { + throw new GradleException("The GATK Github repository must be cloned using \"git clone\" to run the build. " + + "$buildPrerequisitesMessage") + } +@@ -366,7 +366,7 @@ def createGatkSymlinks(destinationDir, a + } + + final isRelease = Boolean.getBoolean("release") +-version = (isRelease ? gitVersion() : gitVersion() + "-SNAPSHOT").replaceAll(".dirty", "") ++version = (isRelease ? "1.0" : "1.0" + "-SNAPSHOT").replaceAll(".dirty", "") + + logger.info("build for version:" + version) + group = 'org.broadinstitute' Added: head/biology/gatk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/gatk/pkg-descr Mon Dec 3 08:40:53 2018 (r486502) @@ -0,0 +1,13 @@ +GATK, pronounced "Gee Ay Tee Kay" (not "Gat-Kay"), stands for +GenomeAnalysisToolkit. It is a collection of command-line tools for analyzing +high-throughput sequencing data with a primary focus on variant discovery. The +tools can be used individually or chained together into complete workflows. +end-to-end workflows are provided, called GATK Best Practices, tailored for +specific use cases. + +Developed in the Data Sciences Platform at the Broad Institute, the toolkit +offers a wide variety of tools with a primary focus on variant discovery and +genotyping. Its powerful processing engine and high-performance computing +features make it capable of taking on projects of any size. + +WWW: https://software.broadinstitute.org/gatk/ From owner-svn-ports-all@freebsd.org Mon Dec 3 08:52:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2BF8131AF0A; Mon, 3 Dec 2018 08:52: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93B4B780FE; Mon, 3 Dec 2018 08:52: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 7526C139C1; Mon, 3 Dec 2018 08:52: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 wB38q3W9032425; Mon, 3 Dec 2018 08:52:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB38q33i032424; Mon, 3 Dec 2018 08:52:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812030852.wB38q33i032424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 3 Dec 2018 08:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486503 - head/biology/gatk X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/biology/gatk X-SVN-Commit-Revision: 486503 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 93B4B780FE X-Spamd-Result: default: False [0.25 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.29)[0.287,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 08:52:04 -0000 Author: yuri Date: Mon Dec 3 08:52:03 2018 New Revision: 486503 URL: https://svnweb.freebsd.org/changeset/ports/486503 Log: biology/gatk: Correct the target Modified: head/biology/gatk/Makefile Modified: head/biology/gatk/Makefile ============================================================================== --- head/biology/gatk/Makefile Mon Dec 3 08:40:53 2018 (r486502) +++ head/biology/gatk/Makefile Mon Dec 3 08:52:03 2018 (r486503) @@ -30,7 +30,7 @@ DEPS_CACHE_DIR= /tmp # should be ${WRKDIR}, but workar PLIST_FILES= bin/${PORTNAME} \ ${JAVAJARDIR}/GenomeAnalysisTK-${PORTVERSION}.jar -post-patch: # to rebuild the deps archive: 1. remove post-patch: 2. remove --offline 3. build 4. package ${DEPS_CACHE_DIR}/gradle-${PORTNAME} into the deps archive +post-extract: # to rebuild the deps archive: 1. remove post-extract: 2. remove --offline 3. build 4. package ${DEPS_CACHE_DIR}/gradle-${PORTNAME} into the deps archive @cd ${DEPS_CACHE_DIR} && ${TAR} xzf ${DISTDIR}/${PORTNAME}-${DISTVERSION}-deps${EXTRACT_SUFX} do-build: From owner-svn-ports-all@freebsd.org Mon Dec 3 08:56:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74661131B020; Mon, 3 Dec 2018 08:56:35 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1931778307; Mon, 3 Dec 2018 08:56:35 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE47313B13; Mon, 3 Dec 2018 08:56:34 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB38uYmv035172; Mon, 3 Dec 2018 08:56:34 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB38uYP4035169; Mon, 3 Dec 2018 08:56:34 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201812030856.wB38uYP4035169@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 3 Dec 2018 08:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486504 - in head/devel/sbt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: in head/devel/sbt: . files X-SVN-Commit-Revision: 486504 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1931778307 X-Spamd-Result: default: False [0.37 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.29)[0.288,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 08:56:35 -0000 Author: ale Date: Mon Dec 3 08:56:34 2018 New Revision: 486504 URL: https://svnweb.freebsd.org/changeset/ports/486504 Log: Update to 1.2.7 release. Modified: head/devel/sbt/Makefile head/devel/sbt/distinfo head/devel/sbt/files/patch-bin_sbt-launch-lib.bash Modified: head/devel/sbt/Makefile ============================================================================== --- head/devel/sbt/Makefile Mon Dec 3 08:52:03 2018 (r486503) +++ head/devel/sbt/Makefile Mon Dec 3 08:56:34 2018 (r486504) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sbt -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= devel java MASTER_SITES= https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/ Modified: head/devel/sbt/distinfo ============================================================================== --- head/devel/sbt/distinfo Mon Dec 3 08:52:03 2018 (r486503) +++ head/devel/sbt/distinfo Mon Dec 3 08:56:34 2018 (r486504) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540280683 -SHA256 (sbt-1.2.6.tgz) = 96597d4310ef1332aed439bf7d3edfd52ce8b8417688b01646e3c22de4c868db -SIZE (sbt-1.2.6.tgz) = 46954760 +TIMESTAMP = 1543826287 +SHA256 (sbt-1.2.7.tgz) = 2625cbd8db75ec9b4a57e9a0af55a5ee8ad7700e1eba7d97ad78d9296450e781 +SIZE (sbt-1.2.7.tgz) = 47171488 Modified: head/devel/sbt/files/patch-bin_sbt-launch-lib.bash ============================================================================== --- head/devel/sbt/files/patch-bin_sbt-launch-lib.bash Mon Dec 3 08:52:03 2018 (r486503) +++ head/devel/sbt/files/patch-bin_sbt-launch-lib.bash Mon Dec 3 08:56:34 2018 (r486504) @@ -1,6 +1,6 @@ ---- bin/sbt-launch-lib.bash.orig 2017-08-29 21:39:02 UTC +--- bin/sbt-launch-lib.bash.orig 2018-12-03 08:50:53 UTC +++ bin/sbt-launch-lib.bash -@@ -26,7 +26,7 @@ while [ -h "$SCRIPT" ] ; do +@@ -27,7 +27,7 @@ while [ -h "$SCRIPT" ] ; do fi done declare -r sbt_bin_dir="$(dirname "$SCRIPT")" @@ -9,7 +9,7 @@ echoerr () { echo 1>&2 "$@" -@@ -39,7 +39,7 @@ dlog () { +@@ -40,7 +40,7 @@ dlog () { } jar_file () { @@ -18,21 +18,20 @@ } acquire_sbt_jar () { -@@ -172,14 +172,14 @@ process_args () { +@@ -249,14 +249,14 @@ getPreloaded() { + } + syncPreloaded() { +- local source_preloaded="$sbt_home/lib/local-preloaded" ++ local source_preloaded="$sbt_home/local-preloaded" + local target_preloaded="$(getPreloaded)" if [[ "$init_sbt_version" == "" ]]; then # FIXME: better $init_sbt_version detection -- init_sbt_version="$(ls -1 "$sbt_home/lib/local-preloaded/org.scala-sbt/sbt/")" -+ init_sbt_version="$(ls -1 "$sbt_home/local-preloaded/org.scala-sbt/sbt/")" + init_sbt_version="$(ls -1 "$source_preloaded/org.scala-sbt/sbt/")" fi - [[ -f "$HOME/.sbt/preloaded/org.scala-sbt/sbt/$init_sbt_version/jars/sbt.jar" ]] || { - # lib/local-preloaded exists (This is optional) -- [[ -d "$sbt_home/lib/local-preloaded/" ]] && { -+ [[ -d "$sbt_home/local-preloaded/" ]] && { + [[ -f "$target_preloaded/org.scala-sbt/sbt/$init_sbt_version/jars/sbt.jar" ]] || { +- # lib/local-preloaded exists (This is optional) ++ # local-preloaded exists (This is optional) + [[ -d "$source_preloaded" ]] && { command -v rsync >/dev/null 2>&1 && { - mkdir -p "$HOME/.sbt/preloaded" -- rsync -a --ignore-existing "$sbt_home/lib/local-preloaded/" "$HOME/.sbt/preloaded" -+ rsync -a --ignore-existing "$sbt_home/local-preloaded/" "$HOME/.sbt/preloaded" - } - } - } + mkdir -p "$target_preloaded" From owner-svn-ports-all@freebsd.org Mon Dec 3 09:21:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC796131BC6C; Mon, 3 Dec 2018 09:21:27 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9380D793A6; Mon, 3 Dec 2018 09:21:27 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7490D13FE4; Mon, 3 Dec 2018 09:21:27 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB39LR9B048086; Mon, 3 Dec 2018 09:21:27 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB39LQxp048083; Mon, 3 Dec 2018 09:21:26 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201812030921.wB39LQxp048083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 3 Dec 2018 09:21:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486505 - head/devel/zeal X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/devel/zeal X-SVN-Commit-Revision: 486505 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9380D793A6 X-Spamd-Result: default: False [-0.08 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.29)[0.287,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 09:21:28 -0000 Author: rakuco Date: Mon Dec 3 09:21:26 2018 New Revision: 486505 URL: https://svnweb.freebsd.org/changeset/ports/486505 Log: Update to 0.6.1. Release notes: https://github.com/zealdocs/zeal/releases/tag/v0.6.1 Modified: head/devel/zeal/Makefile head/devel/zeal/distinfo head/devel/zeal/pkg-plist Modified: head/devel/zeal/Makefile ============================================================================== --- head/devel/zeal/Makefile Mon Dec 3 08:56:34 2018 (r486504) +++ head/devel/zeal/Makefile Mon Dec 3 09:21:26 2018 (r486505) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zeal -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.6.1 DISTVERSIONPREFIX=v CATEGORIES= devel Modified: head/devel/zeal/distinfo ============================================================================== --- head/devel/zeal/distinfo Mon Dec 3 08:56:34 2018 (r486504) +++ head/devel/zeal/distinfo Mon Dec 3 09:21:26 2018 (r486505) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518972714 -SHA256 (zealdocs-zeal-v0.6.0_GH0.tar.gz) = ef307d3ad4f03c76fa5fc249f8e7e04de879aa7574bec1ff8be548dbc2c02973 -SIZE (zealdocs-zeal-v0.6.0_GH0.tar.gz) = 1062223 +TIMESTAMP = 1543666801 +SHA256 (zealdocs-zeal-v0.6.1_GH0.tar.gz) = 095c08f9903071849d5c79878abd48237ce1615f16d324afff1873ab6b5f0026 +SIZE (zealdocs-zeal-v0.6.1_GH0.tar.gz) = 1063963 Modified: head/devel/zeal/pkg-plist ============================================================================== --- head/devel/zeal/pkg-plist Mon Dec 3 08:56:34 2018 (r486504) +++ head/devel/zeal/pkg-plist Mon Dec 3 09:21:26 2018 (r486505) @@ -1,5 +1,6 @@ bin/zeal -share/applications/zeal.desktop +share/applications/org.zealdocs.Zeal.desktop +share/metainfo/org.zealdocs.Zeal.appdata.xml share/icons/hicolor/128x128/apps/zeal.png share/icons/hicolor/16x16/apps/zeal.png share/icons/hicolor/24x24/apps/zeal.png From owner-svn-ports-all@freebsd.org Mon Dec 3 09:31:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECF5B1321244; Mon, 3 Dec 2018 09:31:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9595E799E5; Mon, 3 Dec 2018 09:31:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 782AB14176; Mon, 3 Dec 2018 09:31:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB39VQ2f053795; Mon, 3 Dec 2018 09:31:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB39VQTQ053793; Mon, 3 Dec 2018 09:31:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812030931.wB39VQTQ053793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 3 Dec 2018 09:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486506 - head/x11/deforaos-keyboard X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/deforaos-keyboard X-SVN-Commit-Revision: 486506 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9595E799E5 X-Spamd-Result: default: False [-0.08 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.29)[0.287,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 09:31:27 -0000 Author: amdmi3 Date: Mon Dec 3 09:31:25 2018 New Revision: 486506 URL: https://svnweb.freebsd.org/changeset/ports/486506 Log: - Fix LICENSE - Whitespace and portlint fixes, add missing USES=gnome - Update WWW Approved by: portmgr blanket Modified: head/x11/deforaos-keyboard/Makefile head/x11/deforaos-keyboard/pkg-descr Modified: head/x11/deforaos-keyboard/Makefile ============================================================================== --- head/x11/deforaos-keyboard/Makefile Mon Dec 3 09:21:26 2018 (r486505) +++ head/x11/deforaos-keyboard/Makefile Mon Dec 3 09:31:25 2018 (r486506) @@ -11,16 +11,16 @@ DISTNAME= Keyboard-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop virtual keyboard -LICENSE= GPLv3 +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libDesktop.so:x11/deforaos-libdesktop \ - libSystem.so:devel/deforaos-libsystem \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libSystem.so:devel/deforaos-libsystem \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 cairo gdkpixbuf2 -USES= desktop-file-utils pkgconfig USE_XORG= x11 xtst MAKE_ARGS+= PREFIX=${PREFIX} Modified: head/x11/deforaos-keyboard/pkg-descr ============================================================================== --- head/x11/deforaos-keyboard/pkg-descr Mon Dec 3 09:21:26 2018 (r486505) +++ head/x11/deforaos-keyboard/pkg-descr Mon Dec 3 09:31:25 2018 (r486506) @@ -1,3 +1,3 @@ DeforaOS desktop virtual keyboard -WWW: http://www.defora.org/ +WWW: https://www.defora.org/ From owner-svn-ports-all@freebsd.org Mon Dec 3 09:38:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 852EE13215A1; Mon, 3 Dec 2018 09:38:26 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 289CC79CCC; Mon, 3 Dec 2018 09:38:26 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0456D141F3; Mon, 3 Dec 2018 09:38:26 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB39cPLN055706; Mon, 3 Dec 2018 09:38:25 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB39cPH9055705; Mon, 3 Dec 2018 09:38:25 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201812030938.wB39cPH9055705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Mon, 3 Dec 2018 09:38:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486507 - head/ftp/wget X-SVN-Group: ports-head X-SVN-Commit-Author: vd X-SVN-Commit-Paths: head/ftp/wget X-SVN-Commit-Revision: 486507 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 289CC79CCC X-Spamd-Result: default: False [-0.09 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.28)[0.282,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 09:38:26 -0000 Author: vd Date: Mon Dec 3 09:38:25 2018 New Revision: 486507 URL: https://svnweb.freebsd.org/changeset/ports/486507 Log: ftp/wget: Upgrade from 1.19.5 to 1.20 Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS PR: ports/233738 Reported by: takefu@airport.fm Modified: head/ftp/wget/Makefile head/ftp/wget/distinfo Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Mon Dec 3 09:31:25 2018 (r486506) +++ head/ftp/wget/Makefile Mon Dec 3 09:38:25 2018 (r486507) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wget -DISTVERSION= 1.19.5 -PORTREVISION= 1 +DISTVERSION= 1.20 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz Modified: head/ftp/wget/distinfo ============================================================================== --- head/ftp/wget/distinfo Mon Dec 3 09:31:25 2018 (r486506) +++ head/ftp/wget/distinfo Mon Dec 3 09:38:25 2018 (r486507) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525879017 -SHA256 (wget-1.19.5.tar.lz) = 29fbe6f3d5408430c572a63fe32bd43d5860f32691173dfd84edc06869edca75 -SIZE (wget-1.19.5.tar.lz) = 2204066 +TIMESTAMP = 1543805556 +SHA256 (wget-1.20.tar.lz) = b0b80f565ac27f5e56c847431c75b4f8fcb31af9dad2bf5ce947d89651f3681e +SIZE (wget-1.20.tar.lz) = 2130018 From owner-svn-ports-all@freebsd.org Mon Dec 3 10:05:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 760C013226FF; Mon, 3 Dec 2018 10:05:33 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19E367B102; Mon, 3 Dec 2018 10:05:33 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA585146EE; Mon, 3 Dec 2018 10:05:32 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3A5WPp070778; Mon, 3 Dec 2018 10:05:32 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3A5WW7070777; Mon, 3 Dec 2018 10:05:32 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201812031005.wB3A5WW7070777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Mon, 3 Dec 2018 10:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486508 - head/www/chromium/files X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: head/www/chromium/files X-SVN-Commit-Revision: 486508 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 19E367B102 X-Spamd-Result: default: False [0.01 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_SHORT(0.29)[0.293,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 10:05:33 -0000 Author: manu Date: Mon Dec 3 10:05:32 2018 New Revision: 486508 URL: https://svnweb.freebsd.org/changeset/ports/486508 Log: www/chromium: Really unbreak on arm64 r486198 didn't include the correct patch for boringssl. Fix this. Pointy Hat: manu Tested On: Pinebook Approved by: bapt (mentor, implicit) Modified: head/www/chromium/files/patch-third__party_boringssl_src_crypto_cpu-aarch64-linux.c Modified: head/www/chromium/files/patch-third__party_boringssl_src_crypto_cpu-aarch64-linux.c ============================================================================== --- head/www/chromium/files/patch-third__party_boringssl_src_crypto_cpu-aarch64-linux.c Mon Dec 3 09:38:25 2018 (r486507) +++ head/www/chromium/files/patch-third__party_boringssl_src_crypto_cpu-aarch64-linux.c Mon Dec 3 10:05:32 2018 (r486508) @@ -1,11 +1,54 @@ ---- third_party/boringssl/src/crypto/cpu-aarch64-linux.c.orig 2018-09-11 22:58:51 UTC -+++ third_party/boringssl/src/crypto/cpu-aarch64-linux.c -@@ -60,3 +60,8 @@ void OPENSSL_cpuid_setup(void) { - } +--- third_party/boringssl/src/crypto/cpu-aarch64-linux.c.orig 2018-08-08 21:13:09.000000000 +0200 ++++ third_party/boringssl/src/crypto/cpu-aarch64-linux.c 2018-12-02 10:28:41.672362000 +0100 +@@ -14,49 +14,7 @@ - #endif // OPENSSL_AARCH64 && !OPENSSL_STATIC_ARMCAP -+ + #include + +-#if defined(OPENSSL_AARCH64) && defined(OPENSSL_LINUX) && \ +- !defined(OPENSSL_STATIC_ARMCAP) +- +-#include +- +-#include +- +-#include "internal.h" +- +- +-extern uint32_t OPENSSL_armcap_P; +- +#ifdef __FreeBSD__ -+void OPENSSL_cpuid_setup(void) { -+} + void OPENSSL_cpuid_setup(void) { +- unsigned long hwcap = getauxval(AT_HWCAP); +- +- // See /usr/include/asm/hwcap.h on an aarch64 installation for the source of +- // these values. +- static const unsigned long kNEON = 1 << 1; +- static const unsigned long kAES = 1 << 3; +- static const unsigned long kPMULL = 1 << 4; +- static const unsigned long kSHA1 = 1 << 5; +- static const unsigned long kSHA256 = 1 << 6; +- +- if ((hwcap & kNEON) == 0) { +- // Matching OpenSSL, if NEON is missing, don't report other features +- // either. +- return; +- } +- +- OPENSSL_armcap_P |= ARMV7_NEON; +- +- if (hwcap & kAES) { +- OPENSSL_armcap_P |= ARMV8_AES; +- } +- if (hwcap & kPMULL) { +- OPENSSL_armcap_P |= ARMV8_PMULL; +- } +- if (hwcap & kSHA1) { +- OPENSSL_armcap_P |= ARMV8_SHA1; +- } +- if (hwcap & kSHA256) { +- OPENSSL_armcap_P |= ARMV8_SHA256; +- } + } +- +-#endif // OPENSSL_AARCH64 && !OPENSSL_STATIC_ARMCAP +#endif From owner-svn-ports-all@freebsd.org Mon Dec 3 10:16:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06F011322B3D; Mon, 3 Dec 2018 10:16:35 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F72E7B6B1; Mon, 3 Dec 2018 10:16:34 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 821B314895; Mon, 3 Dec 2018 10:16:34 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3AGYYU075997; Mon, 3 Dec 2018 10:16:34 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3AGYFA075995; Mon, 3 Dec 2018 10:16:34 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201812031016.wB3AGYFA075995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Mon, 3 Dec 2018 10:16:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486509 - head/mail/postfix-current X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix-current X-SVN-Commit-Revision: 486509 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9F72E7B6B1 X-Spamd-Result: default: False [-0.09 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.28)[0.282,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 10:16:35 -0000 Author: ohauer Date: Mon Dec 3 10:16:33 2018 New Revision: 486509 URL: https://svnweb.freebsd.org/changeset/ports/486509 Log: - update to 3.4-20181202 Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Mon Dec 3 10:05:32 2018 (r486508) +++ head/mail/postfix-current/Makefile Mon Dec 3 10:16:33 2018 (r486509) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.4-20181130 +DISTVERSION= 3.4-20181202 PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Mon Dec 3 10:05:32 2018 (r486508) +++ head/mail/postfix-current/distinfo Mon Dec 3 10:16:33 2018 (r486509) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543626630 -SHA256 (postfix/postfix-3.4-20181130.tar.gz) = b23b32dc3af7402742babaab6333c9777c807906ed81fe5f2405699d2b170d4b -SIZE (postfix/postfix-3.4-20181130.tar.gz) = 4508910 +TIMESTAMP = 1543765729 +SHA256 (postfix/postfix-3.4-20181202.tar.gz) = 401529f9781d9c6fa766a864db556fd5f6ed27d13f60dfd6e74efff847f9562c +SIZE (postfix/postfix-3.4-20181202.tar.gz) = 4508807 From owner-svn-ports-all@freebsd.org Mon Dec 3 10:47:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BABF21323645; Mon, 3 Dec 2018 10:47:50 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DCC77C501; Mon, 3 Dec 2018 10:47:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DA9814D8C; Mon, 3 Dec 2018 10:47:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3AloLq091163; Mon, 3 Dec 2018 10:47:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Alosb091162; Mon, 3 Dec 2018 10:47:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812031047.wB3Alosb091162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 3 Dec 2018 10:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486510 - head/x11/pixman X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/pixman X-SVN-Commit-Revision: 486510 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5DCC77C501 X-Spamd-Result: default: False [-0.46 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.09)[-0.091,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 10:47:50 -0000 Author: jbeich Date: Mon Dec 3 10:47:49 2018 New Revision: 486510 URL: https://svnweb.freebsd.org/changeset/ports/486510 Log: x11/pixman: actually use GNU as from devel/binutils ./pixman-arm-simd-asm.h:695: Warning: ignoring redefinition of register alias 'wk4' ./pixman-arm-neon-asm.h:941: Warning: ignoring redefinition of register alias 'dst_w' ./pixman-arm-neon-asm.h:702: Warning: ignoring redefinition of register alias 'orig_w' pixman-arm-neon-asm-bilinear.S:612: Warning: ignoring redefinition of register alias 'top' PR: 221814 233740 Reported by: Charlie Li Approved by: portmgr blanket Modified: head/x11/pixman/Makefile (contents, props changed) Modified: head/x11/pixman/Makefile ============================================================================== --- head/x11/pixman/Makefile Mon Dec 3 10:16:33 2018 (r486509) +++ head/x11/pixman/Makefile Mon Dec 3 10:47:49 2018 (r486510) @@ -2,6 +2,7 @@ PORTNAME= pixman PORTVERSION= 0.34.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -27,7 +28,7 @@ MAKE_ARGS= SUBDIRS=pixman .if ${ARCH} == "armv6" || ${ARCH} == "armv7" BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils -CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -no-integrated-as" +CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -B${LOCALBASE}/bin -no-integrated-as" .endif .if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc" From owner-svn-ports-all@freebsd.org Mon Dec 3 10:48:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F14901323667; Mon, 3 Dec 2018 10:48:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97E4D7C5D6; Mon, 3 Dec 2018 10:48:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78C5514D8F; Mon, 3 Dec 2018 10:48:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3Am6tR091295; Mon, 3 Dec 2018 10:48:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Am6FF091294; Mon, 3 Dec 2018 10:48:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812031048.wB3Am6FF091294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 3 Dec 2018 10:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486511 - head/x11/pixman X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/pixman X-SVN-Commit-Revision: 486511 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 97E4D7C5D6 X-Spamd-Result: default: False [-0.46 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.09)[-0.091,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 10:48:07 -0000 Author: jbeich Date: Mon Dec 3 10:48:06 2018 New Revision: 486511 URL: https://svnweb.freebsd.org/changeset/ports/486511 Log: x11/pixman: mark as LLD_UNSAFE /usr/bin/ld: error: can't create dynamic relocation R_ARM_V4BX against local symbol in readonly segment; recompile object files with -fPIC >>> defined in ./.libs/libpixman-arm-simd.a(pixman-arm-simd-asm-scaled.o) >>> referenced by pixman-arm-simd-asm-scaled.o:(.text+0x1B8) in archive ./.libs/libpixman-arm-simd.a PR: 233740 Reported by: Charlie Li Approved by: portmgr blanket Modified: head/x11/pixman/Makefile (contents, props changed) Modified: head/x11/pixman/Makefile ============================================================================== --- head/x11/pixman/Makefile Mon Dec 3 10:47:49 2018 (r486510) +++ head/x11/pixman/Makefile Mon Dec 3 10:48:06 2018 (r486511) @@ -29,6 +29,7 @@ MAKE_ARGS= SUBDIRS=pixman .if ${ARCH} == "armv6" || ${ARCH} == "armv7" BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -B${LOCALBASE}/bin -no-integrated-as" +LLD_UNSAFE= yes .endif .if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc" From owner-svn-ports-all@freebsd.org Mon Dec 3 11:13:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2AB113244BC; Mon, 3 Dec 2018 11:13:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93C1D7D5F4; Mon, 3 Dec 2018 11:13:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74A3F152AE; Mon, 3 Dec 2018 11:13:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3BDfM7006557; Mon, 3 Dec 2018 11:13:41 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3BDf2R006556; Mon, 3 Dec 2018 11:13:41 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812031113.wB3BDf2R006556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 3 Dec 2018 11:13:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486512 - head/audio/cava X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/cava X-SVN-Commit-Revision: 486512 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 93C1D7D5F4 X-Spamd-Result: default: False [-0.46 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_HAM_SHORT(-0.09)[-0.091,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 11:13:42 -0000 Author: tobik Date: Mon Dec 3 11:13:41 2018 New Revision: 486512 URL: https://svnweb.freebsd.org/changeset/ports/486512 Log: audio/cava: Add a dummy fontname to cava.bdf Without it, the BDF is malformed with FONT set to just "psf" which is not a proper XLFD. This confuses newer vtfontcvt versions which check for character cell spacing. PR: 205707 Modified: head/audio/cava/Makefile Modified: head/audio/cava/Makefile ============================================================================== --- head/audio/cava/Makefile Mon Dec 3 10:48:06 2018 (r486511) +++ head/audio/cava/Makefile Mon Dec 3 11:13:41 2018 (r486512) @@ -51,7 +51,8 @@ pre-configure: @${ECHO_CMD} ${DISTVERSION} > ${WRKSRC}/version pre-build-VT-on: - psf2bdf ${WRKSRC}/cava.psf > ${WRKSRC}/cava.bdf + psf2bdf --fontname="-gnu-cava-medium-r-normal--16-160-75-75-c-80-iso10646-1" \ + ${WRKSRC}/cava.psf > ${WRKSRC}/cava.bdf vtfontcvt ${WRKSRC}/cava.bdf ${WRKSRC}/cava.fnt post-install-DOCS-on: From owner-svn-ports-all@freebsd.org Mon Dec 3 11:29:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21DD71324BF2; Mon, 3 Dec 2018 11:29:03 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB5547DD04; Mon, 3 Dec 2018 11:29:02 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C72315478; Mon, 3 Dec 2018 11:29:02 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3BT2lj012276; Mon, 3 Dec 2018 11:29:02 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3BT2a5012275; Mon, 3 Dec 2018 11:29:02 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812031129.wB3BT2a5012275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 3 Dec 2018 11:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486513 - head/comms/pear-Horde_ActiveSync X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/comms/pear-Horde_ActiveSync X-SVN-Commit-Revision: 486513 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BB5547DD04 X-Spamd-Result: default: False [-0.46 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_HAM_SHORT(-0.09)[-0.091,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 11:29:03 -0000 Author: joneum Date: Mon Dec 3 11:29:02 2018 New Revision: 486513 URL: https://svnweb.freebsd.org/changeset/ports/486513 Log: Update to 2.39.5 Sponsored by: Netzkommune GmbH Modified: head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_ActiveSync/distinfo Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Mon Dec 3 11:13:41 2018 (r486512) +++ head/comms/pear-Horde_ActiveSync/Makefile Mon Dec 3 11:29:02 2018 (r486513) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -DISTVERSION= 2.39.4 +DISTVERSION= 2.39.5 CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org Modified: head/comms/pear-Horde_ActiveSync/distinfo ============================================================================== --- head/comms/pear-Horde_ActiveSync/distinfo Mon Dec 3 11:13:41 2018 (r486512) +++ head/comms/pear-Horde_ActiveSync/distinfo Mon Dec 3 11:29:02 2018 (r486513) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540900683 -SHA256 (Horde/Horde_ActiveSync-2.39.4.tgz) = 3cb3619afe84bbe2c8d0d794ea61a26369f784f60e90622dabcfcc77d9f44827 -SIZE (Horde/Horde_ActiveSync-2.39.4.tgz) = 399662 +TIMESTAMP = 1543836154 +SHA256 (Horde/Horde_ActiveSync-2.39.5.tgz) = 88d419cd0e795338296b06a990f6c18a4befd15d95451bda92a37c877087305a +SIZE (Horde/Horde_ActiveSync-2.39.5.tgz) = 400203 From owner-svn-ports-all@freebsd.org Mon Dec 3 11:39:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69B771324F4B; Mon, 3 Dec 2018 11:39:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FBED7E293; Mon, 3 Dec 2018 11:39:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E51821561C; Mon, 3 Dec 2018 11:39:49 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3Bdn3w017351; Mon, 3 Dec 2018 11:39:49 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3BdnpI017350; Mon, 3 Dec 2018 11:39:49 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812031139.wB3BdnpI017350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 3 Dec 2018 11:39:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486514 - head/devel/phpunit7 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/phpunit7 X-SVN-Commit-Revision: 486514 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0FBED7E293 X-Spamd-Result: default: False [-0.46 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_HAM_SHORT(-0.09)[-0.091,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 11:39:50 -0000 Author: joneum Date: Mon Dec 3 11:39:49 2018 New Revision: 486514 URL: https://svnweb.freebsd.org/changeset/ports/486514 Log: Update to 7.4.5 Sponsored by: Netzkommune GmbH Modified: head/devel/phpunit7/Makefile head/devel/phpunit7/distinfo Modified: head/devel/phpunit7/Makefile ============================================================================== --- head/devel/phpunit7/Makefile Mon Dec 3 11:29:02 2018 (r486513) +++ head/devel/phpunit7/Makefile Mon Dec 3 11:39:49 2018 (r486514) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpunit -DISTVERSION= 7.4.4 +DISTVERSION= 7.4.5 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 7${PHP_PKGNAMESUFFIX} Modified: head/devel/phpunit7/distinfo ============================================================================== --- head/devel/phpunit7/distinfo Mon Dec 3 11:29:02 2018 (r486513) +++ head/devel/phpunit7/distinfo Mon Dec 3 11:39:49 2018 (r486514) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542358733 -SHA256 (phpunit-7.4.4.phar) = dfa3094f70e253f322f3deffa60146507541dda49bdfbbe6e95dadedc2d8eb7e -SIZE (phpunit-7.4.4.phar) = 2676327 +TIMESTAMP = 1543836729 +SHA256 (phpunit-7.4.5.phar) = 809f0521514697d647e379cbba96f084a161a96ab32b445ad779959ff60d791d +SIZE (phpunit-7.4.5.phar) = 2677940 From owner-svn-ports-all@freebsd.org Mon Dec 3 12:34:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC653132702A; Mon, 3 Dec 2018 12:34:23 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 526C480789; Mon, 3 Dec 2018 12:34:23 +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 2F6D416042; Mon, 3 Dec 2018 12:34:23 +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 wB3CYNvb047878; Mon, 3 Dec 2018 12:34:23 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3CYNqn047877; Mon, 3 Dec 2018 12:34:23 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812031234.wB3CYNqn047877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 3 Dec 2018 12:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486515 - head/graphics/eog X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/graphics/eog X-SVN-Commit-Revision: 486515 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 526C480789 X-Spamd-Result: default: False [-0.62 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_HAM_SHORT(-0.24)[-0.244,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 12:34:23 -0000 Author: linimon Date: Mon Dec 3 12:34:22 2018 New Revision: 486515 URL: https://svnweb.freebsd.org/changeset/ports/486515 Log: This port requires USES=compiler:c++11-lang to fix linking against libgraphite2 on GCC-based architectures. PR: 233719 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/graphics/eog/Makefile Modified: head/graphics/eog/Makefile ============================================================================== --- head/graphics/eog/Makefile Mon Dec 3 11:39:49 2018 (r486514) +++ head/graphics/eog/Makefile Mon Dec 3 12:34:22 2018 (r486515) @@ -21,8 +21,8 @@ RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsetti PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gnome jpeg localbase \ - meson pkgconfig python:build,3.4+ shebangfix tar:xz +USES= compiler:c++11-lang desktop-file-utils gettext gnome jpeg \ + localbase meson pkgconfig python:build,3.4+ shebangfix tar:xz USE_GNOME= cairo librsvg2 gtk30 gnomedesktop3 introspection USE_XORG= x11 INSTALLS_ICONS= yes From owner-svn-ports-all@freebsd.org Mon Dec 3 12:50:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE8891327457; Mon, 3 Dec 2018 12:50:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5549B80DCF; Mon, 3 Dec 2018 12:50:59 +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 365BE16309; Mon, 3 Dec 2018 12:50:59 +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 wB3CoxU2054382; Mon, 3 Dec 2018 12:50:59 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Coxoi054381; Mon, 3 Dec 2018 12:50:59 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812031250.wB3Coxoi054381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 3 Dec 2018 12:50:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486516 - head/multimedia/vdr-plugin-xineliboutput X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/multimedia/vdr-plugin-xineliboutput X-SVN-Commit-Revision: 486516 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5549B80DCF X-Spamd-Result: default: False [-0.32 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.05)[0.051,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 12:50:59 -0000 Author: linimon Date: Mon Dec 3 12:50:58 2018 New Revision: 486516 URL: https://svnweb.freebsd.org/changeset/ports/486516 Log: This port requires a newer GCC on GCC-based architectures. PR: 233690 Submitted by: Piotr Kubaj Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile ============================================================================== --- head/multimedia/vdr-plugin-xineliboutput/Makefile Mon Dec 3 12:34:22 2018 (r486515) +++ head/multimedia/vdr-plugin-xineliboutput/Makefile Mon Dec 3 12:50:58 2018 (r486516) @@ -21,7 +21,7 @@ LIB_DEPENDS= libxine.so:multimedia/libxine \ libvdpau.so:multimedia/libvdpau PATCH_STRIP= -p1 -USES= pkgconfig tar:bzip2 +USES= compiler:c++11-lang pkgconfig tar:bzip2 USE_XORG= xrandr xrender HAS_CONFIGURE= yes CONFIGURE_ARGS= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR} From owner-svn-ports-all@freebsd.org Mon Dec 3 12:53:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2FC91327627; Mon, 3 Dec 2018 12:53:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 438F981133; Mon, 3 Dec 2018 12:53:46 +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 212921638D; Mon, 3 Dec 2018 12:53:46 +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 wB3Crk8T058611; Mon, 3 Dec 2018 12:53:46 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Crk7v058610; Mon, 3 Dec 2018 12:53:46 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812031253.wB3Crk7v058610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 3 Dec 2018 12:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486517 - head/sysutils/google-compute-engine-oslogin X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/sysutils/google-compute-engine-oslogin X-SVN-Commit-Revision: 486517 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 438F981133 X-Spamd-Result: default: False [-0.32 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_SHORT(0.05)[0.051,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 12:53:46 -0000 Author: linimon Date: Mon Dec 3 12:53:45 2018 New Revision: 486517 URL: https://svnweb.freebsd.org/changeset/ports/486517 Log: Since this port links to boost, a C++11-compatible compiler is necessary. PR: 233688 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/google-compute-engine-oslogin/Makefile Modified: head/sysutils/google-compute-engine-oslogin/Makefile ============================================================================== --- head/sysutils/google-compute-engine-oslogin/Makefile Mon Dec 3 12:50:58 2018 (r486516) +++ head/sysutils/google-compute-engine-oslogin/Makefile Mon Dec 3 12:53:45 2018 (r486517) @@ -15,7 +15,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ RUN_DEPENDS= gsed:textproc/gsed \ ${LOCALBASE}/lib/pam_mkhomedir.so:security/pam_mkhomedir -USES= gmake localbase:ldflags +USES= compiler:c++11-lang gmake localbase:ldflags USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= GoogleCloudPlatform From owner-svn-ports-all@freebsd.org Mon Dec 3 13:36:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC1161328548; Mon, 3 Dec 2018 13:36:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8646F83104; Mon, 3 Dec 2018 13:36:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6704416A29; Mon, 3 Dec 2018 13:36:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3Da6YQ079344; Mon, 3 Dec 2018 13:36:06 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Da65G079342; Mon, 3 Dec 2018 13:36:06 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812031336.wB3Da65G079342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 3 Dec 2018 13:36:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486518 - in head: . java java/cacao java/classpath java/jamvm X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . java java/cacao java/classpath java/jamvm X-SVN-Commit-Revision: 486518 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8646F83104 X-Spamd-Result: default: False [-0.32 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_SHORT(0.05)[0.051,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 13:36:07 -0000 Author: rene Date: Mon Dec 3 13:36:05 2018 New Revision: 486518 URL: https://svnweb.freebsd.org/changeset/ports/486518 Log: Remove expired ports: 2018-12-02 java/classpath: Staled since 2012, OpenJDK is live now java/cacao: Depends on expired java/classpath 2018-12-04 java/jamvm: Abandonware, depends on expired java/classpath Deleted: head/java/cacao/ head/java/classpath/ head/java/jamvm/ Modified: head/MOVED head/java/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Dec 3 12:53:45 2018 (r486517) +++ head/MOVED Mon Dec 3 13:36:05 2018 (r486518) @@ -10646,3 +10646,6 @@ emulators/qemu-ppcnv|emulators/qemu-powernv|2018-11-28 net/pecl-gupnp||2018-12-01|Has expired: does not build with latest gssdp and gupnp graphics/gimpfx-foundry||2018-12-01|Has expired: No release for 10 years, only partially working with recent GIMP www/rubygem-http-form_data1|www/rubygem-http-form_data|2018-12-01|Has expired: Use www/rubygem-http-form_data instead +java/classpath||2018-12-03|Has expired: Staled since 2012, OpenJDK is live now +java/cacao||2018-12-03|Removed, depends on expired java/classpath +java/jamvm||2018-12-03|Has expired: Abandonware, depends on expired java/classpath Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Mon Dec 3 12:53:45 2018 (r486517) +++ head/java/Makefile Mon Dec 3 13:36:05 2018 (r486518) @@ -11,9 +11,7 @@ SUBDIR += bootstrap-openjdk8 SUBDIR += bouncycastle SUBDIR += bouncycastle15 - SUBDIR += cacao SUBDIR += castor - SUBDIR += classpath SUBDIR += cos SUBDIR += cryptix-jce SUBDIR += dbvis @@ -53,7 +51,6 @@ SUBDIR += jakarta-commons-primitives SUBDIR += jakarta-oro SUBDIR += jakarta-regexp - SUBDIR += jamvm SUBDIR += jasmin SUBDIR += jattach SUBDIR += java-checkstyle From owner-svn-ports-all@freebsd.org Mon Dec 3 14:35:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CBF1132981A; Mon, 3 Dec 2018 14:35:23 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F6C284C71; Mon, 3 Dec 2018 14:35:23 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1D03173F0; Mon, 3 Dec 2018 14:35:22 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3EZM6w010156; Mon, 3 Dec 2018 14:35:22 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3EZMRk010155; Mon, 3 Dec 2018 14:35:22 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201812031435.wB3EZMRk010155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Mon, 3 Dec 2018 14:35:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486519 - head/www/py-bottle X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/www/py-bottle X-SVN-Commit-Revision: 486519 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1F6C284C71 X-Spamd-Result: default: False [-0.12 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.25)[0.247,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 14:35:23 -0000 Author: nivit Date: Mon Dec 3 14:35:22 2018 New Revision: 486519 URL: https://svnweb.freebsd.org/changeset/ports/486519 Log: - Update to 0.12.15 - Add NO_ARCH - Pet portlint Modified: head/www/py-bottle/Makefile head/www/py-bottle/distinfo Modified: head/www/py-bottle/Makefile ============================================================================== --- head/www/py-bottle/Makefile Mon Dec 3 13:36:05 2018 (r486518) +++ head/www/py-bottle/Makefile Mon Dec 3 14:35:22 2018 (r486519) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bottle -PORTVERSION= 0.12.14 +PORTVERSION= 0.12.15 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= CHEESESHOP @@ -14,6 +14,9 @@ COMMENT= Fast and simple WSGI-framework for small web- LICENSE= MIT USES= python + +NO_ARCH= yes + USE_PYTHON= autoplist concurrent distutils .include Modified: head/www/py-bottle/distinfo ============================================================================== --- head/www/py-bottle/distinfo Mon Dec 3 13:36:05 2018 (r486518) +++ head/www/py-bottle/distinfo Mon Dec 3 14:35:22 2018 (r486519) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543680910 -SHA256 (bottle-0.12.14.tar.gz) = 484b7f6499f0039ace2efb0aaeb143b179c38f364c2c1c87213905118b2c500f -SIZE (bottle-0.12.14.tar.gz) = 71076 +TIMESTAMP = 1543846791 +SHA256 (bottle-0.12.15.tar.gz) = b5529f8956682320b90f518041269784a37770d5fcc1ae6d70d288e9fc060fbc +SIZE (bottle-0.12.15.tar.gz) = 72191 From owner-svn-ports-all@freebsd.org Mon Dec 3 15:28:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3EBC132A54E; Mon, 3 Dec 2018 15:28: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98192867D6; Mon, 3 Dec 2018 15:28: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 793B717C5D; Mon, 3 Dec 2018 15:28: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 wB3FSl8T036087; Mon, 3 Dec 2018 15:28:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3FSlTY036084; Mon, 3 Dec 2018 15:28:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812031528.wB3FSlTY036084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 3 Dec 2018 15:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486520 - head/astro/josm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/astro/josm X-SVN-Commit-Revision: 486520 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 98192867D6 X-Spamd-Result: default: False [-0.24 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_SHORT(0.13)[0.132,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 15:28:48 -0000 Author: amdmi3 Date: Mon Dec 3 15:28:46 2018 New Revision: 486520 URL: https://svnweb.freebsd.org/changeset/ports/486520 Log: - Update to 14460 Modified: head/astro/josm/Makefile head/astro/josm/distinfo Modified: head/astro/josm/Makefile ============================================================================== --- head/astro/josm/Makefile Mon Dec 3 14:35:22 2018 (r486519) +++ head/astro/josm/Makefile Mon Dec 3 15:28:46 2018 (r486520) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= josm -PORTVERSION= 14382 +PORTVERSION= 14460 CATEGORIES= astro java MASTER_SITES= http://josm.openstreetmap.de/download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/astro/josm/distinfo ============================================================================== --- head/astro/josm/distinfo Mon Dec 3 14:35:22 2018 (r486519) +++ head/astro/josm/distinfo Mon Dec 3 15:28:46 2018 (r486520) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541171758 -SHA256 (josm-snapshot-14382.jar) = 4ffe4789c5e9a6ee3805944c509d6ad66806fe9033d1dd5e497cbb9065ea56a8 -SIZE (josm-snapshot-14382.jar) = 13348946 +TIMESTAMP = 1543847698 +SHA256 (josm-snapshot-14460.jar) = c561a5ba640bfd4da801dd7419644821fc50d10d9624a742e48cc8dd521825c9 +SIZE (josm-snapshot-14460.jar) = 13474366 From owner-svn-ports-all@freebsd.org Mon Dec 3 15:55:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30605132B097; Mon, 3 Dec 2018 15:55:18 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBD9C880B6; Mon, 3 Dec 2018 15:55:17 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id B689B1BF4E; Mon, 3 Dec 2018 15:55:17 +0000 (UTC) From: Jan Beich To: Emmanuel Vadot Cc: Brooks Davis , Emmanuel Vadot , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r486198 - in head/www/chromium: . files References: <201811291726.wATHQUmJ058821@repo.freebsd.org> <20181129174839.GA99411@spindle.one-eyed-alien.net> <20181129195356.1b0811e93e77472d14f97b42@bidouilliste.com> Date: Mon, 03 Dec 2018 16:55:08 +0100 In-Reply-To: <20181129195356.1b0811e93e77472d14f97b42@bidouilliste.com> (Emmanuel Vadot's message of "Thu, 29 Nov 2018 19:53:56 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: CBD9C880B6 X-Spamd-Result: default: False [0.81 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_SPAM_SHORT(0.26)[0.257,0]; NEURAL_SPAM_MEDIUM(0.17)[0.174,0]; NEURAL_SPAM_LONG(0.38)[0.380,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 15:55:18 -0000 Emmanuel Vadot writes: > On Thu, 29 Nov 2018 17:48:39 +0000 > Brooks Davis wrote: > >> On Thu, Nov 29, 2018 at 05:26:30PM +0000, Emmanuel Vadot wrote: >> > Author: manu >> > Date: Thu Nov 29 17:26:30 2018 >> > New Revision: 486198 >> > URL: https://svnweb.freebsd.org/changeset/ports/486198 >> > >> > Log: >> > www/chromium: Fix build on aarch64 >> > >> > arm64 doesn't have elf_aux_info and FreeBSD doesn't support getauxval. >> > For both boringssl and zlib disable the feature checking until we have >> > a way to expose those feature to the user. >> >> Why doesn't arm64 have elf_aux_info? It looks like it's unconditionally >> compiled in lib/libc/gen/auxv.c and exported in lib/libc/gen/Symbol.map. >> >> -- Brooks > > The info aren't filled, I have a patch that I need to finish > (https://reviews.freebsd.org/D17137). > So yeah the commit should have said "we have elf_aux_info but it's > empty". Wasn't the plan to allow aarch64 userland directly read ID registers? I'm referring to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223016#c4 From owner-svn-ports-all@freebsd.org Mon Dec 3 16:57:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4EF1132CCDA; Mon, 3 Dec 2018 16:57:50 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C8108A587; Mon, 3 Dec 2018 16:57:50 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F0B018BB4; Mon, 3 Dec 2018 16:57:50 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3GvosR082181; Mon, 3 Dec 2018 16:57:50 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3GvnNO082178; Mon, 3 Dec 2018 16:57:49 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201812031657.wB3GvnNO082178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Mon, 3 Dec 2018 16:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486521 - head/textproc/py-pygments X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/textproc/py-pygments X-SVN-Commit-Revision: 486521 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5C8108A587 X-Spamd-Result: default: False [-0.26 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.11)[0.115,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 16:57:50 -0000 Author: nivit Date: Mon Dec 3 16:57:49 2018 New Revision: 486521 URL: https://svnweb.freebsd.org/changeset/ports/486521 Log: - Update to 2.3.0 - Pet portlint Modified: head/textproc/py-pygments/Makefile head/textproc/py-pygments/distinfo Modified: head/textproc/py-pygments/Makefile ============================================================================== --- head/textproc/py-pygments/Makefile Mon Dec 3 15:28:46 2018 (r486520) +++ head/textproc/py-pygments/Makefile Mon Dec 3 16:57:49 2018 (r486521) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygments -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,7 @@ LICENSE= BSD2CLAUSE USES= python USE_PYTHON= distutils concurrent autoplist + NO_ARCH= yes .include Modified: head/textproc/py-pygments/distinfo ============================================================================== --- head/textproc/py-pygments/distinfo Mon Dec 3 15:28:46 2018 (r486520) +++ head/textproc/py-pygments/distinfo Mon Dec 3 16:57:49 2018 (r486521) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490880068 -SHA256 (Pygments-2.2.0.tar.gz) = dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc -SIZE (Pygments-2.2.0.tar.gz) = 2113944 +TIMESTAMP = 1543855740 +SHA256 (Pygments-2.3.0.tar.gz) = 82666aac15622bd7bb685a4ee7f6625dd716da3ef7473620c192c0168aae64fc +SIZE (Pygments-2.3.0.tar.gz) = 3120629 From owner-svn-ports-all@freebsd.org Mon Dec 3 16:59:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C80C132CDBF; Mon, 3 Dec 2018 16:59:48 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 945368A70A; Mon, 3 Dec 2018 16:59:46 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 5d92f02a; Mon, 3 Dec 2018 17:59:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=XApiuVQRvVb86Zw3hpG5sj+dTDc=; b=dq5wnPv7mlzZ36TBfIHj0f1/nz9m TH8iNocjS540xMoZ3fJXp/GqLDsEl14y9Yrse5HNJnkKWaRs42vCsPeYfdqrWkXB Vf9ycaSbA9SewGrkUl7kEr3QDaJdChPafp8JQJhsuskfuK81kommTuFRzgK3fhpb uogU//0KBO2sFcw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=twcR+EIvN+j09ucuXQ71d+g0hFkLeGCdkuAdihIN/t0P9/1vjmnGxK+1 kDTzbfd6SxkRATTvQt01teIhGT4lJ/RDy9gxTNfzfAVf+AL75JWHFkTYXbelpPv9 LKxbXOSnaRImY7+8LbCqBli8Nt0gQ3n/YPKNewJ4lisUAy6j+iA= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 993d7733 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 3 Dec 2018 17:59:39 +0100 (CET) Date: Mon, 3 Dec 2018 17:59:38 +0100 From: Emmanuel Vadot To: Jan Beich Cc: Brooks Davis , Emmanuel Vadot , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r486198 - in head/www/chromium: . files Message-Id: <20181203175938.4a330c3a9c5faf092c08c77e@bidouilliste.com> In-Reply-To: References: <201811291726.wATHQUmJ058821@repo.freebsd.org> <20181129174839.GA99411@spindle.one-eyed-alien.net> <20181129195356.1b0811e93e77472d14f97b42@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 945368A70A X-Spamd-Result: default: False [-1.75 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com]; NEURAL_HAM_MEDIUM(-0.91)[-0.908,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:212.83.177.182/32]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[bidouilliste.com]; RCPT_COUNT_FIVE(0.00)[6]; NEURAL_HAM_LONG(-0.95)[-0.947,0]; DKIM_TRACE(0.00)[bidouilliste.com:+]; MX_GOOD(-0.01)[mx-backup.blih.net,mail.blih.net]; NEURAL_HAM_SHORT(-0.13)[-0.126,0]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(0.14)[ipnet: 212.83.160.0/19(0.74), asn: 12876(-0.04), country: FR(-0.02)]; ASN(0.00)[asn:12876, ipnet:212.83.160.0/19, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 16:59:48 -0000 On Mon, 03 Dec 2018 16:55:08 +0100 Jan Beich wrote: > Emmanuel Vadot writes: > > > On Thu, 29 Nov 2018 17:48:39 +0000 > > Brooks Davis wrote: > > > >> On Thu, Nov 29, 2018 at 05:26:30PM +0000, Emmanuel Vadot wrote: > >> > Author: manu > >> > Date: Thu Nov 29 17:26:30 2018 > >> > New Revision: 486198 > >> > URL: https://svnweb.freebsd.org/changeset/ports/486198 > >> > > >> > Log: > >> > www/chromium: Fix build on aarch64 > >> > > >> > arm64 doesn't have elf_aux_info and FreeBSD doesn't support getauxval. > >> > For both boringssl and zlib disable the feature checking until we have > >> > a way to expose those feature to the user. > >> > >> Why doesn't arm64 have elf_aux_info? It looks like it's unconditionally > >> compiled in lib/libc/gen/auxv.c and exported in lib/libc/gen/Symbol.map. > >> > >> -- Brooks > > > > The info aren't filled, I have a patch that I need to finish > > (https://reviews.freebsd.org/D17137). > > So yeah the commit should have said "we have elf_aux_info but it's > > empty". > > Wasn't the plan to allow aarch64 userland directly read ID registers? > I'm referring to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223016#c4 That was Andrew's plan yes. -- Emmanuel Vadot From owner-svn-ports-all@freebsd.org Mon Dec 3 17:05:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11BBB132D118; Mon, 3 Dec 2018 17:05:33 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A55458AC1F; Mon, 3 Dec 2018 17:05:32 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8671018D6B; Mon, 3 Dec 2018 17:05:32 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3H5WdH087129; Mon, 3 Dec 2018 17:05:32 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3H5WdF087127; Mon, 3 Dec 2018 17:05:32 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201812031705.wB3H5WdF087127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Mon, 3 Dec 2018 17:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486522 - head/databases/galera X-SVN-Group: ports-head X-SVN-Commit-Author: vd X-SVN-Commit-Paths: head/databases/galera X-SVN-Commit-Revision: 486522 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A55458AC1F X-Spamd-Result: default: False [-0.26 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_SHORT(0.11)[0.115,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 17:05:33 -0000 Author: vd Date: Mon Dec 3 17:05:31 2018 New Revision: 486522 URL: https://svnweb.freebsd.org/changeset/ports/486522 Log: databases/galera: Upgrade from 25.3.24 to 25.3.25 Modified: head/databases/galera/Makefile head/databases/galera/distinfo Modified: head/databases/galera/Makefile ============================================================================== --- head/databases/galera/Makefile Mon Dec 3 16:57:49 2018 (r486521) +++ head/databases/galera/Makefile Mon Dec 3 17:05:31 2018 (r486522) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= galera -PORTVERSION?= 25.3.24 +PORTVERSION?= 25.3.25 DISTVERSIONPREFIX?= release_ CATEGORIES= databases Modified: head/databases/galera/distinfo ============================================================================== --- head/databases/galera/distinfo Mon Dec 3 16:57:49 2018 (r486521) +++ head/databases/galera/distinfo Mon Dec 3 17:05:31 2018 (r486522) @@ -1,5 +1,5 @@ -TIMESTAMP = 1535981393 -SHA256 (codership-galera-release_25.3.24_GH0.tar.gz) = 0a144f3750e8e6db22cbbf715b4a9fbd15686cb315998959fb493f8b28846685 -SIZE (codership-galera-release_25.3.24_GH0.tar.gz) = 3282587 +TIMESTAMP = 1543852208 +SHA256 (codership-galera-release_25.3.25_GH0.tar.gz) = f8b508e4a2ca5d36042c2b260375e3f4ecc189029e73356bf435261aa6186107 +SIZE (codership-galera-release_25.3.25_GH0.tar.gz) = 3282519 SHA256 (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 3c235868ed330d8d702e7b7541c24c1926b1fd9e6b8aa673b032a2318896e8a0 SIZE (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 47032 From owner-svn-ports-all@freebsd.org Mon Dec 3 17:12:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C100D132D2EC; Mon, 3 Dec 2018 17:12:57 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D84A8B015; Mon, 3 Dec 2018 17:12:57 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39E9818F16; Mon, 3 Dec 2018 17:12:57 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3HCvgo092230; Mon, 3 Dec 2018 17:12:57 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3HCuiR092229; Mon, 3 Dec 2018 17:12:56 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812031712.wB3HCuiR092229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 3 Dec 2018 17:12:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486523 - head/multimedia/avidemux X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/multimedia/avidemux X-SVN-Commit-Revision: 486523 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D84A8B015 X-Spamd-Result: default: False [-0.26 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_SHORT(0.11)[0.115,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 17:12:57 -0000 Author: rene Date: Mon Dec 3 17:12:56 2018 New Revision: 486523 URL: https://svnweb.freebsd.org/changeset/ports/486523 Log: multimedia/avidemux: move the Qt4-is-deprecated code to Makefile.common This ensures that the -qt4 slave port picks it up. Modified: head/multimedia/avidemux/Makefile head/multimedia/avidemux/Makefile.common Modified: head/multimedia/avidemux/Makefile ============================================================================== --- head/multimedia/avidemux/Makefile Mon Dec 3 17:05:31 2018 (r486522) +++ head/multimedia/avidemux/Makefile Mon Dec 3 17:12:56 2018 (r486523) @@ -22,9 +22,6 @@ PLIST_FILES+= ${DATADIR}/${PORTNAME}.png PLIST_FILES+= ${DESKTOPDIR}/${PORTNAME}.desktop .endif .if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - PLIST_FILES+= ${DESKTOPDIR}/${PORTNAME}_qt4.desktop .endif Modified: head/multimedia/avidemux/Makefile.common ============================================================================== --- head/multimedia/avidemux/Makefile.common Mon Dec 3 17:05:31 2018 (r486522) +++ head/multimedia/avidemux/Makefile.common Mon Dec 3 17:12:56 2018 (r486523) @@ -95,6 +95,8 @@ PLIST_SUB+= GTK="@comment " .endif .if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE=2019-03-15 USES+= qt:4 USE_QT= qmake_build moc_build rcc_build uic_build linguist_build gui PLIST_SUB+= QT4="" From owner-svn-ports-all@freebsd.org Mon Dec 3 17:37:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE01A132D9BA; Mon, 3 Dec 2018 17:37:28 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4312F8BCC0; Mon, 3 Dec 2018 17:37:28 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E53B1926E; Mon, 3 Dec 2018 17:37:28 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3HbR1I003035; Mon, 3 Dec 2018 17:37:27 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3HbRgP003031; Mon, 3 Dec 2018 17:37:27 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201812031737.wB3HbRgP003031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 3 Dec 2018 17:37:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486524 - head/net/haproxy-devel X-SVN-Group: ports-head X-SVN-Commit-Author: demon X-SVN-Commit-Paths: head/net/haproxy-devel X-SVN-Commit-Revision: 486524 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4312F8BCC0 X-Spamd-Result: default: False [-0.26 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_SHORT(0.11)[0.115,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 17:37:28 -0000 Author: demon Date: Mon Dec 3 17:37:27 2018 New Revision: 486524 URL: https://svnweb.freebsd.org/changeset/ports/486524 Log: Update to -dev9. Modified: head/net/haproxy-devel/Makefile head/net/haproxy-devel/distinfo Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Mon Dec 3 17:12:56 2018 (r486523) +++ head/net/haproxy-devel/Makefile Mon Dec 3 17:37:27 2018 (r486524) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -DISTVERSION= 1.9-dev8 +DISTVERSION= 1.9-dev9 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.9/src/devel/ PKGNAMESUFFIX= -devel Modified: head/net/haproxy-devel/distinfo ============================================================================== --- head/net/haproxy-devel/distinfo Mon Dec 3 17:12:56 2018 (r486523) +++ head/net/haproxy-devel/distinfo Mon Dec 3 17:37:27 2018 (r486524) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543136695 -SHA256 (haproxy-1.9-dev8.tar.gz) = 6a4e662768cd5615a3466f2cc87068c42a044568c6b997032811eb3f6cd0c9a2 -SIZE (haproxy-1.9-dev8.tar.gz) = 2257615 +TIMESTAMP = 1543858598 +SHA256 (haproxy-1.9-dev9.tar.gz) = 48c4f1bca90df8a2ecbe846a79c13d3b02dc6d5f51587f7f431bcfc2cc829d08 +SIZE (haproxy-1.9-dev9.tar.gz) = 2281373 From owner-svn-ports-all@freebsd.org Mon Dec 3 17:38:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FE07132D9F0; Mon, 3 Dec 2018 17:38:17 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04E8A8BDA8; Mon, 3 Dec 2018 17:38:17 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9F6B1926F; Mon, 3 Dec 2018 17:38:16 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3HcGr6003202; Mon, 3 Dec 2018 17:38:16 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3HcGAa003199; Mon, 3 Dec 2018 17:38:16 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201812031738.wB3HcGAa003199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 3 Dec 2018 17:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486525 - head/textproc/jshon X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/textproc/jshon X-SVN-Commit-Revision: 486525 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 04E8A8BDA8 X-Spamd-Result: default: False [-0.16 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_SHORT(0.13)[0.131,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 17:38:17 -0000 Author: 0mp Date: Mon Dec 3 17:38:16 2018 New Revision: 486525 URL: https://svnweb.freebsd.org/changeset/ports/486525 Log: textproc/jshon: Update to 20170302.1 - Take over MAINTAINER'ship. - Sort variables. - Remove the COMMIT_HASH variable. Use only GH_TAGNAME instead. - Add ZSH to OPTIONS_DEFAULT as suggested by the handbook. - Do not strip in post-install since INSTALL_PROGRAM is already used in do-install. - Improve pkg-descr. Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D18422 Modified: head/textproc/jshon/Makefile head/textproc/jshon/distinfo head/textproc/jshon/pkg-descr Modified: head/textproc/jshon/Makefile ============================================================================== --- head/textproc/jshon/Makefile Mon Dec 3 17:37:27 2018 (r486524) +++ head/textproc/jshon/Makefile Mon Dec 3 17:38:16 2018 (r486525) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= jshon -DISTVERSION= 20160111.2 +DISTVERSION= 20170302.1 CATEGORIES= textproc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 0mp@FreeBSD.org COMMENT= JSON parser for the shell LICENSE= MIT @@ -12,34 +12,29 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjansson.so:devel/jansson -COMMIT_HASH= 783d3bf -GH_TAGNAME= ${COMMIT_HASH} - USES= gmake USE_GITHUB= yes GH_ACCOUNT= keenerd +GH_TAGNAME= d919aea -OPTIONS_DEFINE= ZSH -OPTIONS_DEFAULT= - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/jshon man/man1/jshon.1.gz +OPTIONS_DEFINE= ZSH +OPTIONS_DEFAULT=ZSH + ZSH_PLIST_FILES= share/zsh/site-functions/jshon_zsh_completion pre-configure: - @${REINPLACE_CMD} -e 's|^\(#define JSHONVER \).*|\1"${PORTVERSION}-${COMMIT_HASH}"|' \ + @${REINPLACE_CMD} -e 's|^\(#define JSHONVER \).*|\1"${PORTVERSION}-${GH_TAGNAME}"|' \ -e 's|\({printf("%\)i\(\\n", JSHONVER); exit(0);}\)|\1s\2|' \ ${WRKSRC}/jshon.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-ZSH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions Modified: head/textproc/jshon/distinfo ============================================================================== --- head/textproc/jshon/distinfo Mon Dec 3 17:37:27 2018 (r486524) +++ head/textproc/jshon/distinfo Mon Dec 3 17:38:16 2018 (r486525) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509170073 -SHA256 (keenerd-jshon-20160111.2-783d3bf_GH0.tar.gz) = b50bcab22ff609bf54b09f580b2882a5aa2c1882205b6914d766495e2d4765e8 -SIZE (keenerd-jshon-20160111.2-783d3bf_GH0.tar.gz) = 14123 +TIMESTAMP = 1543855297 +SHA256 (keenerd-jshon-20170302.1-d919aea_GH0.tar.gz) = a14521b9a0bf06e48949d6bd233403b754a8ac47b08f37244e589c34d8a4db0f +SIZE (keenerd-jshon-20170302.1-d919aea_GH0.tar.gz) = 14126 Modified: head/textproc/jshon/pkg-descr ============================================================================== --- head/textproc/jshon/pkg-descr Mon Dec 3 17:37:27 2018 (r486524) +++ head/textproc/jshon/pkg-descr Mon Dec 3 17:38:16 2018 (r486525) @@ -1,6 +1,18 @@ -jshon parses, reads and creates JSON. It is designed to be as usable as -possible from within the shell and replaces fragile adhoc parsers made +Jshon parses, reads and creates JSON. It is designed to be as usable as +possible from within the shell and replaces fragile ad hoc parsers made from grep/sed/awk as well as heavyweight one-line parsers made from perl/python. + +Jshon loads JSON text from stdin, performs actions, then displays the last +action on stdout. Some of the options output JSON, others output plain text +meta information. Because Bash has very poor nested data structures, Jshon does +not try to return a native bash data structure as a typical library would. +Instead, Jshon provides a history stack containing all the manipulations. + +The big change in the latest release is switching the everything from +pass-by-value to pass-by-reference. In a typical use case (processing AUR +search results for 'python') by-ref is twice as fast and uses one sixth the +memory. If you are editing JSON, by-ref also makes your life a lot easier as +modifications do not need to be manually inserted through the entire stack. WWW: http://kmkeen.com/jshon/ From owner-svn-ports-all@freebsd.org Mon Dec 3 18:52:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABDD8132F455; Mon, 3 Dec 2018 18:52:01 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCAF8EC05; Mon, 3 Dec 2018 18:52:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14E7619F6E; Mon, 3 Dec 2018 18:52:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3Iq0GO043236; Mon, 3 Dec 2018 18:52:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Iq07d043234; Mon, 3 Dec 2018 18:52:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031852.wB3Iq07d043234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 18:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486526 - head/devel/bison X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/bison X-SVN-Commit-Revision: 486526 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4DCAF8EC05 X-Spamd-Result: default: False [0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.48)[0.480,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 18:52:01 -0000 Author: sunpoet Date: Mon Dec 3 18:52:00 2018 New Revision: 486526 URL: https://svnweb.freebsd.org/changeset/ports/486526 Log: Update to 3.2.2 Changes: https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS PR: 233641 Exp-run by: antoine Modified: head/devel/bison/Makefile head/devel/bison/distinfo head/devel/bison/pkg-plist Modified: head/devel/bison/Makefile ============================================================================== --- head/devel/bison/Makefile Mon Dec 3 17:38:16 2018 (r486525) +++ head/devel/bison/Makefile Mon Dec 3 18:52:00 2018 (r486526) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bison -PORTVERSION= 3.1 -PORTREVISION= 1 +PORTVERSION= 3.2.2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -14,21 +13,23 @@ COMMENT= Parser generator from FSF, (mostly) compatibl LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= m4>=1.4.16,1:devel/m4 -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= m4>=1.4.16,1:devel/m4 OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes +USES= charsetfix localbase makeinfo perl5 tar:xz +USE_PERL5= build + CONFIGURE_ARGS= --disable-yacc .ifdef QEMU_EMULATING # XXX bug 224740: configure hangs CONFIGURE_ENV= gl_cv_func_printf_enomem=no .endif GNU_CONFIGURE= yes +LIBS+= -lm TEST_TARGET= check -USE_PERL5= build -USES= charsetfix localbase makeinfo perl5 tar:xz INFO= bison Modified: head/devel/bison/distinfo ============================================================================== --- head/devel/bison/distinfo Mon Dec 3 17:38:16 2018 (r486525) +++ head/devel/bison/distinfo Mon Dec 3 18:52:00 2018 (r486526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536249060 -SHA256 (bison-3.1.tar.xz) = 7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6 -SIZE (bison-3.1.tar.xz) = 1990536 +TIMESTAMP = 1542892924 +SHA256 (bison-3.2.2.tar.xz) = 6f950f24e4d0745c7cc870e36d04f4057133ce0f31d6b4564e6f510a7d3ffafa +SIZE (bison-3.2.2.tar.xz) = 2091244 Modified: head/devel/bison/pkg-plist ============================================================================== --- head/devel/bison/pkg-plist Mon Dec 3 17:38:16 2018 (r486525) +++ head/devel/bison/pkg-plist Mon Dec 3 18:52:00 2018 (r486526) @@ -31,6 +31,11 @@ share/aclocal/bison-i18n.m4 %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/simple.yy +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/variant-11.yy +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/variant.yy %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++.cc @@ -41,7 +46,6 @@ share/aclocal/bison-i18n.m4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mfcalc/calc.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mfcalc/mfcalc.y %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpcalc/rpcalc.y -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/variant.yy %%NLS%%share/locale/ast/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ca/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/ca/LC_MESSAGES/bison.mo From owner-svn-ports-all@freebsd.org Mon Dec 3 18:52:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11E3B132F47A; Mon, 3 Dec 2018 18:52:13 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 896DC8ECDE; Mon, 3 Dec 2018 18:52: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 A355219F7E; Mon, 3 Dec 2018 18:52:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3Iq92r043376; Mon, 3 Dec 2018 18:52:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Iq9D0043374; Mon, 3 Dec 2018 18:52:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031852.wB3Iq9D0043374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 18:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486527 - head/math/py-numpy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-numpy X-SVN-Commit-Revision: 486527 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 896DC8ECDE X-Spamd-Result: default: False [0.09 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.46)[0.459,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 18:52:13 -0000 Author: sunpoet Date: Mon Dec 3 18:52:09 2018 New Revision: 486527 URL: https://svnweb.freebsd.org/changeset/ports/486527 Log: Update to 1.15.4 Changes: https://github.com/numpy/numpy/releases PR: 233643 Exp-run by: antoine Modified: head/math/py-numpy/Makefile head/math/py-numpy/distinfo Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Mon Dec 3 18:52:00 2018 (r486526) +++ head/math/py-numpy/Makefile Mon Dec 3 18:52:09 2018 (r486527) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numpy -PORTVERSION= 1.15.1 +PORTVERSION= 1.15.4 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP \ Modified: head/math/py-numpy/distinfo ============================================================================== --- head/math/py-numpy/distinfo Mon Dec 3 18:52:00 2018 (r486526) +++ head/math/py-numpy/distinfo Mon Dec 3 18:52:09 2018 (r486527) @@ -1,7 +1,7 @@ -TIMESTAMP = 1536419161 -SHA256 (numpy-1.15.1.zip) = 7b9e37f194f8bcdca8e9e6af92e2cbad79e360542effc2dd6b98d63955d8d8a3 -SIZE (numpy-1.15.1.zip) = 4482769 -SHA256 (numpy-ref-1.15.1.pdf) = 1de34b5f096e13d1bc8768d68f11802d79196281d008b92bd5eafb8075b77a7c -SIZE (numpy-ref-1.15.1.pdf) = 4843223 -SHA256 (numpy-user-1.15.1.pdf) = 2f7409221ccaf42760805bd14fd9e614ce4b45de82c7344ede2a08153655a831 -SIZE (numpy-user-1.15.1.pdf) = 596069 +TIMESTAMP = 1541439997 +SHA256 (numpy-1.15.4.zip) = 3d734559db35aa3697dadcea492a423118c5c55d176da2f3be9c98d4803fc2a7 +SIZE (numpy-1.15.4.zip) = 4473522 +SHA256 (numpy-ref-1.15.4.pdf) = c05f5f70172018541d6159f8797e06e38ed3ca1de9dafc85964754b7ae2a7ccc +SIZE (numpy-ref-1.15.4.pdf) = 4843444 +SHA256 (numpy-user-1.15.4.pdf) = a2827d1c1756c511566b66d2a1c00dec292e47ae98b1a7882a9fe4104ea3820d +SIZE (numpy-user-1.15.4.pdf) = 596191 From owner-svn-ports-all@freebsd.org Mon Dec 3 18:53:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E44AB132F53A; Mon, 3 Dec 2018 18:53:52 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C1B98EEB8; Mon, 3 Dec 2018 18:53:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6DAEA19F99; Mon, 3 Dec 2018 18:53:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3Irq4j044277; Mon, 3 Dec 2018 18:53:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3IrqHl044275; Mon, 3 Dec 2018 18:53:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031853.wB3IrqHl044275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 18:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486528 - head/devel/readline X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/readline X-SVN-Commit-Revision: 486528 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8C1B98EEB8 X-Spamd-Result: default: False [0.09 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_SHORT(0.46)[0.459,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 18:53:53 -0000 Author: sunpoet Date: Mon Dec 3 18:53:51 2018 New Revision: 486528 URL: https://svnweb.freebsd.org/changeset/ports/486528 Log: Update to 7.0 patch 5 Changes: https://tiswww.case.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html PR: 233642 Exp-run by: antoine Modified: head/devel/readline/Makefile head/devel/readline/distinfo Modified: head/devel/readline/Makefile ============================================================================== --- head/devel/readline/Makefile Mon Dec 3 18:52:09 2018 (r486527) +++ head/devel/readline/Makefile Mon Dec 3 18:53:51 2018 (r486528) @@ -3,7 +3,6 @@ PORTNAME= readline PORTVERSION= 7.0.${PATCHLEVEL} -PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -31,7 +30,7 @@ CPE_VENDOR= gnu CPE_VERSION= ${PORTVERSION:R} CPE_UPDATE= ${PATCHLEVEL} -PATCHES= 1 2 3 +PATCHES= 1 2 3 4 5 PATCHLEVEL= ${PATCHES:O:[-1]} .for patch in ${PATCHES} PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S|.||}-${patch:S|^|00|:C|.*(...)$|\1|} Modified: head/devel/readline/distinfo ============================================================================== --- head/devel/readline/distinfo Mon Dec 3 18:52:09 2018 (r486527) +++ head/devel/readline/distinfo Mon Dec 3 18:53:51 2018 (r486528) @@ -1,4 +1,4 @@ -TIMESTAMP = 1492320649 +TIMESTAMP = 1536862207 SHA256 (readline-7.0.tar.gz) = 750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334 SIZE (readline-7.0.tar.gz) = 2910016 SHA256 (readline70-001) = 9ac1b3ac2ec7b1bf0709af047f2d7d2a34ccde353684e57c6b47ebca77d7a376 @@ -7,3 +7,7 @@ SHA256 (readline70-002) = 8747c92c35d5db32eae99af66f17 SIZE (readline70-002) = 2953 SHA256 (readline70-003) = 9e43aa93378c7e9f7001d8174b1beb948deefa6799b6f581673f465b7d9d4780 SIZE (readline70-003) = 1294 +SHA256 (readline70-004) = f925683429f20973c552bff6702c74c58c2a38ff6e5cf305a8e847119c5a6b64 +SIZE (readline70-004) = 1501 +SHA256 (readline70-005) = ca159c83706541c6bbe39129a33d63bbd76ac594303f67e4d35678711c51b753 +SIZE (readline70-005) = 1641 From owner-svn-ports-all@freebsd.org Mon Dec 3 18:56:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65EAE132F669; Mon, 3 Dec 2018 18:56:48 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E2528F1A1; Mon, 3 Dec 2018 18:56:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2F7819F9C; Mon, 3 Dec 2018 18:56:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3IulsS044946; Mon, 3 Dec 2018 18:56:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Iugwl044918; Mon, 3 Dec 2018 18:56:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031856.wB3Iugwl044918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 18:56:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486529 - in head: devel/ruby-gems devel/rubygem-activesupport4/files devel/rubygem-cf-uaa-lib/files devel/rubygem-licensee/files devel/rubygem-rubygems-mirror/files devel/rubygem-travi... X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel/ruby-gems devel/rubygem-activesupport4/files devel/rubygem-cf-uaa-lib/files devel/rubygem-licensee/files devel/rubygem-rubygems-mirror/files devel/rubygem-travis/files devel/rubygem-tty... X-SVN-Commit-Revision: 486529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0E2528F1A1 X-Spamd-Result: default: False [0.40 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.26)[-0.255,0]; NEURAL_SPAM_LONG(0.14)[0.141,0]; NEURAL_SPAM_SHORT(0.52)[0.518,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 18:56:48 -0000 Author: sunpoet Date: Mon Dec 3 18:56:42 2018 New Revision: 486529 URL: https://svnweb.freebsd.org/changeset/ports/486529 Log: Update to 2.7.8 Changes: https://github.com/rubygems/rubygems/blob/master/History.txt PR: 233645 Exp-run by: antoine Modified: head/devel/ruby-gems/Makefile head/devel/ruby-gems/distinfo head/devel/rubygem-activesupport4/files/patch-gemspec head/devel/rubygem-cf-uaa-lib/files/patch-gemspec head/devel/rubygem-licensee/files/patch-gemspec head/devel/rubygem-rubygems-mirror/files/patch-gemspec head/devel/rubygem-travis/files/patch-gemspec head/devel/rubygem-tty-editor/files/patch-gemspec head/devel/rubygem-tty-pager/files/patch-gemspec head/graphics/rubygem-gitlab_emoji/files/patch-gemspec head/japanese/rubygem-mail-iso-2022-jp/files/patch-gemspec head/mail/rubygem-vmail/files/patch-gemspec head/net-im/rubygem-lita/files/patch-gemspec head/net-mgmt/rubygem-oxidized/files/patch-gemspec head/net/rubygem-t/files/patch-gemspec head/print/rubygem-prawn/files/patch-gemspec head/security/rubygem-omniauth/files/patch-gemspec head/sysutils/rubygem-fluentd/files/patch-gemspec head/sysutils/rubygem-puppet_forge/files/patch-gemspec head/www/rubygem-actioncable50/files/patch-gemspec head/www/rubygem-actionpack4/files/patch-gemspec head/www/rubygem-actionpack50/files/patch-gemspec head/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec head/www/rubygem-gollum-lib/files/patch-gemspec head/www/rubygem-gollum/files/patch-gemspec head/www/rubygem-kubeclient/files/patch-gemspec Modified: head/devel/ruby-gems/Makefile ============================================================================== --- head/devel/ruby-gems/Makefile Mon Dec 3 18:53:51 2018 (r486528) +++ head/devel/ruby-gems/Makefile Mon Dec 3 18:56:42 2018 (r486529) @@ -5,7 +5,7 @@ PORTNAME= gems # Do not forget to check the following ports which contain gemspec patches: # - security/rubygem-ezcrypto # - www/rubygem-gitlab-grack -PORTVERSION= 2.7.7 +PORTVERSION= 2.7.8 CATEGORIES= devel ruby MASTER_SITES= https://production.cf.rubygems.org/rubygems/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} Modified: head/devel/ruby-gems/distinfo ============================================================================== --- head/devel/ruby-gems/distinfo Mon Dec 3 18:53:51 2018 (r486528) +++ head/devel/ruby-gems/distinfo Mon Dec 3 18:56:42 2018 (r486529) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531046507 -SHA256 (ruby/rubygems-2.7.7.tgz) = 4cb2c9a36c0e4a3d5c20eb6795638632858fd72236d281963140221946ab55cb -SIZE (ruby/rubygems-2.7.7.tgz) = 915847 +TIMESTAMP = 1541353342 +SHA256 (ruby/rubygems-2.7.8.tgz) = f0d04b15a2dcf16c30895839366b0f0735651ade6cdaa424b15c0fe77e2fdf58 +SIZE (ruby/rubygems-2.7.8.tgz) = 920781 Modified: head/devel/rubygem-activesupport4/files/patch-gemspec ============================================================================== --- head/devel/rubygem-activesupport4/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/devel/rubygem-activesupport4/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -8,4 +8,4 @@ + s.add_runtime_dependency(%q.freeze, [">= 0.7"]) s.add_runtime_dependency(%q.freeze, ["~> 1.1"]) s.add_runtime_dependency(%q.freeze, ["~> 5.1"]) - s.add_runtime_dependency(%q.freeze, [">= 0.3.4", "~> 0.3"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.3", ">= 0.3.4"]) Modified: head/devel/rubygem-cf-uaa-lib/files/patch-gemspec ============================================================================== --- head/devel/rubygem-cf-uaa-lib/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/devel/rubygem-cf-uaa-lib/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -4,8 +4,8 @@ s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q.freeze, [">= 1.12.1", "~> 1.12.0"]) -+ s.add_runtime_dependency(%q.freeze, [">= 1.12.1", "~> 1.12"]) - s.add_runtime_dependency(%q.freeze, [">= 2.8.2.4", "~> 2.8"]) +- s.add_runtime_dependency(%q.freeze, ["~> 1.12.0", ">= 1.12.1"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 1.12", ">= 1.12.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 2.8", ">= 2.8.2.4"]) s.add_development_dependency(%q.freeze, ["~> 1.14"]) - s.add_development_dependency(%q.freeze, [">= 10.3.2", "~> 10.3"]) + s.add_development_dependency(%q.freeze, ["~> 10.3", ">= 10.3.2"]) Modified: head/devel/rubygem-licensee/files/patch-gemspec ============================================================================== --- head/devel/rubygem-licensee/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/devel/rubygem-licensee/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -8,4 +8,4 @@ + s.add_runtime_dependency(%q.freeze, ["~> 4.8"]) s.add_runtime_dependency(%q.freeze, ["~> 0.24"]) s.add_development_dependency(%q.freeze, ["~> 0.8"]) - s.add_development_dependency(%q.freeze, ["< 2.0", ">= 0.9"]) + s.add_development_dependency(%q.freeze, [">= 0.9", "< 2.0"]) Modified: head/devel/rubygem-rubygems-mirror/files/patch-gemspec ============================================================================== --- head/devel/rubygem-rubygems-mirror/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/devel/rubygem-rubygems-mirror/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -7,5 +7,5 @@ - s.add_runtime_dependency(%q.freeze, ["~> 2.9"]) + s.add_runtime_dependency(%q.freeze, [">= 2.9"]) s.add_development_dependency(%q.freeze, ["~> 5.7"]) - s.add_development_dependency(%q.freeze, ["< 6", ">= 4.0"]) + s.add_development_dependency(%q.freeze, [">= 4.0", "< 6"]) s.add_development_dependency(%q.freeze, ["~> 3.17"]) Modified: head/devel/rubygem-travis/files/patch-gemspec ============================================================================== --- head/devel/rubygem-travis/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/devel/rubygem-travis/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -4,7 +4,7 @@ s.add_runtime_dependency(%q.freeze, [">= 0"]) s.add_runtime_dependency(%q.freeze, ["~> 0.13"]) s.add_runtime_dependency(%q.freeze, ["~> 2.1"]) -- s.add_runtime_dependency(%q.freeze, [">= 0.6.8", "~> 0.6"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.6", ">= 0.6.8"]) + s.add_runtime_dependency(%q.freeze, [">= 0.6.8"]) s.add_runtime_dependency(%q.freeze, ["~> 0.4"]) s.add_development_dependency(%q.freeze, ["~> 2.12"]) Modified: head/devel/rubygem-tty-editor/files/patch-gemspec ============================================================================== --- head/devel/rubygem-tty-editor/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/devel/rubygem-tty-editor/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -8,6 +8,6 @@ - s.add_runtime_dependency(%q.freeze, ["~> 0.3.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.17"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.3"]) - s.add_development_dependency(%q.freeze, ["< 2.0", ">= 1.5.0"]) + s.add_development_dependency(%q.freeze, [">= 1.5.0", "< 2.0"]) s.add_development_dependency(%q.freeze, ["~> 10.0"]) s.add_development_dependency(%q.freeze, ["~> 3.0"]) Modified: head/devel/rubygem-tty-pager/files/patch-gemspec ============================================================================== --- head/devel/rubygem-tty-pager/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/devel/rubygem-tty-pager/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -7,5 +7,5 @@ - s.add_runtime_dependency(%q.freeze, ["~> 0.3.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.3"]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0"]) - s.add_development_dependency(%q.freeze, ["< 2.0", ">= 1.5.0"]) + s.add_development_dependency(%q.freeze, [">= 1.5.0", "< 2.0"]) s.add_development_dependency(%q.freeze, [">= 0"]) Modified: head/graphics/rubygem-gitlab_emoji/files/patch-gemspec ============================================================================== --- head/graphics/rubygem-gitlab_emoji/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/graphics/rubygem-gitlab_emoji/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -4,7 +4,7 @@ s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q.freeze, [">= 2.2.1", "~> 2.2"]) +- s.add_runtime_dependency(%q.freeze, ["~> 2.2", ">= 2.2.1"]) + s.add_runtime_dependency(%q.freeze, [">= 2.2.1"]) else s.add_dependency(%q.freeze, [">= 2.2.1", "~> 2.2"]) Modified: head/japanese/rubygem-mail-iso-2022-jp/files/patch-gemspec ============================================================================== --- head/japanese/rubygem-mail-iso-2022-jp/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/japanese/rubygem-mail-iso-2022-jp/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -4,8 +4,8 @@ s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q.freeze, ["<= 2.7.0", ">= 2.2.6"]) +- s.add_runtime_dependency(%q.freeze, [">= 2.2.6", "<= 2.7.0"]) + s.add_runtime_dependency(%q.freeze, [">= 2.2.6"]) - s.add_development_dependency(%q.freeze, ["< 6.0", ">= 3.0.0"]) - s.add_development_dependency(%q.freeze, ["< 5.0", ">= 3.12"]) + s.add_development_dependency(%q.freeze, [">= 3.0.0", "< 6.0"]) + s.add_development_dependency(%q.freeze, [">= 3.12", "< 5.0"]) else Modified: head/mail/rubygem-vmail/files/patch-gemspec ============================================================================== --- head/mail/rubygem-vmail/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/mail/rubygem-vmail/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -2,10 +2,10 @@ +++ vmail.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, [">= 2.2.12", "~> 2.2"]) - s.add_runtime_dependency(%q.freeze, [">= 1.6.1", "~> 1.6"]) -- s.add_runtime_dependency(%q.freeze, [">= 3.24.1", "~> 3.24"]) + s.add_runtime_dependency(%q.freeze, ["~> 2.2", ">= 2.2.12"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.6", ">= 1.6.1"]) +- s.add_runtime_dependency(%q.freeze, ["~> 3.24", ">= 3.24.1"]) + s.add_runtime_dependency(%q.freeze, [">= 3.24.1"]) - s.add_runtime_dependency(%q.freeze, [">= 1.3.3", "~> 1.3"]) - s.add_runtime_dependency(%q.freeze, [">= 0.4.4", "~> 0.4"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.3", ">= 1.3.3"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.4", ">= 0.4.4"]) else Modified: head/net-im/rubygem-lita/files/patch-gemspec ============================================================================== --- head/net-im/rubygem-lita/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/net-im/rubygem-lita/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -3,7 +3,7 @@ @@ -32,7 +32,6 @@ Gem::Specification.new do |s| s.add_runtime_dependency(%q.freeze, [">= 1.7.7"]) s.add_runtime_dependency(%q.freeze, [">= 2.7.1"]) - s.add_runtime_dependency(%q.freeze, ["< 2.0.0", ">= 1.5.2"]) + s.add_runtime_dependency(%q.freeze, [">= 1.5.2", "< 2.0.0"]) - s.add_runtime_dependency(%q.freeze, [">= 0.5.1"]) s.add_runtime_dependency(%q.freeze, [">= 1.3.0"]) s.add_runtime_dependency(%q.freeze, [">= 0.18.1"]) Modified: head/net-mgmt/rubygem-oxidized/files/patch-gemspec ============================================================================== --- head/net-mgmt/rubygem-oxidized/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/net-mgmt/rubygem-oxidized/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -6,6 +6,6 @@ s.add_runtime_dependency(%q.freeze, ["~> 3.5"]) - s.add_runtime_dependency(%q.freeze, ["~> 4.1.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 4.1"]) - s.add_runtime_dependency(%q.freeze, [">= 0.21.4", "~> 0.21"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.21", ">= 0.21.4"]) s.add_development_dependency(%q.freeze, ["~> 0"]) s.add_development_dependency(%q.freeze, ["~> 1.10"]) Modified: head/net/rubygem-t/files/patch-gemspec ============================================================================== --- head/net/rubygem-t/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/net/rubygem-t/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -6,6 +6,6 @@ s.add_runtime_dependency(%q.freeze, ["~> 0.5.1"]) - s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) + s.add_runtime_dependency(%q.freeze, [">= 2.0"]) - s.add_runtime_dependency(%q.freeze, ["< 2", ">= 0.19.1"]) + s.add_runtime_dependency(%q.freeze, [">= 0.19.1", "< 2"]) s.add_runtime_dependency(%q.freeze, ["~> 6.0"]) s.add_development_dependency(%q.freeze, ["~> 1.0"]) Modified: head/print/rubygem-prawn/files/patch-gemspec ============================================================================== --- head/print/rubygem-prawn/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/print/rubygem-prawn/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -6,6 +6,6 @@ s.add_runtime_dependency(%q.freeze, ["~> 1.5"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.7.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.7"]) - s.add_development_dependency(%q.freeze, ["< 2.0.a", ">= 1.2.1"]) + s.add_development_dependency(%q.freeze, [">= 1.2.1", "< 2.0.a"]) s.add_development_dependency(%q.freeze, [">= 0"]) s.add_development_dependency(%q.freeze, ["~> 3.0"]) Modified: head/security/rubygem-omniauth/files/patch-gemspec ============================================================================== --- head/security/rubygem-omniauth/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/security/rubygem-omniauth/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -4,8 +4,8 @@ s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q.freeze, ["< 3.6.0", ">= 3.4.6"]) -+ s.add_runtime_dependency(%q.freeze, ["< 4", ">= 3.4.6"]) - s.add_runtime_dependency(%q.freeze, ["< 3", ">= 1.6.2"]) +- s.add_runtime_dependency(%q.freeze, [">= 3.4.6", "< 3.6.0"]) ++ s.add_runtime_dependency(%q.freeze, [">= 3.4.6", "< 4"]) + s.add_runtime_dependency(%q.freeze, [">= 1.6.2", "< 3"]) s.add_development_dependency(%q.freeze, ["~> 1.14"]) s.add_development_dependency(%q.freeze, ["~> 12.0"]) Modified: head/sysutils/rubygem-fluentd/files/patch-gemspec ============================================================================== --- head/sysutils/rubygem-fluentd/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/sysutils/rubygem-fluentd/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -4,7 +4,7 @@ s.add_runtime_dependency(%q.freeze, ["~> 0.2.2"]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0"]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0"]) -- s.add_runtime_dependency(%q.freeze, ["<= 0.0.5", ">= 0.0.3"]) +- s.add_runtime_dependency(%q.freeze, [">= 0.0.3", "<= 0.0.5"]) s.add_development_dependency(%q.freeze, [">= 0.9.2"]) s.add_development_dependency(%q.freeze, ["~> 2.0"]) s.add_development_dependency(%q.freeze, ["~> 0.15.3"]) Modified: head/sysutils/rubygem-puppet_forge/files/patch-gemspec ============================================================================== --- head/sysutils/rubygem-puppet_forge/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/sysutils/rubygem-puppet_forge/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -4,8 +4,8 @@ s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q.freeze, ["< 0.14.0", ">= 0.9.0"]) +- s.add_runtime_dependency(%q.freeze, [">= 0.9.0", "< 0.14.0"]) + s.add_runtime_dependency(%q.freeze, [">= 0.9.0"]) - s.add_runtime_dependency(%q.freeze, ["< 0.13.0", ">= 0.9.0"]) + s.add_runtime_dependency(%q.freeze, [">= 0.9.0", "< 0.13.0"]) s.add_runtime_dependency(%q.freeze, ["~> 1.0"]) s.add_runtime_dependency(%q.freeze, [">= 0"]) Modified: head/www/rubygem-actioncable50/files/patch-gemspec ============================================================================== --- head/www/rubygem-actioncable50/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/www/rubygem-actioncable50/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -3,7 +3,7 @@ @@ -24,7 +24,7 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q.freeze, ["= 5.0.7.1"]) - s.add_runtime_dependency(%q.freeze, ["< 3.0", ">= 1.2"]) + s.add_runtime_dependency(%q.freeze, [">= 1.2", "< 3.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.6.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6", ">= 0.6.1"]) s.add_development_dependency(%q.freeze, ["~> 0.5.1"]) Modified: head/www/rubygem-actionpack4/files/patch-gemspec ============================================================================== --- head/www/rubygem-actionpack4/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/www/rubygem-actionpack4/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -6,6 +6,6 @@ s.add_runtime_dependency(%q.freeze, ["~> 1.6"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.6.2"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6", ">= 0.6.2"]) - s.add_runtime_dependency(%q.freeze, [">= 1.0.2", "~> 1.0"]) - s.add_runtime_dependency(%q.freeze, [">= 1.0.5", "~> 1.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.0", ">= 1.0.2"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.0", ">= 1.0.5"]) s.add_runtime_dependency(%q.freeze, ["= 4.2.11"]) Modified: head/www/rubygem-actionpack50/files/patch-gemspec ============================================================================== --- head/www/rubygem-actionpack50/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/www/rubygem-actionpack50/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -6,6 +6,6 @@ s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.6.3"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6", ">= 0.6.3"]) - s.add_runtime_dependency(%q.freeze, [">= 1.0.2", "~> 1.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.0", ">= 1.0.2"]) s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) s.add_runtime_dependency(%q.freeze, ["= 5.0.7.1"]) Modified: head/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec ============================================================================== --- head/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -1,7 +1,7 @@ --- gitlab-gollum-lib.gemspec.orig 2018-06-20 08:51:37 UTC +++ gitlab-gollum-lib.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |s| - s.add_runtime_dependency(%q.freeze, ["< 2.0", ">= 1.6.1"]) + s.add_runtime_dependency(%q.freeze, [">= 1.6.1", "< 2.0"]) s.add_runtime_dependency(%q.freeze, ["~> 2.6"]) s.add_runtime_dependency(%q.freeze, ["~> 4.6.4"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.6"]) Modified: head/www/rubygem-gollum-lib/files/patch-gemspec ============================================================================== --- head/www/rubygem-gollum-lib/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/www/rubygem-gollum-lib/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -7,7 +7,7 @@ - s.add_runtime_dependency(%q.freeze, ["~> 1.0"]) + s.add_runtime_dependency(%q.freeze, [">= 1.0"]) s.add_runtime_dependency(%q.freeze, ["~> 2.1"]) - s.add_runtime_dependency(%q.freeze, ["< 2.0", ">= 1.6.1"]) + s.add_runtime_dependency(%q.freeze, [">= 1.6.1", "< 2.0"]) s.add_runtime_dependency(%q.freeze, ["~> 2.6"]) - s.add_runtime_dependency(%q.freeze, ["~> 2.1"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.6"]) Modified: head/www/rubygem-gollum/files/patch-gemspec ============================================================================== --- head/www/rubygem-gollum/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/www/rubygem-gollum/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -5,7 +5,7 @@ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q.freeze, [">= 4.2.7"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.9.0"]) -+ s.add_runtime_dependency(%q.freeze, [">= 1.9.0"]) - s.add_runtime_dependency(%q.freeze, [">= 1.4.4", "~> 1.4"]) - s.add_runtime_dependency(%q.freeze, ["< 1.0.0", ">= 0.99.5"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 1.9"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.4", ">= 1.4.4"]) + s.add_runtime_dependency(%q.freeze, [">= 0.99.5", "< 1.0.0"]) s.add_runtime_dependency(%q.freeze, ["~> 0.16.2"]) Modified: head/www/rubygem-kubeclient/files/patch-gemspec ============================================================================== --- head/www/rubygem-kubeclient/files/patch-gemspec Mon Dec 3 18:53:51 2018 (r486528) +++ head/www/rubygem-kubeclient/files/patch-gemspec Mon Dec 3 18:56:42 2018 (r486529) @@ -3,7 +3,7 @@ @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.add_development_dependency(%q.freeze, ["~> 0.5.1"]) s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) - s.add_runtime_dependency(%q.freeze, [">= 1.0.4", "~> 1.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.0", ">= 1.0.4"]) - s.add_runtime_dependency(%q.freeze, ["~> 2.2.2"]) + s.add_runtime_dependency(%q.freeze, [">= 2.2.2"]) else From owner-svn-ports-all@freebsd.org Mon Dec 3 19:20:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 946B7133027D; Mon, 3 Dec 2018 19:20:23 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36E0369C83; Mon, 3 Dec 2018 19:20:23 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17CEE1A2E9; Mon, 3 Dec 2018 19:20:23 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3JKMt1055962; Mon, 3 Dec 2018 19:20:22 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JKMmo055960; Mon, 3 Dec 2018 19:20:22 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201812031920.wB3JKMmo055960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 3 Dec 2018 19:20:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486530 - head/sysutils/iocage-devel X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: head/sysutils/iocage-devel X-SVN-Commit-Revision: 486530 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 36E0369C83 X-Spamd-Result: default: False [-0.41 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.04)[-0.042,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:20:23 -0000 Author: wg Date: Mon Dec 3 19:20:22 2018 New Revision: 486530 URL: https://svnweb.freebsd.org/changeset/ports/486530 Log: sysutils/iocage-devel: update to 20181203 Modified: head/sysutils/iocage-devel/Makefile head/sysutils/iocage-devel/distinfo Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Mon Dec 3 18:56:42 2018 (r486529) +++ head/sysutils/iocage-devel/Makefile Mon Dec 3 19:20:22 2018 (r486530) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= iocage-devel -PORTVERSION= 1.0.0.20181026 +PORTVERSION= 1.0.0.20181203 PORTEPOCH= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,12 +22,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libzfs>=1.0.2:devel/py-libzfs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dulwich>0:devel/dulwich@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}dulwich>0:devel/dulwich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= iocage GH_PROJECT= iocage -GH_TAGNAME= c4016ac +GH_TAGNAME= 531a5cf NO_ARCH= yes USES= python:3.6+ Modified: head/sysutils/iocage-devel/distinfo ============================================================================== --- head/sysutils/iocage-devel/distinfo Mon Dec 3 18:56:42 2018 (r486529) +++ head/sysutils/iocage-devel/distinfo Mon Dec 3 19:20:22 2018 (r486530) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542708791 -SHA256 (iocage-iocage-1.0.0.20181026-c4016ac_GH0.tar.gz) = df96aa350274198e257d6d392cc6f280b8719bdafe3a382f40268f654817a371 -SIZE (iocage-iocage-1.0.0.20181026-c4016ac_GH0.tar.gz) = 318964 +TIMESTAMP = 1543833591 +SHA256 (iocage-iocage-1.0.0.20181203-531a5cf_GH0.tar.gz) = 75ec5c4ef9142d7f0a235f7e1b7a0bb25e207cae35c50b9c736648aabadad28a +SIZE (iocage-iocage-1.0.0.20181203-531a5cf_GH0.tar.gz) = 320035 From owner-svn-ports-all@freebsd.org Mon Dec 3 19:41:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08392133087C; Mon, 3 Dec 2018 19:41: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE3D96AC09; Mon, 3 Dec 2018 19:41: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 8EFDC1A6A8; Mon, 3 Dec 2018 19:41: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 wB3Jfhlr070808; Mon, 3 Dec 2018 19:41:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JfXvD070754; Mon, 3 Dec 2018 19:41:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031941.wB3JfXvD070754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:41:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486531 - in head: astro/libosmpbf astro/merkaartor audio/clementine-player audio/mixxx audio/mixxx20 audio/mumble audio/mumble/files audio/murmur audio/murmur/files databases/mysql57-s... X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: astro/libosmpbf astro/merkaartor audio/clementine-player audio/mixxx audio/mixxx20 audio/mumble audio/mumble/files audio/murmur audio/murmur/files databases/mysql57-server databases/mysql80-s... X-SVN-Commit-Revision: 486531 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AE3D96AC09 X-Spamd-Result: default: False [-0.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.21)[-0.212,0]; NEURAL_SPAM_LONG(0.19)[0.185,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.00)[0.002,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:41:44 -0000 Author: sunpoet Date: Mon Dec 3 19:41:32 2018 New Revision: 486531 URL: https://svnweb.freebsd.org/changeset/ports/486531 Log: Update devel/protobuf to 3.6.1 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases PR: 231008 Exp-run by: antoine Added: head/audio/mumble/files/patch-cplusplus.pri (contents, props changed) head/audio/murmur/files/patch-cplusplus.pri (contents, props changed) head/devel/protobuf/files/patch-src-google-protobuf-stubs-common.h (contents, props changed) Deleted: head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops.h head/devel/protobuf/files/patch-src_Makefile.am Modified: head/astro/libosmpbf/Makefile head/astro/merkaartor/Makefile head/audio/clementine-player/Makefile head/audio/mixxx/Makefile head/audio/mixxx20/Makefile head/audio/mumble/Makefile head/audio/murmur/Makefile head/databases/mysql57-server/Makefile head/databases/mysql80-server/Makefile head/devel/grpc/Makefile head/devel/ignition-msgs/Makefile head/devel/ignition-transport/Makefile head/devel/php5-pinba/Makefile head/devel/protobuf-c/Makefile head/devel/protobuf/Makefile head/devel/protobuf/distinfo head/devel/protobuf/pkg-descr head/devel/protobuf/pkg-plist head/dns/dnsdist/Makefile head/dns/knot-resolver/Makefile head/dns/powerdns-recursor/Makefile head/dns/powerdns-recursor40/Makefile head/dns/powerdns/Makefile head/games/cockatrice/Makefile head/games/pink-pony/Makefile head/games/pokerth/Makefile head/graphics/caffe/Makefile head/graphics/opencv/Makefile head/graphics/osgearth/Makefile head/japanese/mozc-server/Makefile head/multimedia/vlc3/Makefile head/net-im/ricochet/Makefile head/net-mgmt/collectd5/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/litecoin/Makefile head/net-p2p/namecoin/Makefile head/net-p2p/qtum/Makefile head/net-p2p/zetacoin/Makefile head/net/eternalterminal/Makefile head/net/mosh/Makefile head/net/ostinato/Makefile head/net/spoofer/Makefile head/science/lm/Makefile head/science/paraview/Makefile head/security/certificate-transparency/Makefile head/sysutils/zbackup/Makefile head/www/mod_pagespeed/Makefile Modified: head/astro/libosmpbf/Makefile ============================================================================== --- head/astro/libosmpbf/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/astro/libosmpbf/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= libosmpbf PORTVERSION= 1.3.3 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org @@ -21,6 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= scrosby GH_PROJECT= OSM-binary -USES= cmake +USES= cmake compiler:c++11-lang +USE_CXXSTD= c++11 .include Modified: head/astro/merkaartor/Makefile ============================================================================== --- head/astro/merkaartor/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/astro/merkaartor/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= merkaartor PORTVERSION= 0.18.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= astro MAINTAINER= dev2@heesakkers.info Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/audio/clementine-player/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -5,7 +5,7 @@ PORTNAME= clementine DISTVERSIONPREFIX= v DISTVERSION= 1.3.1-441 DISTVERSIONSUFFIX= -gc01b7bc -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio PKGNAMESUFFIX= -player @@ -40,6 +40,7 @@ USES= cmake \ gettext-tools \ pkgconfig \ qt:4 sqlite +USE_CXXSTD= c++11 USE_GL= gl glew glu USE_XORG= x11 Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/audio/mixxx/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= mixxx DISTVERSION= 2.1.5 +PORTREVISION= 1 DISTVERSIONPREFIX= release- CATEGORIES= audio Modified: head/audio/mixxx20/Makefile ============================================================================== --- head/audio/mixxx20/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/audio/mixxx20/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= mixxx PORTVERSION= 2.0.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ PKGNAMESUFFIX= 20 @@ -34,7 +34,8 @@ LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= qt:4 scons iconv pkgconfig +USES= compiler:c++11-lang iconv pkgconfig qt:4 scons +USE_CXXSTD= c++11 USE_QT= corelib gui network opengl script scripttools sql sql-sqlite3 \ svg testlib xml xmlpatterns linguisttools_build moc_build \ qmake_build rcc_build uic_build Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/audio/mumble/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.19 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org @@ -24,7 +24,8 @@ LIB_DEPENDS+= libspeex.so:audio/speex \ PLIST_SUB+= PORTVERSION="${PORTVERSION}" -USES= compiler cpe desktop-file-utils gmake pkgconfig qmake qt:4 ssl +USES= compiler:c++11-lang cpe desktop-file-utils gmake pkgconfig qmake qt:4 ssl +USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= mumble-voip GH_PROJECT= mumble celt-0.7.0:mumble_celt_0_7 celt-0.11.0:mumble_celt_0_11 Added: head/audio/mumble/files/patch-cplusplus.pri ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mumble/files/patch-cplusplus.pri Mon Dec 3 19:41:32 2018 (r486531) @@ -0,0 +1,13 @@ +--- cplusplus.pri.orig 2017-01-27 12:29:08 UTC ++++ cplusplus.pri +@@ -103,8 +103,8 @@ unix { + # older compilers. In GCC, the following + # flags mean the same thing: + # -std=c++98, -std=c++03, -ansi. +- QMAKE_CXXFLAGS += -std=c++98 +- QMAKE_LFLAGS += -std=c++98 ++ # QMAKE_CXXFLAGS += -std=c++98 ++ # QMAKE_LFLAGS += -std=c++98 + } + + Modified: head/audio/murmur/Makefile ============================================================================== --- head/audio/murmur/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/audio/murmur/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.19 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org @@ -21,6 +21,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf USERS= murmur GROUPS= murmur USES= compiler:c++11-lang qmake pkgconfig qt:4 ssl +USE_CXXSTD= c++11 USE_QT= moc_build corelib network sql xml USE_GITHUB= YES Added: head/audio/murmur/files/patch-cplusplus.pri ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/murmur/files/patch-cplusplus.pri Mon Dec 3 19:41:32 2018 (r486531) @@ -0,0 +1,13 @@ +--- cplusplus.pri.orig 2017-01-27 12:29:08 UTC ++++ cplusplus.pri +@@ -103,8 +103,8 @@ unix { + # older compilers. In GCC, the following + # flags mean the same thing: + # -std=c++98, -std=c++03, -ansi. +- QMAKE_CXXFLAGS += -std=c++98 +- QMAKE_LFLAGS += -std=c++98 ++ # QMAKE_CXXFLAGS += -std=c++98 ++ # QMAKE_LFLAGS += -std=c++98 + } + + Modified: head/databases/mysql57-server/Makefile ============================================================================== --- head/databases/mysql57-server/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/databases/mysql57-server/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.7.24 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7 PKGNAMESUFFIX?= 57-server @@ -96,6 +96,7 @@ SUB_FILES= my.cnf.sample USERS= mysql GROUPS= mysql +USE_CXXSTD= c++11 USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin MMAN1= my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 \ Modified: head/databases/mysql80-server/Makefile ============================================================================== --- head/databases/mysql80-server/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/databases/mysql80-server/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 8.0.12 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-8.0 PKGNAMESUFFIX?= 80-server Modified: head/devel/grpc/Makefile ============================================================================== --- head/devel/grpc/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/grpc/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= grpc PORTVERSION= 1.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel Modified: head/devel/ignition-msgs/Makefile ============================================================================== --- head/devel/ignition-msgs/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/ignition-msgs/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,6 +2,7 @@ PORTNAME= ignition-msgs DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ Modified: head/devel/ignition-transport/Makefile ============================================================================== --- head/devel/ignition-transport/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/ignition-transport/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,6 +2,7 @@ PORTNAME= ignition-transport DISTVERSION= 6.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ Modified: head/devel/php5-pinba/Makefile ============================================================================== --- head/devel/php5-pinba/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/php5-pinba/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= pinba PORTVERSION= 2012.03.20 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} @@ -22,7 +22,8 @@ GH_ACCOUNT= tony2001 GH_PROJECT= pinba_extension GH_TAGNAME= f76b673 -USES= php:ext +USES= compiler:c++11-lang php:ext +USE_CXXSTD= c++11 IGNORE_WITH_PHP= 70 71 72 73 .include Modified: head/devel/protobuf-c/Makefile ============================================================================== --- head/devel/protobuf-c/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/protobuf-c/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= protobuf-c PORTVERSION= 1.3.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/protobuf/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 3.5.2 +PORTVERSION= 3.6.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel @@ -19,19 +18,23 @@ BROKEN_sparc64= fails to compile: no atomic ops availa TEST_DEPENDS= googlemock>=0:devel/googlemock \ googletest>=0:devel/googletest +USES= autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig + CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src -CONFIGURE_ENV= CC_FOR_BUILD="${CC}" CFLAGS_FOR_BUILD="${CFLAGS}" \ +CONFIGURE_ENV= CC_FOR_BUILD="${CC}" \ + CFLAGS_FOR_BUILD="${CFLAGS}" \ CPPFLAGS_FOR_BUILD="${CPPFLAGS}" \ - CXX_FOR_BUILD="${CXX}" CXXFLAGS_FOR_BUILD="${CXXFLAGS}" \ + CXX_FOR_BUILD="${CXX}" \ + CXXFLAGS_FOR_BUILD="${CXXFLAGS}" \ LDFLAGS_FOR_BUILD="${LDFLAGS}" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_ARGS= ${MAKE_ARGS} ${_MAKE_JOBS} TEST_TARGET= check -USES= autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig +USE_CXXSTD= c++11 USE_LDCONFIG= yes -GH_ACCOUNT= google +GH_ACCOUNT= protocolbuffers USE_GITHUB= yes post-patch: Modified: head/devel/protobuf/distinfo ============================================================================== --- head/devel/protobuf/distinfo Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/protobuf/distinfo Mon Dec 3 19:41:32 2018 (r486531) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523095599 -SHA256 (google-protobuf-v3.5.2_GH0.tar.gz) = 4ffd420f39f226e96aebc3554f9c66a912f6cad6261f39f194f16af8a1f6dab2 -SIZE (google-protobuf-v3.5.2_GH0.tar.gz) = 4584659 +TIMESTAMP = 1535569873 +SHA256 (protocolbuffers-protobuf-v3.6.1_GH0.tar.gz) = 3d4e589d81b2006ca603c1ab712c9715a76227293032d05b26fca603f90b3f5b +SIZE (protocolbuffers-protobuf-v3.6.1_GH0.tar.gz) = 4485582 Added: head/devel/protobuf/files/patch-src-google-protobuf-stubs-common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf/files/patch-src-google-protobuf-stubs-common.h Mon Dec 3 19:41:32 2018 (r486531) @@ -0,0 +1,11 @@ +--- src/google/protobuf/stubs/common.h.orig 2018-07-27 20:30:28 UTC ++++ src/google/protobuf/stubs/common.h +@@ -206,7 +206,7 @@ LIBPROTOBUF_EXPORT void OnShutdownRun(vo + + template + T* OnShutdownDelete(T* p) { +- OnShutdownRun([](const void* p) { delete static_cast(p); }, p); ++ OnShutdownRun([](const void* pp) { delete static_cast(pp); }, p); + return p; + } + Modified: head/devel/protobuf/pkg-descr ============================================================================== --- head/devel/protobuf/pkg-descr Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/protobuf/pkg-descr Mon Dec 3 19:41:32 2018 (r486531) @@ -2,4 +2,4 @@ Protocol Buffers are a way of encoding structured data extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. -WWW: https://github.com/google/protobuf +WWW: https://github.com/protocolbuffers/protobuf Modified: head/devel/protobuf/pkg-plist ============================================================================== --- head/devel/protobuf/pkg-plist Mon Dec 3 19:20:22 2018 (r486530) +++ head/devel/protobuf/pkg-plist Mon Dec 3 19:41:32 2018 (r486531) @@ -15,7 +15,6 @@ include/google/protobuf/compiler/csharp/csharp_names.h include/google/protobuf/compiler/importer.h include/google/protobuf/compiler/java/java_generator.h include/google/protobuf/compiler/java/java_names.h -include/google/protobuf/compiler/javanano/javanano_generator.h include/google/protobuf/compiler/js/js_generator.h include/google/protobuf/compiler/js/well_known_types_embed.h include/google/protobuf/compiler/objectivec/objectivec_generator.h @@ -45,6 +44,8 @@ include/google/protobuf/generated_message_reflection.h include/google/protobuf/generated_message_table_driven.h include/google/protobuf/generated_message_util.h include/google/protobuf/has_bits.h +include/google/protobuf/implicit_weak_message.h +include/google/protobuf/inlined_string_field.h include/google/protobuf/io/coded_stream.h include/google/protobuf/io/gzip_stream.h include/google/protobuf/io/printer.h @@ -72,20 +73,6 @@ include/google/protobuf/source_context.pb.h include/google/protobuf/source_context.proto include/google/protobuf/struct.pb.h include/google/protobuf/struct.proto -include/google/protobuf/stubs/atomic_sequence_num.h -include/google/protobuf/stubs/atomicops.h -include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h -include/google/protobuf/stubs/atomicops_internals_arm_gcc.h -include/google/protobuf/stubs/atomicops_internals_arm_qnx.h -include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h -include/google/protobuf/stubs/atomicops_internals_generic_gcc.h -include/google/protobuf/stubs/atomicops_internals_mips_gcc.h -include/google/protobuf/stubs/atomicops_internals_power.h -include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h -include/google/protobuf/stubs/atomicops_internals_solaris.h -include/google/protobuf/stubs/atomicops_internals_tsan.h -include/google/protobuf/stubs/atomicops_internals_x86_gcc.h -include/google/protobuf/stubs/atomicops_internals_x86_msvc.h include/google/protobuf/stubs/bytestream.h include/google/protobuf/stubs/callback.h include/google/protobuf/stubs/casts.h @@ -98,14 +85,11 @@ include/google/protobuf/stubs/mutex.h include/google/protobuf/stubs/once.h include/google/protobuf/stubs/platform_macros.h include/google/protobuf/stubs/port.h -include/google/protobuf/stubs/scoped_ptr.h -include/google/protobuf/stubs/shared_ptr.h include/google/protobuf/stubs/singleton.h include/google/protobuf/stubs/status.h include/google/protobuf/stubs/stl_util.h include/google/protobuf/stubs/stringpiece.h include/google/protobuf/stubs/template_util.h -include/google/protobuf/stubs/type_traits.h include/google/protobuf/text_format.h include/google/protobuf/timestamp.pb.h include/google/protobuf/timestamp.proto @@ -127,15 +111,15 @@ include/google/protobuf/wrappers.pb.h include/google/protobuf/wrappers.proto lib/libprotobuf-lite.a lib/libprotobuf-lite.so -lib/libprotobuf-lite.so.15 -lib/libprotobuf-lite.so.15.0.1 +lib/libprotobuf-lite.so.17 +lib/libprotobuf-lite.so.17.0.0 lib/libprotobuf.a lib/libprotobuf.so -lib/libprotobuf.so.15 -lib/libprotobuf.so.15.0.1 +lib/libprotobuf.so.17 +lib/libprotobuf.so.17.0.0 lib/libprotoc.a lib/libprotoc.so -lib/libprotoc.so.15 -lib/libprotoc.so.15.0.1 +lib/libprotoc.so.17 +lib/libprotoc.so.17.0.0 libdata/pkgconfig/protobuf-lite.pc libdata/pkgconfig/protobuf.pc Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/dns/dnsdist/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm Modified: head/dns/knot-resolver/Makefile ============================================================================== --- head/dns/knot-resolver/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/dns/knot-resolver/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= knot-resolver DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/dns/powerdns-recursor/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= recursor DISTVERSION= 4.1.7 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Modified: head/dns/powerdns-recursor40/Makefile ============================================================================== --- head/dns/powerdns-recursor40/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/dns/powerdns-recursor40/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= recursor DISTVERSION= 4.0.9 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/dns/powerdns/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,6 +2,7 @@ PORTNAME= powerdns DISTVERSION= 4.1.5 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} Modified: head/games/cockatrice/Makefile ============================================================================== --- head/games/cockatrice/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/games/cockatrice/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= Cockatrice PORTVERSION= 2.6.1.g2018.07.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org Modified: head/games/pink-pony/Makefile ============================================================================== --- head/games/pink-pony/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/games/pink-pony/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= pink-pony PORTVERSION= 1.4.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/games/pokerth/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF @@ -26,7 +26,8 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:irc/libircclient \ protoc:devel/protobuf -USES= iconv gmake qmake qt:4 sqlite ssl +USES= compiler:c++11-lang iconv gmake qmake qt:4 sqlite ssl +USE_CXXSTD= c++11 USE_QT= gui corelib network sql sql-sqlite3 \ moc_build rcc_build uic_build USE_SDL= mixer Modified: head/graphics/caffe/Makefile ============================================================================== --- head/graphics/caffe/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/graphics/caffe/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,7 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MAINTAINER= eric@camachat.org @@ -36,8 +36,9 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR} +USES= compiler:c++11-lib fortran gmake pkgconfig python:2.7 +USE_CXXSTD= c++11 USE_LDCONFIG= yes -USES= gmake python:2.7 fortran compiler:c++11-lib pkgconfig USE_PYTHON= flavors cython CXXFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE=1 Modified: head/graphics/opencv/Makefile ============================================================================== --- head/graphics/opencv/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/graphics/opencv/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= opencv PORTVERSION= 3.4.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org Modified: head/graphics/osgearth/Makefile ============================================================================== --- head/graphics/osgearth/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/graphics/osgearth/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= osgearth PORTVERSION= 2.9 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MAINTAINER= lbartoletti@tuxfamily.org @@ -22,11 +22,12 @@ LIB_DEPENDS= libosg.so:graphics/osg \ libprotoc.so:devel/protobuf \ librocksdb.so:databases/rocksdb -USES= cmake pkgconfig sqlite +USES= cmake compiler:c++11-lang pkgconfig sqlite USE_GITHUB= yes GH_ACCOUNT= gwaldron +USE_CXXSTD= c++11 USE_LDCONFIG= yes USE_GL+= gl glu PLIST_SUB= OSGVERSION=3.4.0 Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/japanese/mozc-server/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= mozc PORTVERSION= 2.20.2677.102.02 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= japanese MAINTAINER= hrs@FreeBSD.org Modified: head/multimedia/vlc3/Makefile ============================================================================== --- head/multimedia/vlc3/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/multimedia/vlc3/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/net-im/ricochet/Makefile ============================================================================== --- head/net-im/ricochet/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-im/ricochet/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= ricochet PORTVERSION= 1.1.4 DISTVERSIONPREFIX= v -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net-im net-p2p MAINTAINER= yuri@FreeBSD.org Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-mgmt/collectd5/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.8.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://storage.googleapis.com/collectd-tarballs/ PKGNAMESUFFIX= 5 Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-p2p/bitcoin/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= bitcoin PORTVERSION= 0.17.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \ LOCAL/swills:icon Modified: head/net-p2p/litecoin/Makefile ============================================================================== --- head/net-p2p/litecoin/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-p2p/litecoin/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= litecoin PORTVERSION= 0.16.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p finance Modified: head/net-p2p/namecoin/Makefile ============================================================================== --- head/net-p2p/namecoin/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-p2p/namecoin/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= namecoin PORTVERSION= 0.17.0 +PORTREVISION= 1 DISTVERSIONPREFIX= nc PORTEPOCH= 1 CATEGORIES= net-p2p dns Modified: head/net-p2p/qtum/Makefile ============================================================================== --- head/net-p2p/qtum/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-p2p/qtum/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= qtum PORTVERSION= 0.16.1 +PORTREVISION= 1 DISTVERSIONPREFIX= mainnet-ignition-v CATEGORIES= net-p2p finance Modified: head/net-p2p/zetacoin/Makefile ============================================================================== --- head/net-p2p/zetacoin/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net-p2p/zetacoin/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -4,7 +4,7 @@ PORTNAME= zetacoin PORTVERSION= 0.11.2.3 DISTVERSIONPREFIX= v -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= net-p2p finance MAINTAINER= daniel@morante.net @@ -14,7 +14,8 @@ LICENSE= MIT LIB_DEPENDS= libboost_date_time.so:devel/boost-libs -USES+= autoreconf compiler:c++0x gmake libtool pkgconfig:build ssl +USES+= autoreconf compiler:c++11-lang gmake libtool pkgconfig:build ssl +USE_CXXSTD= c++11 CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} Modified: head/net/eternalterminal/Makefile ============================================================================== --- head/net/eternalterminal/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net/eternalterminal/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,6 +3,7 @@ PORTNAME= eternalterminal DISTVERSIONPREFIX= et-v DISTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= trevis@silencedpoet.com Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net/mosh/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ \ ZI @@ -23,7 +23,8 @@ CONFIGURE_ARGS= --with-utempter --without-ncurses CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ TINFO_CFLAGS="-I/usr/include" INSTALL_TARGET= install-strip -USES= autoreconf ncurses perl5 pkgconfig ssl +USES= autoreconf compiler:c++11-lang ncurses perl5 pkgconfig ssl +USE_CXXSTD= c++11 CONFLICTS_INSTALL= mosh-0.[2-9].* Modified: head/net/ostinato/Makefile ============================================================================== --- head/net/ostinato/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net/ostinato/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= ostinato PORTVERSION= 0.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net security MASTER_SITES= https://bintray.com/artifact/download/pstavirs/ostinato/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -19,6 +19,7 @@ EXPIRATION_DATE= 2019-03-15 LIB_DEPENDS= libprotobuf.so:devel/protobuf USES= compiler:c++11-lang qmake qt:4 +USE_CXXSTD= c++11 USE_QT= corelib gui moc_build rcc_build uic_build network script \ xml Modified: head/net/spoofer/Makefile ============================================================================== --- head/net/spoofer/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/net/spoofer/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= spoofer PORTVERSION= 1.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ Modified: head/science/lm/Makefile ============================================================================== --- head/science/lm/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/science/lm/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,7 +2,7 @@ PORTNAME= lm DISTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -src CATEGORIES= science MASTER_SITES= http://scs.illinois.edu/schulten/${PORTNAME}/download/${PORTNAME}${DISTVERSION:R:S/.//}/ @@ -21,11 +21,12 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \ libprotobuf.so:devel/protobuf \ libsz.so:science/szip -USES= gettext-runtime gmake +USES= compiler:c++11-lang gettext-runtime gmake WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CXXFLAGS+= -DLINUX MAKE_ENV= BUILD_DIR=${WRKSRC} PROTOBUF_DIR=${LOCALBASE} +USE_CXXSTD= c++11 OPTIONS_DEFINE= MPI PYTHON VMD OPTIONS_DEFAULT= MPI PYTHON # VMD can't be default because VMD requires manual tarball fetch Modified: head/science/paraview/Makefile ============================================================================== --- head/science/paraview/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/science/paraview/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= paraview DISTVERSION= 5.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION} Modified: head/security/certificate-transparency/Makefile ============================================================================== --- head/security/certificate-transparency/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/security/certificate-transparency/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -3,7 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= security MAINTAINER= ports@FreeBSD.org Modified: head/sysutils/zbackup/Makefile ============================================================================== --- head/sysutils/zbackup/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/sysutils/zbackup/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,7 +2,7 @@ PORTNAME= zbackup PORTVERSION= 1.4.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org @@ -14,6 +14,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf \ liblzo2.so:archivers/lzo2 USES= alias cmake compiler:c++11-lang ssl +USE_CXXSTD= c++11 USE_GITHUB= yes OPTIONS_DEFINE= DOCS Modified: head/www/mod_pagespeed/Makefile ============================================================================== --- head/www/mod_pagespeed/Makefile Mon Dec 3 19:20:22 2018 (r486530) +++ head/www/mod_pagespeed/Makefile Mon Dec 3 19:41:32 2018 (r486531) @@ -2,7 +2,7 @@ PORTNAME= mod_pagespeed PORTVERSION= 1.12.34.2 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 1 CATEGORIES= www devel MASTER_SITES= LOCAL/mmokhi:boringssl,chromium_base,chromium_build,googleurl,gflags_arch,gflags_src,libjpeg_turbo_src,yasm_patched,libwebp,modpb64 \ From owner-svn-ports-all@freebsd.org Mon Dec 3 19:46:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CFB71330A69 for ; Mon, 3 Dec 2018 19:46:22 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mail-yb1-xb2d.google.com (mail-yb1-xb2d.google.com [IPv6:2607:f8b0:4864:20::b2d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D9A96AEAA for ; Mon, 3 Dec 2018 19:46:21 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mail-yb1-xb2d.google.com with SMTP id l126so1849648ybf.13 for ; Mon, 03 Dec 2018 11:46:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamw-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=oEBFfNR+pjnp1gS7eINaN2HaetfK38oRxoPz2AyfOfE=; b=iLQjUOXb8L968mbE1VGtbzBFUYYR4W9+CSpb1Es6EaFEGStqQJj21JpmTsyneE71ZS iBr1gZIVkxkaQ60ca08TLcIULdk/mGb+GjijDv5mWrUgX4D1YBdq/Qqlrdqa16SgDE4c nVxJ8l0mucPZjdu8dQilRihYxk6in/RCAwYkJI0Cky4596WgQv3v5cOLaeQYfxrgYYAh 7Px0GKFakZSIXQsupUm6f2pcDSqUpoZZpucsSewKVSc9K8P0gcPv9MGMw7zqDK1ZfNLA jDbwGq8PiRrTMgT34oY+SLInEpcHX5ZL8l6i0JE6Y/ff0uOFuUmwfczqtXGONpe/iB8V G/pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oEBFfNR+pjnp1gS7eINaN2HaetfK38oRxoPz2AyfOfE=; b=LjyCBewFE/Mu0Hq3ZG4TIlv6kyDX8o9tvrcruw3gy12Bp9bZknBLfPqmNd+uXuF9G/ 3Aus4eipHTdaPga3qzetUz5rYYphHlrbyrfJRr/oJXn/R/7zdO/QW8QAN/w0FVHKkyOY nXPNok1WJ3NUwljWQgCYkNRkjwDbeT0ojl2Jo70RwfsGscrc2Q+0YJPnRFA43fXmDkG1 VzZSOaVB7NYtL8kF8Da7Cwuu3xTOg6Nd1p5l2g8tznke6GGQOr4H8j++hrQjEYMeGxIr UbDpXkLp5+QudG2Mg9eIIc3GxsNYrcKmJuT6nibHmMl2aM/kIJK8kPhY9ntyYUpWC6m6 mpJA== X-Gm-Message-State: AA+aEWbGpzvRy6oz7Gtcy60qpPkaf7KNX5+O3TrzxPcVRNBu48FfoepD 3vNxEze+hWBPfXtETAbUqlGbNiFa0YJK8gGKgDXAsKzXG8g= X-Google-Smtp-Source: AFSGD/VOLCZIhKnfbSWDNRs8iaMSrF+wlTcuzFjchQXRE7TBSgZVccoEYTwuqDnw9OmjOzu2iDrjJM1MoUGIpDE/mqQ= X-Received: by 2002:a25:31c5:: with SMTP id x188-v6mr16637151ybx.417.1543866381083; Mon, 03 Dec 2018 11:46:21 -0800 (PST) MIME-Version: 1.0 References: <201812031856.wB3Iugwl044918@repo.freebsd.org> In-Reply-To: <201812031856.wB3Iugwl044918@repo.freebsd.org> From: Adam Weinberger Date: Mon, 3 Dec 2018 12:46:05 -0700 Message-ID: Subject: Re: svn commit: r486529 - in head: devel/ruby-gems devel/rubygem-activesupport4/files devel/rubygem-cf-uaa-lib/files devel/rubygem-licensee/files devel/rubygem-rubygems-mirror/files devel/rubygem-travi... To: sunpoet@freebsd.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 9D9A96AEAA X-Spamd-Result: default: False [-4.06 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_DKIM_ALLOW(-0.20)[adamw-org.20150623.gappssmtp.com]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[svn-ports-all@freebsd.org]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[adamw.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[adamw-org.20150623.gappssmtp.com:+]; MX_GOOD(-0.01)[alt1.aspmx.l.google.com,alt4.aspmx.l.google.com,alt3.aspmx.l.google.com,alt2.aspmx.l.google.com,aspmx.l.google.com]; RCVD_IN_DNSWL_NONE(0.00)[d.2.b.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(-0.60)[ipnet: 2607:f8b0::/32(-1.61), asn: 15169(-1.29), country: US(-0.09)]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:46:22 -0000 On Mon, Dec 3, 2018 at 11:57 AM Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > Date: Mon Dec 3 18:56:42 2018 > New Revision: 486529 > URL: https://svnweb.freebsd.org/changeset/ports/486529 > > Log: > Update to 2.7.8 > > Changes: https://github.com/rubygems/rubygems/blob/master/History.txt > PR: 233645 > Exp-run by: antoine When you're touching 25 ports, please say in the commit message what port you're actually updating. The revision logs for 24 ports now erroneously say they've been updated to 2.7.8, and it requires combing through the full commit manually to track it down. # Adam > > Modified: > head/devel/ruby-gems/Makefile > head/devel/ruby-gems/distinfo > head/devel/rubygem-activesupport4/files/patch-gemspec > head/devel/rubygem-cf-uaa-lib/files/patch-gemspec > head/devel/rubygem-licensee/files/patch-gemspec > head/devel/rubygem-rubygems-mirror/files/patch-gemspec > head/devel/rubygem-travis/files/patch-gemspec > head/devel/rubygem-tty-editor/files/patch-gemspec > head/devel/rubygem-tty-pager/files/patch-gemspec > head/graphics/rubygem-gitlab_emoji/files/patch-gemspec > head/japanese/rubygem-mail-iso-2022-jp/files/patch-gemspec > head/mail/rubygem-vmail/files/patch-gemspec > head/net-im/rubygem-lita/files/patch-gemspec > head/net-mgmt/rubygem-oxidized/files/patch-gemspec > head/net/rubygem-t/files/patch-gemspec > head/print/rubygem-prawn/files/patch-gemspec > head/security/rubygem-omniauth/files/patch-gemspec > head/sysutils/rubygem-fluentd/files/patch-gemspec > head/sysutils/rubygem-puppet_forge/files/patch-gemspec > head/www/rubygem-actioncable50/files/patch-gemspec > head/www/rubygem-actionpack4/files/patch-gemspec > head/www/rubygem-actionpack50/files/patch-gemspec > head/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec > head/www/rubygem-gollum-lib/files/patch-gemspec > head/www/rubygem-gollum/files/patch-gemspec > head/www/rubygem-kubeclient/files/patch-gemspec -- Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-svn-ports-all@freebsd.org Mon Dec 3 19:55:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35B381330E21; Mon, 3 Dec 2018 19:55: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA8056B554; Mon, 3 Dec 2018 19:55:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A79B51A99E; Mon, 3 Dec 2018 19:55:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3JtUw3077615; Mon, 3 Dec 2018 19:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JtUnB077612; Mon, 3 Dec 2018 19:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031955.wB3JtUnB077612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486532 - head/devel/py-protobuf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-protobuf X-SVN-Commit-Revision: 486532 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CA8056B554 X-Spamd-Result: default: False [-0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.096,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:55:31 -0000 Author: sunpoet Date: Mon Dec 3 19:55:29 2018 New Revision: 486532 URL: https://svnweb.freebsd.org/changeset/ports/486532 Log: Update to 3.6.1 - Change MASTER_SITES from GitHub to CHEESESHOP - Remove outdated post-patch: - Update WWW Changes: https://github.com/protocolbuffers/protobuf/releases Modified: head/devel/py-protobuf/Makefile head/devel/py-protobuf/distinfo head/devel/py-protobuf/pkg-descr Modified: head/devel/py-protobuf/Makefile ============================================================================== --- head/devel/py-protobuf/Makefile Mon Dec 3 19:41:32 2018 (r486531) +++ head/devel/py-protobuf/Makefile Mon Dec 3 19:55:29 2018 (r486532) @@ -2,33 +2,25 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 3.5.2 -DISTVERSIONPREFIX= v +PORTVERSION= 3.6.1 PORTEPOCH= 1 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google protobuf Python Client Library LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/../LICENSE -BUILD_DEPENDS= protoc:devel/protobuf \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} +BUILD_DEPENDS= protoc:devel/protobuf RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} +USES= python +USE_PYTHON= autoplist concurrent distutils + DO_MAKE_TEST= ${PYTHON_CMD} ${PYDISTUTILS_SETUP} NO_ARCH= yes TEST_TARGET= test -USE_PYTHON= autoplist concurrent distutils -USES= python -WRKSRC_SUBDIR= python - -GH_ACCOUNT= google -USE_GITHUB= yes - -post-patch: - @${MKDIR} ${WRKSRC}/google/protobuf/compiler/ .include Modified: head/devel/py-protobuf/distinfo ============================================================================== --- head/devel/py-protobuf/distinfo Mon Dec 3 19:41:32 2018 (r486531) +++ head/devel/py-protobuf/distinfo Mon Dec 3 19:55:29 2018 (r486532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523095625 -SHA256 (google-protobuf-v3.5.2_GH0.tar.gz) = 4ffd420f39f226e96aebc3554f9c66a912f6cad6261f39f194f16af8a1f6dab2 -SIZE (google-protobuf-v3.5.2_GH0.tar.gz) = 4584659 +TIMESTAMP = 1535569981 +SHA256 (protobuf-3.6.1.tar.gz) = 1489b376b0f364bcc6f89519718c057eb191d7ad6f1b395ffd93d1aa45587811 +SIZE (protobuf-3.6.1.tar.gz) = 240927 Modified: head/devel/py-protobuf/pkg-descr ============================================================================== --- head/devel/py-protobuf/pkg-descr Mon Dec 3 19:41:32 2018 (r486531) +++ head/devel/py-protobuf/pkg-descr Mon Dec 3 19:55:29 2018 (r486532) @@ -2,4 +2,4 @@ Protocol Buffers are a way of encoding structured data extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. -WWW: https://github.com/google/protobuf +WWW: https://github.com/protocolbuffers/protobuf From owner-svn-ports-all@freebsd.org Mon Dec 3 19:57:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76F12130A02D; Mon, 3 Dec 2018 19:57:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 161F36B84E; Mon, 3 Dec 2018 19:57:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EAB5C1A9A7; Mon, 3 Dec 2018 19:57: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 wB3JvjBv077932; Mon, 3 Dec 2018 19:57:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Jvi6E077927; Mon, 3 Dec 2018 19:57:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031957.wB3Jvi6E077927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:57:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486533 - in head/devel: . p5-Color-ANSI-Util X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Color-ANSI-Util X-SVN-Commit-Revision: 486533 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 161F36B84E X-Spamd-Result: default: False [-0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.096,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:57:46 -0000 Author: sunpoet Date: Mon Dec 3 19:57:44 2018 New Revision: 486533 URL: https://svnweb.freebsd.org/changeset/ports/486533 Log: Add p5-Color-ANSI-Util 0.162 Color::ANSI::Util provides routines for dealing with ANSI colors. The two main functions are ansifg and ansibg. With those functions, you can specify colors in RGB and let it output the correct ANSI color escape code according to the color depth support of the terminal (whether 16-color, 256-color, or 24bit). There are other functions to convert RGB to ANSI in specific color depths, or reverse functions to convert from ANSI to RGB codes. WWW: https://metacpan.org/release/Color-ANSI-Util Added: head/devel/p5-Color-ANSI-Util/ head/devel/p5-Color-ANSI-Util/Makefile (contents, props changed) head/devel/p5-Color-ANSI-Util/distinfo (contents, props changed) head/devel/p5-Color-ANSI-Util/pkg-descr (contents, props changed) head/devel/p5-Color-ANSI-Util/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Dec 3 19:55:29 2018 (r486532) +++ head/devel/Makefile Mon Dec 3 19:57:44 2018 (r486533) @@ -2198,6 +2198,7 @@ SUBDIR += p5-Clone-More SUBDIR += p5-Clone-PP SUBDIR += p5-Code-Perl + SUBDIR += p5-Color-ANSI-Util SUBDIR += p5-Commandable SUBDIR += p5-Commands-Guarded SUBDIR += p5-CommitBit Added: head/devel/p5-Color-ANSI-Util/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Color-ANSI-Util/Makefile Mon Dec 3 19:57:44 2018 (r486533) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Color-ANSI-Util +PORTVERSION= 0.162 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Routines for dealing with ANSI colors + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/devel/p5-Color-ANSI-Util/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Color-ANSI-Util/distinfo Mon Dec 3 19:57:44 2018 (r486533) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543776807 +SHA256 (Color-ANSI-Util-0.162.tar.gz) = 8a9904c064efddda59b2ebeb3bcfb1782f7dc65c0eaa0e8eaa46c09ecf9a31ea +SIZE (Color-ANSI-Util-0.162.tar.gz) = 21785 Added: head/devel/p5-Color-ANSI-Util/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Color-ANSI-Util/pkg-descr Mon Dec 3 19:57:44 2018 (r486533) @@ -0,0 +1,8 @@ +Color::ANSI::Util provides routines for dealing with ANSI colors. The two main +functions are ansifg and ansibg. With those functions, you can specify colors in +RGB and let it output the correct ANSI color escape code according to the color +depth support of the terminal (whether 16-color, 256-color, or 24bit). There are +other functions to convert RGB to ANSI in specific color depths, or reverse +functions to convert from ANSI to RGB codes. + +WWW: https://metacpan.org/release/Color-ANSI-Util Added: head/devel/p5-Color-ANSI-Util/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Color-ANSI-Util/pkg-plist Mon Dec 3 19:57:44 2018 (r486533) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Color/ANSI/Util.pm +%%PERL5_MAN3%%/Color::ANSI::Util.3.gz From owner-svn-ports-all@freebsd.org Mon Dec 3 19:58:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD88E130A098; Mon, 3 Dec 2018 19:58:21 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50B326B943; Mon, 3 Dec 2018 19:58:21 +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 31AD71A9A8; Mon, 3 Dec 2018 19:58:21 +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 wB3JwKGg078137; Mon, 3 Dec 2018 19:58:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JwK0t078133; Mon, 3 Dec 2018 19:58:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031958.wB3JwK0t078133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486534 - in head/devel: . p5-Data-Dump-Color X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Data-Dump-Color X-SVN-Commit-Revision: 486534 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 50B326B943 X-Spamd-Result: default: False [-0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_SHORT(0.10)[0.096,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:58:21 -0000 Author: sunpoet Date: Mon Dec 3 19:58:19 2018 New Revision: 486534 URL: https://svnweb.freebsd.org/changeset/ports/486534 Log: Add p5-Data-Dump-Color 0.241 Data::Dump::Color aims to be a drop-in replacement for Data::Dump. It adds colors to dumps. It also adds various visual aids in the comments, e.g. array/hash index, depth indicator, and so on. WWW: https://metacpan.org/release/Data-Dump-Color Added: head/devel/p5-Data-Dump-Color/ head/devel/p5-Data-Dump-Color/Makefile (contents, props changed) head/devel/p5-Data-Dump-Color/distinfo (contents, props changed) head/devel/p5-Data-Dump-Color/pkg-descr (contents, props changed) head/devel/p5-Data-Dump-Color/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Dec 3 19:57:44 2018 (r486533) +++ head/devel/Makefile Mon Dec 3 19:58:19 2018 (r486534) @@ -2271,6 +2271,7 @@ SUBDIR += p5-Data-Diver SUBDIR += p5-Data-Domain SUBDIR += p5-Data-Dump + SUBDIR += p5-Data-Dump-Color SUBDIR += p5-Data-Dump-Streamer SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Dumper Added: head/devel/p5-Data-Dump-Color/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Dump-Color/Makefile Mon Dec 3 19:58:19 2018 (r486534) @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Data-Dump-Color +PORTVERSION= 0.241 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Like Data::Dump, but with color + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ + ${RUN_DEPENDS} +RUN_DEPENDS= p5-Data-Dump>=0:devel/p5-Data-Dump \ + p5-Scalar-Util-LooksLikeNumber>=0:devel/p5-Scalar-Util-LooksLikeNumber + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/devel/p5-Data-Dump-Color/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Dump-Color/distinfo Mon Dec 3 19:58:19 2018 (r486534) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543776237 +SHA256 (Data-Dump-Color-0.241.tar.gz) = 3e149c5b52a44db0f4007c5441e2b8dad49ab1756c5e2333e87bcc4e8437b8ad +SIZE (Data-Dump-Color-0.241.tar.gz) = 26261 Added: head/devel/p5-Data-Dump-Color/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Dump-Color/pkg-descr Mon Dec 3 19:58:19 2018 (r486534) @@ -0,0 +1,5 @@ +Data::Dump::Color aims to be a drop-in replacement for Data::Dump. It adds +colors to dumps. It also adds various visual aids in the comments, e.g. +array/hash index, depth indicator, and so on. + +WWW: https://metacpan.org/release/Data-Dump-Color Added: head/devel/p5-Data-Dump-Color/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Dump-Color/pkg-plist Mon Dec 3 19:58:19 2018 (r486534) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Data/Dump/Color.pm +%%SITE_PERL%%/auto/share/dist/Data-Dump-Color/examples/example.pl +%%SITE_PERL%%/auto/share/dist/Data-Dump-Color/examples/example2.pl +%%PERL5_MAN3%%/Data::Dump::Color.3.gz From owner-svn-ports-all@freebsd.org Mon Dec 3 19:58:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DF5A130A0B9; Mon, 3 Dec 2018 19:58: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A79636B9D9; Mon, 3 Dec 2018 19:58:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9882F1A9A9; Mon, 3 Dec 2018 19:58: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 wB3JwTHN078264; Mon, 3 Dec 2018 19:58:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JwTps078260; Mon, 3 Dec 2018 19:58:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031958.wB3JwTps078260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:58:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486535 - head/databases/xapian-bindings12 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/xapian-bindings12 X-SVN-Commit-Revision: 486535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A79636B9D9 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:58:31 -0000 Author: sunpoet Date: Mon Dec 3 19:58:28 2018 New Revision: 486535 URL: https://svnweb.freebsd.org/changeset/ports/486535 Log: Unmark DEPRECATED and remove EXPIRATION_DATE - Remove PHP option - Bump PORTREVISION for dependency and package change Modified: head/databases/xapian-bindings12/Makefile head/databases/xapian-bindings12/pkg-plist Modified: head/databases/xapian-bindings12/Makefile ============================================================================== --- head/databases/xapian-bindings12/Makefile Mon Dec 3 19:58:19 2018 (r486534) +++ head/databases/xapian-bindings12/Makefile Mon Dec 3 19:58:28 2018 (r486535) @@ -3,7 +3,7 @@ PORTNAME= xapian-bindings PORTVERSION= 1.2.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -12,20 +12,15 @@ PKGNAMESUFFIX= 12 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bindings allowing Xapian to be used from various programming languages -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -IGNORE_WITH_PHP= 70 71 72 73 - LIB_DEPENDS= libxapian.so:databases/xapian-core12 CONFLICTS= xapian-bindings -OPTIONS_DEFINE= DOCS LUA PHP PYTHON RUBY -OPTIONS_DEFAULT=PHP PYTHON RUBY +OPTIONS_DEFINE= DOCS LUA PYTHON RUBY +OPTIONS_DEFAULT=PYTHON RUBY OPTIONS_SUB= yes # BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute @@ -44,9 +39,6 @@ PORTDOCS= * LUA_CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so LUA_CONFIGURE_WITH= lua LUA_USES= lua -PHP_CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config -PHP_CONFIGURE_WITH= php -PHP_USES= php:build PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR} PYTHON_CONFIGURE_WITH= python PYTHON_USES= python:2.7 Modified: head/databases/xapian-bindings12/pkg-plist ============================================================================== --- head/databases/xapian-bindings12/pkg-plist Mon Dec 3 19:58:19 2018 (r486534) +++ head/databases/xapian-bindings12/pkg-plist Mon Dec 3 19:58:28 2018 (r486535) @@ -1,6 +1,4 @@ %%LUA%%%%LUA_MODLIBDIR%%/xapian.so -%%PHP%%lib/php/%%PHP_EXT_DIR%%/xapian.so -%%PHP%%%%DATADIR%%/php5/xapian.php %%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyo From owner-svn-ports-all@freebsd.org Mon Dec 3 19:58:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 923A7130A0F5; Mon, 3 Dec 2018 19:58: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 35D666BA6E; Mon, 3 Dec 2018 19:58: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 15F991A9AA; Mon, 3 Dec 2018 19:58:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3JwbZY078406; Mon, 3 Dec 2018 19:58:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JwbWM078403; Mon, 3 Dec 2018 19:58:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031958.wB3JwbWM078403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486536 - head/math/py-rpy2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-rpy2 X-SVN-Commit-Revision: 486536 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 35D666BA6E X-Spamd-Result: default: False [-0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.096,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:58:39 -0000 Author: sunpoet Date: Mon Dec 3 19:58:37 2018 New Revision: 486536 URL: https://svnweb.freebsd.org/changeset/ports/486536 Log: Update to 2.9.5 - Sort RUN_DEPENDS - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS Modified: head/math/py-rpy2/Makefile head/math/py-rpy2/distinfo head/math/py-rpy2/pkg-descr Modified: head/math/py-rpy2/Makefile ============================================================================== --- head/math/py-rpy2/Makefile Mon Dec 3 19:58:28 2018 (r486535) +++ head/math/py-rpy2/Makefile Mon Dec 3 19:58:37 2018 (r486536) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= rpy2 -DISTVERSION= 2.9.4 -PORTREVISION= 1 +DISTVERSION= 2.9.5 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python interface to the R Programming Language LICENSE= GPLv2+ @@ -20,11 +19,11 @@ LIB_DEPENDS= libR.so:math/R \ libomp.so:devel/openmp \ libpcre.so:devel/pcre RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYNUMPY} + ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= fortran python:3.4+ readline -USE_PYTHON= distutils autoplist +USES= fortran python:3.5+ readline +USE_PYTHON= autoplist distutils post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rpy2/rinterface/*.so Modified: head/math/py-rpy2/distinfo ============================================================================== --- head/math/py-rpy2/distinfo Mon Dec 3 19:58:28 2018 (r486535) +++ head/math/py-rpy2/distinfo Mon Dec 3 19:58:37 2018 (r486536) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535812255 -SHA256 (rpy2-2.9.4.tar.gz) = be57f741d0c284b5d8785ab03dff0e829303e5ac30e548d5ceb46e05b168812e -SIZE (rpy2-2.9.4.tar.gz) = 194620 +TIMESTAMP = 1543763107 +SHA256 (rpy2-2.9.5.tar.gz) = b91f8efca7d0929f2b2b3634946be892cba6c21f92acdf737399e7eedf4532db +SIZE (rpy2-2.9.5.tar.gz) = 194145 Modified: head/math/py-rpy2/pkg-descr ============================================================================== --- head/math/py-rpy2/pkg-descr Mon Dec 3 19:58:28 2018 (r486535) +++ head/math/py-rpy2/pkg-descr Mon Dec 3 19:58:37 2018 (r486536) @@ -1,12 +1,12 @@ RPy is a very simple, yet robust, Python interface to the R Programming -Language. It can manage all kinds of R objects and can execute arbitrary -R functions (including the graphic functions). All the errors from the -R language are converted to Python exceptions. Any module that later were -installed on the R system, can easily be used from within Python, without -introducing any changes. +Language. It can manage all kinds of R objects and can execute arbitrary R +functions (including the graphic functions). All the errors from the R language +are converted to Python exceptions. Any module that later were installed on the +R system, can easily be used from within Python, without introducing any +changes. -rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface -to R, a proposed high-level interface, including wrappers to graphical -libraries, as well as R-like structures and functions. +rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to +R, a proposed high-level interface, including wrappers to graphical libraries, +as well as R-like structures and functions. -WWW: https://rpy2.bitbucket.org/ +WWW: https://rpy2.bitbucket.io/ From owner-svn-ports-all@freebsd.org Mon Dec 3 19:58:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD35E130A135; Mon, 3 Dec 2018 19:58:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7DF066BB87; Mon, 3 Dec 2018 19:58: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 972C81A9AB; Mon, 3 Dec 2018 19:58:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3JwkcE078545; Mon, 3 Dec 2018 19:58:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JwkgT078543; Mon, 3 Dec 2018 19:58:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031958.wB3JwkgT078543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486537 - head/www/py-pastedeploy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-pastedeploy X-SVN-Commit-Revision: 486537 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7DF066BB87 X-Spamd-Result: default: False [-0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.096,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:58:51 -0000 Author: sunpoet Date: Mon Dec 3 19:58:45 2018 New Revision: 486537 URL: https://svnweb.freebsd.org/changeset/ports/486537 Log: Update to 2.0.0 - Add NO_ARCH - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://github.com/Pylons/pastedeploy/blob/master/docs/news.rst https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html Modified: head/www/py-pastedeploy/Makefile head/www/py-pastedeploy/distinfo head/www/py-pastedeploy/pkg-descr Modified: head/www/py-pastedeploy/Makefile ============================================================================== --- head/www/py-pastedeploy/Makefile Mon Dec 3 19:58:37 2018 (r486536) +++ head/www/py-pastedeploy/Makefile Mon Dec 3 19:58:45 2018 (r486537) @@ -2,20 +2,23 @@ # $FreeBSD$ PORTNAME= PasteDeploy -PORTVERSION= 1.5.2 +PORTVERSION= 2.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Load, configure, and compose WSGI applications and servers LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:www/py-paste@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:www/py-paste@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/www/py-pastedeploy/distinfo ============================================================================== --- head/www/py-pastedeploy/distinfo Mon Dec 3 19:58:37 2018 (r486536) +++ head/www/py-pastedeploy/distinfo Mon Dec 3 19:58:45 2018 (r486537) @@ -1,2 +1,3 @@ -SHA256 (PasteDeploy-1.5.2.tar.gz) = d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb -SIZE (PasteDeploy-1.5.2.tar.gz) = 24006 +TIMESTAMP = 1543763152 +SHA256 (PasteDeploy-2.0.0.tar.gz) = 8ac7aed091a46eee34bcbb687bfdce73327be1897f558534e6f49d2d4faf020e +SIZE (PasteDeploy-2.0.0.tar.gz) = 13757 Modified: head/www/py-pastedeploy/pkg-descr ============================================================================== --- head/www/py-pastedeploy/pkg-descr Mon Dec 3 19:58:37 2018 (r486536) +++ head/www/py-pastedeploy/pkg-descr Mon Dec 3 19:58:45 2018 (r486537) @@ -1,20 +1,17 @@ Load, configure, and compose WSGI applications and servers -Paste Deployment is a system for finding and configuring WSGI -applications and servers. For WSGI application consumers it provides a -single, simple function (loadapp) for loading a WSGI application from -a configuration file or a Python Egg. For WSGI application providers -it only asks for a single, simple entry point to your application, so -that application users don't need to be exposed to the implementation -details of your application. +Paste Deployment is a system for finding and configuring WSGI applications and +servers. For WSGI application consumers it provides a single, simple function +(loadapp) for loading a WSGI application from a configuration file or a Python +Egg. For WSGI application providers it only asks for a single, simple entry +point to your application, so that application users don't need to be exposed to +the implementation details of your application. -The result is something a system administrator can install and manage -without knowing any Python, or the details of the WSGI application or -its container. +The result is something a system administrator can install and manage without +knowing any Python, or the details of the WSGI application or its container. -This tool provides code to load WSGI applications and servers from -URIs; these URIs can refer to Python Eggs for INI-style configuration -files. Paste Script provides commands to serve applications based on -this configuration file. +This tool provides code to load WSGI applications and servers from URIs; these +URIs can refer to Python Eggs for INI-style configuration files. Paste Script +provides commands to serve applications based on this configuration file. -WWW: http://pythonpaste.org/deploy/ +WWW: https://pylonsproject.org/ From owner-svn-ports-all@freebsd.org Mon Dec 3 19:58:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7250E130A15F; Mon, 3 Dec 2018 19:58:55 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 190716BBD6; Mon, 3 Dec 2018 19:58:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD6381A9AC; Mon, 3 Dec 2018 19:58:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3JwsiV078673; Mon, 3 Dec 2018 19:58:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Jws4s078671; Mon, 3 Dec 2018 19:58:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031958.wB3Jws4s078671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486538 - head/www/py-requests-futures X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-requests-futures X-SVN-Commit-Revision: 486538 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 190716BBD6 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:58:55 -0000 Author: sunpoet Date: Mon Dec 3 19:58:54 2018 New Revision: 486538 URL: https://svnweb.freebsd.org/changeset/ports/486538 Log: Update to 0.9.9 Changes: https://github.com/ross/requests-futures/commits/master Modified: head/www/py-requests-futures/Makefile head/www/py-requests-futures/distinfo Modified: head/www/py-requests-futures/Makefile ============================================================================== --- head/www/py-requests-futures/Makefile Mon Dec 3 19:58:45 2018 (r486537) +++ head/www/py-requests-futures/Makefile Mon Dec 3 19:58:54 2018 (r486538) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= requests-futures -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-requests-futures/distinfo ============================================================================== --- head/www/py-requests-futures/distinfo Mon Dec 3 19:58:45 2018 (r486537) +++ head/www/py-requests-futures/distinfo Mon Dec 3 19:58:54 2018 (r486538) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540495399 -SHA256 (requests-futures-0.9.8.tar.gz) = 76a22b95723267b53d8cc50e54d00b98d95afa02fd8449501b07a3797f46a96d -SIZE (requests-futures-0.9.8.tar.gz) = 7729 +TIMESTAMP = 1543863647 +SHA256 (requests-futures-0.9.9.tar.gz) = 200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1 +SIZE (requests-futures-0.9.9.tar.gz) = 10507 From owner-svn-ports-all@freebsd.org Mon Dec 3 19:59:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38B40130A18A; Mon, 3 Dec 2018 19:59:04 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CEFDE6BCAD; Mon, 3 Dec 2018 19:59:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D4EA1A9AD; Mon, 3 Dec 2018 19:59:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3Jx3ZP078802; Mon, 3 Dec 2018 19:59:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Jx3XV078800; Mon, 3 Dec 2018 19:59:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031959.wB3Jx3XV078800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:59:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486539 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 486539 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CEFDE6BCAD X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:59:04 -0000 Author: sunpoet Date: Mon Dec 3 19:59:02 2018 New Revision: 486539 URL: https://svnweb.freebsd.org/changeset/ports/486539 Log: Update to 2.11.183 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Mon Dec 3 19:58:54 2018 (r486538) +++ head/devel/rubygem-aws-sdk-core/Makefile Mon Dec 3 19:59:02 2018 (r486539) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.182 +DISTVERSION= 2.11.183 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Mon Dec 3 19:58:54 2018 (r486538) +++ head/devel/rubygem-aws-sdk-core/distinfo Mon Dec 3 19:59:02 2018 (r486539) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543756327 -SHA256 (rubygem/aws-sdk-core-2.11.182.gem) = ff4bb18f65a3c2b7ad5d0936de1bbd64d7c9dd53f5aeb1df5726e91f0dbfd904 -SIZE (rubygem/aws-sdk-core-2.11.182.gem) = 1485824 +TIMESTAMP = 1543863677 +SHA256 (rubygem/aws-sdk-core-2.11.183.gem) = 0ffecbd605d829f50b751977f749e9c89ed7e9e604e1d2868c3c7dd80b8012f6 +SIZE (rubygem/aws-sdk-core-2.11.183.gem) = 1486336 From owner-svn-ports-all@freebsd.org Mon Dec 3 19:59:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2A89130A1B0; Mon, 3 Dec 2018 19:59: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B8316BD89; Mon, 3 Dec 2018 19:59: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 22EF11A9AE; Mon, 3 Dec 2018 19:59: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 wB3JxCsc078929; Mon, 3 Dec 2018 19:59:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JxBNF078927; Mon, 3 Dec 2018 19:59:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031959.wB3JxBNF078927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486540 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 486540 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6B8316BD89 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:59:12 -0000 Author: sunpoet Date: Mon Dec 3 19:59:11 2018 New Revision: 486540 URL: https://svnweb.freebsd.org/changeset/ports/486540 Log: Update to 2.11.183 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Mon Dec 3 19:59:02 2018 (r486539) +++ head/devel/rubygem-aws-sdk-resources/Makefile Mon Dec 3 19:59:11 2018 (r486540) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.182 +DISTVERSION= 2.11.183 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Mon Dec 3 19:59:02 2018 (r486539) +++ head/devel/rubygem-aws-sdk-resources/distinfo Mon Dec 3 19:59:11 2018 (r486540) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543756346 -SHA256 (rubygem/aws-sdk-resources-2.11.182.gem) = adaca57029c48b61ce3ca82d1372b73914cccd96211506366c5456186637ad40 -SIZE (rubygem/aws-sdk-resources-2.11.182.gem) = 48640 +TIMESTAMP = 1543863701 +SHA256 (rubygem/aws-sdk-resources-2.11.183.gem) = 08a9213f98dc37d614577161430d36dc8f6020b59ab6f0c931d1483a3e565828 +SIZE (rubygem/aws-sdk-resources-2.11.183.gem) = 48640 From owner-svn-ports-all@freebsd.org Mon Dec 3 19:59:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 332E2130A1D5; Mon, 3 Dec 2018 19:59:21 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE6C76BE55; Mon, 3 Dec 2018 19:59:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 748891A9AF; Mon, 3 Dec 2018 19:59:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3JxKsc079057; Mon, 3 Dec 2018 19:59:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JxKwo079055; Mon, 3 Dec 2018 19:59:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031959.wB3JxKwo079055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486541 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 486541 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CE6C76BE55 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:59:21 -0000 Author: sunpoet Date: Mon Dec 3 19:59:19 2018 New Revision: 486541 URL: https://svnweb.freebsd.org/changeset/ports/486541 Log: Update to 2.11.183 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Mon Dec 3 19:59:11 2018 (r486540) +++ head/devel/rubygem-aws-sdk/Makefile Mon Dec 3 19:59:19 2018 (r486541) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.182 +DISTVERSION= 2.11.183 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Mon Dec 3 19:59:11 2018 (r486540) +++ head/devel/rubygem-aws-sdk/distinfo Mon Dec 3 19:59:19 2018 (r486541) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543756365 -SHA256 (rubygem/aws-sdk-2.11.182.gem) = bd9c6a033603a45f5d2daea7cf51d0cdf288ab7603fefb9a60f681ef66fbc260 -SIZE (rubygem/aws-sdk-2.11.182.gem) = 4608 +TIMESTAMP = 1543863725 +SHA256 (rubygem/aws-sdk-2.11.183.gem) = 913082db698a3bc3267d6179655d66541aec610c37476beeed4e4008a7de1eb5 +SIZE (rubygem/aws-sdk-2.11.183.gem) = 4608 From owner-svn-ports-all@freebsd.org Mon Dec 3 19:59:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AA6D130A20B; Mon, 3 Dec 2018 19:59: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22D4E6BF26; Mon, 3 Dec 2018 19:59: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 D8F211A9B0; Mon, 3 Dec 2018 19:59:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3JxScI079182; Mon, 3 Dec 2018 19:59:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JxSox079180; Mon, 3 Dec 2018 19:59:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031959.wB3JxSox079180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:59:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486542 - in head/devel/rubygem-tty: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-tty: . files X-SVN-Commit-Revision: 486542 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 22D4E6BF26 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:59:29 -0000 Author: sunpoet Date: Mon Dec 3 19:59:28 2018 New Revision: 486542 URL: https://svnweb.freebsd.org/changeset/ports/486542 Log: Fix gemspec for rubygem-tty-platform 0.2.0 update - Bump PORTREVISION for package change Modified: head/devel/rubygem-tty/Makefile head/devel/rubygem-tty/files/patch-gemspec Modified: head/devel/rubygem-tty/Makefile ============================================================================== --- head/devel/rubygem-tty/Makefile Mon Dec 3 19:59:19 2018 (r486541) +++ head/devel/rubygem-tty/Makefile Mon Dec 3 19:59:28 2018 (r486542) @@ -3,7 +3,7 @@ PORTNAME= tty PORTVERSION= 0.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-tty/files/patch-gemspec ============================================================================== --- head/devel/rubygem-tty/files/patch-gemspec Mon Dec 3 19:59:19 2018 (r486541) +++ head/devel/rubygem-tty/files/patch-gemspec Mon Dec 3 19:59:28 2018 (r486542) @@ -1,4 +1,4 @@ ---- tty.gemspec.orig 2018-12-02 13:33:05 UTC +--- tty.gemspec.orig 2018-12-03 19:09:08 UTC +++ tty.gemspec @@ -26,21 +26,21 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then @@ -14,9 +14,10 @@ + s.add_runtime_dependency(%q.freeze, ["~> 0.2"]) s.add_runtime_dependency(%q.freeze, ["~> 0.4.0"]) s.add_runtime_dependency(%q.freeze, ["~> 0.11.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.1.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.1.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.15.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.16.1"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 0.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.15"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.16", ">= 0.16.1"]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.4"]) From owner-svn-ports-all@freebsd.org Mon Dec 3 19:59:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCECE130A238; Mon, 3 Dec 2018 19:59:38 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 466466C014; Mon, 3 Dec 2018 19:59:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B5401A9B1; Mon, 3 Dec 2018 19:59:37 +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 wB3JxbJQ079310; Mon, 3 Dec 2018 19:59:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Jxa74079309; Mon, 3 Dec 2018 19:59:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031959.wB3Jxa74079309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486543 - head/devel/rubygem-tty-platform X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-tty-platform X-SVN-Commit-Revision: 486543 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 466466C014 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_SHORT(0.10)[0.097,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:59:38 -0000 Author: sunpoet Date: Mon Dec 3 19:59:36 2018 New Revision: 486543 URL: https://svnweb.freebsd.org/changeset/ports/486543 Log: Update to 0.2.0 Changes: https://github.com/piotrmurach/tty-platform/blob/master/CHANGELOG.md Modified: head/devel/rubygem-tty-platform/Makefile head/devel/rubygem-tty-platform/distinfo Modified: head/devel/rubygem-tty-platform/Makefile ============================================================================== --- head/devel/rubygem-tty-platform/Makefile Mon Dec 3 19:59:28 2018 (r486542) +++ head/devel/rubygem-tty-platform/Makefile Mon Dec 3 19:59:36 2018 (r486543) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tty-platform -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,8 +12,9 @@ COMMENT= Query methods for detecting different OS LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-tty-platform/distinfo ============================================================================== --- head/devel/rubygem-tty-platform/distinfo Mon Dec 3 19:59:28 2018 (r486542) +++ head/devel/rubygem-tty-platform/distinfo Mon Dec 3 19:59:36 2018 (r486543) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520793671 -SHA256 (rubygem/tty-platform-0.1.0.gem) = 16b605e9cca34582561edcece27c57df7019695d7a3f26bb9629b1a8620e7c17 -SIZE (rubygem/tty-platform-0.1.0.gem) = 10240 +TIMESTAMP = 1543863745 +SHA256 (rubygem/tty-platform-0.2.0.gem) = 15d548df3d138a25c5cdc7662e85ba7918fdd66daff35a3f868e4b4a9e22d044 +SIZE (rubygem/tty-platform-0.2.0.gem) = 10240 From owner-svn-ports-all@freebsd.org Mon Dec 3 19:59:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06147130A273; Mon, 3 Dec 2018 19:59:47 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F2586C0DD; Mon, 3 Dec 2018 19:59:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6509E1A9B2; Mon, 3 Dec 2018 19:59: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 wB3JxjxN079435; Mon, 3 Dec 2018 19:59:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3JxjhE079433; Mon, 3 Dec 2018 19:59:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031959.wB3JxjhE079433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:59:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486544 - head/german/mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/german/mythes X-SVN-Commit-Revision: 486544 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9F2586C0DD X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:59:47 -0000 Author: sunpoet Date: Mon Dec 3 19:59:44 2018 New Revision: 486544 URL: https://svnweb.freebsd.org/changeset/ports/486544 Log: Update to 2018.12.01 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Dec 3 19:59:36 2018 (r486543) +++ head/german/mythes/Makefile Mon Dec 3 19:59:44 2018 (r486544) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2018.11.25 +PORTVERSION= 2018.12.01 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Dec 3 19:59:36 2018 (r486543) +++ head/german/mythes/distinfo Mon Dec 3 19:59:44 2018 (r486544) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543240817 -SHA256 (mythes/Deutscher-Thesaurus-20181125.oxt) = a8ca8bd775bf1caec5e3ff33ae5c1383f7bdc3ae4bad6d1b95e8065493eb5361 -SIZE (mythes/Deutscher-Thesaurus-20181125.oxt) = 9125697 +TIMESTAMP = 1543859867 +SHA256 (mythes/Deutscher-Thesaurus-20181201.oxt) = 269bf2c91f5b0b0aa9a7b432b6c0738f9643a4a871a53655638dcaa1d56d663b +SIZE (mythes/Deutscher-Thesaurus-20181201.oxt) = 9130246 From owner-svn-ports-all@freebsd.org Mon Dec 3 19:59:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98264130A2B0; Mon, 3 Dec 2018 19:59:54 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D6FD6C193; Mon, 3 Dec 2018 19:59:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 721B01A9B3; Mon, 3 Dec 2018 19:59:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3Jxrl3079562; Mon, 3 Dec 2018 19:59:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Jxrp2079560; Mon, 3 Dec 2018 19:59:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812031959.wB3Jxrp2079560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 19:59:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486545 - head/polish/hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/polish/hunspell X-SVN-Commit-Revision: 486545 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2D6FD6C193 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 19:59:54 -0000 Author: sunpoet Date: Mon Dec 3 19:59:52 2018 New Revision: 486545 URL: https://svnweb.freebsd.org/changeset/ports/486545 Log: Update to 20181201 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon Dec 3 19:59:44 2018 (r486544) +++ head/polish/hunspell/Makefile Mon Dec 3 19:59:52 2018 (r486545) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20181123 +PORTVERSION= 20181201 CATEGORIES= polish textproc MASTER_SITES= https://sjp.pl/slownik/ort/ \ LOCAL/sunpoet/${PORTNAME} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon Dec 3 19:59:44 2018 (r486544) +++ head/polish/hunspell/distinfo Mon Dec 3 19:59:52 2018 (r486545) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543241939 -SHA256 (hunspell/sjp-myspell-pl-20181123.zip) = 03d80b56ea852b7142af428afc04487d8276b25672e91f5b28a92f44aea76605 -SIZE (hunspell/sjp-myspell-pl-20181123.zip) = 1208420 +TIMESTAMP = 1543859962 +SHA256 (hunspell/sjp-myspell-pl-20181201.zip) = 2db3d8303b9f2453b9c193098eb25d9f341f5ea5f865abd99f9f891cbd38a3ca +SIZE (hunspell/sjp-myspell-pl-20181201.zip) = 1208405 From owner-svn-ports-all@freebsd.org Mon Dec 3 20:00:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39B0D130A2EA; Mon, 3 Dec 2018 20:00:03 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D15466C261; Mon, 3 Dec 2018 20:00: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 9C4941A9B7; Mon, 3 Dec 2018 20:00:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3K01Ds079751; Mon, 3 Dec 2018 20:00:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3K01u9079749; Mon, 3 Dec 2018 20:00:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812032000.wB3K01u9079749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 20:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486546 - head/textproc/sk-mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/sk-mythes X-SVN-Commit-Revision: 486546 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D15466C261 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 20:00:03 -0000 Author: sunpoet Date: Mon Dec 3 20:00:00 2018 New Revision: 486546 URL: https://svnweb.freebsd.org/changeset/ports/486546 Log: Update to 2018.11.26 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Dec 3 19:59:52 2018 (r486545) +++ head/textproc/sk-mythes/Makefile Mon Dec 3 20:00:00 2018 (r486546) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2018.11.25 +PORTVERSION= 2018.11.26 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- @@ -14,6 +14,7 @@ COMMENT= Slovak thesaurus LICENSE= MIT USES= zip + NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Dec 3 19:59:52 2018 (r486545) +++ head/textproc/sk-mythes/distinfo Mon Dec 3 20:00:00 2018 (r486546) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543240838 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20181125.zip) = 1d02cbb4e948ce36db0a24577f297aa4344f6fab7ff515f3689815540480a23b -SIZE (mythes/OOo-Thesaurus2-sk_SK-20181125.zip) = 239453 +TIMESTAMP = 1543859913 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20181126.zip) = e50b9366026628ae110d41d7f821d5f70fb964708740614084e763dbe20d257f +SIZE (mythes/OOo-Thesaurus2-sk_SK-20181126.zip) = 239453 From owner-svn-ports-all@freebsd.org Mon Dec 3 20:00:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17937130A317; Mon, 3 Dec 2018 20:00: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC7ED6C311; Mon, 3 Dec 2018 20:00:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 182211A9B8; Mon, 3 Dec 2018 20:00:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3K09ED079876; Mon, 3 Dec 2018 20:00:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3K09he079874; Mon, 3 Dec 2018 20:00:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812032000.wB3K09he079874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 20:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486547 - head/lang/p5-ExtUtils-F77 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/p5-ExtUtils-F77 X-SVN-Commit-Revision: 486547 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AC7ED6C311 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 20:00:12 -0000 Author: sunpoet Date: Mon Dec 3 20:00:09 2018 New Revision: 486547 URL: https://svnweb.freebsd.org/changeset/ports/486547 Log: Update to 1.22 Changes: https://metacpan.org/changes/distribution/ExtUtils-F77 Modified: head/lang/p5-ExtUtils-F77/Makefile head/lang/p5-ExtUtils-F77/distinfo Modified: head/lang/p5-ExtUtils-F77/Makefile ============================================================================== --- head/lang/p5-ExtUtils-F77/Makefile Mon Dec 3 20:00:00 2018 (r486546) +++ head/lang/p5-ExtUtils-F77/Makefile Mon Dec 3 20:00:09 2018 (r486547) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-F77 -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/lang/p5-ExtUtils-F77/distinfo ============================================================================== --- head/lang/p5-ExtUtils-F77/distinfo Mon Dec 3 20:00:00 2018 (r486546) +++ head/lang/p5-ExtUtils-F77/distinfo Mon Dec 3 20:00:09 2018 (r486547) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543326594 -SHA256 (ExtUtils-F77-1.21.tar.gz) = 28b47bed80477a4a8cb428212176f62a8462214a97367e30da04aadf03cefc5d -SIZE (ExtUtils-F77-1.21.tar.gz) = 12229 +TIMESTAMP = 1543863775 +SHA256 (ExtUtils-F77-1.22.tar.gz) = f87b0c699655d4e21669a8eea39c66fd804140e31b73871d07c160868eefa953 +SIZE (ExtUtils-F77-1.22.tar.gz) = 12260 From owner-svn-ports-all@freebsd.org Mon Dec 3 20:00:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC91C130A34C; Mon, 3 Dec 2018 20:00:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62D5B6C3B9; Mon, 3 Dec 2018 20:00:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 300F31A9B9; Mon, 3 Dec 2018 20:00:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3K0I4O080004; Mon, 3 Dec 2018 20:00:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3K0HCb080003; Mon, 3 Dec 2018 20:00:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812032000.wB3K0HCb080003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 20:00:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486548 - head/textproc/p5-Pod-Tree X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Pod-Tree X-SVN-Commit-Revision: 486548 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 62D5B6C3B9 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 20:00:18 -0000 Author: sunpoet Date: Mon Dec 3 20:00:17 2018 New Revision: 486548 URL: https://svnweb.freebsd.org/changeset/ports/486548 Log: Update to 1.28 Changes: https://metacpan.org/changes/distribution/Pod-Tree Modified: head/textproc/p5-Pod-Tree/Makefile head/textproc/p5-Pod-Tree/distinfo Modified: head/textproc/p5-Pod-Tree/Makefile ============================================================================== --- head/textproc/p5-Pod-Tree/Makefile Mon Dec 3 20:00:09 2018 (r486547) +++ head/textproc/p5-Pod-Tree/Makefile Mon Dec 3 20:00:17 2018 (r486548) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Tree -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Pod-Tree/distinfo ============================================================================== --- head/textproc/p5-Pod-Tree/distinfo Mon Dec 3 20:00:09 2018 (r486547) +++ head/textproc/p5-Pod-Tree/distinfo Mon Dec 3 20:00:17 2018 (r486548) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543683517 -SHA256 (Pod-Tree-1.27.tar.gz) = b14e980a617414be2fe7d3f454ce547b191e0e6f3cffcbaa6491e16e1ccf1bf6 -SIZE (Pod-Tree-1.27.tar.gz) = 68262 +TIMESTAMP = 1543863815 +SHA256 (Pod-Tree-1.28.tar.gz) = 10f6f0ca78a924ba12b97a5a1cb26f67f774d7b39d47ac5ddcd6d139af7e1846 +SIZE (Pod-Tree-1.28.tar.gz) = 68291 From owner-svn-ports-all@freebsd.org Mon Dec 3 20:00:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FB93130A38F; Mon, 3 Dec 2018 20:00:34 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B24E06C539; Mon, 3 Dec 2018 20:00:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 496CA1A9BB; Mon, 3 Dec 2018 20:00:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3K0XQV080122; Mon, 3 Dec 2018 20:00:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3K0Xxw080121; Mon, 3 Dec 2018 20:00:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812032000.wB3K0Xxw080121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 20:00:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486549 - head/www/py-pyramid X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-pyramid X-SVN-Commit-Revision: 486549 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B24E06C539 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 20:00:34 -0000 Author: sunpoet Date: Mon Dec 3 20:00:32 2018 New Revision: 486549 URL: https://svnweb.freebsd.org/changeset/ports/486549 Log: Update WWW Approved by: portmgr (blanket) Modified: head/www/py-pyramid/pkg-descr Modified: head/www/py-pyramid/pkg-descr ============================================================================== --- head/www/py-pyramid/pkg-descr Mon Dec 3 20:00:17 2018 (r486548) +++ head/www/py-pyramid/pkg-descr Mon Dec 3 20:00:32 2018 (r486549) @@ -19,4 +19,4 @@ The major feature additions in Pyramid 1.0 are: * Authentication support improvements * Documentation improvements -WWW: http://www.pylonsproject.org +WWW: https://pylonsproject.org/ From owner-svn-ports-all@freebsd.org Mon Dec 3 20:00:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82629130A3E9; Mon, 3 Dec 2018 20:00: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EAFE96C61B; Mon, 3 Dec 2018 20:00:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22A721A9C1; Mon, 3 Dec 2018 20:00:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3K0e8K080214; Mon, 3 Dec 2018 20:00:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3K0e4M080213; Mon, 3 Dec 2018 20:00:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812032000.wB3K0e4M080213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 20:00:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486550 - head/www/py-webhelpers X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-webhelpers X-SVN-Commit-Revision: 486550 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EAFE96C61B X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.10)[0.097,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 20:00:42 -0000 Author: sunpoet Date: Mon Dec 3 20:00:40 2018 New Revision: 486550 URL: https://svnweb.freebsd.org/changeset/ports/486550 Log: Update WWW Approved by: portmgr (blanket) Modified: head/www/py-webhelpers/pkg-descr Modified: head/www/py-webhelpers/pkg-descr ============================================================================== --- head/www/py-webhelpers/pkg-descr Mon Dec 3 20:00:32 2018 (r486549) +++ head/www/py-webhelpers/pkg-descr Mon Dec 3 20:00:40 2018 (r486550) @@ -6,4 +6,4 @@ languages by removing common view logic and encapsulat re-usable modules as well as occasionally providing objects for use within controllers to assist with common web development paradigms. -WWW: http://docs.pylonsproject.org/projects/webhelpers/en/latest/ +WWW: https://docs.pylonsproject.org/projects/webhelpers/en/latest/ From owner-svn-ports-all@freebsd.org Mon Dec 3 20:03:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C70A7130A653; Mon, 3 Dec 2018 20:03:03 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AE286CC19; Mon, 3 Dec 2018 20:03:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49BB21AB4E; Mon, 3 Dec 2018 20:03:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3K33If084872; Mon, 3 Dec 2018 20:03:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3K33sX084871; Mon, 3 Dec 2018 20:03:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812032003.wB3K33sX084871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Dec 2018 20:03:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486551 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 486551 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6AE286CC19 X-Spamd-Result: default: False [-0.21 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.16)[0.159,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 20:03:03 -0000 Author: sunpoet Date: Mon Dec 3 20:03:02 2018 New Revision: 486551 URL: https://svnweb.freebsd.org/changeset/ports/486551 Log: Use consistent warning message for USE_GL, USE_GNOME, USE_MATE and USE_PHP Differential Revision: https://reviews.freebsd.org/D18399 Approved by: portmgr (rene) Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Dec 3 20:00:40 2018 (r486550) +++ head/Mk/bsd.port.mk Mon Dec 3 20:03:02 2018 (r486551) @@ -1421,7 +1421,7 @@ USES+= mate .endif .if defined(USE_GL) && (!defined(USES) || !${USES:Mgl}) -DEV_WARNING+= "Setting USE_GL without USES=gl is deprecated" +DEV_WARNING+= "Using USE_GL alone is deprecated, please add USES=gl." USES+= gl .endif From owner-svn-ports-all@freebsd.org Mon Dec 3 20:37:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46A5A130B39F; Mon, 3 Dec 2018 20:37:14 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E01D86DED8; Mon, 3 Dec 2018 20:37:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCC0C1B031; Mon, 3 Dec 2018 20:37:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3KbDc9000757; Mon, 3 Dec 2018 20:37:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3KbCAR000753; Mon, 3 Dec 2018 20:37:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812032037.wB3KbCAR000753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 3 Dec 2018 20:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486552 - in head/games/lpairs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games/lpairs: . files X-SVN-Commit-Revision: 486552 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E01D86DED8 X-Spamd-Result: default: False [0.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_SHORT(0.31)[0.310,0]; NEURAL_SPAM_LONG(0.05)[0.050,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 20:37:14 -0000 Author: amdmi3 Date: Mon Dec 3 20:37:12 2018 New Revision: 486552 URL: https://svnweb.freebsd.org/changeset/ports/486552 Log: - Update to 1.0.5 - Add desktop entry - Simplify the port Added: head/games/lpairs/files/patch-lpairs_Makefile.am (contents, props changed) head/games/lpairs/pkg-plist (contents, props changed) Deleted: head/games/lpairs/files/patch-lpairs-pairs.h head/games/lpairs/files/patch-lpairs-sdl.h Modified: head/games/lpairs/Makefile head/games/lpairs/distinfo Modified: head/games/lpairs/Makefile ============================================================================== --- head/games/lpairs/Makefile Mon Dec 3 20:03:02 2018 (r486551) +++ head/games/lpairs/Makefile Mon Dec 3 20:37:12 2018 (r486552) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lpairs -PORTVERSION= 1.0.4 -PORTREVISION= 4 +PORTVERSION= 1.0.5 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME}/ @@ -13,24 +12,29 @@ COMMENT= Classical memory game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf GNU_CONFIGURE= yes USE_SDL= sdl -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/${PORTNAME} PORTDATA= * +DESKTOP_ENTRIES="LPairs" \ + "" \ + "${PORTNAME}" \ + "${PORTNAME}" \ + "Game;LogicGame;" \ + "" + OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} -NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/lpairs.mo post-patch: - @${REINPLACE_CMD} -e '/^LIBS =/ s|$$| $${INTLLIBS}|' \ - ${WRKSRC}/lpairs/Makefile.in - @${REINPLACE_CMD} -e 's|^\(inst_dir=\).*|\1$$datarootdir/lpairs|' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|games/lpairs|lpairs|' ${WRKSRC}/configure.in + +post-install: + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps .include Modified: head/games/lpairs/distinfo ============================================================================== --- head/games/lpairs/distinfo Mon Dec 3 20:03:02 2018 (r486551) +++ head/games/lpairs/distinfo Mon Dec 3 20:37:12 2018 (r486552) @@ -1,2 +1,3 @@ -SHA256 (lpairs-1.0.4.tar.gz) = 350237a51a5de6b2a557af687b4f16678056a0e8d8d96d7e395f6629481462c5 -SIZE (lpairs-1.0.4.tar.gz) = 536625 +TIMESTAMP = 1542651898 +SHA256 (lpairs-1.0.5.tar.gz) = 57afe33d2a83229c3cff5efa6512fd2eeac4eacb92d37dd3070db6bbb024dc16 +SIZE (lpairs-1.0.5.tar.gz) = 557997 Added: head/games/lpairs/files/patch-lpairs_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/lpairs/files/patch-lpairs_Makefile.am Mon Dec 3 20:37:12 2018 (r486552) @@ -0,0 +1,13 @@ +--- lpairs/Makefile.am.orig 2018-11-02 16:43:54 UTC ++++ lpairs/Makefile.am +@@ -6,6 +6,10 @@ DEFS = @DEFS@ @inst_flag@ @sound_flag@ @ + bin_PROGRAMS = lpairs + lpairs_SOURCES = main.c pairs.c dynlist.c sdl.c cfg.c menu.c sndsrv.c + ++lpairs_LDADD = \ ++ $(INTLLIBS) ++ ++ + #source + EXTRA_DIST = main.c pairs.c dynlist.c sdl.c cfg.c menu.c sndsrv.c \ + pairs.h dynlist.h sdl.h cfg.h menu.h sndsrv.h gettext.h \ Added: head/games/lpairs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/lpairs/pkg-plist Mon Dec 3 20:37:12 2018 (r486552) @@ -0,0 +1,3 @@ +bin/lpairs +%%NLS%%share/locale/de/LC_MESSAGES/lpairs.mo +share/pixmaps/lpairs.png From owner-svn-ports-all@freebsd.org Mon Dec 3 20:56:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55FF3130B898; Mon, 3 Dec 2018 20:56:08 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0CD66E9CC; Mon, 3 Dec 2018 20:56:07 +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 D1D0B1B38E; Mon, 3 Dec 2018 20:56:07 +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 wB3Ku728010833; Mon, 3 Dec 2018 20:56:07 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Ku7AS010832; Mon, 3 Dec 2018 20:56:07 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812032056.wB3Ku7AS010832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 3 Dec 2018 20:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486553 - head/chinese/libpinyin X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/chinese/libpinyin X-SVN-Commit-Revision: 486553 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F0CD66E9CC X-Spamd-Result: default: False [-0.12 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.25)[0.250,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 20:56:08 -0000 Author: linimon Date: Mon Dec 3 20:56:07 2018 New Revision: 486553 URL: https://svnweb.freebsd.org/changeset/ports/486553 Log: This port requires a C++11-aware compiler to build on GCC-based architectures. While here, pet portlint. PR: 233701 Submitted by: Piotr Kubaj Approved by: maintainer Modified: head/chinese/libpinyin/Makefile Modified: head/chinese/libpinyin/Makefile ============================================================================== --- head/chinese/libpinyin/Makefile Mon Dec 3 20:37:12 2018 (r486552) +++ head/chinese/libpinyin/Makefile Mon Dec 3 20:56:07 2018 (r486553) @@ -11,8 +11,8 @@ COMMENT= Library to deal with pinyin LICENSE= GPLv2 +USES= bdb compiler:c++11-lang gettext gmake libtool pathfix pkgconfig USE_GNOME= glib20 -USES= bdb gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Mon Dec 3 21:00:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C086F130BA1A; Mon, 3 Dec 2018 21:00:29 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67E526ECF7; Mon, 3 Dec 2018 21:00:29 +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 49A891B395; Mon, 3 Dec 2018 21:00:29 +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 wB3L0TMM011175; Mon, 3 Dec 2018 21:00:29 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3L0TPs011174; Mon, 3 Dec 2018 21:00:29 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812032100.wB3L0TPs011174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 3 Dec 2018 21:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486554 - head/devel/template-glib X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/template-glib X-SVN-Commit-Revision: 486554 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 67E526ECF7 X-Spamd-Result: default: False [-0.12 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_SHORT(0.25)[0.250,0]; NEURAL_SPAM_LONG(0.00)[0.005,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 21:00:29 -0000 Author: linimon Date: Mon Dec 3 21:00:28 2018 New Revision: 486554 URL: https://svnweb.freebsd.org/changeset/ports/486554 Log: A C11-aware compiler is necessary to build this port. PR: 233720 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/devel/template-glib/Makefile Modified: head/devel/template-glib/Makefile ============================================================================== --- head/devel/template-glib/Makefile Mon Dec 3 20:56:07 2018 (r486553) +++ head/devel/template-glib/Makefile Mon Dec 3 21:00:28 2018 (r486554) @@ -10,7 +10,7 @@ COMMENT= Templating library for GLib BUILD_DEPENDS= valac:lang/vala -USES= bison gettext gnome meson pkgconfig tar:xz +USES= bison compiler:c11 gettext gnome meson pkgconfig tar:xz USE_GNOME= glib20 introspection .include From owner-svn-ports-all@freebsd.org Mon Dec 3 21:09:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE248130BE4D; Mon, 3 Dec 2018 21:09:37 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A9216F4D5; Mon, 3 Dec 2018 21:09:37 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 286001B535; Mon, 3 Dec 2018 21:09:37 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3L9av4016621; Mon, 3 Dec 2018 21:09:36 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3L9aOj016620; Mon, 3 Dec 2018 21:09:36 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812032109.wB3L9aOj016620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 3 Dec 2018 21:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r486555 - svnadmin/conf X-SVN-Group: ports-svnadmin X-SVN-Commit-Author: rene X-SVN-Commit-Paths: svnadmin/conf X-SVN-Commit-Revision: 486555 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4A9216F4D5 X-Spamd-Result: default: False [-0.20 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.41)[-0.413,0]; NEURAL_SPAM_SHORT(0.25)[0.252,0]; NEURAL_HAM_LONG(-0.04)[-0.041,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 21:09:37 -0000 Author: rene Date: Mon Dec 3 21:09:36 2018 New Revision: 486555 URL: https://svnweb.freebsd.org/changeset/ports/486555 Log: Take in sobomax@'s commit bit after 13 months of inactivity. With hat: portmgr-secretary Modified: svnadmin/conf/access Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Mon Dec 3 21:00:28 2018 (r486554) +++ svnadmin/conf/access Mon Dec 3 21:09:36 2018 (r486555) @@ -170,7 +170,6 @@ shaun shurd skozlov skreuzer -sobomax stephen sunpoet swills From owner-svn-ports-all@freebsd.org Mon Dec 3 21:20:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8011130C1A4; Mon, 3 Dec 2018 21:20:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FFF46FB59; Mon, 3 Dec 2018 21:20:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60BC01B718; Mon, 3 Dec 2018 21:20:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3LKKpg021947; Mon, 3 Dec 2018 21:20:20 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3LKHuN021934; Mon, 3 Dec 2018 21:20:17 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812032120.wB3LKHuN021934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 3 Dec 2018 21:20:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486556 - in head: audio/flite databases/rrdmerge devel/debugedit devel/py-interface graphics/perceptualdiff misc/p5-Asterisk-FastAGI net/l2tpd net/ortp net/p5-Net-Syslog net/radiusclie... X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: audio/flite databases/rrdmerge devel/debugedit devel/py-interface graphics/perceptualdiff misc/p5-Asterisk-FastAGI net/l2tpd net/ortp net/p5-Net-Syslog net/radiusclient net/sippy_b2bua net/st... X-SVN-Commit-Revision: 486556 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7FFF46FB59 X-Spamd-Result: default: False [-0.44 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_HAM_SHORT(-0.15)[-0.151,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 21:20:21 -0000 Author: rene Date: Mon Dec 3 21:20:17 2018 New Revision: 486556 URL: https://svnweb.freebsd.org/changeset/ports/486556 Log: Re-assign sobomax@'s ports after his commit bit was safekept. Modified: head/audio/flite/Makefile head/databases/rrdmerge/Makefile head/devel/debugedit/Makefile head/devel/py-interface/Makefile head/graphics/perceptualdiff/Makefile head/misc/p5-Asterisk-FastAGI/Makefile head/net/l2tpd/Makefile head/net/ortp/Makefile head/net/p5-Net-Syslog/Makefile head/net/radiusclient/Makefile head/net/sippy_b2bua/Makefile head/net/stund/Makefile head/security/pvk/Makefile Modified: head/audio/flite/Makefile ============================================================================== --- head/audio/flite/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/audio/flite/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/${PORTNAME}-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-release -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small run-time speech synthesis engine OPTIONS_DEFINE= DOCS Modified: head/databases/rrdmerge/Makefile ============================================================================== --- head/databases/rrdmerge/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/databases/rrdmerge/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -8,7 +8,7 @@ CATEGORIES= databases MASTER_SITES= http://download.sippysoft.com/thirdparty/ DISTNAME= ${PORTNAME}-${GITREVISION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to merge existing RRD data from backups into new RRD files LICENSE= GPLv3+ Modified: head/devel/debugedit/Makefile ============================================================================== --- head/devel/debugedit/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/devel/debugedit/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -5,7 +5,7 @@ PORTNAME= debugedit PORTVERSION= 20170411.1 CATEGORIES= devel -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= ELF file debug information extractor and editor LICENSE= GPLv2+ Modified: head/devel/py-interface/Makefile ============================================================================== --- head/devel/py-interface/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/devel/py-interface/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.lysator.liu.se/~tab/erlang/py PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py_${PORTNAME}-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Python implementation of an Erlang node LICENSE= LGPL20 Modified: head/graphics/perceptualdiff/Makefile ============================================================================== --- head/graphics/perceptualdiff/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/graphics/perceptualdiff/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -6,7 +6,7 @@ PORTVERSION= 2.1 DISTVERSIONPREFIX= v CATEGORIES= graphics -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Program that compares two images LICENSE= GPLv2 Modified: head/misc/p5-Asterisk-FastAGI/Makefile ============================================================================== --- head/misc/p5-Asterisk-FastAGI/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/misc/p5-Asterisk-FastAGI/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -8,7 +8,7 @@ CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for FastAGI handling LICENSE= ART10 GPLv1+ Modified: head/net/l2tpd/Makefile ============================================================================== --- head/net/l2tpd/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/net/l2tpd/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -7,7 +7,7 @@ PORTREVISION= 8 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/L2TPd/${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the layer two tunneling protocol BROKEN_armv6= fails to link: undefined reference to check_control Modified: head/net/ortp/Makefile ============================================================================== --- head/net/ortp/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/net/ortp/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -6,7 +6,7 @@ PORTVERSION= 1.0.2 CATEGORIES= net MASTER_SITES= https://www.linphone.org/releases/sources/ortp/ -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Real-time Transport Protocol (RTP) library LICENSE= GPLv2+ Modified: head/net/p5-Net-Syslog/Makefile ============================================================================== --- head/net/p5-Net-Syslog/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/net/p5-Net-Syslog/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -8,7 +8,7 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for sending syslog messages to a remote syslogd USES= perl5 Modified: head/net/radiusclient/Makefile ============================================================================== --- head/net/radiusclient/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/net/radiusclient/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= SF/radiusclient-ng.berlios DISTNAME= ${PORTNAME}-ng-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Client library and basic utilities for RADIUS AAA GNU_CONFIGURE= yes Modified: head/net/sippy_b2bua/Makefile ============================================================================== --- head/net/sippy_b2bua/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/net/sippy_b2bua/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -8,7 +8,7 @@ CATEGORIES= net python MASTER_SITES= http://www.b2bua.org/chrome/site/ DISTNAME= sippy-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= SIP Back-to-back user agent (B2BUA) server with Radius support RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} Modified: head/net/stund/Makefile ============================================================================== --- head/net/stund/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/net/stund/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= SF/stun/stun/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_Aug13 -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple STUN (RFC 3489) server and client USES= gmake tar:tgz Modified: head/security/pvk/Makefile ============================================================================== --- head/security/pvk/Makefile Mon Dec 3 21:09:36 2018 (r486555) +++ head/security/pvk/Makefile Mon Dec 3 21:20:17 2018 (r486556) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.drh-consultancy.demon.co.uk/ DISTNAME= pvksrc EXTRACT_SUFX= .tgz.bin -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to convert a RSA key in PEM format into a PVK file and vice versa USES= ssl From owner-svn-ports-all@freebsd.org Mon Dec 3 21:38:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60B78130C6CF; Mon, 3 Dec 2018 21:38:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 041DE70583; Mon, 3 Dec 2018 21:38:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9CF91BA5F; Mon, 3 Dec 2018 21:38:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3Lc5v0032223; Mon, 3 Dec 2018 21:38:05 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3Lc4Nw032218; Mon, 3 Dec 2018 21:38:04 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812032138.wB3Lc4Nw032218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 3 Dec 2018 21:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486557 - head/Tools/scripts X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/Tools/scripts X-SVN-Commit-Revision: 486557 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 041DE70583 X-Spamd-Result: default: False [0.03 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.34)[-0.338,0]; NEURAL_SPAM_SHORT(0.32)[0.316,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 21:38:06 -0000 Author: rene Date: Mon Dec 3 21:38:04 2018 New Revision: 486557 URL: https://svnweb.freebsd.org/changeset/ports/486557 Log: Return a bunch of tools formerly maintained by sobomax@ to the pool. Modified: head/Tools/scripts/checkcats.py head/Tools/scripts/checknewver.sh head/Tools/scripts/distclean.sh head/Tools/scripts/gnomedepends.py head/Tools/scripts/patchtool.py Modified: head/Tools/scripts/checkcats.py ============================================================================== --- head/Tools/scripts/checkcats.py Mon Dec 3 21:20:17 2018 (r486556) +++ head/Tools/scripts/checkcats.py Mon Dec 3 21:38:04 2018 (r486557) @@ -14,7 +14,7 @@ # # $FreeBSD$ # -# MAINTAINER= sobomax@FreeBSD.org <- any unapproved commits to this file are +# MAINTAINER= portmgr@FreeBSD.org <- any unapproved commits to this file are # highly discouraged!!! # Modified: head/Tools/scripts/checknewver.sh ============================================================================== --- head/Tools/scripts/checknewver.sh Mon Dec 3 21:20:17 2018 (r486556) +++ head/Tools/scripts/checknewver.sh Mon Dec 3 21:38:04 2018 (r486557) @@ -14,7 +14,7 @@ # # $FreeBSD$ # -# MAINTAINER= sobomax@FreeBSD.org +# MAINTAINER= ports@FreeBSD.org display_warn () { if [ x"${SILENT}" != x"yes" ]; then Modified: head/Tools/scripts/distclean.sh ============================================================================== --- head/Tools/scripts/distclean.sh Mon Dec 3 21:20:17 2018 (r486556) +++ head/Tools/scripts/distclean.sh Mon Dec 3 21:38:04 2018 (r486557) @@ -16,7 +16,7 @@ # # $FreeBSD: /tmp/pcvs/ports/Tools/scripts/distclean.sh,v 1.18 2010-11-18 11:28:05 pav Exp $ # -# MAINTAINER= sobomax@FreeBSD.org +# MAINTAINER= ports@FreeBSD.org PATH=/sbin:/bin:/usr/bin @@ -25,8 +25,6 @@ cleanup() { echo "Terminated." exit 1 } - -echo "Distfiles clean utility by Maxim Sobolev ." PORTSDIR=${PORTSDIR:-/usr/ports} if [ ! -d ${PORTSDIR} ]; then Modified: head/Tools/scripts/gnomedepends.py ============================================================================== --- head/Tools/scripts/gnomedepends.py Mon Dec 3 21:20:17 2018 (r486556) +++ head/Tools/scripts/gnomedepends.py Mon Dec 3 21:38:04 2018 (r486557) @@ -15,7 +15,7 @@ # # $FreeBSD$ # -# MAINTAINER= sobomax@FreeBSD.org +# MAINTAINER= gnome@FreeBSD.org # # TODO: # - analyse actual {RUN,LIB}_DEPENDS and give an advice about what should be Modified: head/Tools/scripts/patchtool.py ============================================================================== --- head/Tools/scripts/patchtool.py Mon Dec 3 21:20:17 2018 (r486556) +++ head/Tools/scripts/patchtool.py Mon Dec 3 21:38:04 2018 (r486557) @@ -16,7 +16,7 @@ # # $FreeBSD$ # -# MAINTAINER= sobomax@FreeBSD.org <- any unapproved commits to this file are +# MAINTAINER= ports@FreeBSD.org <- any unapproved commits to this file are # highly discouraged!!! # From owner-svn-ports-all@freebsd.org Mon Dec 3 22:04:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 280C9130D03B; Mon, 3 Dec 2018 22:04:32 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0A3B716C9; Mon, 3 Dec 2018 22:04:31 +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 9E2DE1BF8C; Mon, 3 Dec 2018 22:04:31 +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 wB3M4VNI047607; Mon, 3 Dec 2018 22:04:31 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3M4Vx2047605; Mon, 3 Dec 2018 22:04:31 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812032204.wB3M4Vx2047605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 3 Dec 2018 22:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486558 - in head/www/gitlab-ce: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/www/gitlab-ce: . files X-SVN-Commit-Revision: 486558 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C0A3B716C9 X-Spamd-Result: default: False [-0.05 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.32)[0.320,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 22:04:32 -0000 Author: mfechner Date: Mon Dec 3 22:04:30 2018 New Revision: 486558 URL: https://svnweb.freebsd.org/changeset/ports/486558 Log: Updated the Gemfile to work with the upgraded rails 4.2.11 which includes security fixes. Approved by: mentors (implicit) Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/files/patch-Gemfile Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Mon Dec 3 21:38:04 2018 (r486557) +++ head/www/gitlab-ce/Makefile Mon Dec 3 22:04:30 2018 (r486558) @@ -3,7 +3,7 @@ PORTNAME= gitlab-ce PORTVERSION= 11.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org Modified: head/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- head/www/gitlab-ce/files/patch-Gemfile Mon Dec 3 21:38:04 2018 (r486557) +++ head/www/gitlab-ce/files/patch-Gemfile Mon Dec 3 22:04:30 2018 (r486558) @@ -1,5 +1,14 @@ --- Gemfile.orig 2018-11-26 22:36:34 UTC +++ Gemfile +@@ -6,7 +6,7 @@ end + gem_versions = {} + gem_versions['activerecord_sane_schema_dumper'] = rails5? ? '1.0' : '0.2' + gem_versions['default_value_for'] = rails5? ? '~> 3.0.5' : '~> 3.0.0' +-gem_versions['rails'] = rails5? ? '5.0.7' : '4.2.10' ++gem_versions['rails'] = rails5? ? '5.0.7' : '4.2.11' + gem_versions['rails-i18n'] = rails5? ? '~> 5.1' : '~> 4.0.9' + # --- The end of special code for migrating to Rails 5.0 --- + @@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', gem_versions['default_value_for'] From owner-svn-ports-all@freebsd.org Mon Dec 3 22:23:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99073130D672; Mon, 3 Dec 2018 22:23:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AED872212; Mon, 3 Dec 2018 22:23:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F01991C2B7; Mon, 3 Dec 2018 22:23:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3MN64B057946; Mon, 3 Dec 2018 22:23:06 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3MN3TE057929; Mon, 3 Dec 2018 22:23:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812032223.wB3MN3TE057929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 3 Dec 2018 22:23:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486559 - in head/mail/mutt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/mail/mutt: . files X-SVN-Commit-Revision: 486559 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3AED872212 X-Spamd-Result: default: False [-0.01 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.26)[-0.255,0]; NEURAL_SPAM_SHORT(0.11)[0.105,0]; NEURAL_SPAM_LONG(0.14)[0.141,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 22:23:07 -0000 Author: swills Date: Mon Dec 3 22:23:03 2018 New Revision: 486559 URL: https://svnweb.freebsd.org/changeset/ports/486559 Log: mail/mutt: Update to 1.11.1 While here: * Remove MUTT_LITE parts * pet portlint - NNTP broken for 1.11.0 * Add patch-qresync-crash fixes a crash coming in 1.11.1 PR: 233680 Submitted by: Derek Schrock (maintainer) Added: head/mail/mutt/files/patch-qresync-crash (contents, props changed) Modified: head/mail/mutt/Makefile (contents, props changed) head/mail/mutt/distinfo (contents, props changed) head/mail/mutt/files/extra-patch-ifdef (contents, props changed) head/mail/mutt/files/extra-patch-reverse_reply (contents, props changed) head/mail/mutt/files/extra-patch-smartdate (contents, props changed) head/mail/mutt/files/patch-Makefile.in (contents, props changed) head/mail/mutt/files/patch-contrib_Makefile.in (contents, props changed) head/mail/mutt/files/patch-date-conditional (contents, props changed) head/mail/mutt/files/patch-dgc-deepif (contents, props changed) head/mail/mutt/files/patch-doc_Makefile.in (contents, props changed) head/mail/mutt/files/patch-muttlib.c (contents, props changed) head/mail/mutt/files/patch-smime-sender (contents, props changed) head/mail/mutt/files/patch-threadcomplete (contents, props changed) head/mail/mutt/pkg-plist (contents, props changed) Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/Makefile Mon Dec 3 22:23:03 2018 (r486559) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mutt -DISTVERSION= 1.10.1 +DISTVERSION= 1.11.0 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -18,13 +18,17 @@ PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${V http://vc.org.ua/mutt/:vc PATCH_DIST_STRIP= -p1 -MAINTAINER?= dereks@lifeofadishwasher.com -COMMENT?= Small but powerful text based program for read/writing e-mail +MAINTAINER= dereks@lifeofadishwasher.com +COMMENT= Small but powerful text based program for read/writing e-mail LICENSE= GPLv2+ -CONFLICTS?= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-1.4* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support +USES= cpe shebangfix ssl + +CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-1.4* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* + DOCSDIR?= ${PREFIX}/share/doc/mutt EXAMPLESDIR?= ${PREFIX}/share/examples/mutt DATADIR?= ${PREFIX}/share/mutt @@ -34,7 +38,8 @@ CONFIGURE_ARGS= --disable-fcntl --with-ssl=${OPENSSLBA --enable-external-dotlock --enable-pop --enable-imap \ --enable-compressed --enable-sidebar -USES+= cpe ncurses shebangfix ssl +INFO= ${PORTNAME} + SHEBANG_FILES= doc/gen-map-doc smime_keys.pl contrib/smime_keys_test.pl .if defined(MUTT_CONFIGURE_ARGS) @@ -45,9 +50,6 @@ GNU_CONFIGURE= yes OPTIONS_SUB= yes -.if defined (MUTT_LITE) -OPTIONS_EXCLUDE= NLS DOCS EXAMPLES -.else OPTIONS_DEFINE= SASL DEBUG DOCS EXAMPLES FLOCK \ FORCEBASE64 GPGME GREETING_PATCH HTML ICONV IDN IFDEF_PATCH \ LOCALES_FIX MAILBOX_MANPAGES MAILDIR_MTIME_PATCH \ @@ -93,29 +95,13 @@ OPTIONS_DEFAULT= GPGME HTML HCACHE_BDB ICONV IDN \ IFDEF_PATCH LOCALES_FIX MAILBOX_MANPAGES MAILDIR_MTIME_PATCH \ NLS NCURSES QUOTE_PATCH REVERSE_REPLY_PATCH SMART_DATE \ SMIME_OUTLOOK_COMPAT SASL SMTP URLVIEW XML GSSAPI_NONE -.endif -RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:misc/mime-support - -.if !defined (MUTT_LITE) ASPELL_BUILD_DEPENDS= aspell:textproc/aspell ASPELL_RUN_DEPENDS= aspell:textproc/aspell ISPELL_BUILD_DEPENDS= ispell:textproc/aspell-ispell ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell URLVIEW_RUN_DEPENDS= urlview:textproc/urlview -.endif -.if defined (MUTT_LITE) -PKGNAMESUFFIX= -lite -USES+= ncurses -PLIST_SUB+= MAILBOX_MANPAGES="" -PLIST_SUB+= HTML="@comment " -PLIST_SUB+= NNTP="@comment " -# XXX bug in bpm ? -PLIST_SUB+= NLS="@comment " -CONFIGURE_ARGS+= --disable-nls --disable-iconv --without-idn -.endif - .ifmake makesum # for optional distfiles patchfiles PORT_DBDIR= /dev/null OPTIONS_DEFAULT= ${OPTIONS_DEFINE} @@ -172,7 +158,8 @@ FLOCK_CONFIGURE_ENABLE= flock LOCALES_FIX_CONFIGURE_ON= --enable-locales-fix -IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 +IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 \ + libunistring.so:devel/libunistring IDN_CONFIGURE_WITH= idn2 IDN_IMPLIES= ICONV @@ -190,6 +177,7 @@ GREETING_PATCH_PATCHFILES= mutt-${GREETING_PATCH_VERSI QUOTE_PATCH_PATCHFILES= patch-${VVV_PATCH_VERSION}.vvv.initials.gz:vvv \ patch-${VVV_PATCH_VERSION}.vvv.quote.gz:vvv +NNTP_BROKEN= NNTP 1.10.0 broken with mutt 1.11.0 NNTP_PATCHFILES= patch-${VVV_PATCH_VERSION}.vvv.nntp.gz:-p1:vvv NNTP_CONFIGURE_ON= --enable-nntp NNTP_VARS= XML_NEEDED=yes @@ -202,7 +190,7 @@ DOCS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-doc-ref # un/comment as each VERSION is created for PORTVERSION VVV_PATCH_VERSION= 1.10.0 -GREETING_PATCH_VERSION= 1.10.0 +#GREETING_PATCH_VERSION= 1.11.0 .if !defined(VVV_PATCH_VERSION) VVV_PATCH_VERSION= ${PORTVERSION} Modified: head/mail/mutt/distinfo ============================================================================== --- head/mail/mutt/distinfo Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/distinfo Mon Dec 3 22:23:03 2018 (r486559) @@ -1,8 +1,8 @@ -TIMESTAMP = 1531761572 -SHA256 (mutt/mutt-1.10.1.tar.gz) = 734a3883158ec3d180cf6538d8bd7f685ce641d2cdef657aa0038f76e79a54a0 -SIZE (mutt/mutt-1.10.1.tar.gz) = 4255890 -SHA256 (mutt/mutt-1.10.0.vc.greeting) = e33b0659290cfbcff0055a5e3ec0762fed7eb76127e0c29cd00586d62cb92df8 -SIZE (mutt/mutt-1.10.0.vc.greeting) = 4560 +TIMESTAMP = 1543291077 +SHA256 (mutt/mutt-1.11.0.tar.gz) = 92c9261933809fed34d66469cb83c7f83bb29f721cd48d608c40cafd299c10e3 +SIZE (mutt/mutt-1.11.0.tar.gz) = 4568953 +SHA256 (mutt/mutt-1.11.0.vc.greeting) = 57bd75016350e3ab8516f27154016e23a29176d2f1163258d31531f4aa722afc +SIZE (mutt/mutt-1.11.0.vc.greeting) = 4560 SHA256 (mutt/patch-1.10.0.vvv.nntp.gz) = 895c168f00cd073234c6cbb0d6972b5b390c64bf9ee5a13f58e0ea0652cabe4a SIZE (mutt/patch-1.10.0.vvv.nntp.gz) = 60723 SHA256 (mutt/patch-1.10.0.vvv.initials.gz) = 7254751c439d4b138e89b47f71bd4e37c1c257130a8c88af91189fd8e4f249bb Modified: head/mail/mutt/files/extra-patch-ifdef ============================================================================== --- head/mail/mutt/files/extra-patch-ifdef Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/extra-patch-ifdef Mon Dec 3 22:23:03 2018 (r486559) @@ -1,28 +1,12 @@ ---- init.h.orig 2018-05-19 23:45:18 UTC -+++ init.h -@@ -4114,6 +4114,7 @@ - static int parse_unlists (BUFFER *, BUFFER *, unsigned long, BUFFER *); - static int parse_alias (BUFFER *, BUFFER *, unsigned long, BUFFER *); - static int parse_unalias (BUFFER *, BUFFER *, unsigned long, BUFFER *); -+static int parse_ifdef (BUFFER *, BUFFER *, unsigned long, BUFFER *); - static int parse_echo (BUFFER *, BUFFER *, unsigned long, BUFFER *); - static int parse_ignore (BUFFER *, BUFFER *, unsigned long, BUFFER *); - static int parse_unignore (BUFFER *, BUFFER *, unsigned long, BUFFER *); -@@ -4178,6 +4178,7 @@ - { "hdr_order", parse_list, UL &HeaderOrderList }, - #ifdef HAVE_ICONV - { "iconv-hook", mutt_parse_hook, MUTT_ICONVHOOK }, -+ { "ifdef", parse_ifdef, 0 }, - #endif - { "ignore", parse_ignore, 0 }, - { "lists", parse_lists, 0 }, ---- PATCHES.orig 2018-05-19 23:44:00 UTC +--- PATCHES.orig 2018-11-29 22:49:51 UTC +++ PATCHES -@@ -0,0 +1 @@ +@@ -1,2 +1,3 @@ +patch-1.5.4.cd.ifdef.1 ---- init.c.orig 2018-05-19 23:44:00 UTC + vvv.quote + vvv.initials +--- init.c.orig 2018-11-24 19:06:11 UTC +++ init.c -@@ -650,6 +650,52 @@ +@@ -650,6 +650,52 @@ static mbchar_table *parse_mbchar_table return t; } @@ -75,3 +59,21 @@ static int parse_unignore (BUFFER *buf, BUFFER *s, unsigned long data, BUFFER *err) { do +--- init.h.orig 2018-11-29 22:49:51 UTC ++++ init.h +@@ -4195,6 +4195,7 @@ static int parse_lists (BUFFER *, BUFFER + static int parse_unlists (BUFFER *, BUFFER *, unsigned long, BUFFER *); + static int parse_alias (BUFFER *, BUFFER *, unsigned long, BUFFER *); + static int parse_unalias (BUFFER *, BUFFER *, unsigned long, BUFFER *); ++static int parse_ifdef (BUFFER *, BUFFER *, unsigned long, BUFFER *); + static int parse_echo (BUFFER *, BUFFER *, unsigned long, BUFFER *); + static int parse_ignore (BUFFER *, BUFFER *, unsigned long, BUFFER *); + static int parse_unignore (BUFFER *, BUFFER *, unsigned long, BUFFER *); +@@ -4259,6 +4260,7 @@ const struct command_t Commands[] = { + { "hdr_order", parse_list, UL &HeaderOrderList }, + #ifdef HAVE_ICONV + { "iconv-hook", mutt_parse_hook, MUTT_ICONVHOOK }, ++ { "ifdef", parse_ifdef, 0 }, + #endif + { "ignore", parse_ignore, 0 }, + { "index-format-hook",mutt_parse_idxfmt_hook, MUTT_IDXFMTHOOK }, Modified: head/mail/mutt/files/extra-patch-reverse_reply ============================================================================== --- head/mail/mutt/files/extra-patch-reverse_reply Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/extra-patch-reverse_reply Mon Dec 3 22:23:03 2018 (r486559) @@ -1,10 +1,13 @@ ---- PATCHES.orig 2018-05-19 20:39:17 UTC +--- PATCHES.orig 2018-11-29 22:55:14 UTC +++ PATCHES -@@ -0,0 +1 @@ +@@ -1,3 +1,4 @@ +patch-1.5.6.cb.reverse_reply.2 ---- init.h.orig 2018-05-19 20:37:42 UTC + patch-1.5.4.cd.ifdef.1 + vvv.quote + vvv.initials +--- init.h.orig 2018-11-29 22:55:14 UTC +++ init.h -@@ -2748,6 +2748,13 @@ +@@ -2820,6 +2820,13 @@ struct option_t MuttVars[] = { ** possibly including eventual real names. When it is \fIunset\fP, mutt will ** override any such real names with the setting of the $$realname variable. */ @@ -18,9 +21,9 @@ { "rfc2047_parameters", DT_BOOL, R_NONE, OPTRFC2047PARAMS, 0 }, /* ** .pp ---- mutt.h.orig 2018-05-19 20:36:22 UTC +--- mutt.h.orig 2018-11-29 22:55:14 UTC +++ mutt.h -@@ -466,6 +466,7 @@ +@@ -478,6 +478,7 @@ enum OPTREVALIAS, OPTREVNAME, OPTREVREAL, @@ -28,9 +31,9 @@ OPTRFC2047PARAMS, OPTSAVEADDRESS, OPTSAVEEMPTY, ---- protos.h.orig 2018-05-19 20:33:53 UTC +--- protos.h.orig 2018-11-24 19:06:21 UTC +++ protos.h -@@ -93,6 +93,7 @@ +@@ -85,6 +85,7 @@ ADDRESS *mutt_get_address (ENVELOPE *, c ADDRESS *mutt_lookup_alias (const char *s); ADDRESS *mutt_remove_duplicates (ADDRESS *); ADDRESS *mutt_remove_xrefs (ADDRESS *, ADDRESS *); @@ -38,9 +41,9 @@ ADDRESS *mutt_expand_aliases (ADDRESS *); ADDRESS *mutt_parse_adrlist (ADDRESS *, const char *); ---- send.c.orig 2018-05-19 20:33:53 UTC +--- send.c.orig 2018-10-04 22:30:10 UTC +++ send.c -@@ -598,6 +598,10 @@ +@@ -600,6 +600,10 @@ void mutt_fix_reply_recipients (ENVELOPE /* the CC field can get cluttered, especially with lists */ env->to = mutt_remove_duplicates (env->to); env->cc = mutt_remove_duplicates (env->cc); @@ -51,9 +54,9 @@ env->cc = mutt_remove_xrefs (env->to, env->cc); if (env->cc && !env->to) ---- sendlib.c.orig 2018-05-19 20:33:53 UTC +--- sendlib.c.orig 2018-11-24 19:06:11 UTC +++ sendlib.c -@@ -2753,6 +2753,35 @@ +@@ -2754,6 +2754,35 @@ static void set_noconv_flags (BODY *b, s } } Modified: head/mail/mutt/files/extra-patch-smartdate ============================================================================== --- head/mail/mutt/files/extra-patch-smartdate Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/extra-patch-smartdate Mon Dec 3 22:23:03 2018 (r486559) @@ -1,6 +1,6 @@ ---- hdrline.c.orig 2018-05-19 20:36:17 UTC +--- hdrline.c.orig 2018-11-29 23:19:39 UTC +++ hdrline.c -@@ -249,6 +249,89 @@ +@@ -249,6 +249,89 @@ static char *apply_subject_mods (ENVELOP * %Y = `x-label:' field (if present, tree unfolded, and != parent's x-label) * %Z = status flags */ @@ -90,7 +90,7 @@ static const char * hdr_format_str (char *dest, size_t destlen, -@@ -422,7 +505,13 @@ +@@ -422,7 +505,13 @@ hdr_format_str (char *dest, if (!do_locales) setlocale (LC_TIME, "C"); @@ -105,9 +105,9 @@ if (!do_locales) setlocale (LC_TIME, ""); ---- mutt.h.orig 2018-05-19 20:44:10 UTC +--- mutt.h.orig 2018-11-29 23:17:47 UTC +++ mutt.h -@@ -148,6 +148,16 @@ +@@ -156,6 +156,16 @@ typedef enum MUTT_FORMAT_NOFILTER = (1<<7) /* do not allow filtering on this pass */ } format_flag; Modified: head/mail/mutt/files/patch-Makefile.in ============================================================================== --- head/mail/mutt/files/patch-Makefile.in Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/patch-Makefile.in Mon Dec 3 22:23:03 2018 (r486559) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2018-05-19 20:48:16 UTC +--- Makefile.in.orig 2018-11-25 17:43:43 UTC +++ Makefile.in -@@ -471,7 +471,7 @@ +@@ -531,7 +531,7 @@ AUTOMAKE_OPTIONS = 1.6 foreign @BUILD_DOC_TRUE@DOC_SUBDIR = doc @BUILD_IMAP_TRUE@IMAP_SUBDIR = imap @BUILD_IMAP_TRUE@IMAP_INCLUDES = -I$(top_srcdir)/imap @@ -9,7 +9,7 @@ bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET) @BUILD_HCACHE_TRUE@HCVERSION = hcversion.h BUILT_SOURCES = keymap_defs.h patchlist.c reldate.h conststrings.c $(HCVERSION) -@@ -1355,18 +1355,9 @@ +@@ -1667,18 +1667,9 @@ install-exec-hook: rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \ ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \ fi Modified: head/mail/mutt/files/patch-contrib_Makefile.in ============================================================================== --- head/mail/mutt/files/patch-contrib_Makefile.in Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/patch-contrib_Makefile.in Mon Dec 3 22:23:03 2018 (r486559) @@ -1,5 +1,6 @@ -Index: contrib/Makefile.in -@@ -270,7 +270,7 @@ +--- contrib/Makefile.in.orig 2018-11-25 17:43:43 UTC ++++ contrib/Makefile.in +@@ -272,7 +272,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ subdir = contrib Modified: head/mail/mutt/files/patch-date-conditional ============================================================================== --- head/mail/mutt/files/patch-date-conditional Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/patch-date-conditional Mon Dec 3 22:23:03 2018 (r486559) @@ -2,7 +2,7 @@ +++ PATCHES @@ -0,0 +1 @@ +patch-1.5.0.ats.date_conditional.1 ---- hdrline.c.orig 2017-12-03 03:10:17 UTC +--- hdrline.c.orig 2018-11-24 19:06:11 UTC +++ hdrline.c @@ -428,6 +428,53 @@ hdr_format_str (char *dest, const char *cp; @@ -58,9 +58,9 @@ p = dest; ---- muttlib.c.orig 2017-12-03 03:10:17 UTC +--- muttlib.c.orig 2018-11-24 19:06:21 UTC +++ muttlib.c -@@ -1335,7 +1335,16 @@ void mutt_FormatString (char *dest, /* +@@ -1382,7 +1382,16 @@ void mutt_FormatString (char *dest, /* if (*src == '?') { flags |= MUTT_FORMAT_OPTIONAL; @@ -78,7 +78,7 @@ } else { -@@ -1351,12 +1360,12 @@ void mutt_FormatString (char *dest, /* +@@ -1398,12 +1407,12 @@ void mutt_FormatString (char *dest, /* count++; } *cp = 0; Modified: head/mail/mutt/files/patch-dgc-deepif ============================================================================== --- head/mail/mutt/files/patch-dgc-deepif Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/patch-dgc-deepif Mon Dec 3 22:23:03 2018 (r486559) @@ -1,6 +1,6 @@ --- muttlib.c.orig 2017-06-03 02:20:37 UTC +++ muttlib.c -@@ -1378,6 +1378,12 @@ void mutt_FormatString (char *dest, /* +@@ -1425,6 +1425,12 @@ void mutt_FormatString (char *dest, /* count = 0; while (count < sizeof (ifstring) && *src && *src != '?' && *src != '&') { @@ -13,7 +13,7 @@ *cp++ = *src++; count++; } -@@ -1390,7 +1396,13 @@ void mutt_FormatString (char *dest, /* +@@ -1437,7 +1437,13 @@ void mutt_FormatString (char *dest, /* count = 0; while (count < sizeof (elsestring) && *src && *src != '?') { Modified: head/mail/mutt/files/patch-doc_Makefile.in ============================================================================== --- head/mail/mutt/files/patch-doc_Makefile.in Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/patch-doc_Makefile.in Mon Dec 3 22:23:03 2018 (r486559) @@ -1,6 +1,6 @@ ---- doc/Makefile.in.orig 2018-01-27 22:36:31 UTC +--- doc/Makefile.in.orig 2018-12-01 04:54:52 UTC +++ doc/Makefile.in -@@ -664,14 +664,7 @@ install-data-local: makedoc-all instdoc +@@ -678,14 +678,7 @@ install-data-local: makedoc-all instdoc -for f in $(HTML_DOCFILES) ; do \ $(INSTALL) -m 644 $$f $(DESTDIR)$(docdir) ; \ done @@ -13,10 +13,10 @@ - $(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir) ; \ - fi + $(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir)/Muttrc.sample - - uninstall-local: - for f in mutt.1 mutt_dotlock.1 smime_keys.1 pgpewrap.1 pgpring.1; do \ -@@ -694,9 +687,7 @@ uninstall-local: + -if [ -f mutt.info ] ; then \ + $(MKDIR_P) $(DESTDIR)$(infodir) ; \ + $(INSTALL) -m 644 mutt.info $(DESTDIR)$(infodir) ; \ +@@ -721,9 +714,7 @@ uninstall-local: check: manual.txt: manual.html Modified: head/mail/mutt/files/patch-muttlib.c ============================================================================== --- head/mail/mutt/files/patch-muttlib.c Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/patch-muttlib.c Mon Dec 3 22:23:03 2018 (r486559) @@ -1,6 +1,6 @@ ---- muttlib.c.orig 2016-10-08 19:35:50 UTC +--- muttlib.c.orig 2018-11-24 19:06:21 UTC +++ muttlib.c -@@ -802,16 +802,15 @@ void mutt_merge_envelopes(ENVELOPE* base +@@ -845,16 +845,15 @@ void _mutt_buffer_mktemp (BUFFER *buf, c void _mutt_mktemp (char *s, size_t slen, const char *prefix, const char *suffix, const char *src, int line) { Added: head/mail/mutt/files/patch-qresync-crash ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mutt/files/patch-qresync-crash Mon Dec 3 22:23:03 2018 (r486559) @@ -0,0 +1,21 @@ +--- imap/message.c.orig 2018-11-18 18:07:02 UTC ++++ imap/message.c +@@ -652,6 +652,18 @@ static int read_headers_condstore_qresyn + { + imap_hcache_close (idata); + imap_expunge_mailbox (idata); ++ ++ /* undo expunge count updates. ++ * mx_update_context() will do this at the end of the header fetch. */ ++ ctx->vcount = 0; ++ ctx->vsize = 0; ++ ctx->tagged = 0; ++ ctx->deleted = 0; ++ ctx->new = 0; ++ ctx->unread = 0; ++ ctx->changed = 0; ++ ctx->flagged = 0; ++ + idata->hcache = imap_hcache_open (idata, NULL); + idata->reopen &= ~IMAP_EXPUNGE_PENDING; + } Modified: head/mail/mutt/files/patch-smime-sender ============================================================================== --- head/mail/mutt/files/patch-smime-sender Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/patch-smime-sender Mon Dec 3 22:23:03 2018 (r486559) @@ -1,4 +1,4 @@ ---- commands.c.orig 2017-09-08 22:18:16 UTC +--- commands.c.orig 2018-10-04 22:30:10 UTC +++ commands.c @@ -186,7 +186,7 @@ int mutt_display_message (HEADER *cur) { @@ -9,9 +9,9 @@ mutt_message ( _("S/MIME signature successfully verified.")); else mutt_error ( _("S/MIME certificate owner does not match sender.")); ---- init.h.orig 2017-09-08 22:18:16 UTC +--- init.h.orig 2018-11-24 19:06:11 UTC +++ init.h -@@ -3160,6 +3169,15 @@ struct option_t MuttVars[] = { +@@ -3232,6 +3232,15 @@ struct option_t MuttVars[] = { ** to determine the key to use. It will ask you to supply a key, if it can't find one. ** (S/MIME only) */ @@ -27,9 +27,9 @@ { "smime_self_encrypt_as", DT_SYN, R_NONE, UL "smime_default_key", 0 }, { "smime_default_key", DT_STR, R_NONE, UL &SmimeDefaultKey, 0 }, /* ---- mutt.h.orig 2017-09-08 22:18:16 UTC +--- mutt.h.orig 2018-11-24 19:06:11 UTC +++ mutt.h -@@ -539,6 +540,7 @@ enum +@@ -551,6 +551,7 @@ enum OPTSMIMEISDEFAULT, OPTSMIMESELFENCRYPT, OPTASKCERTLABEL, Modified: head/mail/mutt/files/patch-threadcomplete ============================================================================== --- head/mail/mutt/files/patch-threadcomplete Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/files/patch-threadcomplete Mon Dec 3 22:23:03 2018 (r486559) @@ -1,6 +1,6 @@ ---- mutt.h.orig 2018-05-19 21:17:16 UTC +--- mutt.h.orig 2018-11-24 19:06:11 UTC +++ mutt.h -@@ -225,6 +225,7 @@ +@@ -234,6 +234,7 @@ enum MUTT_EXPIRED, MUTT_SUPERSEDED, MUTT_TRASH, @@ -8,9 +8,9 @@ /* actions for mutt_pattern_comp/mutt_pattern_exec */ MUTT_AND, ---- pattern.c.orig 2018-05-19 20:33:53 UTC +--- pattern.c.orig 2018-11-24 19:06:11 UTC +++ pattern.c -@@ -57,6 +57,7 @@ +@@ -57,6 +57,7 @@ static const struct pattern_flags } Flags[] = { @@ -18,7 +18,7 @@ { 'A', MUTT_ALL, 0, NULL }, { 'b', MUTT_BODY, MUTT_FULL_MSG, eat_regexp }, { 'B', MUTT_WHOLE_MSG, MUTT_FULL_MSG, eat_regexp }, -@@ -1294,6 +1295,16 @@ +@@ -1343,6 +1344,16 @@ mutt_pattern_exec (struct pattern_t *pat else result = mutt_is_list_cc (pat->alladdr, h->env->to, h->env->cc); return (pat->not ^ result); Modified: head/mail/mutt/pkg-plist ============================================================================== --- head/mail/mutt/pkg-plist Mon Dec 3 22:04:30 2018 (r486558) +++ head/mail/mutt/pkg-plist Mon Dec 3 22:23:03 2018 (r486559) @@ -2,14 +2,14 @@ bin/flea bin/mutt bin/muttbug @(,mail,2755) bin/mutt_dotlock +bin/mutt_pgpring bin/pgpewrap -bin/pgpring bin/smime_keys @sample etc/Muttrc.sample man/man1/mutt.1.gz man/man1/mutt_dotlock.1.gz +man/man1/mutt_pgpring.1.gz man/man1/pgpewrap.1.gz -man/man1/pgpring.1.gz man/man1/smime_keys.1.gz man/man5/mailcap.5.gz %%MAILBOX_MANPAGES%%man/man5/mbox.5.gz @@ -89,6 +89,7 @@ man/man5/muttrc.5.gz %%NLS%%share/locale/es/LC_MESSAGES/mutt.mo %%NLS%%share/locale/et/LC_MESSAGES/mutt.mo %%NLS%%share/locale/eu/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/fi/LC_MESSAGES/mutt.mo %%NLS%%share/locale/fr/LC_MESSAGES/mutt.mo %%NLS%%share/locale/ga/LC_MESSAGES/mutt.mo %%NLS%%share/locale/gl/LC_MESSAGES/mutt.mo From owner-svn-ports-all@freebsd.org Mon Dec 3 22:28:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1B55130D720; Mon, 3 Dec 2018 22:28:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88BAB725B2; Mon, 3 Dec 2018 22:28:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AE3F1C2BB; Mon, 3 Dec 2018 22:28:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3MSBOH058287; Mon, 3 Dec 2018 22:28:11 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3MSBOC058286; Mon, 3 Dec 2018 22:28:11 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812032228.wB3MSBOC058286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 3 Dec 2018 22:28:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486560 - head/devel/p5-Date-Manip X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/p5-Date-Manip X-SVN-Commit-Revision: 486560 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 88BAB725B2 X-Spamd-Result: default: False [-0.23 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.15)[0.146,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 22:28:12 -0000 Author: swills Date: Mon Dec 3 22:28:10 2018 New Revision: 486560 URL: https://svnweb.freebsd.org/changeset/ports/486560 Log: devel/p5-Date-Manip: update to 6.75 Modified: head/devel/p5-Date-Manip/Makefile (contents, props changed) head/devel/p5-Date-Manip/distinfo (contents, props changed) Modified: head/devel/p5-Date-Manip/Makefile ============================================================================== --- head/devel/p5-Date-Manip/Makefile Mon Dec 3 22:23:03 2018 (r486559) +++ head/devel/p5-Date-Manip/Makefile Mon Dec 3 22:28:10 2018 (r486560) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Date-Manip -PORTVERSION= 6.73 +PORTVERSION= 6.75 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SBECK Modified: head/devel/p5-Date-Manip/distinfo ============================================================================== --- head/devel/p5-Date-Manip/distinfo Mon Dec 3 22:23:03 2018 (r486559) +++ head/devel/p5-Date-Manip/distinfo Mon Dec 3 22:28:10 2018 (r486560) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537479955 -SHA256 (Date-Manip-6.73.tar.gz) = d39295c7c3f19b43470d1203dded8cb649b41a1098e51b5b7c7cf17b662ca255 -SIZE (Date-Manip-6.73.tar.gz) = 1853891 +TIMESTAMP = 1543875843 +SHA256 (Date-Manip-6.75.tar.gz) = c1fbcfbe2ab1a84e57f191807e87c97985da00926f64d1aae598c8756acbb67d +SIZE (Date-Manip-6.75.tar.gz) = 1849350 From owner-svn-ports-all@freebsd.org Mon Dec 3 23:04:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E40D6130E0F5; Mon, 3 Dec 2018 23:04:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87380737DE; Mon, 3 Dec 2018 23:04:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 635F11C926; Mon, 3 Dec 2018 23:04:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3N4Owh078730; Mon, 3 Dec 2018 23:04:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3N4OcR078729; Mon, 3 Dec 2018 23:04:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812032304.wB3N4OcR078729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 3 Dec 2018 23:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486561 - head/biology/gatk X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/biology/gatk X-SVN-Commit-Revision: 486561 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 87380737DE X-Spamd-Result: default: False [-0.23 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.376,0]; NEURAL_SPAM_SHORT(0.15)[0.146,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 23:04:25 -0000 Author: yuri Date: Mon Dec 3 23:04:23 2018 New Revision: 486561 URL: https://svnweb.freebsd.org/changeset/ports/486561 Log: biology/gatk: Change gradle4->gradle because it builds fine with both gradle 4 and 5 Modified: head/biology/gatk/Makefile Modified: head/biology/gatk/Makefile ============================================================================== --- head/biology/gatk/Makefile Mon Dec 3 22:28:10 2018 (r486560) +++ head/biology/gatk/Makefile Mon Dec 3 23:04:23 2018 (r486561) @@ -13,7 +13,7 @@ COMMENT= Variant discovery in high-throughput sequenci LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -BUILD_DEPENDS= gradle4:devel/gradle4 +BUILD_DEPENDS= gradle:devel/gradle USES= gettext-runtime USE_GITHUB= yes @@ -34,7 +34,7 @@ post-extract: # to rebuild the deps archive: 1. remove @cd ${DEPS_CACHE_DIR} && ${TAR} xzf ${DISTDIR}/${PORTNAME}-${DISTVERSION}-deps${EXTRACT_SUFX} do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle4 \ + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle \ --gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \ --offline --build-cache localJar From owner-svn-ports-all@freebsd.org Mon Dec 3 23:42:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76D1A130EC97; Mon, 3 Dec 2018 23:42:22 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CBBB74A33; Mon, 3 Dec 2018 23:42:22 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2C781CF88; Mon, 3 Dec 2018 23:42:21 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3NgLP1099273; Mon, 3 Dec 2018 23:42:21 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3NgLpq099270; Mon, 3 Dec 2018 23:42:21 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201812032342.wB3NgLpq099270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Mon, 3 Dec 2018 23:42:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486562 - head/security/clamav X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/security/clamav X-SVN-Commit-Revision: 486562 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1CBBB74A33 X-Spamd-Result: default: False [0.22 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.44)[-0.441,0]; NEURAL_SPAM_LONG(0.10)[0.096,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.56)[0.564,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 23:42:22 -0000 Author: ler Date: Mon Dec 3 23:42:21 2018 New Revision: 486562 URL: https://svnweb.freebsd.org/changeset/ports/486562 Log: security/clamav: update to 0.101.0 PR: 2337761 Submitted by: yasu@utahime.org Modified: head/security/clamav/Makefile head/security/clamav/distinfo head/security/clamav/pkg-plist Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Mon Dec 3 23:04:23 2018 (r486561) +++ head/security/clamav/Makefile Mon Dec 3 23:42:21 2018 (r486562) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= clamav -PORTVERSION= 0.100.2 -PORTREVISION= 3 +PORTVERSION= 0.101.0 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ @@ -149,8 +148,6 @@ post-patch: ${WRKSRC}/etc/clamd.conf.sample \ ${WRKSRC}/etc/freshclam.conf.sample \ ${WRKSRC}/etc/clamav-milter.conf.sample - @${REINPLACE_CMD} -e 's|0x100000000|0x100000000ULL|g' \ - ${WRKSRC}/libclamunrar/unrar.c pre-configure-TESTS-on: @if ! ${PYTHON_CMD} -c "import thread" >/dev/null 2>&1; then \ @@ -174,6 +171,6 @@ post-install: ${STAGEDIR}${DBDIR} \ ${STAGEDIR}${LOGDIR} \ ${STAGEDIR}${RUNDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/html/* ${STAGEDIR}${DOCSDIR}/html + (cd ${WRKSRC}/docs/html; ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html) .include Modified: head/security/clamav/distinfo ============================================================================== --- head/security/clamav/distinfo Mon Dec 3 23:04:23 2018 (r486561) +++ head/security/clamav/distinfo Mon Dec 3 23:42:21 2018 (r486562) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538590041 -SHA256 (clamav-0.100.2.tar.gz) = 4a2e4f0cd41e62adb5a713b4a1857c49145cd09a69957e6d946ecad575206dd6 -SIZE (clamav-0.100.2.tar.gz) = 15926420 +TIMESTAMP = 1543875407 +SHA256 (clamav-0.101.0.tar.gz) = f12a5ad86bc4e0bde6cad2d30c49c7daab184cba7ce631909434b5d9533a5ad2 +SIZE (clamav-0.101.0.tar.gz) = 21686531 Modified: head/security/clamav/pkg-plist ============================================================================== --- head/security/clamav/pkg-plist Mon Dec 3 23:04:23 2018 (r486561) +++ head/security/clamav/pkg-plist Mon Dec 3 23:42:21 2018 (r486562) @@ -7,93 +7,44 @@ %%NO_MSPACK%%lib/libclammspack.so.0 %%NO_MSPACK%%lib/libclammspack.so.0.1.0 %%NO_MSPACK%%libdata/pkgconfig/libclammspack.pc -%%PORTDOCS%%%%DOCSDIR%%/html/clam.png -%%PORTDOCS%%%%DOCSDIR%%/html/clamdoc.css -%%PORTDOCS%%%%DOCSDIR%%/html/clamdoc.html -%%PORTDOCS%%%%DOCSDIR%%/html/contents.png -%%PORTDOCS%%%%DOCSDIR%%/html/crossref.png -%%PORTDOCS%%%%DOCSDIR%%/html/demon.png -%%PORTDOCS%%%%DOCSDIR%%/html/footnode.html -%%PORTDOCS%%%%DOCSDIR%%/html/img1.png -%%PORTDOCS%%%%DOCSDIR%%/html/img2.png -%%PORTDOCS%%%%DOCSDIR%%/html/img3.png -%%PORTDOCS%%%%DOCSDIR%%/html/img4.png -%%PORTDOCS%%%%DOCSDIR%%/html/img5.png -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/next.png -%%PORTDOCS%%%%DOCSDIR%%/html/next_g.png -%%PORTDOCS%%%%DOCSDIR%%/html/node1.html -%%PORTDOCS%%%%DOCSDIR%%/html/node10.html -%%PORTDOCS%%%%DOCSDIR%%/html/node11.html -%%PORTDOCS%%%%DOCSDIR%%/html/node12.html -%%PORTDOCS%%%%DOCSDIR%%/html/node13.html -%%PORTDOCS%%%%DOCSDIR%%/html/node14.html -%%PORTDOCS%%%%DOCSDIR%%/html/node15.html -%%PORTDOCS%%%%DOCSDIR%%/html/node16.html -%%PORTDOCS%%%%DOCSDIR%%/html/node17.html -%%PORTDOCS%%%%DOCSDIR%%/html/node18.html -%%PORTDOCS%%%%DOCSDIR%%/html/node19.html -%%PORTDOCS%%%%DOCSDIR%%/html/node2.html -%%PORTDOCS%%%%DOCSDIR%%/html/node20.html -%%PORTDOCS%%%%DOCSDIR%%/html/node21.html -%%PORTDOCS%%%%DOCSDIR%%/html/node22.html -%%PORTDOCS%%%%DOCSDIR%%/html/node23.html -%%PORTDOCS%%%%DOCSDIR%%/html/node24.html -%%PORTDOCS%%%%DOCSDIR%%/html/node25.html -%%PORTDOCS%%%%DOCSDIR%%/html/node26.html -%%PORTDOCS%%%%DOCSDIR%%/html/node27.html -%%PORTDOCS%%%%DOCSDIR%%/html/node28.html -%%PORTDOCS%%%%DOCSDIR%%/html/node29.html -%%PORTDOCS%%%%DOCSDIR%%/html/node3.html -%%PORTDOCS%%%%DOCSDIR%%/html/node30.html -%%PORTDOCS%%%%DOCSDIR%%/html/node31.html -%%PORTDOCS%%%%DOCSDIR%%/html/node32.html -%%PORTDOCS%%%%DOCSDIR%%/html/node33.html -%%PORTDOCS%%%%DOCSDIR%%/html/node34.html -%%PORTDOCS%%%%DOCSDIR%%/html/node35.html -%%PORTDOCS%%%%DOCSDIR%%/html/node36.html -%%PORTDOCS%%%%DOCSDIR%%/html/node37.html -%%PORTDOCS%%%%DOCSDIR%%/html/node38.html -%%PORTDOCS%%%%DOCSDIR%%/html/node39.html -%%PORTDOCS%%%%DOCSDIR%%/html/node4.html -%%PORTDOCS%%%%DOCSDIR%%/html/node40.html -%%PORTDOCS%%%%DOCSDIR%%/html/node41.html -%%PORTDOCS%%%%DOCSDIR%%/html/node42.html -%%PORTDOCS%%%%DOCSDIR%%/html/node43.html -%%PORTDOCS%%%%DOCSDIR%%/html/node44.html -%%PORTDOCS%%%%DOCSDIR%%/html/node45.html -%%PORTDOCS%%%%DOCSDIR%%/html/node46.html -%%PORTDOCS%%%%DOCSDIR%%/html/node47.html -%%PORTDOCS%%%%DOCSDIR%%/html/node48.html -%%PORTDOCS%%%%DOCSDIR%%/html/node49.html -%%PORTDOCS%%%%DOCSDIR%%/html/node5.html -%%PORTDOCS%%%%DOCSDIR%%/html/node50.html -%%PORTDOCS%%%%DOCSDIR%%/html/node51.html -%%PORTDOCS%%%%DOCSDIR%%/html/node52.html -%%PORTDOCS%%%%DOCSDIR%%/html/node53.html -%%PORTDOCS%%%%DOCSDIR%%/html/node54.html -%%PORTDOCS%%%%DOCSDIR%%/html/node55.html -%%PORTDOCS%%%%DOCSDIR%%/html/node56.html -%%PORTDOCS%%%%DOCSDIR%%/html/node57.html -%%PORTDOCS%%%%DOCSDIR%%/html/node58.html -%%PORTDOCS%%%%DOCSDIR%%/html/node59.html -%%PORTDOCS%%%%DOCSDIR%%/html/node6.html -%%PORTDOCS%%%%DOCSDIR%%/html/node60.html -%%PORTDOCS%%%%DOCSDIR%%/html/node61.html -%%PORTDOCS%%%%DOCSDIR%%/html/node62.html -%%PORTDOCS%%%%DOCSDIR%%/html/node7.html -%%PORTDOCS%%%%DOCSDIR%%/html/node8.html -%%PORTDOCS%%%%DOCSDIR%%/html/node9.html -%%PORTDOCS%%%%DOCSDIR%%/html/prev.png -%%PORTDOCS%%%%DOCSDIR%%/html/prev_g.png -%%PORTDOCS%%%%DOCSDIR%%/html/up.png -%%PORTDOCS%%%%DOCSDIR%%/html/up_g.png +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix/Steps-Debian-Ubuntu.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix/Steps-Redhat-CentOS.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix/Steps-macOS.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Windows.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Introduction.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/OnAccess.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/AuthenticodeRules.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/BodySignatureFormat.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/BytecodeSignatures.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/ContainerMetadata.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/DatabaseInfo.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/DynamicConfig.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/EncryptedArchives.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/ExtendedSignatures.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/FileTypeMagic.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/FileTypes.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/FunctionalityLevels.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/HashSignatures.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/LogicalSignatures.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/PhishSigs.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/Whitelists.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/YaraRules.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Usage.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Usage/Configuration.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Usage/Scanning.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Usage/SignatureManagement.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/development.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/images/demon.png +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/libclamav.html %%UNRAR%%lib/libclamunrar.so -%%UNRAR%%lib/libclamunrar.so.7 -%%UNRAR%%lib/libclamunrar.so.7.1.1 +%%UNRAR%%lib/libclamunrar.so.9 +%%UNRAR%%lib/libclamunrar.so.9.0.0 %%UNRAR%%lib/libclamunrar_iface.so -%%UNRAR%%lib/libclamunrar_iface.so.7 -%%UNRAR%%lib/libclamunrar_iface.so.7.1.1 +%%UNRAR%%lib/libclamunrar_iface.so.9 +%%UNRAR%%lib/libclamunrar_iface.so.9.0.0 @dir(%%CLAMAVUSER%%,%%CLAMAVGROUP%%,0755) %%DBDIR%% @dir(%%CLAMAVUSER%%,%%CLAMAVGROUP%%,0755) %%LOGDIR%% @dir(%%CLAMAVUSER%%,%%CLAMAVGROUP%%,0755) %%RUNDIR%% @@ -110,8 +61,8 @@ bin/sigtool include/clamav-config.h include/clamav.h lib/libclamav.so -lib/libclamav.so.7 -lib/libclamav.so.7.1.1 +lib/libclamav.so.9 +lib/libclamav.so.9.0.0 libdata/pkgconfig/libclamav.pc man/man1/clambc.1.gz man/man1/clamconf.1.gz From owner-svn-ports-all@freebsd.org Tue Dec 4 00:51:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C7721310257; Tue, 4 Dec 2018 00:51: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D62C76D04; Tue, 4 Dec 2018 00:51: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 0E5F21DAFB; Tue, 4 Dec 2018 00:51: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 wB40pG28033913; Tue, 4 Dec 2018 00:51:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40pF4m033910; Tue, 4 Dec 2018 00:51:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040051.wB40pF4m033910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:51:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486563 - in head/devel/racer: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/devel/racer: . files X-SVN-Commit-Revision: 486563 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2D62C76D04 X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.37)[-0.366,0]; NEURAL_SPAM_LONG(0.19)[0.185,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.51)[0.506,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:51:17 -0000 Author: jbeich Date: Tue Dec 4 00:51:15 2018 New Revision: 486563 URL: https://svnweb.freebsd.org/changeset/ports/486563 Log: devel/racer: update to 2.1.14 Changes: https://github.com/racer-rust/racer/compare/v2.1.5...v2.1.14 PR: 233282 Approved by: Timothy Beyer (maintainer) Added: head/devel/racer/files/ head/devel/racer/files/patch-rustc-ap-syntax-237 (contents, props changed) Modified: head/devel/racer/Makefile (contents, props changed) head/devel/racer/distinfo (contents, props changed) Modified: head/devel/racer/Makefile ============================================================================== --- head/devel/racer/Makefile Mon Dec 3 23:42:21 2018 (r486562) +++ head/devel/racer/Makefile Tue Dec 4 00:51:15 2018 (r486563) @@ -3,8 +3,7 @@ PORTNAME= racer DISTVERSIONPREFIX= v -DISTVERSION= 2.1.5 -PORTREVISION= 3 +DISTVERSION= 2.1.14 CATEGORIES= devel MAINTAINER= beyert@cs.ucr.edu @@ -33,47 +32,52 @@ PLIST_FILES= bin/racer # | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MAKE_ENV= RUSTC_BOOTSTRAP=1 -CARGO_CRATES= aho-corasick-0.6.6 \ +CARGO_CRATES= aho-corasick-0.6.9 \ ansi_term-0.11.0 \ - arrayvec-0.4.7 \ - atty-0.2.10 \ - bitflags-1.0.3 \ - byteorder-1.2.3 \ - cfg-if-0.1.4 \ + arrayvec-0.4.8 \ + atty-0.2.11 \ + bitflags-1.0.4 \ + byteorder-1.2.7 \ + cfg-if-0.1.6 \ clap-2.32.0 \ + cloudabi-0.0.3 \ crossbeam-deque-0.2.0 \ crossbeam-epoch-0.3.1 \ crossbeam-utils-0.2.2 \ - derive_more-0.11.0 \ - dtoa-0.4.3 \ + derive_more-0.13.0 \ either-1.5.0 \ ena-0.9.3 \ - env_logger-0.5.10 \ + env_logger-0.6.0 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ humantime-1.1.1 \ - itoa-0.4.2 \ - lazy_static-1.0.1 \ - lazycell-1.0.0 \ - libc-0.2.42 \ - log-0.4.3 \ - memchr-2.0.1 \ + itoa-0.4.3 \ + lazy_static-1.2.0 \ + lazycell-1.2.0 \ + libc-0.2.44 \ + log-0.4.6 \ + memchr-2.1.1 \ memoffset-0.2.1 \ - nodrop-0.1.12 \ + nodrop-0.1.13 \ num_cpus-1.8.0 \ owning_ref-0.3.3 \ parking_lot-0.5.5 \ parking_lot_core-0.2.14 \ - proc-macro2-0.3.8 \ - proc-macro2-0.4.6 \ + proc-macro2-0.4.24 \ quick-error-1.2.2 \ - quote-0.5.2 \ - quote-0.6.3 \ - rand-0.4.2 \ - redox_syscall-0.1.40 \ + quote-0.6.10 \ + rand-0.4.3 \ + rand-0.6.1 \ + rand_chacha-0.1.0 \ + rand_core-0.3.0 \ + rand_hc-0.1.0 \ + rand_isaac-0.1.1 \ + rand_pcg-0.1.1 \ + rand_xorshift-0.1.0 \ + redox_syscall-0.1.43 \ redox_termios-0.1.1 \ - regex-1.0.1 \ - regex-syntax-0.6.1 \ + regex-1.0.6 \ + regex-syntax-0.6.3 \ remove_dir_all-0.5.1 \ rls-span-0.4.0 \ rustc-ap-arena-237.0.0 \ @@ -87,34 +91,38 @@ CARGO_CRATES= aho-corasick-0.6.6 \ rustc-hash-1.0.1 \ rustc-rayon-0.1.1 \ rustc-rayon-core-0.1.1 \ - rustc_version-0.2.2 \ + rustc_version-0.2.3 \ + ryu-0.2.7 \ scoped-tls-0.1.2 \ scopeguard-0.3.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ - serde-1.0.70 \ - serde_derive-1.0.70 \ - serde_json-1.0.22 \ - smallvec-0.6.5 \ - stable_deref_trait-1.1.0 \ + serde-1.0.80 \ + serde_derive-1.0.80 \ + serde_json-1.0.33 \ + smallvec-0.6.6 \ + stable_deref_trait-1.1.1 \ strsim-0.7.0 \ - syn-0.13.11 \ - syn-0.14.4 \ - tempfile-3.0.2 \ + syn-0.15.22 \ + tempfile-3.0.5 \ termcolor-0.3.6 \ + termcolor-1.0.4 \ termion-1.5.1 \ textwrap-0.10.0 \ - thread_local-0.3.5 \ - ucd-util-0.1.1 \ + thread_local-0.3.6 \ + ucd-util-0.1.3 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ unreachable-1.0.0 \ - utf8-ranges-1.0.0 \ + utf8-ranges-1.0.2 \ vec_map-0.8.1 \ + version_check-0.1.5 \ void-1.0.2 \ - winapi-0.3.5 \ + winapi-0.3.6 \ winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - wincolor-0.1.6 + wincolor-0.1.6 \ + wincolor-1.0.1 .include Modified: head/devel/racer/distinfo ============================================================================== --- head/devel/racer/distinfo Mon Dec 3 23:42:21 2018 (r486562) +++ head/devel/racer/distinfo Tue Dec 4 00:51:15 2018 (r486563) @@ -1,58 +1,58 @@ -TIMESTAMP = 1535362143 -SHA256 (rust/crates/aho-corasick-0.6.6.tar.gz) = c1c6d463cbe7ed28720b5b489e7c083eeb8f90d08be2a0d6bb9e1ffea9ce1afa -SIZE (rust/crates/aho-corasick-0.6.6.tar.gz) = 26330 +TIMESTAMP = 1543296220 +SHA256 (rust/crates/aho-corasick-0.6.9.tar.gz) = 1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e +SIZE (rust/crates/aho-corasick-0.6.9.tar.gz) = 25979 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 -SHA256 (rust/crates/arrayvec-0.4.7.tar.gz) = a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef -SIZE (rust/crates/arrayvec-0.4.7.tar.gz) = 22946 -SHA256 (rust/crates/atty-0.2.10.tar.gz) = 2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1 -SIZE (rust/crates/atty-0.2.10.tar.gz) = 5962 -SHA256 (rust/crates/bitflags-1.0.3.tar.gz) = d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789 -SIZE (rust/crates/bitflags-1.0.3.tar.gz) = 13838 -SHA256 (rust/crates/byteorder-1.2.3.tar.gz) = 74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9 -SIZE (rust/crates/byteorder-1.2.3.tar.gz) = 18805 -SHA256 (rust/crates/cfg-if-0.1.4.tar.gz) = efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e -SIZE (rust/crates/cfg-if-0.1.4.tar.gz) = 7113 +SHA256 (rust/crates/arrayvec-0.4.8.tar.gz) = f405cc4c21cd8b784f6c8fc2adf9bc00f59558f0049b5ec21517f875963040cc +SIZE (rust/crates/arrayvec-0.4.8.tar.gz) = 24260 +SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 +SIZE (rust/crates/atty-0.2.11.tar.gz) = 5916 +SHA256 (rust/crates/bitflags-1.0.4.tar.gz) = 228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12 +SIZE (rust/crates/bitflags-1.0.4.tar.gz) = 15282 +SHA256 (rust/crates/byteorder-1.2.7.tar.gz) = 94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d +SIZE (rust/crates/byteorder-1.2.7.tar.gz) = 19640 +SHA256 (rust/crates/cfg-if-0.1.6.tar.gz) = 082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4 +SIZE (rust/crates/cfg-if-0.1.6.tar.gz) = 7411 SHA256 (rust/crates/clap-2.32.0.tar.gz) = b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e SIZE (rust/crates/clap-2.32.0.tar.gz) = 196073 +SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f +SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 SHA256 (rust/crates/crossbeam-deque-0.2.0.tar.gz) = f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3 SIZE (rust/crates/crossbeam-deque-0.2.0.tar.gz) = 12638 SHA256 (rust/crates/crossbeam-epoch-0.3.1.tar.gz) = 927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150 SIZE (rust/crates/crossbeam-epoch-0.3.1.tar.gz) = 33093 SHA256 (rust/crates/crossbeam-utils-0.2.2.tar.gz) = 2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9 SIZE (rust/crates/crossbeam-utils-0.2.2.tar.gz) = 11901 -SHA256 (rust/crates/derive_more-0.11.0.tar.gz) = 46c7f14685a20f5dd08e7f754f2ea8cc064d8f4214ae21116c106a2768ba7b9b -SIZE (rust/crates/derive_more-0.11.0.tar.gz) = 14597 -SHA256 (rust/crates/dtoa-0.4.3.tar.gz) = 6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd -SIZE (rust/crates/dtoa-0.4.3.tar.gz) = 14456 +SHA256 (rust/crates/derive_more-0.13.0.tar.gz) = 3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871 +SIZE (rust/crates/derive_more-0.13.0.tar.gz) = 16724 SHA256 (rust/crates/either-1.5.0.tar.gz) = 3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0 SIZE (rust/crates/either-1.5.0.tar.gz) = 10900 SHA256 (rust/crates/ena-0.9.3.tar.gz) = 88dc8393b3c7352f94092497f6b52019643e493b6b890eb417cdb7c46117e621 SIZE (rust/crates/ena-0.9.3.tar.gz) = 18827 -SHA256 (rust/crates/env_logger-0.5.10.tar.gz) = 0e6e40ebb0e66918a37b38c7acab4e10d299e0463fe2af5d29b9cc86710cfd2a -SIZE (rust/crates/env_logger-0.5.10.tar.gz) = 24849 +SHA256 (rust/crates/env_logger-0.6.0.tar.gz) = afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e +SIZE (rust/crates/env_logger-0.6.0.tar.gz) = 27887 SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565 SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 SHA256 (rust/crates/humantime-1.1.1.tar.gz) = 0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e SIZE (rust/crates/humantime-1.1.1.tar.gz) = 16689 -SHA256 (rust/crates/itoa-0.4.2.tar.gz) = 5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606 -SIZE (rust/crates/itoa-0.4.2.tar.gz) = 10581 -SHA256 (rust/crates/lazy_static-1.0.1.tar.gz) = e6412c5e2ad9584b0b8e979393122026cdd6d2a80b933f890dcd694ddbe73739 -SIZE (rust/crates/lazy_static-1.0.1.tar.gz) = 11380 -SHA256 (rust/crates/lazycell-1.0.0.tar.gz) = d33a48d0365c96081958cc663eef834975cb1e8d8bea3378513fc72bdbf11e50 -SIZE (rust/crates/lazycell-1.0.0.tar.gz) = 10298 -SHA256 (rust/crates/libc-0.2.42.tar.gz) = b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1 -SIZE (rust/crates/libc-0.2.42.tar.gz) = 336080 -SHA256 (rust/crates/log-0.4.3.tar.gz) = 61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2 -SIZE (rust/crates/log-0.4.3.tar.gz) = 21629 -SHA256 (rust/crates/memchr-2.0.1.tar.gz) = 796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d -SIZE (rust/crates/memchr-2.0.1.tar.gz) = 9858 +SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b +SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061 +SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1 +SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840 +SHA256 (rust/crates/lazycell-1.2.0.tar.gz) = ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0 +SIZE (rust/crates/lazycell-1.2.0.tar.gz) = 11259 +SHA256 (rust/crates/libc-0.2.44.tar.gz) = 10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311 +SIZE (rust/crates/libc-0.2.44.tar.gz) = 347920 +SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6 +SIZE (rust/crates/log-0.4.6.tar.gz) = 22303 +SHA256 (rust/crates/memchr-2.1.1.tar.gz) = 0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16 +SIZE (rust/crates/memchr-2.1.1.tar.gz) = 19591 SHA256 (rust/crates/memoffset-0.2.1.tar.gz) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3 SIZE (rust/crates/memoffset-0.2.1.tar.gz) = 4618 -SHA256 (rust/crates/nodrop-0.1.12.tar.gz) = 9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2 -SIZE (rust/crates/nodrop-0.1.12.tar.gz) = 3033 +SHA256 (rust/crates/nodrop-0.1.13.tar.gz) = 2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945 +SIZE (rust/crates/nodrop-0.1.13.tar.gz) = 7508 SHA256 (rust/crates/num_cpus-1.8.0.tar.gz) = c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30 SIZE (rust/crates/num_cpus-1.8.0.tar.gz) = 10539 SHA256 (rust/crates/owning_ref-0.3.3.tar.gz) = cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37 @@ -61,26 +61,36 @@ SHA256 (rust/crates/parking_lot-0.5.5.tar.gz) = d4d05f SIZE (rust/crates/parking_lot-0.5.5.tar.gz) = 36889 SHA256 (rust/crates/parking_lot_core-0.2.14.tar.gz) = 4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa SIZE (rust/crates/parking_lot_core-0.2.14.tar.gz) = 22140 -SHA256 (rust/crates/proc-macro2-0.3.8.tar.gz) = 1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7 -SIZE (rust/crates/proc-macro2-0.3.8.tar.gz) = 24412 -SHA256 (rust/crates/proc-macro2-0.4.6.tar.gz) = effdb53b25cdad54f8f48843d67398f7ef2e14f12c1b4cb4effc549a6462a4d6 -SIZE (rust/crates/proc-macro2-0.4.6.tar.gz) = 27767 +SHA256 (rust/crates/proc-macro2-0.4.24.tar.gz) = 77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09 +SIZE (rust/crates/proc-macro2-0.4.24.tar.gz) = 30970 SHA256 (rust/crates/quick-error-1.2.2.tar.gz) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0 SIZE (rust/crates/quick-error-1.2.2.tar.gz) = 15132 -SHA256 (rust/crates/quote-0.5.2.tar.gz) = 9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8 -SIZE (rust/crates/quote-0.5.2.tar.gz) = 14982 -SHA256 (rust/crates/quote-0.6.3.tar.gz) = e44651a0dc4cdd99f71c83b561e221f714912d11af1a4dff0631f923d53af035 -SIZE (rust/crates/quote-0.6.3.tar.gz) = 14154 -SHA256 (rust/crates/rand-0.4.2.tar.gz) = eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5 -SIZE (rust/crates/rand-0.4.2.tar.gz) = 76170 -SHA256 (rust/crates/redox_syscall-0.1.40.tar.gz) = c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1 -SIZE (rust/crates/redox_syscall-0.1.40.tar.gz) = 14745 +SHA256 (rust/crates/quote-0.6.10.tar.gz) = 53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c +SIZE (rust/crates/quote-0.6.10.tar.gz) = 15795 +SHA256 (rust/crates/rand-0.4.3.tar.gz) = 8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd +SIZE (rust/crates/rand-0.4.3.tar.gz) = 76094 +SHA256 (rust/crates/rand-0.6.1.tar.gz) = ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a +SIZE (rust/crates/rand-0.6.1.tar.gz) = 126613 +SHA256 (rust/crates/rand_chacha-0.1.0.tar.gz) = 771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a +SIZE (rust/crates/rand_chacha-0.1.0.tar.gz) = 11637 +SHA256 (rust/crates/rand_core-0.3.0.tar.gz) = 0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db +SIZE (rust/crates/rand_core-0.3.0.tar.gz) = 20581 +SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 +SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644 +SHA256 (rust/crates/rand_isaac-0.1.1.tar.gz) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 +SIZE (rust/crates/rand_isaac-0.1.1.tar.gz) = 16020 +SHA256 (rust/crates/rand_pcg-0.1.1.tar.gz) = 086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05 +SIZE (rust/crates/rand_pcg-0.1.1.tar.gz) = 10881 +SHA256 (rust/crates/rand_xorshift-0.1.0.tar.gz) = effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3 +SIZE (rust/crates/rand_xorshift-0.1.0.tar.gz) = 9194 +SHA256 (rust/crates/redox_syscall-0.1.43.tar.gz) = 679da7508e9a6390aeaf7fbd02a800fdc64b73fe2204dd2c8ae66d22d9d5ad5d +SIZE (rust/crates/redox_syscall-0.1.43.tar.gz) = 15212 SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76 SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227 -SHA256 (rust/crates/regex-1.0.1.tar.gz) = 13c93d55961981ba9226a213b385216f83ab43bd6ac53ab16b2eeb47e337cf4e -SIZE (rust/crates/regex-1.0.1.tar.gz) = 211396 -SHA256 (rust/crates/regex-syntax-0.6.1.tar.gz) = 05b06a75f5217880fc5e905952a42750bf44787e56a6c6d6852ed0992f5e1d54 -SIZE (rust/crates/regex-syntax-0.6.1.tar.gz) = 238335 +SHA256 (rust/crates/regex-1.0.6.tar.gz) = ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467 +SIZE (rust/crates/regex-1.0.6.tar.gz) = 239455 +SHA256 (rust/crates/regex-syntax-0.6.3.tar.gz) = fbc557aac2b708fe84121caf261346cc2eed71978024337e42eb46b8a252ac6e +SIZE (rust/crates/regex-syntax-0.6.3.tar.gz) = 240173 SHA256 (rust/crates/remove_dir_all-0.5.1.tar.gz) = 3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5 SIZE (rust/crates/remove_dir_all-0.5.1.tar.gz) = 8726 SHA256 (rust/crates/rls-span-0.4.0.tar.gz) = 5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a @@ -107,8 +117,10 @@ SHA256 (rust/crates/rustc-rayon-0.1.1.tar.gz) = 8c6d5a SIZE (rust/crates/rustc-rayon-0.1.1.tar.gz) = 128159 SHA256 (rust/crates/rustc-rayon-core-0.1.1.tar.gz) = 40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649 SIZE (rust/crates/rustc-rayon-core-0.1.1.tar.gz) = 54307 -SHA256 (rust/crates/rustc_version-0.2.2.tar.gz) = a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a -SIZE (rust/crates/rustc_version-0.2.2.tar.gz) = 10200 +SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a +SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210 +SHA256 (rust/crates/ryu-0.2.7.tar.gz) = eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7 +SIZE (rust/crates/ryu-0.2.7.tar.gz) = 41382 SHA256 (rust/crates/scoped-tls-0.1.2.tar.gz) = 332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28 SIZE (rust/crates/scoped-tls-0.1.2.tar.gz) = 9079 SHA256 (rust/crates/scopeguard-0.3.3.tar.gz) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27 @@ -117,53 +129,59 @@ SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c1 SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 -SHA256 (rust/crates/serde-1.0.70.tar.gz) = 0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920 -SIZE (rust/crates/serde-1.0.70.tar.gz) = 72036 -SHA256 (rust/crates/serde_derive-1.0.70.tar.gz) = 3525a779832b08693031b8ecfb0de81cd71cfd3812088fafe9a7496789572124 -SIZE (rust/crates/serde_derive-1.0.70.tar.gz) = 46016 -SHA256 (rust/crates/serde_json-1.0.22.tar.gz) = 84b8035cabe9b35878adec8ac5fe03d5f6bc97ff6edd7ccb96b44c1276ba390e -SIZE (rust/crates/serde_json-1.0.22.tar.gz) = 65154 -SHA256 (rust/crates/smallvec-0.6.5.tar.gz) = 153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d -SIZE (rust/crates/smallvec-0.6.5.tar.gz) = 20238 -SHA256 (rust/crates/stable_deref_trait-1.1.0.tar.gz) = ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa -SIZE (rust/crates/stable_deref_trait-1.1.0.tar.gz) = 8002 +SHA256 (rust/crates/serde-1.0.80.tar.gz) = 15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef +SIZE (rust/crates/serde-1.0.80.tar.gz) = 73057 +SHA256 (rust/crates/serde_derive-1.0.80.tar.gz) = 225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c +SIZE (rust/crates/serde_derive-1.0.80.tar.gz) = 47136 +SHA256 (rust/crates/serde_json-1.0.33.tar.gz) = c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811 +SIZE (rust/crates/serde_json-1.0.33.tar.gz) = 69738 +SHA256 (rust/crates/smallvec-0.6.6.tar.gz) = 622df2d454c29a4d89b30dc3b27b42d7d90d6b9e587dbf8f67652eb7514da484 +SIZE (rust/crates/smallvec-0.6.6.tar.gz) = 21395 +SHA256 (rust/crates/stable_deref_trait-1.1.1.tar.gz) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8 +SIZE (rust/crates/stable_deref_trait-1.1.1.tar.gz) = 8007 SHA256 (rust/crates/strsim-0.7.0.tar.gz) = bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550 SIZE (rust/crates/strsim-0.7.0.tar.gz) = 8435 -SHA256 (rust/crates/syn-0.13.11.tar.gz) = 14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b -SIZE (rust/crates/syn-0.13.11.tar.gz) = 134240 -SHA256 (rust/crates/syn-0.14.4.tar.gz) = 2beff8ebc3658f07512a413866875adddd20f4fd47b2a4e6c9da65cd281baaea -SIZE (rust/crates/syn-0.14.4.tar.gz) = 133818 -SHA256 (rust/crates/tempfile-3.0.2.tar.gz) = 47776f63b85777d984a50ce49d6b9e58826b6a3766a449fc95bc66cd5663c15b -SIZE (rust/crates/tempfile-3.0.2.tar.gz) = 20825 +SHA256 (rust/crates/syn-0.15.22.tar.gz) = ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7 +SIZE (rust/crates/syn-0.15.22.tar.gz) = 146349 +SHA256 (rust/crates/tempfile-3.0.5.tar.gz) = 7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2 +SIZE (rust/crates/tempfile-3.0.5.tar.gz) = 23272 SHA256 (rust/crates/termcolor-0.3.6.tar.gz) = adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83 SIZE (rust/crates/termcolor-0.3.6.tar.gz) = 13548 +SHA256 (rust/crates/termcolor-1.0.4.tar.gz) = 4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f +SIZE (rust/crates/termcolor-1.0.4.tar.gz) = 14416 SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 SHA256 (rust/crates/textwrap-0.10.0.tar.gz) = 307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6 SIZE (rust/crates/textwrap-0.10.0.tar.gz) = 15986 -SHA256 (rust/crates/thread_local-0.3.5.tar.gz) = 279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963 -SIZE (rust/crates/thread_local-0.3.5.tar.gz) = 11794 -SHA256 (rust/crates/ucd-util-0.1.1.tar.gz) = fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d -SIZE (rust/crates/ucd-util-0.1.1.tar.gz) = 24221 +SHA256 (rust/crates/thread_local-0.3.6.tar.gz) = c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b +SIZE (rust/crates/thread_local-0.3.6.tar.gz) = 12388 +SHA256 (rust/crates/ucd-util-0.1.3.tar.gz) = 535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86 +SIZE (rust/crates/ucd-util-0.1.3.tar.gz) = 25897 SHA256 (rust/crates/unicode-width-0.1.5.tar.gz) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526 SIZE (rust/crates/unicode-width-0.1.5.tar.gz) = 15761 SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 -SHA256 (rust/crates/utf8-ranges-1.0.0.tar.gz) = 662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122 -SIZE (rust/crates/utf8-ranges-1.0.0.tar.gz) = 8599 +SHA256 (rust/crates/utf8-ranges-1.0.2.tar.gz) = 796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737 +SIZE (rust/crates/utf8-ranges-1.0.2.tar.gz) = 8510 SHA256 (rust/crates/vec_map-0.8.1.tar.gz) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a SIZE (rust/crates/vec_map-0.8.1.tar.gz) = 14959 +SHA256 (rust/crates/version_check-0.1.5.tar.gz) = 914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd +SIZE (rust/crates/version_check-0.1.5.tar.gz) = 8173 SHA256 (rust/crates/void-1.0.2.tar.gz) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 -SHA256 (rust/crates/winapi-0.3.5.tar.gz) = 773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd -SIZE (rust/crates/winapi-0.3.5.tar.gz) = 997942 +SHA256 (rust/crates/winapi-0.3.6.tar.gz) = 92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0 +SIZE (rust/crates/winapi-0.3.6.tar.gz) = 1029391 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.1.tar.gz) = afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab +SIZE (rust/crates/winapi-util-0.1.1.tar.gz) = 7635 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 SHA256 (rust/crates/wincolor-0.1.6.tar.gz) = eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767 SIZE (rust/crates/wincolor-0.1.6.tar.gz) = 4799 -SHA256 (racer-rust-racer-v2.1.5_GH0.tar.gz) = 42ea1a168501c82bb6d3203eadfd2c1ebc80508310cd9e6d0bc92d74a6d49c91 -SIZE (racer-rust-racer-v2.1.5_GH0.tar.gz) = 178382 +SHA256 (rust/crates/wincolor-1.0.1.tar.gz) = 561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba +SIZE (rust/crates/wincolor-1.0.1.tar.gz) = 4737 +SHA256 (racer-rust-racer-v2.1.14_GH0.tar.gz) = fae8722639f9f5310d49a365ad74380761640f7cf01d50948d9cbfaa4aa02064 +SIZE (racer-rust-racer-v2.1.14_GH0.tar.gz) = 194058 Added: head/devel/racer/files/patch-rustc-ap-syntax-237 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/racer/files/patch-rustc-ap-syntax-237 Tue Dec 4 00:51:15 2018 (r486563) @@ -0,0 +1,348 @@ +error[E0106]: missing lifetime specifier + --> cargo-crates/rustc-ap-rustc_data_structures-297.0.0/vec_linked_list.rs:56:20 + | +56 | impl Links for &Ls + | ^ expected lifetime parameter + +--- Cargo.lock.orig 2018-11-27 05:23:40 UTC ++++ Cargo.lock +@@ -179,15 +179,6 @@ version = "0.2.44" + source = "registry+https://github.com/rust-lang/crates.io-index" + + [[package]] +-name = "lock_api" +-version = "0.1.5" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-dependencies = [ +- "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +-] +- +-[[package]] + name = "log" + version = "0.4.6" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -225,7 +216,7 @@ dependencies = [ + + [[package]] + name = "owning_ref" +-version = "0.4.0" ++version = "0.3.3" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ + "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +@@ -233,11 +224,11 @@ dependencies = [ + + [[package]] + name = "parking_lot" +-version = "0.6.4" ++version = "0.5.5" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ +- "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ++ "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ++ "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + ] + + [[package]] +@@ -252,18 +243,6 @@ dependencies = [ + ] + + [[package]] +-name = "parking_lot_core" +-version = "0.3.1" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-dependencies = [ +- "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", +- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", +-] +- +-[[package]] + name = "proc-macro2" + version = "0.4.24" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -299,7 +278,7 @@ dependencies = [ + "racer-cargo-metadata 0.1.1", + "racer-testutils 0.1.0", + "rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-syntax 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + ] + + [[package]] +@@ -338,18 +317,6 @@ dependencies = [ + + [[package]] + name = "rand" +-version = "0.5.5" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-dependencies = [ +- "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +- "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", +- "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", +- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", +-] +- +-[[package]] +-name = "rand" + version = "0.6.1" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ +@@ -377,14 +344,6 @@ dependencies = [ + + [[package]] + name = "rand_core" +-version = "0.2.2" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-dependencies = [ +- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", +-] +- +-[[package]] +-name = "rand_core" + version = "0.3.0" + source = "registry+https://github.com/rust-lang/crates.io-index" + +@@ -469,40 +428,33 @@ source = "registry+https://github.com/rust-lang/crates + + [[package]] + name = "rustc-ap-arena" +-version = "297.0.0" ++version = "237.0.0" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ +- "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-rustc_data_structures 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + ] + + [[package]] +-name = "rustc-ap-graphviz" +-version = "297.0.0" +-source = "registry+https://github.com/rust-lang/crates.io-index" +- +-[[package]] + name = "rustc-ap-rustc_cratesio_shim" +-version = "297.0.0" ++version = "237.0.0" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ + "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + ] + + [[package]] + name = "rustc-ap-rustc_data_structures" +-version = "297.0.0" ++version = "237.0.0" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", ++ "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-graphviz 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-rustc_cratesio_shim 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-serialize 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +@@ -512,34 +464,31 @@ dependencies = [ + + [[package]] + name = "rustc-ap-rustc_errors" +-version = "297.0.0" ++version = "237.0.0" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ + "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", +- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-rustc_data_structures 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-serialize 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-syntax_pos 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + ] + + [[package]] + name = "rustc-ap-rustc_target" +-version = "297.0.0" ++version = "237.0.0" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ + "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-rustc_cratesio_shim 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-serialize 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + ] + + [[package]] + name = "rustc-ap-serialize" +-version = "297.0.0" ++version = "237.0.0" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ + "smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", +@@ -547,29 +496,29 @@ dependencies = [ + + [[package]] + name = "rustc-ap-syntax" +-version = "297.0.0" ++version = "237.0.0" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ + "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-rustc_errors 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-rustc_data_structures 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-rustc_errors 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-rustc_target 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-serialize 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-syntax_pos 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + ] + + [[package]] + name = "rustc-ap-syntax_pos" +-version = "297.0.0" ++version = "237.0.0" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-arena 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +- "rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-arena 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-rustc_data_structures 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ++ "rustc-ap-serialize 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + ] +@@ -710,6 +659,14 @@ dependencies = [ + + [[package]] + name = "termcolor" ++version = "0.3.6" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++dependencies = [ ++ "wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ++] ++ ++[[package]] ++name = "termcolor" + version = "1.0.4" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ +@@ -814,6 +771,14 @@ source = "registry+https://github.com/rust-lang/crates + + [[package]] + name = "wincolor" ++version = "0.1.6" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++dependencies = [ ++ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ++] ++ ++[[package]] ++name = "wincolor" + version = "1.0.1" + source = "registry+https://github.com/rust-lang/crates.io-index" + dependencies = [ +@@ -845,24 +810,20 @@ dependencies = [ + "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" + "checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0" + "checksum libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)" = "10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311" +-"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" + "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" + "checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16" + "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" + "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" + "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" +-"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" +-"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" ++"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" ++"checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac" + "checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa" +-"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" + "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" + "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" + "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" + "checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd" +-"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" + "checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a" + "checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a" +-"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" + "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" + "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" + "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" +@@ -874,15 +835,14 @@ dependencies = [ + "checksum regex-syntax 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fbc557aac2b708fe84121caf261346cc2eed71978024337e42eb46b8a252ac6e" + "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" + "checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a" +-"checksum rustc-ap-arena 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b69fd4a0e8a3ecd99b497965d05f6f04dd2e4601a6146a841dbe4c8e77c2b30c" +-"checksum rustc-ap-graphviz 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8136418dbc491bab74aa0565eaa2086754a7a81a5e74a1d84d6168d18e889e7" +-"checksum rustc-ap-rustc_cratesio_shim 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a972feda82332d1d05b1ba5a097e915cd9c9c8f1af2bd7b08af09fb88c753d5f" +-"checksum rustc-ap-rustc_data_structures 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "582584c6c48b0ece4b8aef3f9bb59d94d17c5665612bc87a71f509e45a3113b5" +-"checksum rustc-ap-rustc_errors 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd852096944d0ac6af1aefa9639a2ae6dede217606ce97f88ff0dcc8c86d6ff6" +-"checksum rustc-ap-rustc_target 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98301a272ecfeec29d2d4e97b07238707c2b89d86fc3a4a5f31a00728f14e288" +-"checksum rustc-ap-serialize 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f13510e617e2e322e3297038fd6a7346f2297124af9e10e33a627c5d544e9d" +-"checksum rustc-ap-syntax 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0792f5a9ccfc5ec13bb5b0472fa49e145481029c39f6bf5b1a36decc99c3328f" +-"checksum rustc-ap-syntax_pos 297.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0df9f97f41650d23b14f92f7267f8c61089655efb4533d82bf8991f99245198d" ++"checksum rustc-ap-arena 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d24c8b3c1437fad023cb9472381216a1d41d82dbb2d2e6c7858bd6f50317719" ++"checksum rustc-ap-rustc_cratesio_shim 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c5b02c76cd1ee4e9c97c8228701796d6b7431e8f100dea2d8af1d6c2c2bad56" ++"checksum rustc-ap-rustc_data_structures 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4076388154497fb9a007e3badd78e415402a5594111cd6bc7ce1420dd1b1818b" ++"checksum rustc-ap-rustc_errors 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c6c11e4789cbc276ceaa87d326c234b1a2d1e0fe6017b88a8a25903200060acb" ++"checksum rustc-ap-rustc_target 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "25f711bb152b9d7cdd69410cfe6d99aeb1409c959e0fdf3c8ca4d220e568aa52" ++"checksum rustc-ap-serialize 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57638db658d4942d3f30a12566836f9a67a636ed8002c8cae1c9231214e39929" ++"checksum rustc-ap-syntax 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6dbcf07abf7a9957dce8d34353d55dfb4cd882153181f24349f4690facb58f0" ++"checksum rustc-ap-syntax_pos 237.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0915cb5e166cabe588a129dec2d47357077e96fb1f9b57318fbe217eac4ce508" + "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" + "checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306" + "checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649" +@@ -900,6 +860,7 @@ dependencies = [ + "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" + "checksum syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)" = "ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7" + "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" ++"checksum termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83" + "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" + "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" + "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" +@@ -916,4 +877,5 @@ dependencies = [ + "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" + "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" ++"checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767" + "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" +--- Cargo.toml.orig 2018-11-27 05:23:40 UTC ++++ Cargo.toml +@@ -24,7 +24,7 @@ debug = false # because of #1005 + [dependencies] + bitflags = "1.0" + log = "0.4" +-rustc-ap-syntax = "297.0.0" ++rustc-ap-syntax = "237.0.0" + env_logger = "0.6" + clap = "2.32" + lazy_static = "1.2" From owner-svn-ports-all@freebsd.org Tue Dec 4 00:51:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E55101310277; Tue, 4 Dec 2018 00:51:31 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DBAC76DF7; Tue, 4 Dec 2018 00:51:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F3D11DB0D; Tue, 4 Dec 2018 00:51:31 +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 wB40pVqU034780; Tue, 4 Dec 2018 00:51:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40pUTY034777; Tue, 4 Dec 2018 00:51:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040051.wB40pUTY034777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:51:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486564 - in head/multimedia: aom/files libvpx/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia: aom/files libvpx/files X-SVN-Commit-Revision: 486564 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8DBAC76DF7 X-Spamd-Result: default: False [0.05 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.47)[0.475,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:51:32 -0000 Author: jbeich Date: Tue Dec 4 00:51:30 2018 New Revision: 486564 URL: https://svnweb.freebsd.org/changeset/ports/486564 Log: multimedia/libvpx: simplify NEON/VSX detection on FreeBSD 12 Modified: head/multimedia/aom/files/patch-aom__ports_arm__cpudetect.c (contents, props changed) head/multimedia/aom/files/patch-aom__ports_ppc__cpudetect.c (contents, props changed) head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c (contents, props changed) head/multimedia/libvpx/files/patch-vpx__ports_ppc__cpudetect.c (contents, props changed) Modified: head/multimedia/aom/files/patch-aom__ports_arm__cpudetect.c ============================================================================== --- head/multimedia/aom/files/patch-aom__ports_arm__cpudetect.c Tue Dec 4 00:51:15 2018 (r486563) +++ head/multimedia/aom/files/patch-aom__ports_arm__cpudetect.c Tue Dec 4 00:51:30 2018 (r486564) @@ -12,16 +12,14 @@ int aom_arm_cpu_caps(void) { /* This function should actually be a no-op. There is no way to adjust any of -@@ -143,7 +143,61 @@ int aom_arm_cpu_caps(void) { +@@ -143,7 +143,57 @@ int aom_arm_cpu_caps(void) { } return flags & mask; } -#else /* end __linux__ */ +#elif defined(__FreeBSD__) + -+#if 0 // __has_include() -+#include -+#else ++#if __FreeBSD__ < 12 +#include +#include +#include @@ -47,31 +45,29 @@ + } + return 0; +} ++#else ++#include +#endif + -+#ifndef AT_HWCAP -+#define AT_HWCAP 25 /* 16 on Linux */ -+#endif -+ -+#ifndef HWCAP_NEON -+#define HWCAP_NEON (1 << 12) -+#endif -+ +int aom_arm_cpu_caps(void) { + int flags; + int mask; -+ unsigned long hwcaps; ++ u_long hwcaps = 0; + if (!arm_cpu_env_flags(&flags)) { + return flags; + } + mask = arm_cpu_env_mask(); ++#if __FreeBSD__ < 12 + hwcaps = getauxval(AT_HWCAP); ++#else ++ elf_aux_info(AT_HWCAP, &hwcaps, sizeof(hwcaps)); ++#endif +#if HAVE_NEON + if (hwcaps & HWCAP_NEON) flags |= HAS_NEON; +#endif + return flags & mask; +} -+#else /* end __FreeBSD__ */ ++#else /* end __FreeBSD__ */ #error \ "--enable-runtime-cpu-detect selected, but no CPU detection method " \ "available for your platform. Reconfigure with --disable-runtime-cpu-detect." Modified: head/multimedia/aom/files/patch-aom__ports_ppc__cpudetect.c ============================================================================== --- head/multimedia/aom/files/patch-aom__ports_ppc__cpudetect.c Tue Dec 4 00:51:15 2018 (r486563) +++ head/multimedia/aom/files/patch-aom__ports_ppc__cpudetect.c Tue Dec 4 00:51:30 2018 (r486564) @@ -29,20 +29,23 @@ int ppc_simd_caps(void) { int flags; int mask; -@@ -75,6 +76,36 @@ out_close: +@@ -75,6 +76,44 @@ out_close: close(fd); return flags & mask; } +#elif defined(__FreeBSD__) ++#if __FreeBSD__ < 12 +#include +#include ++#else ++#include ++#endif +#include + +int ppc_simd_caps(void) { + int flags; + int mask; + u_long cpu_features = 0; -+ size_t sz = sizeof(cpu_features); + + // If AOM_SIMD_CAPS is set then allow only those capabilities. + if (!cpu_env_flags(&flags)) { @@ -51,7 +54,12 @@ + + mask = cpu_env_mask(); + ++#if __FreeBSD__ < 12 ++ size_t sz = sizeof(cpu_features); + sysctlbyname("hw.cpu_features", &cpu_features, &sz, NULL, 0); ++#else ++ elf_aux_info(AT_HWCAP, &cpu_features, sizeof(cpu_features)); ++#endif +#if HAVE_VSX + if (cpu_features & PPC_FEATURE_HAS_VSX) flags |= HAS_VSX; +#endif Modified: head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c ============================================================================== --- head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c Tue Dec 4 00:51:15 2018 (r486563) +++ head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c Tue Dec 4 00:51:30 2018 (r486564) @@ -1,14 +1,13 @@ --- vpx_ports/arm_cpudetect.c.orig 2017-01-12 20:27:27 UTC +++ vpx_ports/arm_cpudetect.c -@@ -147,6 +147,60 @@ int arm_cpu_caps(void) { +@@ -147,7 +147,57 @@ int arm_cpu_caps(void) { } return flags & mask; } +-#else /* end __linux__ */ +#elif defined(__FreeBSD__) + -+#if 0 // __has_include() -+#include -+#else ++#if __FreeBSD__ < 12 +#include +#include +#include @@ -34,30 +33,29 @@ + } + return 0; +} ++#else ++#include +#endif + -+#ifndef AT_HWCAP -+#define AT_HWCAP 25 /* 16 on Linux */ -+#endif -+ -+#ifndef HWCAP_NEON -+#define HWCAP_NEON (1 << 12) -+#endif -+ +int arm_cpu_caps(void) { + int flags; + int mask; -+ unsigned long hwcaps; ++ u_long hwcaps = 0; + if (!arm_cpu_env_flags(&flags)) { + return flags; + } + mask = arm_cpu_env_mask(); ++#if __FreeBSD__ < 12 + hwcaps = getauxval(AT_HWCAP); ++#else ++ elf_aux_info(AT_HWCAP, &hwcaps, sizeof(hwcaps)); ++#endif +#if HAVE_NEON || HAVE_NEON_ASM + if (hwcaps & HWCAP_NEON) flags |= HAS_NEON; +#endif + return flags & mask; +} - #else /* end __linux__ */ ++#else /* end __FreeBSD__ */ #error \ "--enable-runtime-cpu-detect selected, but no CPU detection method " \ + "available for your platform. Reconfigure with --disable-runtime-cpu-detect." Modified: head/multimedia/libvpx/files/patch-vpx__ports_ppc__cpudetect.c ============================================================================== --- head/multimedia/libvpx/files/patch-vpx__ports_ppc__cpudetect.c Tue Dec 4 00:51:15 2018 (r486563) +++ head/multimedia/libvpx/files/patch-vpx__ports_ppc__cpudetect.c Tue Dec 4 00:51:30 2018 (r486564) @@ -27,20 +27,23 @@ int ppc_simd_caps(void) { int flags; int mask; -@@ -73,6 +74,36 @@ out_close: +@@ -73,6 +74,44 @@ out_close: close(fd); return flags & mask; } +#elif defined(__FreeBSD__) ++#if __FreeBSD__ < 12 +#include +#include ++#else ++#include ++#endif +#include + +int ppc_simd_caps(void) { + int flags; + int mask; + u_long cpu_features = 0; -+ size_t sz = sizeof(cpu_features); + + // If VPX_SIMD_CAPS is set then allow only those capabilities. + if (!cpu_env_flags(&flags)) { @@ -49,7 +52,12 @@ + + mask = cpu_env_mask(); + ++#if __FreeBSD__ < 12 ++ size_t sz = sizeof(cpu_features); + sysctlbyname("hw.cpu_features", &cpu_features, &sz, NULL, 0); ++#else ++ elf_aux_info(AT_HWCAP, &cpu_features, sizeof(cpu_features)); ++#endif +#if HAVE_VSX + if (cpu_features & PPC_FEATURE_HAS_VSX) flags |= HAS_VSX; +#endif @@ -60,7 +68,7 @@ +#error \ + "--enable-runtime-cpu-detect selected, but no CPU detection method " \ +"available for your platform. Reconfigure with --disable-runtime-cpu-detect." -+#endif /* end __linux__ */ ++#endif /* end __FreeBSD__ */ #else // If there is no RTCD the function pointers are not used and can not be // changed. From owner-svn-ports-all@freebsd.org Tue Dec 4 00:51:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1A3213102B0; Tue, 4 Dec 2018 00:51: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 966D576EF8; Tue, 4 Dec 2018 00:51: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 77BFE1DB1A; Tue, 4 Dec 2018 00:51: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 wB40pjPb034914; Tue, 4 Dec 2018 00:51:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40pjcw034913; Tue, 4 Dec 2018 00:51:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040051.wB40pjcw034913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486565 - in head/multimedia/libvpx: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia/libvpx: . files X-SVN-Commit-Revision: 486565 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 966D576EF8 X-Spamd-Result: default: False [-0.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.46)[0.464,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:51:46 -0000 Author: jbeich Date: Tue Dec 4 00:51:44 2018 New Revision: 486565 URL: https://svnweb.freebsd.org/changeset/ports/486565 Log: multimedia/libvpx: assume NEON on armv7 Modified: head/multimedia/libvpx/Makefile (contents, props changed) head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c (contents, props changed) Modified: head/multimedia/libvpx/Makefile ============================================================================== --- head/multimedia/libvpx/Makefile Tue Dec 4 00:51:30 2018 (r486564) +++ head/multimedia/libvpx/Makefile Tue Dec 4 00:51:44 2018 (r486565) @@ -38,7 +38,6 @@ ALL_TARGET= # empty OPTIONS_DEFINE= DEBUG MULTIRES POSTPROC RTCPU SHARED SIZE_LIMIT TEST THREADS OPTIONS_DEFAULT=MULTIRES POSTPROC RTCPU SHARED SIZE_LIMIT THREADS -OPTIONS_EXCLUDE_aarch64=RTCPU OPTIONS_EXCLUDE_powerpcspe=RTCPU OPTIONS_SUB= yes Modified: head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c ============================================================================== --- head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c Tue Dec 4 00:51:30 2018 (r486564) +++ head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c Tue Dec 4 00:51:44 2018 (r486565) @@ -1,5 +1,14 @@ --- vpx_ports/arm_cpudetect.c.orig 2017-01-12 20:27:27 UTC +++ vpx_ports/arm_cpudetect.c +@@ -38,7 +38,7 @@ static int arm_cpu_env_mask(void) { + return env && *env ? (int)strtol(env, NULL, 0) : ~0; + } + +-#if !CONFIG_RUNTIME_CPU_DETECT ++#if !CONFIG_RUNTIME_CPU_DETECT || defined(__ARM_NEON) + + int arm_cpu_caps(void) { + /* This function should actually be a no-op. There is no way to adjust any of @@ -147,7 +147,57 @@ int arm_cpu_caps(void) { } return flags & mask; From owner-svn-ports-all@freebsd.org Tue Dec 4 00:52:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 292A913102E4; Tue, 4 Dec 2018 00:52:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A159D77002; Tue, 4 Dec 2018 00:51:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 837251DB31; Tue, 4 Dec 2018 00:51:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB40px4N035773; Tue, 4 Dec 2018 00:51:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40pwiJ035770; Tue, 4 Dec 2018 00:51:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040051.wB40pwiJ035770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:51:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486566 - in head/multimedia: aom/files libvpx/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia: aom/files libvpx/files X-SVN-Commit-Revision: 486566 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A159D77002 X-Spamd-Result: default: False [0.05 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.47)[0.475,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:52:00 -0000 Author: jbeich Date: Tue Dec 4 00:51:58 2018 New Revision: 486566 URL: https://svnweb.freebsd.org/changeset/ports/486566 Log: multimedia/libvpx: standardize variable name holding AT_HWCAP value Modified: head/multimedia/aom/files/patch-aom__ports_arm__cpudetect.c (contents, props changed) head/multimedia/aom/files/patch-aom__ports_ppc__cpudetect.c (contents, props changed) head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c (contents, props changed) head/multimedia/libvpx/files/patch-vpx__ports_ppc__cpudetect.c (contents, props changed) Modified: head/multimedia/aom/files/patch-aom__ports_arm__cpudetect.c ============================================================================== --- head/multimedia/aom/files/patch-aom__ports_arm__cpudetect.c Tue Dec 4 00:51:44 2018 (r486565) +++ head/multimedia/aom/files/patch-aom__ports_arm__cpudetect.c Tue Dec 4 00:51:58 2018 (r486566) @@ -52,18 +52,18 @@ +int aom_arm_cpu_caps(void) { + int flags; + int mask; -+ u_long hwcaps = 0; ++ u_long hwcap = 0; + if (!arm_cpu_env_flags(&flags)) { + return flags; + } + mask = arm_cpu_env_mask(); +#if __FreeBSD__ < 12 -+ hwcaps = getauxval(AT_HWCAP); ++ hwcap = getauxval(AT_HWCAP); +#else -+ elf_aux_info(AT_HWCAP, &hwcaps, sizeof(hwcaps)); ++ elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)); +#endif +#if HAVE_NEON -+ if (hwcaps & HWCAP_NEON) flags |= HAS_NEON; ++ if (hwcap & HWCAP_NEON) flags |= HAS_NEON; +#endif + return flags & mask; +} Modified: head/multimedia/aom/files/patch-aom__ports_ppc__cpudetect.c ============================================================================== --- head/multimedia/aom/files/patch-aom__ports_ppc__cpudetect.c Tue Dec 4 00:51:44 2018 (r486565) +++ head/multimedia/aom/files/patch-aom__ports_ppc__cpudetect.c Tue Dec 4 00:51:58 2018 (r486566) @@ -45,7 +45,7 @@ +int ppc_simd_caps(void) { + int flags; + int mask; -+ u_long cpu_features = 0; ++ u_long hwcap = 0; + + // If AOM_SIMD_CAPS is set then allow only those capabilities. + if (!cpu_env_flags(&flags)) { @@ -55,13 +55,13 @@ + mask = cpu_env_mask(); + +#if __FreeBSD__ < 12 -+ size_t sz = sizeof(cpu_features); -+ sysctlbyname("hw.cpu_features", &cpu_features, &sz, NULL, 0); ++ size_t sz = sizeof(hwcap); ++ sysctlbyname("hw.cpu_features", &hwcap, &sz, NULL, 0); +#else -+ elf_aux_info(AT_HWCAP, &cpu_features, sizeof(cpu_features)); ++ elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)); +#endif +#if HAVE_VSX -+ if (cpu_features & PPC_FEATURE_HAS_VSX) flags |= HAS_VSX; ++ if (hwcap & PPC_FEATURE_HAS_VSX) flags |= HAS_VSX; +#endif + + return flags & mask; Modified: head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c ============================================================================== --- head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c Tue Dec 4 00:51:44 2018 (r486565) +++ head/multimedia/libvpx/files/patch-vpx__ports_arm__cpudetect.c Tue Dec 4 00:51:58 2018 (r486566) @@ -49,18 +49,18 @@ +int arm_cpu_caps(void) { + int flags; + int mask; -+ u_long hwcaps = 0; ++ u_long hwcap = 0; + if (!arm_cpu_env_flags(&flags)) { + return flags; + } + mask = arm_cpu_env_mask(); +#if __FreeBSD__ < 12 -+ hwcaps = getauxval(AT_HWCAP); ++ hwcap = getauxval(AT_HWCAP); +#else -+ elf_aux_info(AT_HWCAP, &hwcaps, sizeof(hwcaps)); ++ elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)); +#endif +#if HAVE_NEON || HAVE_NEON_ASM -+ if (hwcaps & HWCAP_NEON) flags |= HAS_NEON; ++ if (hwcap & HWCAP_NEON) flags |= HAS_NEON; +#endif + return flags & mask; +} Modified: head/multimedia/libvpx/files/patch-vpx__ports_ppc__cpudetect.c ============================================================================== --- head/multimedia/libvpx/files/patch-vpx__ports_ppc__cpudetect.c Tue Dec 4 00:51:44 2018 (r486565) +++ head/multimedia/libvpx/files/patch-vpx__ports_ppc__cpudetect.c Tue Dec 4 00:51:58 2018 (r486566) @@ -43,7 +43,7 @@ +int ppc_simd_caps(void) { + int flags; + int mask; -+ u_long cpu_features = 0; ++ u_long hwcap = 0; + + // If VPX_SIMD_CAPS is set then allow only those capabilities. + if (!cpu_env_flags(&flags)) { @@ -53,13 +53,13 @@ + mask = cpu_env_mask(); + +#if __FreeBSD__ < 12 -+ size_t sz = sizeof(cpu_features); -+ sysctlbyname("hw.cpu_features", &cpu_features, &sz, NULL, 0); ++ size_t sz = sizeof(hwcap); ++ sysctlbyname("hw.cpu_features", &hwcap, &sz, NULL, 0); +#else -+ elf_aux_info(AT_HWCAP, &cpu_features, sizeof(cpu_features)); ++ elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)); +#endif +#if HAVE_VSX -+ if (cpu_features & PPC_FEATURE_HAS_VSX) flags |= HAS_VSX; ++ if (hwcap & PPC_FEATURE_HAS_VSX) flags |= HAS_VSX; +#endif + + return flags & mask; From owner-svn-ports-all@freebsd.org Tue Dec 4 00:52:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A93B7131031A; Tue, 4 Dec 2018 00:52:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBC97720B; Tue, 4 Dec 2018 00:52:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16B831DB43; Tue, 4 Dec 2018 00:52:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB40qECs035891; Tue, 4 Dec 2018 00:52:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40qEHo035890; Tue, 4 Dec 2018 00:52:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040052.wB40qEHo035890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:52:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486567 - head/devel/py-grpcio/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/py-grpcio/files X-SVN-Commit-Revision: 486567 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4DBC97720B X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.539,0]; NEURAL_SPAM_SHORT(0.45)[0.453,0]; NEURAL_HAM_LONG(-0.04)[-0.041,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:52:15 -0000 Author: jbeich Date: Tue Dec 4 00:52:14 2018 New Revision: 486567 URL: https://svnweb.freebsd.org/changeset/ports/486567 Log: devel/py-grpcio: drop unused patch after r473596 PR: 223019 Deleted: head/devel/py-grpcio/files/patch-third__party_boringssl_crypto_cpu-aarch64-linux.c From owner-svn-ports-all@freebsd.org Tue Dec 4 00:52:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 327BA131034F; Tue, 4 Dec 2018 00:52:30 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE4697730C; Tue, 4 Dec 2018 00:52:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE6A91DB5B; Tue, 4 Dec 2018 00:52:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB40qTcY036036; Tue, 4 Dec 2018 00:52:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40qTmF036035; Tue, 4 Dec 2018 00:52:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040052.wB40qTmF036035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486568 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 486568 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CE4697730C X-Spamd-Result: default: False [-0.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.46)[0.464,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:52:30 -0000 Author: jbeich Date: Tue Dec 4 00:52:29 2018 New Revision: 486568 URL: https://svnweb.freebsd.org/changeset/ports/486568 Log: emulators/citra: update to s20181202 Changes: https://github.com/citra-emu/citra/compare/7e90abec7...11bc9028b Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Tue Dec 4 00:52:14 2018 (r486567) +++ head/emulators/citra/Makefile Tue Dec 4 00:52:29 2018 (r486568) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181128 +PORTVERSION= s20181202 PORTREVISION?= 0 CATEGORIES= emulators @@ -21,7 +21,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 7e90abec7 +GH_TAGNAME= 11bc9028b GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Tue Dec 4 00:52:14 2018 (r486567) +++ head/emulators/citra/distinfo Tue Dec 4 00:52:29 2018 (r486568) @@ -1,6 +1,6 @@ -TIMESTAMP = 1543422281 -SHA256 (citra-emu-citra-s20181128-7e90abec7_GH0.tar.gz) = 337844b324dc94afefb356158e7aebad50823052b00b435aa349c902ae35ff25 -SIZE (citra-emu-citra-s20181128-7e90abec7_GH0.tar.gz) = 4659770 +TIMESTAMP = 1543737658 +SHA256 (citra-emu-citra-s20181202-11bc9028b_GH0.tar.gz) = 3b2c8c7bc637f3fecefaa5686d261f0e84a60026829aaa04067ec896396f54d0 +SIZE (citra-emu-citra-s20181202-11bc9028b_GH0.tar.gz) = 4662195 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-all@freebsd.org Tue Dec 4 00:52:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05860131039C; Tue, 4 Dec 2018 00:52:44 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A3097773F2; Tue, 4 Dec 2018 00:52:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6BFA91DB5F; Tue, 4 Dec 2018 00:52:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB40qhpV036171; Tue, 4 Dec 2018 00:52:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40qhwn036170; Tue, 4 Dec 2018 00:52:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040052.wB40qhwn036170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:52:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486569 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 486569 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A3097773F2 X-Spamd-Result: default: False [0.05 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_SHORT(0.47)[0.475,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:52:44 -0000 Author: jbeich Date: Tue Dec 4 00:52:42 2018 New Revision: 486569 URL: https://svnweb.freebsd.org/changeset/ports/486569 Log: emulators/rpcs3: update to 0.0.5.1090 Changes: https://github.com/RPCS3/rpcs3/compare/ec768afbd...32059bfaa Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Tue Dec 4 00:52:29 2018 (r486568) +++ head/emulators/rpcs3/Makefile Tue Dec 4 00:52:42 2018 (r486569) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-1076 -DISTVERSIONSUFFIX= -gec768afbd +DISTVERSION= 0.0.5-1090 +DISTVERSIONSUFFIX= -g32059bfaa CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS_REASON= requires int128 and SSE2 USE_GITHUB= yes GH_ACCOUNT= RPCS3 -GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-26-g4c27501:hidapi/3rdparty/hidapi \ +GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-27-g9220f5e:hidapi/3rdparty/hidapi \ RPCS3:llvm:5c906fd1694e:llvm/llvm \ Cyan4973:xxHash:v0.6.5:xxHash/3rdparty/xxHash \ jbeder:yaml-cpp:yaml-cpp-0.6.2-8-gc90c08c:yamlcpp/3rdparty/yaml-cpp \ Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Tue Dec 4 00:52:29 2018 (r486568) +++ head/emulators/rpcs3/distinfo Tue Dec 4 00:52:42 2018 (r486569) @@ -1,8 +1,8 @@ -TIMESTAMP = 1543611085 -SHA256 (RPCS3-rpcs3-v0.0.5-1076-gec768afbd_GH0.tar.gz) = 24c83ee9a22a54349ef1eb46d8f9ef27e5f7c6e2919cff032e8e3a9daf390b57 -SIZE (RPCS3-rpcs3-v0.0.5-1076-gec768afbd_GH0.tar.gz) = 5027727 -SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 4f58ba2a51136cc6af0f1d833688b55f78468c4f5429a4bf9b38bb51c9d212b1 -SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 105372 +TIMESTAMP = 1543877161 +SHA256 (RPCS3-rpcs3-v0.0.5-1090-g32059bfaa_GH0.tar.gz) = 1f8dec8f6f2775ed9059ca7c5d9fb6a594bc1ba220f4aac46b0d0e01459e1234 +SIZE (RPCS3-rpcs3-v0.0.5-1090-g32059bfaa_GH0.tar.gz) = 5028705 +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-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce SIZE (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 43639523 SHA256 (Cyan4973-xxHash-v0.6.5_GH0.tar.gz) = 19030315f4fc1b4b2cdb9d7a317069a109f90e39d1fe4c9159b7aaa39030eb95 From owner-svn-ports-all@freebsd.org Tue Dec 4 00:52:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE6B213103D2; Tue, 4 Dec 2018 00:52:56 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6EEE8774CB; Tue, 4 Dec 2018 00:52:56 +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 50D431DB60; Tue, 4 Dec 2018 00:52:56 +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 wB40quYm036305; Tue, 4 Dec 2018 00:52:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40qtZE036303; Tue, 4 Dec 2018 00:52:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040052.wB40qtZE036303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:52:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486570 - head/multimedia/aom X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/aom X-SVN-Commit-Revision: 486570 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6EEE8774CB X-Spamd-Result: default: False [-0.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.46)[0.464,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:52:57 -0000 Author: jbeich Date: Tue Dec 4 00:52:55 2018 New Revision: 486570 URL: https://svnweb.freebsd.org/changeset/ports/486570 Log: multimedia/aom: update to 1.0.0.997 Changes: https://aomedia.googlesource.com/aom/+log/b757ce085..c4824890e Modified: head/multimedia/aom/Makefile (contents, props changed) head/multimedia/aom/distinfo (contents, props changed) Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Tue Dec 4 00:52:42 2018 (r486569) +++ head/multimedia/aom/Makefile Tue Dec 4 00:52:55 2018 (r486570) @@ -2,8 +2,8 @@ PORTNAME= aom DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-993 -DISTVERSIONSUFFIX= -gb757ce085 +DISTVERSION= 1.0.0-997 +DISTVERSIONSUFFIX= -gc4824890e CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Tue Dec 4 00:52:42 2018 (r486569) +++ head/multimedia/aom/distinfo Tue Dec 4 00:52:55 2018 (r486570) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543612549 -SHA256 (jbeich-aom-v1.0.0-993-gb757ce085_GH0.tar.gz) = 53005152b6cd0c6090daea6d58e4816068f754a311fa5b6d9c2689182c0cae10 -SIZE (jbeich-aom-v1.0.0-993-gb757ce085_GH0.tar.gz) = 3077597 +TIMESTAMP = 1543867841 +SHA256 (jbeich-aom-v1.0.0-997-gc4824890e_GH0.tar.gz) = 3712cc4b88579cfa7f62074af4c03b9e3d6433ed1bbcf13002318f7ea8eae327 +SIZE (jbeich-aom-v1.0.0-997-gc4824890e_GH0.tar.gz) = 3077177 From owner-svn-ports-all@freebsd.org Tue Dec 4 00:53:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F29B91310405; Tue, 4 Dec 2018 00:53: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9036F775AB; Tue, 4 Dec 2018 00:53: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 5989B1DB61; Tue, 4 Dec 2018 00:53: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 wB40r9bH036451; Tue, 4 Dec 2018 00:53:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40r9Cs036450; Tue, 4 Dec 2018 00:53:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040053.wB40r9Cs036450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:53:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486571 - branches/2018Q4/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/citra X-SVN-Commit-Revision: 486571 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9036F775AB X-Spamd-Result: default: False [-0.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.46)[0.464,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:53:10 -0000 Author: jbeich Date: Tue Dec 4 00:53:08 2018 New Revision: 486571 URL: https://svnweb.freebsd.org/changeset/ports/486571 Log: MFH: r486568 emulators/citra: update to s20181202 Changes: https://github.com/citra-emu/citra/compare/7e90abec7...11bc9028b Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q4/emulators/citra/Makefile branches/2018Q4/emulators/citra/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/citra/Makefile ============================================================================== --- branches/2018Q4/emulators/citra/Makefile Tue Dec 4 00:52:55 2018 (r486570) +++ branches/2018Q4/emulators/citra/Makefile Tue Dec 4 00:53:08 2018 (r486571) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181128 +PORTVERSION= s20181202 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 7e90abec7 +GH_TAGNAME= 11bc9028b GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2018Q4/emulators/citra/distinfo ============================================================================== --- branches/2018Q4/emulators/citra/distinfo Tue Dec 4 00:52:55 2018 (r486570) +++ branches/2018Q4/emulators/citra/distinfo Tue Dec 4 00:53:08 2018 (r486571) @@ -1,6 +1,6 @@ -TIMESTAMP = 1543422281 -SHA256 (citra-emu-citra-s20181128-7e90abec7_GH0.tar.gz) = 337844b324dc94afefb356158e7aebad50823052b00b435aa349c902ae35ff25 -SIZE (citra-emu-citra-s20181128-7e90abec7_GH0.tar.gz) = 4659770 +TIMESTAMP = 1543737658 +SHA256 (citra-emu-citra-s20181202-11bc9028b_GH0.tar.gz) = 3b2c8c7bc637f3fecefaa5686d261f0e84a60026829aaa04067ec896396f54d0 +SIZE (citra-emu-citra-s20181202-11bc9028b_GH0.tar.gz) = 4662195 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-all@freebsd.org Tue Dec 4 00:53:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FC9F131044F; Tue, 4 Dec 2018 00:53:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84C657768C; Tue, 4 Dec 2018 00:53:38 +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 4B1C61DB62; Tue, 4 Dec 2018 00:53:38 +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 wB40rc40036602; Tue, 4 Dec 2018 00:53:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40rbZv036600; Tue, 4 Dec 2018 00:53:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040053.wB40rbZv036600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:53:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486572 - branches/2018Q4/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/rpcs3 X-SVN-Commit-Revision: 486572 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 84C657768C X-Spamd-Result: default: False [0.05 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; NEURAL_SPAM_SHORT(0.47)[0.475,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:53:39 -0000 Author: jbeich Date: Tue Dec 4 00:53:37 2018 New Revision: 486572 URL: https://svnweb.freebsd.org/changeset/ports/486572 Log: MFH: r486569 emulators/rpcs3: update to 0.0.5.1090 Changes: https://github.com/RPCS3/rpcs3/compare/ec768afbd...32059bfaa Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q4/emulators/rpcs3/Makefile branches/2018Q4/emulators/rpcs3/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q4/emulators/rpcs3/Makefile Tue Dec 4 00:53:08 2018 (r486571) +++ branches/2018Q4/emulators/rpcs3/Makefile Tue Dec 4 00:53:37 2018 (r486572) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-1076 -DISTVERSIONSUFFIX= -gec768afbd +DISTVERSION= 0.0.5-1090 +DISTVERSIONSUFFIX= -g32059bfaa CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -28,7 +28,7 @@ ONLY_FOR_ARCHS_REASON= requires int128 and SSE2 USE_GITHUB= yes GH_ACCOUNT= RPCS3 -GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-26-g4c27501:hidapi/3rdparty/hidapi \ +GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-27-g9220f5e:hidapi/3rdparty/hidapi \ RPCS3:llvm:5c906fd1694e:llvm/llvm \ Cyan4973:xxHash:v0.6.5:xxHash/3rdparty/xxHash \ jbeder:yaml-cpp:yaml-cpp-0.6.2-8-gc90c08c:yamlcpp/3rdparty/yaml-cpp \ Modified: branches/2018Q4/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q4/emulators/rpcs3/distinfo Tue Dec 4 00:53:08 2018 (r486571) +++ branches/2018Q4/emulators/rpcs3/distinfo Tue Dec 4 00:53:37 2018 (r486572) @@ -1,8 +1,8 @@ -TIMESTAMP = 1543611085 -SHA256 (RPCS3-rpcs3-v0.0.5-1076-gec768afbd_GH0.tar.gz) = 24c83ee9a22a54349ef1eb46d8f9ef27e5f7c6e2919cff032e8e3a9daf390b57 -SIZE (RPCS3-rpcs3-v0.0.5-1076-gec768afbd_GH0.tar.gz) = 5027727 -SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 4f58ba2a51136cc6af0f1d833688b55f78468c4f5429a4bf9b38bb51c9d212b1 -SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 105372 +TIMESTAMP = 1543877161 +SHA256 (RPCS3-rpcs3-v0.0.5-1090-g32059bfaa_GH0.tar.gz) = 1f8dec8f6f2775ed9059ca7c5d9fb6a594bc1ba220f4aac46b0d0e01459e1234 +SIZE (RPCS3-rpcs3-v0.0.5-1090-g32059bfaa_GH0.tar.gz) = 5028705 +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-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce SIZE (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 43639523 SHA256 (Cyan4973-xxHash-v0.6.5_GH0.tar.gz) = 19030315f4fc1b4b2cdb9d7a317069a109f90e39d1fe4c9159b7aaa39030eb95 From owner-svn-ports-all@freebsd.org Tue Dec 4 00:54:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 177B713104CC; Tue, 4 Dec 2018 00:54:41 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BAB3B777B9; Tue, 4 Dec 2018 00:54:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B50C1DB6B; Tue, 4 Dec 2018 00:54:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB40se46036895; Tue, 4 Dec 2018 00:54:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40sdwY036885; Tue, 4 Dec 2018 00:54:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040054.wB40sdwY036885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:54:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486573 - in head: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Commit-Revision: 486573 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BAB3B777B9 X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.37)[-0.366,0]; NEURAL_SPAM_LONG(0.19)[0.185,0]; NEURAL_SPAM_SHORT(0.51)[0.506,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:54:41 -0000 Author: jbeich Date: Tue Dec 4 00:54:38 2018 New Revision: 486573 URL: https://svnweb.freebsd.org/changeset/ports/486573 Log: www/firefox: update to 64.0 Changes: https://www.mozilla.org/firefox/64.0/releasenotes/ PR: 233028 Security: d10b49b2-8d02-49e8-afde-0844626317af MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17871 Added: head/www/firefox/files/patch-bug1507655 (contents, props changed) Deleted: head/www/firefox/files/patch-bug1500484 head/www/firefox/files/patch-bug1509757 Modified: head/Mk/Uses/gecko.mk (contents, props changed) head/Mk/bsd.gecko.mk (contents, props changed) head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) head/www/firefox/files/patch-bug847568 (contents, props changed) Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Tue Dec 4 00:53:37 2018 (r486572) +++ head/Mk/Uses/gecko.mk Tue Dec 4 00:54:38 2018 (r486573) @@ -22,12 +22,12 @@ _GECKO_VERSION= ${gecko_ARGS:M[0-9][0-9]*} .if ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 60 -_GECKO_VERSIONS= 60 63 +_GECKO_VERSIONS= 60 64 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 60_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -63_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +64_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${PKG_QUERY} %v firefox firefox-esr Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Tue Dec 4 00:53:37 2018 (r486572) +++ head/Mk/bsd.gecko.mk Tue Dec 4 00:54:38 2018 (r486573) @@ -115,6 +115,10 @@ BUILD_DEPENDS+= rust-cbindgen>=0.6.2:devel/rust-cbindg node:www/node .endif +.if ${MOZILLA_VER:R:R} < 64 +MOZ_OPTIONS+= --enable-pie +.endif + MOZILLA_SUFX?= none MOZSRC?= ${WRKSRC} PLISTF?= ${WRKDIR}/plist_files @@ -220,8 +224,7 @@ MOZ_OPTIONS+= \ --enable-chrome-format=${MOZ_CHROME} \ --enable-default-toolkit=${MOZ_TOOLKIT} \ --enable-update-channel=${MOZ_CHANNEL} \ - --disable-updater \ - --enable-pie + --disable-updater # others MOZ_OPTIONS+= --with-system-zlib \ --with-system-bz2 Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Tue Dec 4 00:53:37 2018 (r486572) +++ head/www/firefox-i18n/Makefile Tue Dec 4 00:54:38 2018 (r486573) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 63.0.3 +PORTVERSION= 64.0b14 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,7 +15,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip -USES= zip:infozip gecko:firefox,63,build +USES= zip:infozip gecko:firefox,64,build USE_XPI= firefox NO_ARCH= yes Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Tue Dec 4 00:53:37 2018 (r486572) +++ head/www/firefox-i18n/distinfo Tue Dec 4 00:54:38 2018 (r486573) @@ -1,199 +1,199 @@ -TIMESTAMP = 1542325261 -SHA256 (xpi/firefox-i18n-63.0.3/ach.xpi) = 133a31ec9eda6f5eb0bfa38b0f319cfaf5c4176ff619a8a505e71af4a7f365fb -SIZE (xpi/firefox-i18n-63.0.3/ach.xpi) = 455083 -SHA256 (xpi/firefox-i18n-63.0.3/af.xpi) = 6d60477b462c45cb4e038e2b00aa4a31c7f4bbe138a1db14a7c4bb303848595b -SIZE (xpi/firefox-i18n-63.0.3/af.xpi) = 437909 -SHA256 (xpi/firefox-i18n-63.0.3/an.xpi) = f12854a4c2ccbb2b81cc0cafe838c9f1a545e912e34b9319b7f3af9ce7061629 -SIZE (xpi/firefox-i18n-63.0.3/an.xpi) = 474544 -SHA256 (xpi/firefox-i18n-63.0.3/ar.xpi) = a0ae3906017de26370466cea30c43c7286d0b46acbb8fecfc61a86c97b616f6b -SIZE (xpi/firefox-i18n-63.0.3/ar.xpi) = 513466 -SHA256 (xpi/firefox-i18n-63.0.3/as.xpi) = 6798a1a6aec24e48ae494a4f057c45e3b7ea31488fd7eed486ba1816f442e3b3 -SIZE (xpi/firefox-i18n-63.0.3/as.xpi) = 482194 -SHA256 (xpi/firefox-i18n-63.0.3/ast.xpi) = 362cc17e42bc625b8514135ebbe7042ba94074d978f750594035c409a2f3ebb7 -SIZE (xpi/firefox-i18n-63.0.3/ast.xpi) = 465658 -SHA256 (xpi/firefox-i18n-63.0.3/az.xpi) = e91aabf17a379952750066881acc09aa3dc65082ebc101e08e279d48c382af54 -SIZE (xpi/firefox-i18n-63.0.3/az.xpi) = 490944 -SHA256 (xpi/firefox-i18n-63.0.3/be.xpi) = f514fab6434fa23f9adaa1c52ff9067f2c87c5d8c6396ebbacac6aefc42904cb -SIZE (xpi/firefox-i18n-63.0.3/be.xpi) = 549296 -SHA256 (xpi/firefox-i18n-63.0.3/bg.xpi) = 671f94406a40b7dd2c2adb2fb913cf42b7bf41717c44e81bfe522dd856e30988 -SIZE (xpi/firefox-i18n-63.0.3/bg.xpi) = 523533 -SHA256 (xpi/firefox-i18n-63.0.3/bn-BD.xpi) = 4759803e520bbfe1d9db2289409b1e5734c8de19e696802eb1f43b72b092beab -SIZE (xpi/firefox-i18n-63.0.3/bn-BD.xpi) = 548599 -SHA256 (xpi/firefox-i18n-63.0.3/bn-IN.xpi) = d7afc0782af3833e97f2ce711b2d9f4e55aeaf5df8efbb9b1382b45ac0b1f2dd -SIZE (xpi/firefox-i18n-63.0.3/bn-IN.xpi) = 516019 -SHA256 (xpi/firefox-i18n-63.0.3/br.xpi) = c1bd25609ef30d86173e0df3e8e99bd6dbff6ef40b0f098052968346bec236d4 -SIZE (xpi/firefox-i18n-63.0.3/br.xpi) = 474387 -SHA256 (xpi/firefox-i18n-63.0.3/bs.xpi) = eff1783e942af1193510e63651f41ed9c191c1a47c44e5d77a8469229b74e493 -SIZE (xpi/firefox-i18n-63.0.3/bs.xpi) = 472890 -SHA256 (xpi/firefox-i18n-63.0.3/ca.xpi) = c3b5c3113e311ef375150613057cedd81aa8e69ad1bac7496ea9266640e7e739 -SIZE (xpi/firefox-i18n-63.0.3/ca.xpi) = 469252 -SHA256 (xpi/firefox-i18n-63.0.3/cak.xpi) = ad78a6ad161386695a2825cd3edc41379c414876f53a270a7071d04737b82564 -SIZE (xpi/firefox-i18n-63.0.3/cak.xpi) = 502721 -SHA256 (xpi/firefox-i18n-63.0.3/cs.xpi) = 72f59287425933bfc824184dfe7447f4cad341404a2324b9f36cf3086fb5c83f -SIZE (xpi/firefox-i18n-63.0.3/cs.xpi) = 489313 -SHA256 (xpi/firefox-i18n-63.0.3/cy.xpi) = 7a9477642f7b054b1e24fa5d5b9d59ea26438ef45aeb8e3313547186b4e1cd17 -SIZE (xpi/firefox-i18n-63.0.3/cy.xpi) = 481075 -SHA256 (xpi/firefox-i18n-63.0.3/da.xpi) = 377e98788e41f5a3a000b41d9339d2f37e497914885a00320859f85d42fdb79d -SIZE (xpi/firefox-i18n-63.0.3/da.xpi) = 481842 -SHA256 (xpi/firefox-i18n-63.0.3/de.xpi) = 14bd321b737a79523f28ce5d9ba37df985e5e260f2b183be66f9674b112f5802 -SIZE (xpi/firefox-i18n-63.0.3/de.xpi) = 491988 -SHA256 (xpi/firefox-i18n-63.0.3/dsb.xpi) = 5ffd4a6e2a908612fcf55662f573b8b51e928957ac58a6b07a8be36d4b794321 -SIZE (xpi/firefox-i18n-63.0.3/dsb.xpi) = 500879 -SHA256 (xpi/firefox-i18n-63.0.3/el.xpi) = e452895005fd3c35697f610f56aeafe9d3d1eeaed64ef5f0a9efb9a1a5383a27 -SIZE (xpi/firefox-i18n-63.0.3/el.xpi) = 558446 -SHA256 (xpi/firefox-i18n-63.0.3/en-CA.xpi) = 7d02b7f5cf55ef803a731031bc1d53d9e9a279096a6df7c8726feb4355834a9f -SIZE (xpi/firefox-i18n-63.0.3/en-CA.xpi) = 450715 -SHA256 (xpi/firefox-i18n-63.0.3/en-GB.xpi) = 73f6fc1ce107695a5fdd4f3eb5a7f3b462ea08b0a3912356f5050328332962ac -SIZE (xpi/firefox-i18n-63.0.3/en-GB.xpi) = 442415 -SHA256 (xpi/firefox-i18n-63.0.3/en-US.xpi) = 4a0d0e51d27edb1148c91e0cdd106e4c663e67ce04fc3db559bcf0d8830c447c -SIZE (xpi/firefox-i18n-63.0.3/en-US.xpi) = 425479 -SHA256 (xpi/firefox-i18n-63.0.3/en-ZA.xpi) = c3a3184aeeb6eab44e1a353caa79a5bc6c7e620c7fd3ba8c9b386811cfcece67 -SIZE (xpi/firefox-i18n-63.0.3/en-ZA.xpi) = 427851 -SHA256 (xpi/firefox-i18n-63.0.3/eo.xpi) = 58478371f7dad87b673494af6d17b654ce04a6c419c8b6d5dd37f4682eef80bb -SIZE (xpi/firefox-i18n-63.0.3/eo.xpi) = 478965 -SHA256 (xpi/firefox-i18n-63.0.3/es-AR.xpi) = 52cb334d461cd010377cfd35213cbe065435168dd7a5ef1d85570e3985b8fae9 -SIZE (xpi/firefox-i18n-63.0.3/es-AR.xpi) = 486916 -SHA256 (xpi/firefox-i18n-63.0.3/es-CL.xpi) = 09a6f406be1a71c9b28da92aca02b6cb12ca84ed26fe8dfe88adacd293d1dba9 -SIZE (xpi/firefox-i18n-63.0.3/es-CL.xpi) = 487572 -SHA256 (xpi/firefox-i18n-63.0.3/es-ES.xpi) = c8ba72016e05fb2ab40064a57feda7964bfbd394aac11b384688ccefe4b7b558 -SIZE (xpi/firefox-i18n-63.0.3/es-ES.xpi) = 431431 -SHA256 (xpi/firefox-i18n-63.0.3/es-MX.xpi) = 2e6b5a78e7def20c6c00cfd8d1c1be84df4e62dba23e05f13aa52a0e7e7fc81c -SIZE (xpi/firefox-i18n-63.0.3/es-MX.xpi) = 490505 -SHA256 (xpi/firefox-i18n-63.0.3/et.xpi) = 62eb5ba195bfb11f001b875910c76c0fce320da711e7ced8c7b06ae31cfcf2f1 -SIZE (xpi/firefox-i18n-63.0.3/et.xpi) = 469970 -SHA256 (xpi/firefox-i18n-63.0.3/eu.xpi) = 2ed251ec4bd183b0086e777a01992048d31271ec9bf9869d5a070bab81cb3b84 -SIZE (xpi/firefox-i18n-63.0.3/eu.xpi) = 478606 -SHA256 (xpi/firefox-i18n-63.0.3/fa.xpi) = ba66475a7a152b35f22454074a4160da2c52c229c2fb60ca515bd5a020829969 -SIZE (xpi/firefox-i18n-63.0.3/fa.xpi) = 529582 -SHA256 (xpi/firefox-i18n-63.0.3/ff.xpi) = 30ccae32050ccaba4f3bdd7f017f57f0eef6b75e2e0666be7a8999791cc4193b -SIZE (xpi/firefox-i18n-63.0.3/ff.xpi) = 467973 -SHA256 (xpi/firefox-i18n-63.0.3/fi.xpi) = 79ee324aa4358fc494e70e05bd0948355d79688e9fa3b74591a0489c44d7b483 -SIZE (xpi/firefox-i18n-63.0.3/fi.xpi) = 467883 -SHA256 (xpi/firefox-i18n-63.0.3/fr.xpi) = cea47e257be67838302e37821fd59e837fe68d30022b7006dab93e3dcafb84a6 -SIZE (xpi/firefox-i18n-63.0.3/fr.xpi) = 496629 -SHA256 (xpi/firefox-i18n-63.0.3/fy-NL.xpi) = e5114e840017814a3709f2924e6d9372892d4fdcaf441fc57724707033d6732f -SIZE (xpi/firefox-i18n-63.0.3/fy-NL.xpi) = 485368 -SHA256 (xpi/firefox-i18n-63.0.3/ga-IE.xpi) = 02843dfed7c2994ff6455df1f064555a5ac8486dbff00b2380442f3a1da5320a -SIZE (xpi/firefox-i18n-63.0.3/ga-IE.xpi) = 479146 -SHA256 (xpi/firefox-i18n-63.0.3/gd.xpi) = 707104938e8508dad8b9566e09571522e1a5bdb34cda6b6f534b468f3296d987 -SIZE (xpi/firefox-i18n-63.0.3/gd.xpi) = 484591 -SHA256 (xpi/firefox-i18n-63.0.3/gl.xpi) = 096c923791bcc08579973427fb63e3e1b14008747b5ba33dae51bf0896f1d177 -SIZE (xpi/firefox-i18n-63.0.3/gl.xpi) = 455902 -SHA256 (xpi/firefox-i18n-63.0.3/gn.xpi) = 48c865af74a1c6b2f54878575f124ec424f9bc1c9fdf62ca57c4c4096c715f0d -SIZE (xpi/firefox-i18n-63.0.3/gn.xpi) = 496363 -SHA256 (xpi/firefox-i18n-63.0.3/gu-IN.xpi) = 816284bf26a9b0a1ab7d34a146eee722591635c88cde12b0b22b026828c90804 -SIZE (xpi/firefox-i18n-63.0.3/gu-IN.xpi) = 556303 -SHA256 (xpi/firefox-i18n-63.0.3/he.xpi) = 82405ba755711962e430e3f26eb8906044067ca51167d33ed435e74f4fd4698b -SIZE (xpi/firefox-i18n-63.0.3/he.xpi) = 486232 -SHA256 (xpi/firefox-i18n-63.0.3/hi-IN.xpi) = 518c56f8bf6658b997956543f6bf90f721397c79786b4b1a82bcc550d51f27ea -SIZE (xpi/firefox-i18n-63.0.3/hi-IN.xpi) = 545392 -SHA256 (xpi/firefox-i18n-63.0.3/hr.xpi) = 55c737c0ea6fc74bb49a2ae58d2e66fcf7068a2d16014d878191fe3c10a5b6b8 -SIZE (xpi/firefox-i18n-63.0.3/hr.xpi) = 468499 -SHA256 (xpi/firefox-i18n-63.0.3/hsb.xpi) = 7eb1617935706ff6f217af84901593f36c8b804677359e57dc0263a32d36be9b -SIZE (xpi/firefox-i18n-63.0.3/hsb.xpi) = 500688 -SHA256 (xpi/firefox-i18n-63.0.3/hu.xpi) = 0dd11f24d4708bbd365afa14824af9d034871455b4b39aa9016a85cca2ab62ad -SIZE (xpi/firefox-i18n-63.0.3/hu.xpi) = 497766 -SHA256 (xpi/firefox-i18n-63.0.3/hy-AM.xpi) = 335dc44396a272ded14d59ac8e8be2f3b1ab44478680b1ecf8f1e8561ef2cc00 -SIZE (xpi/firefox-i18n-63.0.3/hy-AM.xpi) = 525186 -SHA256 (xpi/firefox-i18n-63.0.3/ia.xpi) = f52b1a2f7de012ca992ee8f9657e5ba8556ccbe4800ef5f28304fc005bb5e069 -SIZE (xpi/firefox-i18n-63.0.3/ia.xpi) = 474989 -SHA256 (xpi/firefox-i18n-63.0.3/id.xpi) = a16e59f8fe24ea8e250d35b6e3bd9f4f3288a35a65c63a22d9c50a26e8451de0 -SIZE (xpi/firefox-i18n-63.0.3/id.xpi) = 468256 -SHA256 (xpi/firefox-i18n-63.0.3/is.xpi) = 3ae1bc07c94a05e209dec8e04a87035026fe64141944586d77ed088fa5f104f1 -SIZE (xpi/firefox-i18n-63.0.3/is.xpi) = 467334 -SHA256 (xpi/firefox-i18n-63.0.3/it.xpi) = 8a3b970adfac445bc18e9051f3dc5910e3649112e618381eaeef991fc50a6cea -SIZE (xpi/firefox-i18n-63.0.3/it.xpi) = 351086 -SHA256 (xpi/firefox-i18n-63.0.3/ja.xpi) = 9017b89abe511039143cb48045e8dddc61791ce1675ffa560a079eeeda67d066 -SIZE (xpi/firefox-i18n-63.0.3/ja.xpi) = 501998 -SHA256 (xpi/firefox-i18n-63.0.3/ka.xpi) = fcb51dc8ff33eb7836bbc30b3b1c9de1cf3cb296105c867c4565eb334fed919d -SIZE (xpi/firefox-i18n-63.0.3/ka.xpi) = 517231 -SHA256 (xpi/firefox-i18n-63.0.3/kab.xpi) = cd6e861266b2e0de2cb49fa3c9ed4e9e5b779d2ad672769ed0abfbb441bb2a30 -SIZE (xpi/firefox-i18n-63.0.3/kab.xpi) = 490517 -SHA256 (xpi/firefox-i18n-63.0.3/kk.xpi) = fb3b470673af37d57e0458ada6c505fe4d08107b37bf271b098653435e1b8803 -SIZE (xpi/firefox-i18n-63.0.3/kk.xpi) = 546393 -SHA256 (xpi/firefox-i18n-63.0.3/km.xpi) = c6469cd91f07c845759db65eb9600ec4a6b0acad9d036bb6c2a157c753ee751c -SIZE (xpi/firefox-i18n-63.0.3/km.xpi) = 530633 -SHA256 (xpi/firefox-i18n-63.0.3/kn.xpi) = e3b2b389a82c47bef00f9e5458097ebaecbb7150dc8f4890cd626da6225d2acc -SIZE (xpi/firefox-i18n-63.0.3/kn.xpi) = 536462 -SHA256 (xpi/firefox-i18n-63.0.3/ko.xpi) = 9527759ae962a504ff5d3c2c8194273beae0906ef9d125957de3788f00bb1ccc -SIZE (xpi/firefox-i18n-63.0.3/ko.xpi) = 496524 -SHA256 (xpi/firefox-i18n-63.0.3/lij.xpi) = 5c40ab1a51ab5143e08700df6c57b3d57379a054c5d45a1876ebe5daa0ee4105 -SIZE (xpi/firefox-i18n-63.0.3/lij.xpi) = 478457 -SHA256 (xpi/firefox-i18n-63.0.3/lt.xpi) = 9a950d9252d096c2fd88d8cdeed693f835b01f661ce277faf14a52c5bd96348d -SIZE (xpi/firefox-i18n-63.0.3/lt.xpi) = 501126 -SHA256 (xpi/firefox-i18n-63.0.3/lv.xpi) = 5097ecdb31910563f8ee0cd267147ada40167c5f218817044f560cd9e66e6413 -SIZE (xpi/firefox-i18n-63.0.3/lv.xpi) = 489160 -SHA256 (xpi/firefox-i18n-63.0.3/mai.xpi) = f0baf8541b365445cc9ae8e2ff86c73ba90fb11a7f4b1aeae42489a79a52f6df -SIZE (xpi/firefox-i18n-63.0.3/mai.xpi) = 498741 -SHA256 (xpi/firefox-i18n-63.0.3/mk.xpi) = 45cc56fa796b8357348d77035454dfbf7bf7edd43b3e1eee0db323cedf6a1761 -SIZE (xpi/firefox-i18n-63.0.3/mk.xpi) = 463728 -SHA256 (xpi/firefox-i18n-63.0.3/ml.xpi) = d7366db105776fb9b560a9649a709d22f0af51b3e23d282d395061e495cae09d -SIZE (xpi/firefox-i18n-63.0.3/ml.xpi) = 546428 -SHA256 (xpi/firefox-i18n-63.0.3/mr.xpi) = 6bbb6cc2e1409bf1e9b47bb8a09dcb3831fdc01c0554ac70a5d3908c90122790 -SIZE (xpi/firefox-i18n-63.0.3/mr.xpi) = 538970 -SHA256 (xpi/firefox-i18n-63.0.3/ms.xpi) = f1cbbdd4c5478fc94c283fb20fe83e6dbd7e971ed26c2e9bfb7f5db3a088cb99 -SIZE (xpi/firefox-i18n-63.0.3/ms.xpi) = 471526 -SHA256 (xpi/firefox-i18n-63.0.3/my.xpi) = 144dbfab5a6b72520c07bbe3080de28a13427d522d9cbde750bb0d062376c2ba -SIZE (xpi/firefox-i18n-63.0.3/my.xpi) = 516684 -SHA256 (xpi/firefox-i18n-63.0.3/nb-NO.xpi) = 3849a4ff407628fc6980c8b5a76e35d8cdc11f213b26657c948bcdab3f2db800 -SIZE (xpi/firefox-i18n-63.0.3/nb-NO.xpi) = 470895 -SHA256 (xpi/firefox-i18n-63.0.3/ne-NP.xpi) = 3c58272b8d115af9748811b1d962507379ce2c5a4eebc0bc315572a926b97a0f -SIZE (xpi/firefox-i18n-63.0.3/ne-NP.xpi) = 508080 -SHA256 (xpi/firefox-i18n-63.0.3/nl.xpi) = c4664366d401df4bc0710bf7ad2e7f6a3cdc3591fbe3f509a91374812b58f3f8 -SIZE (xpi/firefox-i18n-63.0.3/nl.xpi) = 460042 -SHA256 (xpi/firefox-i18n-63.0.3/nn-NO.xpi) = d5bf65a8f4e5279d08dda798e8d9dd6380a16ee5cbbe96e680fe65b1ff531a49 -SIZE (xpi/firefox-i18n-63.0.3/nn-NO.xpi) = 469113 -SHA256 (xpi/firefox-i18n-63.0.3/oc.xpi) = 789323f14ee2c89bd9105cf8f4c0e87a75300d20169fced32117076633b7d344 -SIZE (xpi/firefox-i18n-63.0.3/oc.xpi) = 482911 -SHA256 (xpi/firefox-i18n-63.0.3/or.xpi) = 435f79e0b4399d0a99c766a65b243194f299cafbb17b98b4d6ea8cdf4bf9b4db -SIZE (xpi/firefox-i18n-63.0.3/or.xpi) = 489361 -SHA256 (xpi/firefox-i18n-63.0.3/pa-IN.xpi) = 010ff111b72e74470697411c90023b1333f1369d028aefba8cbffe2a1ac5d7ff -SIZE (xpi/firefox-i18n-63.0.3/pa-IN.xpi) = 508191 -SHA256 (xpi/firefox-i18n-63.0.3/pl.xpi) = f84cc74ec6b2e30c9b82f8d479bf02fca3c016a6c13c3d39470329a217155b4a -SIZE (xpi/firefox-i18n-63.0.3/pl.xpi) = 379306 -SHA256 (xpi/firefox-i18n-63.0.3/pt-BR.xpi) = 72064d54939a43b790c842124c0a4cf07f281cd1d021aa4e1c57e494d2d29efa -SIZE (xpi/firefox-i18n-63.0.3/pt-BR.xpi) = 471902 -SHA256 (xpi/firefox-i18n-63.0.3/pt-PT.xpi) = 6663036a129cbd90198f424732302eb3889d8992466c5989751466c611d848ce -SIZE (xpi/firefox-i18n-63.0.3/pt-PT.xpi) = 485596 -SHA256 (xpi/firefox-i18n-63.0.3/rm.xpi) = 9ed36fd9b4d4fc6f2241106b885b173b559a3e8a1ee7aa4215befb21ee1a72e3 -SIZE (xpi/firefox-i18n-63.0.3/rm.xpi) = 475828 -SHA256 (xpi/firefox-i18n-63.0.3/ro.xpi) = 070ea96f27c06db3bfc4847ae160b5da8484c0d2f5a8ab987be124904e49e3c0 -SIZE (xpi/firefox-i18n-63.0.3/ro.xpi) = 472568 -SHA256 (xpi/firefox-i18n-63.0.3/ru.xpi) = f16b8e1f6cc00e9cfabe6e85131528d6c3481fcbf10b54018af1ff6a347513c2 -SIZE (xpi/firefox-i18n-63.0.3/ru.xpi) = 543429 -SHA256 (xpi/firefox-i18n-63.0.3/si.xpi) = 8c449f610eef3815f484ac319726d4b0d81c9ff0a34cd36da3e44a52737fd373 -SIZE (xpi/firefox-i18n-63.0.3/si.xpi) = 492577 -SHA256 (xpi/firefox-i18n-63.0.3/sk.xpi) = 43b9ce02b704688b94f46e4caa63f033d2f41e57b4ee64e2a3fd1f5154c0c9e1 -SIZE (xpi/firefox-i18n-63.0.3/sk.xpi) = 500227 -SHA256 (xpi/firefox-i18n-63.0.3/sl.xpi) = b0ef14f3d558eab46c50294beb5d9b172cf4c5186758fac91770fae5dc8bf8c7 -SIZE (xpi/firefox-i18n-63.0.3/sl.xpi) = 482003 -SHA256 (xpi/firefox-i18n-63.0.3/son.xpi) = 45bbe7ba73b7500c31b985821daef1afa74e94064733f592b3a96121f9837c93 -SIZE (xpi/firefox-i18n-63.0.3/son.xpi) = 452799 -SHA256 (xpi/firefox-i18n-63.0.3/sq.xpi) = 6a007f99623cbf19d0deee82e5d3cff7c6d4a5b584874cc34536d04361df522e -SIZE (xpi/firefox-i18n-63.0.3/sq.xpi) = 492310 -SHA256 (xpi/firefox-i18n-63.0.3/sr.xpi) = 631882baa642575b51cdea8505417a754e6c54e8a3b8de52d898db0e1dd85f23 -SIZE (xpi/firefox-i18n-63.0.3/sr.xpi) = 507257 -SHA256 (xpi/firefox-i18n-63.0.3/sv-SE.xpi) = 9f7b360951bef787411f5bef3446cb0a607fd508a4140bf20272b9458d179086 -SIZE (xpi/firefox-i18n-63.0.3/sv-SE.xpi) = 481625 -SHA256 (xpi/firefox-i18n-63.0.3/ta.xpi) = c4a03399d5839d5f70b5dc84522461fc32f65d31ecfec3acceef2ae0dc9a720f -SIZE (xpi/firefox-i18n-63.0.3/ta.xpi) = 533418 -SHA256 (xpi/firefox-i18n-63.0.3/te.xpi) = 1dee514b2682c7a161ecc2c0e2601e1331fec844d252dc42f7dcd1898994b87e -SIZE (xpi/firefox-i18n-63.0.3/te.xpi) = 545789 -SHA256 (xpi/firefox-i18n-63.0.3/th.xpi) = f5eed40ac638af044a767fb0dacc2f532496f619d3a4c37fff680f12df5d0e2d -SIZE (xpi/firefox-i18n-63.0.3/th.xpi) = 519006 -SHA256 (xpi/firefox-i18n-63.0.3/tr.xpi) = 98a8797f0ec4616b0d5c2a33587347e59b5b7d772f11b95fcde9cb6ebd76b95c -SIZE (xpi/firefox-i18n-63.0.3/tr.xpi) = 491288 -SHA256 (xpi/firefox-i18n-63.0.3/uk.xpi) = 04d5244e5f46b3862dc14ec3cba44803f2e9c00e62e16cdf8afa929d3223ae37 -SIZE (xpi/firefox-i18n-63.0.3/uk.xpi) = 548378 -SHA256 (xpi/firefox-i18n-63.0.3/ur.xpi) = b5877006327605d57996bd856ecf3d38c442b13bc4989e6660f66328ad13fd06 -SIZE (xpi/firefox-i18n-63.0.3/ur.xpi) = 525516 -SHA256 (xpi/firefox-i18n-63.0.3/uz.xpi) = bebba4decb4cbd6954ac1bc6424abc5cdbeed0c22b7ab5f72d3d5ae35d7d3dfc -SIZE (xpi/firefox-i18n-63.0.3/uz.xpi) = 469357 -SHA256 (xpi/firefox-i18n-63.0.3/vi.xpi) = b635ca6a5f27b612d9779d55560bd9b414be802daaa5dd3be1307ae20604edd8 -SIZE (xpi/firefox-i18n-63.0.3/vi.xpi) = 489043 -SHA256 (xpi/firefox-i18n-63.0.3/xh.xpi) = b8f51991b82bb255f17a8f28aa0b457bda42925e004f27695a7be518f2b96809 -SIZE (xpi/firefox-i18n-63.0.3/xh.xpi) = 466840 -SHA256 (xpi/firefox-i18n-63.0.3/zh-CN.xpi) = c5108e03edc50df28bb38b3af18d2f6fb3726b76104719d2b95d0432819d2d20 -SIZE (xpi/firefox-i18n-63.0.3/zh-CN.xpi) = 504055 -SHA256 (xpi/firefox-i18n-63.0.3/zh-TW.xpi) = c52f63a9ad26abdc9eded3f78a14b6c9a93790225505ff760a7ed169962b3eb0 -SIZE (xpi/firefox-i18n-63.0.3/zh-TW.xpi) = 507002 +TIMESTAMP = 1543440374 +SHA256 (xpi/firefox-i18n-64.0b14/ach.xpi) = 4a3eb1506df4c103bdead89e0361ed3446c9dfeed8296f2d2fb5bff425ca7b57 +SIZE (xpi/firefox-i18n-64.0b14/ach.xpi) = 455467 +SHA256 (xpi/firefox-i18n-64.0b14/af.xpi) = cc1fbad9363f0e30ab91197013227552cb18e4e54bc550bd296444203a4b67c9 +SIZE (xpi/firefox-i18n-64.0b14/af.xpi) = 431979 +SHA256 (xpi/firefox-i18n-64.0b14/an.xpi) = cd1d6fd9bfe76b9602c1199e9966c1fb109ddc1c456ff70beeb0bafc02430110 +SIZE (xpi/firefox-i18n-64.0b14/an.xpi) = 473565 +SHA256 (xpi/firefox-i18n-64.0b14/ar.xpi) = 100507bc48328704c4df635c07d4a25f85f571c68c05755770e8de0c4af37303 +SIZE (xpi/firefox-i18n-64.0b14/ar.xpi) = 513398 +SHA256 (xpi/firefox-i18n-64.0b14/as.xpi) = 7aa17bdc315e6d8420ca2e4fcb7b136a97fd9b98f4d5a358410c10842863449e +SIZE (xpi/firefox-i18n-64.0b14/as.xpi) = 478287 +SHA256 (xpi/firefox-i18n-64.0b14/ast.xpi) = 99cea2d043f8fa57bf2dd78ce5572b1221159f04cfec1c3b0516c4f1728ab365 +SIZE (xpi/firefox-i18n-64.0b14/ast.xpi) = 461819 +SHA256 (xpi/firefox-i18n-64.0b14/az.xpi) = aca6b684b3f09a815e850980b3bbe7221881face4d37f378268061ee033f78d0 +SIZE (xpi/firefox-i18n-64.0b14/az.xpi) = 490025 +SHA256 (xpi/firefox-i18n-64.0b14/be.xpi) = 4935dd90543ae4f39e91b51d8dc8cdfd4c4ce4aac909bfb21e045fbc8e8aade3 +SIZE (xpi/firefox-i18n-64.0b14/be.xpi) = 553260 +SHA256 (xpi/firefox-i18n-64.0b14/bg.xpi) = 5140a9c824d41b5d698bfb1042f2e52e4cc794a03e48e70dacf5c9edec2e1b52 +SIZE (xpi/firefox-i18n-64.0b14/bg.xpi) = 523739 +SHA256 (xpi/firefox-i18n-64.0b14/bn-BD.xpi) = aaf3173fbb8bf9c8cb3589e2f8498970f8bfe1a082eebd4c74183c4606deabf2 +SIZE (xpi/firefox-i18n-64.0b14/bn-BD.xpi) = 541867 +SHA256 (xpi/firefox-i18n-64.0b14/bn-IN.xpi) = 0fda2a44bb0e22fe5d0550cd1acdf46d3142501cd1fd6bf9b1e49ba9ae4f7064 +SIZE (xpi/firefox-i18n-64.0b14/bn-IN.xpi) = 528979 +SHA256 (xpi/firefox-i18n-64.0b14/br.xpi) = ec7a3f3a7026b2f103ab1cab843f5630d7c99bdf0a938917e3d65222a627f5e2 +SIZE (xpi/firefox-i18n-64.0b14/br.xpi) = 479235 +SHA256 (xpi/firefox-i18n-64.0b14/bs.xpi) = 4624e9b3e04482248aacb5244c878208d5bd01516077a06b74f25585e47b78b4 +SIZE (xpi/firefox-i18n-64.0b14/bs.xpi) = 471746 +SHA256 (xpi/firefox-i18n-64.0b14/ca.xpi) = 80f2aaf070d82a6d8336b231e9ceae365712499715d24c1e211e5b9c7168a7a6 +SIZE (xpi/firefox-i18n-64.0b14/ca.xpi) = 469693 +SHA256 (xpi/firefox-i18n-64.0b14/cak.xpi) = 320f2fa842e1c0359b985e654f3ba58665545c857c7ed817faf83b04c79fb2b2 +SIZE (xpi/firefox-i18n-64.0b14/cak.xpi) = 506039 +SHA256 (xpi/firefox-i18n-64.0b14/cs.xpi) = 554c67ca232444b8dfd03a2899690867a083c8118a6176e2c830001422bcea78 +SIZE (xpi/firefox-i18n-64.0b14/cs.xpi) = 494708 +SHA256 (xpi/firefox-i18n-64.0b14/cy.xpi) = da6d36bc0eb46e6769bec99624cd1b39fc75830d0c7477b65288402be8522bbd +SIZE (xpi/firefox-i18n-64.0b14/cy.xpi) = 484377 +SHA256 (xpi/firefox-i18n-64.0b14/da.xpi) = 14fe4447b97d84584013fad36718e345c107e7cdd4c1b4557c0db7d2fffcf88b +SIZE (xpi/firefox-i18n-64.0b14/da.xpi) = 486854 +SHA256 (xpi/firefox-i18n-64.0b14/de.xpi) = 1b5507a0cf9935b8a9c29bff203f772cf1be49d5ab4fde011a27080e8f38f8c3 +SIZE (xpi/firefox-i18n-64.0b14/de.xpi) = 494531 +SHA256 (xpi/firefox-i18n-64.0b14/dsb.xpi) = 2c1b756a38c9690bbd58a30540012deec18ec0e3208c31693536e6bb9387ed85 +SIZE (xpi/firefox-i18n-64.0b14/dsb.xpi) = 504226 +SHA256 (xpi/firefox-i18n-64.0b14/el.xpi) = fed9288b90fd119f0a9449297dbace8e03a27fa569cf9e09f9db50b5abcb5102 +SIZE (xpi/firefox-i18n-64.0b14/el.xpi) = 558814 +SHA256 (xpi/firefox-i18n-64.0b14/en-CA.xpi) = a862b46e3ecbeeac4e3f73e6f2382361f30c64610069f598e519d9caaf1663c5 +SIZE (xpi/firefox-i18n-64.0b14/en-CA.xpi) = 454071 +SHA256 (xpi/firefox-i18n-64.0b14/en-GB.xpi) = 97a45b740128ab02b4f84329118ee2d0adbddbdd51500c807d150b768bcaa8a5 +SIZE (xpi/firefox-i18n-64.0b14/en-GB.xpi) = 440958 +SHA256 (xpi/firefox-i18n-64.0b14/en-US.xpi) = f44d67b2e100b32be99e6156934a621000ea933db739304a1050472aeecbbec3 +SIZE (xpi/firefox-i18n-64.0b14/en-US.xpi) = 413610 +SHA256 (xpi/firefox-i18n-64.0b14/en-ZA.xpi) = 0084dfe4e4abc9dc2becbd19ba9484c9db6cfa4f28dc445f6c276bf1468dc550 +SIZE (xpi/firefox-i18n-64.0b14/en-ZA.xpi) = 424502 +SHA256 (xpi/firefox-i18n-64.0b14/eo.xpi) = 2b1ad07138265feb5ff5ef66abc7bf21959a374720459e0f7127eb0ca41b2cbd +SIZE (xpi/firefox-i18n-64.0b14/eo.xpi) = 482461 +SHA256 (xpi/firefox-i18n-64.0b14/es-AR.xpi) = c72a356a56a6800cddbfb2df96100aa54b4318c03779dd76fbbcd0d1cf96301c +SIZE (xpi/firefox-i18n-64.0b14/es-AR.xpi) = 490541 +SHA256 (xpi/firefox-i18n-64.0b14/es-CL.xpi) = 69db314ff17c3c02ffd703d52e75e7fb59f15f46b3f7ec756fc9513e40590a31 +SIZE (xpi/firefox-i18n-64.0b14/es-CL.xpi) = 490252 +SHA256 (xpi/firefox-i18n-64.0b14/es-ES.xpi) = 48678ad3e472f8e3e835351f30219acce129c27c4bcf7e2a42d06645896ec721 +SIZE (xpi/firefox-i18n-64.0b14/es-ES.xpi) = 437808 +SHA256 (xpi/firefox-i18n-64.0b14/es-MX.xpi) = ad5a21d0ada7f03a48e802b4fd9bcfc2057e23069e89a40c8b274f4cf080d47b +SIZE (xpi/firefox-i18n-64.0b14/es-MX.xpi) = 493154 +SHA256 (xpi/firefox-i18n-64.0b14/et.xpi) = 80066added27741facbd4f2709d60bebb205933c61e86298328913cee08b6210 +SIZE (xpi/firefox-i18n-64.0b14/et.xpi) = 473517 +SHA256 (xpi/firefox-i18n-64.0b14/eu.xpi) = 6ebe8da82d7568ac004fdba547a09c407597ddbc5ba6864951496aee2b606a79 +SIZE (xpi/firefox-i18n-64.0b14/eu.xpi) = 477295 +SHA256 (xpi/firefox-i18n-64.0b14/fa.xpi) = 94026a18ae104b5948694323726775625bebaf5263df2c0761ed960e773747b7 +SIZE (xpi/firefox-i18n-64.0b14/fa.xpi) = 529982 +SHA256 (xpi/firefox-i18n-64.0b14/ff.xpi) = 27583d07c49ff368894c821c35b941b60fe0b02819a6d2ea70be472d274d14e5 +SIZE (xpi/firefox-i18n-64.0b14/ff.xpi) = 470387 +SHA256 (xpi/firefox-i18n-64.0b14/fi.xpi) = af12dad5266b4f034d79028f15ac3e2c2303bf6554918110333d1b64221930d9 +SIZE (xpi/firefox-i18n-64.0b14/fi.xpi) = 470564 +SHA256 (xpi/firefox-i18n-64.0b14/fr.xpi) = f2653829fd8ea9dea6d75b3748ddfd053a284747dc7832b39ee2a41d7404f637 +SIZE (xpi/firefox-i18n-64.0b14/fr.xpi) = 499963 +SHA256 (xpi/firefox-i18n-64.0b14/fy-NL.xpi) = 2bb4ce9c93bba23393c45c1c05bdab1835f243c1122caa7b5d87120c75ef1803 +SIZE (xpi/firefox-i18n-64.0b14/fy-NL.xpi) = 488315 +SHA256 (xpi/firefox-i18n-64.0b14/ga-IE.xpi) = 2668ec5f72983eb3e209611a5a3a413066976a827f73fbdc94e7353ef207d7b1 +SIZE (xpi/firefox-i18n-64.0b14/ga-IE.xpi) = 474808 +SHA256 (xpi/firefox-i18n-64.0b14/gd.xpi) = 202a1feade86fa5ca78a223ebacbd84fd33bea877f56e27ef180e23b263770a6 +SIZE (xpi/firefox-i18n-64.0b14/gd.xpi) = 491216 +SHA256 (xpi/firefox-i18n-64.0b14/gl.xpi) = 531c669f2fa9103fafb2e54ce753d890e41973d70307009bdb154993fbba4f28 +SIZE (xpi/firefox-i18n-64.0b14/gl.xpi) = 467023 +SHA256 (xpi/firefox-i18n-64.0b14/gn.xpi) = 4b01131a64f0955720635c6dca6e170804257da4a5e03a78b39d7dc489a83315 +SIZE (xpi/firefox-i18n-64.0b14/gn.xpi) = 497408 +SHA256 (xpi/firefox-i18n-64.0b14/gu-IN.xpi) = 91e72bea1caba7b855df6f7d291674e9eec699f01fd8701259d5a4841089e01b +SIZE (xpi/firefox-i18n-64.0b14/gu-IN.xpi) = 559363 +SHA256 (xpi/firefox-i18n-64.0b14/he.xpi) = dde194b04801c24beae791e76a357b1487e47a5bdfafd443ad320ed46e92d388 +SIZE (xpi/firefox-i18n-64.0b14/he.xpi) = 485002 +SHA256 (xpi/firefox-i18n-64.0b14/hi-IN.xpi) = fc376f4827991485956f24116499fa34500ddcbedc89bdc020ae2152e50f928e +SIZE (xpi/firefox-i18n-64.0b14/hi-IN.xpi) = 544052 +SHA256 (xpi/firefox-i18n-64.0b14/hr.xpi) = 72f2b2625bf47f4965f584503c4f29d415d79098f8f2ab415280b3773d1939c6 +SIZE (xpi/firefox-i18n-64.0b14/hr.xpi) = 464606 +SHA256 (xpi/firefox-i18n-64.0b14/hsb.xpi) = 20bdaa024572fc1467e436f48ecf49a9a8eb6cf485b7f5fb141e0fbaca2790e5 +SIZE (xpi/firefox-i18n-64.0b14/hsb.xpi) = 503922 +SHA256 (xpi/firefox-i18n-64.0b14/hu.xpi) = 151d5b9119fd7ec906929dfb80cad9eb9542ff142c77b3871ab587a818ba3252 +SIZE (xpi/firefox-i18n-64.0b14/hu.xpi) = 501533 +SHA256 (xpi/firefox-i18n-64.0b14/hy-AM.xpi) = f06ae37fffbbb43db205fc886170cd9f1a1d03fbfb6928522c009584f279ca27 +SIZE (xpi/firefox-i18n-64.0b14/hy-AM.xpi) = 520939 +SHA256 (xpi/firefox-i18n-64.0b14/ia.xpi) = 83f6a95b247ec7d0c99b8ccbf2c43c686006f48c1b67d0f35599791c6db6be37 +SIZE (xpi/firefox-i18n-64.0b14/ia.xpi) = 478735 +SHA256 (xpi/firefox-i18n-64.0b14/id.xpi) = 1224d6e485a6cf05fb2ea2073a68ae1ef30649047e9fa4a49623f68bf2824637 +SIZE (xpi/firefox-i18n-64.0b14/id.xpi) = 471522 +SHA256 (xpi/firefox-i18n-64.0b14/is.xpi) = 0718668f0f19e0a2762f8b1fe59120ff014c582ce87dcebe770c94c55c91d199 +SIZE (xpi/firefox-i18n-64.0b14/is.xpi) = 469902 +SHA256 (xpi/firefox-i18n-64.0b14/it.xpi) = 350fb45008921b06ff87e6aa5e29ed93f86b52385cfce6a37cc72292f1a492c1 +SIZE (xpi/firefox-i18n-64.0b14/it.xpi) = 355576 +SHA256 (xpi/firefox-i18n-64.0b14/ja.xpi) = dba37b11441b6bb5e3e4101935f9d492cfb9d8cbb06694f40cf7a8d1e1e17126 +SIZE (xpi/firefox-i18n-64.0b14/ja.xpi) = 506352 +SHA256 (xpi/firefox-i18n-64.0b14/ka.xpi) = 05c2fd603423005aa17971c88a90a80cd33daa664600abb4f434f9eb91f3eed3 +SIZE (xpi/firefox-i18n-64.0b14/ka.xpi) = 521846 +SHA256 (xpi/firefox-i18n-64.0b14/kab.xpi) = 0098610e9a7dbbc19d6a05d565f0b2ab7cbd15a6a9807905a7422dc143e8caf4 +SIZE (xpi/firefox-i18n-64.0b14/kab.xpi) = 493573 +SHA256 (xpi/firefox-i18n-64.0b14/kk.xpi) = 0238464d1d495e5e83b81642613e8997d7e162d1e980f6bd7d4c9efe13fc126f +SIZE (xpi/firefox-i18n-64.0b14/kk.xpi) = 550185 +SHA256 (xpi/firefox-i18n-64.0b14/km.xpi) = e370b748b2e46589539d75f5a8e2c8edc1e6676d059c0afcc1ed5041709b815a +SIZE (xpi/firefox-i18n-64.0b14/km.xpi) = 535438 +SHA256 (xpi/firefox-i18n-64.0b14/kn.xpi) = 5bdfce8837803c63d85f088118c31b595dcac0b938141f92fcadd0cf076fe260 +SIZE (xpi/firefox-i18n-64.0b14/kn.xpi) = 538347 +SHA256 (xpi/firefox-i18n-64.0b14/ko.xpi) = 292dd5b05aeeb31de73b16949d33cd49d20470f64bfe28315a98a0d0a29e2ee8 +SIZE (xpi/firefox-i18n-64.0b14/ko.xpi) = 500862 +SHA256 (xpi/firefox-i18n-64.0b14/lij.xpi) = 33d04f869ea747ff5fdfc7461b81483609ef42473d1401e13b01e57ab0e010cf +SIZE (xpi/firefox-i18n-64.0b14/lij.xpi) = 476174 +SHA256 (xpi/firefox-i18n-64.0b14/lt.xpi) = 7005bd1ca5d341f96a1c272f1b38b87ec90115c7b434de38c7d80ed0abc4af3f +SIZE (xpi/firefox-i18n-64.0b14/lt.xpi) = 504602 +SHA256 (xpi/firefox-i18n-64.0b14/lv.xpi) = 9e2b89098a12b422657f248ef8b58b3703e5e025817e6df66e68376f142893c9 +SIZE (xpi/firefox-i18n-64.0b14/lv.xpi) = 490759 +SHA256 (xpi/firefox-i18n-64.0b14/mai.xpi) = af3f5bcbb232ced85b73d3d9b139071c21a06489046a0dcd57a051ee2074451f +SIZE (xpi/firefox-i18n-64.0b14/mai.xpi) = 496184 +SHA256 (xpi/firefox-i18n-64.0b14/mk.xpi) = 68d5dddc8274c73ee6628cf8c1cc2b1fe1a81216bbc7233a9d55c02fe6a8b204 +SIZE (xpi/firefox-i18n-64.0b14/mk.xpi) = 457988 +SHA256 (xpi/firefox-i18n-64.0b14/ml.xpi) = 231555acae8f505e97efad25e266a856d83b84babccf9a105ca4556658b16a09 +SIZE (xpi/firefox-i18n-64.0b14/ml.xpi) = 542324 +SHA256 (xpi/firefox-i18n-64.0b14/mr.xpi) = 5de697a2408cd32bd04640b0a1020f33cb0ed36175e06ae4d0fdff5452ed27ef +SIZE (xpi/firefox-i18n-64.0b14/mr.xpi) = 540015 +SHA256 (xpi/firefox-i18n-64.0b14/ms.xpi) = 9d282eda4238281d7cafae2beea89fbdc00961ec9e71cf32abeb18dc10cc0b75 +SIZE (xpi/firefox-i18n-64.0b14/ms.xpi) = 473932 +SHA256 (xpi/firefox-i18n-64.0b14/my.xpi) = 0e64ec60a1b8f73561e35b27cb7d82cc491f2d5377605a990dd11570a7a66c0b +SIZE (xpi/firefox-i18n-64.0b14/my.xpi) = 518173 +SHA256 (xpi/firefox-i18n-64.0b14/nb-NO.xpi) = 65e4c625aab032e4baef0b7e3de4ab4376037c5f78c0f38559b7488155929490 +SIZE (xpi/firefox-i18n-64.0b14/nb-NO.xpi) = 473415 +SHA256 (xpi/firefox-i18n-64.0b14/ne-NP.xpi) = 7c6590aba2ad47330a3f5598a89855fa72a83de0bf28dd65fa12a71283d6b85c +SIZE (xpi/firefox-i18n-64.0b14/ne-NP.xpi) = 505820 +SHA256 (xpi/firefox-i18n-64.0b14/nl.xpi) = 7919e98c329583c09b000e5289a8629fedbb16dc236eef012bf8359aa5024486 +SIZE (xpi/firefox-i18n-64.0b14/nl.xpi) = 465185 +SHA256 (xpi/firefox-i18n-64.0b14/nn-NO.xpi) = 9f1073333db3a74f0164622e47d5def4ac0438ca9885b4347b198baa2ea9d0cf +SIZE (xpi/firefox-i18n-64.0b14/nn-NO.xpi) = 472046 +SHA256 (xpi/firefox-i18n-64.0b14/oc.xpi) = 815e9d2f9097a38513a75c6ab9785a6908742ffc16cb4beaed5ed799eabadda9 +SIZE (xpi/firefox-i18n-64.0b14/oc.xpi) = 486839 +SHA256 (xpi/firefox-i18n-64.0b14/or.xpi) = 94b47e4651dc3665fb666c047ed057d78a7d046d61f7ed98edf05d48f9cf1945 +SIZE (xpi/firefox-i18n-64.0b14/or.xpi) = 485457 +SHA256 (xpi/firefox-i18n-64.0b14/pa-IN.xpi) = 9e9fb2f1212bd0eff0c1b52713148be776e4ecd7de15e24b3d264e8961215ae3 +SIZE (xpi/firefox-i18n-64.0b14/pa-IN.xpi) = 505893 +SHA256 (xpi/firefox-i18n-64.0b14/pl.xpi) = 05948ef253909196c68de31585656e69c9a04a9ce2ed9a50a1fedfdb5e316608 +SIZE (xpi/firefox-i18n-64.0b14/pl.xpi) = 383262 +SHA256 (xpi/firefox-i18n-64.0b14/pt-BR.xpi) = 47176e93df6d1cf7f42b410485f3ffc54fd324670771d00e9b09f99e1d818e31 +SIZE (xpi/firefox-i18n-64.0b14/pt-BR.xpi) = 475692 +SHA256 (xpi/firefox-i18n-64.0b14/pt-PT.xpi) = b84d92653bcc50a7e5660d2ae08d7e2d91b9ad7e59f22e22d5d00c9535f90477 +SIZE (xpi/firefox-i18n-64.0b14/pt-PT.xpi) = 488750 +SHA256 (xpi/firefox-i18n-64.0b14/rm.xpi) = 4b56517e0679deec51b85cbbc9b422ae5d2ac52d4b26b9015117662726be52fb +SIZE (xpi/firefox-i18n-64.0b14/rm.xpi) = 478595 +SHA256 (xpi/firefox-i18n-64.0b14/ro.xpi) = 6d45f22ddac910ac22fad92fbb36e0226f1934c97ffbc4a730285bd816be85a5 +SIZE (xpi/firefox-i18n-64.0b14/ro.xpi) = 479969 +SHA256 (xpi/firefox-i18n-64.0b14/ru.xpi) = 2c55282f3d2d00f4d310ffaf60ea1ee380ff0e9078df9337f6cd83c238fc8b2f +SIZE (xpi/firefox-i18n-64.0b14/ru.xpi) = 546352 +SHA256 (xpi/firefox-i18n-64.0b14/si.xpi) = 643c73a6559c91efcd629ce20be5bf93a8961f8b08e58d30ff2486cd70136e1c +SIZE (xpi/firefox-i18n-64.0b14/si.xpi) = 489557 +SHA256 (xpi/firefox-i18n-64.0b14/sk.xpi) = 2f5d1ce5397d35015aed895a187e974a9239bcbe02eaa99ac0a8f42359d9fdde +SIZE (xpi/firefox-i18n-64.0b14/sk.xpi) = 504064 +SHA256 (xpi/firefox-i18n-64.0b14/sl.xpi) = 788191831374c3a2974ad646d3b6c4024df18846081b37704eb1dcffc8d38774 +SIZE (xpi/firefox-i18n-64.0b14/sl.xpi) = 484986 +SHA256 (xpi/firefox-i18n-64.0b14/son.xpi) = e5a15aa2df84fe49a651c41833088a8f12b3e7c8d5dc36e951f8a0bdddf866b8 +SIZE (xpi/firefox-i18n-64.0b14/son.xpi) = 448989 +SHA256 (xpi/firefox-i18n-64.0b14/sq.xpi) = 2d84bbc4e106f707c12d8f7cb783ca62a2eb272db0922149aeca96e3d5dbd8e3 +SIZE (xpi/firefox-i18n-64.0b14/sq.xpi) = 492683 +SHA256 (xpi/firefox-i18n-64.0b14/sr.xpi) = 21d1eca7bbcce9a15c738d4dd2705e002b9aa5b60412c3f490e1c3e646d5d0a8 +SIZE (xpi/firefox-i18n-64.0b14/sr.xpi) = 506360 +SHA256 (xpi/firefox-i18n-64.0b14/sv-SE.xpi) = 4252be17ec0d279635358ce760844c9ad608ed1397481edd0f3583cb013d250c +SIZE (xpi/firefox-i18n-64.0b14/sv-SE.xpi) = 484133 +SHA256 (xpi/firefox-i18n-64.0b14/ta.xpi) = 9d5ce9283c863930ec02be700a6025cfe517812360e83c79ce3c3d68affb8127 +SIZE (xpi/firefox-i18n-64.0b14/ta.xpi) = 530873 +SHA256 (xpi/firefox-i18n-64.0b14/te.xpi) = 15b4c2f71158e45ab921225ad8eafbf927bf7a20f257ee639b2f2c7f6591b563 +SIZE (xpi/firefox-i18n-64.0b14/te.xpi) = 547598 +SHA256 (xpi/firefox-i18n-64.0b14/th.xpi) = 29df7eb33a8eac8b483596377a8c24bd8190afa42cc170ac174eb5b9c77bd67b +SIZE (xpi/firefox-i18n-64.0b14/th.xpi) = 508198 +SHA256 (xpi/firefox-i18n-64.0b14/tr.xpi) = 0126cabd66e942641d4a4932ed4e1973b895044c78df4a334831d8946a01a0a4 +SIZE (xpi/firefox-i18n-64.0b14/tr.xpi) = 494702 +SHA256 (xpi/firefox-i18n-64.0b14/uk.xpi) = bf6411567b0a91fb04700763c4a0f0a40fbfa457d6e8a8cd9d619436dd646d1f +SIZE (xpi/firefox-i18n-64.0b14/uk.xpi) = 521002 +SHA256 (xpi/firefox-i18n-64.0b14/ur.xpi) = 7b078a3e800cbc0056c8ec7cdce53528eaab6dd429c2025f4fd0d28ee3d8b30a +SIZE (xpi/firefox-i18n-64.0b14/ur.xpi) = 521727 +SHA256 (xpi/firefox-i18n-64.0b14/uz.xpi) = e62912966248424a9d52dcb0e782438ea35d54ac6002cdfbb971133a203e1045 +SIZE (xpi/firefox-i18n-64.0b14/uz.xpi) = 466679 +SHA256 (xpi/firefox-i18n-64.0b14/vi.xpi) = 39dfa5fa05fc67ee546917395b5e84aa30e3949d1f410b176dffca416541eb48 +SIZE (xpi/firefox-i18n-64.0b14/vi.xpi) = 488328 +SHA256 (xpi/firefox-i18n-64.0b14/xh.xpi) = 80451346808ec7bc04a3ad77da5b9e5d2783f8f8ec3c9aab9cd20179bce7e6e7 +SIZE (xpi/firefox-i18n-64.0b14/xh.xpi) = 463278 +SHA256 (xpi/firefox-i18n-64.0b14/zh-CN.xpi) = c3bf663d9a80d55534bd5dc2c62e2d88ede1073a36c0368117a6f4a3e6cbb0e0 +SIZE (xpi/firefox-i18n-64.0b14/zh-CN.xpi) = 507512 +SHA256 (xpi/firefox-i18n-64.0b14/zh-TW.xpi) = 14ca5af85af0adcbe69660756395adcbd966e23792256a1c9d8da9677e2ab88f +SIZE (xpi/firefox-i18n-64.0b14/zh-TW.xpi) = 510607 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Dec 4 00:53:37 2018 (r486572) +++ head/www/firefox/Makefile Tue Dec 4 00:54:38 2018 (r486573) @@ -2,27 +2,26 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 63.0.3 -PORTREVISION= 3 +DISTVERSION= 64.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.19:devel/nspr \ - nss>=3.39:security/nss \ + nss>=3.40:security/nss \ icu>=59.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ - harfbuzz>=1.8.8:print/harfbuzz \ + harfbuzz>=1.9.0:print/harfbuzz \ graphite2>=1.3.12:graphics/graphite2 \ png>=1.6.34:graphics/png \ libvorbis>=1.3.6,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.24.0:databases/sqlite3 \ + sqlite3>=3.25.1:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Tue Dec 4 00:53:37 2018 (r486572) +++ head/www/firefox/distinfo Tue Dec 4 00:54:38 2018 (r486573) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542325023 -SHA256 (firefox-63.0.3.source.tar.xz) = 48a834daa9c5773272a30933936ea8a78b217494355749ee68996639451d0931 -SIZE (firefox-63.0.3.source.tar.xz) = 266109244 +TIMESTAMP = 1543880118 +SHA256 (firefox-64.0.source.tar.xz) = 41745cf53af5dca0e154fe256d9f86d27181aa8a8c2e341a2b9b201b3be240e6 +SIZE (firefox-64.0.source.tar.xz) = 272974688 Added: head/www/firefox/files/patch-bug1507655 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1507655 Tue Dec 4 00:54:38 2018 (r486573) @@ -0,0 +1,29 @@ +Revert bug 1497976 as close_fds on Python 2 is too slow + +diff --git build/moz.configure/util.configure build/moz.configure/util.configure +index 25862fee7c32..3fc725a5124e 100644 +--- build/moz.configure/util.configure ++++ build/moz.configure/util.configure +@@ -22,7 +22,6 @@ + + # A wrapper to obtain a process' output and return code. + # Returns a tuple (retcode, stdout, stderr). +-@imports('os') + @imports(_from='__builtin__', _import='unicode') + @imports('subprocess') + @imports(_from='mozbuild.shellutil', _import='quote') +@@ -45,13 +44,7 @@ + + log.debug('Executing: `%s`', quote(*args)) + proc = subprocess.Popen(args, stdout=subprocess.PIPE, +- stderr=subprocess.PIPE, +- # On Python 2 on Windows, close_fds prevents the +- # process from inheriting stdout/stderr. +- # Elsewhere, it simply prevents it from inheriting +- # extra file descriptors, which is what we want. +- close_fds=os.name != 'nt', +- **kwargs) ++ stderr=subprocess.PIPE, **kwargs) + stdout, stderr = proc.communicate() + return proc.wait(), stdout, stderr + Modified: head/www/firefox/files/patch-bug847568 ============================================================================== --- head/www/firefox/files/patch-bug847568 Tue Dec 4 00:53:37 2018 (r486572) +++ head/www/firefox/files/patch-bug847568 Tue Dec 4 00:54:38 2018 (r486573) @@ -249,7 +249,7 @@ index 9297e4d6f501..d8e273887e4b 100644 +option('--with-system-harfbuzz', + help="Use system harfbuzz (located with pkgconfig)") + -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.8.8', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.9.0', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) From owner-svn-ports-all@freebsd.org Tue Dec 4 00:59:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E43491310BED; Tue, 4 Dec 2018 00:59:21 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8689E77B63; Tue, 4 Dec 2018 00:59:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 622B11DB7A; Tue, 4 Dec 2018 00:59:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB40xLVt037247; Tue, 4 Dec 2018 00:59:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB40xLve037246; Tue, 4 Dec 2018 00:59:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040059.wB40xLve037246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 00:59:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486574 - head/www/firefox X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/www/firefox X-SVN-Commit-Revision: 486574 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8689E77B63 X-Spamd-Result: default: False [-0.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_SHORT(0.46)[0.464,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 00:59:22 -0000 Author: jbeich Date: Tue Dec 4 00:59:20 2018 New Revision: 486574 URL: https://svnweb.freebsd.org/changeset/ports/486574 Log: www/firefox: adjust required NSS version (after b14->rc1) Modified: head/www/firefox/Makefile (contents, props changed) Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Dec 4 00:54:38 2018 (r486573) +++ head/www/firefox/Makefile Tue Dec 4 00:59:20 2018 (r486574) @@ -13,7 +13,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.19:devel/nspr \ - nss>=3.40:security/nss \ + nss>=3.40.1:security/nss \ icu>=59.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=1.9.0:print/harfbuzz \ From owner-svn-ports-all@freebsd.org Tue Dec 4 01:14:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 505481311F8C; Tue, 4 Dec 2018 01:14:56 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 268C879051; Tue, 4 Dec 2018 01:14:56 +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 E3E901E044; Tue, 4 Dec 2018 01:14:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB41Etgm047684; Tue, 4 Dec 2018 01:14:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB41EtYe047680; Tue, 4 Dec 2018 01:14:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812040114.wB41EtYe047680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 4 Dec 2018 01:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486575 - head/www/firefox-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/www/firefox-i18n X-SVN-Commit-Revision: 486575 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 268C879051 X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.37)[-0.366,0]; NEURAL_SPAM_LONG(0.19)[0.185,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.51)[0.506,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 01:14:56 -0000 Author: jbeich Date: Tue Dec 4 01:14:55 2018 New Revision: 486575 URL: https://svnweb.freebsd.org/changeset/ports/486575 Log: www/firefox-i18n: oops, use rc1 rather than beta14 PR: 233028 Modified: head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Tue Dec 4 00:59:20 2018 (r486574) +++ head/www/firefox-i18n/Makefile Tue Dec 4 01:14:55 2018 (r486575) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 64.0b14 +PORTVERSION= 64.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Tue Dec 4 00:59:20 2018 (r486574) +++ head/www/firefox-i18n/distinfo Tue Dec 4 01:14:55 2018 (r486575) @@ -1,199 +1,199 @@ -TIMESTAMP = 1543440374 -SHA256 (xpi/firefox-i18n-64.0b14/ach.xpi) = 4a3eb1506df4c103bdead89e0361ed3446c9dfeed8296f2d2fb5bff425ca7b57 -SIZE (xpi/firefox-i18n-64.0b14/ach.xpi) = 455467 -SHA256 (xpi/firefox-i18n-64.0b14/af.xpi) = cc1fbad9363f0e30ab91197013227552cb18e4e54bc550bd296444203a4b67c9 -SIZE (xpi/firefox-i18n-64.0b14/af.xpi) = 431979 -SHA256 (xpi/firefox-i18n-64.0b14/an.xpi) = cd1d6fd9bfe76b9602c1199e9966c1fb109ddc1c456ff70beeb0bafc02430110 -SIZE (xpi/firefox-i18n-64.0b14/an.xpi) = 473565 -SHA256 (xpi/firefox-i18n-64.0b14/ar.xpi) = 100507bc48328704c4df635c07d4a25f85f571c68c05755770e8de0c4af37303 -SIZE (xpi/firefox-i18n-64.0b14/ar.xpi) = 513398 -SHA256 (xpi/firefox-i18n-64.0b14/as.xpi) = 7aa17bdc315e6d8420ca2e4fcb7b136a97fd9b98f4d5a358410c10842863449e -SIZE (xpi/firefox-i18n-64.0b14/as.xpi) = 478287 -SHA256 (xpi/firefox-i18n-64.0b14/ast.xpi) = 99cea2d043f8fa57bf2dd78ce5572b1221159f04cfec1c3b0516c4f1728ab365 -SIZE (xpi/firefox-i18n-64.0b14/ast.xpi) = 461819 -SHA256 (xpi/firefox-i18n-64.0b14/az.xpi) = aca6b684b3f09a815e850980b3bbe7221881face4d37f378268061ee033f78d0 -SIZE (xpi/firefox-i18n-64.0b14/az.xpi) = 490025 -SHA256 (xpi/firefox-i18n-64.0b14/be.xpi) = 4935dd90543ae4f39e91b51d8dc8cdfd4c4ce4aac909bfb21e045fbc8e8aade3 -SIZE (xpi/firefox-i18n-64.0b14/be.xpi) = 553260 -SHA256 (xpi/firefox-i18n-64.0b14/bg.xpi) = 5140a9c824d41b5d698bfb1042f2e52e4cc794a03e48e70dacf5c9edec2e1b52 -SIZE (xpi/firefox-i18n-64.0b14/bg.xpi) = 523739 -SHA256 (xpi/firefox-i18n-64.0b14/bn-BD.xpi) = aaf3173fbb8bf9c8cb3589e2f8498970f8bfe1a082eebd4c74183c4606deabf2 -SIZE (xpi/firefox-i18n-64.0b14/bn-BD.xpi) = 541867 -SHA256 (xpi/firefox-i18n-64.0b14/bn-IN.xpi) = 0fda2a44bb0e22fe5d0550cd1acdf46d3142501cd1fd6bf9b1e49ba9ae4f7064 -SIZE (xpi/firefox-i18n-64.0b14/bn-IN.xpi) = 528979 -SHA256 (xpi/firefox-i18n-64.0b14/br.xpi) = ec7a3f3a7026b2f103ab1cab843f5630d7c99bdf0a938917e3d65222a627f5e2 -SIZE (xpi/firefox-i18n-64.0b14/br.xpi) = 479235 -SHA256 (xpi/firefox-i18n-64.0b14/bs.xpi) = 4624e9b3e04482248aacb5244c878208d5bd01516077a06b74f25585e47b78b4 -SIZE (xpi/firefox-i18n-64.0b14/bs.xpi) = 471746 -SHA256 (xpi/firefox-i18n-64.0b14/ca.xpi) = 80f2aaf070d82a6d8336b231e9ceae365712499715d24c1e211e5b9c7168a7a6 -SIZE (xpi/firefox-i18n-64.0b14/ca.xpi) = 469693 -SHA256 (xpi/firefox-i18n-64.0b14/cak.xpi) = 320f2fa842e1c0359b985e654f3ba58665545c857c7ed817faf83b04c79fb2b2 -SIZE (xpi/firefox-i18n-64.0b14/cak.xpi) = 506039 -SHA256 (xpi/firefox-i18n-64.0b14/cs.xpi) = 554c67ca232444b8dfd03a2899690867a083c8118a6176e2c830001422bcea78 -SIZE (xpi/firefox-i18n-64.0b14/cs.xpi) = 494708 -SHA256 (xpi/firefox-i18n-64.0b14/cy.xpi) = da6d36bc0eb46e6769bec99624cd1b39fc75830d0c7477b65288402be8522bbd -SIZE (xpi/firefox-i18n-64.0b14/cy.xpi) = 484377 -SHA256 (xpi/firefox-i18n-64.0b14/da.xpi) = 14fe4447b97d84584013fad36718e345c107e7cdd4c1b4557c0db7d2fffcf88b -SIZE (xpi/firefox-i18n-64.0b14/da.xpi) = 486854 -SHA256 (xpi/firefox-i18n-64.0b14/de.xpi) = 1b5507a0cf9935b8a9c29bff203f772cf1be49d5ab4fde011a27080e8f38f8c3 -SIZE (xpi/firefox-i18n-64.0b14/de.xpi) = 494531 -SHA256 (xpi/firefox-i18n-64.0b14/dsb.xpi) = 2c1b756a38c9690bbd58a30540012deec18ec0e3208c31693536e6bb9387ed85 -SIZE (xpi/firefox-i18n-64.0b14/dsb.xpi) = 504226 -SHA256 (xpi/firefox-i18n-64.0b14/el.xpi) = fed9288b90fd119f0a9449297dbace8e03a27fa569cf9e09f9db50b5abcb5102 -SIZE (xpi/firefox-i18n-64.0b14/el.xpi) = 558814 -SHA256 (xpi/firefox-i18n-64.0b14/en-CA.xpi) = a862b46e3ecbeeac4e3f73e6f2382361f30c64610069f598e519d9caaf1663c5 -SIZE (xpi/firefox-i18n-64.0b14/en-CA.xpi) = 454071 -SHA256 (xpi/firefox-i18n-64.0b14/en-GB.xpi) = 97a45b740128ab02b4f84329118ee2d0adbddbdd51500c807d150b768bcaa8a5 -SIZE (xpi/firefox-i18n-64.0b14/en-GB.xpi) = 440958 -SHA256 (xpi/firefox-i18n-64.0b14/en-US.xpi) = f44d67b2e100b32be99e6156934a621000ea933db739304a1050472aeecbbec3 -SIZE (xpi/firefox-i18n-64.0b14/en-US.xpi) = 413610 -SHA256 (xpi/firefox-i18n-64.0b14/en-ZA.xpi) = 0084dfe4e4abc9dc2becbd19ba9484c9db6cfa4f28dc445f6c276bf1468dc550 -SIZE (xpi/firefox-i18n-64.0b14/en-ZA.xpi) = 424502 -SHA256 (xpi/firefox-i18n-64.0b14/eo.xpi) = 2b1ad07138265feb5ff5ef66abc7bf21959a374720459e0f7127eb0ca41b2cbd -SIZE (xpi/firefox-i18n-64.0b14/eo.xpi) = 482461 -SHA256 (xpi/firefox-i18n-64.0b14/es-AR.xpi) = c72a356a56a6800cddbfb2df96100aa54b4318c03779dd76fbbcd0d1cf96301c -SIZE (xpi/firefox-i18n-64.0b14/es-AR.xpi) = 490541 -SHA256 (xpi/firefox-i18n-64.0b14/es-CL.xpi) = 69db314ff17c3c02ffd703d52e75e7fb59f15f46b3f7ec756fc9513e40590a31 -SIZE (xpi/firefox-i18n-64.0b14/es-CL.xpi) = 490252 -SHA256 (xpi/firefox-i18n-64.0b14/es-ES.xpi) = 48678ad3e472f8e3e835351f30219acce129c27c4bcf7e2a42d06645896ec721 -SIZE (xpi/firefox-i18n-64.0b14/es-ES.xpi) = 437808 -SHA256 (xpi/firefox-i18n-64.0b14/es-MX.xpi) = ad5a21d0ada7f03a48e802b4fd9bcfc2057e23069e89a40c8b274f4cf080d47b -SIZE (xpi/firefox-i18n-64.0b14/es-MX.xpi) = 493154 -SHA256 (xpi/firefox-i18n-64.0b14/et.xpi) = 80066added27741facbd4f2709d60bebb205933c61e86298328913cee08b6210 -SIZE (xpi/firefox-i18n-64.0b14/et.xpi) = 473517 -SHA256 (xpi/firefox-i18n-64.0b14/eu.xpi) = 6ebe8da82d7568ac004fdba547a09c407597ddbc5ba6864951496aee2b606a79 -SIZE (xpi/firefox-i18n-64.0b14/eu.xpi) = 477295 -SHA256 (xpi/firefox-i18n-64.0b14/fa.xpi) = 94026a18ae104b5948694323726775625bebaf5263df2c0761ed960e773747b7 -SIZE (xpi/firefox-i18n-64.0b14/fa.xpi) = 529982 -SHA256 (xpi/firefox-i18n-64.0b14/ff.xpi) = 27583d07c49ff368894c821c35b941b60fe0b02819a6d2ea70be472d274d14e5 -SIZE (xpi/firefox-i18n-64.0b14/ff.xpi) = 470387 -SHA256 (xpi/firefox-i18n-64.0b14/fi.xpi) = af12dad5266b4f034d79028f15ac3e2c2303bf6554918110333d1b64221930d9 -SIZE (xpi/firefox-i18n-64.0b14/fi.xpi) = 470564 -SHA256 (xpi/firefox-i18n-64.0b14/fr.xpi) = f2653829fd8ea9dea6d75b3748ddfd053a284747dc7832b39ee2a41d7404f637 -SIZE (xpi/firefox-i18n-64.0b14/fr.xpi) = 499963 -SHA256 (xpi/firefox-i18n-64.0b14/fy-NL.xpi) = 2bb4ce9c93bba23393c45c1c05bdab1835f243c1122caa7b5d87120c75ef1803 -SIZE (xpi/firefox-i18n-64.0b14/fy-NL.xpi) = 488315 -SHA256 (xpi/firefox-i18n-64.0b14/ga-IE.xpi) = 2668ec5f72983eb3e209611a5a3a413066976a827f73fbdc94e7353ef207d7b1 -SIZE (xpi/firefox-i18n-64.0b14/ga-IE.xpi) = 474808 -SHA256 (xpi/firefox-i18n-64.0b14/gd.xpi) = 202a1feade86fa5ca78a223ebacbd84fd33bea877f56e27ef180e23b263770a6 -SIZE (xpi/firefox-i18n-64.0b14/gd.xpi) = 491216 -SHA256 (xpi/firefox-i18n-64.0b14/gl.xpi) = 531c669f2fa9103fafb2e54ce753d890e41973d70307009bdb154993fbba4f28 -SIZE (xpi/firefox-i18n-64.0b14/gl.xpi) = 467023 -SHA256 (xpi/firefox-i18n-64.0b14/gn.xpi) = 4b01131a64f0955720635c6dca6e170804257da4a5e03a78b39d7dc489a83315 -SIZE (xpi/firefox-i18n-64.0b14/gn.xpi) = 497408 -SHA256 (xpi/firefox-i18n-64.0b14/gu-IN.xpi) = 91e72bea1caba7b855df6f7d291674e9eec699f01fd8701259d5a4841089e01b -SIZE (xpi/firefox-i18n-64.0b14/gu-IN.xpi) = 559363 -SHA256 (xpi/firefox-i18n-64.0b14/he.xpi) = dde194b04801c24beae791e76a357b1487e47a5bdfafd443ad320ed46e92d388 -SIZE (xpi/firefox-i18n-64.0b14/he.xpi) = 485002 -SHA256 (xpi/firefox-i18n-64.0b14/hi-IN.xpi) = fc376f4827991485956f24116499fa34500ddcbedc89bdc020ae2152e50f928e -SIZE (xpi/firefox-i18n-64.0b14/hi-IN.xpi) = 544052 -SHA256 (xpi/firefox-i18n-64.0b14/hr.xpi) = 72f2b2625bf47f4965f584503c4f29d415d79098f8f2ab415280b3773d1939c6 -SIZE (xpi/firefox-i18n-64.0b14/hr.xpi) = 464606 -SHA256 (xpi/firefox-i18n-64.0b14/hsb.xpi) = 20bdaa024572fc1467e436f48ecf49a9a8eb6cf485b7f5fb141e0fbaca2790e5 -SIZE (xpi/firefox-i18n-64.0b14/hsb.xpi) = 503922 -SHA256 (xpi/firefox-i18n-64.0b14/hu.xpi) = 151d5b9119fd7ec906929dfb80cad9eb9542ff142c77b3871ab587a818ba3252 -SIZE (xpi/firefox-i18n-64.0b14/hu.xpi) = 501533 -SHA256 (xpi/firefox-i18n-64.0b14/hy-AM.xpi) = f06ae37fffbbb43db205fc886170cd9f1a1d03fbfb6928522c009584f279ca27 -SIZE (xpi/firefox-i18n-64.0b14/hy-AM.xpi) = 520939 -SHA256 (xpi/firefox-i18n-64.0b14/ia.xpi) = 83f6a95b247ec7d0c99b8ccbf2c43c686006f48c1b67d0f35599791c6db6be37 -SIZE (xpi/firefox-i18n-64.0b14/ia.xpi) = 478735 -SHA256 (xpi/firefox-i18n-64.0b14/id.xpi) = 1224d6e485a6cf05fb2ea2073a68ae1ef30649047e9fa4a49623f68bf2824637 -SIZE (xpi/firefox-i18n-64.0b14/id.xpi) = 471522 -SHA256 (xpi/firefox-i18n-64.0b14/is.xpi) = 0718668f0f19e0a2762f8b1fe59120ff014c582ce87dcebe770c94c55c91d199 -SIZE (xpi/firefox-i18n-64.0b14/is.xpi) = 469902 -SHA256 (xpi/firefox-i18n-64.0b14/it.xpi) = 350fb45008921b06ff87e6aa5e29ed93f86b52385cfce6a37cc72292f1a492c1 -SIZE (xpi/firefox-i18n-64.0b14/it.xpi) = 355576 -SHA256 (xpi/firefox-i18n-64.0b14/ja.xpi) = dba37b11441b6bb5e3e4101935f9d492cfb9d8cbb06694f40cf7a8d1e1e17126 -SIZE (xpi/firefox-i18n-64.0b14/ja.xpi) = 506352 -SHA256 (xpi/firefox-i18n-64.0b14/ka.xpi) = 05c2fd603423005aa17971c88a90a80cd33daa664600abb4f434f9eb91f3eed3 -SIZE (xpi/firefox-i18n-64.0b14/ka.xpi) = 521846 -SHA256 (xpi/firefox-i18n-64.0b14/kab.xpi) = 0098610e9a7dbbc19d6a05d565f0b2ab7cbd15a6a9807905a7422dc143e8caf4 -SIZE (xpi/firefox-i18n-64.0b14/kab.xpi) = 493573 -SHA256 (xpi/firefox-i18n-64.0b14/kk.xpi) = 0238464d1d495e5e83b81642613e8997d7e162d1e980f6bd7d4c9efe13fc126f -SIZE (xpi/firefox-i18n-64.0b14/kk.xpi) = 550185 -SHA256 (xpi/firefox-i18n-64.0b14/km.xpi) = e370b748b2e46589539d75f5a8e2c8edc1e6676d059c0afcc1ed5041709b815a -SIZE (xpi/firefox-i18n-64.0b14/km.xpi) = 535438 -SHA256 (xpi/firefox-i18n-64.0b14/kn.xpi) = 5bdfce8837803c63d85f088118c31b595dcac0b938141f92fcadd0cf076fe260 -SIZE (xpi/firefox-i18n-64.0b14/kn.xpi) = 538347 -SHA256 (xpi/firefox-i18n-64.0b14/ko.xpi) = 292dd5b05aeeb31de73b16949d33cd49d20470f64bfe28315a98a0d0a29e2ee8 -SIZE (xpi/firefox-i18n-64.0b14/ko.xpi) = 500862 -SHA256 (xpi/firefox-i18n-64.0b14/lij.xpi) = 33d04f869ea747ff5fdfc7461b81483609ef42473d1401e13b01e57ab0e010cf -SIZE (xpi/firefox-i18n-64.0b14/lij.xpi) = 476174 -SHA256 (xpi/firefox-i18n-64.0b14/lt.xpi) = 7005bd1ca5d341f96a1c272f1b38b87ec90115c7b434de38c7d80ed0abc4af3f -SIZE (xpi/firefox-i18n-64.0b14/lt.xpi) = 504602 -SHA256 (xpi/firefox-i18n-64.0b14/lv.xpi) = 9e2b89098a12b422657f248ef8b58b3703e5e025817e6df66e68376f142893c9 -SIZE (xpi/firefox-i18n-64.0b14/lv.xpi) = 490759 -SHA256 (xpi/firefox-i18n-64.0b14/mai.xpi) = af3f5bcbb232ced85b73d3d9b139071c21a06489046a0dcd57a051ee2074451f -SIZE (xpi/firefox-i18n-64.0b14/mai.xpi) = 496184 -SHA256 (xpi/firefox-i18n-64.0b14/mk.xpi) = 68d5dddc8274c73ee6628cf8c1cc2b1fe1a81216bbc7233a9d55c02fe6a8b204 -SIZE (xpi/firefox-i18n-64.0b14/mk.xpi) = 457988 -SHA256 (xpi/firefox-i18n-64.0b14/ml.xpi) = 231555acae8f505e97efad25e266a856d83b84babccf9a105ca4556658b16a09 -SIZE (xpi/firefox-i18n-64.0b14/ml.xpi) = 542324 -SHA256 (xpi/firefox-i18n-64.0b14/mr.xpi) = 5de697a2408cd32bd04640b0a1020f33cb0ed36175e06ae4d0fdff5452ed27ef -SIZE (xpi/firefox-i18n-64.0b14/mr.xpi) = 540015 -SHA256 (xpi/firefox-i18n-64.0b14/ms.xpi) = 9d282eda4238281d7cafae2beea89fbdc00961ec9e71cf32abeb18dc10cc0b75 -SIZE (xpi/firefox-i18n-64.0b14/ms.xpi) = 473932 -SHA256 (xpi/firefox-i18n-64.0b14/my.xpi) = 0e64ec60a1b8f73561e35b27cb7d82cc491f2d5377605a990dd11570a7a66c0b -SIZE (xpi/firefox-i18n-64.0b14/my.xpi) = 518173 -SHA256 (xpi/firefox-i18n-64.0b14/nb-NO.xpi) = 65e4c625aab032e4baef0b7e3de4ab4376037c5f78c0f38559b7488155929490 -SIZE (xpi/firefox-i18n-64.0b14/nb-NO.xpi) = 473415 -SHA256 (xpi/firefox-i18n-64.0b14/ne-NP.xpi) = 7c6590aba2ad47330a3f5598a89855fa72a83de0bf28dd65fa12a71283d6b85c -SIZE (xpi/firefox-i18n-64.0b14/ne-NP.xpi) = 505820 -SHA256 (xpi/firefox-i18n-64.0b14/nl.xpi) = 7919e98c329583c09b000e5289a8629fedbb16dc236eef012bf8359aa5024486 -SIZE (xpi/firefox-i18n-64.0b14/nl.xpi) = 465185 -SHA256 (xpi/firefox-i18n-64.0b14/nn-NO.xpi) = 9f1073333db3a74f0164622e47d5def4ac0438ca9885b4347b198baa2ea9d0cf -SIZE (xpi/firefox-i18n-64.0b14/nn-NO.xpi) = 472046 -SHA256 (xpi/firefox-i18n-64.0b14/oc.xpi) = 815e9d2f9097a38513a75c6ab9785a6908742ffc16cb4beaed5ed799eabadda9 -SIZE (xpi/firefox-i18n-64.0b14/oc.xpi) = 486839 -SHA256 (xpi/firefox-i18n-64.0b14/or.xpi) = 94b47e4651dc3665fb666c047ed057d78a7d046d61f7ed98edf05d48f9cf1945 -SIZE (xpi/firefox-i18n-64.0b14/or.xpi) = 485457 -SHA256 (xpi/firefox-i18n-64.0b14/pa-IN.xpi) = 9e9fb2f1212bd0eff0c1b52713148be776e4ecd7de15e24b3d264e8961215ae3 -SIZE (xpi/firefox-i18n-64.0b14/pa-IN.xpi) = 505893 -SHA256 (xpi/firefox-i18n-64.0b14/pl.xpi) = 05948ef253909196c68de31585656e69c9a04a9ce2ed9a50a1fedfdb5e316608 -SIZE (xpi/firefox-i18n-64.0b14/pl.xpi) = 383262 -SHA256 (xpi/firefox-i18n-64.0b14/pt-BR.xpi) = 47176e93df6d1cf7f42b410485f3ffc54fd324670771d00e9b09f99e1d818e31 -SIZE (xpi/firefox-i18n-64.0b14/pt-BR.xpi) = 475692 -SHA256 (xpi/firefox-i18n-64.0b14/pt-PT.xpi) = b84d92653bcc50a7e5660d2ae08d7e2d91b9ad7e59f22e22d5d00c9535f90477 -SIZE (xpi/firefox-i18n-64.0b14/pt-PT.xpi) = 488750 -SHA256 (xpi/firefox-i18n-64.0b14/rm.xpi) = 4b56517e0679deec51b85cbbc9b422ae5d2ac52d4b26b9015117662726be52fb -SIZE (xpi/firefox-i18n-64.0b14/rm.xpi) = 478595 -SHA256 (xpi/firefox-i18n-64.0b14/ro.xpi) = 6d45f22ddac910ac22fad92fbb36e0226f1934c97ffbc4a730285bd816be85a5 -SIZE (xpi/firefox-i18n-64.0b14/ro.xpi) = 479969 -SHA256 (xpi/firefox-i18n-64.0b14/ru.xpi) = 2c55282f3d2d00f4d310ffaf60ea1ee380ff0e9078df9337f6cd83c238fc8b2f -SIZE (xpi/firefox-i18n-64.0b14/ru.xpi) = 546352 -SHA256 (xpi/firefox-i18n-64.0b14/si.xpi) = 643c73a6559c91efcd629ce20be5bf93a8961f8b08e58d30ff2486cd70136e1c -SIZE (xpi/firefox-i18n-64.0b14/si.xpi) = 489557 -SHA256 (xpi/firefox-i18n-64.0b14/sk.xpi) = 2f5d1ce5397d35015aed895a187e974a9239bcbe02eaa99ac0a8f42359d9fdde -SIZE (xpi/firefox-i18n-64.0b14/sk.xpi) = 504064 -SHA256 (xpi/firefox-i18n-64.0b14/sl.xpi) = 788191831374c3a2974ad646d3b6c4024df18846081b37704eb1dcffc8d38774 -SIZE (xpi/firefox-i18n-64.0b14/sl.xpi) = 484986 -SHA256 (xpi/firefox-i18n-64.0b14/son.xpi) = e5a15aa2df84fe49a651c41833088a8f12b3e7c8d5dc36e951f8a0bdddf866b8 -SIZE (xpi/firefox-i18n-64.0b14/son.xpi) = 448989 -SHA256 (xpi/firefox-i18n-64.0b14/sq.xpi) = 2d84bbc4e106f707c12d8f7cb783ca62a2eb272db0922149aeca96e3d5dbd8e3 -SIZE (xpi/firefox-i18n-64.0b14/sq.xpi) = 492683 -SHA256 (xpi/firefox-i18n-64.0b14/sr.xpi) = 21d1eca7bbcce9a15c738d4dd2705e002b9aa5b60412c3f490e1c3e646d5d0a8 -SIZE (xpi/firefox-i18n-64.0b14/sr.xpi) = 506360 -SHA256 (xpi/firefox-i18n-64.0b14/sv-SE.xpi) = 4252be17ec0d279635358ce760844c9ad608ed1397481edd0f3583cb013d250c -SIZE (xpi/firefox-i18n-64.0b14/sv-SE.xpi) = 484133 -SHA256 (xpi/firefox-i18n-64.0b14/ta.xpi) = 9d5ce9283c863930ec02be700a6025cfe517812360e83c79ce3c3d68affb8127 -SIZE (xpi/firefox-i18n-64.0b14/ta.xpi) = 530873 -SHA256 (xpi/firefox-i18n-64.0b14/te.xpi) = 15b4c2f71158e45ab921225ad8eafbf927bf7a20f257ee639b2f2c7f6591b563 -SIZE (xpi/firefox-i18n-64.0b14/te.xpi) = 547598 -SHA256 (xpi/firefox-i18n-64.0b14/th.xpi) = 29df7eb33a8eac8b483596377a8c24bd8190afa42cc170ac174eb5b9c77bd67b -SIZE (xpi/firefox-i18n-64.0b14/th.xpi) = 508198 -SHA256 (xpi/firefox-i18n-64.0b14/tr.xpi) = 0126cabd66e942641d4a4932ed4e1973b895044c78df4a334831d8946a01a0a4 -SIZE (xpi/firefox-i18n-64.0b14/tr.xpi) = 494702 -SHA256 (xpi/firefox-i18n-64.0b14/uk.xpi) = bf6411567b0a91fb04700763c4a0f0a40fbfa457d6e8a8cd9d619436dd646d1f -SIZE (xpi/firefox-i18n-64.0b14/uk.xpi) = 521002 -SHA256 (xpi/firefox-i18n-64.0b14/ur.xpi) = 7b078a3e800cbc0056c8ec7cdce53528eaab6dd429c2025f4fd0d28ee3d8b30a -SIZE (xpi/firefox-i18n-64.0b14/ur.xpi) = 521727 -SHA256 (xpi/firefox-i18n-64.0b14/uz.xpi) = e62912966248424a9d52dcb0e782438ea35d54ac6002cdfbb971133a203e1045 -SIZE (xpi/firefox-i18n-64.0b14/uz.xpi) = 466679 -SHA256 (xpi/firefox-i18n-64.0b14/vi.xpi) = 39dfa5fa05fc67ee546917395b5e84aa30e3949d1f410b176dffca416541eb48 -SIZE (xpi/firefox-i18n-64.0b14/vi.xpi) = 488328 -SHA256 (xpi/firefox-i18n-64.0b14/xh.xpi) = 80451346808ec7bc04a3ad77da5b9e5d2783f8f8ec3c9aab9cd20179bce7e6e7 -SIZE (xpi/firefox-i18n-64.0b14/xh.xpi) = 463278 -SHA256 (xpi/firefox-i18n-64.0b14/zh-CN.xpi) = c3bf663d9a80d55534bd5dc2c62e2d88ede1073a36c0368117a6f4a3e6cbb0e0 -SIZE (xpi/firefox-i18n-64.0b14/zh-CN.xpi) = 507512 -SHA256 (xpi/firefox-i18n-64.0b14/zh-TW.xpi) = 14ca5af85af0adcbe69660756395adcbd966e23792256a1c9d8da9677e2ab88f -SIZE (xpi/firefox-i18n-64.0b14/zh-TW.xpi) = 510607 +TIMESTAMP = 1543880118 +SHA256 (xpi/firefox-i18n-64.0/ach.xpi) = bed3163961fc7b80a0561d37a68b3b982d10c9d46378f0a1a212b3222297d685 +SIZE (xpi/firefox-i18n-64.0/ach.xpi) = 455466 +SHA256 (xpi/firefox-i18n-64.0/af.xpi) = bcc24cb14add98aa52c0c1af436be48c7812527a1746a9ea0f0cea62eacf40d3 +SIZE (xpi/firefox-i18n-64.0/af.xpi) = 431980 +SHA256 (xpi/firefox-i18n-64.0/an.xpi) = 32f9c335664179498c077f2b7110dbe4e59cbd1e159fa3be2b67a65bdb3d4ec7 +SIZE (xpi/firefox-i18n-64.0/an.xpi) = 473571 +SHA256 (xpi/firefox-i18n-64.0/ar.xpi) = 70055177105cf5395920dc7e7df8edd123fe8c0705d330f3bfbe879a3ce9e2df +SIZE (xpi/firefox-i18n-64.0/ar.xpi) = 513399 +SHA256 (xpi/firefox-i18n-64.0/as.xpi) = 92f35ecaebc4c93d8ef6183463b5b37e3898eb2af303b742b028e0faa3217bd2 +SIZE (xpi/firefox-i18n-64.0/as.xpi) = 478292 +SHA256 (xpi/firefox-i18n-64.0/ast.xpi) = 43a699ffda269e81f398e4e8de8dcf0e517f67e6fd91b179b8112b5b108cb19c +SIZE (xpi/firefox-i18n-64.0/ast.xpi) = 461823 +SHA256 (xpi/firefox-i18n-64.0/az.xpi) = 9779c6a84b985ae688d38375e709fcf7540813264732a6ab8ee49732d7f946ec +SIZE (xpi/firefox-i18n-64.0/az.xpi) = 490041 +SHA256 (xpi/firefox-i18n-64.0/be.xpi) = a74f1adec1ca303ee49878d170b026b415c799422bbf5138000eefedba9512c3 +SIZE (xpi/firefox-i18n-64.0/be.xpi) = 553259 +SHA256 (xpi/firefox-i18n-64.0/bg.xpi) = 722fc19c6c58d3695cd7a53133109a907fc18273acdb7c47c13aacb3d295e6d2 +SIZE (xpi/firefox-i18n-64.0/bg.xpi) = 523737 +SHA256 (xpi/firefox-i18n-64.0/bn-BD.xpi) = 0a518e463ea8c18d09a8cb7c6dcd67eb0ec2113b0ad7482fc38fb3711a93396a +SIZE (xpi/firefox-i18n-64.0/bn-BD.xpi) = 541867 +SHA256 (xpi/firefox-i18n-64.0/bn-IN.xpi) = 3e27482ae7a7d2f49098178d579d1e59ec99513e95f3a1497385a4b8a25da474 +SIZE (xpi/firefox-i18n-64.0/bn-IN.xpi) = 528985 +SHA256 (xpi/firefox-i18n-64.0/br.xpi) = 29cea610889594acb999b1f20d91768b355d1370a044174a3da43e0493a7256d +SIZE (xpi/firefox-i18n-64.0/br.xpi) = 479237 +SHA256 (xpi/firefox-i18n-64.0/bs.xpi) = 62c51b09249edd504406461614d196aae9a8c092e4d1460cd2f4d1535794539d +SIZE (xpi/firefox-i18n-64.0/bs.xpi) = 471754 +SHA256 (xpi/firefox-i18n-64.0/ca.xpi) = 2a1a52973eb3d2a5fddd1350d483bfbb1cf39e13b2b4b5ee31a4f27c99c1195c +SIZE (xpi/firefox-i18n-64.0/ca.xpi) = 469699 +SHA256 (xpi/firefox-i18n-64.0/cak.xpi) = 83940182b63b14d94f15044571c090e0be7b25698ce9c96be0a5ee02957cf441 +SIZE (xpi/firefox-i18n-64.0/cak.xpi) = 506035 +SHA256 (xpi/firefox-i18n-64.0/cs.xpi) = 78b8b8306bc12f0680e4ad444350d8d7795d07232c77c7679aa2cfe05f10ef88 +SIZE (xpi/firefox-i18n-64.0/cs.xpi) = 494711 +SHA256 (xpi/firefox-i18n-64.0/cy.xpi) = 6d29418447ebcc4caef8c2c86c4e900dcec11b1000b0de45ee15c4f839655a0c +SIZE (xpi/firefox-i18n-64.0/cy.xpi) = 484369 +SHA256 (xpi/firefox-i18n-64.0/da.xpi) = 63c38215f5a09ad90e3e1f9bc5945c5213ab81211095e7e9e0ec3e33b051a19f +SIZE (xpi/firefox-i18n-64.0/da.xpi) = 486851 +SHA256 (xpi/firefox-i18n-64.0/de.xpi) = 015a6c8209b44d9b32af879aeeb5ac75c051b75bef263d65bd74e2283b7c061a +SIZE (xpi/firefox-i18n-64.0/de.xpi) = 494530 +SHA256 (xpi/firefox-i18n-64.0/dsb.xpi) = a72325d63515ad317c991747b0e4b60b8184005069a45a4a685e1c45bd2bff43 +SIZE (xpi/firefox-i18n-64.0/dsb.xpi) = 504230 +SHA256 (xpi/firefox-i18n-64.0/el.xpi) = bc672e3dc29e77117064bdbc6592ee370362108e5e992dad146902498c16e780 +SIZE (xpi/firefox-i18n-64.0/el.xpi) = 558821 +SHA256 (xpi/firefox-i18n-64.0/en-CA.xpi) = 3238e4edad4eb4832ae75a2cd0a559705f0ea3a5d886855e3de8b06d6ba0c10a +SIZE (xpi/firefox-i18n-64.0/en-CA.xpi) = 454071 +SHA256 (xpi/firefox-i18n-64.0/en-GB.xpi) = e5707406ffc8cb78ffcc8cb16ceb689ea3037662b2912412f52f78b8b8a24976 +SIZE (xpi/firefox-i18n-64.0/en-GB.xpi) = 440962 +SHA256 (xpi/firefox-i18n-64.0/en-US.xpi) = 6e38e4401af1bf7d616905ea821128f9284ea5755f70099a3dd5ed137269ea12 +SIZE (xpi/firefox-i18n-64.0/en-US.xpi) = 413601 +SHA256 (xpi/firefox-i18n-64.0/en-ZA.xpi) = ece8c4a86dead88d181211c42ac2562c2e4cab006b7b54d794cf4e11912e12f2 +SIZE (xpi/firefox-i18n-64.0/en-ZA.xpi) = 424502 +SHA256 (xpi/firefox-i18n-64.0/eo.xpi) = dc50b04a15f9d7d950bf9153d8d7a6ece57b77ce6eadb06008b71de33a820ecc +SIZE (xpi/firefox-i18n-64.0/eo.xpi) = 482464 +SHA256 (xpi/firefox-i18n-64.0/es-AR.xpi) = 16af6d2f23262e7655a367f386445ae017d0cfa37685ecdbac09b8e9766978f5 +SIZE (xpi/firefox-i18n-64.0/es-AR.xpi) = 490543 +SHA256 (xpi/firefox-i18n-64.0/es-CL.xpi) = 8be4b30ee3e3fa6dfec7c1bf6645191013d276b0c9915324779056edbc47ec07 +SIZE (xpi/firefox-i18n-64.0/es-CL.xpi) = 490250 +SHA256 (xpi/firefox-i18n-64.0/es-ES.xpi) = 9002d02d9a3a7b1e48d2e3ab69edff84106b913cc71f9a0db1b394bbd6874e1e +SIZE (xpi/firefox-i18n-64.0/es-ES.xpi) = 437807 +SHA256 (xpi/firefox-i18n-64.0/es-MX.xpi) = 72ecc7d007b01dfd1bc4e06a1d79e6f4dc00a173e707c01e4d35de7a045b7b88 +SIZE (xpi/firefox-i18n-64.0/es-MX.xpi) = 493150 +SHA256 (xpi/firefox-i18n-64.0/et.xpi) = 9c1f8fb004d704866318a2ff4e72fdc425773e0b2226c4c3728d78d6a7d1dc85 +SIZE (xpi/firefox-i18n-64.0/et.xpi) = 473517 +SHA256 (xpi/firefox-i18n-64.0/eu.xpi) = 7f111be8a9fa83993aa8ce0b745b612de5c0175af14574cee63752c8aaae161f +SIZE (xpi/firefox-i18n-64.0/eu.xpi) = 477298 +SHA256 (xpi/firefox-i18n-64.0/fa.xpi) = 7e75ab343400387eba48f52db9c102139e1ace6c69630cc93734d7eb001be872 +SIZE (xpi/firefox-i18n-64.0/fa.xpi) = 529981 +SHA256 (xpi/firefox-i18n-64.0/ff.xpi) = 9183069c60f54b507618bc8ccc244a35fd4ab851f9ef00d715002d558223b794 +SIZE (xpi/firefox-i18n-64.0/ff.xpi) = 470387 +SHA256 (xpi/firefox-i18n-64.0/fi.xpi) = c760ebddc336eb058aff7c201d67f399444894e2fc673923a76d5f9073c4ea85 +SIZE (xpi/firefox-i18n-64.0/fi.xpi) = 470569 +SHA256 (xpi/firefox-i18n-64.0/fr.xpi) = 3bf2b914d25988b67c111b92b13a46d45eba0d529b22ca9e9fd62023ec2b6017 +SIZE (xpi/firefox-i18n-64.0/fr.xpi) = 499967 +SHA256 (xpi/firefox-i18n-64.0/fy-NL.xpi) = 74b616fa8a120551003fcdcaaf0b6886a38480bdf1e9ff39600abf16fc22afe8 +SIZE (xpi/firefox-i18n-64.0/fy-NL.xpi) = 488320 +SHA256 (xpi/firefox-i18n-64.0/ga-IE.xpi) = 93f1f61d231c82a5f5ebab67663fcceca72a99bf3180c9c83d8d3de591acd70b +SIZE (xpi/firefox-i18n-64.0/ga-IE.xpi) = 474812 +SHA256 (xpi/firefox-i18n-64.0/gd.xpi) = 248ae06a90a7b8e6a052eefb4b06e39a3146c8d56ba3c3f8e5cf42102661750b +SIZE (xpi/firefox-i18n-64.0/gd.xpi) = 491216 +SHA256 (xpi/firefox-i18n-64.0/gl.xpi) = 97115938f2ba139ea3a49ea46cd9b51af1cbc87bafbc284251d3805ba982201f +SIZE (xpi/firefox-i18n-64.0/gl.xpi) = 467029 +SHA256 (xpi/firefox-i18n-64.0/gn.xpi) = 838bf353c41a21e343e2e2632ea8114af9c4240b1ff1cff99df97d8121056e35 +SIZE (xpi/firefox-i18n-64.0/gn.xpi) = 497405 +SHA256 (xpi/firefox-i18n-64.0/gu-IN.xpi) = b163dd819ed5df7df974c12a2a2f20b59faf2b57df9216bdcaa747956b878ca9 +SIZE (xpi/firefox-i18n-64.0/gu-IN.xpi) = 559368 +SHA256 (xpi/firefox-i18n-64.0/he.xpi) = b9a49910faf20a86f232924b5dcde12198237865f5f1075e7d129187efcfd7b7 +SIZE (xpi/firefox-i18n-64.0/he.xpi) = 485006 +SHA256 (xpi/firefox-i18n-64.0/hi-IN.xpi) = f4fd9cfa83815617bb96d1aad07f06eeddb2e5884ec01db19859235226294f3a +SIZE (xpi/firefox-i18n-64.0/hi-IN.xpi) = 544055 +SHA256 (xpi/firefox-i18n-64.0/hr.xpi) = 48b86f2a82ce5f9bcdd7a630f0b95fc6f7bb668747a2dee31d23e14194761a10 +SIZE (xpi/firefox-i18n-64.0/hr.xpi) = 464601 +SHA256 (xpi/firefox-i18n-64.0/hsb.xpi) = f089d72d0e1495b6daaf47fa82c2803993720bcb471d3f18fb29dd016f31c4c9 +SIZE (xpi/firefox-i18n-64.0/hsb.xpi) = 503925 +SHA256 (xpi/firefox-i18n-64.0/hu.xpi) = c86da3fda420b44c5283de42f22179a42bb3727dc5276395649b8e11808cce8a +SIZE (xpi/firefox-i18n-64.0/hu.xpi) = 501535 +SHA256 (xpi/firefox-i18n-64.0/hy-AM.xpi) = 47755d1c795655a85dccc6a69a091611d3487f820f736c7b7e75813a8742e3ff +SIZE (xpi/firefox-i18n-64.0/hy-AM.xpi) = 520937 +SHA256 (xpi/firefox-i18n-64.0/ia.xpi) = 75dae499dd353915a69adf2eeda61a38a11c3734e3be1a9b801ac5b3d95a1695 +SIZE (xpi/firefox-i18n-64.0/ia.xpi) = 478730 +SHA256 (xpi/firefox-i18n-64.0/id.xpi) = 7ca4ef4426547dd90b0870c581c4f43c8d3098703e22bdad2079ebc4e71adcc3 +SIZE (xpi/firefox-i18n-64.0/id.xpi) = 471527 +SHA256 (xpi/firefox-i18n-64.0/is.xpi) = ffbab042c6834ce7ecd19aae9f50566792de425eb4dd3ce5689b1988fe294881 +SIZE (xpi/firefox-i18n-64.0/is.xpi) = 469907 +SHA256 (xpi/firefox-i18n-64.0/it.xpi) = 52110e91465142a853424ddc5340e4c37254b7e4eced82e554050c337a0cd9eb +SIZE (xpi/firefox-i18n-64.0/it.xpi) = 355573 +SHA256 (xpi/firefox-i18n-64.0/ja.xpi) = 15b2e61e938298af58447fcd70d37203f51890c4b73307c76e35a6e0156059ca +SIZE (xpi/firefox-i18n-64.0/ja.xpi) = 506349 +SHA256 (xpi/firefox-i18n-64.0/ka.xpi) = 9d5811a439201ded7b16021b417a5bf69ddfd9cad7d2ae187e92d6ea2623d473 +SIZE (xpi/firefox-i18n-64.0/ka.xpi) = 521856 +SHA256 (xpi/firefox-i18n-64.0/kab.xpi) = 377b1bdd22b1dc6e5f16d6ab9dc4f7188426a8c8dfc1610902fc50ffbb6f71a4 +SIZE (xpi/firefox-i18n-64.0/kab.xpi) = 493582 +SHA256 (xpi/firefox-i18n-64.0/kk.xpi) = c2e47a0d41f1eb117f354cb34348970c93ae914b8f16124d69e49a413e0d4360 +SIZE (xpi/firefox-i18n-64.0/kk.xpi) = 550181 +SHA256 (xpi/firefox-i18n-64.0/km.xpi) = 65cfd6c70f9c855995079b3b241e906e0edcdbef53468395a54784eabe8af30e +SIZE (xpi/firefox-i18n-64.0/km.xpi) = 535443 +SHA256 (xpi/firefox-i18n-64.0/kn.xpi) = 36f73636103b6dc6413337e517709f5dcd29933f15e066f975f50eb8c9cafcb8 +SIZE (xpi/firefox-i18n-64.0/kn.xpi) = 538347 +SHA256 (xpi/firefox-i18n-64.0/ko.xpi) = b3d046f8572b5f2ec5700ddc9d7df74424e0c6630cd2c181611c3167089add0f +SIZE (xpi/firefox-i18n-64.0/ko.xpi) = 500860 +SHA256 (xpi/firefox-i18n-64.0/lij.xpi) = a4b7cd20fbd9b3b31918d5eb9fab9ed59573d020b94be4341fe48ccf0f53bbfe +SIZE (xpi/firefox-i18n-64.0/lij.xpi) = 476180 +SHA256 (xpi/firefox-i18n-64.0/lt.xpi) = c71d16a4c9f6770aaf538cf3430cc45733c39bcc257ee73954deb8fba342163b +SIZE (xpi/firefox-i18n-64.0/lt.xpi) = 504608 +SHA256 (xpi/firefox-i18n-64.0/lv.xpi) = a663b091c8debaae211c66dd6469763dc5a800ba2c7c4ee2ec51b3f45923ae71 +SIZE (xpi/firefox-i18n-64.0/lv.xpi) = 490766 +SHA256 (xpi/firefox-i18n-64.0/mai.xpi) = f48292a64eaa22a127ade30925bf550f8da33baa873ec917ccb0abefab5086c9 +SIZE (xpi/firefox-i18n-64.0/mai.xpi) = 496198 +SHA256 (xpi/firefox-i18n-64.0/mk.xpi) = 69f207ac8ea125e25b52080baf81e86ead253c72d6e18c7d6fd07b04cc1e4ffc +SIZE (xpi/firefox-i18n-64.0/mk.xpi) = 457982 +SHA256 (xpi/firefox-i18n-64.0/ml.xpi) = 782b27dc050a65fff84ab774a6a24e6b668cacc17fc6abb1cd53b0d080f4c13e +SIZE (xpi/firefox-i18n-64.0/ml.xpi) = 542321 +SHA256 (xpi/firefox-i18n-64.0/mr.xpi) = d3d0e65a88381ea2b7daa79544246376960b191e54beef11b7fa40ca00cd8687 +SIZE (xpi/firefox-i18n-64.0/mr.xpi) = 540017 +SHA256 (xpi/firefox-i18n-64.0/ms.xpi) = a5f4d54fce70d884801c588dea339d7754fd719e22f6bd173cb27fe86b97f728 +SIZE (xpi/firefox-i18n-64.0/ms.xpi) = 473934 +SHA256 (xpi/firefox-i18n-64.0/my.xpi) = e5d1f6659ab2e119488f92bc4d1c9f64587e2e924f5b9c376759b3cf061bfd8f +SIZE (xpi/firefox-i18n-64.0/my.xpi) = 518173 +SHA256 (xpi/firefox-i18n-64.0/nb-NO.xpi) = 0d1a7cb8d5acc9130284a23576dcdfd10c816ef4f50accf337d96746336854fa +SIZE (xpi/firefox-i18n-64.0/nb-NO.xpi) = 473416 +SHA256 (xpi/firefox-i18n-64.0/ne-NP.xpi) = c33e305f3adfd0d6d72be669c537f7ea6b458ceabaee5942d2fba8d083559ca5 +SIZE (xpi/firefox-i18n-64.0/ne-NP.xpi) = 505819 +SHA256 (xpi/firefox-i18n-64.0/nl.xpi) = 957a3e310c2433e41f2401b0a866f8bfe999fcf25e31e5be051e39650d569289 +SIZE (xpi/firefox-i18n-64.0/nl.xpi) = 465185 +SHA256 (xpi/firefox-i18n-64.0/nn-NO.xpi) = 0f31a330193a705dfe31cedfa2b28641aedab8e401c1a9928097d426521a338e +SIZE (xpi/firefox-i18n-64.0/nn-NO.xpi) = 472039 +SHA256 (xpi/firefox-i18n-64.0/oc.xpi) = e706fc34e0004b450b2f658785afadc76d2743bc654ec443541c3d6f00fbf59c +SIZE (xpi/firefox-i18n-64.0/oc.xpi) = 486839 +SHA256 (xpi/firefox-i18n-64.0/or.xpi) = 69387714d034e7f02a673cb27b5deb2e2022bf2fb683b716004488f9ccedfe3f +SIZE (xpi/firefox-i18n-64.0/or.xpi) = 485456 +SHA256 (xpi/firefox-i18n-64.0/pa-IN.xpi) = 32c673064070322de3722d1bb3b4977ee62e098988905e662cb68a28ce83f3fb +SIZE (xpi/firefox-i18n-64.0/pa-IN.xpi) = 505885 +SHA256 (xpi/firefox-i18n-64.0/pl.xpi) = fcf436c1b25a6ee7069a8ff542b5fd5bdd209b40f44e9cce865074a795f0ab49 +SIZE (xpi/firefox-i18n-64.0/pl.xpi) = 383259 +SHA256 (xpi/firefox-i18n-64.0/pt-BR.xpi) = 9788d18876803b0e1fe7608b2aface8311ac4fff64f63776ddffe34443729b8f +SIZE (xpi/firefox-i18n-64.0/pt-BR.xpi) = 475687 +SHA256 (xpi/firefox-i18n-64.0/pt-PT.xpi) = c5db5dccf38c7755e29ff182e5d208372f049aa9396d4f9b21eb2c25eda63347 +SIZE (xpi/firefox-i18n-64.0/pt-PT.xpi) = 488746 +SHA256 (xpi/firefox-i18n-64.0/rm.xpi) = e19e6aff7dd96d0671e73c3ca91bc4a6a218f3c13353bcd673fb2bc88fb17f50 +SIZE (xpi/firefox-i18n-64.0/rm.xpi) = 478602 +SHA256 (xpi/firefox-i18n-64.0/ro.xpi) = f6e9a692bd69b54e16943bab6f38a781493abf1ca710728a16113333f21a365a +SIZE (xpi/firefox-i18n-64.0/ro.xpi) = 479970 +SHA256 (xpi/firefox-i18n-64.0/ru.xpi) = 53b2a00ca9ef38daedb67409293551790aa52813cdcdeee404d5d49304ade673 +SIZE (xpi/firefox-i18n-64.0/ru.xpi) = 546349 +SHA256 (xpi/firefox-i18n-64.0/si.xpi) = 8a8036d0fa43882488c0579bda242a8c2d3f1cc00d06efa20ff52de33c358746 +SIZE (xpi/firefox-i18n-64.0/si.xpi) = 489560 +SHA256 (xpi/firefox-i18n-64.0/sk.xpi) = cb775a337f993047dc8c3d4e3974ee55bb5bae4aaf6c96e926928ad0fac5392c +SIZE (xpi/firefox-i18n-64.0/sk.xpi) = 504067 +SHA256 (xpi/firefox-i18n-64.0/sl.xpi) = 7286b2c0d610601df6ab798008b450e4e64df40de294aa75b1f994bacb0cfdc1 +SIZE (xpi/firefox-i18n-64.0/sl.xpi) = 484987 +SHA256 (xpi/firefox-i18n-64.0/son.xpi) = 9c88cb4a0c08796403926be5587703c7cdd363ecd93e7c391a75896a50c8d0c3 +SIZE (xpi/firefox-i18n-64.0/son.xpi) = 448996 +SHA256 (xpi/firefox-i18n-64.0/sq.xpi) = 9743dbc1c8f3f03ce261df748ee5d411e3d6f67dfbc683a6b075e18a82a8192a +SIZE (xpi/firefox-i18n-64.0/sq.xpi) = 492687 +SHA256 (xpi/firefox-i18n-64.0/sr.xpi) = 251715bc3533ddc0d2e12c355ad30f5270afa4e911deb6e7755f864ebd181f34 +SIZE (xpi/firefox-i18n-64.0/sr.xpi) = 506360 +SHA256 (xpi/firefox-i18n-64.0/sv-SE.xpi) = 7014dfba4fc522c2c50e7fb4d32383c5447526b40dde33080b97d35e61c942c8 +SIZE (xpi/firefox-i18n-64.0/sv-SE.xpi) = 484137 +SHA256 (xpi/firefox-i18n-64.0/ta.xpi) = 1ed4b5b36f470c12cafa59e9a9b156e1389b4b0d6482c72455732f1a4d22d8ea +SIZE (xpi/firefox-i18n-64.0/ta.xpi) = 530863 +SHA256 (xpi/firefox-i18n-64.0/te.xpi) = 354c875f9843fc7048748edc2c0bff5554ddf97c806aece434b6289bd3d4e80f +SIZE (xpi/firefox-i18n-64.0/te.xpi) = 547596 +SHA256 (xpi/firefox-i18n-64.0/th.xpi) = 135ea6ed8cbdc22ac1e003738444750a01c0756a3d7f0b413549f12f536a4c51 +SIZE (xpi/firefox-i18n-64.0/th.xpi) = 508205 +SHA256 (xpi/firefox-i18n-64.0/tr.xpi) = cb09ce5c88e96b9188ffc081a48e1c92b2dff25784d1468e160ce5182c371932 +SIZE (xpi/firefox-i18n-64.0/tr.xpi) = 494709 +SHA256 (xpi/firefox-i18n-64.0/uk.xpi) = 66a41bcbd43326d3752198a1d8ec1f8e2582e0134c832b4489a563423498d24c +SIZE (xpi/firefox-i18n-64.0/uk.xpi) = 521002 +SHA256 (xpi/firefox-i18n-64.0/ur.xpi) = a7975896cdcad3eaec2314ed22faed410aed74c88b31c92792aadcf8af92d6e0 +SIZE (xpi/firefox-i18n-64.0/ur.xpi) = 521722 +SHA256 (xpi/firefox-i18n-64.0/uz.xpi) = 2979996022a96772445a35b69d312841cbd67fab7c4ed179ec62b112945cbcf1 +SIZE (xpi/firefox-i18n-64.0/uz.xpi) = 466668 +SHA256 (xpi/firefox-i18n-64.0/vi.xpi) = 0db515293efd1c506fbba00ecdf160ef8d1c939d349b1ffffe3cd0a928c75b8a +SIZE (xpi/firefox-i18n-64.0/vi.xpi) = 488330 +SHA256 (xpi/firefox-i18n-64.0/xh.xpi) = 6571def1c24c6c3355503958ca490ae1dda3a7418180666e132791d16bdc7938 +SIZE (xpi/firefox-i18n-64.0/xh.xpi) = 463275 +SHA256 (xpi/firefox-i18n-64.0/zh-CN.xpi) = f23d0953d47222f00bab6af3ffee8882b7f3a47258e7b9077e20e85abc0ce081 +SIZE (xpi/firefox-i18n-64.0/zh-CN.xpi) = 507522 +SHA256 (xpi/firefox-i18n-64.0/zh-TW.xpi) = aa44da6331b45528ccba95c133ef381cb9b44aaeb222a65298fc515800b5c059 +SIZE (xpi/firefox-i18n-64.0/zh-TW.xpi) = 510612 From owner-svn-ports-all@freebsd.org Tue Dec 4 02:07:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BE6A1317FF4; Tue, 4 Dec 2018 02:07:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 377117CE59; Tue, 4 Dec 2018 02:07:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 187EA1EC13; Tue, 4 Dec 2018 02:07:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4271Y5072958; Tue, 4 Dec 2018 02:07:01 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4271ra072956; Tue, 4 Dec 2018 02:07:01 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812040207.wB4271ra072956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 02:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486576 - head/net/py-magic-wormhole X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/py-magic-wormhole X-SVN-Commit-Revision: 486576 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 377117CE59 X-Spamd-Result: default: False [-0.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.46)[0.464,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 02:07:02 -0000 Author: swills Date: Tue Dec 4 02:07:01 2018 New Revision: 486576 URL: https://svnweb.freebsd.org/changeset/ports/486576 Log: net/py-magic-wormhole: update to 0.11.2 Modified: head/net/py-magic-wormhole/Makefile (contents, props changed) head/net/py-magic-wormhole/distinfo (contents, props changed) Modified: head/net/py-magic-wormhole/Makefile ============================================================================== --- head/net/py-magic-wormhole/Makefile Tue Dec 4 01:14:55 2018 (r486575) +++ head/net/py-magic-wormhole/Makefile Tue Dec 4 02:07:01 2018 (r486576) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= magic-wormhole -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.2 CATEGORIES= net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-magic-wormhole/distinfo ============================================================================== --- head/net/py-magic-wormhole/distinfo Tue Dec 4 01:14:55 2018 (r486575) +++ head/net/py-magic-wormhole/distinfo Tue Dec 4 02:07:01 2018 (r486576) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541117252 -SHA256 (magic-wormhole-0.11.0.tar.gz) = 6fe82f2616b7fe021c969ff6d2c4b0e7fba776ffeb0ae4749b721d66412a331f -SIZE (magic-wormhole-0.11.0.tar.gz) = 197268 +TIMESTAMP = 1543876292 +SHA256 (magic-wormhole-0.11.2.tar.gz) = ae79667bdbb39fba7d315e36718db383651b45421813366cfaceb069e222d905 +SIZE (magic-wormhole-0.11.2.tar.gz) = 197378 From owner-svn-ports-all@freebsd.org Tue Dec 4 02:49:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80BB3131BBBA; Tue, 4 Dec 2018 02:49:28 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2588E7FAD3; Tue, 4 Dec 2018 02:49:28 +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 0663C1F2AA; Tue, 4 Dec 2018 02:49:28 +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 wB42nRX6093854; Tue, 4 Dec 2018 02:49:27 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB42nRNK093852; Tue, 4 Dec 2018 02:49:27 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812040249.wB42nRNK093852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 4 Dec 2018 02:49:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486580 - head/www/py-django111 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/py-django111 X-SVN-Commit-Revision: 486580 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2588E7FAD3 X-Spamd-Result: default: False [0.03 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.53)[0.530,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 02:49:28 -0000 Author: wen Date: Tue Dec 4 02:49:27 2018 New Revision: 486580 URL: https://svnweb.freebsd.org/changeset/ports/486580 Log: - Update to 1.11.17 Modified: head/www/py-django111/Makefile head/www/py-django111/distinfo Modified: head/www/py-django111/Makefile ============================================================================== --- head/www/py-django111/Makefile Tue Dec 4 02:39:58 2018 (r486579) +++ head/www/py-django111/Makefile Tue Dec 4 02:49:27 2018 (r486580) @@ -4,7 +4,7 @@ # Remember to update www/py-django along with this port. PORTNAME= django -PORTVERSION= 1.11.16 +PORTVERSION= 1.11.17 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: head/www/py-django111/distinfo ============================================================================== --- head/www/py-django111/distinfo Tue Dec 4 02:39:58 2018 (r486579) +++ head/www/py-django111/distinfo Tue Dec 4 02:49:27 2018 (r486580) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538485412 -SHA256 (python/Django-1.11.16.tar.gz) = 29268cc47816a44f27308e60f71da635f549c47d8a1d003b28de55141df75791 -SIZE (python/Django-1.11.16.tar.gz) = 7852514 +TIMESTAMP = 1543891221 +SHA256 (python/Django-1.11.17.tar.gz) = a787ee66f4b4cf8ed753661cabcec603989677fa3a107fcb7f15511a44bdb483 +SIZE (python/Django-1.11.17.tar.gz) = 7853439 From owner-svn-ports-all@freebsd.org Tue Dec 4 02:39:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86848131AF7E; Tue, 4 Dec 2018 02:39:59 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 278C27F265; Tue, 4 Dec 2018 02:39:59 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03B0C1F112; Tue, 4 Dec 2018 02:39:59 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB42dwIA088871; Tue, 4 Dec 2018 02:39:58 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB42dw25088870; Tue, 4 Dec 2018 02:39:58 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201812040239.wB42dw25088870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 4 Dec 2018 02:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486579 - head/security/clamav X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/security/clamav X-SVN-Commit-Revision: 486579 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 278C27F265 X-Spamd-Result: default: False [0.03 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_SHORT(0.53)[0.530,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 02:39:59 -0000 Author: ler Date: Tue Dec 4 02:39:58 2018 New Revision: 486579 URL: https://svnweb.freebsd.org/changeset/ports/486579 Log: security/clamav: build no longer produces libclammspack.a and libclammspack.pc with the MSPACK option unset. PR: 233763 Reported by: PopularMoment@protonmail.com Modified: head/security/clamav/Makefile head/security/clamav/pkg-plist Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Tue Dec 4 02:33:14 2018 (r486578) +++ head/security/clamav/Makefile Tue Dec 4 02:39:58 2018 (r486579) @@ -2,6 +2,7 @@ PORTNAME= clamav PORTVERSION= 0.101.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ Modified: head/security/clamav/pkg-plist ============================================================================== --- head/security/clamav/pkg-plist Tue Dec 4 02:33:14 2018 (r486578) +++ head/security/clamav/pkg-plist Tue Dec 4 02:39:58 2018 (r486579) @@ -2,11 +2,9 @@ %%JSON%%man/man1/clamsubmit.1.gz %%MILTER%%@sample etc/clamav-milter.conf.sample %%MILTER%%sbin/clamav-milter -%%NO_MSPACK%%lib/libclammspack.a %%NO_MSPACK%%lib/libclammspack.so %%NO_MSPACK%%lib/libclammspack.so.0 %%NO_MSPACK%%lib/libclammspack.so.0.1.0 -%%NO_MSPACK%%libdata/pkgconfig/libclammspack.pc %%PORTDOCS%%%%DOCSDIR%%/html/UserManual.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix/Steps-Debian-Ubuntu.html From owner-svn-ports-all@freebsd.org Tue Dec 4 02:15:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D5511318DDC; Tue, 4 Dec 2018 02:15:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4B4F7D63E; Tue, 4 Dec 2018 02:15:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85F851EDB0; Tue, 4 Dec 2018 02:15:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB42FYE0077983; Tue, 4 Dec 2018 02:15:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB42FYUS077982; Tue, 4 Dec 2018 02:15:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812040215.wB42FYUS077982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 02:15:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486577 - head/sysutils/cbsd X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/sysutils/cbsd X-SVN-Commit-Revision: 486577 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A4B4F7D63E X-Spamd-Result: default: False [0.03 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_SHORT(0.53)[0.530,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 02:15:35 -0000 Author: swills Date: Tue Dec 4 02:15:33 2018 New Revision: 486577 URL: https://svnweb.freebsd.org/changeset/ports/486577 Log: sysutils/cbsd: update to 12.0.3 PR: 233762 Submitted by: olevole@olevole.ru (maintainer) Modified: head/sysutils/cbsd/Makefile (contents, props changed) head/sysutils/cbsd/distinfo (contents, props changed) Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Tue Dec 4 02:07:01 2018 (r486576) +++ head/sysutils/cbsd/Makefile Tue Dec 4 02:15:33 2018 (r486577) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -DISTVERSION= 12.0.2 +DISTVERSION= 12.0.3 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Tue Dec 4 02:07:01 2018 (r486576) +++ head/sysutils/cbsd/distinfo Tue Dec 4 02:15:33 2018 (r486577) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543086929 -SHA256 (cbsd-cbsd-12.0.2_GH0.tar.gz) = 2e1703e366ad8070d19beb7d3b77304901e0d1ca52b8395290102fdcf6e6a009 -SIZE (cbsd-cbsd-12.0.2_GH0.tar.gz) = 5764315 +TIMESTAMP = 1543882775 +SHA256 (cbsd-cbsd-12.0.3_GH0.tar.gz) = a27fde4350ec6e115611c41bbd71390688f81c17fd4f15f5cdc48e79931d0152 +SIZE (cbsd-cbsd-12.0.3_GH0.tar.gz) = 5763725 From owner-svn-ports-all@freebsd.org Tue Dec 4 02:33:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78956131A69F; Tue, 4 Dec 2018 02:33:15 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C7B67E770; Tue, 4 Dec 2018 02:33:15 +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 F30581F10C; Tue, 4 Dec 2018 02:33:14 +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 wB42XEeg088479; Tue, 4 Dec 2018 02:33:14 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB42XEJ0088477; Tue, 4 Dec 2018 02:33:14 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812040233.wB42XEJ0088477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 4 Dec 2018 02:33:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486578 - head/www/py-django21 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/py-django21 X-SVN-Commit-Revision: 486578 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1C7B67E770 X-Spamd-Result: default: False [0.03 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_SPAM_SHORT(0.53)[0.530,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 02:33:15 -0000 Author: wen Date: Tue Dec 4 02:33:14 2018 New Revision: 486578 URL: https://svnweb.freebsd.org/changeset/ports/486578 Log: - Update to 2.1.4 Modified: head/www/py-django21/Makefile head/www/py-django21/distinfo Modified: head/www/py-django21/Makefile ============================================================================== --- head/www/py-django21/Makefile Tue Dec 4 02:15:33 2018 (r486577) +++ head/www/py-django21/Makefile Tue Dec 4 02:33:14 2018 (r486578) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: head/www/py-django21/distinfo ============================================================================== --- head/www/py-django21/distinfo Tue Dec 4 02:15:33 2018 (r486577) +++ head/www/py-django21/distinfo Tue Dec 4 02:33:14 2018 (r486578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541209258 -SHA256 (python/Django-2.1.3.tar.gz) = 1ffab268ada3d5684c05ba7ce776eaeedef360712358d6a6b340ae9f16486916 -SIZE (python/Django-2.1.3.tar.gz) = 8611851 +TIMESTAMP = 1543889403 +SHA256 (python/Django-2.1.4.tar.gz) = 068d51054083d06ceb32ce02b7203f1854256047a0d58682677dd4f81bceabd7 +SIZE (python/Django-2.1.4.tar.gz) = 8611886 From owner-svn-ports-all@freebsd.org Tue Dec 4 05:25:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CABE41324CFD; Tue, 4 Dec 2018 05:25: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72659850AE; Tue, 4 Dec 2018 05:25: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 4C4F220D18; Tue, 4 Dec 2018 05:25: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 wB45Pit2076320; Tue, 4 Dec 2018 05:25:44 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB45PhAf076317; Tue, 4 Dec 2018 05:25:43 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812040525.wB45PhAf076317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 4 Dec 2018 05:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486581 - head/math/gau2grid X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/gau2grid X-SVN-Commit-Revision: 486581 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 72659850AE X-Spamd-Result: default: False [-0.68 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; NEURAL_HAM_SHORT(-0.25)[-0.255,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 05:25:45 -0000 Author: yuri Date: Tue Dec 4 05:25:43 2018 New Revision: 486581 URL: https://svnweb.freebsd.org/changeset/ports/486581 Log: math/gau2grid: Update 1.2.0->1.3.0 Reported by: portscout Modified: head/math/gau2grid/Makefile head/math/gau2grid/distinfo head/math/gau2grid/pkg-plist Modified: head/math/gau2grid/Makefile ============================================================================== --- head/math/gau2grid/Makefile Tue Dec 4 02:49:27 2018 (r486580) +++ head/math/gau2grid/Makefile Tue Dec 4 05:25:43 2018 (r486581) @@ -2,9 +2,12 @@ PORTNAME= gau2grid DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 +DISTVERSION= 1.3.0 CATEGORIES= math python +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 0deace28eaad3359a595e384daf7bb9dd157c0d6.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Fast computation of a gaussian and its derivative on a grid @@ -16,7 +19,7 @@ ONLY_FOR_ARCHS_REASON= BUG: ValueError: descr is not a BUILD_DEPENDS= ${PYNUMPY} -USES= cmake:outsource python:build # C code build depends on python to generate some headers +USES= cmake:outsource compiler:c11 python:build # C code build depends on python to generate some headers USE_GITHUB= yes GH_ACCOUNT= dgasmith USE_LDCONFIG= yes Modified: head/math/gau2grid/distinfo ============================================================================== --- head/math/gau2grid/distinfo Tue Dec 4 02:49:27 2018 (r486580) +++ head/math/gau2grid/distinfo Tue Dec 4 05:25:43 2018 (r486581) @@ -1,3 +1,5 @@ -TIMESTAMP = 1538885352 -SHA256 (dgasmith-gau2grid-v1.2.0_GH0.tar.gz) = 5c0312256c794d17c806bafa4a755489d21d3985e44a4429e865b51e67666b9c -SIZE (dgasmith-gau2grid-v1.2.0_GH0.tar.gz) = 124928 +TIMESTAMP = 1543900579 +SHA256 (dgasmith-gau2grid-v1.3.0_GH0.tar.gz) = 3e93304cb6b6871811f43c5491fe7d597dcf6432bd09cb1f70e6c41fa20ab1a2 +SIZE (dgasmith-gau2grid-v1.3.0_GH0.tar.gz) = 208146 +SHA256 (0deace28eaad3359a595e384daf7bb9dd157c0d6.patch) = 1f689856c9c691e9106e66365d5da337c7abcd1edb645c7ddfe9d6e39fb2e074 +SIZE (0deace28eaad3359a595e384daf7bb9dd157c0d6.patch) = 1051 Modified: head/math/gau2grid/pkg-plist ============================================================================== --- head/math/gau2grid/pkg-plist Tue Dec 4 02:49:27 2018 (r486580) +++ head/math/gau2grid/pkg-plist Tue Dec 4 05:25:43 2018 (r486581) @@ -1,6 +1,7 @@ include/gau2grid/gau2grid.h include/gau2grid/gau2grid_pragma.h lib/libgg.so +lib/libgg.so.1 share/cmake/gau2grid/gau2gridConfig.cmake share/cmake/gau2grid/gau2gridConfigVersion.cmake share/cmake/gau2grid/gau2gridTargets-%%CMAKE_BUILD_TYPE%%.cmake From owner-svn-ports-all@freebsd.org Tue Dec 4 05:26:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AF691324D72; Tue, 4 Dec 2018 05:26:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5FDF851B1; Tue, 4 Dec 2018 05:26:47 +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 A750A20D1A; Tue, 4 Dec 2018 05:26:47 +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 wB45Qlki076479; Tue, 4 Dec 2018 05:26:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB45Ql5G076478; Tue, 4 Dec 2018 05:26:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812040526.wB45Ql5G076478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 4 Dec 2018 05:26:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486582 - head/math/py-gau2grid X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-gau2grid X-SVN-Commit-Revision: 486582 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C5FDF851B1 X-Spamd-Result: default: False [-0.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.26)[-0.260,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 05:26:48 -0000 Author: yuri Date: Tue Dec 4 05:26:47 2018 New Revision: 486582 URL: https://svnweb.freebsd.org/changeset/ports/486582 Log: math/py-gau2grid: Update 1.2.0 -> 1.3.0 Reported by: portscout Modified: head/math/py-gau2grid/Makefile head/math/py-gau2grid/distinfo Modified: head/math/py-gau2grid/Makefile ============================================================================== --- head/math/py-gau2grid/Makefile Tue Dec 4 05:25:43 2018 (r486581) +++ head/math/py-gau2grid/Makefile Tue Dec 4 05:26:47 2018 (r486582) @@ -2,28 +2,30 @@ PORTNAME= gau2grid DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 +DISTVERSION= 1.3.0 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 0deace28eaad3359a595e384daf7bb9dd157c0d6.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Fast computation of a gaussian and its derivative on a grid LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= BUG: ValueError: descr is not a valid dtype descriptor: '0:devel/py-pytest@${PY_FLAVOR} -USES= python +USES= compiler:c11 python USE_GITHUB= yes GH_ACCOUNT= dgasmith USE_PYTHON= distutils autoplist + +PLIST_FILES= ${PYTHON_SITELIBDIR}/gau2grid/libgg.so.1 # https://github.com/dgasmith/gau2grid/issues/33 do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest Modified: head/math/py-gau2grid/distinfo ============================================================================== --- head/math/py-gau2grid/distinfo Tue Dec 4 05:25:43 2018 (r486581) +++ head/math/py-gau2grid/distinfo Tue Dec 4 05:26:47 2018 (r486582) @@ -1,3 +1,5 @@ -TIMESTAMP = 1538885352 -SHA256 (dgasmith-gau2grid-v1.2.0_GH0.tar.gz) = 5c0312256c794d17c806bafa4a755489d21d3985e44a4429e865b51e67666b9c -SIZE (dgasmith-gau2grid-v1.2.0_GH0.tar.gz) = 124928 +TIMESTAMP = 1543900549 +SHA256 (dgasmith-gau2grid-v1.3.0_GH0.tar.gz) = 3e93304cb6b6871811f43c5491fe7d597dcf6432bd09cb1f70e6c41fa20ab1a2 +SIZE (dgasmith-gau2grid-v1.3.0_GH0.tar.gz) = 208146 +SHA256 (0deace28eaad3359a595e384daf7bb9dd157c0d6.patch) = 1f689856c9c691e9106e66365d5da337c7abcd1edb645c7ddfe9d6e39fb2e074 +SIZE (0deace28eaad3359a595e384daf7bb9dd157c0d6.patch) = 1051 From owner-svn-ports-all@freebsd.org Tue Dec 4 05:38:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3664B1325042; Tue, 4 Dec 2018 05:38:13 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFBC58578F; Tue, 4 Dec 2018 05:38:12 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFAFF20EAC; Tue, 4 Dec 2018 05:38:12 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB45cCvM081952; Tue, 4 Dec 2018 05:38:12 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB45cCE4081950; Tue, 4 Dec 2018 05:38:12 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812040538.wB45cCE4081950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 4 Dec 2018 05:38:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486583 - head/multimedia/kodi-devel X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/multimedia/kodi-devel X-SVN-Commit-Revision: 486583 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CFBC58578F X-Spamd-Result: default: False [-0.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_HAM_SHORT(-0.26)[-0.260,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 05:38:13 -0000 Author: tobik Date: Tue Dec 4 05:38:12 2018 New Revision: 486583 URL: https://svnweb.freebsd.org/changeset/ports/486583 Log: multimedia/kodi-devel: Update to 18.0rc2 Modified: head/multimedia/kodi-devel/Makefile head/multimedia/kodi-devel/distinfo Modified: head/multimedia/kodi-devel/Makefile ============================================================================== --- head/multimedia/kodi-devel/Makefile Tue Dec 4 05:26:47 2018 (r486582) +++ head/multimedia/kodi-devel/Makefile Tue Dec 4 05:38:12 2018 (r486583) @@ -2,7 +2,7 @@ PORTNAME= kodi CATEGORIES= multimedia -DISTVERSION= 18.0rc1 +DISTVERSION= 18.0rc2 DISTVERSIONSUFFIX= -Leia PKGNAMESUFFIX?= -devel Modified: head/multimedia/kodi-devel/distinfo ============================================================================== --- head/multimedia/kodi-devel/distinfo Tue Dec 4 05:26:47 2018 (r486582) +++ head/multimedia/kodi-devel/distinfo Tue Dec 4 05:38:12 2018 (r486583) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542874346 -SHA256 (xbmc-xbmc-18.0rc1-Leia_GH0.tar.gz) = 1d4e954b053478d4fc0e3cb370abd946bb24363e87eb446e292ce56665d48df7 -SIZE (xbmc-xbmc-18.0rc1-Leia_GH0.tar.gz) = 50880027 +TIMESTAMP = 1543868968 +SHA256 (xbmc-xbmc-18.0rc2-Leia_GH0.tar.gz) = 17e95081680d8aaad1693518ebc9703b2402f2ca6fbff8614e53b19d6b922a37 +SIZE (xbmc-xbmc-18.0rc2-Leia_GH0.tar.gz) = 50969888 From owner-svn-ports-all@freebsd.org Tue Dec 4 05:38:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95D1F1325077; Tue, 4 Dec 2018 05:38:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7AE185857; Tue, 4 Dec 2018 05:38:23 +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 B7E5120EAE; Tue, 4 Dec 2018 05:38:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB45cKdH082091; Tue, 4 Dec 2018 05:38:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB45cKOD082089; Tue, 4 Dec 2018 05:38:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812040538.wB45cKOD082089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 4 Dec 2018 05:38:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486584 - in head/graphics/libprojectm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics/libprojectm: . files X-SVN-Commit-Revision: 486584 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E7AE185857 X-Spamd-Result: default: False [-0.68 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.25)[-0.255,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 05:38:24 -0000 Author: yuri Date: Tue Dec 4 05:38:19 2018 New Revision: 486584 URL: https://svnweb.freebsd.org/changeset/ports/486584 Log: graphics/libprojectm: fix build with GCC-based architectures There are two issues here: 1. GLM requires at least GCC 4.7, base has 4.2. Add USES=compiler:c++11-lang to solve it. 2. the port uses typedefs from sys/types.h, but those are not included by default by GCC. PR: 233748 Submitted by: Piotr Kubaj Added: head/graphics/libprojectm/files/patch-src_libprojectM_Renderer_ShaderEngine.cpp (contents, props changed) head/graphics/libprojectm/files/patch-src_libprojectM_Renderer_hlslparser_src_HLSLParser.cpp (contents, props changed) Modified: head/graphics/libprojectm/Makefile Modified: head/graphics/libprojectm/Makefile ============================================================================== --- head/graphics/libprojectm/Makefile Tue Dec 4 05:38:12 2018 (r486583) +++ head/graphics/libprojectm/Makefile Tue Dec 4 05:38:19 2018 (r486584) @@ -17,7 +17,8 @@ LIB_DEPENDS= libftgl.so:graphics/ftgl \ libvisual-0.4.so:graphics/libvisual04 RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm -USES= autoreconf:build gl gmake libtool localbase:ldflags pkgconfig qt:5 +USES= autoreconf:build compiler:c++11-lang gl gmake libtool \ + localbase:ldflags pkgconfig qt:5 USE_GITHUB= yes GH_ACCOUNT= projectM-visualizer Added: head/graphics/libprojectm/files/patch-src_libprojectM_Renderer_ShaderEngine.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libprojectm/files/patch-src_libprojectM_Renderer_ShaderEngine.cpp Tue Dec 4 05:38:19 2018 (r486584) @@ -0,0 +1,12 @@ +--- src/libprojectM/Renderer/ShaderEngine.cpp.orig 2018-12-03 11:18:41 UTC ++++ src/libprojectM/Renderer/ShaderEngine.cpp +@@ -16,6 +16,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + + #ifdef USE_GLES + #define GLSL_VERSION "300 es" Added: head/graphics/libprojectm/files/patch-src_libprojectM_Renderer_hlslparser_src_HLSLParser.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libprojectm/files/patch-src_libprojectM_Renderer_hlslparser_src_HLSLParser.cpp Tue Dec 4 05:38:19 2018 (r486584) @@ -0,0 +1,12 @@ +--- src/libprojectM/Renderer/hlslparser/src/HLSLParser.cpp.orig 2018-12-03 11:23:19 UTC ++++ src/libprojectM/Renderer/hlslparser/src/HLSLParser.cpp +@@ -20,6 +20,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + + namespace M4 + { From owner-svn-ports-all@freebsd.org Tue Dec 4 06:07:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E73E13258C7 for ; Tue, 4 Dec 2018 06:07:01 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A43A2863AA for ; Tue, 4 Dec 2018 06:07:00 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by mail-oi1-f175.google.com with SMTP id x23so13281620oix.3 for ; Mon, 03 Dec 2018 22:07:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9774snEAXW1GkdioflLV4OF6tNDj4ZBJn9mPDKd/BWo=; b=X5XgnmbaTnYL50EGiQyAFzoPfHe6EmiOTwkLG4OxmYL+YRDvy2uOWoq+2R6L+B2Z6g qg6VQTJ8p3ezJ+tiF91MtARLRnCPOG9cDyezEWc4pSNL6i5OTg3BgxZxYkr6hygTp9+a vGu+H2sh5sd09Hqw0LX1YbdB5TwXQZmvnCb0xRZiGzxlfkkaFKt1RcuDp/8e9A409Q3j ZfSjleZ9iusEXx5prHJjVXCU6vGo9AWbwY46869Qhbhn+BXSACUd1+YN4INaOB3zxNP0 q1wWSxQ9NvcDwsLGjqmgMnIMY4c69WvuXXdyPsttBVCxjd7+V/fd8C2i2FIJeOGf9qNU qoTw== X-Gm-Message-State: AA+aEWZlV6yTzG570EjlLwQY60A1kYH9bSY91tFAsgfkOCvFo4CYBzwD x7Uw3tWRIgtJfXoceyTaFZRNAMWIdl4Ck62GKbHqsQ== X-Google-Smtp-Source: AFSGD/W/PGIECmnEHbMTaEszzezs1ALguOQBQcWxKE/eubMxWQQBF/Of7WiYLZunTZrLUVBlDBREaRN0lFRcbsMy3Hg= X-Received: by 2002:aca:2dc9:: with SMTP id t192mr12224986oit.325.1543903613521; Mon, 03 Dec 2018 22:06:53 -0800 (PST) MIME-Version: 1.0 References: <201812032109.wB3L9aOj016620@repo.freebsd.org> In-Reply-To: <201812032109.wB3L9aOj016620@repo.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Dec 2018 22:06:41 -0800 Message-ID: Subject: Re: svn: svnadmin/conf To: Rene Ladan Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org X-Rspamd-Queue-Id: A43A2863AA X-Spamd-Result: default: False [-3.97 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[svn-ports-all@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[alt1.aspmx.l.google.com,aspmx.l.google.com,alt3.aspmx.l.google.com,alt2.aspmx.l.google.com,alt4.aspmx.l.google.com]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; RCVD_IN_DNSWL_NONE(0.00)[175.167.85.209.list.dnswl.org : 127.0.5.0]; IP_SCORE(-0.98)[ipnet: 209.85.128.0/17(-3.52), asn: 15169(-1.27), country: US(-0.09)]; FORGED_SENDER(0.30)[sobomax@freebsd.org,sobomax@sippysoft.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[175.167.85.209.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[sobomax@freebsd.org,sobomax@sippysoft.com]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 06:07:01 -0000 Uhmm, I am actually pretty active, still. Mostly sending my patches directly to mtrs. I actually have bunch of fixes to some of the scripts in ports/Tools/scripts. Where do I apply to get this reverted? :) -Max On Mon, Dec 3, 2018, 1:09 PM Rene Ladan Author: rene > Date: Mon Dec 3 21:09:36 2018 > New Revision: 486555 > URL: https://svnweb.freebsd.org/changeset/ports/486555 > > Log: > Take in sobomax@'s commit bit after 13 months of inactivity. > > With hat: portmgr-secretary > > Modified: > svnadmin/conf/access > > Modified: svnadmin/conf/access > > ============================================================================== > --- svnadmin/conf/access Mon Dec 3 21:00:28 2018 (r486554) > +++ svnadmin/conf/access Mon Dec 3 21:09:36 2018 (r486555) > @@ -170,7 +170,6 @@ shaun > shurd > skozlov > skreuzer > -sobomax > stephen > sunpoet > swills > > From owner-svn-ports-all@freebsd.org Tue Dec 4 06:09:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F045A1325934; Tue, 4 Dec 2018 06:09:15 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94BBB863DF; Tue, 4 Dec 2018 06:09:15 +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 6CE0D21389; Tue, 4 Dec 2018 06:09:15 +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 wB469FHW097315; Tue, 4 Dec 2018 06:09:15 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB469FeF097313; Tue, 4 Dec 2018 06:09:15 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812040609.wB469FeF097313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 4 Dec 2018 06:09:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486585 - head/net/wpa_supplicant_gui X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/wpa_supplicant_gui X-SVN-Commit-Revision: 486585 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 94BBB863DF X-Spamd-Result: default: False [-0.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_HAM_SHORT(-0.26)[-0.260,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 06:09:16 -0000 Author: yuri Date: Tue Dec 4 06:09:14 2018 New Revision: 486585 URL: https://svnweb.freebsd.org/changeset/ports/486585 Log: net/wpa_supplicant_gui: Update 2.6 -> 2.7 Reported by: portscout Modified: head/net/wpa_supplicant_gui/Makefile head/net/wpa_supplicant_gui/distinfo Modified: head/net/wpa_supplicant_gui/Makefile ============================================================================== --- head/net/wpa_supplicant_gui/Makefile Tue Dec 4 05:38:19 2018 (r486584) +++ head/net/wpa_supplicant_gui/Makefile Tue Dec 4 06:09:14 2018 (r486585) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wpa_supplicant_gui -PORTVERSION= 2.6 -PORTREVISION= 2 +DISTVERSION= 2.7 CATEGORIES= net MASTER_SITES= http://w1.fi/releases/ \ http://partmedia.users.sourceforge.net/dist/:icons \ @@ -18,7 +17,7 @@ COMMENT= Qt-based frontend for wpa_supplicant LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../COPYING -USES= gmake qt:5 +USES= gl gmake qt:5 USE_QT= qmake_build buildtools_build linguisttools_build core gui \ widgets svg_run USE_GL= gl Modified: head/net/wpa_supplicant_gui/distinfo ============================================================================== --- head/net/wpa_supplicant_gui/distinfo Tue Dec 4 05:38:19 2018 (r486584) +++ head/net/wpa_supplicant_gui/distinfo Tue Dec 4 06:09:14 2018 (r486585) @@ -1,5 +1,5 @@ -TIMESTAMP = 1478310704 -SHA256 (wpa_supplicant-2.6.tar.gz) = b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450 -SIZE (wpa_supplicant-2.6.tar.gz) = 2753524 +TIMESTAMP = 1543902323 +SHA256 (wpa_supplicant-2.7.tar.gz) = 76ea6b06b7a2ea8e6d9eb1a9166166f1656e6d48c7508914f592100c95c73074 +SIZE (wpa_supplicant-2.7.tar.gz) = 3093713 SHA256 (wpa-gui-icons.tar.gz) = c0d2adb4d8d9f58c015e4862a5ab50c7a562b6bb641e1bb6a0cc841249573b42 SIZE (wpa-gui-icons.tar.gz) = 3797 From owner-svn-ports-all@freebsd.org Tue Dec 4 07:22:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2CB81326E16; Tue, 4 Dec 2018 07:22:03 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A03D26A5A1; Tue, 4 Dec 2018 07:22:03 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80BBF22020; Tue, 4 Dec 2018 07:22:03 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB47M3Xo035389; Tue, 4 Dec 2018 07:22:03 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB47M2Yp035386; Tue, 4 Dec 2018 07:22:02 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201812040722.wB47M2Yp035386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 4 Dec 2018 07:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486586 - in head/science/gnudatalanguage: . files X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/science/gnudatalanguage: . files X-SVN-Commit-Revision: 486586 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A03D26A5A1 X-Spamd-Result: default: False [-0.51 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.40)[-0.404,0]; NEURAL_SPAM_LONG(0.14)[0.141,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.24)[-0.244,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 07:22:04 -0000 Author: thierry Date: Tue Dec 4 07:22:02 2018 New Revision: 486586 URL: https://svnweb.freebsd.org/changeset/ports/486586 Log: Upgrade to v0.9.9. Deleted: head/science/gnudatalanguage/files/patch-CMakeModules_Findlibps.cmake head/science/gnudatalanguage/files/patch-src__basic_fun.cpp Modified: head/science/gnudatalanguage/Makefile head/science/gnudatalanguage/distinfo head/science/gnudatalanguage/pkg-descr head/science/gnudatalanguage/pkg-plist Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Tue Dec 4 06:09:14 2018 (r486585) +++ head/science/gnudatalanguage/Makefile Tue Dec 4 07:22:02 2018 (r486586) @@ -2,27 +2,30 @@ # $FreeBSD$ PORTNAME= gnudatalanguage -DISTVERSION= 0.9.8 -PORTREVISION= 4 +PORTVERSION= 0.9.9 +DISTVERSIONPREFIX= v CATEGORIES= science lang -MASTER_SITES= SF/${PORTNAME}/gdl/${PORTVERSION} .if defined(BUILD_PYTHON_MODULE) PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} .endif -DISTNAME= gdl-${DISTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT?= GDL, a free IDL compatible incremental compiler LICENSE= GPLv2 -LIB_DEPENDS+= libplplot.so:math/plplot \ +LIB_DEPENDS+= libgeotiff.so:graphics/libgeotiff\ + libplplot.so:math/plplot \ + libtiff.so:graphics/tiff \ libpng.so:graphics/png \ libsz.so:science/szip \ libps.so:print/pslib \ libgsl.so:math/gsl -USES= cmake:outsource compiler:c++11-lang dos2unix ncurses pkgconfig readline tar:tgz +USE_GITHUB= yes +GH_PROJECT= gdl + +USES= cmake:outsource compiler:c++11-lang fortran ncurses pkgconfig readline tar:tgz USE_WX= 3.0+ USE_XORG= x11 sm ice xext @@ -42,8 +45,8 @@ USE_CXXSTD= gnu++11 # TODO: create a port for TexToIdl http://physics.mnstate.edu/mcraig/textoidl/textoidl-2-1-2.tar CMAKE_ARGS= -DREADLINEDIR:STRING="/usr" \ + -DOPENMP:BOOL=NO \ -DNCURSESDIR:STRING="/usr" \ - -DOPENMP:BOOL=OFF \ -DMAGICK:BOOL=OFF CPPFLAGS+= ${CFLAGS} -fno-inline -DNPY_NO_DEPRECATED_API -DNPY_1_7_API_VERSION CXXFLAGS+= -std=gnu++11 @@ -51,7 +54,7 @@ LDFLAGS+= -lpthread -L${LOCALBASE}/lib SLAVEDIRS= science/py-gnudatalanguage -OPTIONS_DEFINE= EIGEN EXAMPLES FFTW GLPK GRAPHICSMAGICK GRIB HDF5 LIBPROJ4 MPI NETCDF PYTHON QHULL UDUNITS +OPTIONS_DEFINE= EIGEN EXAMPLES FFTW GLPK GRAPHICSMAGICK GRIB HDF5 LIBPROJ4 MPI NETCDF PYTHON UDUNITS OPTIONS_DEFAULT=EIGEN FFTW GLPK GRAPHICSMAGICK GRIB HDF5 LIBPROJ4 NETCDF PYTHON UDUNITS EIGEN_DESC= Eigen3 support (boost performance) @@ -88,10 +91,9 @@ LIBPROJ4_LIB_DEPENDS= libproj.so:graphics/proj LIBPROJ4_CMAKE_ON= -DLIBPROJ4:BOOL=YES LIBPROJ4_CMAKE_OFF= -DLIBPROJ4:BOOL=NO -MPI_USES= fortran MPI_LIB_DEPENDS= libmpich.so:net/mpich -MPI_CMAKE_ON= -DMPICH:BOOL=YES -MPI_CMAKE_OFF= -DMPICH:BOOL=NO +MPI_CMAKE_ON= -DMPICH:BOOL=ON +MPI_CMAKE_OFF= -DMPICH:BOOL=OFF NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf NETCDF_CMAKE_ON= -DNETCDF:BOOL=YES -DHDF:BOOL=NO @@ -104,10 +106,11 @@ PYTHON_RUN_DEPENDS= ${PYNUMPY} \ PYTHON_CMAKE_ON= -DPYTHON:BOOL=YES -DPYTHONVERSION:STRING="${PYTHON_VER}" PYTHON_CMAKE_OFF= -DPYTHON:BOOL=NO -QHULL_DESC= Enable Qhull support -QHULL_LIB_DEPENDS= libqhull.so:math/qhull -QHULL_CMAKE_ON= -DQHULL:BOOL=YES -QHULL_CMAKE_OFF= -DQHULL:BOOL=NO +# QHULL IS NOT NEEDED YET! +#QHULL_DESC= Enable Triangulate and Qhull support +#QHULL_LIB_DEPENDS= libqhull.so:math/qhull +#QHULL_CMAKE_ON= -DQHULL:BOOL=YES +#QHULL_CMAKE_OFF= -DQHULL:BOOL=NO UDUNITS_LIB_DEPENDS= libudunits2.so:science/udunits UDUNITS_CMAKE_ON= -DUDUNITS:BOOL=YES @@ -115,14 +118,11 @@ UDUNITS_CMAKE_OFF= -DUDUNITS:BOOL=NO .if defined(BUILD_PYTHON_MODULE) CATEGORIES+= python -CMAKE_ARGS+= -DPYTHON_MODULE:BOOL=YES -DOPENMP:BOOL=NO +CMAKE_ARGS+= -DPYTHON_MODULE:BOOL=YES PLIST= ${.CURDIR}/pkg-plist.pymod .else CMAKE_ARGS+= -DPYTHON_MODULE:BOOL=NO .endif - -pre-patch: - ${RM} ${WRKSRC}/src/gdl .if defined(BUILD_PYTHON_MODULE) do-install: Modified: head/science/gnudatalanguage/distinfo ============================================================================== --- head/science/gnudatalanguage/distinfo Tue Dec 4 06:09:14 2018 (r486585) +++ head/science/gnudatalanguage/distinfo Tue Dec 4 07:22:02 2018 (r486586) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522176916 -SHA256 (gdl-0.9.8.tgz) = 86d3aacd1de3994755dc917c732ee3360e4e7e4f16156f1eea47de048d138281 -SIZE (gdl-0.9.8.tgz) = 2085891 +TIMESTAMP = 1543867255 +SHA256 (gnudatalanguage-gdl-v0.9.9_GH0.tar.gz) = ad5de3fec095a5c58b46338dcc7367d2565c093794ab1bbcf180bba1a712cf14 +SIZE (gnudatalanguage-gdl-v0.9.9_GH0.tar.gz) = 4478934 Modified: head/science/gnudatalanguage/pkg-descr ============================================================================== --- head/science/gnudatalanguage/pkg-descr Tue Dec 4 06:09:14 2018 (r486585) +++ head/science/gnudatalanguage/pkg-descr Tue Dec 4 07:22:02 2018 (r486586) @@ -1,7 +1,9 @@ -GDL - GNU Data Language - is a free IDL (Interactive Data Language) compatible -incremental compiler (i.e. runs IDL programs). +GDL is a free/libre/open source incremental compiler compatible with IDL +(Interactive Data Language) and to some extent with PV-WAVE. Together with its +library routines it serves as a tool for data analysis and visualization in such +disciplines as astronomy, geosciences and medical imaging. -IDL is a registered trademark of Research Systems Inc. -(see: ) +IDL is a registered trademark of Harris Geospatial Solutions. PV-WAVE is a +product of Rogue Wave Software. -WWW: http://gnudatalanguage.sourceforge.net/ +WWW: https://github.com/gnudatalanguage/gdl Modified: head/science/gnudatalanguage/pkg-plist ============================================================================== --- head/science/gnudatalanguage/pkg-plist Tue Dec 4 06:09:14 2018 (r486585) +++ head/science/gnudatalanguage/pkg-plist Tue Dec 4 07:22:02 2018 (r486586) @@ -4,9 +4,10 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/Makefile.am %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/Saturn.jpg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/add_error.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/banner_for_testsuite.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/basic_benchmarks.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/basic_benchmarks_by_type.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/bench_fft.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/bench_matrix_invert.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/bench_matrix_multiply.pro @@ -16,14 +17,23 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/benchmark_generate_cpuinfo.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/benchmark_generate_filename.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/benchmark_graphic_style.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/benchmark_info_cpu.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/benchmark_info_os.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/benchmark_info_soft.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/benchmark_plot_cartouche.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/benchmark_svg.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/plot_all_benchmark.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/plot_basic_benchmarks.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/print_basic_benchmarks.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/benchmark/run_all_benchmark.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/byte_array.h5 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/check_if_device_is_ok.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/check_save_restore.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/checks +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/cw_bgroup_broken.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/decomposed_return_values.sav +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/delvarrnew.pp.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/delvarrnew.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_graphics1.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_graphics2.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_graphics3.pro @@ -32,17 +42,29 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/errors_cumul.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/errors_reset.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/example.grib +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/file_etc/file_t_copy.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/file_etc/file_t_delete.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/file_etc/file_t_move.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/file_etc/test_file_t_copy.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/file_etc/test_file_t_delete.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/file_etc/test_file_t_move.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/file_search_for_testsuite.pro -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/formats.idl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/formats.GDL +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/formats.IDL %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/gdl_idl_fl.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/gdl_version.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/get_image_for_testsuite.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/give_list_numeric.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/idl.xdr %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/image_test.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/indgen_sample.sav %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/launchtest.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/libtest_ce.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/make_test_delvarrnew.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/nc_test.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/python/test-GDL.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/rnewtest.pp.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/rnewtest.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/string.h5 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.txt @@ -111,6 +133,7 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_635.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_635.f90 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_635.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_708.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_709.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_719.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_n000542.pro @@ -137,20 +160,24 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_common.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_congrid.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_constants.pro -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_contour_basic.pro -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_contour_extra.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_container.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_contour.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_convert_coord.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_convol.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_correlate.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_cursor.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_delvarrnew.pp.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_delvarrnew.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_deriv.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_device.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_diag_matrix.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_dialog_message.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_dicom.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_dilate.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_dims_of_arrays.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_erfinv.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_erfs.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_erode.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_execute.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_expint.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_extra_keywords.pro @@ -163,6 +190,8 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_delete.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_dirname.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_info.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_lines.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_link.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_move.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_search.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_test.pro @@ -171,8 +200,8 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_fix.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_fixprint.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_float2string.pro -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_format.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_formats.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_formats_random_input.sav %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_fx_root.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_fz_roots.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_gammas.pro @@ -180,10 +209,14 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_get_kbrd.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_get_lun.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_get_screen_size.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_gh00178.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_greek_letters.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_grib.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_hash.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_hdf5.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_healpix.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_heap_refcount.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_help.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_hist_2d.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_hist_equal.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_histo.pro @@ -191,18 +224,22 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_idl_validname.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_idlneturl.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_image_statistics.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_indgen.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_interpol.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_interpolate.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_invert_matrix.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_isa.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ishft.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_jd_op_tut.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_keyword_set_but_null.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_known_bugs.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_l64.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_la_least_squares.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_levels.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_linfit.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_list.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ludc_lusol.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_make_array.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_make_dll.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_make_dll.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_map.pro @@ -222,8 +259,11 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_netcdf.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_norm.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_null.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_obj_destroy.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_obj_hasmethod.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_obj_isa.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_obj_new.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_obj_valid.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_op_elem.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_op_power.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_outofmem.pro @@ -235,6 +275,7 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_linestyle.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_oo.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_ranges.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_usersym.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plotting_misc.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plotting_ranges.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_pmulti.pro @@ -245,6 +286,7 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_powell.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_product.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ps_decomposed.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ptr_valid.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ptrarr.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_python.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_python_module_0.pro @@ -288,14 +330,15 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_surface_basic.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_systime.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_tic_toc.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_tiff.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_titles.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_total.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_triangulate.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_trisol.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_tv.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_tvlct.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_typename.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_uf77.pro -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_usersym.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_valgrind.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_voigt.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_wait.pro @@ -304,14 +347,19 @@ man/man1/gdl.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_widgets.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_window_background.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_wordexp.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_wordexp_null_string.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_xdr.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_zeropoly.pro %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_zip.pro +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/24bit_color.tif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/24bit_color.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/8bit_gray_geo.tif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/8bit_gray_geo.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/8bit_gray_tiled.tif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/8bit_gray_tiled.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/try %%DATADIR%%/AUTHORS %%DATADIR%%/README -%%DATADIR%%/lib/README.txt -%%DATADIR%%/lib/STATUS %%DATADIR%%/lib/appleman.pro %%DATADIR%%/lib/array_indices.pro %%DATADIR%%/lib/bilinear.pro @@ -319,6 +367,7 @@ man/man1/gdl.1.gz %%DATADIR%%/lib/chisqr_cvf.pro %%DATADIR%%/lib/congrid.pro %%DATADIR%%/lib/correlate.pro +%%DATADIR%%/lib/cw_bgroup_donotuseyet.pro %%DATADIR%%/lib/define_msgblk.pro %%DATADIR%%/lib/define_msgblk_from_file.pro %%DATADIR%%/lib/delvar.pro @@ -336,18 +385,20 @@ man/man1/gdl.1.gz %%DATADIR%%/lib/dicom/gdlffdicom_date.pro %%DATADIR%%/lib/dicom/gdlffdicom_time.pro %%DATADIR%%/lib/dicom/gdlffdicom_trim.pro +%%DATADIR%%/lib/dilate.pro %%DATADIR%%/lib/dist.pro %%DATADIR%%/lib/doc_library.pro %%DATADIR%%/lib/envi/read_envi_file.pro %%DATADIR%%/lib/envi/test_write_read_envi.pro %%DATADIR%%/lib/envi/write_envi_file.pro +%%DATADIR%%/lib/erode.pro %%DATADIR%%/lib/errplot.pro %%DATADIR%%/lib/escape_special_char.pro %%DATADIR%%/lib/factorial.pro %%DATADIR%%/lib/file_copy.pro -%%DATADIR%%/lib/file_delete.pro %%DATADIR%%/lib/file_expand_path.pro %%DATADIR%%/lib/file_lines.pro +%%DATADIR%%/lib/file_link.pro %%DATADIR%%/lib/file_move.pro %%DATADIR%%/lib/file_which.pro %%DATADIR%%/lib/filepath.pro @@ -376,6 +427,7 @@ man/man1/gdl.1.gz %%DATADIR%%/lib/kurtosis.pro %%DATADIR%%/lib/la_invert.pro %%DATADIR%%/lib/last_item.pro +%%DATADIR%%/lib/linfit.pro %%DATADIR%%/lib/lmgr.pro %%DATADIR%%/lib/loadct.pro %%DATADIR%%/lib/make_dll.pro @@ -384,7 +436,10 @@ man/man1/gdl.1.gz %%DATADIR%%/lib/meanabsdev.pro %%DATADIR%%/lib/norm.pro %%DATADIR%%/lib/obsolete/file_basename_old.pro +%%DATADIR%%/lib/obsolete/file_delete_old.pro %%DATADIR%%/lib/obsolete/file_dirname_old.pro +%%DATADIR%%/lib/obsolete/restore_old.pro +%%DATADIR%%/lib/obsolete/save_old.pro %%DATADIR%%/lib/obsolete/spl_init_old.pro %%DATADIR%%/lib/obsolete/spl_interp_old.pro %%DATADIR%%/lib/online_help.pro @@ -425,10 +480,8 @@ man/man1/gdl.1.gz %%DATADIR%%/lib/read_xwd.pro %%DATADIR%%/lib/real_part.pro %%DATADIR%%/lib/resolve_all.pro -%%DATADIR%%/lib/restore.pro %%DATADIR%%/lib/rot.pro %%DATADIR%%/lib/rstrpos.pro -%%DATADIR%%/lib/save.pro %%DATADIR%%/lib/showfont.pro %%DATADIR%%/lib/skewness.pro %%DATADIR%%/lib/skip_lun.pro @@ -448,6 +501,7 @@ man/man1/gdl.1.gz %%DATADIR%%/lib/trace.pro %%DATADIR%%/lib/tvscl.pro %%DATADIR%%/lib/uniq.pro +%%DATADIR%%/lib/utilities/color2color.pro %%DATADIR%%/lib/utilities/gdl_status.pro %%DATADIR%%/lib/utilities/idlneturl__define.pro %%DATADIR%%/lib/utilities/idlsysmonitorinfo__define.pro @@ -455,6 +509,8 @@ man/man1/gdl.1.gz %%DATADIR%%/lib/utilities/path_remove.pro %%DATADIR%%/lib/utilities/path_sep_add.pro %%DATADIR%%/lib/utilities/path_show.pro +%%DATADIR%%/lib/utilities/read_ascii_basic.pro +%%DATADIR%%/lib/utilities/routine_name.pro %%DATADIR%%/lib/value_locate.pro %%DATADIR%%/lib/variance.pro %%DATADIR%%/lib/widget_message.pro From owner-svn-ports-all@freebsd.org Tue Dec 4 07:56:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89938132821E; Tue, 4 Dec 2018 07:56:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E31A56BCF1; Tue, 4 Dec 2018 07:56:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AD46F17604; Tue, 4 Dec 2018 07:56:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Tue, 4 Dec 2018 08:56:33 +0100 From: Mathieu Arnold To: Maxim Sobolev Cc: Rene Ladan , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: Re: svn: svnadmin/conf Message-ID: <20181204075633.l724tydcbng3225n@atuin.in.mat.cc> References: <201812032109.wB3L9aOj016620@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yp76dhhtiai4vljn" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: E31A56BCF1 X-Spamd-Result: default: False [-1.16 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.93)[-0.925,0]; NEURAL_SPAM_SHORT(0.33)[0.325,0]; NEURAL_HAM_LONG(-0.56)[-0.559,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 07:56:39 -0000 --yp76dhhtiai4vljn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Dec 03, 2018 at 10:06:41PM -0800, Maxim Sobolev wrote: > Uhmm, I am actually pretty active, still. Mostly sending my patches > directly to mtrs. I actually have bunch of fixes to some of the scripts in > ports/Tools/scripts. Where do I apply to get this reverted? :) Active means actually committing things. If the only thing you do is send patches to maintainer, you do not actually need a commit bit. Regards, --=20 Mathieu Arnold --yp76dhhtiai4vljn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlwGMzBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkh+9hAAvpoAI5qIGVlcs9vC5a0rsXqltnvzraQdbzrkhWEmYt3mpYoxUfMU031A gIjCZy34Da7++RB2r1K5rPqJgtlYO4oX0pPa55GULScAV6OmgZfDgo7low+Z3MI7 QAS1LmdLon4V0OlX2kuxsAFRRY01Oh6d6QO1QUInpBvYV3/uuE9Zr2MWLp18ZWcA OJsYpBaOC5l4ICexH3HkjF6GjZzCeLuHkR+DRy4epwg77mVNc3kBvlxVO0HA7eLI ugXdI6MH4ijzpK73FSAJA9iZ/Mo78+uRAC5z/kS7ImAQ0mDOfFo3S7DvFhhq4Etf jbqbdaDuAkE1Xt4ZQmEpI7KzI0j//7KEehuAA4UymFDKnjIf/5sKxcuZyMI12Oih okiveR4l4Oy/EUJhRBM+Vqr2w7R8naHQujS/OkNoQQTpRMwe+nAojQGpGvmXv48j BCBd8+OblGcrGAjnr7EX326hy09WnhyyUnC5cre4zTgKELXTFPFXbz1En/Pkzphz JJ1WgDvpY5tNcemPVDKmeDde3dwOzV1fcjSi3uvCgjcpUkPEUUgI5f9zIh5fLf8x gNK7bkJvlwlzI1Yl9owrQssAKlceIsnMDhLieUR09RNIGaxXdYbYEVEIEKR6v8+3 C5tRi2pbXkQKazarfwoktF6YZnsJ89yIcinFIURzjXsY+pC5Sqw= =nSs/ -----END PGP SIGNATURE----- --yp76dhhtiai4vljn-- From owner-svn-ports-all@freebsd.org Tue Dec 4 08:34:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0364132913C; Tue, 4 Dec 2018 08:34:12 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (ptrcrt.ch [IPv6:2a02:2770:8:0:21a:4aff:fe7e:c6be]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 238C26CF48; Tue, 4 Dec 2018 08:34:12 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mail.ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTP id ca5a31b0; Tue, 4 Dec 2018 08:34:09 +0000 (UTC) Received: from ptrcrt.ch (mail.ptrcrt.ch [192.168.1.1]) by mail.ptrcrt.ch (OpenSMTPD) with ESMTPSA id f5bb1b01 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 4 Dec 2018 08:34:07 +0000 (UTC) Date: Tue, 4 Dec 2018 08:34:07 +0000 From: Pietro Cerutti To: Steve Wills Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486559 - in head/mail/mutt: . files Message-ID: <20181204083406.a44yfe5hgevurm6m@ptrcrt.ch> Reply-To: Pietro Cerutti References: <201812032223.wB3MN3TE057929@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ncuj6pqlewoini5d" Content-Disposition: inline In-Reply-To: <201812032223.wB3MN3TE057929@repo.freebsd.org> X-PGP-Key: fp="546D E77C FA14 CEA4 480A D7FA 4099 3B5A 4A8F 3F12"; id="0x40993B5A4A8F3F12"; get=; get=; get=; get= OpenPGP: id=40993B5A4A8F3F12; url=https://gahr.ch/pgp/0x40993B5A4A8F3F12.txt; url=https://keybase.io/gahr/key.asc User-Agent: NeoMutt/20180716-917-ea6643 X-Rspamd-Queue-Id: 238C26CF48 X-Spamd-Result: default: False [-1.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.66)[-0.662,0]; NEURAL_HAM_SHORT(-0.29)[-0.292,0]; NEURAL_HAM_LONG(-0.08)[-0.082,0]; ASN(0.00)[asn:196752, ipnet:2a02:2770::/32, country:NL] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 08:34:13 -0000 --ncuj6pqlewoini5d Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Dec 03 2018, 22:23 UTC, Steve Wills wrote: >Author: swills >Date: Mon Dec 3 22:23:03 2018 >New Revision: 486559 >URL: https://svnweb.freebsd.org/changeset/ports/486559 > >Log: > mail/mutt: Update to 1.11.1 > > While here: > * Remove MUTT_LITE parts > * pet portlint > - NNTP broken for 1.11.0 > * Add patch-qresync-crash fixes a crash coming in 1.11.1 Fails to patch with the following OPTIONS combination: =3D=3D=3D> The following configuration options are available for mutt-1.11.= 0: DEBUG=3Doff: Debugging capabilities DOCS=3Doff: Build and/or install documentation EXAMPLES=3Doff: Build and/or install examples FLOCK=3Doff: flock() usage FORCEBASE64=3Doff: Option to force base64 encoding for compose GPGME=3Don: Gpgme interface GREETING_PATCH=3Doff: Greeting support HTML=3Doff: HTML documentation ICONV=3Doff: Encoding conversion support via iconv IDN=3Doff: International Domain Names (implies ICONV) IFDEF_PATCH=3Doff: ifdef feature LOCALES_FIX=3Doff: Locales fix MAILBOX_MANPAGES=3Doff: Install mbox.5/mmdf.5 manpages MAILDIR_MTIME_PATCH=3Doff: Maildir mtime patch NLS=3Doff: Native language support (implies ICONV) NNTP=3Doff: NNTP (News) support QUOTE_PATCH=3Don: Extended quoting REVERSE_REPLY_PATCH=3Don: Reverse_reply SASL=3Don: SASL authentication SMART_DATE=3Don: Dynamic date formatting with "%@" SMIME_OUTLOOK_COMPAT=3Don: SMIME outlook compatibility SMTP=3Don: SMTP relay support URLVIEW=3Don: Use urlview for the URL selector menu XML=3Don: Use XML tools for rebuilding documentation =3D=3D=3D=3D> GSSAPI Security API support: you have to select exactly one o= f them GSSAPI_BASE=3Doff: GSSAPI support via base system (needs Kerberos) GSSAPI_HEIMDAL=3Doff: GSSAPI support via security/heimdal GSSAPI_MIT=3Doff: GSSAPI support via security/krb5 GSSAPI_NONE=3Don: Disable GSSAPI support =3D=3D=3D=3D> Header Cache support: you have to select exactly one of them HCACHE_BDB=3Don: Use Berkeley DB (BDB) HCACHE_TOKYOCABINET=3Doff: Use Tokyo Cabinet HCACHE_KYOTOCABINET=3Doff: Use Kyoto Cabinet HCACHE_NONE=3Doff: Disable Header Cache =3D=3D=3D=3D> Options available for the single SCREEN: you have to select e= xactly one of them NCURSES=3Don: Ncurses support SLANG=3Doff: SLANG support =3D=3D=3D=3D> Options available for the radio SPELL: you can only select no= ne or one of them ASPELL=3Doff: Spell checking support via GNU Aspell ISPELL=3Doff: Spell checking support via Ispell =3D=3D=3D> Use 'make config' to modify these settings =3D=3D=3D> Applying extra patch /usr/ports/mail/mutt/files/extra-patch-reve= rse_reply 1 out of 1 hunks failed--saving rejects to PATCHES.rej --=20 Pietro Cerutti --ncuj6pqlewoini5d Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJiBAABCgBMFiEEVG3nfPoUzqRICtf6QJk7WkqPPxIFAlwGO/ouFIAAAAAAFQAQ cGthLWFkZHJlc3NAZ251cGcub3JnZ2FockBGcmVlQlNELm9yZwAKCRBAmTtaSo8/ EljrD/0ZmjgAB/Ai72PV/gfy59E9VNr8LRd2oNJSx3kDMoCfemA+mDmQ604W7D+a xX2tApmV25uuiBhaoH2eH5OlHXEmJzSRzBnf3z8SPTWq6pHIbeqOdk8hEpX26i41 WlYnd1ujF/M7ZUQB1LPtG6Es4b+EQxldzdiR4QGeaVSR77lvK/FrIMs2H+Cs7L1Q yPV0cgveilx0jNUUbPsB2Vv4ex08V+Pxa5UU3NV2dxt3M2MgwwW/NUpS8+rNJurC GXbLudELQlASM/T4LZEbGrIK1MRg78fTiFQktgwzNJJ1QoD7pi//vxQR+GwK93CO dzGiaRR1ccZWiKLA+yFca952hzG4hDLGFV5E8b6HhPNaEIp4mCjDQHdKqIfvXKJC ZE+PCx7uGPn9uqJuD12jX0Fqeblfsiu8W2xBdiA0u5HWmNUjHXqsVS/0tvBOs6Pv 0arnxbUcHShSkDNOxXPXLQWwkX8FIHs35ERzgGHIqAoMV3nZK7qabQHTXsJhThle b4IL8sybi4QEhrm4vG+WDE9uAV0q4g9iSbS2jvASduNEO9hJyJBbe6QsKkGL46a/ ETJYnD5/lhe4CmtZPMqyxNmVt0SeSB5uIUcwNk+IECNtvavviF5HDIzxC0NL59dJ bldMGetB4cNol7NiSAnFy+caGHZeLF+/1jpb6fJLdmpx6eJskw== =qK8D -----END PGP SIGNATURE----- --ncuj6pqlewoini5d-- From owner-svn-ports-all@freebsd.org Tue Dec 4 08:35:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9BC913291D1; Tue, 4 Dec 2018 08:35:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 511706D051; Tue, 4 Dec 2018 08:35:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 418C4E9BE; Tue, 4 Dec 2018 08:35:10 +0000 (UTC) Date: Tue, 4 Dec 2018 08:35:10 +0000 From: Alexey Dokuchaev To: Adam Weinberger Cc: sunpoet@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486529 - in head: devel/ruby-gems devel/rubygem-activesupport4/files devel/rubygem-cf-uaa-lib/files devel/rubygem-licensee/files devel/rubygem-rubygems-mirror/files devel/rubygem-travi... Message-ID: <20181204083510.GA94570@FreeBSD.org> References: <201812031856.wB3Iugwl044918@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 511706D051 X-Spamd-Result: default: False [0.04 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.09)[-0.091,0]; NEURAL_SPAM_LONG(0.34)[0.341,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_SHORT(-0.21)[-0.212,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 08:35:10 -0000 On Mon, Dec 03, 2018 at 12:46:05PM -0700, Adam Weinberger wrote: > On Mon, Dec 3, 2018 at 11:57 AM Sunpoet Po-Chuan Hsieh wrote: > > New Revision: 486529 > > URL: https://svnweb.freebsd.org/changeset/ports/486529 > > > > Log: > > Update to 2.7.8 > > > > Changes: https://github.com/rubygems/rubygems/blob/master/History.txt > > PR: 233645 > > Exp-run by: antoine > > When you're touching 25 ports, please say in the commit message what > port you're actually updating. The revision logs for 24 ports now > erroneously say they've been updated to 2.7.8, and it requires combing > through the full commit manually to track it down. In fact, you sunpoet@ had been notified about this several times before, yet never acknowledging your mistake, let alone apologizing for it; but what's even worse and what I fail to understand is why do you keep doing this, again and again. Perhaps you should listen to the feedback from fellow developers and reflect on it a bit more actively. ./danfe From owner-svn-ports-all@freebsd.org Tue Dec 4 09:01:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22180132A90A; Tue, 4 Dec 2018 09:01:27 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B91C16E3F3; Tue, 4 Dec 2018 09:01:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A2C422F56; Tue, 4 Dec 2018 09:01:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB491QPS087158; Tue, 4 Dec 2018 09:01:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB491Qw9087157; Tue, 4 Dec 2018 09:01:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812040901.wB491Qw9087157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 4 Dec 2018 09:01:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486587 - head/lang/rust X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/lang/rust X-SVN-Commit-Revision: 486587 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B91C16E3F3 X-Spamd-Result: default: False [-0.75 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_HAM_SHORT(-0.25)[-0.247,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 09:01:27 -0000 Author: amdmi3 Date: Tue Dec 4 09:01:26 2018 New Revision: 486587 URL: https://svnweb.freebsd.org/changeset/ports/486587 Log: - Specify LICENSE_FILEs uniformly Approved by: portmgr blanket Modified: head/lang/rust/Makefile Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Tue Dec 4 07:22:02 2018 (r486586) +++ head/lang/rust/Makefile Tue Dec 4 09:01:26 2018 (r486587) @@ -26,7 +26,7 @@ COMMENT= Language with a focus on memory safety and co LICENSE= APACHE20 \ MIT LICENSE_COMB= dual -# APACHE20 license is standard, see Templates/Licenses/APACHE20 +LICENSE_FILE_APACHE= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT BUILD_DEPENDS= cmake:devel/cmake From owner-svn-ports-all@freebsd.org Tue Dec 4 09:06:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49066132AC1D; Tue, 4 Dec 2018 09:06:22 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE7AF6E84E; Tue, 4 Dec 2018 09:06:21 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFAE8230AA; Tue, 4 Dec 2018 09:06:21 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB496LKu088964; Tue, 4 Dec 2018 09:06:21 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB496Ljq088962; Tue, 4 Dec 2018 09:06:21 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812040906.wB496Ljq088962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 4 Dec 2018 09:06:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486588 - in head: . devel devel/ztcl X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . devel devel/ztcl X-SVN-Commit-Revision: 486588 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DE7AF6E84E X-Spamd-Result: default: False [-0.75 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.25)[-0.247,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 09:06:22 -0000 Author: rene Date: Tue Dec 4 09:06:21 2018 New Revision: 486588 URL: https://svnweb.freebsd.org/changeset/ports/486588 Log: Remove expired port: 2018-12-03 devel/ztcl: Unfetchable, unmaintained, info page unbuildable with recent makeinfo Deleted: head/devel/ztcl/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Dec 4 09:01:26 2018 (r486587) +++ head/MOVED Tue Dec 4 09:06:21 2018 (r486588) @@ -10649,3 +10649,4 @@ www/rubygem-http-form_data1|www/rubygem-http-form_data java/classpath||2018-12-03|Has expired: Staled since 2012, OpenJDK is live now java/cacao||2018-12-03|Removed, depends on expired java/classpath java/jamvm||2018-12-03|Has expired: Abandonware, depends on expired java/classpath +devel/ztcl||2018-12-04|Has expired: Unfetchable, unmaintained, info page unbuildable with recent makeinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Dec 4 09:01:26 2018 (r486587) +++ head/devel/Makefile Tue Dec 4 09:06:21 2018 (r486588) @@ -6427,7 +6427,6 @@ SUBDIR += zookeeper SUBDIR += zpu-binutils SUBDIR += zpu-gcc - SUBDIR += ztcl SUBDIR += zthread SUBDIR += zziplib From owner-svn-ports-all@freebsd.org Tue Dec 4 09:18:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA573132B58A; Tue, 4 Dec 2018 09:18:41 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 823D76F30F; Tue, 4 Dec 2018 09:18:41 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F00DD23274; Tue, 4 Dec 2018 09:18:36 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB49IaR3094261; Tue, 4 Dec 2018 09:18:36 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB49Ia2b094260; Tue, 4 Dec 2018 09:18:36 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201812040918.wB49Ia2b094260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 4 Dec 2018 09:18:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486589 - head/www/youtube_dl X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/www/youtube_dl X-SVN-Commit-Revision: 486589 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 823D76F30F X-Spamd-Result: default: False [-0.75 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.25)[-0.247,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 09:18:42 -0000 Author: araujo Date: Tue Dec 4 09:18:36 2018 New Revision: 486589 URL: https://svnweb.freebsd.org/changeset/ports/486589 Log: Update to 2018.12.03. Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Tue Dec 4 09:06:21 2018 (r486588) +++ head/www/youtube_dl/Makefile Tue Dec 4 09:18:36 2018 (r486589) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2018.11.23 +PORTVERSION= 2018.12.03 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Tue Dec 4 09:06:21 2018 (r486588) +++ head/www/youtube_dl/distinfo Tue Dec 4 09:18:36 2018 (r486589) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543007812 -SHA256 (youtube-dl-2018.11.23.tar.gz) = cf1fda52b5b6baaa625d80220c454c22876ae9e440d6c1e58ba4e529764bc00c -SIZE (youtube-dl-2018.11.23.tar.gz) = 3061698 +TIMESTAMP = 1543914490 +SHA256 (youtube-dl-2018.12.03.tar.gz) = 7ff247c0d2518d5def8dc7df9cff4c87a1c348fabca7238a8166d217772cd536 +SIZE (youtube-dl-2018.12.03.tar.gz) = 3065234 From owner-svn-ports-all@freebsd.org Tue Dec 4 09:31:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5FDB132C0E4; Tue, 4 Dec 2018 09:31:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FA3B6FD99; Tue, 4 Dec 2018 09:31:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 513C323571; Tue, 4 Dec 2018 09:31:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB49VQlc003707; Tue, 4 Dec 2018 09:31:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB49VPq7003705; Tue, 4 Dec 2018 09:31:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812040931.wB49VPq7003705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 4 Dec 2018 09:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486590 - head/devel/antlr X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/antlr X-SVN-Commit-Revision: 486590 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6FA3B6FD99 X-Spamd-Result: default: False [-0.75 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; NEURAL_HAM_SHORT(-0.25)[-0.247,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 09:31:26 -0000 Author: amdmi3 Date: Tue Dec 4 09:31:25 2018 New Revision: 486590 URL: https://svnweb.freebsd.org/changeset/ports/486590 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/devel/antlr/Makefile head/devel/antlr/pkg-descr Modified: head/devel/antlr/Makefile ============================================================================== --- head/devel/antlr/Makefile Tue Dec 4 09:18:36 2018 (r486589) +++ head/devel/antlr/Makefile Tue Dec 4 09:31:25 2018 (r486590) @@ -9,6 +9,9 @@ MASTER_SITES= http://www.antlr2.org/download/ MAINTAINER= makc@FreeBSD.org COMMENT= ANother Tool for Language Recognition +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + CONFLICTS= pccts-[0-9]* USES= gmake Modified: head/devel/antlr/pkg-descr ============================================================================== --- head/devel/antlr/pkg-descr Tue Dec 4 09:18:36 2018 (r486589) +++ head/devel/antlr/pkg-descr Tue Dec 4 09:31:25 2018 (r486590) @@ -3,4 +3,4 @@ language tool that provides a framework for constructi compilers, and translators from grammatical descriptions containing C++ or Java actions. -WWW: http://www.antlr2.org +WWW: https://www.antlr2.org/ From owner-svn-ports-all@freebsd.org Tue Dec 4 09:40:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7DAA132C996; Tue, 4 Dec 2018 09:40:33 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CB0570262; Tue, 4 Dec 2018 09:40:33 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F3122362C; Tue, 4 Dec 2018 09:40:33 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB49eXJ4005002; Tue, 4 Dec 2018 09:40:33 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB49eWn2005000; Tue, 4 Dec 2018 09:40:32 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201812040940.wB49eWn2005000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 4 Dec 2018 09:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486591 - head/math/R-cran-recipes X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-recipes X-SVN-Commit-Revision: 486591 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4CB0570262 X-Spamd-Result: default: False [-0.53 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.03)[-0.027,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 09:40:33 -0000 Author: tota Date: Tue Dec 4 09:40:32 2018 New Revision: 486591 URL: https://svnweb.freebsd.org/changeset/ports/486591 Log: - Update to 0.1.4 Modified: head/math/R-cran-recipes/Makefile (contents, props changed) head/math/R-cran-recipes/distinfo (contents, props changed) Modified: head/math/R-cran-recipes/Makefile ============================================================================== --- head/math/R-cran-recipes/Makefile Tue Dec 4 09:31:25 2018 (r486590) +++ head/math/R-cran-recipes/Makefile Tue Dec 4 09:40:32 2018 (r486591) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recipes -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,20 +12,19 @@ COMMENT= Preprocessing Tools to Create Design Matrices LICENSE= GPLv2 CRAN_DEPENDS= R-cran-dplyr>0:math/R-cran-dplyr \ - R-cran-broom>0:devel/R-cran-broom \ - R-cran-tibble>0:devel/R-cran-tibble \ + R-cran-generics>0:devel/R-cran-generics \ + R-cran-gower>0:math/R-cran-gower \ R-cran-ipred>0:math/R-cran-ipred \ - R-cran-dimRed>=0.1.0:math/R-cran-dimRed \ R-cran-lubridate>0:devel/R-cran-lubridate \ - R-cran-timeDate>0:finance/R-cran-timeDate \ - R-cran-ddalpha>0:math/R-cran-ddalpha \ + R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-purrr>=0.2.3:devel/R-cran-purrr \ - R-cran-rlang>=0.1.1:devel/R-cran-rlang \ - R-cran-gower>0:math/R-cran-gower \ R-cran-RcppRoll>0:math/R-cran-RcppRoll \ + R-cran-rlang>=0.3.0.1:devel/R-cran-rlang \ + R-cran-tibble>0:devel/R-cran-tibble \ + R-cran-tidyr>0:devel/R-cran-tidyr \ R-cran-tidyselect>=0.1.1:devel/R-cran-tidyselect \ - R-cran-magrittr>0:devel/R-cran-magrittr \ - R-cran-pls>0:math/R-cran-pls + R-cran-timeDate>0:finance/R-cran-timeDate \ + R-cran-withr>0:devel/R-cran-withr BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/math/R-cran-recipes/distinfo ============================================================================== --- head/math/R-cran-recipes/distinfo Tue Dec 4 09:31:25 2018 (r486590) +++ head/math/R-cran-recipes/distinfo Tue Dec 4 09:40:32 2018 (r486591) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529391265 -SHA256 (recipes_0.1.3.tar.gz) = be468f7b9b479e13785e90d239c4784679ad7648efd3d02cfc2a58a2fb1d10ef -SIZE (recipes_0.1.3.tar.gz) = 745806 +TIMESTAMP = 1542689694 +SHA256 (recipes_0.1.4.tar.gz) = 56cbc96420e79ae07946c86d3a16a2f8fb56b29f22323c7e99621f410897912f +SIZE (recipes_0.1.4.tar.gz) = 781783 From owner-svn-ports-all@freebsd.org Tue Dec 4 10:44:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85635132EE28; Tue, 4 Dec 2018 10:44:06 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AE3E72670; Tue, 4 Dec 2018 10:44:06 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C17B2421E; Tue, 4 Dec 2018 10:44:06 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4Ai5qZ040230; Tue, 4 Dec 2018 10:44:05 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4Ai5vh040229; Tue, 4 Dec 2018 10:44:05 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201812041044.wB4Ai5vh040229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Tue, 4 Dec 2018 10:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486592 - head/security/py-yubikey-manager X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/security/py-yubikey-manager X-SVN-Commit-Revision: 486592 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2AE3E72670 X-Spamd-Result: default: False [-0.30 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_SHORT(0.28)[0.275,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 10:44:06 -0000 Author: egypcio Date: Tue Dec 4 10:44:05 2018 New Revision: 486592 URL: https://svnweb.freebsd.org/changeset/ports/486592 Log: security/py-yubikey-manager: add missing (required) dependencies - add missing depends to RUN_DEPENDS; - add concurrent to USE_PYTHON, remove flavors; - bump PORTREVISION. PR: 233709 Submitted by: Daniel Shafer Reviewed by: koobs Approved by: araujo (mentor) MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D18419 Modified: head/security/py-yubikey-manager/Makefile Modified: head/security/py-yubikey-manager/Makefile ============================================================================== --- head/security/py-yubikey-manager/Makefile Tue Dec 4 09:40:32 2018 (r486591) +++ head/security/py-yubikey-manager/Makefile Tue Dec 4 10:44:05 2018 (r486592) @@ -2,6 +2,7 @@ PORTNAME= yubikey-manager PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,16 +13,18 @@ COMMENT= Python library and command line tool for conf LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fido2>0:security/py-fido2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ - pcsc-spy:devel/pcsc-lite \ ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid \ + pcsc-spy:devel/pcsc-lite \ u2f-host:security/libu2f-host \ ykpers>0:security/ykpers USES= python:3.4+ -USE_PYTHON= autoplist distutils flavors +USE_PYTHON= autoplist concurrent distutils .include From owner-svn-ports-all@freebsd.org Tue Dec 4 10:48:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 082AC132EFD5; Tue, 4 Dec 2018 10:48:23 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A306E72944; Tue, 4 Dec 2018 10:48:22 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A47024252; Tue, 4 Dec 2018 10:48:22 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4AmMt0040554; Tue, 4 Dec 2018 10:48:22 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4AmMdN040552; Tue, 4 Dec 2018 10:48:22 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201812041048.wB4AmMdN040552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Tue, 4 Dec 2018 10:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486593 - head/devel/gnu-efi X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/devel/gnu-efi X-SVN-Commit-Revision: 486593 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A306E72944 X-Spamd-Result: default: False [-0.23 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; NEURAL_SPAM_SHORT(0.28)[0.278,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 10:48:23 -0000 Author: egypcio Date: Tue Dec 4 10:48:21 2018 New Revision: 486593 URL: https://svnweb.freebsd.org/changeset/ports/486593 Log: devel/gnu-efi: introduce new ARCH support (i386) Reviewed by: mat Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D17995 Modified: head/devel/gnu-efi/Makefile head/devel/gnu-efi/pkg-plist Modified: head/devel/gnu-efi/Makefile ============================================================================== --- head/devel/gnu-efi/Makefile Tue Dec 4 10:44:05 2018 (r486592) +++ head/devel/gnu-efi/Makefile Tue Dec 4 10:48:21 2018 (r486593) @@ -3,6 +3,7 @@ PORTNAME= gnu-efi PORTVERSION= 3.0.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/gnu-efi @@ -11,9 +12,9 @@ COMMENT= SDK for EFI applications LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 i386 -BUILD_DEPENDS+= ${LOCALBASE}/bin/ar:devel/binutils +BUILD_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils USES= compiler:c++11-lib gmake tar:bz2 @@ -21,7 +22,15 @@ CFLAGS+= -fPIC CPPFLAGS+= -fPIC MAKE_ARGS+= CC=${CC} HOSTCC=${CC} AR=${AR} +.include + +.if ${ARCH} == amd64 +PLIST_SUB= ARCH_amd64="" ARCH_i386="@comment " +.elif ${ARCH} == i386 +PLIST_SUB= ARCH_i386="" ARCH_amd64="@comment " +.endif + post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/crt0-efi-x86_64.o + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.o -.include +.include Modified: head/devel/gnu-efi/pkg-plist ============================================================================== --- head/devel/gnu-efi/pkg-plist Tue Dec 4 10:44:05 2018 (r486592) +++ head/devel/gnu-efi/pkg-plist Tue Dec 4 10:48:21 2018 (r486593) @@ -39,11 +39,19 @@ include/efi/protocol/legacyboot.h include/efi/protocol/piflash64.h include/efi/protocol/vgaclass.h include/efi/romload.h -include/efi/x86_64/efibind.h -include/efi/x86_64/efilibplat.h -include/efi/x86_64/efisetjmp_arch.h -include/efi/x86_64/pe.h -lib/crt0-efi-x86_64.o -lib/elf_x86_64_fbsd_efi.lds lib/libefi.a lib/libgnuefi.a +@comment Architecture Specific Packages List, amd64 +%%ARCH_amd64%%include/efi/x86_64/efibind.h +%%ARCH_amd64%%include/efi/x86_64/efilibplat.h +%%ARCH_amd64%%include/efi/x86_64/efisetjmp_arch.h +%%ARCH_amd64%%include/efi/x86_64/pe.h +%%ARCH_amd64%%lib/crt0-efi-x86_64.o +%%ARCH_amd64%%lib/elf_x86_64_fbsd_efi.lds +@comment Architecture Specific Packages List, i386 +%%ARCH_i386%%include/efi/ia32/efibind.h +%%ARCH_i386%%include/efi/ia32/efilibplat.h +%%ARCH_i386%%include/efi/ia32/efisetjmp_arch.h +%%ARCH_i386%%include/efi/ia32/pe.h +%%ARCH_i386%%lib/crt0-efi-ia32.o +%%ARCH_i386%%lib/elf_ia32_efi.lds From owner-svn-ports-all@freebsd.org Tue Dec 4 10:50:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E86A7132F099; Tue, 4 Dec 2018 10:50:37 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FE2772AE8; Tue, 4 Dec 2018 10:50:37 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7110224262; Tue, 4 Dec 2018 10:50:37 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4AobCO041613; Tue, 4 Dec 2018 10:50:37 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4AobAc041610; Tue, 4 Dec 2018 10:50:37 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201812041050.wB4AobAc041610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Tue, 4 Dec 2018 10:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486594 - head/dns/dnscrypt-proxy2 X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/dns/dnscrypt-proxy2 X-SVN-Commit-Revision: 486594 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8FE2772AE8 X-Spamd-Result: default: False [-0.30 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.28)[0.275,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 10:50:38 -0000 Author: egypcio Date: Tue Dec 4 10:50:36 2018 New Revision: 486594 URL: https://svnweb.freebsd.org/changeset/ports/486594 Log: dns/dnscrypt-proxy2: update 2.0.18 to 2.0.19 - The value for netprobe_timeout was read from the command-line, but not from the configuration file any more. This is a regression introduced in the previous version, that has been fixed; - The default value for netprobe timeouts has been raised to 60 seconds; - A hash of the body is added to query parameters when sending DoH queries with the POST method in order to work around badly configured proxies. https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/2.0.19/ChangeLog Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18341 Modified: head/dns/dnscrypt-proxy2/Makefile head/dns/dnscrypt-proxy2/distinfo Modified: head/dns/dnscrypt-proxy2/Makefile ============================================================================== --- head/dns/dnscrypt-proxy2/Makefile Tue Dec 4 10:48:21 2018 (r486593) +++ head/dns/dnscrypt-proxy2/Makefile Tue Dec 4 10:50:36 2018 (r486594) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 2.0.18 +PORTVERSION= 2.0.19 CATEGORIES= dns security ipv6 PKGNAMESUFFIX= 2 Modified: head/dns/dnscrypt-proxy2/distinfo ============================================================================== --- head/dns/dnscrypt-proxy2/distinfo Tue Dec 4 10:48:21 2018 (r486593) +++ head/dns/dnscrypt-proxy2/distinfo Tue Dec 4 10:50:36 2018 (r486594) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542359640 -SHA256 (jedisct1-dnscrypt-proxy-2.0.18_GH0.tar.gz) = 5085c075faa0fd4addd358eedf3be6600927e5a4a7f3cfc024d1d18d3279a33b -SIZE (jedisct1-dnscrypt-proxy-2.0.18_GH0.tar.gz) = 3334780 +TIMESTAMP = 1543241194 +SHA256 (jedisct1-dnscrypt-proxy-2.0.19_GH0.tar.gz) = 98b05aec5187cd4c2aea910d7ea7facd5ad57c0cbfa07401868647764d5c2896 +SIZE (jedisct1-dnscrypt-proxy-2.0.19_GH0.tar.gz) = 3339713 From owner-svn-ports-all@freebsd.org Tue Dec 4 11:33:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3C29133038D; Tue, 4 Dec 2018 11:33:07 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56D5274530; Tue, 4 Dec 2018 11:33:07 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1EA5324AD2; Tue, 4 Dec 2018 11:33:07 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4BX79t065547; Tue, 4 Dec 2018 11:33:07 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4BX6Oo065545; Tue, 4 Dec 2018 11:33:06 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201812041133.wB4BX6Oo065545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 4 Dec 2018 11:33:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486595 - head/mail/dovecot X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/mail/dovecot X-SVN-Commit-Revision: 486595 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 56D5274530 X-Spamd-Result: default: False [-0.18 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.33)[0.331,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 11:33:07 -0000 Author: ler Date: Tue Dec 4 11:33:06 2018 New Revision: 486595 URL: https://svnweb.freebsd.org/changeset/ports/486595 Log: mail/dovecot: add option to support libsodium - libsodium option to support security/libsodium based crypts - pet portlint - fix LUA option pkg-plist issues Modified: head/mail/dovecot/Makefile head/mail/dovecot/pkg-plist Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Tue Dec 4 10:50:36 2018 (r486594) +++ head/mail/dovecot/Makefile Tue Dec 4 11:33:06 2018 (r486595) @@ -8,7 +8,7 @@ PORTNAME= dovecot PORTVERSION= 2.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.3/ @@ -17,8 +17,6 @@ COMMENT= Secure, fast and powerful IMAP and POP3 serve LICENSE= LGPL21 MIT LICENSE_COMB= dual -LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL -LICENSE_FILE_MIT= ${WRKSRC}/COPYING.MIT USES= cpe iconv libtool pkgconfig ssl USE_RC_SUBR= dovecot @@ -27,7 +25,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-statedir=/var/db/dovecot \ --without-shadow \ - --without-sodium \ --with-ssl=openssl \ --with-docs @@ -39,7 +36,7 @@ GROUPS= ${USERS} CONFLICTS_INSTALL= dovecot22 -OPTIONS_DEFINE= LIBWRAP LUA LZ4 VPOPMAIL DOCS EXAMPLES +OPTIONS_DEFINE= LIBSODIUM LIBWRAP LUA LZ4 VPOPMAIL DOCS EXAMPLES OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP OPTIONS_SUB= yes @@ -68,6 +65,10 @@ GSSAPI_HEIMDAL_DESC= Use Heimdal GSSAPI from security/ GSSAPI_MIT_DESC= Use MIT GSSAPI from security/krb5 # General options +LIBSODIUM_DESC= support libsodium based crypts (ARGON2I/ARGON2ID) +LIBSODIUM_LIB_DEPENDS= libsodium.so:security/libsodium +LIBSODIUM_CONFIGURE_WITH= sodium + LIBWRAP_CONFIGURE_WITH= libwrap LUA_CONFIGURE_WITH= lua @@ -98,7 +99,6 @@ SQLITE_CONFIGURE_WITH= sqlite # FTS ICU_CONFIGURE_WITH= icu ICU_LIB_DEPENDS= libicui18n.so:devel/icu -ICU_USES= pkgconfig LUCENE_CONFIGURE_WITH= lucene LUCENE_LIB_DEPENDS= libclucene-core.so:textproc/clucene Modified: head/mail/dovecot/pkg-plist ============================================================================== --- head/mail/dovecot/pkg-plist Tue Dec 4 10:50:36 2018 (r486594) +++ head/mail/dovecot/pkg-plist Tue Dec 4 11:33:06 2018 (r486595) @@ -836,6 +836,12 @@ share/aclocal/dovecot.m4 %%LIBWRAP%%libexec/dovecot/tcpwrap %%LUA%%include/dovecot/dlua-script-private.h %%LUA%%include/dovecot/dlua-script.h +%%LUA%%include/dovecot/mail-lua-plugin.h +%%LUA%%include/dovecot/mail-storage-lua.h +%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.a +%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.so +%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%22_push_notification_lua_plugin.a +%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%22_push_notification_lua_plugin.so %%LUCENE%%lib/dovecot/doveadm/lib20_doveadm_fts_lucene_plugin.a %%LUCENE%%lib/dovecot/doveadm/lib20_doveadm_fts_lucene_plugin.so %%LUCENE%%lib/dovecot/lib21_fts_lucene_plugin.a From owner-svn-ports-all@freebsd.org Tue Dec 4 12:45:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76F6C130B883; Tue, 4 Dec 2018 12:45:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E1E677779; Tue, 4 Dec 2018 12:45:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1E4925668; Tue, 4 Dec 2018 12:45:18 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4CjIXX001253; Tue, 4 Dec 2018 12:45:18 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4CjIOt001251; Tue, 4 Dec 2018 12:45:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041245.wB4CjIOt001251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 12:45:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486596 - head/devel/bazel X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/bazel X-SVN-Commit-Revision: 486596 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1E1E677779 X-Spamd-Result: default: False [-0.17 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.41)[0.407,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 12:45:19 -0000 Author: swills Date: Tue Dec 4 12:45:18 2018 New Revision: 486596 URL: https://svnweb.freebsd.org/changeset/ports/486596 Log: devel/bazel: update to 0.20.0 PR: 233760 Submitted by: Klaus Aehlig (maintainer) Modified: head/devel/bazel/Makefile (contents, props changed) head/devel/bazel/distinfo (contents, props changed) Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Tue Dec 4 11:33:06 2018 (r486595) +++ head/devel/bazel/Makefile Tue Dec 4 12:45:18 2018 (r486596) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.19.0 +DISTVERSION= 0.20.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -24,7 +24,7 @@ BUILD_DEPENDS= bash:shells/bash \ # In bazel, a release is always code-wise identical to the final release candidate. # Hence we can also download that one and so have a simple way to also test earlier release # candidates. -FINALRC= 9 +FINALRC= 5 USES= shebangfix zip:infozip python SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) Modified: head/devel/bazel/distinfo ============================================================================== --- head/devel/bazel/distinfo Tue Dec 4 11:33:06 2018 (r486595) +++ head/devel/bazel/distinfo Tue Dec 4 12:45:18 2018 (r486596) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540850893 -SHA256 (bazel-0.19.0rc9-dist.zip) = 312af013a796510bf68644b69b460dde593cfaa1be4de81640f79f977ca80b69 -SIZE (bazel-0.19.0rc9-dist.zip) = 87331141 +TIMESTAMP = 1543820965 +SHA256 (bazel-0.20.0rc5-dist.zip) = 3679dcadb980b03e78ffdc1f081f0a0a60bf8d97395e91bd93c4ce7b2f804a07 +SIZE (bazel-0.20.0rc5-dist.zip) = 87599563 From owner-svn-ports-all@freebsd.org Tue Dec 4 13:32:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0C18130C978; Tue, 4 Dec 2018 13:32:09 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7833E78F84; Tue, 4 Dec 2018 13:32:09 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5948025D7E; Tue, 4 Dec 2018 13:32:09 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4DW93a025946; Tue, 4 Dec 2018 13:32:09 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4DW9qQ025945; Tue, 4 Dec 2018 13:32:09 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201812041332.wB4DW9qQ025945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Tue, 4 Dec 2018 13:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486597 - branches/2018Q4/security/py-yubikey-manager X-SVN-Group: ports-branches X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: branches/2018Q4/security/py-yubikey-manager X-SVN-Commit-Revision: 486597 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7833E78F84 X-Spamd-Result: default: False [-0.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.56)[0.563,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 13:32:10 -0000 Author: egypcio Date: Tue Dec 4 13:32:08 2018 New Revision: 486597 URL: https://svnweb.freebsd.org/changeset/ports/486597 Log: MFH: r486592 security/py-yubikey-manager: add missing (required) dependencies - add missing depends to RUN_DEPENDS; - add concurrent to USE_PYTHON, remove flavors; - bump PORTREVISION. PR: 233709 Submitted by: Daniel Shafer Reviewed by: koobs Approved by: araujo (mentor), miwi (ports-secteam) Differential Revision: https://reviews.freebsd.org/D18419 Approved by: ports-secteam Modified: branches/2018Q4/security/py-yubikey-manager/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/py-yubikey-manager/Makefile ============================================================================== --- branches/2018Q4/security/py-yubikey-manager/Makefile Tue Dec 4 12:45:18 2018 (r486596) +++ branches/2018Q4/security/py-yubikey-manager/Makefile Tue Dec 4 13:32:08 2018 (r486597) @@ -1,26 +1,30 @@ # $FreeBSD$ PORTNAME= yubikey-manager -PORTVERSION= 0.7.1 +PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= Python library and command line tool for configuring a YubiKey -LICENSE= GPLv3 +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fido2>0:security/py-fido2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ - pcsc-spy:devel/pcsc-lite \ ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid \ + pcsc-spy:devel/pcsc-lite \ u2f-host:security/libu2f-host \ ykpers>0:security/ykpers USES= python:3.4+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include From owner-svn-ports-all@freebsd.org Tue Dec 4 13:56:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BA2C130D14B; Tue, 4 Dec 2018 13:56:48 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D07F79995; Tue, 4 Dec 2018 13:56:48 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F02B261DC; Tue, 4 Dec 2018 13:56:48 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4Dum5D037015; Tue, 4 Dec 2018 13:56:48 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4DumiQ037014; Tue, 4 Dec 2018 13:56:48 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201812041356.wB4DumiQ037014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 4 Dec 2018 13:56:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486598 - head/net/boinc-client X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/net/boinc-client X-SVN-Commit-Revision: 486598 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3D07F79995 X-Spamd-Result: default: False [-0.40 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_SHORT(0.18)[0.183,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 13:56:48 -0000 Author: ler Date: Tue Dec 4 13:56:47 2018 New Revision: 486598 URL: https://svnweb.freebsd.org/changeset/ports/486598 Log: net/boinc-client: add USES=compiler:c++11-lang to fix GCC architectures. PR: 233750 Reported by: pkubaj@anongoth.pl Modified: head/net/boinc-client/Makefile Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Tue Dec 4 13:32:08 2018 (r486597) +++ head/net/boinc-client/Makefile Tue Dec 4 13:56:47 2018 (r486598) @@ -4,7 +4,7 @@ PORTNAME= boinc-client PORTVERSION= 7.8.6 DISTVERSIONPREFIX= client_release/7.8/ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= ler@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= Berkeley Open Infrastructure for Network Comp LICENSE= LGPL3 -USES= autoreconf dos2unix gettext gmake \ +USES= autoreconf compiler:c++11-lang dos2unix gettext gmake \ libtool pkgconfig ssl tar:xz INSTALL_TARGET= install-strip GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Tue Dec 4 14:25:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE717130E189; Tue, 4 Dec 2018 14:25:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 916EA7AE58; Tue, 4 Dec 2018 14:25:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7425F266E3; Tue, 4 Dec 2018 14:25:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4EPd9A052552; Tue, 4 Dec 2018 14:25:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4EPc7w052547; Tue, 4 Dec 2018 14:25:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201812041425.wB4EPc7w052547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 4 Dec 2018 14:25:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486599 - in head/lang/perl5.26: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/lang/perl5.26: . files X-SVN-Commit-Revision: 486599 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 916EA7AE58 X-Spamd-Result: default: False [-0.31 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.20)[0.197,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 14:25:40 -0000 Author: mat Date: Tue Dec 4 14:25:38 2018 New Revision: 486599 URL: https://svnweb.freebsd.org/changeset/ports/486599 Log: Update to 5.26.3. Modified: head/lang/perl5.26/Makefile (contents, props changed) head/lang/perl5.26/distinfo (contents, props changed) head/lang/perl5.26/files/patch-perl.c (contents, props changed) head/lang/perl5.26/files/patch-t_porting_customized.dat (contents, props changed) head/lang/perl5.26/pkg-plist (contents, props changed) head/lang/perl5.26/version.mk Modified: head/lang/perl5.26/Makefile ============================================================================== --- head/lang/perl5.26/Makefile Tue Dec 4 13:56:47 2018 (r486598) +++ head/lang/perl5.26/Makefile Tue Dec 4 14:25:38 2018 (r486599) @@ -3,7 +3,6 @@ PORTNAME= perl DISTVERSION= ${PERL_VERSION} -PORTREVISION= 2 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0/ DIST_SUBDIR= perl Modified: head/lang/perl5.26/distinfo ============================================================================== --- head/lang/perl5.26/distinfo Tue Dec 4 13:56:47 2018 (r486598) +++ head/lang/perl5.26/distinfo Tue Dec 4 14:25:38 2018 (r486599) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523791085 -SHA256 (perl/perl-5.26.2.tar.xz) = 0f8c0fb1b0db4681adb75c3ba0dd77a0472b1b359b9e80efd79fc27b4352132c -SIZE (perl/perl-5.26.2.tar.xz) = 11931624 +TIMESTAMP = 1543932034 +SHA256 (perl/perl-5.26.3.tar.xz) = e0a17cdaed5304aea1783e507e56bb0001dd72c46f211553ead3a580c3f38135 +SIZE (perl/perl-5.26.3.tar.xz) = 11957032 Modified: head/lang/perl5.26/files/patch-perl.c ============================================================================== --- head/lang/perl5.26/files/patch-perl.c Tue Dec 4 13:56:47 2018 (r486598) +++ head/lang/perl5.26/files/patch-perl.c Tue Dec 4 14:25:38 2018 (r486599) @@ -1,6 +1,6 @@ ---- perl.c.orig 2017-02-20 08:31:27 UTC +--- perl.c.orig 2018-03-23 19:34:37 UTC +++ perl.c -@@ -1870,23 +1870,7 @@ S_Internals_V(pTHX_ CV *cv) +@@ -1878,23 +1878,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, sizeof(non_bincompat_options) - 1, SVs_TEMP)); Modified: head/lang/perl5.26/files/patch-t_porting_customized.dat ============================================================================== --- head/lang/perl5.26/files/patch-t_porting_customized.dat Tue Dec 4 13:56:47 2018 (r486598) +++ head/lang/perl5.26/files/patch-t_porting_customized.dat Tue Dec 4 14:25:38 2018 (r486599) @@ -1,6 +1,6 @@ ---- t/porting/customized.dat.orig 2017-03-19 18:51:10 UTC +--- t/porting/customized.dat.orig 2018-11-01 22:03:55 UTC +++ t/porting/customized.dat -@@ -1,6 +1,7 @@ +@@ -2,6 +2,7 @@ Archive::Tar cpan/Archive-Tar/lib/Archiv Digest cpan/Digest/Digest.pm 43f7f544cb11842b2f55c73e28930da50774e081 Encode cpan/Encode/Unicode/Unicode.pm 9749692c67f7d69083034de9184a93f070ab4799 ExtUtils::Constant cpan/ExtUtils-Constant/t/Constant.t a0369c919e216fb02767a637666bb4577ad79b02 Modified: head/lang/perl5.26/pkg-plist ============================================================================== --- head/lang/perl5.26/pkg-plist Tue Dec 4 13:56:47 2018 (r486598) +++ head/lang/perl5.26/pkg-plist Tue Dec 4 14:25:38 2018 (r486599) @@ -972,9 +972,12 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5241delta.1.gz %%MAN1%%/perl5242delta.1.gz %%MAN1%%/perl5243delta.1.gz +%%MAN1%%/perl5244delta.1.gz %%MAN1%%/perl5260delta.1.gz %%MAN1%%/perl5261delta.1.gz %%MAN1%%/perl5262delta.1.gz +%%MAN1%%/perl5263delta.1.gz +%%MAN1%%/perl5280delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz @@ -1755,9 +1758,12 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5241delta.pod %%PRIV_LIB%%/pod/perl5242delta.pod %%PRIV_LIB%%/pod/perl5243delta.pod +%%PRIV_LIB%%/pod/perl5244delta.pod %%PRIV_LIB%%/pod/perl5260delta.pod %%PRIV_LIB%%/pod/perl5261delta.pod %%PRIV_LIB%%/pod/perl5262delta.pod +%%PRIV_LIB%%/pod/perl5263delta.pod +%%PRIV_LIB%%/pod/perl5280delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod Modified: head/lang/perl5.26/version.mk ============================================================================== --- head/lang/perl5.26/version.mk Tue Dec 4 13:56:47 2018 (r486598) +++ head/lang/perl5.26/version.mk Tue Dec 4 14:25:38 2018 (r486599) @@ -1,2 +1,2 @@ -PERL_VERSION= 5.26.2 +PERL_VERSION= 5.26.3 PERL5_DEPEND= perl5>=5.26<5.27 From owner-svn-ports-all@freebsd.org Tue Dec 4 14:27:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB702130E2B7; Tue, 4 Dec 2018 14:27:14 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48BAE7B040; Tue, 4 Dec 2018 14:27:14 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 29C9F266E8; Tue, 4 Dec 2018 14:27:14 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4EREg1052734; Tue, 4 Dec 2018 14:27:14 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4ERDtV052732; Tue, 4 Dec 2018 14:27:13 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201812041427.wB4ERDtV052732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Tue, 4 Dec 2018 14:27:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486600 - head/finance/beancount X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/finance/beancount X-SVN-Commit-Revision: 486600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 48BAE7B040 X-Spamd-Result: default: False [-0.40 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_SHORT(0.18)[0.183,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 14:27:14 -0000 Author: nivit Date: Tue Dec 4 14:27:13 2018 New Revision: 486600 URL: https://svnweb.freebsd.org/changeset/ports/486600 Log: - Update to 2.1.3 - Pet portlint Modified: head/finance/beancount/Makefile head/finance/beancount/distinfo (contents, props changed) Modified: head/finance/beancount/Makefile ============================================================================== --- head/finance/beancount/Makefile Tue Dec 4 14:25:38 2018 (r486599) +++ head/finance/beancount/Makefile Tue Dec 4 14:27:13 2018 (r486600) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= beancount -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= finance MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/ DISTNAME= ${PORTVERSION} @@ -28,14 +28,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:w ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=0:www/py-google-api-python-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR} +USES= python:3.5+ +USE_PYTHON= autoplist distutils + # Project hosted on Bitbucket BB_ACCOUNT= blais -BB_COMMIT= 2b20d3017825 +BB_COMMIT= fd27856ff2de BB_PROJECT= ${PORTNAME} WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} - -USES= python:3.5+ -USE_PYTHON= autoplist distutils .include Modified: head/finance/beancount/distinfo ============================================================================== --- head/finance/beancount/distinfo Tue Dec 4 14:25:38 2018 (r486599) +++ head/finance/beancount/distinfo Tue Dec 4 14:27:13 2018 (r486600) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534755684 -SHA256 (beancount/2.1.2.tar.gz) = ee6f0a75bfffa0b3e386d2a93709809624f935cbddf72f57bae281c18026452f -SIZE (beancount/2.1.2.tar.gz) = 1703555 +TIMESTAMP = 1543917304 +SHA256 (beancount/2.1.3.tar.gz) = 2297ee56641214caa6d96219315f864e54ef9878fc06cc752e4d88ea4659ad68 +SIZE (beancount/2.1.3.tar.gz) = 1718027 From owner-svn-ports-all@freebsd.org Tue Dec 4 14:30:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C5EB130E3B5; Tue, 4 Dec 2018 14:30:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B8D37B31B; Tue, 4 Dec 2018 14:30:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0D8826704; Tue, 4 Dec 2018 14:30:53 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4EUrJj053049; Tue, 4 Dec 2018 14:30:53 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4EUrlO053045; Tue, 4 Dec 2018 14:30:53 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201812041430.wB4EUrlO053045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 4 Dec 2018 14:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486601 - head/lang/perl5.28 X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/lang/perl5.28 X-SVN-Commit-Revision: 486601 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1B8D37B31B X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_SHORT(0.31)[0.307,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 14:30:54 -0000 Author: mat Date: Tue Dec 4 14:30:52 2018 New Revision: 486601 URL: https://svnweb.freebsd.org/changeset/ports/486601 Log: Update to 5.28.1. Modified: head/lang/perl5.28/Makefile (contents, props changed) head/lang/perl5.28/distinfo (contents, props changed) head/lang/perl5.28/pkg-plist (contents, props changed) head/lang/perl5.28/version.mk Modified: head/lang/perl5.28/Makefile ============================================================================== --- head/lang/perl5.28/Makefile Tue Dec 4 14:27:13 2018 (r486600) +++ head/lang/perl5.28/Makefile Tue Dec 4 14:30:52 2018 (r486601) @@ -3,7 +3,6 @@ PORTNAME= perl DISTVERSION= ${PERL_VERSION} -PORTREVISION= 2 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 CPAN/../../authors/id/X/XS/XSAWYERX/ DIST_SUBDIR= perl Modified: head/lang/perl5.28/distinfo ============================================================================== --- head/lang/perl5.28/distinfo Tue Dec 4 14:27:13 2018 (r486600) +++ head/lang/perl5.28/distinfo Tue Dec 4 14:30:52 2018 (r486601) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529924640 -SHA256 (perl/perl-5.28.0.tar.xz) = 059b3cb69970d8c8c5964caced0335b4af34ac990c8e61f7e3f90cd1c2d11e49 -SIZE (perl/perl-5.28.0.tar.xz) = 12410536 +TIMESTAMP = 1543932070 +SHA256 (perl/perl-5.28.1.tar.xz) = fea7162d4cca940a387f0587b93f6737d884bf74d8a9d7cfd978bc12cd0b202d +SIZE (perl/perl-5.28.1.tar.xz) = 12372080 Modified: head/lang/perl5.28/pkg-plist ============================================================================== --- head/lang/perl5.28/pkg-plist Tue Dec 4 14:27:13 2018 (r486600) +++ head/lang/perl5.28/pkg-plist Tue Dec 4 14:30:52 2018 (r486601) @@ -1002,6 +1002,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5261delta.1.gz %%MAN1%%/perl5262delta.1.gz %%MAN1%%/perl5280delta.1.gz +%%MAN1%%/perl5281delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz @@ -1803,6 +1804,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5261delta.pod %%PRIV_LIB%%/pod/perl5262delta.pod %%PRIV_LIB%%/pod/perl5280delta.pod +%%PRIV_LIB%%/pod/perl5281delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod Modified: head/lang/perl5.28/version.mk ============================================================================== --- head/lang/perl5.28/version.mk Tue Dec 4 14:27:13 2018 (r486600) +++ head/lang/perl5.28/version.mk Tue Dec 4 14:30:52 2018 (r486601) @@ -1,2 +1,2 @@ -PERL_VERSION= 5.28.0 +PERL_VERSION= 5.28.1 PERL5_DEPEND= perl5>=5.28.r1<5.29 From owner-svn-ports-all@freebsd.org Tue Dec 4 14:31:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32C40130E3E2; Tue, 4 Dec 2018 14:31:06 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCCCA7B409; Tue, 4 Dec 2018 14:31:05 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47E3326714; Tue, 4 Dec 2018 14:31:04 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4EV4QX053347; Tue, 4 Dec 2018 14:31:04 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4EV4G6053346; Tue, 4 Dec 2018 14:31:04 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201812041431.wB4EV4G6053346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Tue, 4 Dec 2018 14:31:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486603 - head/finance/fava X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/finance/fava X-SVN-Commit-Revision: 486603 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BCCCA7B409 X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.31)[0.307,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 14:31:06 -0000 Author: nivit Date: Tue Dec 4 14:31:03 2018 New Revision: 486603 URL: https://svnweb.freebsd.org/changeset/ports/486603 Log: - Update to 1.9 - Use CHEESESHOP as master site, because the distribution file on GitHub does not provide all necessary files. (see https://github.com/beancount/fava/issues/646 ) Changes: https://github.com/beancount/fava/releases/tag/v1.9 Modified: head/finance/fava/Makefile head/finance/fava/distinfo (contents, props changed) Modified: head/finance/fava/Makefile ============================================================================== --- head/finance/fava/Makefile Tue Dec 4 14:31:00 2018 (r486602) +++ head/finance/fava/Makefile Tue Dec 4 14:31:03 2018 (r486603) @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= fava -PORTVERSION= 1.8 -DISTVERSIONPREFIX= v +PORTVERSION= 1.9 CATEGORIES= finance -MASTER_SITES= LOCAL/nivit/${PORTNAME}/:static -DISTFILES= ${PORTNAME}-static-gen-${PORTVERSION}.tar.gz:static +MASTER_SITES= CHEESESHOP MAINTAINER= nivit@FreeBSD.org COMMENT= Web interface for Beancount @@ -24,10 +22,7 @@ RUN_DEPENDS= beancount>=2.1.2:finance/beancount \ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} -GH_ACCOUNT= beancount - USES= python:3.5+ # same as finance/beancount -USE_GITHUB= yes USE_PYTHON= autoplist distutils .include Modified: head/finance/fava/distinfo ============================================================================== --- head/finance/fava/distinfo Tue Dec 4 14:31:00 2018 (r486602) +++ head/finance/fava/distinfo Tue Dec 4 14:31:03 2018 (r486603) @@ -1,5 +1,3 @@ -TIMESTAMP = 1535819146 -SHA256 (fava-static-gen-1.8.tar.gz) = 068d9e2bdbb3ebbb599cdb3e8b8fc1d7729ebe93591217865152b9b676042e9e -SIZE (fava-static-gen-1.8.tar.gz) = 422835 -SHA256 (beancount-fava-v1.8_GH0.tar.gz) = 4262fb01daed2964c5f75700f4fdce6fedbfffdb25bdb221a41de87b5ba49ba0 -SIZE (beancount-fava-v1.8_GH0.tar.gz) = 332251 +TIMESTAMP = 1543918959 +SHA256 (fava-1.9.tar.gz) = 337d04d9c898f7a34d89e251574b8f32ee8c9badc0b13b9f5391ba6e684ab984 +SIZE (fava-1.9.tar.gz) = 522228 From owner-svn-ports-all@freebsd.org Tue Dec 4 14:31:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1850130E3DD; Tue, 4 Dec 2018 14:31:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6601C7B3FD; Tue, 4 Dec 2018 14:31:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B16732670E; Tue, 4 Dec 2018 14:31:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4EV14v053225; Tue, 4 Dec 2018 14:31:01 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4EV0Oo053219; Tue, 4 Dec 2018 14:31:00 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201812041431.wB4EV0Oo053219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 4 Dec 2018 14:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486602 - in head/lang/perl5-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/lang/perl5-devel: . files X-SVN-Commit-Revision: 486602 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6601C7B3FD X-Spamd-Result: default: False [-0.18 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.33)[0.331,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 14:31:06 -0000 Author: mat Date: Tue Dec 4 14:31:00 2018 New Revision: 486602 URL: https://svnweb.freebsd.org/changeset/ports/486602 Log: Update to v5.29.5-63-gbf5c7c7dda. Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) head/lang/perl5-devel/files/patch-Configure (contents, props changed) head/lang/perl5-devel/files/patch-perl.c (contents, props changed) head/lang/perl5-devel/pkg-plist (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Tue Dec 4 14:30:52 2018 (r486601) +++ head/lang/perl5-devel/Makefile Tue Dec 4 14:31:00 2018 (r486602) @@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.29.5-19-g20ccb10a08 +GH_TAGNAME= v5.29.5-63-gbf5c7c7dda OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \ THREADS PERL_MALLOC DTRACE DOT_INC Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Tue Dec 4 14:30:52 2018 (r486601) +++ head/lang/perl5-devel/distinfo Tue Dec 4 14:31:00 2018 (r486602) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543232239 -SHA256 (perl/Perl-perl5-v5.29.5-19-g20ccb10a08_GH0.tar.gz) = 39e96177eb321805b951ba956c7db3a35c4cd512a1ffa1c3821c9267f6094725 -SIZE (perl/Perl-perl5-v5.29.5-19-g20ccb10a08_GH0.tar.gz) = 19111904 +TIMESTAMP = 1543931635 +SHA256 (perl/Perl-perl5-v5.29.5-63-gbf5c7c7dda_GH0.tar.gz) = a7dd392f28f3e103b1819a9c477429502aaca9bc800df4859b0ed556d3539f14 +SIZE (perl/Perl-perl5-v5.29.5-63-gbf5c7c7dda_GH0.tar.gz) = 19111291 Modified: head/lang/perl5-devel/files/patch-Configure ============================================================================== --- head/lang/perl5-devel/files/patch-Configure Tue Dec 4 14:30:52 2018 (r486601) +++ head/lang/perl5-devel/files/patch-Configure Tue Dec 4 14:31:00 2018 (r486602) @@ -1,6 +1,6 @@ ---- Configure.orig 2018-10-30 21:28:23 UTC +--- Configure.orig 2018-12-02 17:24:42 UTC +++ Configure -@@ -3868,7 +3868,10 @@ esac +@@ -3867,7 +3867,10 @@ esac . ./posthint.sh : who configured the system @@ -12,7 +12,7 @@ case "$cf_by" in "") cf_by=`(logname) 2>/dev/null` -@@ -5049,7 +5052,7 @@ esac +@@ -5048,7 +5051,7 @@ esac : Now check and see which directories actually exist, avoiding duplicates for xxx in $dlist do @@ -21,7 +21,7 @@ case " $libpth " in *" $xxx "*) ;; *) libpth="$libpth $xxx";; -@@ -9589,8 +9592,7 @@ prefixvar=siteman3dir +@@ -9588,8 +9591,7 @@ prefixvar=siteman3dir : determine where add-on public executable scripts go case "$sitescript" in Modified: head/lang/perl5-devel/files/patch-perl.c ============================================================================== --- head/lang/perl5-devel/files/patch-perl.c Tue Dec 4 14:30:52 2018 (r486601) +++ head/lang/perl5-devel/files/patch-perl.c Tue Dec 4 14:31:00 2018 (r486602) @@ -1,6 +1,6 @@ ---- perl.c.orig 2018-07-15 19:10:55 UTC +--- perl.c.orig 2018-12-02 17:24:42 UTC +++ perl.c -@@ -1981,23 +1981,7 @@ S_Internals_V(pTHX_ CV *cv) +@@ -1984,23 +1984,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, sizeof(non_bincompat_options) - 1, SVs_TEMP)); Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Tue Dec 4 14:30:52 2018 (r486601) +++ head/lang/perl5-devel/pkg-plist Tue Dec 4 14:31:00 2018 (r486602) @@ -956,7 +956,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5260delta.1.gz %%MAN1%%/perl5261delta.1.gz %%MAN1%%/perl5262delta.1.gz +%%MAN1%%/perl5263delta.1.gz %%MAN1%%/perl5280delta.1.gz +%%MAN1%%/perl5281delta.1.gz %%MAN1%%/perl5290delta.1.gz %%MAN1%%/perl5291delta.1.gz %%MAN1%%/perl5292delta.1.gz @@ -1748,7 +1750,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5260delta.pod %%PRIV_LIB%%/pod/perl5261delta.pod %%PRIV_LIB%%/pod/perl5262delta.pod +%%PRIV_LIB%%/pod/perl5263delta.pod %%PRIV_LIB%%/pod/perl5280delta.pod +%%PRIV_LIB%%/pod/perl5281delta.pod %%PRIV_LIB%%/pod/perl5290delta.pod %%PRIV_LIB%%/pod/perl5291delta.pod %%PRIV_LIB%%/pod/perl5292delta.pod From owner-svn-ports-all@freebsd.org Tue Dec 4 14:31:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B24DD130E3E6; Tue, 4 Dec 2018 14:31:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 482E07B41B; Tue, 4 Dec 2018 14:31:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C18A626716; Tue, 4 Dec 2018 14:31:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4EV5JK053495; Tue, 4 Dec 2018 14:31:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4EV5ZF053492; Tue, 4 Dec 2018 14:31:05 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201812041431.wB4EV5ZF053492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 4 Dec 2018 14:31:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486604 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind9-devel: . files X-SVN-Commit-Revision: 486604 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 482E07B41B X-Spamd-Result: default: False [-0.18 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.33)[0.331,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 14:31:07 -0000 Author: mat Date: Tue Dec 4 14:31:04 2018 New Revision: 486604 URL: https://svnweb.freebsd.org/changeset/ports/486604 Log: Update to latest commit. Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Tue Dec 4 14:31:03 2018 (r486603) +++ head/dns/bind9-devel/Makefile Tue Dec 4 14:31:04 2018 (r486604) @@ -40,13 +40,13 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 # XXX: remove tar:bz2 USES= compiler:c11 cpe libedit ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.4a0.2018.11.20 +ISCVERSION= 9.13.4a0.2018.12.04 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= bf519a3574acb6153d53756485c9fe567cd32c6b +GL_COMMIT= 8743a853d2afe4bddb8f4d314f2fa8a7bbeb4025 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Tue Dec 4 14:31:03 2018 (r486603) +++ head/dns/bind9-devel/distinfo Tue Dec 4 14:31:04 2018 (r486604) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543232582 -SHA256 (isc-projects-bind9-bf519a3574acb6153d53756485c9fe567cd32c6b_GL0.tar.gz) = 8f4c8bc2a47bec44b109b5103db8d3e4402a54bbcf8029e4f76e7eaf27b06ba3 -SIZE (isc-projects-bind9-bf519a3574acb6153d53756485c9fe567cd32c6b_GL0.tar.gz) = 6307901 +TIMESTAMP = 1543933450 +SHA256 (isc-projects-bind9-8743a853d2afe4bddb8f4d314f2fa8a7bbeb4025_GL0.tar.gz) = 32d034e17714a286860e53c5b93d7f50032423a87608d6ea7ee3b98187953934 +SIZE (isc-projects-bind9-8743a853d2afe4bddb8f4d314f2fa8a7bbeb4025_GL0.tar.gz) = 6309946 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Tue Dec 4 14:31:03 2018 (r486603) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Tue Dec 4 14:31:04 2018 (r486604) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2018-11-19 17:02:41 UTC +--- bin/named/config.c.orig 2018-12-04 09:57:38 UTC +++ bin/named/config.c @@ -182,6 +182,7 @@ options {\n\ notify-source *;\n\ @@ -8,9 +8,9 @@ provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2018-11-19 17:02:41 UTC +--- bin/named/server.c.orig 2018-12-04 09:57:38 UTC +++ bin/named/server.c -@@ -4116,6 +4116,11 @@ configure_view(dns_view_t *view, dns_vie +@@ -4124,6 +4124,11 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -22,7 +22,7 @@ result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2018-11-19 17:02:41 UTC +--- lib/dns/include/dns/view.h.orig 2018-12-04 09:57:38 UTC +++ lib/dns/include/dns/view.h @@ -153,6 +153,7 @@ struct dns_view { bool requestnsid; @@ -32,7 +32,7 @@ dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2018-11-19 17:02:41 UTC +--- lib/dns/resolver.c.orig 2018-12-04 09:57:38 UTC +++ lib/dns/resolver.c @@ -5967,6 +5967,12 @@ cache_name(fetchctx_t *fctx, dns_name_t } @@ -47,7 +47,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2018-11-19 17:02:41 UTC +--- lib/isccfg/namedconf.c.orig 2018-12-04 09:57:38 UTC +++ lib/isccfg/namedconf.c @@ -1921,6 +1921,7 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Tue Dec 4 14:31:03 2018 (r486603) +++ head/dns/bind9-devel/files/patch-configure Tue Dec 4 14:31:04 2018 (r486604) @@ -1,6 +1,6 @@ ---- configure.orig 2018-11-26 10:22:36 UTC +--- configure.orig 2018-12-04 09:57:38 UTC +++ configure -@@ -16386,27 +16386,9 @@ done +@@ -16308,27 +16308,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -16449,47 +16431,7 @@ $as_echo "no" >&6; } ;; +@@ -16371,47 +16353,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -21008,7 +20950,7 @@ $as_echo "" >&6; } +@@ -20931,7 +20873,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). From owner-svn-ports-all@freebsd.org Tue Dec 4 14:43:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 161A8130ED0B for ; Tue, 4 Dec 2018 14:43:03 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-oi1-f181.google.com (mail-oi1-f181.google.com [209.85.167.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC24C7BE2B for ; Tue, 4 Dec 2018 14:43:01 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by mail-oi1-f181.google.com with SMTP id j21so14413757oii.8 for ; Tue, 04 Dec 2018 06:43:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NEUO0f79XAl1ofRrwyKfrO/wzFcE3/mNlowctb13ciE=; b=oyVF/DX5eIWLhu06iUnY6BpPI3UDS3wyYFGxl84kq4jWcHm/dVYz88OOg5X+1TedbJ yFhFSuC2M2YVe1adyaps6WbeZs1DaP3tDTeJOhTGUWAZ+Z3IcOWevvCecLJdq7ZpdR0K 6TQrE7L3D5TnkOCl4bNlJVjB0tJ5YleHBmKfAH8hCzzN/ND6RyXpxZSSGqfaqBe31s0T Kl/f93NT5d/KtROox7JozHaUNZDh5nL0SLg6uPlYRG53YWX2xhX5rOonAJbPhwRPqsGc Yadm3q4qMTax7a/VDCozNqGBFRokRNUHcTI5FviE9Z+mIwndAyQ/A/cixjC71pD1jKXU LDpg== X-Gm-Message-State: AA+aEWaS286iyD7xbfQkajIteViiRX1tD3jmPOdvgfxtsHmAyHSxR8tr ZCwpq01lKhgvuhKSHxGLcyIuTdiqo1gWRyvacVCNTw== X-Google-Smtp-Source: AFSGD/UTpTIsnkaUuS5cu2DfrEk+t1HFX1zhYOwqtFQix7AHtAWd1wY0RmO5MIgUDqgkbg5obVgtNs/OG2K1k9va2QY= X-Received: by 2002:aca:6991:: with SMTP id e139mr11819645oic.217.1543934575141; Tue, 04 Dec 2018 06:42:55 -0800 (PST) MIME-Version: 1.0 References: <201812032109.wB3L9aOj016620@repo.freebsd.org> <20181204075633.l724tydcbng3225n@atuin.in.mat.cc> In-Reply-To: <20181204075633.l724tydcbng3225n@atuin.in.mat.cc> From: Maxim Sobolev Date: Tue, 4 Dec 2018 06:42:43 -0800 Message-ID: Subject: Re: svn: svnadmin/conf To: mat@freebsd.org Cc: rene@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org X-Rspamd-Queue-Id: BC24C7BE2B X-Spamd-Result: default: False [-3.91 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[svn-ports-all@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: alt1.aspmx.l.google.com]; NEURAL_HAM_SHORT(-0.93)[-0.934,0]; RCVD_IN_DNSWL_NONE(0.00)[181.167.85.209.list.dnswl.org : 127.0.5.0]; IP_SCORE(-0.97)[ipnet: 209.85.128.0/17(-3.50), asn: 15169(-1.28), country: US(-0.09)]; FORGED_SENDER(0.30)[sobomax@freebsd.org,sobomax@sippysoft.com]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[sobomax@freebsd.org,sobomax@sippysoft.com]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 14:43:03 -0000 OK, would you be so kind and commit the following PR for me then? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233776 Thanks! On Mon, Dec 3, 2018 at 11:56 PM Mathieu Arnold wrote: > Hi, > > On Mon, Dec 03, 2018 at 10:06:41PM -0800, Maxim Sobolev wrote: > > Uhmm, I am actually pretty active, still. Mostly sending my patches > > directly to mtrs. I actually have bunch of fixes to some of the scripts > in > > ports/Tools/scripts. Where do I apply to get this reverted? :) > > Active means actually committing things. If the only thing you do is > send patches to maintainer, you do not actually need a commit bit. > > Regards, > > -- > Mathieu Arnold > From owner-svn-ports-all@freebsd.org Tue Dec 4 14:55:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7396C130F086; Tue, 4 Dec 2018 14:55:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 154BC7C34D; Tue, 4 Dec 2018 14:55:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8F6226BCC; Tue, 4 Dec 2018 14:55:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4EtOrT068608; Tue, 4 Dec 2018 14:55:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4EtOII068606; Tue, 4 Dec 2018 14:55:24 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041455.wB4EtOII068606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 14:55:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486605 - head/security/vault X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vault X-SVN-Commit-Revision: 486605 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 154BC7C34D X-Spamd-Result: default: False [-0.27 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.31)[0.307,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 14:55:25 -0000 Author: swills Date: Tue Dec 4 14:55:24 2018 New Revision: 486605 URL: https://svnweb.freebsd.org/changeset/ports/486605 Log: security/vault: update to 1.0.0 Modified: head/security/vault/Makefile (contents, props changed) head/security/vault/distinfo (contents, props changed) Modified: head/security/vault/Makefile ============================================================================== --- head/security/vault/Makefile Tue Dec 4 14:31:04 2018 (r486604) +++ head/security/vault/Makefile Tue Dec 4 14:55:24 2018 (r486605) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 0.11.4 +PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v CATEGORIES= security @@ -16,7 +16,7 @@ BUILD_DEPENDS= go>=1.9:lang/go USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} -COMMIT_ID= 8575f8fedcf8f5a6eb2b4701cb527b99574b5286 +COMMIT_ID= c19cef14891751a23eaa9b41fd456d1f99e7e856 USE_RC_SUBR= vault Modified: head/security/vault/distinfo ============================================================================== --- head/security/vault/distinfo Tue Dec 4 14:31:04 2018 (r486604) +++ head/security/vault/distinfo Tue Dec 4 14:55:24 2018 (r486605) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541116935 -SHA256 (hashicorp-vault-v0.11.4_GH0.tar.gz) = b8045403cdffd40c86d4de45a340d004e15acb56f537deecf365a82fe69892c0 -SIZE (hashicorp-vault-v0.11.4_GH0.tar.gz) = 25456828 +TIMESTAMP = 1543927584 +SHA256 (hashicorp-vault-v1.0.0_GH0.tar.gz) = 5f7edef332b622d6b9897bf252e27251178e7f0f4745cfb27e2179e72d5a769b +SIZE (hashicorp-vault-v1.0.0_GH0.tar.gz) = 25805722 From owner-svn-ports-all@freebsd.org Tue Dec 4 15:07:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31903130F61D; Tue, 4 Dec 2018 15:07:13 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEC857CD8A; Tue, 4 Dec 2018 15:07:12 +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 8FDBF26D6A; Tue, 4 Dec 2018 15:07:12 +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 wB4F7C3Z073804; Tue, 4 Dec 2018 15:07:12 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4F7CiU073801; Tue, 4 Dec 2018 15:07:12 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201812041507.wB4F7CiU073801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 4 Dec 2018 15:07:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486606 - head/misc/osinfo-db X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/misc/osinfo-db X-SVN-Commit-Revision: 486606 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AEC857CD8A X-Spamd-Result: default: False [-0.79 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; NEURAL_HAM_SHORT(-0.21)[-0.207,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 15:07:13 -0000 Author: novel Date: Tue Dec 4 15:07:11 2018 New Revision: 486606 URL: https://svnweb.freebsd.org/changeset/ports/486606 Log: misc/osinfo-db: update to 20181203 Modified: head/misc/osinfo-db/Makefile head/misc/osinfo-db/distinfo Modified: head/misc/osinfo-db/Makefile ============================================================================== --- head/misc/osinfo-db/Makefile Tue Dec 4 14:55:24 2018 (r486605) +++ head/misc/osinfo-db/Makefile Tue Dec 4 15:07:11 2018 (r486606) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osinfo-db -PORTVERSION= 20181116 +PORTVERSION= 20181203 CATEGORIES= misc MASTER_SITES= https://releases.pagure.org/libosinfo/ Modified: head/misc/osinfo-db/distinfo ============================================================================== --- head/misc/osinfo-db/distinfo Tue Dec 4 14:55:24 2018 (r486605) +++ head/misc/osinfo-db/distinfo Tue Dec 4 15:07:11 2018 (r486606) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542515061 -SHA256 (osinfo-db-20181116.tar.xz) = e7e7623a621493e94bb13e6ebd456f1e278c77bebf390d3bf8f3dcadb3142d7c -SIZE (osinfo-db-20181116.tar.xz) = 80112 +TIMESTAMP = 1543922268 +SHA256 (osinfo-db-20181203.tar.xz) = 0217c33a1ba9e134bf0e6e6b636f73bd9f7f221132b743438a765c0c875c35f2 +SIZE (osinfo-db-20181203.tar.xz) = 80044 From owner-svn-ports-all@freebsd.org Tue Dec 4 15:26:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9253A130FF62; Tue, 4 Dec 2018 15:26:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E5457DCB4; Tue, 4 Dec 2018 15:26:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F66D270A8; Tue, 4 Dec 2018 15:26:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4FQ7ZJ084460; Tue, 4 Dec 2018 15:26:07 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4FQ7Aq084458; Tue, 4 Dec 2018 15:26:07 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201812041526.wB4FQ7Aq084458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 4 Dec 2018 15:26:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486607 - head/x11-fonts/materialdesign-ttf X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/x11-fonts/materialdesign-ttf X-SVN-Commit-Revision: 486607 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2E5457DCB4 X-Spamd-Result: default: False [-0.79 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_HAM_SHORT(-0.21)[-0.207,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 15:26:08 -0000 Author: miwi Date: Tue Dec 4 15:26:07 2018 New Revision: 486607 URL: https://svnweb.freebsd.org/changeset/ports/486607 Log: - Update to 3.2.89 Sponsored by: iXsystems Inc. Modified: head/x11-fonts/materialdesign-ttf/Makefile head/x11-fonts/materialdesign-ttf/distinfo Modified: head/x11-fonts/materialdesign-ttf/Makefile ============================================================================== --- head/x11-fonts/materialdesign-ttf/Makefile Tue Dec 4 15:07:11 2018 (r486606) +++ head/x11-fonts/materialdesign-ttf/Makefile Tue Dec 4 15:26:07 2018 (r486607) @@ -2,7 +2,7 @@ PORTNAME= materialdesign DISTVERSIONPREFIX= v -DISTVERSION= 2.8.94 +DISTVERSION= 3.2.89 CATEGORIES= x11-fonts PKGNAMESUFFIX= -ttf Modified: head/x11-fonts/materialdesign-ttf/distinfo ============================================================================== --- head/x11-fonts/materialdesign-ttf/distinfo Tue Dec 4 15:07:11 2018 (r486606) +++ head/x11-fonts/materialdesign-ttf/distinfo Tue Dec 4 15:26:07 2018 (r486607) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539073077 -SHA256 (Templarian-MaterialDesign-Webfont-v2.8.94_GH0.tar.gz) = e1c222c916b3e23618c35efcae2898dfefc7975281e426968f0375f7fe73346e -SIZE (Templarian-MaterialDesign-Webfont-v2.8.94_GH0.tar.gz) = 1360487 +TIMESTAMP = 1543937143 +SHA256 (Templarian-MaterialDesign-Webfont-v3.2.89_GH0.tar.gz) = 1641c41527ca9b9308a31fee708febaa7b23cdc8df34976a3bd7835abb7aa785 +SIZE (Templarian-MaterialDesign-Webfont-v3.2.89_GH0.tar.gz) = 1520935 From owner-svn-ports-all@freebsd.org Tue Dec 4 15:47:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 571631310864; Tue, 4 Dec 2018 15:47:23 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F02977E97C; Tue, 4 Dec 2018 15:47:22 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D12F12744D; Tue, 4 Dec 2018 15:47:22 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4FlMml094536; Tue, 4 Dec 2018 15:47:22 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4FlMhK094534; Tue, 4 Dec 2018 15:47:22 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201812041547.wB4FlMhK094534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 4 Dec 2018 15:47:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486608 - head/security/stunnel X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/stunnel X-SVN-Commit-Revision: 486608 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F02977E97C X-Spamd-Result: default: False [-0.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_HAM_SHORT(-0.18)[-0.184,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 15:47:23 -0000 Author: zi Date: Tue Dec 4 15:47:22 2018 New Revision: 486608 URL: https://svnweb.freebsd.org/changeset/ports/486608 Log: - Update to 5.50 Modified: head/security/stunnel/Makefile head/security/stunnel/distinfo Modified: head/security/stunnel/Makefile ============================================================================== --- head/security/stunnel/Makefile Tue Dec 4 15:26:07 2018 (r486607) +++ head/security/stunnel/Makefile Tue Dec 4 15:47:22 2018 (r486608) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stunnel -PORTVERSION= 5.49 +PORTVERSION= 5.50 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ Modified: head/security/stunnel/distinfo ============================================================================== --- head/security/stunnel/distinfo Tue Dec 4 15:26:07 2018 (r486607) +++ head/security/stunnel/distinfo Tue Dec 4 15:47:22 2018 (r486608) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536022139 -SHA256 (stunnel-5.49.tar.gz) = 3d6641213a82175c19f23fde1c3d1c841738385289eb7ca1554f4a58b96d955e -SIZE (stunnel-5.49.tar.gz) = 713560 +TIMESTAMP = 1543938377 +SHA256 (stunnel-5.50.tar.gz) = 951d92502908b852a297bd9308568f7c36598670b84286d3e05d4a3a550c0149 +SIZE (stunnel-5.50.tar.gz) = 973685 From owner-svn-ports-all@freebsd.org Tue Dec 4 15:56:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 319E01310FF5; Tue, 4 Dec 2018 15:56:01 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8DBD7F607; Tue, 4 Dec 2018 15:56:00 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EF7F275E9; Tue, 4 Dec 2018 15:56:00 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4Fu01K099665; Tue, 4 Dec 2018 15:56:00 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4Fu0go099664; Tue, 4 Dec 2018 15:56:00 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812041556.wB4Fu0go099664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 4 Dec 2018 15:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486609 - head/www/nginx X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/nginx X-SVN-Commit-Revision: 486609 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A8DBD7F607 X-Spamd-Result: default: False [-0.29 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; NEURAL_SPAM_SHORT(0.21)[0.215,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 15:56:01 -0000 Author: joneum Date: Tue Dec 4 15:55:59 2018 New Revision: 486609 URL: https://svnweb.freebsd.org/changeset/ports/486609 Log: www/nginx: Update to 1.14.2 Changelog: *) Bugfix: nginx could not be built by gcc 8.1. *) Bugfix: nginx could not be built on Fedora 28 Linux. *) Bugfix: in handling of client addresses when using unix domain listen sockets to work with datagrams on Linux. *) Change: the logging level of the "http request", "https proxy request", "unsupported protocol", "version too low", "no suitable key share", and "no suitable signature algorithm" SSL errors has been lowered from "crit" to "info". *) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to switch off "ssl_prefer_server_ciphers" in a virtual server if it was switched on in the default server. *) Bugfix: nginx could not be built with LibreSSL 2.8.0. *) Bugfix: if nginx was built with OpenSSL 1.1.0 and used with OpenSSL 1.1.1, the TLS 1.3 protocol was always enabled. *) Bugfix: sending a disk-buffered request body to a gRPC backend might fail. *) Bugfix: connections with some gRPC backends might not be cached when using the "keepalive" directive. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_mp4_module was used on 32-bit platforms. Sponsored by: Netzkommune GmbH Modified: head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Dec 4 15:47:22 2018 (r486608) +++ head/www/nginx/Makefile Tue Dec 4 15:55:59 2018 (r486609) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.14.1 -PORTREVISION?= 6 +PORTVERSION= 1.14.2 +PORTREVISION?= 0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Tue Dec 4 15:47:22 2018 (r486608) +++ head/www/nginx/distinfo Tue Dec 4 15:55:59 2018 (r486609) @@ -1,6 +1,6 @@ -TIMESTAMP = 1543773518 -SHA256 (nginx-1.14.1.tar.gz) = bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4 -SIZE (nginx-1.14.1.tar.gz) = 1014040 +TIMESTAMP = 1543938825 +SHA256 (nginx-1.14.2.tar.gz) = 002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797 +SIZE (nginx-1.14.2.tar.gz) = 1015384 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c SIZE (ngx_cache_purge-2.3.tar.gz) = 12248 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae From owner-svn-ports-all@freebsd.org Tue Dec 4 15:56:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BDA7131104B; Tue, 4 Dec 2018 15:56:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AFEE7F6F5; Tue, 4 Dec 2018 15:56:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF6E2275EA; Tue, 4 Dec 2018 15:56:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4Fuv16099847; Tue, 4 Dec 2018 15:56:57 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4FuvXS099840; Tue, 4 Dec 2018 15:56:57 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201812041556.wB4FuvXS099840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 4 Dec 2018 15:56:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486610 - in head/net-im/py-matrix-synapse: . files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/net-im/py-matrix-synapse: . files X-SVN-Commit-Revision: 486610 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1AFEE7F6F5 X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.40)[-0.404,0]; NEURAL_SPAM_LONG(0.05)[0.051,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.23)[0.226,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 15:56:58 -0000 Author: miwi Date: Tue Dec 4 15:56:57 2018 New Revision: 486610 URL: https://svnweb.freebsd.org/changeset/ports/486610 Log: - Update to 0.33.9 - Adjust pkg-message Changelog: https://matrix.org/blog/2018/11/20/synapse-0-33-9-is-here/ PR: 232379 Submitted by: maintainer Sponsored by: iXsystems Inc. Modified: head/net-im/py-matrix-synapse/Makefile head/net-im/py-matrix-synapse/distinfo head/net-im/py-matrix-synapse/files/homeserver.yaml.in head/net-im/py-matrix-synapse/files/pkg-message.in Modified: head/net-im/py-matrix-synapse/Makefile ============================================================================== --- head/net-im/py-matrix-synapse/Makefile Tue Dec 4 15:55:59 2018 (r486609) +++ head/net-im/py-matrix-synapse/Makefile Tue Dec 4 15:56:57 2018 (r486610) @@ -3,7 +3,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 0.33.5.1 +DISTVERSION= 0.33.9 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,31 +15,31 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # Keep the RUN_DEPENDS layout similar to the master/synapse/python_dependencies.py file RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}frozendict>=0.5:devel/py-frozendict@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}frozendict>=1:devel/py-frozendict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unpaddedbase64>=1.1.0:devel/py-unpaddedbase64@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.1.3:devel/py-canonicaljson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}signedjson>=1.0.0:security/py-signedjson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.2.1:security/py-pynacl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}service_identity>=1.0.0:security/py-service_identity@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=17.1.0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}treq>=15.1:www/py-treq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.9:devel/py-pyasn1@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.7:devel/py-pyasn1-modules@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}daemonize>=2.4.2:devel/py-daemonize@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}bcrypt>=0.4:security/py-bcrypt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=3.1.1:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pydenticon>=0.2:devel/py-pydenticon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sortedcontainers>0:devel/py-sortedcontainers@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.0:security/py-bcrypt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=3.1.2:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=1.4.4:devel/py-sortedcontainers@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psutil>=2.0.0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysaml2>=4.0.2:security/py-pysaml2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymacaroons-pynacl>=0.9.3:security/py-pymacaroons-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0.3.0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}phonenumbers>=8.2.0:devel/py-phonenumbers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.2.0:net-mgmt/py-prometheus-client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}attrs>16.0.0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR} # Conditional requirements that aren't so conditional RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}matrix-angular-sdk>=0.6.8:devel/py-matrix-angular-sdk@${PY_FLAVOR} Modified: head/net-im/py-matrix-synapse/distinfo ============================================================================== --- head/net-im/py-matrix-synapse/distinfo Tue Dec 4 15:55:59 2018 (r486609) +++ head/net-im/py-matrix-synapse/distinfo Tue Dec 4 15:56:57 2018 (r486610) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538476562 -SHA256 (matrix-org-synapse-v0.33.5.1_GH0.tar.gz) = 2828f271c3bd1f38d7e55746b4a41c44e60b440e35aa466e1710386a4035deab -SIZE (matrix-org-synapse-v0.33.5.1_GH0.tar.gz) = 1035101 +TIMESTAMP = 1542851909 +SHA256 (matrix-org-synapse-v0.33.9_GH0.tar.gz) = a0870c157598a494774fd9b6faf7041f9c3d62ec10d88986232c5d404de93aa4 +SIZE (matrix-org-synapse-v0.33.9_GH0.tar.gz) = 1087324 Modified: head/net-im/py-matrix-synapse/files/homeserver.yaml.in ============================================================================== --- head/net-im/py-matrix-synapse/files/homeserver.yaml.in Tue Dec 4 15:55:59 2018 (r486609) +++ head/net-im/py-matrix-synapse/files/homeserver.yaml.in Tue Dec 4 15:56:57 2018 (r486610) @@ -20,8 +20,8 @@ no_tls: False # make HTTPS requests to this server will check that the TLS # certificates returned by this server match one of the fingerprints. # -# Synapse automatically adds its the fingerprint of its own certificate -# to the list. So if federation traffic is handle directly by synapse +# Synapse automatically adds the fingerprint of its own certificate +# to the list. So if federation traffic is handled directly by synapse # then no modification to the list is required. # # If synapse is run behind a load balancer that handles the TLS then it @@ -34,6 +34,12 @@ no_tls: False # key. It may be necessary to publish the fingerprints of a new # certificate and wait until the "valid_until_ts" of the previous key # responses have passed before deploying it. +# +# You can calculate a fingerprint from a given TLS listener via: +# openssl s_client -connect $host:$port < /dev/null 2> /dev/null | +# openssl x509 -outform DER | openssl sha256 -binary | base64 | tr -d '=' +# or by checking matrix.org/federationtester/api/report?server_name=$host +# tls_fingerprints: [] # tls_fingerprints: [{"sha256": ""}] @@ -49,9 +55,38 @@ server_name: "example.com" # When running as a daemon, the file to store the pid in pid_file: %%PIDDIR%%/homeserver.pid +# CPU affinity mask. Setting this restricts the CPUs on which the +# process will be scheduled. It is represented as a bitmask, with the +# lowest order bit corresponding to the first logical CPU and the +# highest order bit corresponding to the last logical CPU. Not all CPUs +# may exist on a given system but a mask may specify more CPUs than are +# present. +# +# For example: +# 0x00000001 is processor #0, +# 0x00000003 is processors #0 and #1, +# 0xFFFFFFFF is all processors (#0 through #31). +# +# Pinning a Python process to a single CPU is desirable, because Python +# is inherently single-threaded due to the GIL, and can suffer a +# 30-40% slowdown due to cache blow-out and thread context switching +# if the scheduler happens to schedule the underlying threads across +# different cores. See +# https://www.mirantis.com/blog/improve-performance-python-programs-restricting-single-cpu/. +# +# This setting requires the affinity package to be installed! +# +# cpu_affinity: 0xFFFFFFFF + # Whether to serve a web client from the HTTP/HTTPS root resource. web_client: True +# The root directory to server for the above web client. +# If left undefined, synapse will serve the matrix-angular-sdk web client. +# Make sure matrix-angular-sdk is installed with pip if web_client is True +# and web_client_location is undefined +# web_client_location: "/path/to/web/root" + # The public-facing base URL for the client API (not including _matrix/...) # public_baseurl: https://example.com:8448/ @@ -60,9 +95,31 @@ web_client: True # hard limit. soft_file_limit: 0 +# Set to false to disable presence tracking on this homeserver. +use_presence: true + # The GC threshold parameters to pass to `gc.set_threshold`, if defined # gc_thresholds: [700, 10, 10] +# Set the limit on the returned events in the timeline in the get +# and sync operations. The default value is -1, means no upper limit. +# filter_timeline_limit: 5000 + +# Whether room invites to users on this server should be blocked +# (except those sent by local server admins). The default is False. +# block_non_admin_invites: True + +# Restrict federation to the following whitelist of domains. +# N.B. we recommend also firewalling your federation listener to limit +# inbound federation traffic as early as possible, rather than relying +# purely on this application-layer restriction. If not specified, the +# default is to whitelist everything. +# +# federation_domain_whitelist: +# - lon.example.com +# - nyc.example.com +# - syd.example.com + # List of ports that Synapse should listen on, their purpose and their # configuration. listeners: @@ -72,9 +129,13 @@ listeners: # The port to listen for HTTPS requests on. port: 8448 - # Local interface to listen on. - # The empty string will cause synapse to listen on all interfaces. - bind_address: '' + # Local addresses to listen on. + # On Linux and Mac OS, `::` will listen on all IPv4 and IPv6 + # addresses by default. For most other OSes, this will only listen + # on IPv6. + bind_addresses: + - '::' + - '0.0.0.0' # This is a 'http' listener, allows us to specify 'resources'. type: http @@ -101,11 +162,18 @@ listeners: - names: [federation] # Federation APIs compress: false + # optional list of additional endpoints which can be loaded via + # dynamic modules + # additional_resources: + # "/_matrix/my/custom/endpoint": + # module: my_module.CustomRequestHandler + # config: {} + # Unsecure HTTP listener, # For when matrix traffic passes through loadbalancer that unwraps TLS. - port: 8008 tls: false - bind_address: '' + bind_addresses: ['::', '0.0.0.0'] type: http x_forwarded: false @@ -119,10 +187,37 @@ listeners: # Turn on the twisted ssh manhole service on localhost on the given # port. # - port: 9000 - # bind_address: 127.0.0.1 + # bind_addresses: ['::1', '127.0.0.1'] # type: manhole + # Homeserver blocking + # + # How to reach the server admin, used in ResourceLimitError + # admin_contact: 'mailto:admin@server.com' + # + # Global block config + # + # hs_disabled: False + # hs_disabled_message: 'Human readable reason for why the HS is blocked' + # hs_disabled_limit_type: 'error code(str), to help clients decode reason' + # + # Monthly Active User Blocking + # + # Enables monthly active user checking + # limit_usage_by_mau: False + # max_mau_value: 50 + # mau_trial_days: 2 + # + # Sometimes the server admin will want to ensure certain accounts are + # never blocked by mau checking. These accounts are specified here. + # + # mau_limit_reserved_threepids: + # - medium: 'email' + # address: 'reserved_user@example.com' + + + # Database configuration database: # The database engine name @@ -137,21 +232,10 @@ event_cache_size: "10K" -# Logging verbosity level. -verbose: 0 - -# File to write logging to -log_file: "%%LOGDIR%%/homeserver.log" - # A yaml python logging config file log_config: "%%ETCDIR%%/log.config" -# Stop twisted from discarding the stack traces of exceptions in -# deferreds by waiting a reactor tick before running a deferred's -# callbacks. -# full_twisted_stacktraces: true - ## Ratelimiting ## # Number of messages a client can send per second @@ -184,6 +268,20 @@ federation_rc_concurrent: 3 # Directory where uploaded images and attachments are stored. media_store_path: "%%DBDIR%%/media_store" +# Media storage providers allow media to be stored in different +# locations. +# media_storage_providers: +# - module: file_system +# # Whether to write new local files. +# store_local: false +# # Whether to write new remote media +# store_remote: false +# # Whether to block upload requests waiting for write to this +# # provider to complete +# store_synchronous: false +# config: +# directory: /mnt/some/other/directory + # Directory where in-progress uploads are stored. uploads_path: "%%DBDIR%%/uploads" @@ -238,6 +336,9 @@ url_preview_enabled: False # - '192.168.0.0/16' # - '100.64.0.0/10' # - '169.254.0.0/16' +# - '::1/128' +# - 'fe80::/64' +# - 'fc00::/7' # # List of IP address CIDR ranges that the URL preview spider is allowed # to access even if they are specified in url_preview_ip_range_blacklist. @@ -312,27 +413,58 @@ recaptcha_siteverify_api: "https://www.google.com/reca ## Turn ## # The public URIs of the TURN server to give to clients -turn_uris: [] +#turn_uris: [] # The shared secret used to compute passwords for the TURN server -turn_shared_secret: "YOUR_SHARED_SECRET" +#turn_shared_secret: "YOUR_SHARED_SECRET" +# The Username and password if the TURN server needs them and +# does not use a token +#turn_username: "TURNSERVER_USERNAME" +#turn_password: "TURNSERVER_PASSWORD" + # How long generated TURN credentials last turn_user_lifetime: "1h" +# Whether guests should be allowed to use the TURN server. +# This defaults to True, otherwise VoIP will be unreliable for guests. +# However, it does introduce a slight security risk as it allows users to +# connect to arbitrary endpoints without having first signed up for a +# valid account (e.g. by passing a CAPTCHA). +turn_allow_guests: True + ## Registration ## # Enable registration for new users. enable_registration: False +# The user must provide all of the below types of 3PID when registering. +# +# registrations_require_3pid: +# - email +# - msisdn + +# Mandate that users are only allowed to associate certain formats of +# 3PIDs with accounts on this server. +# +# allowed_local_3pids: +# - medium: email +# pattern: ".*@matrix\.org" +# - medium: email +# pattern: ".*@vector\.im" +# - medium: msisdn +# pattern: "\+44" + # If set, allows registration by anyone who also has the shared # secret, even if registration is otherwise disabled. registration_shared_secret: "CHANGEME_50CHAR_RANDOM" # Set the number of bcrypt rounds used to generate password hash. # Larger numbers increase the work factor needed to generate the hash. -# The default number of rounds is 12. +# The default number is 12 (which equates to 2^12 rounds). +# N.B. that increasing this will exponentially increase the time required +# to register or login - e.g. 24 => 2^24 rounds which will take >20 mins. bcrypt_rounds: 12 # Allows users to register as guests without a password/email/etc, and @@ -345,8 +477,21 @@ allow_guest_access: False trusted_third_party_id_servers: - matrix.org - vector.im + - riot.im +# Users who register on this homeserver will automatically be joined +# to these rooms +#auto_join_rooms: +# - "#example:example.com" +# Where auto_join_rooms are specified, setting this flag ensures that the +# the rooms exist by creating them when the first user on the +# homeserver registers. +# Setting to false means that if the rooms are not manually created, +# users cannot be auto-joined since they do not exist. +autocreate_auto_join_rooms: true + + ## Metrics ### # Enable collection and rendering of performance metrics @@ -373,6 +518,10 @@ macaroon_secret_key: "CHANGEME_50CHAR_RANDOM" # Used to enable access token expiration. expire_access_token: False +# a secret which is used to calculate HMACs for form values, to stop +# falsification of values +form_secret: "CHANGEME_50CHAR_RANDOM" + ## Signing Keys ## # Path to the signing key to sign messages with @@ -443,16 +592,29 @@ password_config: # Enable sending emails for notification events +# Defining a custom URL for Riot is only needed if email notifications +# should contain links to a self-hosted installation of Riot; when set +# the "app_name" setting is ignored. +# +# If your SMTP server requires authentication, the optional smtp_user & +# smtp_pass variables should be used +# #email: # enable_notifs: false # smtp_host: "localhost" # smtp_port: 25 +# smtp_user: "exampleusername" +# smtp_pass: "examplepassword" +# require_transport_security: False # notif_from: "Your Friendly %(app)s Home Server " # app_name: Matrix -# template_dir: res/templates +# # if template_dir is unset, uses the example templates that are part of +# # the Synapse distribution. +# #template_dir: res/templates # notif_template_html: notif_mail.html # notif_template_text: notif_mail.txt # notif_for_new_users: True +# riot_base_url: "http://localhost/riot" # password_providers: @@ -469,3 +631,124 @@ password_config: # #bind_dn: # #bind_password: # #filter: "(objectClass=posixAccount)" + + + +# Clients requesting push notifications can either have the body of +# the message sent in the notification poke along with other details +# like the sender, or just the event ID and room ID (`event_id_only`). +# If clients choose the former, this option controls whether the +# notification request includes the content of the event (other details +# like the sender are still included). For `event_id_only` push, it +# has no effect. + +# For modern android devices the notification content will still appear +# because it is loaded by the app. iPhone, however will send a +# notification saying only that a message arrived and who it came from. +# +#push: +# include_content: true + + +# spam_checker: +# module: "my_custom_project.SuperSpamChecker" +# config: +# example_option: 'things' + + +# Whether to allow non server admins to create groups on this server +enable_group_creation: false + +# If enabled, non server admins can only create groups with local parts +# starting with this prefix +# group_creation_prefix: "unofficial/" + + + +# User Directory configuration +# +# 'search_all_users' defines whether to search all users visible to your HS +# when searching the user directory, rather than limiting to users visible +# in public rooms. Defaults to false. If you set it True, you'll have to run +# UPDATE user_directory_stream_pos SET stream_id = NULL; +# on your database to tell it to rebuild the user_directory search indexes. +# +#user_directory: +# search_all_users: false + + +# User Consent configuration +# +# for detailed instructions, see +# https://github.com/matrix-org/synapse/blob/master/docs/consent_tracking.md +# +# Parts of this section are required if enabling the 'consent' resource under +# 'listeners', in particular 'template_dir' and 'version'. +# +# 'template_dir' gives the location of the templates for the HTML forms. +# This directory should contain one subdirectory per language (eg, 'en', 'fr'), +# and each language directory should contain the policy document (named as +# '.html') and a success page (success.html). +# +# 'version' specifies the 'current' version of the policy document. It defines +# the version to be served by the consent resource if there is no 'v' +# parameter. +# +# 'server_notice_content', if enabled, will send a user a "Server Notice" +# asking them to consent to the privacy policy. The 'server_notices' section +# must also be configured for this to work. Notices will *not* be sent to +# guest users unless 'send_server_notice_to_guests' is set to true. +# +# 'block_events_error', if set, will block any attempts to send events +# until the user consents to the privacy policy. The value of the setting is +# used as the text of the error. +# +# user_consent: +# template_dir: res/templates/privacy +# version: 1.0 +# server_notice_content: +# msgtype: m.text +# body: >- +# To continue using this homeserver you must review and agree to the +# terms and conditions at %(consent_uri)s +# send_server_notice_to_guests: True +# block_events_error: >- +# To continue using this homeserver you must review and agree to the +# terms and conditions at %(consent_uri)s +# + + +# Server Notices room configuration +# +# Uncomment this section to enable a room which can be used to send notices +# from the server to users. It is a special room which cannot be left; notices +# come from a special "notices" user id. +# +# If you uncomment this section, you *must* define the system_mxid_localpart +# setting, which defines the id of the user which will be used to send the +# notices. +# +# It's also possible to override the room name, the display name of the +# "notices" user, and the avatar for the user. +# +# server_notices: +# system_mxid_localpart: notices +# system_mxid_display_name: "Server Notices" +# system_mxid_avatar_url: "mxc://server.com/oumMVlgDnLYFaPVkExemNVVZ" +# room_name: "Server Notices" + + + +# The `alias_creation` option controls who's allowed to create aliases +# on this server. +# +# The format of this option is a list of rules that contain globs that +# match against user_id and the new alias (fully qualified with server +# name). The action in the first rule that matches is taken, which can +# currently either be "allow" or "deny". +# +# If no rules match the request is denied. +alias_creation_rules: + - user_id: "*" + alias: "*" + action: allow Modified: head/net-im/py-matrix-synapse/files/pkg-message.in ============================================================================== --- head/net-im/py-matrix-synapse/files/pkg-message.in Tue Dec 4 15:55:59 2018 (r486609) +++ head/net-im/py-matrix-synapse/files/pkg-message.in Tue Dec 4 15:56:57 2018 (r486610) @@ -12,7 +12,7 @@ If you wish to have Synapse handle this for you includ self-signed TLS certificates and dhparams you can use the following command: -%%PYTHON_CMD%% -B -m synapse.app.homeserver -c %%ETCDIR%%/homeserver.yaml --generate-config --server-name=example.com --report-stats=false +%%PYTHON_CMD%% -B -m synapse.app.homeserver -c %%ETCDIR%%/homeserver.yaml --generate-config -H --report-stats no Please note that you will still need to manually configure paths to log directory, database, and media storage with this method. From owner-svn-ports-all@freebsd.org Tue Dec 4 16:13:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64EA813117FD; Tue, 4 Dec 2018 16:13:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C7F48029B; Tue, 4 Dec 2018 16:13:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CAA7E2795E; Tue, 4 Dec 2018 16:13:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4GDRKp010303; Tue, 4 Dec 2018 16:13:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4GDRCa010299; Tue, 4 Dec 2018 16:13:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812041613.wB4GDRCa010299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 4 Dec 2018 16:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486611 - in head/devel/fossology-nomos-standalone: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/devel/fossology-nomos-standalone: . files X-SVN-Commit-Revision: 486611 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0C7F48029B X-Spamd-Result: default: False [-0.29 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.475,0]; NEURAL_SPAM_SHORT(0.21)[0.215,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 16:13:28 -0000 Author: amdmi3 Date: Tue Dec 4 16:13:26 2018 New Revision: 486611 URL: https://svnweb.freebsd.org/changeset/ports/486611 Log: - Update to 3.4.0 Deleted: head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_STRINGS.in Modified: head/devel/fossology-nomos-standalone/Makefile head/devel/fossology-nomos-standalone/distinfo head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_Makefile.sa Modified: head/devel/fossology-nomos-standalone/Makefile ============================================================================== --- head/devel/fossology-nomos-standalone/Makefile Tue Dec 4 15:56:57 2018 (r486610) +++ head/devel/fossology-nomos-standalone/Makefile Tue Dec 4 16:13:26 2018 (r486611) @@ -2,22 +2,19 @@ # $FreeBSD$ PORTNAME= fossology -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= devel PKGNAMESUFFIX= -nomos-standalone MAINTAINER= amdmi3@FreeBSD.org COMMENT= Standalone Nomos license scanner from fossology project -LICENSE= GPLv2 LGPL21 -LICENSE_COMB= multi -LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= gawk:lang/gawk USE_GITHUB= yes -GH_TAGNAME= 660fc06 USES= gmake gettext pkgconfig USE_GNOME= glib20 @@ -25,6 +22,7 @@ USE_GNOME= glib20 BUILD_WRKSRC= ${WRKSRC}/src/nomos/agent MAKEFILE= Makefile.sa MAKE_JOBS_UNSAFE= yes +ALL_TARGET= nomossa PLIST_FILES= bin/nomossa Modified: head/devel/fossology-nomos-standalone/distinfo ============================================================================== --- head/devel/fossology-nomos-standalone/distinfo Tue Dec 4 15:56:57 2018 (r486610) +++ head/devel/fossology-nomos-standalone/distinfo Tue Dec 4 16:13:26 2018 (r486611) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525789205 -SHA256 (fossology-fossology-3.3.0-660fc06_GH0.tar.gz) = f056c2fead153042e4bae54c0678da21ba50458156e3f0f15d82af09e281d55c -SIZE (fossology-fossology-3.3.0-660fc06_GH0.tar.gz) = 14160449 +TIMESTAMP = 1543848059 +SHA256 (fossology-fossology-3.4.0_GH0.tar.gz) = 5a984e9a464f00c8455ba27a04f503b269e9f8e4e0d859b8000ecf31aa2078e9 +SIZE (fossology-fossology-3.4.0_GH0.tar.gz) = 19826517 Modified: head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_Makefile.sa ============================================================================== --- head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_Makefile.sa Tue Dec 4 15:56:57 2018 (r486610) +++ head/devel/fossology-nomos-standalone/files/patch-src_nomos_agent_Makefile.sa Tue Dec 4 16:13:26 2018 (r486611) @@ -20,7 +20,7 @@ +LDFLAGS_LOCAL = `pkg-config glib-2.0 --libs` -all: encode $(EXE) -+all: $(EXE) ++all: encode $(EXE) debug: nomos-gl From owner-svn-ports-all@freebsd.org Tue Dec 4 16:28:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57D391311DEB; Tue, 4 Dec 2018 16:28:54 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EEFF580CFF; Tue, 4 Dec 2018 16:28:53 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D1A5427AF8; Tue, 4 Dec 2018 16:28:53 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4GSr1C015779; Tue, 4 Dec 2018 16:28:53 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4GSrDU015778; Tue, 4 Dec 2018 16:28:53 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201812041628.wB4GSrDU015778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Tue, 4 Dec 2018 16:28:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486612 - head/benchmarks/sipp X-SVN-Group: ports-head X-SVN-Commit-Author: farrokhi X-SVN-Commit-Paths: head/benchmarks/sipp X-SVN-Commit-Revision: 486612 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EEFF580CFF X-Spamd-Result: default: False [-0.43 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.51)[-0.508,0]; NEURAL_SPAM_SHORT(0.15)[0.154,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 16:28:54 -0000 Author: farrokhi Date: Tue Dec 4 16:28:53 2018 New Revision: 486612 URL: https://svnweb.freebsd.org/changeset/ports/486612 Log: benchmarks/sipp: Fix dependencies - Add missing pkgconfig dependency - Bump portrevision - Pet portlint PR: 233779 Reported by: sobomax Modified: head/benchmarks/sipp/Makefile Modified: head/benchmarks/sipp/Makefile ============================================================================== --- head/benchmarks/sipp/Makefile Tue Dec 4 16:13:26 2018 (r486611) +++ head/benchmarks/sipp/Makefile Tue Dec 4 16:28:53 2018 (r486612) @@ -3,7 +3,7 @@ PORTNAME= sipp PORTVERSION= 3.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= benchmarks net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -18,9 +18,10 @@ BROKEN_powerpc64= fails to compile: stat.hpp:307: erro BUILD_DEPENDS= help2man:misc/help2man +USES= autoreconf gmake ncurses pkgconfig + PLIST_FILES= bin/sipp man/man1/sipp.1.gz -USES= autoreconf gmake ncurses GNU_CONFIGURE= yes OPTIONS_DEFINE= OPENSSL GSL PCAP RTPSTREAM SCTP From owner-svn-ports-all@freebsd.org Tue Dec 4 17:07:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 279381313326; Tue, 4 Dec 2018 17:07:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C15048333E; Tue, 4 Dec 2018 17:07:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A32D1206; Tue, 4 Dec 2018 17:07:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4H7bhV036189; Tue, 4 Dec 2018 17:07:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4H7bIi036188; Tue, 4 Dec 2018 17:07:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041707.wB4H7bIi036188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 17:07:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486613 - head/ports-mgmt/porttree X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/ports-mgmt/porttree X-SVN-Commit-Revision: 486613 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C15048333E X-Spamd-Result: default: False [-0.17 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.38)[0.377,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:07:38 -0000 Author: swills Date: Tue Dec 4 17:07:37 2018 New Revision: 486613 URL: https://svnweb.freebsd.org/changeset/ports/486613 Log: ports-mgmt/porttree: Update to 0.6.r67 PR: 233757 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/ports-mgmt/porttree/Makefile (contents, props changed) head/ports-mgmt/porttree/distinfo (contents, props changed) Modified: head/ports-mgmt/porttree/Makefile ============================================================================== --- head/ports-mgmt/porttree/Makefile Tue Dec 4 16:28:53 2018 (r486612) +++ head/ports-mgmt/porttree/Makefile Tue Dec 4 17:07:37 2018 (r486613) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= porttree -PORTVERSION= 0.5.r${SVN_REV} +PORTVERSION= 0.6.r${SVN_REV} CATEGORIES= ports-mgmt python MASTER_SITES= SF/${PORTNAME} @@ -21,7 +21,7 @@ FETCH_DEPENDS+= svn:devel/subversion .endif SVNROOT?= https://svn.code.sf.net/p/porttree/code/trunk -SVN_REV= 66 +SVN_REV= 67 NO_BUILD= yes PLIST_FILES= bin/porttree man/man1/porttree.1.gz NO_ARCH= yes Modified: head/ports-mgmt/porttree/distinfo ============================================================================== --- head/ports-mgmt/porttree/distinfo Tue Dec 4 16:28:53 2018 (r486612) +++ head/ports-mgmt/porttree/distinfo Tue Dec 4 17:07:37 2018 (r486613) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543527380 -SHA256 (porttree-0.5.r66.tar.bz2) = abf3ad34f2cbdf35b9e0d399e16f173bf3a736d77bd0f93a3ffc138c950ee4cd -SIZE (porttree-0.5.r66.tar.bz2) = 10495 +TIMESTAMP = 1543869511 +SHA256 (porttree-0.6.r67.tar.bz2) = 9206aef80d65558e114e3175b770c54407cc2c8392b4bfaa1fea3ae4ad317904 +SIZE (porttree-0.6.r67.tar.bz2) = 10516 From owner-svn-ports-all@freebsd.org Tue Dec 4 17:12:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAFFB1313534; Tue, 4 Dec 2018 17:12:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EAC38379C; Tue, 4 Dec 2018 17:12:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F89C3BE; Tue, 4 Dec 2018 17:12:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4HClYa040995; Tue, 4 Dec 2018 17:12:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4HClpA040994; Tue, 4 Dec 2018 17:12:47 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041712.wB4HClpA040994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 17:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486614 - head/net/syncthing X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/syncthing X-SVN-Commit-Revision: 486614 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8EAC38379C X-Spamd-Result: default: False [-0.17 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.38)[0.377,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:12:48 -0000 Author: swills Date: Tue Dec 4 17:12:46 2018 New Revision: 486614 URL: https://svnweb.freebsd.org/changeset/ports/486614 Log: net/syncthing: update to 0.14.53 Modified: head/net/syncthing/Makefile (contents, props changed) head/net/syncthing/distinfo (contents, props changed) Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Tue Dec 4 17:07:37 2018 (r486613) +++ head/net/syncthing/Makefile Tue Dec 4 17:12:46 2018 (r486614) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.14.52 +PORTVERSION= 0.14.53 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Tue Dec 4 17:07:37 2018 (r486613) +++ head/net/syncthing/distinfo Tue Dec 4 17:12:46 2018 (r486614) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543349728 -SHA256 (syncthing-syncthing-v0.14.52_GH0.tar.gz) = 8ce574ddcc9965d45f2caf7c5453da73f19fbed856ef583ccda452c96ca9a70c -SIZE (syncthing-syncthing-v0.14.52_GH0.tar.gz) = 10583112 +TIMESTAMP = 1543943287 +SHA256 (syncthing-syncthing-v0.14.53_GH0.tar.gz) = cd677115f5c5ca9919c469a5b5e84527d65e0bc9bc4d196b8f3779f6b338112f +SIZE (syncthing-syncthing-v0.14.53_GH0.tar.gz) = 10609539 From owner-svn-ports-all@freebsd.org Tue Dec 4 17:13:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5592E131355C; Tue, 4 Dec 2018 17:13:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F06DA83871; Tue, 4 Dec 2018 17:13:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D11F63BF; Tue, 4 Dec 2018 17:13:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4HD3pB041168; Tue, 4 Dec 2018 17:13:03 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4HD3aT041164; Tue, 4 Dec 2018 17:13:03 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201812041713.wB4HD3aT041164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 4 Dec 2018 17:13:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486615 - in head/multimedia: plexmediaserver plexmediaserver-plexpass X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/multimedia: plexmediaserver plexmediaserver-plexpass X-SVN-Commit-Revision: 486615 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F06DA83871 X-Spamd-Result: default: False [-0.09 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.447,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.39)[0.389,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:13:04 -0000 Author: feld Date: Tue Dec 4 17:13:02 2018 New Revision: 486615 URL: https://svnweb.freebsd.org/changeset/ports/486615 Log: multimedia/plexmediaserver{-plexpass}: Update to 1.14.0.5470 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/distinfo Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Tue Dec 4 17:12:46 2018 (r486614) +++ head/multimedia/plexmediaserver-plexpass/Makefile Tue Dec 4 17:13:02 2018 (r486615) @@ -1,8 +1,8 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.14.0.5468 -DISTVERSIONSUFFIX=5a0183d2c +PORTVERSION= 1.14.0.5470 +DISTVERSIONSUFFIX=9d51fdfaa PORTREVISION= 0 PKGNAMESUFFIX= -plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Tue Dec 4 17:12:46 2018 (r486614) +++ head/multimedia/plexmediaserver-plexpass/distinfo Tue Dec 4 17:13:02 2018 (r486615) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542897741 -SHA256 (PlexMediaServer-1.14.0.5468-5a0183d2c-freebsd-amd64.tar.bz2) = 69fed5071923fb447dff09cdf005398413947c19d1738c0167c1e839ce3a0105 -SIZE (PlexMediaServer-1.14.0.5468-5a0183d2c-freebsd-amd64.tar.bz2) = 88977703 +TIMESTAMP = 1543943503 +SHA256 (PlexMediaServer-1.14.0.5470-9d51fdfaa-freebsd-amd64.tar.bz2) = 1760d67eea1be3b9c1d018c01e7d029dc673becb5066858701e2986d72325bde +SIZE (PlexMediaServer-1.14.0.5470-9d51fdfaa-freebsd-amd64.tar.bz2) = 88978076 Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Tue Dec 4 17:12:46 2018 (r486614) +++ head/multimedia/plexmediaserver/Makefile Tue Dec 4 17:13:02 2018 (r486615) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= plexmediaserver -PORTVERSION?= 1.13.9.5456 -DISTVERSIONSUFFIX?=ecd600442 +PORTVERSION?= 1.14.0.5470 +DISTVERSIONSUFFIX?=9d51fdfaa PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= https://downloads.plex.tv/plex-media-server/${DISTVERSION}-${DISTVERSIONSUFFIX}/ Modified: head/multimedia/plexmediaserver/distinfo ============================================================================== --- head/multimedia/plexmediaserver/distinfo Tue Dec 4 17:12:46 2018 (r486614) +++ head/multimedia/plexmediaserver/distinfo Tue Dec 4 17:13:02 2018 (r486615) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541631858 -SHA256 (PlexMediaServer-1.13.9.5456-ecd600442-freebsd-amd64.tar.bz2) = 6a407ca0aee749ed7014955ad9d687805bf6c3607c0d5ebfb6149fd2f16de9b2 -SIZE (PlexMediaServer-1.13.9.5456-ecd600442-freebsd-amd64.tar.bz2) = 89009398 +TIMESTAMP = 1543943520 +SHA256 (PlexMediaServer-1.14.0.5470-9d51fdfaa-freebsd-amd64.tar.bz2) = 1760d67eea1be3b9c1d018c01e7d029dc673becb5066858701e2986d72325bde +SIZE (PlexMediaServer-1.14.0.5470-9d51fdfaa-freebsd-amd64.tar.bz2) = 88978076 From owner-svn-ports-all@freebsd.org Tue Dec 4 17:25:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D9C9131380A; Tue, 4 Dec 2018 17:25:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44E1C83DA4; Tue, 4 Dec 2018 17:25:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 256F455B; Tue, 4 Dec 2018 17:25:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4HPmUR046896; Tue, 4 Dec 2018 17:25:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4HPl7K046894; Tue, 4 Dec 2018 17:25:47 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041725.wB4HPl7K046894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 17:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486616 - head/editors/neovim-qt X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/editors/neovim-qt X-SVN-Commit-Revision: 486616 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 44E1C83DA4 X-Spamd-Result: default: False [-0.73 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; NEURAL_HAM_SHORT(-0.18)[-0.180,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:25:48 -0000 Author: swills Date: Tue Dec 4 17:25:47 2018 New Revision: 486616 URL: https://svnweb.freebsd.org/changeset/ports/486616 Log: editors/neovim-qt: Update to 0.2.10 PR: 233756 Submitted by: chuck@tuffli.net (maintainer) Modified: head/editors/neovim-qt/Makefile (contents, props changed) head/editors/neovim-qt/distinfo (contents, props changed) head/editors/neovim-qt/pkg-descr (contents, props changed) Modified: head/editors/neovim-qt/Makefile ============================================================================== --- head/editors/neovim-qt/Makefile Tue Dec 4 17:13:02 2018 (r486615) +++ head/editors/neovim-qt/Makefile Tue Dec 4 17:25:47 2018 (r486616) @@ -2,7 +2,7 @@ PORTNAME= neovim-qt DISTVERSIONPREFIX= v -DISTVERSION= 0.2.8 +DISTVERSION= 0.2.10 CATEGORIES= editors MAINTAINER= chuck@tuffli.net Modified: head/editors/neovim-qt/distinfo ============================================================================== --- head/editors/neovim-qt/distinfo Tue Dec 4 17:13:02 2018 (r486615) +++ head/editors/neovim-qt/distinfo Tue Dec 4 17:25:47 2018 (r486616) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513608557 -SHA256 (equalsraf-neovim-qt-v0.2.8_GH0.tar.gz) = 53653c21de1dd41fb78a65f27e989b3478c74ad91cbde92f831fb3d81b25802b -SIZE (equalsraf-neovim-qt-v0.2.8_GH0.tar.gz) = 969166 +TIMESTAMP = 1535376549 +SHA256 (equalsraf-neovim-qt-v0.2.10_GH0.tar.gz) = 42e3205f3fa9924e4970aed8ff28d17d9aefeb394bb40493d37f8a0afba40c34 +SIZE (equalsraf-neovim-qt-v0.2.10_GH0.tar.gz) = 1031831 Modified: head/editors/neovim-qt/pkg-descr ============================================================================== --- head/editors/neovim-qt/pkg-descr Tue Dec 4 17:13:02 2018 (r486615) +++ head/editors/neovim-qt/pkg-descr Tue Dec 4 17:25:47 2018 (r486616) @@ -1,5 +1,3 @@ -neovim is a Qt5 GUI for neovim. -Commands for interacting with the GUI are regular commands, -available in the documentation. +A neovim client library and GUI, in Qt5. WWW: https://github.com/equalsraf/neovim-qt/ From owner-svn-ports-all@freebsd.org Tue Dec 4 17:37:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 319691313BE0; Tue, 4 Dec 2018 17:37:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD649845A2; Tue, 4 Dec 2018 17:37:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE6AB6F4; Tue, 4 Dec 2018 17:37:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4HbiVl052255; Tue, 4 Dec 2018 17:37:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4HbiP2052253; Tue, 4 Dec 2018 17:37:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041737.wB4HbiP2052253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 17:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486617 - head/net/google-cloud-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/google-cloud-sdk X-SVN-Commit-Revision: 486617 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CD649845A2 X-Spamd-Result: default: False [-0.73 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_HAM_SHORT(-0.18)[-0.180,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:37:45 -0000 Author: swills Date: Tue Dec 4 17:37:44 2018 New Revision: 486617 URL: https://svnweb.freebsd.org/changeset/ports/486617 Log: net/google-cloud-sdk: update to 227.0.0 Modified: head/net/google-cloud-sdk/Makefile (contents, props changed) head/net/google-cloud-sdk/distinfo (contents, props changed) Modified: head/net/google-cloud-sdk/Makefile ============================================================================== --- head/net/google-cloud-sdk/Makefile Tue Dec 4 17:25:47 2018 (r486616) +++ head/net/google-cloud-sdk/Makefile Tue Dec 4 17:37:44 2018 (r486617) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-cloud-sdk -PORTVERSION= 226.0.0 +PORTVERSION= 227.0.0 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 Modified: head/net/google-cloud-sdk/distinfo ============================================================================== --- head/net/google-cloud-sdk/distinfo Tue Dec 4 17:25:47 2018 (r486616) +++ head/net/google-cloud-sdk/distinfo Tue Dec 4 17:37:44 2018 (r486617) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543284660 -SHA256 (google-cloud-sdk-226.0.0-linux-x86_64.tar.gz) = 1ca10545778f50a8435f3002618ca19b8fbb145bbc550f36fcd0fdb9773466e5 -SIZE (google-cloud-sdk-226.0.0-linux-x86_64.tar.gz) = 25208754 +TIMESTAMP = 1543944384 +SHA256 (google-cloud-sdk-227.0.0-linux-x86_64.tar.gz) = 2568b9838a3b19cf009c78ea7f055ae79dd3880232f9bdb6995be66ff5f1be7b +SIZE (google-cloud-sdk-227.0.0-linux-x86_64.tar.gz) = 25331913 From owner-svn-ports-all@freebsd.org Tue Dec 4 17:46:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A22B131431C; Tue, 4 Dec 2018 17:46:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6A55851AD; Tue, 4 Dec 2018 17:46:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 87E33896; Tue, 4 Dec 2018 17:46:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4HkO3N057721; Tue, 4 Dec 2018 17:46:24 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4HkNjp057715; Tue, 4 Dec 2018 17:46:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041746.wB4HkNjp057715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 17:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486618 - in head/graphics/panoglview: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/graphics/panoglview: . files X-SVN-Commit-Revision: 486618 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A6A55851AD X-Spamd-Result: default: False [-0.59 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.417,0]; NEURAL_HAM_SHORT(-0.18)[-0.182,0]; NEURAL_SPAM_LONG(0.01)[0.010,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:46:25 -0000 Author: swills Date: Tue Dec 4 17:46:22 2018 New Revision: 486618 URL: https://svnweb.freebsd.org/changeset/ports/486618 Log: graphics/panoglview: use wx30-gtk2 as a default wxWidgets toolkit PR: 233752 Submitted by: Iouri V. Ivliev (maintainer) Added: head/graphics/panoglview/files/patch-src_panocanvas.cpp (contents, props changed) head/graphics/panoglview/files/patch-src_panocanvas.h (contents, props changed) head/graphics/panoglview/files/patch-src_panoframe.cpp (contents, props changed) head/graphics/panoglview/files/patch-src_panointeractivecanvas.cpp (contents, props changed) head/graphics/panoglview/files/patch-src_panointeractivecanvas.h (contents, props changed) head/graphics/panoglview/files/patch-src_smallicon.xpm (contents, props changed) Modified: head/graphics/panoglview/Makefile (contents, props changed) Modified: head/graphics/panoglview/Makefile ============================================================================== --- head/graphics/panoglview/Makefile Tue Dec 4 17:37:44 2018 (r486617) +++ head/graphics/panoglview/Makefile Tue Dec 4 17:46:22 2018 (r486618) @@ -20,7 +20,7 @@ CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include -ftemplate-depth-64 LIBS+= -L${LOCALBASE}/lib -lGLU -lGL -USE_WX= 2.8 +USE_WX= 2.8 3.0 WX_COMPS= wx WX_CONF_ARGS= relative Added: head/graphics/panoglview/files/patch-src_panocanvas.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/panoglview/files/patch-src_panocanvas.cpp Tue Dec 4 17:46:22 2018 (r486618) @@ -0,0 +1,98 @@ +--- src/panocanvas.cpp.orig 2008-07-23 21:09:12 UTC ++++ src/panocanvas.cpp +@@ -41,12 +41,20 @@ + + BEGIN_EVENT_TABLE(panoCanvas, wxGLCanvas) + EVT_PAINT(panoCanvas::OnPaint) ++#if wxCHECK_VERSION(3,0,0) ++ EVT_SIZE (panoCanvas::resized) ++#else //wxCHECK_VERSION(3,0,0) + EVT_SIZE (panoCanvas::OnSize) ++#endif //wxCHECK_VERSION(3,0,0) + EVT_ERASE_BACKGROUND(panoCanvas::OnEraseBackground) + END_EVENT_TABLE() + + panoCanvas::panoCanvas(wxWindow *parent, int id, const wxPoint &position, const wxSize &size) : ++#if wxCHECK_VERSION(3,0,0) ++wxGLCanvas(parent,id,0,position,size), ++#else //wxCHECK_VERSION(3,0,0) + wxGLCanvas(parent,id,position,size), ++#endif //wxCHECK_VERSION(3,0,0) + m_position(0.0,0.0,50.0), + m_aspectratio(size.GetWidth()/(double) size.GetHeight()), + m_initialized(false), +@@ -56,6 +64,9 @@ m_currentboundaries(CPanRange (-m_position.getFov()*m + CAngleRange( -m_position.getFov() / 2.0, m_position.getFov() / 2.0), + CAngleRange( 0.0, 180.0 )), + m_imageboundaries(CPanRange(-180.0,180.0),CAngleRange(-90.0,90.0),CAngleRange(0.0,180.0)), ++#if wxCHECK_VERSION(3,0,0) ++m_context(new wxGLContext(this)), ++#endif //wxCHECK_VERSION(3,0,0) + m_divisions(128) + { + for(int i=0;i<16;++i) +@@ -68,24 +79,40 @@ panoCanvas::~panoCanvas() + { + if(m_hasimage) + deletePanorama(); ++#if wxCHECK_VERSION(3,0,0) ++ delete m_context; ++#endif //wxCHECK_VERSION(3,0,0) + } + + void panoCanvas::OnEraseBackground(wxEraseEvent& event) + { + } + ++#if wxCHECK_VERSION(3,0,0) ++void panoCanvas::resized(wxSizeEvent &event) ++#else //wxCHECK_VERSION(3,0,0) + void panoCanvas::OnSize(wxSizeEvent &event) ++#endif //wxCHECK_VERSION(3,0,0) + { ++#if !wxCHECK_VERSION(3,0,0) + wxGLCanvas::OnSize(event); ++#endif //!wxCHECK_VERSION(3,0,0) + + int w,h; + GetClientSize(&w,&h); ++#if wxCHECK_VERSION(3,0,0) ++ if (GetXWindow()) SetCurrent(*m_context); ++#else //wxCHECK_VERSION(3,0,0) + SetCurrent(); ++#endif //wxCHECK_VERSION(3,0,0) + + + glViewport(0,0,(GLint) w, (GLint) h); + m_aspectratio = (GLdouble) w/(GLdouble) h; + m_winsize = wxSize(w,h); ++#if wxCHECK_VERSION(3,0,0) ++ Refresh(); ++#endif //wxCHECK_VERSION(3,0,0) + } + + void panoCanvas::OnPaint(wxPaintEvent &event) +@@ -93,7 +120,11 @@ void panoCanvas::OnPaint(wxPaintEvent &event) + /* must always be here */ + wxPaintDC dc(this); + ++#if wxCHECK_VERSION(3,0,0) ++ SetCurrent(*m_context); ++#else //wxCHECK_VERSION(3,0,0) + SetCurrent(); ++#endif //wxCHECK_VERSION(3,0,0) + + if(!m_initialized){ + initGL(); +@@ -125,7 +156,11 @@ void panoCanvas::position() + + void panoCanvas::deletePanorama() + { ++#if wxCHECK_VERSION(3,0,0) ++ SetCurrent(*m_context); ++#else //wxCHECK_VERSION(3,0,0) + SetCurrent(); ++#endif //wxCHECK_VERSION(3,0,0) + glDeleteTextures(m_numOfTexPatches.x*m_numOfTexPatches.y,m_textures); + m_hasimage = false; + delete [] m_viewableTexPatches; Added: head/graphics/panoglview/files/patch-src_panocanvas.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/panoglview/files/patch-src_panocanvas.h Tue Dec 4 17:46:22 2018 (r486618) @@ -0,0 +1,24 @@ +--- src/panocanvas.h.orig 2008-07-23 21:09:11 UTC ++++ src/panocanvas.h +@@ -148,7 +148,11 @@ class panoCanvas : public wxGLCanvas { (public) + panoCanvas(wxWindow *parent, int id, const wxPoint &position=wxDefaultPosition, const wxSize &size=wxDefaultSize); + virtual ~panoCanvas(); + void OnPaint(wxPaintEvent &event); ++#if wxCHECK_VERSION(3,0,0) ++ void resized(wxSizeEvent &event); ++#else //wxCHECK_VERSION(3,0,0) + void OnSize(wxSizeEvent &event); ++#endif //wxCHECK_VERSION(3,0,0) + void OnEraseBackground(wxEraseEvent& event); + + CBoundaries calculateViewBoundaries(const CPosition &offset = CPosition()); +@@ -198,6 +202,9 @@ class panoCanvas : public wxGLCanvas { (public) + CBoundaries m_currentboundaries; + CBoundaries m_imageboundaries; + bool m_initialized; ++#if wxCHECK_VERSION(3,0,0) ++ wxGLContext *m_context; ++#endif //wxCHECK_VERSION(3,0,0) + DECLARE_EVENT_TABLE(); + }; + Added: head/graphics/panoglview/files/patch-src_panoframe.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/panoglview/files/patch-src_panoframe.cpp Tue Dec 4 17:46:22 2018 (r486618) @@ -0,0 +1,47 @@ +--- src/panoframe.cpp.orig 2008-07-23 21:09:11 UTC ++++ src/panoframe.cpp +@@ -136,7 +136,13 @@ PCX files (*.pcx)|*.pcx|\ + PNM files (*.pnm)|*.pnm|\ + TIFF files (*.tif)|*.tif|\ + XPM files (*.xpm)|*.xpm|\ +-All files (*.*)|*.*"),wxOPEN|wxFILE_MUST_EXIST); ++All files (*.*)|*.*"), ++#if wxCHECK_VERSION(3,0,0) ++ wxFD_OPEN|wxFD_FILE_MUST_EXIST ++#else //wxCHECK_VERSION(3,0,0) ++ wxOPEN|wxFILE_MUST_EXIST ++#endif //wxCHECK_VERSION(3,0,0) ++ ); + if (imagename !=wxT("")) + openImage(imagename); + } +@@ -153,7 +159,13 @@ void panoFrame::OnFullScreen(wxCommandEvent &event) + + void panoFrame::OnOpenProject(wxCommandEvent &event) + { +- wxString filename = wxFileSelector(_("Open Project"),wxEmptyString,wxEmptyString,wxT("paf"),_("Panorama files (*.paf)|*.paf|All files (*.*)|*.*"),wxOPEN|wxFILE_MUST_EXIST); ++ wxString filename = wxFileSelector(_("Open Project"),wxEmptyString,wxEmptyString,wxT("paf"),_("Panorama files (*.paf)|*.paf|All files (*.*)|*.*"), ++#if wxCHECK_VERSION(3,0,0) ++ wxFD_OPEN|wxFD_FILE_MUST_EXIST ++#else //wxCHECK_VERSION(3,0,0) ++ wxOPEN|wxFILE_MUST_EXIST ++#endif //wxCHECK_VERSION(3,0,0) ++ ); + if (filename !=wxT("")){ + openProject(filename); + } +@@ -292,7 +304,13 @@ void panoFrame::openArgumentFile(const wxString &filen + + void panoFrame::OnSaveProject(wxCommandEvent &event) + { +- wxString filename = wxFileSelector(_("Save Project"),wxEmptyString,wxEmptyString,wxT("paf"),_("Panorama files (*.paf)|*.paf|All files (*.*)|*.*"),wxOVERWRITE_PROMPT|wxSAVE); ++ wxString filename = wxFileSelector(_("Save Project"),wxEmptyString,wxEmptyString,wxT("paf"),_("Panorama files (*.paf)|*.paf|All files (*.*)|*.*"), ++#if wxCHECK_VERSION(3,0,0) ++ wxFD_OPEN|wxFD_FILE_MUST_EXIST ++#else //wxCHECK_VERSION(3,0,0) ++ wxOPEN|wxFILE_MUST_EXIST ++#endif //wxCHECK_VERSION(3,0,0) ++ ); + if (filename != wxT("")){ + if (wxFileExists(filename)) + wxRemoveFile(filename); Added: head/graphics/panoglview/files/patch-src_panointeractivecanvas.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/panoglview/files/patch-src_panointeractivecanvas.cpp Tue Dec 4 17:46:22 2018 (r486618) @@ -0,0 +1,60 @@ +--- src/panointeractivecanvas.cpp.orig 2008-07-23 21:09:12 UTC ++++ src/panointeractivecanvas.cpp +@@ -62,7 +62,11 @@ BEGIN_EVENT_TABLE(panoInteractiveCanvas, panoCanvas) + EVT_KEY_DOWN (panoInteractiveCanvas::OnKeyDown ) + EVT_KEY_UP (panoInteractiveCanvas::OnKeyUp ) + EVT_PAINT (panoInteractiveCanvas::OnPaint ) ++#if wxCHECK_VERSION(3,0,0) ++ EVT_SIZE (panoInteractiveCanvas::resized ) ++#else //wxCHECK_VERSION(3,0,0) + EVT_SIZE (panoInteractiveCanvas::OnSize ) ++#endif //wxCHECK_VERSION(3,0,0) + END_EVENT_TABLE() + + panoInteractiveCanvas::panoInteractiveCanvas(wxWindow* parent, int id, const wxPoint& position, const wxSize& size): +@@ -96,13 +100,23 @@ panoInteractiveCanvas::~panoInteractiveCanvas() + { + } + ++#if wxCHECK_VERSION(3,0,0) ++void panoInteractiveCanvas::resized(wxSizeEvent &event) ++#else //wxCHECK_VERSION(3,0,0) + void panoInteractiveCanvas::OnSize(wxSizeEvent &event) ++#endif //wxCHECK_VERSION(3,0,0) + { ++#if !wxCHECK_VERSION(3,0,0) + wxGLCanvas::OnSize(event); ++#endif //!wxCHECK_VERSION(3,0,0) + + int w,h; + GetClientSize(&w,&h); ++#if wxCHECK_VERSION(3,0,0) ++ if (GetXWindow()) SetCurrent(*m_context); ++#else //wxCHECK_VERSION(3,0,0) + SetCurrent(); ++#endif //wxCHECK_VERSION(3,0,0) + + // TODO: opengl needs to be initialized here. + if(m_initialized){ +@@ -121,6 +135,9 @@ void panoInteractiveCanvas::OnSize(wxSizeEvent &event) + + m_aspectratio = (GLdouble) w/(GLdouble) h; + m_winsize = wxSize(w,h); ++#if wxCHECK_VERSION(3,0,0) ++ Refresh(); ++#endif //wxCHECK_VERSION(3,0,0) + } + + void panoInteractiveCanvas::OnPaint(wxPaintEvent &event) +@@ -128,7 +145,11 @@ void panoInteractiveCanvas::OnPaint(wxPaintEvent &even + /* must always be here */ + wxPaintDC dc(this); + ++#if wxCHECK_VERSION(3,0,0) ++ SetCurrent(*m_context); ++#else //wxCHECK_VERSION(3,0,0) + SetCurrent(); ++#endif //wxCHECK_VERSION(3,0,0) + + if(!m_initialized){ + initGL(); Added: head/graphics/panoglview/files/patch-src_panointeractivecanvas.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/panoglview/files/patch-src_panointeractivecanvas.h Tue Dec 4 17:46:22 2018 (r486618) @@ -0,0 +1,14 @@ +--- src/panointeractivecanvas.h.orig 2008-07-23 21:09:11 UTC ++++ src/panointeractivecanvas.h +@@ -39,7 +39,11 @@ class panoInteractiveCanvas : public panoCanvas (publi + void OnMouse(wxMouseEvent& event); + void OnTimer(wxTimerEvent &event); + void OnPaint(wxPaintEvent &event); ++#if wxCHECK_VERSION(3,0,0) ++ void resized(wxSizeEvent &event); ++#else //wxCHECK_VERSION(3,0,0) + void OnSize(wxSizeEvent &event); ++#endif //wxCHECK_VERSION(3,0,0) + void setBoundaryMode(int boundarymode); + void enableShowBoundaries(bool show); + void enableUseBoundaries(bool use); Added: head/graphics/panoglview/files/patch-src_smallicon.xpm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/panoglview/files/patch-src_smallicon.xpm Tue Dec 4 17:46:22 2018 (r486618) @@ -0,0 +1,9 @@ +--- src/smallicon.xpm.orig 2008-07-23 21:09:10 UTC ++++ src/smallicon.xpm +@@ -1,5 +1,5 @@ + /* XPM */ +-static char *smallicon[]={ ++static char const *smallicon[]={ + "16 16 9 1", + ". c None", + "# c #0058c0", From owner-svn-ports-all@freebsd.org Tue Dec 4 17:53:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA88F13147DA; Tue, 4 Dec 2018 17:53:47 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96DFB85BE1; Tue, 4 Dec 2018 17:53:47 +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 775AFA46; Tue, 4 Dec 2018 17:53:47 +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 wB4Hrl1A062753; Tue, 4 Dec 2018 17:53:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4HrkCA062748; Tue, 4 Dec 2018 17:53:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812041753.wB4HrkCA062748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 4 Dec 2018 17:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486619 - in head: biology/gatk biology/igv devel/gradle X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: biology/gatk biology/igv devel/gradle X-SVN-Commit-Revision: 486619 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 96DFB85BE1 X-Spamd-Result: default: False [-0.65 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.38)[-0.384,0]; NEURAL_SPAM_LONG(0.05)[0.051,0]; NEURAL_HAM_SHORT(-0.32)[-0.319,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:53:48 -0000 Author: yuri Date: Tue Dec 4 17:53:46 2018 New Revision: 486619 URL: https://svnweb.freebsd.org/changeset/ports/486619 Log: devel/gradle: Update to 5.0 Change biology/igv and biology/gatk to gradle4 due to build failures with gradle5. PR: 233623 Approved by: gasol.wu@gmail.com (maintainer) Modified: head/biology/gatk/Makefile head/biology/igv/Makefile head/devel/gradle/Makefile head/devel/gradle/distinfo head/devel/gradle/pkg-plist Modified: head/biology/gatk/Makefile ============================================================================== --- head/biology/gatk/Makefile Tue Dec 4 17:46:22 2018 (r486618) +++ head/biology/gatk/Makefile Tue Dec 4 17:53:46 2018 (r486619) @@ -13,7 +13,7 @@ COMMENT= Variant discovery in high-throughput sequenci LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -BUILD_DEPENDS= gradle:devel/gradle +BUILD_DEPENDS= gradle4:devel/gradle4 USES= gettext-runtime USE_GITHUB= yes @@ -34,7 +34,7 @@ post-extract: # to rebuild the deps archive: 1. remove @cd ${DEPS_CACHE_DIR} && ${TAR} xzf ${DISTDIR}/${PORTNAME}-${DISTVERSION}-deps${EXTRACT_SUFX} do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle \ + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle4 \ --gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \ --offline --build-cache localJar Modified: head/biology/igv/Makefile ============================================================================== --- head/biology/igv/Makefile Tue Dec 4 17:46:22 2018 (r486618) +++ head/biology/igv/Makefile Tue Dec 4 17:53:46 2018 (r486619) @@ -16,7 +16,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt BUILD_DEPENDS= openjfx8-devel>0:java/openjfx8-devel \ - gradle:devel/gradle + gradle4:devel/gradle4 RUN_DEPENDS= openjfx8-devel>0:java/openjfx8-devel USES= gettext-runtime @@ -40,7 +40,7 @@ PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/igv.png do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle createDist + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle4 createDist do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} Modified: head/devel/gradle/Makefile ============================================================================== --- head/devel/gradle/Makefile Tue Dec 4 17:46:22 2018 (r486618) +++ head/devel/gradle/Makefile Tue Dec 4 17:53:46 2018 (r486619) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gradle -PORTVERSION= 4.6 +PORTVERSION= 5.0 CATEGORIES= devel java MASTER_SITES= https://downloads.gradle.org/distributions/ EXTRACT_SUFX= -bin.zip Modified: head/devel/gradle/distinfo ============================================================================== --- head/devel/gradle/distinfo Tue Dec 4 17:46:22 2018 (r486618) +++ head/devel/gradle/distinfo Tue Dec 4 17:53:46 2018 (r486619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499872390 -SHA256 (gradle-4.6-bin.zip) = 98bd5fd2b30e070517e03c51cbb32beee3e2ee1a84003a5a5d748996d4b1b915 -SIZE (gradle-4.6-bin.zip) = 74176889 +TIMESTAMP = 1543479426 +SHA256 (gradle-5.0-bin.zip) = 6157ac9f3410bc63644625b3b3e9e96c963afd7910ae0697792db57813ee79a6 +SIZE (gradle-5.0-bin.zip) = 85491215 Modified: head/devel/gradle/pkg-plist ============================================================================== --- head/devel/gradle/pkg-plist Tue Dec 4 17:46:22 2018 (r486618) +++ head/devel/gradle/pkg-plist Tue Dec 4 17:53:46 2018 (r486619) @@ -1,56 +1,64 @@ +bin/gradle %%DATADIR%%/lib/annotations-13.0.jar -%%DATADIR%%/lib/ant-1.9.9.jar -%%DATADIR%%/lib/ant-launcher-1.9.9.jar -%%DATADIR%%/lib/asm-6.0.jar -%%DATADIR%%/lib/asm-commons-6.0.jar -%%DATADIR%%/lib/asm-tree-6.0.jar +%%DATADIR%%/lib/ant-1.9.13.jar +%%DATADIR%%/lib/ant-launcher-1.9.13.jar +%%DATADIR%%/lib/asm-7.0.jar +%%DATADIR%%/lib/asm-analysis-7.0.jar +%%DATADIR%%/lib/asm-commons-7.0.jar +%%DATADIR%%/lib/asm-tree-7.0.jar %%DATADIR%%/lib/commons-collections-3.2.2.jar -%%DATADIR%%/lib/commons-compress-1.14.jar -%%DATADIR%%/lib/commons-io-2.4.jar +%%DATADIR%%/lib/commons-compress-1.18.jar +%%DATADIR%%/lib/commons-io-2.6.jar %%DATADIR%%/lib/commons-lang-2.6.jar -%%DATADIR%%/lib/fastutil-7.2.1-min.jar -%%DATADIR%%/lib/gradle-base-services-4.6.jar -%%DATADIR%%/lib/gradle-base-services-groovy-4.6.jar -%%DATADIR%%/lib/gradle-build-cache-4.6.jar -%%DATADIR%%/lib/gradle-build-option-4.6.jar -%%DATADIR%%/lib/gradle-cli-4.6.jar -%%DATADIR%%/lib/gradle-core-4.6.jar -%%DATADIR%%/lib/gradle-core-api-4.6.jar -%%DATADIR%%/lib/gradle-docs-4.6.jar -%%DATADIR%%/lib/gradle-installation-beacon-4.6.jar -%%DATADIR%%/lib/gradle-jvm-services-4.6.jar -%%DATADIR%%/lib/gradle-kotlin-dsl-0.15.6.jar -%%DATADIR%%/lib/gradle-kotlin-dsl-tooling-builders-0.15.6.jar -%%DATADIR%%/lib/gradle-kotlin-dsl-tooling-models-0.15.6.jar -%%DATADIR%%/lib/gradle-launcher-4.6.jar -%%DATADIR%%/lib/gradle-logging-4.6.jar -%%DATADIR%%/lib/gradle-messaging-4.6.jar -%%DATADIR%%/lib/gradle-model-core-4.6.jar -%%DATADIR%%/lib/gradle-model-groovy-4.6.jar -%%DATADIR%%/lib/gradle-native-4.6.jar -%%DATADIR%%/lib/gradle-persistent-cache-4.6.jar -%%DATADIR%%/lib/gradle-process-services-4.6.jar -%%DATADIR%%/lib/gradle-resources-4.6.jar -%%DATADIR%%/lib/gradle-runtime-api-info-4.6.jar -%%DATADIR%%/lib/gradle-tooling-api-4.6.jar -%%DATADIR%%/lib/gradle-wrapper-4.6.jar -%%DATADIR%%/lib/groovy-all-2.4.12.jar -%%DATADIR%%/lib/guava-jdk5-17.0.jar -%%DATADIR%%/lib/jansi-1.14.jar +%%DATADIR%%/lib/fastutil-8.2.1-min.jar +%%DATADIR%%/lib/gradle-api-metadata-5.0.jar +%%DATADIR%%/lib/gradle-base-services-5.0.jar +%%DATADIR%%/lib/gradle-base-services-groovy-5.0.jar +%%DATADIR%%/lib/gradle-build-cache-5.0.jar +%%DATADIR%%/lib/gradle-build-option-5.0.jar +%%DATADIR%%/lib/gradle-cli-5.0.jar +%%DATADIR%%/lib/gradle-core-5.0.jar +%%DATADIR%%/lib/gradle-core-api-5.0.jar +%%DATADIR%%/lib/gradle-docs-5.0.jar +%%DATADIR%%/lib/gradle-files-5.0.jar +%%DATADIR%%/lib/gradle-installation-beacon-5.0.jar +%%DATADIR%%/lib/gradle-jvm-services-5.0.jar +%%DATADIR%%/lib/gradle-kotlin-dsl-1.0.4.jar +%%DATADIR%%/lib/gradle-kotlin-dsl-provider-plugins-1.0.4.jar +%%DATADIR%%/lib/gradle-kotlin-dsl-tooling-builders-1.0.4.jar +%%DATADIR%%/lib/gradle-kotlin-dsl-tooling-models-1.0.4.jar +%%DATADIR%%/lib/gradle-launcher-5.0.jar +%%DATADIR%%/lib/gradle-logging-5.0.jar +%%DATADIR%%/lib/gradle-messaging-5.0.jar +%%DATADIR%%/lib/gradle-model-core-5.0.jar +%%DATADIR%%/lib/gradle-model-groovy-5.0.jar +%%DATADIR%%/lib/gradle-native-5.0.jar +%%DATADIR%%/lib/gradle-persistent-cache-5.0.jar +%%DATADIR%%/lib/gradle-process-services-5.0.jar +%%DATADIR%%/lib/gradle-resources-5.0.jar +%%DATADIR%%/lib/gradle-runtime-api-info-5.0.jar +%%DATADIR%%/lib/gradle-snapshots-5.0.jar +%%DATADIR%%/lib/gradle-tooling-api-5.0.jar +%%DATADIR%%/lib/gradle-wrapper-5.0.jar +%%DATADIR%%/lib/groovy-all-1.0-2.5.4.jar +%%DATADIR%%/lib/guava-26.0-android.jar +%%DATADIR%%/lib/jansi-1.17.1.jar %%DATADIR%%/lib/javax.inject-1.jar %%DATADIR%%/lib/jcip-annotations-1.0.jar -%%DATADIR%%/lib/jcl-over-slf4j-1.7.16.jar -%%DATADIR%%/lib/jsr305-2.0.1.jar -%%DATADIR%%/lib/jul-to-slf4j-1.7.16.jar -%%DATADIR%%/lib/kotlin-compiler-embeddable-1.2.21.jar -%%DATADIR%%/lib/kotlin-reflect-1.2.21.jar -%%DATADIR%%/lib/kotlin-sam-with-receiver-compiler-plugin-1.2.21.jar -%%DATADIR%%/lib/kotlin-script-runtime-1.2.21.jar -%%DATADIR%%/lib/kotlin-stdlib-1.2.21.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.2.21.jar -%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.2.21.jar -%%DATADIR%%/lib/kryo-2.20.jar -%%DATADIR%%/lib/log4j-over-slf4j-1.7.16.jar +%%DATADIR%%/lib/jcl-over-slf4j-1.7.25.jar +%%DATADIR%%/lib/jsr305-3.0.2.jar +%%DATADIR%%/lib/jul-to-slf4j-1.7.25.jar +%%DATADIR%%/lib/kotlin-compiler-embeddable-1.3.10.jar +%%DATADIR%%/lib/kotlin-reflect-1.3.10.jar +%%DATADIR%%/lib/kotlin-sam-with-receiver-compiler-plugin-1.3.10.jar +%%DATADIR%%/lib/kotlin-script-runtime-1.3.10.jar +%%DATADIR%%/lib/kotlin-stdlib-1.3.10.jar +%%DATADIR%%/lib/kotlin-stdlib-common-1.3.10.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.10.jar +%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.10.jar +%%DATADIR%%/lib/kotlinx-metadata-jvm-0.0.4.jar +%%DATADIR%%/lib/kryo-2.24.0.jar +%%DATADIR%%/lib/log4j-over-slf4j-1.7.25.jar %%DATADIR%%/lib/minlog-1.2.jar %%DATADIR%%/lib/native-platform-0.14.jar %%DATADIR%%/lib/native-platform-freebsd-amd64-libcpp-0.14.jar @@ -67,94 +75,97 @@ %%DATADIR%%/lib/native-platform-osx-i386-0.14.jar %%DATADIR%%/lib/native-platform-windows-amd64-0.14.jar %%DATADIR%%/lib/native-platform-windows-i386-0.14.jar -%%DATADIR%%/lib/objenesis-1.2.jar +%%DATADIR%%/lib/objenesis-2.6.jar %%DATADIR%%/lib/plugins/aether-api-1.13.1.jar %%DATADIR%%/lib/plugins/aether-connector-wagon-1.13.1.jar %%DATADIR%%/lib/plugins/aether-impl-1.13.1.jar %%DATADIR%%/lib/plugins/aether-spi-1.13.1.jar %%DATADIR%%/lib/plugins/aether-util-1.13.1.jar %%DATADIR%%/lib/plugins/apiguardian-api-1.0.0.jar -%%DATADIR%%/lib/plugins/asm-util-6.0.jar -%%DATADIR%%/lib/plugins/aws-java-sdk-core-1.11.267.jar -%%DATADIR%%/lib/plugins/aws-java-sdk-kms-1.11.267.jar -%%DATADIR%%/lib/plugins/aws-java-sdk-s3-1.11.267.jar -%%DATADIR%%/lib/plugins/bcpg-jdk15on-1.58.jar -%%DATADIR%%/lib/plugins/bcprov-jdk15on-1.58.jar -%%DATADIR%%/lib/plugins/biz.aQute.bndlib-3.4.0.jar +%%DATADIR%%/lib/plugins/asm-util-7.0.jar +%%DATADIR%%/lib/plugins/aws-java-sdk-core-1.11.407.jar +%%DATADIR%%/lib/plugins/aws-java-sdk-kms-1.11.407.jar +%%DATADIR%%/lib/plugins/aws-java-sdk-s3-1.11.407.jar +%%DATADIR%%/lib/plugins/bcpg-jdk15on-1.60.jar +%%DATADIR%%/lib/plugins/bcprov-jdk15on-1.60.jar +%%DATADIR%%/lib/plugins/biz.aQute.bndlib-4.0.0.jar %%DATADIR%%/lib/plugins/bsh-2.0b6.jar -%%DATADIR%%/lib/plugins/commons-cli-1.2.jar -%%DATADIR%%/lib/plugins/commons-codec-1.10.jar -%%DATADIR%%/lib/plugins/dd-plist-1.20.jar -%%DATADIR%%/lib/plugins/google-api-client-1.23.0.jar -%%DATADIR%%/lib/plugins/google-api-services-storage-v1-rev116-1.23.0.jar -%%DATADIR%%/lib/plugins/google-http-client-1.23.0.jar -%%DATADIR%%/lib/plugins/google-http-client-jackson2-1.23.0.jar -%%DATADIR%%/lib/plugins/google-oauth-client-1.23.0.jar -%%DATADIR%%/lib/plugins/gradle-announce-4.6.jar -%%DATADIR%%/lib/plugins/gradle-antlr-4.6.jar -%%DATADIR%%/lib/plugins/gradle-build-cache-http-4.6.jar -%%DATADIR%%/lib/plugins/gradle-build-comparison-4.6.jar -%%DATADIR%%/lib/plugins/gradle-build-init-4.6.jar -%%DATADIR%%/lib/plugins/gradle-code-quality-4.6.jar -%%DATADIR%%/lib/plugins/gradle-composite-builds-4.6.jar -%%DATADIR%%/lib/plugins/gradle-dependency-management-4.6.jar -%%DATADIR%%/lib/plugins/gradle-diagnostics-4.6.jar -%%DATADIR%%/lib/plugins/gradle-ear-4.6.jar -%%DATADIR%%/lib/plugins/gradle-ide-4.6.jar -%%DATADIR%%/lib/plugins/gradle-ide-native-4.6.jar -%%DATADIR%%/lib/plugins/gradle-ide-play-4.6.jar -%%DATADIR%%/lib/plugins/gradle-ivy-4.6.jar -%%DATADIR%%/lib/plugins/gradle-jacoco-4.6.jar -%%DATADIR%%/lib/plugins/gradle-javascript-4.6.jar -%%DATADIR%%/lib/plugins/gradle-language-groovy-4.6.jar -%%DATADIR%%/lib/plugins/gradle-language-java-4.6.jar -%%DATADIR%%/lib/plugins/gradle-language-jvm-4.6.jar -%%DATADIR%%/lib/plugins/gradle-language-native-4.6.jar -%%DATADIR%%/lib/plugins/gradle-language-scala-4.6.jar -%%DATADIR%%/lib/plugins/gradle-maven-4.6.jar -%%DATADIR%%/lib/plugins/gradle-osgi-4.6.jar -%%DATADIR%%/lib/plugins/gradle-platform-base-4.6.jar -%%DATADIR%%/lib/plugins/gradle-platform-jvm-4.6.jar -%%DATADIR%%/lib/plugins/gradle-platform-native-4.6.jar -%%DATADIR%%/lib/plugins/gradle-platform-play-4.6.jar -%%DATADIR%%/lib/plugins/gradle-plugin-development-4.6.jar -%%DATADIR%%/lib/plugins/gradle-plugin-use-4.6.jar -%%DATADIR%%/lib/plugins/gradle-plugins-4.6.jar -%%DATADIR%%/lib/plugins/gradle-publish-4.6.jar -%%DATADIR%%/lib/plugins/gradle-reporting-4.6.jar -%%DATADIR%%/lib/plugins/gradle-resources-gcs-4.6.jar -%%DATADIR%%/lib/plugins/gradle-resources-http-4.6.jar -%%DATADIR%%/lib/plugins/gradle-resources-s3-4.6.jar -%%DATADIR%%/lib/plugins/gradle-resources-sftp-4.6.jar -%%DATADIR%%/lib/plugins/gradle-scala-4.6.jar -%%DATADIR%%/lib/plugins/gradle-signing-4.6.jar -%%DATADIR%%/lib/plugins/gradle-test-kit-4.6.jar -%%DATADIR%%/lib/plugins/gradle-testing-base-4.6.jar -%%DATADIR%%/lib/plugins/gradle-testing-junit-platform-4.6.jar -%%DATADIR%%/lib/plugins/gradle-testing-jvm-4.6.jar -%%DATADIR%%/lib/plugins/gradle-testing-native-4.6.jar -%%DATADIR%%/lib/plugins/gradle-tooling-api-builders-4.6.jar -%%DATADIR%%/lib/plugins/gradle-version-control-4.6.jar -%%DATADIR%%/lib/plugins/gradle-workers-4.6.jar -%%DATADIR%%/lib/plugins/gson-2.7.jar +%%DATADIR%%/lib/plugins/commons-cli-1.4.jar +%%DATADIR%%/lib/plugins/commons-codec-1.11.jar +%%DATADIR%%/lib/plugins/dd-plist-1.21.jar +%%DATADIR%%/lib/plugins/google-api-client-1.25.0.jar +%%DATADIR%%/lib/plugins/google-api-services-storage-v1-rev136-1.25.0.jar +%%DATADIR%%/lib/plugins/google-http-client-1.25.0.jar +%%DATADIR%%/lib/plugins/google-http-client-jackson2-1.25.0.jar +%%DATADIR%%/lib/plugins/google-oauth-client-1.25.0.jar +%%DATADIR%%/lib/plugins/gradle-announce-5.0.jar +%%DATADIR%%/lib/plugins/gradle-antlr-5.0.jar +%%DATADIR%%/lib/plugins/gradle-build-cache-http-5.0.jar +%%DATADIR%%/lib/plugins/gradle-build-comparison-5.0.jar +%%DATADIR%%/lib/plugins/gradle-build-init-5.0.jar +%%DATADIR%%/lib/plugins/gradle-code-quality-5.0.jar +%%DATADIR%%/lib/plugins/gradle-composite-builds-5.0.jar +%%DATADIR%%/lib/plugins/gradle-dependency-management-5.0.jar +%%DATADIR%%/lib/plugins/gradle-diagnostics-5.0.jar +%%DATADIR%%/lib/plugins/gradle-ear-5.0.jar +%%DATADIR%%/lib/plugins/gradle-ide-5.0.jar +%%DATADIR%%/lib/plugins/gradle-ide-native-5.0.jar +%%DATADIR%%/lib/plugins/gradle-ide-play-5.0.jar +%%DATADIR%%/lib/plugins/gradle-ivy-5.0.jar +%%DATADIR%%/lib/plugins/gradle-jacoco-5.0.jar +%%DATADIR%%/lib/plugins/gradle-javascript-5.0.jar +%%DATADIR%%/lib/plugins/gradle-language-groovy-5.0.jar +%%DATADIR%%/lib/plugins/gradle-language-java-5.0.jar +%%DATADIR%%/lib/plugins/gradle-language-jvm-5.0.jar +%%DATADIR%%/lib/plugins/gradle-language-native-5.0.jar +%%DATADIR%%/lib/plugins/gradle-language-scala-5.0.jar +%%DATADIR%%/lib/plugins/gradle-maven-5.0.jar +%%DATADIR%%/lib/plugins/gradle-osgi-5.0.jar +%%DATADIR%%/lib/plugins/gradle-platform-base-5.0.jar +%%DATADIR%%/lib/plugins/gradle-platform-jvm-5.0.jar +%%DATADIR%%/lib/plugins/gradle-platform-native-5.0.jar +%%DATADIR%%/lib/plugins/gradle-platform-play-5.0.jar +%%DATADIR%%/lib/plugins/gradle-plugin-development-5.0.jar +%%DATADIR%%/lib/plugins/gradle-plugin-use-5.0.jar +%%DATADIR%%/lib/plugins/gradle-plugins-5.0.jar +%%DATADIR%%/lib/plugins/gradle-publish-5.0.jar +%%DATADIR%%/lib/plugins/gradle-reporting-5.0.jar +%%DATADIR%%/lib/plugins/gradle-resources-gcs-5.0.jar +%%DATADIR%%/lib/plugins/gradle-resources-http-5.0.jar +%%DATADIR%%/lib/plugins/gradle-resources-s3-5.0.jar +%%DATADIR%%/lib/plugins/gradle-resources-sftp-5.0.jar +%%DATADIR%%/lib/plugins/gradle-scala-5.0.jar +%%DATADIR%%/lib/plugins/gradle-signing-5.0.jar +%%DATADIR%%/lib/plugins/gradle-test-kit-5.0.jar +%%DATADIR%%/lib/plugins/gradle-testing-base-5.0.jar +%%DATADIR%%/lib/plugins/gradle-testing-junit-platform-5.0.jar +%%DATADIR%%/lib/plugins/gradle-testing-jvm-5.0.jar +%%DATADIR%%/lib/plugins/gradle-testing-native-5.0.jar +%%DATADIR%%/lib/plugins/gradle-tooling-api-builders-5.0.jar +%%DATADIR%%/lib/plugins/gradle-tooling-native-5.0.jar +%%DATADIR%%/lib/plugins/gradle-version-control-5.0.jar +%%DATADIR%%/lib/plugins/gradle-workers-5.0.jar +%%DATADIR%%/lib/plugins/gson-2.8.5.jar %%DATADIR%%/lib/plugins/hamcrest-core-1.3.jar -%%DATADIR%%/lib/plugins/httpclient-4.5.5.jar -%%DATADIR%%/lib/plugins/httpcore-4.4.9.jar +%%DATADIR%%/lib/plugins/httpclient-4.5.6.jar +%%DATADIR%%/lib/plugins/httpcore-4.4.10.jar %%DATADIR%%/lib/plugins/ion-java-1.0.2.jar -%%DATADIR%%/lib/plugins/ivy-2.2.0.jar -%%DATADIR%%/lib/plugins/jackson-annotations-2.8.11.jar -%%DATADIR%%/lib/plugins/jackson-core-2.8.11.jar -%%DATADIR%%/lib/plugins/jackson-databind-2.8.11.jar -%%DATADIR%%/lib/plugins/jatl-0.2.2.jar +%%DATADIR%%/lib/plugins/ivy-2.3.0.jar +%%DATADIR%%/lib/plugins/jackson-annotations-2.9.6.jar +%%DATADIR%%/lib/plugins/jackson-core-2.9.6.jar +%%DATADIR%%/lib/plugins/jackson-databind-2.9.6.jar +%%DATADIR%%/lib/plugins/jatl-0.2.3.jar +%%DATADIR%%/lib/plugins/jaxb-impl-2.3.1.jar %%DATADIR%%/lib/plugins/jcifs-1.3.17.jar -%%DATADIR%%/lib/plugins/jcommander-1.47.jar -%%DATADIR%%/lib/plugins/jmespath-java-1.11.267.jar -%%DATADIR%%/lib/plugins/joda-time-2.8.2.jar +%%DATADIR%%/lib/plugins/jcommander-1.72.jar +%%DATADIR%%/lib/plugins/jmespath-java-1.11.407.jar +%%DATADIR%%/lib/plugins/joda-time-2.10.jar %%DATADIR%%/lib/plugins/jsch-0.1.54.jar %%DATADIR%%/lib/plugins/junit-4.12.jar -%%DATADIR%%/lib/plugins/junit-platform-commons-1.0.3.jar -%%DATADIR%%/lib/plugins/junit-platform-engine-1.0.3.jar -%%DATADIR%%/lib/plugins/junit-platform-launcher-1.0.3.jar +%%DATADIR%%/lib/plugins/junit-platform-commons-1.3.1.jar +%%DATADIR%%/lib/plugins/junit-platform-engine-1.3.1.jar +%%DATADIR%%/lib/plugins/junit-platform-launcher-1.3.1.jar +%%DATADIR%%/lib/plugins/jzlib-1.1.3.jar %%DATADIR%%/lib/plugins/maven-aether-provider-3.0.4.jar %%DATADIR%%/lib/plugins/maven-artifact-3.0.4.jar %%DATADIR%%/lib/plugins/maven-compat-3.0.4.jar @@ -165,29 +176,27 @@ %%DATADIR%%/lib/plugins/maven-repository-metadata-3.0.4.jar %%DATADIR%%/lib/plugins/maven-settings-3.0.4.jar %%DATADIR%%/lib/plugins/maven-settings-builder-3.0.4.jar -%%DATADIR%%/lib/plugins/nekohtml-1.9.20.jar -%%DATADIR%%/lib/plugins/opentest4j-1.0.0.jar -%%DATADIR%%/lib/plugins/org.eclipse.jgit-4.5.3.201708160445-r.jar +%%DATADIR%%/lib/plugins/nekohtml-1.9.22.jar +%%DATADIR%%/lib/plugins/opentest4j-1.1.1.jar +%%DATADIR%%/lib/plugins/org.eclipse.jgit-5.0.3.201809091024-r.jar %%DATADIR%%/lib/plugins/plexus-cipher-1.7.jar -%%DATADIR%%/lib/plugins/plexus-classworlds-2.4.jar +%%DATADIR%%/lib/plugins/plexus-classworlds-2.5.1.jar %%DATADIR%%/lib/plugins/plexus-component-annotations-1.5.5.jar -%%DATADIR%%/lib/plugins/plexus-container-default-1.5.5.jar +%%DATADIR%%/lib/plugins/plexus-container-default-1.7.1.jar %%DATADIR%%/lib/plugins/plexus-interpolation-1.14.jar %%DATADIR%%/lib/plugins/plexus-sec-dispatcher-1.3.jar -%%DATADIR%%/lib/plugins/plexus-utils-3.0.8.jar +%%DATADIR%%/lib/plugins/plexus-utils-3.1.0.jar %%DATADIR%%/lib/plugins/pmaven-common-0.8-20100325.jar %%DATADIR%%/lib/plugins/pmaven-groovy-0.8-20100325.jar -%%DATADIR%%/lib/plugins/rhino-1.7R3.jar +%%DATADIR%%/lib/plugins/rhino-1.7.10.jar %%DATADIR%%/lib/plugins/simple-4.1.21.jar -%%DATADIR%%/lib/plugins/snakeyaml-1.6.jar +%%DATADIR%%/lib/plugins/snakeyaml-1.17.jar %%DATADIR%%/lib/plugins/testng-6.3.1.jar -%%DATADIR%%/lib/plugins/wagon-file-2.4.jar -%%DATADIR%%/lib/plugins/wagon-http-2.4.jar -%%DATADIR%%/lib/plugins/wagon-http-shared4-2.4.jar -%%DATADIR%%/lib/plugins/wagon-provider-api-2.4.jar -%%DATADIR%%/lib/plugins/xbean-reflect-3.4.jar -%%DATADIR%%/lib/plugins/xercesImpl-2.11.0.jar -%%DATADIR%%/lib/reflectasm-1.07-shaded.jar -%%DATADIR%%/lib/slf4j-api-1.7.16.jar +%%DATADIR%%/lib/plugins/wagon-file-3.0.0.jar +%%DATADIR%%/lib/plugins/wagon-http-3.0.0.jar +%%DATADIR%%/lib/plugins/wagon-http-shared-3.0.0.jar +%%DATADIR%%/lib/plugins/wagon-provider-api-3.0.0.jar +%%DATADIR%%/lib/plugins/xbean-reflect-3.7.jar +%%DATADIR%%/lib/plugins/xercesImpl-2.12.0.jar +%%DATADIR%%/lib/slf4j-api-1.7.25.jar %%DATADIR%%/lib/xml-apis-1.4.01.jar -bin/gradle From owner-svn-ports-all@freebsd.org Tue Dec 4 17:54:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 203AD131481E; Tue, 4 Dec 2018 17:54:00 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB65785CDC; Tue, 4 Dec 2018 17:53:59 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 743A2A4B; Tue, 4 Dec 2018 17:53:59 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4HrxAn063076; Tue, 4 Dec 2018 17:53:59 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4HrxHB063074; Tue, 4 Dec 2018 17:53:59 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201812041753.wB4HrxHB063074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 4 Dec 2018 17:53:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486621 - in head/mail/dovecot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: in head/mail/dovecot: . files X-SVN-Commit-Revision: 486621 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BB65785CDC X-Spamd-Result: default: False [-0.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_HAM_SHORT(-0.32)[-0.323,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:54:00 -0000 Author: ler Date: Tue Dec 4 17:53:58 2018 New Revision: 486621 URL: https://svnweb.freebsd.org/changeset/ports/486621 Log: mail/dovecot: Add upstream patch to fix a double free in MySQL. Obtained from: https://github.com/dovecot/core/commit/3c5101ffdd2a8115e03ed7180d53578765dea4c9.patch Added: head/mail/dovecot/files/patch-src_lib-sql_driver-mysql.c (contents, props changed) Modified: head/mail/dovecot/Makefile Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Tue Dec 4 17:53:54 2018 (r486620) +++ head/mail/dovecot/Makefile Tue Dec 4 17:53:58 2018 (r486621) @@ -8,7 +8,7 @@ PORTNAME= dovecot PORTVERSION= 2.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.3/ Added: head/mail/dovecot/files/patch-src_lib-sql_driver-mysql.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/dovecot/files/patch-src_lib-sql_driver-mysql.c Tue Dec 4 17:53:58 2018 (r486621) @@ -0,0 +1,24 @@ +--- src/lib-sql/driver-mysql.c.orig 2018-11-23 11:06:45 UTC ++++ src/lib-sql/driver-mysql.c +@@ -173,7 +173,9 @@ static int driver_mysql_connect(struct sql_db *_db) + static void driver_mysql_disconnect(struct sql_db *_db) + { + struct mysql_db *db = (struct mysql_db *)_db; +- mysql_close(db->mysql); ++ if (db->mysql != NULL) ++ mysql_close(db->mysql); ++ db->mysql = NULL; + } + + static int driver_mysql_parse_connect_string(struct mysql_db *db, +@@ -311,7 +313,9 @@ static void driver_mysql_deinit_v(struct sql_db *_db) + _db->no_reconnect = TRUE; + sql_db_set_state(&db->api, SQL_DB_STATE_DISCONNECTED); + +- mysql_close(db->mysql); ++ if (db->mysql != NULL) ++ mysql_close(db->mysql); ++ db->mysql = NULL; + + sql_connection_log_finished(_db); + event_unref(&_db->event); From owner-svn-ports-all@freebsd.org Tue Dec 4 17:53:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D46C131480C; Tue, 4 Dec 2018 17:53:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B3C7C85CB7; Tue, 4 Dec 2018 17:53:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFAA9A48; Tue, 4 Dec 2018 17:53:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4HrsQ1062891; Tue, 4 Dec 2018 17:53:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4Hrslp062889; Tue, 4 Dec 2018 17:53:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041753.wB4Hrslp062889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 17:53:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486620 - head/deskutils/fet X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/deskutils/fet X-SVN-Commit-Revision: 486620 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B3C7C85CB7 X-Spamd-Result: default: False [-0.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_HAM_SHORT(-0.32)[-0.323,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 17:53:58 -0000 Author: swills Date: Tue Dec 4 17:53:54 2018 New Revision: 486620 URL: https://svnweb.freebsd.org/changeset/ports/486620 Log: deskutils/fet: update to 5.37.2, remove qt4 PR: 233730 Submitted by: Zsolt Udvari (maintainer) Modified: head/deskutils/fet/Makefile (contents, props changed) head/deskutils/fet/distinfo (contents, props changed) Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Tue Dec 4 17:53:46 2018 (r486619) +++ head/deskutils/fet/Makefile Tue Dec 4 17:53:54 2018 (r486620) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fet -DISTVERSION= 5.37.1 -PORTREVISION= 1 +DISTVERSION= 5.37.2 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ @@ -16,7 +15,9 @@ COMMENT= Free timetabling software LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++14-lang qmake tar:bzip2 +USES= compiler:c++14-lang qmake qt:5 tar:bzip2 +USE_GL= gl +USE_QT= buildtools_build core printsupport widgets xml USE_CXXSTD= c++14 PORTEXAMPLES= * @@ -29,28 +30,15 @@ DESKTOP_ENTRIES="FET" \ true OPTIONS_DEFINE= EXAMPLES NLS ONLYCL -OPTIONS_SINGLE= QTVER -OPTIONS_SINGLE_QTVER= QT4 QT5 -OPTIONS_DEFAULT= QT5 ONLYCL_DESC= Build only command line version (without Qt GUI) OPTIONS_SUB= yes -QT4_USES= qt:4 -QT4_USE= QT=corelib,moc_build,rcc_build,uic_build,xml -QT5_USES= qt:5 -QT5_USE= QT=buildtools_build,core,printsupport,widgets,xml GL=gl - INSTALL_TARGET= ${WRKSRC}/fet-cl ONLYCL_VARS= QMAKE_SOURCE_PATH=${WRKSRC}/src/src-cl.pro ONLYCL_VARS_OFF= INSTALL_TARGET+=${WRKSRC}/fet USE_QT+="gui network" .include - -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif post-patch: @${REINPLACE_CMD} -e 's|/usr/share/fet|${DATADIR}|g' \ Modified: head/deskutils/fet/distinfo ============================================================================== --- head/deskutils/fet/distinfo Tue Dec 4 17:53:46 2018 (r486619) +++ head/deskutils/fet/distinfo Tue Dec 4 17:53:54 2018 (r486620) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533926344 -SHA256 (fet-5.37.1.tar.bz2) = 1832d4668158fa7296634ab06a54bf6227cc1b18b2b74e3fbdaa9133af579e42 -SIZE (fet-5.37.1.tar.bz2) = 11854219 +TIMESTAMP = 1543777638 +SHA256 (fet-5.37.2.tar.bz2) = 09023000127a6f67c3851a0d9bc255faad0794ee598cbfa892f57b6b8046a2a1 +SIZE (fet-5.37.2.tar.bz2) = 11866911 From owner-svn-ports-all@freebsd.org Tue Dec 4 18:02:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C3081314E84; Tue, 4 Dec 2018 18:02:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DE5686846; Tue, 4 Dec 2018 18:02:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C46F9BC3; Tue, 4 Dec 2018 18:02:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4I2ExF068861; Tue, 4 Dec 2018 18:02:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4I2E1c068860; Tue, 4 Dec 2018 18:02:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041802.wB4I2E1c068860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 18:02:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486622 - in head/databases/sqlite3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/databases/sqlite3: . files X-SVN-Commit-Revision: 486622 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0DE5686846 X-Spamd-Result: default: False [-0.80 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.447,0]; NEURAL_HAM_SHORT(-0.32)[-0.322,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 18:02:15 -0000 Author: swills Date: Tue Dec 4 18:02:14 2018 New Revision: 486622 URL: https://svnweb.freebsd.org/changeset/ports/486622 Log: databases/sqlite3: Update to 3.26.0 PR: 233712 Submitted by: Pavel Volkov (maintainer) Deleted: head/databases/sqlite3/files/ Modified: head/databases/sqlite3/Makefile (contents, props changed) head/databases/sqlite3/distinfo (contents, props changed) Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Tue Dec 4 17:53:58 2018 (r486621) +++ head/databases/sqlite3/Makefile Tue Dec 4 18:02:14 2018 (r486622) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -DISTVERSION= 3.25.1 -PORTREVISION= 1 +DISTVERSION= 3.26.0 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -14,17 +13,18 @@ COMMENT= SQL database engine in a C library LICENSE= PD USES= libtool ncurses pathfix -GNU_CONFIGURE= yes USE_LDCONFIG= yes -INSTALL_TARGET= install-strip +GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip # Compilation Options For SQLite https://www.sqlite.org/compile.html OPTIONS_DEFINE= FTS4 URI URI_AUTHORITY METADATA \ DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \ EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 RBU NULL_TRIM \ - LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF + LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF \ + NORMALIZE OPTIONS_SINGLE= RAMT OPTIONS_RADIO= STAT OPTIONS_GROUP= OPT_EXT OPT_FUNC UNICODE RTREEG RL @@ -44,6 +44,7 @@ SECURE_DELETE_DESC= Overwrite deleted information with UNLOCK_NOTIFY_DESC= Enable notification on unlocking EXTENSION_DESC= Allow loadable extensions STSHELL_DESC= Statically link libsqlite3 into shell +NORMALIZE_DESC= Enable normalized sql function # https://sqlite.org/compile.html#enable_null_trim NULL_TRIM_DESC= Omits NULL columns at the ends of rows @@ -221,6 +222,8 @@ OFFSET_CPPFLAGS= -DSQLITE_ENABLE_OFFSET_SQL_FUNC=1 SER1_CPPFLAGS= -DSQLITE_ENABLE_DESERIALIZE=1 SORT_REF_CPPFLAGS= -DSQLITE_ENABLE_SORTER_REFERENCES=1 + +NORMALIZE_CPPFLAGS= -DSQLITE_ENABLE_NORMALIZE=1 .include Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Tue Dec 4 17:53:58 2018 (r486621) +++ head/databases/sqlite3/distinfo Tue Dec 4 18:02:14 2018 (r486622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537452866 -SHA256 (sqlite-autoconf-3250100.tar.gz) = 96ed46bd87f093073ca8afd613020def847009b611c89f397bc24bd932ec6fd1 -SIZE (sqlite-autoconf-3250100.tar.gz) = 2763831 +TIMESTAMP = 1543735262 +SHA256 (sqlite-autoconf-3260000.tar.gz) = 5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d +SIZE (sqlite-autoconf-3260000.tar.gz) = 2779667 From owner-svn-ports-all@freebsd.org Tue Dec 4 18:08:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10CDA1315164; Tue, 4 Dec 2018 18:08:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4DB086BE1; Tue, 4 Dec 2018 18:08:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E097BE6; Tue, 4 Dec 2018 18:08:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4I8Tx0069280; Tue, 4 Dec 2018 18:08:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4I8TCI069279; Tue, 4 Dec 2018 18:08:29 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041808.wB4I8TCI069279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 18:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486623 - head/databases/tcl-sqlite3 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/tcl-sqlite3 X-SVN-Commit-Revision: 486623 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C4DB086BE1 X-Spamd-Result: default: False [-0.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.32)[-0.323,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 18:08:31 -0000 Author: swills Date: Tue Dec 4 18:08:28 2018 New Revision: 486623 URL: https://svnweb.freebsd.org/changeset/ports/486623 Log: databases/tcl-sqlite3: Update to 3.26.0 PR: 233713 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/tcl-sqlite3/Makefile (contents, props changed) head/databases/tcl-sqlite3/distinfo (contents, props changed) Modified: head/databases/tcl-sqlite3/Makefile ============================================================================== --- head/databases/tcl-sqlite3/Makefile Tue Dec 4 18:02:14 2018 (r486622) +++ head/databases/tcl-sqlite3/Makefile Tue Dec 4 18:08:28 2018 (r486623) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.25.1 +PORTVERSION= 3.26.0 CATEGORIES= databases tcl MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/ PKGNAMEPREFIX= tcl- @@ -14,13 +14,13 @@ LICENSE= PD LIB_DEPENDS= libsqlite3.so:databases/sqlite3 +USES= pkgconfig tcl:tea +USE_LDCONFIG= yes + OPTIONS_DEFINE= EXAMPLES THREADS OPTIONS_DEFAULT= THREADS WRKSRC= ${WRKDIR}/${DISTNAME}/tea - -USES= pkgconfig tcl:tea -USE_LDCONFIG= yes CFLAGS+= `pkg-config --cflags sqlite3` LDFLAGS+= `pkg-config --libs sqlite3` Modified: head/databases/tcl-sqlite3/distinfo ============================================================================== --- head/databases/tcl-sqlite3/distinfo Tue Dec 4 18:02:14 2018 (r486622) +++ head/databases/tcl-sqlite3/distinfo Tue Dec 4 18:08:28 2018 (r486623) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537457415 -SHA256 (sqlite-autoconf-3250100.tar.gz) = 96ed46bd87f093073ca8afd613020def847009b611c89f397bc24bd932ec6fd1 -SIZE (sqlite-autoconf-3250100.tar.gz) = 2763831 +TIMESTAMP = 1543740958 +SHA256 (sqlite-autoconf-3260000.tar.gz) = 5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d +SIZE (sqlite-autoconf-3260000.tar.gz) = 2779667 From owner-svn-ports-all@freebsd.org Tue Dec 4 18:15:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55F121315924; Tue, 4 Dec 2018 18:15:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC99D87390; Tue, 4 Dec 2018 18:15:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD90FD77; Tue, 4 Dec 2018 18:15:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4IFVOp074175; Tue, 4 Dec 2018 18:15:31 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4IFVcv074173; Tue, 4 Dec 2018 18:15:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041815.wB4IFVcv074173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 18:15:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486624 - head/archivers/c-blosc X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/archivers/c-blosc X-SVN-Commit-Revision: 486624 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EC99D87390 X-Spamd-Result: default: False [-0.42 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.13)[0.128,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 18:15:32 -0000 Author: swills Date: Tue Dec 4 18:15:31 2018 New Revision: 486624 URL: https://svnweb.freebsd.org/changeset/ports/486624 Log: archivers/c-blosc: update to 1.15.0 PR: 233687 Submitted by: Iblis Lin (maintainer) Modified: head/archivers/c-blosc/Makefile (contents, props changed) head/archivers/c-blosc/distinfo (contents, props changed) Modified: head/archivers/c-blosc/Makefile ============================================================================== --- head/archivers/c-blosc/Makefile Tue Dec 4 18:08:28 2018 (r486623) +++ head/archivers/c-blosc/Makefile Tue Dec 4 18:15:31 2018 (r486624) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c-blosc -PORTVERSION= 1.14.4 +PORTVERSION= 1.15.0 DISTVERSIONPREFIX= v CATEGORIES= archivers devel Modified: head/archivers/c-blosc/distinfo ============================================================================== --- head/archivers/c-blosc/distinfo Tue Dec 4 18:08:28 2018 (r486623) +++ head/archivers/c-blosc/distinfo Tue Dec 4 18:15:31 2018 (r486624) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532962746 -SHA256 (Blosc-c-blosc-v1.14.4_GH0.tar.gz) = 42a85de871d142cdc89b607a90cceeb0eab60d995f6fae8d44aae397ab414002 -SIZE (Blosc-c-blosc-v1.14.4_GH0.tar.gz) = 785771 +TIMESTAMP = 1543666930 +SHA256 (Blosc-c-blosc-v1.15.0_GH0.tar.gz) = dbbb01f9fedcdf2c2ff73296353a9253f44ce9de89c081cbd8146170dce2ba8f +SIZE (Blosc-c-blosc-v1.15.0_GH0.tar.gz) = 825867 From owner-svn-ports-all@freebsd.org Tue Dec 4 18:20:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0837E1315B17; Tue, 4 Dec 2018 18:20:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A361887591; Tue, 4 Dec 2018 18:20:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8453CD89; Tue, 4 Dec 2018 18:20:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4IKb6j074554; Tue, 4 Dec 2018 18:20:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4IKbJS074552; Tue, 4 Dec 2018 18:20:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041820.wB4IKbJS074552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 18:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486625 - head/net/rsync-bpc X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/rsync-bpc X-SVN-Commit-Revision: 486625 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A361887591 X-Spamd-Result: default: False [-0.42 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.13)[0.128,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 18:20:38 -0000 Author: swills Date: Tue Dec 4 18:20:36 2018 New Revision: 486625 URL: https://svnweb.freebsd.org/changeset/ports/486625 Log: net/rsync-bpc: Update to 3.1.2.0 PR: 233710 Submitted by: Alexander Moisseev (maintainer) Modified: head/net/rsync-bpc/Makefile (contents, props changed) head/net/rsync-bpc/distinfo (contents, props changed) Modified: head/net/rsync-bpc/Makefile ============================================================================== --- head/net/rsync-bpc/Makefile Tue Dec 4 18:15:31 2018 (r486624) +++ head/net/rsync-bpc/Makefile Tue Dec 4 18:20:36 2018 (r486625) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rsync-bpc -DISTVERSION= 3.0.9.13 +DISTVERSION= 3.1.2.0 CATEGORIES= net MAINTAINER= moiseev@mezonplus.ru Modified: head/net/rsync-bpc/distinfo ============================================================================== --- head/net/rsync-bpc/distinfo Tue Dec 4 18:15:31 2018 (r486624) +++ head/net/rsync-bpc/distinfo Tue Dec 4 18:20:36 2018 (r486625) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543476472 -SHA256 (backuppc-rsync-bpc-3.0.9.13_GH0.tar.gz) = f881cd6dd659becdbcaa4ee301b33ba8ed3eb1f4e25c7af19df368fe826cfac6 -SIZE (backuppc-rsync-bpc-3.0.9.13_GH0.tar.gz) = 779417 +TIMESTAMP = 1543737036 +SHA256 (backuppc-rsync-bpc-3.1.2.0_GH0.tar.gz) = 40f2445f62bfeb78b5b44b9324c449cbbe251f0d58c0be913104b4258a6fa15e +SIZE (backuppc-rsync-bpc-3.1.2.0_GH0.tar.gz) = 860039 From owner-svn-ports-all@freebsd.org Tue Dec 4 18:22:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6899B1315DDB; Tue, 4 Dec 2018 18:22:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D7B669CFB; Tue, 4 Dec 2018 18:22:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E02CBF2A; Tue, 4 Dec 2018 18:22:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4IMZov079187; Tue, 4 Dec 2018 18:22:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4IMZw1079186; Tue, 4 Dec 2018 18:22:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041822.wB4IMZw1079186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 18:22:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486626 - head/deskutils/freeplane X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/deskutils/freeplane X-SVN-Commit-Revision: 486626 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0D7B669CFB X-Spamd-Result: default: False [-0.42 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.13)[0.128,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 18:22:36 -0000 Author: swills Date: Tue Dec 4 18:22:35 2018 New Revision: 486626 URL: https://svnweb.freebsd.org/changeset/ports/486626 Log: deskutils/freeplane: update to 1.7.3 PR: 233681 Submitted by: lbartoletti (maintainer) Modified: head/deskutils/freeplane/Makefile (contents, props changed) head/deskutils/freeplane/distinfo (contents, props changed) Modified: head/deskutils/freeplane/Makefile ============================================================================== --- head/deskutils/freeplane/Makefile Tue Dec 4 18:20:36 2018 (r486625) +++ head/deskutils/freeplane/Makefile Tue Dec 4 18:22:35 2018 (r486626) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeplane -DISTVERSION= 1.7.2 +DISTVERSION= 1.7.3 CATEGORIES= deskutils editors java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable DISTNAME= ${PORTNAME}_bin-${PORTVERSION} Modified: head/deskutils/freeplane/distinfo ============================================================================== --- head/deskutils/freeplane/distinfo Tue Dec 4 18:20:36 2018 (r486625) +++ head/deskutils/freeplane/distinfo Tue Dec 4 18:22:35 2018 (r486626) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543130791 -SHA256 (freeplane_bin-1.7.2.zip) = 37fd272765a4890622a56a612726c0a296dc6ac7036f46d7bc608e9979ce963c -SIZE (freeplane_bin-1.7.2.zip) = 34612803 +TIMESTAMP = 1543647431 +SHA256 (freeplane_bin-1.7.3.zip) = b95271854a59b5ce93b9bdfc4558e6e75a4cba606a97bfc20b422dccfdf0ce91 +SIZE (freeplane_bin-1.7.3.zip) = 34616824 From owner-svn-ports-all@freebsd.org Tue Dec 4 18:38:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6FC51316922; Tue, 4 Dec 2018 18:38:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D7306AE3F; Tue, 4 Dec 2018 18:38:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DFD4810D2; Tue, 4 Dec 2018 18:38:37 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4Icb0T085051; Tue, 4 Dec 2018 18:38:37 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4IcbxD085050; Tue, 4 Dec 2018 18:38:37 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812041838.wB4IcbxD085050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 4 Dec 2018 18:38:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486627 - head/multimedia/kodi-devel X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/multimedia/kodi-devel X-SVN-Commit-Revision: 486627 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0D7306AE3F X-Spamd-Result: default: False [-0.42 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.13)[0.128,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 18:38:39 -0000 Author: tobik Date: Tue Dec 4 18:38:37 2018 New Revision: 486627 URL: https://svnweb.freebsd.org/changeset/ports/486627 Log: multimedia/kodi-devel: Attempt to unbreak build on armv* pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/kodi-devel/work/stage/usr/local/%%SSE%%lib/kodi/system/libsse4-armv6-freebsd.so:No such file or directory Modified: head/multimedia/kodi-devel/Makefile Modified: head/multimedia/kodi-devel/Makefile ============================================================================== --- head/multimedia/kodi-devel/Makefile Tue Dec 4 18:22:35 2018 (r486626) +++ head/multimedia/kodi-devel/Makefile Tue Dec 4 18:38:37 2018 (r486627) @@ -77,14 +77,14 @@ KODIARCH_amd64= x86_64 PLIST_SUB= ARCH=${KODIARCH_${ARCH}:U${ARCH}} OPSYS=${OPSYS:tl} -OPTIONS_DEFINE= AVAHI CEC DBUS LIBBLURAY MYSQL NFS SMB UPNP VAAPI VDPAU WEBSERVER -OPTIONS_DEFINE_amd64= SSE -OPTIONS_DEFINE_i386= SSE +OPTIONS_DEFINE= AVAHI CEC DBUS LIBBLURAY MYSQL NFS SMB SSE UPNP VAAPI VDPAU WEBSERVER OPTIONS_DEFAULT= LIBBLURAY UPNP VAAPI VDPAU WEBSERVER X11 OPTIONS_DEFAULT_amd64= SSE OPTIONS_SINGLE= PLATFORM OPTIONS_SINGLE_PLATFORM= GBM RPI WAYLAND X11 OPTIONS_EXCLUDE_amd64= RPI +OPTIONS_EXCLUDE_armv6= SSE +OPTIONS_EXCLUDE_armv7= SSE OPTIONS_EXCLUDE_i386= RPI OPTIONS_SUB= yes From owner-svn-ports-all@freebsd.org Tue Dec 4 18:45:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D392B1316F85; Tue, 4 Dec 2018 18:45:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83D706B997; Tue, 4 Dec 2018 18:45:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64DD91286; Tue, 4 Dec 2018 18:45:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4IjMfW090780; Tue, 4 Dec 2018 18:45:22 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4IjLrB090777; Tue, 4 Dec 2018 18:45:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041845.wB4IjLrB090777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 18:45:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486628 - head/www/grafana5 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/grafana5 X-SVN-Commit-Revision: 486628 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 83D706B997 X-Spamd-Result: default: False [-0.06 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.35)[-0.351,0]; NEURAL_SPAM_LONG(0.09)[0.092,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.20)[0.195,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 18:45:23 -0000 Author: swills Date: Tue Dec 4 18:45:21 2018 New Revision: 486628 URL: https://svnweb.freebsd.org/changeset/ports/486628 Log: www/grafana5: update to 5.4.0 Modified: head/www/grafana5/Makefile (contents, props changed) head/www/grafana5/distinfo (contents, props changed) head/www/grafana5/pkg-plist (contents, props changed) Modified: head/www/grafana5/Makefile ============================================================================== --- head/www/grafana5/Makefile Tue Dec 4 18:38:37 2018 (r486627) +++ head/www/grafana5/Makefile Tue Dec 4 18:45:21 2018 (r486628) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grafana -PORTVERSION= 5.3.4 +PORTVERSION= 5.4.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES+= https://s3-us-west-2.amazonaws.com/grafana-releases/release/:public @@ -24,7 +24,7 @@ USE_RC_SUBR= grafana USE_GITHUB= yes GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} -TAG= 0bbac5c +TAG= 69c5191 GRAFANA_USER?= grafana GRAFANA_GROUP?= grafana Modified: head/www/grafana5/distinfo ============================================================================== --- head/www/grafana5/distinfo Tue Dec 4 18:38:37 2018 (r486627) +++ head/www/grafana5/distinfo Tue Dec 4 18:45:21 2018 (r486628) @@ -1,5 +1,5 @@ -TIMESTAMP = 1542329974 -SHA256 (grafana-5.3.4.linux-amd64.tar.gz) = 3bab82abf0b7abd2829e9f4f81296708755f752e88bda472a5c8406dad6d5619 -SIZE (grafana-5.3.4.linux-amd64.tar.gz) = 54609273 -SHA256 (grafana-grafana-v5.3.4_GH0.tar.gz) = ef25a5c05c461a40f586d9db555d68a2023b509d0f3c30be4877c7946c59471c -SIZE (grafana-grafana-v5.3.4_GH0.tar.gz) = 10771838 +TIMESTAMP = 1543948063 +SHA256 (grafana-5.4.0.linux-amd64.tar.gz) = f7312ae76a5f5ebadcb0465a69d3824af8facda41d32497a6969592a6dc1da1b +SIZE (grafana-5.4.0.linux-amd64.tar.gz) = 55200142 +SHA256 (grafana-grafana-v5.4.0_GH0.tar.gz) = 389c718741c4f052cc463ad8d0625c46463bea43fd702dfda7045c8eac67d867 +SIZE (grafana-grafana-v5.4.0_GH0.tar.gz) = 11129708 Modified: head/www/grafana5/pkg-plist ============================================================================== --- head/www/grafana5/pkg-plist Tue Dec 4 18:38:37 2018 (r486627) +++ head/www/grafana5/pkg-plist Tue Dec 4 18:45:21 2018 (r486628) @@ -2,12 +2,15 @@ bin/grafana-cli bin/grafana-server %%DATADIR%%/conf/defaults.ini %%DATADIR%%/public/app/app.ts +%%DATADIR%%/public/app/core/actions/appNotification.ts %%DATADIR%%/public/app/core/actions/index.ts %%DATADIR%%/public/app/core/actions/location.ts %%DATADIR%%/public/app/core/actions/navModel.ts %%DATADIR%%/public/app/core/angular_wrappers.ts %%DATADIR%%/public/app/core/app_events.ts %%DATADIR%%/public/app/core/components/Animations/SlideDown.tsx +%%DATADIR%%/public/app/core/components/AppNotifications/AppNotificationItem.tsx +%%DATADIR%%/public/app/core/components/AppNotifications/AppNotificationList.tsx %%DATADIR%%/public/app/core/components/CustomScrollbar/CustomScrollbar.test.tsx %%DATADIR%%/public/app/core/components/CustomScrollbar/CustomScrollbar.tsx %%DATADIR%%/public/app/core/components/CustomScrollbar/__snapshots__/CustomScrollbar.test.tsx.snap @@ -16,10 +19,14 @@ bin/grafana-server %%DATADIR%%/public/app/core/components/EmptyListCTA/EmptyListCTA.test.tsx %%DATADIR%%/public/app/core/components/EmptyListCTA/EmptyListCTA.tsx %%DATADIR%%/public/app/core/components/EmptyListCTA/__snapshots__/EmptyListCTA.test.tsx.snap -%%DATADIR%%/public/app/core/components/Forms/Forms.tsx +%%DATADIR%%/public/app/core/components/Label/Label.tsx %%DATADIR%%/public/app/core/components/LayoutSelector/LayoutSelector.tsx +%%DATADIR%%/public/app/core/components/OrgActionBar/OrgActionBar.test.tsx +%%DATADIR%%/public/app/core/components/OrgActionBar/OrgActionBar.tsx +%%DATADIR%%/public/app/core/components/OrgActionBar/__snapshots__/OrgActionBar.test.tsx.snap %%DATADIR%%/public/app/core/components/PageHeader/PageHeader.test.tsx %%DATADIR%%/public/app/core/components/PageHeader/PageHeader.tsx +%%DATADIR%%/public/app/core/components/PageLoader/PageLoader.tsx %%DATADIR%%/public/app/core/components/PasswordStrength.tsx %%DATADIR%%/public/app/core/components/PermissionList/AddPermission.tsx %%DATADIR%%/public/app/core/components/PermissionList/DisabledPermissionListItem.tsx @@ -28,8 +35,12 @@ bin/grafana-server %%DATADIR%%/public/app/core/components/PermissionList/PermissionsInfo.tsx %%DATADIR%%/public/app/core/components/Picker/DescriptionOption.tsx %%DATADIR%%/public/app/core/components/Picker/DescriptionPicker.tsx +%%DATADIR%%/public/app/core/components/Picker/IndicatorsContainer.tsx +%%DATADIR%%/public/app/core/components/Picker/NoOptionsMessage.tsx %%DATADIR%%/public/app/core/components/Picker/PickerOption.test.tsx %%DATADIR%%/public/app/core/components/Picker/PickerOption.tsx +%%DATADIR%%/public/app/core/components/Picker/ResetStyles.tsx +%%DATADIR%%/public/app/core/components/Picker/SimplePicker.tsx %%DATADIR%%/public/app/core/components/Picker/TeamPicker.test.tsx %%DATADIR%%/public/app/core/components/Picker/TeamPicker.tsx %%DATADIR%%/public/app/core/components/Picker/UserPicker.test.tsx @@ -38,6 +49,8 @@ bin/grafana-server %%DATADIR%%/public/app/core/components/Picker/__snapshots__/TeamPicker.test.tsx.snap %%DATADIR%%/public/app/core/components/Picker/__snapshots__/UserPicker.test.tsx.snap %%DATADIR%%/public/app/core/components/ScrollBar/ScrollBar.tsx +%%DATADIR%%/public/app/core/components/SharedPreferences/SharedPreferences.tsx +%%DATADIR%%/public/app/core/components/Switch/Switch.tsx %%DATADIR%%/public/app/core/components/TagFilter/TagBadge.tsx %%DATADIR%%/public/app/core/components/TagFilter/TagFilter.tsx %%DATADIR%%/public/app/core/components/TagFilter/TagOption.tsx @@ -55,12 +68,12 @@ bin/grafana-server %%DATADIR%%/public/app/core/components/colorpicker/ColorPicker.tsx %%DATADIR%%/public/app/core/components/colorpicker/ColorPickerPopover.tsx %%DATADIR%%/public/app/core/components/colorpicker/SeriesColorPicker.tsx +%%DATADIR%%/public/app/core/components/colorpicker/SeriesColorPickerPopover.tsx %%DATADIR%%/public/app/core/components/colorpicker/SpectrumPicker.tsx %%DATADIR%%/public/app/core/components/colorpicker/spectrum_picker.ts %%DATADIR%%/public/app/core/components/dashboard_selector.ts %%DATADIR%%/public/app/core/components/form_dropdown/form_dropdown.ts %%DATADIR%%/public/app/core/components/gf_page.ts -%%DATADIR%%/public/app/core/components/grafana_app.ts %%DATADIR%%/public/app/core/components/help/help.html %%DATADIR%%/public/app/core/components/help/help.ts %%DATADIR%%/public/app/core/components/info_popover.ts @@ -119,6 +132,7 @@ bin/grafana-server %%DATADIR%%/public/app/core/controllers/login_ctrl.ts %%DATADIR%%/public/app/core/controllers/reset_password_ctrl.ts %%DATADIR%%/public/app/core/controllers/signup_ctrl.ts +%%DATADIR%%/public/app/core/copy/appNotification.ts %%DATADIR%%/public/app/core/core.ts %%DATADIR%%/public/app/core/core_module.ts %%DATADIR%%/public/app/core/directives/array_join.ts @@ -141,12 +155,15 @@ bin/grafana-server %%DATADIR%%/public/app/core/nav_model_srv.ts %%DATADIR%%/public/app/core/partials.ts %%DATADIR%%/public/app/core/profiler.ts +%%DATADIR%%/public/app/core/reducers/appNotification.test.ts +%%DATADIR%%/public/app/core/reducers/appNotification.ts %%DATADIR%%/public/app/core/reducers/index.ts %%DATADIR%%/public/app/core/reducers/location.ts %%DATADIR%%/public/app/core/reducers/navModel.ts %%DATADIR%%/public/app/core/reducers/processsAclItems.ts %%DATADIR%%/public/app/core/selectors/location.ts %%DATADIR%%/public/app/core/selectors/navModel.ts +%%DATADIR%%/public/app/core/services/AngularLoader.ts %%DATADIR%%/public/app/core/services/alert_srv.ts %%DATADIR%%/public/app/core/services/all.ts %%DATADIR%%/public/app/core/services/analytics.ts @@ -172,6 +189,7 @@ bin/grafana-server %%DATADIR%%/public/app/core/specs/flatten.test.ts %%DATADIR%%/public/app/core/specs/kbn.test.ts %%DATADIR%%/public/app/core/specs/location_util.test.ts +%%DATADIR%%/public/app/core/specs/logs_model.test.ts %%DATADIR%%/public/app/core/specs/manage_dashboards.test.ts %%DATADIR%%/public/app/core/specs/org_switcher.test.ts %%DATADIR%%/public/app/core/specs/rangeutil.test.ts @@ -189,6 +207,7 @@ bin/grafana-server %%DATADIR%%/public/app/core/time_series2.ts %%DATADIR%%/public/app/core/utils/acl.ts %%DATADIR%%/public/app/core/utils/colors.ts +%%DATADIR%%/public/app/core/utils/connectWithReduxStore.tsx %%DATADIR%%/public/app/core/utils/css_loader.ts %%DATADIR%%/public/app/core/utils/dag.test.ts %%DATADIR%%/public/app/core/utils/dag.ts @@ -206,6 +225,8 @@ bin/grafana-server %%DATADIR%%/public/app/core/utils/react2angular.ts %%DATADIR%%/public/app/core/utils/sort_by_keys.ts %%DATADIR%%/public/app/core/utils/tags.ts +%%DATADIR%%/public/app/core/utils/text.test.ts +%%DATADIR%%/public/app/core/utils/text.ts %%DATADIR%%/public/app/core/utils/ticks.ts %%DATADIR%%/public/app/core/utils/url.ts %%DATADIR%%/public/app/core/utils/version.ts @@ -291,9 +312,16 @@ bin/grafana-server %%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardGridDirective.ts %%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardPanel.tsx %%DATADIR%%/public/app/features/dashboard/dashgrid/DashboardRow.tsx -%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelContainer.ts +%%DATADIR%%/public/app/features/dashboard/dashgrid/DataPanel.tsx +%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelChrome.tsx +%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelEditor.tsx +%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeader.tsx +%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenu.tsx +%%DATADIR%%/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenuItem.tsx %%DATADIR%%/public/app/features/dashboard/dashgrid/PanelLoader.ts +%%DATADIR%%/public/app/features/dashboard/dashgrid/QueriesTab.tsx %%DATADIR%%/public/app/features/dashboard/dashgrid/RowOptions.ts +%%DATADIR%%/public/app/features/dashboard/dashgrid/VizTypePicker.tsx %%DATADIR%%/public/app/features/dashboard/dashlinks/editor.html %%DATADIR%%/public/app/features/dashboard/dashlinks/editor.ts %%DATADIR%%/public/app/features/dashboard/dashlinks/module.ts @@ -366,35 +394,47 @@ bin/grafana-server %%DATADIR%%/public/app/features/dashboard/unsaved_changes_modal.ts %%DATADIR%%/public/app/features/dashboard/unsaved_changes_srv.ts %%DATADIR%%/public/app/features/dashboard/upload.ts +%%DATADIR%%/public/app/features/dashboard/utils/getPanelMenu.ts +%%DATADIR%%/public/app/features/dashboard/utils/panel.ts %%DATADIR%%/public/app/features/dashboard/validation_srv.ts %%DATADIR%%/public/app/features/dashboard/view_state_srv.ts +%%DATADIR%%/public/app/features/datasources/DashboardsTable.test.tsx +%%DATADIR%%/public/app/features/datasources/DashboardsTable.tsx +%%DATADIR%%/public/app/features/datasources/DataSourceDashboards.test.tsx +%%DATADIR%%/public/app/features/datasources/DataSourceDashboards.tsx %%DATADIR%%/public/app/features/datasources/DataSourceList.test.tsx -%%DATADIR%%/public/app/features/datasources/DataSourcesActionBar.test.tsx -%%DATADIR%%/public/app/features/datasources/DataSourcesActionBar.tsx +%%DATADIR%%/public/app/features/datasources/DataSourceSettings.tsx %%DATADIR%%/public/app/features/datasources/DataSourcesList.tsx %%DATADIR%%/public/app/features/datasources/DataSourcesListItem.test.tsx %%DATADIR%%/public/app/features/datasources/DataSourcesListItem.tsx %%DATADIR%%/public/app/features/datasources/DataSourcesListPage.test.tsx %%DATADIR%%/public/app/features/datasources/DataSourcesListPage.tsx +%%DATADIR%%/public/app/features/datasources/NewDataSourcePage.tsx %%DATADIR%%/public/app/features/datasources/__mocks__/dataSourcesMocks.ts +%%DATADIR%%/public/app/features/datasources/__snapshots__/DashboardsTable.test.tsx.snap +%%DATADIR%%/public/app/features/datasources/__snapshots__/DataSourceDashboards.test.tsx.snap %%DATADIR%%/public/app/features/datasources/__snapshots__/DataSourceList.test.tsx.snap -%%DATADIR%%/public/app/features/datasources/__snapshots__/DataSourcesActionBar.test.tsx.snap %%DATADIR%%/public/app/features/datasources/__snapshots__/DataSourcesListItem.test.tsx.snap %%DATADIR%%/public/app/features/datasources/__snapshots__/DataSourcesListPage.test.tsx.snap +%%DATADIR%%/public/app/features/datasources/state/actions.test.ts %%DATADIR%%/public/app/features/datasources/state/actions.ts +%%DATADIR%%/public/app/features/datasources/state/navModel.ts %%DATADIR%%/public/app/features/datasources/state/reducers.ts %%DATADIR%%/public/app/features/datasources/state/selectors.ts %%DATADIR%%/public/app/features/explore/ElapsedTime.tsx +%%DATADIR%%/public/app/features/explore/ErrorBoundary.tsx %%DATADIR%%/public/app/features/explore/Explore.tsx %%DATADIR%%/public/app/features/explore/Graph.test.tsx %%DATADIR%%/public/app/features/explore/Graph.tsx %%DATADIR%%/public/app/features/explore/JSONViewer.tsx %%DATADIR%%/public/app/features/explore/Legend.tsx %%DATADIR%%/public/app/features/explore/Logs.tsx -%%DATADIR%%/public/app/features/explore/PromQueryField.test.tsx -%%DATADIR%%/public/app/features/explore/PromQueryField.tsx +%%DATADIR%%/public/app/features/explore/Panel.tsx +%%DATADIR%%/public/app/features/explore/PlaceholdersBuffer.test.ts +%%DATADIR%%/public/app/features/explore/PlaceholdersBuffer.ts %%DATADIR%%/public/app/features/explore/QueryField.tsx %%DATADIR%%/public/app/features/explore/QueryRows.tsx +%%DATADIR%%/public/app/features/explore/QueryTransactionStatus.tsx %%DATADIR%%/public/app/features/explore/Table.tsx %%DATADIR%%/public/app/features/explore/TimePicker.test.tsx %%DATADIR%%/public/app/features/explore/TimePicker.tsx @@ -408,12 +448,9 @@ bin/grafana-server %%DATADIR%%/public/app/features/explore/slate-plugins/clear.test.ts %%DATADIR%%/public/app/features/explore/slate-plugins/clear.ts %%DATADIR%%/public/app/features/explore/slate-plugins/newline.ts -%%DATADIR%%/public/app/features/explore/slate-plugins/prism/promql.ts %%DATADIR%%/public/app/features/explore/slate-plugins/runner.ts %%DATADIR%%/public/app/features/explore/utils/debounce.ts %%DATADIR%%/public/app/features/explore/utils/dom.ts -%%DATADIR%%/public/app/features/explore/utils/prometheus.test.ts -%%DATADIR%%/public/app/features/explore/utils/prometheus.ts %%DATADIR%%/public/app/features/explore/utils/query.ts %%DATADIR%%/public/app/features/folders/FolderPermissions.tsx %%DATADIR%%/public/app/features/folders/FolderSettingsPage.test.tsx @@ -428,24 +465,21 @@ bin/grafana-server %%DATADIR%%/public/app/features/manage-dashboards/index.ts %%DATADIR%%/public/app/features/manage-dashboards/partials/dashboard_list.html %%DATADIR%%/public/app/features/manage-dashboards/partials/snapshot_list.html +%%DATADIR%%/public/app/features/org/NewOrgCtrl.ts +%%DATADIR%%/public/app/features/org/OrgDetailsPage.test.tsx +%%DATADIR%%/public/app/features/org/OrgDetailsPage.tsx +%%DATADIR%%/public/app/features/org/OrgProfile.test.tsx +%%DATADIR%%/public/app/features/org/OrgProfile.tsx +%%DATADIR%%/public/app/features/org/SelectOrgCtrl.ts +%%DATADIR%%/public/app/features/org/UserInviteCtrl.ts +%%DATADIR%%/public/app/features/org/__snapshots__/OrgDetailsPage.test.tsx.snap +%%DATADIR%%/public/app/features/org/__snapshots__/OrgProfile.test.tsx.snap %%DATADIR%%/public/app/features/org/all.ts -%%DATADIR%%/public/app/features/org/change_password_ctrl.ts -%%DATADIR%%/public/app/features/org/create_team_ctrl.ts -%%DATADIR%%/public/app/features/org/new_org_ctrl.ts -%%DATADIR%%/public/app/features/org/org_details_ctrl.ts -%%DATADIR%%/public/app/features/org/org_users_ctrl.ts -%%DATADIR%%/public/app/features/org/partials/change_password.html -%%DATADIR%%/public/app/features/org/partials/create_team.html %%DATADIR%%/public/app/features/org/partials/invite.html %%DATADIR%%/public/app/features/org/partials/newOrg.html -%%DATADIR%%/public/app/features/org/partials/orgDetails.html -%%DATADIR%%/public/app/features/org/partials/orgUsers.html -%%DATADIR%%/public/app/features/org/partials/profile.html %%DATADIR%%/public/app/features/org/partials/select_org.html -%%DATADIR%%/public/app/features/org/prefs_control.ts -%%DATADIR%%/public/app/features/org/profile_ctrl.ts -%%DATADIR%%/public/app/features/org/select_org_ctrl.ts -%%DATADIR%%/public/app/features/org/user_invite_ctrl.ts +%%DATADIR%%/public/app/features/org/state/actions.ts +%%DATADIR%%/public/app/features/org/state/reducers.ts %%DATADIR%%/public/app/features/panel/all.ts %%DATADIR%%/public/app/features/panel/metrics_panel_ctrl.ts %%DATADIR%%/public/app/features/panel/metrics_tab.ts @@ -462,6 +496,7 @@ bin/grafana-server %%DATADIR%%/public/app/features/panel/query_troubleshooter.ts %%DATADIR%%/public/app/features/panel/solo_panel_ctrl.ts %%DATADIR%%/public/app/features/panel/specs/metrics_panel_ctrl.test.ts +%%DATADIR%%/public/app/features/panel/viz_tab.ts %%DATADIR%%/public/app/features/playlist/all.ts %%DATADIR%%/public/app/features/playlist/partials/playlist.html %%DATADIR%%/public/app/features/playlist/partials/playlist_search.html @@ -472,16 +507,14 @@ bin/grafana-server %%DATADIR%%/public/app/features/playlist/playlist_srv.ts %%DATADIR%%/public/app/features/playlist/playlists_ctrl.ts %%DATADIR%%/public/app/features/playlist/specs/playlist_edit_ctrl.test.ts -%%DATADIR%%/public/app/features/plugins/PluginActionBar.test.tsx -%%DATADIR%%/public/app/features/plugins/PluginActionBar.tsx %%DATADIR%%/public/app/features/plugins/PluginList.test.tsx %%DATADIR%%/public/app/features/plugins/PluginList.tsx %%DATADIR%%/public/app/features/plugins/PluginListItem.test.tsx %%DATADIR%%/public/app/features/plugins/PluginListItem.tsx %%DATADIR%%/public/app/features/plugins/PluginListPage.test.tsx %%DATADIR%%/public/app/features/plugins/PluginListPage.tsx +%%DATADIR%%/public/app/features/plugins/VariableQueryComponentLoader.tsx %%DATADIR%%/public/app/features/plugins/__mocks__/pluginMocks.ts -%%DATADIR%%/public/app/features/plugins/__snapshots__/PluginActionBar.test.tsx.snap %%DATADIR%%/public/app/features/plugins/__snapshots__/PluginList.test.tsx.snap %%DATADIR%%/public/app/features/plugins/__snapshots__/PluginListItem.test.tsx.snap %%DATADIR%%/public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap @@ -492,7 +525,6 @@ bin/grafana-server %%DATADIR%%/public/app/features/plugins/ds_edit_ctrl.ts %%DATADIR%%/public/app/features/plugins/import_list/import_list.html %%DATADIR%%/public/app/features/plugins/import_list/import_list.ts -%%DATADIR%%/public/app/features/plugins/partials/ds_dashboards.html %%DATADIR%%/public/app/features/plugins/partials/ds_edit.html %%DATADIR%%/public/app/features/plugins/partials/ds_http_settings.html %%DATADIR%%/public/app/features/plugins/partials/plugin_edit.html @@ -508,6 +540,13 @@ bin/grafana-server %%DATADIR%%/public/app/features/plugins/state/reducers.ts %%DATADIR%%/public/app/features/plugins/state/selectors.test.ts %%DATADIR%%/public/app/features/plugins/state/selectors.ts +%%DATADIR%%/public/app/features/profile/ChangePasswordCtrl.ts +%%DATADIR%%/public/app/features/profile/PrefControlCtrl.ts +%%DATADIR%%/public/app/features/profile/ProfileCtrl.ts +%%DATADIR%%/public/app/features/profile/all.ts +%%DATADIR%%/public/app/features/profile/partials/change_password.html +%%DATADIR%%/public/app/features/profile/partials/profile.html +%%DATADIR%%/public/app/features/teams/CreateTeamCtrl.ts %%DATADIR%%/public/app/features/teams/TeamGroupSync.test.tsx %%DATADIR%%/public/app/features/teams/TeamGroupSync.tsx %%DATADIR%%/public/app/features/teams/TeamList.test.tsx @@ -525,12 +564,14 @@ bin/grafana-server %%DATADIR%%/public/app/features/teams/__snapshots__/TeamMembers.test.tsx.snap %%DATADIR%%/public/app/features/teams/__snapshots__/TeamPages.test.tsx.snap %%DATADIR%%/public/app/features/teams/__snapshots__/TeamSettings.test.tsx.snap +%%DATADIR%%/public/app/features/teams/partials/create_team.html %%DATADIR%%/public/app/features/teams/state/actions.ts %%DATADIR%%/public/app/features/teams/state/navModel.ts %%DATADIR%%/public/app/features/teams/state/reducers.test.ts %%DATADIR%%/public/app/features/teams/state/reducers.ts %%DATADIR%%/public/app/features/teams/state/selectors.test.ts %%DATADIR%%/public/app/features/teams/state/selectors.ts +%%DATADIR%%/public/app/features/templating/DefaultVariableQueryEditor.tsx %%DATADIR%%/public/app/features/templating/TextBoxVariable.ts %%DATADIR%%/public/app/features/templating/adhoc_variable.ts %%DATADIR%%/public/app/features/templating/all.ts @@ -551,6 +592,22 @@ bin/grafana-server %%DATADIR%%/public/app/features/templating/template_srv.ts %%DATADIR%%/public/app/features/templating/variable.ts %%DATADIR%%/public/app/features/templating/variable_srv.ts +%%DATADIR%%/public/app/features/users/InviteesTable.test.tsx +%%DATADIR%%/public/app/features/users/InviteesTable.tsx +%%DATADIR%%/public/app/features/users/UsersActionBar.test.tsx +%%DATADIR%%/public/app/features/users/UsersActionBar.tsx +%%DATADIR%%/public/app/features/users/UsersListPage.test.tsx +%%DATADIR%%/public/app/features/users/UsersListPage.tsx +%%DATADIR%%/public/app/features/users/UsersTable.test.tsx +%%DATADIR%%/public/app/features/users/UsersTable.tsx +%%DATADIR%%/public/app/features/users/__mocks__/userMocks.ts +%%DATADIR%%/public/app/features/users/__snapshots__/InviteesTable.test.tsx.snap +%%DATADIR%%/public/app/features/users/__snapshots__/UsersActionBar.test.tsx.snap +%%DATADIR%%/public/app/features/users/__snapshots__/UsersListPage.test.tsx.snap +%%DATADIR%%/public/app/features/users/__snapshots__/UsersTable.test.tsx.snap +%%DATADIR%%/public/app/features/users/state/actions.ts +%%DATADIR%%/public/app/features/users/state/reducers.ts +%%DATADIR%%/public/app/features/users/state/selectors.ts %%DATADIR%%/public/app/index.ts %%DATADIR%%/public/app/partials/confirm_modal.html %%DATADIR%%/public/app/partials/dashboard.html @@ -659,9 +716,14 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/datasource/influxdb/specs/query_part.test.ts %%DATADIR%%/public/app/plugins/datasource/influxdb/specs/response_parser.test.ts %%DATADIR%%/public/app/plugins/datasource/logging/README.md +%%DATADIR%%/public/app/plugins/datasource/logging/components/LoggingCheatSheet.tsx +%%DATADIR%%/public/app/plugins/datasource/logging/components/LoggingQueryField.tsx +%%DATADIR%%/public/app/plugins/datasource/logging/components/LoggingStartPage.tsx %%DATADIR%%/public/app/plugins/datasource/logging/datasource.test.ts %%DATADIR%%/public/app/plugins/datasource/logging/datasource.ts %%DATADIR%%/public/app/plugins/datasource/logging/img/grafana_icon.svg +%%DATADIR%%/public/app/plugins/datasource/logging/language_provider.test.ts +%%DATADIR%%/public/app/plugins/datasource/logging/language_provider.ts %%DATADIR%%/public/app/plugins/datasource/logging/module.ts %%DATADIR%%/public/app/plugins/datasource/logging/partials/config.html %%DATADIR%%/public/app/plugins/datasource/logging/plugin.json @@ -672,6 +734,7 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/datasource/mixed/module.ts %%DATADIR%%/public/app/plugins/datasource/mixed/plugin.json %%DATADIR%%/public/app/plugins/datasource/mssql/README.md +%%DATADIR%%/public/app/plugins/datasource/mssql/config_ctrl.ts %%DATADIR%%/public/app/plugins/datasource/mssql/datasource.ts %%DATADIR%%/public/app/plugins/datasource/mssql/img/sql_server_logo.svg %%DATADIR%%/public/app/plugins/datasource/mssql/module.ts @@ -685,7 +748,9 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/datasource/mysql/README.md %%DATADIR%%/public/app/plugins/datasource/mysql/datasource.ts %%DATADIR%%/public/app/plugins/datasource/mysql/img/mysql_logo.svg +%%DATADIR%%/public/app/plugins/datasource/mysql/meta_query.ts %%DATADIR%%/public/app/plugins/datasource/mysql/module.ts +%%DATADIR%%/public/app/plugins/datasource/mysql/mysql_query.ts %%DATADIR%%/public/app/plugins/datasource/mysql/partials/annotations.editor.html %%DATADIR%%/public/app/plugins/datasource/mysql/partials/config.html %%DATADIR%%/public/app/plugins/datasource/mysql/partials/query.editor.html @@ -693,6 +758,7 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/datasource/mysql/query_ctrl.ts %%DATADIR%%/public/app/plugins/datasource/mysql/response_parser.ts %%DATADIR%%/public/app/plugins/datasource/mysql/specs/datasource.test.ts +%%DATADIR%%/public/app/plugins/datasource/mysql/sql_part.ts %%DATADIR%%/public/app/plugins/datasource/opentsdb/README.md %%DATADIR%%/public/app/plugins/datasource/opentsdb/config_ctrl.ts %%DATADIR%%/public/app/plugins/datasource/opentsdb/datasource.d.ts @@ -726,12 +792,18 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/datasource/prometheus/README.md %%DATADIR%%/public/app/plugins/datasource/prometheus/add_label_to_query.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/completer.ts +%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromCheatSheet.tsx +%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromQueryField.test.tsx +%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromQueryField.tsx +%%DATADIR%%/public/app/plugins/datasource/prometheus/components/PromStart.tsx %%DATADIR%%/public/app/plugins/datasource/prometheus/config_ctrl.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/dashboards/grafana_stats.json %%DATADIR%%/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json %%DATADIR%%/public/app/plugins/datasource/prometheus/dashboards/prometheus_stats.json %%DATADIR%%/public/app/plugins/datasource/prometheus/datasource.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/img/prometheus_logo.svg +%%DATADIR%%/public/app/plugins/datasource/prometheus/language_provider.ts +%%DATADIR%%/public/app/plugins/datasource/prometheus/language_utils.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/metric_find_query.d.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/metric_find_query.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/mode-prometheus.js @@ -740,20 +812,31 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/datasource/prometheus/partials/config.html %%DATADIR%%/public/app/plugins/datasource/prometheus/partials/query.editor.html %%DATADIR%%/public/app/plugins/datasource/prometheus/plugin.json +%%DATADIR%%/public/app/plugins/datasource/prometheus/promql.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/query_ctrl.ts +%%DATADIR%%/public/app/plugins/datasource/prometheus/query_hints.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/result_transformer.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/snippets/prometheus.js %%DATADIR%%/public/app/plugins/datasource/prometheus/specs/add_label_to_query.test.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/specs/completer.test.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/specs/datasource.test.ts +%%DATADIR%%/public/app/plugins/datasource/prometheus/specs/language_provider.test.ts +%%DATADIR%%/public/app/plugins/datasource/prometheus/specs/language_utils.test.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/specs/metric_find_query.test.ts +%%DATADIR%%/public/app/plugins/datasource/prometheus/specs/query_hints.test.ts %%DATADIR%%/public/app/plugins/datasource/prometheus/specs/result_transformer.test.ts %%DATADIR%%/public/app/plugins/datasource/stackdriver/README.md +%%DATADIR%%/public/app/plugins/datasource/stackdriver/StackdriverMetricFindQuery.ts %%DATADIR%%/public/app/plugins/datasource/stackdriver/annotations_query_ctrl.ts +%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/SimpleSelect.tsx +%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.test.tsx +%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.tsx +%%DATADIR%%/public/app/plugins/datasource/stackdriver/components/__snapshots__/VariableQueryEditor.test.tsx.snap %%DATADIR%%/public/app/plugins/datasource/stackdriver/config_ctrl.ts %%DATADIR%%/public/app/plugins/datasource/stackdriver/constants.ts %%DATADIR%%/public/app/plugins/datasource/stackdriver/datasource.ts %%DATADIR%%/public/app/plugins/datasource/stackdriver/filter_segments.ts +%%DATADIR%%/public/app/plugins/datasource/stackdriver/functions.ts %%DATADIR%%/public/app/plugins/datasource/stackdriver/img/stackdriver_logo.png %%DATADIR%%/public/app/plugins/datasource/stackdriver/module.ts %%DATADIR%%/public/app/plugins/datasource/stackdriver/partials/annotations.editor.html @@ -769,6 +852,7 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/datasource/stackdriver/specs/query_aggregation_ctrl.test.ts %%DATADIR%%/public/app/plugins/datasource/stackdriver/specs/query_filter_ctrl.test.ts %%DATADIR%%/public/app/plugins/datasource/stackdriver/specs/testData.ts +%%DATADIR%%/public/app/plugins/datasource/stackdriver/types.ts %%DATADIR%%/public/app/plugins/datasource/testdata/datasource.ts %%DATADIR%%/public/app/plugins/datasource/testdata/module.ts %%DATADIR%%/public/app/plugins/datasource/testdata/partials/query.editor.html @@ -786,12 +870,16 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/panel/dashlist/module.html %%DATADIR%%/public/app/plugins/panel/dashlist/module.ts %%DATADIR%%/public/app/plugins/panel/dashlist/plugin.json +%%DATADIR%%/public/app/plugins/panel/gauge/module.tsx +%%DATADIR%%/public/app/plugins/panel/gauge/plugin.json %%DATADIR%%/public/app/plugins/panel/gettingstarted/README.md %%DATADIR%%/public/app/plugins/panel/gettingstarted/editor.html %%DATADIR%%/public/app/plugins/panel/gettingstarted/img/icn-dashlist-panel.svg %%DATADIR%%/public/app/plugins/panel/gettingstarted/module.html %%DATADIR%%/public/app/plugins/panel/gettingstarted/module.ts %%DATADIR%%/public/app/plugins/panel/gettingstarted/plugin.json +%%DATADIR%%/public/app/plugins/panel/graph/Legend/Legend.tsx +%%DATADIR%%/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx %%DATADIR%%/public/app/plugins/panel/graph/README.md %%DATADIR%%/public/app/plugins/panel/graph/align_yaxes.ts %%DATADIR%%/public/app/plugins/panel/graph/axes_editor.html @@ -803,7 +891,6 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/panel/graph/histogram.ts %%DATADIR%%/public/app/plugins/panel/graph/img/icn-graph-panel.svg %%DATADIR%%/public/app/plugins/panel/graph/jquery.flot.events.ts -%%DATADIR%%/public/app/plugins/panel/graph/legend.ts %%DATADIR%%/public/app/plugins/panel/graph/module.ts %%DATADIR%%/public/app/plugins/panel/graph/plugin.json %%DATADIR%%/public/app/plugins/panel/graph/series_overrides_ctrl.ts @@ -815,11 +902,20 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/panel/graph/specs/histogram.test.ts %%DATADIR%%/public/app/plugins/panel/graph/specs/series_override_ctrl.test.ts %%DATADIR%%/public/app/plugins/panel/graph/specs/threshold_manager.test.ts +%%DATADIR%%/public/app/plugins/panel/graph/specs/time_region_manager.test.ts %%DATADIR%%/public/app/plugins/panel/graph/tab_display.html %%DATADIR%%/public/app/plugins/panel/graph/tab_legend.html %%DATADIR%%/public/app/plugins/panel/graph/template.ts %%DATADIR%%/public/app/plugins/panel/graph/threshold_manager.ts +%%DATADIR%%/public/app/plugins/panel/graph/thresholds_form.html %%DATADIR%%/public/app/plugins/panel/graph/thresholds_form.ts +%%DATADIR%%/public/app/plugins/panel/graph/time_region_manager.ts +%%DATADIR%%/public/app/plugins/panel/graph/time_regions_form.html +%%DATADIR%%/public/app/plugins/panel/graph/time_regions_form.ts +%%DATADIR%%/public/app/plugins/panel/graph2/README.md +%%DATADIR%%/public/app/plugins/panel/graph2/img/icn-text-panel.svg +%%DATADIR%%/public/app/plugins/panel/graph2/module.tsx +%%DATADIR%%/public/app/plugins/panel/graph2/plugin.json %%DATADIR%%/public/app/plugins/panel/heatmap/README.md %%DATADIR%%/public/app/plugins/panel/heatmap/axes_editor.ts %%DATADIR%%/public/app/plugins/panel/heatmap/color_legend.ts @@ -871,16 +967,23 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/panel/text/module.html %%DATADIR%%/public/app/plugins/panel/text/module.ts %%DATADIR%%/public/app/plugins/panel/text/plugin.json +%%DATADIR%%/public/app/plugins/panel/text2/README.md +%%DATADIR%%/public/app/plugins/panel/text2/img/icn-graph-panel.svg +%%DATADIR%%/public/app/plugins/panel/text2/module.tsx +%%DATADIR%%/public/app/plugins/panel/text2/plugin.json %%DATADIR%%/public/app/plugins/panel/unknown/module.html %%DATADIR%%/public/app/plugins/panel/unknown/module.ts %%DATADIR%%/public/app/plugins/sdk.ts +%%DATADIR%%/public/app/routes/GrafanaCtrl.ts %%DATADIR%%/public/app/routes/ReactContainer.tsx %%DATADIR%%/public/app/routes/dashboard_loaders.ts +%%DATADIR%%/public/app/routes/registry.ts %%DATADIR%%/public/app/routes/routes.ts %%DATADIR%%/public/app/store/configureStore.ts %%DATADIR%%/public/app/types/acl.ts %%DATADIR%%/public/app/types/alerting.ts %%DATADIR%%/public/app/types/apiKeys.ts +%%DATADIR%%/public/app/types/appNotifications.ts %%DATADIR%%/public/app/types/dashboard.ts %%DATADIR%%/public/app/types/datasources.ts %%DATADIR%%/public/app/types/explore.ts @@ -888,25 +991,29 @@ bin/grafana-server %%DATADIR%%/public/app/types/index.ts %%DATADIR%%/public/app/types/location.ts %%DATADIR%%/public/app/types/navModel.ts +%%DATADIR%%/public/app/types/organization.ts +%%DATADIR%%/public/app/types/panel.ts %%DATADIR%%/public/app/types/plugins.ts +%%DATADIR%%/public/app/types/search.ts +%%DATADIR%%/public/app/types/series.ts %%DATADIR%%/public/app/types/teams.ts %%DATADIR%%/public/app/types/user.ts -%%DATADIR%%/public/build/1.d1f313cb0bbe86ea2d5f.js -%%DATADIR%%/public/build/1.d1f313cb0bbe86ea2d5f.js.map -%%DATADIR%%/public/build/5.d1f313cb0bbe86ea2d5f.js -%%DATADIR%%/public/build/5.d1f313cb0bbe86ea2d5f.js.map -%%DATADIR%%/public/build/app.d1f313cb0bbe86ea2d5f.js -%%DATADIR%%/public/build/app.d1f313cb0bbe86ea2d5f.js.map -%%DATADIR%%/public/build/dark.d1f313cb0bbe86ea2d5f.js -%%DATADIR%%/public/build/dark.d1f313cb0bbe86ea2d5f.js.map -%%DATADIR%%/public/build/explore.d1f313cb0bbe86ea2d5f.js -%%DATADIR%%/public/build/explore.d1f313cb0bbe86ea2d5f.js.map -%%DATADIR%%/public/build/grafana.dark.css -%%DATADIR%%/public/build/grafana.light.css -%%DATADIR%%/public/build/light.d1f313cb0bbe86ea2d5f.js -%%DATADIR%%/public/build/light.d1f313cb0bbe86ea2d5f.js.map -%%DATADIR%%/public/build/vendor.d1f313cb0bbe86ea2d5f.js -%%DATADIR%%/public/build/vendor.d1f313cb0bbe86ea2d5f.js.map +%%DATADIR%%/public/app/viz/Gauge.tsx +%%DATADIR%%/public/app/viz/GaugeOptions.tsx +%%DATADIR%%/public/app/viz/Graph.tsx +%%DATADIR%%/public/app/viz/state/timeSeries.ts +%%DATADIR%%/public/build/app.208faab70d3ed01fc138.js +%%DATADIR%%/public/build/app.208faab70d3ed01fc138.js.map +%%DATADIR%%/public/build/dark.208faab70d3ed01fc138.js +%%DATADIR%%/public/build/dark.208faab70d3ed01fc138.js.map +%%DATADIR%%/public/build/explore.208faab70d3ed01fc138.js +%%DATADIR%%/public/build/explore.208faab70d3ed01fc138.js.map +%%DATADIR%%/public/build/grafana.dark.208faab70d3ed01fc138.css +%%DATADIR%%/public/build/grafana.light.208faab70d3ed01fc138.css +%%DATADIR%%/public/build/light.208faab70d3ed01fc138.js +%%DATADIR%%/public/build/light.208faab70d3ed01fc138.js.map +%%DATADIR%%/public/build/vendor.208faab70d3ed01fc138.js +%%DATADIR%%/public/build/vendor.208faab70d3ed01fc138.js.map %%DATADIR%%/public/dashboards/default.json %%DATADIR%%/public/dashboards/home.json %%DATADIR%%/public/dashboards/scripted.js @@ -1011,10 +1118,12 @@ bin/grafana-server %%DATADIR%%/public/img/grab_dark.svg %%DATADIR%%/public/img/grab_light.svg %%DATADIR%%/public/img/grafana_com_auth_icon.svg +%%DATADIR%%/public/img/grafana_enterprise_typelogo.svg %%DATADIR%%/public/img/grafana_icon.svg %%DATADIR%%/public/img/grafana_mask_icon.svg %%DATADIR%%/public/img/grafana_mask_icon_white.svg %%DATADIR%%/public/img/grafana_net_logo.svg +%%DATADIR%%/public/img/grafana_typelogo.svg %%DATADIR%%/public/img/graph404.svg %%DATADIR%%/public/img/heatmap_bg_test.svg %%DATADIR%%/public/img/icn-app.svg @@ -1158,6 +1267,7 @@ bin/grafana-server %%DATADIR%%/public/sass/base/font-awesome/_screen-reader.scss %%DATADIR%%/public/sass/base/font-awesome/_stacked.scss %%DATADIR%%/public/sass/base/font-awesome/_variables.scss +%%DATADIR%%/public/sass/components/_add_data_source.scss %%DATADIR%%/public/sass/components/_alerts.scss %%DATADIR%%/public/sass/components/_buttons.scss %%DATADIR%%/public/sass/components/_cards.scss @@ -1185,6 +1295,7 @@ bin/grafana-server %%DATADIR%%/public/sass/components/_navs.scss %%DATADIR%%/public/sass/components/_old_stuff.scss %%DATADIR%%/public/sass/components/_page_header.scss +%%DATADIR%%/public/sass/components/_page_loader.scss %%DATADIR%%/public/sass/components/_panel_add_panel.scss %%DATADIR%%/public/sass/components/_panel_alertlist.scss %%DATADIR%%/public/sass/components/_panel_dashlist.scss @@ -1217,6 +1328,7 @@ bin/grafana-server %%DATADIR%%/public/sass/components/_typeahead.scss %%DATADIR%%/public/sass/components/_user-picker.scss %%DATADIR%%/public/sass/components/_view_states.scss +%%DATADIR%%/public/sass/components/_viz_editor.scss %%DATADIR%%/public/sass/components/edit_sidemenu.scss %%DATADIR%%/public/sass/fonts.scss %%DATADIR%%/public/sass/grafana.dark.scss @@ -1284,9 +1396,10 @@ bin/grafana-server %%DATADIR%%/public/vendor/plugin-text/text.js %%DATADIR%%/public/vendor/spectrum.js %%DATADIR%%/public/vendor/tagsinput/bootstrap-tagsinput.js +%%DATADIR%%/public/views/error-template.html %%DATADIR%%/public/views/error.html +%%DATADIR%%/public/views/index-template.html %%DATADIR%%/public/views/index.html -%%DATADIR%%/public/views/index.template.html @dir %%DATADIR%%/data/log @dir /var/db/grafana @dir /var/db/grafana/plugins From owner-svn-ports-all@freebsd.org Tue Dec 4 18:52:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D2C51317666; Tue, 4 Dec 2018 18:52:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B94386C4A0; Tue, 4 Dec 2018 18:52:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A4C51415; Tue, 4 Dec 2018 18:52:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4IqEaj095748; Tue, 4 Dec 2018 18:52:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4IqEN0095746; Tue, 4 Dec 2018 18:52:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041852.wB4IqEN0095746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 18:52:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486629 - head/www/grafana4 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/grafana4 X-SVN-Commit-Revision: 486629 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B94386C4A0 X-Spamd-Result: default: False [-0.42 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.13)[0.128,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 18:52:15 -0000 Author: swills Date: Tue Dec 4 18:52:14 2018 New Revision: 486629 URL: https://svnweb.freebsd.org/changeset/ports/486629 Log: www/grafana4: update to 4.6.5 Modified: head/www/grafana4/Makefile (contents, props changed) head/www/grafana4/distinfo (contents, props changed) Modified: head/www/grafana4/Makefile ============================================================================== --- head/www/grafana4/Makefile Tue Dec 4 18:45:21 2018 (r486628) +++ head/www/grafana4/Makefile Tue Dec 4 18:52:14 2018 (r486629) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grafana -PORTVERSION= 4.6.4 +PORTVERSION= 4.6.5 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES+= https://s3-us-west-2.amazonaws.com/grafana-releases/release/:public @@ -24,7 +24,7 @@ USES= compiler USE_GITHUB= yes GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} -TAG= 1ad5b02 +TAG= fdb5b1f GRAFANA_USER?= grafana GRAFANA_GROUP?= grafana Modified: head/www/grafana4/distinfo ============================================================================== --- head/www/grafana4/distinfo Tue Dec 4 18:45:21 2018 (r486628) +++ head/www/grafana4/distinfo Tue Dec 4 18:52:14 2018 (r486629) @@ -1,5 +1,5 @@ -TIMESTAMP = 1535759472 -SHA256 (grafana-4.6.4.linux-x64.tar.gz) = 4253f9e49ac8b9af62ac0a9d64256fc2725c8277f1daa44934d4d900e5f62f9c -SIZE (grafana-4.6.4.linux-x64.tar.gz) = 47716999 -SHA256 (grafana-grafana-v4.6.4_GH0.tar.gz) = 892f3f57b8b8bb34cc0c727829e85dc5a8417108584007725c375381037045da -SIZE (grafana-grafana-v4.6.4_GH0.tar.gz) = 7605768 +TIMESTAMP = 1543949185 +SHA256 (grafana-4.6.5.linux-x64.tar.gz) = 473747e1536862c141aa2df73ad051c2c9c6a34cc5f19b5b806375a3b481c019 +SIZE (grafana-4.6.5.linux-x64.tar.gz) = 47717311 +SHA256 (grafana-grafana-v4.6.5_GH0.tar.gz) = 7336166030a06966d65947de4b7e2d2dee573d33daf907610160a60072631962 +SIZE (grafana-grafana-v4.6.5_GH0.tar.gz) = 7606788 From owner-svn-ports-all@freebsd.org Tue Dec 4 19:11:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05E95131836D; Tue, 4 Dec 2018 19:11:17 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 602C36D66C; Tue, 4 Dec 2018 19:11:16 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 413D8162A; Tue, 4 Dec 2018 19:11:16 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4JBGdQ002217; Tue, 4 Dec 2018 19:11:16 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4JBGQu002216; Tue, 4 Dec 2018 19:11:16 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201812041911.wB4JBGQu002216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 4 Dec 2018 19:11:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486630 - head/security/clamav X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/security/clamav X-SVN-Commit-Revision: 486630 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 602C36D66C X-Spamd-Result: default: False [-0.21 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.34)[0.339,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 19:11:17 -0000 Author: ler Date: Tue Dec 4 19:11:15 2018 New Revision: 486630 URL: https://svnweb.freebsd.org/changeset/ports/486630 Log: security/clamav: Give maintainership to Yasuhiro KIMURA Modified: head/security/clamav/Makefile Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Tue Dec 4 18:52:14 2018 (r486629) +++ head/security/clamav/Makefile Tue Dec 4 19:11:15 2018 (r486630) @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ -MAINTAINER= ler@FreeBSD.org +MAINTAINER= yasu@utahime.org COMMENT= Command line virus scanner written entirely in C LICENSE= GPLv2 From owner-svn-ports-all@freebsd.org Tue Dec 4 19:22:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57D231318ABC; Tue, 4 Dec 2018 19:22:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D36576DDD5; Tue, 4 Dec 2018 19:22:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B534418E5; Tue, 4 Dec 2018 19:22:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4JM8tD009520; Tue, 4 Dec 2018 19:22:08 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4JM73O009514; Tue, 4 Dec 2018 19:22:07 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041922.wB4JM73O009514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 19:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486631 - in head/databases/redisdesktopmanager: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/databases/redisdesktopmanager: . files X-SVN-Commit-Revision: 486631 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D36576DDD5 X-Spamd-Result: default: False [-0.12 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.447,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.36)[0.356,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 19:22:09 -0000 Author: swills Date: Tue Dec 4 19:22:07 2018 New Revision: 486631 URL: https://svnweb.freebsd.org/changeset/ports/486631 Log: databases/redisdesktopmanager: update to 0.9.9 Added: head/databases/redisdesktopmanager/files/patch-src_modules_server-stats_serverstatsmodel.cpp (contents, props changed) Modified: head/databases/redisdesktopmanager/Makefile (contents, props changed) head/databases/redisdesktopmanager/distinfo (contents, props changed) head/databases/redisdesktopmanager/files/patch-3rdparty_3rdparty.pri (contents, props changed) head/databases/redisdesktopmanager/files/patch-src_app_app.cpp (contents, props changed) head/databases/redisdesktopmanager/files/patch-src_rdm.pro (contents, props changed) Modified: head/databases/redisdesktopmanager/Makefile ============================================================================== --- head/databases/redisdesktopmanager/Makefile Tue Dec 4 19:11:15 2018 (r486630) +++ head/databases/redisdesktopmanager/Makefile Tue Dec 4 19:22:07 2018 (r486631) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= redisdesktopmanager -PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTVERSION= 0.9.9 CATEGORIES= databases MAINTAINER= swills@FreeBSD.org @@ -27,8 +26,7 @@ GH_TUPLE= \ uglide:RedisDesktopManager:${PORTVERSION}:DEFAULT/RedisDesktopManager-${PORTVERSION} \ benlau:asyncfuture:4579d53:asyncfuture/3rdparty/asyncfuture \ RedisDesktop:CrashReporter:0202f9b:crashreporter/3rdparty/crashreporter \ - easylogging:easyloggingpp:f926802:easylogging/3rdparty/easyloggingpp \ - uglide:qredisclient:bede971:qredisclient/3rdparty/qredisclient \ + uglide:qredisclient:e645999:qredisclient/3rdparty/qredisclient \ sijk:qt-unix-signals:d6a1d12:qtunixsignals/3rdparty/qt-unix-signals \ uglide:qsshclient:6fa7fb7:qsshclient/3rdparty/qredisclient/3rdparty/qsshclient \ redis:hiredis:53c3243:hiredis/3rdparty/qredisclient/3rdparty/hiredis \ Modified: head/databases/redisdesktopmanager/distinfo ============================================================================== --- head/databases/redisdesktopmanager/distinfo Tue Dec 4 19:11:15 2018 (r486630) +++ head/databases/redisdesktopmanager/distinfo Tue Dec 4 19:22:07 2018 (r486631) @@ -1,18 +1,14 @@ -TIMESTAMP = 1537573499 -SHA256 (uglide-RedisDesktopManager-0.9.6_GH0.tar.gz) = 672681d7a923d627f462be8bf8c3f0872d808e042503b2a5fe727fa878e520b1 -SIZE (uglide-RedisDesktopManager-0.9.6_GH0.tar.gz) = 1997779 +TIMESTAMP = 1543593147 +SHA256 (uglide-RedisDesktopManager-0.9.9_GH0.tar.gz) = 8f7244813d5a82bc686a3af9f98e1372479c9861d724ba7e7a2b162ccf35d9bb +SIZE (uglide-RedisDesktopManager-0.9.9_GH0.tar.gz) = 1980287 SHA256 (benlau-asyncfuture-4579d53_GH0.tar.gz) = ce5a3a4bc61f22f182eb8f932a3736289fc541e7487244fd57c93a141a038fe4 SIZE (benlau-asyncfuture-4579d53_GH0.tar.gz) = 31928 SHA256 (RedisDesktop-CrashReporter-0202f9b_GH0.tar.gz) = 4b0745dd12449716279a618eab0c8706422a0f67af680d0bf71471f9dbd371cb SIZE (RedisDesktop-CrashReporter-0202f9b_GH0.tar.gz) = 14232 -SHA256 (easylogging-easyloggingpp-f926802_GH0.tar.gz) = 362294c79de7a5dfa76a56cbfcdcaf99e21bbd05b19ef5b76700fd576a2e1ff2 -SIZE (easylogging-easyloggingpp-f926802_GH0.tar.gz) = 463948 -SHA256 (uglide-qredisclient-bede971_GH0.tar.gz) = 37b1e76ca89ca45fd0dcf56df4f2c90b3e5f4c2b441276937f7581804d952a16 -SIZE (uglide-qredisclient-bede971_GH0.tar.gz) = 215454 +SHA256 (uglide-qredisclient-e645999_GH0.tar.gz) = ceda742955aa46d7cd32334c610b608f5274fa022eb5d2044a36577caadaa640 +SIZE (uglide-qredisclient-e645999_GH0.tar.gz) = 214348 SHA256 (sijk-qt-unix-signals-d6a1d12_GH0.tar.gz) = 8bbc578430ab2fd6665ff2f2f6fcf402b3346b6d3cdfcc16e8c1d8f5a8f75ea2 SIZE (sijk-qt-unix-signals-d6a1d12_GH0.tar.gz) = 3792 -SHA256 (google-breakpad-9fecc95_GH0.tar.gz) = e4bd6118f84f4a0cf89a035ff9e4ac65542fb12d3e69e89c80d5ba3f127d2ed6 -SIZE (google-breakpad-9fecc95_GH0.tar.gz) = 5208769 SHA256 (uglide-qsshclient-6fa7fb7_GH0.tar.gz) = b9eaed71f8cae6d4fa1e6cf7de979ba8a5d1a14e2681cf1a0f2bfc42d5960ea1 SIZE (uglide-qsshclient-6fa7fb7_GH0.tar.gz) = 10446 SHA256 (redis-hiredis-53c3243_GH0.tar.gz) = 38e38efff19715d5e2f49c77b9db35f7cd005d66ae3d0944630424c64cf3950d Modified: head/databases/redisdesktopmanager/files/patch-3rdparty_3rdparty.pri ============================================================================== --- head/databases/redisdesktopmanager/files/patch-3rdparty_3rdparty.pri Tue Dec 4 19:11:15 2018 (r486630) +++ head/databases/redisdesktopmanager/files/patch-3rdparty_3rdparty.pri Tue Dec 4 19:22:07 2018 (r486631) @@ -1,6 +1,6 @@ ---- 3rdparty/3rdparty.pri.orig 2018-09-22 00:19:48 UTC +--- 3rdparty/3rdparty.pri.orig 2018-11-30 15:24:26 UTC +++ 3rdparty/3rdparty.pri -@@ -81,15 +81,11 @@ unix:!macx { # ubuntu & debian +@@ -88,15 +88,11 @@ unix:!macx { # ubuntu & debian #QMAKE_LFLAGS = -Wl,-rpath=/home/user/Qt5.9.3/5.9.3/gcc_64/lib } Modified: head/databases/redisdesktopmanager/files/patch-src_app_app.cpp ============================================================================== --- head/databases/redisdesktopmanager/files/patch-src_app_app.cpp Tue Dec 4 19:11:15 2018 (r486630) +++ head/databases/redisdesktopmanager/files/patch-src_app_app.cpp Tue Dec 4 19:22:07 2018 (r486631) @@ -1,11 +1,20 @@ ---- src/app/app.cpp.orig 2018-08-31 12:53:12 UTC +--- src/app/app.cpp.orig 2018-11-27 08:26:54 UTC +++ src/app/app.cpp -@@ -224,8 +224,6 @@ void Application::initConnectionsManager() +@@ -37,7 +37,6 @@ Application::Application(int& argc, char** argv) + processCmdArgs(); + initAppFonts(); + initRedisClient(); +- initUpdater(); + installTranslator(); + } - void Application::initUpdater() - { -- m_updater = QSharedPointer(new Updater()); -- connect(m_updater.data(), SIGNAL(updateUrlRetrived(QString &)), this, SLOT(OnNewUpdateAvailable(QString &))); +@@ -203,9 +202,6 @@ void Application::initQml() { } - void Application::installTranslator() + void Application::initUpdater() { +- m_updater = QSharedPointer(new Updater()); +- connect(m_updater.data(), SIGNAL(updateUrlRetrived(QString&)), this, +- SLOT(OnNewUpdateAvailable(QString&))); + } + + void Application::installTranslator() { Added: head/databases/redisdesktopmanager/files/patch-src_modules_server-stats_serverstatsmodel.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/redisdesktopmanager/files/patch-src_modules_server-stats_serverstatsmodel.cpp Tue Dec 4 19:22:07 2018 (r486631) @@ -0,0 +1,11 @@ +--- src/modules/server-stats/serverstatsmodel.cpp.orig 2018-11-30 15:43:21 UTC ++++ src/modules/server-stats/serverstatsmodel.cpp +@@ -21,7 +21,7 @@ ServerStats::Model::Model(QSharedPointer Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58ED6131962C; Tue, 4 Dec 2018 19:40:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F05EA6EAD0; Tue, 4 Dec 2018 19:40:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D16901AB6; Tue, 4 Dec 2018 19:40:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4JeT81017100; Tue, 4 Dec 2018 19:40:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4JeSjt017095; Tue, 4 Dec 2018 19:40:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812041940.wB4JeSjt017095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 19:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486632 - in head/dns: . knot2 knot2-lib X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/dns: . knot2 knot2-lib X-SVN-Commit-Revision: 486632 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F05EA6EAD0 X-Spamd-Result: default: False [-0.12 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.447,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.36)[0.356,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 19:40:30 -0000 Author: swills Date: Tue Dec 4 19:40:28 2018 New Revision: 486632 URL: https://svnweb.freebsd.org/changeset/ports/486632 Log: dns/knot2-lib: create port This port allows to install only libknot, which comes along with Knot DNS (authoritative), but also is a depency of knot-resolver WWW: https://www.knot-dns.cz/ PR: 233165 (with minor changes to dns/knot2) Submitted by: Leo Vandewoestijne (dns/knot2 maintainer) Added: head/dns/knot2-lib/ head/dns/knot2-lib/Makefile (contents, props changed) head/dns/knot2-lib/pkg-descr (contents, props changed) head/dns/knot2-lib/pkg-plist (contents, props changed) Modified: head/dns/Makefile (contents, props changed) head/dns/knot2/Makefile (contents, props changed) Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Tue Dec 4 19:22:07 2018 (r486631) +++ head/dns/Makefile Tue Dec 4 19:40:28 2018 (r486632) @@ -93,6 +93,7 @@ SUBDIR += knot-resolver SUBDIR += knot1 SUBDIR += knot2 + SUBDIR += knot2-lib SUBDIR += ldapdns SUBDIR += ldns SUBDIR += libasr Added: head/dns/knot2-lib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/knot2-lib/Makefile Tue Dec 4 19:40:28 2018 (r486632) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +# Define PORTREVISION in ${MASTERDIR} +COMMENT= Knot2 lib (required by knot-resolver) +PKGNAMESUFFIX= 2-lib + +MASTERDIR= ${.CURDIR}/../knot2 +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +LIB_ONLY= yes +COMPONENT= -lib + +.include "${MASTERDIR}/Makefile" Added: head/dns/knot2-lib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/knot2-lib/pkg-descr Tue Dec 4 19:40:28 2018 (r486632) @@ -0,0 +1,4 @@ +This port allows to install only libknot, which comes along with +Knot DNS (authoritative), but also is a depency of knot-resolver + +WWW: https://www.knot-dns.cz/ Added: head/dns/knot2-lib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/knot2-lib/pkg-plist Tue Dec 4 19:40:28 2018 (r486632) @@ -0,0 +1,76 @@ +include/knot/module.h +include/libdnssec/binary.h +include/libdnssec/crypto.h +include/libdnssec/dnssec.h +include/libdnssec/error.h +include/libdnssec/key.h +include/libdnssec/keyid.h +include/libdnssec/keystore.h +include/libdnssec/keytag.h +include/libdnssec/list.h +include/libdnssec/nsec.h +include/libdnssec/random.h +include/libdnssec/sign.h +include/libdnssec/tsig.h +include/libdnssec/version.h +include/libknot/attribute.h +include/libknot/codes.h +include/libknot/consts.h +include/libknot/control/control.h +include/libknot/cookies.h +include/libknot/db/db.h +include/libknot/db/db_lmdb.h +include/libknot/db/db_trie.h +include/libknot/descriptor.h +include/libknot/dname.h +include/libknot/endian.h +include/libknot/errcode.h +include/libknot/error.h +include/libknot/libknot.h +include/libknot/lookup.h +include/libknot/mm_ctx.h +include/libknot/packet/compr.h +include/libknot/packet/pkt.h +include/libknot/packet/rrset-wire.h +include/libknot/packet/wire.h +include/libknot/rdata.h +include/libknot/rdataset.h +include/libknot/rrset-dump.h +include/libknot/rrset.h +include/libknot/rrtype/dnskey.h +include/libknot/rrtype/ds.h +include/libknot/rrtype/naptr.h +include/libknot/rrtype/nsec.h +include/libknot/rrtype/nsec3.h +include/libknot/rrtype/nsec3param.h +include/libknot/rrtype/opt.h +include/libknot/rrtype/rdname.h +include/libknot/rrtype/rrsig.h +include/libknot/rrtype/soa.h +include/libknot/rrtype/tsig.h +include/libknot/tsig-op.h +include/libknot/tsig.h +include/libknot/version.h +include/libknot/wire.h +include/libknot/yparser/yparser.h +include/libknot/yparser/ypformat.h +include/libknot/yparser/ypschema.h +include/libknot/yparser/yptrafo.h +include/libzscanner/error.h +include/libzscanner/scanner.h +include/libzscanner/version.h +lib/libdnssec.a +lib/libdnssec.so +lib/libdnssec.so.6 +lib/libdnssec.so.6.0.0 +lib/libknot.a +lib/libknot.so +lib/libknot.so.8 +lib/libknot.so.8.0.0 +lib/libzscanner.a +lib/libzscanner.so +lib/libzscanner.so.2 +lib/libzscanner.so.2.0.0 +libdata/pkgconfig/libdnssec.pc +libdata/pkgconfig/libknot.pc +libdata/pkgconfig/libzscanner.pc Modified: head/dns/knot2/Makefile ============================================================================== --- head/dns/knot2/Makefile Tue Dec 4 19:22:07 2018 (r486631) +++ head/dns/knot2/Makefile Tue Dec 4 19:40:28 2018 (r486632) @@ -6,10 +6,10 @@ DISTVERSION= 2.7.4 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ -PKGNAMESUFFIX= 2 +PKGNAMESUFFIX?= 2 MAINTAINER= freebsd@dns.company -COMMENT= High performance authoritative-only DNS server +COMMENT?= High performance authoritative-only DNS server LICENSE= GPLv3 From owner-svn-ports-all@freebsd.org Tue Dec 4 20:10:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 691F6131AD26; Tue, 4 Dec 2018 20:10:06 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0829D7052E; Tue, 4 Dec 2018 20:10:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD1E21F8C; Tue, 4 Dec 2018 20:10:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4KA58i032615; Tue, 4 Dec 2018 20:10:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4KA5KN032613; Tue, 4 Dec 2018 20:10:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812042010.wB4KA5KN032613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 4 Dec 2018 20:10:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486633 - head/games/hyperrogue X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/hyperrogue X-SVN-Commit-Revision: 486633 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0829D7052E X-Spamd-Result: default: False [-0.09 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.46)[0.459,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 20:10:06 -0000 Author: amdmi3 Date: Tue Dec 4 20:10:05 2018 New Revision: 486633 URL: https://svnweb.freebsd.org/changeset/ports/486633 Log: - Update to 10.5a Modified: head/games/hyperrogue/Makefile head/games/hyperrogue/distinfo Modified: head/games/hyperrogue/Makefile ============================================================================== --- head/games/hyperrogue/Makefile Tue Dec 4 19:40:28 2018 (r486632) +++ head/games/hyperrogue/Makefile Tue Dec 4 20:10:05 2018 (r486633) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= hyperrogue -PORTVERSION= 10.5 +PORTVERSION= 10.5a +DISTVERSIONPREFIX= v CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org Modified: head/games/hyperrogue/distinfo ============================================================================== --- head/games/hyperrogue/distinfo Tue Dec 4 19:40:28 2018 (r486632) +++ head/games/hyperrogue/distinfo Tue Dec 4 20:10:05 2018 (r486633) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542732157 -SHA256 (zenorogue-hyperrogue-10.5_GH0.tar.gz) = d423f768d3f82816ca3ecb92e73ff7fe532acbc394a16358e9cbe57e55bb0433 -SIZE (zenorogue-hyperrogue-10.5_GH0.tar.gz) = 56965493 +TIMESTAMP = 1543925652 +SHA256 (zenorogue-hyperrogue-v10.5a_GH0.tar.gz) = 51cb7752b3fe78c747f6ddc39d0699a73ca38abeda915d23574464f7a58bccbb +SIZE (zenorogue-hyperrogue-v10.5a_GH0.tar.gz) = 56966889 From owner-svn-ports-all@freebsd.org Tue Dec 4 22:36:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37D7E1323F07; Tue, 4 Dec 2018 22:36:35 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2AF3764B5; Tue, 4 Dec 2018 22:36:34 +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 B51F93BED; Tue, 4 Dec 2018 22:36:34 +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 wB4MaYWd009281; Tue, 4 Dec 2018 22:36:34 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4MaYS7009279; Tue, 4 Dec 2018 22:36:34 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201812042236.wB4MaYS7009279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 4 Dec 2018 22:36:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486634 - in head: graphics/ilmbase sysutils/e2fsprogs X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head: graphics/ilmbase sysutils/e2fsprogs X-SVN-Commit-Revision: 486634 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D2AF3764B5 X-Spamd-Result: default: False [0.06 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.447,0]; NEURAL_SPAM_SHORT(0.54)[0.536,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 22:36:35 -0000 Author: mandree Date: Tue Dec 4 22:36:34 2018 New Revision: 486634 URL: https://svnweb.freebsd.org/changeset/ports/486634 Log: Align *_DEPENDS and use paths for bash in my ports; fix var name. On systems where bash is in $PATH but not in ${LOCALBASE}/bin/bash, ilmbase would fail to build, and e2fsprogs might fail if the BASHTESTS option was enabled. Make sure that the _DEPENDS and the actual path handed to the configure or test rig match to the letter, to avoid a time-of-check vs. time-of-use discrepancy. In e2fsprogs, the helper variable was also mistyped and would never amend to BUILD_DEPENDS. Fix typo. Check my other ports, but wiggle and xmlto [textproc/] seem unaffected. Reported by: J R Matthews (direct email) MFH: 2018Q4 Modified: head/graphics/ilmbase/Makefile head/sysutils/e2fsprogs/Makefile Modified: head/graphics/ilmbase/Makefile ============================================================================== --- head/graphics/ilmbase/Makefile Tue Dec 4 20:10:05 2018 (r486633) +++ head/graphics/ilmbase/Makefile Tue Dec 4 22:36:34 2018 (r486634) @@ -11,14 +11,17 @@ COMMENT= ILM Base libraries a.k.a. Half, IlmThread, Im LICENSE= BSD3CLAUSE -BUILD_DEPENDS= bash:shells/bash +# there are some systems that have a static /bin/bash, so +# in order to make BUILD_DEPENDS effective, use the same absolute +# path we will pass down through CONFIGURE_SHELL below. +BUILD_DEPENDS= ${BASH_CMD}:shells/bash USES= compiler:c++14-lang pkgconfig libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes # The configure script uses bash arrays -CONFIGURE_SHELL= ${LOCALBASE}/bin/bash +CONFIGURE_SHELL=${BASH_CMD} CONFIGURE_ARGS= --disable-static TEST_TARGET= check @@ -26,6 +29,8 @@ PORTDOCS= AUTHORS ChangeLog README.md OPTIONS_DEFINE= DOCS LARGE_STACK LARGE_STACK_DESC= Enable sys-dependent large stack optimizations LARGE_STACK_CONFIGURE_ENABLE= large-stack + +BASH_CMD= ${LOCALBASE}/bin/bash OPTIONS_SUB= yes Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Tue Dec 4 20:10:05 2018 (r486633) +++ head/sysutils/e2fsprogs/Makefile Tue Dec 4 22:36:34 2018 (r486634) @@ -66,7 +66,8 @@ BASHTESTS_DESC= Enable tests that require the GNU bash FUSEFS_CONFIGURE_ENABLE= fuse2fs BUILD_DEPENDS+= gdd:sysutils/coreutils -BASHTEST_BUILD_DEPENDS= bash:shells/bash +BASHTESTS_BUILD_DEPENDS= ${BASH_CMD}:shells/bash +BASH_CMD= ${LOCALBASE}/bin/bash LIB_DEPENDS+= libblkid.so:misc/e2fsprogs-libblkid LIB_DEPENDS+= libss.so:devel/e2fsprogs-libss @@ -207,7 +208,7 @@ _checkaddargs+=TMPDIR=${WRKDIR}/tmp .endif .if ${PORT_OPTIONS:MBASHTESTS} -_checkaddargs+=--eval SHELL:=${LOCALBASE}/bin/bash +_checkaddargs+=--eval SHELL:=${BASH_CMD} .endif .if ${PORT_OPTIONS:MSLOWTESTS} From owner-svn-ports-all@freebsd.org Tue Dec 4 22:42:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08D2313241EC; Tue, 4 Dec 2018 22:42:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9EACF7690C; Tue, 4 Dec 2018 22:42:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F9733D78; Tue, 4 Dec 2018 22:42:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4Mg4CH013577; Tue, 4 Dec 2018 22:42:04 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4Mg4tk013576; Tue, 4 Dec 2018 22:42:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812042242.wB4Mg4tk013576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 22:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486635 - head/java/visualvm X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/java/visualvm X-SVN-Commit-Revision: 486635 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9EACF7690C X-Spamd-Result: default: False [-0.03 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.52)[0.516,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 22:42:05 -0000 Author: swills Date: Tue Dec 4 22:42:03 2018 New Revision: 486635 URL: https://svnweb.freebsd.org/changeset/ports/486635 Log: java/visualvm: update to 1.4.2 Modified: head/java/visualvm/Makefile (contents, props changed) head/java/visualvm/distinfo (contents, props changed) Modified: head/java/visualvm/Makefile ============================================================================== --- head/java/visualvm/Makefile Tue Dec 4 22:36:34 2018 (r486634) +++ head/java/visualvm/Makefile Tue Dec 4 22:42:03 2018 (r486635) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= visualvm -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= java devel MASTER_SITES= https://github.com/visualvm/visualvm.src/releases/download/${PORTVERSION}/ DISTNAME= visualvm_${PORTVERSION:S/.//g} Modified: head/java/visualvm/distinfo ============================================================================== --- head/java/visualvm/distinfo Tue Dec 4 22:36:34 2018 (r486634) +++ head/java/visualvm/distinfo Tue Dec 4 22:42:03 2018 (r486635) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527182527 -SHA256 (visualvm_141.zip) = cb7d98b514c8448cffaf0f453f2dd257cbcc3b84bf51e6d43145ae706fa726b8 -SIZE (visualvm_141.zip) = 15601279 +TIMESTAMP = 1543961795 +SHA256 (visualvm_142.zip) = 5d77e07fb7bf564f97a1dd9aa3cd629b3cc4b9b21dbec45b8dfdf058b541388a +SIZE (visualvm_142.zip) = 15604304 From owner-svn-ports-all@freebsd.org Tue Dec 4 22:42:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6820132424C; Tue, 4 Dec 2018 22:42:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 498E676A3A; Tue, 4 Dec 2018 22:42:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A79F3D9D; Tue, 4 Dec 2018 22:42:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4MgUIW014426; Tue, 4 Dec 2018 22:42:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4MgUOL014424; Tue, 4 Dec 2018 22:42:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812042242.wB4MgUOL014424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 22:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486636 - head/devel/py-aiortc X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-aiortc X-SVN-Commit-Revision: 486636 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 498E676A3A X-Spamd-Result: default: False [-0.03 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.52)[0.516,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 22:42:31 -0000 Author: swills Date: Tue Dec 4 22:42:30 2018 New Revision: 486636 URL: https://svnweb.freebsd.org/changeset/ports/486636 Log: devel/py-aiortc: update to 0.9.13 Modified: head/devel/py-aiortc/Makefile (contents, props changed) head/devel/py-aiortc/distinfo (contents, props changed) Modified: head/devel/py-aiortc/Makefile ============================================================================== --- head/devel/py-aiortc/Makefile Tue Dec 4 22:42:03 2018 (r486635) +++ head/devel/py-aiortc/Makefile Tue Dec 4 22:42:30 2018 (r486636) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aiortc -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.13 CATEGORIES= devel multimedia python www MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-aiortc/distinfo ============================================================================== --- head/devel/py-aiortc/distinfo Tue Dec 4 22:42:03 2018 (r486635) +++ head/devel/py-aiortc/distinfo Tue Dec 4 22:42:30 2018 (r486636) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541121864 -SHA256 (aiortc-0.9.12.tar.gz) = 1696ad8538abf0ae18f0fe58826c92f9968133cca83b4b5a138afdba54fa85b6 -SIZE (aiortc-0.9.12.tar.gz) = 1124646 +TIMESTAMP = 1543963274 +SHA256 (aiortc-0.9.13.tar.gz) = f1dae1df1d84c17f3ac3f899cbcefb9f7acba9fa98798141508556ec9d2fc8a7 +SIZE (aiortc-0.9.13.tar.gz) = 1123388 From owner-svn-ports-all@freebsd.org Tue Dec 4 23:46:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB6E61325B26; Tue, 4 Dec 2018 23:46:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70D5F79242; Tue, 4 Dec 2018 23:46:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DEE347CA; Tue, 4 Dec 2018 23:46:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4NkLvS045676; Tue, 4 Dec 2018 23:46:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4NkKf9045674; Tue, 4 Dec 2018 23:46:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812042346.wB4NkKf9045674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 4 Dec 2018 23:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486637 - head/misc/exercism X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/misc/exercism X-SVN-Commit-Revision: 486637 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 70D5F79242 X-Spamd-Result: default: False [-0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.22)[0.222,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 23:46:22 -0000 Author: swills Date: Tue Dec 4 23:46:20 2018 New Revision: 486637 URL: https://svnweb.freebsd.org/changeset/ports/486637 Log: misc/exercism: update to 3.0.11 Modified: head/misc/exercism/Makefile (contents, props changed) head/misc/exercism/distinfo (contents, props changed) Modified: head/misc/exercism/Makefile ============================================================================== --- head/misc/exercism/Makefile Tue Dec 4 22:42:30 2018 (r486636) +++ head/misc/exercism/Makefile Tue Dec 4 23:46:20 2018 (r486637) @@ -1,9 +1,8 @@ -# Created by: Steve Wills # $FreeBSD$ PORTNAME= exercism DISTVERSIONPREFIX= v -DISTVERSION= 3.0.9 +DISTVERSION= 3.0.11 CATEGORIES= misc MAINTAINER= swills@FreeBSD.org Modified: head/misc/exercism/distinfo ============================================================================== --- head/misc/exercism/distinfo Tue Dec 4 22:42:30 2018 (r486636) +++ head/misc/exercism/distinfo Tue Dec 4 23:46:20 2018 (r486637) @@ -1,6 +1,6 @@ -TIMESTAMP = 1537659187 -SHA256 (exercism-cli-v3.0.9_GH0.tar.gz) = eef2093d6c80e1f8d871e26512d3be20ee2bbf2ea9e53e41d652102af3d7a97d -SIZE (exercism-cli-v3.0.9_GH0.tar.gz) = 46979 +TIMESTAMP = 1543966925 +SHA256 (exercism-cli-v3.0.11_GH0.tar.gz) = 544088bc562a8624e3527dd9d3ccf944dc4923b644bcdf49ef04e6d0ee48ddad +SIZE (exercism-cli-v3.0.11_GH0.tar.gz) = 47600 SHA256 (armon-consul-api-eb2c6b5_GH0.tar.gz) = 619d18729ecc8def1ebde61778c11999e0ee4de7767c29fb6ce35df72f0d8cfc SIZE (armon-consul-api-eb2c6b5_GH0.tar.gz) = 17977 SHA256 (blang-semver-v3.5.1_GH0.tar.gz) = 3d9da53f4c2d3169bfa9b25f2f36f301a37556a47259c870881524c643c69c57 From owner-svn-ports-all@freebsd.org Tue Dec 4 23:58:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7B91326300; Tue, 4 Dec 2018 23:58:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C93A979C0A; Tue, 4 Dec 2018 23:58:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9213497A; Tue, 4 Dec 2018 23:58:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4Nwo4g051103; Tue, 4 Dec 2018 23:58:50 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4NwoTp051102; Tue, 4 Dec 2018 23:58:50 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812042358.wB4NwoTp051102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 4 Dec 2018 23:58:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486638 - head/science/libgridxc X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/libgridxc X-SVN-Commit-Revision: 486638 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C93A979C0A X-Spamd-Result: default: False [-0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.22)[0.222,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 23:58:51 -0000 Author: yuri Date: Tue Dec 4 23:58:49 2018 New Revision: 486638 URL: https://svnweb.freebsd.org/changeset/ports/486638 Log: science/libgridxc: Update 0.8.3 -> 0.8.4 Reported by: portscout Modified: head/science/libgridxc/Makefile head/science/libgridxc/distinfo Modified: head/science/libgridxc/Makefile ============================================================================== --- head/science/libgridxc/Makefile Tue Dec 4 23:46:20 2018 (r486637) +++ head/science/libgridxc/Makefile Tue Dec 4 23:58:49 2018 (r486638) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgridxc -DISTVERSION= 0.8.3 +DISTVERSION= 0.8.4 CATEGORIES= science MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION:R}/+download/ Modified: head/science/libgridxc/distinfo ============================================================================== --- head/science/libgridxc/distinfo Tue Dec 4 23:46:20 2018 (r486637) +++ head/science/libgridxc/distinfo Tue Dec 4 23:58:49 2018 (r486638) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542249909 -SHA256 (libgridxc-0.8.3.tgz) = 015c97fd5e1f105d1e32ef5d197f7b2aa7935ea0b64b9cb82853cd77542ee89f -SIZE (libgridxc-0.8.3.tgz) = 224190 +TIMESTAMP = 1543967578 +SHA256 (libgridxc-0.8.4.tgz) = a742ad0ec2eeaa638dbadb1aafc3857c0459057687d58d24c80b8805c30e2cf1 +SIZE (libgridxc-0.8.4.tgz) = 224255 From owner-svn-ports-all@freebsd.org Tue Dec 4 23:59:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2810D1326332; Tue, 4 Dec 2018 23:59:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFB8579CF3; Tue, 4 Dec 2018 23:59:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0696497B; Tue, 4 Dec 2018 23:59:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB4NxmtP051264; Tue, 4 Dec 2018 23:59:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB4NxmlB051262; Tue, 4 Dec 2018 23:59:48 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812042359.wB4NxmlB051262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 4 Dec 2018 23:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486639 - head/audio/vmpk X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/vmpk X-SVN-Commit-Revision: 486639 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BFB8579CF3 X-Spamd-Result: default: False [-0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.22)[0.222,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 23:59:49 -0000 Author: yuri Date: Tue Dec 4 23:59:47 2018 New Revision: 486639 URL: https://svnweb.freebsd.org/changeset/ports/486639 Log: audio/vmpk: Update 0.7.0 -> 0.7.1 Reported by: portscout Modified: head/audio/vmpk/Makefile head/audio/vmpk/distinfo Modified: head/audio/vmpk/Makefile ============================================================================== --- head/audio/vmpk/Makefile Tue Dec 4 23:58:49 2018 (r486638) +++ head/audio/vmpk/Makefile Tue Dec 4 23:59:47 2018 (r486639) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vmpk -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.1 CATEGORIES= audio MASTER_SITES= https://phoenixnap.dl.sourceforge.net/project/vmpk/vmpk/${PORTVERSION}/ Modified: head/audio/vmpk/distinfo ============================================================================== --- head/audio/vmpk/distinfo Tue Dec 4 23:58:49 2018 (r486638) +++ head/audio/vmpk/distinfo Tue Dec 4 23:59:47 2018 (r486639) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532070461 -SHA256 (vmpk-0.7.0.tar.bz2) = 87869012ff983933059e8af4d806e7301e796c097682fb9decfefb2a864367ea -SIZE (vmpk-0.7.0.tar.bz2) = 470355 +TIMESTAMP = 1543967549 +SHA256 (vmpk-0.7.1.tar.bz2) = 06d78872b8c23976cd1ed4e66ac6a3bfce93af28ce8db96c2c015cf185ce651b +SIZE (vmpk-0.7.1.tar.bz2) = 493007 From owner-svn-ports-all@freebsd.org Wed Dec 5 00:05:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDE72132676F; Wed, 5 Dec 2018 00:05:52 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 842127A251; Wed, 5 Dec 2018 00:05:52 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 635AD4B1A; Wed, 5 Dec 2018 00:05:52 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB505qRf056326; Wed, 5 Dec 2018 00:05:52 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB505onO056319; Wed, 5 Dec 2018 00:05:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812050005.wB505onO056319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 5 Dec 2018 00:05:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486640 - in head/devel/libzim: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/libzim: . files X-SVN-Commit-Revision: 486640 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 842127A251 X-Spamd-Result: default: False [-0.25 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.447,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.23)[0.228,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 00:05:53 -0000 Author: swills Date: Wed Dec 5 00:05:50 2018 New Revision: 486640 URL: https://svnweb.freebsd.org/changeset/ports/486640 Log: devel/libzim: update to 4.0.4 Added: head/devel/libzim/files/patch-src_fs__unix.cpp (contents, props changed) Deleted: head/devel/libzim/files/patch-src_file__reader.cpp Modified: head/devel/libzim/Makefile (contents, props changed) head/devel/libzim/distinfo (contents, props changed) head/devel/libzim/files/patch-meson.build (contents, props changed) head/devel/libzim/files/patch-src_buffer.cpp (contents, props changed) head/devel/libzim/files/patch-src_meson.build (contents, props changed) head/devel/libzim/pkg-plist (contents, props changed) Modified: head/devel/libzim/Makefile ============================================================================== --- head/devel/libzim/Makefile Tue Dec 4 23:59:47 2018 (r486639) +++ head/devel/libzim/Makefile Wed Dec 5 00:05:50 2018 (r486640) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libzim -PORTVERSION= 4.0.0 -PORTREVISION= 2 +PORTVERSION= 4.0.4 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org @@ -17,5 +16,6 @@ USE_GITHUB= yes GH_ACCOUNT= openzim BINARY_ALIAS= python3=python${PYTHON_VER} python3-config=python${PYTHON_VER}-config +PLIST_SUB= PORTVERSION=${PORTVERSION} .include Modified: head/devel/libzim/distinfo ============================================================================== --- head/devel/libzim/distinfo Tue Dec 4 23:59:47 2018 (r486639) +++ head/devel/libzim/distinfo Wed Dec 5 00:05:50 2018 (r486640) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531269487 -SHA256 (openzim-libzim-4.0.0_GH0.tar.gz) = e195d30ba1b55dd2b6529fdd84fcbed6ec35ed4ddc957ad7725edabd20c3126c -SIZE (openzim-libzim-4.0.0_GH0.tar.gz) = 1649903 +TIMESTAMP = 1543967332 +SHA256 (openzim-libzim-4.0.4_GH0.tar.gz) = 8f56a16d15e810150d3c3ee9acce3606f676c90b72936e11f77f2a2548cd4611 +SIZE (openzim-libzim-4.0.4_GH0.tar.gz) = 1653434 Modified: head/devel/libzim/files/patch-meson.build ============================================================================== --- head/devel/libzim/files/patch-meson.build Tue Dec 4 23:59:47 2018 (r486639) +++ head/devel/libzim/files/patch-meson.build Wed Dec 5 00:05:50 2018 (r486640) @@ -1,17 +1,17 @@ ---- meson.build.orig 2018-06-14 22:03:52 UTC +--- meson.build.orig 2018-09-04 16:23:32 UTC +++ meson.build @@ -1,7 +1,7 @@ project('libzim', ['c', 'cpp'], - version : '4.0.0', + version : '4.0.4', license : 'GPL2', - default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true']) + default_options : ['c_std=c11', 'cpp_std=c++11']) - conf = configuration_data() - conf.set('VERSION', '"@0@"'.format(meson.project_version())) -@@ -9,6 +9,9 @@ conf.set('DIRENT_CACHE_SIZE', get_option('DIRENT_CACHE - conf.set('CLUSTER_CACHE_SIZE', get_option('CLUSTER_CACHE_SIZE')) - conf.set('LZMA_MEMORY_SIZE', get_option('LZMA_MEMORY_SIZE')) + if build_machine.system() != 'windows' + add_project_arguments('-D_LARGEFILE64_SOURCE=1', '-D_FILE_OFFSET_BITS=64', language: 'cpp') +@@ -22,6 +22,9 @@ else + endif + conf.set('ENABLE_USE_BUFFER_HEADER', get_option('USE_BUFFER_HEADER')) +cc = meson.get_compiler('c') +execinfo_dep = cc.find_library('execinfo', required : false) @@ -19,7 +19,7 @@ zlib_dep = dependency('zlib', required:false) conf.set('ENABLE_ZLIB', zlib_dep.found()) -@@ -49,3 +52,4 @@ pkg_mod.generate(libraries : libzim, +@@ -70,3 +73,4 @@ pkg_mod.generate(libraries : libzim, filebase : 'libzim', description : 'A Library to zim.', requires : pkg_requires) Modified: head/devel/libzim/files/patch-src_buffer.cpp ============================================================================== --- head/devel/libzim/files/patch-src_buffer.cpp Tue Dec 4 23:59:47 2018 (r486639) +++ head/devel/libzim/files/patch-src_buffer.cpp Wed Dec 5 00:05:50 2018 (r486640) @@ -1,11 +1,11 @@ ---- src/buffer.cpp.orig 2018-07-11 01:24:59.809896000 +0000 -+++ src/buffer.cpp 2018-07-11 01:25:29.007975000 +0000 -@@ -48,7 +48,7 @@ MMapBuffer::MMapBuffer(int fd, offset_t offset, zsize_ +--- src/buffer.cpp.orig 2018-09-04 16:23:32 UTC ++++ src/buffer.cpp +@@ -49,7 +49,7 @@ MMapBuffer::MMapBuffer(int fd, offset_t offset, zsize_ #if defined(__APPLE__) #define MAP_FLAGS MAP_PRIVATE #else - #define MAP_FLAGS MAP_PRIVATE|MAP_POPULATE + #define MAP_FLAGS MAP_PRIVATE|MAP_PREFAULT_READ #endif - _data = (char*)mmap(NULL, size.v + _offset.v, PROT_READ, MAP_FLAGS, fd, pa_offset.v); - if (_data == MAP_FAILED ) + #if !MMAP_SUPPORT_64 + if(pa_offset.v >= INT32_MAX) { Added: head/devel/libzim/files/patch-src_fs__unix.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libzim/files/patch-src_fs__unix.cpp Wed Dec 5 00:05:50 2018 (r486640) @@ -0,0 +1,11 @@ +--- src/fs_unix.cpp.orig 2018-12-04 23:56:33 UTC ++++ src/fs_unix.cpp +@@ -34,7 +34,7 @@ namespace unix { + + zsize_t FD::readAt(char* dest, zsize_t size, offset_t offset) const + { +-#ifdef __APPLE__ ++#if defined(__APPLE__) || defined(__FreeBSD__) + # define PREAD pread + #else + # define PREAD pread64 Modified: head/devel/libzim/files/patch-src_meson.build ============================================================================== --- head/devel/libzim/files/patch-src_meson.build Tue Dec 4 23:59:47 2018 (r486639) +++ head/devel/libzim/files/patch-src_meson.build Wed Dec 5 00:05:50 2018 (r486640) @@ -1,6 +1,6 @@ ---- src/meson.build.orig 2018-07-11 01:43:01.888587000 +0000 -+++ src/meson.build 2018-07-11 01:43:07.416631000 +0000 -@@ -51,6 +51,10 @@ if zlib_dep.found() +--- src/meson.build.orig 2018-09-04 16:23:32 UTC ++++ src/meson.build +@@ -58,6 +58,10 @@ if zlib_dep.found() deps += [zlib_dep] endif Modified: head/devel/libzim/pkg-plist ============================================================================== --- head/devel/libzim/pkg-plist Tue Dec 4 23:59:47 2018 (r486639) +++ head/devel/libzim/pkg-plist Wed Dec 5 00:05:50 2018 (r486640) @@ -12,5 +12,5 @@ include/zim/writer/zimcreator.h include/zim/zim.h lib/libzim.so lib/libzim.so.4 -lib/libzim.so.4.0.0 +lib/libzim.so.%%PORTVERSION%% libdata/pkgconfig/libzim.pc From owner-svn-ports-all@freebsd.org Wed Dec 5 00:14:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A151D1326B34; Wed, 5 Dec 2018 00:14:07 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B0A47A744; Wed, 5 Dec 2018 00:14:07 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 169064CB0; Wed, 5 Dec 2018 00:14:07 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB50E62p061507; Wed, 5 Dec 2018 00:14:06 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB50E6s7061506; Wed, 5 Dec 2018 00:14:06 GMT (envelope-from db@FreeBSD.org) Message-Id: <201812050014.wB50E6s7061506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 5 Dec 2018 00:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486641 - in head/comms/flrig: . files X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: in head/comms/flrig: . files X-SVN-Commit-Revision: 486641 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3B0A47A744 X-Spamd-Result: default: False [-0.33 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.22)[0.222,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 00:14:07 -0000 Author: db Date: Wed Dec 5 00:14:06 2018 New Revision: 486641 URL: https://svnweb.freebsd.org/changeset/ports/486641 Log: Update to latest release 1.3.41 While here, pet portlint =Version 1.3.41= 2018-11-10 David Freese dadd32c: FT991 af73be7: IC7300 noise blanker ba55a05: TS-950 9da74e7: BW inhibit 09cfb60: ts480sat b02db5b: Yaesu e209b81: has_extras 51a0a72: XMLRPC debug level fe4a31d: ts2000 get/set trace 0343328: IC7700 set/get 16850ec: pbt 0762082: FTdx1200 a976bab: PCR1000 16a757e: TT550/TT538 56b5f2a: FT450D/FTdx5000 0299ff2: IC7300 65164bc: k2/k3/kx3 05c7082: TS2000 squelch 9dc6f6f: Band Select 34f9c42: Bogus command line parameters 90e147e: Warnings fixes adb529b: K3 bug fix 5aa7835: IC7610 f306f89: TS-940SAT b70bf4e: OMNI-VI 7d225d7: Cosmetics 0cd455c: IC756PRO extra cbc1a6d: IC 9100 a2a5cee: TAB controls 37ee48f: xml_io 60af694: IC7100 b7ad209: IC735 Deleted: head/comms/flrig/files/patch-src_main.cxx Modified: head/comms/flrig/Makefile head/comms/flrig/distinfo Modified: head/comms/flrig/Makefile ============================================================================== --- head/comms/flrig/Makefile Wed Dec 5 00:05:50 2018 (r486640) +++ head/comms/flrig/Makefile Wed Dec 5 00:14:06 2018 (r486641) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flrig -PORTVERSION= 1.3.39 +PORTVERSION= 1.3.41 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk USES= gmake + GNU_CONFIGURE= yes CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" PLIST_FILES= bin/flrig share/applications/flrig.desktop \ Modified: head/comms/flrig/distinfo ============================================================================== --- head/comms/flrig/distinfo Wed Dec 5 00:05:50 2018 (r486640) +++ head/comms/flrig/distinfo Wed Dec 5 00:14:06 2018 (r486641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518294187 -SHA256 (flrig-1.3.39.tar.gz) = a56cd97ef95f00da123e21173a400ce9d9a2389d3178b86b9fabf2e0ca176901 -SIZE (flrig-1.3.39.tar.gz) = 711661 +TIMESTAMP = 1543950748 +SHA256 (flrig-1.3.41.tar.gz) = a463d82224ee9ca67f134e0253939a81c31707366e9ee5c6f3f7def1be22016e +SIZE (flrig-1.3.41.tar.gz) = 784713 From owner-svn-ports-all@freebsd.org Wed Dec 5 00:38:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6F6C1327502; Wed, 5 Dec 2018 00:38:12 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D9FB7B101; Wed, 5 Dec 2018 00:38:12 +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 3FC91501B; Wed, 5 Dec 2018 00:38:12 +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 wB50cCni072125; Wed, 5 Dec 2018 00:38:12 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB50cBlD072120; Wed, 5 Dec 2018 00:38:11 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812050038.wB50cBlD072120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 5 Dec 2018 00:38:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486642 - head/devel/py-odfpy X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/py-odfpy X-SVN-Commit-Revision: 486642 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D9FB7B101 X-Spamd-Result: default: False [-0.11 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.44)[0.441,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 00:38:12 -0000 Author: wen Date: Wed Dec 5 00:38:11 2018 New Revision: 486642 URL: https://svnweb.freebsd.org/changeset/ports/486642 Log: - Update to 1.4.0 Modified: head/devel/py-odfpy/Makefile head/devel/py-odfpy/distinfo Modified: head/devel/py-odfpy/Makefile ============================================================================== --- head/devel/py-odfpy/Makefile Wed Dec 5 00:14:06 2018 (r486641) +++ head/devel/py-odfpy/Makefile Wed Dec 5 00:38:11 2018 (r486642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= odfpy -PORTVERSION= 1.3.6 +PORTVERSION= 1.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://opendocumentfellowship.com/files/ Modified: head/devel/py-odfpy/distinfo ============================================================================== --- head/devel/py-odfpy/distinfo Wed Dec 5 00:14:06 2018 (r486641) +++ head/devel/py-odfpy/distinfo Wed Dec 5 00:38:11 2018 (r486642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513433533 -SHA256 (odfpy-1.3.6.tar.gz) = 6bcaf3b23aa9e49ed8c8c177266539b211add4e02402748a994451482a10cb1b -SIZE (odfpy-1.3.6.tar.gz) = 691122 +TIMESTAMP = 1543892002 +SHA256 (odfpy-1.4.0.tar.gz) = 596021f0519623ca8717331951c95e3b8d7b21e86edc7efe8cb650a0d0f59a2b +SIZE (odfpy-1.4.0.tar.gz) = 715096 From owner-svn-ports-all@freebsd.org Wed Dec 5 00:41:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C596132772E; Wed, 5 Dec 2018 00:41:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2D837B2C5; Wed, 5 Dec 2018 00:41:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3E13504F; Wed, 5 Dec 2018 00:41:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB50f5IL074612; Wed, 5 Dec 2018 00:41:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB50f5L2074611; Wed, 5 Dec 2018 00:41:05 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812050041.wB50f5L2074611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 5 Dec 2018 00:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486643 - head/devel/py-ipywidgets X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-ipywidgets X-SVN-Commit-Revision: 486643 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D2D837B2C5 X-Spamd-Result: default: False [-0.11 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.44)[0.441,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 00:41:06 -0000 Author: swills Date: Wed Dec 5 00:41:05 2018 New Revision: 486643 URL: https://svnweb.freebsd.org/changeset/ports/486643 Log: devel/py-ipywidgets: update to 7.4.2 Modified: head/devel/py-ipywidgets/Makefile (contents, props changed) head/devel/py-ipywidgets/distinfo (contents, props changed) Modified: head/devel/py-ipywidgets/Makefile ============================================================================== --- head/devel/py-ipywidgets/Makefile Wed Dec 5 00:38:11 2018 (r486642) +++ head/devel/py-ipywidgets/Makefile Wed Dec 5 00:41:05 2018 (r486643) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ipywidgets -PORTVERSION= 7.2.1 -PORTREVISION= 1 +PORTVERSION= 7.4.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-ipywidgets/distinfo ============================================================================== --- head/devel/py-ipywidgets/distinfo Wed Dec 5 00:38:11 2018 (r486642) +++ head/devel/py-ipywidgets/distinfo Wed Dec 5 00:41:05 2018 (r486643) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531257298 -SHA256 (ipywidgets-7.2.1.tar.gz) = ab9869cda5af7ba449d8f707b29b7e97a7db97d6366805d6b733338f51096f54 -SIZE (ipywidgets-7.2.1.tar.gz) = 1020904 +TIMESTAMP = 1543968645 +SHA256 (ipywidgets-7.4.2.tar.gz) = a3e224f430163f767047ab9a042fc55adbcab0c24bbe6cf9f306c4f89fdf0ba3 +SIZE (ipywidgets-7.4.2.tar.gz) = 4114472 From owner-svn-ports-all@freebsd.org Wed Dec 5 00:52:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CBBB1327AD4; Wed, 5 Dec 2018 00:52:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02C067BB02; Wed, 5 Dec 2018 00:52:39 +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 D6A805350; Wed, 5 Dec 2018 00:52: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 wB50qcdx082228; Wed, 5 Dec 2018 00:52:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB50qckP082224; Wed, 5 Dec 2018 00:52:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812050052.wB50qckP082224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 5 Dec 2018 00:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486644 - in head/math: . 4ti2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . 4ti2 X-SVN-Commit-Revision: 486644 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 02C067BB02 X-Spamd-Result: default: False [0.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.417,0]; NEURAL_SPAM_LONG(0.01)[0.010,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.44)[0.443,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 00:52:39 -0000 Author: yuri Date: Wed Dec 5 00:52:37 2018 New Revision: 486644 URL: https://svnweb.freebsd.org/changeset/ports/486644 Log: New port: math/4ti2: Solve algebraic, geometric, combinatorial problems on linear spaces Added: head/math/4ti2/ head/math/4ti2/Makefile (contents, props changed) head/math/4ti2/distinfo (contents, props changed) head/math/4ti2/pkg-descr (contents, props changed) head/math/4ti2/pkg-plist (contents, props changed) Modified: head/math/Makefile Added: head/math/4ti2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/4ti2/Makefile Wed Dec 5 00:52:37 2018 (r486644) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= 4ti2 +DISTVERSIONPREFIX= Release_ +DISTVERSION= 1_6_9 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Solve algebraic, geometric, combinatorial problems on linear spaces + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libglpk.so:math/glpk \ + libgmp.so:math/gmp + +USES= autoreconf gmake libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static --enable-shared --with-glpk=${LOCALBASE} --with-gmp=${LOCALBASE} +USE_GITHUB= yes +USE_LDCONFIG= yes + +TEST_TARGET= check # tests fail to run: https://github.com/4ti2/4ti2/issues/26 + +.include Added: head/math/4ti2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/4ti2/distinfo Wed Dec 5 00:52:37 2018 (r486644) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543969170 +SHA256 (4ti2-4ti2-Release_1_6_9_GH0.tar.gz) = 7b1015718102d8cd4dc2de64f69094fdba0bc69a1878ada5960979b171ff89e4 +SIZE (4ti2-4ti2-Release_1_6_9_GH0.tar.gz) = 5000032 Added: head/math/4ti2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/4ti2/pkg-descr Wed Dec 5 00:52:37 2018 (r486644) @@ -0,0 +1,21 @@ +4ti2 is a software package for algebraic, geometric and combinatorial problems +on linear spaces. It computes +* the circuits of a cone +* a problem matrix corresponding to graphical statistical models +* generators for the symmetry group acting on 4-way tables +* the Graver basis of a matrix or a given lattice +* a Groebner basis of the toric ideal of a matrix or, more general, of the + lattice ideal of a lattice +* a Markov basis (generating set) of the toric ideal +* the minimal solution of an integer linear program or, more general, a lattice + program, using a Groebner basis +* the normal form of a list of feasible points +* the primitive partition identities, that is, the Graver basis of [1 2 3 ... N] +* a generator description of a cone +* the extreme rays of a cone +* the minimal solution of an integer linear program or, more general, a lattice + program using a Groebner basis +* an integer lattice basis +* solutions of linear inequality and equation systems over the integers + +WWW: https://4ti2.github.io/ Added: head/math/4ti2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/4ti2/pkg-plist Wed Dec 5 00:52:37 2018 (r486644) @@ -0,0 +1,172 @@ +bin/4ti2gmp +bin/4ti2int32 +bin/4ti2int64 +bin/circuits +bin/genmodel +bin/gensymm +bin/graver +bin/groebner +bin/hilbert +bin/markov +bin/minimize +bin/normalform +bin/output +bin/ppi +bin/qsolve +bin/rays +bin/walk +bin/zbasis +bin/zsolve +include/4ti2/4ti2.h +include/4ti2/4ti2_config.h +include/4ti2/4ti2xx.h +include/groebner/Algorithm.h +include/groebner/BasicCompletion.h +include/groebner/BasicGeneration.h +include/groebner/BasicOptions.h +include/groebner/BasicReduction.h +include/groebner/Binomial.h +include/groebner/BinomialArray.h +include/groebner/BinomialArrayStream.h +include/groebner/BinomialCollection.h +include/groebner/BinomialFactory.h +include/groebner/BinomialSet.h +include/groebner/BinomialSetStream.h +include/groebner/BinomialStream.h +include/groebner/BitSet.h +include/groebner/BitSetStream.h +include/groebner/Bounded.h +include/groebner/CircuitImplementation.h +include/groebner/CircuitImplementation.tpp +include/groebner/CircuitMatrixAlgorithm.h +include/groebner/CircuitMatrixAlgorithm.tpp +include/groebner/CircuitOptions.h +include/groebner/CircuitSupportAlgorithm.h +include/groebner/CircuitSupportAlgorithm.tpp +include/groebner/CircuitsAPI.h +include/groebner/Completion.h +include/groebner/DataType.h +include/groebner/Debug.h +include/groebner/DiagonalAlgorithm.h +include/groebner/DiagonalAlgorithm.tpp +include/groebner/EliminateAlgorithm.h +include/groebner/Euclidean.h +include/groebner/Extract.h +include/groebner/Feasible.h +include/groebner/FeasibleStream.h +include/groebner/Filter.h +include/groebner/FilterReduction.h +include/groebner/FlipCompletion.h +include/groebner/GeneratingSet.h +include/groebner/Generation.h +include/groebner/Globals.h +include/groebner/Grading.h +include/groebner/GroebnerBasis.h +include/groebner/HermiteAlgorithm.h +include/groebner/HermiteAlgorithm.tpp +include/groebner/HybridGenSet.h +include/groebner/Index.h +include/groebner/IndexBinomialSet.h +include/groebner/IndexSetConverter.h +include/groebner/LatticeBasis.h +include/groebner/LongDenseIndexSet.h +include/groebner/LongDenseIndexSetStream.h +include/groebner/Markov.h +include/groebner/MaxMinGenSet.h +include/groebner/Minimize.h +include/groebner/MinimizeOptions.h +include/groebner/OnesReduction.h +include/groebner/OnesTree.h +include/groebner/OnesTree.tpp +include/groebner/Optimise.h +include/groebner/Options.h +include/groebner/OrderedCompletion.h +include/groebner/Permutation.h +include/groebner/ProjectLiftGenSet.h +include/groebner/QSolveAPI.h +include/groebner/QSolveAlgorithm.h +include/groebner/QSolveConsOrder.h +include/groebner/QSolveVariant.h +include/groebner/RayAlgorithm.h +include/groebner/RayImplementation.h +include/groebner/RayImplementation.tpp +include/groebner/RayMatrixAlgorithm.h +include/groebner/RayMatrixAlgorithm.tpp +include/groebner/RaySupportAlgorithm.h +include/groebner/RaySupportAlgorithm.tpp +include/groebner/RaysAPI.h +include/groebner/Reduction.h +include/groebner/SaturationGenSet.h +include/groebner/ShortDenseIndexSet.h +include/groebner/ShortDenseIndexSetStream.h +include/groebner/SignPattern.h +include/groebner/Size.h +include/groebner/Statistics.h +include/groebner/SupportTree.h +include/groebner/SupportTree.tpp +include/groebner/SyzygyCompletion.h +include/groebner/SyzygyGeneration.h +include/groebner/TermOrder.h +include/groebner/Timer.h +include/groebner/Truncate.h +include/groebner/Vector.h +include/groebner/VectorArray.h +include/groebner/VectorArrayAPI.h +include/groebner/VectorArrayStream.h +include/groebner/VectorStream.h +include/groebner/WalkAlgorithm.h +include/groebner/WalkOptions.h +include/groebner/Weight.h +include/groebner/WeightAlgorithm.h +include/groebner/WeightedBinomialSet.h +include/groebner/WeightedReduction.h +include/util/genmodel.h +include/util/gensymm.h +include/util/myheader.h +include/util/orbit.h +include/util/output.h +include/util/print.h +include/util/vector.h +include/zsolve/Algorithm.hpp +include/zsolve/BitSet.h +include/zsolve/BoundAPI.hpp +include/zsolve/Controller.hpp +include/zsolve/DefaultController.hpp +include/zsolve/Exception.h +include/zsolve/GraverAPI.hpp +include/zsolve/Heuristics.hpp +include/zsolve/HilbertAPI.hpp +include/zsolve/Integer.h +include/zsolve/Lattice.hpp +include/zsolve/LinearSystem.hpp +include/zsolve/Norms.hpp +include/zsolve/Options.h +include/zsolve/RelAPI.h +include/zsolve/Relation.hpp +include/zsolve/SignAPI.h +include/zsolve/Timer.h +include/zsolve/Variables.hpp +include/zsolve/Vector.hpp +include/zsolve/VectorArray.hpp +include/zsolve/VectorArrayAPI.hpp +include/zsolve/ZSolveAPI.hpp +include/zsolve/zsolve.h +lib/lib4ti2common.so +lib/lib4ti2common.so.0 +lib/lib4ti2common.so.0.0.0 +lib/lib4ti2gmp.so +lib/lib4ti2gmp.so.0 +lib/lib4ti2gmp.so.0.0.0 +lib/lib4ti2int32.so +lib/lib4ti2int32.so.0 +lib/lib4ti2int32.so.0.0.0 +lib/lib4ti2int64.so +lib/lib4ti2int64.so.0 +lib/lib4ti2int64.so.0.0.0 +lib/lib4ti2util.so +lib/lib4ti2util.so.0 +lib/lib4ti2util.so.0.0.0 +lib/libzsolve.so +lib/libzsolve.so.0 +lib/libzsolve.so.0.0.0 +%%DATADIR%%/doc/4ti2_manual.pdf Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Dec 5 00:41:05 2018 (r486643) +++ head/math/Makefile Wed Dec 5 00:52:37 2018 (r486644) @@ -3,6 +3,7 @@ COMMENT = Mathematics + SUBDIR += 4ti2 SUBDIR += GiNaC SUBDIR += PDL SUBDIR += R From owner-svn-ports-all@freebsd.org Wed Dec 5 01:09:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5FB51327F1D; Wed, 5 Dec 2018 01:09:29 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D7A27C0E9; Wed, 5 Dec 2018 01:09:29 +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 2E56254F8; Wed, 5 Dec 2018 01:09:29 +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 wB519S6n087959; Wed, 5 Dec 2018 01:09:28 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB519SE5087957; Wed, 5 Dec 2018 01:09:28 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812050109.wB519SE5087957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 5 Dec 2018 01:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486645 - head/www/p5-Dancer X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/p5-Dancer X-SVN-Commit-Revision: 486645 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4D7A27C0E9 X-Spamd-Result: default: False [-0.11 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.44)[0.441,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 01:09:29 -0000 Author: wen Date: Wed Dec 5 01:09:28 2018 New Revision: 486645 URL: https://svnweb.freebsd.org/changeset/ports/486645 Log: - Update to 1.3500 Changes: https://metacpan.org/changes/distribution/Dancer PR: 232213 Submitted by: wenheping2000@hotmail.com Approved by: maintainer(timeout, > 50 days) Modified: head/www/p5-Dancer/Makefile head/www/p5-Dancer/distinfo head/www/p5-Dancer/pkg-plist Modified: head/www/p5-Dancer/Makefile ============================================================================== --- head/www/p5-Dancer/Makefile Wed Dec 5 00:52:37 2018 (r486644) +++ head/www/p5-Dancer/Makefile Wed Dec 5 01:09:28 2018 (r486645) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Dancer -PORTVERSION= 1.3400 +PORTVERSION= 1.3500 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BIGPRESH Modified: head/www/p5-Dancer/distinfo ============================================================================== --- head/www/p5-Dancer/distinfo Wed Dec 5 00:52:37 2018 (r486644) +++ head/www/p5-Dancer/distinfo Wed Dec 5 01:09:28 2018 (r486645) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529130460 -SHA256 (Dancer-1.3400.tar.gz) = 85915e6d36449e74adffadd8d7bb9c0c776daf301774b10e1a7076233c9b3f6c -SIZE (Dancer-1.3400.tar.gz) = 390941 +TIMESTAMP = 1543970639 +SHA256 (Dancer-1.3500.tar.gz) = 58042aa46dfea864e4a591dc80f46d901bd2e7128de242e3e577463d13995cdc +SIZE (Dancer-1.3500.tar.gz) = 392695 Modified: head/www/p5-Dancer/pkg-plist ============================================================================== --- head/www/p5-Dancer/pkg-plist Wed Dec 5 00:52:37 2018 (r486644) +++ head/www/p5-Dancer/pkg-plist Wed Dec 5 01:09:28 2018 (r486645) @@ -77,6 +77,7 @@ %%PERL5_MAN3%%/Dancer::Test.3.gz %%PERL5_MAN3%%/Dancer::Timer.3.gz %%PERL5_MAN3%%/Dancer::Tutorial.3.gz +%%PERL5_MAN3%%/HTTP::Tiny::NoProxy.3.gz bin/dancer %%SITE_PERL%%/Dancer.pm %%SITE_PERL%%/Dancer/App.pm @@ -156,3 +157,4 @@ bin/dancer %%SITE_PERL%%/Dancer/Test.pm %%SITE_PERL%%/Dancer/Timer.pm %%SITE_PERL%%/Dancer/Tutorial.pod +%%SITE_PERL%%/HTTP/Tiny/NoProxy.pm From owner-svn-ports-all@freebsd.org Wed Dec 5 01:28:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4175013287FB; Wed, 5 Dec 2018 01:28:07 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DBD627D034; Wed, 5 Dec 2018 01:28:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDD48584A; Wed, 5 Dec 2018 01:28:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB51S6KS098248; Wed, 5 Dec 2018 01:28:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB51S6qY098247; Wed, 5 Dec 2018 01:28:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812050128.wB51S6qY098247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 5 Dec 2018 01:28:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486646 - head/math/vtk6 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/vtk6 X-SVN-Commit-Revision: 486646 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DBD627D034 X-Spamd-Result: default: False [-0.11 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.44)[0.441,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 01:28:07 -0000 Author: jbeich Date: Wed Dec 5 01:28:06 2018 New Revision: 486646 URL: https://svnweb.freebsd.org/changeset/ports/486646 Log: math/vtk6: unbreak after r485327 if doxygen built with LATEX=off Installing doxygen-1.8.14,2... `-- Installing graphviz-2.40.1_6... -| | `-- Installing glib-2.56.1_3,1... +| | `-- Installing glib-2.56.3_1,1... -| | `-- Installing perl5-5.26.2_2... -| | `-- Extracting perl5-5.26.2_2: .......... done -- Found Doxygen: /usr/local/bin/doxygen (found version "1.8.14") found components: doxygen dot -- Could NOT find Gnuplot (missing: GNUPLOT_EXECUTABLE) -- Could NOT find Perl (missing: PERL_EXECUTABLE) -- Could NOT find Wget (missing: WGET_EXECUTABLE) CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Perl (missing: PERL_EXECUTABLE) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindPerl.cmake:75 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) Utilities/Doxygen/CMakeLists.txt:5 (find_package) PR: 233138 Modified: head/math/vtk6/Makefile (contents, props changed) Modified: head/math/vtk6/Makefile ============================================================================== --- head/math/vtk6/Makefile Wed Dec 5 01:09:28 2018 (r486645) +++ head/math/vtk6/Makefile Wed Dec 5 01:28:06 2018 (r486646) @@ -220,6 +220,8 @@ PLIST_SUB+= WRAP="@comment " .if ${PORT_OPTIONS:MDOCS} CMAKE_ARGS+= -DBUILD_DOCUMENTATION:BOOL=ON BUILD_DEPENDS+= doxygen:devel/doxygen +USES+= perl5 +USE_PERL5+= build .else CMAKE_ARGS+= -DBUILD_DOCUMENTATION:BOOL=OFF .endif From owner-svn-ports-all@freebsd.org Wed Dec 5 01:51:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FCF813291DF; Wed, 5 Dec 2018 01:51:47 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED0E97DC27; Wed, 5 Dec 2018 01:51: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 CDDBD5CFF; Wed, 5 Dec 2018 01:51: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 wB51pj5x010485; Wed, 5 Dec 2018 01:51:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB51pjPL010481; Wed, 5 Dec 2018 01:51:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812050151.wB51pjPL010481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 5 Dec 2018 01:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486647 - in head/math: . lidia X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . lidia X-SVN-Commit-Revision: 486647 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ED0E97DC27 X-Spamd-Result: default: False [0.18 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.35)[-0.351,0]; NEURAL_SPAM_LONG(0.09)[0.092,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.44)[0.444,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 01:51:47 -0000 Author: yuri Date: Wed Dec 5 01:51:44 2018 New Revision: 486647 URL: https://svnweb.freebsd.org/changeset/ports/486647 Log: New port: math/lidia: Library for computational number theory Added: head/math/lidia/ head/math/lidia/Makefile (contents, props changed) head/math/lidia/distinfo (contents, props changed) head/math/lidia/pkg-descr (contents, props changed) head/math/lidia/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Dec 5 01:28:06 2018 (r486646) +++ head/math/Makefile Wed Dec 5 01:51:44 2018 (r486647) @@ -332,6 +332,7 @@ SUBDIR += libxls SUBDIR += libxlsxwriter SUBDIR += libxsmm + SUBDIR += lidia SUBDIR += linpack SUBDIR += lll_spect SUBDIR += lp_solve Added: head/math/lidia/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/lidia/Makefile Wed Dec 5 01:51:44 2018 (r486647) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= lidia +DISTVERSION= 2.3.0 +CATEGORIES= math +MASTER_SITES= https://www.math.ucdavis.edu/~latte/software/packages/lidia/current/ +DISTNAME= ${PORTNAME}-${DISTVERSION}+latte-patches-2014-10-04 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for computational number theory + +LICENSE= LiDIA +LICENSE_NAME= LiDIA License +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +LIB_DEPENDS= libgmp.so:math/gmp + +USES= gmake localbase:ldflags tar:bz2 libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static --enable-shared --with-extra-libs=${LOCALBASE}/lib +USE_GCC= any # doesn't build with clang, no active developers to fix this: https://github.com/mkoeppe/LiDIA/issues/6 +USE_LDCONFIG= yes + +.include Added: head/math/lidia/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/lidia/distinfo Wed Dec 5 01:51:44 2018 (r486647) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543972660 +SHA256 (lidia-2.3.0+latte-patches-2014-10-04.tar.bz2) = d564d5263f2c01d8abe51e2971ca43a911d1edbc20f4750cdc393099d2bcd9aa +SIZE (lidia-2.3.0+latte-patches-2014-10-04.tar.bz2) = 19147463 Added: head/math/lidia/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/lidia/pkg-descr Wed Dec 5 01:51:44 2018 (r486647) @@ -0,0 +1,7 @@ +LiDIA is a library for computational number theory, developed 1994-2004 at +TU Darmstadt. + +It is primarily intended to be used as a dependency of the LattE integrale +project. + +WWW: https://www.math.ucdavis.edu/~latte/ Added: head/math/lidia/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/lidia/pkg-plist Wed Dec 5 01:51:44 2018 (r486647) @@ -0,0 +1,1548 @@ +include/lidia/EC_domain_parameters_P1363.h +include/lidia/Fp_pol_crossover.h +include/lidia/Fp_poly_modulus.h +include/lidia/Fp_poly_multiplier.h +include/lidia/Fp_polynomial.h +include/lidia/Fp_rational_function.h +include/lidia/LiDIA.h +include/lidia/alg_number.h +include/lidia/arith.inl +include/lidia/base/array_functions.h +include/lidia/base/b_value.h +include/lidia/base/base_bigmod.h +include/lidia/base/base_factor.cc +include/lidia/base/base_factor.h +include/lidia/base/ecm_primes.h +include/lidia/base/file_io_class.h +include/lidia/base/interface_lib.h +include/lidia/base/poly_intern.cc +include/lidia/base/poly_intern.h +include/lidia/base/ppair.cc +include/lidia/base/ppair.h +include/lidia/base/residue_class_list.cc +include/lidia/base/residue_class_list.h +include/lidia/base/sf_bigint.h +include/lidia/base_matrix.cc +include/lidia/base_matrix.h +include/lidia/base_power_product.cc +include/lidia/base_power_product.h +include/lidia/base_ppair.cc +include/lidia/base_ppair.h +include/lidia/base_vector.cc +include/lidia/base_vector.h +include/lidia/bigcomplex.h +include/lidia/bigcomplex_polynomial.h +include/lidia/bigfloat.h +include/lidia/bigfloat_config.h +include/lidia/bigfloat_int.h +include/lidia/bigfloat_lattice.h +include/lidia/bigfloat_matrix.h +include/lidia/bigfloat_polynomial.h +include/lidia/bigint.h +include/lidia/bigint_lattice.h +include/lidia/bigint_matrix.h +include/lidia/bigint_polynomial.h +include/lidia/bigmod.h +include/lidia/bigmod_matrix.h +include/lidia/bigrational.h +include/lidia/bigrational_polynomial.h +include/lidia/certificate.h +include/lidia/comparator.h +include/lidia/complex_periods.h +include/lidia/crt.h +include/lidia/crt_table.h +include/lidia/curve_isomorphism.cc +include/lidia/curve_isomorphism.h +include/lidia/debug.h +include/lidia/dense_base_matrix.cc +include/lidia/dense_base_matrix.h +include/lidia/dense_bigint_matrix.h +include/lidia/dense_field_matrix.cc +include/lidia/dense_field_matrix.h +include/lidia/dense_matrix.h +include/lidia/dense_power_series.cc +include/lidia/dense_power_series.h +include/lidia/dense_ring_matrix.cc +include/lidia/dense_ring_matrix.h +include/lidia/dlp.h +include/lidia/eco_gf2n.h +include/lidia/eco_prime.h +include/lidia/elliptic_curve.cc +include/lidia/elliptic_curve.h +include/lidia/elliptic_curve_bigint.h +include/lidia/elliptic_curve_flags.h +include/lidia/elliptic_curves/base_elliptic_curve.cc +include/lidia/elliptic_curves/base_elliptic_curve.h +include/lidia/elliptic_curves/base_elliptic_curve_rep.cc +include/lidia/elliptic_curves/base_elliptic_curve_rep.h +include/lidia/elliptic_curves/base_point.cc +include/lidia/elliptic_curves/base_point.h +include/lidia/elliptic_curves/ec_arith.h +include/lidia/elliptic_curves/elliptic_curve_rep.cc +include/lidia/elliptic_curves/elliptic_curve_rep.h +include/lidia/elliptic_curves/elliptic_curve_rep_bigint.h +include/lidia/elliptic_curves/point_operations.cc +include/lidia/elliptic_curves/point_operations.h +include/lidia/elliptic_curves/point_operations_bigint.h +include/lidia/error.h +include/lidia/factorization.cc +include/lidia/factorization.h +include/lidia/ff1.h +include/lidia/ff2.h +include/lidia/fft_prime.h +include/lidia/field_matrix.cc +include/lidia/field_matrix.h +include/lidia/field_polynomial.cc +include/lidia/field_polynomial.h +include/lidia/file_vector.cc +include/lidia/file_vector.h +include/lidia/finite_fields/Fp_polynomial_fft.h +include/lidia/finite_fields/Fp_polynomial_util.h +include/lidia/finite_fields/base_dense_power_series.cc +include/lidia/finite_fields/base_dense_power_series.h +include/lidia/finite_fields/base_sparse_power_series.cc +include/lidia/finite_fields/base_sparse_power_series.h +include/lidia/finite_fields/bit_reverse_table.h +include/lidia/finite_fields/coeff_sparse_power_series.cc +include/lidia/finite_fields/coeff_sparse_power_series.h +include/lidia/finite_fields/dense_power_series_bigmod.h +include/lidia/finite_fields/dense_power_series_udigit_mod.h +include/lidia/finite_fields/fft_mul_mod.inl +include/lidia/finite_fields/galois_field_rep.h +include/lidia/finite_fields/gf2nIO.h +include/lidia/finite_fields/info_gf2n.h +include/lidia/finite_fields/sf_Fp_polynomial.h +include/lidia/finite_fields/sf_gf_polynomial.h +include/lidia/galois_field.h +include/lidia/galois_field_iterator.h +include/lidia/gec.h +include/lidia/gec_E_and_twist_prime.h +include/lidia/gec_complex_multiplication.h +include/lidia/gec_point_counting_mod_2n.h +include/lidia/gec_point_counting_mod_p.h +include/lidia/gf2n.h +include/lidia/gf2n_poly_modulus.h +include/lidia/gf2n_polynomial.h +include/lidia/gf2n_rational_function.h +include/lidia/gf_element.h +include/lidia/gf_polynomial.h +include/lidia/hash_table.cc +include/lidia/hash_table.h +include/lidia/indexed_hash_table.cc +include/lidia/indexed_hash_table.h +include/lidia/info.h +include/lidia/instantiate/ec_finite_fields.cc +include/lidia/instantiate/ec_rationals.cc +include/lidia/instantiate/factorization.cc +include/lidia/instantiate/hash_table.cc +include/lidia/instantiate/lattices.cc +include/lidia/instantiate/matrix.cc +include/lidia/instantiate/pair.cc +include/lidia/instantiate/power_functions.cc +include/lidia/instantiate/power_product.cc +include/lidia/instantiate/power_series.cc +include/lidia/instantiate/residue_class_list.cc +include/lidia/instantiate/vector.cc +include/lidia/isstream.h +include/lidia/kernel/bigint_def.h +include/lidia/kernel/bigint_interface.h +include/lidia/kernel/udigit_def.h +include/lidia/kernel/udigit_interface.h +include/lidia/kodaira_code.h +include/lidia/lanczos.h +include/lidia/lattice_basis.h +include/lidia/lattice_gensys.h +include/lidia/lattices/bf_lattice_basis.h +include/lidia/lattices/bf_lattice_gensys.h +include/lidia/lattices/bi_lattice_basis.h +include/lidia/lattices/bi_lattice_gensys.h +include/lidia/lattices/lattice_defs.h +include/lidia/lattices/lattice_kernel.cc +include/lidia/lattices/lattice_kernel.h +include/lidia/lattices/lattice_modules.cc +include/lidia/lattices/lattice_modules.h +include/lidia/lattices/p_vector.cc +include/lidia/lattices/p_vector.h +include/lidia/lidia_defines.h +include/lidia/lidia_file.h +include/lidia/lidia_reference_counter.h +include/lidia/lidia_signal.h +include/lidia/lidia_vector.h +include/lidia/long_matrix.h +include/lidia/math_matrix.h +include/lidia/math_vector.cc +include/lidia/math_vector.h +include/lidia/matrix.h +include/lidia/matrix/base_matrix_algorithms.cc +include/lidia/matrix/base_matrix_algorithms.h +include/lidia/matrix/bigint_matrix_algorithms.cc +include/lidia/matrix/bigint_matrix_algorithms.h +include/lidia/matrix/crt_and_prime_handling.h +include/lidia/matrix/dense_base_matrix_kernel.cc +include/lidia/matrix/dense_base_matrix_kernel.h +include/lidia/matrix/dense_bigint_matrix_kernel.cc +include/lidia/matrix/dense_bigint_matrix_kernel.h +include/lidia/matrix/dense_bigint_matrix_modules.cc +include/lidia/matrix/dense_bigint_matrix_modules.h +include/lidia/matrix/dense_field_matrix_kernel.cc +include/lidia/matrix/dense_field_matrix_kernel.h +include/lidia/matrix/dense_fp_matrix_kernel.cc +include/lidia/matrix/dense_fp_matrix_kernel.h +include/lidia/matrix/dense_ring_matrix_kernel.cc +include/lidia/matrix/dense_ring_matrix_kernel.h +include/lidia/matrix/field_matrix_algorithms.cc +include/lidia/matrix/field_matrix_algorithms.h +include/lidia/matrix/fp_matrix_algorithms.cc +include/lidia/matrix/fp_matrix_algorithms.h +include/lidia/matrix/hnf_conf.cc +include/lidia/matrix/hnf_conf.h +include/lidia/matrix/hnf_kernel.cc +include/lidia/matrix/hnf_kernel.h +include/lidia/matrix/matrix_representation.h +include/lidia/matrix/modular_arithmetic.cc +include/lidia/matrix/modular_arithmetic.h +include/lidia/matrix/modular_functions.inl +include/lidia/matrix/normalize_kernel.cc +include/lidia/matrix/normalize_kernel.h +include/lidia/matrix/ring_matrix_algorithms.cc +include/lidia/matrix/ring_matrix_algorithms.h +include/lidia/matrix/sparse_base_matrix_kernel.cc +include/lidia/matrix/sparse_base_matrix_kernel.h +include/lidia/matrix/sparse_bigint_matrix_kernel.cc +include/lidia/matrix/sparse_bigint_matrix_kernel.h +include/lidia/matrix/sparse_bigint_matrix_modules.cc +include/lidia/matrix/sparse_bigint_matrix_modules.h +include/lidia/matrix/sparse_field_matrix_kernel.cc +include/lidia/matrix/sparse_field_matrix_kernel.h +include/lidia/matrix/sparse_fp_matrix_algorithms.cc +include/lidia/matrix/sparse_fp_matrix_algorithms.h +include/lidia/matrix/sparse_fp_matrix_kernel.cc +include/lidia/matrix/sparse_fp_matrix_kernel.h +include/lidia/matrix/sparse_ring_matrix_kernel.cc +include/lidia/matrix/sparse_ring_matrix_kernel.h +include/lidia/matrix_GL2Z.h +include/lidia/matrix_flags.h +include/lidia/matrix_intern.h +include/lidia/memory.h +include/lidia/meq_prime.h +include/lidia/minimal_model.h +include/lidia/modular_functions.h +include/lidia/modular_operations.inl +include/lidia/mpqs_timing.h +include/lidia/multi_bigmod.h +include/lidia/mv_fract.h +include/lidia/mv_poly.h +include/lidia/mv_term.h +include/lidia/nmbrthry_functions.h +include/lidia/number_fields/partial_relation.h +include/lidia/number_fields/qo_list.h +include/lidia/number_fields/qo_sieve.h +include/lidia/number_fields/qo_util.h +include/lidia/number_fields/sf_alg_ideal.h +include/lidia/osstream.h +include/lidia/pair.cc +include/lidia/pair.h +include/lidia/param_desc.cc +include/lidia/param_desc.h +include/lidia/path.h +include/lidia/point.cc +include/lidia/point.h +include/lidia/point_bigint.h +include/lidia/polynomial.h +include/lidia/power_functions.cc +include/lidia/power_functions.h +include/lidia/power_table.cc +include/lidia/power_table.h +include/lidia/precondition_error.cc +include/lidia/precondition_error.h +include/lidia/prime_ideal.h +include/lidia/prime_list.h +include/lidia/prime_proof.h +include/lidia/qi_class.h +include/lidia/qi_class_real.h +include/lidia/quadratic_form.h +include/lidia/quadratic_ideal.h +include/lidia/quadratic_ideal_power_product.h +include/lidia/quadratic_number_logarithm.h +include/lidia/quadratic_number_power_product.h +include/lidia/quadratic_number_power_product_basis.h +include/lidia/quadratic_number_standard.h +include/lidia/quadratic_order.h +include/lidia/quartic.h +include/lidia/random_generator.h +include/lidia/rational_factorization.h +include/lidia/reduction_type.h +include/lidia/ring_matrix.cc +include/lidia/ring_matrix.h +include/lidia/single_factor.cc +include/lidia/single_factor.h +include/lidia/sort_vector.cc +include/lidia/sort_vector.h +include/lidia/sparse_base_matrix.cc +include/lidia/sparse_base_matrix.h +include/lidia/sparse_field_matrix.cc +include/lidia/sparse_field_matrix.h +include/lidia/sparse_matrix.h +include/lidia/sparse_power_series.cc +include/lidia/sparse_power_series.h +include/lidia/sparse_ring_matrix.cc +include/lidia/sparse_ring_matrix.h +include/lidia/specialization/Fp_polynomial.special +include/lidia/specialization/alg_ideal.special +include/lidia/specialization/bigcomplex.special +include/lidia/specialization/bigfloat.special +include/lidia/specialization/bigint.special +include/lidia/specialization/bigmod.special +include/lidia/specialization/bigrational.special +include/lidia/specialization/dense_power_series.special +include/lidia/specialization/gf_element.special +include/lidia/specialization/gf_polynomial.special +include/lidia/specialization/polynomial.special +include/lidia/specialization/single_factor.special +include/lidia/specialization/udigit_mod.special +include/lidia/timer.h +include/lidia/trace_list.h +include/lidia/trace_mod.h +include/lidia/udigit.h +include/lidia/udigit_mod.h +include/lidia/vector_flags.h +include/lidia/vector_representation.h +include/lidia/warning.h +include/lidia/weco2_rat_function.h +include/lidia/wep_rat_function.h +include/lidia/xbigfloat.h +include/lidia/xdouble.h +include/lidia/xdouble.inl +include/lidia/xerror.h +lib/libLiDIA.so +lib/libLiDIA.so.0 +lib/libLiDIA.so.0.0.0 +%%DATADIR%%/Discriminants/h_1 +%%DATADIR%%/Discriminants/h_10 +%%DATADIR%%/Discriminants/h_100 +%%DATADIR%%/Discriminants/h_101 +%%DATADIR%%/Discriminants/h_102 +%%DATADIR%%/Discriminants/h_103 +%%DATADIR%%/Discriminants/h_104 +%%DATADIR%%/Discriminants/h_105 +%%DATADIR%%/Discriminants/h_106 +%%DATADIR%%/Discriminants/h_107 +%%DATADIR%%/Discriminants/h_108 +%%DATADIR%%/Discriminants/h_109 +%%DATADIR%%/Discriminants/h_11 +%%DATADIR%%/Discriminants/h_110 +%%DATADIR%%/Discriminants/h_111 +%%DATADIR%%/Discriminants/h_112 +%%DATADIR%%/Discriminants/h_113 +%%DATADIR%%/Discriminants/h_114 +%%DATADIR%%/Discriminants/h_115 +%%DATADIR%%/Discriminants/h_116 +%%DATADIR%%/Discriminants/h_117 +%%DATADIR%%/Discriminants/h_118 +%%DATADIR%%/Discriminants/h_119 +%%DATADIR%%/Discriminants/h_12 +%%DATADIR%%/Discriminants/h_120 +%%DATADIR%%/Discriminants/h_121 +%%DATADIR%%/Discriminants/h_122 +%%DATADIR%%/Discriminants/h_123 +%%DATADIR%%/Discriminants/h_124 +%%DATADIR%%/Discriminants/h_125 +%%DATADIR%%/Discriminants/h_126 +%%DATADIR%%/Discriminants/h_127 +%%DATADIR%%/Discriminants/h_128 +%%DATADIR%%/Discriminants/h_129 +%%DATADIR%%/Discriminants/h_13 +%%DATADIR%%/Discriminants/h_130 +%%DATADIR%%/Discriminants/h_131 +%%DATADIR%%/Discriminants/h_132 +%%DATADIR%%/Discriminants/h_133 +%%DATADIR%%/Discriminants/h_134 +%%DATADIR%%/Discriminants/h_135 +%%DATADIR%%/Discriminants/h_136 +%%DATADIR%%/Discriminants/h_137 +%%DATADIR%%/Discriminants/h_138 +%%DATADIR%%/Discriminants/h_139 +%%DATADIR%%/Discriminants/h_14 +%%DATADIR%%/Discriminants/h_140 +%%DATADIR%%/Discriminants/h_141 +%%DATADIR%%/Discriminants/h_142 +%%DATADIR%%/Discriminants/h_143 +%%DATADIR%%/Discriminants/h_144 +%%DATADIR%%/Discriminants/h_145 +%%DATADIR%%/Discriminants/h_146 +%%DATADIR%%/Discriminants/h_147 +%%DATADIR%%/Discriminants/h_148 +%%DATADIR%%/Discriminants/h_149 +%%DATADIR%%/Discriminants/h_15 +%%DATADIR%%/Discriminants/h_150 +%%DATADIR%%/Discriminants/h_151 +%%DATADIR%%/Discriminants/h_152 +%%DATADIR%%/Discriminants/h_153 +%%DATADIR%%/Discriminants/h_154 +%%DATADIR%%/Discriminants/h_155 +%%DATADIR%%/Discriminants/h_156 +%%DATADIR%%/Discriminants/h_157 +%%DATADIR%%/Discriminants/h_158 +%%DATADIR%%/Discriminants/h_159 +%%DATADIR%%/Discriminants/h_16 +%%DATADIR%%/Discriminants/h_160 +%%DATADIR%%/Discriminants/h_161 +%%DATADIR%%/Discriminants/h_162 +%%DATADIR%%/Discriminants/h_163 +%%DATADIR%%/Discriminants/h_164 +%%DATADIR%%/Discriminants/h_165 +%%DATADIR%%/Discriminants/h_166 +%%DATADIR%%/Discriminants/h_167 +%%DATADIR%%/Discriminants/h_168 +%%DATADIR%%/Discriminants/h_169 +%%DATADIR%%/Discriminants/h_17 +%%DATADIR%%/Discriminants/h_170 +%%DATADIR%%/Discriminants/h_171 +%%DATADIR%%/Discriminants/h_172 +%%DATADIR%%/Discriminants/h_173 +%%DATADIR%%/Discriminants/h_174 +%%DATADIR%%/Discriminants/h_175 +%%DATADIR%%/Discriminants/h_176 +%%DATADIR%%/Discriminants/h_177 +%%DATADIR%%/Discriminants/h_178 +%%DATADIR%%/Discriminants/h_179 +%%DATADIR%%/Discriminants/h_18 +%%DATADIR%%/Discriminants/h_180 +%%DATADIR%%/Discriminants/h_181 +%%DATADIR%%/Discriminants/h_182 +%%DATADIR%%/Discriminants/h_183 +%%DATADIR%%/Discriminants/h_184 +%%DATADIR%%/Discriminants/h_185 +%%DATADIR%%/Discriminants/h_186 +%%DATADIR%%/Discriminants/h_187 +%%DATADIR%%/Discriminants/h_188 +%%DATADIR%%/Discriminants/h_189 +%%DATADIR%%/Discriminants/h_19 +%%DATADIR%%/Discriminants/h_190 +%%DATADIR%%/Discriminants/h_191 +%%DATADIR%%/Discriminants/h_192 +%%DATADIR%%/Discriminants/h_193 +%%DATADIR%%/Discriminants/h_194 +%%DATADIR%%/Discriminants/h_195 +%%DATADIR%%/Discriminants/h_196 +%%DATADIR%%/Discriminants/h_197 +%%DATADIR%%/Discriminants/h_198 +%%DATADIR%%/Discriminants/h_199 +%%DATADIR%%/Discriminants/h_2 +%%DATADIR%%/Discriminants/h_20 +%%DATADIR%%/Discriminants/h_200 +%%DATADIR%%/Discriminants/h_201 +%%DATADIR%%/Discriminants/h_202 +%%DATADIR%%/Discriminants/h_203 +%%DATADIR%%/Discriminants/h_204 +%%DATADIR%%/Discriminants/h_205 +%%DATADIR%%/Discriminants/h_206 +%%DATADIR%%/Discriminants/h_207 +%%DATADIR%%/Discriminants/h_208 +%%DATADIR%%/Discriminants/h_209 +%%DATADIR%%/Discriminants/h_21 +%%DATADIR%%/Discriminants/h_210 +%%DATADIR%%/Discriminants/h_211 +%%DATADIR%%/Discriminants/h_212 +%%DATADIR%%/Discriminants/h_213 +%%DATADIR%%/Discriminants/h_214 +%%DATADIR%%/Discriminants/h_215 +%%DATADIR%%/Discriminants/h_216 +%%DATADIR%%/Discriminants/h_217 +%%DATADIR%%/Discriminants/h_218 +%%DATADIR%%/Discriminants/h_219 +%%DATADIR%%/Discriminants/h_22 +%%DATADIR%%/Discriminants/h_220 +%%DATADIR%%/Discriminants/h_221 +%%DATADIR%%/Discriminants/h_222 +%%DATADIR%%/Discriminants/h_223 +%%DATADIR%%/Discriminants/h_224 +%%DATADIR%%/Discriminants/h_225 +%%DATADIR%%/Discriminants/h_226 +%%DATADIR%%/Discriminants/h_227 +%%DATADIR%%/Discriminants/h_228 +%%DATADIR%%/Discriminants/h_229 +%%DATADIR%%/Discriminants/h_23 +%%DATADIR%%/Discriminants/h_230 +%%DATADIR%%/Discriminants/h_231 +%%DATADIR%%/Discriminants/h_232 +%%DATADIR%%/Discriminants/h_233 +%%DATADIR%%/Discriminants/h_234 +%%DATADIR%%/Discriminants/h_235 +%%DATADIR%%/Discriminants/h_236 +%%DATADIR%%/Discriminants/h_237 +%%DATADIR%%/Discriminants/h_238 +%%DATADIR%%/Discriminants/h_239 +%%DATADIR%%/Discriminants/h_24 +%%DATADIR%%/Discriminants/h_240 +%%DATADIR%%/Discriminants/h_241 +%%DATADIR%%/Discriminants/h_242 +%%DATADIR%%/Discriminants/h_243 +%%DATADIR%%/Discriminants/h_244 +%%DATADIR%%/Discriminants/h_245 +%%DATADIR%%/Discriminants/h_246 +%%DATADIR%%/Discriminants/h_247 +%%DATADIR%%/Discriminants/h_248 +%%DATADIR%%/Discriminants/h_249 +%%DATADIR%%/Discriminants/h_25 +%%DATADIR%%/Discriminants/h_250 +%%DATADIR%%/Discriminants/h_251 +%%DATADIR%%/Discriminants/h_252 +%%DATADIR%%/Discriminants/h_253 +%%DATADIR%%/Discriminants/h_254 +%%DATADIR%%/Discriminants/h_255 +%%DATADIR%%/Discriminants/h_256 +%%DATADIR%%/Discriminants/h_257 +%%DATADIR%%/Discriminants/h_258 +%%DATADIR%%/Discriminants/h_259 +%%DATADIR%%/Discriminants/h_26 +%%DATADIR%%/Discriminants/h_260 +%%DATADIR%%/Discriminants/h_261 +%%DATADIR%%/Discriminants/h_262 +%%DATADIR%%/Discriminants/h_263 +%%DATADIR%%/Discriminants/h_264 +%%DATADIR%%/Discriminants/h_265 +%%DATADIR%%/Discriminants/h_266 +%%DATADIR%%/Discriminants/h_267 +%%DATADIR%%/Discriminants/h_268 +%%DATADIR%%/Discriminants/h_269 +%%DATADIR%%/Discriminants/h_27 +%%DATADIR%%/Discriminants/h_270 +%%DATADIR%%/Discriminants/h_271 +%%DATADIR%%/Discriminants/h_272 +%%DATADIR%%/Discriminants/h_273 +%%DATADIR%%/Discriminants/h_274 +%%DATADIR%%/Discriminants/h_275 +%%DATADIR%%/Discriminants/h_276 +%%DATADIR%%/Discriminants/h_277 +%%DATADIR%%/Discriminants/h_278 +%%DATADIR%%/Discriminants/h_279 +%%DATADIR%%/Discriminants/h_28 +%%DATADIR%%/Discriminants/h_280 +%%DATADIR%%/Discriminants/h_281 +%%DATADIR%%/Discriminants/h_282 +%%DATADIR%%/Discriminants/h_283 +%%DATADIR%%/Discriminants/h_284 +%%DATADIR%%/Discriminants/h_285 +%%DATADIR%%/Discriminants/h_286 +%%DATADIR%%/Discriminants/h_287 +%%DATADIR%%/Discriminants/h_288 +%%DATADIR%%/Discriminants/h_289 +%%DATADIR%%/Discriminants/h_29 +%%DATADIR%%/Discriminants/h_290 +%%DATADIR%%/Discriminants/h_291 +%%DATADIR%%/Discriminants/h_292 +%%DATADIR%%/Discriminants/h_293 +%%DATADIR%%/Discriminants/h_294 +%%DATADIR%%/Discriminants/h_295 +%%DATADIR%%/Discriminants/h_296 +%%DATADIR%%/Discriminants/h_297 +%%DATADIR%%/Discriminants/h_298 +%%DATADIR%%/Discriminants/h_299 +%%DATADIR%%/Discriminants/h_3 +%%DATADIR%%/Discriminants/h_30 +%%DATADIR%%/Discriminants/h_300 +%%DATADIR%%/Discriminants/h_301 +%%DATADIR%%/Discriminants/h_302 +%%DATADIR%%/Discriminants/h_303 +%%DATADIR%%/Discriminants/h_304 +%%DATADIR%%/Discriminants/h_305 +%%DATADIR%%/Discriminants/h_306 +%%DATADIR%%/Discriminants/h_307 +%%DATADIR%%/Discriminants/h_308 +%%DATADIR%%/Discriminants/h_309 +%%DATADIR%%/Discriminants/h_31 +%%DATADIR%%/Discriminants/h_310 +%%DATADIR%%/Discriminants/h_311 +%%DATADIR%%/Discriminants/h_312 +%%DATADIR%%/Discriminants/h_313 +%%DATADIR%%/Discriminants/h_314 +%%DATADIR%%/Discriminants/h_315 +%%DATADIR%%/Discriminants/h_316 +%%DATADIR%%/Discriminants/h_317 +%%DATADIR%%/Discriminants/h_318 +%%DATADIR%%/Discriminants/h_319 +%%DATADIR%%/Discriminants/h_32 +%%DATADIR%%/Discriminants/h_320 +%%DATADIR%%/Discriminants/h_321 +%%DATADIR%%/Discriminants/h_322 +%%DATADIR%%/Discriminants/h_323 +%%DATADIR%%/Discriminants/h_324 +%%DATADIR%%/Discriminants/h_325 +%%DATADIR%%/Discriminants/h_326 +%%DATADIR%%/Discriminants/h_327 +%%DATADIR%%/Discriminants/h_328 +%%DATADIR%%/Discriminants/h_329 +%%DATADIR%%/Discriminants/h_33 +%%DATADIR%%/Discriminants/h_330 +%%DATADIR%%/Discriminants/h_331 +%%DATADIR%%/Discriminants/h_332 +%%DATADIR%%/Discriminants/h_333 +%%DATADIR%%/Discriminants/h_334 +%%DATADIR%%/Discriminants/h_335 +%%DATADIR%%/Discriminants/h_336 +%%DATADIR%%/Discriminants/h_337 +%%DATADIR%%/Discriminants/h_338 +%%DATADIR%%/Discriminants/h_339 +%%DATADIR%%/Discriminants/h_34 +%%DATADIR%%/Discriminants/h_340 +%%DATADIR%%/Discriminants/h_341 +%%DATADIR%%/Discriminants/h_342 +%%DATADIR%%/Discriminants/h_343 +%%DATADIR%%/Discriminants/h_344 +%%DATADIR%%/Discriminants/h_345 +%%DATADIR%%/Discriminants/h_346 +%%DATADIR%%/Discriminants/h_347 +%%DATADIR%%/Discriminants/h_348 +%%DATADIR%%/Discriminants/h_349 +%%DATADIR%%/Discriminants/h_35 +%%DATADIR%%/Discriminants/h_350 +%%DATADIR%%/Discriminants/h_351 +%%DATADIR%%/Discriminants/h_352 +%%DATADIR%%/Discriminants/h_353 +%%DATADIR%%/Discriminants/h_354 +%%DATADIR%%/Discriminants/h_355 +%%DATADIR%%/Discriminants/h_356 +%%DATADIR%%/Discriminants/h_357 +%%DATADIR%%/Discriminants/h_358 +%%DATADIR%%/Discriminants/h_359 +%%DATADIR%%/Discriminants/h_36 +%%DATADIR%%/Discriminants/h_360 +%%DATADIR%%/Discriminants/h_361 +%%DATADIR%%/Discriminants/h_362 +%%DATADIR%%/Discriminants/h_363 +%%DATADIR%%/Discriminants/h_364 +%%DATADIR%%/Discriminants/h_365 +%%DATADIR%%/Discriminants/h_366 +%%DATADIR%%/Discriminants/h_367 +%%DATADIR%%/Discriminants/h_368 +%%DATADIR%%/Discriminants/h_369 +%%DATADIR%%/Discriminants/h_37 +%%DATADIR%%/Discriminants/h_370 +%%DATADIR%%/Discriminants/h_371 +%%DATADIR%%/Discriminants/h_372 +%%DATADIR%%/Discriminants/h_373 +%%DATADIR%%/Discriminants/h_374 +%%DATADIR%%/Discriminants/h_375 +%%DATADIR%%/Discriminants/h_376 +%%DATADIR%%/Discriminants/h_377 +%%DATADIR%%/Discriminants/h_378 +%%DATADIR%%/Discriminants/h_379 +%%DATADIR%%/Discriminants/h_38 +%%DATADIR%%/Discriminants/h_380 +%%DATADIR%%/Discriminants/h_381 +%%DATADIR%%/Discriminants/h_382 +%%DATADIR%%/Discriminants/h_383 +%%DATADIR%%/Discriminants/h_384 +%%DATADIR%%/Discriminants/h_385 +%%DATADIR%%/Discriminants/h_386 +%%DATADIR%%/Discriminants/h_387 +%%DATADIR%%/Discriminants/h_388 +%%DATADIR%%/Discriminants/h_389 +%%DATADIR%%/Discriminants/h_39 +%%DATADIR%%/Discriminants/h_390 +%%DATADIR%%/Discriminants/h_391 +%%DATADIR%%/Discriminants/h_392 +%%DATADIR%%/Discriminants/h_393 +%%DATADIR%%/Discriminants/h_394 +%%DATADIR%%/Discriminants/h_395 +%%DATADIR%%/Discriminants/h_396 +%%DATADIR%%/Discriminants/h_397 +%%DATADIR%%/Discriminants/h_398 +%%DATADIR%%/Discriminants/h_399 +%%DATADIR%%/Discriminants/h_4 +%%DATADIR%%/Discriminants/h_40 +%%DATADIR%%/Discriminants/h_400 +%%DATADIR%%/Discriminants/h_401 +%%DATADIR%%/Discriminants/h_402 +%%DATADIR%%/Discriminants/h_403 +%%DATADIR%%/Discriminants/h_404 +%%DATADIR%%/Discriminants/h_405 +%%DATADIR%%/Discriminants/h_406 +%%DATADIR%%/Discriminants/h_407 +%%DATADIR%%/Discriminants/h_408 +%%DATADIR%%/Discriminants/h_409 +%%DATADIR%%/Discriminants/h_41 +%%DATADIR%%/Discriminants/h_410 +%%DATADIR%%/Discriminants/h_411 +%%DATADIR%%/Discriminants/h_412 +%%DATADIR%%/Discriminants/h_413 +%%DATADIR%%/Discriminants/h_414 +%%DATADIR%%/Discriminants/h_415 +%%DATADIR%%/Discriminants/h_416 +%%DATADIR%%/Discriminants/h_417 +%%DATADIR%%/Discriminants/h_418 +%%DATADIR%%/Discriminants/h_419 +%%DATADIR%%/Discriminants/h_42 +%%DATADIR%%/Discriminants/h_420 +%%DATADIR%%/Discriminants/h_421 +%%DATADIR%%/Discriminants/h_422 +%%DATADIR%%/Discriminants/h_423 +%%DATADIR%%/Discriminants/h_424 +%%DATADIR%%/Discriminants/h_425 +%%DATADIR%%/Discriminants/h_426 +%%DATADIR%%/Discriminants/h_427 +%%DATADIR%%/Discriminants/h_428 +%%DATADIR%%/Discriminants/h_429 +%%DATADIR%%/Discriminants/h_43 +%%DATADIR%%/Discriminants/h_430 +%%DATADIR%%/Discriminants/h_431 +%%DATADIR%%/Discriminants/h_432 +%%DATADIR%%/Discriminants/h_433 +%%DATADIR%%/Discriminants/h_434 +%%DATADIR%%/Discriminants/h_435 +%%DATADIR%%/Discriminants/h_436 +%%DATADIR%%/Discriminants/h_437 +%%DATADIR%%/Discriminants/h_438 +%%DATADIR%%/Discriminants/h_439 +%%DATADIR%%/Discriminants/h_44 +%%DATADIR%%/Discriminants/h_440 +%%DATADIR%%/Discriminants/h_441 +%%DATADIR%%/Discriminants/h_442 +%%DATADIR%%/Discriminants/h_443 +%%DATADIR%%/Discriminants/h_444 +%%DATADIR%%/Discriminants/h_445 +%%DATADIR%%/Discriminants/h_446 +%%DATADIR%%/Discriminants/h_447 +%%DATADIR%%/Discriminants/h_448 +%%DATADIR%%/Discriminants/h_449 +%%DATADIR%%/Discriminants/h_45 +%%DATADIR%%/Discriminants/h_450 +%%DATADIR%%/Discriminants/h_451 +%%DATADIR%%/Discriminants/h_452 +%%DATADIR%%/Discriminants/h_453 +%%DATADIR%%/Discriminants/h_454 +%%DATADIR%%/Discriminants/h_455 +%%DATADIR%%/Discriminants/h_456 +%%DATADIR%%/Discriminants/h_457 +%%DATADIR%%/Discriminants/h_458 +%%DATADIR%%/Discriminants/h_459 +%%DATADIR%%/Discriminants/h_46 +%%DATADIR%%/Discriminants/h_460 +%%DATADIR%%/Discriminants/h_461 +%%DATADIR%%/Discriminants/h_462 +%%DATADIR%%/Discriminants/h_463 +%%DATADIR%%/Discriminants/h_464 +%%DATADIR%%/Discriminants/h_465 +%%DATADIR%%/Discriminants/h_466 +%%DATADIR%%/Discriminants/h_467 +%%DATADIR%%/Discriminants/h_468 +%%DATADIR%%/Discriminants/h_469 +%%DATADIR%%/Discriminants/h_47 +%%DATADIR%%/Discriminants/h_470 +%%DATADIR%%/Discriminants/h_471 +%%DATADIR%%/Discriminants/h_472 +%%DATADIR%%/Discriminants/h_473 +%%DATADIR%%/Discriminants/h_474 +%%DATADIR%%/Discriminants/h_475 +%%DATADIR%%/Discriminants/h_476 +%%DATADIR%%/Discriminants/h_477 +%%DATADIR%%/Discriminants/h_478 +%%DATADIR%%/Discriminants/h_479 +%%DATADIR%%/Discriminants/h_48 +%%DATADIR%%/Discriminants/h_480 +%%DATADIR%%/Discriminants/h_481 +%%DATADIR%%/Discriminants/h_482 +%%DATADIR%%/Discriminants/h_483 +%%DATADIR%%/Discriminants/h_484 +%%DATADIR%%/Discriminants/h_485 +%%DATADIR%%/Discriminants/h_486 +%%DATADIR%%/Discriminants/h_487 +%%DATADIR%%/Discriminants/h_488 +%%DATADIR%%/Discriminants/h_489 +%%DATADIR%%/Discriminants/h_49 +%%DATADIR%%/Discriminants/h_490 +%%DATADIR%%/Discriminants/h_491 +%%DATADIR%%/Discriminants/h_492 +%%DATADIR%%/Discriminants/h_493 +%%DATADIR%%/Discriminants/h_494 +%%DATADIR%%/Discriminants/h_495 +%%DATADIR%%/Discriminants/h_496 +%%DATADIR%%/Discriminants/h_497 +%%DATADIR%%/Discriminants/h_498 +%%DATADIR%%/Discriminants/h_499 +%%DATADIR%%/Discriminants/h_5 +%%DATADIR%%/Discriminants/h_50 +%%DATADIR%%/Discriminants/h_500 +%%DATADIR%%/Discriminants/h_501 +%%DATADIR%%/Discriminants/h_502 +%%DATADIR%%/Discriminants/h_503 +%%DATADIR%%/Discriminants/h_504 +%%DATADIR%%/Discriminants/h_505 +%%DATADIR%%/Discriminants/h_506 +%%DATADIR%%/Discriminants/h_507 +%%DATADIR%%/Discriminants/h_508 +%%DATADIR%%/Discriminants/h_509 +%%DATADIR%%/Discriminants/h_51 +%%DATADIR%%/Discriminants/h_510 +%%DATADIR%%/Discriminants/h_511 +%%DATADIR%%/Discriminants/h_512 +%%DATADIR%%/Discriminants/h_513 +%%DATADIR%%/Discriminants/h_514 +%%DATADIR%%/Discriminants/h_515 +%%DATADIR%%/Discriminants/h_516 +%%DATADIR%%/Discriminants/h_517 +%%DATADIR%%/Discriminants/h_518 +%%DATADIR%%/Discriminants/h_519 +%%DATADIR%%/Discriminants/h_52 +%%DATADIR%%/Discriminants/h_520 +%%DATADIR%%/Discriminants/h_521 +%%DATADIR%%/Discriminants/h_522 +%%DATADIR%%/Discriminants/h_523 +%%DATADIR%%/Discriminants/h_524 +%%DATADIR%%/Discriminants/h_525 +%%DATADIR%%/Discriminants/h_526 +%%DATADIR%%/Discriminants/h_527 +%%DATADIR%%/Discriminants/h_528 +%%DATADIR%%/Discriminants/h_529 +%%DATADIR%%/Discriminants/h_53 +%%DATADIR%%/Discriminants/h_530 +%%DATADIR%%/Discriminants/h_531 +%%DATADIR%%/Discriminants/h_532 +%%DATADIR%%/Discriminants/h_533 +%%DATADIR%%/Discriminants/h_534 +%%DATADIR%%/Discriminants/h_535 +%%DATADIR%%/Discriminants/h_536 +%%DATADIR%%/Discriminants/h_537 +%%DATADIR%%/Discriminants/h_538 +%%DATADIR%%/Discriminants/h_539 +%%DATADIR%%/Discriminants/h_54 +%%DATADIR%%/Discriminants/h_540 +%%DATADIR%%/Discriminants/h_541 +%%DATADIR%%/Discriminants/h_542 +%%DATADIR%%/Discriminants/h_543 +%%DATADIR%%/Discriminants/h_544 +%%DATADIR%%/Discriminants/h_545 +%%DATADIR%%/Discriminants/h_546 +%%DATADIR%%/Discriminants/h_547 +%%DATADIR%%/Discriminants/h_548 +%%DATADIR%%/Discriminants/h_549 +%%DATADIR%%/Discriminants/h_55 +%%DATADIR%%/Discriminants/h_550 +%%DATADIR%%/Discriminants/h_551 +%%DATADIR%%/Discriminants/h_552 +%%DATADIR%%/Discriminants/h_553 +%%DATADIR%%/Discriminants/h_554 +%%DATADIR%%/Discriminants/h_555 +%%DATADIR%%/Discriminants/h_556 +%%DATADIR%%/Discriminants/h_557 +%%DATADIR%%/Discriminants/h_558 +%%DATADIR%%/Discriminants/h_559 +%%DATADIR%%/Discriminants/h_56 +%%DATADIR%%/Discriminants/h_560 +%%DATADIR%%/Discriminants/h_561 +%%DATADIR%%/Discriminants/h_562 +%%DATADIR%%/Discriminants/h_563 +%%DATADIR%%/Discriminants/h_564 +%%DATADIR%%/Discriminants/h_565 +%%DATADIR%%/Discriminants/h_566 +%%DATADIR%%/Discriminants/h_567 +%%DATADIR%%/Discriminants/h_568 +%%DATADIR%%/Discriminants/h_569 +%%DATADIR%%/Discriminants/h_57 +%%DATADIR%%/Discriminants/h_570 +%%DATADIR%%/Discriminants/h_571 +%%DATADIR%%/Discriminants/h_572 +%%DATADIR%%/Discriminants/h_573 +%%DATADIR%%/Discriminants/h_574 +%%DATADIR%%/Discriminants/h_575 +%%DATADIR%%/Discriminants/h_576 +%%DATADIR%%/Discriminants/h_577 +%%DATADIR%%/Discriminants/h_578 +%%DATADIR%%/Discriminants/h_579 +%%DATADIR%%/Discriminants/h_58 +%%DATADIR%%/Discriminants/h_580 +%%DATADIR%%/Discriminants/h_581 +%%DATADIR%%/Discriminants/h_582 +%%DATADIR%%/Discriminants/h_583 +%%DATADIR%%/Discriminants/h_584 +%%DATADIR%%/Discriminants/h_585 +%%DATADIR%%/Discriminants/h_586 +%%DATADIR%%/Discriminants/h_587 +%%DATADIR%%/Discriminants/h_588 +%%DATADIR%%/Discriminants/h_589 +%%DATADIR%%/Discriminants/h_59 +%%DATADIR%%/Discriminants/h_590 +%%DATADIR%%/Discriminants/h_591 +%%DATADIR%%/Discriminants/h_592 +%%DATADIR%%/Discriminants/h_593 +%%DATADIR%%/Discriminants/h_594 +%%DATADIR%%/Discriminants/h_595 +%%DATADIR%%/Discriminants/h_596 +%%DATADIR%%/Discriminants/h_597 +%%DATADIR%%/Discriminants/h_598 +%%DATADIR%%/Discriminants/h_599 +%%DATADIR%%/Discriminants/h_6 +%%DATADIR%%/Discriminants/h_60 +%%DATADIR%%/Discriminants/h_600 +%%DATADIR%%/Discriminants/h_601 +%%DATADIR%%/Discriminants/h_602 +%%DATADIR%%/Discriminants/h_603 +%%DATADIR%%/Discriminants/h_604 +%%DATADIR%%/Discriminants/h_605 +%%DATADIR%%/Discriminants/h_606 +%%DATADIR%%/Discriminants/h_607 +%%DATADIR%%/Discriminants/h_608 +%%DATADIR%%/Discriminants/h_609 +%%DATADIR%%/Discriminants/h_61 +%%DATADIR%%/Discriminants/h_610 +%%DATADIR%%/Discriminants/h_611 +%%DATADIR%%/Discriminants/h_612 +%%DATADIR%%/Discriminants/h_613 +%%DATADIR%%/Discriminants/h_614 +%%DATADIR%%/Discriminants/h_615 +%%DATADIR%%/Discriminants/h_616 +%%DATADIR%%/Discriminants/h_617 +%%DATADIR%%/Discriminants/h_618 +%%DATADIR%%/Discriminants/h_619 +%%DATADIR%%/Discriminants/h_62 +%%DATADIR%%/Discriminants/h_620 +%%DATADIR%%/Discriminants/h_621 +%%DATADIR%%/Discriminants/h_622 +%%DATADIR%%/Discriminants/h_623 +%%DATADIR%%/Discriminants/h_624 +%%DATADIR%%/Discriminants/h_625 +%%DATADIR%%/Discriminants/h_626 +%%DATADIR%%/Discriminants/h_627 +%%DATADIR%%/Discriminants/h_628 +%%DATADIR%%/Discriminants/h_629 +%%DATADIR%%/Discriminants/h_63 +%%DATADIR%%/Discriminants/h_630 +%%DATADIR%%/Discriminants/h_631 +%%DATADIR%%/Discriminants/h_632 +%%DATADIR%%/Discriminants/h_633 +%%DATADIR%%/Discriminants/h_634 +%%DATADIR%%/Discriminants/h_635 +%%DATADIR%%/Discriminants/h_636 +%%DATADIR%%/Discriminants/h_637 +%%DATADIR%%/Discriminants/h_638 +%%DATADIR%%/Discriminants/h_639 +%%DATADIR%%/Discriminants/h_64 +%%DATADIR%%/Discriminants/h_640 +%%DATADIR%%/Discriminants/h_641 +%%DATADIR%%/Discriminants/h_642 +%%DATADIR%%/Discriminants/h_643 +%%DATADIR%%/Discriminants/h_644 +%%DATADIR%%/Discriminants/h_645 +%%DATADIR%%/Discriminants/h_646 +%%DATADIR%%/Discriminants/h_647 +%%DATADIR%%/Discriminants/h_648 +%%DATADIR%%/Discriminants/h_649 +%%DATADIR%%/Discriminants/h_65 +%%DATADIR%%/Discriminants/h_650 +%%DATADIR%%/Discriminants/h_651 +%%DATADIR%%/Discriminants/h_652 +%%DATADIR%%/Discriminants/h_653 +%%DATADIR%%/Discriminants/h_654 +%%DATADIR%%/Discriminants/h_655 +%%DATADIR%%/Discriminants/h_656 +%%DATADIR%%/Discriminants/h_657 +%%DATADIR%%/Discriminants/h_658 +%%DATADIR%%/Discriminants/h_659 +%%DATADIR%%/Discriminants/h_66 +%%DATADIR%%/Discriminants/h_660 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed Dec 5 02:35:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53710132A466; Wed, 5 Dec 2018 02:35:03 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA8607F457; Wed, 5 Dec 2018 02:35:02 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CCF1763BA; Wed, 5 Dec 2018 02:35:02 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB52Z2au034360; Wed, 5 Dec 2018 02:35:02 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB52Z2W5034359; Wed, 5 Dec 2018 02:35:02 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201812050235.wB52Z2W5034359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 5 Dec 2018 02:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486648 - head/devel/R-cran-caret X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/devel/R-cran-caret X-SVN-Commit-Revision: 486648 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EA8607F457 X-Spamd-Result: default: False [-0.42 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.13)[0.128,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 02:35:03 -0000 Author: tota Date: Wed Dec 5 02:35:02 2018 New Revision: 486648 URL: https://svnweb.freebsd.org/changeset/ports/486648 Log: - Update to 6.0-81 Modified: head/devel/R-cran-caret/Makefile (contents, props changed) head/devel/R-cran-caret/distinfo (contents, props changed) Modified: head/devel/R-cran-caret/Makefile ============================================================================== --- head/devel/R-cran-caret/Makefile Wed Dec 5 01:51:44 2018 (r486647) +++ head/devel/R-cran-caret/Makefile Wed Dec 5 02:35:02 2018 (r486648) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= caret -DISTVERSION= 6.0-80 +DISTVERSION= 6.0-81 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,7 +16,7 @@ CRAN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 R-cran-plyr>0:devel/R-cran-plyr \ R-cran-ModelMetrics>=1.1.0:devel/R-cran-ModelMetrics \ R-cran-reshape2>0:devel/R-cran-reshape2 \ - R-cran-recipes>0.0.1:math/R-cran-recipes \ + R-cran-recipes>=0.1.4:math/R-cran-recipes \ R-cran-withr>=2.0.0:devel/R-cran-withr BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/devel/R-cran-caret/distinfo ============================================================================== --- head/devel/R-cran-caret/distinfo Wed Dec 5 01:51:44 2018 (r486647) +++ head/devel/R-cran-caret/distinfo Wed Dec 5 02:35:02 2018 (r486648) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527493175 -SHA256 (caret_6.0-80.tar.gz) = 0705874a30bd5960a51616338534255734e792a4af3f28368e1040f7bf820d76 -SIZE (caret_6.0-80.tar.gz) = 5216997 +TIMESTAMP = 1543917248 +SHA256 (caret_6.0-81.tar.gz) = ecbae3f5d11fa7d7b0e2525f5574616eeb61c4b82eaf8796014ee02fa7ce2bba +SIZE (caret_6.0-81.tar.gz) = 5235487 From owner-svn-ports-all@freebsd.org Wed Dec 5 04:45:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9580F132D727; Wed, 5 Dec 2018 04:45:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1F128378D; Wed, 5 Dec 2018 04:45:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C422E7A1C; Wed, 5 Dec 2018 04:45:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB54j6tO001837; Wed, 5 Dec 2018 04:45:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB54j6fx001836; Wed, 5 Dec 2018 04:45:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812050445.wB54j6fx001836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 5 Dec 2018 04:45:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486649 - head/math/py-PySCIPOpt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-PySCIPOpt X-SVN-Commit-Revision: 486649 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F1F128378D X-Spamd-Result: default: False [-0.17 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.38)[0.382,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 04:45:08 -0000 Author: yuri Date: Wed Dec 5 04:45:06 2018 New Revision: 486649 URL: https://svnweb.freebsd.org/changeset/ports/486649 Log: math/py-PySCIPOpt: Update 2.0.2 -> 2.1.0 Reported by: portscout Modified: head/math/py-PySCIPOpt/Makefile head/math/py-PySCIPOpt/distinfo Modified: head/math/py-PySCIPOpt/Makefile ============================================================================== --- head/math/py-PySCIPOpt/Makefile Wed Dec 5 02:35:02 2018 (r486648) +++ head/math/py-PySCIPOpt/Makefile Wed Dec 5 04:45:06 2018 (r486649) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= PySCIPOpt -DISTVERSION= 2.0.2 +DISTVERSION= 2.1.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-PySCIPOpt/distinfo ============================================================================== --- head/math/py-PySCIPOpt/distinfo Wed Dec 5 02:35:02 2018 (r486648) +++ head/math/py-PySCIPOpt/distinfo Wed Dec 5 04:45:06 2018 (r486649) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541546817 -SHA256 (PySCIPOpt-2.0.2.tar.gz) = df5a695f38663a0bc77c22b95c6b38acda00acf1a964d21ae697791ec5bea6f0 -SIZE (PySCIPOpt-2.0.2.tar.gz) = 511007 +TIMESTAMP = 1543974883 +SHA256 (PySCIPOpt-2.1.0.tar.gz) = 95f4ffe7251c429adc09a0b3a95628c400caebe47f3bafcb574e4da0cd554b9a +SIZE (PySCIPOpt-2.1.0.tar.gz) = 514033 From owner-svn-ports-all@freebsd.org Wed Dec 5 05:18:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BF9A132E3C9; Wed, 5 Dec 2018 05:18:52 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F08E846DF; Wed, 5 Dec 2018 05:18:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2028B7EF7; Wed, 5 Dec 2018 05:18:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB55Ipci017639; Wed, 5 Dec 2018 05:18:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB55IpKL017638; Wed, 5 Dec 2018 05:18:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812050518.wB55IpKL017638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 5 Dec 2018 05:18:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486650 - head/textproc/ripgrep X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/textproc/ripgrep X-SVN-Commit-Revision: 486650 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3F08E846DF X-Spamd-Result: default: False [-0.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_HAM_SHORT(-0.34)[-0.337,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 05:18:52 -0000 Author: jbeich Date: Wed Dec 5 05:18:51 2018 New Revision: 486650 URL: https://svnweb.freebsd.org/changeset/ports/486650 Log: textproc/ripgrep: unbreak AVX=on on i386 after r454995 error[E0432]: unresolved import `simd::x86::avx` --> cargo-crates/bytecount-0.3.2/src/lib.rs:49:16 | 49 | use simd::x86::avx::{LowHigh128, u8x32}; | ^^^ could not find `avx` in `x86` https://github.com/rust-lang/rust/issues/56527 Modified: head/textproc/ripgrep/Makefile (contents, props changed) Modified: head/textproc/ripgrep/Makefile ============================================================================== --- head/textproc/ripgrep/Makefile Wed Dec 5 04:45:06 2018 (r486649) +++ head/textproc/ripgrep/Makefile Wed Dec 5 05:18:51 2018 (r486650) @@ -133,7 +133,7 @@ PCRE2_VARS= CARGO_FEATURES+=pcre2 # unstable features similar to how lang/rust bootstraps. www/firefox # uses the same hack when building with --enable-rust-simd. SIMD_MAKE_ENV= RUSTC_BOOTSTRAP=1 -SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}} +SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}${PORT_OPTIONS:MAVX}} SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2" post-patch: From owner-svn-ports-all@freebsd.org Wed Dec 5 05:19:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8915B132E422; Wed, 5 Dec 2018 05:19:30 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FEAD847E5; Wed, 5 Dec 2018 05:19:30 +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 111227EF8; Wed, 5 Dec 2018 05:19:30 +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 wB55JTaO017791; Wed, 5 Dec 2018 05:19:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB55JTrF017790; Wed, 5 Dec 2018 05:19:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812050519.wB55JTrF017790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 5 Dec 2018 05:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486651 - branches/2018Q4/textproc/ripgrep X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/textproc/ripgrep X-SVN-Commit-Revision: 486651 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2FEAD847E5 X-Spamd-Result: default: False [-0.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_HAM_SHORT(-0.34)[-0.337,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 05:19:30 -0000 Author: jbeich Date: Wed Dec 5 05:19:29 2018 New Revision: 486651 URL: https://svnweb.freebsd.org/changeset/ports/486651 Log: MFH: r486650 textproc/ripgrep: unbreak AVX=on on i386 after r454995 error[E0432]: unresolved import `simd::x86::avx` --> cargo-crates/bytecount-0.3.2/src/lib.rs:49:16 | 49 | use simd::x86::avx::{LowHigh128, u8x32}; | ^^^ could not find `avx` in `x86` https://github.com/rust-lang/rust/issues/56527 Approved by: ports-secteam blanket Modified: branches/2018Q4/textproc/ripgrep/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/textproc/ripgrep/Makefile ============================================================================== --- branches/2018Q4/textproc/ripgrep/Makefile Wed Dec 5 05:18:51 2018 (r486650) +++ branches/2018Q4/textproc/ripgrep/Makefile Wed Dec 5 05:19:29 2018 (r486651) @@ -96,7 +96,7 @@ AVX_IMPLIES= SIMD # unstable features similar to how lang/rust bootstraps. www/firefox # uses the same hack when building with --enable-rust-simd. SIMD_MAKE_ENV= RUSTC_BOOTSTRAP=1 -SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}} +SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}${PORT_OPTIONS:MAVX}} SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2" post-patch: From owner-svn-ports-all@freebsd.org Wed Dec 5 06:04:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93342132F4AE; Wed, 5 Dec 2018 06:04:54 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 265DA85BD9; Wed, 5 Dec 2018 06:04:54 +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 01FB71071A; Wed, 5 Dec 2018 06:04:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB564r8c043484; Wed, 5 Dec 2018 06:04:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB564rK3043481; Wed, 5 Dec 2018 06:04:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812050604.wB564rK3043481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 5 Dec 2018 06:04:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486652 - in head/math: . flintqs X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . flintqs X-SVN-Commit-Revision: 486652 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 265DA85BD9 X-Spamd-Result: default: False [-0.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_HAM_SHORT(-0.34)[-0.337,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 06:04:54 -0000 Author: yuri Date: Wed Dec 5 06:04:52 2018 New Revision: 486652 URL: https://svnweb.freebsd.org/changeset/ports/486652 Log: New port: math/flintqs: Quadratic Sieve integer factorization algorithm Added: head/math/flintqs/ head/math/flintqs/Makefile (contents, props changed) head/math/flintqs/distinfo (contents, props changed) head/math/flintqs/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Dec 5 05:19:29 2018 (r486651) +++ head/math/Makefile Wed Dec 5 06:04:52 2018 (r486652) @@ -211,6 +211,7 @@ SUBDIR += fityk SUBDIR += flann SUBDIR += flint2 + SUBDIR += flintqs SUBDIR += form SUBDIR += fpc-fftw SUBDIR += fpc-gmp Added: head/math/flintqs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/flintqs/Makefile Wed Dec 5 06:04:52 2018 (r486652) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= FlintQS +DISTVERSIONPREFIX= v +DISTVERSION= 1.0 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Quadratic Sieve integer factorization algorithm + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libgmp.so:math/gmp + +USES= autoreconf gmake localbase:ldflags +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= sagemath + +PLIST_FILES= bin/QuadraticSieve + +.include Added: head/math/flintqs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/flintqs/distinfo Wed Dec 5 06:04:52 2018 (r486652) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543985253 +SHA256 (sagemath-FlintQS-v1.0_GH0.tar.gz) = b983052f267988192c9ec59c9d2754470e5f2db74b45e364cf7ad62f349bc9eb +SIZE (sagemath-FlintQS-v1.0_GH0.tar.gz) = 43549 Added: head/math/flintqs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/flintqs/pkg-descr Wed Dec 5 06:04:52 2018 (r486652) @@ -0,0 +1,4 @@ +A fast implementation of the self initialising quadratic sieve (SIMPQS), +for factoring large integers, written by William Hart. + +WWW: http://www.friedspace.com/QS/ From owner-svn-ports-all@freebsd.org Wed Dec 5 07:47:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3D181331E24; Wed, 5 Dec 2018 07:47: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA51C898AC; Wed, 5 Dec 2018 07:47:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB68711781; Wed, 5 Dec 2018 07:47:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB57lhCY094399; Wed, 5 Dec 2018 07:47:43 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB57lgoc094394; Wed, 5 Dec 2018 07:47:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812050747.wB57lgoc094394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 5 Dec 2018 07:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486653 - in head/math: . lrslib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . lrslib X-SVN-Commit-Revision: 486653 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CA51C898AC X-Spamd-Result: default: False [-0.07 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-0.45)[-0.447,0]; NEURAL_SPAM_SHORT(0.41)[0.406,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 07:47:45 -0000 Author: yuri Date: Wed Dec 5 07:47:42 2018 New Revision: 486653 URL: https://svnweb.freebsd.org/changeset/ports/486653 Log: New port: math/lrslib: Reverse search algorithm for vertex enumeration/convex hull problems Added: head/math/lrslib/ head/math/lrslib/Makefile (contents, props changed) head/math/lrslib/distinfo (contents, props changed) head/math/lrslib/pkg-descr (contents, props changed) head/math/lrslib/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Dec 5 06:04:52 2018 (r486652) +++ head/math/Makefile Wed Dec 5 07:47:42 2018 (r486653) @@ -338,6 +338,7 @@ SUBDIR += lll_spect SUBDIR += lp_solve SUBDIR += lrng + SUBDIR += lrslib SUBDIR += ltl SUBDIR += ltl2ba SUBDIR += lybniz Added: head/math/lrslib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/lrslib/Makefile Wed Dec 5 07:47:42 2018 (r486653) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= lrslib +DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 062 +DISTVERSIONSUFFIX= +autotools-2017-03-03 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Reverse search algorithm for vertex enumeration/convex hull problems + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libgmp.so:math/gmp \ + libmpi.so:net/mpich + +USES= autoreconf fortran gmake libtool localbase:ldflags # fortran because it's built with mpic++ +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +USE_GITHUB= yes +GH_ACCOUNT= mkoeppe +USE_LDCONFIG= yes + +LDFLAGS+= -lthr + +post-stage: + @${RM} -r ${STAGEDIR}${DATADIR} + +.include Added: head/math/lrslib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/lrslib/distinfo Wed Dec 5 07:47:42 2018 (r486653) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543994635 +SHA256 (mkoeppe-lrslib-lrslib-062+autotools-2017-03-03_GH0.tar.gz) = 23aeba557e87b3613fb93b277772c7239c68cfc08d9a6bc437a7b993b02ce5ad +SIZE (mkoeppe-lrslib-lrslib-062+autotools-2017-03-03_GH0.tar.gz) = 301464 Added: head/math/lrslib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/lrslib/pkg-descr Wed Dec 5 07:47:42 2018 (r486653) @@ -0,0 +1,9 @@ +lrslib is a self-contained ANSI C implementation of the reverse search algorithm +for vertex enumeration/convex hull problems and comes with a choice of three +arithmetic packages. Input file formats are compatible with Komei Fukuda's cdd +package. All computations are done exactly in either multiple precision or +fixed integer arithmetic. Output is not stored in memory, so even problems with +very large output sizes can sometimes be solved. The program is intended for +Unix/Linux platforms, but will compile using gcc/cygwin on Windows. + +WWW: http://cgm.cs.mcgill.ca/~avis/C/lrs.html Added: head/math/lrslib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/lrslib/pkg-plist Wed Dec 5 07:47:42 2018 (r486653) @@ -0,0 +1,18 @@ +bin/2nash +bin/lrs +bin/lrs1 +bin/lrsnash +bin/mplrs +bin/mplrs1 +bin/plrs +bin/plrs1 +bin/plrsmp +bin/redund +bin/redund1 +bin/setnash +bin/setnash2 +include/lrsgmp.h +include/lrslib.h +lib/liblrsgmp.so +lib/liblrsgmp.so.0 +lib/liblrsgmp.so.0.0.0 From owner-svn-ports-all@freebsd.org Wed Dec 5 08:48:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CC80130B3BE; Wed, 5 Dec 2018 08:48:35 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C363E8B044; Wed, 5 Dec 2018 08:48:34 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F23A12147; Wed, 5 Dec 2018 08:48:34 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB58mY8C025143; Wed, 5 Dec 2018 08:48:34 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB58mYId025141; Wed, 5 Dec 2018 08:48:34 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201812050848.wB58mYId025141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 5 Dec 2018 08:48:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486654 - head/math/R-cran-spdep X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-spdep X-SVN-Commit-Revision: 486654 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C363E8B044 X-Spamd-Result: default: False [-0.08 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_SPAM_SHORT(0.54)[0.538,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 08:48:35 -0000 Author: tota Date: Wed Dec 5 08:48:33 2018 New Revision: 486654 URL: https://svnweb.freebsd.org/changeset/ports/486654 Log: - Update to 0.8-1 Modified: head/math/R-cran-spdep/Makefile (contents, props changed) head/math/R-cran-spdep/distinfo (contents, props changed) Modified: head/math/R-cran-spdep/Makefile ============================================================================== --- head/math/R-cran-spdep/Makefile Wed Dec 5 07:47:42 2018 (r486653) +++ head/math/R-cran-spdep/Makefile Wed Dec 5 08:48:33 2018 (r486654) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdep -DISTVERSION= 0.7-9 +DISTVERSION= 0.8-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-spdep/distinfo ============================================================================== --- head/math/R-cran-spdep/distinfo Wed Dec 5 07:47:42 2018 (r486653) +++ head/math/R-cran-spdep/distinfo Wed Dec 5 08:48:33 2018 (r486654) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539073905 -SHA256 (spdep_0.7-9.tar.gz) = 95bdfeea31659283d1bc76702832c65f4f5f6bba0fa725318670559be7375d9f -SIZE (spdep_0.7-9.tar.gz) = 1866654 +TIMESTAMP = 1543979899 +SHA256 (spdep_0.8-1.tar.gz) = 0bc1d14dbbbfad44cb83154780dafec016c76a8a49e579903719d3297ff223b0 +SIZE (spdep_0.8-1.tar.gz) = 1873129 From owner-svn-ports-all@freebsd.org Wed Dec 5 09:09:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54289130BD86; Wed, 5 Dec 2018 09:09:52 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA9498B93E; Wed, 5 Dec 2018 09:09:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C61AE12478; Wed, 5 Dec 2018 09:09:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB599pOb035356; Wed, 5 Dec 2018 09:09:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB599p6f035355; Wed, 5 Dec 2018 09:09:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812050909.wB599p6f035355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 5 Dec 2018 09:09:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486655 - head/devel/py-unicodecsv X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/py-unicodecsv X-SVN-Commit-Revision: 486655 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EA9498B93E X-Spamd-Result: default: False [-0.08 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_SPAM_SHORT(0.54)[0.538,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 09:09:52 -0000 Author: amdmi3 Date: Wed Dec 5 09:09:51 2018 New Revision: 486655 URL: https://svnweb.freebsd.org/changeset/ports/486655 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/py-unicodecsv/Makefile Modified: head/devel/py-unicodecsv/Makefile ============================================================================== --- head/devel/py-unicodecsv/Makefile Wed Dec 5 08:48:33 2018 (r486654) +++ head/devel/py-unicodecsv/Makefile Wed Dec 5 09:09:51 2018 (r486655) @@ -10,7 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Drop-in replacement for Python 2.7 csv module +LICENSE= BSD + USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Wed Dec 5 09:33:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76D28130C5EA; Wed, 5 Dec 2018 09:33:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B2878C534; Wed, 5 Dec 2018 09:33:16 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F044B12943; Wed, 5 Dec 2018 09:33:15 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB59XFaj050506; Wed, 5 Dec 2018 09:33:15 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB59XFCC050505; Wed, 5 Dec 2018 09:33:15 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812050933.wB59XFCC050505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 5 Dec 2018 09:33:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486656 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 486656 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1B2878C534 X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_SPAM_SHORT(0.48)[0.480,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 09:33:16 -0000 Author: lwhsu Date: Wed Dec 5 09:33:15 2018 New Revision: 486656 URL: https://svnweb.freebsd.org/changeset/ports/486656 Log: Document Jenkins Security Advisory 2018-12-05 Sponsored by: The FreeBSD Foundation Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Dec 5 09:09:51 2018 (r486655) +++ head/security/vuxml/vuln.xml Wed Dec 5 09:33:15 2018 (r486656) @@ -58,6 +58,43 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + jenkins -- multiple vulnerabilities + + + jenkins + 2.154 + + + jenkins-lts + 2.138.3 + + + + +

Jenkins Security Advisory:

+
+

Description

+
(Critical) SECURITY-595
+

Code execution through crafted URLs

+
(Medium) SECURITY-904
+

Forced migration of user records

+
(Medium) SECURITY-1072
+

Workspace browser allowed accessing files outside the workspace

+
(Medium) SECURITY-1193
+

Potential denial of service through cron expression form validation

+
+ +
+ + https://jenkins.io/security/advisory/2018-12-05/ + + + 2018-12-05 + 2018-12-05 + +
+ moodle -- Login CSRF vulnerability From owner-svn-ports-all@freebsd.org Wed Dec 5 09:36:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E373E130C685; Wed, 5 Dec 2018 09:36:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 852228C6BF; Wed, 5 Dec 2018 09:36:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 63A151296D; Wed, 5 Dec 2018 09:36:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB59avLo050762; Wed, 5 Dec 2018 09:36:57 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB59avpU050760; Wed, 5 Dec 2018 09:36:57 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812050936.wB59avpU050760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 5 Dec 2018 09:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486657 - head/devel/jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins X-SVN-Commit-Revision: 486657 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 852228C6BF X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.48)[0.480,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 09:36:58 -0000 Author: lwhsu Date: Wed Dec 5 09:36:56 2018 New Revision: 486657 URL: https://svnweb.freebsd.org/changeset/ports/486657 Log: - Update to 2.154 MFH: 2018Q4 Security: 3aa27226-f86f-11e8-a085-3497f683cb16 Sponsored by: The FreeBSD Foundation Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Wed Dec 5 09:33:15 2018 (r486656) +++ head/devel/jenkins/Makefile Wed Dec 5 09:36:56 2018 (r486657) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.153 +PORTVERSION= 2.154 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Wed Dec 5 09:33:15 2018 (r486656) +++ head/devel/jenkins/distinfo Wed Dec 5 09:36:56 2018 (r486657) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543290901 -SHA256 (jenkins/2.153/jenkins.war) = 6c9db386bea9a9ecfd5483a0b4f41053b4d77c45669087bba657e48adc1f7302 -SIZE (jenkins/2.153/jenkins.war) = 75988150 +TIMESTAMP = 1544002464 +SHA256 (jenkins/2.154/jenkins.war) = 2d12418c2e482eaf2cf1d13ad2b25f58e801b80c46cbd6dd3bae4c6df308d98e +SIZE (jenkins/2.154/jenkins.war) = 76032730 From owner-svn-ports-all@freebsd.org Wed Dec 5 09:40:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF8BD130C78C; Wed, 5 Dec 2018 09:40:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 749528C93A; Wed, 5 Dec 2018 09:40:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 557E01297F; Wed, 5 Dec 2018 09:40:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB59ecGK053275; Wed, 5 Dec 2018 09:40:38 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB59ebcV053274; Wed, 5 Dec 2018 09:40:37 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812050940.wB59ebcV053274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 5 Dec 2018 09:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486658 - head/devel/jenkins-lts X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins-lts X-SVN-Commit-Revision: 486658 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 749528C93A X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.48)[0.480,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 09:40:39 -0000 Author: lwhsu Date: Wed Dec 5 09:40:37 2018 New Revision: 486658 URL: https://svnweb.freebsd.org/changeset/ports/486658 Log: - Update to 2.138.4 Approved by: swils (maintainer, implicitly) MFH: 2018Q4 Security: 3aa27226-f86f-11e8-a085-3497f683cb16 Sponsored by: The FreeBSD Foundation Modified: head/devel/jenkins-lts/Makefile head/devel/jenkins-lts/distinfo Modified: head/devel/jenkins-lts/Makefile ============================================================================== --- head/devel/jenkins-lts/Makefile Wed Dec 5 09:36:56 2018 (r486657) +++ head/devel/jenkins-lts/Makefile Wed Dec 5 09:40:37 2018 (r486658) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.138.3 +PORTVERSION= 2.138.4 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: head/devel/jenkins-lts/distinfo ============================================================================== --- head/devel/jenkins-lts/distinfo Wed Dec 5 09:36:56 2018 (r486657) +++ head/devel/jenkins-lts/distinfo Wed Dec 5 09:40:37 2018 (r486658) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543248008 -SHA256 (jenkins/2.138.3/jenkins.war) = 953e4dda2d3065284c0016b3e8279e097f830c128b1f712d84780ff2b0751e7d -SIZE (jenkins/2.138.3/jenkins.war) = 75733340 +TIMESTAMP = 1544002681 +SHA256 (jenkins/2.138.4/jenkins.war) = 053d2941d558092c934a0f95798ff2177170eecfffab27a46e30744cf12bc3da +SIZE (jenkins/2.138.4/jenkins.war) = 75751509 From owner-svn-ports-all@freebsd.org Wed Dec 5 09:41:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9475130C90A; Wed, 5 Dec 2018 09:41:20 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80F798CC0D; Wed, 5 Dec 2018 09:41:20 +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 62541129BD; Wed, 5 Dec 2018 09:41:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB59fKcE053400; Wed, 5 Dec 2018 09:41:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB59fKlh053399; Wed, 5 Dec 2018 09:41:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812050941.wB59fKlh053399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 5 Dec 2018 09:41:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486659 - head/x11/nvidia-driver X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/nvidia-driver X-SVN-Commit-Revision: 486659 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 80F798CC0D X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.48)[0.480,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 09:41:21 -0000 Author: amdmi3 Date: Wed Dec 5 09:41:19 2018 New Revision: 486659 URL: https://svnweb.freebsd.org/changeset/ports/486659 Log: - Update WWW Approved by: portmgr blanket Modified: head/x11/nvidia-driver/pkg-descr Modified: head/x11/nvidia-driver/pkg-descr ============================================================================== --- head/x11/nvidia-driver/pkg-descr Wed Dec 5 09:40:37 2018 (r486658) +++ head/x11/nvidia-driver/pkg-descr Wed Dec 5 09:41:19 2018 (r486659) @@ -1,4 +1,4 @@ These are the official NVidia binary drivers for hardware OpenGL rendering in X11, using the GLX extensions. -WWW: http://www.nvidia.com/object/unix.html +WWW: https://www.nvidia.com/object/unix.html From owner-svn-ports-all@freebsd.org Wed Dec 5 09:55:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36D64130CD74; Wed, 5 Dec 2018 09:55:53 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D26658D3FB; Wed, 5 Dec 2018 09:55:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF5E212CB6; Wed, 5 Dec 2018 09:55:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB59tqx1061136; Wed, 5 Dec 2018 09:55:52 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB59tqJx061134; Wed, 5 Dec 2018 09:55:52 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812050955.wB59tqJx061134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 5 Dec 2018 09:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486660 - branches/2018Q4/devel/jenkins X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2018Q4/devel/jenkins X-SVN-Commit-Revision: 486660 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D26658D3FB X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.48)[0.480,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 09:55:53 -0000 Author: lwhsu Date: Wed Dec 5 09:55:52 2018 New Revision: 486660 URL: https://svnweb.freebsd.org/changeset/ports/486660 Log: MFH: r486657 - Update to 2.154 Security: 3aa27226-f86f-11e8-a085-3497f683cb16 Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (miwi) Modified: branches/2018Q4/devel/jenkins/Makefile branches/2018Q4/devel/jenkins/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/devel/jenkins/Makefile ============================================================================== --- branches/2018Q4/devel/jenkins/Makefile Wed Dec 5 09:41:19 2018 (r486659) +++ branches/2018Q4/devel/jenkins/Makefile Wed Dec 5 09:55:52 2018 (r486660) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.146 +PORTVERSION= 2.154 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: branches/2018Q4/devel/jenkins/distinfo ============================================================================== --- branches/2018Q4/devel/jenkins/distinfo Wed Dec 5 09:41:19 2018 (r486659) +++ branches/2018Q4/devel/jenkins/distinfo Wed Dec 5 09:55:52 2018 (r486660) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539265469 -SHA256 (jenkins/2.146/jenkins.war) = acda7f0516abaec2b371e21a53ed3c089678d9149c62ad54d05fa84283493351 -SIZE (jenkins/2.146/jenkins.war) = 75878664 +TIMESTAMP = 1544002464 +SHA256 (jenkins/2.154/jenkins.war) = 2d12418c2e482eaf2cf1d13ad2b25f58e801b80c46cbd6dd3bae4c6df308d98e +SIZE (jenkins/2.154/jenkins.war) = 76032730 From owner-svn-ports-all@freebsd.org Wed Dec 5 09:57:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07806130CDD2; Wed, 5 Dec 2018 09:57:08 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A31F98D527; Wed, 5 Dec 2018 09:57:07 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8492712CBA; Wed, 5 Dec 2018 09:57:07 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB59v729061329; Wed, 5 Dec 2018 09:57:07 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB59v7o6061328; Wed, 5 Dec 2018 09:57:07 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812050957.wB59v7o6061328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 5 Dec 2018 09:57:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486661 - branches/2018Q4/devel/jenkins-lts X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2018Q4/devel/jenkins-lts X-SVN-Commit-Revision: 486661 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A31F98D527 X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_SPAM_SHORT(0.48)[0.480,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 09:57:08 -0000 Author: lwhsu Date: Wed Dec 5 09:57:06 2018 New Revision: 486661 URL: https://svnweb.freebsd.org/changeset/ports/486661 Log: MFH: r486658 - Update to 2.138.4 Approved by: swils (maintainer, implicitly) Security: 3aa27226-f86f-11e8-a085-3497f683cb16 Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (miwi) Modified: branches/2018Q4/devel/jenkins-lts/Makefile branches/2018Q4/devel/jenkins-lts/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/devel/jenkins-lts/Makefile ============================================================================== --- branches/2018Q4/devel/jenkins-lts/Makefile Wed Dec 5 09:55:52 2018 (r486660) +++ branches/2018Q4/devel/jenkins-lts/Makefile Wed Dec 5 09:57:06 2018 (r486661) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.138.2 +PORTVERSION= 2.138.4 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: branches/2018Q4/devel/jenkins-lts/distinfo ============================================================================== --- branches/2018Q4/devel/jenkins-lts/distinfo Wed Dec 5 09:55:52 2018 (r486660) +++ branches/2018Q4/devel/jenkins-lts/distinfo Wed Dec 5 09:57:06 2018 (r486661) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539265738 -SHA256 (jenkins/2.138.2/jenkins.war) = d8ed5a7033be57aa9a84a5342b355ef9f2ba6cdb490db042a6d03efb23ca1e83 -SIZE (jenkins/2.138.2/jenkins.war) = 75728164 +TIMESTAMP = 1544002681 +SHA256 (jenkins/2.138.4/jenkins.war) = 053d2941d558092c934a0f95798ff2177170eecfffab27a46e30744cf12bc3da +SIZE (jenkins/2.138.4/jenkins.war) = 75751509 From owner-svn-ports-all@freebsd.org Wed Dec 5 10:03:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2283130D4F9; Wed, 5 Dec 2018 10:03:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 669258DC0C; Wed, 5 Dec 2018 10:03:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4767912E4D; Wed, 5 Dec 2018 10:03:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5A3WhW066558; Wed, 5 Dec 2018 10:03:32 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5A3Wpi066557; Wed, 5 Dec 2018 10:03:32 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051003.wB5A3Wpi066557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 10:03:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486662 - head/devel/gdcm X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/devel/gdcm X-SVN-Commit-Revision: 486662 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 669258DC0C X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_SPAM_SHORT(0.48)[0.480,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 10:03:32 -0000 Author: rene Date: Wed Dec 5 10:03:31 2018 New Revision: 486662 URL: https://svnweb.freebsd.org/changeset/ports/486662 Log: devel/gdcm: remove optional support on expired math/vtk5 Modified: head/devel/gdcm/Makefile Modified: head/devel/gdcm/Makefile ============================================================================== --- head/devel/gdcm/Makefile Wed Dec 5 09:57:06 2018 (r486661) +++ head/devel/gdcm/Makefile Wed Dec 5 10:03:31 2018 (r486662) @@ -17,14 +17,9 @@ LIB_DEPENDS= libopenjp2.so:graphics/openjpeg \ USES= alias cmake:outsource compiler:c++11-lang tar:bzip2 ssl -OPTIONS_RADIO= VTK -OPTIONS_RADIO_VTK= VTK5 VTK6 +OPTIONS_DEFINE= VTK6 OPTIONS_SUB= yes -VTK5_DESC= Build VTK 5 integration classes -VTK5_LIB_DEPENDS= libvtkHybrid.so:math/vtk5 -VTK5_CMAKE_ON= -DGDCM_USE_VTK:BOOL=ON \ - -DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-${VTK5_VERSION} VTK6_DESC= Build VTK 6 integration classes VTK6_LIB_DEPENDS= libvtkCommonCore-${VTK6_VERSION}.so:math/vtk6 VTK6_CMAKE_ON= -DGDCM_USE_VTK:BOOL=ON \ @@ -36,7 +31,6 @@ GDCM_MINOR= 8 GDCM_PATCH= 8 # Change this whenever VTK is updated -VTK5_VERSION= 5.10 VTK6_VERSION= 6.2 USE_LDCONFIG= yes @@ -54,7 +48,7 @@ CMAKE_ARGS= -DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \ .include -.if ${PORT_OPTIONS:MVTK5} || ${PORT_OPTIONS:MVTK6} +.if ${PORT_OPTIONS:MVTK6} DESKTOP_ENTRIES="Gdcmviewer" "Simple DICOM Viewer" "" "gdcmviewer" "" "" PLIST_SUB+= VTK="" .else From owner-svn-ports-all@freebsd.org Wed Dec 5 10:07:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA041130D669; Wed, 5 Dec 2018 10:07:29 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B1F38DDEE; Wed, 5 Dec 2018 10:07:29 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B91A12E53; Wed, 5 Dec 2018 10:07:29 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5A7TiH066868; Wed, 5 Dec 2018 10:07:29 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5A7StE066865; Wed, 5 Dec 2018 10:07:28 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051007.wB5A7StE066865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 10:07:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486663 - in head: . lang lang/php70-extensions x11-toolkits x11-toolkits/vtkfox X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . lang lang/php70-extensions x11-toolkits x11-toolkits/vtkfox X-SVN-Commit-Revision: 486663 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5B1F38DDEE X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.48)[0.480,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 10:07:30 -0000 Author: rene Date: Wed Dec 5 10:07:28 2018 New Revision: 486663 URL: https://svnweb.freebsd.org/changeset/ports/486663 Log: Remove expired ports: 2018-12-04 x11-toolkits/vtkfox: Depends on expiring vtk5 2018-12-04 lang/php70-extensions: Works only with EOL php 7.0 Deleted: head/lang/php70-extensions/ head/x11-toolkits/vtkfox/ Modified: head/MOVED head/lang/Makefile head/x11-toolkits/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Dec 5 10:03:31 2018 (r486662) +++ head/MOVED Wed Dec 5 10:07:28 2018 (r486663) @@ -10650,3 +10650,5 @@ java/classpath||2018-12-03|Has expired: Staled since 2 java/cacao||2018-12-03|Removed, depends on expired java/classpath java/jamvm||2018-12-03|Has expired: Abandonware, depends on expired java/classpath devel/ztcl||2018-12-04|Has expired: Unfetchable, unmaintained, info page unbuildable with recent makeinfo +x11-toolkits/vtkfox||2018-12-05|Has expired: Depends on expiring vtk5 +lang/php70-extensions|lang/php72-extensions|2018-12-05|Has expired: Works only with EOL php 7.0 Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed Dec 5 10:03:31 2018 (r486662) +++ head/lang/Makefile Wed Dec 5 10:07:28 2018 (r486663) @@ -276,7 +276,6 @@ SUBDIR += php56 SUBDIR += php56-extensions SUBDIR += php70 - SUBDIR += php70-extensions SUBDIR += php71 SUBDIR += php71-extensions SUBDIR += php72 Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Wed Dec 5 10:03:31 2018 (r486662) +++ head/x11-toolkits/Makefile Wed Dec 5 10:07:28 2018 (r486663) @@ -286,7 +286,6 @@ SUBDIR += vte SUBDIR += vte-reference SUBDIR += vte3 - SUBDIR += vtkfox SUBDIR += wlc SUBDIR += wmapp SUBDIR += wxgtk28 From owner-svn-ports-all@freebsd.org Wed Dec 5 10:10:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1B85130D709; Wed, 5 Dec 2018 10:10:42 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A5368E075; Wed, 5 Dec 2018 10:10:42 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B52E12E68; Wed, 5 Dec 2018 10:10:42 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5AAgpV067188; Wed, 5 Dec 2018 10:10:42 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5AAfpx067183; Wed, 5 Dec 2018 10:10:41 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812051010.wB5AAfpx067183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 5 Dec 2018 10:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486664 - in head/security: . seal X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/security: . seal X-SVN-Commit-Revision: 486664 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5A5368E075 X-Spamd-Result: default: False [-0.05 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.52)[-0.521,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.50)[0.499,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 10:10:43 -0000 Author: lwhsu Date: Wed Dec 5 10:10:40 2018 New Revision: 486664 URL: https://svnweb.freebsd.org/changeset/ports/486664 Log: Add seal, Microsoft Simple Encrypted Arithmetic Library Added: head/security/seal/ head/security/seal/Makefile (contents, props changed) head/security/seal/distinfo (contents, props changed) head/security/seal/pkg-descr (contents, props changed) head/security/seal/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Dec 5 10:07:28 2018 (r486663) +++ head/security/Makefile Wed Dec 5 10:10:40 2018 (r486664) @@ -1228,6 +1228,7 @@ SUBDIR += scanssh SUBDIR += scrypt SUBDIR += seahorse + SUBDIR += seal SUBDIR += seccure SUBDIR += secpanel SUBDIR += sectok Added: head/security/seal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/seal/Makefile Wed Dec 5 10:10:40 2018 (r486664) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= seal +PORTVERSION= 3.1.0 +CATEGORIES= security + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= Microsoft Simple Encrypted Arithmetic Library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake + +CMAKE_SOURCE_PATH= ${WRKSRC}/src + +USE_GITHUB= yes +GH_ACCOUNT= Microsoft +GH_PROJECT= SEAL + +.include Added: head/security/seal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/seal/distinfo Wed Dec 5 10:10:40 2018 (r486664) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543982381 +SHA256 (Microsoft-SEAL-3.1.0_GH0.tar.gz) = 5f8f846f8b715dec7d5ff1ae4d1256d86a88925f1b39179dc5ac3e0b7a2d39e3 +SIZE (Microsoft-SEAL-3.1.0_GH0.tar.gz) = 248141 Added: head/security/seal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/seal/pkg-descr Wed Dec 5 10:10:40 2018 (r486664) @@ -0,0 +1,7 @@ +The Simple Encrypted Arithmetic Library (SEAL) is an easy-to-use but powerful +open-source homomorphic encryption library, developed by researchers in the +Cryptography Research Group at Microsoft Research. SEAL is written in standard +C++; it has no external dependencies, so it is easy to compile in many +different environments. SEAL is licensed under the MIT license. + +WWW: http://sealcrypto.org Added: head/security/seal/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/seal/pkg-plist Wed Dec 5 10:10:40 2018 (r486664) @@ -0,0 +1,53 @@ +include/seal/batchencoder.h +include/seal/biguint.h +include/seal/ciphertext.h +include/seal/ckks.h +include/seal/context.h +include/seal/decryptor.h +include/seal/defaultparams.h +include/seal/encoder.h +include/seal/encryptionparams.h +include/seal/encryptor.h +include/seal/evaluator.h +include/seal/galoiskeys.h +include/seal/intarray.h +include/seal/keygenerator.h +include/seal/memorymanager.h +include/seal/plaintext.h +include/seal/publickey.h +include/seal/randomgen.h +include/seal/relinkeys.h +include/seal/seal.h +include/seal/secretkey.h +include/seal/smallmodulus.h +include/seal/util/aes.h +include/seal/util/baseconverter.h +include/seal/util/clang.h +include/seal/util/clipnormal.h +include/seal/util/common.h +include/seal/util/config.h +include/seal/util/defines.h +include/seal/util/gcc.h +include/seal/util/globals.h +include/seal/util/hash.h +include/seal/util/hestdparms.h +include/seal/util/locks.h +include/seal/util/mempool.h +include/seal/util/msvc.h +include/seal/util/numth.h +include/seal/util/pointer.h +include/seal/util/polyarith.h +include/seal/util/polyarithmod.h +include/seal/util/polyarithsmallmod.h +include/seal/util/polycore.h +include/seal/util/randomtostd.h +include/seal/util/smallntt.h +include/seal/util/uintarith.h +include/seal/util/uintarithmod.h +include/seal/util/uintarithsmallmod.h +include/seal/util/uintcore.h +lib/cmake/SEAL/SEALConfig.cmake +lib/cmake/SEAL/SEALConfigVersion.cmake +lib/cmake/SEAL/SEALTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SEAL/SEALTargets.cmake +lib/libseal.a From owner-svn-ports-all@freebsd.org Wed Dec 5 12:24:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA7101310DF3; Wed, 5 Dec 2018 12:24:09 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 808806BE82; Wed, 5 Dec 2018 12:24:09 +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 618D31455C; Wed, 5 Dec 2018 12:24:09 +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 wB5CO9fe038243; Wed, 5 Dec 2018 12:24:09 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5CO9qD038241; Wed, 5 Dec 2018 12:24:09 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201812051224.wB5CO9qD038241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 5 Dec 2018 12:24:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486665 - head/www/p5-Mojolicious X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/p5-Mojolicious X-SVN-Commit-Revision: 486665 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 808806BE82 X-Spamd-Result: default: False [-0.35 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_SPAM_SHORT(0.27)[0.270,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 12:24:10 -0000 Author: adamw Date: Wed Dec 5 12:24:08 2018 New Revision: 486665 URL: https://svnweb.freebsd.org/changeset/ports/486665 Log: Update Mojolicious to 8.09 Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Wed Dec 5 10:10:40 2018 (r486664) +++ head/www/p5-Mojolicious/Makefile Wed Dec 5 12:24:08 2018 (r486665) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 8.08 +PORTVERSION= 8.09 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Wed Dec 5 10:10:40 2018 (r486664) +++ head/www/p5-Mojolicious/distinfo Wed Dec 5 12:24:08 2018 (r486665) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543692027 -SHA256 (Mojolicious-8.08.tar.gz) = 91f5c13559ed5f958f5be6a8ce02a3b46c1b1abae4fa24614571f250feb10680 -SIZE (Mojolicious-8.08.tar.gz) = 753146 +TIMESTAMP = 1544012524 +SHA256 (Mojolicious-8.09.tar.gz) = 5b96c9b5ead98ae1f0391f51a9c962f4dbaa9c29ec730bb71c2b0fbae37640d9 +SIZE (Mojolicious-8.09.tar.gz) = 753591 From owner-svn-ports-all@freebsd.org Wed Dec 5 12:59:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADACA13118AC; Wed, 5 Dec 2018 12:59:30 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 467686CD9F; Wed, 5 Dec 2018 12:59:30 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18A0414A19; Wed, 5 Dec 2018 12:59:30 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5CxTmm054108; Wed, 5 Dec 2018 12:59:29 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5CxTL9054107; Wed, 5 Dec 2018 12:59:29 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201812051259.wB5CxTL9054107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Wed, 5 Dec 2018 12:59:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486666 - head/mail/cyrus-imapd30 X-SVN-Group: ports-head X-SVN-Commit-Author: ume X-SVN-Commit-Paths: head/mail/cyrus-imapd30 X-SVN-Commit-Revision: 486666 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 467686CD9F X-Spamd-Result: default: False [-0.71 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; NEURAL_HAM_SHORT(-0.09)[-0.091,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 12:59:30 -0000 Author: ume Date: Wed Dec 5 12:59:29 2018 New Revision: 486666 URL: https://svnweb.freebsd.org/changeset/ports/486666 Log: Make CLAMAV option off by default, and mark broken when CLAMAV option is on. It seems that recent security/clamav doesn't install cltypes.h which is included from clamav.h. Modified: head/mail/cyrus-imapd30/Makefile Modified: head/mail/cyrus-imapd30/Makefile ============================================================================== --- head/mail/cyrus-imapd30/Makefile Wed Dec 5 12:24:08 2018 (r486665) +++ head/mail/cyrus-imapd30/Makefile Wed Dec 5 12:59:29 2018 (r486666) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 3.0.8 -PORTREVISION= 1 +PORTREVISION= 2 #PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ @@ -50,7 +50,7 @@ OPTIONS_DEFINE= AUTOCREATE BACKUP CLAMAV HTTP IDLED L MYSQL NNTP PGSQL REPLICATION SNMP SQLITE SQUAT XAPIAN \ DOCS #OPTIONS_DEFINE+= DRAC -OPTIONS_DEFAULT= AUTOCREATE CLAMAV IDLED SQLITE SQUAT +OPTIONS_DEFAULT= AUTOCREATE IDLED SQLITE SQUAT OPTIONS_SUB= yes AUTOCREATE_DESC= Enable autocreate support AUTOCREATE_CONFIGURE_ENABLE= autocreate @@ -59,6 +59,7 @@ BACKUP_CONFIGURE_ENABLE=backup CLAMAV_DESC= Use ClamAV CLAMAV_CONFIGURE_WITH= clamav CLAMAV_LIB_DEPENDS= libclamav.so:security/clamav +CLAMAV_BROKEN= Does not build with recent clamav DRAC_DESC= Enable DRAC support DRAC_CONFIGURE_ON= --with-drac=${LOCALBASE} DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac From owner-svn-ports-all@freebsd.org Wed Dec 5 13:18:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3408D13120DE; Wed, 5 Dec 2018 13:18:52 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 756716DD69; Wed, 5 Dec 2018 13:18:51 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57EE614D65; Wed, 5 Dec 2018 13:18:51 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5DIp5v064270; Wed, 5 Dec 2018 13:18:51 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5DIpFE064266; Wed, 5 Dec 2018 13:18:51 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051318.wB5DIpFE064266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 13:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486667 - in head: . math math/vtk5 X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . math math/vtk5 X-SVN-Commit-Revision: 486667 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 756716DD69 X-Spamd-Result: default: False [-0.71 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.09)[-0.091,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 13:18:52 -0000 Author: rene Date: Wed Dec 5 13:18:50 2018 New Revision: 486667 URL: https://svnweb.freebsd.org/changeset/ports/486667 Log: Remove expired port: 2018-12-04 math/vtk5: Broken, unmaintained Deleted: head/math/vtk5/ Modified: head/MOVED head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Dec 5 12:59:29 2018 (r486666) +++ head/MOVED Wed Dec 5 13:18:50 2018 (r486667) @@ -10652,3 +10652,4 @@ java/jamvm||2018-12-03|Has expired: Abandonware, depen devel/ztcl||2018-12-04|Has expired: Unfetchable, unmaintained, info page unbuildable with recent makeinfo x11-toolkits/vtkfox||2018-12-05|Has expired: Depends on expiring vtk5 lang/php70-extensions|lang/php72-extensions|2018-12-05|Has expired: Works only with EOL php 7.0 +math/vtk5|math/vtk6|2018-12-05|Has expired: Broken, unmaintained Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Dec 5 12:59:29 2018 (r486666) +++ head/math/Makefile Wed Dec 5 13:18:50 2018 (r486667) @@ -871,7 +871,6 @@ SUBDIR += unuran SUBDIR += viennacl SUBDIR += vowpal_wabbit - SUBDIR += vtk5 SUBDIR += vtk5-data SUBDIR += vtk6 SUBDIR += vtk8 From owner-svn-ports-all@freebsd.org Wed Dec 5 13:24:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B83A4131275C; Wed, 5 Dec 2018 13:24:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DE646EF00; Wed, 5 Dec 2018 13:24:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F8E714F01; Wed, 5 Dec 2018 13:24:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5DOCfc070046; Wed, 5 Dec 2018 13:24:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5DOBeX070045; Wed, 5 Dec 2018 13:24:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812051324.wB5DOBeX070045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 5 Dec 2018 13:24:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486668 - head/graphics/cloudcompare X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/graphics/cloudcompare X-SVN-Commit-Revision: 486668 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5DE646EF00 X-Spamd-Result: default: False [-0.69 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.52)[-0.521,0]; NEURAL_HAM_SHORT(-0.14)[-0.143,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 13:24:13 -0000 Author: pi Date: Wed Dec 5 13:24:11 2018 New Revision: 486668 URL: https://svnweb.freebsd.org/changeset/ports/486668 Log: graphics/cloudcompare: remove qPCL plugin to unbreak build PR: 233580 Submitted by: Neel Chauhan (maintainer) MFH: 2018Q4 Modified: head/graphics/cloudcompare/Makefile head/graphics/cloudcompare/pkg-plist Modified: head/graphics/cloudcompare/Makefile ============================================================================== --- head/graphics/cloudcompare/Makefile Wed Dec 5 13:18:50 2018 (r486667) +++ head/graphics/cloudcompare/Makefile Wed Dec 5 13:24:11 2018 (r486668) @@ -4,7 +4,7 @@ PORTNAME= cloudcompare DISTVERSIONPREFIX= v DISTVERSION= 2.9.1-288 DISTVERSIONSUFFIX= -gb4d51361 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= neel@neelc.org @@ -13,7 +13,6 @@ COMMENT= 3D point cloud processing software LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi -BROKEN= wrong LIB_DEPENDS: libpcl_people.so - not found BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? USES= cmake:outsource localbase:ldflags qt:5 @@ -56,7 +55,7 @@ PLUGINS_USES= eigen:3 jpeg python:2.7 PLUGINS_CMAKE_BOOL= INSTALL_QANIMATION_PLUGIN INSTALL_QBLUR_PLUGIN INSTALL_QBROOM_PLUGIN INSTALL_QCOMPASS_PLUGIN \ INSTALL_QCSF_PLUGIN INSTALL_QCSV_MATRIX_IO_PLUGIN INSTALL_QDUMMY_PLUGIN INSTALL_QEDL_PLUGIN INSTALL_QFACETS_PLUGIN \ INSTALL_QHPR_PLUGIN INSTALL_QM3C2_PLUGIN \ - INSTALL_QPCL_PLUGIN INSTALL_QPCV_PLUGIN INSTALL_QPHOTOSCAN_IO_PLUGIN INSTALL_QRANSAC_SD_PLUGIN \ + INSTALL_QPCV_PLUGIN INSTALL_QPHOTOSCAN_IO_PLUGIN INSTALL_QRANSAC_SD_PLUGIN \ INSTALL_QSRA_PLUGIN INSTALL_QSSAO_PLUGIN # plugins requiring rare external libs are left out, TODO maybe add some of them? PLUGINS_CMAKE_ON= -DEIGEN_ROOT_DIR:BOOL=${LOCALBASE}/include/eigen3 PLUGINS_CXXFLAGS= -Wno-narrowing @@ -66,7 +65,6 @@ PLUGINS_LIB_DEPENDS= libboost_system.so:devel/boost-li libexpat.so:textproc/expat2 \ libflann_cpp_s.so:math/flann \ libfreetype.so:print/freetype2 \ - libpcl_people.so:graphics/pcl-pointclouds \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkDomainsChemistry-6.2.so:math/vtk6 Modified: head/graphics/cloudcompare/pkg-plist ============================================================================== --- head/graphics/cloudcompare/pkg-plist Wed Dec 5 13:18:50 2018 (r486667) +++ head/graphics/cloudcompare/pkg-plist Wed Dec 5 13:24:11 2018 (r486668) @@ -14,8 +14,6 @@ lib/cloudcompare/libQCC_IO_LIB.so %%PLUGINS%%lib/cloudcompare/plugins/libQFACETS_PLUGIN_DLL.so %%PLUGINS%%lib/cloudcompare/plugins/libQHPR_PLUGIN.so %%PLUGINS%%lib/cloudcompare/plugins/libQM3C2_PLUGIN_DLL.so -%%PLUGINS%%lib/cloudcompare/plugins/libQPCL_IO_PLUGIN.so -%%PLUGINS%%lib/cloudcompare/plugins/libQPCL_PLUGIN.so %%PLUGINS%%lib/cloudcompare/plugins/libQPCV_PLUGIN.so %%PLUGINS%%lib/cloudcompare/plugins/libQPHOTOSCAN_IO_PLUGIN.so %%PLUGINS%%lib/cloudcompare/plugins/libQRANSAC_SD_PLUGIN.so From owner-svn-ports-all@freebsd.org Wed Dec 5 13:38:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC03A131370E; Wed, 5 Dec 2018 13:38:49 +0000 (UTC) (envelope-from tobik@freebsd.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7138A71108; Wed, 5 Dec 2018 13:38:49 +0000 (UTC) (envelope-from tobik@freebsd.org) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 1EE7A22007; Wed, 5 Dec 2018 08:38:46 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Wed, 05 Dec 2018 08:38:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=VnN9O2 ov020qvdpAD5hr7nMtH9DZG0P+I/wwweBvB1I=; b=QTvlwM4RV/j6byeQ/MiQQP oXyLTyeU/gugYXRoqtNMJKaZq+lCcGHchMMyB/unOvXj0W7jsU+2Rkv5Ua8cPzlc kYjeghPaT50dLk/yjtL3VClrT/Fpwjb91LT15TqWaZnbwCKs3WUHQpb/mWpSHqiD R3zd5J198nvM/CwMFDArXIFVCT/NN3tx+iAs77Mm3Cyow0pWJOOVFz9UcxdhpZxS PkQj/60Vfr1ANqZqWwYB/mBf3xPL29Qxwk0wLAWTgtM2oYtoF49k2vl0ClbKoy1U k9t+5/BnE1Yly6q/TZpfkequDQkL1u7Zxvar69MX9E5aVSTrFj57szjJtF4ahJug == X-ME-Sender: X-ME-Proxy: Received: from urd.tobik.me (ip1f11fe79.dynamic.kabel-deutschland.de [31.17.254.121]) by mail.messagingengine.com (Postfix) with ESMTPA id E0A7BE44A5; Wed, 5 Dec 2018 08:38:44 -0500 (EST) Date: Wed, 5 Dec 2018 14:38:47 +0100 From: Tobias Kortkamp To: Rene Ladan Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486667 - in head: . math math/vtk5 Message-ID: <20181205133847.GA47852@urd.tobik.me> References: <201812051318.wB5DIpFE064266@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <201812051318.wB5DIpFE064266@repo.freebsd.org> User-Agent: Mutt/1.11.0 (2018-11-25) X-Rspamd-Queue-Id: 7138A71108 X-Spamd-Result: default: False [-0.22 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.40)[-0.401,0]; NEURAL_SPAM_LONG(0.22)[0.216,0]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; NEURAL_HAM_SHORT(-0.04)[-0.038,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 13:38:50 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 05, 2018 at 01:18:50PM +0000, Rene Ladan wrote: > Author: rene > Date: Wed Dec 5 13:18:50 2018 > New Revision: 486667 > URL: https://svnweb.freebsd.org/changeset/ports/486667 >=20 > Log: > Remove expired port: > 2018-12-04 math/vtk5: Broken, unmaintained >=20 > Deleted: > head/math/vtk5/ > Modified: > head/MOVED > head/math/Makefile >=20 > Modified: head/MOVED > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=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/MOVED Wed Dec 5 12:59:29 2018 (r486666) > +++ head/MOVED Wed Dec 5 13:18:50 2018 (r486667) > @@ -10652,3 +10652,4 @@ java/jamvm||2018-12-03|Has expired: Abandonware, = depen > devel/ztcl||2018-12-04|Has expired: Unfetchable, unmaintained, info page= unbuildable with recent makeinfo > x11-toolkits/vtkfox||2018-12-05|Has expired: Depends on expiring vtk5 > lang/php70-extensions|lang/php72-extensions|2018-12-05|Has expired: Work= s only with EOL php 7.0 > +math/vtk5|math/vtk6|2018-12-05|Has expired: Broken, unmaintained >=20 > Modified: head/math/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/math/Makefile Wed Dec 5 12:59:29 2018 (r486666) > +++ head/math/Makefile Wed Dec 5 13:18:50 2018 (r486667) > @@ -871,7 +871,6 @@ > SUBDIR +=3D unuran > SUBDIR +=3D viennacl > SUBDIR +=3D vowpal_wabbit > - SUBDIR +=3D vtk5 > SUBDIR +=3D vtk5-data > SUBDIR +=3D vtk6 > SUBDIR +=3D vtk8 Does vtk5-data still have a purpose now or should it be removed too? --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEElXvTEJc6ePgdQuobpPCftzzFH2EFAlwH1ORfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk1 N0JEMzEwOTczQTc4RjgxRDQyRUExQkE0RjA5RkI3M0NDNTFGNjEACgkQpPCftzzF H2E3DAgAjfkunmHJy+jPLBWhFJ/4W235S2GaLd5XGG68CQ1wVHLMaxZ1cmtuktMm 9WkaCREqe+2KbBXhtj5b0Lf182G+bPT1VJkxjfBYcpqgm/sVZoPXoYJlVO2pqZJa lVgpaB097YLPgc9SW90+YwlItwiandjHGYEjIdVQ/4O+T1y0nusQvuOjUCb1NoEG Ww8mBl5l6nH8DR3oGfHkz7sX21Op8y2jEJkKQxiyKGvVXQWZ2oJVibxFgIqYydpw gkHBrs4UaGOt1VQ9AIIDddhc93bcd+dzyI3/uKegrsTK1BUiPshy21jpSztHvmcJ 8t3ssYt6Dy/FBPqkT7HRymcghY38bw== =VGPq -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- From owner-svn-ports-all@freebsd.org Wed Dec 5 13:44:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36AB91313DB1; Wed, 5 Dec 2018 13:44:00 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-it1-f177.google.com (mail-it1-f177.google.com [209.85.166.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 939F7722CD; Wed, 5 Dec 2018 13:43:59 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by mail-it1-f177.google.com with SMTP id o19so21287831itg.5; Wed, 05 Dec 2018 05:43:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eiuky61p/cjr3B7wNaSNMujicEcdRAINFGPKUZarxMY=; b=N6nc/9EXJx10i99Nar9aGzev9F2F4JbP4CWLYL6E11jfs4B5/xsdnKTG2tWPvgdHt+ /KdlHlpo7SB7iKNIDIyAwm6rs3yM+r2ZYwjO6HgppsSnwKBNQ1jKPQWntjEQn2EeDkRN kegCjEI4Z/WhTPk2Rnnz8St1xkp8SZL1GUsFKP5W/BSFNn9lzmljX3L6dhyWb9epQVFP LMBOk2HvVnsIxwoZX0tdgq1honCWwIU2QZ+vqeT7hCzIEb4vbaSEdaQDE5xgl0UqgKw7 k+xXc4I/Ny4JsxY4gqf3aA9Yg7QUJyNWEPIczU5jFlX6uQc/nV/RrMNFGTOvAdl/cL24 AOIQ== X-Gm-Message-State: AA+aEWY82CB5oCdkjeVHuZNJMO49GhkqjaMI46sS4hP/I9L2hwYUBJBd 7YttmQiyc1vw8X8gvCGSr/wzC6ooaivOa6SySLKtDw== X-Google-Smtp-Source: AFSGD/UQ9PQyQSec3gdirsQHCYFvb2IIBXVynAq9fEnCFOGwGuNBQYQ5eRccuBaWGniJTw5qwr0QV5JXylclsAlFTpo= X-Received: by 2002:a24:cc05:: with SMTP id x5mr15380020itf.82.1544017432866; Wed, 05 Dec 2018 05:43:52 -0800 (PST) MIME-Version: 1.0 References: <201812051318.wB5DIpFE064266@repo.freebsd.org> <20181205133847.GA47852@urd.tobik.me> In-Reply-To: <20181205133847.GA47852@urd.tobik.me> From: =?UTF-8?Q?Ren=C3=A9_Ladan?= Date: Wed, 5 Dec 2018 14:43:44 +0100 Message-ID: Subject: Re: svn commit: r486667 - in head: . math math/vtk5 To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: 939F7722CD X-Spamd-Result: default: False [-5.89 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-2.88)[ip: (-9.53), ipnet: 209.85.128.0/17(-3.50), asn: 15169(-1.29), country: US(-0.09)]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-1.00)[-0.995,0]; RCVD_IN_DNSWL_NONE(0.00)[177.166.85.209.list.dnswl.org : 127.0.5.0]; FORGED_SENDER(0.30)[rene@freebsd.org,rcladan@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[177.166.85.209.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[rene@freebsd.org,rcladan@gmail.com]; TAGGED_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org 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-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 13:44:00 -0000 Op wo 5 dec. 2018 14:38 schreef Tobias Kortkamp On Wed, Dec 05, 2018 at 01:18:50PM +0000, Rene Ladan wrote: > > Author: rene > > Date: Wed Dec 5 13:18:50 2018 > > New Revision: 486667 > > URL: https://svnweb.freebsd.org/changeset/ports/486667 > > > > Log: > > Remove expired port: > > 2018-12-04 math/vtk5: Broken, unmaintained > > > > Deleted: > > head/math/vtk5/ > > Modified: > > head/MOVED > > head/math/Makefile > > > > Modified: head/MOVED > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=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/MOVED Wed Dec 5 12:59:29 2018 (r486666) > > +++ head/MOVED Wed Dec 5 13:18:50 2018 (r486667) > > @@ -10652,3 +10652,4 @@ java/jamvm||2018-12-03|Has expired: Abandonware= , > depen > > devel/ztcl||2018-12-04|Has expired: Unfetchable, unmaintained, info > page unbuildable with recent makeinfo > > x11-toolkits/vtkfox||2018-12-05|Has expired: Depends on expiring vtk5 > > lang/php70-extensions|lang/php72-extensions|2018-12-05|Has expired: > Works only with EOL php 7.0 > > +math/vtk5|math/vtk6|2018-12-05|Has expired: Broken, unmaintained > > > > Modified: head/math/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > > --- head/math/Makefile Wed Dec 5 12:59:29 2018 (r486666) > > +++ head/math/Makefile Wed Dec 5 13:18:50 2018 (r486667) > > @@ -871,7 +871,6 @@ > > SUBDIR +=3D unuran > > SUBDIR +=3D viennacl > > SUBDIR +=3D vowpal_wabbit > > - SUBDIR +=3D vtk5 > > SUBDIR +=3D vtk5-data > > SUBDIR +=3D vtk6 > > SUBDIR +=3D vtk8 > > Does vtk5-data still have a purpose now or should it be removed > too? > I was wondering the same thing. Ren=C3=A9 > From owner-svn-ports-all@freebsd.org Wed Dec 5 13:54:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2183E1314609; Wed, 5 Dec 2018 13:54:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B439B73787; Wed, 5 Dec 2018 13:54:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9546B1543F; Wed, 5 Dec 2018 13:54:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5DsGLR087249; Wed, 5 Dec 2018 13:54:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5DsFIE087245; Wed, 5 Dec 2018 13:54:15 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812051354.wB5DsFIE087245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 5 Dec 2018 13:54:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486669 - in head/audio/ncmpc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/audio/ncmpc: . files X-SVN-Commit-Revision: 486669 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B439B73787 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.50)[-0.498,0]; NEURAL_SPAM_LONG(0.01)[0.010,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.06)[-0.063,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 13:54:17 -0000 Author: tobik Date: Wed Dec 5 13:54:15 2018 New Revision: 486669 URL: https://svnweb.freebsd.org/changeset/ports/486669 Log: audio/ncmpc: Update to 0.33 Changes: https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.33/NEWS PR: 231643 Submitted by: Laurent Cimon (maintainer) Deleted: head/audio/ncmpc/files/patch-meson__options.txt head/audio/ncmpc/files/patch-src_screen.hxx Modified: head/audio/ncmpc/Makefile head/audio/ncmpc/distinfo head/audio/ncmpc/files/patch-doc_meson.build head/audio/ncmpc/pkg-plist Modified: head/audio/ncmpc/Makefile ============================================================================== --- head/audio/ncmpc/Makefile Wed Dec 5 13:24:11 2018 (r486668) +++ head/audio/ncmpc/Makefile Wed Dec 5 13:54:15 2018 (r486669) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ncmpc -PORTVERSION= 0.30 +PORTVERSION= 0.33 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/ncmpc/0/ @@ -12,17 +12,22 @@ COMMENT= Ncurses client for the musicpd LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libmpdclient.so:audio/libmpdclient +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libmpdclient.so:audio/libmpdclient \ + libpcre.so:devel/pcre -USES= compiler:c++14-lang gnome iconv localbase meson ncurses pkgconfig tar:xz -USE_GNOME= glib20 +USES= compiler:c++14-lang iconv localbase:ldflags meson ncurses \ + pkgconfig tar:xz -OPTIONS_DEFINE= DOCS LYRICS MANPAGES NLS -OPTIONS_DEFAULT= LYRICS MANPAGES +OPTIONS_DEFINE= COLORS DOCS LYRICS MANPAGES NLS +OPTIONS_DEFAULT= COLORS LYRICS MANPAGES OPTIONS_SUB= yes +COLORS_DESC= Compile with color support LYRICS_DESC= Compile with lyrics screen +COLORS_MESON_TRUE= colors + DOCS_IMPLIES= MANPAGES DOCS_MESON_TRUE= html_manual @@ -34,7 +39,9 @@ MANPAGES_MAKE_ENV= PYTHON=${PYTHON_CMD} \ MANPAGES_MESON_TRUE= manual MANPAGES_USES= python:build -NLS_MESON_TRUE= nls +NLS_LDFLAGS= -lintl +NLS_MESON_OFF= -Dnls=disabled +NLS_MESON_ON= -Dnls=enabled NLS_USES= gettext .include Modified: head/audio/ncmpc/distinfo ============================================================================== --- head/audio/ncmpc/distinfo Wed Dec 5 13:24:11 2018 (r486668) +++ head/audio/ncmpc/distinfo Wed Dec 5 13:54:15 2018 (r486669) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534510290 -SHA256 (ncmpc-0.30.tar.xz) = e3fe0cb58b8a77f63fb1645c2f974b334f1614efdc834ec698ee7d861f1b12a3 -SIZE (ncmpc-0.30.tar.xz) = 245212 +TIMESTAMP = 1540320545 +SHA256 (ncmpc-0.33.tar.xz) = 94e04a34854015aa013b43ec15b578f4541d077cf7ae5bf7c0944475673fd7a5 +SIZE (ncmpc-0.33.tar.xz) = 226344 Modified: head/audio/ncmpc/files/patch-doc_meson.build ============================================================================== --- head/audio/ncmpc/files/patch-doc_meson.build Wed Dec 5 13:24:11 2018 (r486668) +++ head/audio/ncmpc/files/patch-doc_meson.build Wed Dec 5 13:54:15 2018 (r486669) @@ -1,50 +1,14 @@ ---- doc/meson.build.orig 2018-04-04 08:23:50 UTC +--- doc/meson.build.orig 2018-10-25 17:01:44 UTC +++ doc/meson.build -@@ -1,24 +1,28 @@ - sphinx = find_program('sphinx-build', required:false) --if sphinx.found() -- custom_target( -- 'HTML documentation', -- output: 'html', -- input: ['index.rst', 'conf.py'], -- command: [sphinx, '-q', '-b', 'html', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'], -- build_by_default: true, -- install: true, -- install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()), -- ) -+if sphinx.found() and get_option('manual') -+ if get_option('html_manual') -+ custom_target( -+ 'HTML documentation', -+ output: 'html', -+ input: ['index.rst', 'conf.py'], -+ command: [sphinx, '-q', '-b', 'html', '-d', '@OUTDIR@/html_doctrees', meson.current_source_dir(), '@OUTPUT@'], -+ build_by_default: true, -+ install: true, -+ install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()), -+ ) -+ endif - -- custom_target( -- 'Manpage documentation', +@@ -30,9 +30,9 @@ endif + if get_option('manual') + custom_target( + 'Manpage documentation', - output: 'man', -- input: ['index.rst', 'conf.py'], -- command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@/man1'], -- build_by_default: true, -- install: true, -- install_dir: get_option('datadir'), -- ) -+ if get_option('manual') -+ custom_target( -+ 'Manpage documentation', -+ output: 'man1', -+ input: ['index.rst', 'conf.py'], -+ command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', meson.current_source_dir(), '@OUTPUT@'], -+ build_by_default: true, -+ install: true, -+ install_dir: get_option('mandir'), -+ ) -+ endif - endif - - if get_option('documentation') ++ output: 'man1', + input: ['index.rst', 'conf.py'], +- command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', meson.current_source_dir(), '@OUTPUT@/man1'], ++ command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', meson.current_source_dir(), '@OUTPUT@'], + build_by_default: true, + install: true, + install_dir: get_option('mandir'), Modified: head/audio/ncmpc/pkg-plist ============================================================================== --- head/audio/ncmpc/pkg-plist Wed Dec 5 13:24:11 2018 (r486668) +++ head/audio/ncmpc/pkg-plist Wed Dec 5 13:54:15 2018 (r486669) @@ -1,60 +1,60 @@ bin/ncmpc +%%LYRICS%%lib/ncmpc/lyrics/10-hd.sh +%%LYRICS%%lib/ncmpc/lyrics/20-lyricwiki.rb %%MANPAGES%%man/man1/ncmpc.1.gz -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/README.rst -%%PORTDOCS%%%%DOCSDIR%%/keys.sample -%%PORTDOCS%%%%DOCSDIR%%/ncmpc.lirc +%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.rst %%PORTDOCS%%%%DOCSDIR%%/config.sample -%%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js -%%PORTDOCS%%%%DOCSDIR%%/html/objects.inv +%%PORTDOCS%%%%DOCSDIR%%/html/.buildinfo %%PORTDOCS%%%%DOCSDIR%%/html/_sources/index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/search.html -%%PORTDOCS%%%%DOCSDIR%%/html/_static/minus.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/file.png %%PORTDOCS%%%%DOCSDIR%%/html/_static/ajax-loader.gif -%%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/basic.css %%PORTDOCS%%%%DOCSDIR%%/html/_static/alabaster.css -%%PORTDOCS%%%%DOCSDIR%%/html/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore-1.3.1.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/basic.css +%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-bright.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-close.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment.png %%PORTDOCS%%%%DOCSDIR%%/html/_static/doctools.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/jquery-3.1.0.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/up-pressed.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/websupport.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/html/_static/down.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/jquery-3.1.0.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/minus.png %%PORTDOCS%%%%DOCSDIR%%/html/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/html/_static/pygments.css -%%PORTDOCS%%%%DOCSDIR%%/html/_static/down-pressed.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-close.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-bright.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/searchtools.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore-1.3.1.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/html/_static/up.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/html/.buildinfo +%%PORTDOCS%%%%DOCSDIR%%/html/_static/websupport.js %%PORTDOCS%%%%DOCSDIR%%/html/genindex.html %%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%LYRICS%%lib/ncmpc/lyrics/10-hd.sh -%%LYRICS%%lib/ncmpc/lyrics/20-lyricwiki.rb -%%NLS%%share/locale/he/LC_MESSAGES/ncmpc.mo +%%PORTDOCS%%%%DOCSDIR%%/html/objects.inv +%%PORTDOCS%%%%DOCSDIR%%/html/search.html +%%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js +%%PORTDOCS%%%%DOCSDIR%%/keys.sample +%%PORTDOCS%%%%DOCSDIR%%/ncmpc.lirc %%NLS%%share/locale/cs/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/nl/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/da/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/de/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/eo/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/es/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/fi/LC_MESSAGES/ncmpc.mo %%NLS%%share/locale/fr/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/nb/LC_MESSAGES/ncmpc.mo %%NLS%%share/locale/gl/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/he/LC_MESSAGES/ncmpc.mo %%NLS%%share/locale/hu/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/pl/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/es/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/eo/LC_MESSAGES/ncmpc.mo %%NLS%%share/locale/it/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/da/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/sk/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/uk/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/de/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/nb/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/nl/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/pl/LC_MESSAGES/ncmpc.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/ncmpc.mo %%NLS%%share/locale/ru/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/ko/LC_MESSAGES/ncmpc.mo -%%NLS%%share/locale/fi/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/sk/LC_MESSAGES/ncmpc.mo %%NLS%%share/locale/sv/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/uk/LC_MESSAGES/ncmpc.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ncmpc.mo From owner-svn-ports-all@freebsd.org Wed Dec 5 13:58:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F39AD1314740; Wed, 5 Dec 2018 13:57:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93B6A73954; Wed, 5 Dec 2018 13:57:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BAE61544F; Wed, 5 Dec 2018 13:57:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Dvxej087530; Wed, 5 Dec 2018 13:57:59 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5DvxnG087529; Wed, 5 Dec 2018 13:57:59 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051357.wB5DvxnG087529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 13:57:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486670 - in head/Mk: . Uses X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/Mk: . Uses X-SVN-Commit-Revision: 486670 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 93B6A73954 X-Spamd-Result: default: False [-0.62 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.52)[-0.521,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0]; NEURAL_HAM_SHORT(-0.07)[-0.070,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 13:58:00 -0000 Author: rene Date: Wed Dec 5 13:57:58 2018 New Revision: 486670 URL: https://svnweb.freebsd.org/changeset/ports/486670 Log: Unregister PHP 7.0, it has reached its end-of-life on 2018-12-04. Modified: head/Mk/Uses/php.mk head/Mk/bsd.default-versions.mk Modified: head/Mk/Uses/php.mk ============================================================================== --- head/Mk/Uses/php.mk Wed Dec 5 13:54:15 2018 (r486669) +++ head/Mk/Uses/php.mk Wed Dec 5 13:57:58 2018 (r486670) @@ -96,7 +96,7 @@ DIST_SUBDIR= PECL PHPBASE?= ${LOCALBASE} -_ALL_PHP_VERSIONS= 56 70 71 72 73 +_ALL_PHP_VERSIONS= 56 71 72 73 # Make the already installed PHP the default one. . if exists(${PHPBASE}/etc/php.conf) @@ -169,9 +169,6 @@ PHP_EXT_INC= pcre spl . elif ${PHP_VER} == 71 PHP_EXT_DIR= 20160303 PHP_EXT_INC= pcre spl -. elif ${PHP_VER} == 70 -PHP_EXT_DIR= 20151012 -PHP_EXT_INC= pcre spl . elif ${PHP_VER} == 56 PHP_EXT_DIR= 20131226 PHP_EXT_INC= pcre spl @@ -357,13 +354,12 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl db tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib # version specific components _USE_PHP_VER56= ${_USE_PHP_ALL} mssql mysql sybase_ct -_USE_PHP_VER70= ${_USE_PHP_ALL} _USE_PHP_VER71= ${_USE_PHP_ALL} _USE_PHP_VER72= ${_USE_PHP_ALL} sodium _USE_PHP_VER73= ${_USE_PHP_ALL} sodium bcmath_DEPENDS= math/php${PHP_VER}-bcmath -. if ${PHP_VER} >= 70 +. if ${PHP_VER} >= 71 bitset_DEPENDS= math/pecl-bitset@${PHP_FLAVOR} . else bitset_DEPENDS= math/pecl-bitset2@${PHP_FLAVOR} @@ -388,7 +384,7 @@ iconv_DEPENDS= converters/php${PHP_VER}-iconv igbinary_DEPENDS= converters/pecl-igbinary@${PHP_FLAVOR} imap_DEPENDS= mail/php${PHP_VER}-imap interbase_DEPENDS= databases/php${PHP_VER}-interbase -. if ${PHP_VER} >= 70 +. if ${PHP_VER} >= 71 intl_DEPENDS= devel/php${PHP_VER}-intl . else intl_DEPENDS= devel/pecl-intl@${PHP_FLAVOR} @@ -401,12 +397,12 @@ mcrypt_DEPENDS= security/pecl-mcrypt@${PHP_FLAVOR} . else mcrypt_DEPENDS= security/php${PHP_VER}-mcrypt . endif -. if ${PHP_VER} >= 70 +. if ${PHP_VER} >= 71 memcache_DEPENDS= databases/php-memcache@${PHP_FLAVOR} . else memcache_DEPENDS= databases/pecl-memcache@${PHP_FLAVOR} . endif -. if ${PHP_VER} >= 70 +. if ${PHP_VER} >= 71 memcached_DEPENDS= databases/pecl-memcached@${PHP_FLAVOR} . else memcached_DEPENDS= databases/pecl-memcached2@${PHP_FLAVOR} Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Wed Dec 5 13:54:15 2018 (r486669) +++ head/Mk/bsd.default-versions.mk Wed Dec 5 13:57:58 2018 (r486670) @@ -78,7 +78,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} .endif # Possible values: 9.3, 9.4, 9.5, 9.6, 10, 11 PGSQL_DEFAULT?= 9.5 -# Possible values: 5.6, 7.0, 7.1, 7.2, 7.3 +# Possible values: 5.6, 7.1, 7.2, 7.3 PHP_DEFAULT?= 7.2 # Possible values: 2.7, 3.4, 3.5, 3.6, 3.7 PYTHON_DEFAULT?= 2.7 From owner-svn-ports-all@freebsd.org Wed Dec 5 13:59:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46F8813147D7; Wed, 5 Dec 2018 13:59:37 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCF0773A7D; Wed, 5 Dec 2018 13:59:36 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDF9015454; Wed, 5 Dec 2018 13:59:36 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Dxa9p087683; Wed, 5 Dec 2018 13:59:36 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Dxahu087682; Wed, 5 Dec 2018 13:59:36 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051359.wB5Dxahu087682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 13:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486671 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 486671 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DCF0773A7D X-Spamd-Result: default: False [-0.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.56)[-0.564,0]; NEURAL_HAM_LONG(-0.11)[-0.112,0]; NEURAL_HAM_SHORT(-0.08)[-0.084,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 13:59:37 -0000 Author: rene Date: Wed Dec 5 13:59:36 2018 New Revision: 486671 URL: https://svnweb.freebsd.org/changeset/ports/486671 Log: Re-sync the value of PHP_EXT_DIR with the default version in the else clause. Modified: head/Mk/Uses/php.mk Modified: head/Mk/Uses/php.mk ============================================================================== --- head/Mk/Uses/php.mk Wed Dec 5 13:57:58 2018 (r486670) +++ head/Mk/Uses/php.mk Wed Dec 5 13:59:36 2018 (r486671) @@ -174,7 +174,7 @@ PHP_EXT_DIR= 20131226 PHP_EXT_INC= pcre spl . else # (rene) default to DEFAULT_VERSIONS -PHP_EXT_DIR= 20131226 +PHP_EXT_DIR= 20170718 PHP_EXT_INC= pcre spl . endif From owner-svn-ports-all@freebsd.org Wed Dec 5 14:09:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58C761314CD4; Wed, 5 Dec 2018 14:09:21 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D36E740D4; Wed, 5 Dec 2018 14:09:19 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31C91155F7; Wed, 5 Dec 2018 14:09:19 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5E9JWF093620; Wed, 5 Dec 2018 14:09:19 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5E9CnF093585; Wed, 5 Dec 2018 14:09:12 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201812051409.wB5E9CnF093585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Wed, 5 Dec 2018 14:09:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486672 - in head: benchmarks/vegeta devel/busybee devel/git-lfs devel/gnu-efi devel/hub devel/libe devel/py-fabric3 dns/dhisd dns/dnscrypt-proxy2 dns/go-geodns emulators/hatari irc/wee... X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: in head: benchmarks/vegeta devel/busybee devel/git-lfs devel/gnu-efi devel/hub devel/libe devel/py-fabric3 dns/dhisd dns/dnscrypt-proxy2 dns/go-geodns emulators/hatari irc/weechat-otr lang/coffeescrip... X-SVN-Commit-Revision: 486672 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D36E740D4 X-Spamd-Result: default: False [-0.48 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.47)[-0.473,0]; NEURAL_SPAM_LONG(0.05)[0.051,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.06)[-0.056,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 14:09:21 -0000 Author: egypcio Date: Wed Dec 5 14:09:12 2018 New Revision: 486672 URL: https://svnweb.freebsd.org/changeset/ports/486672 Log: use @FreeBSD.org as MAINTAINER instead of my private address benchmarks/vegeta devel/busybee devel/git-lfs devel/gnu-efi devel/hub devel/libe devel/py-fabric3 devel/py-fabric3 dns/dhisd dns/dnscrypt-proxy2 dns/go-geodns emulators/hatari irc/weechat-otr lang/coffeescript net-mgmt/cacti88 net-mgmt/cacti88-spine net-p2p/libbt net/py-iplib net/py-iplib net/py-libfte net/py-sbws security/obfs4proxy-tor security/onionscan security/openvpn-admin security/py-fteproxy security/py-yubikey-manager security/super sysutils/intel-pcm-devel sysutils/openipmi sysutils/shim sysutils/xbatt textproc/multimarkdown textproc/regex2dfa www/onionshare Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18434 Modified: head/benchmarks/vegeta/Makefile head/devel/busybee/Makefile head/devel/git-lfs/Makefile head/devel/gnu-efi/Makefile head/devel/hub/Makefile head/devel/libe/Makefile head/devel/py-fabric3/Makefile head/dns/dhisd/Makefile head/dns/dnscrypt-proxy2/Makefile head/dns/go-geodns/Makefile head/emulators/hatari/Makefile head/irc/weechat-otr/Makefile head/lang/coffeescript/Makefile head/net-mgmt/cacti88-spine/Makefile head/net-mgmt/cacti88/Makefile head/net-p2p/libbt/Makefile head/net/py-iplib/Makefile head/net/py-libfte/Makefile head/net/py-sbws/Makefile head/security/obfs4proxy-tor/Makefile head/security/onionscan/Makefile head/security/openvpn-admin/Makefile head/security/py-fteproxy/Makefile head/security/py-yubikey-manager/Makefile head/security/super/Makefile head/sysutils/intel-pcm-devel/Makefile head/sysutils/openipmi/Makefile head/sysutils/shim/Makefile head/sysutils/xbatt/Makefile head/textproc/multimarkdown/Makefile head/textproc/regex2dfa/Makefile head/www/onionshare/Makefile Modified: head/benchmarks/vegeta/Makefile ============================================================================== --- head/benchmarks/vegeta/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/benchmarks/vegeta/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -5,7 +5,7 @@ DISTVERSIONPREFIX= cli/v DISTVERSION= 12.1.0 CATEGORIES= benchmarks www -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= HTTP load testing tool and library LICENSE= MIT Modified: head/devel/busybee/Makefile ============================================================================== --- head/devel/busybee/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/devel/busybee/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -6,7 +6,7 @@ PORTVERSION= 0.7.0 DISTVERSIONPREFIX= releases/ CATEGORIES= devel -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= High-performance messaging layer LICENSE= BSD3CLAUSE Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/devel/git-lfs/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -5,7 +5,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 2.6.0 CATEGORIES= devel -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Git extension for versioning large files LICENSE= MIT Modified: head/devel/gnu-efi/Makefile ============================================================================== --- head/devel/gnu-efi/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/devel/gnu-efi/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/gnu-efi -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= SDK for EFI applications LICENSE= GPLv2 Modified: head/devel/hub/Makefile ============================================================================== --- head/devel/hub/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/devel/hub/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -6,7 +6,7 @@ PORTVERSION= 2.6.0 DISTVERSIONPREFIX= v CATEGORIES= devel sysutils -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Introduces git to GitHub LICENSE= MIT Modified: head/devel/libe/Makefile ============================================================================== --- head/devel/libe/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/devel/libe/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -6,7 +6,7 @@ PORTVERSION= 0.11.0 DISTVERSIONPREFIX= releases/ CATEGORIES= devel -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= High-performance datastructures and utilities for C++ LICENSE= BSD3CLAUSE Modified: head/devel/py-fabric3/Makefile ============================================================================== --- head/devel/py-fabric3/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/devel/py-fabric3/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Fabric3-${DISTVERSION}.post1 -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Python tool for remote execution and deployment LICENSE= BSD3CLAUSE Modified: head/dns/dhisd/Makefile ============================================================================== --- head/dns/dhisd/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/dns/dhisd/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -7,7 +7,7 @@ CATEGORIES= dns MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ \ LOCAL/meta -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= DHIS server for dynamic updates on the server using specific engines LICENSE= BSD2CLAUSE Modified: head/dns/dnscrypt-proxy2/Makefile ============================================================================== --- head/dns/dnscrypt-proxy2/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/dns/dnscrypt-proxy2/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -5,7 +5,7 @@ PORTVERSION= 2.0.19 CATEGORIES= dns security ipv6 PKGNAMESUFFIX= 2 -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Flexible DNS proxy with support for encrypted protocols LICENSE= ISCL Modified: head/dns/go-geodns/Makefile ============================================================================== --- head/dns/go-geodns/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/dns/go-geodns/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -5,7 +5,7 @@ PORTVERSION= 2.7.0 CATEGORIES= dns net ipv6 PKGNAMEPREFIX= go- -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= DNS server with per-client targeted responses LICENSE= APACHE20 Modified: head/emulators/hatari/Makefile ============================================================================== --- head/emulators/hatari/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/emulators/hatari/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -6,7 +6,7 @@ PORTVERSION= 2.1.0 CATEGORIES= emulators MASTER_SITES= http://download.tuxfamily.org/hatari/${PORTVERSION}/ -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Atari ST emulator LICENSE= GPLv2+ Modified: head/irc/weechat-otr/Makefile ============================================================================== --- head/irc/weechat-otr/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/irc/weechat-otr/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -6,7 +6,7 @@ DISTVERSION= 1.9.2 CATEGORIES= irc security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= WeeChat script for Off-the-Record (OTR) messaging LICENSE= GPLv3 Modified: head/lang/coffeescript/Makefile ============================================================================== --- head/lang/coffeescript/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/lang/coffeescript/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -4,7 +4,7 @@ PORTNAME= coffeescript DISTVERSION= 2.3.2 CATEGORIES= lang -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Unfancy JavaScript LICENSE= MIT Modified: head/net-mgmt/cacti88-spine/Makefile ============================================================================== --- head/net-mgmt/cacti88-spine/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/net-mgmt/cacti88-spine/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.cacti.net/downloads/${PORTNAM PKGNAMEPREFIX= cacti88- DISTNAME= cacti-${PORTNAME}-${PORTVERSION} -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Multithreaded poller for Cacti written in C LICENSE= LGPL21+ Modified: head/net-mgmt/cacti88/Makefile ============================================================================== --- head/net-mgmt/cacti88/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/net-mgmt/cacti88/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -6,7 +6,7 @@ CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ PKGNAMESUFFIX= 88 -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Web-driven graphing interface for RRDTool DEPRECATED= Works only with EOL php 5.6 Modified: head/net-p2p/libbt/Makefile ============================================================================== --- head/net-p2p/libbt/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/net-p2p/libbt/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -6,7 +6,7 @@ DISTVERSION= 1.06 CATEGORIES= net-p2p devel MASTER_SITES= SF -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= C library implementing the core BitTorrent protocol LICENSE= GPLv2 LGPL21 Modified: head/net/py-iplib/Makefile ============================================================================== --- head/net/py-iplib/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/net/py-iplib/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -7,7 +7,7 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Convert amongst many different IPv4 notations LICENSE= BSD3CLAUSE Modified: head/net/py-libfte/Makefile ============================================================================== --- head/net/py-libfte/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/net/py-libfte/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= fte-${PORTVERSION} -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Format-Transforming Encryption Library/Toolkit LICENSE= APACHE20 Modified: head/net/py-sbws/Makefile ============================================================================== --- head/net/py-sbws/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/net/py-sbws/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Tor network bandwidth scanner LICENSE= CC0-1.0 Modified: head/security/obfs4proxy-tor/Makefile ============================================================================== --- head/security/obfs4proxy-tor/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/security/obfs4proxy-tor/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -8,7 +8,7 @@ MASTER_SITES= https://people.torproject.org/~yawning/r DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PKGNAMESUFFIX= -tor -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Pluggable transport proxy for Tor (obfs4, The Obfuscator) LICENSE= BSD3CLAUSE Modified: head/security/onionscan/Makefile ============================================================================== --- head/security/onionscan/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/security/onionscan/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -5,7 +5,7 @@ DISTVERSIONPREFIX= OnionScan- DISTVERSION= 0.2 CATEGORIES= security net -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Free and open source tool for investigating Onion Services LICENSE= MIT Modified: head/security/openvpn-admin/Makefile ============================================================================== --- head/security/openvpn-admin/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/security/openvpn-admin/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -8,7 +8,7 @@ PORTREVISION= 6 CATEGORIES= security gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/release-${PORTVERSION} -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= GUI frontend to openvpn LICENSE= LGPL21+ Modified: head/security/py-fteproxy/Makefile ============================================================================== --- head/security/py-fteproxy/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/security/py-fteproxy/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -6,7 +6,7 @@ CATEGORIES= security net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Programmable proxy for censorship circumvention LICENSE= APACHE20 Modified: head/security/py-yubikey-manager/Makefile ============================================================================== --- head/security/py-yubikey-manager/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/security/py-yubikey-manager/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -7,7 +7,7 @@ CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Python library and command line tool for configuring a YubiKey LICENSE= BSD2CLAUSE Modified: head/security/super/Makefile ============================================================================== --- head/security/super/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/security/super/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ \ http://www.ucolick.org/~will/RUE/super/ EXTRACT_SUFX= -tar.gz -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Allow others to run commands as root LICENSE= ART10 GPLv1+ Modified: head/sysutils/intel-pcm-devel/Makefile ============================================================================== --- head/sysutils/intel-pcm-devel/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/sysutils/intel-pcm-devel/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Process Count Monitor (PCM) for Intel processors LICENSE= BSD3CLAUSE Modified: head/sysutils/openipmi/Makefile ============================================================================== --- head/sysutils/openipmi/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/sysutils/openipmi/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -8,7 +8,7 @@ CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library DISTNAME= OpenIPMI-${PORTVERSION} -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Complex IPMI management software LICENSE= GPLv2 Modified: head/sysutils/shim/Makefile ============================================================================== --- head/sysutils/shim/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/sysutils/shim/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -5,7 +5,7 @@ PORTNAME= shim PORTVERSION= 0.9 CATEGORIES= sysutils -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= UEFI Secure Boot shim loader LICENSE= BSD2CLAUSE Modified: head/sysutils/xbatt/Makefile ============================================================================== --- head/sysutils/xbatt/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/sysutils/xbatt/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/ -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Laptop battery status display for X11 ONLY_FOR_ARCHS= amd64 i386 Modified: head/textproc/multimarkdown/Makefile ============================================================================== --- head/textproc/multimarkdown/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/textproc/multimarkdown/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -6,7 +6,7 @@ DISTVERSION= 6.4.0 CATEGORIES= textproc DIST_SUBDIR= ${PORTNAME} -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Extended Markdown processor with more features, written in C LICENSE= BSD3CLAUSE MIT GPLv2+ ZLIB Modified: head/textproc/regex2dfa/Makefile ============================================================================== --- head/textproc/regex2dfa/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/textproc/regex2dfa/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -5,7 +5,7 @@ DISTVERSION= 0.1.6 PORTREVISION= 1 CATEGORIES= textproc -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Command-line utility that converts regular expressions to DFA LICENSE= APACHE20 Modified: head/www/onionshare/Makefile ============================================================================== --- head/www/onionshare/Makefile Wed Dec 5 13:59:36 2018 (r486671) +++ head/www/onionshare/Makefile Wed Dec 5 14:09:12 2018 (r486672) @@ -6,7 +6,7 @@ DISTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= www python security -MAINTAINER= egypcio@googlemail.com +MAINTAINER= egypcio@FreeBSD.org COMMENT= Secure and anonymous file sharing via Tor LICENSE= GPLv3 From owner-svn-ports-all@freebsd.org Wed Dec 5 14:15:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EEBA1315220; Wed, 5 Dec 2018 14:15:39 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10A4274742; Wed, 5 Dec 2018 14:15:39 +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 E5DE7157CA; Wed, 5 Dec 2018 14:15:38 +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 wB5EFcoQ098693; Wed, 5 Dec 2018 14:15:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5EFchL098692; Wed, 5 Dec 2018 14:15:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812051415.wB5EFchL098692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 5 Dec 2018 14:15:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486673 - head/net-im/centerim X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-im/centerim X-SVN-Commit-Revision: 486673 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 10A4274742 X-Spamd-Result: default: False [-0.69 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.08)[-0.077,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 14:15:39 -0000 Author: amdmi3 Date: Wed Dec 5 14:15:38 2018 New Revision: 486673 URL: https://svnweb.freebsd.org/changeset/ports/486673 Log: - Fix LICENSE - Fix shebangfix by providing required SHEBANG_LANG - Unsilence installation commands Approved by: portmgr blanket Modified: head/net-im/centerim/Makefile Modified: head/net-im/centerim/Makefile ============================================================================== --- head/net-im/centerim/Makefile Wed Dec 5 14:09:12 2018 (r486672) +++ head/net-im/centerim/Makefile Wed Dec 5 14:15:38 2018 (r486673) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.centerim.org/download/release MAINTAINER= frank@altpeter.de COMMENT= Text mode menu- and window-driven IM interface -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libassuan.so:security/libassuan \ @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --with-ssl --with-openssl CONFLICTS= centericq-[0-9]* centerim-devel-[0-9]* SHEBANG_FILES= misc/CenterIMLog2HTML.py misc/cimformathistory misc/cimextracthistory.pl +SHEBANG_LANG= gawk gawk_OLD_CMD= /bin/gawk gawk_CMD= /usr/bin/awk @@ -69,6 +70,6 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/) + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-all@freebsd.org Wed Dec 5 14:21:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB1BF1315785; Wed, 5 Dec 2018 14:21:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A13F7527B; Wed, 5 Dec 2018 14:21:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35D3015832; Wed, 5 Dec 2018 14:21:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5ELOgv001678; Wed, 5 Dec 2018 14:21:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5ELOLD001677; Wed, 5 Dec 2018 14:21:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812051421.wB5ELOLD001677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 5 Dec 2018 14:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486674 - head/science/py-ws2300 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/science/py-ws2300 X-SVN-Commit-Revision: 486674 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5A13F7527B X-Spamd-Result: default: False [-0.86 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.25)[-0.248,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 14:21:24 -0000 Author: amdmi3 Date: Wed Dec 5 14:21:23 2018 New Revision: 486674 URL: https://svnweb.freebsd.org/changeset/ports/486674 Log: - Use MANPREFIX Approved by: portmgr blanket Modified: head/science/py-ws2300/Makefile Modified: head/science/py-ws2300/Makefile ============================================================================== --- head/science/py-ws2300/Makefile Wed Dec 5 14:15:38 2018 (r486673) +++ head/science/py-ws2300/Makefile Wed Dec 5 14:21:23 2018 (r486674) @@ -22,7 +22,7 @@ PLIST_FILES= bin/ws2300 man/man1/ws2300.1.gz post-install: ${INSTALL_SCRIPT} ${FILESDIR}/ws2300 ${STAGEDIR}${PREFIX}/bin/ws2300 - ${INSTALL_MAN} ${WRKSRC}/ws2300.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/ws2300.1 ${STAGEDIR}${MANPREFIX}/man/man1/ @${REINPLACE_CMD} -i '' -e 's|/usr/bin/env python|${PYTHON_CMD}|' ${STAGEDIR}${PREFIX}/bin/ws2300 .include From owner-svn-ports-all@freebsd.org Wed Dec 5 14:22:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C16961315AEF; Wed, 5 Dec 2018 14:22:51 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64CC875999; Wed, 5 Dec 2018 14:22:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 463AB15980; Wed, 5 Dec 2018 14:22:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5EMphY004199; Wed, 5 Dec 2018 14:22:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5EMolX004197; Wed, 5 Dec 2018 14:22:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812051422.wB5EMolX004197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 5 Dec 2018 14:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486675 - head/mail/roundcube X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/mail/roundcube X-SVN-Commit-Revision: 486675 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 64CC875999 X-Spamd-Result: default: False [-0.86 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.25)[-0.248,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 14:22:51 -0000 Author: amdmi3 Date: Wed Dec 5 14:22:50 2018 New Revision: 486675 URL: https://svnweb.freebsd.org/changeset/ports/486675 Log: - Fix LICENSE - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/mail/roundcube/Makefile head/mail/roundcube/pkg-descr Modified: head/mail/roundcube/Makefile ============================================================================== --- head/mail/roundcube/Makefile Wed Dec 5 14:21:23 2018 (r486674) +++ head/mail/roundcube/Makefile Wed Dec 5 14:22:50 2018 (r486675) @@ -11,7 +11,8 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER?= ale@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes NO_BUILD= yes Modified: head/mail/roundcube/pkg-descr ============================================================================== --- head/mail/roundcube/pkg-descr Wed Dec 5 14:21:23 2018 (r486674) +++ head/mail/roundcube/pkg-descr Wed Dec 5 14:22:50 2018 (r486675) @@ -5,4 +5,4 @@ folder manipulation and message filters. RoundCube Web PHP and requires the MySQL database. The user interface is fully skinnable using XHTML and CSS 2. -WWW: http://www.roundcube.net/ +WWW: https://roundcube.net/ From owner-svn-ports-all@freebsd.org Wed Dec 5 14:34:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 454EE1316639; Wed, 5 Dec 2018 14:34:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B48A576AB6; Wed, 5 Dec 2018 14:34:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B43015B40; Wed, 5 Dec 2018 14:34:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5EYUSW010133; Wed, 5 Dec 2018 14:34:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5EYT7n010129; Wed, 5 Dec 2018 14:34:29 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812051434.wB5EYT7n010129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 5 Dec 2018 14:34:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486676 - in head/devel: . py-prompt_toolkit2 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . py-prompt_toolkit2 X-SVN-Commit-Revision: 486676 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B48A576AB6 X-Spamd-Result: default: False [-0.80 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.52)[-0.521,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0]; NEURAL_HAM_SHORT(-0.25)[-0.249,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 14:34:31 -0000 Author: swills Date: Wed Dec 5 14:34:29 2018 New Revision: 486676 URL: https://svnweb.freebsd.org/changeset/ports/486676 Log: devel/py-prompt_toolkit2: create port prompt_toolkit could be a replacement for GNU readline, but it can be much more than that. Version 2.0 is incompatible with version 1.0. WWW: https://github.com/prompt-toolkit/python-prompt-toolkit Added: head/devel/py-prompt_toolkit2/ head/devel/py-prompt_toolkit2/Makefile (contents, props changed) head/devel/py-prompt_toolkit2/distinfo (contents, props changed) head/devel/py-prompt_toolkit2/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 5 14:22:50 2018 (r486675) +++ head/devel/Makefile Wed Dec 5 14:34:29 2018 (r486676) @@ -4906,6 +4906,7 @@ SUBDIR += py-prettytable SUBDIR += py-prioritized_methods SUBDIR += py-prompt_toolkit + SUBDIR += py-prompt_toolkit2 SUBDIR += py-protobuf SUBDIR += py-protocols SUBDIR += py-ptable Added: head/devel/py-prompt_toolkit2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-prompt_toolkit2/Makefile Wed Dec 5 14:34:29 2018 (r486676) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= prompt_toolkit +PORTVERSION= 2.0.7 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 2 + +MAINTAINER= swills@FreeBSD.org +COMMENT= Library for building powerful interactive command lines in Python + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} + +USES= python + +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + +.include Added: head/devel/py-prompt_toolkit2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-prompt_toolkit2/distinfo Wed Dec 5 14:34:29 2018 (r486676) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543977502 +SHA256 (prompt_toolkit-2.0.7.tar.gz) = fd17048d8335c1e6d5ee403c3569953ba3eb8555d710bfc548faf0712666ea39 +SIZE (prompt_toolkit-2.0.7.tar.gz) = 343267 Added: head/devel/py-prompt_toolkit2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-prompt_toolkit2/pkg-descr Wed Dec 5 14:34:29 2018 (r486676) @@ -0,0 +1,4 @@ +prompt_toolkit could be a replacement for GNU readline, but it can be much more +than that. Version 2.0 is incompatible with version 1.0. + +WWW: https://github.com/prompt-toolkit/python-prompt-toolkit From owner-svn-ports-all@freebsd.org Wed Dec 5 15:46:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 219711318712; Wed, 5 Dec 2018 15:46:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C526479A7F; Wed, 5 Dec 2018 15:46:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A61B2166EC; Wed, 5 Dec 2018 15:46:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Fk6p6046876; Wed, 5 Dec 2018 15:46:06 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Fk3E8046858; Wed, 5 Dec 2018 15:46:03 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051546.wB5Fk3E8046858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 15:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486677 - in head: . archivers archivers/php70-bz2 archivers/php70-phar archivers/php70-zip archivers/php70-zlib converters converters/php70-iconv converters/php70-mbstring converters/p... X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . archivers archivers/php70-bz2 archivers/php70-phar archivers/php70-zip archivers/php70-zlib converters converters/php70-iconv converters/php70-mbstring converters/php70-recode databases dat... X-SVN-Commit-Revision: 486677 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C526479A7F X-Spamd-Result: default: False [-0.34 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.47)[-0.473,0]; NEURAL_SPAM_LONG(0.05)[0.051,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.08)[0.078,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 15:46:07 -0000 Author: rene Date: Wed Dec 5 15:46:02 2018 New Revision: 486677 URL: https://svnweb.freebsd.org/changeset/ports/486677 Log: Remove expired ports: 2018-12-04 archivers/php70-bz2: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-phar: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-zip: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-zlib: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-iconv: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-mbstring: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-recode: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-dba: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-interbase: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-mysqli: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-odbc: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_dblib: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_firebird: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_mysql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_odbc: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_pgsql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_sqlite: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pgsql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-sqlite3: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-gettext: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-intl: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-json: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-pcntl: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-readline: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-shmop: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvmsg: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvsem: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvshm: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-tokenizer: Security Support ends on 3 Dec 2018 2018-12-04 ftp/php70-curl: Security Support ends on 3 Dec 2018 2018-12-04 ftp/php70-ftp: Security Support ends on 3 Dec 2018 2018-12-04 graphics/php70-exif: Security Support ends on 3 Dec 2018 2018-12-04 graphics/php70-gd: Security Support ends on 3 Dec 2018 2018-12-04 mail/php70-imap: Security Support ends on 3 Dec 2018 2018-12-04 misc/php70-calendar: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-ldap: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-soap: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-sockets: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-xmlrpc: Security Support ends on 3 Dec 2018 2018-12-04 net-mgmt/php70-snmp: Security Support ends on 3 Dec 2018 2018-12-04 sysutils/php70-fileinfo: Security Support ends on 3 Dec 2018 2018-12-04 sysutils/php70-posix: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-filter: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-hash: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-mcrypt: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-openssl: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-ctype: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-dom: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-enchant: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-pspell: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-simplexml: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-wddx: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xml: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xmlreader: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xmlwriter: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xsl: Security Support ends on 3 Dec 2018 2018-12-04 www/mod_php70: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-opcache: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-session: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-tidy: Security Support ends on 3 Dec 2018 Deleted: head/archivers/php70-bz2/ head/archivers/php70-phar/ head/archivers/php70-zip/ head/archivers/php70-zlib/ head/converters/php70-iconv/ head/converters/php70-mbstring/ head/converters/php70-recode/ head/databases/php70-dba/ head/databases/php70-interbase/ head/databases/php70-mysqli/ head/databases/php70-odbc/ head/databases/php70-pdo/ head/databases/php70-pdo_dblib/ head/databases/php70-pdo_firebird/ head/databases/php70-pdo_mysql/ head/databases/php70-pdo_odbc/ head/databases/php70-pdo_pgsql/ head/databases/php70-pdo_sqlite/ head/databases/php70-pgsql/ head/databases/php70-sqlite3/ head/devel/php70-gettext/ head/devel/php70-intl/ head/devel/php70-json/ head/devel/php70-pcntl/ head/devel/php70-readline/ head/devel/php70-shmop/ head/devel/php70-sysvmsg/ head/devel/php70-sysvsem/ head/devel/php70-sysvshm/ head/devel/php70-tokenizer/ head/ftp/php70-curl/ head/ftp/php70-ftp/ head/graphics/php70-exif/ head/graphics/php70-gd/ head/mail/php70-imap/ head/misc/php70-calendar/ head/net-mgmt/php70-snmp/ head/net/php70-ldap/ head/net/php70-soap/ head/net/php70-sockets/ head/net/php70-xmlrpc/ head/security/php70-filter/ head/security/php70-hash/ head/security/php70-mcrypt/ head/security/php70-openssl/ head/sysutils/php70-fileinfo/ head/sysutils/php70-posix/ head/textproc/php70-ctype/ head/textproc/php70-dom/ head/textproc/php70-enchant/ head/textproc/php70-pspell/ head/textproc/php70-simplexml/ head/textproc/php70-wddx/ head/textproc/php70-xml/ head/textproc/php70-xmlreader/ head/textproc/php70-xmlwriter/ head/textproc/php70-xsl/ head/www/mod_php70/ head/www/php70-opcache/ head/www/php70-session/ head/www/php70-tidy/ Modified: head/MOVED head/archivers/Makefile head/converters/Makefile head/databases/Makefile head/devel/Makefile head/ftp/Makefile head/graphics/Makefile head/mail/Makefile head/misc/Makefile head/net-mgmt/Makefile head/net/Makefile head/security/Makefile head/sysutils/Makefile head/textproc/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Dec 5 14:34:29 2018 (r486676) +++ head/MOVED Wed Dec 5 15:46:02 2018 (r486677) @@ -10653,3 +10653,64 @@ devel/ztcl||2018-12-04|Has expired: Unfetchable, unmai x11-toolkits/vtkfox||2018-12-05|Has expired: Depends on expiring vtk5 lang/php70-extensions|lang/php72-extensions|2018-12-05|Has expired: Works only with EOL php 7.0 math/vtk5|math/vtk6|2018-12-05|Has expired: Broken, unmaintained +archivers/php70-bz2|archivers/php72-bz2|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +archivers/php70-phar|archivers/php72-phar|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +archivers/php70-zip|archivers/php72-zip|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +archivers/php70-zlib|archivers/php72-zlib|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +converters/php70-iconv|converters/php72-iconv|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +converters/php70-mbstring|converters/php72-mbstring|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +converters/php70-recode|converters/php72-recode|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-dba|databases/php72-dba|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-interbase|databases/php72-interbase|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-mysqli|databases/php72-mysqli|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-odbc|databases/php72-odbc|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-pdo|databases/php72-pdo|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-pdo_dblib|databases/php72-pdo_dblib|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-pdo_firebird|databases/php72-pdo_firebird|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-pdo_mysql|databases/php72-pdo_mysql|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-pdo_odbc|databases/php72-pdo_odbc|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-pdo_pgsql|databases/php72-pdo_pgsql|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-pdo_sqlite|databases/php72-pdo_sqlite|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-pgsql|databases/php72-pgsql|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +databases/php70-sqlite3|databases/php72-sqlite3|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +devel/php70-gettext|devel/php72-gettext|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +devel/php70-intl|devel/php72-intl|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +devel/php70-json|devel/php72-json|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +devel/php70-pcntl|devel/php72-pcntl|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +devel/php70-readline|devel/php72-readline|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +devel/php70-shmop|devel/php72-shmop|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +devel/php70-sysvmsg|devel/php72-sysvmsg|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +devel/php70-sysvsem|devel/php72-sysvsem|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +devel/php70-sysvshm|devel/php72-sysvshm|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +devel/php70-tokenizer|devel/php72-tokenizer|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +ftp/php70-curl|ftp/php72-curl|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +ftp/php70-ftp|ftp/php72-ftp|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +graphics/php70-exif|graphics/php72-exif|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +graphics/php70-gd|graphics/php72-gd|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +mail/php70-imap|mail/php72-imap|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +misc/php70-calendar|misc/php72-calendar|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +net/php70-ldap|net/php72-ldap|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +net/php70-soap|net/php72-soap|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +net/php70-sockets|net/php72-sockets|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +net/php70-xmlrpc|net/php72-xmlrpc|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +net-mgmt/php70-snmp|net-mgmt/php72-snmp|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +sysutils/php70-fileinfo|sysutils/php72-fileinfo|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +sysutils/php70-posix|sysutils/php72-posix|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +security/php70-filter|security/php72-filter|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +security/php70-hash|security/php72-hash|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +security/php70-mcrypt|security/php72-sodium|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +security/php70-openssl|security/php72-openssl|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +textproc/php70-ctype|textproc/php72-ctype|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +textproc/php70-dom|textproc/php72-dom|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +textproc/php70-enchant|textproc/php72-enchant|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +textproc/php70-pspell|textproc/php72-pspell|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +textproc/php70-simplexml|textproc/php72-simplexml|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +textproc/php70-wddx|textproc/php72-wddx|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +textproc/php70-xml|textproc/php72-xml|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +textproc/php70-xmlreader|textproc/php72-xmlreader|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +textproc/php70-xmlwriter|textproc/php72-xmlwriter|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +textproc/php70-xsl|textproc/php72-xsl|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +www/mod_php70|www/mod_php72|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +www/php70-opcache|www/php72-opcache|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +www/php70-session|www/php72-session|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +www/php70-tidy|www/php72-tidy|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/archivers/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -156,10 +156,6 @@ SUBDIR += php56-phar SUBDIR += php56-zip SUBDIR += php56-zlib - SUBDIR += php70-bz2 - SUBDIR += php70-phar - SUBDIR += php70-zip - SUBDIR += php70-zlib SUBDIR += php71-bz2 SUBDIR += php71-phar SUBDIR += php71-zip Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/converters/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -143,9 +143,6 @@ SUBDIR += php56-iconv SUBDIR += php56-mbstring SUBDIR += php56-recode - SUBDIR += php70-iconv - SUBDIR += php70-mbstring - SUBDIR += php70-recode SUBDIR += php71-iconv SUBDIR += php71-mbstring SUBDIR += php71-recode Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/databases/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -644,19 +644,6 @@ SUBDIR += php56-sqlite3 SUBDIR += php56-sybase_ct SUBDIR += php7-tarantool - SUBDIR += php70-dba - SUBDIR += php70-interbase - SUBDIR += php70-mysqli - SUBDIR += php70-odbc - SUBDIR += php70-pdo - SUBDIR += php70-pdo_dblib - SUBDIR += php70-pdo_firebird - SUBDIR += php70-pdo_mysql - SUBDIR += php70-pdo_odbc - SUBDIR += php70-pdo_pgsql - SUBDIR += php70-pdo_sqlite - SUBDIR += php70-pgsql - SUBDIR += php70-sqlite3 SUBDIR += php71-dba SUBDIR += php71-interbase SUBDIR += php71-mysqli Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/devel/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -4148,16 +4148,6 @@ SUBDIR += php56-sysvsem SUBDIR += php56-sysvshm SUBDIR += php56-tokenizer - SUBDIR += php70-gettext - SUBDIR += php70-intl - SUBDIR += php70-json - SUBDIR += php70-pcntl - SUBDIR += php70-readline - SUBDIR += php70-shmop - SUBDIR += php70-sysvmsg - SUBDIR += php70-sysvsem - SUBDIR += php70-sysvshm - SUBDIR += php70-tokenizer SUBDIR += php71-gettext SUBDIR += php71-intl SUBDIR += php71-json Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/ftp/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -65,8 +65,6 @@ SUBDIR += php-fastdfs SUBDIR += php56-curl SUBDIR += php56-ftp - SUBDIR += php70-curl - SUBDIR += php70-ftp SUBDIR += php71-curl SUBDIR += php71-ftp SUBDIR += php72-curl Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/graphics/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -832,8 +832,6 @@ SUBDIR += php5-ffmpeg SUBDIR += php56-exif SUBDIR += php56-gd - SUBDIR += php70-exif - SUBDIR += php70-gd SUBDIR += php71-exif SUBDIR += php71-gd SUBDIR += php72-exif Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/mail/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -488,7 +488,6 @@ SUBDIR += pflogsumm SUBDIR += pfqueue SUBDIR += php56-imap - SUBDIR += php70-imap SUBDIR += php71-imap SUBDIR += php72-imap SUBDIR += php73-imap Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/misc/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -400,7 +400,6 @@ SUBDIR += pecl-timezonedb SUBDIR += pfm SUBDIR += php56-calendar - SUBDIR += php70-calendar SUBDIR += php71-calendar SUBDIR += php72-calendar SUBDIR += php73-calendar Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/net-mgmt/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -288,7 +288,6 @@ SUBDIR += percona-monitoring-plugins SUBDIR += pftabled SUBDIR += php56-snmp - SUBDIR += php70-snmp SUBDIR += php71-snmp SUBDIR += php72-snmp SUBDIR += php73-snmp Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/net/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -994,10 +994,6 @@ SUBDIR += php56-soap SUBDIR += php56-sockets SUBDIR += php56-xmlrpc - SUBDIR += php70-ldap - SUBDIR += php70-soap - SUBDIR += php70-sockets - SUBDIR += php70-xmlrpc SUBDIR += php71-ldap SUBDIR += php71-soap SUBDIR += php71-sockets Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/security/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -847,10 +847,6 @@ SUBDIR += php56-hash SUBDIR += php56-mcrypt SUBDIR += php56-openssl - SUBDIR += php70-filter - SUBDIR += php70-hash - SUBDIR += php70-mcrypt - SUBDIR += php70-openssl SUBDIR += php71-filter SUBDIR += php71-hash SUBDIR += php71-mcrypt Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/sysutils/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -910,8 +910,6 @@ SUBDIR += phantom SUBDIR += php56-fileinfo SUBDIR += php56-posix - SUBDIR += php70-fileinfo - SUBDIR += php70-posix SUBDIR += php71-fileinfo SUBDIR += php71-posix SUBDIR += php72-fileinfo Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/textproc/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -1227,16 +1227,6 @@ SUBDIR += php56-xmlreader SUBDIR += php56-xmlwriter SUBDIR += php56-xsl - SUBDIR += php70-ctype - SUBDIR += php70-dom - SUBDIR += php70-enchant - SUBDIR += php70-pspell - SUBDIR += php70-simplexml - SUBDIR += php70-wddx - SUBDIR += php70-xml - SUBDIR += php70-xmlreader - SUBDIR += php70-xmlwriter - SUBDIR += php70-xsl SUBDIR += php71-ctype SUBDIR += php71-dom SUBDIR += php71-enchant Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Dec 5 14:34:29 2018 (r486676) +++ head/www/Makefile Wed Dec 5 15:46:02 2018 (r486677) @@ -463,7 +463,6 @@ SUBDIR += mod_pagespeed SUBDIR += mod_perl2 SUBDIR += mod_php56 - SUBDIR += mod_php70 SUBDIR += mod_php71 SUBDIR += mod_php72 SUBDIR += mod_php73 @@ -1457,9 +1456,6 @@ SUBDIR += php56-opcache SUBDIR += php56-session SUBDIR += php56-tidy - SUBDIR += php70-opcache - SUBDIR += php70-session - SUBDIR += php70-tidy SUBDIR += php71-opcache SUBDIR += php71-session SUBDIR += php71-tidy From owner-svn-ports-all@freebsd.org Wed Dec 5 15:51:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5097A1318AE8; Wed, 5 Dec 2018 15:51:14 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9CBA79E91; Wed, 5 Dec 2018 15:51:13 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C466416724; Wed, 5 Dec 2018 15:51:13 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5FpDZv047227; Wed, 5 Dec 2018 15:51:13 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5FpDHq047225; Wed, 5 Dec 2018 15:51:13 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201812051551.wB5FpDHq047225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 5 Dec 2018 15:51:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486678 - head/textproc/libsass X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: head/textproc/libsass X-SVN-Commit-Revision: 486678 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E9CBA79E91 X-Spamd-Result: default: False [-0.68 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; NEURAL_HAM_SHORT(-0.06)[-0.062,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 15:51:14 -0000 Author: nivit Date: Wed Dec 5 15:51:13 2018 New Revision: 486678 URL: https://svnweb.freebsd.org/changeset/ports/486678 Log: - Update to 3.5.5 - Pet portlint Changes: https://github.com/sass/libsass/releases/tag/3.5.5 Modified: head/textproc/libsass/Makefile head/textproc/libsass/distinfo Modified: head/textproc/libsass/Makefile ============================================================================== --- head/textproc/libsass/Makefile Wed Dec 5 15:46:02 2018 (r486677) +++ head/textproc/libsass/Makefile Wed Dec 5 15:51:13 2018 (r486678) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libsass -DISTVERSION= 3.5.4 -PORTREVISION= 1 +DISTVERSION= 3.5.5 +PORTREVISION= 0 CATEGORIES= textproc MAINTAINER= nivit@FreeBSD.org @@ -13,14 +13,19 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c++11-lib gmake libtool pathfix -GH_ACCOUNT= sass -GNU_CONFIGURE= yes USE_GITHUB= yes -PATHFIX_MAKEFILEIN= GNUmakefile.am +USE_LDCONFIG= yes + CONFIGURE_ARGS= --disable-static -MAKEFILE= GNUmakefile + +GH_ACCOUNT= sass +GNU_CONFIGURE= yes + INSTALL_TARGET= install-strip -USE_LDCONFIG= yes + +MAKEFILE= GNUmakefile + +PATHFIX_MAKEFILEIN= GNUmakefile.am post-patch: @${ECHO_CMD} "${ECHO_CMD} \"${PORTVERSION}\"" > ${WRKSRC}/version.sh Modified: head/textproc/libsass/distinfo ============================================================================== --- head/textproc/libsass/distinfo Wed Dec 5 15:46:02 2018 (r486677) +++ head/textproc/libsass/distinfo Wed Dec 5 15:51:13 2018 (r486678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526109437 -SHA256 (sass-libsass-3.5.4_GH0.tar.gz) = 5f61cbcddaf8e6ef7a725fcfa5d05297becd7843960f245197ebb655ff868770 -SIZE (sass-libsass-3.5.4_GH0.tar.gz) = 327685 +TIMESTAMP = 1544024380 +SHA256 (sass-libsass-3.5.5_GH0.tar.gz) = 487ca58f1dfdc4055079af04f0ad120747385d3b3926b1c8f46e4b00540fdb70 +SIZE (sass-libsass-3.5.5_GH0.tar.gz) = 327298 From owner-svn-ports-all@freebsd.org Wed Dec 5 15:51:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D93F1318C03; Wed, 5 Dec 2018 15:51:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 682F57A058; Wed, 5 Dec 2018 15:51:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A6691674D; Wed, 5 Dec 2018 15:51:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5FpdPc047399; Wed, 5 Dec 2018 15:51:39 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5FpcU4047396; Wed, 5 Dec 2018 15:51:38 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051551.wB5FpcU4047396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 15:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486679 - in head: . lang lang/php70 math math/php70-bcmath math/php70-gmp X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . lang lang/php70 math math/php70-bcmath math/php70-gmp X-SVN-Commit-Revision: 486679 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 682F57A058 X-Spamd-Result: default: False [-0.68 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.06)[-0.062,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 15:51:39 -0000 Author: rene Date: Wed Dec 5 15:51:38 2018 New Revision: 486679 URL: https://svnweb.freebsd.org/changeset/ports/486679 Log: Remove expired ports: 2018-12-04 math/php70-bcmath: Security Support ends on 3 Dec 2018 2018-12-04 math/php70-gmp: Security Support ends on 3 Dec 2018 2018-12-04 lang/php70: Security Support ends on 3 Dec 2018 Deleted: head/lang/php70/ head/math/php70-bcmath/ head/math/php70-gmp/ Modified: head/MOVED head/lang/Makefile head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Dec 5 15:51:13 2018 (r486678) +++ head/MOVED Wed Dec 5 15:51:38 2018 (r486679) @@ -10714,3 +10714,6 @@ www/mod_php70|www/mod_php72|2018-12-05|Has expired: Se www/php70-opcache|www/php72-opcache|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 www/php70-session|www/php72-session|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 www/php70-tidy|www/php72-tidy|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +math/php70-bcmath|math/php72-bcmath|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +math/php70-gmp|math/php72-gmp|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +lang/php70|lang/php72|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed Dec 5 15:51:13 2018 (r486678) +++ head/lang/Makefile Wed Dec 5 15:51:38 2018 (r486679) @@ -275,7 +275,6 @@ SUBDIR += php-mode.el SUBDIR += php56 SUBDIR += php56-extensions - SUBDIR += php70 SUBDIR += php71 SUBDIR += php71-extensions SUBDIR += php72 Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Dec 5 15:51:13 2018 (r486678) +++ head/math/Makefile Wed Dec 5 15:51:38 2018 (r486679) @@ -656,8 +656,6 @@ SUBDIR += petiga SUBDIR += php56-bcmath SUBDIR += php56-gmp - SUBDIR += php70-bcmath - SUBDIR += php70-gmp SUBDIR += php71-bcmath SUBDIR += php71-gmp SUBDIR += php72-bcmath From owner-svn-ports-all@freebsd.org Wed Dec 5 15:55:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 313A21318F0C; Wed, 5 Dec 2018 15:55:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD40B7A58A; Wed, 5 Dec 2018 15:55:08 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 944BE168A2; Wed, 5 Dec 2018 15:55:08 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Ft8ZL052767; Wed, 5 Dec 2018 15:55:08 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Ft8du052766; Wed, 5 Dec 2018 15:55:08 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051555.wB5Ft8du052766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 15:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486680 - head X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 486680 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CD40B7A58A X-Spamd-Result: default: False [-0.61 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.05)[-0.055,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-0.52)[-0.521,0]; NEURAL_HAM_LONG(-0.03)[-0.031,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 15:55:09 -0000 Author: rene Date: Wed Dec 5 15:55:08 2018 New Revision: 486680 URL: https://svnweb.freebsd.org/changeset/ports/486680 Log: Pet MOVEDlint, remove the @php70 flavor as it is no longer available. Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Wed Dec 5 15:51:38 2018 (r486679) +++ head/MOVED Wed Dec 5 15:55:08 2018 (r486680) @@ -10005,15 +10005,12 @@ devel/boaconstructor||2018-03-02|Has expired: Abandonw audio/amp||2018-03-02|Has expired: No more upstream devel/alf||2018-03-02|Has expired: Abandonware, unused in the ports tree net/remmina-plugin-gnome|net/remmina-plugin-secret|2018-03-04|Renamed upstream -databases/php70-memcache|databases/php-memcache@php70|2018-03-08|Merge into a flavorized version databases/php71-memcache|databases/php-memcache@php71|2018-03-08|Merge into a flavorized version databases/php72-memcache|databases/php-memcache@php72|2018-03-08|Merge into a flavorized version ftp/php56-fastdfs|ftp/php-fastdfs@php56|2018-03-08|Merge into flavorized version -ftp/php70-fastdfs|ftp/php-fastdfs@php70|2018-03-08|Merge into flavorized version ftp/php71-fastdfs|ftp/php-fastdfs@php71|2018-03-08|Merge into flavorized version ftp/php72-fastdfs|ftp/php-fastdfs@php72|2018-03-08|Merge into flavorized version www/unit-php56|www/unit-php@php56|2018-03-08|Merge into flavorized version -www/unit-php70|www/unit-php@php70|2018-03-08|Merge into flavorized version www/unit-php71|www/unit-php@php71|2018-03-08|Merge into flavorized version www/unit-php72|www/unit-php@php72|2018-03-08|Merge into flavorized version databases/php70-memcached|databases/php-memcached|2018-03-08|Move to flavorized version @@ -10637,9 +10634,9 @@ net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery||2 net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery||2018-11-20|Removed, no longer needed textproc/rubygem-github-linguist53|textproc/rubygem-github-linguist|2018-11-23|Obsolete by www/gitlab-ce 11.5.x upgrade, please use textproc/rubygem-github-linguist devel/rubygem-google-protobuf351|devel/rubygem-google-protobuf|2018-11-23|Obsolete by www/gitlab-ce 11.5.x upgrade, please use devel/rubygem-google-protobuf -devel/giggle|devel/gitg|2018-11-23|Has expired: Development stalled. Please switch to devel/gitg. +devel/giggle|devel/gitg|2018-11-23|Has expired: Development stalled. Please switch to devel/gitg net/rubygem-gitaly-proto094|net/rubygem-gitaly-proto|2018-11-24|Use net/rubygem-gitaly-proto instead -www/rubygem-toml-rb03|www/rubygem-toml-rb|2018-11-25|Has expired: Obsoleted by update of www/gitlab. Please use www/rubygem-tom-rb instead. +www/rubygem-toml-rb03|www/rubygem-toml-rb|2018-11-25|Has expired: Obsoleted by update of www/gitlab. Please use www/rubygem-tom-rb instead dns/dnscheck||2018-11-27|Unmaintained upstream over a decade www/mod_security3|security/modsecurity3|2018-11-27|Not an Apache module, use correct upstream name emulators/qemu-ppcnv|emulators/qemu-powernv|2018-11-28|Use more accurate naming for qemu PowerNV port From owner-svn-ports-all@freebsd.org Wed Dec 5 16:14:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57E76131A187; Wed, 5 Dec 2018 16:14:34 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F01B07B457; Wed, 5 Dec 2018 16:14:33 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D1EE616C0F; Wed, 5 Dec 2018 16:14:33 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5GEXtP062898; Wed, 5 Dec 2018 16:14:33 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5GEXOa062896; Wed, 5 Dec 2018 16:14:33 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201812051614.wB5GEXOa062896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 5 Dec 2018 16:14:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486681 - in head/www/googler: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nivit X-SVN-Commit-Paths: in head/www/googler: . files X-SVN-Commit-Revision: 486681 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F01B07B457 X-Spamd-Result: default: False [-0.68 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.06)[-0.062,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 16:14:34 -0000 Author: nivit Date: Wed Dec 5 16:14:33 2018 New Revision: 486681 URL: https://svnweb.freebsd.org/changeset/ports/486681 Log: - Update to 3.7.1 - Remove files/patch-googler Changes: https://github.com/jarun/googler/releases/tag/v3.7.1 Deleted: head/www/googler/files/ Modified: head/www/googler/Makefile head/www/googler/distinfo Modified: head/www/googler/Makefile ============================================================================== --- head/www/googler/Makefile Wed Dec 5 15:55:08 2018 (r486680) +++ head/www/googler/Makefile Wed Dec 5 16:14:33 2018 (r486681) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= googler -PORTVERSION= 3.6 +PORTVERSION= 3.7.1 DISTVERSIONPREFIX= v PORTREVISION= 0 CATEGORIES= www @@ -26,7 +26,7 @@ NO_ARCH= yes PLIST_FILES= bin/googler man/man1/googler.1.gz post-patch: - @${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM=\)True$$/\1False/' \ + @${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM = \)True$$/\1False/' \ ${WRKSRC}/${PORTNAME} do-install: Modified: head/www/googler/distinfo ============================================================================== --- head/www/googler/distinfo Wed Dec 5 15:55:08 2018 (r486680) +++ head/www/googler/distinfo Wed Dec 5 16:14:33 2018 (r486681) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534410147 -SHA256 (jarun-googler-v3.6_GH0.tar.gz) = 514218f5155a2c1bd653462a503507beafca9d7ddff7203aeabb3ab4812e4b44 -SIZE (jarun-googler-v3.6_GH0.tar.gz) = 71738 +TIMESTAMP = 1544025699 +SHA256 (jarun-googler-v3.7.1_GH0.tar.gz) = 1ceadab40fea49a113f46807a5c7297fcf145eeaa8128e33d53aadb275377f37 +SIZE (jarun-googler-v3.7.1_GH0.tar.gz) = 72114 From owner-svn-ports-all@freebsd.org Wed Dec 5 16:37:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 191AB131AE6E; Wed, 5 Dec 2018 16:37:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B297E7C4B1; Wed, 5 Dec 2018 16:37:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93AC516F93; Wed, 5 Dec 2018 16:37:45 +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 wB5GbjbH073513; Wed, 5 Dec 2018 16:37:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Gbjm0073512; Wed, 5 Dec 2018 16:37:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812051637.wB5Gbjm0073512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 5 Dec 2018 16:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486682 - head/sysutils/syslog-ng311 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/syslog-ng311 X-SVN-Commit-Revision: 486682 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B297E7C4B1 X-Spamd-Result: default: False [-0.74 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.13)[-0.130,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 16:37:46 -0000 Author: amdmi3 Date: Wed Dec 5 16:37:45 2018 New Revision: 486682 URL: https://svnweb.freebsd.org/changeset/ports/486682 Log: - Remove superfluous SHEBANG_LANG Approved by: portmgr blanket Modified: head/sysutils/syslog-ng311/Makefile Modified: head/sysutils/syslog-ng311/Makefile ============================================================================== --- head/sysutils/syslog-ng311/Makefile Wed Dec 5 16:14:33 2018 (r486681) +++ head/sysutils/syslog-ng311/Makefile Wed Dec 5 16:37:45 2018 (r486682) @@ -53,7 +53,6 @@ USES= autoreconf:build gmake libtool pathfix pkgconfi USE_LDCONFIG= yes USE_RC_SUBR= syslog-ng SHEBANG_FILES= lib/merge-grammar.py -SHEBANG_LANG= python GNU_CONFIGURE= yes USE_GNOME= glib20 SUB_FILES= pkg-message From owner-svn-ports-all@freebsd.org Wed Dec 5 16:38:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD8E0131AEDE; Wed, 5 Dec 2018 16:38: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5389A7C5C1; Wed, 5 Dec 2018 16:38: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 356A716F94; Wed, 5 Dec 2018 16:38: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 wB5GceaN073638; Wed, 5 Dec 2018 16:38:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5GceBt073637; Wed, 5 Dec 2018 16:38:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812051638.wB5GceBt073637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 5 Dec 2018 16:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486683 - head/science/lamprop X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/science/lamprop X-SVN-Commit-Revision: 486683 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5389A7C5C1 X-Spamd-Result: default: False [-0.74 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.13)[-0.130,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.07)[-0.072,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 16:38:40 -0000 Author: amdmi3 Date: Wed Dec 5 16:38:39 2018 New Revision: 486683 URL: https://svnweb.freebsd.org/changeset/ports/486683 Log: - Remove unneeded MASTER_SITES Approved by: portmgr blanket Modified: head/science/lamprop/Makefile Modified: head/science/lamprop/Makefile ============================================================================== --- head/science/lamprop/Makefile Wed Dec 5 16:37:45 2018 (r486682) +++ head/science/lamprop/Makefile Wed Dec 5 16:38:39 2018 (r486683) @@ -4,7 +4,6 @@ PORTNAME= lamprop PORTVERSION= 3.4 PORTREVISION= 1 CATEGORIES= science python -MASTER_SITES= GH MAINTAINER= rsmith@xs4all.nl COMMENT= Calculates properties of fiber reinforced composites From owner-svn-ports-all@freebsd.org Wed Dec 5 16:39:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 801EA131AFB4; Wed, 5 Dec 2018 16:39:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 191537C70E; Wed, 5 Dec 2018 16:39:46 +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 F003C16F97; Wed, 5 Dec 2018 16:39:45 +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 wB5GdjVT073786; Wed, 5 Dec 2018 16:39:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5GdjVV073785; Wed, 5 Dec 2018 16:39:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812051639.wB5GdjVV073785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 5 Dec 2018 16:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486684 - head/misc/gonvert X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/misc/gonvert X-SVN-Commit-Revision: 486684 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 191537C70E X-Spamd-Result: default: False [-0.74 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.13)[-0.130,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 16:39:46 -0000 Author: amdmi3 Date: Wed Dec 5 16:39:45 2018 New Revision: 486684 URL: https://svnweb.freebsd.org/changeset/ports/486684 Log: - Add LICENSE_FILE - Add NO_ARCH - Pet portlint Modified: head/misc/gonvert/Makefile Modified: head/misc/gonvert/Makefile ============================================================================== --- head/misc/gonvert/Makefile Wed Dec 5 16:38:39 2018 (r486683) +++ head/misc/gonvert/Makefile Wed Dec 5 16:39:45 2018 (r486684) @@ -10,10 +10,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Conversion utility that allows conversion between many units LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/doc/COPYING -USE_GNOME= pygtk2 USES= python:2.7 +USE_GNOME= pygtk2 NO_BUILD= yes +NO_ARCH= yes PORTDOCS= CHANGELOG FAQ README THANKS From owner-svn-ports-all@freebsd.org Wed Dec 5 16:46:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5BD5131B548; Wed, 5 Dec 2018 16:46:07 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CC7F7CEDB; Wed, 5 Dec 2018 16:46:07 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D76717149; Wed, 5 Dec 2018 16:46:07 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Gk7D7078663; Wed, 5 Dec 2018 16:46:07 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Gk7C8078662; Wed, 5 Dec 2018 16:46:07 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201812051646.wB5Gk7C8078662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 5 Dec 2018 16:46:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486685 - head/editors/dexed X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/editors/dexed X-SVN-Commit-Revision: 486685 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6CC7F7CEDB X-Spamd-Result: default: False [-0.74 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.13)[-0.130,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 16:46:07 -0000 Author: acm Date: Wed Dec 5 16:46:06 2018 New Revision: 486685 URL: https://svnweb.freebsd.org/changeset/ports/486685 Log: - Fix build Reported by: pkg-fallout Modified: head/editors/dexed/Makefile Modified: head/editors/dexed/Makefile ============================================================================== --- head/editors/dexed/Makefile Wed Dec 5 16:39:45 2018 (r486684) +++ head/editors/dexed/Makefile Wed Dec 5 16:46:06 2018 (r486685) @@ -13,6 +13,7 @@ LICENSE= BSL BUILD_DEPENDS= ldmd2:lang/ldc \ ${LOCALBASE}/lib/d/libiz.a:devel/iz \ + ${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \ ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator RUN_DEPENDS= ldmd2:lang/ldc \ From owner-svn-ports-all@freebsd.org Wed Dec 5 17:28:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4393A1321E5C; Wed, 5 Dec 2018 17:28:50 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D82977F406; Wed, 5 Dec 2018 17:28:49 +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 E88B617859; Wed, 5 Dec 2018 17:28:47 +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 wB5HSlLl099461; Wed, 5 Dec 2018 17:28:47 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5HSlWu099458; Wed, 5 Dec 2018 17:28:47 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812051728.wB5HSlWu099458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 5 Dec 2018 17:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486686 - head/www/gitlab-ce X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab-ce X-SVN-Commit-Revision: 486686 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D82977F406 X-Spamd-Result: default: False [-0.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.50)[-0.498,0]; NEURAL_SPAM_LONG(0.01)[0.010,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.27)[-0.272,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 17:28:50 -0000 Author: mfechner Date: Wed Dec 5 17:28:47 2018 New Revision: 486686 URL: https://svnweb.freebsd.org/changeset/ports/486686 Log: Upgrade to 11.5.2. https://about.gitlab.com/2018/12/04/gitlab-11-5-2-released/ Approved by: mentors (implicit) Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/distinfo head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Wed Dec 5 16:46:06 2018 (r486685) +++ head/www/gitlab-ce/Makefile Wed Dec 5 17:28:47 2018 (r486686) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.5.1 -PORTREVISION= 2 +PORTVERSION= 11.5.2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -216,7 +215,7 @@ USE_RC_SUBR= gitlab USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags -GL_COMMIT= c90ae59a8becf9d31ff7f67fe13c671ba683bb27 +GL_COMMIT= 900cbabc54fced54fdf0415cc64c98dcc082bbac USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Wed Dec 5 16:46:06 2018 (r486685) +++ head/www/gitlab-ce/distinfo Wed Dec 5 17:28:47 2018 (r486686) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543446561 -SHA256 (gitlab-org-gitlab-ce-c90ae59a8becf9d31ff7f67fe13c671ba683bb27_GL0.tar.gz) = 4d86b6812b3035defa73d01021c4ef33b11a26dd9992bad58d5a068d382185f0 -SIZE (gitlab-org-gitlab-ce-c90ae59a8becf9d31ff7f67fe13c671ba683bb27_GL0.tar.gz) = 50402783 +TIMESTAMP = 1544029391 +SHA256 (gitlab-org-gitlab-ce-900cbabc54fced54fdf0415cc64c98dcc082bbac_GL0.tar.gz) = 64f1632d1c453bdd47fe356fba7ccc2ca6e49d1f9a6f7473c32e35ab24b41935 +SIZE (gitlab-org-gitlab-ce-900cbabc54fced54fdf0415cc64c98dcc082bbac_GL0.tar.gz) = 50980968 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Wed Dec 5 16:46:06 2018 (r486685) +++ head/www/gitlab-ce/pkg-plist Wed Dec 5 17:28:47 2018 (r486686) @@ -4090,7 +4090,6 @@ %%WWWDIR%%/app/models/sent_notification.rb %%WWWDIR%%/app/models/service.rb %%WWWDIR%%/app/models/shard.rb -%%WWWDIR%%/app/models/site_statistic.rb %%WWWDIR%%/app/models/snippet.rb %%WWWDIR%%/app/models/snippet_blob.rb %%WWWDIR%%/app/models/spam_log.rb @@ -5646,6 +5645,7 @@ %%WWWDIR%%/app/views/shared/_no_ssh.html.haml %%WWWDIR%%/app/views/shared/_old_visibility_level.html.haml %%WWWDIR%%/app/views/shared/_outdated_browser.html.haml +%%WWWDIR%%/app/views/shared/_personal_access_tokens_created_container.html.haml %%WWWDIR%%/app/views/shared/_personal_access_tokens_form.html.haml %%WWWDIR%%/app/views/shared/_personal_access_tokens_table.html.haml %%WWWDIR%%/app/views/shared/_ping_consent.html.haml @@ -7365,6 +7365,7 @@ %%WWWDIR%%/db/post_migrate/20181030135124_fill_empty_finished_at_in_deployments.rb %%WWWDIR%%/db/post_migrate/20181105201455_steal_fill_store_upload.rb %%WWWDIR%%/db/post_migrate/20181107054254_remove_restricted_todos_again.rb +%%WWWDIR%%/db/post_migrate/20181123042307_drop_site_statistics.rb @(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md @@ -7649,6 +7650,7 @@ %%WWWDIR%%/doc/ci/img/types-of-pipelines.svg %%WWWDIR%%/doc/ci/img/view_on_env_blob.png %%WWWDIR%%/doc/ci/img/view_on_env_mr.png +%%WWWDIR%%/doc/ci/img/view_on_mr_widget.png %%WWWDIR%%/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png %%WWWDIR%%/doc/ci/interactive_web_terminal/img/interactive_web_terminal_page.png %%WWWDIR%%/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png @@ -8439,6 +8441,7 @@ %%WWWDIR%%/doc/user/discussions/img/discussion_view.png %%WWWDIR%%/doc/user/discussions/img/discussions_resolved.png %%WWWDIR%%/doc/user/discussions/img/image_resolved_discussion.png +%%WWWDIR%%/doc/user/discussions/img/index_notes_filters.png %%WWWDIR%%/doc/user/discussions/img/lock_form_member.png %%WWWDIR%%/doc/user/discussions/img/lock_form_non_member.png %%WWWDIR%%/doc/user/discussions/img/merge_request_commits_tab.png @@ -8793,6 +8796,7 @@ %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_diff.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_diff_file_navigation.png +%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_pipeline.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_widget.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_enable.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_only_if_succeeds_msg.png @@ -9036,7 +9040,6 @@ %%WWWDIR%%/doc/workflow/workflow.md %%WWWDIR%%/docker-compose.yml %%WWWDIR%%/docker/README.md -%%WWWDIR%%/ee/changelogs/unreleased/sh-fix-issue-54189.yml %%WWWDIR%%/fixtures/emojis/aliases.json %%WWWDIR%%/fixtures/emojis/digests.json %%WWWDIR%%/fixtures/emojis/emoji-unicode-version-map.json @@ -10159,6 +10162,7 @@ %%WWWDIR%%/lib/gitlab/sidekiq_logging/json_formatter.rb %%WWWDIR%%/lib/gitlab/sidekiq_logging/structured_logger.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/arguments_logger.rb +%%WWWDIR%%/lib/gitlab/sidekiq_middleware/batch_loader.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/request_store_middleware.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/shutdown.rb %%WWWDIR%%/lib/gitlab/sidekiq_status.rb @@ -10345,7 +10349,6 @@ %%WWWDIR%%/lib/tasks/gitlab/pages.rake %%WWWDIR%%/lib/tasks/gitlab/setup.rake %%WWWDIR%%/lib/tasks/gitlab/shell.rake -%%WWWDIR%%/lib/tasks/gitlab/site_statistics.rake %%WWWDIR%%/lib/tasks/gitlab/storage.rake %%WWWDIR%%/lib/tasks/gitlab/tcp_check.rake %%WWWDIR%%/lib/tasks/gitlab/test.rake @@ -10384,9 +10387,11 @@ @(git,,) %%WWWDIR%%/locale/bg/gitlab.po.time_stamp @(git,,) %%WWWDIR%%/locale/ca_ES/gitlab.po @(git,,) %%WWWDIR%%/locale/cs_CZ/gitlab.po +@(git,,) %%WWWDIR%%/locale/cy_GB/gitlab.po @(git,,) %%WWWDIR%%/locale/da_DK/gitlab.po @(git,,) %%WWWDIR%%/locale/de/gitlab.po @(git,,) %%WWWDIR%%/locale/de/gitlab.po.time_stamp +@(git,,) %%WWWDIR%%/locale/el_GR/gitlab.po @(git,,) %%WWWDIR%%/locale/en/gitlab.po @(git,,) %%WWWDIR%%/locale/en/gitlab.po.time_stamp @(git,,) %%WWWDIR%%/locale/eo/gitlab.po @@ -10400,6 +10405,7 @@ @(git,,) %%WWWDIR%%/locale/gitlab.pot @(git,,) %%WWWDIR%%/locale/gl_ES/gitlab.po @(git,,) %%WWWDIR%%/locale/he_IL/gitlab.po +@(git,,) %%WWWDIR%%/locale/hu_HU/gitlab.po @(git,,) %%WWWDIR%%/locale/id_ID/gitlab.po @(git,,) %%WWWDIR%%/locale/it/gitlab.po @(git,,) %%WWWDIR%%/locale/it/gitlab.po.time_stamp @@ -10413,10 +10419,14 @@ @(git,,) %%WWWDIR%%/locale/pl_PL/gitlab.po @(git,,) %%WWWDIR%%/locale/pt_BR/gitlab.po @(git,,) %%WWWDIR%%/locale/pt_BR/gitlab.po.time_stamp +@(git,,) %%WWWDIR%%/locale/pt_PT/gitlab.po @(git,,) %%WWWDIR%%/locale/ro_RO/gitlab.po @(git,,) %%WWWDIR%%/locale/ru/gitlab.po @(git,,) %%WWWDIR%%/locale/ru/gitlab.po.time_stamp +@(git,,) %%WWWDIR%%/locale/sk_SK/gitlab.po @(git,,) %%WWWDIR%%/locale/sq_AL/gitlab.po +@(git,,) %%WWWDIR%%/locale/sr_CS/gitlab.po +@(git,,) %%WWWDIR%%/locale/sr_SP/gitlab.po @(git,,) %%WWWDIR%%/locale/tr_TR/gitlab.po @(git,,) %%WWWDIR%%/locale/uk/gitlab.po @(git,,) %%WWWDIR%%/locale/uk/gitlab.po.time_stamp @@ -11010,7 +11020,6 @@ %%WWWDIR%%/spec/factories/sequences.rb %%WWWDIR%%/spec/factories/service_hooks.rb %%WWWDIR%%/spec/factories/services.rb -%%WWWDIR%%/spec/factories/site_statistics.rb %%WWWDIR%%/spec/factories/snippets.rb %%WWWDIR%%/spec/factories/spam_logs.rb %%WWWDIR%%/spec/factories/subscriptions.rb @@ -11943,6 +11952,7 @@ %%WWWDIR%%/spec/helpers/wiki_helper_spec.rb %%WWWDIR%%/spec/initializers/6_validations_spec.rb %%WWWDIR%%/spec/initializers/8_metrics_spec.rb +%%WWWDIR%%/spec/initializers/attr_encrypted_no_db_connection_spec.rb %%WWWDIR%%/spec/initializers/direct_upload_support_spec.rb %%WWWDIR%%/spec/initializers/doorkeeper_spec.rb %%WWWDIR%%/spec/initializers/fog_google_https_private_urls_spec.rb @@ -13841,7 +13851,6 @@ %%WWWDIR%%/spec/models/sent_notification_spec.rb %%WWWDIR%%/spec/models/service_spec.rb %%WWWDIR%%/spec/models/shard_spec.rb -%%WWWDIR%%/spec/models/site_statistic_spec.rb %%WWWDIR%%/spec/models/snippet_blob_spec.rb %%WWWDIR%%/spec/models/snippet_spec.rb %%WWWDIR%%/spec/models/spam_log_spec.rb @@ -14650,7 +14659,6 @@ %%WWWDIR%%/spec/tasks/gitlab/lfs/migrate_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/mail_google_schema_whitelisting.rb %%WWWDIR%%/spec/tasks/gitlab/shell_rake_spec.rb -%%WWWDIR%%/spec/tasks/gitlab/site_statistics_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/storage_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/task_helpers_spec.rb %%WWWDIR%%/spec/tasks/gitlab/traces_rake_spec.rb From owner-svn-ports-all@freebsd.org Wed Dec 5 18:16:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E13E513236A6; Wed, 5 Dec 2018 18:16:42 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA0FF81666; Wed, 5 Dec 2018 18:16:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC1581809E; Wed, 5 Dec 2018 18:16:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5IGfIr025613; Wed, 5 Dec 2018 18:16:41 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IGfaH025611; Wed, 5 Dec 2018 18:16:41 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051816.wB5IGfaH025611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 18:16:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486687 - in head: . math math/vtk5-data X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . math math/vtk5-data X-SVN-Commit-Revision: 486687 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EA0FF81666 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:16:43 -0000 Author: rene Date: Wed Dec 5 18:16:41 2018 New Revision: 486687 URL: https://svnweb.freebsd.org/changeset/ports/486687 Log: Remove math/vtk5-data, this port provided test data for math/vtk5 math/vtk5 was removed today and people can download the relevant test data for their release from https://www.vtk.org/download/ Deleted: head/math/vtk5-data/ Modified: head/MOVED head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Dec 5 17:28:47 2018 (r486686) +++ head/MOVED Wed Dec 5 18:16:41 2018 (r486687) @@ -10714,3 +10714,4 @@ www/php70-tidy|www/php72-tidy|2018-12-05|Has expired: math/php70-bcmath|math/php72-bcmath|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 math/php70-gmp|math/php72-gmp|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 lang/php70|lang/php72|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +math/vtk5-data||2018-12-05|Removed Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Dec 5 17:28:47 2018 (r486686) +++ head/math/Makefile Wed Dec 5 18:16:41 2018 (r486687) @@ -869,7 +869,6 @@ SUBDIR += unuran SUBDIR += viennacl SUBDIR += vowpal_wabbit - SUBDIR += vtk5-data SUBDIR += vtk6 SUBDIR += vtk8 SUBDIR += wcalc From owner-svn-ports-all@freebsd.org Wed Dec 5 18:18:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0E3E1323719; Wed, 5 Dec 2018 18:18:42 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id B602E8176B; Wed, 5 Dec 2018 18:18:36 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id wB5Hp2Ho028093 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 5 Dec 2018 09:51:02 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Subject: Re: svn commit: r486667 - in head: . math math/vtk5 To: =?UTF-8?Q?Ren=c3=a9_Ladan?= , Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201812051318.wB5DIpFE064266@repo.freebsd.org> <20181205133847.GA47852@urd.tobik.me> From: Yuri Message-ID: Date: Wed, 5 Dec 2018 09:51:01 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Rspamd-Queue-Id: B602E8176B X-Spamd-Result: default: False [-3.71 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[rawbw.com]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[5]; MX_GOOD(-0.01)[mx.rawbw.net]; NEURAL_HAM_SHORT(-0.99)[-0.986,0]; RCVD_IN_DNSWL_NONE(0.00)[42.192.144.198.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; RECEIVED_SPAMHAUS_PBL(0.00)[132.131.4.24.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; IP_SCORE(-1.72)[ipnet: 198.144.192.0/19(-4.72), asn: 7961(-3.78), country: US(-0.09)]; ASN(0.00)[asn:7961, ipnet:198.144.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:18:43 -0000 On 12/5/18 5:43 AM, René Ladan wrote: > > > Does vtk5-data still have a purpose now or should it be removed > too? > > > I was wondering the same thing. No, please remove it too. Yuri From owner-svn-ports-all@freebsd.org Wed Dec 5 18:45:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD3FC1323F6E for ; Wed, 5 Dec 2018 18:45:39 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B44782DDB for ; Wed, 5 Dec 2018 18:45:39 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 13C17249CB for ; Wed, 5 Dec 2018 18:45:39 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-io1-f44.google.com with SMTP id l14so17540254ioj.5 for ; Wed, 05 Dec 2018 10:45:39 -0800 (PST) X-Gm-Message-State: AA+aEWa28kbrpx4dvo7UvUCj9kuI4abFyZnRbyITkr8cGs21YBpi60Qa LQ++UZlJe0ZfGpINzLpR0NXfXSoERhes4Nb1TqKBaA== X-Google-Smtp-Source: AFSGD/VWMN29yxet200KRlbaHKidrCOSmFnhfDPckpfyTi051tT9sERgCkgjEzs6qKyVW/QweQYQoSSMlX9HxjniJZM= X-Received: by 2002:a6b:930b:: with SMTP id v11mr21272528iod.148.1544035538576; Wed, 05 Dec 2018 10:45:38 -0800 (PST) MIME-Version: 1.0 References: <201812031856.wB3Iugwl044918@repo.freebsd.org> In-Reply-To: From: Po-Chuan Hsieh Date: Thu, 6 Dec 2018 02:45:01 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r486529 - in head: devel/ruby-gems devel/rubygem-activesupport4/files devel/rubygem-cf-uaa-lib/files devel/rubygem-licensee/files devel/rubygem-rubygems-mirror/files devel/rubygem-travi... To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: 4B44782DDB X-Spamd-Result: default: False [-0.46 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.13)[-0.133,0]; NEURAL_HAM_SHORT(-0.18)[-0.176,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.15)[-0.155,0] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:45:39 -0000 On Tue, Dec 4, 2018 at 3:46 AM Adam Weinberger wrote: > On Mon, Dec 3, 2018 at 11:57 AM Sunpoet Po-Chuan Hsieh > wrote: > > > > Author: sunpoet > > Date: Mon Dec 3 18:56:42 2018 > > New Revision: 486529 > > URL: https://svnweb.freebsd.org/changeset/ports/486529 > > > > Log: > > Update to 2.7.8 > > > > Changes: > https://github.com/rubygems/rubygems/blob/master/History.txt > > PR: 233645 > > Exp-run by: antoine > > When you're touching 25 ports, please say in the commit message what > port you're actually updating. The revision logs for 24 ports now > erroneously say they've been updated to 2.7.8, and it requires combing > through the full commit manually to track it down. > > # Adam > Hey, I already did that. Recent commits for example: - r479045: Update devel/json-c to 0.13.1 - r479046: Update science/hdf5 to 1.10.2 - r485262: Update textproc/tinyxml2 to 7.0.1 - r486531: Update devel/protobuf to 3.6.1 For this case, I just forgot to modify it after requesting an exp-run. > > > > > Modified: > > head/devel/ruby-gems/Makefile > > head/devel/ruby-gems/distinfo > > head/devel/rubygem-activesupport4/files/patch-gemspec > > head/devel/rubygem-cf-uaa-lib/files/patch-gemspec > > head/devel/rubygem-licensee/files/patch-gemspec > > head/devel/rubygem-rubygems-mirror/files/patch-gemspec > > head/devel/rubygem-travis/files/patch-gemspec > > head/devel/rubygem-tty-editor/files/patch-gemspec > > head/devel/rubygem-tty-pager/files/patch-gemspec > > head/graphics/rubygem-gitlab_emoji/files/patch-gemspec > > head/japanese/rubygem-mail-iso-2022-jp/files/patch-gemspec > > head/mail/rubygem-vmail/files/patch-gemspec > > head/net-im/rubygem-lita/files/patch-gemspec > > head/net-mgmt/rubygem-oxidized/files/patch-gemspec > > head/net/rubygem-t/files/patch-gemspec > > head/print/rubygem-prawn/files/patch-gemspec > > head/security/rubygem-omniauth/files/patch-gemspec > > head/sysutils/rubygem-fluentd/files/patch-gemspec > > head/sysutils/rubygem-puppet_forge/files/patch-gemspec > > head/www/rubygem-actioncable50/files/patch-gemspec > > head/www/rubygem-actionpack4/files/patch-gemspec > > head/www/rubygem-actionpack50/files/patch-gemspec > > > head/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec > > head/www/rubygem-gollum-lib/files/patch-gemspec > > head/www/rubygem-gollum/files/patch-gemspec > > head/www/rubygem-kubeclient/files/patch-gemspec > > > -- > Adam Weinberger > adamw@adamw.org > https://www.adamw.org > From owner-svn-ports-all@freebsd.org Wed Dec 5 18:46:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F39341323FC8; Wed, 5 Dec 2018 18:46: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F03282F0E; Wed, 5 Dec 2018 18:46: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 56EA218584; Wed, 5 Dec 2018 18:46: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 wB5IkROW040988; Wed, 5 Dec 2018 18:46:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IkQkd040985; Wed, 5 Dec 2018 18:46:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051846.wB5IkQkd040985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486688 - head/dns/dnscap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/dnscap X-SVN-Commit-Revision: 486688 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8F03282F0E X-Spamd-Result: default: False [-0.50 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_HAM_SHORT(-0.02)[-0.021,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:46:28 -0000 Author: sunpoet Date: Wed Dec 5 18:46:26 2018 New Revision: 486688 URL: https://svnweb.freebsd.org/changeset/ports/486688 Log: Update to 1.10.0 - Update MASTER_SITES Changes: https://github.com/DNS-OARC/dnscap/releases Modified: head/dns/dnscap/Makefile head/dns/dnscap/distinfo head/dns/dnscap/pkg-plist Modified: head/dns/dnscap/Makefile ============================================================================== --- head/dns/dnscap/Makefile Wed Dec 5 18:16:41 2018 (r486687) +++ head/dns/dnscap/Makefile Wed Dec 5 18:46:26 2018 (r486688) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnscap -PORTVERSION= 1.9.0 -DISTVERSIONPREFIX= v +PORTVERSION= 1.10.0 +MASTER_SITES= https://www.dns-oarc.net/files/dnscap/ PORTEPOCH= 1 CATEGORIES= dns @@ -18,15 +18,13 @@ OPTIONS_DEFAULT=THREADS OPTIONS_SUB= yes CDS_DESC= CBOR DNS Stream (CDS) format (experimental) +USES= autoreconf libtool localbase pkgconfig ssl + CONFIGURE_ARGS= --enable-shared --enable-static +CONFIGURE_ENV= libcrypto_CFLAGS=-I${OPENSSLINC}/include \ + libcrypto_LIBS="-L${OPENSSLLIB}/lib -lcrypto" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf libtool localbase - -GH_ACCOUNT= DNS-OARC -# https://github.com/DNS-OARC/dnscap/tree/develop/src -GH_TUPLE= DNS-OARC:pcap-thread:v3.1.0:pcap/src/pcap-thread -USE_GITHUB= yes CDS_CONFIGURE_OFF= ac_cv_lib_ldns_ldns_wire2pkt=no \ ac_cv_lib_tinycbor_cbor_parser_init=no Modified: head/dns/dnscap/distinfo ============================================================================== --- head/dns/dnscap/distinfo Wed Dec 5 18:16:41 2018 (r486687) +++ head/dns/dnscap/distinfo Wed Dec 5 18:46:26 2018 (r486688) @@ -1,5 +1,3 @@ -TIMESTAMP = 1519912444 -SHA256 (DNS-OARC-dnscap-v1.9.0_GH0.tar.gz) = 63e5851e63cbf2d0892d7816b3a15d157c217b5b5f0cc831310eddeda299f950 -SIZE (DNS-OARC-dnscap-v1.9.0_GH0.tar.gz) = 163260 -SHA256 (DNS-OARC-pcap-thread-v3.1.0_GH0.tar.gz) = 6bd9cffa9a5587e5e904d8b9b50a981f5ebbc4b3b68000dd1453005f97dc1483 -SIZE (DNS-OARC-pcap-thread-v3.1.0_GH0.tar.gz) = 105328 +TIMESTAMP = 1544024365 +SHA256 (dnscap-1.10.0.tar.gz) = 00f4b04a179e2a7c81a426c72ab228efe408868c1caf0c6cb0aa7906055222f4 +SIZE (dnscap-1.10.0.tar.gz) = 661981 Modified: head/dns/dnscap/pkg-plist ============================================================================== --- head/dns/dnscap/pkg-plist Wed Dec 5 18:16:41 2018 (r486687) +++ head/dns/dnscap/pkg-plist Wed Dec 5 18:46:26 2018 (r486688) @@ -1,5 +1,15 @@ bin/dnscap %%CDS%%bin/dnscap-rssm-rssac002 +lib/dnscap/anonaes128.a +lib/dnscap/anonaes128.so +lib/dnscap/anonmask.a +lib/dnscap/anonmask.so +lib/dnscap/cryptopan.a +lib/dnscap/cryptopan.so +lib/dnscap/cryptopant.a +lib/dnscap/cryptopant.so +lib/dnscap/ipcrypt.a +lib/dnscap/ipcrypt.so lib/dnscap/pcapdump.a lib/dnscap/pcapdump.so lib/dnscap/royparse.a From owner-svn-ports-all@freebsd.org Wed Dec 5 18:46:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB5AC1323FFF; Wed, 5 Dec 2018 18:46:38 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 808BD82FC6; Wed, 5 Dec 2018 18:46:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ACEBA18585; Wed, 5 Dec 2018 18:46:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5IkaXi041160; Wed, 5 Dec 2018 18:46:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IkZox041155; Wed, 5 Dec 2018 18:46:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051846.wB5IkZox041155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:46:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486689 - in head/net/mDNSResponder: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net/mDNSResponder: . files X-SVN-Commit-Revision: 486689 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 808BD82FC6 X-Spamd-Result: default: False [-0.50 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_HAM_SHORT(-0.02)[-0.021,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:46:39 -0000 Author: sunpoet Date: Wed Dec 5 18:46:35 2018 New Revision: 486689 URL: https://svnweb.freebsd.org/changeset/ports/486689 Log: Update to 878.200.35 Modified: head/net/mDNSResponder/Makefile head/net/mDNSResponder/distinfo head/net/mDNSResponder/files/patch-mDNSPosix-Makefile head/net/mDNSResponder/files/patch-mDNSPosix-mDNSPosix.c head/net/mDNSResponder/files/patch-mDNSPosix-mDNSUNP.c Modified: head/net/mDNSResponder/Makefile ============================================================================== --- head/net/mDNSResponder/Makefile Wed Dec 5 18:46:26 2018 (r486688) +++ head/net/mDNSResponder/Makefile Wed Dec 5 18:46:35 2018 (r486689) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mDNSResponder -PORTVERSION= 878.70.2 +PORTVERSION= 878.200.35 CATEGORIES= net dns MASTER_SITES= https://opensource.apple.com/tarballs/mDNSResponder/ @@ -17,6 +17,8 @@ CONFLICTS_INSTALL= avahi-libdns openmdns OPTIONS_DEFINE= IPV6 +USES= cpe gmake + ALL_TARGET= all dnsextd BUILD_WRKSRC= ${WRKSRC}/mDNSPosix INSTALL_WRKSRC= ${WRKSRC}/mDNSPosix @@ -24,7 +26,6 @@ MAKE_ARGS= LDCONFIG=${TRUE} LOCALBASE=${PREFIX} MAN_PA MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_RC_SUBR= mdnsd mdnsresponderposix -USES= cpe gmake CPE_VENDOR= apple CPE_PRODUCT= ${PORTNAME:tl} Modified: head/net/mDNSResponder/distinfo ============================================================================== --- head/net/mDNSResponder/distinfo Wed Dec 5 18:46:26 2018 (r486688) +++ head/net/mDNSResponder/distinfo Wed Dec 5 18:46:35 2018 (r486689) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538591479 -SHA256 (mDNSResponder-878.70.2.tar.gz) = cdd03171ca05f16ea987bba1f8b0c4847d3035283ea0f5fa0ade75f64ec83ed5 -SIZE (mDNSResponder-878.70.2.tar.gz) = 2497624 +TIMESTAMP = 1544007043 +SHA256 (mDNSResponder-878.200.35.tar.gz) = e777b4d7dbf5eb1552cb80090ad1ede319067ab6e45e3990d68aabf6e8b3f5a0 +SIZE (mDNSResponder-878.200.35.tar.gz) = 2537410 Modified: head/net/mDNSResponder/files/patch-mDNSPosix-Makefile ============================================================================== --- head/net/mDNSResponder/files/patch-mDNSPosix-Makefile Wed Dec 5 18:46:26 2018 (r486688) +++ head/net/mDNSResponder/files/patch-mDNSPosix-Makefile Wed Dec 5 18:46:35 2018 (r486689) @@ -24,7 +24,7 @@ # FreeBSD 4 requires threaded code to be compiled and linked using the "-pthread" option, # and requires that the "-lpthread" link option NOT be used # This appies only to FreeBSD -- "man cc" on FreeBSD says: -@@ -185,12 +185,7 @@ +@@ -185,12 +185,7 @@ CFLAGS_OS += -DHAVE_IPV6=0 endif endif @@ -38,7 +38,7 @@ # If directories /etc/init.d/rc*.d exist, then we install into that (Suse) ifeq ($(wildcard /etc/init.d/rc2.d/), /etc/init.d/rc2.d/) -@@ -219,7 +219,7 @@ CFLAGS = $(CFLAGS_COMMON) $(CFLAGS_OS) $ +@@ -219,7 +214,7 @@ CFLAGS = $(CFLAGS_COMMON) $(CFLAGS_OS) $ all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder Identify NetMonitor $(OPTIONALTARG) @@ -47,7 +47,7 @@ # 'setup' sets up the build directory structure the way we want setup: -@@ -259,13 +259,13 @@ libdns_sd: setup $(BUILDDIR)/libdns_sd.$ +@@ -259,13 +254,13 @@ libdns_sd: setup $(BUILDDIR)/libdns_sd.$ CLIENTLIBOBJS = $(OBJDIR)/dnssd_clientlib.c.so.o $(OBJDIR)/dnssd_clientstub.c.so.o $(OBJDIR)/dnssd_ipc.c.so.o $(BUILDDIR)/libdns_sd.$(LDSUFFIX): $(CLIENTLIBOBJS) @@ -64,7 +64,7 @@ @$(MAKE) -C ../Clients # nss_mdns target builds the Name Service Switch module -@@ -273,7 +273,7 @@ nss_mdns: setup $(BUILDDIR)/$(NSSLIBFILE +@@ -273,7 +268,7 @@ nss_mdns: setup $(BUILDDIR)/$(NSSLIBFILE @echo "Name Service Switch module done" $(BUILDDIR)/$(NSSLIBFILE): $(CLIENTLIBOBJS) $(OBJDIR)/nss_mdns.c.so.o @@ -73,7 +73,7 @@ @$(STRIP) $@ ############################################################################# -@@ -298,14 +298,12 @@ InstalledNSS: $(NSSINSTPATH)/$(NSSLINKNA +@@ -298,14 +293,12 @@ InstalledNSS: $(NSSINSTPATH)/$(NSSLINKNA @echo $+ " installed" # Note: If daemon already installed, we make sure it's stopped before overwriting it @@ -90,7 +90,7 @@ ifdef LDCONFIG # -m means 'merge into existing database', -R means 'rescan directories' $(LDCONFIG) -mR -@@ -338,7 +336,7 @@ $(MANPATH)/man8/%.8: %.8 +@@ -338,7 +331,7 @@ $(MANPATH)/man8/%.8: %.8 cp $< $@ chmod 444 $@ @@ -99,7 +99,7 @@ cp $< $@ chmod 444 $@ -@@ -491,6 +489,8 @@ $(OBJDIR)/NetMonitor.c.o: $(C +@@ -491,6 +484,8 @@ $(OBJDIR)/NetMonitor.c.o: $(C $(BUILDDIR)/dnsextd: $(DNSEXTDOBJ) $(OBJDIR)/dnsextd.c.threadsafe.o $(CC) $+ -o $@ $(LINKOPTS) $(LINKOPTS_PTHREAD) Modified: head/net/mDNSResponder/files/patch-mDNSPosix-mDNSPosix.c ============================================================================== --- head/net/mDNSResponder/files/patch-mDNSPosix-mDNSPosix.c Wed Dec 5 18:46:26 2018 (r486688) +++ head/net/mDNSResponder/files/patch-mDNSPosix-mDNSPosix.c Wed Dec 5 18:46:35 2018 (r486689) @@ -1,6 +1,6 @@ ---- mDNSPosix/mDNSPosix.c.orig 2016-09-13 22:37:18 UTC +--- mDNSPosix/mDNSPosix.c.orig 2017-04-20 05:25:37 UTC +++ mDNSPosix/mDNSPosix.c -@@ -654,7 +654,7 @@ mDNSlocal int SetupSocket(struct sockadd +@@ -648,7 +648,7 @@ mDNSlocal int SetupSocket(struct sockadd // to bind to the socket. Our suggestion was to switch the order in which // SO_REUSEPORT and SO_REUSEADDR was tested so that SO_REUSEADDR stays on // top and SO_REUSEPORT to be used only if SO_REUSEADDR doesn't exist. @@ -9,7 +9,7 @@ err = setsockopt(*sktPtr, SOL_SOCKET, SO_REUSEADDR, &kOn, sizeof(kOn)); #elif defined(SO_REUSEPORT) err = setsockopt(*sktPtr, SOL_SOCKET, SO_REUSEPORT, &kOn, sizeof(kOn)); -@@ -755,7 +755,13 @@ mDNSlocal int SetupSocket(struct sockadd +@@ -749,7 +749,13 @@ mDNSlocal int SetupSocket(struct sockadd { struct ipv6_mreq imr6; struct sockaddr_in6 bindAddr6; @@ -24,7 +24,7 @@ if (err == 0) { err = setsockopt(*sktPtr, IPPROTO_IPV6, IPV6_2292_PKTINFO, &kOn, sizeof(kOn)); -@@ -764,7 +770,13 @@ mDNSlocal int SetupSocket(struct sockadd +@@ -758,7 +764,13 @@ mDNSlocal int SetupSocket(struct sockadd #else #warning This platform has no way to get the destination interface information for IPv6 -- will only work for single-homed hosts #endif Modified: head/net/mDNSResponder/files/patch-mDNSPosix-mDNSUNP.c ============================================================================== --- head/net/mDNSResponder/files/patch-mDNSPosix-mDNSUNP.c Wed Dec 5 18:46:26 2018 (r486688) +++ head/net/mDNSResponder/files/patch-mDNSPosix-mDNSUNP.c Wed Dec 5 18:46:35 2018 (r486689) @@ -1,6 +1,6 @@ ---- mDNSPosix/mDNSUNP.c.orig 2011-12-02 00:39:45 UTC +--- mDNSPosix/mDNSUNP.c.orig 2018-06-05 21:34:11 UTC +++ mDNSPosix/mDNSUNP.c -@@ -449,6 +449,8 @@ struct ifi_info *get_ifi_info(int family +@@ -460,6 +460,8 @@ struct ifi_info *get_ifi_info(int family ifi->ifi_netmask = (struct sockaddr*)calloc(1, sizeof(struct sockaddr_in6)); if (ifi->ifi_netmask == NULL) goto gotError; sinptr6 = (struct sockaddr_in6 *) &ifr6.ifr_ifru.ifru_addr; From owner-svn-ports-all@freebsd.org Wed Dec 5 18:46:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F9361324027; Wed, 5 Dec 2018 18:46:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E07683031; Wed, 5 Dec 2018 18:46: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 DCB8D18586; Wed, 5 Dec 2018 18:46:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5IkiOA041285; Wed, 5 Dec 2018 18:46:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IkiYv041283; Wed, 5 Dec 2018 18:46:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051846.wB5IkiYv041283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486690 - head/net-mgmt/2ping X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/2ping X-SVN-Commit-Revision: 486690 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9E07683031 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:46:46 -0000 Author: sunpoet Date: Wed Dec 5 18:46:44 2018 New Revision: 486690 URL: https://svnweb.freebsd.org/changeset/ports/486690 Log: Update to 4.3 Changes: https://github.com/rfinnie/2ping/blob/master/ChangeLog Modified: head/net-mgmt/2ping/Makefile head/net-mgmt/2ping/distinfo Modified: head/net-mgmt/2ping/Makefile ============================================================================== --- head/net-mgmt/2ping/Makefile Wed Dec 5 18:46:35 2018 (r486689) +++ head/net-mgmt/2ping/Makefile Wed Dec 5 18:46:44 2018 (r486690) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= 2ping -PORTVERSION= 4.2 +PORTVERSION= 4.3 CATEGORIES= net-mgmt perl5 MASTER_SITES= https://www.finnie.org/software/2ping/ \ LOCAL/sunpoet @@ -12,8 +12,9 @@ COMMENT= Bi-directional ping utility LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -NO_ARCH= yes -USE_PYTHON= autoplist distutils noflavors USES= python:3.4+ +USE_PYTHON= autoplist distutils noflavors + +NO_ARCH= yes .include Modified: head/net-mgmt/2ping/distinfo ============================================================================== --- head/net-mgmt/2ping/distinfo Wed Dec 5 18:46:35 2018 (r486689) +++ head/net-mgmt/2ping/distinfo Wed Dec 5 18:46:44 2018 (r486690) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534176286 -SHA256 (2ping-4.2.tar.gz) = 121cebb25c7bbd54ff94097188f5b3580bcf9ecd413ea876a4fef4aecdb35a73 -SIZE (2ping-4.2.tar.gz) = 70054 +TIMESTAMP = 1544007063 +SHA256 (2ping-4.3.tar.gz) = d729c021ed5bcd29137da520a465632e19cf4c4339e0426546593379a570327e +SIZE (2ping-4.3.tar.gz) = 70386 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:46:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68DC1132405A; Wed, 5 Dec 2018 18:46:56 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01D1C83133; Wed, 5 Dec 2018 18:46:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F292518587; Wed, 5 Dec 2018 18:46:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Ikqdm041415; Wed, 5 Dec 2018 18:46:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Ikq1V041414; Wed, 5 Dec 2018 18:46:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051846.wB5Ikq1V041414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:46:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486691 - head/security/kbfs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/kbfs X-SVN-Commit-Revision: 486691 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 01D1C83133 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:46:56 -0000 Author: sunpoet Date: Wed Dec 5 18:46:52 2018 New Revision: 486691 URL: https://svnweb.freebsd.org/changeset/ports/486691 Log: Update to 2.11.0 Changes: https://github.com/keybase/kbfs/commits/master Modified: head/security/kbfs/Makefile head/security/kbfs/distinfo Modified: head/security/kbfs/Makefile ============================================================================== --- head/security/kbfs/Makefile Wed Dec 5 18:46:44 2018 (r486690) +++ head/security/kbfs/Makefile Wed Dec 5 18:46:52 2018 (r486691) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kbfs -PORTVERSION= 2.10.1 +PORTVERSION= 2.11.0 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/kbfs/distinfo ============================================================================== --- head/security/kbfs/distinfo Wed Dec 5 18:46:44 2018 (r486690) +++ head/security/kbfs/distinfo Wed Dec 5 18:46:52 2018 (r486691) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542819970 -SHA256 (keybase-kbfs-v2.10.1_GH0.tar.gz) = 9ad8e86378ad6b70909754d401d8ecacc128092ff687b7a56f5f1ecd5c8cb432 -SIZE (keybase-kbfs-v2.10.1_GH0.tar.gz) = 4471525 +TIMESTAMP = 1544007086 +SHA256 (keybase-kbfs-v2.11.0_GH0.tar.gz) = 0e97cab1c90592035ec6763e22c78c08a95dd3467419d15b9e45b3d0887b594d +SIZE (keybase-kbfs-v2.11.0_GH0.tar.gz) = 4520872 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:47:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0712C132408D; Wed, 5 Dec 2018 18:47: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94F3F831AF; Wed, 5 Dec 2018 18:47:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58E3E18588; Wed, 5 Dec 2018 18:47:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Il1CG041545; Wed, 5 Dec 2018 18:47:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Il1TZ041544; Wed, 5 Dec 2018 18:47:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051847.wB5Il1TZ041544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486692 - head/security/keybase X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/keybase X-SVN-Commit-Revision: 486692 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 94F3F831AF X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:47:02 -0000 Author: sunpoet Date: Wed Dec 5 18:47:00 2018 New Revision: 486692 URL: https://svnweb.freebsd.org/changeset/ports/486692 Log: Update to 2.11.0 Changes: https://github.com/keybase/client/releases Modified: head/security/keybase/Makefile head/security/keybase/distinfo Modified: head/security/keybase/Makefile ============================================================================== --- head/security/keybase/Makefile Wed Dec 5 18:46:52 2018 (r486691) +++ head/security/keybase/Makefile Wed Dec 5 18:47:00 2018 (r486692) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keybase -PORTVERSION= 2.10.1 +PORTVERSION= 2.11.0 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/keybase/distinfo ============================================================================== --- head/security/keybase/distinfo Wed Dec 5 18:46:52 2018 (r486691) +++ head/security/keybase/distinfo Wed Dec 5 18:47:00 2018 (r486692) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542820003 -SHA256 (keybase-client-v2.10.1_GH0.tar.gz) = 8800fd7d247a94220842d426bb0ad703f0f413758c52ed911dbda27e833040bc -SIZE (keybase-client-v2.10.1_GH0.tar.gz) = 38275486 +TIMESTAMP = 1544017520 +SHA256 (keybase-client-v2.11.0_GH0.tar.gz) = 858d81a25f141eff130c8c3725e511e79e2e28c67e1daeafe29e6dca6c138b72 +SIZE (keybase-client-v2.11.0_GH0.tar.gz) = 38490645 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:47:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 195AF13240D3; Wed, 5 Dec 2018 18:47: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27807832AD; Wed, 5 Dec 2018 18:47:16 +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 CCD581858D; Wed, 5 Dec 2018 18:47:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Il9d8041686; Wed, 5 Dec 2018 18:47:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Il9xd041683; Wed, 5 Dec 2018 18:47:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051847.wB5Il9xd041683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486693 - head/security/nettle X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/nettle X-SVN-Commit-Revision: 486693 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 27807832AD X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:47:19 -0000 Author: sunpoet Date: Wed Dec 5 18:47:08 2018 New Revision: 486693 URL: https://svnweb.freebsd.org/changeset/ports/486693 Log: Update to 3.4.1 - Update MASTER_SITES Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS Modified: head/security/nettle/Makefile head/security/nettle/distinfo head/security/nettle/pkg-plist Modified: head/security/nettle/Makefile ============================================================================== --- head/security/nettle/Makefile Wed Dec 5 18:47:00 2018 (r486692) +++ head/security/nettle/Makefile Wed Dec 5 18:47:08 2018 (r486693) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= nettle -PORTVERSION= 3.4 -PORTREVISION= 1 +PORTVERSION= 3.4.1 CATEGORIES= security MASTER_SITES= GNU \ - http://www.lysator.liu.se/~nisse/archive/ + https://www.lysator.liu.se/~nisse/archive/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Low-level cryptographic library @@ -21,11 +20,12 @@ LIB_DEPENDS= libgmp.so:math/gmp OPTIONS_DEFINE= DOCS EXAMPLES +USES= gmake localbase makeinfo pathfix + CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= M4="/usr/bin/m4 -g" GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake localbase makeinfo pathfix INFO= nettle PORTDOCS= NEWS README TODO nettle.html nettle.pdf Modified: head/security/nettle/distinfo ============================================================================== --- head/security/nettle/distinfo Wed Dec 5 18:47:00 2018 (r486692) +++ head/security/nettle/distinfo Wed Dec 5 18:47:08 2018 (r486693) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511151765 -SHA256 (nettle-3.4.tar.gz) = ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94 -SIZE (nettle-3.4.tar.gz) = 1935069 +TIMESTAMP = 1544007142 +SHA256 (nettle-3.4.1.tar.gz) = f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad +SIZE (nettle-3.4.1.tar.gz) = 1947053 Modified: head/security/nettle/pkg-plist ============================================================================== --- head/security/nettle/pkg-plist Wed Dec 5 18:47:00 2018 (r486692) +++ head/security/nettle/pkg-plist Wed Dec 5 18:47:08 2018 (r486693) @@ -68,10 +68,10 @@ include/nettle/yarrow.h lib/libhogweed.a lib/libhogweed.so lib/libhogweed.so.4 -lib/libhogweed.so.4.4 +lib/libhogweed.so.4.5 lib/libnettle.a lib/libnettle.so lib/libnettle.so.6 -lib/libnettle.so.6.4 +lib/libnettle.so.6.5 libdata/pkgconfig/hogweed.pc libdata/pkgconfig/nettle.pc From owner-svn-ports-all@freebsd.org Wed Dec 5 18:47:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B34E0132410A; Wed, 5 Dec 2018 18:47:25 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 809828333C; Wed, 5 Dec 2018 18:47:21 +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 44EA01858E; Wed, 5 Dec 2018 18:47:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5IlIgm041816; Wed, 5 Dec 2018 18:47:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IlHgR041815; Wed, 5 Dec 2018 18:47:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051847.wB5IlHgR041815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:47:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486694 - head/devel/p5-Term-Table X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Term-Table X-SVN-Commit-Revision: 486694 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 809828333C X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:47:25 -0000 Author: sunpoet Date: Wed Dec 5 18:47:17 2018 New Revision: 486694 URL: https://svnweb.freebsd.org/changeset/ports/486694 Log: Update to 0.013 Changes: https://metacpan.org/changes/distribution/Term-Table Modified: head/devel/p5-Term-Table/Makefile head/devel/p5-Term-Table/distinfo Modified: head/devel/p5-Term-Table/Makefile ============================================================================== --- head/devel/p5-Term-Table/Makefile Wed Dec 5 18:47:08 2018 (r486693) +++ head/devel/p5-Term-Table/Makefile Wed Dec 5 18:47:17 2018 (r486694) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Term-Table -PORTVERSION= 0.012 +PORTVERSION= 0.013 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Term-Table/distinfo ============================================================================== --- head/devel/p5-Term-Table/distinfo Wed Dec 5 18:47:08 2018 (r486693) +++ head/devel/p5-Term-Table/distinfo Wed Dec 5 18:47:17 2018 (r486694) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507813762 -SHA256 (Term-Table-0.012.tar.gz) = 4db6118fbf862bd32a8402e1ee28ce2044d0e0887ef29b726e917ab4258a063a -SIZE (Term-Table-0.012.tar.gz) = 24565 +TIMESTAMP = 1544007169 +SHA256 (Term-Table-0.013.tar.gz) = ffeb36dcb25c575b9f63657d1591a14af22cd10ba23cc76de9d976b426f4fc40 +SIZE (Term-Table-0.013.tar.gz) = 26100 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:47:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D76CF1324124; Wed, 5 Dec 2018 18:47: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B3C8833B3; Wed, 5 Dec 2018 18:47: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 0CEC41858F; Wed, 5 Dec 2018 18:47: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 wB5IlQY3041942; Wed, 5 Dec 2018 18:47:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IlQwu041940; Wed, 5 Dec 2018 18:47:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051847.wB5IlQwu041940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:47:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486695 - head/devel/p5-Test2-Suite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test2-Suite X-SVN-Commit-Revision: 486695 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7B3C8833B3 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:47:28 -0000 Author: sunpoet Date: Wed Dec 5 18:47:26 2018 New Revision: 486695 URL: https://svnweb.freebsd.org/changeset/ports/486695 Log: Update to 0.000117 Changes: https://metacpan.org/changes/distribution/Test2-Suite Modified: head/devel/p5-Test2-Suite/Makefile head/devel/p5-Test2-Suite/distinfo Modified: head/devel/p5-Test2-Suite/Makefile ============================================================================== --- head/devel/p5-Test2-Suite/Makefile Wed Dec 5 18:47:17 2018 (r486694) +++ head/devel/p5-Test2-Suite/Makefile Wed Dec 5 18:47:26 2018 (r486695) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2-Suite -PORTVERSION= 0.000116 +PORTVERSION= 0.000117 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST Modified: head/devel/p5-Test2-Suite/distinfo ============================================================================== --- head/devel/p5-Test2-Suite/distinfo Wed Dec 5 18:47:17 2018 (r486694) +++ head/devel/p5-Test2-Suite/distinfo Wed Dec 5 18:47:26 2018 (r486695) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543504156 -SHA256 (Test2-Suite-0.000116.tar.gz) = 8669bc7e680bd6a0dbcb7e24a68d768a49cad99484a4470b1856b9888f88f366 -SIZE (Test2-Suite-0.000116.tar.gz) = 211794 +TIMESTAMP = 1544007206 +SHA256 (Test2-Suite-0.000117.tar.gz) = e8877a90655ace2e8302104e0de27faf777397194738b085b209749c091ef154 +SIZE (Test2-Suite-0.000117.tar.gz) = 211682 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:47:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF2FB1324182; Wed, 5 Dec 2018 18:47:36 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7F38349A; Wed, 5 Dec 2018 18:47:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41ADF18590; Wed, 5 Dec 2018 18:47:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5IlZpw042067; Wed, 5 Dec 2018 18:47:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IlY3I042065; Wed, 5 Dec 2018 18:47:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051847.wB5IlY3I042065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:47:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486696 - head/textproc/p5-CSS-Compressor X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-CSS-Compressor X-SVN-Commit-Revision: 486696 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7E7F38349A X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:47:37 -0000 Author: sunpoet Date: Wed Dec 5 18:47:34 2018 New Revision: 486696 URL: https://svnweb.freebsd.org/changeset/ports/486696 Log: Update to 0.05 Changes: https://metacpan.org/changes/distribution/CSS-Compressor Modified: head/textproc/p5-CSS-Compressor/Makefile head/textproc/p5-CSS-Compressor/distinfo Modified: head/textproc/p5-CSS-Compressor/Makefile ============================================================================== --- head/textproc/p5-CSS-Compressor/Makefile Wed Dec 5 18:47:26 2018 (r486695) +++ head/textproc/p5-CSS-Compressor/Makefile Wed Dec 5 18:47:34 2018 (r486696) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CSS-Compressor -PORTVERSION= 0.03 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-CSS-Compressor/distinfo ============================================================================== --- head/textproc/p5-CSS-Compressor/distinfo Wed Dec 5 18:47:26 2018 (r486695) +++ head/textproc/p5-CSS-Compressor/distinfo Wed Dec 5 18:47:34 2018 (r486696) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543584678 -SHA256 (CSS-Compressor-0.03.tar.gz) = fa5ce397011cc68e6c9cf9bcf1d49e571978f8852db18c39cd96aab7b00c82cc -SIZE (CSS-Compressor-0.03.tar.gz) = 18881 +TIMESTAMP = 1544007235 +SHA256 (CSS-Compressor-0.05.tar.gz) = 1aac9881a483881ca6e1343771a7d41473775deb5b1afa1267fc4158022e572c +SIZE (CSS-Compressor-0.05.tar.gz) = 19288 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:47:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 928A413241F8; Wed, 5 Dec 2018 18:47:54 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32DA683662; Wed, 5 Dec 2018 18:47:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E23218592; Wed, 5 Dec 2018 18:47:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5IlqHd042322; Wed, 5 Dec 2018 18:47:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IlqES042320; Wed, 5 Dec 2018 18:47:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051847.wB5IlqES042320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486698 - head/devel/py-oslo.utils X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-oslo.utils X-SVN-Commit-Revision: 486698 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 32DA683662 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:47:54 -0000 Author: sunpoet Date: Wed Dec 5 18:47:51 2018 New Revision: 486698 URL: https://svnweb.freebsd.org/changeset/ports/486698 Log: Update to 3.38.0 Changes: https://docs.openstack.org/oslo.utils/latest/user/history.html Modified: head/devel/py-oslo.utils/Makefile head/devel/py-oslo.utils/distinfo Modified: head/devel/py-oslo.utils/Makefile ============================================================================== --- head/devel/py-oslo.utils/Makefile Wed Dec 5 18:47:43 2018 (r486697) +++ head/devel/py-oslo.utils/Makefile Wed Dec 5 18:47:51 2018 (r486698) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oslo.utils -PORTVERSION= 3.37.1 +PORTVERSION= 3.38.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-oslo.utils/distinfo ============================================================================== --- head/devel/py-oslo.utils/distinfo Wed Dec 5 18:47:43 2018 (r486697) +++ head/devel/py-oslo.utils/distinfo Wed Dec 5 18:47:51 2018 (r486698) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539159956 -SHA256 (oslo.utils-3.37.1.tar.gz) = 374bc8f1be9969cc15b7ac70afb5bd2ec58bc1220f5196e6d53ab83c9f0b1888 -SIZE (oslo.utils-3.37.1.tar.gz) = 89165 +TIMESTAMP = 1544007387 +SHA256 (oslo.utils-3.38.0.tar.gz) = 3fd6d40a65a2d5b56d644ca8da585d19b1afe5245ef84542e5983d0e75bafd04 +SIZE (oslo.utils-3.38.0.tar.gz) = 90052 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:47:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82CC513241F7; Wed, 5 Dec 2018 18:47:54 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21EC983661; Wed, 5 Dec 2018 18:47:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F364E18591; Wed, 5 Dec 2018 18:47: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 wB5Ilhas042195; Wed, 5 Dec 2018 18:47:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Ilhwp042193; Wed, 5 Dec 2018 18:47:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051847.wB5Ilhwp042193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:47:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486697 - head/devel/py-oslo.middleware X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-oslo.middleware X-SVN-Commit-Revision: 486697 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 21EC983661 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:47:54 -0000 Author: sunpoet Date: Wed Dec 5 18:47:43 2018 New Revision: 486697 URL: https://svnweb.freebsd.org/changeset/ports/486697 Log: Update to 3.37.0 Changes: https://docs.openstack.org/oslo.middleware/latest/user/history.html Modified: head/devel/py-oslo.middleware/Makefile head/devel/py-oslo.middleware/distinfo Modified: head/devel/py-oslo.middleware/Makefile ============================================================================== --- head/devel/py-oslo.middleware/Makefile Wed Dec 5 18:47:34 2018 (r486696) +++ head/devel/py-oslo.middleware/Makefile Wed Dec 5 18:47:43 2018 (r486697) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.middleware -PORTVERSION= 3.36.0 +PORTVERSION= 3.37.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,8 +25,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2 ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/devel/py-oslo.middleware/distinfo ============================================================================== --- head/devel/py-oslo.middleware/distinfo Wed Dec 5 18:47:34 2018 (r486696) +++ head/devel/py-oslo.middleware/distinfo Wed Dec 5 18:47:43 2018 (r486697) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532810313 -SHA256 (oslo.middleware-3.36.0.tar.gz) = a7ffa765e5b6b5ac8f653f6d91cecbd8a02c85c100c876a97b41eab0af9afe31 -SIZE (oslo.middleware-3.36.0.tar.gz) = 55903 +TIMESTAMP = 1544007311 +SHA256 (oslo.middleware-3.37.0.tar.gz) = 6397be8d597f39a73e348ef91aaf6de96252ada192d7087f5f53f72be3b33e38 +SIZE (oslo.middleware-3.37.0.tar.gz) = 56823 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:48:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3370B132424F; Wed, 5 Dec 2018 18:48:03 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE1FC83740; Wed, 5 Dec 2018 18:48: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 DAFC418593; Wed, 5 Dec 2018 18:48:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Im0UQ042454; Wed, 5 Dec 2018 18:48:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Im0YU042453; Wed, 5 Dec 2018 18:48:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051848.wB5Im0YU042453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486699 - head/security/py-pysaml2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-pysaml2 X-SVN-Commit-Revision: 486699 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CE1FC83740 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:48:03 -0000 Author: sunpoet Date: Wed Dec 5 18:48:00 2018 New Revision: 486699 URL: https://svnweb.freebsd.org/changeset/ports/486699 Log: Update to 4.6.5 Changes: https://github.com/IdentityPython/pysaml2/releases Modified: head/security/py-pysaml2/Makefile head/security/py-pysaml2/distinfo Modified: head/security/py-pysaml2/Makefile ============================================================================== --- head/security/py-pysaml2/Makefile Wed Dec 5 18:47:51 2018 (r486698) +++ head/security/py-pysaml2/Makefile Wed Dec 5 18:48:00 2018 (r486699) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pysaml2 -PORTVERSION= 4.6.4 +PORTVERSION= 4.6.5 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-pysaml2/distinfo ============================================================================== --- head/security/py-pysaml2/distinfo Wed Dec 5 18:47:51 2018 (r486698) +++ head/security/py-pysaml2/distinfo Wed Dec 5 18:48:00 2018 (r486699) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543058554 -SHA256 (pysaml2-4.6.4.tar.gz) = 9dd3a16e6be8899eccaa320ce695184f4e92719c070d59c1174323fa830a796d -SIZE (pysaml2-4.6.4.tar.gz) = 318357 +TIMESTAMP = 1544007476 +SHA256 (pysaml2-4.6.5.tar.gz) = 0379d6d91b3573c4b2eff49c2658d472b47849096b6a816a3b67ec2f3054ed71 +SIZE (pysaml2-4.6.5.tar.gz) = 319131 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:48:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00390132428F; Wed, 5 Dec 2018 18:48: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B2AB8381F; Wed, 5 Dec 2018 18:48:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C7EC18595; Wed, 5 Dec 2018 18:48:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Im9nc042579; Wed, 5 Dec 2018 18:48:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Im8M9042577; Wed, 5 Dec 2018 18:48:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051848.wB5Im8M9042577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486700 - head/www/py-google-api-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-google-api-core X-SVN-Commit-Revision: 486700 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8B2AB8381F X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:48:12 -0000 Author: sunpoet Date: Wed Dec 5 18:48:08 2018 New Revision: 486700 URL: https://svnweb.freebsd.org/changeset/ports/486700 Log: Update to 1.6.0 Changes: https://github.com/googleapis/google-cloud-python/releases Modified: head/www/py-google-api-core/Makefile head/www/py-google-api-core/distinfo Modified: head/www/py-google-api-core/Makefile ============================================================================== --- head/www/py-google-api-core/Makefile Wed Dec 5 18:48:00 2018 (r486699) +++ head/www/py-google-api-core/Makefile Wed Dec 5 18:48:08 2018 (r486700) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-api-core -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-google-api-core/distinfo ============================================================================== --- head/www/py-google-api-core/distinfo Wed Dec 5 18:48:00 2018 (r486699) +++ head/www/py-google-api-core/distinfo Wed Dec 5 18:48:08 2018 (r486700) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541859380 -SHA256 (google-api-core-1.5.2.tar.gz) = 383993eba1036c942f0d87497bac646b55ad8b4337d41527ce50e640768d769a -SIZE (google-api-core-1.5.2.tar.gz) = 64019 +TIMESTAMP = 1544007544 +SHA256 (google-api-core-1.6.0.tar.gz) = 84dca4d7fcf13574ad8e31ba02ad04ffcdb2e5b596383571e3105d9d0ad70d27 +SIZE (google-api-core-1.6.0.tar.gz) = 67039 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:48:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED4B213242DD; Wed, 5 Dec 2018 18:48:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82BBE838CE; Wed, 5 Dec 2018 18:48:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A011E18599; Wed, 5 Dec 2018 18:48: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 wB5ImH4C042704; Wed, 5 Dec 2018 18:48:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5ImHMI042702; Wed, 5 Dec 2018 18:48:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051848.wB5ImHMI042702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:48:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486701 - head/www/py-pastedeploy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-pastedeploy X-SVN-Commit-Revision: 486701 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 82BBE838CE X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:48:19 -0000 Author: sunpoet Date: Wed Dec 5 18:48:16 2018 New Revision: 486701 URL: https://svnweb.freebsd.org/changeset/ports/486701 Log: Update to 2.0.1 Changes: https://github.com/Pylons/pastedeploy/blob/master/docs/news.rst https://github.com/Pylons/pastedeploy/commits/master https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html Modified: head/www/py-pastedeploy/Makefile head/www/py-pastedeploy/distinfo Modified: head/www/py-pastedeploy/Makefile ============================================================================== --- head/www/py-pastedeploy/Makefile Wed Dec 5 18:48:08 2018 (r486700) +++ head/www/py-pastedeploy/Makefile Wed Dec 5 18:48:16 2018 (r486701) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PasteDeploy -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-pastedeploy/distinfo ============================================================================== --- head/www/py-pastedeploy/distinfo Wed Dec 5 18:48:08 2018 (r486700) +++ head/www/py-pastedeploy/distinfo Wed Dec 5 18:48:16 2018 (r486701) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543763152 -SHA256 (PasteDeploy-2.0.0.tar.gz) = 8ac7aed091a46eee34bcbb687bfdce73327be1897f558534e6f49d2d4faf020e -SIZE (PasteDeploy-2.0.0.tar.gz) = 13757 +TIMESTAMP = 1544007596 +SHA256 (PasteDeploy-2.0.1.tar.gz) = d423fb9d51fdcf853aa4ff43ac7ec469b643ea19590f67488122d6d0d772350a +SIZE (PasteDeploy-2.0.1.tar.gz) = 13756 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:48:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 166D61324326; Wed, 5 Dec 2018 18:48: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0E4B839AC; Wed, 5 Dec 2018 18:48:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 01874185A1; Wed, 5 Dec 2018 18:48:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5ImPU8042832; Wed, 5 Dec 2018 18:48:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5ImPUT042831; Wed, 5 Dec 2018 18:48:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051848.wB5ImPUT042831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:48:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486702 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 486702 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A0E4B839AC X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:48:27 -0000 Author: sunpoet Date: Wed Dec 5 18:48:25 2018 New Revision: 486702 URL: https://svnweb.freebsd.org/changeset/ports/486702 Log: Update to 2.11.184 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Wed Dec 5 18:48:16 2018 (r486701) +++ head/devel/rubygem-aws-sdk-core/Makefile Wed Dec 5 18:48:25 2018 (r486702) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.183 +DISTVERSION= 2.11.184 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Wed Dec 5 18:48:16 2018 (r486701) +++ head/devel/rubygem-aws-sdk-core/distinfo Wed Dec 5 18:48:25 2018 (r486702) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543863677 -SHA256 (rubygem/aws-sdk-core-2.11.183.gem) = 0ffecbd605d829f50b751977f749e9c89ed7e9e604e1d2868c3c7dd80b8012f6 -SIZE (rubygem/aws-sdk-core-2.11.183.gem) = 1486336 +TIMESTAMP = 1544007624 +SHA256 (rubygem/aws-sdk-core-2.11.184.gem) = f466c786e48bcba6ed2dd25b240399f05cd9287626f2cbdec3a834d4f1089e6d +SIZE (rubygem/aws-sdk-core-2.11.184.gem) = 1486336 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:48:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EDED1324379; Wed, 5 Dec 2018 18:48:36 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E583383A9F; Wed, 5 Dec 2018 18:48:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 891AD185A2; Wed, 5 Dec 2018 18:48:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5ImYVP042957; Wed, 5 Dec 2018 18:48:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5ImY5H042955; Wed, 5 Dec 2018 18:48:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051848.wB5ImY5H042955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:48:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486703 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 486703 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E583383A9F X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:48:36 -0000 Author: sunpoet Date: Wed Dec 5 18:48:33 2018 New Revision: 486703 URL: https://svnweb.freebsd.org/changeset/ports/486703 Log: Update to 2.11.184 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Wed Dec 5 18:48:25 2018 (r486702) +++ head/devel/rubygem-aws-sdk-resources/Makefile Wed Dec 5 18:48:33 2018 (r486703) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.183 +DISTVERSION= 2.11.184 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Wed Dec 5 18:48:25 2018 (r486702) +++ head/devel/rubygem-aws-sdk-resources/distinfo Wed Dec 5 18:48:33 2018 (r486703) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543863701 -SHA256 (rubygem/aws-sdk-resources-2.11.183.gem) = 08a9213f98dc37d614577161430d36dc8f6020b59ab6f0c931d1483a3e565828 -SIZE (rubygem/aws-sdk-resources-2.11.183.gem) = 48640 +TIMESTAMP = 1544007644 +SHA256 (rubygem/aws-sdk-resources-2.11.184.gem) = 849a633a8937b59c838247215616429f60caf670e43cd2565b37670bf4d96a54 +SIZE (rubygem/aws-sdk-resources-2.11.184.gem) = 48640 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:48:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26F0113243B5; Wed, 5 Dec 2018 18:48: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0E2783B8A; Wed, 5 Dec 2018 18:48:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 04C58185A3; Wed, 5 Dec 2018 18:48: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 wB5Img8N043085; Wed, 5 Dec 2018 18:48:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5ImgJS043082; Wed, 5 Dec 2018 18:48:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051848.wB5ImgJS043082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486704 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 486704 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C0E2783B8A X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:48:45 -0000 Author: sunpoet Date: Wed Dec 5 18:48:42 2018 New Revision: 486704 URL: https://svnweb.freebsd.org/changeset/ports/486704 Log: Update to 2.11.184 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Wed Dec 5 18:48:33 2018 (r486703) +++ head/devel/rubygem-aws-sdk/Makefile Wed Dec 5 18:48:42 2018 (r486704) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.183 +DISTVERSION= 2.11.184 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Wed Dec 5 18:48:33 2018 (r486703) +++ head/devel/rubygem-aws-sdk/distinfo Wed Dec 5 18:48:42 2018 (r486704) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543863725 -SHA256 (rubygem/aws-sdk-2.11.183.gem) = 913082db698a3bc3267d6179655d66541aec610c37476beeed4e4008a7de1eb5 -SIZE (rubygem/aws-sdk-2.11.183.gem) = 4608 +TIMESTAMP = 1544007664 +SHA256 (rubygem/aws-sdk-2.11.184.gem) = abbb904b4ead096db5075f07e6711adaea5aa2c4637209b8666e2ce390e221b6 +SIZE (rubygem/aws-sdk-2.11.184.gem) = 4608 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:48:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3910F13243FC; Wed, 5 Dec 2018 18:48:54 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6FD983C72; Wed, 5 Dec 2018 18:48:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C570185A4; Wed, 5 Dec 2018 18:48:51 +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 wB5ImpTC043212; Wed, 5 Dec 2018 18:48:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5ImpaV043211; Wed, 5 Dec 2018 18:48:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051848.wB5ImpaV043211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:48:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486705 - head/devel/rubygem-batch-loader X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-batch-loader X-SVN-Commit-Revision: 486705 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C6FD983C72 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:48:54 -0000 Author: sunpoet Date: Wed Dec 5 18:48:50 2018 New Revision: 486705 URL: https://svnweb.freebsd.org/changeset/ports/486705 Log: Update to 1.2.2 Changes: https://github.com/exAspArk/batch-loader/blob/master/CHANGELOG.md Modified: head/devel/rubygem-batch-loader/Makefile head/devel/rubygem-batch-loader/distinfo Modified: head/devel/rubygem-batch-loader/Makefile ============================================================================== --- head/devel/rubygem-batch-loader/Makefile Wed Dec 5 18:48:42 2018 (r486704) +++ head/devel/rubygem-batch-loader/Makefile Wed Dec 5 18:48:50 2018 (r486705) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= batch-loader -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,8 +12,9 @@ COMMENT= Powerful tool to avoid N+1 DB or HTTP queries LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-batch-loader/distinfo ============================================================================== --- head/devel/rubygem-batch-loader/distinfo Wed Dec 5 18:48:42 2018 (r486704) +++ head/devel/rubygem-batch-loader/distinfo Wed Dec 5 18:48:50 2018 (r486705) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513602791 -SHA256 (rubygem/batch-loader-1.2.1.gem) = 42adbedd4a21fe993903de6b038fcc7ec846dff9877c8eacb8b3198cece775db -SIZE (rubygem/batch-loader-1.2.1.gem) = 16384 +TIMESTAMP = 1544007682 +SHA256 (rubygem/batch-loader-1.2.2.gem) = 4c5e45ccfa6770a57fe445b8f2ab9aa4562ddbe4f2cedb454c1d879e2614995f +SIZE (rubygem/batch-loader-1.2.2.gem) = 16384 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:49:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0B241324436; Wed, 5 Dec 2018 18:49: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1D483D5B; Wed, 5 Dec 2018 18:49:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 141B1185A5; Wed, 5 Dec 2018 18:49:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Imx8b043337; Wed, 5 Dec 2018 18:48:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Imx1d043335; Wed, 5 Dec 2018 18:48:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051848.wB5Imx1d043335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:48:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486706 - head/net/rubygem-fog-ovirt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-fog-ovirt X-SVN-Commit-Revision: 486706 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5F1D483D5B X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:49:02 -0000 Author: sunpoet Date: Wed Dec 5 18:48:59 2018 New Revision: 486706 URL: https://svnweb.freebsd.org/changeset/ports/486706 Log: Update to 1.1.3 Changes: https://github.com/fog/fog-ovirt/commits/master Modified: head/net/rubygem-fog-ovirt/Makefile head/net/rubygem-fog-ovirt/distinfo Modified: head/net/rubygem-fog-ovirt/Makefile ============================================================================== --- head/net/rubygem-fog-ovirt/Makefile Wed Dec 5 18:48:50 2018 (r486705) +++ head/net/rubygem-fog-ovirt/Makefile Wed Dec 5 18:48:59 2018 (r486706) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-ovirt -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= net rubygems MASTER_SITES= RG @@ -18,8 +18,9 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-cor rubygem-ovirt-engine-sdk>=4.1.3:net/rubygem-ovirt-engine-sdk \ rubygem-rbovirt>=0.1.5:www/rubygem-rbovirt -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/net/rubygem-fog-ovirt/distinfo ============================================================================== --- head/net/rubygem-fog-ovirt/distinfo Wed Dec 5 18:48:50 2018 (r486705) +++ head/net/rubygem-fog-ovirt/distinfo Wed Dec 5 18:48:59 2018 (r486706) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535728650 -SHA256 (rubygem/fog-ovirt-1.1.2.gem) = 95fe163a206826b34e8f555f026abbd0d68d13fea68fcf745edf7751658c301e -SIZE (rubygem/fog-ovirt-1.1.2.gem) = 35840 +TIMESTAMP = 1544007709 +SHA256 (rubygem/fog-ovirt-1.1.3.gem) = d533fcfab6aa5ba6442874ae5c8724dcf331fcd81e0bc47b78983c79a71772ee +SIZE (rubygem/fog-ovirt-1.1.3.gem) = 35840 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:49:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 664771324468; Wed, 5 Dec 2018 18:49:11 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A90983E3D; Wed, 5 Dec 2018 18:49:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C1E5185A6; Wed, 5 Dec 2018 18:49:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5In8gQ043469; Wed, 5 Dec 2018 18:49:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5In7BB043468; Wed, 5 Dec 2018 18:49:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051849.wB5In7BB043468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:49:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486707 - head/textproc/rubygem-autoprefixer-rails X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-autoprefixer-rails X-SVN-Commit-Revision: 486707 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0A90983E3D X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:49:11 -0000 Author: sunpoet Date: Wed Dec 5 18:49:07 2018 New Revision: 486707 URL: https://svnweb.freebsd.org/changeset/ports/486707 Log: Update to 9.4.0 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Wed Dec 5 18:48:59 2018 (r486706) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Wed Dec 5 18:49:07 2018 (r486707) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 9.3.1 +PORTVERSION= 9.4.0 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Wed Dec 5 18:48:59 2018 (r486706) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Wed Dec 5 18:49:07 2018 (r486707) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540477243 -SHA256 (rubygem/autoprefixer-rails-9.3.1.gem) = a047b991baec0f0e35e798e4c57ce4b5a37bd2c5dcc1c7b357de9062fa23dacc -SIZE (rubygem/autoprefixer-rails-9.3.1.gem) = 208896 +TIMESTAMP = 1544019539 +SHA256 (rubygem/autoprefixer-rails-9.4.0.gem) = 7dc44ddbb33ce8ac67d522f700c9e939d8d311fd75783313ae1dba1d42d58687 +SIZE (rubygem/autoprefixer-rails-9.4.0.gem) = 211968 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:49:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3371132449C; Wed, 5 Dec 2018 18:49: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4948683F17; Wed, 5 Dec 2018 18:49: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 18041185A8; Wed, 5 Dec 2018 18:49:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5InGv6043620; Wed, 5 Dec 2018 18:49:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5InG2l043615; Wed, 5 Dec 2018 18:49:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051849.wB5InG2l043615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:49:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486708 - head/devel/p5-Carp-Clan X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Carp-Clan X-SVN-Commit-Revision: 486708 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4948683F17 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:49:20 -0000 Author: sunpoet Date: Wed Dec 5 18:49:16 2018 New Revision: 486708 URL: https://svnweb.freebsd.org/changeset/ports/486708 Log: Update to 6.07 - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST - Take maintainership Changes: https://metacpan.org/changes/distribution/Carp-Clan Modified: head/devel/p5-Carp-Clan/Makefile head/devel/p5-Carp-Clan/distinfo head/devel/p5-Carp-Clan/pkg-plist Modified: head/devel/p5-Carp-Clan/Makefile ============================================================================== --- head/devel/p5-Carp-Clan/Makefile Wed Dec 5 18:49:07 2018 (r486707) +++ head/devel/p5-Carp-Clan/Makefile Wed Dec 5 18:49:16 2018 (r486708) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= Carp-Clan -PORTVERSION= 6.06 +PORTVERSION= 6.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Report errors from perspective of caller of a "clan" of modules LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception - USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/devel/p5-Carp-Clan/distinfo ============================================================================== --- head/devel/p5-Carp-Clan/distinfo Wed Dec 5 18:49:07 2018 (r486707) +++ head/devel/p5-Carp-Clan/distinfo Wed Dec 5 18:49:16 2018 (r486708) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466510706 -SHA256 (Carp-Clan-6.06.tar.gz) = ea4ac8f611354756d43cb369880032901e9cc4cc7e0bebb7b647186dac00c9d4 -SIZE (Carp-Clan-6.06.tar.gz) = 21556 +TIMESTAMP = 1544007757 +SHA256 (Carp-Clan-6.07.tar.gz) = 0a08560737d8c5caab36f2684c8512e9771e633d3ab5629db814e1d49e274a3d +SIZE (Carp-Clan-6.07.tar.gz) = 33805 Modified: head/devel/p5-Carp-Clan/pkg-plist ============================================================================== --- head/devel/p5-Carp-Clan/pkg-plist Wed Dec 5 18:49:07 2018 (r486707) +++ head/devel/p5-Carp-Clan/pkg-plist Wed Dec 5 18:49:16 2018 (r486708) @@ -1,3 +1,2 @@ -%%PERL5_MAN3%%/Carp::Clan.3.gz %%SITE_PERL%%/Carp/Clan.pm -%%SITE_PERL%%/Carp/Clan.pod +%%PERL5_MAN3%%/Carp::Clan.3.gz From owner-svn-ports-all@freebsd.org Wed Dec 5 18:49:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3784E13244DB; Wed, 5 Dec 2018 18:49:26 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D74D83FBF; Wed, 5 Dec 2018 18:49:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2FE6185A9; Wed, 5 Dec 2018 18:49:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5InMIv043749; Wed, 5 Dec 2018 18:49:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5InMfq043747; Wed, 5 Dec 2018 18:49:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051849.wB5InMfq043747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:49:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486709 - head/devel/p5-Data-Types X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Data-Types X-SVN-Commit-Revision: 486709 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9D74D83FBF X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:49:26 -0000 Author: sunpoet Date: Wed Dec 5 18:49:21 2018 New Revision: 486709 URL: https://svnweb.freebsd.org/changeset/ports/486709 Log: Update to 0.16 Changes: https://metacpan.org/changes/distribution/Data-Types Modified: head/devel/p5-Data-Types/Makefile head/devel/p5-Data-Types/distinfo Modified: head/devel/p5-Data-Types/Makefile ============================================================================== --- head/devel/p5-Data-Types/Makefile Wed Dec 5 18:49:16 2018 (r486708) +++ head/devel/p5-Data-Types/Makefile Wed Dec 5 18:49:21 2018 (r486709) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Types -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Data-Types/distinfo ============================================================================== --- head/devel/p5-Data-Types/distinfo Wed Dec 5 18:49:16 2018 (r486708) +++ head/devel/p5-Data-Types/distinfo Wed Dec 5 18:49:21 2018 (r486709) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542733653 -SHA256 (Data-Types-0.15.tar.gz) = ab3f40a006420b6624f544b38ea3b160880b1e4ef97838d8d2c49c94d899c378 -SIZE (Data-Types-0.15.tar.gz) = 7859 +TIMESTAMP = 1544007786 +SHA256 (Data-Types-0.16.tar.gz) = feb9ec93b3b0e9d5a262caf3a7b0d8f5c3eb9e7ac89ecbe4afbf2f88d1ea6d83 +SIZE (Data-Types-0.16.tar.gz) = 7914 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:49:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD30C132451D; Wed, 5 Dec 2018 18:49:33 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 520BF8408F; Wed, 5 Dec 2018 18:49:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E966E185B3; Wed, 5 Dec 2018 18:49:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5InUrk043876; Wed, 5 Dec 2018 18:49:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5InUiP043874; Wed, 5 Dec 2018 18:49:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051849.wB5InUiP043874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486710 - head/textproc/p5-Pod-Tree X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Pod-Tree X-SVN-Commit-Revision: 486710 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 520BF8408F X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:49:33 -0000 Author: sunpoet Date: Wed Dec 5 18:49:30 2018 New Revision: 486710 URL: https://svnweb.freebsd.org/changeset/ports/486710 Log: Update to 1.29 Changes: https://metacpan.org/changes/distribution/Pod-Tree Modified: head/textproc/p5-Pod-Tree/Makefile head/textproc/p5-Pod-Tree/distinfo Modified: head/textproc/p5-Pod-Tree/Makefile ============================================================================== --- head/textproc/p5-Pod-Tree/Makefile Wed Dec 5 18:49:21 2018 (r486709) +++ head/textproc/p5-Pod-Tree/Makefile Wed Dec 5 18:49:30 2018 (r486710) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Tree -PORTVERSION= 1.28 +PORTVERSION= 1.29 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Pod-Tree/distinfo ============================================================================== --- head/textproc/p5-Pod-Tree/distinfo Wed Dec 5 18:49:21 2018 (r486709) +++ head/textproc/p5-Pod-Tree/distinfo Wed Dec 5 18:49:30 2018 (r486710) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543863815 -SHA256 (Pod-Tree-1.28.tar.gz) = 10f6f0ca78a924ba12b97a5a1cb26f67f774d7b39d47ac5ddcd6d139af7e1846 -SIZE (Pod-Tree-1.28.tar.gz) = 68291 +TIMESTAMP = 1544007820 +SHA256 (Pod-Tree-1.29.tar.gz) = ca9354523d5bfaea7e804df07a69e3deddce17e8b72b8d152779deaa55b94436 +SIZE (Pod-Tree-1.29.tar.gz) = 68422 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:49:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D0741324554; Wed, 5 Dec 2018 18:49:41 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 365FB8415E; Wed, 5 Dec 2018 18:49:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 689FC185BD; Wed, 5 Dec 2018 18:49:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Ind1N044004; Wed, 5 Dec 2018 18:49:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Inddr044002; Wed, 5 Dec 2018 18:49:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051849.wB5Inddr044002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:49:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486711 - head/www/p5-HTTP-BrowserDetect X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-HTTP-BrowserDetect X-SVN-Commit-Revision: 486711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 365FB8415E X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:49:41 -0000 Author: sunpoet Date: Wed Dec 5 18:49:38 2018 New Revision: 486711 URL: https://svnweb.freebsd.org/changeset/ports/486711 Log: Update to 3.20 Changes: https://metacpan.org/changes/distribution/HTTP-BrowserDetect Modified: head/www/p5-HTTP-BrowserDetect/Makefile head/www/p5-HTTP-BrowserDetect/distinfo Modified: head/www/p5-HTTP-BrowserDetect/Makefile ============================================================================== --- head/www/p5-HTTP-BrowserDetect/Makefile Wed Dec 5 18:49:30 2018 (r486710) +++ head/www/p5-HTTP-BrowserDetect/Makefile Wed Dec 5 18:49:38 2018 (r486711) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-BrowserDetect -PORTVERSION= 3.19 +PORTVERSION= 3.20 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTTP-BrowserDetect/distinfo ============================================================================== --- head/www/p5-HTTP-BrowserDetect/distinfo Wed Dec 5 18:49:30 2018 (r486710) +++ head/www/p5-HTTP-BrowserDetect/distinfo Wed Dec 5 18:49:38 2018 (r486711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539625330 -SHA256 (HTTP-BrowserDetect-3.19.tar.gz) = fad95d1e311a4615cb32a017e7d9dfb9dbbb3a5657c1e70243b6c3999bad5b5d -SIZE (HTTP-BrowserDetect-3.19.tar.gz) = 114107 +TIMESTAMP = 1544007854 +SHA256 (HTTP-BrowserDetect-3.20.tar.gz) = 28226ddd9c7ddd75735423a9c5056d1aba27bd930fb8d384db268d5ee6c98b17 +SIZE (HTTP-BrowserDetect-3.20.tar.gz) = 114789 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:49:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E796132458D; Wed, 5 Dec 2018 18:49:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C851F8423C; Wed, 5 Dec 2018 18:49: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 ECA5D185BE; Wed, 5 Dec 2018 18:49:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Inl0l044129; Wed, 5 Dec 2018 18:49:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Inl8A044128; Wed, 5 Dec 2018 18:49:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051849.wB5Inl8A044128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486712 - head/devel/mercurial X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/mercurial X-SVN-Commit-Revision: 486712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C851F8423C X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:49:50 -0000 Author: sunpoet Date: Wed Dec 5 18:49:47 2018 New Revision: 486712 URL: https://svnweb.freebsd.org/changeset/ports/486712 Log: Update to 4.8.1 Changes: https://www.mercurial-scm.org/wiki/WhatsNew Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Wed Dec 5 18:49:38 2018 (r486711) +++ head/devel/mercurial/Makefile Wed Dec 5 18:49:47 2018 (r486712) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 4.8 +PORTVERSION= 4.8.1 CATEGORIES= devel python MASTER_SITES= https://www.mercurial-scm.org/release/ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Wed Dec 5 18:49:38 2018 (r486711) +++ head/devel/mercurial/distinfo Wed Dec 5 18:49:47 2018 (r486712) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541285726 -SHA256 (mercurial-4.8.tar.gz) = c56b403ad3b83ea91f3758c6df25b9f77deb4affada6c63160b3d325dc923f03 -SIZE (mercurial-4.8.tar.gz) = 6865809 +TIMESTAMP = 1544007885 +SHA256 (mercurial-4.8.1.tar.gz) = 48a45f5cde9104fbc2daf310d710d4ebf286d879b89fa327d24b005434b0fa21 +SIZE (mercurial-4.8.1.tar.gz) = 6869733 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:49:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E66413245CE; Wed, 5 Dec 2018 18:49:59 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43F5584330; Wed, 5 Dec 2018 18:49:59 +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 C8F86185BF; Wed, 5 Dec 2018 18:49:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5InuwV044270; Wed, 5 Dec 2018 18:49:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5InuwO044268; Wed, 5 Dec 2018 18:49:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051849.wB5InuwO044268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:49:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486713 - head/devel/py-pymarc X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pymarc X-SVN-Commit-Revision: 486713 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 43F5584330 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:50:00 -0000 Author: sunpoet Date: Wed Dec 5 18:49:55 2018 New Revision: 486713 URL: https://svnweb.freebsd.org/changeset/ports/486713 Log: Update to 3.1.11 - Update WWW Changes: https://github.com/edsu/pymarc/releases https://github.com/edsu/pymarc/commits/master Modified: head/devel/py-pymarc/Makefile head/devel/py-pymarc/distinfo head/devel/py-pymarc/pkg-descr Modified: head/devel/py-pymarc/Makefile ============================================================================== --- head/devel/py-pymarc/Makefile Wed Dec 5 18:49:47 2018 (r486712) +++ head/devel/py-pymarc/Makefile Wed Dec 5 18:49:55 2018 (r486713) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymarc -PORTVERSION= 3.1.10 +PORTVERSION= 3.1.11 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -15,9 +15,10 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} test.py Modified: head/devel/py-pymarc/distinfo ============================================================================== --- head/devel/py-pymarc/distinfo Wed Dec 5 18:49:47 2018 (r486712) +++ head/devel/py-pymarc/distinfo Wed Dec 5 18:49:55 2018 (r486713) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526839476 -SHA256 (pymarc-3.1.10.tar.gz) = 8e1d0271477daab89a373251180f4f1927d5147f35ce52a8a46f95a9d90c6979 -SIZE (pymarc-3.1.10.tar.gz) = 231635 +TIMESTAMP = 1544007966 +SHA256 (pymarc-3.1.11.tar.gz) = 80d8ca946c1820399dd26013ad013a28da89e95ae96b0a058f5a7ed1c8ce2152 +SIZE (pymarc-3.1.11.tar.gz) = 234855 Modified: head/devel/py-pymarc/pkg-descr ============================================================================== --- head/devel/py-pymarc/pkg-descr Wed Dec 5 18:49:47 2018 (r486712) +++ head/devel/py-pymarc/pkg-descr Wed Dec 5 18:49:55 2018 (r486713) @@ -1,3 +1,3 @@ pymarc is a python library for working with MARC21 bibliographic data. -WWW: https://pypi.org/project/pymarc/ +WWW: https://github.com/edsu/pymarc From owner-svn-ports-all@freebsd.org Wed Dec 5 18:50:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83A281324611; Wed, 5 Dec 2018 18:50:06 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1ED06843EA; Wed, 5 Dec 2018 18:50:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B220185C4; Wed, 5 Dec 2018 18:50:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Io49j044416; Wed, 5 Dec 2018 18:50:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Io4Bs044415; Wed, 5 Dec 2018 18:50:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051850.wB5Io4Bs044415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:50:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486714 - head/www/py-django X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django X-SVN-Commit-Revision: 486714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1ED06843EA X-Spamd-Result: default: False [-0.61 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.47)[-0.467,0]; NEURAL_HAM_SHORT(-0.03)[-0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.11)[-0.112,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:50:06 -0000 Author: sunpoet Date: Wed Dec 5 18:50:04 2018 New Revision: 486714 URL: https://svnweb.freebsd.org/changeset/ports/486714 Log: Update to 1.11.17 to match www/py-django111 Modified: head/www/py-django/Makefile Modified: head/www/py-django/Makefile ============================================================================== --- head/www/py-django/Makefile Wed Dec 5 18:49:55 2018 (r486713) +++ head/www/py-django/Makefile Wed Dec 5 18:50:04 2018 (r486714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.11.16 +PORTVERSION= 1.11.17 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} From owner-svn-ports-all@freebsd.org Wed Dec 5 18:50:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B454F1324661; Wed, 5 Dec 2018 18:50:15 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42A00844D8; Wed, 5 Dec 2018 18:50:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DBDF9185C5; Wed, 5 Dec 2018 18:50: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 wB5IoCfa044545; Wed, 5 Dec 2018 18:50:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IoCcH044543; Wed, 5 Dec 2018 18:50:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051850.wB5IoCcH044543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486715 - head/net/rubygem-azure-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-azure-core X-SVN-Commit-Revision: 486715 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 42A00844D8 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:50:15 -0000 Author: sunpoet Date: Wed Dec 5 18:50:12 2018 New Revision: 486715 URL: https://svnweb.freebsd.org/changeset/ports/486715 Log: Update to 0.1.15 Changes: https://github.com/Azure/azure-ruby-asm-core/blob/master/ChangeLog.md Modified: head/net/rubygem-azure-core/Makefile head/net/rubygem-azure-core/distinfo Modified: head/net/rubygem-azure-core/Makefile ============================================================================== --- head/net/rubygem-azure-core/Makefile Wed Dec 5 18:50:04 2018 (r486714) +++ head/net/rubygem-azure-core/Makefile Wed Dec 5 18:50:12 2018 (r486715) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= azure-core -PORTVERSION= 0.1.14 +PORTVERSION= 0.1.15 CATEGORIES= net rubygems MASTER_SITES= RG @@ -15,8 +15,9 @@ RUN_DEPENDS= rubygem-faraday>=0.9:www/rubygem-faraday rubygem-faraday_middleware>=0.10:www/rubygem-faraday_middleware \ rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/net/rubygem-azure-core/distinfo ============================================================================== --- head/net/rubygem-azure-core/distinfo Wed Dec 5 18:50:04 2018 (r486714) +++ head/net/rubygem-azure-core/distinfo Wed Dec 5 18:50:12 2018 (r486715) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514380331 -SHA256 (rubygem/azure-core-0.1.14.gem) = d6ee04f2a89a751dda35c6a0d51a0fa2ae7fbcdb19618e6a564c337f2ca66b78 -SIZE (rubygem/azure-core-0.1.14.gem) = 23040 +TIMESTAMP = 1544008012 +SHA256 (rubygem/azure-core-0.1.15.gem) = 9a3d9802ccbe8eabbaae88c782b7474105647952dda8fe7872fb7cd92f5f4389 +SIZE (rubygem/azure-core-0.1.15.gem) = 23040 From owner-svn-ports-all@freebsd.org Wed Dec 5 18:50:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EB5A1324693; Wed, 5 Dec 2018 18:50:23 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB82845A1; Wed, 5 Dec 2018 18:50:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 649C2185C6; Wed, 5 Dec 2018 18:50:21 +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 wB5IoLB6044684; Wed, 5 Dec 2018 18:50:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IoK5C044681; Wed, 5 Dec 2018 18:50:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051850.wB5IoK5C044681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:50:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486716 - head/sysutils/rubygem-chef-api X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-chef-api X-SVN-Commit-Revision: 486716 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0DB82845A1 X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:50:23 -0000 Author: sunpoet Date: Wed Dec 5 18:50:20 2018 New Revision: 486716 URL: https://svnweb.freebsd.org/changeset/ports/486716 Log: Update to 0.9.0 - Update WWW Changes: https://github.com/tas50/chef-api/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-chef-api/Makefile head/sysutils/rubygem-chef-api/distinfo head/sysutils/rubygem-chef-api/pkg-descr (contents, props changed) Modified: head/sysutils/rubygem-chef-api/Makefile ============================================================================== --- head/sysutils/rubygem-chef-api/Makefile Wed Dec 5 18:50:12 2018 (r486715) +++ head/sysutils/rubygem-chef-api/Makefile Wed Dec 5 18:50:20 2018 (r486716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chef-api -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -12,10 +12,12 @@ COMMENT= Leightweight Chef API client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-logify>=0.1:sysutils/rubygem-logify +RUN_DEPENDS= rubygem-logify>=0.1:sysutils/rubygem-logify \ + rubygem-mime-types>=0:misc/rubygem-mime-types -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/sysutils/rubygem-chef-api/distinfo ============================================================================== --- head/sysutils/rubygem-chef-api/distinfo Wed Dec 5 18:50:12 2018 (r486715) +++ head/sysutils/rubygem-chef-api/distinfo Wed Dec 5 18:50:20 2018 (r486716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520081545 -SHA256 (rubygem/chef-api-0.8.0.gem) = f9995acc756747cfd16d24f8b58470190e59d5d9a9132b6c13e62d0b4170a9b6 -SIZE (rubygem/chef-api-0.8.0.gem) = 53248 +TIMESTAMP = 1544008033 +SHA256 (rubygem/chef-api-0.9.0.gem) = b2f13c98d545c1033b35961025f9ffa74a74f16fce2ff71fe98488a48aa2d851 +SIZE (rubygem/chef-api-0.9.0.gem) = 33792 Modified: head/sysutils/rubygem-chef-api/pkg-descr ============================================================================== --- head/sysutils/rubygem-chef-api/pkg-descr Wed Dec 5 18:50:12 2018 (r486715) +++ head/sysutils/rubygem-chef-api/pkg-descr Wed Dec 5 18:50:20 2018 (r486716) @@ -1,4 +1,4 @@ ChefAPI is a tiny, dependency-minimal Ruby client for interacting with a Chef Server. It adopts many patterns and principles from Ruby On Rails. -WWW: https://github.com/sethvargo/chef-api +WWW: https://github.com/tas50/chef-api From owner-svn-ports-all@freebsd.org Wed Dec 5 18:50:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67B4B13246D5; Wed, 5 Dec 2018 18:50:33 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B5E1846A3; Wed, 5 Dec 2018 18:50:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9BB5185C7; Wed, 5 Dec 2018 18:50:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5IoUgI044851; Wed, 5 Dec 2018 18:50:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5IoUiT044848; Wed, 5 Dec 2018 18:50:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051850.wB5IoUiT044848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486717 - in head/devel: . py-interface py-py_interface X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-interface py-py_interface X-SVN-Commit-Revision: 486717 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B5E1846A3 X-Spamd-Result: default: False [-0.50 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_HAM_SHORT(-0.02)[-0.021,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:50:33 -0000 Author: sunpoet Date: Wed Dec 5 18:50:29 2018 New Revision: 486717 URL: https://svnweb.freebsd.org/changeset/ports/486717 Log: Move devel/py-interface to devel/py-py_interface - Change MASTER_SITES to CHEESESHOP - Convert to options target helper - Clean up Makefile - Update WWW Added: head/devel/py-py_interface/ - copied from r486716, head/devel/py-interface/ Deleted: head/devel/py-interface/ Modified: head/devel/Makefile head/devel/py-py_interface/Makefile head/devel/py-py_interface/pkg-descr Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 5 18:50:20 2018 (r486716) +++ head/devel/Makefile Wed Dec 5 18:50:29 2018 (r486717) @@ -4656,7 +4656,6 @@ SUBDIR += py-initgroups SUBDIR += py-instant SUBDIR += py-intbitset - SUBDIR += py-interface SUBDIR += py-intervaltree SUBDIR += py-invoke SUBDIR += py-ioflo @@ -4906,6 +4905,7 @@ SUBDIR += py-pudb SUBDIR += py-py SUBDIR += py-py-ubjson + SUBDIR += py-py_interface SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules SUBDIR += py-pybind11 Modified: head/devel/py-py_interface/Makefile ============================================================================== --- head/devel/py-interface/Makefile Wed Dec 5 18:50:20 2018 (r486716) +++ head/devel/py-py_interface/Makefile Wed Dec 5 18:50:29 2018 (r486717) @@ -1,34 +1,26 @@ # Created by: Maxim Sobolev # $FreeBSD$ -PORTNAME= interface +PORTNAME= py_interface PORTVERSION= 2.2 -PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= http://www.lysator.liu.se/~tab/erlang/py_interface/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py_${PORTNAME}-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python implementation of an Erlang node LICENSE= LGPL20 -USES= python -USE_PYTHON= distutils autoplist -PYDISTUTILS_PKGNAME= py_${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/py_${PORTNAME} -# EXAMPLESDIR= ${PREFIX}/share/examples/py_${PORTNAME} +USES= python +USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= DOCS -DOCS_USE= PYTHON=concurrent PORTDOCS= README -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR} -# @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -# cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/devel/py-py_interface/pkg-descr ============================================================================== --- head/devel/py-interface/pkg-descr Wed Dec 5 18:50:20 2018 (r486716) +++ head/devel/py-py_interface/pkg-descr Wed Dec 5 18:50:29 2018 (r486717) @@ -25,4 +25,4 @@ o The Python node runs on Python 2.5 and Erlang R12. I with older version of both Python and Erlang. Development started on Python 1.5 and Erlang R7. -WWW: http://www.lysator.liu.se/~tab/erlang/py_interface/ +WWW: https://www.lysator.liu.se/~tab/erlang/py_interface/ From owner-svn-ports-all@freebsd.org Wed Dec 5 18:50:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 238D41324708; Wed, 5 Dec 2018 18:50: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC01F8478B; Wed, 5 Dec 2018 18:50:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2BD1185D1; Wed, 5 Dec 2018 18:50:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5IocCM044954; Wed, 5 Dec 2018 18:50:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Ioc6w044953; Wed, 5 Dec 2018 18:50:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812051850.wB5Ioc6w044953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2018 18:50:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486718 - head X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 486718 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BC01F8478B X-Spamd-Result: default: False [-0.55 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.03)[-0.025,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 18:50:42 -0000 Author: sunpoet Date: Wed Dec 5 18:50:38 2018 New Revision: 486718 URL: https://svnweb.freebsd.org/changeset/ports/486718 Log: Move devel/py-interface to devel/py-py_interface Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Wed Dec 5 18:50:29 2018 (r486717) +++ head/MOVED Wed Dec 5 18:50:38 2018 (r486718) @@ -10715,3 +10715,4 @@ math/php70-bcmath|math/php72-bcmath|2018-12-05|Has exp math/php70-gmp|math/php72-gmp|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 lang/php70|lang/php72|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 math/vtk5-data||2018-12-05|Removed +devel/py-interface|devel/py-py_interface|2018-12-05|Rename to match upstream naming From owner-svn-ports-all@freebsd.org Wed Dec 5 19:36:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3229A132571C; Wed, 5 Dec 2018 19:36:07 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C948F86690; Wed, 5 Dec 2018 19:36:06 +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 AA3D618E4E; Wed, 5 Dec 2018 19:36:06 +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 wB5Ja6fm071095; Wed, 5 Dec 2018 19:36:06 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Ja4RK071086; Wed, 5 Dec 2018 19:36:04 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812051936.wB5Ja4RK071086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 5 Dec 2018 19:36:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486719 - in head/sysutils: syslog-ng310 syslog-ng311 syslog-ng312 syslog-ng313 syslog-ng314 syslog-ng315 syslog-ng317 syslog-ng318 syslog-ng37 syslog-ng39 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head/sysutils: syslog-ng310 syslog-ng311 syslog-ng312 syslog-ng313 syslog-ng314 syslog-ng315 syslog-ng317 syslog-ng318 syslog-ng37 syslog-ng39 X-SVN-Commit-Revision: 486719 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C948F86690 X-Spamd-Result: default: False [-0.06 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_SPAM_SHORT(0.42)[0.420,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 19:36:07 -0000 Author: linimon Date: Wed Dec 5 19:36:04 2018 New Revision: 486719 URL: https://svnweb.freebsd.org/changeset/ports/486719 Log: The failure of these ports to build on powerpc64 seems to be statistical. Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/syslog-ng310/Makefile head/sysutils/syslog-ng311/Makefile head/sysutils/syslog-ng312/Makefile head/sysutils/syslog-ng313/Makefile head/sysutils/syslog-ng314/Makefile head/sysutils/syslog-ng315/Makefile head/sysutils/syslog-ng317/Makefile head/sysutils/syslog-ng318/Makefile head/sysutils/syslog-ng37/Makefile head/sysutils/syslog-ng39/Makefile Modified: head/sysutils/syslog-ng310/Makefile ============================================================================== --- head/sysutils/syslog-ng310/Makefile Wed Dec 5 18:50:38 2018 (r486718) +++ head/sysutils/syslog-ng310/Makefile Wed Dec 5 19:36:04 2018 (r486719) @@ -22,7 +22,6 @@ LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng311/Makefile ============================================================================== --- head/sysutils/syslog-ng311/Makefile Wed Dec 5 18:50:38 2018 (r486718) +++ head/sysutils/syslog-ng311/Makefile Wed Dec 5 19:36:04 2018 (r486719) @@ -20,7 +20,6 @@ EXPIRATION_DATE= 2019-12-31 LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng312/Makefile ============================================================================== --- head/sysutils/syslog-ng312/Makefile Wed Dec 5 18:50:38 2018 (r486718) +++ head/sysutils/syslog-ng312/Makefile Wed Dec 5 19:36:04 2018 (r486719) @@ -19,7 +19,6 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ DEPRECATED= No longer officially supported by Balabit EXPIRATION_DATE= 2019-12-31 -BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng313/Makefile ============================================================================== --- head/sysutils/syslog-ng313/Makefile Wed Dec 5 18:50:38 2018 (r486718) +++ head/sysutils/syslog-ng313/Makefile Wed Dec 5 19:36:04 2018 (r486719) @@ -20,7 +20,6 @@ EXPIRATION_DATE= 2019-12-31 LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng314/Makefile ============================================================================== --- head/sysutils/syslog-ng314/Makefile Wed Dec 5 18:50:38 2018 (r486718) +++ head/sysutils/syslog-ng314/Makefile Wed Dec 5 19:36:04 2018 (r486719) @@ -17,7 +17,6 @@ COMMENT= Powerful syslogd replacement LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng315/Makefile ============================================================================== --- head/sysutils/syslog-ng315/Makefile Wed Dec 5 18:50:38 2018 (r486718) +++ head/sysutils/syslog-ng315/Makefile Wed Dec 5 19:36:04 2018 (r486719) @@ -17,7 +17,6 @@ COMMENT= Powerful syslogd replacement LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng317/Makefile ============================================================================== --- head/sysutils/syslog-ng317/Makefile Wed Dec 5 18:50:38 2018 (r486718) +++ head/sysutils/syslog-ng317/Makefile Wed Dec 5 19:36:04 2018 (r486719) @@ -17,7 +17,6 @@ COMMENT= Powerful syslogd replacement LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng318/Makefile ============================================================================== --- head/sysutils/syslog-ng318/Makefile Wed Dec 5 18:50:38 2018 (r486718) +++ head/sysutils/syslog-ng318/Makefile Wed Dec 5 19:36:04 2018 (r486719) @@ -16,7 +16,6 @@ COMMENT= Powerful syslogd replacement LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng37/Makefile ============================================================================== --- head/sysutils/syslog-ng37/Makefile Wed Dec 5 18:50:38 2018 (r486718) +++ head/sysutils/syslog-ng37/Makefile Wed Dec 5 19:36:04 2018 (r486719) @@ -23,7 +23,6 @@ BUILD_DEPENDS= xsltproc:textproc/libxslt DEPRECATED= No longer officially supported by Balabit, does not support openssl111 EXPIRATION_DATE= 2018-12-31 -BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng39/Makefile ============================================================================== --- head/sysutils/syslog-ng39/Makefile Wed Dec 5 18:50:38 2018 (r486718) +++ head/sysutils/syslog-ng39/Makefile Wed Dec 5 19:36:04 2018 (r486719) @@ -19,7 +19,6 @@ LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ From owner-svn-ports-all@freebsd.org Wed Dec 5 20:01:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 512911325E55; Wed, 5 Dec 2018 20:01:16 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F38DC8730A; Wed, 5 Dec 2018 20:01: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 BA34A191D6; Wed, 5 Dec 2018 20:01: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 wB5K1Ft1081944; Wed, 5 Dec 2018 20:01:15 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5K1B6k081918; Wed, 5 Dec 2018 20:01:11 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812052001.wB5K1B6k081918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 5 Dec 2018 20:01:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486720 - in head: devel/php5-pinba dns/bind9-devel lang/ecl security/wolfssl shells/pdksh sysutils/asmon sysutils/graid5 sysutils/logstalgia sysutils/mac_nonet sysutils/mac_rtprio sysu... X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: devel/php5-pinba dns/bind9-devel lang/ecl security/wolfssl shells/pdksh sysutils/asmon sysutils/graid5 sysutils/logstalgia sysutils/mac_nonet sysutils/mac_rtprio sysutils/mbgtools sysutils/mu... X-SVN-Commit-Revision: 486720 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F38DC8730A X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.40)[-0.399,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.43)[0.426,0]; NEURAL_HAM_LONG(-0.02)[-0.024,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 20:01:16 -0000 Author: linimon Date: Wed Dec 5 20:01:10 2018 New Revision: 486720 URL: https://svnweb.freebsd.org/changeset/ports/486720 Log: These ports now build on powerpc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/devel/php5-pinba/Makefile head/dns/bind9-devel/Makefile head/lang/ecl/Makefile head/security/wolfssl/Makefile head/shells/pdksh/Makefile head/sysutils/asmon/Makefile head/sysutils/graid5/Makefile head/sysutils/logstalgia/Makefile head/sysutils/mac_nonet/Makefile head/sysutils/mac_rtprio/Makefile head/sysutils/mbgtools/Makefile head/sysutils/muse/Makefile head/sysutils/showbeastie/Makefile head/sysutils/wmmemfree/Makefile head/www/mod_auth_openid/Makefile head/www/mod_md-devel/Makefile head/www/pecl-http/Makefile head/www/rubygem-jquery-rails-rails50/Makefile head/www/unit/Makefile head/x11/sakura/Makefile head/x11/tint/Makefile Modified: head/devel/php5-pinba/Makefile ============================================================================== --- head/devel/php5-pinba/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/devel/php5-pinba/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -10,20 +10,17 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= komarov@valerka.net COMMENT= PHP-extension part of statistics server for PHP +IGNORE_WITH_PHP= 70 71 72 73 DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 LIB_DEPENDS= libprotobuf.so:devel/protobuf -BROKEN_powerpc64= fails to compile: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase' - +USES= compiler:c++11-lang php:ext +USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= tony2001 GH_PROJECT= pinba_extension GH_TAGNAME= f76b673 - -USES= compiler:c++11-lang php:ext -USE_CXXSTD= c++11 -IGNORE_WITH_PHP= 70 71 72 73 .include Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/dns/bind9-devel/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -33,8 +33,6 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT -BROKEN_powerpc64= fails to link: /usr/bin/ld: cannot find -latomic - LIB_DEPENDS= libxml2.so:textproc/libxml2 # XXX: remove tar:bz2 Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/lang/ecl/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -15,7 +15,6 @@ LICENSE= LGPL20 BROKEN_aarch64= fails to compile: error: unknown type name AO_TS_t BROKEN_mips= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped -BROKEN_powerpc64= fails to link: undefined reference to fmodl LIB_DEPENDS= libgmp.so:math/gmp Modified: head/security/wolfssl/Makefile ============================================================================== --- head/security/wolfssl/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/security/wolfssl/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -10,11 +10,10 @@ COMMENT= Embedded SSL C-Library LICENSE= GPLv2 -BUILD_DEPENDS= bash:shells/bash - BROKEN_mips= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory BROKEN_mips64= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory -BROKEN_powerpc64= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory + +BUILD_DEPENDS= bash:shells/bash USES= libtool zip GNU_CONFIGURE= yes Modified: head/shells/pdksh/Makefile ============================================================================== --- head/shells/pdksh/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/shells/pdksh/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -19,8 +19,6 @@ COMMENT= The Public Domain Korn Shell LICENSE= BSD3CLAUSE -BROKEN_powerpc64= fails to compile siglist.in - OPTIONS_DEFINE= STATIC GNU_CONFIGURE= yes Modified: head/sysutils/asmon/Makefile ============================================================================== --- head/sysutils/asmon/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/sysutils/asmon/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -16,14 +16,12 @@ BROKEN_FreeBSD_12= fails to compile: read_mem.c: inval BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' BROKEN_mips= fails to compile: asmon.c: storage size of 'sum' isn't known BROKEN_mips64= fails to compile: asmon.c: storage size of 'sum' isn't known -BROKEN_powerpc64= fails to compile: asmon.c: storage size of 'sum' isn't known -USE_XORG= xpm x11 - BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon CFLAGS+= -I${LOCALBASE}/include USES= gmake USE_CSTD= gnu89 +USE_XORG= xpm x11 ALL_TARGET= asmon MAKE_ARGS+= LIBDIR="-L${LOCALBASE}/lib" \ SOLARIS_LIBS=-lkvm Modified: head/sysutils/graid5/Makefile ============================================================================== --- head/sysutils/graid5/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/sysutils/graid5/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -11,8 +11,6 @@ COMMENT= RAID5 geom class LICENSE= BSD2CLAUSE -BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative - NO_PACKAGE= should be recompiled for a particular FreeBSD kernel MAINVERSION=1.3 Modified: head/sysutils/logstalgia/Makefile ============================================================================== --- head/sysutils/logstalgia/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/sysutils/logstalgia/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -13,8 +13,6 @@ COMMENT= Website access log visualization tool LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: custom.cpp: 'sscanf' was not declared in this scope - BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ Modified: head/sysutils/mac_nonet/Makefile ============================================================================== --- head/sysutils/mac_nonet/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/sysutils/mac_nonet/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -12,8 +12,6 @@ COMMENT= MAC policy to disable access to networking fo LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to build: make[1]: don't know how to make /usr/src/sys/tools/vnode_if.awk - USES= kmod uidfix USE_GITHUB= yes Modified: head/sysutils/mac_rtprio/Makefile ============================================================================== --- head/sysutils/mac_rtprio/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/sysutils/mac_rtprio/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -12,8 +12,6 @@ COMMENT= MAC policy to manage access for setting realt LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to build: make[1]: don't know how to make /usr/src/sys/tools/vnode_if.awk - USES= kmod uidfix USE_GITHUB= yes Modified: head/sysutils/mbgtools/Makefile ============================================================================== --- head/sysutils/mbgtools/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/sysutils/mbgtools/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -14,7 +14,6 @@ LICENSE= BSD2CLAUSE BROKEN_aarch64= fails to compile: unused variables BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_mips64= fails to compile: unused variables -BROKEN_powerpc64= fails to compile: warning: mbg_dbg_data defined but not used BROKEN_sparc64= fails to compile: error in structure definitions USES= kmod uidfix Modified: head/sysutils/muse/Makefile ============================================================================== --- head/sysutils/muse/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/sysutils/muse/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -13,7 +13,6 @@ BROKEN_FreeBSD_12= fails to compile: read_mem.c: inval BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' BROKEN_mips= fails to compile: muse.c: storage size of 'vmstats' isn't known BROKEN_mips64= fails to compile: muse.c: storage size of 'vmstats' isn't known -BROKEN_powerpc64= fails to compile: muse.c: storage size of 'vmstats' isn't known USES= uidfix Modified: head/sysutils/showbeastie/Makefile ============================================================================== --- head/sysutils/showbeastie/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/sysutils/showbeastie/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -15,7 +15,6 @@ LICENSE= BSD2CLAUSE BROKEN_armv6= fails to link: testmain uses VFP register arguments, dict.o does not BROKEN_armv7= fails to link: testmain uses VFP register arguments, dict.o does not BROKEN_mips64= fails to link: relocation truncated to fit: R_MIPS_26 against `__assert@@FBSD_1.0' -BROKEN_powerpc64= fails to build: ficl/Makefile line 25: Could not find bsd.stand.mk BROKEN_FreeBSD_12= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk BROKEN_FreeBSD_13= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk Modified: head/sysutils/wmmemfree/Makefile ============================================================================== --- head/sysutils/wmmemfree/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/sysutils/wmmemfree/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -14,7 +14,6 @@ BROKEN_FreeBSD_12= fails to compile: read_mem.c: inval BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' BROKEN_mips= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known BROKEN_mips64= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known -BROKEN_powerpc64= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known USES= tar:bzip2 USE_XORG= xpm Modified: head/www/mod_auth_openid/Makefile ============================================================================== --- head/www/mod_auth_openid/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/www/mod_auth_openid/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -3,8 +3,8 @@ PORTNAME= mod_auth_openid PORTVERSION= 0.8 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -13,8 +13,6 @@ COMMENT= Authentication module for the Apache 2 webser LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN_powerpc64= Does not build LIB_DEPENDS= libopkele.so:devel/libopkele \ libsqlite3.so:databases/sqlite3 Modified: head/www/mod_md-devel/Makefile ============================================================================== --- head/www/mod_md-devel/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/www/mod_md-devel/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips= fails to compile: md_json.c:29: expected [error|warning|ignored] after pragma GCC diagnostic BROKEN_mips64= fails to compile: md_json.c:29: expected [error|warning|ignored] after pragma GCC diagnostic -BROKEN_powerpc64= fails to compile: md_json.c:29: expected [error|warning|ignored] after pragma GCC diagnostic LIB_DEPENDS= libaprutil-1.so:devel/apr1 \ libcurl.so:ftp/curl \ Modified: head/www/pecl-http/Makefile ============================================================================== --- head/www/pecl-http/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/www/pecl-http/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips= fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression BROKEN_mips64= fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression -BROKEN_powerpc64= fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression IGNORE_WITH_PHP= 56 BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} \ Modified: head/www/rubygem-jquery-rails-rails50/Makefile ============================================================================== --- head/www/rubygem-jquery-rails-rails50/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/www/rubygem-jquery-rails-rails50/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -17,10 +17,8 @@ RUN_DEPENDS= rubygem-rails-dom-testing-rails50>=1.0:te rubygem-railties50>=4.2.0:www/rubygem-railties50 \ rubygem-thor>=0.14:devel/rubygem-thor -BROKEN_powerpc64= fails to install: pkg-static: rubygem-rails-dom-testing-2.0.3 conflicts with rubygem-rails-dom-testing-rails50-2.0.3 (installs files into the same place) - NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes .include Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/www/unit/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -13,8 +13,6 @@ COMMENT?= Dynamic web application server LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to build: nxt_conf_validation.c:275: undefined reference to __builtin_popcount - EXTRA_PATCHES= ${FILESDIR}/php_zts.patch:-p1 USES+= cpe Modified: head/x11/sakura/Makefile ============================================================================== --- head/x11/sakura/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/x11/sakura/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -14,13 +14,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libgnutls.so:security/gnutls \ libpcre2-8.so:devel/pcre2 -BROKEN_powerpc64= fails to build: sakura.c:1348: 'for' loop initial declaration used outside C99 mode - OPTIONS_DEFINE= DOCS +USES= cmake pkgconfig gettext perl5 tar:bzip2 USE_GNOME= cairo gdkpixbuf2 vte3 USE_XORG= x11 -USES= cmake pkgconfig gettext perl5 tar:bzip2 USE_PERL5= build LDFLAGS+= -lintl Modified: head/x11/tint/Makefile ============================================================================== --- head/x11/tint/Makefile Wed Dec 5 19:36:04 2018 (r486719) +++ head/x11/tint/Makefile Wed Dec 5 20:01:10 2018 (r486720) @@ -10,8 +10,6 @@ COMMENT= Lightweight freedesktop-compliant panel/taskb LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to build: area.h: redefinition of typedef 'Area' - LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libImlib2.so:graphics/imlib2 \ From owner-svn-ports-all@freebsd.org Wed Dec 5 20:39:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 599A91326DBB; Wed, 5 Dec 2018 20:39:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED2E56AD43; Wed, 5 Dec 2018 20:39:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C744919835; Wed, 5 Dec 2018 20:39:22 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5KdMF8003050; Wed, 5 Dec 2018 20:39:22 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5KdMCo003049; Wed, 5 Dec 2018 20:39:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812052039.wB5KdMCo003049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 5 Dec 2018 20:39:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486721 - branches/2018Q4/graphics/cloudcompare X-SVN-Group: ports-branches X-SVN-Commit-Author: pi X-SVN-Commit-Paths: branches/2018Q4/graphics/cloudcompare X-SVN-Commit-Revision: 486721 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ED2E56AD43 X-Spamd-Result: default: False [-0.06 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_SPAM_SHORT(0.42)[0.420,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 20:39:23 -0000 Author: pi Date: Wed Dec 5 20:39:22 2018 New Revision: 486721 URL: https://svnweb.freebsd.org/changeset/ports/486721 Log: MFH: r486668 graphics/cloudcompare: remove qPCL plugin to unbreak build PR: 233580 Submitted by: Neel Chauhan (maintainer) Approved by: portmgr (miwi) Modified: branches/2018Q4/graphics/cloudcompare/Makefile branches/2018Q4/graphics/cloudcompare/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/graphics/cloudcompare/Makefile ============================================================================== --- branches/2018Q4/graphics/cloudcompare/Makefile Wed Dec 5 20:01:10 2018 (r486720) +++ branches/2018Q4/graphics/cloudcompare/Makefile Wed Dec 5 20:39:22 2018 (r486721) @@ -4,7 +4,7 @@ PORTNAME= cloudcompare DISTVERSIONPREFIX= v DISTVERSION= 2.9.1-288 DISTVERSIONSUFFIX= -gb4d51361 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= neel@neelc.org @@ -56,7 +56,7 @@ PLUGINS_USES= eigen:3 jpeg python:2.7 PLUGINS_CMAKE_BOOL= INSTALL_QANIMATION_PLUGIN INSTALL_QBLUR_PLUGIN INSTALL_QBROOM_PLUGIN INSTALL_QCOMPASS_PLUGIN \ INSTALL_QCSF_PLUGIN INSTALL_QCSV_MATRIX_IO_PLUGIN INSTALL_QDUMMY_PLUGIN INSTALL_QEDL_PLUGIN INSTALL_QFACETS_PLUGIN \ INSTALL_QHPR_PLUGIN INSTALL_QM3C2_PLUGIN \ - INSTALL_QPCL_PLUGIN INSTALL_QPCV_PLUGIN INSTALL_QPHOTOSCAN_IO_PLUGIN INSTALL_QRANSAC_SD_PLUGIN \ + INSTALL_QPCV_PLUGIN INSTALL_QPHOTOSCAN_IO_PLUGIN INSTALL_QRANSAC_SD_PLUGIN \ INSTALL_QSRA_PLUGIN INSTALL_QSSAO_PLUGIN # plugins requiring rare external libs are left out, TODO maybe add some of them? PLUGINS_CMAKE_ON= -DEIGEN_ROOT_DIR:BOOL=${LOCALBASE}/include/eigen3 PLUGINS_CXXFLAGS= -Wno-narrowing @@ -66,7 +66,6 @@ PLUGINS_LIB_DEPENDS= libboost_system.so:devel/boost-li libexpat.so:textproc/expat2 \ libflann_cpp_s.so:math/flann \ libfreetype.so:print/freetype2 \ - libpcl_people.so:graphics/pcl-pointclouds \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkDomainsChemistry-6.2.so:math/vtk6 Modified: branches/2018Q4/graphics/cloudcompare/pkg-plist ============================================================================== --- branches/2018Q4/graphics/cloudcompare/pkg-plist Wed Dec 5 20:01:10 2018 (r486720) +++ branches/2018Q4/graphics/cloudcompare/pkg-plist Wed Dec 5 20:39:22 2018 (r486721) @@ -14,8 +14,6 @@ lib/cloudcompare/libQCC_IO_LIB.so %%PLUGINS%%lib/cloudcompare/plugins/libQFACETS_PLUGIN_DLL.so %%PLUGINS%%lib/cloudcompare/plugins/libQHPR_PLUGIN.so %%PLUGINS%%lib/cloudcompare/plugins/libQM3C2_PLUGIN_DLL.so -%%PLUGINS%%lib/cloudcompare/plugins/libQPCL_IO_PLUGIN.so -%%PLUGINS%%lib/cloudcompare/plugins/libQPCL_PLUGIN.so %%PLUGINS%%lib/cloudcompare/plugins/libQPCV_PLUGIN.so %%PLUGINS%%lib/cloudcompare/plugins/libQPHOTOSCAN_IO_PLUGIN.so %%PLUGINS%%lib/cloudcompare/plugins/libQRANSAC_SD_PLUGIN.so From owner-svn-ports-all@freebsd.org Wed Dec 5 21:24:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 952BD1327ACF; Wed, 5 Dec 2018 21:24:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29B176C223; Wed, 5 Dec 2018 21:24:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 052841A047; Wed, 5 Dec 2018 21:24:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5LOPv4028210; Wed, 5 Dec 2018 21:24:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5LOP6j028208; Wed, 5 Dec 2018 21:24:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812052124.wB5LOP6j028208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 5 Dec 2018 21:24:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486722 - head/net/syncthing X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/syncthing X-SVN-Commit-Revision: 486722 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 29B176C223 X-Spamd-Result: default: False [-0.28 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_SPAM_SHORT(0.25)[0.247,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 21:24:26 -0000 Author: swills Date: Wed Dec 5 21:24:25 2018 New Revision: 486722 URL: https://svnweb.freebsd.org/changeset/ports/486722 Log: net/syncthing: update to 0.14.54 Modified: head/net/syncthing/Makefile (contents, props changed) head/net/syncthing/distinfo (contents, props changed) Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Wed Dec 5 20:39:22 2018 (r486721) +++ head/net/syncthing/Makefile Wed Dec 5 21:24:25 2018 (r486722) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.14.53 +PORTVERSION= 0.14.54 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Wed Dec 5 20:39:22 2018 (r486721) +++ head/net/syncthing/distinfo Wed Dec 5 21:24:25 2018 (r486722) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543943287 -SHA256 (syncthing-syncthing-v0.14.53_GH0.tar.gz) = cd677115f5c5ca9919c469a5b5e84527d65e0bc9bc4d196b8f3779f6b338112f -SIZE (syncthing-syncthing-v0.14.53_GH0.tar.gz) = 10609539 +TIMESTAMP = 1544044629 +SHA256 (syncthing-syncthing-v0.14.54_GH0.tar.gz) = 5de6a7a246016363bdb60c5a645efd317c4e509324973043afa28d58a3f211c3 +SIZE (syncthing-syncthing-v0.14.54_GH0.tar.gz) = 10609474 From owner-svn-ports-all@freebsd.org Wed Dec 5 22:37:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66E5613292AE; Wed, 5 Dec 2018 22:37:08 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09C496E439; Wed, 5 Dec 2018 22:37:08 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC2721AB82; Wed, 5 Dec 2018 22:37:07 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5Mb7e9064213; Wed, 5 Dec 2018 22:37:07 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Mb7EF064210; Wed, 5 Dec 2018 22:37:07 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201812052237.wB5Mb7EF064210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 5 Dec 2018 22:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486723 - head/dns/gdnsd2 X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/dns/gdnsd2 X-SVN-Commit-Revision: 486723 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 09C496E439 X-Spamd-Result: default: False [-0.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.23)[-0.229,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 22:37:08 -0000 Author: zi Date: Wed Dec 5 22:37:07 2018 New Revision: 486723 URL: https://svnweb.freebsd.org/changeset/ports/486723 Log: - Update to 2.4.0 Modified: head/dns/gdnsd2/Makefile head/dns/gdnsd2/distinfo Modified: head/dns/gdnsd2/Makefile ============================================================================== --- head/dns/gdnsd2/Makefile Wed Dec 5 21:24:25 2018 (r486722) +++ head/dns/gdnsd2/Makefile Wed Dec 5 22:37:07 2018 (r486723) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdnsd -PORTVERSION= 2.2.4 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= dns MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \ ZI \ Modified: head/dns/gdnsd2/distinfo ============================================================================== --- head/dns/gdnsd2/distinfo Wed Dec 5 21:24:25 2018 (r486722) +++ head/dns/gdnsd2/distinfo Wed Dec 5 22:37:07 2018 (r486723) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473634180 -SHA256 (gdnsd-2.2.4.tar.xz) = ee26ddd11087f4dd617c9aa6bfa3b963c5d883578b49c7d5dcae5d0edf38094f -SIZE (gdnsd-2.2.4.tar.xz) = 635648 +TIMESTAMP = 1544042714 +SHA256 (gdnsd-2.4.0.tar.xz) = 3d56ccbb27054dc155839d94df136d760ac361abe868aa6a8c3dbfc9e464bb99 +SIZE (gdnsd-2.4.0.tar.xz) = 641820 From owner-svn-ports-all@freebsd.org Wed Dec 5 23:20:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C068E132A19B; Wed, 5 Dec 2018 23:20:49 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 673496F8F7; Wed, 5 Dec 2018 23:20:49 +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 2FD691B1FC; Wed, 5 Dec 2018 23:20:49 +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 wB5NKnUw085124; Wed, 5 Dec 2018 23:20:49 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5NKmvv085122; Wed, 5 Dec 2018 23:20:48 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201812052320.wB5NKmvv085122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 5 Dec 2018 23:20:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486724 - in branches/2018Q4: graphics/ilmbase sysutils/e2fsprogs X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2018Q4: graphics/ilmbase sysutils/e2fsprogs X-SVN-Commit-Revision: 486724 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 673496F8F7 X-Spamd-Result: default: False [-0.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_HAM_SHORT(-0.28)[-0.282,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 23:20:50 -0000 Author: mandree Date: Wed Dec 5 23:20:48 2018 New Revision: 486724 URL: https://svnweb.freebsd.org/changeset/ports/486724 Log: MFH: r486634 Align *_DEPENDS and use paths for bash in my ports; fix var name. On systems where bash is in $PATH but not in ${LOCALBASE}/bin/bash, ilmbase would fail to build, and e2fsprogs might fail if the BASHTESTS option was enabled. Make sure that the _DEPENDS and the actual path handed to the configure or test rig match to the letter, to avoid a time-of-check vs. time-of-use discrepancy. In e2fsprogs, the helper variable was also mistyped and would never amend to BUILD_DEPENDS. Fix typo. Check my other ports, but wiggle and xmlto [textproc/] seem unaffected. Reported by: J R Matthews (direct email) Approved by: ports-secteam (miwi) Modified: branches/2018Q4/graphics/ilmbase/Makefile branches/2018Q4/sysutils/e2fsprogs/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/graphics/ilmbase/Makefile ============================================================================== --- branches/2018Q4/graphics/ilmbase/Makefile Wed Dec 5 22:37:07 2018 (r486723) +++ branches/2018Q4/graphics/ilmbase/Makefile Wed Dec 5 23:20:48 2018 (r486724) @@ -11,14 +11,17 @@ COMMENT= ILM Base libraries a.k.a. Half, IlmThread, Im LICENSE= BSD3CLAUSE -BUILD_DEPENDS= bash:shells/bash +# there are some systems that have a static /bin/bash, so +# in order to make BUILD_DEPENDS effective, use the same absolute +# path we will pass down through CONFIGURE_SHELL below. +BUILD_DEPENDS= ${BASH_CMD}:shells/bash USES= compiler:c++14-lang pkgconfig libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes # The configure script uses bash arrays -CONFIGURE_SHELL= ${LOCALBASE}/bin/bash +CONFIGURE_SHELL=${BASH_CMD} CONFIGURE_ARGS= --disable-static TEST_TARGET= check @@ -26,6 +29,8 @@ PORTDOCS= AUTHORS ChangeLog README.md OPTIONS_DEFINE= DOCS LARGE_STACK LARGE_STACK_DESC= Enable sys-dependent large stack optimizations LARGE_STACK_CONFIGURE_ENABLE= large-stack + +BASH_CMD= ${LOCALBASE}/bin/bash OPTIONS_SUB= yes Modified: branches/2018Q4/sysutils/e2fsprogs/Makefile ============================================================================== --- branches/2018Q4/sysutils/e2fsprogs/Makefile Wed Dec 5 22:37:07 2018 (r486723) +++ branches/2018Q4/sysutils/e2fsprogs/Makefile Wed Dec 5 23:20:48 2018 (r486724) @@ -66,7 +66,8 @@ BASHTESTS_DESC= Enable tests that require the GNU bash FUSEFS_CONFIGURE_ENABLE= fuse2fs BUILD_DEPENDS+= gdd:sysutils/coreutils -BASHTEST_BUILD_DEPENDS= bash:shells/bash +BASHTESTS_BUILD_DEPENDS= ${BASH_CMD}:shells/bash +BASH_CMD= ${LOCALBASE}/bin/bash LIB_DEPENDS+= libblkid.so:misc/e2fsprogs-libblkid LIB_DEPENDS+= libss.so:devel/e2fsprogs-libss @@ -207,7 +208,7 @@ _checkaddargs+=TMPDIR=${WRKDIR}/tmp .endif .if ${PORT_OPTIONS:MBASHTESTS} -_checkaddargs+=--eval SHELL:=${LOCALBASE}/bin/bash +_checkaddargs+=--eval SHELL:=${BASH_CMD} .endif .if ${PORT_OPTIONS:MSLOWTESTS} From owner-svn-ports-all@freebsd.org Wed Dec 5 23:52:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3DDB132ABBF; Wed, 5 Dec 2018 23:52:40 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BDEE70979; Wed, 5 Dec 2018 23:52:40 +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 2CEBC1B849; Wed, 5 Dec 2018 23:52:40 +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 wB5Nqej2005291; Wed, 5 Dec 2018 23:52:40 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5Nqd8D005290; Wed, 5 Dec 2018 23:52:39 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812052352.wB5Nqd8D005290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 5 Dec 2018 23:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486725 - head/www/moodle36 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/moodle36 X-SVN-Commit-Revision: 486725 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4BDEE70979 X-Spamd-Result: default: False [-0.80 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.27)[-0.274,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 23:52:40 -0000 Author: wen Date: Wed Dec 5 23:52:39 2018 New Revision: 486725 URL: https://svnweb.freebsd.org/changeset/ports/486725 Log: - Update to 3.6.1 Modified: head/www/moodle36/Makefile head/www/moodle36/distinfo Modified: head/www/moodle36/Makefile ============================================================================== --- head/www/moodle36/Makefile Wed Dec 5 23:20:48 2018 (r486724) +++ head/www/moodle36/Makefile Wed Dec 5 23:52:39 2018 (r486725) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.6 +PORTVERSION= 3.6.1 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable36/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} Modified: head/www/moodle36/distinfo ============================================================================== --- head/www/moodle36/distinfo Wed Dec 5 23:20:48 2018 (r486724) +++ head/www/moodle36/distinfo Wed Dec 5 23:52:39 2018 (r486725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543804168 -SHA256 (moodle-3.6.tgz) = b878707c57ab24638e80a4051326b3b8213f988b5aeadc22edb60bb3ee0a6365 -SIZE (moodle-3.6.tgz) = 47652034 +TIMESTAMP = 1544053429 +SHA256 (moodle-3.6.1.tgz) = e67da90df242f6e9e2cef46940bf7e59fc6d860bc5a909e907a01a9dc364d450 +SIZE (moodle-3.6.1.tgz) = 47660920 From owner-svn-ports-all@freebsd.org Wed Dec 5 23:55:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08377132AC18; Wed, 5 Dec 2018 23:55:41 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A282C70A8E; Wed, 5 Dec 2018 23:55:40 +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 8373C1B84B; Wed, 5 Dec 2018 23:55:40 +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 wB5NtepV005596; Wed, 5 Dec 2018 23:55:40 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5NtdJb005593; Wed, 5 Dec 2018 23:55:39 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812052355.wB5NtdJb005593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 5 Dec 2018 23:55:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486726 - in head/www: moodle31 moodle33 moodle34 moodle35 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: moodle31 moodle33 moodle34 moodle35 X-SVN-Commit-Revision: 486726 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A282C70A8E X-Spamd-Result: default: False [-0.80 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.27)[-0.274,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 23:55:41 -0000 Author: wen Date: Wed Dec 5 23:55:39 2018 New Revision: 486726 URL: https://svnweb.freebsd.org/changeset/ports/486726 Log: - Adjust CONFLICTS after moodle36 update to 3.6.1 Modified: head/www/moodle31/Makefile head/www/moodle33/Makefile head/www/moodle34/Makefile head/www/moodle35/Makefile Modified: head/www/moodle31/Makefile ============================================================================== --- head/www/moodle31/Makefile Wed Dec 5 23:52:39 2018 (r486725) +++ head/www/moodle31/Makefile Wed Dec 5 23:55:39 2018 (r486726) @@ -16,7 +16,7 @@ DEPRECATED= Upstream no longer maintained EXPIRATION_DATE=2019-03-03 CONFLICTS= moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* \ - moodle36-3.6 + moodle36-3.6.[0-9]* USES= cpe php tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: head/www/moodle33/Makefile ============================================================================== --- head/www/moodle33/Makefile Wed Dec 5 23:52:39 2018 (r486725) +++ head/www/moodle33/Makefile Wed Dec 5 23:55:39 2018 (r486726) @@ -16,7 +16,7 @@ DEPRECATED= Upstream no longer maintained EXPIRATION_DATE=2018-12-31 CONFLICTS= moodle31-3.1.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* \ - moodle36-3.6 + moodle36-3.6.[0-9]* USES= cpe php tar:tgz USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \ Modified: head/www/moodle34/Makefile ============================================================================== --- head/www/moodle34/Makefile Wed Dec 5 23:52:39 2018 (r486725) +++ head/www/moodle34/Makefile Wed Dec 5 23:55:39 2018 (r486726) @@ -16,7 +16,7 @@ DEPRECATED= Upstream no longer maintained EXPIRATION_DATE=2019-03-03 CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]* \ - moodle36-3.6 + moodle36-3.6.[0-9]* IGNORE_WITH_PHP= 56 Modified: head/www/moodle35/Makefile ============================================================================== --- head/www/moodle35/Makefile Wed Dec 5 23:52:39 2018 (r486725) +++ head/www/moodle35/Makefile Wed Dec 5 23:55:39 2018 (r486726) @@ -13,7 +13,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* \ - moodle36-3.6 + moodle36-3.6.[0-9]* IGNORE_WITH_PHP= 56 From owner-svn-ports-all@freebsd.org Thu Dec 6 00:11:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26D84132B79E; Thu, 6 Dec 2018 00:11:13 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE04271493; Thu, 6 Dec 2018 00:11:12 +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 A09911BA15; Thu, 6 Dec 2018 00:11:12 +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 wB60BCOp012069; Thu, 6 Dec 2018 00:11:12 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB60BCfJ012067; Thu, 6 Dec 2018 00:11:12 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812060011.wB60BCfJ012067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 6 Dec 2018 00:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486727 - head/devel/p5-Config-Model X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/p5-Config-Model X-SVN-Commit-Revision: 486727 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BE04271493 X-Spamd-Result: default: False [-0.80 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.27)[-0.274,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 00:11:13 -0000 Author: wen Date: Thu Dec 6 00:11:11 2018 New Revision: 486727 URL: https://svnweb.freebsd.org/changeset/ports/486727 Log: - Update to 2.129 Changes: https://metacpan.org/changes/distribution/Config-Model Modified: head/devel/p5-Config-Model/Makefile head/devel/p5-Config-Model/distinfo Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Wed Dec 5 23:55:39 2018 (r486726) +++ head/devel/p5-Config-Model/Makefile Thu Dec 6 00:11:11 2018 (r486727) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model -PORTVERSION= 2.128 +PORTVERSION= 2.129 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Model/distinfo ============================================================================== --- head/devel/p5-Config-Model/distinfo Wed Dec 5 23:55:39 2018 (r486726) +++ head/devel/p5-Config-Model/distinfo Thu Dec 6 00:11:11 2018 (r486727) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542896827 -SHA256 (Config-Model-2.128.tar.gz) = 0b2f79dcd49a791934b3f5cdbe16f806c31c10f6def4b49446f55b53f83a8f92 -SIZE (Config-Model-2.128.tar.gz) = 356959 +TIMESTAMP = 1544054431 +SHA256 (Config-Model-2.129.tar.gz) = 63e3b417ce0c20a85e1ab2823fb19944bd3e2d63015d767ee02c564eaf4055ed +SIZE (Config-Model-2.129.tar.gz) = 357524 From owner-svn-ports-all@freebsd.org Thu Dec 6 00:47:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6693D132C347; Thu, 6 Dec 2018 00:47:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E937572545; Thu, 6 Dec 2018 00:47:36 +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 C021E1C05F; Thu, 6 Dec 2018 00:47:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB60lafT031618; Thu, 6 Dec 2018 00:47:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB60lZHX031613; Thu, 6 Dec 2018 00:47:35 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812060047.wB60lZHX031613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Dec 2018 00:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486728 - in head/math: . topcom X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . topcom X-SVN-Commit-Revision: 486728 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E937572545 X-Spamd-Result: default: False [-0.66 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; NEURAL_HAM_SHORT(-0.18)[-0.183,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 00:47:37 -0000 Author: yuri Date: Thu Dec 6 00:47:35 2018 New Revision: 486728 URL: https://svnweb.freebsd.org/changeset/ports/486728 Log: New port: math/topcom: Computing triangulations of point configurations and oriented matroids Added: head/math/topcom/ head/math/topcom/Makefile (contents, props changed) head/math/topcom/distinfo (contents, props changed) head/math/topcom/pkg-descr (contents, props changed) head/math/topcom/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Dec 6 00:11:11 2018 (r486727) +++ head/math/Makefile Thu Dec 6 00:47:35 2018 (r486728) @@ -860,6 +860,7 @@ SUBDIR += tmv SUBDIR += tomsfastmath SUBDIR += topaz + SUBDIR += topcom SUBDIR += triangle SUBDIR += trlan SUBDIR += truthtable Added: head/math/topcom/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/topcom/Makefile Thu Dec 6 00:47:35 2018 (r486728) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= topcom +DISTVERSIONPREFIX= Release_ +DISTVERSION= 0.17.8 +CATEGORIES= math +MASTER_SITES= http://www.rambau.wm.uni-bayreuth.de/Software/ +DISTNAME= ${PORTNAME:tu}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Computing triangulations of point configurations and oriented matroids + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libcddgmp.so:math/cddlib \ + libgmp.so:math/gmp + +USES= autoreconf gmake localbase:ldflags +GNU_CONFIGURE= yes + +CFLAGS+= -I${LOCALBASE}/include/cdd/ +LDFLAGS+= -lgmp -lgmpxx -lcddgmp + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} + +post-extract: + @${RM} -r ${WRKSRC}/external + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile*" \ + | ${XARGS} ${REINPLACE_CMD} ' \ + s|\.\./external/lib/libcddgmp\.a|${LOCALBASE}/lib/libcddgmp.so| ; \ + s|\.\./external/lib/libgmp\.a|${LOCALBASE}/lib/libgmp.so| ; \ + s|\.\./external/lib/libgmpxx\.a|${LOCALBASE}/lib/libgmpxx.so|' + +.include Added: head/math/topcom/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/topcom/distinfo Thu Dec 6 00:47:35 2018 (r486728) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544052159 +SHA256 (TOPCOM-0.17.8.tar.gz) = 3f83b98f51ee859ec321bacabf7b172c25884f14848ab6c628326b987bd8aaab +SIZE (TOPCOM-0.17.8.tar.gz) = 8994044 Added: head/math/topcom/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/topcom/pkg-descr Thu Dec 6 00:47:35 2018 (r486728) @@ -0,0 +1,6 @@ +TOPCOM is a package for computing Triangulations Of Point Configurations and +Oriented Matroids. It was very much inspired by the maple program PUNTOS, which +was written by Jesus de Loera. TOPCOM is entirely written in C++, so there is a +significant speed up compared to PUNTOS. + +WWW: http://www.rambau.wm.uni-bayreuth.de/TOPCOM/ Added: head/math/topcom/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/topcom/pkg-plist Thu Dec 6 00:47:35 2018 (r486728) @@ -0,0 +1,99 @@ +bin/B_A +bin/B_A_center +bin/B_D +bin/checkregularity +bin/chiro2allfinetriangs +bin/chiro2alltriangs +bin/chiro2circuits +bin/chiro2cocircuits +bin/chiro2dual +bin/chiro2finetriang +bin/chiro2finetriangs +bin/chiro2mintriang +bin/chiro2nallfinetriangs +bin/chiro2nalltriangs +bin/chiro2nfinetriangs +bin/chiro2ntriangs +bin/chiro2placingtriang +bin/chiro2triangs +bin/cocircuits2facets +bin/cross +bin/cube +bin/cyclic +bin/hypersimplex +bin/lattice +bin/points2allfinetriangs +bin/points2alltriangs +bin/points2chiro +bin/points2facets +bin/points2finetriang +bin/points2finetriangs +bin/points2flips +bin/points2nallfinetriangs +bin/points2nalltriangs +bin/points2nfinetriangs +bin/points2nflips +bin/points2ntriangs +bin/points2placingtriang +bin/points2triangs +bin/points2volume +bin/santos_22_triang +bin/santos_dim4_triang +bin/santos_triang +include/Admissibles.hh +include/Array.hh +include/CheckTriang.hh +include/Chirotope.hh +include/Circuits.hh +include/Cocircuits.hh +include/CommandlineOptions.hh +include/CompressedIntegerSet.hh +include/ComputeTriangs.hh +include/Facets.hh +include/FastSimplicialComplex.hh +include/Field.hh +include/FineTriang.hh +include/Flip.hh +include/Global.hh +include/HashKey.hh +include/HashMap.hh +include/HashSet.hh +include/IndexTableArray.hh +include/Integer.h +include/IntegerSet.hh +include/InteriorFacets.hh +include/LPinterface.hh +include/MarkedFlips.hh +include/Matrix.hh +include/Pair.hh +include/PartialTriang.hh +include/Permutation.hh +include/PlacingTriang.hh +include/PlainArray.hh +include/PlainHashIndexTable.hh +include/PlainHashMap.hh +include/PlainHashSet.hh +include/PlainHashTable.hh +include/PointConfiguration.hh +include/Rational.h +include/RealChiro.hh +include/RefCount.hh +include/RegularityCheck.hh +include/SPXinterface.hh +include/SimplicialComplex.hh +include/SimplicialComplexTemplate.hh +include/SimplicialComplexTemplate_Declarations.hh +include/SimplicialComplexTemplate_Definitions.hh +include/SparseIntegerSet.hh +include/SparseSimplicialComplex.hh +include/StairCaseMatrix.hh +include/SymmetricBFS.hh +include/Symmetry.hh +include/TriangFlips.hh +include/TriangNode.hh +include/Vector.hh +include/VertexFacetTable.hh +include/VertexFacetTableArray.hh +include/VirtualChiro.hh +lib/libCHECKREG.a +lib/libTOPCOM.a From owner-svn-ports-all@freebsd.org Thu Dec 6 00:48:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFBA9132C3B5; Thu, 6 Dec 2018 00:48:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73D827263C; Thu, 6 Dec 2018 00:48:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 54D0F1C060; Thu, 6 Dec 2018 00:48:46 +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 wB60mkS3031782; Thu, 6 Dec 2018 00:48:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB60mjFl031780; Thu, 6 Dec 2018 00:48:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812060048.wB60mjFl031780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 6 Dec 2018 00:48:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486729 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 486729 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 73D827263C X-Spamd-Result: default: False [-0.70 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.17)[-0.172,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 00:48:47 -0000 Author: jbeich Date: Thu Dec 6 00:48:45 2018 New Revision: 486729 URL: https://svnweb.freebsd.org/changeset/ports/486729 Log: emulators/rpcs3: update to 0.0.5.1102 Changes: https://github.com/RPCS3/rpcs3/compare/32059bfaa...92be67b40 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Thu Dec 6 00:47:35 2018 (r486728) +++ head/emulators/rpcs3/Makefile Thu Dec 6 00:48:45 2018 (r486729) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-1090 -DISTVERSIONSUFFIX= -g32059bfaa +DISTVERSION= 0.0.5-1102 +DISTVERSIONSUFFIX= -g92be67b40 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Thu Dec 6 00:47:35 2018 (r486728) +++ head/emulators/rpcs3/distinfo Thu Dec 6 00:48:45 2018 (r486729) @@ -1,6 +1,6 @@ -TIMESTAMP = 1543877161 -SHA256 (RPCS3-rpcs3-v0.0.5-1090-g32059bfaa_GH0.tar.gz) = 1f8dec8f6f2775ed9059ca7c5d9fb6a594bc1ba220f4aac46b0d0e01459e1234 -SIZE (RPCS3-rpcs3-v0.0.5-1090-g32059bfaa_GH0.tar.gz) = 5028705 +TIMESTAMP = 1543957569 +SHA256 (RPCS3-rpcs3-v0.0.5-1102-g92be67b40_GH0.tar.gz) = 371b68012639d80a64df3ddc207aee42cfad2581ac0648ee309ee5427f7f35ec +SIZE (RPCS3-rpcs3-v0.0.5-1102-g92be67b40_GH0.tar.gz) = 5026940 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-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce From owner-svn-ports-all@freebsd.org Thu Dec 6 00:49:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63508132C40D; Thu, 6 Dec 2018 00:49: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1C1772728; Thu, 6 Dec 2018 00:49:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D45721C062; Thu, 6 Dec 2018 00:49:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB60n8ac031924; Thu, 6 Dec 2018 00:49:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB60n8R3031923; Thu, 6 Dec 2018 00:49:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812060049.wB60n8R3031923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 6 Dec 2018 00:49:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486730 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 486730 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F1C1772728 X-Spamd-Result: default: False [-0.70 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.17)[-0.172,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 00:49:09 -0000 Author: jbeich Date: Thu Dec 6 00:49:08 2018 New Revision: 486730 URL: https://svnweb.freebsd.org/changeset/ports/486730 Log: emulators/citra: update to s20181205 Changes: https://github.com/citra-emu/citra/compare/11bc9028b...ab0dba6a8 Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Thu Dec 6 00:48:45 2018 (r486729) +++ head/emulators/citra/Makefile Thu Dec 6 00:49:08 2018 (r486730) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181202 +PORTVERSION= s20181205 PORTREVISION?= 0 CATEGORIES= emulators @@ -21,7 +21,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 11bc9028b +GH_TAGNAME= ab0dba6a8 GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Thu Dec 6 00:48:45 2018 (r486729) +++ head/emulators/citra/distinfo Thu Dec 6 00:49:08 2018 (r486730) @@ -1,6 +1,6 @@ -TIMESTAMP = 1543737658 -SHA256 (citra-emu-citra-s20181202-11bc9028b_GH0.tar.gz) = 3b2c8c7bc637f3fecefaa5686d261f0e84a60026829aaa04067ec896396f54d0 -SIZE (citra-emu-citra-s20181202-11bc9028b_GH0.tar.gz) = 4662195 +TIMESTAMP = 1544019649 +SHA256 (citra-emu-citra-s20181205-ab0dba6a8_GH0.tar.gz) = 856f65d1a7c0243e5520a8ab562df8957e954001e6ec465447981bb1b2aa6956 +SIZE (citra-emu-citra-s20181205-ab0dba6a8_GH0.tar.gz) = 4662321 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-all@freebsd.org Thu Dec 6 00:49:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FB77132C49E; Thu, 6 Dec 2018 00:49:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 342F9727F5; Thu, 6 Dec 2018 00:49:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2DD21C063; Thu, 6 Dec 2018 00:49:19 +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 wB60nJK7032058; Thu, 6 Dec 2018 00:49:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB60nJWU032055; Thu, 6 Dec 2018 00:49:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812060049.wB60nJWU032055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 6 Dec 2018 00:49:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486731 - head/multimedia/aom X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/aom X-SVN-Commit-Revision: 486731 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 342F9727F5 X-Spamd-Result: default: False [-0.70 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.17)[-0.172,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 00:49:20 -0000 Author: jbeich Date: Thu Dec 6 00:49:19 2018 New Revision: 486731 URL: https://svnweb.freebsd.org/changeset/ports/486731 Log: multimedia/aom: update to 1.0.0.1004 Changes: https://aomedia.googlesource.com/aom/+log/c4824890e..70dde4bc5 Modified: head/multimedia/aom/Makefile (contents, props changed) head/multimedia/aom/distinfo (contents, props changed) Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Thu Dec 6 00:49:08 2018 (r486730) +++ head/multimedia/aom/Makefile Thu Dec 6 00:49:19 2018 (r486731) @@ -2,8 +2,8 @@ PORTNAME= aom DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-997 -DISTVERSIONSUFFIX= -gc4824890e +DISTVERSION= 1.0.0-1004 +DISTVERSIONSUFFIX= -g70dde4bc5 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Thu Dec 6 00:49:08 2018 (r486730) +++ head/multimedia/aom/distinfo Thu Dec 6 00:49:19 2018 (r486731) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543867841 -SHA256 (jbeich-aom-v1.0.0-997-gc4824890e_GH0.tar.gz) = 3712cc4b88579cfa7f62074af4c03b9e3d6433ed1bbcf13002318f7ea8eae327 -SIZE (jbeich-aom-v1.0.0-997-gc4824890e_GH0.tar.gz) = 3077177 +TIMESTAMP = 1544051131 +SHA256 (jbeich-aom-v1.0.0-1004-g70dde4bc5_GH0.tar.gz) = 9fc0c76757d9dbd12308f8399384562a1bab2878fa0e745fb5107eecc1d51704 +SIZE (jbeich-aom-v1.0.0-1004-g70dde4bc5_GH0.tar.gz) = 3077577 From owner-svn-ports-all@freebsd.org Thu Dec 6 00:51:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68D05132C643; Thu, 6 Dec 2018 00:51:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FF6C72AC0; Thu, 6 Dec 2018 00:51:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E51901C1B1; Thu, 6 Dec 2018 00:51:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB60pMZF035205; Thu, 6 Dec 2018 00:51:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB60pMH2035203; Thu, 6 Dec 2018 00:51:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812060051.wB60pMH2035203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 6 Dec 2018 00:51:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486732 - branches/2018Q4/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/citra X-SVN-Commit-Revision: 486732 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0FF6C72AC0 X-Spamd-Result: default: False [-0.70 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.17)[-0.172,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 00:51:23 -0000 Author: jbeich Date: Thu Dec 6 00:51:22 2018 New Revision: 486732 URL: https://svnweb.freebsd.org/changeset/ports/486732 Log: MFH: r486730 emulators/citra: update to s20181205 Changes: https://github.com/citra-emu/citra/compare/11bc9028b...ab0dba6a8 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q4/emulators/citra/Makefile branches/2018Q4/emulators/citra/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/citra/Makefile ============================================================================== --- branches/2018Q4/emulators/citra/Makefile Thu Dec 6 00:49:19 2018 (r486731) +++ branches/2018Q4/emulators/citra/Makefile Thu Dec 6 00:51:22 2018 (r486732) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181202 +PORTVERSION= s20181205 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 11bc9028b +GH_TAGNAME= ab0dba6a8 GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2018Q4/emulators/citra/distinfo ============================================================================== --- branches/2018Q4/emulators/citra/distinfo Thu Dec 6 00:49:19 2018 (r486731) +++ branches/2018Q4/emulators/citra/distinfo Thu Dec 6 00:51:22 2018 (r486732) @@ -1,6 +1,6 @@ -TIMESTAMP = 1543737658 -SHA256 (citra-emu-citra-s20181202-11bc9028b_GH0.tar.gz) = 3b2c8c7bc637f3fecefaa5686d261f0e84a60026829aaa04067ec896396f54d0 -SIZE (citra-emu-citra-s20181202-11bc9028b_GH0.tar.gz) = 4662195 +TIMESTAMP = 1544019649 +SHA256 (citra-emu-citra-s20181205-ab0dba6a8_GH0.tar.gz) = 856f65d1a7c0243e5520a8ab562df8957e954001e6ec465447981bb1b2aa6956 +SIZE (citra-emu-citra-s20181205-ab0dba6a8_GH0.tar.gz) = 4662321 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-all@freebsd.org Thu Dec 6 00:52:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5306132C676; Thu, 6 Dec 2018 00:52:02 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 685F572C11; Thu, 6 Dec 2018 00:52:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4968E1C1E7; Thu, 6 Dec 2018 00:52:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB60q2cf035362; Thu, 6 Dec 2018 00:52:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB60q1ha035360; Thu, 6 Dec 2018 00:52:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812060052.wB60q1ha035360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 6 Dec 2018 00:52:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486733 - branches/2018Q4/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/rpcs3 X-SVN-Commit-Revision: 486733 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 685F572C11 X-Spamd-Result: default: False [-0.70 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.17)[-0.172,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 00:52:03 -0000 Author: jbeich Date: Thu Dec 6 00:52:01 2018 New Revision: 486733 URL: https://svnweb.freebsd.org/changeset/ports/486733 Log: MFH: r486729 emulators/rpcs3: update to 0.0.5.1102 Changes: https://github.com/RPCS3/rpcs3/compare/32059bfaa...92be67b40 Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q4/emulators/rpcs3/Makefile branches/2018Q4/emulators/rpcs3/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q4/emulators/rpcs3/Makefile Thu Dec 6 00:51:22 2018 (r486732) +++ branches/2018Q4/emulators/rpcs3/Makefile Thu Dec 6 00:52:01 2018 (r486733) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-1090 -DISTVERSIONSUFFIX= -g32059bfaa +DISTVERSION= 0.0.5-1102 +DISTVERSIONSUFFIX= -g92be67b40 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2018Q4/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q4/emulators/rpcs3/distinfo Thu Dec 6 00:51:22 2018 (r486732) +++ branches/2018Q4/emulators/rpcs3/distinfo Thu Dec 6 00:52:01 2018 (r486733) @@ -1,6 +1,6 @@ -TIMESTAMP = 1543877161 -SHA256 (RPCS3-rpcs3-v0.0.5-1090-g32059bfaa_GH0.tar.gz) = 1f8dec8f6f2775ed9059ca7c5d9fb6a594bc1ba220f4aac46b0d0e01459e1234 -SIZE (RPCS3-rpcs3-v0.0.5-1090-g32059bfaa_GH0.tar.gz) = 5028705 +TIMESTAMP = 1543957569 +SHA256 (RPCS3-rpcs3-v0.0.5-1102-g92be67b40_GH0.tar.gz) = 371b68012639d80a64df3ddc207aee42cfad2581ac0648ee309ee5427f7f35ec +SIZE (RPCS3-rpcs3-v0.0.5-1102-g92be67b40_GH0.tar.gz) = 5026940 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-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce From owner-svn-ports-all@freebsd.org Thu Dec 6 05:44:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 783FA1310609; Thu, 6 Dec 2018 05:44:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25ADA7F2B8; Thu, 6 Dec 2018 05:44:14 +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 068371F5A1; Thu, 6 Dec 2018 05:44:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB65iEOo085822; Thu, 6 Dec 2018 05:44:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB65iDew085819; Thu, 6 Dec 2018 05:44:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812060544.wB65iDew085819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 6 Dec 2018 05:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486734 - in head/www: firefox firefox-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www: firefox firefox-i18n X-SVN-Commit-Revision: 486734 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 25ADA7F2B8 X-Spamd-Result: default: False [-0.01 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.35)[-0.349,0]; NEURAL_SPAM_LONG(0.04)[0.035,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.30)[0.301,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 05:44:14 -0000 Author: jbeich Date: Thu Dec 6 05:44:13 2018 New Revision: 486734 URL: https://svnweb.freebsd.org/changeset/ports/486734 Log: www/firefox: switch to rc2 Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2018-12-04&enddate=2018-12-06 PR: 233028 Modified: head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Thu Dec 6 00:52:01 2018 (r486733) +++ head/www/firefox-i18n/Makefile Thu Dec 6 05:44:13 2018 (r486734) @@ -3,9 +3,10 @@ PORTNAME= firefox-i18n PORTVERSION= 64.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Thu Dec 6 00:52:01 2018 (r486733) +++ head/www/firefox-i18n/distinfo Thu Dec 6 05:44:13 2018 (r486734) @@ -1,199 +1,199 @@ -TIMESTAMP = 1543880118 -SHA256 (xpi/firefox-i18n-64.0/ach.xpi) = bed3163961fc7b80a0561d37a68b3b982d10c9d46378f0a1a212b3222297d685 -SIZE (xpi/firefox-i18n-64.0/ach.xpi) = 455466 -SHA256 (xpi/firefox-i18n-64.0/af.xpi) = bcc24cb14add98aa52c0c1af436be48c7812527a1746a9ea0f0cea62eacf40d3 -SIZE (xpi/firefox-i18n-64.0/af.xpi) = 431980 -SHA256 (xpi/firefox-i18n-64.0/an.xpi) = 32f9c335664179498c077f2b7110dbe4e59cbd1e159fa3be2b67a65bdb3d4ec7 -SIZE (xpi/firefox-i18n-64.0/an.xpi) = 473571 -SHA256 (xpi/firefox-i18n-64.0/ar.xpi) = 70055177105cf5395920dc7e7df8edd123fe8c0705d330f3bfbe879a3ce9e2df -SIZE (xpi/firefox-i18n-64.0/ar.xpi) = 513399 -SHA256 (xpi/firefox-i18n-64.0/as.xpi) = 92f35ecaebc4c93d8ef6183463b5b37e3898eb2af303b742b028e0faa3217bd2 -SIZE (xpi/firefox-i18n-64.0/as.xpi) = 478292 -SHA256 (xpi/firefox-i18n-64.0/ast.xpi) = 43a699ffda269e81f398e4e8de8dcf0e517f67e6fd91b179b8112b5b108cb19c -SIZE (xpi/firefox-i18n-64.0/ast.xpi) = 461823 -SHA256 (xpi/firefox-i18n-64.0/az.xpi) = 9779c6a84b985ae688d38375e709fcf7540813264732a6ab8ee49732d7f946ec -SIZE (xpi/firefox-i18n-64.0/az.xpi) = 490041 -SHA256 (xpi/firefox-i18n-64.0/be.xpi) = a74f1adec1ca303ee49878d170b026b415c799422bbf5138000eefedba9512c3 +TIMESTAMP = 1544057824 +SHA256 (xpi/firefox-i18n-64.0/ach.xpi) = 6b4b7928b476bf538df45ff0e6c014f6551bc17ee79f7e4c35babcb71a7b4d8f +SIZE (xpi/firefox-i18n-64.0/ach.xpi) = 455470 +SHA256 (xpi/firefox-i18n-64.0/af.xpi) = fd69b9534bdc0f81bd211c9ce263f39c94ac9855a11cf9a98d4474296b1f4c36 +SIZE (xpi/firefox-i18n-64.0/af.xpi) = 431982 +SHA256 (xpi/firefox-i18n-64.0/an.xpi) = 74cbc6cc62bf541ed7c55f39d86570cd8fe7bad011a90434fada8de162cd0230 +SIZE (xpi/firefox-i18n-64.0/an.xpi) = 473564 +SHA256 (xpi/firefox-i18n-64.0/ar.xpi) = 05bc409a05b52873c1fbb1c2f17bef76aa0c1ca5d0029506fcb1602e253210df +SIZE (xpi/firefox-i18n-64.0/ar.xpi) = 513401 +SHA256 (xpi/firefox-i18n-64.0/as.xpi) = 1a541f8f117e9613345be95778c6fe1b6b65f5bd439a08f3082e29121b534496 +SIZE (xpi/firefox-i18n-64.0/as.xpi) = 478299 +SHA256 (xpi/firefox-i18n-64.0/ast.xpi) = 5d2f1d96aa8454cca58acea93415ca37542ea4f68c75e62290a02c182c924b7b +SIZE (xpi/firefox-i18n-64.0/ast.xpi) = 461826 +SHA256 (xpi/firefox-i18n-64.0/az.xpi) = 0599d0084cfff0fb2389112b55f17c0120cf27072fb262eea8ead47921260daa +SIZE (xpi/firefox-i18n-64.0/az.xpi) = 490036 +SHA256 (xpi/firefox-i18n-64.0/be.xpi) = ffb0ae48b79d8653ec738072f0c37bbced6042fc3bd071d574f81a44620a11cd SIZE (xpi/firefox-i18n-64.0/be.xpi) = 553259 -SHA256 (xpi/firefox-i18n-64.0/bg.xpi) = 722fc19c6c58d3695cd7a53133109a907fc18273acdb7c47c13aacb3d295e6d2 -SIZE (xpi/firefox-i18n-64.0/bg.xpi) = 523737 -SHA256 (xpi/firefox-i18n-64.0/bn-BD.xpi) = 0a518e463ea8c18d09a8cb7c6dcd67eb0ec2113b0ad7482fc38fb3711a93396a -SIZE (xpi/firefox-i18n-64.0/bn-BD.xpi) = 541867 -SHA256 (xpi/firefox-i18n-64.0/bn-IN.xpi) = 3e27482ae7a7d2f49098178d579d1e59ec99513e95f3a1497385a4b8a25da474 -SIZE (xpi/firefox-i18n-64.0/bn-IN.xpi) = 528985 -SHA256 (xpi/firefox-i18n-64.0/br.xpi) = 29cea610889594acb999b1f20d91768b355d1370a044174a3da43e0493a7256d -SIZE (xpi/firefox-i18n-64.0/br.xpi) = 479237 -SHA256 (xpi/firefox-i18n-64.0/bs.xpi) = 62c51b09249edd504406461614d196aae9a8c092e4d1460cd2f4d1535794539d -SIZE (xpi/firefox-i18n-64.0/bs.xpi) = 471754 -SHA256 (xpi/firefox-i18n-64.0/ca.xpi) = 2a1a52973eb3d2a5fddd1350d483bfbb1cf39e13b2b4b5ee31a4f27c99c1195c -SIZE (xpi/firefox-i18n-64.0/ca.xpi) = 469699 -SHA256 (xpi/firefox-i18n-64.0/cak.xpi) = 83940182b63b14d94f15044571c090e0be7b25698ce9c96be0a5ee02957cf441 -SIZE (xpi/firefox-i18n-64.0/cak.xpi) = 506035 -SHA256 (xpi/firefox-i18n-64.0/cs.xpi) = 78b8b8306bc12f0680e4ad444350d8d7795d07232c77c7679aa2cfe05f10ef88 -SIZE (xpi/firefox-i18n-64.0/cs.xpi) = 494711 -SHA256 (xpi/firefox-i18n-64.0/cy.xpi) = 6d29418447ebcc4caef8c2c86c4e900dcec11b1000b0de45ee15c4f839655a0c -SIZE (xpi/firefox-i18n-64.0/cy.xpi) = 484369 -SHA256 (xpi/firefox-i18n-64.0/da.xpi) = 63c38215f5a09ad90e3e1f9bc5945c5213ab81211095e7e9e0ec3e33b051a19f -SIZE (xpi/firefox-i18n-64.0/da.xpi) = 486851 -SHA256 (xpi/firefox-i18n-64.0/de.xpi) = 015a6c8209b44d9b32af879aeeb5ac75c051b75bef263d65bd74e2283b7c061a -SIZE (xpi/firefox-i18n-64.0/de.xpi) = 494530 -SHA256 (xpi/firefox-i18n-64.0/dsb.xpi) = a72325d63515ad317c991747b0e4b60b8184005069a45a4a685e1c45bd2bff43 -SIZE (xpi/firefox-i18n-64.0/dsb.xpi) = 504230 -SHA256 (xpi/firefox-i18n-64.0/el.xpi) = bc672e3dc29e77117064bdbc6592ee370362108e5e992dad146902498c16e780 +SHA256 (xpi/firefox-i18n-64.0/bg.xpi) = 5ea334ae4243c5b0ff637b2116116c5ba24cff2b554d068f7f5d9c24e185f5f7 +SIZE (xpi/firefox-i18n-64.0/bg.xpi) = 523738 +SHA256 (xpi/firefox-i18n-64.0/bn-BD.xpi) = c4bf2e00ff2f380f0a08dbb12d170d9b9fa8b9891a91198b13f9d00d10bb4a78 +SIZE (xpi/firefox-i18n-64.0/bn-BD.xpi) = 541869 +SHA256 (xpi/firefox-i18n-64.0/bn-IN.xpi) = a7760cbc5ed346b16273a16ca0a18008a9fe9de343af530753637cbe7189fe6f +SIZE (xpi/firefox-i18n-64.0/bn-IN.xpi) = 528982 +SHA256 (xpi/firefox-i18n-64.0/br.xpi) = 0b24c98dc8079a022480460b747dd2590c517446784e7c989426a1e40f57c4c1 +SIZE (xpi/firefox-i18n-64.0/br.xpi) = 479236 +SHA256 (xpi/firefox-i18n-64.0/bs.xpi) = a981ff5e084e89c24634b1540eb490a92e190b7e6357d964935a006b76d99f55 +SIZE (xpi/firefox-i18n-64.0/bs.xpi) = 471752 +SHA256 (xpi/firefox-i18n-64.0/ca.xpi) = 3830e43c1e3fc67ac1f12f8d7a5cb49c20cd5cf01c797fea3fe2b133b1c1334e +SIZE (xpi/firefox-i18n-64.0/ca.xpi) = 469701 +SHA256 (xpi/firefox-i18n-64.0/cak.xpi) = 650dce527ac02ea81ad121e7576d5886051e1e4af2d6053cf3f776a98c76c752 +SIZE (xpi/firefox-i18n-64.0/cak.xpi) = 506042 +SHA256 (xpi/firefox-i18n-64.0/cs.xpi) = 93249eed3c353d30a37fbe0c9df84a2a634dd654cee426b648eed2739427064a +SIZE (xpi/firefox-i18n-64.0/cs.xpi) = 494709 +SHA256 (xpi/firefox-i18n-64.0/cy.xpi) = de6592ec64d604bb1a41ae8f93997ea8bfb01d2cc847976ff8155ce277e72514 +SIZE (xpi/firefox-i18n-64.0/cy.xpi) = 484378 +SHA256 (xpi/firefox-i18n-64.0/da.xpi) = 60956c7fe5efd4486d238250c6948347957d8a338871a33dfd814e081429f69b +SIZE (xpi/firefox-i18n-64.0/da.xpi) = 486858 +SHA256 (xpi/firefox-i18n-64.0/de.xpi) = 0704134fc4015c448d5439ba8bb4a8f8caa66b24223e45613d0854bee67b70a6 +SIZE (xpi/firefox-i18n-64.0/de.xpi) = 494528 +SHA256 (xpi/firefox-i18n-64.0/dsb.xpi) = 1d67d47936dcc6a501fc8160a7bd0a4ba34164a3ec91f58993288aff6bf5845f +SIZE (xpi/firefox-i18n-64.0/dsb.xpi) = 504228 +SHA256 (xpi/firefox-i18n-64.0/el.xpi) = 049dc5fbf211662b56e0a40f6babf3dc074b792736cb77fb1997e3f856a8033a SIZE (xpi/firefox-i18n-64.0/el.xpi) = 558821 -SHA256 (xpi/firefox-i18n-64.0/en-CA.xpi) = 3238e4edad4eb4832ae75a2cd0a559705f0ea3a5d886855e3de8b06d6ba0c10a -SIZE (xpi/firefox-i18n-64.0/en-CA.xpi) = 454071 -SHA256 (xpi/firefox-i18n-64.0/en-GB.xpi) = e5707406ffc8cb78ffcc8cb16ceb689ea3037662b2912412f52f78b8b8a24976 -SIZE (xpi/firefox-i18n-64.0/en-GB.xpi) = 440962 -SHA256 (xpi/firefox-i18n-64.0/en-US.xpi) = 6e38e4401af1bf7d616905ea821128f9284ea5755f70099a3dd5ed137269ea12 -SIZE (xpi/firefox-i18n-64.0/en-US.xpi) = 413601 -SHA256 (xpi/firefox-i18n-64.0/en-ZA.xpi) = ece8c4a86dead88d181211c42ac2562c2e4cab006b7b54d794cf4e11912e12f2 -SIZE (xpi/firefox-i18n-64.0/en-ZA.xpi) = 424502 -SHA256 (xpi/firefox-i18n-64.0/eo.xpi) = dc50b04a15f9d7d950bf9153d8d7a6ece57b77ce6eadb06008b71de33a820ecc -SIZE (xpi/firefox-i18n-64.0/eo.xpi) = 482464 -SHA256 (xpi/firefox-i18n-64.0/es-AR.xpi) = 16af6d2f23262e7655a367f386445ae017d0cfa37685ecdbac09b8e9766978f5 -SIZE (xpi/firefox-i18n-64.0/es-AR.xpi) = 490543 -SHA256 (xpi/firefox-i18n-64.0/es-CL.xpi) = 8be4b30ee3e3fa6dfec7c1bf6645191013d276b0c9915324779056edbc47ec07 +SHA256 (xpi/firefox-i18n-64.0/en-CA.xpi) = 72a89865114fa9a0385b620399513795c400dffdeea8e718a2ee57d4b4d693f9 +SIZE (xpi/firefox-i18n-64.0/en-CA.xpi) = 454066 +SHA256 (xpi/firefox-i18n-64.0/en-GB.xpi) = 2a17d9012441e5fd28f7e2a82e90c901cca26a57148b345160a970c1870ad9bd +SIZE (xpi/firefox-i18n-64.0/en-GB.xpi) = 440963 +SHA256 (xpi/firefox-i18n-64.0/en-US.xpi) = 1f308566cf3c17632666c8b794b2023294caefad2b6e322f0dea23fd845222a4 +SIZE (xpi/firefox-i18n-64.0/en-US.xpi) = 413608 +SHA256 (xpi/firefox-i18n-64.0/en-ZA.xpi) = 4aa2ae2476bb19a98292ca9c61f603610876864d898e2ef490576e326dcf5882 +SIZE (xpi/firefox-i18n-64.0/en-ZA.xpi) = 424514 +SHA256 (xpi/firefox-i18n-64.0/eo.xpi) = e74925acd70786813869548b065b1d947ab0eaf89002f65d558b29e30d0d9ca5 +SIZE (xpi/firefox-i18n-64.0/eo.xpi) = 482456 +SHA256 (xpi/firefox-i18n-64.0/es-AR.xpi) = dd75a02c34b26962e9ddd3e7c861fc5f0e6d2bfac7af7b2dea6054fb8b28fcf9 +SIZE (xpi/firefox-i18n-64.0/es-AR.xpi) = 490541 +SHA256 (xpi/firefox-i18n-64.0/es-CL.xpi) = 8779565dcad6626ae26dc69f0b74799499d0ca0daf04dc55cda73731ff4f6f60 SIZE (xpi/firefox-i18n-64.0/es-CL.xpi) = 490250 -SHA256 (xpi/firefox-i18n-64.0/es-ES.xpi) = 9002d02d9a3a7b1e48d2e3ab69edff84106b913cc71f9a0db1b394bbd6874e1e -SIZE (xpi/firefox-i18n-64.0/es-ES.xpi) = 437807 -SHA256 (xpi/firefox-i18n-64.0/es-MX.xpi) = 72ecc7d007b01dfd1bc4e06a1d79e6f4dc00a173e707c01e4d35de7a045b7b88 +SHA256 (xpi/firefox-i18n-64.0/es-ES.xpi) = bdd19a8cc16be1d65a7536446518fae9b65b6ef1a1edca97d71d8a3313472ae0 +SIZE (xpi/firefox-i18n-64.0/es-ES.xpi) = 437814 +SHA256 (xpi/firefox-i18n-64.0/es-MX.xpi) = 8291b5baa8cd6a8c2b5dbe388bf79b1828e9a9ff97098688f68671a2eb47117b SIZE (xpi/firefox-i18n-64.0/es-MX.xpi) = 493150 -SHA256 (xpi/firefox-i18n-64.0/et.xpi) = 9c1f8fb004d704866318a2ff4e72fdc425773e0b2226c4c3728d78d6a7d1dc85 -SIZE (xpi/firefox-i18n-64.0/et.xpi) = 473517 -SHA256 (xpi/firefox-i18n-64.0/eu.xpi) = 7f111be8a9fa83993aa8ce0b745b612de5c0175af14574cee63752c8aaae161f -SIZE (xpi/firefox-i18n-64.0/eu.xpi) = 477298 -SHA256 (xpi/firefox-i18n-64.0/fa.xpi) = 7e75ab343400387eba48f52db9c102139e1ace6c69630cc93734d7eb001be872 -SIZE (xpi/firefox-i18n-64.0/fa.xpi) = 529981 -SHA256 (xpi/firefox-i18n-64.0/ff.xpi) = 9183069c60f54b507618bc8ccc244a35fd4ab851f9ef00d715002d558223b794 -SIZE (xpi/firefox-i18n-64.0/ff.xpi) = 470387 -SHA256 (xpi/firefox-i18n-64.0/fi.xpi) = c760ebddc336eb058aff7c201d67f399444894e2fc673923a76d5f9073c4ea85 -SIZE (xpi/firefox-i18n-64.0/fi.xpi) = 470569 -SHA256 (xpi/firefox-i18n-64.0/fr.xpi) = 3bf2b914d25988b67c111b92b13a46d45eba0d529b22ca9e9fd62023ec2b6017 -SIZE (xpi/firefox-i18n-64.0/fr.xpi) = 499967 -SHA256 (xpi/firefox-i18n-64.0/fy-NL.xpi) = 74b616fa8a120551003fcdcaaf0b6886a38480bdf1e9ff39600abf16fc22afe8 -SIZE (xpi/firefox-i18n-64.0/fy-NL.xpi) = 488320 -SHA256 (xpi/firefox-i18n-64.0/ga-IE.xpi) = 93f1f61d231c82a5f5ebab67663fcceca72a99bf3180c9c83d8d3de591acd70b -SIZE (xpi/firefox-i18n-64.0/ga-IE.xpi) = 474812 -SHA256 (xpi/firefox-i18n-64.0/gd.xpi) = 248ae06a90a7b8e6a052eefb4b06e39a3146c8d56ba3c3f8e5cf42102661750b -SIZE (xpi/firefox-i18n-64.0/gd.xpi) = 491216 -SHA256 (xpi/firefox-i18n-64.0/gl.xpi) = 97115938f2ba139ea3a49ea46cd9b51af1cbc87bafbc284251d3805ba982201f -SIZE (xpi/firefox-i18n-64.0/gl.xpi) = 467029 -SHA256 (xpi/firefox-i18n-64.0/gn.xpi) = 838bf353c41a21e343e2e2632ea8114af9c4240b1ff1cff99df97d8121056e35 -SIZE (xpi/firefox-i18n-64.0/gn.xpi) = 497405 -SHA256 (xpi/firefox-i18n-64.0/gu-IN.xpi) = b163dd819ed5df7df974c12a2a2f20b59faf2b57df9216bdcaa747956b878ca9 +SHA256 (xpi/firefox-i18n-64.0/et.xpi) = d339c8d77a90a5f54ce8231e69623999a62d04c3fbe7b658dd587d4e09bdb9c3 +SIZE (xpi/firefox-i18n-64.0/et.xpi) = 473510 +SHA256 (xpi/firefox-i18n-64.0/eu.xpi) = 042c81172504a2b499b4691bd5748e4f9d32e5b48dadcdcb713d952148d2a5d3 +SIZE (xpi/firefox-i18n-64.0/eu.xpi) = 477297 +SHA256 (xpi/firefox-i18n-64.0/fa.xpi) = 9f2f053e41acc67b396759e5e2d2a8e968d4b775eb24fddc28fda9b0dbc19097 +SIZE (xpi/firefox-i18n-64.0/fa.xpi) = 529972 +SHA256 (xpi/firefox-i18n-64.0/ff.xpi) = f03427455c785ba5108f675d57a223333400c18f75423dcd5532625ce88d6403 +SIZE (xpi/firefox-i18n-64.0/ff.xpi) = 470389 +SHA256 (xpi/firefox-i18n-64.0/fi.xpi) = 058b51b2cd9ff4e4d074d2ccfeca7d749d1366f1c72f287b6be36fb78f7af3d3 +SIZE (xpi/firefox-i18n-64.0/fi.xpi) = 470561 +SHA256 (xpi/firefox-i18n-64.0/fr.xpi) = 19fbd5e352503afe5312aab326d92f385506a7bb4ea7c46406e28e9b13c8db3f +SIZE (xpi/firefox-i18n-64.0/fr.xpi) = 499971 +SHA256 (xpi/firefox-i18n-64.0/fy-NL.xpi) = ddbdbdd97d74b2d6599511bdf5efb3186411768ef335f9f256f9f45a82d97a3e +SIZE (xpi/firefox-i18n-64.0/fy-NL.xpi) = 488321 +SHA256 (xpi/firefox-i18n-64.0/ga-IE.xpi) = 6896789ecf50efcdbdef2af9fddbe6987408994bc2828e3acc4fcb0aad5c459e +SIZE (xpi/firefox-i18n-64.0/ga-IE.xpi) = 474805 +SHA256 (xpi/firefox-i18n-64.0/gd.xpi) = 34a5667f5d94c44e65d83e489ae3202e9ff145b1a3844964f9d0a22056531e65 +SIZE (xpi/firefox-i18n-64.0/gd.xpi) = 491212 +SHA256 (xpi/firefox-i18n-64.0/gl.xpi) = b1e12bb62c9cc83943c8a891e20a353e56c25f44d91592ce001f5818e89b7af8 +SIZE (xpi/firefox-i18n-64.0/gl.xpi) = 467033 +SHA256 (xpi/firefox-i18n-64.0/gn.xpi) = ec2f7f99b2dc4fe86df68960caa3f35e8b3e7317621dc2cef098a3d268cf1985 +SIZE (xpi/firefox-i18n-64.0/gn.xpi) = 497404 +SHA256 (xpi/firefox-i18n-64.0/gu-IN.xpi) = ffd9f17c37f889a31b6c3567209c4ddfa9e85d670fa36fb153042de159a30d0d SIZE (xpi/firefox-i18n-64.0/gu-IN.xpi) = 559368 -SHA256 (xpi/firefox-i18n-64.0/he.xpi) = b9a49910faf20a86f232924b5dcde12198237865f5f1075e7d129187efcfd7b7 -SIZE (xpi/firefox-i18n-64.0/he.xpi) = 485006 -SHA256 (xpi/firefox-i18n-64.0/hi-IN.xpi) = f4fd9cfa83815617bb96d1aad07f06eeddb2e5884ec01db19859235226294f3a -SIZE (xpi/firefox-i18n-64.0/hi-IN.xpi) = 544055 -SHA256 (xpi/firefox-i18n-64.0/hr.xpi) = 48b86f2a82ce5f9bcdd7a630f0b95fc6f7bb668747a2dee31d23e14194761a10 +SHA256 (xpi/firefox-i18n-64.0/he.xpi) = 208b7e4d1f6eb0feb8d886abc142506386c043a750b5aecd4ec758648fc54d77 +SIZE (xpi/firefox-i18n-64.0/he.xpi) = 485002 +SHA256 (xpi/firefox-i18n-64.0/hi-IN.xpi) = 00136fefba4beb45504131d359de19161df620560bff261e499100e0672850ff +SIZE (xpi/firefox-i18n-64.0/hi-IN.xpi) = 544054 +SHA256 (xpi/firefox-i18n-64.0/hr.xpi) = 891ff5bb9d1df1b37e16e2efdd8732aaaa9524636bdd3a478420e08883cc05ac SIZE (xpi/firefox-i18n-64.0/hr.xpi) = 464601 -SHA256 (xpi/firefox-i18n-64.0/hsb.xpi) = f089d72d0e1495b6daaf47fa82c2803993720bcb471d3f18fb29dd016f31c4c9 -SIZE (xpi/firefox-i18n-64.0/hsb.xpi) = 503925 -SHA256 (xpi/firefox-i18n-64.0/hu.xpi) = c86da3fda420b44c5283de42f22179a42bb3727dc5276395649b8e11808cce8a -SIZE (xpi/firefox-i18n-64.0/hu.xpi) = 501535 -SHA256 (xpi/firefox-i18n-64.0/hy-AM.xpi) = 47755d1c795655a85dccc6a69a091611d3487f820f736c7b7e75813a8742e3ff -SIZE (xpi/firefox-i18n-64.0/hy-AM.xpi) = 520937 -SHA256 (xpi/firefox-i18n-64.0/ia.xpi) = 75dae499dd353915a69adf2eeda61a38a11c3734e3be1a9b801ac5b3d95a1695 -SIZE (xpi/firefox-i18n-64.0/ia.xpi) = 478730 -SHA256 (xpi/firefox-i18n-64.0/id.xpi) = 7ca4ef4426547dd90b0870c581c4f43c8d3098703e22bdad2079ebc4e71adcc3 -SIZE (xpi/firefox-i18n-64.0/id.xpi) = 471527 -SHA256 (xpi/firefox-i18n-64.0/is.xpi) = ffbab042c6834ce7ecd19aae9f50566792de425eb4dd3ce5689b1988fe294881 -SIZE (xpi/firefox-i18n-64.0/is.xpi) = 469907 -SHA256 (xpi/firefox-i18n-64.0/it.xpi) = 52110e91465142a853424ddc5340e4c37254b7e4eced82e554050c337a0cd9eb -SIZE (xpi/firefox-i18n-64.0/it.xpi) = 355573 -SHA256 (xpi/firefox-i18n-64.0/ja.xpi) = 15b2e61e938298af58447fcd70d37203f51890c4b73307c76e35a6e0156059ca -SIZE (xpi/firefox-i18n-64.0/ja.xpi) = 506349 -SHA256 (xpi/firefox-i18n-64.0/ka.xpi) = 9d5811a439201ded7b16021b417a5bf69ddfd9cad7d2ae187e92d6ea2623d473 -SIZE (xpi/firefox-i18n-64.0/ka.xpi) = 521856 -SHA256 (xpi/firefox-i18n-64.0/kab.xpi) = 377b1bdd22b1dc6e5f16d6ab9dc4f7188426a8c8dfc1610902fc50ffbb6f71a4 -SIZE (xpi/firefox-i18n-64.0/kab.xpi) = 493582 -SHA256 (xpi/firefox-i18n-64.0/kk.xpi) = c2e47a0d41f1eb117f354cb34348970c93ae914b8f16124d69e49a413e0d4360 -SIZE (xpi/firefox-i18n-64.0/kk.xpi) = 550181 -SHA256 (xpi/firefox-i18n-64.0/km.xpi) = 65cfd6c70f9c855995079b3b241e906e0edcdbef53468395a54784eabe8af30e +SHA256 (xpi/firefox-i18n-64.0/hsb.xpi) = ff11016250448824f127aac37f2068fa2673f629bb3ece581dbaa88751421d4f +SIZE (xpi/firefox-i18n-64.0/hsb.xpi) = 503922 +SHA256 (xpi/firefox-i18n-64.0/hu.xpi) = 232f4ff4e2a42853283dc35c3a72b74f7b21fb7fdb5c2994d3b2eacbf3e2c90f +SIZE (xpi/firefox-i18n-64.0/hu.xpi) = 501534 +SHA256 (xpi/firefox-i18n-64.0/hy-AM.xpi) = a732f4d2acd09d190a938767d1052d68e68bb0b7125611527cbe10e8a4c0dc4c +SIZE (xpi/firefox-i18n-64.0/hy-AM.xpi) = 520943 +SHA256 (xpi/firefox-i18n-64.0/ia.xpi) = 503545cb70a9bd923c05589f95857afa6351933fcecb506053e37233047f65ab +SIZE (xpi/firefox-i18n-64.0/ia.xpi) = 478737 +SHA256 (xpi/firefox-i18n-64.0/id.xpi) = 775170d34f2fb903e16b5bd85a9b62bdc9c35dde86f5e40c7a92129c10006450 +SIZE (xpi/firefox-i18n-64.0/id.xpi) = 471521 +SHA256 (xpi/firefox-i18n-64.0/is.xpi) = 76146810e9d203e99a02e04b86ca6ce89a9ea11bdd490806c2e0b1d5461eaa63 +SIZE (xpi/firefox-i18n-64.0/is.xpi) = 469901 +SHA256 (xpi/firefox-i18n-64.0/it.xpi) = 68a5ba10521ce8ce5ba81ddbab085db90aae6c7882c81d7ca9ac4963753bd61c +SIZE (xpi/firefox-i18n-64.0/it.xpi) = 355569 +SHA256 (xpi/firefox-i18n-64.0/ja.xpi) = 5f7d491a9eaf4f06754a2bfe6cde0b7dbb1241fccc9bbc87dca3397949025bf8 +SIZE (xpi/firefox-i18n-64.0/ja.xpi) = 506350 +SHA256 (xpi/firefox-i18n-64.0/ka.xpi) = fdbaa48ef2efbaf1de59b97e055b39165f6fb3f238e1d3928ce456501df00dc2 +SIZE (xpi/firefox-i18n-64.0/ka.xpi) = 521850 +SHA256 (xpi/firefox-i18n-64.0/kab.xpi) = 79951a550858e97d46bed0e939d4fe2d7f0f61ecb9d634bdcacbd18dde0fa533 +SIZE (xpi/firefox-i18n-64.0/kab.xpi) = 493580 +SHA256 (xpi/firefox-i18n-64.0/kk.xpi) = 64ba72132b4c43c1943202e14563a489116c88bbb75d71ff9aa923e9b3f5f5b9 +SIZE (xpi/firefox-i18n-64.0/kk.xpi) = 550187 +SHA256 (xpi/firefox-i18n-64.0/km.xpi) = 2999e215c5f033c19ede9e6946889bcaf0ba089f7ebf91b8e36ad079c4029b34 SIZE (xpi/firefox-i18n-64.0/km.xpi) = 535443 -SHA256 (xpi/firefox-i18n-64.0/kn.xpi) = 36f73636103b6dc6413337e517709f5dcd29933f15e066f975f50eb8c9cafcb8 -SIZE (xpi/firefox-i18n-64.0/kn.xpi) = 538347 -SHA256 (xpi/firefox-i18n-64.0/ko.xpi) = b3d046f8572b5f2ec5700ddc9d7df74424e0c6630cd2c181611c3167089add0f -SIZE (xpi/firefox-i18n-64.0/ko.xpi) = 500860 -SHA256 (xpi/firefox-i18n-64.0/lij.xpi) = a4b7cd20fbd9b3b31918d5eb9fab9ed59573d020b94be4341fe48ccf0f53bbfe -SIZE (xpi/firefox-i18n-64.0/lij.xpi) = 476180 -SHA256 (xpi/firefox-i18n-64.0/lt.xpi) = c71d16a4c9f6770aaf538cf3430cc45733c39bcc257ee73954deb8fba342163b -SIZE (xpi/firefox-i18n-64.0/lt.xpi) = 504608 -SHA256 (xpi/firefox-i18n-64.0/lv.xpi) = a663b091c8debaae211c66dd6469763dc5a800ba2c7c4ee2ec51b3f45923ae71 -SIZE (xpi/firefox-i18n-64.0/lv.xpi) = 490766 -SHA256 (xpi/firefox-i18n-64.0/mai.xpi) = f48292a64eaa22a127ade30925bf550f8da33baa873ec917ccb0abefab5086c9 -SIZE (xpi/firefox-i18n-64.0/mai.xpi) = 496198 -SHA256 (xpi/firefox-i18n-64.0/mk.xpi) = 69f207ac8ea125e25b52080baf81e86ead253c72d6e18c7d6fd07b04cc1e4ffc -SIZE (xpi/firefox-i18n-64.0/mk.xpi) = 457982 -SHA256 (xpi/firefox-i18n-64.0/ml.xpi) = 782b27dc050a65fff84ab774a6a24e6b668cacc17fc6abb1cd53b0d080f4c13e -SIZE (xpi/firefox-i18n-64.0/ml.xpi) = 542321 -SHA256 (xpi/firefox-i18n-64.0/mr.xpi) = d3d0e65a88381ea2b7daa79544246376960b191e54beef11b7fa40ca00cd8687 +SHA256 (xpi/firefox-i18n-64.0/kn.xpi) = 9fd59212492ac653de3b1aa16f3bd8d6debd0392c0bb7249170e5af8d760fec2 +SIZE (xpi/firefox-i18n-64.0/kn.xpi) = 538354 +SHA256 (xpi/firefox-i18n-64.0/ko.xpi) = cf8d5169f623026bd1df7d6a0eb8e1e8da20a2551e84e9cf581bbefe34bb7ce3 +SIZE (xpi/firefox-i18n-64.0/ko.xpi) = 500859 +SHA256 (xpi/firefox-i18n-64.0/lij.xpi) = c408e621814b08395c770a93d291d060e832df59b1ec21932ebfebe661234287 +SIZE (xpi/firefox-i18n-64.0/lij.xpi) = 476183 +SHA256 (xpi/firefox-i18n-64.0/lt.xpi) = af28154eca24a9a4c57965b7a8640f0babcc79bca09bc85e8e6923dbeb998f3e +SIZE (xpi/firefox-i18n-64.0/lt.xpi) = 504603 +SHA256 (xpi/firefox-i18n-64.0/lv.xpi) = 38408fa9aae51e955596f37371d9bd0b9d0b5163e7b4a9b5299f5870ab789a42 +SIZE (xpi/firefox-i18n-64.0/lv.xpi) = 490760 +SHA256 (xpi/firefox-i18n-64.0/mai.xpi) = cb7d658f8a3a1f9ad5bfbed91738c63dd54b12bdeb513fbbc6603c1fe769cfd1 +SIZE (xpi/firefox-i18n-64.0/mai.xpi) = 496197 +SHA256 (xpi/firefox-i18n-64.0/mk.xpi) = df19476360c6892058947236b2c6752be81fc5263a100385eb305c2b93d04ae3 +SIZE (xpi/firefox-i18n-64.0/mk.xpi) = 457994 +SHA256 (xpi/firefox-i18n-64.0/ml.xpi) = 0787e86dddf4a993f32784749184f605b2b68c842811d60ed2d70373c962beed +SIZE (xpi/firefox-i18n-64.0/ml.xpi) = 542325 +SHA256 (xpi/firefox-i18n-64.0/mr.xpi) = 52f333f6c07cc16ae30c41bb60f6bfe6a0a0bdb3d46d955fd567752b9ef01e50 SIZE (xpi/firefox-i18n-64.0/mr.xpi) = 540017 -SHA256 (xpi/firefox-i18n-64.0/ms.xpi) = a5f4d54fce70d884801c588dea339d7754fd719e22f6bd173cb27fe86b97f728 -SIZE (xpi/firefox-i18n-64.0/ms.xpi) = 473934 -SHA256 (xpi/firefox-i18n-64.0/my.xpi) = e5d1f6659ab2e119488f92bc4d1c9f64587e2e924f5b9c376759b3cf061bfd8f -SIZE (xpi/firefox-i18n-64.0/my.xpi) = 518173 -SHA256 (xpi/firefox-i18n-64.0/nb-NO.xpi) = 0d1a7cb8d5acc9130284a23576dcdfd10c816ef4f50accf337d96746336854fa -SIZE (xpi/firefox-i18n-64.0/nb-NO.xpi) = 473416 -SHA256 (xpi/firefox-i18n-64.0/ne-NP.xpi) = c33e305f3adfd0d6d72be669c537f7ea6b458ceabaee5942d2fba8d083559ca5 -SIZE (xpi/firefox-i18n-64.0/ne-NP.xpi) = 505819 -SHA256 (xpi/firefox-i18n-64.0/nl.xpi) = 957a3e310c2433e41f2401b0a866f8bfe999fcf25e31e5be051e39650d569289 -SIZE (xpi/firefox-i18n-64.0/nl.xpi) = 465185 -SHA256 (xpi/firefox-i18n-64.0/nn-NO.xpi) = 0f31a330193a705dfe31cedfa2b28641aedab8e401c1a9928097d426521a338e -SIZE (xpi/firefox-i18n-64.0/nn-NO.xpi) = 472039 -SHA256 (xpi/firefox-i18n-64.0/oc.xpi) = e706fc34e0004b450b2f658785afadc76d2743bc654ec443541c3d6f00fbf59c -SIZE (xpi/firefox-i18n-64.0/oc.xpi) = 486839 -SHA256 (xpi/firefox-i18n-64.0/or.xpi) = 69387714d034e7f02a673cb27b5deb2e2022bf2fb683b716004488f9ccedfe3f -SIZE (xpi/firefox-i18n-64.0/or.xpi) = 485456 -SHA256 (xpi/firefox-i18n-64.0/pa-IN.xpi) = 32c673064070322de3722d1bb3b4977ee62e098988905e662cb68a28ce83f3fb -SIZE (xpi/firefox-i18n-64.0/pa-IN.xpi) = 505885 -SHA256 (xpi/firefox-i18n-64.0/pl.xpi) = fcf436c1b25a6ee7069a8ff542b5fd5bdd209b40f44e9cce865074a795f0ab49 -SIZE (xpi/firefox-i18n-64.0/pl.xpi) = 383259 -SHA256 (xpi/firefox-i18n-64.0/pt-BR.xpi) = 9788d18876803b0e1fe7608b2aface8311ac4fff64f63776ddffe34443729b8f -SIZE (xpi/firefox-i18n-64.0/pt-BR.xpi) = 475687 -SHA256 (xpi/firefox-i18n-64.0/pt-PT.xpi) = c5db5dccf38c7755e29ff182e5d208372f049aa9396d4f9b21eb2c25eda63347 -SIZE (xpi/firefox-i18n-64.0/pt-PT.xpi) = 488746 -SHA256 (xpi/firefox-i18n-64.0/rm.xpi) = e19e6aff7dd96d0671e73c3ca91bc4a6a218f3c13353bcd673fb2bc88fb17f50 -SIZE (xpi/firefox-i18n-64.0/rm.xpi) = 478602 -SHA256 (xpi/firefox-i18n-64.0/ro.xpi) = f6e9a692bd69b54e16943bab6f38a781493abf1ca710728a16113333f21a365a +SHA256 (xpi/firefox-i18n-64.0/ms.xpi) = 169db8656c953c7a1100bed9f164d1f87c2d030bfeb2f9a0b9e19cd3867cc92a +SIZE (xpi/firefox-i18n-64.0/ms.xpi) = 473933 +SHA256 (xpi/firefox-i18n-64.0/my.xpi) = f22b560ea173c3c1fc234b2434055912c5a4ebe7ad25a3ee398ced90adb1c3cf +SIZE (xpi/firefox-i18n-64.0/my.xpi) = 518171 +SHA256 (xpi/firefox-i18n-64.0/nb-NO.xpi) = 421cda2dbc7f99b92dd160f07e269a5be75df32600eb634d192362c61018dcbc +SIZE (xpi/firefox-i18n-64.0/nb-NO.xpi) = 473423 +SHA256 (xpi/firefox-i18n-64.0/ne-NP.xpi) = b1767d0e4cfe73151506295e5621535b98c922e0dcb1d6a278b06a06f57f41f7 +SIZE (xpi/firefox-i18n-64.0/ne-NP.xpi) = 505820 +SHA256 (xpi/firefox-i18n-64.0/nl.xpi) = 1a86fbc85143e98a39dc4eb3f68acf25045d89018e6cff041b3274dbc8267a03 +SIZE (xpi/firefox-i18n-64.0/nl.xpi) = 465186 +SHA256 (xpi/firefox-i18n-64.0/nn-NO.xpi) = 62d355e41c92e9f2e745ce4892d355dd3d9c4995271c905f3730c2130aa477d9 +SIZE (xpi/firefox-i18n-64.0/nn-NO.xpi) = 472049 +SHA256 (xpi/firefox-i18n-64.0/oc.xpi) = 66f6c80bbea5587e96701bf4ed7c2bf8a7d468fd16bdf957be4686e7b7dd27eb +SIZE (xpi/firefox-i18n-64.0/oc.xpi) = 486845 +SHA256 (xpi/firefox-i18n-64.0/or.xpi) = 1a9c01204610aa013337e4f24acff892a0270408fc9ac28f6b0ec292833e99fb +SIZE (xpi/firefox-i18n-64.0/or.xpi) = 485462 +SHA256 (xpi/firefox-i18n-64.0/pa-IN.xpi) = 5efa244d9bc1cf79d82cf37891ef286412843ba67dbb9d2c13dde9808669ea38 +SIZE (xpi/firefox-i18n-64.0/pa-IN.xpi) = 505893 +SHA256 (xpi/firefox-i18n-64.0/pl.xpi) = a87e6a17937ad1794015a019a781ffb9fa4141c1dd68141ee147d72c21d4f13d +SIZE (xpi/firefox-i18n-64.0/pl.xpi) = 383264 +SHA256 (xpi/firefox-i18n-64.0/pt-BR.xpi) = b27648dc6a84527a61f13db8b1e68b1c8e368d42d66a45c0093c6d71b5246f67 +SIZE (xpi/firefox-i18n-64.0/pt-BR.xpi) = 475693 +SHA256 (xpi/firefox-i18n-64.0/pt-PT.xpi) = 53a578e37f2d5a3193f5b30147a33caf76f1c8e03d8780b0a3104bc41a45a429 +SIZE (xpi/firefox-i18n-64.0/pt-PT.xpi) = 488747 +SHA256 (xpi/firefox-i18n-64.0/rm.xpi) = 7a32d9b987902ad3e8fbf860f02cc88eed3a81d4b364cf7e65b8c9edff748f6b +SIZE (xpi/firefox-i18n-64.0/rm.xpi) = 478596 +SHA256 (xpi/firefox-i18n-64.0/ro.xpi) = 7ff7933374116f27888caf2cf8724451661adf8d1f8eaf741772e1922c4371c4 SIZE (xpi/firefox-i18n-64.0/ro.xpi) = 479970 -SHA256 (xpi/firefox-i18n-64.0/ru.xpi) = 53b2a00ca9ef38daedb67409293551790aa52813cdcdeee404d5d49304ade673 -SIZE (xpi/firefox-i18n-64.0/ru.xpi) = 546349 -SHA256 (xpi/firefox-i18n-64.0/si.xpi) = 8a8036d0fa43882488c0579bda242a8c2d3f1cc00d06efa20ff52de33c358746 -SIZE (xpi/firefox-i18n-64.0/si.xpi) = 489560 -SHA256 (xpi/firefox-i18n-64.0/sk.xpi) = cb775a337f993047dc8c3d4e3974ee55bb5bae4aaf6c96e926928ad0fac5392c -SIZE (xpi/firefox-i18n-64.0/sk.xpi) = 504067 -SHA256 (xpi/firefox-i18n-64.0/sl.xpi) = 7286b2c0d610601df6ab798008b450e4e64df40de294aa75b1f994bacb0cfdc1 +SHA256 (xpi/firefox-i18n-64.0/ru.xpi) = f3b69bb255dc409fa5a11b63214c9dbd3265dc38bdb02a55b92c7e5a71b06db8 +SIZE (xpi/firefox-i18n-64.0/ru.xpi) = 546350 +SHA256 (xpi/firefox-i18n-64.0/si.xpi) = 2d670a255e0c165a98946da7aa069e9897dd62ab5ee95c83406d83c765722d14 +SIZE (xpi/firefox-i18n-64.0/si.xpi) = 489564 +SHA256 (xpi/firefox-i18n-64.0/sk.xpi) = 922ad4e3687f719d19773e710933c2ec2a99ebdf47c19df59fd3146d163328ec +SIZE (xpi/firefox-i18n-64.0/sk.xpi) = 504065 +SHA256 (xpi/firefox-i18n-64.0/sl.xpi) = 551ba23004d6ebe56f2650adc8ee12e268b2e82e78bd17a13ead1b5e1b9bf04e SIZE (xpi/firefox-i18n-64.0/sl.xpi) = 484987 -SHA256 (xpi/firefox-i18n-64.0/son.xpi) = 9c88cb4a0c08796403926be5587703c7cdd363ecd93e7c391a75896a50c8d0c3 -SIZE (xpi/firefox-i18n-64.0/son.xpi) = 448996 -SHA256 (xpi/firefox-i18n-64.0/sq.xpi) = 9743dbc1c8f3f03ce261df748ee5d411e3d6f67dfbc683a6b075e18a82a8192a -SIZE (xpi/firefox-i18n-64.0/sq.xpi) = 492687 -SHA256 (xpi/firefox-i18n-64.0/sr.xpi) = 251715bc3533ddc0d2e12c355ad30f5270afa4e911deb6e7755f864ebd181f34 +SHA256 (xpi/firefox-i18n-64.0/son.xpi) = f56d06b0b6b6800b5b307ad9acb1958779aa342faf9b67ed326704c4ea4f7f65 +SIZE (xpi/firefox-i18n-64.0/son.xpi) = 448998 +SHA256 (xpi/firefox-i18n-64.0/sq.xpi) = 0ad757f6fb5f4fbd9e0b3433f2ca213122502226c3bbab4ec46a05bbfdb05004 +SIZE (xpi/firefox-i18n-64.0/sq.xpi) = 492685 +SHA256 (xpi/firefox-i18n-64.0/sr.xpi) = c9c6a1e6d55cf0571dc2856e43f3bcb344272c1145b47b0796f5877d76cc4b1b SIZE (xpi/firefox-i18n-64.0/sr.xpi) = 506360 -SHA256 (xpi/firefox-i18n-64.0/sv-SE.xpi) = 7014dfba4fc522c2c50e7fb4d32383c5447526b40dde33080b97d35e61c942c8 -SIZE (xpi/firefox-i18n-64.0/sv-SE.xpi) = 484137 -SHA256 (xpi/firefox-i18n-64.0/ta.xpi) = 1ed4b5b36f470c12cafa59e9a9b156e1389b4b0d6482c72455732f1a4d22d8ea -SIZE (xpi/firefox-i18n-64.0/ta.xpi) = 530863 -SHA256 (xpi/firefox-i18n-64.0/te.xpi) = 354c875f9843fc7048748edc2c0bff5554ddf97c806aece434b6289bd3d4e80f -SIZE (xpi/firefox-i18n-64.0/te.xpi) = 547596 -SHA256 (xpi/firefox-i18n-64.0/th.xpi) = 135ea6ed8cbdc22ac1e003738444750a01c0756a3d7f0b413549f12f536a4c51 -SIZE (xpi/firefox-i18n-64.0/th.xpi) = 508205 -SHA256 (xpi/firefox-i18n-64.0/tr.xpi) = cb09ce5c88e96b9188ffc081a48e1c92b2dff25784d1468e160ce5182c371932 -SIZE (xpi/firefox-i18n-64.0/tr.xpi) = 494709 -SHA256 (xpi/firefox-i18n-64.0/uk.xpi) = 66a41bcbd43326d3752198a1d8ec1f8e2582e0134c832b4489a563423498d24c -SIZE (xpi/firefox-i18n-64.0/uk.xpi) = 521002 -SHA256 (xpi/firefox-i18n-64.0/ur.xpi) = a7975896cdcad3eaec2314ed22faed410aed74c88b31c92792aadcf8af92d6e0 -SIZE (xpi/firefox-i18n-64.0/ur.xpi) = 521722 -SHA256 (xpi/firefox-i18n-64.0/uz.xpi) = 2979996022a96772445a35b69d312841cbd67fab7c4ed179ec62b112945cbcf1 -SIZE (xpi/firefox-i18n-64.0/uz.xpi) = 466668 -SHA256 (xpi/firefox-i18n-64.0/vi.xpi) = 0db515293efd1c506fbba00ecdf160ef8d1c939d349b1ffffe3cd0a928c75b8a -SIZE (xpi/firefox-i18n-64.0/vi.xpi) = 488330 -SHA256 (xpi/firefox-i18n-64.0/xh.xpi) = 6571def1c24c6c3355503958ca490ae1dda3a7418180666e132791d16bdc7938 -SIZE (xpi/firefox-i18n-64.0/xh.xpi) = 463275 -SHA256 (xpi/firefox-i18n-64.0/zh-CN.xpi) = f23d0953d47222f00bab6af3ffee8882b7f3a47258e7b9077e20e85abc0ce081 -SIZE (xpi/firefox-i18n-64.0/zh-CN.xpi) = 507522 -SHA256 (xpi/firefox-i18n-64.0/zh-TW.xpi) = aa44da6331b45528ccba95c133ef381cb9b44aaeb222a65298fc515800b5c059 +SHA256 (xpi/firefox-i18n-64.0/sv-SE.xpi) = f1ff7b6c24de7680ff50a96e032edb7b8abb7e5579ff80a796b2b0f3e02e7f46 +SIZE (xpi/firefox-i18n-64.0/sv-SE.xpi) = 484132 +SHA256 (xpi/firefox-i18n-64.0/ta.xpi) = 4f66e3702db3c9244436c577b81f1b7ede8b3fe081e341a45b148b6c540d9978 +SIZE (xpi/firefox-i18n-64.0/ta.xpi) = 530872 +SHA256 (xpi/firefox-i18n-64.0/te.xpi) = 707a06469520af11156f120cf740aed398ddf5f1f87dcdef07aecec813a12a6f +SIZE (xpi/firefox-i18n-64.0/te.xpi) = 547599 +SHA256 (xpi/firefox-i18n-64.0/th.xpi) = 58e45cea3dc3d744d13b1275b9320b2cb0e7c2c6efbea9435e0813ae6dc2d6d8 +SIZE (xpi/firefox-i18n-64.0/th.xpi) = 508204 +SHA256 (xpi/firefox-i18n-64.0/tr.xpi) = 49901e60d80eee96730144b2354d2b6f7779151d4b3b5117d2d86c290b9ffca6 +SIZE (xpi/firefox-i18n-64.0/tr.xpi) = 494705 +SHA256 (xpi/firefox-i18n-64.0/uk.xpi) = ab4906fa124153b1aed84632082ed2b0bee2f93c4a1696372fb21a3d28e48d79 +SIZE (xpi/firefox-i18n-64.0/uk.xpi) = 521001 +SHA256 (xpi/firefox-i18n-64.0/ur.xpi) = 13547fd3b7dcc345fcdade741ac5d2b11fa02ae0e01cb56d2b2848240944a91d +SIZE (xpi/firefox-i18n-64.0/ur.xpi) = 521729 +SHA256 (xpi/firefox-i18n-64.0/uz.xpi) = 72e17e6f8d2f14c3368c0d99c85e2dd151727bd8af8005d825250c4f2186120c +SIZE (xpi/firefox-i18n-64.0/uz.xpi) = 466678 +SHA256 (xpi/firefox-i18n-64.0/vi.xpi) = 1bbf9b3ce7a4b84391b3b698b95557d32b10629d8bed71285363406ff5cf9ab9 +SIZE (xpi/firefox-i18n-64.0/vi.xpi) = 488335 +SHA256 (xpi/firefox-i18n-64.0/xh.xpi) = c1f8dd9704af1ebd3ce9979a3d7c20a446d4b87969c30f6efae3a6bb06250e58 +SIZE (xpi/firefox-i18n-64.0/xh.xpi) = 463281 +SHA256 (xpi/firefox-i18n-64.0/zh-CN.xpi) = 3e9e6ab6dd6387f204094b30c0ba53f5afbdd1f0a132231fe669c6fe2affbf17 +SIZE (xpi/firefox-i18n-64.0/zh-CN.xpi) = 507523 +SHA256 (xpi/firefox-i18n-64.0/zh-TW.xpi) = d3acfec3da2be190df82022ff0fbc398d019b5600ce6c088f90eda211c904971 SIZE (xpi/firefox-i18n-64.0/zh-TW.xpi) = 510612 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Thu Dec 6 00:52:01 2018 (r486733) +++ head/www/firefox/Makefile Thu Dec 6 05:44:13 2018 (r486734) @@ -3,10 +3,11 @@ PORTNAME= firefox DISTVERSION= 64.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Thu Dec 6 00:52:01 2018 (r486733) +++ head/www/firefox/distinfo Thu Dec 6 05:44:13 2018 (r486734) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543880118 -SHA256 (firefox-64.0.source.tar.xz) = 41745cf53af5dca0e154fe256d9f86d27181aa8a8c2e341a2b9b201b3be240e6 -SIZE (firefox-64.0.source.tar.xz) = 272974688 +TIMESTAMP = 1544057824 +SHA256 (firefox-64.0.source.tar.xz) = 982f624f4ad42bbd075bb9b6b3acecb36fe112e51a0720e0842496f0ffa84674 +SIZE (firefox-64.0.source.tar.xz) = 272951092 From owner-svn-ports-all@freebsd.org Thu Dec 6 05:57:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C8121311F5A; Thu, 6 Dec 2018 05:57:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A46B87FD74; Thu, 6 Dec 2018 05:57: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 82FF61F748; Thu, 6 Dec 2018 05:57: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 wB65vcRN091087; Thu, 6 Dec 2018 05:57:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB65va3T091077; Thu, 6 Dec 2018 05:57:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812060557.wB65va3T091077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Dec 2018 05:57:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486735 - in head: math math/latte-integrale math/latte-integrale/files science/latte X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: math math/latte-integrale math/latte-integrale/files science/latte X-SVN-Commit-Revision: 486735 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A46B87FD74 X-Spamd-Result: default: False [-0.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.40)[-0.399,0]; NEURAL_SPAM_SHORT(0.29)[0.290,0]; NEURAL_HAM_LONG(-0.02)[-0.024,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 05:57:39 -0000 Author: yuri Date: Thu Dec 6 05:57:36 2018 New Revision: 486735 URL: https://svnweb.freebsd.org/changeset/ports/486735 Log: New port: math/latte-integrale: Software for counting lattice points/integration over convex polytopes Added: head/math/latte-integrale/ head/math/latte-integrale/Makefile (contents, props changed) head/math/latte-integrale/distinfo (contents, props changed) head/math/latte-integrale/files/ head/math/latte-integrale/files/patch-EXAMPLES_Makefile.am (contents, props changed) head/math/latte-integrale/files/patch-Makefile.am (contents, props changed) head/math/latte-integrale/files/patch-code_maple_Makefile.am (contents, props changed) head/math/latte-integrale/files/patch-configure.ac (contents, props changed) head/math/latte-integrale/files/patch-doc_Makefile.am (contents, props changed) head/math/latte-integrale/pkg-descr (contents, props changed) head/math/latte-integrale/pkg-plist (contents, props changed) Modified: head/math/Makefile head/science/latte/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Dec 6 05:44:13 2018 (r486734) +++ head/math/Makefile Thu Dec 6 05:57:36 2018 (r486735) @@ -306,6 +306,7 @@ SUBDIR += kmplot SUBDIR += kmplot-kde4 SUBDIR += labplot + SUBDIR += latte-integrale SUBDIR += lambda SUBDIR += lapack SUBDIR += lapack++ Added: head/math/latte-integrale/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/latte-integrale/Makefile Thu Dec 6 05:57:36 2018 (r486735) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= latte-integrale +DISTVERSIONPREFIX= version_ +DISTVERSION= 1_7_5 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Software for counting lattice points/integration over convex polytopes + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lrs:math/lrslib \ + points2triangs:math/topcom +LIB_DEPENDS= lib4ti2util.so:math/4ti2 \ + libcddgmp.so:math/cddlib \ + libgmp.so:math/gmp \ + libntl.so:math/ntl +RUN_DEPENDS= lrs:math/lrslib \ + points2triangs:math/topcom + +USES= autoreconf gmake libtool localbase:ldflags +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static \ + --with-topcom=${LOCALBASE} --with-4ti2=${LOCALBASE} --with-cddlib=${LOCALBASE} --with-gmp=${LOCALBASE} --with-ntl=${LOCALBASE} +USE_GITHUB= yes +GH_ACCOUNT= latte-int +GH_PROJECT= latte +USE_LDCONFIG= yes + +CONFLICTS_INSTALL= latte + +OPTIONS_DEFINE= DOCS EXAMPLES + +PORTDOCS= * +PORTEXAMPLES= * + +.include Added: head/math/latte-integrale/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/latte-integrale/distinfo Thu Dec 6 05:57:36 2018 (r486735) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543993357 +SHA256 (latte-int-latte-version_1_7_5_GH0.tar.gz) = 3da7cff7e451a12b29f5df28456367f66cd0092437e88aca5e61cc3f13eaa91c +SIZE (latte-int-latte-version_1_7_5_GH0.tar.gz) = 9772961 Added: head/math/latte-integrale/files/patch-EXAMPLES_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/latte-integrale/files/patch-EXAMPLES_Makefile.am Thu Dec 6 05:57:36 2018 (r486735) @@ -0,0 +1,9 @@ +--- EXAMPLES/Makefile.am.orig 2018-12-05 08:27:21 UTC ++++ EXAMPLES/Makefile.am +@@ -1,5 +1,5 @@ + +-examplesdir = $(pkgdatadir)/examples ++examplesdir = $(prefix)/share/examples/latte-integrale + + # Install and distribute these examples. + # Without "nobase" the directories would be flattened Added: head/math/latte-integrale/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/latte-integrale/files/patch-Makefile.am Thu Dec 6 05:57:36 2018 (r486735) @@ -0,0 +1,14 @@ +--- Makefile.am.orig 2018-12-05 08:20:55 UTC ++++ Makefile.am +@@ -2,9 +2,9 @@ ACLOCAL_AMFLAGS = -I m4 -I m4/gnulib + + SUBDIRS = code EXAMPLES doc + +-docdir = $(pkgdatadir)/doc ++docdir = ${prefix}/share/doc/latte-integrale + +-dist_doc_DATA = NEWS README ++dist_doc_DATA = # NEWS README + + + cvstag: Added: head/math/latte-integrale/files/patch-code_maple_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/latte-integrale/files/patch-code_maple_Makefile.am Thu Dec 6 05:57:36 2018 (r486735) @@ -0,0 +1,8 @@ +--- code/maple/Makefile.am.orig 2018-12-05 22:17:29 UTC ++++ code/maple/Makefile.am +@@ -1,4 +1,4 @@ +-nobase_dist_pkgdata_DATA = \ ++#nobase_dist_pkgdata_DATA = \ + Conebyconeapproximations_08_11_2010.mpl RealBarvinok-mars-exemples-2014-03-10.mpl m-knapsack.mpl \ + README + Added: head/math/latte-integrale/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/latte-integrale/files/patch-configure.ac Thu Dec 6 05:57:36 2018 (r486735) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2018-12-05 08:19:48 UTC ++++ configure.ac +@@ -2,7 +2,7 @@ + # Process this file with autoconf to produce a configure script. + + AC_PREREQ(2.59) +-AC_INIT(latte-int, 1.7.5) ++AC_INIT(latte-integrale, 1.7.5) + AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_HEADERS([code/config.h:code/config.hin]) + AM_INIT_AUTOMAKE([gnu 1.11]) # Need 1.11 for parallel test harness in code/maple Added: head/math/latte-integrale/files/patch-doc_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/latte-integrale/files/patch-doc_Makefile.am Thu Dec 6 05:57:36 2018 (r486735) @@ -0,0 +1,8 @@ +--- doc/Makefile.am.orig 2018-12-05 22:18:20 UTC ++++ doc/Makefile.am +@@ -1,4 +1,4 @@ +-docdir = $(pkgdatadir)/doc ++docdir = $(prefix)/share/doc/latte-integrale + + doc_DATA = manual.pdf + Added: head/math/latte-integrale/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/latte-integrale/pkg-descr Thu Dec 6 05:57:36 2018 (r486735) @@ -0,0 +1,12 @@ +LattE (Lattice point Enumeration) is a computer software dedicated to the +problems of counting lattice points and integration inside convex polytopes. +LattE contains the first ever implementation of Barvinok's algorithm. The LattE +macchiato version (by M. Koppe) incorporated fundamental improvements and +speedups. + +LattE integrale, the latest version, has the ability to directly compute +integrals of polynomial functions over polytopes and in particular to do exact +volume computations. Version 1.6 adds the capability of computing the highest +coefficients of weighted Ehrhart quasipolynomials. + +WWW: https://www.math.ucdavis.edu/~latte/ Added: head/math/latte-integrale/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/latte-integrale/pkg-plist Thu Dec 6 05:57:36 2018 (r486735) @@ -0,0 +1,25 @@ +bin/ConvertCDDextToLatte +bin/ConvertCDDineToLatte +bin/count +bin/count-linear-forms-from-polynomial +bin/ehrhart +bin/ehrhart3 +bin/hilbert-from-rays +bin/hilbert-from-rays-symm +bin/integrate +bin/latte-maximize +bin/latte-minimize +bin/latte2ext +bin/latte2ine +bin/polyhedron-to-cones +bin/top-ehrhart-knapsack +bin/triangulate +lib/liblatte.so +lib/liblatte.so.0 +lib/liblatte.so.0.0.0 +lib/libnormalize.so +lib/libnormalize.so.0 +lib/libnormalize.so.0.0.0 +%%DATADIR%%/simplify.add +%%DATADIR%%/simplify2.add +%%DATADIR%%/simplify3.add Modified: head/science/latte/Makefile ============================================================================== --- head/science/latte/Makefile Thu Dec 6 05:44:13 2018 (r486734) +++ head/science/latte/Makefile Thu Dec 6 05:57:36 2018 (r486735) @@ -41,4 +41,6 @@ MPI_PLIST_FILES_OFF= bin/LATTE_DOUBLE PLIST_FILES= lib/liblatte.so +CONFLICTS_INSTALL= latte-integrale + .include From owner-svn-ports-all@freebsd.org Thu Dec 6 06:46:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E1B91315E32; Thu, 6 Dec 2018 06:46:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11930816C0; Thu, 6 Dec 2018 06:46:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E49E61FF8A; Thu, 6 Dec 2018 06:46:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB66k8SU016815; Thu, 6 Dec 2018 06:46:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB66k8FO016813; Thu, 6 Dec 2018 06:46:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812060646.wB66k8FO016813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Dec 2018 06:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486736 - head/science/py-chempy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-chempy X-SVN-Commit-Revision: 486736 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 11930816C0 X-Spamd-Result: default: False [-0.46 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.07)[0.066,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 06:46:09 -0000 Author: yuri Date: Thu Dec 6 06:46:08 2018 New Revision: 486736 URL: https://svnweb.freebsd.org/changeset/ports/486736 Log: science/py-chempy: Update 0.7.6 -> 0.7.7 Reported by: portscout Modified: head/science/py-chempy/Makefile head/science/py-chempy/distinfo Modified: head/science/py-chempy/Makefile ============================================================================== --- head/science/py-chempy/Makefile Thu Dec 6 05:57:36 2018 (r486735) +++ head/science/py-chempy/Makefile Thu Dec 6 06:46:08 2018 (r486736) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= chempy -DISTVERSION= 0.7.6 +DISTVERSION= 0.7.7 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-chempy/distinfo ============================================================================== --- head/science/py-chempy/distinfo Thu Dec 6 05:57:36 2018 (r486735) +++ head/science/py-chempy/distinfo Thu Dec 6 06:46:08 2018 (r486736) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540786146 -SHA256 (chempy-0.7.6.tar.gz) = 07484905d40c267f9c5e4c498b93a3d5a4de50a0ad51943b5d9a735769c98ac3 -SIZE (chempy-0.7.6.tar.gz) = 163303 +TIMESTAMP = 1544076926 +SHA256 (chempy-0.7.7.tar.gz) = 9d27f9a9f96d87c40c939660a89861142b49049e89e41b73b91ac17c6a05ec19 +SIZE (chempy-0.7.7.tar.gz) = 157143 From owner-svn-ports-all@freebsd.org Thu Dec 6 07:28:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CF43131AD32; Thu, 6 Dec 2018 07:28:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 337BB83711; Thu, 6 Dec 2018 07:28:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1462120605; Thu, 6 Dec 2018 07:28:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB67SNIZ037456; Thu, 6 Dec 2018 07:28:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB67SNh2037455; Thu, 6 Dec 2018 07:28:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812060728.wB67SNh2037455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Dec 2018 07:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486738 - head/math/vtk8 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/vtk8 X-SVN-Commit-Revision: 486738 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 337BB83711 X-Spamd-Result: default: False [-0.46 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_SPAM_SHORT(0.07)[0.066,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 07:28:24 -0000 Author: yuri Date: Thu Dec 6 07:28:23 2018 New Revision: 486738 URL: https://svnweb.freebsd.org/changeset/ports/486738 Log: math/vtk8: Remove bogus (leftover) QT4 section Modified: head/math/vtk8/Makefile Modified: head/math/vtk8/Makefile ============================================================================== --- head/math/vtk8/Makefile Thu Dec 6 07:25:31 2018 (r486737) +++ head/math/vtk8/Makefile Thu Dec 6 07:28:23 2018 (r486738) @@ -107,11 +107,6 @@ post-patch: .include -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif - .for g in ${VTK_GROUPS} . if ${PORT_OPTIONS:M${g}} CMAKE_ARGS+= -DVTK_Group_${g}:BOOL=ON From owner-svn-ports-all@freebsd.org Thu Dec 6 07:25:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C13C9131AAFB; Thu, 6 Dec 2018 07:25:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 679668360E; Thu, 6 Dec 2018 07:25:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4889320603; Thu, 6 Dec 2018 07:25:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB67PW6W037247; Thu, 6 Dec 2018 07:25:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB67PVok037245; Thu, 6 Dec 2018 07:25:31 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812060725.wB67PVok037245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Dec 2018 07:25:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486737 - head/audio/synthpod-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/synthpod-lv2 X-SVN-Commit-Revision: 486737 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 679668360E X-Spamd-Result: default: False [-0.41 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_SPAM_SHORT(0.06)[0.063,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 07:25:33 -0000 Author: yuri Date: Thu Dec 6 07:25:31 2018 New Revision: 486737 URL: https://svnweb.freebsd.org/changeset/ports/486737 Log: audio/synthpod-lv2: Remove the Qt4 option due to deprecation Modified: head/audio/synthpod-lv2/Makefile head/audio/synthpod-lv2/pkg-plist Modified: head/audio/synthpod-lv2/Makefile ============================================================================== --- head/audio/synthpod-lv2/Makefile Thu Dec 6 06:46:08 2018 (r486736) +++ head/audio/synthpod-lv2/Makefile Thu Dec 6 07:25:31 2018 (r486737) @@ -3,7 +3,7 @@ PORTNAME= synthpod PORTVERSION= g20170810 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio PKGNAMESUFFIX= -lv2 @@ -19,18 +19,18 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= cmake compiler:c++11-lib pkgconfig localbase +USES= cmake:outsource compiler:c++11-lib pkgconfig localbase USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_TAGNAME= 07cae54 USE_CXXSTD= c++11 -CMAKE_ARGS= -DBUILD_ALSA="OFF" +CMAKE_OFF= BUILD_ALSA BUILD_SANDBOX_QT4 OPTIONS_DEFINE= JACK DUMMY DOT OPTIONS_DEFAULT=JACK X11 SHOW KX OPTIONS_GROUP= UI -OPTIONS_GROUP_UI= X11 GTK2 GTK3 QT4 QT5 SHOW KX +OPTIONS_GROUP_UI= X11 GTK2 GTK3 QT5 SHOW KX OPTIONS_SUB= yes DUMMY_DESC= Build DUMMY standalone host @@ -40,7 +40,6 @@ JACK_DESC= Build JACK standalone host X11_DESC= Build X11 sandbox GTK2_DESC= Build GTK-2 sandbox GTK3_DESC= Build GTK-3 sandbox -QT4_DESC= Build Qt-4 sandbox QT5_DESC= Build Qt-5 sandbox SHOW_DESC= Build show-iface sandbox @@ -50,35 +49,32 @@ DUMMY_LIB_DEPENDS= libuv.so:devel/libuv GTK2_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_GTK2="ON" GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +GTK2_USES= gl gnome GTK2_USE= XORG=x11,xcb,xext GL=gl,glu GNOME=glib20,gtk20,gdkpixbuf2,atk,cairo,pango gettext-runtime GTK3_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_GTK3="ON" +GTK3_USES= gl gnome GTK3_USE= XORG=x11,xcb,xext GL=glu GNOME=glib20,gtk30,gdkpixbuf2,atk,cairo,pango gettext-runtime JACK_LIB_DEPENDS= libjack.so:audio/jack \ libuv.so:devel/libuv JACK_CMAKE_OFF= -DBUILD_JACK="OFF" KX_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_KX="ON" +KX_USES= gl KX_USE= XORG=x11,xcb,xext GL=glu -QT4_USES= qt:4 -QT4_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_QT4="ON" -QT4_USE= XORG=x11,xcb,xext GL=glu QT=corelib,gui QT5_USES= qt:5 QT5_BROKEN= Build fails: https://github.com/OpenMusicKontrollers/synthpod/issues/10 QT5_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_QT5="ON" QT5_USE= XORG=x11,xcb,xext GL=glu QT=core,gui +SHOW_USES= gl SHOW_USE= XORG=x11,xcb,xext GL=glu SHOW_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_SHOW="ON" X11_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_X11="ON" X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm +X11_USES= gl X11_USE= XORG=x11,xcb,xext GL=gl,glu .include -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif - -.if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} || ${PORT_OPTIONS:MQT5} || ${PORT_OPTIONS:MSHOW} || ${PORT_OPTIONS:MKX} +.if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT5} || ${PORT_OPTIONS:MSHOW} || ${PORT_OPTIONS:MKX} PLIST_SUB+= UI="" .else PLIST_SUB+= UI="@comment " Modified: head/audio/synthpod-lv2/pkg-plist ============================================================================== --- head/audio/synthpod-lv2/pkg-plist Thu Dec 6 06:46:08 2018 (r486736) +++ head/audio/synthpod-lv2/pkg-plist Thu Dec 6 07:25:31 2018 (r486737) @@ -4,7 +4,6 @@ %%X11%%bin/synthpod_sandbox_x11 %%GTK2%%bin/synthpod_sandbox_gtk2 %%GTK3%%bin/synthpod_sandbox_gtk3 -%%QT4%%bin/synthpod_sandbox_qt4 %%QT5%%bin/synthpod_sandbox_qt5 %%SHOW%%bin/synthpod_sandbox_show %%KX%%bin/synthpod_sandbox_kx From owner-svn-ports-all@freebsd.org Thu Dec 6 07:40:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C226E1321054; Thu, 6 Dec 2018 07:40:33 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67A6383DC7; Thu, 6 Dec 2018 07:40:33 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 486F3207B1; Thu, 6 Dec 2018 07:40:33 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB67eXBA042725; Thu, 6 Dec 2018 07:40:33 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB67eWA5042723; Thu, 6 Dec 2018 07:40:32 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201812060740.wB67eWA5042723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 6 Dec 2018 07:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486740 - in branches/2018Q4/www: flashplayer linux-flashplayer X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in branches/2018Q4/www: flashplayer linux-flashplayer X-SVN-Commit-Revision: 486740 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 67A6383DC7 X-Spamd-Result: default: False [-0.86 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.33)[-0.327,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 07:40:34 -0000 Author: jkim Date: Thu Dec 6 07:40:32 2018 New Revision: 486740 URL: https://svnweb.freebsd.org/changeset/ports/486740 Log: MFH: r486739 Update to 32.0.0.101. https://helpx.adobe.com/security/products/flash-player/apsb18-42.html Approved by: ports-secteam (blanket) Modified: branches/2018Q4/www/flashplayer/Makefile branches/2018Q4/www/linux-flashplayer/Makefile branches/2018Q4/www/linux-flashplayer/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/flashplayer/Makefile ============================================================================== --- branches/2018Q4/www/flashplayer/Makefile Thu Dec 6 07:39:08 2018 (r486739) +++ branches/2018Q4/www/flashplayer/Makefile Thu Dec 6 07:40:32 2018 (r486740) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 31.0 -PORTREVISION= 2 +PORTVERSION= 32.0 CATEGORIES= www multimedia DISTFILES= Modified: branches/2018Q4/www/linux-flashplayer/Makefile ============================================================================== --- branches/2018Q4/www/linux-flashplayer/Makefile Thu Dec 6 07:39:08 2018 (r486739) +++ branches/2018Q4/www/linux-flashplayer/Makefile Thu Dec 6 07:40:32 2018 (r486740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 31.0.0.153 +PORTVERSION= 32.0.0.101 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2018Q4/www/linux-flashplayer/distinfo ============================================================================== --- branches/2018Q4/www/linux-flashplayer/distinfo Thu Dec 6 07:39:08 2018 (r486739) +++ branches/2018Q4/www/linux-flashplayer/distinfo Thu Dec 6 07:40:32 2018 (r486740) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542741577 -SHA256 (flashplayer/31.0.0.153/flash_player_npapi_linux.i386.tar.gz) = 478cf3011bcb0eebc87b08a718f07ca4aeff48f1ce5b15615da452df8793bb6b -SIZE (flashplayer/31.0.0.153/flash_player_npapi_linux.i386.tar.gz) = 8529821 +TIMESTAMP = 1544081072 +SHA256 (flashplayer/32.0.0.101/flash_player_npapi_linux.i386.tar.gz) = fa328e6f68a56522e7e5f3e47fc299796cbf3532a26885ff545a6b6aad6eb5ea +SIZE (flashplayer/32.0.0.101/flash_player_npapi_linux.i386.tar.gz) = 8528897 From owner-svn-ports-all@freebsd.org Thu Dec 6 07:39:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFA85131BD78; Thu, 6 Dec 2018 07:39:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E796583CE2; Thu, 6 Dec 2018 07:39:09 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6FD3207A9; Thu, 6 Dec 2018 07:39:09 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB67d9KZ042455; Thu, 6 Dec 2018 07:39:09 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB67d9g8042452; Thu, 6 Dec 2018 07:39:09 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201812060739.wB67d9g8042452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 6 Dec 2018 07:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486739 - in head/www: flashplayer linux-flashplayer X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/www: flashplayer linux-flashplayer X-SVN-Commit-Revision: 486739 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E796583CE2 X-Spamd-Result: default: False [-0.86 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.33)[-0.327,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 07:39:11 -0000 Author: jkim Date: Thu Dec 6 07:39:08 2018 New Revision: 486739 URL: https://svnweb.freebsd.org/changeset/ports/486739 Log: Update to 32.0.0.101. https://helpx.adobe.com/security/products/flash-player/apsb18-42.html Modified: head/www/flashplayer/Makefile head/www/linux-flashplayer/Makefile head/www/linux-flashplayer/distinfo Modified: head/www/flashplayer/Makefile ============================================================================== --- head/www/flashplayer/Makefile Thu Dec 6 07:28:23 2018 (r486738) +++ head/www/flashplayer/Makefile Thu Dec 6 07:39:08 2018 (r486739) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 31.0 -PORTREVISION= 2 +PORTVERSION= 32.0 CATEGORIES= www multimedia DISTFILES= Modified: head/www/linux-flashplayer/Makefile ============================================================================== --- head/www/linux-flashplayer/Makefile Thu Dec 6 07:28:23 2018 (r486738) +++ head/www/linux-flashplayer/Makefile Thu Dec 6 07:39:08 2018 (r486739) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 31.0.0.153 +PORTVERSION= 32.0.0.101 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: head/www/linux-flashplayer/distinfo ============================================================================== --- head/www/linux-flashplayer/distinfo Thu Dec 6 07:28:23 2018 (r486738) +++ head/www/linux-flashplayer/distinfo Thu Dec 6 07:39:08 2018 (r486739) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542741577 -SHA256 (flashplayer/31.0.0.153/flash_player_npapi_linux.i386.tar.gz) = 478cf3011bcb0eebc87b08a718f07ca4aeff48f1ce5b15615da452df8793bb6b -SIZE (flashplayer/31.0.0.153/flash_player_npapi_linux.i386.tar.gz) = 8529821 +TIMESTAMP = 1544081072 +SHA256 (flashplayer/32.0.0.101/flash_player_npapi_linux.i386.tar.gz) = fa328e6f68a56522e7e5f3e47fc299796cbf3532a26885ff545a6b6aad6eb5ea +SIZE (flashplayer/32.0.0.101/flash_player_npapi_linux.i386.tar.gz) = 8528897 From owner-svn-ports-all@freebsd.org Thu Dec 6 07:51:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B9641321BC9; Thu, 6 Dec 2018 07:51:45 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41E2084557; Thu, 6 Dec 2018 07:51:45 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22D4E209C8; Thu, 6 Dec 2018 07:51:45 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB67pju3051156; Thu, 6 Dec 2018 07:51:45 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB67pi2E051155; Thu, 6 Dec 2018 07:51:44 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201812060751.wB67pi2E051155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 6 Dec 2018 07:51:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486741 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 486741 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 41E2084557 X-Spamd-Result: default: False [-0.86 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.33)[-0.327,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 07:51:45 -0000 Author: jkim Date: Thu Dec 6 07:51:44 2018 New Revision: 486741 URL: https://svnweb.freebsd.org/changeset/ports/486741 Log: Document the latest Flash Player vulnerabilities. https://helpx.adobe.com/security/products/flash-player/apsb18-42.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 6 07:40:32 2018 (r486740) +++ head/security/vuxml/vuln.xml Thu Dec 6 07:51:44 2018 (r486741) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Flash Player -- multiple vulnerabilities + + + linux-flashplayer + 32.0.0.101 + + + + +

Adobe reports:

+
+
    +
  • This update resolves a use-after-free vulnerability that + could lead to arbitrary code execution (CVE-2018-15982).
  • +
  • This update resolves an insecure library loading vulnerability that + could lead to privilege escalation (CVE-2018-15983).
  • +
+
+ +
+ + CVE-2018-15982 + CVE-2018-15983 + https://helpx.adobe.com/security/products/flash-player/apsb18-42.html + + + 2018-12-05 + 2018-12-06 + +
+ jenkins -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Thu Dec 6 08:06:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 210C2132229D; Thu, 6 Dec 2018 08:06:51 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADA6384B3C; Thu, 6 Dec 2018 08:06:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BEE420C98; Thu, 6 Dec 2018 08:06:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB686oBa058054; Thu, 6 Dec 2018 08:06:50 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB686ob9058051; Thu, 6 Dec 2018 08:06:50 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812060806.wB686ob9058051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Dec 2018 08:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486742 - head/science/coordgenlibs X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/coordgenlibs X-SVN-Commit-Revision: 486742 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ADA6384B3C X-Spamd-Result: default: False [-0.86 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.33)[-0.327,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 08:06:51 -0000 Author: yuri Date: Thu Dec 6 08:06:49 2018 New Revision: 486742 URL: https://svnweb.freebsd.org/changeset/ports/486742 Log: science/coordgenlibs: Update 1.1 -> 1.2 Reported by: portscout Modified: head/science/coordgenlibs/Makefile head/science/coordgenlibs/distinfo head/science/coordgenlibs/pkg-plist Modified: head/science/coordgenlibs/Makefile ============================================================================== --- head/science/coordgenlibs/Makefile Thu Dec 6 07:51:44 2018 (r486741) +++ head/science/coordgenlibs/Makefile Thu Dec 6 08:06:49 2018 (r486742) @@ -2,7 +2,7 @@ PORTNAME= coordgenlibs DISTVERSIONPREFIX= v -DISTVERSION= 1.1 +DISTVERSION= 1.2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/science/coordgenlibs/distinfo ============================================================================== --- head/science/coordgenlibs/distinfo Thu Dec 6 07:51:44 2018 (r486741) +++ head/science/coordgenlibs/distinfo Thu Dec 6 08:06:49 2018 (r486742) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540452456 -SHA256 (schrodinger-coordgenlibs-v1.1_GH0.tar.gz) = ed98793e819ed9a5c4bc1a10cb3335d335cbf69f84f35b78ba4a66389a8dea4f -SIZE (schrodinger-coordgenlibs-v1.1_GH0.tar.gz) = 131353 +TIMESTAMP = 1544082636 +SHA256 (schrodinger-coordgenlibs-v1.2_GH0.tar.gz) = d67e9982cd7ab560edee7d68e75fbc983ea49629411673bbce681683be26be54 +SIZE (schrodinger-coordgenlibs-v1.2_GH0.tar.gz) = 131439 Modified: head/science/coordgenlibs/pkg-plist ============================================================================== --- head/science/coordgenlibs/pkg-plist Thu Dec 6 07:51:44 2018 (r486741) +++ head/science/coordgenlibs/pkg-plist Thu Dec 6 08:06:49 2018 (r486742) @@ -1,3 +1,4 @@ +include/coordgen/CoordgenConfig.hpp include/coordgen/CoordgenFragmentBuilder.h include/coordgen/CoordgenFragmenter.h include/coordgen/CoordgenMacrocycleBuilder.h @@ -17,4 +18,7 @@ include/coordgen/sketcherMinimizerResidue.h include/coordgen/sketcherMinimizerResidueInteraction.h include/coordgen/sketcherMinimizerRing.h include/coordgen/sketcherMinimizerStretchInteraction.h -lib/libcoordgenlibs.so +lib/libcoordgen.so +lib/libcoordgen.so.1 +lib/libcoordgen.so.1.2 +share/coordgen/templates.mae From owner-svn-ports-all@freebsd.org Thu Dec 6 08:13:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A73C2132292A; Thu, 6 Dec 2018 08:13:16 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478F785097; Thu, 6 Dec 2018 08:13:16 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22FCB20E2C; Thu, 6 Dec 2018 08:13:16 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB68DGQb062986; Thu, 6 Dec 2018 08:13:16 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB68DF0n062984; Thu, 6 Dec 2018 08:13:15 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812060813.wB68DF0n062984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Dec 2018 08:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486743 - head/dns/amass X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/dns/amass X-SVN-Commit-Revision: 486743 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 478F785097 X-Spamd-Result: default: False [-0.86 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.33)[-0.327,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 08:13:16 -0000 Author: yuri Date: Thu Dec 6 08:13:15 2018 New Revision: 486743 URL: https://svnweb.freebsd.org/changeset/ports/486743 Log: dns/amass: Update 2.8.3-4 -> 2.8.4 Reported by: repology Modified: head/dns/amass/Makefile head/dns/amass/distinfo Modified: head/dns/amass/Makefile ============================================================================== --- head/dns/amass/Makefile Thu Dec 6 08:06:49 2018 (r486742) +++ head/dns/amass/Makefile Thu Dec 6 08:13:15 2018 (r486743) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= amass -DISTVERSION= 2.8.3-4 -DISTVERSIONSUFFIX= -g935e6d5 +DISTVERSION= 2.8.4 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org Modified: head/dns/amass/distinfo ============================================================================== --- head/dns/amass/distinfo Thu Dec 6 08:06:49 2018 (r486742) +++ head/dns/amass/distinfo Thu Dec 6 08:13:15 2018 (r486743) @@ -1,6 +1,6 @@ -TIMESTAMP = 1542650548 -SHA256 (OWASP-Amass-2.8.3-4-g935e6d5_GH0.tar.gz) = f440c576f12a5a9f87c70b947705917e8da8ef9892f06bc9c18a64e98b4527a5 -SIZE (OWASP-Amass-2.8.3-4-g935e6d5_GH0.tar.gz) = 7940354 +TIMESTAMP = 1544083814 +SHA256 (OWASP-Amass-2.8.4_GH0.tar.gz) = b591048eb149a0167923923b9b6904847f6f5afba8a0c0af1f52e3c5289d225f +SIZE (OWASP-Amass-2.8.4_GH0.tar.gz) = 7940941 SHA256 (andybalholm-cascadia-v1.0.0_GH0.tar.gz) = 00ab6f915e958c9e0509836cd67082a802513459c12c4aa6e7a28ef37743ce52 SIZE (andybalholm-cascadia-v1.0.0_GH0.tar.gz) = 13232 SHA256 (asaskevich-EventBus-d46933a_GH0.tar.gz) = f1c2764fb95aa403c1de1445098c1a417985866983be8066316a9ae97a5bb5b7 From owner-svn-ports-all@freebsd.org Thu Dec 6 09:01:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A25DB13246DF; Thu, 6 Dec 2018 09:01:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4883787123; Thu, 6 Dec 2018 09:01:32 +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 2B1A12161B; Thu, 6 Dec 2018 09:01:32 +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 wB691Vgq085371; Thu, 6 Dec 2018 09:01:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB691VEf085370; Thu, 6 Dec 2018 09:01:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812060901.wB691VEf085370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 6 Dec 2018 09:01:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486744 - head/sysutils/p5-Sys-Hostname-Long X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/p5-Sys-Hostname-Long X-SVN-Commit-Revision: 486744 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4883787123 X-Spamd-Result: default: False [-0.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.36)[-0.356,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 09:01:32 -0000 Author: amdmi3 Date: Thu Dec 6 09:01:31 2018 New Revision: 486744 URL: https://svnweb.freebsd.org/changeset/ports/486744 Log: - Add LICENSE Approved by: portmgr blanket Modified: head/sysutils/p5-Sys-Hostname-Long/Makefile Modified: head/sysutils/p5-Sys-Hostname-Long/Makefile ============================================================================== --- head/sysutils/p5-Sys-Hostname-Long/Makefile Thu Dec 6 08:13:15 2018 (r486743) +++ head/sysutils/p5-Sys-Hostname-Long/Makefile Thu Dec 6 09:01:31 2018 (r486744) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tdb@FreeBSD.org COMMENT= Try every conceivable way to get full hostname +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 shebangfix SHEBANG_FILES= testall.pl USE_PERL5= configure From owner-svn-ports-all@freebsd.org Thu Dec 6 09:11:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FE1F1324A2A; Thu, 6 Dec 2018 09:11:36 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1AFE87617; Thu, 6 Dec 2018 09:11:35 +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 88887216BD; Thu, 6 Dec 2018 09:11:35 +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 wB69BZ1s090807; Thu, 6 Dec 2018 09:11:35 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB69BYJN090800; Thu, 6 Dec 2018 09:11:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812060911.wB69BYJN090800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 6 Dec 2018 09:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486745 - in head/graphics/gmic: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics/gmic: . files X-SVN-Commit-Revision: 486745 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C1AFE87617 X-Spamd-Result: default: False [-0.37 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_SPAM_SHORT(0.10)[0.104,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 09:11:36 -0000 Author: yuri Date: Thu Dec 6 09:11:34 2018 New Revision: 486745 URL: https://svnweb.freebsd.org/changeset/ports/486745 Log: graphics/gmic: Update 2.4.1 -> 2.4.2 Reported by: repology Modified: head/graphics/gmic/Makefile head/graphics/gmic/distinfo head/graphics/gmic/files/patch-CMakeLists.txt head/graphics/gmic/files/patch-src_gmic.cpp Modified: head/graphics/gmic/Makefile ============================================================================== --- head/graphics/gmic/Makefile Thu Dec 6 09:01:31 2018 (r486744) +++ head/graphics/gmic/Makefile Thu Dec 6 09:11:34 2018 (r486745) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gmic -DISTVERSION= 2.4.1 +DISTVERSION= 2.4.2 CATEGORIES= graphics MASTER_SITES= https://gmic.eu/files/source/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -21,7 +21,6 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libGraphicsMagick++.so:graphics/GraphicsMagick \ libIlmImf.so:graphics/openexr \ libImath.so:graphics/ilmbase \ - libomp.so:devel/openmp \ libopencv_core.so:graphics/opencv-core \ libopencv_video.so:graphics/opencv \ libpng.so:graphics/png \ @@ -37,9 +36,12 @@ CMAKE_ON= ENABLE_DYNAMIC_LINKING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -OPTIONS_DEFINE= PLUGINS X11 -OPTIONS_DEFAULT= X11 +OPTIONS_DEFINE= OPENMP PLUGINS X11 +OPTIONS_DEFAULT= OPENMP X11 OPTIONS_SUB= yes + +OPENMP_CMAKE_BOOL= ENABLE_OPENMP +OPENMP_LIB_DEPENDS= libomp.so:devel/openmp PLUGINS_CMAKE_BOOL= BUILD_PLUGIN PLUGINS_USE= GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango Modified: head/graphics/gmic/distinfo ============================================================================== --- head/graphics/gmic/distinfo Thu Dec 6 09:01:31 2018 (r486744) +++ head/graphics/gmic/distinfo Thu Dec 6 09:11:34 2018 (r486745) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542255893 -SHA256 (gmic_2.4.1.tar.gz) = 446b465d2ff7314add634115f6bffecd136ad96759eb92f76c03f231f44188d6 -SIZE (gmic_2.4.1.tar.gz) = 3809170 +TIMESTAMP = 1544084124 +SHA256 (gmic_2.4.2.tar.gz) = 0fae452232501ed7e50bbe2eaa96900a5b6daa7fb1d4366d207311bdc27d0762 +SIZE (gmic_2.4.2.tar.gz) = 3813264 Modified: head/graphics/gmic/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/gmic/files/patch-CMakeLists.txt Thu Dec 6 09:01:31 2018 (r486744) +++ head/graphics/gmic/files/patch-CMakeLists.txt Thu Dec 6 09:11:34 2018 (r486745) @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2018-10-04 13:30:14 UTC +--- CMakeLists.txt.orig 2018-12-06 08:43:18 UTC +++ CMakeLists.txt @@ -108,7 +108,7 @@ set(COMPILE_FLAGS "-Dgmic_build -Dcimg_u if(APPLE) @@ -14,9 +14,9 @@ # CImg.h header if(NOT EXISTS ${CMAKE_SOURCE_DIR}/src/CImg.h) - file(DOWNLOAD https://framagit.org/dtschump/CImg/raw/master/CImg.h ${CMAKE_SOURCE_DIR}/src/CImg.h) -- file(TOUCH ${CMAKE_SOURCE_DIR}/src/CImg.h) +- execute_process(COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_SOURCE_DIR}/src/CImg.h) + #file(DOWNLOAD https://framagit.org/dtschump/CImg/raw/master/CImg.h ${CMAKE_SOURCE_DIR}/src/CImg.h) -+ #file(TOUCH ${CMAKE_SOURCE_DIR}/src/CImg.h) ++ #execute_process(COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_SOURCE_DIR}/src/CImg.h) + execute_process(COMMAND ln -s ${CMAKE_INSTALL_PREFIX}/include/CImg.h ${CMAKE_SOURCE_DIR}/src/CImg.h) endif() Modified: head/graphics/gmic/files/patch-src_gmic.cpp ============================================================================== --- head/graphics/gmic/files/patch-src_gmic.cpp Thu Dec 6 09:01:31 2018 (r486744) +++ head/graphics/gmic/files/patch-src_gmic.cpp Thu Dec 6 09:11:34 2018 (r486745) @@ -1,6 +1,6 @@ ---- src/gmic.cpp.orig 2018-05-30 23:49:53 UTC +--- src/gmic.cpp.orig 2018-12-03 08:57:03 UTC +++ src/gmic.cpp -@@ -2224,7 +2224,7 @@ double gmic::mp_ext(char *const str, voi +@@ -2029,7 +2029,7 @@ double gmic::mp_ext(char *const str, voi // Manage correspondence between abort pointers and thread ids. CImgList gmic::list_p_is_abort = CImgList(); bool *gmic::abort_ptr(bool *const p_is_abort) { @@ -9,7 +9,7 @@ void* tid = (void*)(cimg_ulong)getpid(); #elif cimg_OS==1 void* tid = (void*)(cimg_ulong)syscall(SYS_gettid); -@@ -2557,7 +2557,7 @@ gmic::~gmic() { +@@ -2362,7 +2362,7 @@ gmic::~gmic() { #endif // #if cimg_display!=0 cimg::mutex(21); From owner-svn-ports-all@freebsd.org Thu Dec 6 09:31:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF8D313255FA; Thu, 6 Dec 2018 09:31:11 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 759D588A7A; Thu, 6 Dec 2018 09:31:11 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56E6A219EB; Thu, 6 Dec 2018 09:31:11 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB69VBuN000644; Thu, 6 Dec 2018 09:31:11 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB69VBjB000642; Thu, 6 Dec 2018 09:31:11 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201812060931.wB69VBjB000642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Thu, 6 Dec 2018 09:31:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486746 - head/multimedia/dtv-scan-tables X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: head/multimedia/dtv-scan-tables X-SVN-Commit-Revision: 486746 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 759D588A7A X-Spamd-Result: default: False [-0.44 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.09)[0.087,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 09:31:12 -0000 Author: decke Date: Thu Dec 6 09:31:10 2018 New Revision: 486746 URL: https://svnweb.freebsd.org/changeset/ports/486746 Log: multimedia/dtv-scan-tables: Update to 20180927 Modified: head/multimedia/dtv-scan-tables/Makefile head/multimedia/dtv-scan-tables/distinfo Modified: head/multimedia/dtv-scan-tables/Makefile ============================================================================== --- head/multimedia/dtv-scan-tables/Makefile Thu Dec 6 09:11:34 2018 (r486745) +++ head/multimedia/dtv-scan-tables/Makefile Thu Dec 6 09:31:10 2018 (r486746) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dtv-scan-tables -PORTVERSION= 20180606 +PORTVERSION= 20180927 CATEGORIES= multimedia MASTER_SITES= LOCAL/decke Modified: head/multimedia/dtv-scan-tables/distinfo ============================================================================== --- head/multimedia/dtv-scan-tables/distinfo Thu Dec 6 09:11:34 2018 (r486745) +++ head/multimedia/dtv-scan-tables/distinfo Thu Dec 6 09:31:10 2018 (r486746) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529399277 -SHA256 (dtv-scan-tables-20180606.tar.xz) = 49625e9f9a5c1d2759657698674049bef35ab85a803268ab493f43e272bf0b1a -SIZE (dtv-scan-tables-20180606.tar.xz) = 197404 +TIMESTAMP = 1544087068 +SHA256 (dtv-scan-tables-20180927.tar.xz) = e4116393519d5dd511dad8bf906d7e7ba0d42aff806048c3ddd170e95c07d8f3 +SIZE (dtv-scan-tables-20180927.tar.xz) = 197536 From owner-svn-ports-all@freebsd.org Thu Dec 6 09:31:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A2CE1325632; Thu, 6 Dec 2018 09:31:29 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4E3188B8E; Thu, 6 Dec 2018 09:31:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5B9521A03; Thu, 6 Dec 2018 09:31:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB69VS5f001654; Thu, 6 Dec 2018 09:31:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB69VSOF001652; Thu, 6 Dec 2018 09:31:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812060931.wB69VSOF001652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 6 Dec 2018 09:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486747 - head/net-im/ktp-accounts-kcm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-im/ktp-accounts-kcm X-SVN-Commit-Revision: 486747 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C4E3188B8E X-Spamd-Result: default: False [-0.44 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.09)[0.087,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 09:31:29 -0000 Author: amdmi3 Date: Thu Dec 6 09:31:27 2018 New Revision: 486747 URL: https://svnweb.freebsd.org/changeset/ports/486747 Log: - Add LICENSE - Update WWW - Add missing USES=gnome Approved by: portmgr blanket Modified: head/net-im/ktp-accounts-kcm/Makefile head/net-im/ktp-accounts-kcm/pkg-descr Modified: head/net-im/ktp-accounts-kcm/Makefile ============================================================================== --- head/net-im/ktp-accounts-kcm/Makefile Thu Dec 6 09:31:10 2018 (r486746) +++ head/net-im/ktp-accounts-kcm/Makefile Thu Dec 6 09:31:27 2018 (r486747) @@ -7,6 +7,9 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging account management module +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ libkaccounts.so:net-im/kaccounts-integration \ libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ @@ -14,11 +17,10 @@ LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 libKTpCommonInternals.so:net-im/ktp-common-internals \ libKF5AkonadiPrivate.so:databases/akonadi \ libsignon-qt5.so:sysutils/signon-qt5 - RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list \ ${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers -USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake:outsource gettext gnome kde:5 pkgconfig qt:5 tar:xz USE_GNOME= intltool USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \ iconthemes itemviews kcmutils kio notifications notifyconfig \ Modified: head/net-im/ktp-accounts-kcm/pkg-descr ============================================================================== --- head/net-im/ktp-accounts-kcm/pkg-descr Thu Dec 6 09:31:10 2018 (r486746) +++ head/net-im/ktp-accounts-kcm/pkg-descr Thu Dec 6 09:31:27 2018 (r486747) @@ -5,4 +5,4 @@ development of collaborative features for KDE Applicat This is a KControl module which handles adding/editing/removing Telepathy accounts. -WWW: http://community.kde.org/KTp +WWW: https://community.kde.org/KTp From owner-svn-ports-all@freebsd.org Thu Dec 6 09:33:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D9F313256D7; Thu, 6 Dec 2018 09:33:10 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B23FD88E97; Thu, 6 Dec 2018 09:33: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 9305C21B60; Thu, 6 Dec 2018 09:33: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 wB69X9ei004379; Thu, 6 Dec 2018 09:33:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB69X8H0004374; Thu, 6 Dec 2018 09:33:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812060933.wB69X8H0004374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 6 Dec 2018 09:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486748 - in head/www: firefox-esr firefox-esr-i18n firefox-esr/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www: firefox-esr firefox-esr-i18n firefox-esr/files X-SVN-Commit-Revision: 486748 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B23FD88E97 X-Spamd-Result: default: False [-0.16 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.35)[-0.349,0]; NEURAL_SPAM_LONG(0.04)[0.035,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.15)[0.153,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 09:33:10 -0000 Author: jbeich Date: Thu Dec 6 09:33:08 2018 New Revision: 486748 URL: https://svnweb.freebsd.org/changeset/ports/486748 Log: www/firefox-esr: update to 60.4.0 Changes: https://www.mozilla.org/firefox/60.4.0/releasenotes/ Security: d10b49b2-8d02-49e8-afde-0844626317af Added: head/www/firefox-esr/files/patch-bug1500850 (contents, props changed) Deleted: head/www/firefox-esr/files/patch-bug1500484 head/www/firefox-esr/files/patch-bug1509757 Modified: head/www/firefox-esr-i18n/Makefile (contents, props changed) head/www/firefox-esr-i18n/distinfo (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox-esr/distinfo (contents, props changed) Modified: head/www/firefox-esr-i18n/Makefile ============================================================================== --- head/www/firefox-esr-i18n/Makefile Thu Dec 6 09:31:27 2018 (r486747) +++ head/www/firefox-esr-i18n/Makefile Thu Dec 6 09:33:08 2018 (r486748) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 60.3.0 +PORTVERSION= 60.4.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: head/www/firefox-esr-i18n/distinfo ============================================================================== --- head/www/firefox-esr-i18n/distinfo Thu Dec 6 09:31:27 2018 (r486747) +++ head/www/firefox-esr-i18n/distinfo Thu Dec 6 09:33:08 2018 (r486748) @@ -1,197 +1,197 @@ -TIMESTAMP = 1539808809 -SHA256 (xpi/firefox-60.3.0/ach.xpi) = b0bbd33b33c22a7e30ca9e826295a256ea6a20008d98ca338579ccd8ec2d65b8 -SIZE (xpi/firefox-60.3.0/ach.xpi) = 496841 -SHA256 (xpi/firefox-60.3.0/af.xpi) = 8400214562e036bd28f6d9f785b38b5b071613aacd71ef4cc3fad511c99a16da -SIZE (xpi/firefox-60.3.0/af.xpi) = 487308 -SHA256 (xpi/firefox-60.3.0/an.xpi) = 7618a77771376a3decb22c6acdc2c0510bcd3a17fa70a40a3f07909889e04aa9 -SIZE (xpi/firefox-60.3.0/an.xpi) = 520503 -SHA256 (xpi/firefox-60.3.0/ar.xpi) = a1760344b5f2606162a63025d24fa33e9120825fad47c053cb77d0f98b86d574 -SIZE (xpi/firefox-60.3.0/ar.xpi) = 547820 -SHA256 (xpi/firefox-60.3.0/as.xpi) = fbc300eead3d622c571cdd20b1ae83afb4ca1b389ed17102c63f3ab279128492 -SIZE (xpi/firefox-60.3.0/as.xpi) = 530720 -SHA256 (xpi/firefox-60.3.0/ast.xpi) = cb9c277dfb621f24991397e18ddb954e2f924d08084b047c6f39dfe2e5a3a10c -SIZE (xpi/firefox-60.3.0/ast.xpi) = 508650 -SHA256 (xpi/firefox-60.3.0/az.xpi) = 94d260ba86acbe76ee2e709eded0e3ecbc58fa89a19b6c02da9a534d1a527851 -SIZE (xpi/firefox-60.3.0/az.xpi) = 524751 -SHA256 (xpi/firefox-60.3.0/be.xpi) = b4d5623c1e70c5bd9c283bab08f9f9c8dd434bb99ed696d3af266d9739f1ea69 -SIZE (xpi/firefox-60.3.0/be.xpi) = 580712 -SHA256 (xpi/firefox-60.3.0/bg.xpi) = 757a862d6ad512ba6229723f5717814d65865daf0fb716a1a194a94ae9f20ee9 -SIZE (xpi/firefox-60.3.0/bg.xpi) = 573846 -SHA256 (xpi/firefox-60.3.0/bn-BD.xpi) = e4c091c6da5dac795fcbc70465db877b5fbf589f6a9f54bce291df41f2d12cc2 -SIZE (xpi/firefox-60.3.0/bn-BD.xpi) = 590421 -SHA256 (xpi/firefox-60.3.0/bn-IN.xpi) = 6b4ee455d61f232a0be3e3e716b4de0b4b64a0ac22b6ca9f192b91b4ff0271d3 -SIZE (xpi/firefox-60.3.0/bn-IN.xpi) = 570868 -SHA256 (xpi/firefox-60.3.0/br.xpi) = 5c15684264a21adf00d99422c61a1188da88f0f8d0ce4d03c3d7db7f0c2b8c99 -SIZE (xpi/firefox-60.3.0/br.xpi) = 512026 -SHA256 (xpi/firefox-60.3.0/bs.xpi) = 031d2a80645bb3ce88f67af59dc152dc6596efd9910f640ff67a59fdcacaeedd -SIZE (xpi/firefox-60.3.0/bs.xpi) = 514715 -SHA256 (xpi/firefox-60.3.0/ca.xpi) = ebd248c1908cfd6f3d2db96026f65157b27c02b2676addf467290f09f4de8a89 -SIZE (xpi/firefox-60.3.0/ca.xpi) = 525261 -SHA256 (xpi/firefox-60.3.0/cak.xpi) = 894c9cb71202b485a6f8b3d468e655261e6757ed9864a11551966eacf76fb658 -SIZE (xpi/firefox-60.3.0/cak.xpi) = 536297 -SHA256 (xpi/firefox-60.3.0/cs.xpi) = 381d7bec5697fa67ffbdf6ce7242ed497c84adb7f0721d91fedbaf792050c1c9 -SIZE (xpi/firefox-60.3.0/cs.xpi) = 531796 -SHA256 (xpi/firefox-60.3.0/cy.xpi) = c76eb31941e263c0a075a64ed6f7e2d6c5d31e9315eeac42c153dd28327daa09 -SIZE (xpi/firefox-60.3.0/cy.xpi) = 516645 -SHA256 (xpi/firefox-60.3.0/da.xpi) = 98df9fb58f0aba5f3b4e033ed866ce2457a13b8afe967f4241ae7322de34ee0f -SIZE (xpi/firefox-60.3.0/da.xpi) = 510756 -SHA256 (xpi/firefox-60.3.0/de.xpi) = edd1630fe9b5690ae7d61f1f7458cc92fc3a5e7102f0320d65226d0b264c2c3c -SIZE (xpi/firefox-60.3.0/de.xpi) = 526517 -SHA256 (xpi/firefox-60.3.0/dsb.xpi) = 324a15e77b880a38d4b742dae73e6605248a4fd70f4fe85b6e944811d52c1c4c -SIZE (xpi/firefox-60.3.0/dsb.xpi) = 539521 -SHA256 (xpi/firefox-60.3.0/el.xpi) = a491e7a6becb3b52b2cbed482e2d34510df2cdf4cd96c26ceb279ab044ef8894 -SIZE (xpi/firefox-60.3.0/el.xpi) = 593698 -SHA256 (xpi/firefox-60.3.0/en-GB.xpi) = e0d2c4250ff2827af81f9d1e1e8feb854b36f3b713be7b58e699bb16d92dfdb6 -SIZE (xpi/firefox-60.3.0/en-GB.xpi) = 491692 -SHA256 (xpi/firefox-60.3.0/en-US.xpi) = 157a806a12db50ac9a76d57cdbb1f52f505c46965235e1fb59367f30bdc12588 -SIZE (xpi/firefox-60.3.0/en-US.xpi) = 473176 -SHA256 (xpi/firefox-60.3.0/en-ZA.xpi) = 0867633104fad73da1b9e4414dff19abaaa3d5bca6d26ac24f04ed64d905d086 -SIZE (xpi/firefox-60.3.0/en-ZA.xpi) = 474677 -SHA256 (xpi/firefox-60.3.0/eo.xpi) = 29d3734f5373e9fdd4518ac12ce4326d22a7b2e9db388a8d1cab463912f34d31 -SIZE (xpi/firefox-60.3.0/eo.xpi) = 511264 -SHA256 (xpi/firefox-60.3.0/es-AR.xpi) = 64068a5323988432eb3099049883fde8c95a05932481fb90377a9757890e04bf -SIZE (xpi/firefox-60.3.0/es-AR.xpi) = 524646 -SHA256 (xpi/firefox-60.3.0/es-CL.xpi) = f2b852a5bc64af838d18dd9b1ea04f870db724dbd2d6cc699aabb474dc7060ad -SIZE (xpi/firefox-60.3.0/es-CL.xpi) = 527324 -SHA256 (xpi/firefox-60.3.0/es-ES.xpi) = f3a631f4c93f53901e8283be53a1823b1711238a662054e30635f0bcdf9fbd6c -SIZE (xpi/firefox-60.3.0/es-ES.xpi) = 459961 -SHA256 (xpi/firefox-60.3.0/es-MX.xpi) = 5cfc96b9265ac2876f3f0679c31dcfaa7ea6e58a2baca257fc8315fc5af90c28 -SIZE (xpi/firefox-60.3.0/es-MX.xpi) = 528665 -SHA256 (xpi/firefox-60.3.0/et.xpi) = 29853371609e98f79a6d13e6ce9b4eef31171827b4f080defe2ca8b6e36c5e73 -SIZE (xpi/firefox-60.3.0/et.xpi) = 504975 -SHA256 (xpi/firefox-60.3.0/eu.xpi) = 7e0c7bd4ed9925a5eb615150f2894db534937c6e61275f7abf6749c27554fe34 -SIZE (xpi/firefox-60.3.0/eu.xpi) = 511705 -SHA256 (xpi/firefox-60.3.0/fa.xpi) = 982ef5263955a69cb3a0feeee297aaa7f3a6dc0638e471d7d38f4775c953be0f -SIZE (xpi/firefox-60.3.0/fa.xpi) = 566267 -SHA256 (xpi/firefox-60.3.0/ff.xpi) = e12573718b1e732dc74bc7e50965105524b7178dd01ecbbc26507868ad044e62 -SIZE (xpi/firefox-60.3.0/ff.xpi) = 512206 -SHA256 (xpi/firefox-60.3.0/fi.xpi) = 4f2260f65af52f0acb8f37ce6b879a8392e1d2b5e00090206f423f18d7ec7762 -SIZE (xpi/firefox-60.3.0/fi.xpi) = 506183 -SHA256 (xpi/firefox-60.3.0/fr.xpi) = 25ae7acb918f1c18f208d383f78a50060c572b25b4023ecdd68e0daebe832821 -SIZE (xpi/firefox-60.3.0/fr.xpi) = 536071 -SHA256 (xpi/firefox-60.3.0/fy-NL.xpi) = 25931239276a37e6ec314c4a3fbdabc6f4ac057859ae1ee43d1cb28ffd2ba49e -SIZE (xpi/firefox-60.3.0/fy-NL.xpi) = 524525 -SHA256 (xpi/firefox-60.3.0/ga-IE.xpi) = 229b78ccad71a1410dd3ce4db0c3a516057f757397fc74e43298ac0b5b345ecc -SIZE (xpi/firefox-60.3.0/ga-IE.xpi) = 526990 -SHA256 (xpi/firefox-60.3.0/gd.xpi) = 7461f37ac778784893e0eea6d402ccd94d83b334f760cedb0d1482fc47eeaf48 -SIZE (xpi/firefox-60.3.0/gd.xpi) = 520863 -SHA256 (xpi/firefox-60.3.0/gl.xpi) = bc1a55afdd71ee940896ce31ea0bceff71b3c8083a3f9d431938f8fd505151da -SIZE (xpi/firefox-60.3.0/gl.xpi) = 497372 -SHA256 (xpi/firefox-60.3.0/gn.xpi) = 35c1eabd982153cd123b7f571ea6c4da6586fa026cf675f4dc243c354bc0e283 -SIZE (xpi/firefox-60.3.0/gn.xpi) = 533216 -SHA256 (xpi/firefox-60.3.0/gu-IN.xpi) = d4304667fd3df6312fce7584e6370efa87e756a13943a2c35ca84f0bc9c3da4b -SIZE (xpi/firefox-60.3.0/gu-IN.xpi) = 590264 -SHA256 (xpi/firefox-60.3.0/he.xpi) = fec2341b62f4b77080ea02502eb0fdb3473b079fd713acea19f9f413e598b903 -SIZE (xpi/firefox-60.3.0/he.xpi) = 535980 -SHA256 (xpi/firefox-60.3.0/hi-IN.xpi) = c39860fa51dc60e11ef38925b24f835bccc82b0ac309e1d7dba06278ff58106b -SIZE (xpi/firefox-60.3.0/hi-IN.xpi) = 590859 -SHA256 (xpi/firefox-60.3.0/hr.xpi) = caabb52fc34a957e82a390795b3d4244984cce8c2762d9e3b7bbe600451210f0 -SIZE (xpi/firefox-60.3.0/hr.xpi) = 515964 -SHA256 (xpi/firefox-60.3.0/hsb.xpi) = 83157adce2b667cb7dac0657a4af8ba4e383372de6294ee3be27ed7eb8b136c2 -SIZE (xpi/firefox-60.3.0/hsb.xpi) = 537062 -SHA256 (xpi/firefox-60.3.0/hu.xpi) = f17b7caa46a2332b32a1ff28d410956bffed1f2181a687981f4407c09ada22de -SIZE (xpi/firefox-60.3.0/hu.xpi) = 538414 -SHA256 (xpi/firefox-60.3.0/hy-AM.xpi) = 1c512b4e76b4b0d09e84c3e61798cdefef5a4a8f8e94891f4b773f6e38d06c06 -SIZE (xpi/firefox-60.3.0/hy-AM.xpi) = 569420 -SHA256 (xpi/firefox-60.3.0/ia.xpi) = 9b36112a645f508e292d878e9608d9318dc8e24b428b83e09716b9dee6e0cb82 -SIZE (xpi/firefox-60.3.0/ia.xpi) = 510738 -SHA256 (xpi/firefox-60.3.0/id.xpi) = ccd1a33d9bce8a136c04d0c995c35b41d03bcf9af57969fca04f25236e0689ed -SIZE (xpi/firefox-60.3.0/id.xpi) = 502225 -SHA256 (xpi/firefox-60.3.0/is.xpi) = 42038be29be2db04236038e5ed7670e8d8549c728b1ddd62b98067b0dcb294c9 -SIZE (xpi/firefox-60.3.0/is.xpi) = 513268 -SHA256 (xpi/firefox-60.3.0/it.xpi) = 7b8e3b93b695f177edf3b9b1494cd0bed94020c3fef41154731a2285f82b4f85 -SIZE (xpi/firefox-60.3.0/it.xpi) = 399097 -SHA256 (xpi/firefox-60.3.0/ja.xpi) = 5944569b7061640bb8222b6a4cd2a6d205023fa7f9941a2ea581c8c292c4a07a -SIZE (xpi/firefox-60.3.0/ja.xpi) = 572018 -SHA256 (xpi/firefox-60.3.0/ka.xpi) = 3f01f709407db0a54a9cbb68f5752e01b6119e33c1bd579656aea76635f00f01 -SIZE (xpi/firefox-60.3.0/ka.xpi) = 556845 -SHA256 (xpi/firefox-60.3.0/kab.xpi) = 89d065986880411dae008cdb6c470c6ecb1cb6be443f6fd7180d9f5416e9837d -SIZE (xpi/firefox-60.3.0/kab.xpi) = 520399 -SHA256 (xpi/firefox-60.3.0/kk.xpi) = 904558c456c61bc3be4eb9f199f53842714ad4af29bf023acdf1ba413ec14d53 -SIZE (xpi/firefox-60.3.0/kk.xpi) = 582981 -SHA256 (xpi/firefox-60.3.0/km.xpi) = 3417c8a69cddc1910d014db92e1b053013ac0608dd33351cfd5be6c3ba2932f5 -SIZE (xpi/firefox-60.3.0/km.xpi) = 583109 -SHA256 (xpi/firefox-60.3.0/kn.xpi) = 6e70e100da9d1f52c35c76e409daece8d7618ade33a70f93f830bdab63e02cd8 -SIZE (xpi/firefox-60.3.0/kn.xpi) = 585876 -SHA256 (xpi/firefox-60.3.0/ko.xpi) = eaf4df8778c73c66837a60434dbcd5965b5e9e072c6a8d38ffa18d40214a856d -SIZE (xpi/firefox-60.3.0/ko.xpi) = 547827 -SHA256 (xpi/firefox-60.3.0/lij.xpi) = df0c792859d12a7767450d565100076b6b443a048f6610b70a0dbdb563171168 -SIZE (xpi/firefox-60.3.0/lij.xpi) = 513182 -SHA256 (xpi/firefox-60.3.0/lt.xpi) = d3052013cdde28d225df6dd30c176e74ec809bc280fad8c760b7bcf65d374570 -SIZE (xpi/firefox-60.3.0/lt.xpi) = 536462 -SHA256 (xpi/firefox-60.3.0/lv.xpi) = 2132094914101026ad4289fb7b0386fa5ddaf3219494d1dca49e2a2bb4d6e108 -SIZE (xpi/firefox-60.3.0/lv.xpi) = 526416 -SHA256 (xpi/firefox-60.3.0/mai.xpi) = 64f4672c2a08d1b6f94236e470fd12ab9388384de58691520b630bc006c569e6 -SIZE (xpi/firefox-60.3.0/mai.xpi) = 549255 -SHA256 (xpi/firefox-60.3.0/mk.xpi) = 8a1e5ad944012e97aeda5688ad7c757d0ac764a5c7d7e5772055ba6c23ad87f1 -SIZE (xpi/firefox-60.3.0/mk.xpi) = 513806 -SHA256 (xpi/firefox-60.3.0/ml.xpi) = ef12810a590838668fa7587017c4f6c3944e58b477697efe2bca1cebe0e5e4b4 -SIZE (xpi/firefox-60.3.0/ml.xpi) = 598984 -SHA256 (xpi/firefox-60.3.0/mr.xpi) = 3f15817200c0b1d0ea8300aa445ec763b46bf8760343715e487d251a16f2c953 -SIZE (xpi/firefox-60.3.0/mr.xpi) = 579122 -SHA256 (xpi/firefox-60.3.0/ms.xpi) = 962bccb389ea981a9811a042227e7ee799eb29676f6e47d113ceb92500ea396e -SIZE (xpi/firefox-60.3.0/ms.xpi) = 509558 -SHA256 (xpi/firefox-60.3.0/my.xpi) = b7b51250ceb1679033e6a8777eba2757eefd100e31344a24a542d60d6dac54a0 -SIZE (xpi/firefox-60.3.0/my.xpi) = 570353 -SHA256 (xpi/firefox-60.3.0/nb-NO.xpi) = e528f52231e6c606c5fefa17a89bd9f2f90fd7ca92c99ad48c3f96f77aabdc74 -SIZE (xpi/firefox-60.3.0/nb-NO.xpi) = 509890 -SHA256 (xpi/firefox-60.3.0/ne-NP.xpi) = e8ab7d05fb37ea7346c9b57fcc036c629f733b1781a51848039a556cc888a396 -SIZE (xpi/firefox-60.3.0/ne-NP.xpi) = 555364 -SHA256 (xpi/firefox-60.3.0/nl.xpi) = 6d396039913d40892fe97a7f958ef556ddc393d9e633a896e823763efd4e4868 -SIZE (xpi/firefox-60.3.0/nl.xpi) = 517461 -SHA256 (xpi/firefox-60.3.0/nn-NO.xpi) = 06aa328df682316401aac6505c8432395822fc0e7b66f77d2335ededd8ef074d -SIZE (xpi/firefox-60.3.0/nn-NO.xpi) = 511433 -SHA256 (xpi/firefox-60.3.0/oc.xpi) = 971296802cb03b9be4757a58a839a9361227d56015a48a1f7470527245d92e44 -SIZE (xpi/firefox-60.3.0/oc.xpi) = 526981 -SHA256 (xpi/firefox-60.3.0/or.xpi) = 68f5476c66afd69c8db8ab2ce97b688da92539363604c7322ba107357c40ae87 -SIZE (xpi/firefox-60.3.0/or.xpi) = 540872 -SHA256 (xpi/firefox-60.3.0/pa-IN.xpi) = f9ec0cbda3ad58af64e02683882fe4ddcf64a9d198459f8de96205e4ad15b7e1 -SIZE (xpi/firefox-60.3.0/pa-IN.xpi) = 557874 -SHA256 (xpi/firefox-60.3.0/pl.xpi) = d371b1b7a1b5cbe3023a199feb3a1050a9840435be895e8501e3c08d0e72136d -SIZE (xpi/firefox-60.3.0/pl.xpi) = 419029 -SHA256 (xpi/firefox-60.3.0/pt-BR.xpi) = 9ad73bb14bc107dd9e8879b9104f23cc7547c7b4fe7f3e0bcd2dc1379ce2d4fb -SIZE (xpi/firefox-60.3.0/pt-BR.xpi) = 514770 -SHA256 (xpi/firefox-60.3.0/pt-PT.xpi) = 6e908c6f731e747a3a2a560e3a4e762298180cfa40b961572727de7683014b7a -SIZE (xpi/firefox-60.3.0/pt-PT.xpi) = 519361 -SHA256 (xpi/firefox-60.3.0/rm.xpi) = 3221db1c1cf6e593979001d50ea6963bb3bfd071dbcd1db8088a29b7670b5b7d -SIZE (xpi/firefox-60.3.0/rm.xpi) = 506051 -SHA256 (xpi/firefox-60.3.0/ro.xpi) = b3f129decde7df529a48040bcb10f99ae0b1650fadfd4573c119b8ef72e9e800 -SIZE (xpi/firefox-60.3.0/ro.xpi) = 514054 -SHA256 (xpi/firefox-60.3.0/ru.xpi) = 1c321fc3a6c10b5fdb7bce1f1f35815a9fb5741f278831b1e563462530d71c5e -SIZE (xpi/firefox-60.3.0/ru.xpi) = 591395 -SHA256 (xpi/firefox-60.3.0/si.xpi) = d3d8d5e3a554520f59eca3f4dd94a6e3a76119ff0e9daca9b67fa45495330c0f -SIZE (xpi/firefox-60.3.0/si.xpi) = 545581 -SHA256 (xpi/firefox-60.3.0/sk.xpi) = 2d86ae5527abc5f76d36b8d9f9095c1ba644ee569c29576315a13a7c0b2c81db -SIZE (xpi/firefox-60.3.0/sk.xpi) = 541703 -SHA256 (xpi/firefox-60.3.0/sl.xpi) = 82ba340140fcafcd26bdc8f9b77f2cfdd24811ac4f6c635cf864f89cabe5802e -SIZE (xpi/firefox-60.3.0/sl.xpi) = 519378 -SHA256 (xpi/firefox-60.3.0/son.xpi) = a454960ee79f47e6086ee96e63585b6a347c9789515fa4d22abd1d540bb582d1 -SIZE (xpi/firefox-60.3.0/son.xpi) = 497697 -SHA256 (xpi/firefox-60.3.0/sq.xpi) = 297265d54732fed1ee8f8f73eec2da69302ca5b3539d319204e917ec42b3d823 -SIZE (xpi/firefox-60.3.0/sq.xpi) = 521266 -SHA256 (xpi/firefox-60.3.0/sr.xpi) = 281d3bd00cd90f2ffde53b20cf696e92e9f4fa5479e0ac37828b3c94844e80a2 -SIZE (xpi/firefox-60.3.0/sr.xpi) = 548777 -SHA256 (xpi/firefox-60.3.0/sv-SE.xpi) = 208b39fce0317f3ec05e6b4677de5114f819e1e0ed8d9627aa61131c807465e7 -SIZE (xpi/firefox-60.3.0/sv-SE.xpi) = 518662 -SHA256 (xpi/firefox-60.3.0/ta.xpi) = bad74c913de6faae2a3cff0c8868aaf571a159624c0ca9496f760ee1cadb4277 -SIZE (xpi/firefox-60.3.0/ta.xpi) = 577925 -SHA256 (xpi/firefox-60.3.0/te.xpi) = a5dc3a8deda27ae74652b085f226dd8309b5dc772a0ae536c774a251eb2aa1e1 -SIZE (xpi/firefox-60.3.0/te.xpi) = 590955 -SHA256 (xpi/firefox-60.3.0/th.xpi) = 690ed8b98d20c9f57e1e368ae422e3fc851a9faedfddff5e934cbea854493ca1 -SIZE (xpi/firefox-60.3.0/th.xpi) = 562819 -SHA256 (xpi/firefox-60.3.0/tr.xpi) = f5a8ac9153b63667c7521ca1cf7c010e640dd2ef2a1e9d895968d30fd53a3a34 -SIZE (xpi/firefox-60.3.0/tr.xpi) = 525854 -SHA256 (xpi/firefox-60.3.0/uk.xpi) = 208a172100fe7229b39b67d64fd6820b390df0c8fb4c342f34d187383319254b -SIZE (xpi/firefox-60.3.0/uk.xpi) = 580918 -SHA256 (xpi/firefox-60.3.0/ur.xpi) = 34a0b11c65558236ca0b8ec682ef6077c31b6509d92f0211ba4839c6891e8d59 -SIZE (xpi/firefox-60.3.0/ur.xpi) = 563372 -SHA256 (xpi/firefox-60.3.0/uz.xpi) = 9e29fd77c44845d591b51c5dc1ced6ca0b21068d3aeb3a729658ab6a2e608657 -SIZE (xpi/firefox-60.3.0/uz.xpi) = 513688 -SHA256 (xpi/firefox-60.3.0/vi.xpi) = ac2628d8d3ed74f5c6be86b4875cf739bb5b2e871c83c605161bcd82229f14f8 -SIZE (xpi/firefox-60.3.0/vi.xpi) = 528186 -SHA256 (xpi/firefox-60.3.0/xh.xpi) = 0685ffa285c674bb79b6d2f11f87a1a4092622a4fce48640bee4dfccdc68d7df -SIZE (xpi/firefox-60.3.0/xh.xpi) = 511853 -SHA256 (xpi/firefox-60.3.0/zh-CN.xpi) = 920feb459841eaf3e87c3cc5359f7a352b222262854e3e94bfdf2bcc5a2a4c43 -SIZE (xpi/firefox-60.3.0/zh-CN.xpi) = 543582 -SHA256 (xpi/firefox-60.3.0/zh-TW.xpi) = e57bd11987d45fd7c5062b4629f599f4b1b4873866498f6213a5118964755d42 -SIZE (xpi/firefox-60.3.0/zh-TW.xpi) = 541908 +TIMESTAMP = 1543878683 +SHA256 (xpi/firefox-60.4.0/ach.xpi) = 6c5994f79cd186bd9c12b309f7fe4dcccfea6467cdef752e5808f8b999f4e863 +SIZE (xpi/firefox-60.4.0/ach.xpi) = 496839 +SHA256 (xpi/firefox-60.4.0/af.xpi) = 533f29c135b81f87b4d0e16a1c1024bb88fb765530006346632dfcabae775efd +SIZE (xpi/firefox-60.4.0/af.xpi) = 487313 +SHA256 (xpi/firefox-60.4.0/an.xpi) = 1386a3c3ec49171f0f36cc402e42947da237f685c337c350190de260b65d0c08 +SIZE (xpi/firefox-60.4.0/an.xpi) = 520500 +SHA256 (xpi/firefox-60.4.0/ar.xpi) = 28c1493982afd32ccb1533140fdc2f72cf5202be6917a6ee549d44a93180ce91 +SIZE (xpi/firefox-60.4.0/ar.xpi) = 547812 +SHA256 (xpi/firefox-60.4.0/as.xpi) = 8686a58ecba3b3fc16335ce3178f7958c0d3a2af36a9365ce73ec946af87bfbd +SIZE (xpi/firefox-60.4.0/as.xpi) = 530723 +SHA256 (xpi/firefox-60.4.0/ast.xpi) = b4a37f8336ca24670c83d9efb92ffb4ed263c1a5d3a9bf4219f887eb80ea5d90 +SIZE (xpi/firefox-60.4.0/ast.xpi) = 508654 +SHA256 (xpi/firefox-60.4.0/az.xpi) = 6aec8e5f2ec6e6022a64ffa78d362355fad1b1bc244bd98bdf8ed357e0c27c51 +SIZE (xpi/firefox-60.4.0/az.xpi) = 524747 +SHA256 (xpi/firefox-60.4.0/be.xpi) = 830f80a2d2d82067a44a39b10d13b9ca48c19703ae346f561bf39230fc67c33d +SIZE (xpi/firefox-60.4.0/be.xpi) = 580716 +SHA256 (xpi/firefox-60.4.0/bg.xpi) = aea44af29929a9623c2eec09841c1886d6f5ca28cc5850cbbf4bfc6f9629ae40 +SIZE (xpi/firefox-60.4.0/bg.xpi) = 573847 +SHA256 (xpi/firefox-60.4.0/bn-BD.xpi) = b9a405fb1188b9f9d0e412653ccfb3bf7ac0442a97fecdecf03a62e8cf45f5f6 +SIZE (xpi/firefox-60.4.0/bn-BD.xpi) = 590424 +SHA256 (xpi/firefox-60.4.0/bn-IN.xpi) = cd470e9980bcd4695c144cb6015e3daa35a996743916404574959d9dd441076d +SIZE (xpi/firefox-60.4.0/bn-IN.xpi) = 570865 +SHA256 (xpi/firefox-60.4.0/br.xpi) = 509881c785d1a9f55cf7fa9e30de444ac9af5886748dca4a2cd45df60d9df257 +SIZE (xpi/firefox-60.4.0/br.xpi) = 512028 +SHA256 (xpi/firefox-60.4.0/bs.xpi) = b9c140cc80ea283c014b14261fdb9a9ef3b80a555bf82006d75ac4e1ca267e0a +SIZE (xpi/firefox-60.4.0/bs.xpi) = 514708 +SHA256 (xpi/firefox-60.4.0/ca.xpi) = b93070ce533d706d81aa23d8c86d40f7b4ab12530a61eab1db16f044616156dc +SIZE (xpi/firefox-60.4.0/ca.xpi) = 525255 +SHA256 (xpi/firefox-60.4.0/cak.xpi) = 247ea7d7505d4b628cb61f2e3cc3f117ad6361b4068651e7ef9e1e2d6e2daaa9 +SIZE (xpi/firefox-60.4.0/cak.xpi) = 536300 +SHA256 (xpi/firefox-60.4.0/cs.xpi) = 61a1b2ac458acb878b117c1d6c69a84754d1b6aa0c0cabfb4949dab8c4d72e12 +SIZE (xpi/firefox-60.4.0/cs.xpi) = 531794 +SHA256 (xpi/firefox-60.4.0/cy.xpi) = 973c736b181fe17fa9178a56520ee1fe859bd29fb34ee4d608025e9ad32daa79 +SIZE (xpi/firefox-60.4.0/cy.xpi) = 516632 +SHA256 (xpi/firefox-60.4.0/da.xpi) = 9a4cdbfa1d7a8df5d8d0cf593e702ab9a64a0d7bf8f7e5e5f52c0b926a1a2bb9 +SIZE (xpi/firefox-60.4.0/da.xpi) = 510750 +SHA256 (xpi/firefox-60.4.0/de.xpi) = 4fd7c13c3f7d3b35f4e8e6b78c0ffc346ac997dabdbcdc4ae325b32ba9205f53 +SIZE (xpi/firefox-60.4.0/de.xpi) = 526520 +SHA256 (xpi/firefox-60.4.0/dsb.xpi) = b3146a23988fed470c20a464e24bccaa32436b1c496a7c3cb7b6f88c7c445966 +SIZE (xpi/firefox-60.4.0/dsb.xpi) = 539525 +SHA256 (xpi/firefox-60.4.0/el.xpi) = e4063533df98d216b95513782536c5df4ce61e3c1c04a16d5454767fb091395c +SIZE (xpi/firefox-60.4.0/el.xpi) = 593689 +SHA256 (xpi/firefox-60.4.0/en-GB.xpi) = 63ed16629f8abacc5246760e87878604390f5501bfaf81770cd9d772cf74963a +SIZE (xpi/firefox-60.4.0/en-GB.xpi) = 491695 +SHA256 (xpi/firefox-60.4.0/en-US.xpi) = c253f340f02c8c3a1d0dbf7b68fde4055892e69fc45c0e144ff74fd487dadacd +SIZE (xpi/firefox-60.4.0/en-US.xpi) = 473178 +SHA256 (xpi/firefox-60.4.0/en-ZA.xpi) = 0c1b753e59455191a79d5f11c2dfbec7778dbf39242eb49a668c5eb297fba33a +SIZE (xpi/firefox-60.4.0/en-ZA.xpi) = 474674 +SHA256 (xpi/firefox-60.4.0/eo.xpi) = 449f6581cb43407675aae277b37b974d7785b6526956fb2434cf4bef60d44e60 +SIZE (xpi/firefox-60.4.0/eo.xpi) = 511268 +SHA256 (xpi/firefox-60.4.0/es-AR.xpi) = 014b6a3dd4fba99c19c61ebc9a886147aedd69fbc4d5f5d26970cd14319f9d8b +SIZE (xpi/firefox-60.4.0/es-AR.xpi) = 524653 +SHA256 (xpi/firefox-60.4.0/es-CL.xpi) = 60437b90b11c35ae0071d491a17af9b9708fd570db85a0c1643178ac1d9fa65e +SIZE (xpi/firefox-60.4.0/es-CL.xpi) = 527320 +SHA256 (xpi/firefox-60.4.0/es-ES.xpi) = e99b60f519a100303c7a36af33cf65146043a74f676e9c7996f7e21c211ea01d +SIZE (xpi/firefox-60.4.0/es-ES.xpi) = 459964 +SHA256 (xpi/firefox-60.4.0/es-MX.xpi) = 3d77b4a0d3beabc64208198479192e00e1eeb184def90e9dcc5ab27676b18138 +SIZE (xpi/firefox-60.4.0/es-MX.xpi) = 528665 +SHA256 (xpi/firefox-60.4.0/et.xpi) = 6ce4afd678cd214b76671b2a8aa63d58cbe85d32692c27c221ee13f6bd8095a9 +SIZE (xpi/firefox-60.4.0/et.xpi) = 504965 +SHA256 (xpi/firefox-60.4.0/eu.xpi) = 4adb45e03a94dd409a84ee466127871c338e4c842e46218f48474e7c676be125 +SIZE (xpi/firefox-60.4.0/eu.xpi) = 511708 +SHA256 (xpi/firefox-60.4.0/fa.xpi) = 8869a4c54df2806563e97f60144c78137ab539295870d22ae616b8e6b4508a31 +SIZE (xpi/firefox-60.4.0/fa.xpi) = 566264 +SHA256 (xpi/firefox-60.4.0/ff.xpi) = 31870f3e69c7c4c87b933ccde828da337012a1cd48c90d585ce878fea235557f +SIZE (xpi/firefox-60.4.0/ff.xpi) = 512205 +SHA256 (xpi/firefox-60.4.0/fi.xpi) = ce639812fd26d480cbb132400a114a1dbfd83a9c97da6a68f633dbec638a74da +SIZE (xpi/firefox-60.4.0/fi.xpi) = 506183 +SHA256 (xpi/firefox-60.4.0/fr.xpi) = f7f52f50f36835be12707c4e44e3000b12a9ba7533d110930289499fee1a995f +SIZE (xpi/firefox-60.4.0/fr.xpi) = 536067 +SHA256 (xpi/firefox-60.4.0/fy-NL.xpi) = b0f419ee2bfb6cb0da3ebcf5f43f7d2b4435161b12ffc1d922946353b64ad543 +SIZE (xpi/firefox-60.4.0/fy-NL.xpi) = 524530 +SHA256 (xpi/firefox-60.4.0/ga-IE.xpi) = 27890cb3850aa0dc2795ba474b6671e90386068d602fc7b3b82e325afa05334f +SIZE (xpi/firefox-60.4.0/ga-IE.xpi) = 526983 +SHA256 (xpi/firefox-60.4.0/gd.xpi) = c611343e3305c61c0bb3fbe2b9a54efea092e714930bbe3f40c0bdb1630a9d5a +SIZE (xpi/firefox-60.4.0/gd.xpi) = 520873 +SHA256 (xpi/firefox-60.4.0/gl.xpi) = f9278c95c96c097597a3c226ae3bf516c47be6967f96ee993c47eb382b185a1d +SIZE (xpi/firefox-60.4.0/gl.xpi) = 497370 +SHA256 (xpi/firefox-60.4.0/gn.xpi) = f9a80dd819a039c4923eb6be6b99bad8ddfa3929b8fd0aa033a020c1d271bebd +SIZE (xpi/firefox-60.4.0/gn.xpi) = 533216 +SHA256 (xpi/firefox-60.4.0/gu-IN.xpi) = f0428fe69468ebd2eea170d9d7257f86c348b233dafb5ff351e8e026158ffe54 +SIZE (xpi/firefox-60.4.0/gu-IN.xpi) = 590266 +SHA256 (xpi/firefox-60.4.0/he.xpi) = 1c77961f575e7987507f5ebc7c91b8d104a0dccc893db6bdfc1ad4e03d92f760 +SIZE (xpi/firefox-60.4.0/he.xpi) = 535985 +SHA256 (xpi/firefox-60.4.0/hi-IN.xpi) = af38739494d7348e7e5f53b1c14548110f8f5d1869e4de2f2c559fc458a69218 +SIZE (xpi/firefox-60.4.0/hi-IN.xpi) = 590865 +SHA256 (xpi/firefox-60.4.0/hr.xpi) = 21b05b3332c8c417b21133291b9189c929339bd33ac85c0e133c1762e6899296 +SIZE (xpi/firefox-60.4.0/hr.xpi) = 515957 +SHA256 (xpi/firefox-60.4.0/hsb.xpi) = 7bac818f9228cfc14f2ce2630af40a19ca62a8f698f30bd42dc12274e3dc5428 +SIZE (xpi/firefox-60.4.0/hsb.xpi) = 537060 +SHA256 (xpi/firefox-60.4.0/hu.xpi) = ca76e1ad2f5b0566d1e724173482131d0dbf001e0f7ffd15eff2108e645155c9 +SIZE (xpi/firefox-60.4.0/hu.xpi) = 538411 +SHA256 (xpi/firefox-60.4.0/hy-AM.xpi) = 56fd2362e3472b24fa9f193c1bb518a45fc8f66ec761f1cd0a2d6ab50d7931b9 +SIZE (xpi/firefox-60.4.0/hy-AM.xpi) = 569416 +SHA256 (xpi/firefox-60.4.0/ia.xpi) = 472f3f127a0bd1b40336ab002bf169bc75a91b99f620e102dc5641e804f2759f +SIZE (xpi/firefox-60.4.0/ia.xpi) = 510729 +SHA256 (xpi/firefox-60.4.0/id.xpi) = 6d19a040775eed58b3bdbe6ea4b7d471c2a7501936f5e8e9a860cd50302ef0c6 +SIZE (xpi/firefox-60.4.0/id.xpi) = 502222 +SHA256 (xpi/firefox-60.4.0/is.xpi) = cb3929f9aacfec38027e2d7e9aaeeed3c8480904b39318ceb7d46396292a1150 +SIZE (xpi/firefox-60.4.0/is.xpi) = 513273 +SHA256 (xpi/firefox-60.4.0/it.xpi) = eb437d8fb09550dab8660076185d8c229f5d3e7cde03698896dce7bc983d7671 +SIZE (xpi/firefox-60.4.0/it.xpi) = 399106 +SHA256 (xpi/firefox-60.4.0/ja.xpi) = 4effde2a5c6694281a81a6d47e3a4422655db06329721923e5a13a2e0757ebef +SIZE (xpi/firefox-60.4.0/ja.xpi) = 572011 +SHA256 (xpi/firefox-60.4.0/ka.xpi) = 96591b99c9516c93bde22783bbec58a5cbcffc272e5688229b51a1adc10f82e8 +SIZE (xpi/firefox-60.4.0/ka.xpi) = 556851 +SHA256 (xpi/firefox-60.4.0/kab.xpi) = 8b0ea6983a234e50fa502ed7d8e42201fb8dc186395296a52bbf282c4a66b9b0 +SIZE (xpi/firefox-60.4.0/kab.xpi) = 520400 +SHA256 (xpi/firefox-60.4.0/kk.xpi) = ded846cfe2cb80f129d2874648c3dbc714bfce43ec0e56b54977f0a4b62ecc3a +SIZE (xpi/firefox-60.4.0/kk.xpi) = 582977 +SHA256 (xpi/firefox-60.4.0/km.xpi) = 8205b3a0e405750e6bbef1a4bcd0375374d0651761d28718b8257d9e5065e080 +SIZE (xpi/firefox-60.4.0/km.xpi) = 583111 +SHA256 (xpi/firefox-60.4.0/kn.xpi) = d80186be24ddceee96b87f80138a370e8879b4100954bf18d2e38b7785482a61 +SIZE (xpi/firefox-60.4.0/kn.xpi) = 585871 +SHA256 (xpi/firefox-60.4.0/ko.xpi) = ec0444e78fa7651873ed5576f052117b02baa6e24228bed4baf820307919988f +SIZE (xpi/firefox-60.4.0/ko.xpi) = 547828 +SHA256 (xpi/firefox-60.4.0/lij.xpi) = 089f2bdeeedef607aa6fd3b83a1be73d24a1ecf59d4127689690ef0511b88975 +SIZE (xpi/firefox-60.4.0/lij.xpi) = 513181 +SHA256 (xpi/firefox-60.4.0/lt.xpi) = 52b69dc62f1b0915aabea613a32dc438e9ecdb04cf5bf0a86486ccabb59ae951 +SIZE (xpi/firefox-60.4.0/lt.xpi) = 536463 +SHA256 (xpi/firefox-60.4.0/lv.xpi) = 77d97caaf9ce22a35b43e3723219323002a1cb7d013470cefa99020b6b8fa4e1 +SIZE (xpi/firefox-60.4.0/lv.xpi) = 526417 +SHA256 (xpi/firefox-60.4.0/mai.xpi) = 3a30240c7c2d3d8428a6c2a902ebcc8c427f6348b4f0115b3dc16ebde87b9081 +SIZE (xpi/firefox-60.4.0/mai.xpi) = 549248 +SHA256 (xpi/firefox-60.4.0/mk.xpi) = 400e9920beaf8ba0e7deb085c5a3fcdd01e9331bc17d6f72aa9037051b9a779b +SIZE (xpi/firefox-60.4.0/mk.xpi) = 513808 +SHA256 (xpi/firefox-60.4.0/ml.xpi) = 5fa399baa1ebe7839a100602cfc224e826f5eb19af071a52cd820cc7970ca230 +SIZE (xpi/firefox-60.4.0/ml.xpi) = 598979 +SHA256 (xpi/firefox-60.4.0/mr.xpi) = dd72dd03d4d17d7cf31a1a226b4a0c3409dd009394404b3cb8f54f9b2f942334 +SIZE (xpi/firefox-60.4.0/mr.xpi) = 579111 +SHA256 (xpi/firefox-60.4.0/ms.xpi) = b30f0459ab5450a32d4afce816358506fe2893407f83b1766e397ad523616cc7 +SIZE (xpi/firefox-60.4.0/ms.xpi) = 509556 +SHA256 (xpi/firefox-60.4.0/my.xpi) = 96695c1a83f8be86281594b985f7e9b8b457851f2e96b93627aaf4d4559ea51e +SIZE (xpi/firefox-60.4.0/my.xpi) = 570351 +SHA256 (xpi/firefox-60.4.0/nb-NO.xpi) = e0b532164d0c205ad7f0ecb1c385056d594cd6739881eca9d3a41ad01b12d265 +SIZE (xpi/firefox-60.4.0/nb-NO.xpi) = 509887 +SHA256 (xpi/firefox-60.4.0/ne-NP.xpi) = 2070c51153b071a762ee86b79b08b5cc949c169c15f1b970eb8e10765285122b +SIZE (xpi/firefox-60.4.0/ne-NP.xpi) = 555363 +SHA256 (xpi/firefox-60.4.0/nl.xpi) = ff01bbc0b7f14bdcac59c172772607cbd2e7b39fa6606eb823e5c7b836b8c6be +SIZE (xpi/firefox-60.4.0/nl.xpi) = 517458 +SHA256 (xpi/firefox-60.4.0/nn-NO.xpi) = d4bf54a03f8340cef80ff2bb2f052d64904da6b861bd69da8d13d65eaeef9ecf +SIZE (xpi/firefox-60.4.0/nn-NO.xpi) = 511433 +SHA256 (xpi/firefox-60.4.0/oc.xpi) = 396d39257841d62d0ba0bd0afa52363959221d2cdc75fbaeedcf7f18246cb199 +SIZE (xpi/firefox-60.4.0/oc.xpi) = 526984 +SHA256 (xpi/firefox-60.4.0/or.xpi) = de5a59fc86a8f3bec1889b642eea1bfc0ed71306f6536e43028e75f004842040 +SIZE (xpi/firefox-60.4.0/or.xpi) = 540864 +SHA256 (xpi/firefox-60.4.0/pa-IN.xpi) = 6829648639d2501a9836f09f23e087a7d6011868eea65728a818a35182f67643 +SIZE (xpi/firefox-60.4.0/pa-IN.xpi) = 557874 +SHA256 (xpi/firefox-60.4.0/pl.xpi) = aa76272480d526d462c33809b90d018ad8f2bfa23f62703623c85c18329bab60 +SIZE (xpi/firefox-60.4.0/pl.xpi) = 419029 +SHA256 (xpi/firefox-60.4.0/pt-BR.xpi) = 9876de5ac0d45af3a2f97e7a354215b3bdc766674565ee1a2fabd4d97b3388c5 +SIZE (xpi/firefox-60.4.0/pt-BR.xpi) = 514761 +SHA256 (xpi/firefox-60.4.0/pt-PT.xpi) = 50ab49d5a76a234f65b2577af92a2e0805743212e3995f58d66e61540b4790b7 +SIZE (xpi/firefox-60.4.0/pt-PT.xpi) = 519363 +SHA256 (xpi/firefox-60.4.0/rm.xpi) = 3f09406658fa066aceb85053897fba5c4798bc7e035ee803443bbacb2cc40293 +SIZE (xpi/firefox-60.4.0/rm.xpi) = 506044 +SHA256 (xpi/firefox-60.4.0/ro.xpi) = 1417b4da31080b1d9a1e4fba9d8dbd8127150cac276f1754522ec40a7f2dbfbc +SIZE (xpi/firefox-60.4.0/ro.xpi) = 514056 +SHA256 (xpi/firefox-60.4.0/ru.xpi) = b54cb486377eaaf7a5ff5c01e3ee6eaab55a0c893afd513868dbc29df38a6eb8 +SIZE (xpi/firefox-60.4.0/ru.xpi) = 591396 +SHA256 (xpi/firefox-60.4.0/si.xpi) = 2d30b26181b6cf1f62f21e58c8220cf4f07fdef498c6501f9f62b164af282eee +SIZE (xpi/firefox-60.4.0/si.xpi) = 545576 +SHA256 (xpi/firefox-60.4.0/sk.xpi) = 0a9109c3d40b9dcfadc39399acf805182e8713fcc8f600e472b084289c30277f +SIZE (xpi/firefox-60.4.0/sk.xpi) = 541703 +SHA256 (xpi/firefox-60.4.0/sl.xpi) = 9e892bf500c93a414ce4b9ec92f41241cd7b8fae45379aa5e0bdccb2c931370b +SIZE (xpi/firefox-60.4.0/sl.xpi) = 519373 +SHA256 (xpi/firefox-60.4.0/son.xpi) = ff261bc0ef624014c4d5fd91d45ad7445fdb82517353fbf1a2f5ba749fa3a572 +SIZE (xpi/firefox-60.4.0/son.xpi) = 497700 +SHA256 (xpi/firefox-60.4.0/sq.xpi) = 43fdaebedb1c10d9706340cc4636e732cdd0288eee9a328a322e6b486666fa89 +SIZE (xpi/firefox-60.4.0/sq.xpi) = 521262 +SHA256 (xpi/firefox-60.4.0/sr.xpi) = 9f7226ad8764daf416147b859a54416cb020f324c3f956c78c806e7259ec56f5 +SIZE (xpi/firefox-60.4.0/sr.xpi) = 548773 +SHA256 (xpi/firefox-60.4.0/sv-SE.xpi) = 1800232094c7155114105002dd33c08f2fdcc92e41551ba1d480f4612e7f7077 +SIZE (xpi/firefox-60.4.0/sv-SE.xpi) = 518658 +SHA256 (xpi/firefox-60.4.0/ta.xpi) = 5270288b98966f6b3fa3276b2a02e03ca38dca33bb757190ee2999d5b64d309c +SIZE (xpi/firefox-60.4.0/ta.xpi) = 577921 +SHA256 (xpi/firefox-60.4.0/te.xpi) = 1df0426f98e4096818c2c37dcf7c77d3f5c0f5f0ffe2a1f69820e4ee5ef9dad5 +SIZE (xpi/firefox-60.4.0/te.xpi) = 590964 +SHA256 (xpi/firefox-60.4.0/th.xpi) = 3ae7e912052724a7b9c63a51889a49596cadd8718db53aaad91a41aaf4bdbd7b +SIZE (xpi/firefox-60.4.0/th.xpi) = 562819 +SHA256 (xpi/firefox-60.4.0/tr.xpi) = 2deb102c37e8d5dc006ad1eb551f17fd0363d3930009cd42f2057a9432872663 +SIZE (xpi/firefox-60.4.0/tr.xpi) = 525859 +SHA256 (xpi/firefox-60.4.0/uk.xpi) = ccb412aef1f753adf3d8d0f00064ceb577e1a93ef81219fd80e378edbf116900 +SIZE (xpi/firefox-60.4.0/uk.xpi) = 580919 +SHA256 (xpi/firefox-60.4.0/ur.xpi) = d5baa384cf1ad6c4b8e92f5751aab31ad7a10464936d7b9af347c69e7c1c8924 +SIZE (xpi/firefox-60.4.0/ur.xpi) = 563382 +SHA256 (xpi/firefox-60.4.0/uz.xpi) = c0a2ed70997900393a4db969603a7acf20418a2fd998768ced127bb507a061a0 +SIZE (xpi/firefox-60.4.0/uz.xpi) = 513686 +SHA256 (xpi/firefox-60.4.0/vi.xpi) = ff4c4893b0313e3ea7720c7b4dc485229f0228f6a86f943789bb4f0b371ed788 +SIZE (xpi/firefox-60.4.0/vi.xpi) = 528187 +SHA256 (xpi/firefox-60.4.0/xh.xpi) = bd455ced24f9f38bfbba68a7f0781d78d1e0eb2f2590e6fc666bf4bc3e1db8d9 +SIZE (xpi/firefox-60.4.0/xh.xpi) = 511859 +SHA256 (xpi/firefox-60.4.0/zh-CN.xpi) = 47037f75daba786f81a4789ab84b7c77d9d5fe5f14c1de266715ff12193df3ce +SIZE (xpi/firefox-60.4.0/zh-CN.xpi) = 543585 +SHA256 (xpi/firefox-60.4.0/zh-TW.xpi) = 5bee6ca745bc28ecc64c7d89fc9c4914e8d9fc22b2add02b94a8b856b77a8f19 +SIZE (xpi/firefox-60.4.0/zh-TW.xpi) = 541910 Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Thu Dec 6 09:31:27 2018 (r486747) +++ head/www/firefox-esr/Makefile Thu Dec 6 09:33:08 2018 (r486748) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.3.0 -PORTREVISION= 5 +DISTVERSION= 60.4.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} Modified: head/www/firefox-esr/distinfo ============================================================================== --- head/www/firefox-esr/distinfo Thu Dec 6 09:31:27 2018 (r486747) +++ head/www/firefox-esr/distinfo Thu Dec 6 09:33:08 2018 (r486748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539808809 -SHA256 (firefox-60.3.0esr.source.tar.xz) = 5566f3181aba169cae4b026cf1ea5e6b477d3e91b575fb3a42b5a33eeb2b5361 -SIZE (firefox-60.3.0esr.source.tar.xz) = 268340600 +TIMESTAMP = 1543878683 +SHA256 (firefox-60.4.0esr.source.tar.xz) = 205258548c3f245d42377b338f0db1272df39489d61305c39b83e52750ebff85 +SIZE (firefox-60.4.0esr.source.tar.xz) = 268425148 Added: head/www/firefox-esr/files/patch-bug1500850 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox-esr/files/patch-bug1500850 Thu Dec 6 09:33:08 2018 (r486748) @@ -0,0 +1,26 @@ +commit 4425b9140c4c +Author: Martin Stransky +Date: Mon Oct 22 09:14:07 2018 +0000 + + Bug 1500850 - [Wayland] Add missing dbus header dbus-glib-lowlevel.h. r=jhorak, a=RyanVM + + Differential Revision: https://phabricator.services.mozilla.com/D9365 + + --HG-- + extra : source : 5203edd6ea29e4b73681674d2a5268dd6a310102 +--- + widget/xremoteclient/DBusRemoteClient.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git widget/xremoteclient/DBusRemoteClient.cpp widget/xremoteclient/DBusRemoteClient.cpp +index ba5bda06201d..b2f03dccc133 100644 +--- widget/xremoteclient/DBusRemoteClient.cpp ++++ widget/xremoteclient/DBusRemoteClient.cpp +@@ -13,6 +13,7 @@ + #include "nsPrintfCString.h" + + #include ++#include + + using mozilla::LogLevel; + static mozilla::LazyLogModule sRemoteLm("DBusRemoteClient"); From owner-svn-ports-all@freebsd.org Thu Dec 6 10:48:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4779E1327290; Thu, 6 Dec 2018 10:48:47 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E05DE8B2E0; Thu, 6 Dec 2018 10:48:46 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C17FA226CB; Thu, 6 Dec 2018 10:48:46 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6AmkIw040390; Thu, 6 Dec 2018 10:48:46 GMT (envelope-from skozlov@FreeBSD.org) Received: (from skozlov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6AmkSt040388; Thu, 6 Dec 2018 10:48:46 GMT (envelope-from skozlov@FreeBSD.org) Message-Id: <201812061048.wB6AmkSt040388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skozlov set sender to skozlov@FreeBSD.org using -f From: "Serhii (Sergey) Kozlov" Date: Thu, 6 Dec 2018 10:48:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486749 - head/net/intel-ixl-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: skozlov X-SVN-Commit-Paths: head/net/intel-ixl-kmod X-SVN-Commit-Revision: 486749 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E05DE8B2E0 X-Spamd-Result: default: False [-1.05 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.52)[-0.521,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 10:48:47 -0000 Author: skozlov Date: Thu Dec 6 10:48:46 2018 New Revision: 486749 URL: https://svnweb.freebsd.org/changeset/ports/486749 Log: net/intel-ixl-kmod: Update from 1.9.13 to 1.10.4 Summary: - Update distinfo - Bump PORTVERSION - Remove PORTREVISION Approved By: sbruno (mentor) Differential Revision: https://reviews.freebsd.org/D18438 Modified: head/net/intel-ixl-kmod/Makefile head/net/intel-ixl-kmod/distinfo Modified: head/net/intel-ixl-kmod/Makefile ============================================================================== --- head/net/intel-ixl-kmod/Makefile Thu Dec 6 09:33:08 2018 (r486748) +++ head/net/intel-ixl-kmod/Makefile Thu Dec 6 10:48:46 2018 (r486749) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= ixl -PORTVERSION?= 1.9.13 -PORTREVISION?= 1 +PORTVERSION?= 1.10.4 CATEGORIES= net MASTER_SITES= https://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ \ http://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ Modified: head/net/intel-ixl-kmod/distinfo ============================================================================== --- head/net/intel-ixl-kmod/distinfo Thu Dec 6 09:33:08 2018 (r486748) +++ head/net/intel-ixl-kmod/distinfo Thu Dec 6 10:48:46 2018 (r486749) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530096050 -SHA256 (ixl-1.9.13.tar.gz) = 6b2ff4b9ee64d573522bf65711abe3837627b4f9959ae6a0d1b6be853202c9cf -SIZE (ixl-1.9.13.tar.gz) = 271062 +TIMESTAMP = 1544021313 +SHA256 (ixl-1.10.4.tar.gz) = 981e76d40664798aea1045837b4121056a5dbf88e2b29e62968c23e45205211d +SIZE (ixl-1.10.4.tar.gz) = 273388 From owner-svn-ports-all@freebsd.org Thu Dec 6 10:50:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02BD013273E4; Thu, 6 Dec 2018 10:50:43 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CFD08B56E; Thu, 6 Dec 2018 10:50:42 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D89E226E8; Thu, 6 Dec 2018 10:50:42 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6Aog7h040644; Thu, 6 Dec 2018 10:50:42 GMT (envelope-from skozlov@FreeBSD.org) Received: (from skozlov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6Aogl2040642; Thu, 6 Dec 2018 10:50:42 GMT (envelope-from skozlov@FreeBSD.org) Message-Id: <201812061050.wB6Aogl2040642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skozlov set sender to skozlov@FreeBSD.org using -f From: "Serhii (Sergey) Kozlov" Date: Thu, 6 Dec 2018 10:50:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486750 - in head/devel/staf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: skozlov X-SVN-Commit-Paths: in head/devel/staf: . files X-SVN-Commit-Revision: 486750 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9CFD08B56E X-Spamd-Result: default: False [-1.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_HAM_SHORT(-0.53)[-0.527,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 10:50:43 -0000 Author: skozlov Date: Thu Dec 6 10:50:41 2018 New Revision: 486750 URL: https://svnweb.freebsd.org/changeset/ports/486750 Log: devel/staf: Unbreak for openssl111 Summary: - Unbreak for openssl111 using patch https://sourceforge.net/p/staf/bugs/1593/#f4aa - Pet stage-qa by making symlinks relational Approved By: sbruno (mentor) Differential Revision: https://reviews.freebsd.org/D18440 Added: head/devel/staf/files/patch-stafproc_STAFFSService.cpp (contents, props changed) Modified: head/devel/staf/Makefile Modified: head/devel/staf/Makefile ============================================================================== --- head/devel/staf/Makefile Thu Dec 6 10:48:46 2018 (r486749) +++ head/devel/staf/Makefile Thu Dec 6 10:50:41 2018 (r486750) @@ -3,6 +3,7 @@ PORTNAME= staf PORTVERSION= 3.4.26 +PORTREVISION= 1 CATEGORIES= devel net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/V${PORTVERSION} DISTNAME= STAF${PORTVERSION:S/.//g}-src @@ -13,9 +14,6 @@ COMMENT= Software Testing Automation Framework LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE.htm -BROKEN_SSL= openssl111 -BROKEN_SSL_REASON_openssl111= variable has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st') - WRKSRC= ${WRKDIR}/src WRKSRC_SUBDIR= ${PORTNAME} INSTALL_WRKSRC= ${WRKDIR}/rel/freebsd/staf/${STAF_BUILD_TYPE} @@ -151,8 +149,8 @@ do-install: .for bin in ${STAF_BIN_FILES} ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/bin/${bin} ${STAGEDIR}${PREFIX}/bin/ .endfor - ${LN} -s ${PREFIX}/bin/STAF ${STAGEDIR}${PREFIX}/bin/staf - ${LN} -s ${PREFIX}/bin/FmtLog ${STAGEDIR}${PREFIX}/bin/fmtlog + ${LN} -s STAF ${STAGEDIR}${PREFIX}/bin/staf + ${LN} -s FmtLog ${STAGEDIR}${PREFIX}/bin/fmtlog .for lib in ${STAF_LIB_FILES} ${INSTALL_LIB} ${INSTALL_WRKSRC}/lib/${lib} ${STAGEDIR}${PREFIX}/lib/ .endfor Added: head/devel/staf/files/patch-stafproc_STAFFSService.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/staf/files/patch-stafproc_STAFFSService.cpp Thu Dec 6 10:50:41 2018 (r486750) @@ -0,0 +1,39 @@ +--- stafproc/STAFFSService.cpp.orig 2016-12-31 04:11:18 UTC ++++ stafproc/STAFFSService.cpp +@@ -4451,12 +4451,11 @@ STAFServiceResult STAFFSService::handleG + + unsigned int fileLength = lowerSize; + +- EVP_MD_CTX mdctx; ++ EVP_MD_CTX* mdctx = EVP_MD_CTX_create(); + unsigned char md_value[EVP_MAX_MD_SIZE]; + unsigned int md_len; + +- EVP_MD_CTX_init(&mdctx); +- EVP_DigestInit_ex(&mdctx, md, NULL); ++ EVP_DigestInit_ex(mdctx, md, NULL); + + // Read the entire file using a buffer size of 4096 bytes and + // update the digest with the buffer +@@ -4475,7 +4474,7 @@ STAFServiceResult STAFFSService::handleG + + if (rc != kSTAFOk) break; + +- EVP_DigestUpdate(&mdctx, fileBuffer, writeLength); ++ EVP_DigestUpdate(mdctx, fileBuffer, writeLength); + fileLength -= writeLength; + bytesCopied += writeLength; + } +@@ -4485,10 +4484,10 @@ STAFServiceResult STAFFSService::handleG + if (rc == kSTAFOk) + { + // Get the checksum value +- EVP_DigestFinal_ex(&mdctx, md_value, &md_len); ++ EVP_DigestFinal_ex(mdctx, md_value, &md_len); + } + +- EVP_MD_CTX_cleanup(&mdctx); ++ EVP_MD_CTX_destroy(mdctx); + + if (rc == kSTAFOk) + { From owner-svn-ports-all@freebsd.org Thu Dec 6 11:22:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 144F31327FAA; Thu, 6 Dec 2018 11:22:34 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8D028C743; Thu, 6 Dec 2018 11:22:33 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9999B22D72; Thu, 6 Dec 2018 11:22:33 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6BMXd0064207; Thu, 6 Dec 2018 11:22:33 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6BMCak063413; Thu, 6 Dec 2018 11:22:12 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812061122.wB6BMCak063413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 6 Dec 2018 11:22:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486751 - in head: archivers/pecl-phk converters/pecl-fribidi databases/mysqldumper databases/pear-MDB2_Driver_mysql databases/pear-Structures_DataGrid_DataSource_DBQuery databases/pear... X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: archivers/pecl-phk converters/pecl-fribidi databases/mysqldumper databases/pear-MDB2_Driver_mysql databases/pear-Structures_DataGrid_DataSource_DBQuery databases/pear-Structures_DataGrid_Data... X-SVN-Commit-Revision: 486751 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B8D028C743 X-Spamd-Result: default: False [-0.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.35)[-0.349,0]; NEURAL_SPAM_LONG(0.04)[0.035,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.62)[-0.622,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 11:22:34 -0000 Author: rene Date: Thu Dec 6 11:22:12 2018 New Revision: 486751 URL: https://svnweb.freebsd.org/changeset/ports/486751 Log: Remove version 7.0 from the IGNORE_WITH_PHP list. Modified: head/archivers/pecl-phk/Makefile head/converters/pecl-fribidi/Makefile head/databases/mysqldumper/Makefile head/databases/pear-MDB2_Driver_mysql/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile head/databases/pecl-chdb/Makefile head/databases/pecl-dbase/Makefile head/databases/pecl-drizzle/Makefile head/databases/pecl-leveldb/Makefile head/databases/pecl-memcache/Makefile head/databases/pecl-memcached2/Makefile head/databases/pecl-mongo/Makefile head/databases/pecl-pdo_user/Makefile head/databases/pecl-rrd1/Makefile head/databases/pecl-tokyo_tyrant/Makefile head/databases/php-mdcached/Makefile head/databases/php5-tarantool/Makefile head/databases/sqlbuddy/Makefile head/deskutils/phpcollab/Makefile head/deskutils/simplegroupware/Makefile head/deskutils/surrealtodo/Makefile head/devel/pecl-APCu4/Makefile head/devel/pecl-expect/Makefile head/devel/pecl-gearman/Makefile head/devel/pecl-htscanner/Makefile head/devel/pecl-inotify/Makefile head/devel/pecl-intl/Makefile head/devel/pecl-jsmin2/Makefile head/devel/pecl-jsonc/Makefile head/devel/pecl-jsonnet/Makefile head/devel/pecl-judy/Makefile head/devel/pecl-libevent/Makefile head/devel/pecl-memoize/Makefile head/devel/pecl-msgpack0/Makefile head/devel/pecl-ncurses/Makefile head/devel/pecl-newt/Makefile head/devel/pecl-params/Makefile head/devel/pecl-propro/Makefile head/devel/pecl-pthreads2/Makefile head/devel/pecl-qb/Makefile head/devel/pecl-raphf/Makefile head/devel/pecl-runkit/Makefile head/devel/pecl-scream/Makefile head/devel/pecl-spl_types/Makefile head/devel/pecl-statgrab/Makefile head/devel/pecl-strict/Makefile head/devel/pecl-svn/Makefile head/devel/pecl-test_helpers/Makefile head/devel/pecl-uopz/Makefile head/devel/pecl-uploadprogress/Makefile head/devel/pecl-uri_template/Makefile head/devel/pecl-vld/Makefile head/devel/pecl-weakref/Makefile head/devel/pecl-xhprof/Makefile head/devel/php-jq/Makefile head/devel/php-memoize/Makefile head/devel/php-scalar_objects/Makefile head/devel/php-uprofiler/Makefile head/devel/php5-blitz-devel/Makefile head/devel/php5-blitz/Makefile head/devel/php5-dav/Makefile head/devel/php5-ice/Makefile head/devel/php5-pinba/Makefile head/devel/php5-thrift/Makefile head/finance/php-tclink/Makefile head/games/mkgichessclub/Makefile head/graphics/mapserver/Makefile head/graphics/pecl-gmagick/Makefile head/graphics/pecl-imlib2/Makefile head/graphics/php-gdal/Makefile head/graphics/php-libpuzzle/Makefile head/graphics/php-magickwand/Makefile head/graphics/php5-ffmpeg/Makefile head/japanese/php5-mecab/Makefile head/lang/pecl-perl/Makefile head/lang/php56-extensions/Makefile head/lang/php56/Makefile.ext head/lang/php71-extensions/Makefile head/lang/php71/Makefile.ext head/lang/php72-extensions/Makefile head/lang/php72/Makefile.ext head/lang/php73-extensions/Makefile head/lang/php73/Makefile.ext head/mail/dracmail/Makefile head/mail/pecl-mailparse2/Makefile head/mail/pecl-pop3/Makefile head/math/pecl-big_int/Makefile head/math/pecl-bitset2/Makefile head/math/pecl-stats/Makefile head/math/pecl-trader/Makefile head/net-im/pecl-stomp/Makefile head/net-mgmt/cacti88/Makefile head/net-mgmt/hawk/Makefile head/net-mgmt/ipplan/Makefile head/net-mgmt/nedi/Makefile head/net-mgmt/pandorafms_console/Makefile head/net-mgmt/phpip/Makefile head/net-mgmt/zabbix22-frontend/Makefile head/net-mgmt/zabbix3-frontend/Makefile head/net-mgmt/zabbix32-frontend/Makefile head/net-mgmt/zabbix34-frontend/Makefile head/net-mgmt/zabbix4-frontend/Makefile head/net/pecl-apn/Makefile head/net/pecl-ip2location/Makefile head/net/pecl-mosquitto/Makefile head/net/pecl-oauth/Makefile head/net/pecl-yaz/Makefile head/net/pecl-yp/Makefile head/ports-mgmt/tinderbox/Makefile head/print/pecl-haru/Makefile head/print/pecl-ps/Makefile head/security/pecl-crack/Makefile head/security/pecl-mcrypt/Makefile head/security/pecl-ssh2-0/Makefile head/security/php-suhosin/Makefile head/security/phpdeadlock/Makefile head/sysutils/pecl-mogilefs/Makefile head/textproc/libmrss-php/Makefile head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile head/textproc/pecl-ctemplate/Makefile head/textproc/pecl-doublemetaphone/Makefile head/textproc/pecl-stem/Makefile head/textproc/pecl-syck/Makefile head/textproc/pecl-wbxml/Makefile head/textproc/pecl-xdiff/Makefile head/textproc/pecl-xslcache/Makefile head/textproc/pecl-yaml1/Makefile head/www/asterisk-stat/Makefile head/www/atutor/Makefile head/www/claroline/Makefile head/www/cmsmadesimple/Makefile head/www/coppermine/Makefile head/www/dotproject/Makefile head/www/entrans/Makefile head/www/fluxbb/Makefile head/www/gallery3/Makefile head/www/kplaylist/Makefile head/www/limesurvey/Makefile head/www/magento/Makefile head/www/mahara/Makefile head/www/mysar/Makefile head/www/netoffice/Makefile head/www/oscommerce/Makefile head/www/pecl-amfext/Makefile head/www/pecl-http1/Makefile head/www/pecl-http2/Makefile head/www/pecl-sphinx/Makefile head/www/pecl-swish/Makefile head/www/pecl-twig/Makefile head/www/pecl-yaf2/Makefile head/www/pecl-yar1/Makefile head/www/php-templates/Makefile head/www/phpgroupware/Makefile head/www/phprecipebook/Makefile head/www/redaxo/Makefile head/www/revive-adserver/Makefile head/www/rnews/Makefile head/www/sams2/Makefile head/www/sit/Makefile head/www/sitebar/Makefile head/www/testlink/Makefile head/www/typo3-9/Makefile head/www/usermanager/Makefile head/www/xcache/Makefile Modified: head/archivers/pecl-phk/Makefile ============================================================================== --- head/archivers/pecl-phk/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/archivers/pecl-phk/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -16,7 +16,7 @@ LICENSE= PHP301 USES= php:pecl USE_PHP= hash:build -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --enable-phk Modified: head/converters/pecl-fribidi/Makefile ============================================================================== --- head/converters/pecl-fribidi/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/converters/pecl-fribidi/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,7 +15,7 @@ EXPIRATION_DATE= 2018-12-30 LIB_DEPENDS= libfribidi.so:converters/fribidi USES= php:pecl pkgconfig -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --with-fribidi=${LOCALBASE} Modified: head/databases/mysqldumper/Makefile ============================================================================== --- head/databases/mysqldumper/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/mysqldumper/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -23,7 +23,7 @@ OPTIONS_DEFAULT=APACHE PORTSCOUT= limit:^[0-9\.]*$$ -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 NO_ARCH= yes NO_BUILD= yes USE_PHP= ftp mysql session zlib Modified: head/databases/pear-MDB2_Driver_mysql/Makefile ============================================================================== --- head/databases/pear-MDB2_Driver_mysql/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pear-MDB2_Driver_mysql/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -19,6 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/ USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 NO_ARCH= yes .include Modified: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/ USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 NO_ARCH= yes .include Modified: head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/ USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 NO_ARCH= yes .include Modified: head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/ USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 NO_ARCH= yes .include Modified: head/databases/pecl-chdb/Makefile ============================================================================== --- head/databases/pecl-chdb/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pecl-chdb/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcmph.so:devel/cmph RUN_DEPENDS= ${LOCALBASE}/lib/libcmph.so:devel/cmph USES= php:ext -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CFLAGS+= -L${LOCALBASE}/lib Modified: head/databases/pecl-dbase/Makefile ============================================================================== --- head/databases/pecl-dbase/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pecl-dbase/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -14,6 +14,6 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/databases/pecl-drizzle/Makefile ============================================================================== --- head/databases/pecl-drizzle/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pecl-drizzle/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,7 +17,7 @@ LICENSE= PHP301 LIB_DEPENDS= libdrizzle.so:databases/libdrizzle USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/databases/pecl-leveldb/Makefile ============================================================================== --- head/databases/pecl-leveldb/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pecl-leveldb/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,6 +17,6 @@ LICENSE= PHP301 LIB_DEPENDS= libleveldb.so:databases/leveldb USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/databases/pecl-memcache/Makefile ============================================================================== --- head/databases/pecl-memcache/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pecl-memcache/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= EXAMPLES CONFIGURE_ARGS= --with-zlib-dir=/usr -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 USE_CSTD= gnu89 USE_PHP= session:build zlib:build USES= dos2unix php:pecl Modified: head/databases/pecl-memcached2/Makefile ============================================================================== --- head/databases/pecl-memcached2/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pecl-memcached2/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -24,7 +24,7 @@ IGBINARY_DESC= Binary serializer support PORTSCOUT= limit:^2\. CONFIGURE_ARGS= --with-libmemcached-dir=${LOCALBASE} -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 USE_PHP= json:build session:build USES= php:pecl pkgconfig Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pecl-mongo/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -19,6 +19,6 @@ USES= php:pecl USE_PHP= spl:build CONFIGURE_ARGS= --enable-mongo SUB_FILES= pkg-message -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/databases/pecl-pdo_user/Makefile ============================================================================== --- head/databases/pecl-pdo_user/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pecl-pdo_user/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,6 +17,6 @@ WRKSRC= ${WRKDIR}/PDO_USER-${PORTVERSION} USES= php:pecl USE_PHP= pdo:build -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/databases/pecl-rrd1/Makefile ============================================================================== --- head/databases/pecl-rrd1/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pecl-rrd1/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -12,7 +12,7 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP301 -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 LIB_DEPENDS= librrd.so:databases/rrdtool USES= php:pecl localbase pkgconfig Modified: head/databases/pecl-tokyo_tyrant/Makefile ============================================================================== --- head/databases/pecl-tokyo_tyrant/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/pecl-tokyo_tyrant/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -19,6 +19,6 @@ LIB_DEPENDS= libtokyotyrant.so:databases/tokyotyrant USES= php:pecl pkgconfig USE_PHP= session:build -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/databases/php-mdcached/Makefile ============================================================================== --- head/databases/php-mdcached/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/php-mdcached/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -20,7 +20,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libmdcached.so:databases/mdcached USES= php:ext -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --enable-mdcached WRKSRC_SUBDIR= ${PORTNAME}/client_php/${PORTNAME} Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/php5-tarantool/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -21,7 +21,7 @@ PORTSCOUT= ignore:1 USES= php:ext CONFIGURE_ARGS= --with-tarantool -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-php Modified: head/databases/sqlbuddy/Makefile ============================================================================== --- head/databases/sqlbuddy/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/databases/sqlbuddy/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,7 +15,7 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 USE_GITHUB= yes GH_ACCOUNT= deliciousbrains Modified: head/deskutils/phpcollab/Makefile ============================================================================== --- head/deskutils/phpcollab/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/deskutils/phpcollab/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -13,7 +13,7 @@ COMMENT= PHPcollab is project management and collabora DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 USES= zip NO_BUILD= yes Modified: head/deskutils/simplegroupware/Makefile ============================================================================== --- head/deskutils/simplegroupware/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/deskutils/simplegroupware/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -13,7 +13,7 @@ COMMENT= Simple Groupware is an open source enterprise DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 NO_BUILD= yes USES= apache:run,2.2+ Modified: head/deskutils/surrealtodo/Makefile ============================================================================== --- head/deskutils/surrealtodo/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/deskutils/surrealtodo/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -14,7 +14,7 @@ COMMENT= Surreal ToDo is an AJAX enabled web 2.0 list DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 USES= zip USE_PHP= mysql NO_BUILD= yes Modified: head/devel/pecl-APCu4/Makefile ============================================================================== --- head/devel/pecl-APCu4/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-APCu4/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -19,7 +19,7 @@ CONFLICTS_INSTALL= pecl-APC PORTSCOUT= limit:^4\. -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 USES= localbase php:pecl PHP_MODNAME= ${PORTNAME:tl} Modified: head/devel/pecl-expect/Makefile ============================================================================== --- head/devel/pecl-expect/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-expect/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,7 +17,7 @@ LICENSE= PHP301 LIB_DEPENDS= libexpect.so:lang/expect USES= php:pecl tcl:86 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CFLAGS+= -I${TCL_INCLUDEDIR} CONFIGURE_ARGS+=--with-expect=${LOCALBASE} Modified: head/devel/pecl-gearman/Makefile ============================================================================== --- head/devel/pecl-gearman/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-gearman/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,6 +18,6 @@ LIB_DEPENDS= libgearman.so:devel/gearmand USES= php:pecl CONFIGURE_ARGS= --with-gearman -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-htscanner/Makefile ============================================================================== --- head/devel/pecl-htscanner/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-htscanner/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,7 +15,7 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP30 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --enable-htscanner Modified: head/devel/pecl-inotify/Makefile ============================================================================== --- head/devel/pecl-inotify/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-inotify/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,6 +17,6 @@ LICENSE= PHP301 LIB_DEPENDS= libinotify.so:devel/libinotify USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-intl/Makefile ============================================================================== --- head/devel/pecl-intl/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-intl/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -16,7 +16,7 @@ LICENSE= PHP301 LIB_DEPENDS= libicui18n.so:devel/icu -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 USES= compiler:c++11-lib php:pecl USE_CXXSTD= gnu++11 Modified: head/devel/pecl-jsmin2/Makefile ============================================================================== --- head/devel/pecl-jsmin2/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-jsmin2/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -14,6 +14,6 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 .include Modified: head/devel/pecl-jsonc/Makefile ============================================================================== --- head/devel/pecl-jsonc/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-jsonc/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -16,7 +16,7 @@ LICENSE= PHP301 USES= php:pecl pkgconfig CONFIGURE_ARGS= --with-jsonc MAKE_ARGS= EXTRA_CFLAGS=-DCOMPILE_DL_JSON=1 -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 CONFLICTS_INSTALL= php54-json-5* php55-json-5* php5-json-5* .include Modified: head/devel/pecl-jsonnet/Makefile ============================================================================== --- head/devel/pecl-jsonnet/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-jsonnet/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -20,6 +20,6 @@ LIB_DEPENDS= libjsonnet.so:devel/jsonnet USES= php:pecl USE_PHP= json:build CONFIGURE_ARGS= --with-jsonnet=${LOCALBASE} -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-judy/Makefile ============================================================================== --- head/devel/pecl-judy/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-judy/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -20,6 +20,6 @@ BUILD_DEPENDS= Judy>=0:devel/judy CONFIGURE_ARGS= --with-judy=${LOCALBASE} USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-libevent/Makefile ============================================================================== --- head/devel/pecl-libevent/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-libevent/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,6 +18,6 @@ LIB_DEPENDS= libevent.so:devel/libevent USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-memoize/Makefile ============================================================================== --- head/devel/pecl-memoize/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-memoize/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -16,7 +16,7 @@ LICENSE= PHP301 USES= php:pecl CONFIGURE_ARGS= --enable-memoize -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 OPTIONS_DEFINE= MEMCACHED MEMORY OPTIONS_DEFAULT=MEMORY Modified: head/devel/pecl-msgpack0/Makefile ============================================================================== --- head/devel/pecl-msgpack0/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-msgpack0/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -14,6 +14,6 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= BSD3CLAUSE USES= php:pecl -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 .include Modified: head/devel/pecl-ncurses/Makefile ============================================================================== --- head/devel/pecl-ncurses/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-ncurses/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,6 +15,6 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP301 USES= php:pecl,cli ncurses -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 .include Modified: head/devel/pecl-newt/Makefile ============================================================================== --- head/devel/pecl-newt/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-newt/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -16,7 +16,7 @@ LICENSE= PHP301 LIB_DEPENDS= libnewt.so:devel/newt USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 post-patch: @${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \ Modified: head/devel/pecl-params/Makefile ============================================================================== --- head/devel/pecl-params/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-params/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -13,7 +13,7 @@ DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --enable-params Modified: head/devel/pecl-propro/Makefile ============================================================================== --- head/devel/pecl-propro/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-propro/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,6 +18,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* USES= gmake php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-pthreads2/Makefile ============================================================================== --- head/devel/pecl-pthreads2/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-pthreads2/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -19,7 +19,7 @@ PORTSCOUT= limit:^2\. CFLAGS+= -I${LOCALBASE}/include USES= php:pecl -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 .include Modified: head/devel/pecl-qb/Makefile ============================================================================== --- head/devel/pecl-qb/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-qb/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,6 +17,6 @@ LICENSE= PHP301 BROKEN_powerpc64= fails to build: Killing runaway build after 7200 seconds with no output USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-raphf/Makefile ============================================================================== --- head/devel/pecl-raphf/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-raphf/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,6 +18,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* USES= gmake php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-runkit/Makefile ============================================================================== --- head/devel/pecl-runkit/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-runkit/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,7 +15,7 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP30 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --enable-runkit=classkit Modified: head/devel/pecl-scream/Makefile ============================================================================== --- head/devel/pecl-scream/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-scream/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,7 +15,7 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 test: build @(cd ${WRKSRC} && ${MAKE} test) Modified: head/devel/pecl-spl_types/Makefile ============================================================================== --- head/devel/pecl-spl_types/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-spl_types/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -21,7 +21,7 @@ RE2C_RUN_DEPENDS= re2c:devel/re2c USE_PHP= spl USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --enable-spl-types CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/pecl-statgrab/Makefile ============================================================================== --- head/devel/pecl-statgrab/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-statgrab/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -16,7 +16,7 @@ EXPIRATION_DATE= 2018-12-30 LIB_DEPENDS= libstatgrab0.so:devel/libstatgrab0 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --with-statgrab=${LOCALBASE} Modified: head/devel/pecl-strict/Makefile ============================================================================== --- head/devel/pecl-strict/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-strict/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,6 +15,6 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-svn/Makefile ============================================================================== --- head/devel/pecl-svn/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-svn/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,7 +17,7 @@ LICENSE= PHP301 LIB_DEPENDS= libsvn_client-1.so:devel/subversion USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 USE_CSTD= c99 .include Modified: head/devel/pecl-test_helpers/Makefile ============================================================================== --- head/devel/pecl-test_helpers/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-test_helpers/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -19,7 +19,7 @@ LICENSE= BSD3CLAUSE CONFIGURE_ARGS= --enable-test-helpers USES= php:zend tar:tgz SUB_FILES= pkg-message -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 # This needs to be loaded *after* devel/pecl-xdebug PHP_MOD_PRIO= 30 Modified: head/devel/pecl-uopz/Makefile ============================================================================== --- head/devel/pecl-uopz/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-uopz/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,6 +15,6 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-uploadprogress/Makefile ============================================================================== --- head/devel/pecl-uploadprogress/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-uploadprogress/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,7 +15,7 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --enable-uploadprogress Modified: head/devel/pecl-uri_template/Makefile ============================================================================== --- head/devel/pecl-uri_template/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-uri_template/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,6 +15,6 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/pecl-vld/Makefile ============================================================================== --- head/devel/pecl-vld/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-vld/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -11,7 +11,7 @@ COMMENT= Dump the internal representation of PHP scrip LICENSE= BSD2CLAUSE USES= php:pecl -IGNORE_WITH_PHP= 70 73 +IGNORE_WITH_PHP= 73 CONFIGURE_ARGS= --enable-vld Modified: head/devel/pecl-weakref/Makefile ============================================================================== --- head/devel/pecl-weakref/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-weakref/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^0\.2\.[0-9]* USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/pecl-xhprof/Makefile ============================================================================== --- head/devel/pecl-xhprof/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/pecl-xhprof/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,6 +18,6 @@ WRKSRC_SUBDIR= extension USES= php:pecl ONLY_FOR_ARCHS= i386 amd64 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/php-jq/Makefile ============================================================================== --- head/devel/php-jq/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/php-jq/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -22,7 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= kjdev GH_PROJECT= php-ext-jq -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 USES= php:ext JQ_CMD= ${LOCALBASE}/bin/jq Modified: head/devel/php-memoize/Makefile ============================================================================== --- head/devel/php-memoize/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/php-memoize/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -19,7 +19,7 @@ GH_ACCOUNT= arraypad GH_PROJECT= php-${PORTNAME} USES= php:ext -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --enable-memoize OPTIONS_DEFINE= MEMCACHED MEMORY Modified: head/devel/php-scalar_objects/Makefile ============================================================================== --- head/devel/php-scalar_objects/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/php-scalar_objects/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -20,6 +20,6 @@ GH_ACCOUNT= nikic GH_TAGNAME= baf4985 USES= php:ext -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/php-uprofiler/Makefile ============================================================================== --- head/devel/php-uprofiler/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/php-uprofiler/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -29,6 +29,6 @@ GH_TAGNAME= 483c1e5 WRKSRC_SUBDIR= extension USES= php:ext -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/php5-blitz-devel/Makefile ============================================================================== --- head/devel/php5-blitz-devel/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/php5-blitz-devel/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -19,6 +19,6 @@ CONFLICTS= php5-blitz-0.6* USES= php:ext PHP_MODNAME= blitz -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/php5-blitz/Makefile ============================================================================== --- head/devel/php5-blitz/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/php5-blitz/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,6 +17,6 @@ EXPIRATION_DATE= 2018-12-30 CONFLICTS= php5-blitz-devel-[0-9]* USES= php:ext -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/devel/php5-dav/Makefile ============================================================================== --- head/devel/php5-dav/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/php5-dav/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -21,7 +21,7 @@ LIB_DEPENDS= libneon.so:www/neon USES= php:ext -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/devel/php5-ice/Makefile ============================================================================== --- head/devel/php5-ice/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/php5-ice/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -27,7 +27,7 @@ PLIST= ${.CURDIR}/pkg-plist MAKE_ARGS+= PHP_EXT_DIR=${PHP_EXT_DIR} ICE_HOME=${LOCALBASE} \ PHP_HOME=${LOCALBASE} OPTIMIZE=yes USES+= php:build,flavors -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 BUILD_WRKSRC= ${WRKSRC}/php INSTALL_WRKSRC= ${WRKSRC}/php Modified: head/devel/php5-pinba/Makefile ============================================================================== --- head/devel/php5-pinba/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/php5-pinba/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= komarov@valerka.net COMMENT= PHP-extension part of statistics server for PHP -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 Modified: head/devel/php5-thrift/Makefile ============================================================================== --- head/devel/php5-thrift/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/devel/php5-thrift/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -16,7 +16,7 @@ EXPIRATION_DATE= 2018-12-30 USES= php:ext PHP_MODNAME= thrift_protocol -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo WRKSRC_SUBDIR= lib/php/src/ext/thrift_protocol Modified: head/finance/php-tclink/Makefile ============================================================================== --- head/finance/php-tclink/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/finance/php-tclink/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,7 +17,7 @@ EXPIRATION_DATE= 2018-12-30 USES= php:ext ssl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 post-patch: # avoid name conflicts with libressl Modified: head/games/mkgichessclub/Makefile ============================================================================== --- head/games/mkgichessclub/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/games/mkgichessclub/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -14,7 +14,7 @@ COMMENT= Chess playing server with a pure web interfac DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 OPTIONS_DEFINE= GNUCHESS PHALANX DOCS GNUCHESS_DESC= Install gnuchess robot Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/graphics/mapserver/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -129,7 +129,6 @@ CMAKE_ARGS+= -DWITH_POSTGIS=0 .if ${PORT_OPTIONS:MPHP} USES+= php:build -IGNORE_WITH_PHP= 70 CMAKE_ARGS+= -DWITH_PHP=1 PLIST_SUB+= PHP="" .else Modified: head/graphics/pecl-gmagick/Makefile ============================================================================== --- head/graphics/pecl-gmagick/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/graphics/pecl-gmagick/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,7 +18,7 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMag USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --with-gmagick=${LOCALBASE} Modified: head/graphics/pecl-imlib2/Makefile ============================================================================== --- head/graphics/pecl-imlib2/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/graphics/pecl-imlib2/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,7 +17,7 @@ LICENSE= PHP202 LIB_DEPENDS= libImlib2.so:graphics/imlib2 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 # libImlib2 may or may not depend on X, however, # imlib2 extension doesn't need X related functions in libImlib2 Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/graphics/php-gdal/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -23,7 +23,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal ALL_TARGET= php_gdal.so php_gdalconst.so php_ogr.so php_osr.so CFLAGS+= -fPIC -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 MAKEFILE= GNUmakefile PHP_MOD_NAME= php_${PORTNAME} USES= php:build gmake localbase tar:xz Modified: head/graphics/php-libpuzzle/Makefile ============================================================================== --- head/graphics/php-libpuzzle/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/graphics/php-libpuzzle/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -22,7 +22,7 @@ LIB_DEPENDS= libpuzzle.so:graphics/libpuzzle \ libgd.so:graphics/gd USES= php:ext tar:bzip2 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME} Modified: head/graphics/php-magickwand/Makefile ============================================================================== --- head/graphics/php-magickwand/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/graphics/php-magickwand/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,7 +18,7 @@ EXPIRATION_DATE= 2018-12-30 LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 USES= php:ext pkgconfig -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --with-magickwand=${LOCALBASE} Modified: head/graphics/php5-ffmpeg/Makefile ============================================================================== --- head/graphics/php5-ffmpeg/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/graphics/php5-ffmpeg/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgd.so:graphics/gd \ libavutil.so:multimedia/ffmpeg -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 USES= localbase php:ext tar:xz .include Modified: head/japanese/php5-mecab/Makefile ============================================================================== --- head/japanese/php5-mecab/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/japanese/php5-mecab/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -17,7 +17,7 @@ EXPIRATION_DATE= 2018-12-30 LIB_DEPENDS= libmecab.so:japanese/mecab USES= php:ext -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config .include Modified: head/lang/pecl-perl/Makefile ============================================================================== --- head/lang/pecl-perl/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/lang/pecl-perl/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -14,7 +14,7 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= PHP301 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 USES= perl5 php:pecl Modified: head/lang/php56-extensions/Makefile ============================================================================== --- head/lang/php56-extensions/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/lang/php56-extensions/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -14,7 +14,7 @@ EXPIRATION_DATE= 2018-12-30 USES= metaport php PHP_VER= 56 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \ DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \ Modified: head/lang/php56/Makefile.ext ============================================================================== --- head/lang/php56/Makefile.ext Thu Dec 6 10:50:41 2018 (r486750) +++ head/lang/php56/Makefile.ext Thu Dec 6 11:22:12 2018 (r486751) @@ -3,7 +3,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 56 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Modified: head/lang/php71-extensions/Makefile ============================================================================== --- head/lang/php71-extensions/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/lang/php71-extensions/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -10,7 +10,7 @@ COMMENT= "meta-port" to install PHP extensions USES= metaport php PHP_VER= 71 -IGNORE_WITH_PHP= 56 70 72 73 +IGNORE_WITH_PHP= 56 72 73 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \ DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \ Modified: head/lang/php71/Makefile.ext ============================================================================== --- head/lang/php71/Makefile.ext Thu Dec 6 10:50:41 2018 (r486750) +++ head/lang/php71/Makefile.ext Thu Dec 6 11:22:12 2018 (r486751) @@ -5,7 +5,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 71 -IGNORE_WITH_PHP= 56 70 72 73 +IGNORE_WITH_PHP= 56 72 73 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Modified: head/lang/php72-extensions/Makefile ============================================================================== --- head/lang/php72-extensions/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/lang/php72-extensions/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -10,7 +10,7 @@ COMMENT= "meta-port" to install PHP extensions USES= metaport php PHP_VER= 72 -IGNORE_WITH_PHP= 56 70 71 73 +IGNORE_WITH_PHP= 56 71 73 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \ DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \ Modified: head/lang/php72/Makefile.ext ============================================================================== --- head/lang/php72/Makefile.ext Thu Dec 6 10:50:41 2018 (r486750) +++ head/lang/php72/Makefile.ext Thu Dec 6 11:22:12 2018 (r486751) @@ -5,7 +5,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 72 -IGNORE_WITH_PHP= 56 70 71 73 +IGNORE_WITH_PHP= 56 71 73 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Modified: head/lang/php73-extensions/Makefile ============================================================================== --- head/lang/php73-extensions/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/lang/php73-extensions/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -10,7 +10,7 @@ COMMENT= "meta-port" to install PHP extensions USES= metaport php PHP_VER= 73 -IGNORE_WITH_PHP= 56 70 71 72 +IGNORE_WITH_PHP= 56 71 72 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \ DOM ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT \ Modified: head/lang/php73/Makefile.ext ============================================================================== --- head/lang/php73/Makefile.ext Thu Dec 6 10:50:41 2018 (r486750) +++ head/lang/php73/Makefile.ext Thu Dec 6 11:22:12 2018 (r486751) @@ -5,7 +5,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 73 -IGNORE_WITH_PHP= 56 70 71 72 +IGNORE_WITH_PHP= 56 71 72 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} Modified: head/mail/dracmail/Makefile ============================================================================== --- head/mail/dracmail/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/mail/dracmail/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -14,7 +14,7 @@ COMMENT= DracMail is a webmail interface built using P DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 USE_PHP+= mysql imap dom tidy iconv mbstring USE_MYSQL= yes NO_BUILD= yes Modified: head/mail/pecl-mailparse2/Makefile ============================================================================== --- head/mail/pecl-mailparse2/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/mail/pecl-mailparse2/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -16,7 +16,7 @@ LICENSE= PHP202 USES= php:pecl USE_PHP= mbstring:build -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 PORTSCOUT= limit:^2.* Modified: head/mail/pecl-pop3/Makefile ============================================================================== --- head/mail/pecl-pop3/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/mail/pecl-pop3/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -13,6 +13,6 @@ DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/math/pecl-big_int/Makefile ============================================================================== --- head/math/pecl-big_int/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/math/pecl-big_int/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --enable-big-int=shared Modified: head/math/pecl-bitset2/Makefile ============================================================================== --- head/math/pecl-bitset2/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/math/pecl-bitset2/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^2\. -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 USES= php:pecl .include Modified: head/math/pecl-stats/Makefile ============================================================================== --- head/math/pecl-stats/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/math/pecl-stats/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,7 +15,7 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 PORTSCOUT= limit:^1.* Modified: head/math/pecl-trader/Makefile ============================================================================== --- head/math/pecl-trader/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/math/pecl-trader/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -15,6 +15,6 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= BSD2CLAUSE USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include Modified: head/net-im/pecl-stomp/Makefile ============================================================================== --- head/net-im/pecl-stomp/Makefile Thu Dec 6 10:50:41 2018 (r486750) +++ head/net-im/pecl-stomp/Makefile Thu Dec 6 11:22:12 2018 (r486751) @@ -16,7 +16,7 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Thu Dec 6 11:34:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D799013284C3; Thu, 6 Dec 2018 11:34:15 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 792E88CD14; Thu, 6 Dec 2018 11:34:15 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5840222F30; Thu, 6 Dec 2018 11:34:15 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6BYFmY069905; Thu, 6 Dec 2018 11:34:15 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6BYEUi069904; Thu, 6 Dec 2018 11:34:14 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201812061134.wB6BYEUi069904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Thu, 6 Dec 2018 11:34:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486752 - head/devel/git-lfs X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/devel/git-lfs X-SVN-Commit-Revision: 486752 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 792E88CD14 X-Spamd-Result: default: False [-1.11 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.58)[-0.584,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 11:34:16 -0000 Author: egypcio Date: Thu Dec 6 11:34:14 2018 New Revision: 486752 URL: https://svnweb.freebsd.org/changeset/ports/486752 Log: devel/git-lfs: update 2.6.0 to 2.6.1 - git: close blob objects when finished; - Avoid hang in repos cloned with --shared or --reference; - vendor: don't remove necessary dependencies. https://raw.githubusercontent.com/git-lfs/git-lfs/v2.6.1/CHANGELOG.md Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18446 Modified: head/devel/git-lfs/Makefile head/devel/git-lfs/distinfo Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Thu Dec 6 11:22:12 2018 (r486751) +++ head/devel/git-lfs/Makefile Thu Dec 6 11:34:14 2018 (r486752) @@ -2,7 +2,7 @@ PORTNAME= git-lfs DISTVERSIONPREFIX= v -DISTVERSION= 2.6.0 +DISTVERSION= 2.6.1 CATEGORIES= devel MAINTAINER= egypcio@FreeBSD.org Modified: head/devel/git-lfs/distinfo ============================================================================== --- head/devel/git-lfs/distinfo Thu Dec 6 11:22:12 2018 (r486751) +++ head/devel/git-lfs/distinfo Thu Dec 6 11:34:14 2018 (r486752) @@ -1,6 +1,6 @@ -TIMESTAMP = 1541665734 -SHA256 (git-lfs-git-lfs-v2.6.0_GH0.tar.gz) = e75b361d828d7b6e9ba537137d5243fa1e000a20686cddec2775b533a6b08f01 -SIZE (git-lfs-git-lfs-v2.6.0_GH0.tar.gz) = 1605203 +TIMESTAMP = 1544094697 +SHA256 (git-lfs-git-lfs-v2.6.1_GH0.tar.gz) = e17cd9d4e66d1116be32f7ddc7e660c7f8fabbf510bc01b01ec15a22dd934ead +SIZE (git-lfs-git-lfs-v2.6.1_GH0.tar.gz) = 1630301 SHA256 (davecgh-go-spew-d8f796a_GH0.tar.gz) = d009b3cf2f72f26e6b79371cd1220bfd0cccdc94fa0f538f6c1ac1df2275bd79 SIZE (davecgh-go-spew-d8f796a_GH0.tar.gz) = 42167 SHA256 (pmezard-go-difflib-792786c_GH0.tar.gz) = 7c2a6d7ea0700411ba7d13865230c03bd6734d3ff6c213357bda121f5bb707fb From owner-svn-ports-all@freebsd.org Thu Dec 6 11:55:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FE0513295DC; Thu, 6 Dec 2018 11:55:01 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14BD88DEB1; Thu, 6 Dec 2018 11:55:01 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E685623270; Thu, 6 Dec 2018 11:55:00 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6Bt0VT079962; Thu, 6 Dec 2018 11:55:00 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6Bt0hZ079960; Thu, 6 Dec 2018 11:55:00 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201812061155.wB6Bt0hZ079960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 6 Dec 2018 11:55:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486753 - head/cad/gmsh X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/cad/gmsh X-SVN-Commit-Revision: 486753 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 14BD88DEB1 X-Spamd-Result: default: False [-1.07 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.42)[-0.423,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; NEURAL_HAM_SHORT(-0.59)[-0.594,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 11:55:01 -0000 Author: jrm Date: Thu Dec 6 11:55:00 2018 New Revision: 486753 URL: https://svnweb.freebsd.org/changeset/ports/486753 Log: cad/gmsh: Update to 4.0.6 Upstream change log: https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt PR: 233618 Submitted by: ndowens@yahoo.com Reported by: chitty_cloud@me.com Modified: head/cad/gmsh/Makefile (contents, props changed) head/cad/gmsh/distinfo (contents, props changed) head/cad/gmsh/pkg-plist (contents, props changed) Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Thu Dec 6 11:34:14 2018 (r486752) +++ head/cad/gmsh/Makefile Thu Dec 6 11:55:00 2018 (r486753) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gmsh -DISTVERSION= 4.0.2 -PORTREVISION= 1 +DISTVERSION= 4.0.6 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -15,9 +14,6 @@ COMMENT= Automatic 3D finite element mesh generator LICENSE= AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21 LICENSE_COMB= multi -BROKEN_FreeBSD_12_i386= fails to build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903 -BROKEN_FreeBSD_13_i386= fails to build on FreeBSD 13 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903 - LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ libgmp.so:math/gmp \ @@ -29,13 +25,13 @@ RUN_DEPENDS= getdp:science/getdp USES= blaslapack compiler:c++11-lang cmake fortran gl jpeg tar:tgz USE_GL= gl glu USE_XORG= x11 xcursor xext xinerama xfixes xft xrender +USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes - CMAKE_ARGS= -DCMAKE_SKIP_RPATH:BOOL=YES OPTIONS_DEFINE= CGNS DOCS MED OCC SHARED STATIC OPTIONS_DEFAULT= CGNS MED OCC +OPTIONS_SUB= yes CGNS_DESC= Enable CGNS mesh import MED_DESC= Enable MED mesh and post file formats @@ -43,7 +39,6 @@ OCC_DESC= Enable OpenCASCADE geometrical models SHARED_DESC= Build shared library and install header files STATIC_DESC= Build static library -OPTIONS_SUB= yes PLIST_SUB= VER=${PORTVERSION} VE=${PORTVERSION:R} # TODO Modified: head/cad/gmsh/distinfo ============================================================================== --- head/cad/gmsh/distinfo Thu Dec 6 11:34:14 2018 (r486752) +++ head/cad/gmsh/distinfo Thu Dec 6 11:55:00 2018 (r486753) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538528267 -SHA256 (gmsh/gmsh-4.0.2-source.tgz) = f3c993408153961bd0bbd762458231abe50aeaabe7ab2466462975f2971e5c0d -SIZE (gmsh/gmsh-4.0.2-source.tgz) = 12764404 +TIMESTAMP = 1543925930 +SHA256 (gmsh/gmsh-4.0.6-source.tgz) = dce0aa4154908f9be8c48ec9bb31d4425c7c28b26897d882a2bce8f72c692a04 +SIZE (gmsh/gmsh-4.0.6-source.tgz) = 12791243 Modified: head/cad/gmsh/pkg-plist ============================================================================== --- head/cad/gmsh/pkg-plist Thu Dec 6 11:34:14 2018 (r486752) +++ head/cad/gmsh/pkg-plist Thu Dec 6 11:55:00 2018 (r486753) @@ -17,6 +17,7 @@ %%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.cpp %%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.jl %%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.py +%%PORTDOCS%%%%DOCSDIR%%/demos/api/mesh_from_discrete_curve.py %%PORTDOCS%%%%DOCSDIR%%/demos/api/normals.py %%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_data.c %%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_data.cpp From owner-svn-ports-all@freebsd.org Thu Dec 6 12:05:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A6E6132A47E; Thu, 6 Dec 2018 12:05:26 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A74C18E8C3; Thu, 6 Dec 2018 12:05:25 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8483E2343F; Thu, 6 Dec 2018 12:05:25 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6C5PFR085636; Thu, 6 Dec 2018 12:05:25 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6C5PFB085635; Thu, 6 Dec 2018 12:05:25 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201812061205.wB6C5PFB085635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 6 Dec 2018 12:05:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486754 - head/cad/libredwg X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/cad/libredwg X-SVN-Commit-Revision: 486754 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A74C18E8C3 X-Spamd-Result: default: False [-1.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.67)[-0.665,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 12:05:26 -0000 Author: danfe Date: Thu Dec 6 12:05:24 2018 New Revision: 486754 URL: https://svnweb.freebsd.org/changeset/ports/486754 Log: Update to version 0.7, which is an important bugfix release. Reported by: portscout Modified: head/cad/libredwg/Makefile head/cad/libredwg/distinfo Modified: head/cad/libredwg/Makefile ============================================================================== --- head/cad/libredwg/Makefile Thu Dec 6 11:55:00 2018 (r486753) +++ head/cad/libredwg/Makefile Thu Dec 6 12:05:24 2018 (r486754) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libredwg -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.7 CATEGORIES= cad devel MASTER_SITES= GNU Modified: head/cad/libredwg/distinfo ============================================================================== --- head/cad/libredwg/distinfo Thu Dec 6 11:55:00 2018 (r486753) +++ head/cad/libredwg/distinfo Thu Dec 6 12:05:24 2018 (r486754) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541585461 -SHA256 (libredwg-0.6.2.tar.xz) = b17a5bc2a4f7cc13aa2c26c890cba9954ca768643884c8740c1a6b045c07591f -SIZE (libredwg-0.6.2.tar.xz) = 3818848 +TIMESTAMP = 1544052766 +SHA256 (libredwg-0.7.tar.xz) = cbef6b9d48877ca26a54115b9ef9a7fd02d0279a94e79d2247f80277820b888d +SIZE (libredwg-0.7.tar.xz) = 3830064 From owner-svn-ports-all@freebsd.org Thu Dec 6 12:12:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFC9E132AA70; Thu, 6 Dec 2018 12:12:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52A0D8EE3C; Thu, 6 Dec 2018 12:12:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 268D78C32; Thu, 6 Dec 2018 12:12:14 +0000 (UTC) Date: Thu, 6 Dec 2018 12:12:14 +0000 From: Alexey Dokuchaev To: Joseph Mingrone Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486753 - head/cad/gmsh Message-ID: <20181206121214.GA23700@FreeBSD.org> References: <201812061155.wB6Bt0hZ079960@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201812061155.wB6Bt0hZ079960@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 52A0D8EE3C X-Spamd-Result: default: False [-0.45 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.11)[-0.105,0]; NEURAL_SPAM_LONG(0.42)[0.424,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.76)[-0.765,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 12:12:14 -0000 On Thu, Dec 06, 2018 at 11:55:00AM +0000, Joseph Mingrone wrote: > New Revision: 486753 > URL: https://svnweb.freebsd.org/changeset/ports/486753 > > Log: > cad/gmsh: Update to 4.0.6 > > Upstream change log: > https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt > > -BROKEN_FreeBSD_12_i386= fails to build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903 > -BROKEN_FreeBSD_13_i386= fails to build on FreeBSD 13 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903 It would be nice to explicitly acknowledge in the commit log that it builds fine on i386 now, and these lines were not removed by accident. > -MAKE_JOBS_UNSAFE= yes > - I didn't find anything about parallel build fixes in the changelog, and commit message does not mention it as well. It is expected that when -jX unsafe issue it fixed (and thus MAKE_JOBS_UNSAFE removed), an approximate explanation is provided in the commit log. People often try parallel builds locally and they seem fine, while the problem might just not so easily manifest itself. ./danfe From owner-svn-ports-all@freebsd.org Thu Dec 6 12:57:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5D53132C53C; Thu, 6 Dec 2018 12:57:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 879526A20B; Thu, 6 Dec 2018 12:57:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6888223CA8; Thu, 6 Dec 2018 12:57:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6Cv5Yp011135; Thu, 6 Dec 2018 12:57:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6Cv4SZ011133; Thu, 6 Dec 2018 12:57:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812061257.wB6Cv4SZ011133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 6 Dec 2018 12:57:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486755 - head/www/minio X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/minio X-SVN-Commit-Revision: 486755 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 879526A20B X-Spamd-Result: default: False [-1.64 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.69)[-0.692,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 12:57:06 -0000 Author: swills Date: Thu Dec 6 12:57:04 2018 New Revision: 486755 URL: https://svnweb.freebsd.org/changeset/ports/486755 Log: www/minio: update to 2018.12.06.01.27.43 Modified: head/www/minio/Makefile (contents, props changed) head/www/minio/distinfo (contents, props changed) Modified: head/www/minio/Makefile ============================================================================== --- head/www/minio/Makefile Thu Dec 6 12:05:24 2018 (r486754) +++ head/www/minio/Makefile Thu Dec 6 12:57:04 2018 (r486755) @@ -14,9 +14,9 @@ BUILD_DEPENDS= go>=1.9.4:lang/go USES= compiler USE_GITHUB= yes -GH_TAGNAME= RELEASE.2018-11-30T03-56-59Z +GH_TAGNAME= RELEASE.2018-12-06T01-27-43Z GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} -COMMIT_ID= 26120d7838a76cc878ad4e12bf3dd44ce9872e81 +COMMIT_ID= 40852801ea63d0e10f220c0d7d2a8d6a8efa5688 PLIST_FILES= bin/minio Modified: head/www/minio/distinfo ============================================================================== --- head/www/minio/distinfo Thu Dec 6 12:05:24 2018 (r486754) +++ head/www/minio/distinfo Thu Dec 6 12:57:04 2018 (r486755) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543584715 -SHA256 (minio-minio-2018.11.30.03.56.59-RELEASE.2018-11-30T03-56-59Z_GH0.tar.gz) = 974e05b1280e66e5be5f59a2016cd46afe378aacd41a621410362a7deb4f1fa4 -SIZE (minio-minio-2018.11.30.03.56.59-RELEASE.2018-11-30T03-56-59Z_GH0.tar.gz) = 9085930 +TIMESTAMP = 1544100679 +SHA256 (minio-minio-2018.12.06.01.27.43-RELEASE.2018-12-06T01-27-43Z_GH0.tar.gz) = ebf557e3cbaf5c548e8644f9e73683736455f6b71b6c39bfaeb1c0a0efd13293 +SIZE (minio-minio-2018.12.06.01.27.43-RELEASE.2018-12-06T01-27-43Z_GH0.tar.gz) = 9087439 From owner-svn-ports-all@freebsd.org Thu Dec 6 13:09:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEBF2132CAD4; Thu, 6 Dec 2018 13:09:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B93B6A956; Thu, 6 Dec 2018 13:09:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from ogg.in.absolight.net (ogg.in.absolight.net [IPv6:2a01:678:ab:50::42:42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id D33B3BA1A; Thu, 6 Dec 2018 13:09:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Thu, 6 Dec 2018 14:09:37 +0100 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486728 - in head/math: . topcom Message-ID: <20181206130937.a34u6nba5gxeqd7w@ogg.in.absolight.net> References: <201812060047.wB60lZHX031613@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="kpryeisfmzyfcl32" Content-Disposition: inline In-Reply-To: <201812060047.wB60lZHX031613@repo.freebsd.org> User-Agent: NeoMutt/20180622 X-Rspamd-Queue-Id: 7B93B6A956 X-Spamd-Result: default: False [-2.36 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.94)[-0.937,0]; NEURAL_HAM_SHORT(-0.80)[-0.804,0]; NEURAL_HAM_LONG(-0.62)[-0.618,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 13:09:42 -0000 --kpryeisfmzyfcl32 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 06, 2018 at 12:47:35AM +0000, Yuri Victorovich wrote: > +PORTNAME=3D topcom > +DISTVERSIONPREFIX=3D Release_ DISTVERSIONPREFIX is only used to set DISTNAME, so, as you are setting DISTNAME yourself, I wonder what its use is here. > +DISTVERSION=3D 0.17.8 > +CATEGORIES=3D math > +MASTER_SITES=3D http://www.rambau.wm.uni-bayreuth.de/Software/ > +DISTNAME=3D ${PORTNAME:tu}-${DISTVERSION} --=20 Mathieu Arnold --kpryeisfmzyfcl32 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlwJH5FfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkhztw//XnLcN9ckiNH8R2BuUFIkYisUfijcjy1zKB6TBdg86E6MLik0z4papPoH 0mxIOd5denr/lqhQ3NAA6mAz7nhrdIAgocxmqAMXxCy3CQJo1w6g49+9BIgblg+B OSZuSou2rgFdLVkZJJWOZFGosCSA0d7bhp5t7XWhG71reVPzHwmStGsqkhOvRliI iFAWz+s4CQ9tJePtUOm7XEixmGbJFkINF1jjnkXTCmOergbXmSXKBBtYjqbw98Rc StAU4BCZ3az7gaOdkXndZ4B33CqWptruR4QCJBdsgI8SmbDP689D4yPE3VWnIilA KjBYZ0DHomRfstr04qDadUzeDwXTcAIjo/Qj3CnkD8QUMFyqGySqxBoNhwEVjLeU 7Y2Ghb+OexyA94b8m+OjRcGYZ2kz67985jdd237U6ECPDUWpQWIvZCsNvd/NwWsf m2IKVHV5R//d8XQiqAHsMltG45CfPTKB0V6SNDD06yC/u7+YStezNECJRDD5GGQk NZs5ZzlXu9LfqNSro11MHRBnYWzTF3J5I49BxPtOhZZv0W/zSuwcXAcv/WbrVYSz WkQQPNHdwNTgT9vIxqAMhWFoGSRle2UfK1tYOFKzxP78iy7AbopPar8tAI8APsW4 wzT4BJWVyllJBKdOOCxy8S/XLbw9XPqGadndBgHEZi1fckm8vXo= =IuHp -----END PGP SIGNATURE----- --kpryeisfmzyfcl32-- From owner-svn-ports-all@freebsd.org Thu Dec 6 13:16:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CC6E132CD94; Thu, 6 Dec 2018 13:16:53 +0000 (UTC) (envelope-from jrm@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD6966AD91; Thu, 6 Dec 2018 13:16:52 +0000 (UTC) (envelope-from jrm@freebsd.org) Received: from phe.ftfl.ca.ftfl.ca (hlfxns017vw-134-41-202-252.dhcp-dynamic.fibreop.ns.bellaliant.net [134.41.202.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: jrm/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 5E1F6BB17; Thu, 6 Dec 2018 13:16:52 +0000 (UTC) (envelope-from jrm@freebsd.org) From: Joseph Mingrone To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486753 - head/cad/gmsh References: <201812061155.wB6Bt0hZ079960@repo.freebsd.org> <20181206121214.GA23700@FreeBSD.org> Date: Thu, 06 Dec 2018 09:16:51 -0400 In-Reply-To: <20181206121214.GA23700@FreeBSD.org> (Alexey Dokuchaev's message of "Thu, 6 Dec 2018 12:12:14 +0000") Message-ID: <86mupissl8.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Rspamd-Queue-Id: AD6966AD91 X-Spamd-Result: default: False [-2.36 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.94)[-0.937,0]; NEURAL_HAM_LONG(-0.62)[-0.618,0]; NEURAL_HAM_SHORT(-0.80)[-0.804,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 13:16:53 -0000 --=-=-= Content-Type: text/plain Alexey Dokuchaev writes: > On Thu, Dec 06, 2018 at 11:55:00AM +0000, Joseph Mingrone wrote: >> New Revision: 486753 >> URL: https://svnweb.freebsd.org/changeset/ports/486753 >> Log: >> cad/gmsh: Update to 4.0.6 >> Upstream change log: >> https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt >> -BROKEN_FreeBSD_12_i386= fails to build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903 >> -BROKEN_FreeBSD_13_i386= fails to build on FreeBSD 13 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903 > It would be nice to explicitly acknowledge in the commit log that it builds > fine on i386 now, and these lines were not removed by accident. >> -MAKE_JOBS_UNSAFE= yes >> - > I didn't find anything about parallel build fixes in the changelog, and > commit message does not mention it as well. It is expected that when -jX > unsafe issue it fixed (and thus MAKE_JOBS_UNSAFE removed), an approximate > explanation is provided in the commit log. People often try parallel > builds locally and they seem fine, while the problem might just not so > easily manifest itself. > ./danfe I agree in both cases that the commit log fell short. This was careless on my part, so pointy hat to me. According to the submitter (see the referenced PR, 233618), he tested this in poudriere and the build now succeeds on 12/13 i386. As for the removal of MAKE_JOBS_UNSAFE=yes, again, this should have been documented by both the submitter and me. However, given it was added over 5 years ago and PR 182125 says 'How-To-Repeat: Build on a MP machine', I am inclined to leave things as they are for now. -- Joseph --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEVbCTpybDiFVxIrrVNqQMg7DW754FAlwJIUNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1 QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUACgkQNqQMg7DW 754ijA/8DeWAwe5ljBVez5EviYpyAWwXPGJgXZSH3EiohfBz1KQbzLUzNPN7gMT0 EWWNkoXfA13JK+LMmVkgC3X4lyIfi9bl57chCpQcUcCSIjOlU10MJlIgTdvU2SSj 3u2uZNSDIfc8KqHnph5D7KmJ/raMvFtIomwUquO96NojzvQg5SnGW0r4/tU8kH64 /7y98t13ZmVhIjKclHP8LtKrXUMksK6uZdGFX2vTNSksVCEdB8RAIvudG6AJL4qb S45l8vU2oM/jEfXZ5LdU5IUpflrVNsikPZe7Z5guWJclGPXK79CSE4fngk3ziX+I mziVsObwsBvpKiuju0GdWUh12un78kI8PB1RnMdHJy9zmfmRgJZ2YOYv42aN7aWY aQnA2GJ1HrLaLZUNWT00sSoJT23l5mzk4bpo3X4UpoonBL/iY1Tj0CGsxhD3Eu97 0IDyVILQwupGMqcwUIp46w9nLEjDCdrNeQUMlxjvAdAha5opzF8CUhxgoG/Vz/p2 KRShcPKCnYmrDP7qLsGyV8q7SNzKZxihTGzW5aFfTiWAmoiXUXNWDH8meAfJae73 uDQ46uoLd9WIt9649Eanj5NTF1uAMVZVYnYlxNTYCTmQSlRcjRjosnOTOhdBVcbY iGKMlkJRIUriKHt2kAmYw7Lom+a8RuXYnhChdtmVWmIBdTXAIJw= =klS/ -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-all@freebsd.org Thu Dec 6 13:40:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7934E132D9FE; Thu, 6 Dec 2018 13:40:57 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AA186BD42; Thu, 6 Dec 2018 13:40:57 +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 F166F24486; Thu, 6 Dec 2018 13:40:56 +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 wB6Deu4U032831; Thu, 6 Dec 2018 13:40:56 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6DeuJ7032830; Thu, 6 Dec 2018 13:40:56 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812061340.wB6DeuJ7032830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 6 Dec 2018 13:40:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486756 - head/games/7kaa X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/games/7kaa X-SVN-Commit-Revision: 486756 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1AA186BD42 X-Spamd-Result: default: False [-1.86 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.91)[-0.912,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 13:40:57 -0000 Author: linimon Date: Thu Dec 6 13:40:56 2018 New Revision: 486756 URL: https://svnweb.freebsd.org/changeset/ports/486756 Log: Remove CXXFLAGS_clang declaration, which was a relic of an earlier version of a committed patch. Reported by: jbeich Modified: head/games/7kaa/Makefile Modified: head/games/7kaa/Makefile ============================================================================== --- head/games/7kaa/Makefile Thu Dec 6 12:57:04 2018 (r486755) +++ head/games/7kaa/Makefile Thu Dec 6 13:40:56 2018 (r486756) @@ -26,7 +26,6 @@ LLD_UNSAFE= yes CONFIGURE_ARGS= --disable-nls # no translations ATM USE_SDL= sdl2 CXXFLAGS+= -Wno-error=narrowing -CXXFLAGS_clang= -Wno-c++11-narrowing PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.ico From owner-svn-ports-all@freebsd.org Thu Dec 6 13:51:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EDC9132E090; Thu, 6 Dec 2018 13:51:08 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA01C6C6C2; Thu, 6 Dec 2018 13:51:07 +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 BB6D224539; Thu, 6 Dec 2018 13:51:07 +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 wB6Dp7sC037430; Thu, 6 Dec 2018 13:51:07 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6Dp7tA037429; Thu, 6 Dec 2018 13:51:07 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812061351.wB6Dp7tA037429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 6 Dec 2018 13:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486757 - in head/graphics/gauche-gl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head/graphics/gauche-gl: . files X-SVN-Commit-Revision: 486757 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DA01C6C6C2 X-Spamd-Result: default: False [-1.86 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.91)[-0.912,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 13:51:08 -0000 Author: linimon Date: Thu Dec 6 13:51:07 2018 New Revision: 486757 URL: https://svnweb.freebsd.org/changeset/ports/486757 Log: Add patch to respect CFLAGS. This fixes the build on powerpc64. While here, add gl to USES, per modern usage. PR: 232859 Submitted by: Piotr Kubaj Added: head/graphics/gauche-gl/files/ head/graphics/gauche-gl/files/patch-src_Makefile.in (contents, props changed) Modified: head/graphics/gauche-gl/Makefile Modified: head/graphics/gauche-gl/Makefile ============================================================================== --- head/graphics/gauche-gl/Makefile Thu Dec 6 13:40:56 2018 (r486756) +++ head/graphics/gauche-gl/Makefile Thu Dec 6 13:51:07 2018 (r486757) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gosh:lang/gauche RUN_DEPENDS= gosh:lang/gauche -USES= localbase makeinfo tar:tgz +USES= gl localbase makeinfo tar:tgz USE_CSTD= gnu99 USE_XORG= ice sm x11 xext xmu xi USE_GL= gl glu glut Added: head/graphics/gauche-gl/files/patch-src_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gauche-gl/files/patch-src_Makefile.in Thu Dec 6 13:51:07 2018 (r486757) @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2018-10-31 17:01:43 UTC ++++ src/Makefile.in +@@ -17,7 +17,7 @@ DESTDIR = + # These are set by configure + # NB: cc and various flags must match the ones used to compile Gauche, + # so the make invocator shouldn't casually override them. +-CFLAGS = @DEFS@ @X_CFLAGS@ @GLUT_INCDIR@ @GLEW_INCDIR@ ++CFLAGS += @DEFS@ @X_CFLAGS@ @GLUT_INCDIR@ @GLEW_INCDIR@ + LDFLAGS = @LDFLAGS@ + OBJEXT = @OBJEXT@ + SOEXT = @SOEXT@ From owner-svn-ports-all@freebsd.org Thu Dec 6 14:01:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79366132EB59; Thu, 6 Dec 2018 14:01:16 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 427366D55B; Thu, 6 Dec 2018 14:01:16 +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 0FCAB246F4; Thu, 6 Dec 2018 14:01:16 +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 wB6E1FOh043722; Thu, 6 Dec 2018 14:01:15 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6E1FwD043721; Thu, 6 Dec 2018 14:01:15 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812061401.wB6E1FwD043721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 6 Dec 2018 14:01:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486758 - head/x11-toolkits/pango X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/x11-toolkits/pango X-SVN-Commit-Revision: 486758 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 427366D55B X-Spamd-Result: default: False [-1.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.93)[-0.932,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 14:01:16 -0000 Author: linimon Date: Thu Dec 6 14:01:15 2018 New Revision: 486758 URL: https://svnweb.freebsd.org/changeset/ports/486758 Log: To fix undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8', add compiler:c11 to USES. PR: 218131 Submitted by: Hiroo Ono Approved by: portmgr (tier-2 blanket) Modified: head/x11-toolkits/pango/Makefile Modified: head/x11-toolkits/pango/Makefile ============================================================================== --- head/x11-toolkits/pango/Makefile Thu Dec 6 13:51:07 2018 (r486757) +++ head/x11-toolkits/pango/Makefile Thu Dec 6 14:01:15 2018 (r486758) @@ -23,7 +23,7 @@ RUN_DEPENDS= xorg-fonts-truetype>0:x11-fonts/xorg-font PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig tar:xz +USES= compiler:c11 gettext gnome localbase meson pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= cairo glib20 introspection:build From owner-svn-ports-all@freebsd.org Thu Dec 6 14:07:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D332132F37D; Thu, 6 Dec 2018 14:07:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF3746DCB1; Thu, 6 Dec 2018 14:07:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C053724859; Thu, 6 Dec 2018 14:07:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6E7VoW047733; Thu, 6 Dec 2018 14:07:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6E7VBJ047732; Thu, 6 Dec 2018 14:07:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201812061407.wB6E7VBJ047732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 6 Dec 2018 14:07:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486759 - head/security/p5-OpenCA-OpenSSL X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/security/p5-OpenCA-OpenSSL X-SVN-Commit-Revision: 486759 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DF3746DCB1 X-Spamd-Result: default: False [-1.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.93)[-0.932,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 14:07:32 -0000 Author: mat Date: Thu Dec 6 14:07:31 2018 New Revision: 486759 URL: https://svnweb.freebsd.org/changeset/ports/486759 Log: Mark this as broken on 12/13 too. Modified: head/security/p5-OpenCA-OpenSSL/Makefile (contents, props changed) Modified: head/security/p5-OpenCA-OpenSSL/Makefile ============================================================================== --- head/security/p5-OpenCA-OpenSSL/Makefile Thu Dec 6 14:01:15 2018 (r486758) +++ head/security/p5-OpenCA-OpenSSL/Makefile Thu Dec 6 14:07:31 2018 (r486759) @@ -12,8 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl crypto extension to OpenSSL -BROKEN_SSL= openssl111 +BROKEN_SSL= openssl111 ${BROKEN_SSL_${OSREL:R}} BROKEN_SSL_REASON_openssl111= incomplete definition of type 'struct x509_st' +BROKEN_SSL_12= base +BROKEN_SSL_13= base BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Locale-libintl>=0:devel/p5-Locale-libintl \ From owner-svn-ports-all@freebsd.org Thu Dec 6 14:10:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64198132F60B; Thu, 6 Dec 2018 14:10:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0659F6DF02; Thu, 6 Dec 2018 14:10:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DBB392485F; Thu, 6 Dec 2018 14:10:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6EAZvN048016; Thu, 6 Dec 2018 14:10:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6EAZal048015; Thu, 6 Dec 2018 14:10:35 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201812061410.wB6EAZal048015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 6 Dec 2018 14:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486760 - branches/2018Q4/security/p5-OpenCA-OpenSSL X-SVN-Group: ports-branches X-SVN-Commit-Author: mat X-SVN-Commit-Paths: branches/2018Q4/security/p5-OpenCA-OpenSSL X-SVN-Commit-Revision: 486760 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0659F6DF02 X-Spamd-Result: default: False [-1.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 14:10:36 -0000 Author: mat Date: Thu Dec 6 14:10:35 2018 New Revision: 486760 URL: https://svnweb.freebsd.org/changeset/ports/486760 Log: MFH: r484930 r486759 Mark broken with OpenSSL 1.1.1 and on 12/13 with base OpenSSL. Modified: branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile ============================================================================== --- branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile Thu Dec 6 14:07:31 2018 (r486759) +++ branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile Thu Dec 6 14:10:35 2018 (r486760) @@ -12,6 +12,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl crypto extension to OpenSSL +BROKEN_SSL= openssl111 ${BROKEN_SSL_${OSREL:R}} +BROKEN_SSL_REASON_openssl111= incomplete definition of type 'struct x509_st' +BROKEN_SSL_12= base +BROKEN_SSL_13= base + BUILD_DEPENDS= p5-Locale-libintl>=0:devel/p5-Locale-libintl \ p5-MIME-Tools>=0:mail/p5-MIME-Tools \ p5-X500-DN>=0:net/p5-X500-DN From owner-svn-ports-all@freebsd.org Thu Dec 6 14:19:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF17A132F9CF; Thu, 6 Dec 2018 14:19:24 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 714446E53B; Thu, 6 Dec 2018 14:19:24 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53B7B249F5; Thu, 6 Dec 2018 14:19:24 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6EJO7r053371; Thu, 6 Dec 2018 14:19:24 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6EJNc6053369; Thu, 6 Dec 2018 14:19:23 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201812061419.wB6EJNc6053369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Thu, 6 Dec 2018 14:19:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486761 - head/devel/kodi-platform X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: head/devel/kodi-platform X-SVN-Commit-Revision: 486761 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 714446E53B X-Spamd-Result: default: False [-1.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 14:19:25 -0000 Author: decke Date: Thu Dec 6 14:19:23 2018 New Revision: 486761 URL: https://svnweb.freebsd.org/changeset/ports/486761 Log: devel/kodi-platform: Update to 20180302 Modified: head/devel/kodi-platform/Makefile head/devel/kodi-platform/distinfo Modified: head/devel/kodi-platform/Makefile ============================================================================== --- head/devel/kodi-platform/Makefile Thu Dec 6 14:10:35 2018 (r486760) +++ head/devel/kodi-platform/Makefile Thu Dec 6 14:19:23 2018 (r486761) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kodi-platform -PORTVERSION= 20170306 +PORTVERSION= 20180302 CATEGORIES= devel MAINTAINER= decke@FreeBSD.org @@ -17,7 +17,7 @@ USES= cmake USE_GITHUB= yes GH_ACCOUNT= xbmc -GH_TAGNAME= 36fb493 +GH_TAGNAME= e8574b8 USE_LDCONFIG= yes Modified: head/devel/kodi-platform/distinfo ============================================================================== --- head/devel/kodi-platform/distinfo Thu Dec 6 14:10:35 2018 (r486760) +++ head/devel/kodi-platform/distinfo Thu Dec 6 14:19:23 2018 (r486761) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518120462 -SHA256 (xbmc-kodi-platform-20170306-36fb493_GH0.tar.gz) = 0b8de462a83296a23f5674c78af69cb957170cc0fb91604ccfa8fd0decf3fdb8 -SIZE (xbmc-kodi-platform-20170306-36fb493_GH0.tar.gz) = 8599 +TIMESTAMP = 1544087552 +SHA256 (xbmc-kodi-platform-20180302-e8574b8_GH0.tar.gz) = ee262bb5f8227d630014b887388ee2f5e9474f64fae7408fd299bc22b8099ba5 +SIZE (xbmc-kodi-platform-20180302-e8574b8_GH0.tar.gz) = 8603 From owner-svn-ports-all@freebsd.org Thu Dec 6 14:26:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B56EB132FDC0; Thu, 6 Dec 2018 14:26:23 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4571A6EB14; Thu, 6 Dec 2018 14:26:23 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C93124BA8; Thu, 6 Dec 2018 14:26:23 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6EQMA6058267; Thu, 6 Dec 2018 14:26:22 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6EQMI0058265; Thu, 6 Dec 2018 14:26:22 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201812061426.wB6EQMI0058265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Thu, 6 Dec 2018 14:26:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486762 - in head/multimedia/tvheadend: . files X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: in head/multimedia/tvheadend: . files X-SVN-Commit-Revision: 486762 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4571A6EB14 X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 14:26:23 -0000 Author: decke Date: Thu Dec 6 14:26:22 2018 New Revision: 486762 URL: https://svnweb.freebsd.org/changeset/ports/486762 Log: - Fix sendfile() integration affecting webui - Fix epg compatibility issues in webui - Bump PORTREVISION Both patches are already included upstream. Submitted by: Jongsung Kim (via email to ports@) Added: head/multimedia/tvheadend/files/patch-src_webui_static_app_epg.js (contents, props changed) head/multimedia/tvheadend/files/patch-src_webui_webui.c (contents, props changed) Modified: head/multimedia/tvheadend/Makefile Modified: head/multimedia/tvheadend/Makefile ============================================================================== --- head/multimedia/tvheadend/Makefile Thu Dec 6 14:19:23 2018 (r486761) +++ head/multimedia/tvheadend/Makefile Thu Dec 6 14:26:22 2018 (r486762) @@ -4,7 +4,7 @@ PORTNAME= tvheadend PORTVERSION= 4.2.7 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= decke@FreeBSD.org Added: head/multimedia/tvheadend/files/patch-src_webui_static_app_epg.js ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tvheadend/files/patch-src_webui_static_app_epg.js Thu Dec 6 14:26:22 2018 (r486762) @@ -0,0 +1,44 @@ +From 5363fb5cefbf8f9f0f4d38f81252ce93942665e4 Mon Sep 17 00:00:00 2001 +From: Jongsung Kim +Date: Tue, 20 Nov 2018 17:36:10 +0900 +Subject: [PATCH 2/2] webui: epg: fix compatibility issue for FreeBSD + +The EPG screen serviced by FreeBSD port of tvheadend has two abnormal control +behaviors: + + Reset All button makes the list empty + Typing and then deleting any search string also makes the list empty. + +This patch fixes the symptoms above. + +Patch tested with the latest FreeBSD port of tvheadend-4.2.7. + +Changes since v1: +- call reset only if required +--- + src/webui/static/app/epg.js | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js +index 2c8b914b2..7337177ef 100644 +--- src/webui/static/app/epg.js ++++ src/webui/static/app/epg.js +@@ -902,10 +902,11 @@ tvheadend.epg = function() { + epgFilterTitle.on('valid', function(c) { + var value = c.getValue(); + +- if (value.length < 1) +- value = null; +- +- if (epgStore.baseParams.title !== value) { ++ if (value.length < 1) { ++ delete epgStore.baseParams.title; ++ epgView.reset(); ++ } ++ else if (epgStore.baseParams.title !== value) { + epgStore.baseParams.title = value; + epgView.reset(); + } +-- +2.19.1 + Added: head/multimedia/tvheadend/files/patch-src_webui_webui.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tvheadend/files/patch-src_webui_webui.c Thu Dec 6 14:26:22 2018 (r486762) @@ -0,0 +1,80 @@ +From 411f957733222e24df4ead9fb15332dcb2c116da Mon Sep 17 00:00:00 2001 +From: Jongsung Kim +Date: Tue, 29 May 2018 03:42:04 +0900 +Subject: [PATCH 1/2] webui: fix http_serve_file() for FreeBSD + +This patch fixes two major problems of FreeBSD port of tvheadend: + +1. very high CPU usage while streaming a recored program +2. unable to stream the recorded program beyond 128MB. + +Unlike Linux sendfile(), FreeBSD sendfile() requires an explicit +file offset, and return value must be checked to catch any error +occurred. (i.e., closed connection) + +Patch tested with the latest FreeBSD port of tvheadend-4.2.6. +--- + src/webui/webui.c | 24 +++++++++++++++++------- + 1 file changed, 17 insertions(+), 7 deletions(-) + +diff --git a/src/webui/webui.c b/src/webui/webui.c +index 12b965230..331d998e9 100644 +--- src/webui/webui.c ++++ src/webui/webui.c +@@ -1570,7 +1570,7 @@ http_serve_file(http_connection_t *hc, const char *fname, + #if defined(PLATFORM_LINUX) + ssize_t r; + #elif defined(PLATFORM_FREEBSD) || defined(PLATFORM_DARWIN) +- off_t r; ++ off_t o, r; + #endif + + if (fconv) { +@@ -1631,11 +1631,15 @@ http_serve_file(http_connection_t *hc, const char *fname, + sprintf(range_buf, "bytes %jd-%jd/%jd", + file_start, file_end, (intmax_t)st.st_size); + ++#if defined(PLATFORM_LINUX) + if(file_start > 0) + if (lseek(fd, file_start, SEEK_SET) != file_start) { + close(fd); + return HTTP_STATUS_INTERNAL; + } ++#elif defined(PLATFORM_FREEBSD) || defined(PLATFORM_DARWIN) ++ o = file_start; ++#endif + + if (preop) { + ret = preop(hc, file_start, content_len, opaque); +@@ -1656,16 +1660,22 @@ http_serve_file(http_connection_t *hc, const char *fname, + chunk = MIN(1024 * ((stats ? 128 : 1024) * 1024), content_len); + #if defined(PLATFORM_LINUX) + r = sendfile(hc->hc_fd, fd, NULL, chunk); ++ if (r < 0) { ++ ret = -1; ++ break; ++ } + #elif defined(PLATFORM_FREEBSD) +- sendfile(fd, hc->hc_fd, 0, chunk, NULL, &r, 0); ++ ret = sendfile(fd, hc->hc_fd, o, chunk, NULL, &r, 0); ++ if (ret < 0) ++ break; ++ o += r; + #elif defined(PLATFORM_DARWIN) + r = chunk; +- sendfile(fd, hc->hc_fd, 0, &r, NULL, 0); +-#endif +- if(r < 0) { +- ret = -1; ++ ret = sendfile(fd, hc->hc_fd, o, &r, NULL, 0); ++ if (ret < 0) + break; +- } ++ o += r; ++#endif + content_len -= r; + if (stats) + stats(hc, r, opaque); +-- +2.19.1 + From owner-svn-ports-all@freebsd.org Thu Dec 6 14:52:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 950581330BE0; Thu, 6 Dec 2018 14:52:16 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38DDE6FD08; Thu, 6 Dec 2018 14:52:16 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B80725096; Thu, 6 Dec 2018 14:52:16 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6EqF3m073813; Thu, 6 Dec 2018 14:52:15 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6EqFCB073812; Thu, 6 Dec 2018 14:52:15 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201812061452.wB6EqFCB073812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Thu, 6 Dec 2018 14:52:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486763 - head/graphics/gexiv2/files X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/graphics/gexiv2/files X-SVN-Commit-Revision: 486763 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 38DDE6FD08 X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.94)[-0.944,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 14:52:16 -0000 Author: cmt Date: Thu Dec 6 14:52:15 2018 New Revision: 486763 URL: https://svnweb.freebsd.org/changeset/ports/486763 Log: gexiv2: fix build with non-clang compilers clang silently ignores empty arguments, others do complain. Set up conditional arguments like the meson documentation recommends. PR: 233668 Reported by: Piotr Kubaj, jhibbits@ Modified: head/graphics/gexiv2/files/patch-gexiv2_meson.build Modified: head/graphics/gexiv2/files/patch-gexiv2_meson.build ============================================================================== --- head/graphics/gexiv2/files/patch-gexiv2_meson.build Thu Dec 6 14:26:22 2018 (r486762) +++ head/graphics/gexiv2/files/patch-gexiv2_meson.build Thu Dec 6 14:52:15 2018 (r486763) @@ -1,11 +1,16 @@ ---- gexiv2/meson.build.orig 2018-11-23 19:55:20 UTC -+++ gexiv2/meson.build -@@ -35,7 +35,7 @@ install_headers(gexiv2_headers, subdir : +--- gexiv2/meson.build.orig 2018-12-01 18:58:21.005598000 +0100 ++++ gexiv2/meson.build 2018-12-01 19:01:56.566055000 +0100 +@@ -35,10 +35,10 @@ # Static map file mapfile = 'gexiv2.map' -if host_machine.system() == 'darwin' +- vflag = '' +if host_machine.system() == 'darwin' or host_machine.system() == 'freebsd' - vflag = '' ++ vflag = [] else - vflag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfile) +- vflag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfile) ++ vflag = ['-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfile)] + endif + + gexiv2 = library('gexiv2', From owner-svn-ports-all@freebsd.org Thu Dec 6 15:16:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78DAF1331655; Thu, 6 Dec 2018 15:16:50 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A68F708C8; Thu, 6 Dec 2018 15:16:50 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF23B2540B; Thu, 6 Dec 2018 15:16:49 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6FGngm084713; Thu, 6 Dec 2018 15:16:49 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6FGnCO084712; Thu, 6 Dec 2018 15:16:49 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201812061516.wB6FGnCO084712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 6 Dec 2018 15:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486764 - head/mail/rspamd X-SVN-Group: ports-head X-SVN-Commit-Author: vsevolod X-SVN-Commit-Paths: head/mail/rspamd X-SVN-Commit-Revision: 486764 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1A68F708C8 X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.94)[-0.944,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 15:16:50 -0000 Author: vsevolod Date: Thu Dec 6 15:16:49 2018 New Revision: 486764 URL: https://svnweb.freebsd.org/changeset/ports/486764 Log: - Update to 1.8.3 PR: 233753 Submitted by: Yasuhiro KIMURA Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Thu Dec 6 14:52:15 2018 (r486763) +++ head/mail/rspamd/Makefile Thu Dec 6 15:16:49 2018 (r486764) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org @@ -56,7 +56,6 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rspamd \ -DNO_SHARED=ON USE_GITHUB= yes -GH_ACCOUNT= vstakhov USE_RC_SUBR= rspamd Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Thu Dec 6 14:52:15 2018 (r486763) +++ head/mail/rspamd/distinfo Thu Dec 6 15:16:49 2018 (r486764) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542645711 -SHA256 (vstakhov-rspamd-1.8.2_GH0.tar.gz) = 6cacf6ea0cd72eebc085aa70acef9b3c928c100c9d05232e760b94fe41ac90df -SIZE (vstakhov-rspamd-1.8.2_GH0.tar.gz) = 4308346 +TIMESTAMP = 1544107155 +SHA256 (rspamd-rspamd-1.8.3_GH0.tar.gz) = 09ad1808e8b56db954b29622976efca54785223beaa7b859b2cdb900408de8d7 +SIZE (rspamd-rspamd-1.8.3_GH0.tar.gz) = 4319623 From owner-svn-ports-all@freebsd.org Thu Dec 6 15:26:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63B781331B64; Thu, 6 Dec 2018 15:26:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F377B70F21; Thu, 6 Dec 2018 15:26:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id E2DE7C534; Thu, 6 Dec 2018 15:26:46 +0000 (UTC) Date: Thu, 6 Dec 2018 15:26:46 +0000 From: Alexey Dokuchaev To: Christoph Moench-Tegeder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486763 - head/graphics/gexiv2/files Message-ID: <20181206152646.GA93198@FreeBSD.org> References: <201812061452.wB6EqFCB073812@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201812061452.wB6EqFCB073812@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: F377B70F21 X-Spamd-Result: default: False [-1.21 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.68)[-0.680,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; NEURAL_SPAM_LONG(0.42)[0.424,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 15:26:47 -0000 On Thu, Dec 06, 2018 at 02:52:15PM +0000, Christoph Moench-Tegeder wrote: > New Revision: 486763 > URL: https://svnweb.freebsd.org/changeset/ports/486763 > > Log: > gexiv2: fix build with non-clang compilers > > [...] > --- head/graphics/gexiv2/files/patch-gexiv2_meson.build Thu Dec 6 14:26:22 2018 (r486762) > +++ head/graphics/gexiv2/files/patch-gexiv2_meson.build Thu Dec 6 14:52:15 2018 (r486763) > @@ -1,11 +1,16 @@ > ---- gexiv2/meson.build.orig 2018-11-23 19:55:20 UTC > -+++ gexiv2/meson.build > -@@ -35,7 +35,7 @@ install_headers(gexiv2_headers, subdir : > +--- gexiv2/meson.build.orig 2018-12-01 18:58:21.005598000 +0100 > ++++ gexiv2/meson.build 2018-12-01 19:01:56.566055000 +0100 > +@@ -35,10 +35,10 @@ May I wonder why did you squash correct +++/--- lines format? Please use ``make makepatch'' when (re)generating patches next time. Additionally, you might want to get into habbit of doing "svn diff" before commit, it would have shown that. ./danfe From owner-svn-ports-all@freebsd.org Thu Dec 6 15:51:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3CFE1332B43; Thu, 6 Dec 2018 15:51:00 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A34D071F27; Thu, 6 Dec 2018 15:51:00 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A6E5259A1; Thu, 6 Dec 2018 15:51:00 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6Fp08q000522; Thu, 6 Dec 2018 15:51:00 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6FoxpC000514; Thu, 6 Dec 2018 15:50:59 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201812061550.wB6FoxpC000514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Thu, 6 Dec 2018 15:50:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486765 - in head/mail: thunderbird thunderbird-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in head/mail: thunderbird thunderbird-i18n X-SVN-Commit-Revision: 486765 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A34D071F27 X-Spamd-Result: default: False [-1.82 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.870,0]; NEURAL_SPAM_LONG(0.01)[0.005,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 15:51:01 -0000 Author: cmt Date: Thu Dec 6 15:50:59 2018 New Revision: 486765 URL: https://svnweb.freebsd.org/changeset/ports/486765 Log: mail/thunderbird: update to 60.3.3 Release Notes: https://www.thunderbird.net/en-US/thunderbird/60.3.3/releasenotes/ PR: 233830 Approved by: jbeich (maintainer, gecko) MFH: 2018Q4 Modified: head/mail/thunderbird-i18n/Makefile head/mail/thunderbird-i18n/distinfo head/mail/thunderbird/Makefile head/mail/thunderbird/distinfo Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Thu Dec 6 15:16:49 2018 (r486764) +++ head/mail/thunderbird-i18n/Makefile Thu Dec 6 15:50:59 2018 (r486765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 60.3.2 +PORTVERSION= 60.3.3 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-x86_64/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-x86_64/xpi Modified: head/mail/thunderbird-i18n/distinfo ============================================================================== --- head/mail/thunderbird-i18n/distinfo Thu Dec 6 15:16:49 2018 (r486764) +++ head/mail/thunderbird-i18n/distinfo Thu Dec 6 15:50:59 2018 (r486765) @@ -1,117 +1,117 @@ -TIMESTAMP = 1543595237 -SHA256 (xpi/thunderbird-i18n-60.3.2/ar.xpi) = 896ccd179ffc31870278bbddf5b2b5f864b6221217f7797d03c4d46a421285ee -SIZE (xpi/thunderbird-i18n-60.3.2/ar.xpi) = 627181 -SHA256 (xpi/thunderbird-i18n-60.3.2/ast.xpi) = a15c63913ae33e37b23c82e34eeb5bbfebd5e678ab96b55491c47956d3811c8d -SIZE (xpi/thunderbird-i18n-60.3.2/ast.xpi) = 560867 -SHA256 (xpi/thunderbird-i18n-60.3.2/be.xpi) = efd7215faac5a16ab3850a5f62e99d9a181b255e8d6f8ccbc6e423ce788dc5b4 -SIZE (xpi/thunderbird-i18n-60.3.2/be.xpi) = 659079 -SHA256 (xpi/thunderbird-i18n-60.3.2/bg.xpi) = fb156ed7e5a7293aa7890bb389945c88e18049bd030c8dcd5e4b0388603a5817 -SIZE (xpi/thunderbird-i18n-60.3.2/bg.xpi) = 665510 -SHA256 (xpi/thunderbird-i18n-60.3.2/br.xpi) = d48621064c77d1249254221e1f0ebc1fcd2fde1703ce5ee76b5d3dee84481826 -SIZE (xpi/thunderbird-i18n-60.3.2/br.xpi) = 581592 -SHA256 (xpi/thunderbird-i18n-60.3.2/ca.xpi) = 6dcac998cf49f56ef2e73b4d15bec5b8bbcd3d1e6a0b275ed638ad24b9150c45 -SIZE (xpi/thunderbird-i18n-60.3.2/ca.xpi) = 591970 -SHA256 (xpi/thunderbird-i18n-60.3.2/cs.xpi) = 3a0e18b00047ebd954aa43d1adf8281e78a75cd82bc7a7c3af98cfc451882e38 -SIZE (xpi/thunderbird-i18n-60.3.2/cs.xpi) = 611201 -SHA256 (xpi/thunderbird-i18n-60.3.2/cy.xpi) = 66efb0bb78d918064fbc1e29910a18c38cd08f44d8f9e706583262bafd09e5f4 -SIZE (xpi/thunderbird-i18n-60.3.2/cy.xpi) = 582233 -SHA256 (xpi/thunderbird-i18n-60.3.2/da.xpi) = ef5c7f145464ff34ef3369d642d6fec09ca1eaf5ccc23f8139b712de9b0eaaee -SIZE (xpi/thunderbird-i18n-60.3.2/da.xpi) = 570805 -SHA256 (xpi/thunderbird-i18n-60.3.2/de.xpi) = 0b82a5f259c5221ff598b54596182a5976f838cafb7b47574106e14e32cb4b34 -SIZE (xpi/thunderbird-i18n-60.3.2/de.xpi) = 582573 -SHA256 (xpi/thunderbird-i18n-60.3.2/dsb.xpi) = 0ec5a996cc91fef198484640ddb8f5995b9f9008164e7b07583eee89f1ae79b9 -SIZE (xpi/thunderbird-i18n-60.3.2/dsb.xpi) = 613758 -SHA256 (xpi/thunderbird-i18n-60.3.2/el.xpi) = 4d3d3509a14b766ec8752bac80c7e81cc927f3084539b2b55589046cb1805fe9 -SIZE (xpi/thunderbird-i18n-60.3.2/el.xpi) = 691053 -SHA256 (xpi/thunderbird-i18n-60.3.2/en-GB.xpi) = 9b8a6c31b85c07a7ab557c39e830564bead8b9403956e7e05aaf2e5b36d2e69a -SIZE (xpi/thunderbird-i18n-60.3.2/en-GB.xpi) = 550354 -SHA256 (xpi/thunderbird-i18n-60.3.2/en-US.xpi) = d944098b1fc308afe030be228f5d92e55fefdd92845924a327d795a349e701db -SIZE (xpi/thunderbird-i18n-60.3.2/en-US.xpi) = 546992 -SHA256 (xpi/thunderbird-i18n-60.3.2/es-AR.xpi) = 680f0cb343636792b7ad5dd0985bee6b210249890834b5f82288663f72401a96 -SIZE (xpi/thunderbird-i18n-60.3.2/es-AR.xpi) = 595048 -SHA256 (xpi/thunderbird-i18n-60.3.2/es-ES.xpi) = 3f0fb2afb8e3f32e788c01e57d86c3362128151b8d548b8fcdd4cfe89dee080f -SIZE (xpi/thunderbird-i18n-60.3.2/es-ES.xpi) = 492211 -SHA256 (xpi/thunderbird-i18n-60.3.2/et.xpi) = 8feef17eca060e0881714f5db7b408d5fd7b517d9f9d8af22543e27928510b66 -SIZE (xpi/thunderbird-i18n-60.3.2/et.xpi) = 570866 -SHA256 (xpi/thunderbird-i18n-60.3.2/eu.xpi) = 9cb7c0d3aa33e3ea330d7f08893fd0fa95dc53057239b1943fb1d24b1652ce08 -SIZE (xpi/thunderbird-i18n-60.3.2/eu.xpi) = 577579 -SHA256 (xpi/thunderbird-i18n-60.3.2/fi.xpi) = d55467b9b03acff4294a1351b87fd78fa8284aa6fae3660986fa8d8307b5ad7b -SIZE (xpi/thunderbird-i18n-60.3.2/fi.xpi) = 575754 -SHA256 (xpi/thunderbird-i18n-60.3.2/fr.xpi) = fb863da3f5df78c5ba2bfce66eba0913c264be099d2e5e6e3fc3778bdc4d35d0 -SIZE (xpi/thunderbird-i18n-60.3.2/fr.xpi) = 608465 -SHA256 (xpi/thunderbird-i18n-60.3.2/fy-NL.xpi) = 40a24810462d4e2ff5989bbceaf48b1e201241557205ad71fa47bc3addc02d50 -SIZE (xpi/thunderbird-i18n-60.3.2/fy-NL.xpi) = 590032 -SHA256 (xpi/thunderbird-i18n-60.3.2/ga-IE.xpi) = 9badfdeaba5dd67c9572528c151b794f9d54e2173bf4826d81fa7e77ac4183cc -SIZE (xpi/thunderbird-i18n-60.3.2/ga-IE.xpi) = 603506 -SHA256 (xpi/thunderbird-i18n-60.3.2/gd.xpi) = e574f9951d8c1c15cb35b5b6c69bf15e83f64fac08c1e6465c38752efa0d3ac1 -SIZE (xpi/thunderbird-i18n-60.3.2/gd.xpi) = 599261 -SHA256 (xpi/thunderbird-i18n-60.3.2/gl.xpi) = 3c84cd675587362860143add3e3ca181ff41374cbc427da78d9bfbcd1d5da64a -SIZE (xpi/thunderbird-i18n-60.3.2/gl.xpi) = 576547 -SHA256 (xpi/thunderbird-i18n-60.3.2/he.xpi) = d2d31d39d83844897916c9bea32a7f256b7d017c4a776b14843d659ee69b0c06 -SIZE (xpi/thunderbird-i18n-60.3.2/he.xpi) = 618365 -SHA256 (xpi/thunderbird-i18n-60.3.2/hr.xpi) = 75b24f3c92a85f338d2db0322273b499a6b62e3fddff5f0babbf72b847fd1f7c -SIZE (xpi/thunderbird-i18n-60.3.2/hr.xpi) = 583460 -SHA256 (xpi/thunderbird-i18n-60.3.2/hsb.xpi) = cb4170a092f9f217ae44cee870c0a3e44e7455ffd742e3a1235ccc362d59640f -SIZE (xpi/thunderbird-i18n-60.3.2/hsb.xpi) = 611322 -SHA256 (xpi/thunderbird-i18n-60.3.2/hu.xpi) = cece1242d515fc7fc47a6e5f6b5c89307fd4bea97df7c9d137ea0617b377ee9f -SIZE (xpi/thunderbird-i18n-60.3.2/hu.xpi) = 615346 -SHA256 (xpi/thunderbird-i18n-60.3.2/hy-AM.xpi) = bf5da18439d4cb8ac3dfa0f59bb03b240ef19cdbcb6beef13332abbdba4ce03e -SIZE (xpi/thunderbird-i18n-60.3.2/hy-AM.xpi) = 649713 -SHA256 (xpi/thunderbird-i18n-60.3.2/id.xpi) = 0febf39ccf273fd6f058a6f03a8552cceaa1fe7d08023711b33cd7c633e676ab -SIZE (xpi/thunderbird-i18n-60.3.2/id.xpi) = 568859 -SHA256 (xpi/thunderbird-i18n-60.3.2/is.xpi) = 5053d2939bb0f86173b80ff9ff74c5e5e2e5367bf24c76c61f6b658149e7a9f0 -SIZE (xpi/thunderbird-i18n-60.3.2/is.xpi) = 579047 -SHA256 (xpi/thunderbird-i18n-60.3.2/it.xpi) = 0a7dc4e7f634a62a4391636a9bfb22c6cda0d9ade5d82131b76ec9e96b01fb45 -SIZE (xpi/thunderbird-i18n-60.3.2/it.xpi) = 477500 -SHA256 (xpi/thunderbird-i18n-60.3.2/ja.xpi) = e185eca692668bdc601ebabb11dce7db3a33a4a58021c41eb3999b21f698bef9 -SIZE (xpi/thunderbird-i18n-60.3.2/ja.xpi) = 653342 -SHA256 (xpi/thunderbird-i18n-60.3.2/kab.xpi) = 0c8943441ef6a3b844da8c5abea6fbdea36d21208a9635a42611e508be3f3180 -SIZE (xpi/thunderbird-i18n-60.3.2/kab.xpi) = 595240 -SHA256 (xpi/thunderbird-i18n-60.3.2/kk.xpi) = 01af6cb381a1daf829c8d8a526cac89985562d46cecc2ee01b542d860ab577e2 -SIZE (xpi/thunderbird-i18n-60.3.2/kk.xpi) = 670449 -SHA256 (xpi/thunderbird-i18n-60.3.2/ko.xpi) = 02e0824a69a622aa4333091c8d924ca53a607888c9fb595326f2fabc1806cfe8 -SIZE (xpi/thunderbird-i18n-60.3.2/ko.xpi) = 619730 -SHA256 (xpi/thunderbird-i18n-60.3.2/lt.xpi) = aea0101281103581b7e0a8d46a4bd1e50093039561c58f53bf5fab0360163831 -SIZE (xpi/thunderbird-i18n-60.3.2/lt.xpi) = 605440 -SHA256 (xpi/thunderbird-i18n-60.3.2/ms.xpi) = 3d7f0734f99ad8490176625f643ef562821fd1c19ffb06a33a93d6fd964e16d2 -SIZE (xpi/thunderbird-i18n-60.3.2/ms.xpi) = 574306 -SHA256 (xpi/thunderbird-i18n-60.3.2/nb-NO.xpi) = a2c8c7c6c29349454e334e543d13715f68cf8ca2586c7654768c9d09daaa2d85 -SIZE (xpi/thunderbird-i18n-60.3.2/nb-NO.xpi) = 578234 -SHA256 (xpi/thunderbird-i18n-60.3.2/nl.xpi) = d3dd7bee644f5aaa0d4bc3ec46d2f78311641033fdebd21b8faa357039034aed -SIZE (xpi/thunderbird-i18n-60.3.2/nl.xpi) = 583913 -SHA256 (xpi/thunderbird-i18n-60.3.2/nn-NO.xpi) = c62de778e8157f31df813de37c10220180fab311024e499ef5756e13545bd49d -SIZE (xpi/thunderbird-i18n-60.3.2/nn-NO.xpi) = 577653 -SHA256 (xpi/thunderbird-i18n-60.3.2/pl.xpi) = 8e5163efdb0a57e3ff48035cf0f4359421b5b36d1bb7fc7761966a432e448229 -SIZE (xpi/thunderbird-i18n-60.3.2/pl.xpi) = 480724 -SHA256 (xpi/thunderbird-i18n-60.3.2/pt-BR.xpi) = 02830c38d254f94af99e396579ac3674467e187435995c82f17f4ed0227a8a44 -SIZE (xpi/thunderbird-i18n-60.3.2/pt-BR.xpi) = 585017 -SHA256 (xpi/thunderbird-i18n-60.3.2/pt-PT.xpi) = 302312859a31cce43461535fdacc8ff15fb14cac222c17cd9810f8cefc72b48b -SIZE (xpi/thunderbird-i18n-60.3.2/pt-PT.xpi) = 593185 -SHA256 (xpi/thunderbird-i18n-60.3.2/rm.xpi) = 98d92dbcde288e5fe71d055436119a401eef8b9de4716bcaeefa26a4250f5b34 -SIZE (xpi/thunderbird-i18n-60.3.2/rm.xpi) = 578384 -SHA256 (xpi/thunderbird-i18n-60.3.2/ro.xpi) = 2a1fbe420f9645ba4e98a01bd404282233319fdfc725092d3fc862534d29605b -SIZE (xpi/thunderbird-i18n-60.3.2/ro.xpi) = 584308 -SHA256 (xpi/thunderbird-i18n-60.3.2/ru.xpi) = 8bcfa90ceecafb4ae7c1404c6c26faa89cf00a327a6f7021921769de6e4ab8ff -SIZE (xpi/thunderbird-i18n-60.3.2/ru.xpi) = 694704 -SHA256 (xpi/thunderbird-i18n-60.3.2/si.xpi) = 524e41a67aefc4c976dae2c03ce8e06b562e8f10c6bd61adf430021116924bef -SIZE (xpi/thunderbird-i18n-60.3.2/si.xpi) = 643790 -SHA256 (xpi/thunderbird-i18n-60.3.2/sk.xpi) = 9b09cedd853ae2ce29e56b8b97ef39dd478c1135b9026352b5b5b1a1d4d5bd17 -SIZE (xpi/thunderbird-i18n-60.3.2/sk.xpi) = 612216 -SHA256 (xpi/thunderbird-i18n-60.3.2/sl.xpi) = bcaecc9ce702621cace0d8e8fb8ebfecc1030f050ee393fd1327dd222e804200 -SIZE (xpi/thunderbird-i18n-60.3.2/sl.xpi) = 589947 -SHA256 (xpi/thunderbird-i18n-60.3.2/sq.xpi) = 6b630debf2eee308d0b5b57e67560c83118cd2e7bf147ee3a1862eec3f49a330 -SIZE (xpi/thunderbird-i18n-60.3.2/sq.xpi) = 593094 -SHA256 (xpi/thunderbird-i18n-60.3.2/sr.xpi) = 4eb841cc41d04751fa85affdf572235dc118a8df5d69091bb43af8b3cd203434 -SIZE (xpi/thunderbird-i18n-60.3.2/sr.xpi) = 637719 -SHA256 (xpi/thunderbird-i18n-60.3.2/sv-SE.xpi) = 5ad20a801c60f9bf0104f938f21ea3fb888cbc4396cae4c3f65b27010bad2929 -SIZE (xpi/thunderbird-i18n-60.3.2/sv-SE.xpi) = 594078 -SHA256 (xpi/thunderbird-i18n-60.3.2/tr.xpi) = 439c7dd3b5342228fd674738c7442b0e5cce73c713536314cd32efb86d3b06f6 -SIZE (xpi/thunderbird-i18n-60.3.2/tr.xpi) = 598010 -SHA256 (xpi/thunderbird-i18n-60.3.2/uk.xpi) = 5cf38caf8af6208da4b2e6c788f6df1135e258831401117a928efa6023256415 -SIZE (xpi/thunderbird-i18n-60.3.2/uk.xpi) = 684153 -SHA256 (xpi/thunderbird-i18n-60.3.2/vi.xpi) = 210600636b1982a02a0374a4d1a846ab7698587e656526df80d17dd344941761 -SIZE (xpi/thunderbird-i18n-60.3.2/vi.xpi) = 638421 -SHA256 (xpi/thunderbird-i18n-60.3.2/zh-CN.xpi) = b6dd3b6c188742e6541c7800d23b1500680f98bf1995897a87d77e22abafe955 -SIZE (xpi/thunderbird-i18n-60.3.2/zh-CN.xpi) = 622466 -SHA256 (xpi/thunderbird-i18n-60.3.2/zh-TW.xpi) = 96c538ba06202c3d72c809367c245fb43eeca68a3551fc024f2ce01e1542b998 -SIZE (xpi/thunderbird-i18n-60.3.2/zh-TW.xpi) = 626189 +TIMESTAMP = 1544045169 +SHA256 (xpi/thunderbird-i18n-60.3.3/ar.xpi) = cbbd8e88f224986885968b8cf1bc793ef797a4ad67699897f1241c505aa1468a +SIZE (xpi/thunderbird-i18n-60.3.3/ar.xpi) = 627181 +SHA256 (xpi/thunderbird-i18n-60.3.3/ast.xpi) = 3ff5b95378b67f9656c1b8899c4091187cc6d9aaecee04f6b960b02e544caeb6 +SIZE (xpi/thunderbird-i18n-60.3.3/ast.xpi) = 560866 +SHA256 (xpi/thunderbird-i18n-60.3.3/be.xpi) = 103e49abd506638fed88dec6690f003bd247f6b6eceb0b672e8eec67a5c46aa5 +SIZE (xpi/thunderbird-i18n-60.3.3/be.xpi) = 659079 +SHA256 (xpi/thunderbird-i18n-60.3.3/bg.xpi) = 082f936c6705f4b6a30da095df6a06738afeac89b8d2486486b230bfa486c8f1 +SIZE (xpi/thunderbird-i18n-60.3.3/bg.xpi) = 665511 +SHA256 (xpi/thunderbird-i18n-60.3.3/br.xpi) = 3d978b5ad1e10d3d06048f063da6f171d2e2fcf702ae503fe95e27975449cf5a +SIZE (xpi/thunderbird-i18n-60.3.3/br.xpi) = 581592 +SHA256 (xpi/thunderbird-i18n-60.3.3/ca.xpi) = 020ac3d2f842b25004fbfcd8630d6183952a8d40b86a710796edf4b6699b6a92 +SIZE (xpi/thunderbird-i18n-60.3.3/ca.xpi) = 591970 +SHA256 (xpi/thunderbird-i18n-60.3.3/cs.xpi) = 442cfaa3f6e383f7c8ca4009c2f4e1830bcef20ec43b238515ed4e09c0a451d4 +SIZE (xpi/thunderbird-i18n-60.3.3/cs.xpi) = 611200 +SHA256 (xpi/thunderbird-i18n-60.3.3/cy.xpi) = bdb5e8d63168d04a4f12f4884f60bd6bdf6dfae380b180d554721557928e7517 +SIZE (xpi/thunderbird-i18n-60.3.3/cy.xpi) = 582232 +SHA256 (xpi/thunderbird-i18n-60.3.3/da.xpi) = 17c3f150de5259fb21e87e9857cb461ee772628162d2674a2c8a59a7c80a50b7 +SIZE (xpi/thunderbird-i18n-60.3.3/da.xpi) = 570806 +SHA256 (xpi/thunderbird-i18n-60.3.3/de.xpi) = ff3d45f0c7d3becc230a0b6ee76d3e27c13aca92bc66c1378f727310fd645920 +SIZE (xpi/thunderbird-i18n-60.3.3/de.xpi) = 582574 +SHA256 (xpi/thunderbird-i18n-60.3.3/dsb.xpi) = a467431c12de694b71d95c9ff6c9bf1a1870378ad33419d04301ba3ea5eb6e4f +SIZE (xpi/thunderbird-i18n-60.3.3/dsb.xpi) = 613757 +SHA256 (xpi/thunderbird-i18n-60.3.3/el.xpi) = 392b81ae56bd67c29a8fdb89e55ab2a60bf28b63e80b7f0ddd1a87c199f4df75 +SIZE (xpi/thunderbird-i18n-60.3.3/el.xpi) = 691055 +SHA256 (xpi/thunderbird-i18n-60.3.3/en-GB.xpi) = 9679cfc192615121a095e6d0ab3be40ed797edaa01410a2c090db08cc21aeadb +SIZE (xpi/thunderbird-i18n-60.3.3/en-GB.xpi) = 550355 +SHA256 (xpi/thunderbird-i18n-60.3.3/en-US.xpi) = c2dac5733748ef0eb2b618654c0fdcf83341c305e835d4396e874a8c4c30fb7b +SIZE (xpi/thunderbird-i18n-60.3.3/en-US.xpi) = 546992 +SHA256 (xpi/thunderbird-i18n-60.3.3/es-AR.xpi) = bee46105952f3332ef6985c54c9e5de70b4b8e797f862feb301d7b9d623a9a08 +SIZE (xpi/thunderbird-i18n-60.3.3/es-AR.xpi) = 595046 +SHA256 (xpi/thunderbird-i18n-60.3.3/es-ES.xpi) = e97b955a9b3460e1682f82884bb92781b3f2498c0527047910149dddf11f6609 +SIZE (xpi/thunderbird-i18n-60.3.3/es-ES.xpi) = 492211 +SHA256 (xpi/thunderbird-i18n-60.3.3/et.xpi) = dfbdb5fed59436ba6a23c088740e5d4b1f5da559c6073e0858a864180889c445 +SIZE (xpi/thunderbird-i18n-60.3.3/et.xpi) = 570866 +SHA256 (xpi/thunderbird-i18n-60.3.3/eu.xpi) = fc46b25891048e574ef7ab404311b6d0f0477b7a45b7fa9b46a48698b5ee7e9f +SIZE (xpi/thunderbird-i18n-60.3.3/eu.xpi) = 577578 +SHA256 (xpi/thunderbird-i18n-60.3.3/fi.xpi) = 4a2cdbb9ab6755eb436cfc06a34c337f14c3fae8a683b4d620e653790ba469be +SIZE (xpi/thunderbird-i18n-60.3.3/fi.xpi) = 575754 +SHA256 (xpi/thunderbird-i18n-60.3.3/fr.xpi) = cb7219aad7fa58c41937bcca25ac72637ab92c7d26de94baf13e64c44feed1f4 +SIZE (xpi/thunderbird-i18n-60.3.3/fr.xpi) = 608466 +SHA256 (xpi/thunderbird-i18n-60.3.3/fy-NL.xpi) = ff98e6d94e2022adbf36d71d91ea5036db0efbbd2dab2dd10a0c960020f0aa01 +SIZE (xpi/thunderbird-i18n-60.3.3/fy-NL.xpi) = 590033 +SHA256 (xpi/thunderbird-i18n-60.3.3/ga-IE.xpi) = c56efc8397f8cc9b75ee8cbd7e367cf2002b88faa5afd8d3ef55f1416da0bfa7 +SIZE (xpi/thunderbird-i18n-60.3.3/ga-IE.xpi) = 603505 +SHA256 (xpi/thunderbird-i18n-60.3.3/gd.xpi) = 9890671efe348d1623da1916830a8aea8f318318d46c154fb098ad25e4e5d56f +SIZE (xpi/thunderbird-i18n-60.3.3/gd.xpi) = 599261 +SHA256 (xpi/thunderbird-i18n-60.3.3/gl.xpi) = 9ce8698f74ef45d5232063459d5fef1a5ef3329d01f014a9b1d5137b52990b67 +SIZE (xpi/thunderbird-i18n-60.3.3/gl.xpi) = 576546 +SHA256 (xpi/thunderbird-i18n-60.3.3/he.xpi) = e899e3ba40ab38d41090648b595dfcadbe80546f74dd8c0704de8f9be6a5b826 +SIZE (xpi/thunderbird-i18n-60.3.3/he.xpi) = 618364 +SHA256 (xpi/thunderbird-i18n-60.3.3/hr.xpi) = 0522e6533f372836cdedcd8cc41ff2e274d0da77be7f2d6de4e9b685dcefa569 +SIZE (xpi/thunderbird-i18n-60.3.3/hr.xpi) = 583460 +SHA256 (xpi/thunderbird-i18n-60.3.3/hsb.xpi) = 11bd61c42aa486f50ae6df6e064fc658816f1de71ebfa430451c6c4acbe49828 +SIZE (xpi/thunderbird-i18n-60.3.3/hsb.xpi) = 611321 +SHA256 (xpi/thunderbird-i18n-60.3.3/hu.xpi) = a8687a7e38bac986da6320ec658526a6687e4f0f7f4fe0d57e5395a3dc4240e2 +SIZE (xpi/thunderbird-i18n-60.3.3/hu.xpi) = 615346 +SHA256 (xpi/thunderbird-i18n-60.3.3/hy-AM.xpi) = 2810a28a88c7b3949f598d9b4f4f0bf5bc0641433d5a92afc93b383e711d8b7a +SIZE (xpi/thunderbird-i18n-60.3.3/hy-AM.xpi) = 649712 +SHA256 (xpi/thunderbird-i18n-60.3.3/id.xpi) = e5bf6c97f6f65155c22655d01e4db7538de66bfaf6f6fdb23e7ce2de5c754431 +SIZE (xpi/thunderbird-i18n-60.3.3/id.xpi) = 568860 +SHA256 (xpi/thunderbird-i18n-60.3.3/is.xpi) = f5906bf96ce3cb50b4c01fe5d628f7ceb5836bc2a13bd681cafb1d031416a209 +SIZE (xpi/thunderbird-i18n-60.3.3/is.xpi) = 579047 +SHA256 (xpi/thunderbird-i18n-60.3.3/it.xpi) = 896369dc19aee03ec708eda01ec790def1de6d8e28cae51199132b31b3a82a19 +SIZE (xpi/thunderbird-i18n-60.3.3/it.xpi) = 477499 +SHA256 (xpi/thunderbird-i18n-60.3.3/ja.xpi) = 0b3e7d4592bdc8ab5d98acf5ec8cd889458e5a93d5efa395e92ca20e8ddea387 +SIZE (xpi/thunderbird-i18n-60.3.3/ja.xpi) = 653343 +SHA256 (xpi/thunderbird-i18n-60.3.3/kab.xpi) = 2327e495c7f49e1181a279b2e6694c194480919e329f32db8401c8e59894af4d +SIZE (xpi/thunderbird-i18n-60.3.3/kab.xpi) = 595237 +SHA256 (xpi/thunderbird-i18n-60.3.3/kk.xpi) = 2935dd4b2e57b53b9298fa77b92e429bf3e0706e9c5aee2a95a1c59d58a8ba4d +SIZE (xpi/thunderbird-i18n-60.3.3/kk.xpi) = 670450 +SHA256 (xpi/thunderbird-i18n-60.3.3/ko.xpi) = 2e6fbcd9ebedd14de3529a8b92be3cda1213bdc3d224c15b5131d8a5683e2959 +SIZE (xpi/thunderbird-i18n-60.3.3/ko.xpi) = 619729 +SHA256 (xpi/thunderbird-i18n-60.3.3/lt.xpi) = e85ca7ca5adf2a9d4a7cc18e3332a72145b577b8bb709d03973fd625694b6883 +SIZE (xpi/thunderbird-i18n-60.3.3/lt.xpi) = 605440 +SHA256 (xpi/thunderbird-i18n-60.3.3/ms.xpi) = 41d57d3a8d639bbc3c36bbf1f1d5b58d98640f0bae5afa50fca504a673bd1187 +SIZE (xpi/thunderbird-i18n-60.3.3/ms.xpi) = 574306 +SHA256 (xpi/thunderbird-i18n-60.3.3/nb-NO.xpi) = d3a2c61cca2678696a0f1e51bfb6bd8bc0e8256dbb09423a3a21c1aa620a88a0 +SIZE (xpi/thunderbird-i18n-60.3.3/nb-NO.xpi) = 578233 +SHA256 (xpi/thunderbird-i18n-60.3.3/nl.xpi) = ae7d9b573887887940a0be7ab136e7b4b4b7243c122b6f3db2a3d4e027360150 +SIZE (xpi/thunderbird-i18n-60.3.3/nl.xpi) = 583912 +SHA256 (xpi/thunderbird-i18n-60.3.3/nn-NO.xpi) = 61abdc0fcc8f0ce5c419de517f33f2ee272d622c2f7086e40667858c806c4ba0 +SIZE (xpi/thunderbird-i18n-60.3.3/nn-NO.xpi) = 577654 +SHA256 (xpi/thunderbird-i18n-60.3.3/pl.xpi) = 13bb2e72ffa8570ceabffe94997a732fdbaf8e280397f41c4acecc2c359eeae4 +SIZE (xpi/thunderbird-i18n-60.3.3/pl.xpi) = 480723 +SHA256 (xpi/thunderbird-i18n-60.3.3/pt-BR.xpi) = 6a39b3e58c38c0af3311f0ffd4d311936b81ea6e55506bb822c7d586a2308852 +SIZE (xpi/thunderbird-i18n-60.3.3/pt-BR.xpi) = 585017 +SHA256 (xpi/thunderbird-i18n-60.3.3/pt-PT.xpi) = 0d2c651ccb28d3cc79bac756cf230532252e96ba05b1f960586a1d58b746b92d +SIZE (xpi/thunderbird-i18n-60.3.3/pt-PT.xpi) = 593185 +SHA256 (xpi/thunderbird-i18n-60.3.3/rm.xpi) = a245561bfaf4859bda708267577e0c76cb4f87cf31ddf1cdbd8dadaf650b26d8 +SIZE (xpi/thunderbird-i18n-60.3.3/rm.xpi) = 578383 +SHA256 (xpi/thunderbird-i18n-60.3.3/ro.xpi) = 9e75c25305a31ca9896996602e1a3a6b9fd7834dc5f7faabbf93d7eac88754b0 +SIZE (xpi/thunderbird-i18n-60.3.3/ro.xpi) = 584308 +SHA256 (xpi/thunderbird-i18n-60.3.3/ru.xpi) = a92f1410574a475ecd4deaed8d3f5f671428eb7467cb9d5994b6cac4f757e187 +SIZE (xpi/thunderbird-i18n-60.3.3/ru.xpi) = 694702 +SHA256 (xpi/thunderbird-i18n-60.3.3/si.xpi) = eee5086885c829a204282b6ef778c7efa334e085a39a3d991d625e9340795aec +SIZE (xpi/thunderbird-i18n-60.3.3/si.xpi) = 643789 +SHA256 (xpi/thunderbird-i18n-60.3.3/sk.xpi) = ae242f82d3e0494a5775658bf70c15652a2fee7b21fd7b57d32aecb0487a0732 +SIZE (xpi/thunderbird-i18n-60.3.3/sk.xpi) = 612216 +SHA256 (xpi/thunderbird-i18n-60.3.3/sl.xpi) = 9811ec5569e7bb9fe87e357660f9b676a98bb14657d5a7a1120618551541b590 +SIZE (xpi/thunderbird-i18n-60.3.3/sl.xpi) = 589946 +SHA256 (xpi/thunderbird-i18n-60.3.3/sq.xpi) = efa2fc7ecfe0e6f9afdd258f09156bf23bdd7e0cf5cb374bd1e5ef5037214011 +SIZE (xpi/thunderbird-i18n-60.3.3/sq.xpi) = 593096 +SHA256 (xpi/thunderbird-i18n-60.3.3/sr.xpi) = 19b1038382c3a1d0eb1e4ec082cdbf10673d0801b09be647fcb940573ae3a232 +SIZE (xpi/thunderbird-i18n-60.3.3/sr.xpi) = 637721 +SHA256 (xpi/thunderbird-i18n-60.3.3/sv-SE.xpi) = d96945bc41d24a8ed24425ce5b26426f160cb4b40496e6b58d2788d8e620d308 +SIZE (xpi/thunderbird-i18n-60.3.3/sv-SE.xpi) = 594078 +SHA256 (xpi/thunderbird-i18n-60.3.3/tr.xpi) = 13bfb45c1881efbb96c20ad9edb19a9c1b66bfd0f74e4fca2627a2b4b900297e +SIZE (xpi/thunderbird-i18n-60.3.3/tr.xpi) = 598009 +SHA256 (xpi/thunderbird-i18n-60.3.3/uk.xpi) = a333b8548cfacaace05dad6f1ebd2592004a33d6df9960d05d75cc24ba3e86d1 +SIZE (xpi/thunderbird-i18n-60.3.3/uk.xpi) = 684153 +SHA256 (xpi/thunderbird-i18n-60.3.3/vi.xpi) = a1de755a90412b823a1f453c7117d66232fd9ac6c993895a097e21d5bbcadb35 +SIZE (xpi/thunderbird-i18n-60.3.3/vi.xpi) = 638418 +SHA256 (xpi/thunderbird-i18n-60.3.3/zh-CN.xpi) = b48bf845c7e7c87e97886a66c6d543c4b317904427c8d8607599d0389a19d014 +SIZE (xpi/thunderbird-i18n-60.3.3/zh-CN.xpi) = 622465 +SHA256 (xpi/thunderbird-i18n-60.3.3/zh-TW.xpi) = 9cfb2c5e031ea77b8c82421659c618930f1f00df548bd201d6924d298c3b44ce +SIZE (xpi/thunderbird-i18n-60.3.3/zh-TW.xpi) = 626188 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Thu Dec 6 15:16:49 2018 (r486764) +++ head/mail/thunderbird/Makefile Thu Dec 6 15:50:59 2018 (r486765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 60.3.2 +DISTVERSION= 60.3.3 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Thu Dec 6 15:16:49 2018 (r486764) +++ head/mail/thunderbird/distinfo Thu Dec 6 15:50:59 2018 (r486765) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543595073 -SHA256 (thunderbird-60.3.2.source.tar.xz) = 979707651662ed3654a327e9c568dac5894e73a40d2776bb94ed2950dab4e041 -SIZE (thunderbird-60.3.2.source.tar.xz) = 286027944 +TIMESTAMP = 1544045621 +SHA256 (thunderbird-60.3.3.source.tar.xz) = 8524dd3f2b78b639fdebcf91170c3c2d8ec812ba7c407cae636c3e88ddc4b196 +SIZE (thunderbird-60.3.3.source.tar.xz) = 283847516 From owner-svn-ports-all@freebsd.org Thu Dec 6 15:52:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 311641332D93; Thu, 6 Dec 2018 15:52:57 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8698722F4; Thu, 6 Dec 2018 15:52:56 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B95F225B1C; Thu, 6 Dec 2018 15:52:56 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6FquiQ005206; Thu, 6 Dec 2018 15:52:56 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6FquGA005200; Thu, 6 Dec 2018 15:52:56 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201812061552.wB6FquGA005200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Thu, 6 Dec 2018 15:52:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486766 - in branches/2018Q4/mail: thunderbird thunderbird-i18n X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in branches/2018Q4/mail: thunderbird thunderbird-i18n X-SVN-Commit-Revision: 486766 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D8698722F4 X-Spamd-Result: default: False [-1.82 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.870,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; NEURAL_SPAM_LONG(0.01)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 15:52:57 -0000 Author: cmt Date: Thu Dec 6 15:52:55 2018 New Revision: 486766 URL: https://svnweb.freebsd.org/changeset/ports/486766 Log: MFH: r486765 mail/thunderbird: update to 60.3.3 Release Notes: https://www.thunderbird.net/en-US/thunderbird/60.3.3/releasenotes/ PR: 233830 Approved by: jbeich (maintainer, gecko) Approved by: portmgr (blanket: web browser alike) Modified: branches/2018Q4/mail/thunderbird-i18n/Makefile branches/2018Q4/mail/thunderbird-i18n/distinfo branches/2018Q4/mail/thunderbird/Makefile branches/2018Q4/mail/thunderbird/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2018Q4/mail/thunderbird-i18n/Makefile Thu Dec 6 15:50:59 2018 (r486765) +++ branches/2018Q4/mail/thunderbird-i18n/Makefile Thu Dec 6 15:52:55 2018 (r486766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 60.3.2 +PORTVERSION= 60.3.3 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-x86_64/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-x86_64/xpi Modified: branches/2018Q4/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2018Q4/mail/thunderbird-i18n/distinfo Thu Dec 6 15:50:59 2018 (r486765) +++ branches/2018Q4/mail/thunderbird-i18n/distinfo Thu Dec 6 15:52:55 2018 (r486766) @@ -1,117 +1,117 @@ -TIMESTAMP = 1543595237 -SHA256 (xpi/thunderbird-i18n-60.3.2/ar.xpi) = 896ccd179ffc31870278bbddf5b2b5f864b6221217f7797d03c4d46a421285ee -SIZE (xpi/thunderbird-i18n-60.3.2/ar.xpi) = 627181 -SHA256 (xpi/thunderbird-i18n-60.3.2/ast.xpi) = a15c63913ae33e37b23c82e34eeb5bbfebd5e678ab96b55491c47956d3811c8d -SIZE (xpi/thunderbird-i18n-60.3.2/ast.xpi) = 560867 -SHA256 (xpi/thunderbird-i18n-60.3.2/be.xpi) = efd7215faac5a16ab3850a5f62e99d9a181b255e8d6f8ccbc6e423ce788dc5b4 -SIZE (xpi/thunderbird-i18n-60.3.2/be.xpi) = 659079 -SHA256 (xpi/thunderbird-i18n-60.3.2/bg.xpi) = fb156ed7e5a7293aa7890bb389945c88e18049bd030c8dcd5e4b0388603a5817 -SIZE (xpi/thunderbird-i18n-60.3.2/bg.xpi) = 665510 -SHA256 (xpi/thunderbird-i18n-60.3.2/br.xpi) = d48621064c77d1249254221e1f0ebc1fcd2fde1703ce5ee76b5d3dee84481826 -SIZE (xpi/thunderbird-i18n-60.3.2/br.xpi) = 581592 -SHA256 (xpi/thunderbird-i18n-60.3.2/ca.xpi) = 6dcac998cf49f56ef2e73b4d15bec5b8bbcd3d1e6a0b275ed638ad24b9150c45 -SIZE (xpi/thunderbird-i18n-60.3.2/ca.xpi) = 591970 -SHA256 (xpi/thunderbird-i18n-60.3.2/cs.xpi) = 3a0e18b00047ebd954aa43d1adf8281e78a75cd82bc7a7c3af98cfc451882e38 -SIZE (xpi/thunderbird-i18n-60.3.2/cs.xpi) = 611201 -SHA256 (xpi/thunderbird-i18n-60.3.2/cy.xpi) = 66efb0bb78d918064fbc1e29910a18c38cd08f44d8f9e706583262bafd09e5f4 -SIZE (xpi/thunderbird-i18n-60.3.2/cy.xpi) = 582233 -SHA256 (xpi/thunderbird-i18n-60.3.2/da.xpi) = ef5c7f145464ff34ef3369d642d6fec09ca1eaf5ccc23f8139b712de9b0eaaee -SIZE (xpi/thunderbird-i18n-60.3.2/da.xpi) = 570805 -SHA256 (xpi/thunderbird-i18n-60.3.2/de.xpi) = 0b82a5f259c5221ff598b54596182a5976f838cafb7b47574106e14e32cb4b34 -SIZE (xpi/thunderbird-i18n-60.3.2/de.xpi) = 582573 -SHA256 (xpi/thunderbird-i18n-60.3.2/dsb.xpi) = 0ec5a996cc91fef198484640ddb8f5995b9f9008164e7b07583eee89f1ae79b9 -SIZE (xpi/thunderbird-i18n-60.3.2/dsb.xpi) = 613758 -SHA256 (xpi/thunderbird-i18n-60.3.2/el.xpi) = 4d3d3509a14b766ec8752bac80c7e81cc927f3084539b2b55589046cb1805fe9 -SIZE (xpi/thunderbird-i18n-60.3.2/el.xpi) = 691053 -SHA256 (xpi/thunderbird-i18n-60.3.2/en-GB.xpi) = 9b8a6c31b85c07a7ab557c39e830564bead8b9403956e7e05aaf2e5b36d2e69a -SIZE (xpi/thunderbird-i18n-60.3.2/en-GB.xpi) = 550354 -SHA256 (xpi/thunderbird-i18n-60.3.2/en-US.xpi) = d944098b1fc308afe030be228f5d92e55fefdd92845924a327d795a349e701db -SIZE (xpi/thunderbird-i18n-60.3.2/en-US.xpi) = 546992 -SHA256 (xpi/thunderbird-i18n-60.3.2/es-AR.xpi) = 680f0cb343636792b7ad5dd0985bee6b210249890834b5f82288663f72401a96 -SIZE (xpi/thunderbird-i18n-60.3.2/es-AR.xpi) = 595048 -SHA256 (xpi/thunderbird-i18n-60.3.2/es-ES.xpi) = 3f0fb2afb8e3f32e788c01e57d86c3362128151b8d548b8fcdd4cfe89dee080f -SIZE (xpi/thunderbird-i18n-60.3.2/es-ES.xpi) = 492211 -SHA256 (xpi/thunderbird-i18n-60.3.2/et.xpi) = 8feef17eca060e0881714f5db7b408d5fd7b517d9f9d8af22543e27928510b66 -SIZE (xpi/thunderbird-i18n-60.3.2/et.xpi) = 570866 -SHA256 (xpi/thunderbird-i18n-60.3.2/eu.xpi) = 9cb7c0d3aa33e3ea330d7f08893fd0fa95dc53057239b1943fb1d24b1652ce08 -SIZE (xpi/thunderbird-i18n-60.3.2/eu.xpi) = 577579 -SHA256 (xpi/thunderbird-i18n-60.3.2/fi.xpi) = d55467b9b03acff4294a1351b87fd78fa8284aa6fae3660986fa8d8307b5ad7b -SIZE (xpi/thunderbird-i18n-60.3.2/fi.xpi) = 575754 -SHA256 (xpi/thunderbird-i18n-60.3.2/fr.xpi) = fb863da3f5df78c5ba2bfce66eba0913c264be099d2e5e6e3fc3778bdc4d35d0 -SIZE (xpi/thunderbird-i18n-60.3.2/fr.xpi) = 608465 -SHA256 (xpi/thunderbird-i18n-60.3.2/fy-NL.xpi) = 40a24810462d4e2ff5989bbceaf48b1e201241557205ad71fa47bc3addc02d50 -SIZE (xpi/thunderbird-i18n-60.3.2/fy-NL.xpi) = 590032 -SHA256 (xpi/thunderbird-i18n-60.3.2/ga-IE.xpi) = 9badfdeaba5dd67c9572528c151b794f9d54e2173bf4826d81fa7e77ac4183cc -SIZE (xpi/thunderbird-i18n-60.3.2/ga-IE.xpi) = 603506 -SHA256 (xpi/thunderbird-i18n-60.3.2/gd.xpi) = e574f9951d8c1c15cb35b5b6c69bf15e83f64fac08c1e6465c38752efa0d3ac1 -SIZE (xpi/thunderbird-i18n-60.3.2/gd.xpi) = 599261 -SHA256 (xpi/thunderbird-i18n-60.3.2/gl.xpi) = 3c84cd675587362860143add3e3ca181ff41374cbc427da78d9bfbcd1d5da64a -SIZE (xpi/thunderbird-i18n-60.3.2/gl.xpi) = 576547 -SHA256 (xpi/thunderbird-i18n-60.3.2/he.xpi) = d2d31d39d83844897916c9bea32a7f256b7d017c4a776b14843d659ee69b0c06 -SIZE (xpi/thunderbird-i18n-60.3.2/he.xpi) = 618365 -SHA256 (xpi/thunderbird-i18n-60.3.2/hr.xpi) = 75b24f3c92a85f338d2db0322273b499a6b62e3fddff5f0babbf72b847fd1f7c -SIZE (xpi/thunderbird-i18n-60.3.2/hr.xpi) = 583460 -SHA256 (xpi/thunderbird-i18n-60.3.2/hsb.xpi) = cb4170a092f9f217ae44cee870c0a3e44e7455ffd742e3a1235ccc362d59640f -SIZE (xpi/thunderbird-i18n-60.3.2/hsb.xpi) = 611322 -SHA256 (xpi/thunderbird-i18n-60.3.2/hu.xpi) = cece1242d515fc7fc47a6e5f6b5c89307fd4bea97df7c9d137ea0617b377ee9f -SIZE (xpi/thunderbird-i18n-60.3.2/hu.xpi) = 615346 -SHA256 (xpi/thunderbird-i18n-60.3.2/hy-AM.xpi) = bf5da18439d4cb8ac3dfa0f59bb03b240ef19cdbcb6beef13332abbdba4ce03e -SIZE (xpi/thunderbird-i18n-60.3.2/hy-AM.xpi) = 649713 -SHA256 (xpi/thunderbird-i18n-60.3.2/id.xpi) = 0febf39ccf273fd6f058a6f03a8552cceaa1fe7d08023711b33cd7c633e676ab -SIZE (xpi/thunderbird-i18n-60.3.2/id.xpi) = 568859 -SHA256 (xpi/thunderbird-i18n-60.3.2/is.xpi) = 5053d2939bb0f86173b80ff9ff74c5e5e2e5367bf24c76c61f6b658149e7a9f0 -SIZE (xpi/thunderbird-i18n-60.3.2/is.xpi) = 579047 -SHA256 (xpi/thunderbird-i18n-60.3.2/it.xpi) = 0a7dc4e7f634a62a4391636a9bfb22c6cda0d9ade5d82131b76ec9e96b01fb45 -SIZE (xpi/thunderbird-i18n-60.3.2/it.xpi) = 477500 -SHA256 (xpi/thunderbird-i18n-60.3.2/ja.xpi) = e185eca692668bdc601ebabb11dce7db3a33a4a58021c41eb3999b21f698bef9 -SIZE (xpi/thunderbird-i18n-60.3.2/ja.xpi) = 653342 -SHA256 (xpi/thunderbird-i18n-60.3.2/kab.xpi) = 0c8943441ef6a3b844da8c5abea6fbdea36d21208a9635a42611e508be3f3180 -SIZE (xpi/thunderbird-i18n-60.3.2/kab.xpi) = 595240 -SHA256 (xpi/thunderbird-i18n-60.3.2/kk.xpi) = 01af6cb381a1daf829c8d8a526cac89985562d46cecc2ee01b542d860ab577e2 -SIZE (xpi/thunderbird-i18n-60.3.2/kk.xpi) = 670449 -SHA256 (xpi/thunderbird-i18n-60.3.2/ko.xpi) = 02e0824a69a622aa4333091c8d924ca53a607888c9fb595326f2fabc1806cfe8 -SIZE (xpi/thunderbird-i18n-60.3.2/ko.xpi) = 619730 -SHA256 (xpi/thunderbird-i18n-60.3.2/lt.xpi) = aea0101281103581b7e0a8d46a4bd1e50093039561c58f53bf5fab0360163831 -SIZE (xpi/thunderbird-i18n-60.3.2/lt.xpi) = 605440 -SHA256 (xpi/thunderbird-i18n-60.3.2/ms.xpi) = 3d7f0734f99ad8490176625f643ef562821fd1c19ffb06a33a93d6fd964e16d2 -SIZE (xpi/thunderbird-i18n-60.3.2/ms.xpi) = 574306 -SHA256 (xpi/thunderbird-i18n-60.3.2/nb-NO.xpi) = a2c8c7c6c29349454e334e543d13715f68cf8ca2586c7654768c9d09daaa2d85 -SIZE (xpi/thunderbird-i18n-60.3.2/nb-NO.xpi) = 578234 -SHA256 (xpi/thunderbird-i18n-60.3.2/nl.xpi) = d3dd7bee644f5aaa0d4bc3ec46d2f78311641033fdebd21b8faa357039034aed -SIZE (xpi/thunderbird-i18n-60.3.2/nl.xpi) = 583913 -SHA256 (xpi/thunderbird-i18n-60.3.2/nn-NO.xpi) = c62de778e8157f31df813de37c10220180fab311024e499ef5756e13545bd49d -SIZE (xpi/thunderbird-i18n-60.3.2/nn-NO.xpi) = 577653 -SHA256 (xpi/thunderbird-i18n-60.3.2/pl.xpi) = 8e5163efdb0a57e3ff48035cf0f4359421b5b36d1bb7fc7761966a432e448229 -SIZE (xpi/thunderbird-i18n-60.3.2/pl.xpi) = 480724 -SHA256 (xpi/thunderbird-i18n-60.3.2/pt-BR.xpi) = 02830c38d254f94af99e396579ac3674467e187435995c82f17f4ed0227a8a44 -SIZE (xpi/thunderbird-i18n-60.3.2/pt-BR.xpi) = 585017 -SHA256 (xpi/thunderbird-i18n-60.3.2/pt-PT.xpi) = 302312859a31cce43461535fdacc8ff15fb14cac222c17cd9810f8cefc72b48b -SIZE (xpi/thunderbird-i18n-60.3.2/pt-PT.xpi) = 593185 -SHA256 (xpi/thunderbird-i18n-60.3.2/rm.xpi) = 98d92dbcde288e5fe71d055436119a401eef8b9de4716bcaeefa26a4250f5b34 -SIZE (xpi/thunderbird-i18n-60.3.2/rm.xpi) = 578384 -SHA256 (xpi/thunderbird-i18n-60.3.2/ro.xpi) = 2a1fbe420f9645ba4e98a01bd404282233319fdfc725092d3fc862534d29605b -SIZE (xpi/thunderbird-i18n-60.3.2/ro.xpi) = 584308 -SHA256 (xpi/thunderbird-i18n-60.3.2/ru.xpi) = 8bcfa90ceecafb4ae7c1404c6c26faa89cf00a327a6f7021921769de6e4ab8ff -SIZE (xpi/thunderbird-i18n-60.3.2/ru.xpi) = 694704 -SHA256 (xpi/thunderbird-i18n-60.3.2/si.xpi) = 524e41a67aefc4c976dae2c03ce8e06b562e8f10c6bd61adf430021116924bef -SIZE (xpi/thunderbird-i18n-60.3.2/si.xpi) = 643790 -SHA256 (xpi/thunderbird-i18n-60.3.2/sk.xpi) = 9b09cedd853ae2ce29e56b8b97ef39dd478c1135b9026352b5b5b1a1d4d5bd17 -SIZE (xpi/thunderbird-i18n-60.3.2/sk.xpi) = 612216 -SHA256 (xpi/thunderbird-i18n-60.3.2/sl.xpi) = bcaecc9ce702621cace0d8e8fb8ebfecc1030f050ee393fd1327dd222e804200 -SIZE (xpi/thunderbird-i18n-60.3.2/sl.xpi) = 589947 -SHA256 (xpi/thunderbird-i18n-60.3.2/sq.xpi) = 6b630debf2eee308d0b5b57e67560c83118cd2e7bf147ee3a1862eec3f49a330 -SIZE (xpi/thunderbird-i18n-60.3.2/sq.xpi) = 593094 -SHA256 (xpi/thunderbird-i18n-60.3.2/sr.xpi) = 4eb841cc41d04751fa85affdf572235dc118a8df5d69091bb43af8b3cd203434 -SIZE (xpi/thunderbird-i18n-60.3.2/sr.xpi) = 637719 -SHA256 (xpi/thunderbird-i18n-60.3.2/sv-SE.xpi) = 5ad20a801c60f9bf0104f938f21ea3fb888cbc4396cae4c3f65b27010bad2929 -SIZE (xpi/thunderbird-i18n-60.3.2/sv-SE.xpi) = 594078 -SHA256 (xpi/thunderbird-i18n-60.3.2/tr.xpi) = 439c7dd3b5342228fd674738c7442b0e5cce73c713536314cd32efb86d3b06f6 -SIZE (xpi/thunderbird-i18n-60.3.2/tr.xpi) = 598010 -SHA256 (xpi/thunderbird-i18n-60.3.2/uk.xpi) = 5cf38caf8af6208da4b2e6c788f6df1135e258831401117a928efa6023256415 -SIZE (xpi/thunderbird-i18n-60.3.2/uk.xpi) = 684153 -SHA256 (xpi/thunderbird-i18n-60.3.2/vi.xpi) = 210600636b1982a02a0374a4d1a846ab7698587e656526df80d17dd344941761 -SIZE (xpi/thunderbird-i18n-60.3.2/vi.xpi) = 638421 -SHA256 (xpi/thunderbird-i18n-60.3.2/zh-CN.xpi) = b6dd3b6c188742e6541c7800d23b1500680f98bf1995897a87d77e22abafe955 -SIZE (xpi/thunderbird-i18n-60.3.2/zh-CN.xpi) = 622466 -SHA256 (xpi/thunderbird-i18n-60.3.2/zh-TW.xpi) = 96c538ba06202c3d72c809367c245fb43eeca68a3551fc024f2ce01e1542b998 -SIZE (xpi/thunderbird-i18n-60.3.2/zh-TW.xpi) = 626189 +TIMESTAMP = 1544045169 +SHA256 (xpi/thunderbird-i18n-60.3.3/ar.xpi) = cbbd8e88f224986885968b8cf1bc793ef797a4ad67699897f1241c505aa1468a +SIZE (xpi/thunderbird-i18n-60.3.3/ar.xpi) = 627181 +SHA256 (xpi/thunderbird-i18n-60.3.3/ast.xpi) = 3ff5b95378b67f9656c1b8899c4091187cc6d9aaecee04f6b960b02e544caeb6 +SIZE (xpi/thunderbird-i18n-60.3.3/ast.xpi) = 560866 +SHA256 (xpi/thunderbird-i18n-60.3.3/be.xpi) = 103e49abd506638fed88dec6690f003bd247f6b6eceb0b672e8eec67a5c46aa5 +SIZE (xpi/thunderbird-i18n-60.3.3/be.xpi) = 659079 +SHA256 (xpi/thunderbird-i18n-60.3.3/bg.xpi) = 082f936c6705f4b6a30da095df6a06738afeac89b8d2486486b230bfa486c8f1 +SIZE (xpi/thunderbird-i18n-60.3.3/bg.xpi) = 665511 +SHA256 (xpi/thunderbird-i18n-60.3.3/br.xpi) = 3d978b5ad1e10d3d06048f063da6f171d2e2fcf702ae503fe95e27975449cf5a +SIZE (xpi/thunderbird-i18n-60.3.3/br.xpi) = 581592 +SHA256 (xpi/thunderbird-i18n-60.3.3/ca.xpi) = 020ac3d2f842b25004fbfcd8630d6183952a8d40b86a710796edf4b6699b6a92 +SIZE (xpi/thunderbird-i18n-60.3.3/ca.xpi) = 591970 +SHA256 (xpi/thunderbird-i18n-60.3.3/cs.xpi) = 442cfaa3f6e383f7c8ca4009c2f4e1830bcef20ec43b238515ed4e09c0a451d4 +SIZE (xpi/thunderbird-i18n-60.3.3/cs.xpi) = 611200 +SHA256 (xpi/thunderbird-i18n-60.3.3/cy.xpi) = bdb5e8d63168d04a4f12f4884f60bd6bdf6dfae380b180d554721557928e7517 +SIZE (xpi/thunderbird-i18n-60.3.3/cy.xpi) = 582232 +SHA256 (xpi/thunderbird-i18n-60.3.3/da.xpi) = 17c3f150de5259fb21e87e9857cb461ee772628162d2674a2c8a59a7c80a50b7 +SIZE (xpi/thunderbird-i18n-60.3.3/da.xpi) = 570806 +SHA256 (xpi/thunderbird-i18n-60.3.3/de.xpi) = ff3d45f0c7d3becc230a0b6ee76d3e27c13aca92bc66c1378f727310fd645920 +SIZE (xpi/thunderbird-i18n-60.3.3/de.xpi) = 582574 +SHA256 (xpi/thunderbird-i18n-60.3.3/dsb.xpi) = a467431c12de694b71d95c9ff6c9bf1a1870378ad33419d04301ba3ea5eb6e4f +SIZE (xpi/thunderbird-i18n-60.3.3/dsb.xpi) = 613757 +SHA256 (xpi/thunderbird-i18n-60.3.3/el.xpi) = 392b81ae56bd67c29a8fdb89e55ab2a60bf28b63e80b7f0ddd1a87c199f4df75 +SIZE (xpi/thunderbird-i18n-60.3.3/el.xpi) = 691055 +SHA256 (xpi/thunderbird-i18n-60.3.3/en-GB.xpi) = 9679cfc192615121a095e6d0ab3be40ed797edaa01410a2c090db08cc21aeadb +SIZE (xpi/thunderbird-i18n-60.3.3/en-GB.xpi) = 550355 +SHA256 (xpi/thunderbird-i18n-60.3.3/en-US.xpi) = c2dac5733748ef0eb2b618654c0fdcf83341c305e835d4396e874a8c4c30fb7b +SIZE (xpi/thunderbird-i18n-60.3.3/en-US.xpi) = 546992 +SHA256 (xpi/thunderbird-i18n-60.3.3/es-AR.xpi) = bee46105952f3332ef6985c54c9e5de70b4b8e797f862feb301d7b9d623a9a08 +SIZE (xpi/thunderbird-i18n-60.3.3/es-AR.xpi) = 595046 +SHA256 (xpi/thunderbird-i18n-60.3.3/es-ES.xpi) = e97b955a9b3460e1682f82884bb92781b3f2498c0527047910149dddf11f6609 +SIZE (xpi/thunderbird-i18n-60.3.3/es-ES.xpi) = 492211 +SHA256 (xpi/thunderbird-i18n-60.3.3/et.xpi) = dfbdb5fed59436ba6a23c088740e5d4b1f5da559c6073e0858a864180889c445 +SIZE (xpi/thunderbird-i18n-60.3.3/et.xpi) = 570866 +SHA256 (xpi/thunderbird-i18n-60.3.3/eu.xpi) = fc46b25891048e574ef7ab404311b6d0f0477b7a45b7fa9b46a48698b5ee7e9f +SIZE (xpi/thunderbird-i18n-60.3.3/eu.xpi) = 577578 +SHA256 (xpi/thunderbird-i18n-60.3.3/fi.xpi) = 4a2cdbb9ab6755eb436cfc06a34c337f14c3fae8a683b4d620e653790ba469be +SIZE (xpi/thunderbird-i18n-60.3.3/fi.xpi) = 575754 +SHA256 (xpi/thunderbird-i18n-60.3.3/fr.xpi) = cb7219aad7fa58c41937bcca25ac72637ab92c7d26de94baf13e64c44feed1f4 +SIZE (xpi/thunderbird-i18n-60.3.3/fr.xpi) = 608466 +SHA256 (xpi/thunderbird-i18n-60.3.3/fy-NL.xpi) = ff98e6d94e2022adbf36d71d91ea5036db0efbbd2dab2dd10a0c960020f0aa01 +SIZE (xpi/thunderbird-i18n-60.3.3/fy-NL.xpi) = 590033 +SHA256 (xpi/thunderbird-i18n-60.3.3/ga-IE.xpi) = c56efc8397f8cc9b75ee8cbd7e367cf2002b88faa5afd8d3ef55f1416da0bfa7 +SIZE (xpi/thunderbird-i18n-60.3.3/ga-IE.xpi) = 603505 +SHA256 (xpi/thunderbird-i18n-60.3.3/gd.xpi) = 9890671efe348d1623da1916830a8aea8f318318d46c154fb098ad25e4e5d56f +SIZE (xpi/thunderbird-i18n-60.3.3/gd.xpi) = 599261 +SHA256 (xpi/thunderbird-i18n-60.3.3/gl.xpi) = 9ce8698f74ef45d5232063459d5fef1a5ef3329d01f014a9b1d5137b52990b67 +SIZE (xpi/thunderbird-i18n-60.3.3/gl.xpi) = 576546 +SHA256 (xpi/thunderbird-i18n-60.3.3/he.xpi) = e899e3ba40ab38d41090648b595dfcadbe80546f74dd8c0704de8f9be6a5b826 +SIZE (xpi/thunderbird-i18n-60.3.3/he.xpi) = 618364 +SHA256 (xpi/thunderbird-i18n-60.3.3/hr.xpi) = 0522e6533f372836cdedcd8cc41ff2e274d0da77be7f2d6de4e9b685dcefa569 +SIZE (xpi/thunderbird-i18n-60.3.3/hr.xpi) = 583460 +SHA256 (xpi/thunderbird-i18n-60.3.3/hsb.xpi) = 11bd61c42aa486f50ae6df6e064fc658816f1de71ebfa430451c6c4acbe49828 +SIZE (xpi/thunderbird-i18n-60.3.3/hsb.xpi) = 611321 +SHA256 (xpi/thunderbird-i18n-60.3.3/hu.xpi) = a8687a7e38bac986da6320ec658526a6687e4f0f7f4fe0d57e5395a3dc4240e2 +SIZE (xpi/thunderbird-i18n-60.3.3/hu.xpi) = 615346 +SHA256 (xpi/thunderbird-i18n-60.3.3/hy-AM.xpi) = 2810a28a88c7b3949f598d9b4f4f0bf5bc0641433d5a92afc93b383e711d8b7a +SIZE (xpi/thunderbird-i18n-60.3.3/hy-AM.xpi) = 649712 +SHA256 (xpi/thunderbird-i18n-60.3.3/id.xpi) = e5bf6c97f6f65155c22655d01e4db7538de66bfaf6f6fdb23e7ce2de5c754431 +SIZE (xpi/thunderbird-i18n-60.3.3/id.xpi) = 568860 +SHA256 (xpi/thunderbird-i18n-60.3.3/is.xpi) = f5906bf96ce3cb50b4c01fe5d628f7ceb5836bc2a13bd681cafb1d031416a209 +SIZE (xpi/thunderbird-i18n-60.3.3/is.xpi) = 579047 +SHA256 (xpi/thunderbird-i18n-60.3.3/it.xpi) = 896369dc19aee03ec708eda01ec790def1de6d8e28cae51199132b31b3a82a19 +SIZE (xpi/thunderbird-i18n-60.3.3/it.xpi) = 477499 +SHA256 (xpi/thunderbird-i18n-60.3.3/ja.xpi) = 0b3e7d4592bdc8ab5d98acf5ec8cd889458e5a93d5efa395e92ca20e8ddea387 +SIZE (xpi/thunderbird-i18n-60.3.3/ja.xpi) = 653343 +SHA256 (xpi/thunderbird-i18n-60.3.3/kab.xpi) = 2327e495c7f49e1181a279b2e6694c194480919e329f32db8401c8e59894af4d +SIZE (xpi/thunderbird-i18n-60.3.3/kab.xpi) = 595237 +SHA256 (xpi/thunderbird-i18n-60.3.3/kk.xpi) = 2935dd4b2e57b53b9298fa77b92e429bf3e0706e9c5aee2a95a1c59d58a8ba4d +SIZE (xpi/thunderbird-i18n-60.3.3/kk.xpi) = 670450 +SHA256 (xpi/thunderbird-i18n-60.3.3/ko.xpi) = 2e6fbcd9ebedd14de3529a8b92be3cda1213bdc3d224c15b5131d8a5683e2959 +SIZE (xpi/thunderbird-i18n-60.3.3/ko.xpi) = 619729 +SHA256 (xpi/thunderbird-i18n-60.3.3/lt.xpi) = e85ca7ca5adf2a9d4a7cc18e3332a72145b577b8bb709d03973fd625694b6883 +SIZE (xpi/thunderbird-i18n-60.3.3/lt.xpi) = 605440 +SHA256 (xpi/thunderbird-i18n-60.3.3/ms.xpi) = 41d57d3a8d639bbc3c36bbf1f1d5b58d98640f0bae5afa50fca504a673bd1187 +SIZE (xpi/thunderbird-i18n-60.3.3/ms.xpi) = 574306 +SHA256 (xpi/thunderbird-i18n-60.3.3/nb-NO.xpi) = d3a2c61cca2678696a0f1e51bfb6bd8bc0e8256dbb09423a3a21c1aa620a88a0 +SIZE (xpi/thunderbird-i18n-60.3.3/nb-NO.xpi) = 578233 +SHA256 (xpi/thunderbird-i18n-60.3.3/nl.xpi) = ae7d9b573887887940a0be7ab136e7b4b4b7243c122b6f3db2a3d4e027360150 +SIZE (xpi/thunderbird-i18n-60.3.3/nl.xpi) = 583912 +SHA256 (xpi/thunderbird-i18n-60.3.3/nn-NO.xpi) = 61abdc0fcc8f0ce5c419de517f33f2ee272d622c2f7086e40667858c806c4ba0 +SIZE (xpi/thunderbird-i18n-60.3.3/nn-NO.xpi) = 577654 +SHA256 (xpi/thunderbird-i18n-60.3.3/pl.xpi) = 13bb2e72ffa8570ceabffe94997a732fdbaf8e280397f41c4acecc2c359eeae4 +SIZE (xpi/thunderbird-i18n-60.3.3/pl.xpi) = 480723 +SHA256 (xpi/thunderbird-i18n-60.3.3/pt-BR.xpi) = 6a39b3e58c38c0af3311f0ffd4d311936b81ea6e55506bb822c7d586a2308852 +SIZE (xpi/thunderbird-i18n-60.3.3/pt-BR.xpi) = 585017 +SHA256 (xpi/thunderbird-i18n-60.3.3/pt-PT.xpi) = 0d2c651ccb28d3cc79bac756cf230532252e96ba05b1f960586a1d58b746b92d +SIZE (xpi/thunderbird-i18n-60.3.3/pt-PT.xpi) = 593185 +SHA256 (xpi/thunderbird-i18n-60.3.3/rm.xpi) = a245561bfaf4859bda708267577e0c76cb4f87cf31ddf1cdbd8dadaf650b26d8 +SIZE (xpi/thunderbird-i18n-60.3.3/rm.xpi) = 578383 +SHA256 (xpi/thunderbird-i18n-60.3.3/ro.xpi) = 9e75c25305a31ca9896996602e1a3a6b9fd7834dc5f7faabbf93d7eac88754b0 +SIZE (xpi/thunderbird-i18n-60.3.3/ro.xpi) = 584308 +SHA256 (xpi/thunderbird-i18n-60.3.3/ru.xpi) = a92f1410574a475ecd4deaed8d3f5f671428eb7467cb9d5994b6cac4f757e187 +SIZE (xpi/thunderbird-i18n-60.3.3/ru.xpi) = 694702 +SHA256 (xpi/thunderbird-i18n-60.3.3/si.xpi) = eee5086885c829a204282b6ef778c7efa334e085a39a3d991d625e9340795aec +SIZE (xpi/thunderbird-i18n-60.3.3/si.xpi) = 643789 +SHA256 (xpi/thunderbird-i18n-60.3.3/sk.xpi) = ae242f82d3e0494a5775658bf70c15652a2fee7b21fd7b57d32aecb0487a0732 +SIZE (xpi/thunderbird-i18n-60.3.3/sk.xpi) = 612216 +SHA256 (xpi/thunderbird-i18n-60.3.3/sl.xpi) = 9811ec5569e7bb9fe87e357660f9b676a98bb14657d5a7a1120618551541b590 +SIZE (xpi/thunderbird-i18n-60.3.3/sl.xpi) = 589946 +SHA256 (xpi/thunderbird-i18n-60.3.3/sq.xpi) = efa2fc7ecfe0e6f9afdd258f09156bf23bdd7e0cf5cb374bd1e5ef5037214011 +SIZE (xpi/thunderbird-i18n-60.3.3/sq.xpi) = 593096 +SHA256 (xpi/thunderbird-i18n-60.3.3/sr.xpi) = 19b1038382c3a1d0eb1e4ec082cdbf10673d0801b09be647fcb940573ae3a232 +SIZE (xpi/thunderbird-i18n-60.3.3/sr.xpi) = 637721 +SHA256 (xpi/thunderbird-i18n-60.3.3/sv-SE.xpi) = d96945bc41d24a8ed24425ce5b26426f160cb4b40496e6b58d2788d8e620d308 +SIZE (xpi/thunderbird-i18n-60.3.3/sv-SE.xpi) = 594078 +SHA256 (xpi/thunderbird-i18n-60.3.3/tr.xpi) = 13bfb45c1881efbb96c20ad9edb19a9c1b66bfd0f74e4fca2627a2b4b900297e +SIZE (xpi/thunderbird-i18n-60.3.3/tr.xpi) = 598009 +SHA256 (xpi/thunderbird-i18n-60.3.3/uk.xpi) = a333b8548cfacaace05dad6f1ebd2592004a33d6df9960d05d75cc24ba3e86d1 +SIZE (xpi/thunderbird-i18n-60.3.3/uk.xpi) = 684153 +SHA256 (xpi/thunderbird-i18n-60.3.3/vi.xpi) = a1de755a90412b823a1f453c7117d66232fd9ac6c993895a097e21d5bbcadb35 +SIZE (xpi/thunderbird-i18n-60.3.3/vi.xpi) = 638418 +SHA256 (xpi/thunderbird-i18n-60.3.3/zh-CN.xpi) = b48bf845c7e7c87e97886a66c6d543c4b317904427c8d8607599d0389a19d014 +SIZE (xpi/thunderbird-i18n-60.3.3/zh-CN.xpi) = 622465 +SHA256 (xpi/thunderbird-i18n-60.3.3/zh-TW.xpi) = 9cfb2c5e031ea77b8c82421659c618930f1f00df548bd201d6924d298c3b44ce +SIZE (xpi/thunderbird-i18n-60.3.3/zh-TW.xpi) = 626188 Modified: branches/2018Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2018Q4/mail/thunderbird/Makefile Thu Dec 6 15:50:59 2018 (r486765) +++ branches/2018Q4/mail/thunderbird/Makefile Thu Dec 6 15:52:55 2018 (r486766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 60.3.2 +DISTVERSION= 60.3.3 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source Modified: branches/2018Q4/mail/thunderbird/distinfo ============================================================================== --- branches/2018Q4/mail/thunderbird/distinfo Thu Dec 6 15:50:59 2018 (r486765) +++ branches/2018Q4/mail/thunderbird/distinfo Thu Dec 6 15:52:55 2018 (r486766) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543595073 -SHA256 (thunderbird-60.3.2.source.tar.xz) = 979707651662ed3654a327e9c568dac5894e73a40d2776bb94ed2950dab4e041 -SIZE (thunderbird-60.3.2.source.tar.xz) = 286027944 +TIMESTAMP = 1544045621 +SHA256 (thunderbird-60.3.3.source.tar.xz) = 8524dd3f2b78b639fdebcf91170c3c2d8ec812ba7c407cae636c3e88ddc4b196 +SIZE (thunderbird-60.3.3.source.tar.xz) = 283847516 From owner-svn-ports-all@freebsd.org Thu Dec 6 15:57:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA52D1333045; Thu, 6 Dec 2018 15:57:31 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:50a2::3:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "ns.exwg.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DBC6972647; Thu, 6 Dec 2018 15:57:30 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 500F96002F5; Thu, 6 Dec 2018 16:57:29 +0100 (CET) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sHp4sNAXwCGU; Thu, 6 Dec 2018 16:57:24 +0100 (CET) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS; Thu, 6 Dec 2018 16:57:24 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id E19632737D; Thu, 6 Dec 2018 16:57:23 +0100 (CET) Date: Thu, 6 Dec 2018 16:57:23 +0100 From: Christoph Moench-Tegeder To: Alexey Dokuchaev Cc: Christoph Moench-Tegeder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486763 - head/graphics/gexiv2/files Message-ID: <20181206155723.GA15772@elch.exwg.net> References: <201812061452.wB6EqFCB073812@repo.freebsd.org> <20181206152646.GA93198@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181206152646.GA93198@FreeBSD.org> User-Agent: Mutt/1.11.0 (2018-11-25) X-Rspamd-Queue-Id: DBC6972647 X-Spamd-Result: default: False [-3.31 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[burggraben.net]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[5]; MX_GOOD(-0.01)[smtp.burggraben.net]; NEURAL_HAM_SHORT(-0.99)[-0.991,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; IP_SCORE(-1.22)[ipnet: 2a01:4f8::/29(-3.56), asn: 24940(-2.51), country: DE(-0.01)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 15:57:31 -0000 ## Alexey Dokuchaev (danfe@freebsd.org): > May I wonder why did you squash correct +++/--- lines format? Please use > ``make makepatch'' when (re)generating patches next time. Bad workflow on my side. sorry. > Additionally, you might want to get into habbit of doing "svn diff" before > commit, it would have shown that. If you're only tired enough, it doesn't look odd. Regards, Christoph -- Spare Space From owner-svn-ports-all@freebsd.org Thu Dec 6 16:17:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBF551333EAB; Thu, 6 Dec 2018 16:17:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9309473958; Thu, 6 Dec 2018 16:17:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74C6A25F03; Thu, 6 Dec 2018 16:17:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6GHaZ7016252; Thu, 6 Dec 2018 16:17:36 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6GHZEh016248; Thu, 6 Dec 2018 16:17:35 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812061617.wB6GHZEh016248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 6 Dec 2018 16:17:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486767 - in head/net: . routinator X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/net: . routinator X-SVN-Commit-Revision: 486767 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9309473958 X-Spamd-Result: default: False [-1.81 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.870,0]; NEURAL_SPAM_LONG(0.01)[0.005,0]; NEURAL_HAM_SHORT(-0.94)[-0.941,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 16:17:37 -0000 Author: tobik Date: Thu Dec 6 16:17:35 2018 New Revision: 486767 URL: https://svnweb.freebsd.org/changeset/ports/486767 Log: New port: net/routinator Routinator collects Resource Public Key Infrastructure cryptographically signed statements about the association of Internet routing resources and constructs a list of associations between IP address prefixes and AS numbers. It provides this information to routers supporting the RPKI-RTR protocol or publishes this in a number of useful formats. WWW: https://github.com/NLnetLabs/routinator PR: 233533 Submitted by: jaap@NLnetLabs.nl Added: head/net/routinator/ head/net/routinator/Makefile (contents, props changed) head/net/routinator/distinfo (contents, props changed) head/net/routinator/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Dec 6 15:52:55 2018 (r486766) +++ head/net/Makefile Thu Dec 6 16:17:35 2018 (r486767) @@ -1216,6 +1216,7 @@ SUBDIR += rfbproxy SUBDIR += rinetd SUBDIR += ripe-whois + SUBDIR += routinator SUBDIR += rp-pppoe SUBDIR += rsplib SUBDIR += rsync Added: head/net/routinator/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/routinator/Makefile Thu Dec 6 16:17:35 2018 (r486767) @@ -0,0 +1,153 @@ +# $FreeBSD$ + +PORTNAME= routinator +PORTVERSION= 0.1.2 +DISTVERSIONPREFIX= v +CATEGORIES= net + +MAINTAINER= jaap@NLnetLabs.nl +COMMENT= RPKI signed route collector and validator + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rsync:net/rsync + +USES= cargo +USE_GITHUB= yes +GH_ACCOUNT= NLnetLabs + +CARGO_CRATES= aho-corasick-0.6.9 \ + ansi_term-0.11.0 \ + arc-swap-0.3.4 \ + argon2rs-0.2.5 \ + arrayvec-0.4.7 \ + atty-0.2.11 \ + backtrace-0.3.9 \ + backtrace-sys-0.1.24 \ + base64-0.9.3 \ + bcder-0.1.0 \ + bitflags-1.0.4 \ + blake2-rfc-0.2.18 \ + byteorder-1.2.7 \ + bytes-0.4.10 \ + cc-1.0.25 \ + cfg-if-0.1.6 \ + chrono-0.4.6 \ + clap-2.32.0 \ + cloudabi-0.0.3 \ + constant_time_eq-0.1.3 \ + crossbeam-deque-0.6.1 \ + crossbeam-epoch-0.5.2 \ + crossbeam-utils-0.5.0 \ + daemonize-0.3.0 \ + dirs-1.0.4 \ + env_logger-0.5.13 \ + error-chain-0.11.0 \ + failure-0.1.3 \ + failure_derive-0.1.3 \ + fuchsia-zircon-0.3.3 \ + fuchsia-zircon-sys-0.3.3 \ + futures-0.1.25 \ + futures-cpupool-0.1.8 \ + hex-0.3.2 \ + humantime-1.1.1 \ + iovec-0.1.2 \ + json-0.11.13 \ + kernel32-sys-0.2.2 \ + lazy_static-1.2.0 \ + lazycell-1.2.0 \ + libc-0.2.43 \ + lock_api-0.1.4 \ + log-0.4.6 \ + memchr-2.1.1 \ + memoffset-0.2.1 \ + mio-0.6.16 \ + mio-named-pipes-0.1.6 \ + mio-uds-0.6.7 \ + miow-0.2.1 \ + miow-0.3.3 \ + net2-0.2.33 \ + nodrop-0.1.12 \ + num-integer-0.1.39 \ + num-traits-0.2.6 \ + num_cpus-1.8.0 \ + owning_ref-0.3.3 \ + parking_lot-0.6.4 \ + parking_lot_core-0.3.1 \ + proc-macro2-0.4.20 \ + quick-error-1.2.2 \ + quote-0.6.9 \ + rand-0.4.3 \ + rand-0.5.5 \ + rand_core-0.2.2 \ + rand_core-0.3.0 \ + redox_syscall-0.1.40 \ + redox_termios-0.1.1 \ + redox_users-0.2.0 \ + regex-1.0.6 \ + regex-syntax-0.6.2 \ + ring-0.13.3 \ + rpki-0.1.0 \ + rustc-demangle-0.1.9 \ + rustc_version-0.2.3 \ + safemem-0.3.0 \ + scoped_threadpool-0.1.9 \ + scopeguard-0.3.3 \ + semver-0.9.0 \ + semver-parser-0.7.0 \ + signal-hook-0.1.5 \ + slab-0.4.1 \ + smallvec-0.6.5 \ + socket2-0.3.8 \ + stable_deref_trait-1.1.1 \ + strsim-0.7.0 \ + syn-0.15.18 \ + synstructure-0.10.1 \ + syslog-4.0.1 \ + termcolor-1.0.4 \ + termion-1.5.1 \ + textwrap-0.10.0 \ + thread_local-0.3.6 \ + time-0.1.40 \ + tokio-0.1.11 \ + tokio-codec-0.1.1 \ + tokio-current-thread-0.1.3 \ + tokio-executor-0.1.5 \ + tokio-fs-0.1.4 \ + tokio-io-0.1.10 \ + tokio-process-0.2.3 \ + tokio-reactor-0.1.6 \ + tokio-signal-0.2.6 \ + tokio-tcp-0.1.2 \ + tokio-threadpool-0.1.8 \ + tokio-timer-0.2.7 \ + tokio-udp-0.1.2 \ + tokio-uds-0.2.3 \ + ucd-util-0.1.2 \ + unicode-width-0.1.5 \ + unicode-xid-0.1.0 \ + unreachable-1.0.0 \ + untrusted-0.6.2 \ + utf8-ranges-1.0.2 \ + vec_map-0.8.1 \ + version_check-0.1.5 \ + void-1.0.2 \ + winapi-0.2.8 \ + winapi-0.3.6 \ + winapi-build-0.1.1 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.1 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + wincolor-1.0.1 \ + ws2_32-sys-0.2.1 \ + xml-rs-0.8.0 + +PLIST_FILES= bin/routinator \ + man/man1/routinator.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/routinator + ${INSTALL_MAN} ${WRKSRC}/doc/routinator.1 ${STAGEDIR}${PREFIX}/man/man1/ + +.include Added: head/net/routinator/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/routinator/distinfo Thu Dec 6 16:17:35 2018 (r486767) @@ -0,0 +1,253 @@ +TIMESTAMP = 1541801171 +SHA256 (rust/crates/aho-corasick-0.6.9.tar.gz) = 1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e +SIZE (rust/crates/aho-corasick-0.6.9.tar.gz) = 25979 +SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b +SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 +SHA256 (rust/crates/arc-swap-0.3.4.tar.gz) = af192669a9f44d2fb63c691a04183c8e12428f34041449270b08c0456587f5a5 +SIZE (rust/crates/arc-swap-0.3.4.tar.gz) = 35767 +SHA256 (rust/crates/argon2rs-0.2.5.tar.gz) = 3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392 +SIZE (rust/crates/argon2rs-0.2.5.tar.gz) = 353096 +SHA256 (rust/crates/arrayvec-0.4.7.tar.gz) = a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef +SIZE (rust/crates/arrayvec-0.4.7.tar.gz) = 22946 +SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 +SIZE (rust/crates/atty-0.2.11.tar.gz) = 5916 +SHA256 (rust/crates/backtrace-0.3.9.tar.gz) = 89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a +SIZE (rust/crates/backtrace-0.3.9.tar.gz) = 31054 +SHA256 (rust/crates/backtrace-sys-0.1.24.tar.gz) = c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0 +SIZE (rust/crates/backtrace-sys-0.1.24.tar.gz) = 522332 +SHA256 (rust/crates/base64-0.9.3.tar.gz) = 489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643 +SIZE (rust/crates/base64-0.9.3.tar.gz) = 37993 +SHA256 (rust/crates/bcder-0.1.0.tar.gz) = 5f3c9ea672decc964b19eab3be7cf23c8c3869ec122b53d49f50d0622f104d57 +SIZE (rust/crates/bcder-0.1.0.tar.gz) = 47486 +SHA256 (rust/crates/bitflags-1.0.4.tar.gz) = 228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12 +SIZE (rust/crates/bitflags-1.0.4.tar.gz) = 15282 +SHA256 (rust/crates/blake2-rfc-0.2.18.tar.gz) = 5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400 +SIZE (rust/crates/blake2-rfc-0.2.18.tar.gz) = 15676 +SHA256 (rust/crates/byteorder-1.2.7.tar.gz) = 94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d +SIZE (rust/crates/byteorder-1.2.7.tar.gz) = 19640 +SHA256 (rust/crates/bytes-0.4.10.tar.gz) = 0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62 +SIZE (rust/crates/bytes-0.4.10.tar.gz) = 45541 +SHA256 (rust/crates/cc-1.0.25.tar.gz) = f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16 +SIZE (rust/crates/cc-1.0.25.tar.gz) = 43191 +SHA256 (rust/crates/cfg-if-0.1.6.tar.gz) = 082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4 +SIZE (rust/crates/cfg-if-0.1.6.tar.gz) = 7411 +SHA256 (rust/crates/chrono-0.4.6.tar.gz) = 45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878 +SIZE (rust/crates/chrono-0.4.6.tar.gz) = 133108 +SHA256 (rust/crates/clap-2.32.0.tar.gz) = b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e +SIZE (rust/crates/clap-2.32.0.tar.gz) = 196073 +SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f +SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 +SHA256 (rust/crates/constant_time_eq-0.1.3.tar.gz) = 8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e +SIZE (rust/crates/constant_time_eq-0.1.3.tar.gz) = 1279 +SHA256 (rust/crates/crossbeam-deque-0.6.1.tar.gz) = 3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1 +SIZE (rust/crates/crossbeam-deque-0.6.1.tar.gz) = 14343 +SHA256 (rust/crates/crossbeam-epoch-0.5.2.tar.gz) = 30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9 +SIZE (rust/crates/crossbeam-epoch-0.5.2.tar.gz) = 34136 +SHA256 (rust/crates/crossbeam-utils-0.5.0.tar.gz) = 677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015 +SIZE (rust/crates/crossbeam-utils-0.5.0.tar.gz) = 12162 +SHA256 (rust/crates/daemonize-0.3.0.tar.gz) = 4093d27eb267d617f03c2ee25d4c3ca525b89a76154001954a11984508ffbde5 +SIZE (rust/crates/daemonize-0.3.0.tar.gz) = 14236 +SHA256 (rust/crates/dirs-1.0.4.tar.gz) = 88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a +SIZE (rust/crates/dirs-1.0.4.tar.gz) = 12844 +SHA256 (rust/crates/env_logger-0.5.13.tar.gz) = 15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38 +SIZE (rust/crates/env_logger-0.5.13.tar.gz) = 25275 +SHA256 (rust/crates/error-chain-0.11.0.tar.gz) = ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3 +SIZE (rust/crates/error-chain-0.11.0.tar.gz) = 27207 +SHA256 (rust/crates/failure-0.1.3.tar.gz) = 6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7 +SIZE (rust/crates/failure-0.1.3.tar.gz) = 34107 +SHA256 (rust/crates/failure_derive-0.1.3.tar.gz) = 64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596 +SIZE (rust/crates/failure_derive-0.1.3.tar.gz) = 4349 +SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 +SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565 +SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 +SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191 +SHA256 (rust/crates/futures-0.1.25.tar.gz) = 49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b +SIZE (rust/crates/futures-0.1.25.tar.gz) = 158626 +SHA256 (rust/crates/futures-cpupool-0.1.8.tar.gz) = ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4 +SIZE (rust/crates/futures-cpupool-0.1.8.tar.gz) = 10583 +SHA256 (rust/crates/hex-0.3.2.tar.gz) = 805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77 +SIZE (rust/crates/hex-0.3.2.tar.gz) = 9053 +SHA256 (rust/crates/humantime-1.1.1.tar.gz) = 0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e +SIZE (rust/crates/humantime-1.1.1.tar.gz) = 16689 +SHA256 (rust/crates/iovec-0.1.2.tar.gz) = dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 +SIZE (rust/crates/iovec-0.1.2.tar.gz) = 8565 +SHA256 (rust/crates/json-0.11.13.tar.gz) = 9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be +SIZE (rust/crates/json-0.11.13.tar.gz) = 46704 +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 +SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1 +SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840 +SHA256 (rust/crates/lazycell-1.2.0.tar.gz) = ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0 +SIZE (rust/crates/lazycell-1.2.0.tar.gz) = 11259 +SHA256 (rust/crates/libc-0.2.43.tar.gz) = 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d +SIZE (rust/crates/libc-0.2.43.tar.gz) = 353810 +SHA256 (rust/crates/lock_api-0.1.4.tar.gz) = 775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a +SIZE (rust/crates/lock_api-0.1.4.tar.gz) = 16959 +SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6 +SIZE (rust/crates/log-0.4.6.tar.gz) = 22303 +SHA256 (rust/crates/memchr-2.1.1.tar.gz) = 0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16 +SIZE (rust/crates/memchr-2.1.1.tar.gz) = 19591 +SHA256 (rust/crates/memoffset-0.2.1.tar.gz) = 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3 +SIZE (rust/crates/memoffset-0.2.1.tar.gz) = 4618 +SHA256 (rust/crates/mio-0.6.16.tar.gz) = 71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432 +SIZE (rust/crates/mio-0.6.16.tar.gz) = 126174 +SHA256 (rust/crates/mio-named-pipes-0.1.6.tar.gz) = f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3 +SIZE (rust/crates/mio-named-pipes-0.1.6.tar.gz) = 14766 +SHA256 (rust/crates/mio-uds-0.6.7.tar.gz) = 966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125 +SIZE (rust/crates/mio-uds-0.6.7.tar.gz) = 14389 +SHA256 (rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 +SIZE (rust/crates/miow-0.2.1.tar.gz) = 21133 +SHA256 (rust/crates/miow-0.3.3.tar.gz) = 396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226 +SIZE (rust/crates/miow-0.3.3.tar.gz) = 22850 +SHA256 (rust/crates/net2-0.2.33.tar.gz) = 42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88 +SIZE (rust/crates/net2-0.2.33.tar.gz) = 20936 +SHA256 (rust/crates/nodrop-0.1.12.tar.gz) = 9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2 +SIZE (rust/crates/nodrop-0.1.12.tar.gz) = 3033 +SHA256 (rust/crates/num-integer-0.1.39.tar.gz) = e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea +SIZE (rust/crates/num-integer-0.1.39.tar.gz) = 17881 +SHA256 (rust/crates/num-traits-0.2.6.tar.gz) = 0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1 +SIZE (rust/crates/num-traits-0.2.6.tar.gz) = 39923 +SHA256 (rust/crates/num_cpus-1.8.0.tar.gz) = c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30 +SIZE (rust/crates/num_cpus-1.8.0.tar.gz) = 10539 +SHA256 (rust/crates/owning_ref-0.3.3.tar.gz) = cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37 +SIZE (rust/crates/owning_ref-0.3.3.tar.gz) = 11710 +SHA256 (rust/crates/parking_lot-0.6.4.tar.gz) = f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5 +SIZE (rust/crates/parking_lot-0.6.4.tar.gz) = 31890 +SHA256 (rust/crates/parking_lot_core-0.3.1.tar.gz) = ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c +SIZE (rust/crates/parking_lot_core-0.3.1.tar.gz) = 26635 +SHA256 (rust/crates/proc-macro2-0.4.20.tar.gz) = 3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee +SIZE (rust/crates/proc-macro2-0.4.20.tar.gz) = 30516 +SHA256 (rust/crates/quick-error-1.2.2.tar.gz) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0 +SIZE (rust/crates/quick-error-1.2.2.tar.gz) = 15132 +SHA256 (rust/crates/quote-0.6.9.tar.gz) = 63b5829244f52738cfee93b3a165c1911388675be000c888d2fae620dee8fa5b +SIZE (rust/crates/quote-0.6.9.tar.gz) = 15673 +SHA256 (rust/crates/rand-0.4.3.tar.gz) = 8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd +SIZE (rust/crates/rand-0.4.3.tar.gz) = 76094 +SHA256 (rust/crates/rand-0.5.5.tar.gz) = e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c +SIZE (rust/crates/rand-0.5.5.tar.gz) = 137359 +SHA256 (rust/crates/rand_core-0.2.2.tar.gz) = 1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372 +SIZE (rust/crates/rand_core-0.2.2.tar.gz) = 15450 +SHA256 (rust/crates/rand_core-0.3.0.tar.gz) = 0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db +SIZE (rust/crates/rand_core-0.3.0.tar.gz) = 20581 +SHA256 (rust/crates/redox_syscall-0.1.40.tar.gz) = c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1 +SIZE (rust/crates/redox_syscall-0.1.40.tar.gz) = 14745 +SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76 +SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227 +SHA256 (rust/crates/redox_users-0.2.0.tar.gz) = 214a97e49be64fd2c86f568dd0cb2c757d2cc53de95b273b6ad0a1c908482f26 +SIZE (rust/crates/redox_users-0.2.0.tar.gz) = 11104 +SHA256 (rust/crates/regex-1.0.6.tar.gz) = ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467 +SIZE (rust/crates/regex-1.0.6.tar.gz) = 239455 +SHA256 (rust/crates/regex-syntax-0.6.2.tar.gz) = 747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d +SIZE (rust/crates/regex-syntax-0.6.2.tar.gz) = 238572 +SHA256 (rust/crates/ring-0.13.3.tar.gz) = 7ed733c36010c3d4d4718588f16a6c06a670b01c0047029ae81c3ca0acd81ff5 +SIZE (rust/crates/ring-0.13.3.tar.gz) = 5420229 +SHA256 (rust/crates/rpki-0.1.0.tar.gz) = 9fa5d3d2bb1e0d4adcdee4e97907063e587cfd53332b28579e9a027b03e98158 +SIZE (rust/crates/rpki-0.1.0.tar.gz) = 63251 +SHA256 (rust/crates/rustc-demangle-0.1.9.tar.gz) = bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395 +SIZE (rust/crates/rustc-demangle-0.1.9.tar.gz) = 11463 +SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a +SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210 +SHA256 (rust/crates/safemem-0.3.0.tar.gz) = 8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9 +SIZE (rust/crates/safemem-0.3.0.tar.gz) = 6947 +SHA256 (rust/crates/scoped_threadpool-0.1.9.tar.gz) = 1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8 +SIZE (rust/crates/scoped_threadpool-0.1.9.tar.gz) = 7800 +SHA256 (rust/crates/scopeguard-0.3.3.tar.gz) = 94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27 +SIZE (rust/crates/scopeguard-0.3.3.tar.gz) = 9605 +SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 +SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 +SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 +SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 +SHA256 (rust/crates/signal-hook-0.1.5.tar.gz) = f7ca1f1c0ed6c8beaab713ad902c041e4f09d06e1b4bb74c5fc553c078ed0110 +SIZE (rust/crates/signal-hook-0.1.5.tar.gz) = 22527 +SHA256 (rust/crates/slab-0.4.1.tar.gz) = 5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d +SIZE (rust/crates/slab-0.4.1.tar.gz) = 9479 +SHA256 (rust/crates/smallvec-0.6.5.tar.gz) = 153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d +SIZE (rust/crates/smallvec-0.6.5.tar.gz) = 20238 +SHA256 (rust/crates/socket2-0.3.8.tar.gz) = c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7 +SIZE (rust/crates/socket2-0.3.8.tar.gz) = 30379 +SHA256 (rust/crates/stable_deref_trait-1.1.1.tar.gz) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8 +SIZE (rust/crates/stable_deref_trait-1.1.1.tar.gz) = 8007 +SHA256 (rust/crates/strsim-0.7.0.tar.gz) = bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550 +SIZE (rust/crates/strsim-0.7.0.tar.gz) = 8435 +SHA256 (rust/crates/syn-0.15.18.tar.gz) = 90c39a061e2f412a9f869540471ab679e85e50c6b05604daf28bc3060f75c430 +SIZE (rust/crates/syn-0.15.18.tar.gz) = 144614 +SHA256 (rust/crates/synstructure-0.10.1.tar.gz) = 73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015 +SIZE (rust/crates/synstructure-0.10.1.tar.gz) = 17836 +SHA256 (rust/crates/syslog-4.0.1.tar.gz) = a0641142b4081d3d44beffa4eefd7346a228cdf91ed70186db2ca2cef762d327 +SIZE (rust/crates/syslog-4.0.1.tar.gz) = 7131 +SHA256 (rust/crates/termcolor-1.0.4.tar.gz) = 4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f +SIZE (rust/crates/termcolor-1.0.4.tar.gz) = 14416 +SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 +SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 +SHA256 (rust/crates/textwrap-0.10.0.tar.gz) = 307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6 +SIZE (rust/crates/textwrap-0.10.0.tar.gz) = 15986 +SHA256 (rust/crates/thread_local-0.3.6.tar.gz) = c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b +SIZE (rust/crates/thread_local-0.3.6.tar.gz) = 12388 +SHA256 (rust/crates/time-0.1.40.tar.gz) = d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b +SIZE (rust/crates/time-0.1.40.tar.gz) = 29518 +SHA256 (rust/crates/tokio-0.1.11.tar.gz) = 6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895 +SIZE (rust/crates/tokio-0.1.11.tar.gz) = 76732 +SHA256 (rust/crates/tokio-codec-0.1.1.tar.gz) = 5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f +SIZE (rust/crates/tokio-codec-0.1.1.tar.gz) = 7617 +SHA256 (rust/crates/tokio-current-thread-0.1.3.tar.gz) = f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c +SIZE (rust/crates/tokio-current-thread-0.1.3.tar.gz) = 19187 +SHA256 (rust/crates/tokio-executor-0.1.5.tar.gz) = c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde +SIZE (rust/crates/tokio-executor-0.1.5.tar.gz) = 10540 +SHA256 (rust/crates/tokio-fs-0.1.4.tar.gz) = 60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75 +SIZE (rust/crates/tokio-fs-0.1.4.tar.gz) = 12706 +SHA256 (rust/crates/tokio-io-0.1.10.tar.gz) = 7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21 +SIZE (rust/crates/tokio-io-0.1.10.tar.gz) = 33143 +SHA256 (rust/crates/tokio-process-0.2.3.tar.gz) = 88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d +SIZE (rust/crates/tokio-process-0.2.3.tar.gz) = 19886 +SHA256 (rust/crates/tokio-reactor-0.1.6.tar.gz) = 4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018 +SIZE (rust/crates/tokio-reactor-0.1.6.tar.gz) = 23376 +SHA256 (rust/crates/tokio-signal-0.2.6.tar.gz) = 40da88e6445ed335e14746b60986a6c8b3632b09bc9097df76b4a6ddd16f1f92 +SIZE (rust/crates/tokio-signal-0.2.6.tar.gz) = 14571 +SHA256 (rust/crates/tokio-tcp-0.1.2.tar.gz) = 7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912 +SIZE (rust/crates/tokio-tcp-0.1.2.tar.gz) = 10633 +SHA256 (rust/crates/tokio-threadpool-0.1.8.tar.gz) = 3929aee321c9220ed838ed6c3928be7f9b69986b0e3c22c972a66dbf8a298c68 +SIZE (rust/crates/tokio-threadpool-0.1.8.tar.gz) = 48430 +SHA256 (rust/crates/tokio-timer-0.2.7.tar.gz) = 3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e +SIZE (rust/crates/tokio-timer-0.2.7.tar.gz) = 35395 +SHA256 (rust/crates/tokio-udp-0.1.2.tar.gz) = da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c +SIZE (rust/crates/tokio-udp-0.1.2.tar.gz) = 9765 +SHA256 (rust/crates/tokio-uds-0.2.3.tar.gz) = df195376b43508f01570bacc73e13a1de0854dc59e79d1ec09913e8db6dd2a70 +SIZE (rust/crates/tokio-uds-0.2.3.tar.gz) = 9389 +SHA256 (rust/crates/ucd-util-0.1.2.tar.gz) = d0f8bfa9ff0cadcd210129ad9d2c5f145c13e9ced3d3e5d948a6213487d52444 +SIZE (rust/crates/ucd-util-0.1.2.tar.gz) = 24992 +SHA256 (rust/crates/unicode-width-0.1.5.tar.gz) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526 +SIZE (rust/crates/unicode-width-0.1.5.tar.gz) = 15761 +SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc +SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 +SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 +SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 +SHA256 (rust/crates/untrusted-0.6.2.tar.gz) = 55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f +SIZE (rust/crates/untrusted-0.6.2.tar.gz) = 7526 +SHA256 (rust/crates/utf8-ranges-1.0.2.tar.gz) = 796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737 +SIZE (rust/crates/utf8-ranges-1.0.2.tar.gz) = 8510 +SHA256 (rust/crates/vec_map-0.8.1.tar.gz) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a +SIZE (rust/crates/vec_map-0.8.1.tar.gz) = 14959 +SHA256 (rust/crates/version_check-0.1.5.tar.gz) = 914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd +SIZE (rust/crates/version_check-0.1.5.tar.gz) = 8173 +SHA256 (rust/crates/void-1.0.2.tar.gz) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d +SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 +SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a +SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145 +SHA256 (rust/crates/winapi-0.3.6.tar.gz) = 92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0 +SIZE (rust/crates/winapi-0.3.6.tar.gz) = 1029391 +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.1.tar.gz) = afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab +SIZE (rust/crates/winapi-util-0.1.1.tar.gz) = 7635 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +SHA256 (rust/crates/wincolor-1.0.1.tar.gz) = 561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba +SIZE (rust/crates/wincolor-1.0.1.tar.gz) = 4737 +SHA256 (rust/crates/ws2_32-sys-0.2.1.tar.gz) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e +SIZE (rust/crates/ws2_32-sys-0.2.1.tar.gz) = 4697 +SHA256 (rust/crates/xml-rs-0.8.0.tar.gz) = 541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5 +SIZE (rust/crates/xml-rs-0.8.0.tar.gz) = 50974 +SHA256 (NLnetLabs-routinator-v0.1.2_GH0.tar.gz) = a3c3c1bfddb9a2f66318b4ecd43d1df139df1fc7b1f2f2f5090820baf9813f90 +SIZE (NLnetLabs-routinator-v0.1.2_GH0.tar.gz) = 42500 Added: head/net/routinator/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/routinator/pkg-descr Thu Dec 6 16:17:35 2018 (r486767) @@ -0,0 +1,8 @@ +Routinator collects Resource Public Key Infrastructure cryptographically +signed statements about the association of Internet routing resources +and constructs a list of associations between IP address prefixes +and AS numbers. It provides this information to routers supporting +the RPKI-RTR protocol or publishes this in a number of useful +formats. + +WWW: https://github.com/NLnetLabs/routinator From owner-svn-ports-all@freebsd.org Thu Dec 6 16:51:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7581130B59D; Thu, 6 Dec 2018 16:51:52 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49D7A752D2; Thu, 6 Dec 2018 16:51:52 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2AED426646; Thu, 6 Dec 2018 16:51:52 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6Gpqc5036291; Thu, 6 Dec 2018 16:51:52 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6Gpp90036289; Thu, 6 Dec 2018 16:51:51 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201812061651.wB6Gpp90036289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Thu, 6 Dec 2018 16:51:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486768 - head/devel/hs-ShellCheck X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/devel/hs-ShellCheck X-SVN-Commit-Revision: 486768 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 49D7A752D2 X-Spamd-Result: default: False [-1.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.93)[-0.932,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 16:51:52 -0000 Author: pizzamig Date: Thu Dec 6 16:51:51 2018 New Revision: 486768 URL: https://svnweb.freebsd.org/changeset/ports/486768 Log: devel/hs-ShellCheck: Update to 0.6.0 Modified: head/devel/hs-ShellCheck/Makefile head/devel/hs-ShellCheck/distinfo Modified: head/devel/hs-ShellCheck/Makefile ============================================================================== --- head/devel/hs-ShellCheck/Makefile Thu Dec 6 16:17:35 2018 (r486767) +++ head/devel/hs-ShellCheck/Makefile Thu Dec 6 16:51:51 2018 (r486768) @@ -2,7 +2,7 @@ PORTNAME= ShellCheck DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 +DISTVERSION= 0.6.0 CATEGORIES= devel haskell MAINTAINER= pizzamig@FreeBSD.org Modified: head/devel/hs-ShellCheck/distinfo ============================================================================== --- head/devel/hs-ShellCheck/distinfo Thu Dec 6 16:17:35 2018 (r486767) +++ head/devel/hs-ShellCheck/distinfo Thu Dec 6 16:51:51 2018 (r486768) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540501687 -SHA256 (cabal/koalaman-shellcheck-v0.5.0_GH0.tar.gz) = 348a3f7892c1f28a44f188c00ac82f1b3bf899d9f81d14ddb0e306db26c937bb -SIZE (cabal/koalaman-shellcheck-v0.5.0_GH0.tar.gz) = 173657 +TIMESTAMP = 1544015760 +SHA256 (cabal/koalaman-shellcheck-v0.6.0_GH0.tar.gz) = 78f90aa8e618dc468bc1c36b6929216dc7a0c2679cd157e50919f7d8cc1899bc +SIZE (cabal/koalaman-shellcheck-v0.6.0_GH0.tar.gz) = 181749 From owner-svn-ports-all@freebsd.org Thu Dec 6 17:07:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2A34130BC24; Thu, 6 Dec 2018 17:07:42 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93D6475AE6; Thu, 6 Dec 2018 17:07:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74D93268D0; Thu, 6 Dec 2018 17:07:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6H7ga7041539; Thu, 6 Dec 2018 17:07:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6H7gqM041538; Thu, 6 Dec 2018 17:07:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812061707.wB6H7gqM041538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 6 Dec 2018 17:07:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486769 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 486769 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 93D6475AE6 X-Spamd-Result: default: False [-1.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.93)[-0.932,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 17:07:43 -0000 Author: jbeich Date: Thu Dec 6 17:07:42 2018 New Revision: 486769 URL: https://svnweb.freebsd.org/changeset/ports/486769 Log: USES=cargo to convert LDFLAGS into RUSTFLAGS Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18039 Modified: head/Mk/Uses/cargo.mk (contents, props changed) Modified: head/Mk/Uses/cargo.mk ============================================================================== --- head/Mk/Uses/cargo.mk Thu Dec 6 16:51:51 2018 (r486768) +++ head/Mk/Uses/cargo.mk Thu Dec 6 17:07:42 2018 (r486769) @@ -62,15 +62,13 @@ CARGO_TARGET_DIR?= ${WRKDIR}/target # - RUSTC: path of rustc binary (default to lang/rust) # - RUSTDOC: path of rustdoc binary (default to lang/rust) # - RUSTFLAGS: custom flags to pass to all compiler invocations that Cargo performs -# -# XXX LDFLAGS => -C link-arg=$1 (via RUSTFLAGS) CARGO_ENV+= \ CARGO_HOME=${WRKDIR}/cargo-home \ CARGO_BUILD_JOBS=${MAKE_JOBS_NUMBER} \ CARGO_TARGET_DIR=${CARGO_TARGET_DIR} \ RUSTC=${LOCALBASE}/bin/rustc \ RUSTDOC=${LOCALBASE}/bin/rustdoc \ - RUSTFLAGS="${RUSTFLAGS}" + RUSTFLAGS="${RUSTFLAGS} ${LDFLAGS:S/^/-C link-arg=/}" # Adjust -C target-cpu if -march/-mcpu is set by bsd.cpu.mk .if ${ARCH} == amd64 || ${ARCH} == i386 From owner-svn-ports-all@freebsd.org Thu Dec 6 17:11:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FAFD130BE96; Thu, 6 Dec 2018 17:11:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31F6375DC5; Thu, 6 Dec 2018 17:11:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1419926930; Thu, 6 Dec 2018 17:11:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6HBNIX046189; Thu, 6 Dec 2018 17:11:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6HBFxH046147; Thu, 6 Dec 2018 17:11:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812061711.wB6HBFxH046147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 6 Dec 2018 17:11:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486770 - in head: Mk/Uses databases/puppetdb-cli devel/bingrep devel/pijul devel/racer devel/racer/files devel/racerd devel/rust-bindgen devel/rust-cbindgen devel/sccache devel/tokei d... X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk/Uses databases/puppetdb-cli devel/bingrep devel/pijul devel/racer devel/racer/files devel/racerd devel/rust-bindgen devel/rust-cbindgen devel/sccache devel/tokei dns/doh-proxy editors/kak-... X-SVN-Commit-Revision: 486770 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 31F6375DC5 X-Spamd-Result: default: False [-1.78 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.872,0]; NEURAL_SPAM_LONG(0.04)[0.035,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.94)[-0.942,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 17:11:23 -0000 Author: jbeich Date: Thu Dec 6 17:11:14 2018 New Revision: 486770 URL: https://svnweb.freebsd.org/changeset/ports/486770 Log: lang/rust: update to 1.31.0 - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18427 Deleted: head/devel/racer/files/ head/lang/rust/files/patch-src_vendor_openssl-sys_build_cfgs.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_aes.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_asn1.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_bio.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_bn.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_cms.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_conf.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_crypto.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_dh.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_dsa.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_dtls1.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_ec.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_err.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_evp.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_hmac.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_lib.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_libressl_mod.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_libressl_v250.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_libressl_v251.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_libressl_v273.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_macros.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_obj__mac.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_object.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_ocsp.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_openssl_mod.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_openssl_v10x.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_openssl_v110.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_openssl_v111.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_ossl__typ.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_pem.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_pkcs12.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_rand.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_rsa.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_safestack.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_sha.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_srtp.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_ssl.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_ssl3.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_stack.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_tls1.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_x509.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_x509__vfy.rs head/lang/rust/files/patch-src_vendor_openssl-sys_src_x509v3.rs head/lang/rust/files/patch-src_vendor_openssl_build.rs head/lang/rust/files/patch-src_vendor_openssl_src_ssl_callbacks.rs Modified: head/Mk/Uses/cargo.mk (contents, props changed) head/databases/puppetdb-cli/Makefile (contents, props changed) head/devel/bingrep/Makefile (contents, props changed) head/devel/pijul/Makefile (contents, props changed) head/devel/racer/Makefile (contents, props changed) head/devel/racer/distinfo (contents, props changed) head/devel/racerd/Makefile (contents, props changed) head/devel/rust-bindgen/Makefile (contents, props changed) head/devel/rust-cbindgen/Makefile (contents, props changed) head/devel/sccache/Makefile (contents, props changed) head/devel/tokei/Makefile (contents, props changed) head/dns/doh-proxy/Makefile (contents, props changed) head/editors/kak-lsp/Makefile (contents, props changed) head/editors/xi-core/Makefile (contents, props changed) head/games/genact/Makefile (contents, props changed) head/lang/rust/Makefile (contents, props changed) head/lang/rust/distinfo (contents, props changed) head/lang/rust/files/patch-src_vendor_openssl-sys_.cargo-checksum.json (contents, props changed) head/lang/rust/files/patch-src_vendor_openssl-sys_build_main.rs (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/net-im/fractal/Makefile (contents, props changed) head/net/rabbiteer/Makefile (contents, props changed) head/net/routinator/Makefile (contents, props changed) head/security/cargo-audit/Makefile (contents, props changed) head/security/kr/Makefile (contents, props changed) head/sysutils/exa/Makefile (contents, props changed) head/sysutils/fd/Makefile (contents, props changed) head/sysutils/flowgger/Makefile (contents, props changed) head/sysutils/potnet/Makefile (contents, props changed) head/textproc/bat/Makefile (contents, props changed) head/textproc/ripgrep/Makefile (contents, props changed) head/textproc/xsv-rs/Makefile (contents, props changed) head/www/cliqz/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/geckodriver/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) head/www/websocat/Makefile (contents, props changed) head/x11/admiral/Makefile (contents, props changed) head/x11/alacritty/Makefile (contents, props changed) Modified: head/Mk/Uses/cargo.mk ============================================================================== --- head/Mk/Uses/cargo.mk Thu Dec 6 17:07:42 2018 (r486769) +++ head/Mk/Uses/cargo.mk Thu Dec 6 17:11:14 2018 (r486770) @@ -46,7 +46,7 @@ DISTFILES+= ${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:carg CARGO_BUILDDEP?= yes .if ${CARGO_BUILDDEP:tl} == "yes" -BUILD_DEPENDS+= rust>=1.30.0:lang/rust +BUILD_DEPENDS+= rust>=1.31.0:lang/rust .endif # Location of cargo binary (default to lang/rust's Cargo binary) Modified: head/databases/puppetdb-cli/Makefile ============================================================================== --- head/databases/puppetdb-cli/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/databases/puppetdb-cli/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -2,7 +2,7 @@ PORTNAME= puppetdb-cli PORTVERSION= 1.2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MAINTAINER= puppet@FreeBSD.org Modified: head/devel/bingrep/Makefile ============================================================================== --- head/devel/bingrep/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/devel/bingrep/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -2,7 +2,7 @@ PORTNAME= bingrep PORTVERSION= g20171111 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org Modified: head/devel/pijul/Makefile ============================================================================== --- head/devel/pijul/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/devel/pijul/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= pijul PORTVERSION= 0.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= https://pijul.org/releases/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/devel/racer/Makefile ============================================================================== --- head/devel/racer/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/devel/racer/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -4,6 +4,7 @@ PORTNAME= racer DISTVERSIONPREFIX= v DISTVERSION= 2.1.14 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= beyert@cs.ucr.edu @@ -55,20 +56,24 @@ CARGO_CRATES= aho-corasick-0.6.9 \ lazy_static-1.2.0 \ lazycell-1.2.0 \ libc-0.2.44 \ + lock_api-0.1.5 \ log-0.4.6 \ memchr-2.1.1 \ memoffset-0.2.1 \ nodrop-0.1.13 \ num_cpus-1.8.0 \ - owning_ref-0.3.3 \ - parking_lot-0.5.5 \ + owning_ref-0.4.0 \ + parking_lot-0.6.4 \ parking_lot_core-0.2.14 \ + parking_lot_core-0.3.1 \ proc-macro2-0.4.24 \ quick-error-1.2.2 \ quote-0.6.10 \ rand-0.4.3 \ + rand-0.5.5 \ rand-0.6.1 \ rand_chacha-0.1.0 \ + rand_core-0.2.2 \ rand_core-0.3.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ @@ -80,14 +85,15 @@ CARGO_CRATES= aho-corasick-0.6.9 \ regex-syntax-0.6.3 \ remove_dir_all-0.5.1 \ rls-span-0.4.0 \ - rustc-ap-arena-237.0.0 \ - rustc-ap-rustc_cratesio_shim-237.0.0 \ - rustc-ap-rustc_data_structures-237.0.0 \ - rustc-ap-rustc_errors-237.0.0 \ - rustc-ap-rustc_target-237.0.0 \ - rustc-ap-serialize-237.0.0 \ - rustc-ap-syntax-237.0.0 \ - rustc-ap-syntax_pos-237.0.0 \ + rustc-ap-arena-297.0.0 \ + rustc-ap-graphviz-297.0.0 \ + rustc-ap-rustc_cratesio_shim-297.0.0 \ + rustc-ap-rustc_data_structures-297.0.0 \ + rustc-ap-rustc_errors-297.0.0 \ + rustc-ap-rustc_target-297.0.0 \ + rustc-ap-serialize-297.0.0 \ + rustc-ap-syntax-297.0.0 \ + rustc-ap-syntax_pos-297.0.0 \ rustc-hash-1.0.1 \ rustc-rayon-0.1.1 \ rustc-rayon-core-0.1.1 \ @@ -105,7 +111,6 @@ CARGO_CRATES= aho-corasick-0.6.9 \ strsim-0.7.0 \ syn-0.15.22 \ tempfile-3.0.5 \ - termcolor-0.3.6 \ termcolor-1.0.4 \ termion-1.5.1 \ textwrap-0.10.0 \ @@ -122,7 +127,6 @@ CARGO_CRATES= aho-corasick-0.6.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - wincolor-0.1.6 \ wincolor-1.0.1 .include Modified: head/devel/racer/distinfo ============================================================================== --- head/devel/racer/distinfo Thu Dec 6 17:07:42 2018 (r486769) +++ head/devel/racer/distinfo Thu Dec 6 17:11:14 2018 (r486770) @@ -45,6 +45,8 @@ SHA256 (rust/crates/lazycell-1.2.0.tar.gz) = ddba4c30a SIZE (rust/crates/lazycell-1.2.0.tar.gz) = 11259 SHA256 (rust/crates/libc-0.2.44.tar.gz) = 10923947f84a519a45c8fefb7dd1b3e8c08747993381adee176d7a82b4195311 SIZE (rust/crates/libc-0.2.44.tar.gz) = 347920 +SHA256 (rust/crates/lock_api-0.1.5.tar.gz) = 62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c +SIZE (rust/crates/lock_api-0.1.5.tar.gz) = 16967 SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6 SIZE (rust/crates/log-0.4.6.tar.gz) = 22303 SHA256 (rust/crates/memchr-2.1.1.tar.gz) = 0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16 @@ -55,12 +57,14 @@ SHA256 (rust/crates/nodrop-0.1.13.tar.gz) = 2f9667ddcc SIZE (rust/crates/nodrop-0.1.13.tar.gz) = 7508 SHA256 (rust/crates/num_cpus-1.8.0.tar.gz) = c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30 SIZE (rust/crates/num_cpus-1.8.0.tar.gz) = 10539 -SHA256 (rust/crates/owning_ref-0.3.3.tar.gz) = cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37 -SIZE (rust/crates/owning_ref-0.3.3.tar.gz) = 11710 -SHA256 (rust/crates/parking_lot-0.5.5.tar.gz) = d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac -SIZE (rust/crates/parking_lot-0.5.5.tar.gz) = 36889 +SHA256 (rust/crates/owning_ref-0.4.0.tar.gz) = 49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13 +SIZE (rust/crates/owning_ref-0.4.0.tar.gz) = 12233 +SHA256 (rust/crates/parking_lot-0.6.4.tar.gz) = f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5 +SIZE (rust/crates/parking_lot-0.6.4.tar.gz) = 31890 SHA256 (rust/crates/parking_lot_core-0.2.14.tar.gz) = 4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa SIZE (rust/crates/parking_lot_core-0.2.14.tar.gz) = 22140 +SHA256 (rust/crates/parking_lot_core-0.3.1.tar.gz) = ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c +SIZE (rust/crates/parking_lot_core-0.3.1.tar.gz) = 26635 SHA256 (rust/crates/proc-macro2-0.4.24.tar.gz) = 77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09 SIZE (rust/crates/proc-macro2-0.4.24.tar.gz) = 30970 SHA256 (rust/crates/quick-error-1.2.2.tar.gz) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0 @@ -69,10 +73,14 @@ SHA256 (rust/crates/quote-0.6.10.tar.gz) = 53fa22a1994 SIZE (rust/crates/quote-0.6.10.tar.gz) = 15795 SHA256 (rust/crates/rand-0.4.3.tar.gz) = 8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd SIZE (rust/crates/rand-0.4.3.tar.gz) = 76094 +SHA256 (rust/crates/rand-0.5.5.tar.gz) = e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c +SIZE (rust/crates/rand-0.5.5.tar.gz) = 137359 SHA256 (rust/crates/rand-0.6.1.tar.gz) = ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a SIZE (rust/crates/rand-0.6.1.tar.gz) = 126613 SHA256 (rust/crates/rand_chacha-0.1.0.tar.gz) = 771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a SIZE (rust/crates/rand_chacha-0.1.0.tar.gz) = 11637 +SHA256 (rust/crates/rand_core-0.2.2.tar.gz) = 1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372 +SIZE (rust/crates/rand_core-0.2.2.tar.gz) = 15450 SHA256 (rust/crates/rand_core-0.3.0.tar.gz) = 0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db SIZE (rust/crates/rand_core-0.3.0.tar.gz) = 20581 SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4 @@ -95,22 +103,24 @@ SHA256 (rust/crates/remove_dir_all-0.5.1.tar.gz) = 348 SIZE (rust/crates/remove_dir_all-0.5.1.tar.gz) = 8726 SHA256 (rust/crates/rls-span-0.4.0.tar.gz) = 5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a SIZE (rust/crates/rls-span-0.4.0.tar.gz) = 3191 -SHA256 (rust/crates/rustc-ap-arena-237.0.0.tar.gz) = 2d24c8b3c1437fad023cb9472381216a1d41d82dbb2d2e6c7858bd6f50317719 -SIZE (rust/crates/rustc-ap-arena-237.0.0.tar.gz) = 5622 -SHA256 (rust/crates/rustc-ap-rustc_cratesio_shim-237.0.0.tar.gz) = 9c5b02c76cd1ee4e9c97c8228701796d6b7431e8f100dea2d8af1d6c2c2bad56 -SIZE (rust/crates/rustc-ap-rustc_cratesio_shim-237.0.0.tar.gz) = 1218 -SHA256 (rust/crates/rustc-ap-rustc_data_structures-237.0.0.tar.gz) = 4076388154497fb9a007e3badd78e415402a5594111cd6bc7ce1420dd1b1818b -SIZE (rust/crates/rustc-ap-rustc_data_structures-237.0.0.tar.gz) = 78061 -SHA256 (rust/crates/rustc-ap-rustc_errors-237.0.0.tar.gz) = c6c11e4789cbc276ceaa87d326c234b1a2d1e0fe6017b88a8a25903200060acb -SIZE (rust/crates/rustc-ap-rustc_errors-237.0.0.tar.gz) = 28998 -SHA256 (rust/crates/rustc-ap-rustc_target-237.0.0.tar.gz) = 25f711bb152b9d7cdd69410cfe6d99aeb1409c959e0fdf3c8ca4d220e568aa52 -SIZE (rust/crates/rustc-ap-rustc_target-237.0.0.tar.gz) = 56229 -SHA256 (rust/crates/rustc-ap-serialize-237.0.0.tar.gz) = 57638db658d4942d3f30a12566836f9a67a636ed8002c8cae1c9231214e39929 -SIZE (rust/crates/rustc-ap-serialize-237.0.0.tar.gz) = 35119 -SHA256 (rust/crates/rustc-ap-syntax-237.0.0.tar.gz) = d6dbcf07abf7a9957dce8d34353d55dfb4cd882153181f24349f4690facb58f0 -SIZE (rust/crates/rustc-ap-syntax-237.0.0.tar.gz) = 319171 -SHA256 (rust/crates/rustc-ap-syntax_pos-237.0.0.tar.gz) = 0915cb5e166cabe588a129dec2d47357077e96fb1f9b57318fbe217eac4ce508 -SIZE (rust/crates/rustc-ap-syntax_pos-237.0.0.tar.gz) = 28022 +SHA256 (rust/crates/rustc-ap-arena-297.0.0.tar.gz) = b69fd4a0e8a3ecd99b497965d05f6f04dd2e4601a6146a841dbe4c8e77c2b30c +SIZE (rust/crates/rustc-ap-arena-297.0.0.tar.gz) = 5651 +SHA256 (rust/crates/rustc-ap-graphviz-297.0.0.tar.gz) = f8136418dbc491bab74aa0565eaa2086754a7a81a5e74a1d84d6168d18e889e7 +SIZE (rust/crates/rustc-ap-graphviz-297.0.0.tar.gz) = 10192 +SHA256 (rust/crates/rustc-ap-rustc_cratesio_shim-297.0.0.tar.gz) = a972feda82332d1d05b1ba5a097e915cd9c9c8f1af2bd7b08af09fb88c753d5f +SIZE (rust/crates/rustc-ap-rustc_cratesio_shim-297.0.0.tar.gz) = 1230 +SHA256 (rust/crates/rustc-ap-rustc_data_structures-297.0.0.tar.gz) = 582584c6c48b0ece4b8aef3f9bb59d94d17c5665612bc87a71f509e45a3113b5 +SIZE (rust/crates/rustc-ap-rustc_data_structures-297.0.0.tar.gz) = 77574 +SHA256 (rust/crates/rustc-ap-rustc_errors-297.0.0.tar.gz) = cd852096944d0ac6af1aefa9639a2ae6dede217606ce97f88ff0dcc8c86d6ff6 +SIZE (rust/crates/rustc-ap-rustc_errors-297.0.0.tar.gz) = 29674 +SHA256 (rust/crates/rustc-ap-rustc_target-297.0.0.tar.gz) = 98301a272ecfeec29d2d4e97b07238707c2b89d86fc3a4a5f31a00728f14e288 +SIZE (rust/crates/rustc-ap-rustc_target-297.0.0.tar.gz) = 57064 +SHA256 (rust/crates/rustc-ap-serialize-297.0.0.tar.gz) = c8f13510e617e2e322e3297038fd6a7346f2297124af9e10e33a627c5d544e9d +SIZE (rust/crates/rustc-ap-serialize-297.0.0.tar.gz) = 35223 +SHA256 (rust/crates/rustc-ap-syntax-297.0.0.tar.gz) = 0792f5a9ccfc5ec13bb5b0472fa49e145481029c39f6bf5b1a36decc99c3328f +SIZE (rust/crates/rustc-ap-syntax-297.0.0.tar.gz) = 323639 +SHA256 (rust/crates/rustc-ap-syntax_pos-297.0.0.tar.gz) = 0df9f97f41650d23b14f92f7267f8c61089655efb4533d82bf8991f99245198d +SIZE (rust/crates/rustc-ap-syntax_pos-297.0.0.tar.gz) = 28074 SHA256 (rust/crates/rustc-hash-1.0.1.tar.gz) = 7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8 SIZE (rust/crates/rustc-hash-1.0.1.tar.gz) = 8976 SHA256 (rust/crates/rustc-rayon-0.1.1.tar.gz) = 8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306 @@ -145,8 +155,6 @@ SHA256 (rust/crates/syn-0.15.22.tar.gz) = ae8b29eb5210 SIZE (rust/crates/syn-0.15.22.tar.gz) = 146349 SHA256 (rust/crates/tempfile-3.0.5.tar.gz) = 7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2 SIZE (rust/crates/tempfile-3.0.5.tar.gz) = 23272 -SHA256 (rust/crates/termcolor-0.3.6.tar.gz) = adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83 -SIZE (rust/crates/termcolor-0.3.6.tar.gz) = 13548 SHA256 (rust/crates/termcolor-1.0.4.tar.gz) = 4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f SIZE (rust/crates/termcolor-1.0.4.tar.gz) = 14416 SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 @@ -179,8 +187,6 @@ SHA256 (rust/crates/winapi-util-0.1.1.tar.gz) = afc550 SIZE (rust/crates/winapi-util-0.1.1.tar.gz) = 7635 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (rust/crates/wincolor-0.1.6.tar.gz) = eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767 -SIZE (rust/crates/wincolor-0.1.6.tar.gz) = 4799 SHA256 (rust/crates/wincolor-1.0.1.tar.gz) = 561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba SIZE (rust/crates/wincolor-1.0.1.tar.gz) = 4737 SHA256 (racer-rust-racer-v2.1.14_GH0.tar.gz) = fae8722639f9f5310d49a365ad74380761640f7cf01d50948d9cbfaa4aa02064 Modified: head/devel/racerd/Makefile ============================================================================== --- head/devel/racerd/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/devel/racerd/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -5,7 +5,7 @@ PORTNAME= racerd DISTVERSIONPREFIX= v DISTVERSION= 0.1.1-56 DISTVERSIONSUFFIX= -g29cd4c6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= ultima@FreeBSD.org Modified: head/devel/rust-bindgen/Makefile ============================================================================== --- head/devel/rust-bindgen/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/devel/rust-bindgen/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,6 +3,7 @@ PORTNAME= rust-bindgen DISTVERSIONPREFIX= v DISTVERSION= 0.44.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= gecko@FreeBSD.org Modified: head/devel/rust-cbindgen/Makefile ============================================================================== --- head/devel/rust-cbindgen/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/devel/rust-cbindgen/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,6 +3,7 @@ PORTNAME= cbindgen DISTVERSIONPREFIX= v DISTVERSION= 0.6.7 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= rust- Modified: head/devel/sccache/Makefile ============================================================================== --- head/devel/sccache/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/devel/sccache/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -2,7 +2,7 @@ PORTNAME= sccache DISTVERSION= 2.8.0.alpha0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= pizzamig@FreeBSD.org Modified: head/devel/tokei/Makefile ============================================================================== --- head/devel/tokei/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/devel/tokei/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= tokei DISTVERSIONPREFIX= v DISTVERSION= 8.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= tobik@FreeBSD.org Modified: head/dns/doh-proxy/Makefile ============================================================================== --- head/dns/doh-proxy/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/dns/doh-proxy/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= doh-proxy DISTVERSION= 0.1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= mat@FreeBSD.org Modified: head/editors/kak-lsp/Makefile ============================================================================== --- head/editors/kak-lsp/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/editors/kak-lsp/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,6 +3,7 @@ PORTNAME= kak-lsp DISTVERSIONPREFIX= v DISTVERSION= 5.10.0 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= tobik@FreeBSD.org Modified: head/editors/xi-core/Makefile ============================================================================== --- head/editors/xi-core/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/editors/xi-core/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= xi-core PORTVERSION= g20170612 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MAINTAINER= ports@FreeBSD.org Modified: head/games/genact/Makefile ============================================================================== --- head/games/genact/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/games/genact/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -2,7 +2,7 @@ PORTNAME= genact DISTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MAINTAINER= 0mp@FreeBSD.org Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/lang/rust/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rust -PORTVERSION?= 1.30.1 +PORTVERSION?= 1.31.0 PORTREVISION?= 0 CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/:src \ @@ -47,13 +47,13 @@ BROKEN_aarch64= fails to build: bootstrap compiler cr CONFLICTS_INSTALL?= rust-nightly # See WRKSRC/src/stage0.txt for this date and version values. -BOOTSTRAPS_DATE?= 2018-10-12 +BOOTSTRAPS_DATE?= 2018-10-25 -RUST_BOOTSTRAP_VERSION?= 1.29.2 +RUST_BOOTSTRAP_VERSION?= 1.30.0 RUSTC_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rustc-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz RUST_STD_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rust-std-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz -CARGO_BOOTSTRAP_VERSION?= 0.30.0 +CARGO_BOOTSTRAP_VERSION?= 0.31.0 CARGO_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/cargo-${CARGO_BOOTSTRAP_VERSION_${ARCH}:U${CARGO_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz RUST_CHANNEL= ${PKGNAMESUFFIX:Ustable:S/^-//} Modified: head/lang/rust/distinfo ============================================================================== --- head/lang/rust/distinfo Thu Dec 6 17:07:42 2018 (r486769) +++ head/lang/rust/distinfo Thu Dec 6 17:11:14 2018 (r486770) @@ -1,15 +1,15 @@ -TIMESTAMP = 1541756539 -SHA256 (rust/rustc-1.30.1-src.tar.xz) = 76c824e26b6a554cd48f45993e42001816c2f515dd1b252e3c8315fe200155ae -SIZE (rust/rustc-1.30.1-src.tar.xz) = 96086232 -SHA256 (rust/2018-10-12/rustc-1.29.2-x86_64-unknown-freebsd.tar.gz) = 94fba7a7b88ca86c037a48376b7e09bb4ca66e1268fc8d664796cdbdee97c0fa -SIZE (rust/2018-10-12/rustc-1.29.2-x86_64-unknown-freebsd.tar.gz) = 66548519 -SHA256 (rust/2018-10-12/rust-std-1.29.2-x86_64-unknown-freebsd.tar.gz) = ddde8a33ddd902471c51f273087d90e9f7f184b7f09f5d14cab454c8c4965ec2 -SIZE (rust/2018-10-12/rust-std-1.29.2-x86_64-unknown-freebsd.tar.gz) = 64503048 -SHA256 (rust/2018-10-12/cargo-0.30.0-x86_64-unknown-freebsd.tar.gz) = cdee0b90aedc51a239bbd44ed788111393da227d2950005f3730df938aa8303e -SIZE (rust/2018-10-12/cargo-0.30.0-x86_64-unknown-freebsd.tar.gz) = 7411378 -SHA256 (rust/2018-10-12/rustc-1.29.2-i686-unknown-freebsd.tar.gz) = 8115f4c9958623589746dbe7cc61bcd1998077af086ca2242d1d7a771a6202ab -SIZE (rust/2018-10-12/rustc-1.29.2-i686-unknown-freebsd.tar.gz) = 67556724 -SHA256 (rust/2018-10-12/rust-std-1.29.2-i686-unknown-freebsd.tar.gz) = 31806e3fb30d48e18661af14aea920caa3a322388711a5a6f6998d22878d29c0 -SIZE (rust/2018-10-12/rust-std-1.29.2-i686-unknown-freebsd.tar.gz) = 64847326 -SHA256 (rust/2018-10-12/cargo-0.30.0-i686-unknown-freebsd.tar.gz) = e62e26635f1ee70bcbe5d6bef69dea938668ba6933fa96f32df84d2f47d131c3 -SIZE (rust/2018-10-12/cargo-0.30.0-i686-unknown-freebsd.tar.gz) = 7198097 +TIMESTAMP = 1543972935 +SHA256 (rust/rustc-1.31.0-src.tar.xz) = 9581c5673937f8b1c3c21060ef7c1fcd3e5574a0fc0b27e1888cb37c4b2ec393 +SIZE (rust/rustc-1.31.0-src.tar.xz) = 96914112 +SHA256 (rust/2018-10-25/rustc-1.30.0-x86_64-unknown-freebsd.tar.gz) = 68a74949e34118406673cf8cc0098b011907c840890e0640aa3b145ce91c521d +SIZE (rust/2018-10-25/rustc-1.30.0-x86_64-unknown-freebsd.tar.gz) = 68231553 +SHA256 (rust/2018-10-25/rust-std-1.30.0-x86_64-unknown-freebsd.tar.gz) = 4040fe677524e2ead69a2fcab4c16acaad3d4c4f1210ae36f400f82463bdfbc7 +SIZE (rust/2018-10-25/rust-std-1.30.0-x86_64-unknown-freebsd.tar.gz) = 67081473 +SHA256 (rust/2018-10-25/cargo-0.31.0-x86_64-unknown-freebsd.tar.gz) = 2b9176bb34e6cdf663d3f5ad0c89f862696eecc79b7de7db482ce4dd995eb3e8 +SIZE (rust/2018-10-25/cargo-0.31.0-x86_64-unknown-freebsd.tar.gz) = 6439361 +SHA256 (rust/2018-10-25/rustc-1.30.0-i686-unknown-freebsd.tar.gz) = 26f5fa76d6033559a21e84876b8fe11e1b3621c226b243505a5fc45a3afaae90 +SIZE (rust/2018-10-25/rustc-1.30.0-i686-unknown-freebsd.tar.gz) = 69069431 +SHA256 (rust/2018-10-25/rust-std-1.30.0-i686-unknown-freebsd.tar.gz) = 267716811f1e2813a76f30f11293fb2c69f398f69a886b94587d821e743d4e20 +SIZE (rust/2018-10-25/rust-std-1.30.0-i686-unknown-freebsd.tar.gz) = 67319097 +SHA256 (rust/2018-10-25/cargo-0.31.0-i686-unknown-freebsd.tar.gz) = c291ed53edd74fabbab85328bebbc6ca12db6eaf3d76e7c4624d642fa05c7dbe +SIZE (rust/2018-10-25/cargo-0.31.0-i686-unknown-freebsd.tar.gz) = 6146453 Modified: head/lang/rust/files/patch-src_vendor_openssl-sys_.cargo-checksum.json ============================================================================== --- head/lang/rust/files/patch-src_vendor_openssl-sys_.cargo-checksum.json Thu Dec 6 17:07:42 2018 (r486769) +++ head/lang/rust/files/patch-src_vendor_openssl-sys_.cargo-checksum.json Thu Dec 6 17:11:14 2018 (r486770) @@ -1,6 +1,7 @@ ---- src/vendor/openssl-sys/.cargo-checksum.json.orig 2018-09-11 04:49:55 UTC +--- src/vendor/openssl-sys/.cargo-checksum.json.orig 2018-12-03 20:08:24 UTC +++ src/vendor/openssl-sys/.cargo-checksum.json @@ -1 +1 @@ --{"files":{".cargo-ok":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","Cargo.toml":"15b9e9f5255d11898d5f373ba8ac750d567155b1c81fa903f02e97b18cea5f18","Cargo.toml.orig":"3ec9308dd6326a80e0e30c076dd778f42cb1f1f616e666e924a210554681dd97","LICENSE-MIT":"378f5840b258e2779c39418f3f2d7b2ba96f1c7917dd6be0713f88305dbda397","README.md":"15b264aba47e69aa522c8cb37b320a156f0c3a3a72393338818046eac8ef4c3a","build/cfgs.rs":"b853b4100ed5421e4f4d436c3bb067f33c2a0349ff64ee121390bf23e1b769d5","build/main.rs":"bbb6b8a9b43fa47dc985c84ab6a5e64d7b77ae60c54b3038b68a4cef1a6759ab","src/lib.rs":"008a98eb5da8cb154b8f59904a9524a0a9cb22818ec734696c52d7ece384ab97","src/libressl/mod.rs":"412020ed9f0cbbb500f3f4d7157d8b2fc4a86eab6f6ba3293ca6ffd7bd0ac4f6","src/libressl/v250.rs":"8e64255d67e9e684b6d76184f96cfb8dca34c7f241fdbc08a982a221644257ea","src/libressl/v251.rs":"e823b2b5b103a9a2b3c307893f6fc8ca4213104fe3829b32fa3ce879bbc1ada9","src/libressl/v273.rs":"01492f8c44438a82466eac1b827dbed3213f21f0b5f 6425259a0131e9e036aeb","src/openssl/mod.rs":"b63d420700cb96626e7795a10000e178477af90db6d6830c70a66f6d2b4e64d2","src/openssl/v10x.rs":"6b53ce40257a5ff8326ec5f0d6a83807c728c243ad5bde34b9782cdf8f157a21","src/openssl/v110.rs":"0e670f6af0bfbdb635012a3667b599a2b7c468e55ef29b289ab288e01c795e02","src/openssl/v111.rs":"26e5ef4c4faa628d8cec33cf77fc3736f9d01334227429114e91920439b65876"},"package":"912f301a749394e1025d9dcddef6106ddee9252620e6d0a0e5f8d0681de9b129"} +-{"files":{".cargo-ok":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","Cargo.toml":"e40f8c3ccf6a2b34f50ae9cee3396ac398944ee253c1e5dabac802ee89732ba2","Cargo.toml.orig":"82cf41fb8d0886217e4efe5b7bd69ac9d687ddd38d002b5aeeb5fc073abc0e17","LICENSE-MIT":"378f5840b258e2779c39418f3f2d7b2ba96f1c7917dd6be0713f88305dbda397","README.md":"96a414be6e7e061a21a9e39a61449039f6791225264032641dd044a1a9b88111","build/cfgs.rs":"fae5176c2b149d190c9611b58c5882312b5c0e483d1a404cfdf850473314a58f","build/main.rs":"f509c63668156ce48b93d05d5483a5bfb112dc8f786ff6296f7801add2db7452","src/aes.rs":"660efd70f809cb2f5dbbf527be8f9592911776bab7dafa1fc4cc72dd9a576b67","src/asn1.rs":"4f12d2f4c2a493888db669d1ecfd55df40861a78cae65957f801ed91dc2cae30","src/bio.rs":"5c6f394a78f258af3babb68330fa3571610476c4c3ba3404359db928f2f706ee","src/bn.rs":"c71b9c79f704a94a889d27bf75e7e5b1f9f10b0df0aeb485aef509cf05d7467f","src/cms.rs":"29aa053b67b47515fd15812aa0a90ff35dd9fa347da2beeba96d6deafeb9d945","src/conf.rs":"5 11e008c18039f54d856d70b80009426fc7f4ce34fe4304e2c58ebf465031de0","src/crypto.rs":"f6e8a116940755b2b53e3d0d49d1b451fc6e4269831fd1cfcee9d6ed404cf487","src/dh.rs":"520b282b92fa372a75bc16696dc3ee7a9a5752e517a18862182a3e9f5a976d28","src/dsa.rs":"3c294c5c45235497396ac803b723b3a0cb5bd3609f5dec18338b5b014c2adeb9","src/dtls1.rs":"45e1dbf94a42d587fd948d553dc30187aa6aa2b5b82d554cf725ff36df768aa0","src/ec.rs":"b22d27b01a70652384866b3d0d01d2f7a0421b2ba2db9268ed379fef4b1ac034","src/err.rs":"81230711e081277e0b6dae4ff21266052d075688c758c2b0720001849ef9192d","src/evp.rs":"57f094c7fee0a6b0611e7f8829663bff525a607e11a35eb77dc30eb159b2139a","src/hmac.rs":"fa3976d94a1383f300bdec228270afb8b47c97bb019d727c7d59ba783be3c42e","src/lib.rs":"17b5a1faa0fe3ab777c8cb0039a3dffd8922b211bf1330c2cd0c3e02f624353c","src/macros.rs":"a7c95174fd4cfeb42f730c7c0744194009520249888dbf43968571219fd6dfa1","src/obj_mac.rs":"9c20609db7115c9edb99185375426169cb5b7caee839d892b556e92285e65309","src/object.rs":"7539eb2164c3fe2162a339ef 5b45f1c835010a1522307803815779a01825eed7","s! rc/ocsp.rs":"1db59566d2f072f7ae981f0c07e1604fcdf60e66845afe0689d588f8e4272115","src/ossl_typ.rs":"619177f939328597e4bcf9c41fdf4d0aa9207d779c6e0dafddbe2eab9b1a6a98","src/pem.rs":"3ae1c53dbc126a04c188575294111cc04c215c2f3e031192d5cc05952f011ddf","src/pkcs12.rs":"93aab2820008ad90dc346a7dcc02f9201d94bff0bb7d1d71031c097850287c50","src/pkcs7.rs":"5370c8d4bfbf1502fa33aff635cb730e7c87814580f1df9bdb1412a492377813","src/rand.rs":"156e605ecb45d4e1b7a7c404003ccd19c4a2226cbfe47938ad1dce240ed4369f","src/rsa.rs":"a0bf64f1f8ff9f6e5dbed6c38d8fa2d3d1c5dfcfe6dd3ff79f7737b072ce4681","src/safestack.rs":"6c39e28565d34efad707d77561d4caa99e3f028fcac3a2ef6fd403a78de1190c","src/sha.rs":"05044d221d8d205010a4e3760c0b5c0e2e923e165db0d65f9a8c9bcedaad9961","src/srtp.rs":"306047f3f31828fe7d15de154b375f071ae07012a94c0b5c909f5fe57962a11b","src/ssl.rs":"e69d3b9b8f2f8ae1ed3905a4dbe064ad1b7c1eaf21d7eabb86ecdb5b41e2120a","src/ssl3.rs":"9336c816e00847d552dea22587d4ac72ff3cbd469fa5ff750423a19ea11e68eb","src/stack.rs":"1a5 09907283e5a2bf88cf193ce607f49ce7d2d95547c2ce2abc0fd4567aad334","src/tls1.rs":"fd85a1683064def0a9e07d803b90102229adc1d58fa19cf4e56976f0dd7425b9","src/x509.rs":"839be2feb74755ab7df66a024ad27dfa70ce4f7889229d9152ba999f3a54b914","src/x509_vfy.rs":"5609f6300ab37a4d4755c81f7af1e6bb93a2f1a6f333c6e42f1e73ebf83ddc05","src/x509v3.rs":"66fd646ea4caf5ce81e3c881e88d85462519c4e97a7f82e82ca8ac52ea830ad2"},"package":"ff3d1b390ab1b9700f682ad95a30dc9c0f40dd212ca57266012cfc678b0e365a"} \ No newline at end of file -+{"files":{".cargo-ok":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","Cargo.toml":"15b9e9f5255d11898d5f373ba8ac750d567155b1c81fa903f02e97b18cea5f18","Cargo.toml.orig":"3ec9308dd6326a80e0e30c076dd778f42cb1f1f616e666e924a210554681dd97","LICENSE-MIT":"378f5840b258e2779c39418f3f2d7b2ba96f1c7917dd6be0713f88305dbda397","README.md":"15b264aba47e69aa522c8cb37b320a156f0c3a3a72393338818046eac8ef4c3a","build/cfgs.rs":"499f32ddaa16e3771dca2b70f1d4f66f91491456ffb3e1954901abd57bc64e10","build/main.rs":"2383c602ce6ab23e9980e0d1dcf808ae5fb953c3b6ec7d7ea406293ddde679fd","src/lib.rs":"d3cd894a42d59f3e3d19ef1a376f2287971b68227c3ce142b307c5c05e1b2840"},"package":"912f301a749394e1025d9dcddef6106ddee9252620e6d0a0e5f8d0681de9b129"} ++{"files":{".cargo-ok":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","Cargo.toml":"e40f8c3ccf6a2b34f50ae9cee3396ac398944ee253c1e5dabac802ee89732ba2","Cargo.toml.orig":"82cf41fb8d0886217e4efe5b7bd69ac9d687ddd38d002b5aeeb5fc073abc0e17","LICENSE-MIT":"378f5840b258e2779c39418f3f2d7b2ba96f1c7917dd6be0713f88305dbda397","README.md":"96a414be6e7e061a21a9e39a61449039f6791225264032641dd044a1a9b88111","build/cfgs.rs":"fae5176c2b149d190c9611b58c5882312b5c0e483d1a404cfdf850473314a58f","build/main.rs":"7d9c734c4bfce15d5ca86ea82e7f68e6af2b9e9d64c7414dbfefc3a84bc01487","src/aes.rs":"660efd70f809cb2f5dbbf527be8f9592911776bab7dafa1fc4cc72dd9a576b67","src/asn1.rs":"4f12d2f4c2a493888db669d1ecfd55df40861a78cae65957f801ed91dc2cae30","src/bio.rs":"5c6f394a78f258af3babb68330fa3571610476c4c3ba3404359db928f2f706ee","src/bn.rs":"c71b9c79f704a94a889d27bf75e7e5b1f9f10b0df0aeb485aef509cf05d7467f","src/cms.rs":"29aa053b67b47515fd15812aa0a90ff35dd9fa347da2beeba96d6deafeb9d945","src/conf.rs":"5 11e008c18039f54d856d70b80009426fc7f4ce34fe4304e2c58ebf465031de0","src/crypto.rs":"f6e8a116940755b2b53e3d0d49d1b451fc6e4269831fd1cfcee9d6ed404cf487","src/dh.rs":"520b282b92fa372a75bc16696dc3ee7a9a5752e517a18862182a3e9f5a976d28","src/dsa.rs":"3c294c5c45235497396ac803b723b3a0cb5bd3609f5dec18338b5b014c2adeb9","src/dtls1.rs":"45e1dbf94a42d587fd948d553dc30187aa6aa2b5b82d554cf725ff36df768aa0","src/ec.rs":"b22d27b01a70652384866b3d0d01d2f7a0421b2ba2db9268ed379fef4b1ac034","src/err.rs":"81230711e081277e0b6dae4ff21266052d075688c758c2b0720001849ef9192d","src/evp.rs":"57f094c7fee0a6b0611e7f8829663bff525a607e11a35eb77dc30eb159b2139a","src/hmac.rs":"fa3976d94a1383f300bdec228270afb8b47c97bb019d727c7d59ba783be3c42e","src/lib.rs":"17b5a1faa0fe3ab777c8cb0039a3dffd8922b211bf1330c2cd0c3e02f624353c","src/macros.rs":"a7c95174fd4cfeb42f730c7c0744194009520249888dbf43968571219fd6dfa1","src/obj_mac.rs":"9c20609db7115c9edb99185375426169cb5b7caee839d892b556e92285e65309","src/object.rs":"7539eb2164c3fe2162a339ef 5b45f1c835010a1522307803815779a01825eed7","s! rc/ocsp.rs":"1db59566d2f072f7ae981f0c07e1604fcdf60e66845afe0689d588f8e4272115","src/ossl_typ.rs":"619177f939328597e4bcf9c41fdf4d0aa9207d779c6e0dafddbe2eab9b1a6a98","src/pem.rs":"3ae1c53dbc126a04c188575294111cc04c215c2f3e031192d5cc05952f011ddf","src/pkcs12.rs":"93aab2820008ad90dc346a7dcc02f9201d94bff0bb7d1d71031c097850287c50","src/pkcs7.rs":"5370c8d4bfbf1502fa33aff635cb730e7c87814580f1df9bdb1412a492377813","src/rand.rs":"156e605ecb45d4e1b7a7c404003ccd19c4a2226cbfe47938ad1dce240ed4369f","src/rsa.rs":"a0bf64f1f8ff9f6e5dbed6c38d8fa2d3d1c5dfcfe6dd3ff79f7737b072ce4681","src/safestack.rs":"6c39e28565d34efad707d77561d4caa99e3f028fcac3a2ef6fd403a78de1190c","src/sha.rs":"05044d221d8d205010a4e3760c0b5c0e2e923e165db0d65f9a8c9bcedaad9961","src/srtp.rs":"306047f3f31828fe7d15de154b375f071ae07012a94c0b5c909f5fe57962a11b","src/ssl.rs":"e69d3b9b8f2f8ae1ed3905a4dbe064ad1b7c1eaf21d7eabb86ecdb5b41e2120a","src/ssl3.rs":"9336c816e00847d552dea22587d4ac72ff3cbd469fa5ff750423a19ea11e68eb","src/stack.rs":"1a5 09907283e5a2bf88cf193ce607f49ce7d2d95547c2ce2abc0fd4567aad334","src/tls1.rs":"fd85a1683064def0a9e07d803b90102229adc1d58fa19cf4e56976f0dd7425b9","src/x509.rs":"839be2feb74755ab7df66a024ad27dfa70ce4f7889229d9152ba999f3a54b914","src/x509_vfy.rs":"5609f6300ab37a4d4755c81f7af1e6bb93a2f1a6f333c6e42f1e73ebf83ddc05","src/x509v3.rs":"66fd646ea4caf5ce81e3c881e88d85462519c4e97a7f82e82ca8ac52ea830ad2"},"package":"ff3d1b390ab1b9700f682ad95a30dc9c0f40dd212ca57266012cfc678b0e365a"} +\ No newline at end of file Modified: head/lang/rust/files/patch-src_vendor_openssl-sys_build_main.rs ============================================================================== --- head/lang/rust/files/patch-src_vendor_openssl-sys_build_main.rs Thu Dec 6 17:07:42 2018 (r486769) +++ head/lang/rust/files/patch-src_vendor_openssl-sys_build_main.rs Thu Dec 6 17:11:14 2018 (r486770) @@ -1,19 +1,55 @@ ---- src/vendor/openssl-sys/build/main.rs.orig 2018-09-11 04:49:55 UTC +https://github.com/sfackler/rust-openssl/commit/9fd7584a8416 + +--- src/vendor/openssl-sys/build/main.rs.orig 2018-12-03 20:08:24 UTC +++ src/vendor/openssl-sys/build/main.rs -@@ -497,6 +497,7 @@ See rust-openssl README for more information: - (6, 2) => ('6', '2'), - (6, _) => ('6', 'x'), +@@ -1,9 +1,9 @@ + extern crate cc; ++#[cfg(feature = "vendored")] ++extern crate openssl_src; + extern crate pkg_config; + #[cfg(target_env = "msvc")] + extern crate vcpkg; +-#[cfg(feature = "vendored")] +-extern crate openssl_src; + + use std::collections::HashSet; + use std::env; +@@ -103,20 +103,23 @@ fn main() { + + #[cfg(feature = "vendored")] + mod imp { +- use std::path::PathBuf; +- use openssl_src; ++ use openssl_src; ++ use std::path::PathBuf; + +- pub fn get_openssl(_target: &str) -> (PathBuf, PathBuf) { +- let artifacts = openssl_src::Build::new().build(); +- (artifacts.lib_dir().to_path_buf(), artifacts.include_dir().to_path_buf()) +- } ++ pub fn get_openssl(_target: &str) -> (PathBuf, PathBuf) { ++ let artifacts = openssl_src::Build::new().build(); ++ ( ++ artifacts.lib_dir().to_path_buf(), ++ artifacts.include_dir().to_path_buf(), ++ ) ++ } + } + + #[cfg(not(feature = "vendored"))] + mod imp { + use pkg_config; +- use std::path::{Path, PathBuf}; + use std::ffi::OsString; ++ use std::path::{Path, PathBuf}; + use std::process::{self, Command}; + + use super::env; +@@ -500,6 +503,7 @@ See rust-openssl README for more information: (7, _) => ('7', 'x'), + (8, 0) => ('8', '0'), + (8, 1) => ('8', '1'), + (8, _) => ('8', 'x'), _ => version_error(), }; -@@ -537,7 +538,7 @@ fn version_error() -> ! { - " - - This crate is only compatible with OpenSSL 1.0.1 through 1.1.1, or LibreSSL 2.5 --through 2.7, but a different version of OpenSSL was found. The build is now aborting -+through 2.8, but a different version of OpenSSL was found. The build is now aborting - due to this version mismatch. - - " Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/mail/thunderbird/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.3.3 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source Modified: head/net-im/fractal/Makefile ============================================================================== --- head/net-im/fractal/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/net-im/fractal/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -2,7 +2,7 @@ PORTNAME= fractal DISTVERSION= 3.30.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ Modified: head/net/rabbiteer/Makefile ============================================================================== --- head/net/rabbiteer/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/net/rabbiteer/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -2,7 +2,7 @@ PORTNAME= rabbiteer DISTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= dch@FreeBSD.org Modified: head/net/routinator/Makefile ============================================================================== --- head/net/routinator/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/net/routinator/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,6 +3,7 @@ PORTNAME= routinator PORTVERSION= 0.1.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl Modified: head/security/cargo-audit/Makefile ============================================================================== --- head/security/cargo-audit/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/security/cargo-audit/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= tobik@FreeBSD.org Modified: head/security/kr/Makefile ============================================================================== --- head/security/kr/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/security/kr/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= kr PORTVERSION= 2.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= feld@FreeBSD.org Modified: head/sysutils/exa/Makefile ============================================================================== --- head/sysutils/exa/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/sysutils/exa/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org Modified: head/sysutils/fd/Makefile ============================================================================== --- head/sysutils/fd/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/sysutils/fd/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -4,7 +4,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 7.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils PKGNAMESUFFIX= -find Modified: head/sysutils/flowgger/Makefile ============================================================================== --- head/sysutils/flowgger/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/sysutils/flowgger/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= flowgger DISTVERSION= 0.2.6-28 DISTVERSIONSUFFIX= -gab572a0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org Modified: head/sysutils/potnet/Makefile ============================================================================== --- head/sysutils/potnet/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/sysutils/potnet/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -2,6 +2,7 @@ PORTNAME= potnet DISTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org Modified: head/textproc/bat/Makefile ============================================================================== --- head/textproc/bat/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/textproc/bat/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,6 +3,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org Modified: head/textproc/ripgrep/Makefile ============================================================================== --- head/textproc/ripgrep/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/textproc/ripgrep/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -5,7 +5,7 @@ PORTNAME= ripgrep DISTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi Modified: head/textproc/xsv-rs/Makefile ============================================================================== --- head/textproc/xsv-rs/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/textproc/xsv-rs/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -2,7 +2,7 @@ PORTNAME= xsv DISTVERSION= 0.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc PKGNAMESUFFIX= -rs Modified: head/www/cliqz/Makefile ============================================================================== --- head/www/cliqz/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/www/cliqz/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -2,6 +2,7 @@ PORTNAME= cliqz DISTVERSION= 1.23.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://s3.amazonaws.com/cdn.cliqz.com/browser-f/APT/:amazon \ http://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/${CLIQZ_LAST_BUILD_ID}/:cliqz Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/www/firefox-esr/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 60.4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/www/firefox/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 64.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/geckodriver/Makefile ============================================================================== --- head/www/geckodriver/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/www/geckodriver/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= geckodriver DISTVERSIONPREFIX= v DISTVERSION= 0.23.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= daniel@blodan.se Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/www/seamonkey/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.49.4 -PORTREVISION= 18 +PORTREVISION= 19 MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/websocat/Makefile ============================================================================== --- head/www/websocat/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/www/websocat/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -4,6 +4,7 @@ PORTNAME= websocat DISTVERSION= 1.2.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MAINTAINER= osa@FreeBSD.org Modified: head/x11/admiral/Makefile ============================================================================== --- head/x11/admiral/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/x11/admiral/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -4,7 +4,7 @@ PORTNAME= admiral DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-7 DISTVERSIONSUFFIX= -g5a9f33b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= rigoletto@FreeBSD.org Modified: head/x11/alacritty/Makefile ============================================================================== --- head/x11/alacritty/Makefile Thu Dec 6 17:07:42 2018 (r486769) +++ head/x11/alacritty/Makefile Thu Dec 6 17:11:14 2018 (r486770) @@ -3,6 +3,7 @@ PORTNAME= alacritty PORTVERSION= 0.2.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= zeising@FreeBSD.org From owner-svn-ports-all@freebsd.org Thu Dec 6 17:18:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FB0B130C115; Thu, 6 Dec 2018 17:18:46 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C165F761E4; Thu, 6 Dec 2018 17:18:45 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E61426A9E; Thu, 6 Dec 2018 17:18:45 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6HIji4048310; Thu, 6 Dec 2018 17:18:45 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6HIjsd048309; Thu, 6 Dec 2018 17:18:45 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201812061718.wB6HIjsd048309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 6 Dec 2018 17:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486771 - head/cad/gmsh X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/cad/gmsh X-SVN-Commit-Revision: 486771 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C165F761E4 X-Spamd-Result: default: False [-1.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.93)[-0.932,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 17:18:46 -0000 Author: jrm Date: Thu Dec 6 17:18:45 2018 New Revision: 486771 URL: https://svnweb.freebsd.org/changeset/ports/486771 Log: cad/gmsh: Remove redundant USE_LDCONFIG=yes This should not have been added in r486753, because it is already present as SHARED_VARS=USE_LDCONFIG=yes, i.e., when the shared libraries knob is on. Modified: head/cad/gmsh/Makefile (contents, props changed) Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Thu Dec 6 17:11:14 2018 (r486770) +++ head/cad/gmsh/Makefile Thu Dec 6 17:18:45 2018 (r486771) @@ -25,7 +25,6 @@ RUN_DEPENDS= getdp:science/getdp USES= blaslapack compiler:c++11-lang cmake fortran gl jpeg tar:tgz USE_GL= gl glu USE_XORG= x11 xcursor xext xinerama xfixes xft xrender -USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_SKIP_RPATH:BOOL=YES From owner-svn-ports-all@freebsd.org Thu Dec 6 17:22:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BA27130C386; Thu, 6 Dec 2018 17:22:41 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6E92765C1; Thu, 6 Dec 2018 17:22:40 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A2AFEEF1B; Thu, 6 Dec 2018 17:22:40 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486770 - in head: Mk/Uses databases/puppetdb-cli devel/bingrep devel/pijul devel/racer devel/racer/files devel/racerd devel/rust-bindgen devel/rust-cbindgen devel/sccache devel/tokei d... References: <201812061711.wB6HBFxH046147@repo.freebsd.org> Date: Thu, 06 Dec 2018 18:22:22 +0100 In-Reply-To: <201812061711.wB6HBFxH046147@repo.freebsd.org> (Jan Beich's message of "Thu, 6 Dec 2018 17:11:15 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: B6E92765C1 X-Spamd-Result: default: False [-1.17 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.66)[-0.657,0]; NEURAL_HAM_SHORT(-0.93)[-0.929,0]; NEURAL_SPAM_LONG(0.42)[0.417,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 17:22:41 -0000 Jan Beich writes: > Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html Oops, https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html From owner-svn-ports-all@freebsd.org Thu Dec 6 17:32:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A63B2130CA3F; Thu, 6 Dec 2018 17:32:42 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay111.isp.belgacom.be (mailrelay111.isp.belgacom.be [195.238.20.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B2B576F06; Thu, 6 Dec 2018 17:32:41 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes IronPort-PHdr: =?us-ascii?q?9a23=3AdfgfOxIuVuHV5hISWNmcpTZWNBhigK39O0sv0r?= =?us-ascii?q?FitYgXKvjzrarrMEGX3/hxlliBBdydt6oUzbKO+4nbGkU4qa6bt34DdJEeHz?= =?us-ascii?q?Qksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPER?= =?us-ascii?q?vjKwV1Ov71GonPhMiryuy+4ZLebxlLiTanfb9+MAi9oBnMuMURnYZsMLs6xA?= =?us-ascii?q?HTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKH?= =?us-ascii?q?w65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0vRz?= =?us-ascii?q?+s87lkRwPpiCcfNj427mfXitBrjKlGpB6tvgFzz5LIbI2QMvd1Y6HTcs4ARW?= =?us-ascii?q?dZUMhfVzJPDJ6/YYQNAeoOMvpXoYbmqlsSrxayGRWgCP/zxjNWgHL9wK000/?= =?us-ascii?q?4mEQHDxAEuAdcMsHDJp9jrM6cSVvu1w7fNzTrZafNWwir25Y/UchAgo/GMWa?= =?us-ascii?q?l9f8rLyUYxCQzIk0iep4L/MzOSzOQNvHGW4ux9XuyhjG4nrht+ojmpxso0hI?= =?us-ascii?q?nJnJwaxU7f+iVi3Yk5P9q4SFR0YdOiDZBetDmaOpN1T84gWW1luSk3xqcEtJ?= =?us-ascii?q?O6ZiQG1ooryhDZZveaaYaH+AjjW/yUITpggXJlf6+wiAiq/Ei7z+38StG00F?= =?us-ascii?q?FXripZitXMtm4C1xjU6sWfSfty5EOh2TeK1w/N8OFEJlo4lbbaK54jxr48jI?= =?us-ascii?q?YcsUPEHi/thkr2ibWZdkM/+uSy7OTneLrmqoedN49ylA7+Lrwjl8+9DOgiMw?= =?us-ascii?q?UDUHKX9Oa92bH540H1XrtHguUzkqbDsZDaIcobprS+Aw9Qyosj9xe/DzWi0N?= =?us-ascii?q?kDk3kHNkxKdwycgIjyJl7COvf4De2wg1i0ijdk2+jGPqH9ApXKNnXDjLDhcq?= =?us-ascii?q?18605f0wczw8pf6IxKBb4aO/L8R1X9tNvCDh82Kwa02froCM1h1oMCXmKCGr?= =?us-ascii?q?SZML3UsVOR/uIvJPOMZJMOuDrkK/gq+eThgmIilF8TZ6mmw4UYZ2ujHvt7OU?= =?us-ascii?q?mZZmDsgtgZG2cQogU+VPDqiEGFUTNLfHayQaQ86igjCIKhF4fDWputjKWb0y?= =?us-ascii?q?e/Gp1bfW5GCkqSHnj2bIqEQOoDZDiVIs97nTwOTaKhRJM51RGyqA/6zKJqLv?= =?us-ascii?q?LT+i0CqZLjz8F56PHUlRE38Dx0Dtid032TQGFuhWMFXDE23LphrkNj0ViDyr?= =?us-ascii?q?V3j+ZfFdxJ6PNDSh06OoLEz+xmF9DyXRrMftWSR1m4Q9WpHTExQ8k/w98UfU?= =?us-ascii?q?lyBc6tjgve0CawBL8VjbOLV9QI9ff+1n65Dct8wHaOgKsrglgtQuNhL2CrrJ?= =?us-ascii?q?VTsQ/JCNiavV+ekvOWkqBU9ynK72qGxGyV9BVEUQx0eYvfUH01XWeQqs72sB?= =?us-ascii?q?CRB4SyAKgqZ1MSgfWJLbFHP5iw1Q1L?= X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2AFAADSWwlc/99MQFdkGgEBAQEBAgE?= =?us-ascii?q?BAQEHAgEBAQGBUQUBAQEBCwGCA2ZwEhQTjBNfiy8BAYIMNQFGiQyNRoF6MIR?= =?us-ascii?q?JAoMUIzQJDQEDAQECAQECAWwcDII2JAGCYgEFOhwjEAsOBgQJJQ8qHgYTgyK?= =?us-ascii?q?CBQunMIQtAQsBhGGBDow2gX+BEYJdNYUBhVsCj32QYgmHBIo3I4Ipjw2Cf4p?= =?us-ascii?q?7jFg4gVVNMAiDJwmKHnWFQD4DMItBAQE?= X-IPAS-Result: =?us-ascii?q?A2AFAADSWwlc/99MQFdkGgEBAQEBAgEBAQEHAgEBAQGBU?= =?us-ascii?q?QUBAQEBCwGCA2ZwEhQTjBNfiy8BAYIMNQFGiQyNRoF6MIRJAoMUIzQJDQEDA?= =?us-ascii?q?QECAQECAWwcDII2JAGCYgEFOhwjEAsOBgQJJQ8qHgYTgyKCBQunMIQtAQsBh?= =?us-ascii?q?GGBDow2gX+BEYJdNYUBhVsCj32QYgmHBIo3I4Ipjw2Cf4p7jFg4gVVNMAiDJ?= =?us-ascii?q?wmKHnWFQD4DMItBAQE?= Received: from 223.76-64-87.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([87.64.76.223]) by relay.skynet.be with ESMTP; 06 Dec 2018 18:31:30 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id wB6HVT2l080426; Thu, 6 Dec 2018 18:31:30 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Thu, 6 Dec 2018 18:31:29 +0100 From: =?UTF-8?B?VMSzbA==?= Coosemans To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, tobik@FreeBSD.org Subject: Re: svn commit: r486769 - head/Mk/Uses Message-ID: <20181206183129.5c38b77f@kalimero.tijl.coosemans.org> In-Reply-To: <201812061707.wB6H7gqM041538@repo.freebsd.org> References: <201812061707.wB6H7gqM041538@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 8B2B576F06 X-Spamd-Result: default: False [-1.24 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.77)[-0.769,0]; NEURAL_HAM_SHORT(-0.84)[-0.837,0]; NEURAL_SPAM_LONG(0.37)[0.370,0]; ASN(0.00)[asn:5432, ipnet:195.238.0.0/19, country:BE] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 17:32:42 -0000 On Thu, 6 Dec 2018 17:07:42 +0000 (UTC) Jan Beich wrote: > Author: jbeich > Date: Thu Dec 6 17:07:42 2018 > New Revision: 486769 > URL: https://svnweb.freebsd.org/changeset/ports/486769 > > Log: > USES=cargo to convert LDFLAGS into RUSTFLAGS > > Approved by: rust (tobik) > Differential Revision: https://reviews.freebsd.org/D18039 > > Modified: > head/Mk/Uses/cargo.mk (contents, props changed) > > Modified: head/Mk/Uses/cargo.mk > ============================================================================== > --- head/Mk/Uses/cargo.mk Thu Dec 6 16:51:51 2018 (r486768) > +++ head/Mk/Uses/cargo.mk Thu Dec 6 17:07:42 2018 (r486769) > @@ -62,15 +62,13 @@ CARGO_TARGET_DIR?= ${WRKDIR}/target > # - RUSTC: path of rustc binary (default to lang/rust) > # - RUSTDOC: path of rustdoc binary (default to lang/rust) > # - RUSTFLAGS: custom flags to pass to all compiler invocations that Cargo performs > -# > -# XXX LDFLAGS => -C link-arg=$1 (via RUSTFLAGS) > CARGO_ENV+= \ > CARGO_HOME=${WRKDIR}/cargo-home \ > CARGO_BUILD_JOBS=${MAKE_JOBS_NUMBER} \ > CARGO_TARGET_DIR=${CARGO_TARGET_DIR} \ > RUSTC=${LOCALBASE}/bin/rustc \ > RUSTDOC=${LOCALBASE}/bin/rustdoc \ > - RUSTFLAGS="${RUSTFLAGS}" > + RUSTFLAGS="${RUSTFLAGS} ${LDFLAGS:S/^/-C link-arg=/}" Can you also add -C linker="${CC}"? It's always using cc at the moment. From owner-svn-ports-all@freebsd.org Thu Dec 6 17:50:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A59FE130D0DF; Thu, 6 Dec 2018 17:50:56 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B59A77761; Thu, 6 Dec 2018 17:50:56 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CBCD26FDA; Thu, 6 Dec 2018 17:50:56 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6HouZD066152; Thu, 6 Dec 2018 17:50:56 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6HotHJ066148; Thu, 6 Dec 2018 17:50:55 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201812061750.wB6HotHJ066148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Thu, 6 Dec 2018 17:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486772 - in head/www/miniflux: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/www/miniflux: . files X-SVN-Commit-Revision: 486772 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4B59A77761 X-Spamd-Result: default: False [-1.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_SHORT(-0.84)[-0.840,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 17:50:56 -0000 Author: krion Date: Thu Dec 6 17:50:54 2018 New Revision: 486772 URL: https://svnweb.freebsd.org/changeset/ports/486772 Log: Update to 2.0.13 PR: 233728 Submitted by: Frédéric Guillot Modified: head/www/miniflux/Makefile head/www/miniflux/distinfo head/www/miniflux/files/miniflux.env.sample head/www/miniflux/pkg-descr head/www/miniflux/pkg-plist Modified: head/www/miniflux/Makefile ============================================================================== --- head/www/miniflux/Makefile Thu Dec 6 17:18:45 2018 (r486771) +++ head/www/miniflux/Makefile Thu Dec 6 17:50:54 2018 (r486772) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= miniflux -DISTVERSION= 2.0.10 +DISTVERSION= 2.0.13 CATEGORIES= www MAINTAINER= krion@FreeBSD.org @@ -12,28 +12,35 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss +USES= go pgsql + USERS= miniflux GROUPS= miniflux -USES= go pgsql WANT_PGSQL= client - USE_RC_SUBR= miniflux USE_GITHUB= yes GH_ACCOUNT= miniflux -GO_PKGNAME= github.com/miniflux/${PORTNAME} +GO_PKGNAME= miniflux.app +GO_TARGET= ${GO_PKGNAME} +GO_BUILDFLAGS= -ldflags="-X miniflux.app/version.Version=${DISTVERSION} \ + -X miniflux.app/version.BuildDate=$$(date +'%Y-%m-%dT%H:%M:%SZ')" -OPTIONS_DEFINE= PGSQL_SERVER +OPTIONS_DEFINE= PGSQL_SERVER OPTIONS_DEFAULT= PGSQL_SERVER_DESC= Install the PostgreSQL Server Component PGSQL_SERVER_VARS= WANT_PGSQL=server .include +do-install: + ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/miniflux.app ${STAGEDIR}${PREFIX}/bin/miniflux + ${INSTALL_MAN} ${WRKSRC}/miniflux.1 ${STAGEDIR}${PREFIX}/man/man1/ + post-install: - ${INSTALL_DATA} ${FILESDIR}/miniflux.env.sample \ - ${STAGEDIR}${PREFIX}/etc + ${INSTALL_DATA} ${FILESDIR}/miniflux.env.sample \ + ${STAGEDIR}${PREFIX}/etc .include Modified: head/www/miniflux/distinfo ============================================================================== --- head/www/miniflux/distinfo Thu Dec 6 17:18:45 2018 (r486771) +++ head/www/miniflux/distinfo Thu Dec 6 17:50:54 2018 (r486772) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532528762 -SHA256 (miniflux-miniflux-2.0.10_GH0.tar.gz) = 9169c22fc71f6c9d0f310654f1bd2c74ba0a53414afacb23b7e017c80a81f4ea -SIZE (miniflux-miniflux-2.0.10_GH0.tar.gz) = 12964698 +TIMESTAMP = 1543732130 +SHA256 (miniflux-miniflux-2.0.13_GH0.tar.gz) = c0213cdc2d6dbdb5cc8fd68a94fe8dd5d699b49faf6c77ad189376117e4e1ceb +SIZE (miniflux-miniflux-2.0.13_GH0.tar.gz) = 6649748 Modified: head/www/miniflux/files/miniflux.env.sample ============================================================================== --- head/www/miniflux/files/miniflux.env.sample Thu Dec 6 17:18:45 2018 (r486771) +++ head/www/miniflux/files/miniflux.env.sample Thu Dec 6 17:50:54 2018 (r486772) @@ -1,3 +1,3 @@ -# See https://docs.miniflux.net/en/latest/configuration.html +# See https://docs.miniflux.app/en/latest/configuration.html LISTEN_ADDR=0.0.0.0:8080 Modified: head/www/miniflux/pkg-descr ============================================================================== --- head/www/miniflux/pkg-descr Thu Dec 6 17:18:45 2018 (r486771) +++ head/www/miniflux/pkg-descr Thu Dec 6 17:50:54 2018 (r486772) @@ -1,3 +1,3 @@ Miniflux is a minimalist and opinionated feed reader written in Go. -WWW: https://miniflux.net/ +WWW: https://miniflux.app/ Modified: head/www/miniflux/pkg-plist ============================================================================== --- head/www/miniflux/pkg-plist Thu Dec 6 17:18:45 2018 (r486771) +++ head/www/miniflux/pkg-plist Thu Dec 6 17:50:54 2018 (r486772) @@ -1,2 +1,3 @@ bin/miniflux +man/man1/miniflux.1.gz @sample etc/miniflux.env.sample From owner-svn-ports-all@freebsd.org Thu Dec 6 17:56:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C453130D2D7; Thu, 6 Dec 2018 17:56:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3DEA77B21; Thu, 6 Dec 2018 17:56:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4D9B27178; Thu, 6 Dec 2018 17:56:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6Hu0AC068727; Thu, 6 Dec 2018 17:56:00 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6Hu0Lx068725; Thu, 6 Dec 2018 17:56:00 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201812061756.wB6Hu0Lx068725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Thu, 6 Dec 2018 17:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486773 - in head/devel/gdb: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: in head/devel/gdb: . files X-SVN-Commit-Revision: 486773 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C3DEA77B21 X-Spamd-Result: default: False [-1.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.84)[-0.840,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 17:56:01 -0000 Author: jhb (src,doc committer) Date: Thu Dec 6 17:55:59 2018 New Revision: 486773 URL: https://svnweb.freebsd.org/changeset/ports/486773 Log: Speed up devel/gdb startup on FreeBSD On non-Linux systems that do not have fdwalk(), gdb currently iterates over all possible file descriptors when checking for open files. Merge an upstream patch that fixes this by adding a FreeBSD implementation using kinfo_getfile(). Submitted by: Brandon Bergren (initial patch) Reviewed by: pizzamig (maintainer) Differential Revision: https://reviews.freebsd.org/D17426 Added: head/devel/gdb/files/commit-93579f6f90 (contents, props changed) Modified: head/devel/gdb/Makefile Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Thu Dec 6 17:50:54 2018 (r486772) +++ head/devel/gdb/Makefile Thu Dec 6 17:55:59 2018 (r486773) @@ -3,6 +3,7 @@ PORTNAME= gdb PORTVERSION= 8.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -38,7 +39,8 @@ CFLAGS+= -DRL_NO_COMPAT -Wno-unused-function -Wno-unus CFLAGS+= -Wno-unknown-warning-option EXCLUDE= dejagnu expect sim texinfo intl EXTRACT_AFTER_ARGS= ${EXCLUDE:S/^/--exclude /} -EXTRA_PATCHES= ${FILESDIR}/commit-8aa0243d54 +EXTRA_PATCHES= ${FILESDIR}/commit-8aa0243d54 \ + ${FILESDIR}/commit-93579f6f90 LIB_DEPENDS+= libexpat.so:textproc/expat2 VER= ${PORTVERSION:S/.//g} Added: head/devel/gdb/files/commit-93579f6f90 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb/files/commit-93579f6f90 Thu Dec 6 17:55:59 2018 (r486773) @@ -0,0 +1,57 @@ +commit 93579f6f908fa6010b141fd5da2974d878869c80 +Author: John Baldwin +Date: Fri Nov 30 15:14:18 2018 -0800 + + Use kinfo_getfile to implement fdwalk on FreeBSD. + + kinfo_getfile() requires a couple of system calls to fetch the list of + open file descriptors. This can be much cheaper than invoking fstat + on all of the values from 0 to the open file resource limit maximum. + + gdb/ChangeLog: + + * common/filestuff.c [HAVE_KINFO_GETFILE]: Include headers. + (fdwalk) [HAVE_KINFO_GETFILE]: Use kinfo_getfile. + +diff --git gdb/common/filestuff.c gdb/common/filestuff.c +index 0db5c6936b..f4d5e38f07 100644 +--- gdb/common/filestuff.c ++++ gdb/common/filestuff.c +@@ -36,6 +36,11 @@ + #define HAVE_SOCKETS 1 + #endif + ++#ifdef HAVE_KINFO_GETFILE ++#include ++#include ++#endif ++ + #ifdef HAVE_SYS_RESOURCE_H + #include + #endif /* HAVE_SYS_RESOURCE_H */ +@@ -108,6 +113,25 @@ fdwalk (int (*func) (void *, int), void *arg) + } + /* We may fall through to the next case. */ + #endif ++#ifdef HAVE_KINFO_GETFILE ++ int nfd; ++ gdb::unique_xmalloc_ptr fdtbl ++ (kinfo_getfile (getpid (), &nfd)); ++ if (fdtbl != NULL) ++ { ++ for (int i = 0; i < nfd; i++) ++ { ++ if (fdtbl[i].kf_fd >= 0) ++ { ++ int result = func (arg, fdtbl[i].kf_fd); ++ if (result != 0) ++ return result; ++ } ++ } ++ return 0; ++ } ++ /* We may fall through to the next case. */ ++#endif + + { + int max, fd; From owner-svn-ports-all@freebsd.org Thu Dec 6 17:58:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B9CE130D35A; Thu, 6 Dec 2018 17:58:34 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3971477C63; Thu, 6 Dec 2018 17:58:34 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A6C327184; Thu, 6 Dec 2018 17:58:34 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6HwXTv068947; Thu, 6 Dec 2018 17:58:33 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6HwXgR068945; Thu, 6 Dec 2018 17:58:33 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201812061758.wB6HwXgR068945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Thu, 6 Dec 2018 17:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486774 - head/lang/sbcl X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/lang/sbcl X-SVN-Commit-Revision: 486774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3971477C63 X-Spamd-Result: default: False [-1.79 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.84)[-0.844,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 17:58:34 -0000 Author: krion Date: Thu Dec 6 17:58:33 2018 New Revision: 486774 URL: https://svnweb.freebsd.org/changeset/ports/486774 Log: Update to 1.4.14 Modified: head/lang/sbcl/Makefile head/lang/sbcl/distinfo Modified: head/lang/sbcl/Makefile ============================================================================== --- head/lang/sbcl/Makefile Thu Dec 6 17:55:59 2018 (r486773) +++ head/lang/sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) @@ -7,7 +7,7 @@ # [1] x11-wm/stumpwm PORTNAME= sbcl -DISTVERSION= 1.4.13 +DISTVERSION= 1.4.14 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= lang lisp Modified: head/lang/sbcl/distinfo ============================================================================== --- head/lang/sbcl/distinfo Thu Dec 6 17:55:59 2018 (r486773) +++ head/lang/sbcl/distinfo Thu Dec 6 17:58:33 2018 (r486774) @@ -1,8 +1,8 @@ -TIMESTAMP = 1541185784 -SHA256 (sbcl-1.4.13-source.tar.bz2) = 75bfef4e2eba160cf0242b6adcd1380d2c525becc8512ce999f49881beb51988 -SIZE (sbcl-1.4.13-source.tar.bz2) = 6172361 -SHA256 (sbcl-1.4.13-documentation-html.tar.bz2) = 6c32b6f0097f30d4eea22528c965de80d764175dd91d496ed1803d53706a1234 -SIZE (sbcl-1.4.13-documentation-html.tar.bz2) = 228271 +TIMESTAMP = 1544118704 +SHA256 (sbcl-1.4.14-source.tar.bz2) = 4df26ed44d45580ceecbf9e1a6e9e4095de73c7699c6b945bbe8cc8710301c2c +SIZE (sbcl-1.4.14-source.tar.bz2) = 6187821 +SHA256 (sbcl-1.4.14-documentation-html.tar.bz2) = 7d4712b9d2305812830215a02cbc99ae02f0107bf1a13548ffab2e9b2132a9d4 +SIZE (sbcl-1.4.14-documentation-html.tar.bz2) = 228319 SHA256 (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = c61f5e777e56921d2452d0fa6b71024ccd9b99bc659676498d398b8663176492 SIZE (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = 10463348 SHA256 (sbcl-1.2.7-x86-freebsd-binary.tar.bz2) = cf68bfab780a14964d9593f5b47fa3e174cf43e95ae3e558712d218f1c37bdbe From owner-svn-ports-all@freebsd.org Thu Dec 6 18:03:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44CF6130D6F3; Thu, 6 Dec 2018 18:03:52 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF6D7782DD; Thu, 6 Dec 2018 18:03:51 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC40427339; Thu, 6 Dec 2018 18:03:51 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6I3pu8074559; Thu, 6 Dec 2018 18:03:51 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6I3nF4074546; Thu, 6 Dec 2018 18:03:49 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201812061803.wB6I3nF4074546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Thu, 6 Dec 2018 18:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486775 - in head: converters/cl-babel-sbcl devel/cl-alexandria-sbcl devel/cl-infix-sbcl devel/cl-port-sbcl devel/cl-split-sequence-sbcl devel/cl-trivial-features-sbcl devel/cl-trivial-... X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head: converters/cl-babel-sbcl devel/cl-alexandria-sbcl devel/cl-infix-sbcl devel/cl-port-sbcl devel/cl-split-sequence-sbcl devel/cl-trivial-features-sbcl devel/cl-trivial-gray-streams-sbcl securit... X-SVN-Commit-Revision: 486775 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DF6D7782DD X-Spamd-Result: default: False [-1.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_SHORT(-0.84)[-0.840,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 18:03:52 -0000 Author: krion Date: Thu Dec 6 18:03:48 2018 New Revision: 486775 URL: https://svnweb.freebsd.org/changeset/ports/486775 Log: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. Modified: head/converters/cl-babel-sbcl/Makefile head/devel/cl-alexandria-sbcl/Makefile head/devel/cl-infix-sbcl/Makefile head/devel/cl-port-sbcl/Makefile head/devel/cl-split-sequence-sbcl/Makefile head/devel/cl-trivial-features-sbcl/Makefile head/devel/cl-trivial-gray-streams-sbcl/Makefile head/security/cl-md5-sbcl/Makefile head/textproc/cl-meta-sbcl/Makefile head/textproc/cl-ppcre-sbcl/Makefile head/www/cl-lml-sbcl/Makefile head/x11-wm/stumpwm/Makefile head/x11/cl-clx-sbcl/Makefile Modified: head/converters/cl-babel-sbcl/Makefile ============================================================================== --- head/converters/cl-babel-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/converters/cl-babel-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -2,7 +2,7 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-alexandria-sbcl/Makefile ============================================================================== --- head/devel/cl-alexandria-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/devel/cl-alexandria-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -2,7 +2,7 @@ PORTNAME= alexandria PORTVERSION= 2010.01.16 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-infix-sbcl/Makefile ============================================================================== --- head/devel/cl-infix-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/devel/cl-infix-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -3,7 +3,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-port-sbcl/Makefile ============================================================================== --- head/devel/cl-port-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/devel/cl-port-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -3,7 +3,7 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-split-sequence-sbcl/Makefile ============================================================================== --- head/devel/cl-split-sequence-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/devel/cl-split-sequence-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -3,7 +3,7 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-trivial-features-sbcl/Makefile ============================================================================== --- head/devel/cl-trivial-features-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/devel/cl-trivial-features-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -2,7 +2,7 @@ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-trivial-gray-streams-sbcl/Makefile ============================================================================== --- head/devel/cl-trivial-gray-streams-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/devel/cl-trivial-gray-streams-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -2,7 +2,7 @@ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/security/cl-md5-sbcl/Makefile ============================================================================== --- head/security/cl-md5-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/security/cl-md5-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -2,7 +2,7 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/textproc/cl-meta-sbcl/Makefile ============================================================================== --- head/textproc/cl-meta-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/textproc/cl-meta-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -3,7 +3,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 30 +PORTREVISION= 31 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- Modified: head/textproc/cl-ppcre-sbcl/Makefile ============================================================================== --- head/textproc/cl-ppcre-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/textproc/cl-ppcre-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -3,7 +3,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= textproc lisp DISTFILES= # none Modified: head/www/cl-lml-sbcl/Makefile ============================================================================== --- head/www/cl-lml-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/www/cl-lml-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -3,7 +3,7 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/x11-wm/stumpwm/Makefile ============================================================================== --- head/x11-wm/stumpwm/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/x11-wm/stumpwm/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -3,7 +3,7 @@ PORTNAME= stumpwm DISTVERSION= 18.05 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org Modified: head/x11/cl-clx-sbcl/Makefile ============================================================================== --- head/x11/cl-clx-sbcl/Makefile Thu Dec 6 17:58:33 2018 (r486774) +++ head/x11/cl-clx-sbcl/Makefile Thu Dec 6 18:03:48 2018 (r486775) @@ -2,7 +2,7 @@ PORTNAME= clx DISTVERSION= 0.7.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl From owner-svn-ports-all@freebsd.org Thu Dec 6 19:30:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53FE013101C2; Thu, 6 Dec 2018 19:30:20 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1E647C2BB; Thu, 6 Dec 2018 19:30:19 +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 BD3AE148; Thu, 6 Dec 2018 19:30:19 +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 wB6JUJUf015665; Thu, 6 Dec 2018 19:30:19 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6JUJhD015664; Thu, 6 Dec 2018 19:30:19 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812061930.wB6JUJhD015664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 6 Dec 2018 19:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486776 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 486776 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E1E647C2BB X-Spamd-Result: default: False [-1.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 19:30:20 -0000 Author: mfechner Date: Thu Dec 6 19:30:18 2018 New Revision: 486776 URL: https://svnweb.freebsd.org/changeset/ports/486776 Log: Document security vulnerability for gitlab-ce < 11.5.3. Approved by: mentors (implicit) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 6 18:03:48 2018 (r486775) +++ head/security/vuxml/vuln.xml Thu Dec 6 19:30:18 2018 (r486776) @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Gitlab -- Multiple vulnerabilities + + + gitlab-ce + 11.5.011.5.3 + 11.4.011.4.10 + 8.11.011.3.12 + + + + +

Gitlab reports:

+
+

Directory Traversal in Templates API

+
+ +
+ + https://about.gitlab.com/2018/12/06/critical-security-release-gitlab-11-dot-5-dot-3-released/ + CVE-2018-19856 + + + 2018-12-06 + 2018-12-06 + +
+ Flash Player -- multiple vulnerabilities From owner-svn-ports-all@freebsd.org Thu Dec 6 20:01:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FC8A1311226; Thu, 6 Dec 2018 20:01:22 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9D177D750; Thu, 6 Dec 2018 20:01:21 +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 70D5C6A9; Thu, 6 Dec 2018 20:01:21 +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 wB6K1LRT034972; Thu, 6 Dec 2018 20:01:21 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6K1Krf034970; Thu, 6 Dec 2018 20:01:20 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812062001.wB6K1Krf034970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 6 Dec 2018 20:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486777 - head/www/gitlab-ce X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab-ce X-SVN-Commit-Revision: 486777 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A9D177D750 X-Spamd-Result: default: False [-1.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:01:22 -0000 Author: mfechner Date: Thu Dec 6 20:01:20 2018 New Revision: 486777 URL: https://svnweb.freebsd.org/changeset/ports/486777 Log: Security update to 11.5.3. https://about.gitlab.com/2018/12/06/critical-security-release-gitlab-11-dot-5-dot-3-released/ Approved by: mentors (implicit) MFH: 2018Q4 Security: 9d3428d4-f98c-11e8-a148-001b217b3468 Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/distinfo head/www/gitlab-ce/pkg-plist Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Thu Dec 6 19:30:18 2018 (r486776) +++ head/www/gitlab-ce/Makefile Thu Dec 6 20:01:20 2018 (r486777) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.5.2 +PORTVERSION= 11.5.3 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -215,7 +215,7 @@ USE_RC_SUBR= gitlab USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags -GL_COMMIT= 900cbabc54fced54fdf0415cc64c98dcc082bbac +GL_COMMIT= aa117376d89f0146cc7c573ec9091ada6041b417 USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Thu Dec 6 19:30:18 2018 (r486776) +++ head/www/gitlab-ce/distinfo Thu Dec 6 20:01:20 2018 (r486777) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544029391 -SHA256 (gitlab-org-gitlab-ce-900cbabc54fced54fdf0415cc64c98dcc082bbac_GL0.tar.gz) = 64f1632d1c453bdd47fe356fba7ccc2ca6e49d1f9a6f7473c32e35ab24b41935 -SIZE (gitlab-org-gitlab-ce-900cbabc54fced54fdf0415cc64c98dcc082bbac_GL0.tar.gz) = 50980968 +TIMESTAMP = 1544124680 +SHA256 (gitlab-org-gitlab-ce-aa117376d89f0146cc7c573ec9091ada6041b417_GL0.tar.gz) = 5fb79cd6b05aeb497f9c7fb9e76d00f009fa1fe21bdefe10b83bbe2d5171ccd8 +SIZE (gitlab-org-gitlab-ce-aa117376d89f0146cc7c573ec9091ada6041b417_GL0.tar.gz) = 50977775 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Thu Dec 6 19:30:18 2018 (r486776) +++ head/www/gitlab-ce/pkg-plist Thu Dec 6 20:01:20 2018 (r486777) @@ -13419,6 +13419,7 @@ %%WWWDIR%%/spec/lib/gitlab/string_range_marker_spec.rb %%WWWDIR%%/spec/lib/gitlab/string_regex_marker_spec.rb %%WWWDIR%%/spec/lib/gitlab/tcp_checker_spec.rb +%%WWWDIR%%/spec/lib/gitlab/template/finders/global_template_finder_spec.rb %%WWWDIR%%/spec/lib/gitlab/template/finders/repo_template_finders_spec.rb %%WWWDIR%%/spec/lib/gitlab/template/gitignore_template_spec.rb %%WWWDIR%%/spec/lib/gitlab/template/gitlab_ci_yml_template_spec.rb From owner-svn-ports-all@freebsd.org Thu Dec 6 20:11:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DEF71311728; Thu, 6 Dec 2018 20:11:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6B347E079; Thu, 6 Dec 2018 20:11:16 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C799D899; Thu, 6 Dec 2018 20:11:16 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KBG13037286; Thu, 6 Dec 2018 20:11:16 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KBGCA037283; Thu, 6 Dec 2018 20:11:16 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201812062011.wB6KBGCA037283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 6 Dec 2018 20:11:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486778 - in head/net/hostapd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/net/hostapd: . files X-SVN-Commit-Revision: 486778 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E6B347E079 X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:11:17 -0000 Author: cy Date: Thu Dec 6 20:11:15 2018 New Revision: 486778 URL: https://svnweb.freebsd.org/changeset/ports/486778 Log: Update 2.6 --> 2.7 Added: head/net/hostapd/files/patch-src_common_dhcp.h (contents, props changed) Deleted: head/net/hostapd/files/patch-crypto__openssl.c head/net/hostapd/files/patch-src_crypto_tls__openssl.c Modified: head/net/hostapd/Makefile (contents, props changed) head/net/hostapd/distinfo (contents, props changed) Modified: head/net/hostapd/Makefile ============================================================================== --- head/net/hostapd/Makefile Thu Dec 6 20:01:20 2018 (r486777) +++ head/net/hostapd/Makefile Thu Dec 6 20:11:15 2018 (r486778) @@ -2,23 +2,11 @@ # $FreeBSD$ PORTNAME= hostapd -PORTVERSION= 2.6 -PORTREVISION= 2 +PORTVERSION= 2.7 CATEGORIES= net MASTER_SITES= https://w1.fi/releases/ -PATCH_SITES= https://w1.fi/security/2017-1/:2017_1 \ - https://w1.fi/security/2018-1/:2018_1 - -PATCHFILES= rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch:2017_1 \ - rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch:2017_1 \ - rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch:2017_1 \ - rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch:2017_1 \ - rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch:2017_1 \ - rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch:2017_1 \ - rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch:2017_1 \ - rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch:2018_1 -PATCH_DIST_STRIP= -p1 +PATCH_SITES= https://w1.fi/security/2018-1/:2018_1 MAINTAINER= cy@FreeBSD.org COMMENT= IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator Modified: head/net/hostapd/distinfo ============================================================================== --- head/net/hostapd/distinfo Thu Dec 6 20:01:20 2018 (r486777) +++ head/net/hostapd/distinfo Thu Dec 6 20:11:15 2018 (r486778) @@ -1,19 +1,3 @@ -TIMESTAMP = 1534471067 -SHA256 (hostapd-2.6.tar.gz) = 01526b90c1d23bec4b0f052039cc4456c2fd19347b4d830d1d58a0a6aea7117d -SIZE (hostapd-2.6.tar.gz) = 1822341 -SHA256 (rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch) = 529113cc81256c6178f3c1cf25dd8d3f33e6d770e4a180bd31c6ab7e4917f40b -SIZE (rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch) = 6218 -SHA256 (rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch) = d86d47ab74170f3648b45b91bce780949ca92b09ab43df065178850ec0c335d7 -SIZE (rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch) = 7883 -SHA256 (rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch) = d4535e36739a0cc7f3585e6bcba3c0bb8fc67cb3e729844e448c5dc751f47e81 -SIZE (rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch) = 6861 -SHA256 (rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch) = 793a54748161b5af430dd9de4a1988d19cb8e85ab29bc2340f886b0297cee20b -SIZE (rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch) = 2566 -SHA256 (rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch) = 147c8abe07606905d16404fb2d2c8849796ca7c85ed8673c09bb50038bcdeb9e -SIZE (rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch) = 1949 -SHA256 (rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch) = 596d4d3b63ea859ed7ea9791b3a21cb11b6173b04c0a14a2afa47edf1666afa6 -SIZE (rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch) = 4309 -SHA256 (rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch) = c8840d857b9432f3b488113c85c1ff5d4a4b8d81078b7033388dae1e990843b1 -SIZE (rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch) = 2750 -SHA256 (rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch) = 960c3cf2a514479b0b4cf09665186a1a9f5d28e8b05dec23db75c6cc13eb1f7c -SIZE (rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch) = 1999 +TIMESTAMP = 1544073078 +SHA256 (hostapd-2.7.tar.gz) = 21b0dda3cc3abe75849437f6b9746da461f88f0ea49dd621216936f87440a141 +SIZE (hostapd-2.7.tar.gz) = 2101166 Added: head/net/hostapd/files/patch-src_common_dhcp.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/hostapd/files/patch-src_common_dhcp.h Thu Dec 6 20:11:15 2018 (r486778) @@ -0,0 +1,25 @@ +--- src/common/dhcp.h.orig 2018-12-02 11:34:59.000000000 -0800 ++++ src/common/dhcp.h 2018-12-06 00:01:11.429254000 -0800 +@@ -9,6 +9,22 @@ + #ifndef DHCP_H + #define DHCP_H + ++/* ++ * Translate Linux to FreeBSD ++ */ ++#define iphdr ip ++#define ihl ip_hl ++#define verson ip_v ++#define tos ip_tos ++#define tot_len ip_len ++#define id ip_id ++#define frag_off ip_off ++#define ttl ip_ttl ++#define protocol ip_p ++#define check ip_sum ++#define saddr ip_src ++#define daddr ip_dst ++ + #include + #if __FAVOR_BSD + #include From owner-svn-ports-all@freebsd.org Thu Dec 6 20:11:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA45D1311754; Thu, 6 Dec 2018 20:11:22 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B1E67E0B3; Thu, 6 Dec 2018 20:11:22 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22DD689E; Thu, 6 Dec 2018 20:11:22 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KBMK4037463; Thu, 6 Dec 2018 20:11:22 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KBL3k037460; Thu, 6 Dec 2018 20:11:21 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201812062011.wB6KBL3k037460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 6 Dec 2018 20:11:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486779 - in head/security/wpa_supplicant: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/security/wpa_supplicant: . files X-SVN-Commit-Revision: 486779 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8B1E67E0B3 X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:11:23 -0000 Author: cy Date: Thu Dec 6 20:11:21 2018 New Revision: 486779 URL: https://svnweb.freebsd.org/changeset/ports/486779 Log: Update 2.6 --> 2.7 Added: head/security/wpa_supplicant/files/patch-src_l2__packet_l2__packet__freebsd.c (contents, props changed) Deleted: head/security/wpa_supplicant/files/patch-src-l2_packet-l2_packet_freebsd.c head/security/wpa_supplicant/files/patch-src_crypto_crypto__openssl.c head/security/wpa_supplicant/files/patch-src_crypto_tls__openssl.c Modified: head/security/wpa_supplicant/Makefile (contents, props changed) head/security/wpa_supplicant/distinfo (contents, props changed) Modified: head/security/wpa_supplicant/Makefile ============================================================================== --- head/security/wpa_supplicant/Makefile Thu Dec 6 20:11:15 2018 (r486778) +++ head/security/wpa_supplicant/Makefile Thu Dec 6 20:11:21 2018 (r486779) @@ -1,24 +1,11 @@ # $FreeBSD$ PORTNAME= wpa_supplicant -PORTVERSION= 2.6 -PORTREVISION= 3 +PORTVERSION= 2.7 CATEGORIES= security net MASTER_SITES= https://w1.fi/releases/ -PATCH_SITES= https://w1.fi/security/2017-1/:2017_1 \ - https://w1.fi/security/2018-1/:2018_1 - -PATCHFILES= rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch:2017_1 \ - rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch:2017_1 \ - rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch:2017_1 \ - rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch:2017_1 \ - rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch:2017_1 \ - rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch:2017_1 \ - rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch:2017_1 \ - rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch:2017_1 \ - rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch:2018_1 -PATCH_DIST_STRIP= -p1 +PATCH_SITES= https://w1.fi/security/2018-1/:2018_1 MAINTAINER= cy@FreeBSD.org COMMENT= Supplicant (client) for WPA/802.1x protocols Modified: head/security/wpa_supplicant/distinfo ============================================================================== --- head/security/wpa_supplicant/distinfo Thu Dec 6 20:11:15 2018 (r486778) +++ head/security/wpa_supplicant/distinfo Thu Dec 6 20:11:21 2018 (r486779) @@ -1,21 +1,3 @@ -TIMESTAMP = 1533786430 -SHA256 (wpa_supplicant-2.6.tar.gz) = b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450 -SIZE (wpa_supplicant-2.6.tar.gz) = 2753524 -SHA256 (rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch) = 529113cc81256c6178f3c1cf25dd8d3f33e6d770e4a180bd31c6ab7e4917f40b -SIZE (rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch) = 6218 -SHA256 (rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch) = d86d47ab74170f3648b45b91bce780949ca92b09ab43df065178850ec0c335d7 -SIZE (rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch) = 7883 -SHA256 (rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch) = d4535e36739a0cc7f3585e6bcba3c0bb8fc67cb3e729844e448c5dc751f47e81 -SIZE (rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch) = 6861 -SHA256 (rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch) = 793a54748161b5af430dd9de4a1988d19cb8e85ab29bc2340f886b0297cee20b -SIZE (rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch) = 2566 -SHA256 (rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch) = 147c8abe07606905d16404fb2d2c8849796ca7c85ed8673c09bb50038bcdeb9e -SIZE (rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch) = 1949 -SHA256 (rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch) = 596d4d3b63ea859ed7ea9791b3a21cb11b6173b04c0a14a2afa47edf1666afa6 -SIZE (rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch) = 4309 -SHA256 (rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch) = c5a17af84aec2d88c56ce0da2d6945be398fe7cab5c0c340deb30973900c2736 -SIZE (rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch) = 1649 -SHA256 (rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch) = c8840d857b9432f3b488113c85c1ff5d4a4b8d81078b7033388dae1e990843b1 -SIZE (rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch) = 2750 -SHA256 (rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch) = 960c3cf2a514479b0b4cf09665186a1a9f5d28e8b05dec23db75c6cc13eb1f7c -SIZE (rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch) = 1999 +TIMESTAMP = 1544072988 +SHA256 (wpa_supplicant-2.7.tar.gz) = 76ea6b06b7a2ea8e6d9eb1a9166166f1656e6d48c7508914f592100c95c73074 +SIZE (wpa_supplicant-2.7.tar.gz) = 3093713 Added: head/security/wpa_supplicant/files/patch-src_l2__packet_l2__packet__freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/wpa_supplicant/files/patch-src_l2__packet_l2__packet__freebsd.c Thu Dec 6 20:11:21 2018 (r486779) @@ -0,0 +1,12 @@ +--- src/l2_packet/l2_packet_freebsd.c.orig 2018-12-02 11:34:59.000000000 -0800 ++++ src/l2_packet/l2_packet_freebsd.c 2018-12-05 23:18:27.612433000 -0800 +@@ -8,7 +8,8 @@ + */ + + #include "includes.h" +-#if defined(__APPLE__) || defined(__GLIBC__) ++#include ++#if defined(__APPLE__) || defined(__GLIBC__) || defined(__FreeBSD_version) + #include + #endif /* __APPLE__ */ + #include From owner-svn-ports-all@freebsd.org Thu Dec 6 20:30:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3B921312179; Thu, 6 Dec 2018 20:30:35 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65FFC7F15F; Thu, 6 Dec 2018 20:30:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 488E0BB5; Thu, 6 Dec 2018 20:30:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KUZsH047088; Thu, 6 Dec 2018 20:30:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KUYhb047085; Thu, 6 Dec 2018 20:30:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062030.wB6KUYhb047085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:30:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486780 - in head/devel: . py-vulture X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-vulture X-SVN-Commit-Revision: 486780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 65FFC7F15F X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:30:36 -0000 Author: sunpoet Date: Thu Dec 6 20:30:34 2018 New Revision: 486780 URL: https://svnweb.freebsd.org/changeset/ports/486780 Log: Add py-vulture 1.0 Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code analyzers like Vulture are likely to miss some dead code. Also, code that is only called implicitly may be reported as unused. Nonetheless, Vulture can be a very helpful tool for higher code quality. Features: - fast: uses static code analysis - tested: tests itself and has complete test coverage - complements pyflakes and has the same output syntax - sorts unused classes and functions by size with --sort-by-size - supports Python 2.7 and Python >= 3.4 WWW: https://github.com/jendrikseipp/vulture Added: head/devel/py-vulture/ head/devel/py-vulture/Makefile (contents, props changed) head/devel/py-vulture/distinfo (contents, props changed) head/devel/py-vulture/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 6 20:11:21 2018 (r486779) +++ head/devel/Makefile Thu Dec 6 20:30:34 2018 (r486780) @@ -5226,6 +5226,7 @@ SUBDIR += py-virtualenvwrapper SUBDIR += py-visitor SUBDIR += py-voluptuous + SUBDIR += py-vulture SUBDIR += py-warlock SUBDIR += py-watchdog SUBDIR += py-wcwidth Added: head/devel/py-vulture/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-vulture/Makefile Thu Dec 6 20:30:34 2018 (r486780) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= vulture +PORTVERSION= 1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Find dead code in Python programs + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-vulture/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-vulture/distinfo Thu Dec 6 20:30:34 2018 (r486780) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544124100 +SHA256 (vulture-1.0.tar.gz) = 4b5a8980c338e9c068d43e7164555a1e4c9c7d84961ce2bc6f3ed975f6e5bc9d +SIZE (vulture-1.0.tar.gz) = 31690 Added: head/devel/py-vulture/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-vulture/pkg-descr Thu Dec 6 20:30:34 2018 (r486780) @@ -0,0 +1,17 @@ +Vulture finds unused code in Python programs. This is useful for cleaning up and +finding errors in large code bases. If you run Vulture on both your library and +test suite you can find untested code. + +Due to Python's dynamic nature, static code analyzers like Vulture are likely to +miss some dead code. Also, code that is only called implicitly may be reported +as unused. Nonetheless, Vulture can be a very helpful tool for higher code +quality. + +Features: +- fast: uses static code analysis +- tested: tests itself and has complete test coverage +- complements pyflakes and has the same output syntax +- sorts unused classes and functions by size with --sort-by-size +- supports Python 2.7 and Python >= 3.4 + +WWW: https://github.com/jendrikseipp/vulture From owner-svn-ports-all@freebsd.org Thu Dec 6 20:30:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4714D13121BD; Thu, 6 Dec 2018 20:30:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8D1E7F232; Thu, 6 Dec 2018 20:30: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 00AF9BC3; Thu, 6 Dec 2018 20:30:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KUhCE047256; Thu, 6 Dec 2018 20:30:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KUhch047253; Thu, 6 Dec 2018 20:30:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062030.wB6KUhch047253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486781 - in head/science: . py-pygeodesy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/science: . py-pygeodesy X-SVN-Commit-Revision: 486781 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D8D1E7F232 X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:30:46 -0000 Author: sunpoet Date: Thu Dec 6 20:30:42 2018 New Revision: 486781 URL: https://svnweb.freebsd.org/changeset/ports/486781 Log: Add py-pygeodesy 18.11.12 PyGeodesy is a pure Python implementation of geodesy tools for various ellipsoidal and spherical earth models using precision trigonometric, vector-based and approximate methods for geodetic (lat-/longitude) and geocentric cartesian (x/y/z) coordinates. WWW: https://github.com/mrJean1/PyGeodesy Added: head/science/py-pygeodesy/ head/science/py-pygeodesy/Makefile (contents, props changed) head/science/py-pygeodesy/distinfo (contents, props changed) head/science/py-pygeodesy/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Thu Dec 6 20:30:34 2018 (r486780) +++ head/science/Makefile Thu Dec 6 20:30:42 2018 (r486781) @@ -238,6 +238,7 @@ SUBDIR += py-pupynere SUBDIR += py-pyaixi SUBDIR += py-pydicom + SUBDIR += py-pygeodesy SUBDIR += py-pymatgen SUBDIR += py-pymol SUBDIR += py-pyosf Added: head/science/py-pygeodesy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pygeodesy/Makefile Thu Dec 6 20:30:42 2018 (r486781) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pygeodesy +PORTVERSION= 18.11.12 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyGeodesy-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Pure Python geodesy tools + +LICENSE= MIT + +USES= python zip +USE_PYTHON= autoplist concurrent distutils + +.include Added: head/science/py-pygeodesy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pygeodesy/distinfo Thu Dec 6 20:30:42 2018 (r486781) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544027032 +SHA256 (PyGeodesy-18.11.12.zip) = bed752795ea2b597e01b785ebcbf041f7b55aef897dc6a04dd0d62bb232460a2 +SIZE (PyGeodesy-18.11.12.zip) = 1277718 Added: head/science/py-pygeodesy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-pygeodesy/pkg-descr Thu Dec 6 20:30:42 2018 (r486781) @@ -0,0 +1,6 @@ +PyGeodesy is a pure Python implementation of geodesy tools for various +ellipsoidal and spherical earth models using precision trigonometric, +vector-based and approximate methods for geodetic (lat-/longitude) and +geocentric cartesian (x/y/z) coordinates. + +WWW: https://github.com/mrJean1/PyGeodesy From owner-svn-ports-all@freebsd.org Thu Dec 6 20:30:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9624913121FD; Thu, 6 Dec 2018 20:30:52 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AA157F28A; Thu, 6 Dec 2018 20:30:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E275EBCC; Thu, 6 Dec 2018 20:30:51 +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 wB6KUpfI047368; Thu, 6 Dec 2018 20:30:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KUpor047367; Thu, 6 Dec 2018 20:30:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062030.wB6KUpor047367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:30:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486782 - head/converters/p5-JSON-PP X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/p5-JSON-PP X-SVN-Commit-Revision: 486782 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3AA157F28A X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:30:52 -0000 Author: sunpoet Date: Thu Dec 6 20:30:51 2018 New Revision: 486782 URL: https://svnweb.freebsd.org/changeset/ports/486782 Log: Add PORTSCOUT Modified: head/converters/p5-JSON-PP/Makefile Modified: head/converters/p5-JSON-PP/Makefile ============================================================================== --- head/converters/p5-JSON-PP/Makefile Thu Dec 6 20:30:42 2018 (r486781) +++ head/converters/p5-JSON-PP/Makefile Thu Dec 6 20:30:51 2018 (r486782) @@ -14,9 +14,12 @@ COMMENT= JSON::XS compatible pure-Perl module LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure +PORTSCOUT= limit:^[0-9\.]*$$ + USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes pre-patch: @${MV} ${WRKSRC}/bin/json_pp ${WRKSRC}/bin/p5json_pp From owner-svn-ports-all@freebsd.org Thu Dec 6 20:31:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24DF11312235; Thu, 6 Dec 2018 20:31:03 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B82C57F391; Thu, 6 Dec 2018 20:31: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 3EF1EBD7; Thu, 6 Dec 2018 20:31:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KV0C5048193; Thu, 6 Dec 2018 20:31:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KUxuK048187; Thu, 6 Dec 2018 20:30:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062030.wB6KUxuK048187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486783 - head/www/py-python-dotenv X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-python-dotenv X-SVN-Commit-Revision: 486783 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B82C57F391 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:31:03 -0000 Author: sunpoet Date: Thu Dec 6 20:30:59 2018 New Revision: 486783 URL: https://svnweb.freebsd.org/changeset/ports/486783 Log: Update to 0.10.0 Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog https://github.com/theskumar/python-dotenv/commits/master Modified: head/www/py-python-dotenv/Makefile head/www/py-python-dotenv/distinfo Modified: head/www/py-python-dotenv/Makefile ============================================================================== --- head/www/py-python-dotenv/Makefile Thu Dec 6 20:30:51 2018 (r486782) +++ head/www/py-python-dotenv/Makefile Thu Dec 6 20:30:59 2018 (r486783) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-dotenv -PORTVERSION= 0.9.1 +PORTVERSION= 0.10.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/www/py-python-dotenv/distinfo ============================================================================== --- head/www/py-python-dotenv/distinfo Thu Dec 6 20:30:51 2018 (r486782) +++ head/www/py-python-dotenv/distinfo Thu Dec 6 20:30:59 2018 (r486783) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533566996 -SHA256 (python-dotenv-0.9.1.tar.gz) = 122290a38ece9fe4f162dc7c95cae3357b983505830a154d3c98ef7f6c6cea77 -SIZE (python-dotenv-0.9.1.tar.gz) = 17577 +TIMESTAMP = 1544114585 +SHA256 (python-dotenv-0.10.0.tar.gz) = 4f3582904d08dac5ab4c9aa44cb17ce056c9a35e585cfda6183d80054d247307 +SIZE (python-dotenv-0.10.0.tar.gz) = 19313 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:31:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A30A1312260; Thu, 6 Dec 2018 20:31:09 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E66F77F43C; Thu, 6 Dec 2018 20:31:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9316BE5; Thu, 6 Dec 2018 20:31:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KV89r048321; Thu, 6 Dec 2018 20:31:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KV8NU048317; Thu, 6 Dec 2018 20:31:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062031.wB6KV8NU048317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:31:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486784 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 486784 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E66F77F43C X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:31:09 -0000 Author: sunpoet Date: Thu Dec 6 20:31:08 2018 New Revision: 486784 URL: https://svnweb.freebsd.org/changeset/ports/486784 Log: Update to 2.11.185 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Thu Dec 6 20:30:59 2018 (r486783) +++ head/devel/rubygem-aws-sdk-core/Makefile Thu Dec 6 20:31:08 2018 (r486784) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.184 +DISTVERSION= 2.11.185 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Thu Dec 6 20:30:59 2018 (r486783) +++ head/devel/rubygem-aws-sdk-core/distinfo Thu Dec 6 20:31:08 2018 (r486784) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544007624 -SHA256 (rubygem/aws-sdk-core-2.11.184.gem) = f466c786e48bcba6ed2dd25b240399f05cd9287626f2cbdec3a834d4f1089e6d -SIZE (rubygem/aws-sdk-core-2.11.184.gem) = 1486336 +TIMESTAMP = 1544114612 +SHA256 (rubygem/aws-sdk-core-2.11.185.gem) = 3ddb758b0e87082b2f62e427d932dbe8e232d0aad0b27a954c8e9dd67fbe3261 +SIZE (rubygem/aws-sdk-core-2.11.185.gem) = 1486336 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:31:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB153131228A; Thu, 6 Dec 2018 20:31:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 843EA7F52E; Thu, 6 Dec 2018 20:31:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53ED6BF3; Thu, 6 Dec 2018 20:31: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 wB6KVHbB048446; Thu, 6 Dec 2018 20:31:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KVGTp048444; Thu, 6 Dec 2018 20:31:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062031.wB6KVGTp048444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486785 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 486785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 843EA7F52E X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:31:19 -0000 Author: sunpoet Date: Thu Dec 6 20:31:16 2018 New Revision: 486785 URL: https://svnweb.freebsd.org/changeset/ports/486785 Log: Update to 2.11.185 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Thu Dec 6 20:31:08 2018 (r486784) +++ head/devel/rubygem-aws-sdk-resources/Makefile Thu Dec 6 20:31:16 2018 (r486785) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.184 +DISTVERSION= 2.11.185 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Thu Dec 6 20:31:08 2018 (r486784) +++ head/devel/rubygem-aws-sdk-resources/distinfo Thu Dec 6 20:31:16 2018 (r486785) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544007644 -SHA256 (rubygem/aws-sdk-resources-2.11.184.gem) = 849a633a8937b59c838247215616429f60caf670e43cd2565b37670bf4d96a54 -SIZE (rubygem/aws-sdk-resources-2.11.184.gem) = 48640 +TIMESTAMP = 1544114631 +SHA256 (rubygem/aws-sdk-resources-2.11.185.gem) = 9d90b8df75ba8dfbbc361e96ce80c87b044b01e74ac2d0f6ec11aa9ed0fb4165 +SIZE (rubygem/aws-sdk-resources-2.11.185.gem) = 48640 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:31:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BABD13122BF; Thu, 6 Dec 2018 20:31: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE1687F604; Thu, 6 Dec 2018 20:31:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D33D9BFE; Thu, 6 Dec 2018 20:31:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KVPfG048571; Thu, 6 Dec 2018 20:31:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KVPJq048569; Thu, 6 Dec 2018 20:31:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062031.wB6KVPJq048569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486786 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 486786 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AE1687F604 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:31:27 -0000 Author: sunpoet Date: Thu Dec 6 20:31:25 2018 New Revision: 486786 URL: https://svnweb.freebsd.org/changeset/ports/486786 Log: Update to 2.11.185 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Thu Dec 6 20:31:16 2018 (r486785) +++ head/devel/rubygem-aws-sdk/Makefile Thu Dec 6 20:31:25 2018 (r486786) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.184 +DISTVERSION= 2.11.185 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Thu Dec 6 20:31:16 2018 (r486785) +++ head/devel/rubygem-aws-sdk/distinfo Thu Dec 6 20:31:25 2018 (r486786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544007664 -SHA256 (rubygem/aws-sdk-2.11.184.gem) = abbb904b4ead096db5075f07e6711adaea5aa2c4637209b8666e2ce390e221b6 -SIZE (rubygem/aws-sdk-2.11.184.gem) = 4608 +TIMESTAMP = 1544114650 +SHA256 (rubygem/aws-sdk-2.11.185.gem) = 9f30d932c4a6d93b5108556b2716a3a4057d36d7458b310eef387be11e4c23fa +SIZE (rubygem/aws-sdk-2.11.185.gem) = 4608 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:31:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B87FF13122FD; Thu, 6 Dec 2018 20:31:35 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A7F77F7E2; Thu, 6 Dec 2018 20:31:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 653C3C0B; Thu, 6 Dec 2018 20:31:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KVYSW048699; Thu, 6 Dec 2018 20:31:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KVXtO048697; Thu, 6 Dec 2018 20:31:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062031.wB6KVXtO048697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486787 - head/devel/rubygem-ransack X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-ransack X-SVN-Commit-Revision: 486787 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5A7F77F7E2 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:31:35 -0000 Author: sunpoet Date: Thu Dec 6 20:31:33 2018 New Revision: 486787 URL: https://svnweb.freebsd.org/changeset/ports/486787 Log: Update to 2.1.1 Changes: https://github.com/activerecord-hackery/ransack/releases https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md Modified: head/devel/rubygem-ransack/Makefile head/devel/rubygem-ransack/distinfo Modified: head/devel/rubygem-ransack/Makefile ============================================================================== --- head/devel/rubygem-ransack/Makefile Thu Dec 6 20:31:25 2018 (r486786) +++ head/devel/rubygem-ransack/Makefile Thu Dec 6 20:31:33 2018 (r486787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ransack -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -17,8 +17,9 @@ RUN_DEPENDS= rubygem-actionpack5>=5.0:www/rubygem-acti rubygem-activesupport5>=5.0:devel/rubygem-activesupport5 \ rubygem-i18n>=0:devel/rubygem-i18n -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-ransack/distinfo ============================================================================== --- head/devel/rubygem-ransack/distinfo Thu Dec 6 20:31:25 2018 (r486786) +++ head/devel/rubygem-ransack/distinfo Thu Dec 6 20:31:33 2018 (r486787) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540753434 -SHA256 (rubygem/ransack-2.1.0.gem) = 19b81aab0d5a04c165a07b06aaca16b86895c851e021e978b47fb344da101273 -SIZE (rubygem/ransack-2.1.0.gem) = 192512 +TIMESTAMP = 1544114674 +SHA256 (rubygem/ransack-2.1.1.gem) = 1adc8fd8d79a6109a0d754df758116429bf3ab2b4de40e7f1dc2a1db41a9d768 +SIZE (rubygem/ransack-2.1.1.gem) = 194048 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:31:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DADD1312335; Thu, 6 Dec 2018 20:31: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF9C67F8E3; Thu, 6 Dec 2018 20:31:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96942D0A; Thu, 6 Dec 2018 20:31: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 wB6KVgxg048824; Thu, 6 Dec 2018 20:31:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KVg6E048823; Thu, 6 Dec 2018 20:31:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062031.wB6KVg6E048823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:31:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486788 - head/textproc/rubygem-autoprefixer-rails X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-autoprefixer-rails X-SVN-Commit-Revision: 486788 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CF9C67F8E3 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:31:45 -0000 Author: sunpoet Date: Thu Dec 6 20:31:41 2018 New Revision: 486788 URL: https://svnweb.freebsd.org/changeset/ports/486788 Log: Update to 9.4.1 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Thu Dec 6 20:31:33 2018 (r486787) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Thu Dec 6 20:31:41 2018 (r486788) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 9.4.0 +PORTVERSION= 9.4.1 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Thu Dec 6 20:31:33 2018 (r486787) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Thu Dec 6 20:31:41 2018 (r486788) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544019539 -SHA256 (rubygem/autoprefixer-rails-9.4.0.gem) = 7dc44ddbb33ce8ac67d522f700c9e939d8d311fd75783313ae1dba1d42d58687 -SIZE (rubygem/autoprefixer-rails-9.4.0.gem) = 211968 +TIMESTAMP = 1544114693 +SHA256 (rubygem/autoprefixer-rails-9.4.1.gem) = a499f92bd203aa150fede061b70c75580034e6c717de51bc95963ddc9262dabd +SIZE (rubygem/autoprefixer-rails-9.4.1.gem) = 211968 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:31:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4D3B1312361; Thu, 6 Dec 2018 20:31:54 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 270587F9E0; Thu, 6 Dec 2018 20:31:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02F49D15; Thu, 6 Dec 2018 20:31:51 +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 wB6KVoPA049655; Thu, 6 Dec 2018 20:31:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KVoG7049651; Thu, 6 Dec 2018 20:31:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062031.wB6KVoG7049651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486789 - head/devel/p5-Test-WWW-Mechanize X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test-WWW-Mechanize X-SVN-Commit-Revision: 486789 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 270587F9E0 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:31:55 -0000 Author: sunpoet Date: Thu Dec 6 20:31:50 2018 New Revision: 486789 URL: https://svnweb.freebsd.org/changeset/ports/486789 Log: Update to 1.52 Changes: https://metacpan.org/changes/distribution/Test-WWW-Mechanize Modified: head/devel/p5-Test-WWW-Mechanize/Makefile head/devel/p5-Test-WWW-Mechanize/distinfo Modified: head/devel/p5-Test-WWW-Mechanize/Makefile ============================================================================== --- head/devel/p5-Test-WWW-Mechanize/Makefile Thu Dec 6 20:31:41 2018 (r486788) +++ head/devel/p5-Test-WWW-Mechanize/Makefile Thu Dec 6 20:31:50 2018 (r486789) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-WWW-Mechanize -PORTVERSION= 1.50 +PORTVERSION= 1.52 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,8 +23,9 @@ RUN_DEPENDS= p5-Carp-Assert-More>=0:devel/p5-Carp-Asse PORTSCOUT= limit:^[0-9\.]*$$ -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/devel/p5-Test-WWW-Mechanize/distinfo ============================================================================== --- head/devel/p5-Test-WWW-Mechanize/distinfo Thu Dec 6 20:31:41 2018 (r486788) +++ head/devel/p5-Test-WWW-Mechanize/distinfo Thu Dec 6 20:31:50 2018 (r486789) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523978964 -SHA256 (Test-WWW-Mechanize-1.50.tar.gz) = 0f4a3922a572d8b6a49c4388dec6b768d13ca3d1fb73b54d59abafb60fa2f724 -SIZE (Test-WWW-Mechanize-1.50.tar.gz) = 30921 +TIMESTAMP = 1544114726 +SHA256 (Test-WWW-Mechanize-1.52.tar.gz) = 842a550ceb9629aec4014760e5e84645fb5d9c7b75237d644c8363d817e55ecb +SIZE (Test-WWW-Mechanize-1.52.tar.gz) = 33254 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:32:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28B7C13123A9; Thu, 6 Dec 2018 20:32: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D563A7FAA5; Thu, 6 Dec 2018 20:32:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7AF73D21; Thu, 6 Dec 2018 20:31:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KVxG3049781; Thu, 6 Dec 2018 20:31:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KVxLp049779; Thu, 6 Dec 2018 20:31:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062031.wB6KVxLp049779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:31:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486790 - head/textproc/p5-Text-Trac X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Text-Trac X-SVN-Commit-Revision: 486790 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D563A7FAA5 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:32:02 -0000 Author: sunpoet Date: Thu Dec 6 20:31:58 2018 New Revision: 486790 URL: https://svnweb.freebsd.org/changeset/ports/486790 Log: Update to 0.20 Changes: https://metacpan.org/changes/distribution/Text-Trac Modified: head/textproc/p5-Text-Trac/Makefile head/textproc/p5-Text-Trac/distinfo Modified: head/textproc/p5-Text-Trac/Makefile ============================================================================== --- head/textproc/p5-Text-Trac/Makefile Thu Dec 6 20:31:50 2018 (r486789) +++ head/textproc/p5-Text-Trac/Makefile Thu Dec 6 20:31:58 2018 (r486790) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Trac -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Text-Trac/distinfo ============================================================================== --- head/textproc/p5-Text-Trac/distinfo Thu Dec 6 20:31:50 2018 (r486789) +++ head/textproc/p5-Text-Trac/distinfo Thu Dec 6 20:31:58 2018 (r486790) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540136855 -SHA256 (Text-Trac-0.19.tar.gz) = 54fcbd25c1bcfe4ec150c5e95a8a34e331d25149ed8b39387cecb185de078716 -SIZE (Text-Trac-0.19.tar.gz) = 113940 +TIMESTAMP = 1544114764 +SHA256 (Text-Trac-0.20.tar.gz) = 08b07c70959e0c738cba58e55e47098b1b4f25cf6ea863b02cdcf9b72345961f +SIZE (Text-Trac-0.20.tar.gz) = 113972 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:32:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F67113123DD; Thu, 6 Dec 2018 20:32: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B216B7FBB0; Thu, 6 Dec 2018 20:32:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 453BDD2F; Thu, 6 Dec 2018 20:32:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KW8h8049910; Thu, 6 Dec 2018 20:32:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KW74d049909; Thu, 6 Dec 2018 20:32:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062032.wB6KW74d049909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486791 - head/www/p5-Catalyst-Plugin-Session X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Catalyst-Plugin-Session X-SVN-Commit-Revision: 486791 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B216B7FBB0 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:32:12 -0000 Author: sunpoet Date: Thu Dec 6 20:32:07 2018 New Revision: 486791 URL: https://svnweb.freebsd.org/changeset/ports/486791 Log: Update to 0.41 Changes: https://metacpan.org/changes/distribution/Catalyst-Plugin-Session Modified: head/www/p5-Catalyst-Plugin-Session/Makefile head/www/p5-Catalyst-Plugin-Session/distinfo Modified: head/www/p5-Catalyst-Plugin-Session/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Session/Makefile Thu Dec 6 20:31:58 2018 (r486790) +++ head/www/p5-Catalyst-Plugin-Session/Makefile Thu Dec 6 20:32:07 2018 (r486791) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-Session -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ LICENSE_COMB= dual # Do not add p5-Catalyst-Plugin-Session-State-Cookie to TEST_DEPENDS to avoid cyclic dependency BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Catalyst-Runtime>=5.71001:www/p5-Catalyst-Runtime \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-MRO-Compat>=0:devel/p5-MRO-Compat \ p5-Moose>=0.76:devel/p5-Moose \ p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:devel/p5-MooseX-Emulate-Class-Accessor-Fast \ Modified: head/www/p5-Catalyst-Plugin-Session/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-Session/distinfo Thu Dec 6 20:31:58 2018 (r486790) +++ head/www/p5-Catalyst-Plugin-Session/distinfo Thu Dec 6 20:32:07 2018 (r486791) @@ -1,2 +1,3 @@ -SHA256 (Catalyst-Plugin-Session-0.40.tar.gz) = fb41aaef97cb3c3bd613af77906d5819fc8d6b73cc11ae24d3e51cca7a8a3b9c -SIZE (Catalyst-Plugin-Session-0.40.tar.gz) = 49803 +TIMESTAMP = 1544114806 +SHA256 (Catalyst-Plugin-Session-0.41.tar.gz) = 85610a17ca1f40eb99ddbeb5e53462f1e6d568e8afd99d4f975bb07f520a8528 +SIZE (Catalyst-Plugin-Session-0.41.tar.gz) = 49922 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:32:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 403341312412; Thu, 6 Dec 2018 20:32: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 547417FC56; Thu, 6 Dec 2018 20:32:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CBD6BD37; Thu, 6 Dec 2018 20:32:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KWG5b050038; Thu, 6 Dec 2018 20:32:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KWGhZ050036; Thu, 6 Dec 2018 20:32:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062032.wB6KWGhZ050036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:32:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486792 - head/devel/py-py_interface X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-py_interface X-SVN-Commit-Revision: 486792 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 547417FC56 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:32:19 -0000 Author: sunpoet Date: Thu Dec 6 20:32:16 2018 New Revision: 486792 URL: https://svnweb.freebsd.org/changeset/ports/486792 Log: Update to 2.3 - Add NO_ARCH Changes: https://github.com/tomas-abrahamsson/py_interface/blob/master/ChangeLog Modified: head/devel/py-py_interface/Makefile head/devel/py-py_interface/distinfo Modified: head/devel/py-py_interface/Makefile ============================================================================== --- head/devel/py-py_interface/Makefile Thu Dec 6 20:32:07 2018 (r486791) +++ head/devel/py-py_interface/Makefile Thu Dec 6 20:32:16 2018 (r486792) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= py_interface -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,8 @@ LICENSE= LGPL20 USES= python USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes OPTIONS_DEFINE= DOCS Modified: head/devel/py-py_interface/distinfo ============================================================================== --- head/devel/py-py_interface/distinfo Thu Dec 6 20:32:07 2018 (r486791) +++ head/devel/py-py_interface/distinfo Thu Dec 6 20:32:16 2018 (r486792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499766252 -SHA256 (py_interface-2.2.tar.gz) = a43d7d124f2e192987830baad067ea62d34c517ea0dc8b386ad2e2c4d5e52661 -SIZE (py_interface-2.2.tar.gz) = 88112 +TIMESTAMP = 1544114845 +SHA256 (py_interface-2.3.tar.gz) = 55ddb9881c18a2da9722f22546e374532082936eb5a8391063f17cc54c16c90b +SIZE (py_interface-2.3.tar.gz) = 88491 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:32:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CAA11312459; Thu, 6 Dec 2018 20:32:34 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D97B37FDF2; Thu, 6 Dec 2018 20:32:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 383B4D4D; Thu, 6 Dec 2018 20:32: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 wB6KWVfI053691; Thu, 6 Dec 2018 20:32:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KWQMW053649; Thu, 6 Dec 2018 20:32:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062032.wB6KWQMW053649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:32:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486793 - in head/security: py-acme py-certbot py-certbot-apache py-certbot-dns-cloudflare py-certbot-dns-cloudxns py-certbot-dns-digitalocean py-certbot-dns-dnsimple py-certbot-dns-dns... X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security: py-acme py-certbot py-certbot-apache py-certbot-dns-cloudflare py-certbot-dns-cloudxns py-certbot-dns-digitalocean py-certbot-dns-dnsimple py-certbot-dns-dnsmadeeasy py-certbot-dns-g... X-SVN-Commit-Revision: 486793 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D97B37FDF2 X-Spamd-Result: default: False [-1.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.868,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.02)[-0.024,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:32:34 -0000 Author: sunpoet Date: Thu Dec 6 20:32:26 2018 New Revision: 486793 URL: https://svnweb.freebsd.org/changeset/ports/486793 Log: Update to 0.29.1 Changes: https://github.com/certbot/certbot/blob/master/CHANGELOG.md Modified: head/security/py-acme/distinfo head/security/py-acme/version.mk head/security/py-certbot-apache/distinfo head/security/py-certbot-dns-cloudflare/distinfo head/security/py-certbot-dns-cloudxns/distinfo head/security/py-certbot-dns-digitalocean/distinfo head/security/py-certbot-dns-dnsimple/distinfo head/security/py-certbot-dns-dnsmadeeasy/distinfo head/security/py-certbot-dns-gehirn/distinfo head/security/py-certbot-dns-google/distinfo head/security/py-certbot-dns-linode/distinfo head/security/py-certbot-dns-luadns/distinfo head/security/py-certbot-dns-nsone/distinfo head/security/py-certbot-dns-ovh/distinfo head/security/py-certbot-dns-rfc2136/distinfo head/security/py-certbot-dns-route53/distinfo head/security/py-certbot-dns-sakuracloud/distinfo head/security/py-certbot-nginx/distinfo head/security/py-certbot/Makefile head/security/py-certbot/distinfo Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-acme/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775005 -SHA256 (acme-0.28.0.tar.gz) = bf7c2f1c24a26ab5b9fce3a6abca1d74a5914d46919649ae00ad5817db62bb85 -SIZE (acme-0.28.0.tar.gz) = 81539 +TIMESTAMP = 1544126661 +SHA256 (acme-0.29.1.tar.gz) = a2e203ade83cd1eaf19112004a63073830211cf7759d437f634babb08c49b47c +SIZE (acme-0.29.1.tar.gz) = 83226 Modified: head/security/py-acme/version.mk ============================================================================== --- head/security/py-acme/version.mk Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-acme/version.mk Thu Dec 6 20:32:26 2018 (r486793) @@ -1 +1 @@ -ACME_VERSION= 0.28.0 +ACME_VERSION= 0.29.1 Modified: head/security/py-certbot-apache/distinfo ============================================================================== --- head/security/py-certbot-apache/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-apache/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775029 -SHA256 (certbot-apache-0.28.0.tar.gz) = 3f93f5de4a548e973c493a6cac5eeeb3dbbcae2988b61299ea0727d04a00f5bb -SIZE (certbot-apache-0.28.0.tar.gz) = 167327 +TIMESTAMP = 1544126680 +SHA256 (certbot-apache-0.29.1.tar.gz) = c3af1c66c86cfeef7dac4fe9b16c7c755ebd12bc526408c27781bd34b9de8128 +SIZE (certbot-apache-0.29.1.tar.gz) = 161776 Modified: head/security/py-certbot-dns-cloudflare/distinfo ============================================================================== --- head/security/py-certbot-dns-cloudflare/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-cloudflare/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775039 -SHA256 (certbot-dns-cloudflare-0.28.0.tar.gz) = fe7a97e888ea6c86b082b93785aaa3548945749d010e6bf09dfd5fa879e30055 -SIZE (certbot-dns-cloudflare-0.28.0.tar.gz) = 12937 +TIMESTAMP = 1544126689 +SHA256 (certbot-dns-cloudflare-0.29.1.tar.gz) = 4ef3bcae0f880763b16b301355cfdcb4dfedc336b57183de3e09d891493e1e47 +SIZE (certbot-dns-cloudflare-0.29.1.tar.gz) = 13387 Modified: head/security/py-certbot-dns-cloudxns/distinfo ============================================================================== --- head/security/py-certbot-dns-cloudxns/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-cloudxns/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775048 -SHA256 (certbot-dns-cloudxns-0.28.0.tar.gz) = 3ca53ea31b9b4c2df860ec3d25d2607dbe2e8856c83d984c13cc5809be3925de -SIZE (certbot-dns-cloudxns-0.28.0.tar.gz) = 11400 +TIMESTAMP = 1544126697 +SHA256 (certbot-dns-cloudxns-0.29.1.tar.gz) = e81aea8b5828ccd5e006ea2c48e60a9ee1ce8ba436649369843c828b3c9d538b +SIZE (certbot-dns-cloudxns-0.29.1.tar.gz) = 11431 Modified: head/security/py-certbot-dns-digitalocean/distinfo ============================================================================== --- head/security/py-certbot-dns-digitalocean/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-digitalocean/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775057 -SHA256 (certbot-dns-digitalocean-0.28.0.tar.gz) = 4ba35c7a1d1b6db1f44cb98cfdaaa836112ac38e55c471be8ba1c0a5385c0026 -SIZE (certbot-dns-digitalocean-0.28.0.tar.gz) = 12702 +TIMESTAMP = 1544126706 +SHA256 (certbot-dns-digitalocean-0.29.1.tar.gz) = bc5b043a3dbdd3d8c4f060daac7756c4a2a54a6cebe24d6bb6cdf9a70e63a3a0 +SIZE (certbot-dns-digitalocean-0.29.1.tar.gz) = 12694 Modified: head/security/py-certbot-dns-dnsimple/distinfo ============================================================================== --- head/security/py-certbot-dns-dnsimple/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-dnsimple/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775066 -SHA256 (certbot-dns-dnsimple-0.28.0.tar.gz) = 932a311e35bc38f8d002dc7fd75def27cd3b9b587285fa34b2b57a7d8115f59b -SIZE (certbot-dns-dnsimple-0.28.0.tar.gz) = 11478 +TIMESTAMP = 1544126714 +SHA256 (certbot-dns-dnsimple-0.29.1.tar.gz) = 25912bd2c705eba28e1671b980363b30520360718a6b27038f1ea983b0b9d00c +SIZE (certbot-dns-dnsimple-0.29.1.tar.gz) = 11402 Modified: head/security/py-certbot-dns-dnsmadeeasy/distinfo ============================================================================== --- head/security/py-certbot-dns-dnsmadeeasy/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-dnsmadeeasy/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775075 -SHA256 (certbot-dns-dnsmadeeasy-0.28.0.tar.gz) = 349b96bd3c68738ab710dff6283930ecb341c4a4c095b4f6ed905a09ee3a7697 -SIZE (certbot-dns-dnsmadeeasy-0.28.0.tar.gz) = 11475 +TIMESTAMP = 1544126723 +SHA256 (certbot-dns-dnsmadeeasy-0.29.1.tar.gz) = f39cfd45252ca9b069550c26c2f9015b5790a148ed1acdd981cf2947c340b40b +SIZE (certbot-dns-dnsmadeeasy-0.29.1.tar.gz) = 11445 Modified: head/security/py-certbot-dns-gehirn/distinfo ============================================================================== --- head/security/py-certbot-dns-gehirn/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-gehirn/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775084 -SHA256 (certbot-dns-gehirn-0.28.0.tar.gz) = 56c371e6928bfecff78d5f5ce0b5636c829cc3135d0f9e45340f7792756e45bf -SIZE (certbot-dns-gehirn-0.28.0.tar.gz) = 11546 +TIMESTAMP = 1544126732 +SHA256 (certbot-dns-gehirn-0.29.1.tar.gz) = 0ea29a84e5454796c5c584ea94a0c5b6b97f75eaf3cc2bf6f6c94fc4e7c5725d +SIZE (certbot-dns-gehirn-0.29.1.tar.gz) = 11479 Modified: head/security/py-certbot-dns-google/distinfo ============================================================================== --- head/security/py-certbot-dns-google/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-google/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775094 -SHA256 (certbot-dns-google-0.28.0.tar.gz) = 882e7bd12a35e2d9cc29446faffda5bd5f7e32f67622aa10e3b11cfe1446f8e6 -SIZE (certbot-dns-google-0.28.0.tar.gz) = 22103 +TIMESTAMP = 1544126741 +SHA256 (certbot-dns-google-0.29.1.tar.gz) = fe077241843551e87153accb25d8956f9605d3ac7764d2dbd689b3de6dbb661a +SIZE (certbot-dns-google-0.29.1.tar.gz) = 22401 Modified: head/security/py-certbot-dns-linode/distinfo ============================================================================== --- head/security/py-certbot-dns-linode/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-linode/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775103 -SHA256 (certbot-dns-linode-0.28.0.tar.gz) = f283c8e85c006ff345e33a685c07f5273dc6dd711bb7f29d88859de19dfab255 -SIZE (certbot-dns-linode-0.28.0.tar.gz) = 11502 +TIMESTAMP = 1544126750 +SHA256 (certbot-dns-linode-0.29.1.tar.gz) = 5eabe87c8010c4ed30cc8e4a9080f28eb7cd7735bdcd63d3a0e1b5e82e458327 +SIZE (certbot-dns-linode-0.29.1.tar.gz) = 11406 Modified: head/security/py-certbot-dns-luadns/distinfo ============================================================================== --- head/security/py-certbot-dns-luadns/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-luadns/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775113 -SHA256 (certbot-dns-luadns-0.28.0.tar.gz) = 3d45b4cbad36546d2298e7e0c8b3a668a143d2a8b05003f534b731d09bf85a28 -SIZE (certbot-dns-luadns-0.28.0.tar.gz) = 11583 +TIMESTAMP = 1544126758 +SHA256 (certbot-dns-luadns-0.29.1.tar.gz) = 3efa5c6dee9df3650ca90a692ee12a5b1dce45b792406905ca045a0357f3afe9 +SIZE (certbot-dns-luadns-0.29.1.tar.gz) = 11327 Modified: head/security/py-certbot-dns-nsone/distinfo ============================================================================== --- head/security/py-certbot-dns-nsone/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-nsone/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775122 -SHA256 (certbot-dns-nsone-0.28.0.tar.gz) = 0c5e2ac6bc1978ddcbdac87b926a2e3dca522b45636a7d7097c9f1a1d07250f1 -SIZE (certbot-dns-nsone-0.28.0.tar.gz) = 11355 +TIMESTAMP = 1544126767 +SHA256 (certbot-dns-nsone-0.29.1.tar.gz) = ce09a457383cf348482850328d7d8efe620a613c65ba59278f06e37aaa60a913 +SIZE (certbot-dns-nsone-0.29.1.tar.gz) = 11372 Modified: head/security/py-certbot-dns-ovh/distinfo ============================================================================== --- head/security/py-certbot-dns-ovh/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-ovh/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775131 -SHA256 (certbot-dns-ovh-0.28.0.tar.gz) = fd293a2b525dfaa5faac5bf44b9a1a8aedf6c73f86caeb9be81022dad8936d65 -SIZE (certbot-dns-ovh-0.28.0.tar.gz) = 11668 +TIMESTAMP = 1544126776 +SHA256 (certbot-dns-ovh-0.29.1.tar.gz) = cd9a33726e7272a6f53fd390d93cd3a4135421293242a605dd6abccb066281f1 +SIZE (certbot-dns-ovh-0.29.1.tar.gz) = 11841 Modified: head/security/py-certbot-dns-rfc2136/distinfo ============================================================================== --- head/security/py-certbot-dns-rfc2136/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-rfc2136/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775141 -SHA256 (certbot-dns-rfc2136-0.28.0.tar.gz) = 0c1912f3f4a838f15e9d7d1755b0147ab060ca071cb02bf5964b7773af1c7565 -SIZE (certbot-dns-rfc2136-0.28.0.tar.gz) = 13671 +TIMESTAMP = 1544126785 +SHA256 (certbot-dns-rfc2136-0.29.1.tar.gz) = 8f2c3aa43591eb4dec7ed62d7c31693a80c557e258e64f4f17c3efe90d15976c +SIZE (certbot-dns-rfc2136-0.29.1.tar.gz) = 13968 Modified: head/security/py-certbot-dns-route53/distinfo ============================================================================== --- head/security/py-certbot-dns-route53/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-route53/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775151 -SHA256 (certbot-dns-route53-0.28.0.tar.gz) = 3b5799563cff43e0602404a9adaa30c94ac38be6f3eb372536b8740472eae0e1 -SIZE (certbot-dns-route53-0.28.0.tar.gz) = 14497 +TIMESTAMP = 1544126794 +SHA256 (certbot-dns-route53-0.29.1.tar.gz) = 020d5e45e6160cd73d547496cb52930652749870fe78cac31aafbe9316ab1c33 +SIZE (certbot-dns-route53-0.29.1.tar.gz) = 14166 Modified: head/security/py-certbot-dns-sakuracloud/distinfo ============================================================================== --- head/security/py-certbot-dns-sakuracloud/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-dns-sakuracloud/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775160 -SHA256 (certbot-dns-sakuracloud-0.28.0.tar.gz) = ab9b0d12a3d020adb6d2ce34a0e64256bba0d3581e2c0564d4992963a63139a1 -SIZE (certbot-dns-sakuracloud-0.28.0.tar.gz) = 11575 +TIMESTAMP = 1544126802 +SHA256 (certbot-dns-sakuracloud-0.29.1.tar.gz) = f846672e1ca364952a88353a13620738284c5f21eccfdc806f4e92d73990568d +SIZE (certbot-dns-sakuracloud-0.29.1.tar.gz) = 11300 Modified: head/security/py-certbot-nginx/distinfo ============================================================================== --- head/security/py-certbot-nginx/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot-nginx/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775169 -SHA256 (certbot-nginx-0.28.0.tar.gz) = 426fb403b0a7b203629f4e350a862cbc3bc1f69936fdab8ec7eafe0d8a3b5ddb -SIZE (certbot-nginx-0.28.0.tar.gz) = 78413 +TIMESTAMP = 1544126811 +SHA256 (certbot-nginx-0.29.1.tar.gz) = 0c1205ebb91eef4b7d15293c6778ffc962d09563b315120b2d226348d751e38d +SIZE (certbot-nginx-0.29.1.tar.gz) = 78626 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot/Makefile Thu Dec 6 20:32:26 2018 (r486793) @@ -41,6 +41,7 @@ post-patch: -e 's|/etc/|${LOCALBASE}/etc/|' \ -e 's|/var/lib|/var/db|' \ ${WRKSRC}/${PORTNAME}/constants.py + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Thu Dec 6 20:32:16 2018 (r486792) +++ head/security/py-certbot/distinfo Thu Dec 6 20:32:26 2018 (r486793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541775017 -SHA256 (certbot-0.28.0.tar.gz) = 31e3e2ee2a25c009a621c59ac9182f85d937a897c7bd1d47d0e01f3c712a090a -SIZE (certbot-0.28.0.tar.gz) = 332827 +TIMESTAMP = 1544126670 +SHA256 (certbot-0.29.1.tar.gz) = 6fc604d207c48b95dea3458bb33a11b17aa625628eb197927ffee8b458f62692 +SIZE (certbot-0.29.1.tar.gz) = 333218 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:32:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED2B71312488; Thu, 6 Dec 2018 20:32:41 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B1D07FEC4; Thu, 6 Dec 2018 20:32:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5297D51; Thu, 6 Dec 2018 20:32: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 wB6KWdMA053816; Thu, 6 Dec 2018 20:32:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KWd8U053814; Thu, 6 Dec 2018 20:32:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062032.wB6KWd8U053814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:32:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486794 - head/devel/rubygem-rubocop X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-rubocop X-SVN-Commit-Revision: 486794 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8B1D07FEC4 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:32:42 -0000 Author: sunpoet Date: Thu Dec 6 20:32:39 2018 New Revision: 486794 URL: https://svnweb.freebsd.org/changeset/ports/486794 Log: Update to 0.61.0 Changes: https://github.com/rubocop-hq/rubocop/releases Modified: head/devel/rubygem-rubocop/Makefile head/devel/rubygem-rubocop/distinfo Modified: head/devel/rubygem-rubocop/Makefile ============================================================================== --- head/devel/rubygem-rubocop/Makefile Thu Dec 6 20:32:26 2018 (r486793) +++ head/devel/rubygem-rubocop/Makefile Thu Dec 6 20:32:39 2018 (r486794) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rubocop -PORTVERSION= 0.60.0 +PORTVERSION= 0.61.0 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-rubocop/distinfo ============================================================================== --- head/devel/rubygem-rubocop/distinfo Thu Dec 6 20:32:26 2018 (r486793) +++ head/devel/rubygem-rubocop/distinfo Thu Dec 6 20:32:39 2018 (r486794) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540657918 -SHA256 (rubygem/rubocop-0.60.0.gem) = 31d8b34585456ce0f0e79d6411c3b7e705ac571996876d9815e1d6f1130173c7 -SIZE (rubygem/rubocop-0.60.0.gem) = 410112 +TIMESTAMP = 1544114878 +SHA256 (rubygem/rubocop-0.61.0.gem) = 18a30bb68d42e8cc3fd1a0aac37c86db46c99fae2edae7bb9dc49eed8f41864c +SIZE (rubygem/rubocop-0.61.0.gem) = 414208 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:32:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CCBB13124CD; Thu, 6 Dec 2018 20:32:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F4F07FF7C; Thu, 6 Dec 2018 20:32: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 D1AF8D54; Thu, 6 Dec 2018 20:32:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KWlkG053911; Thu, 6 Dec 2018 20:32:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KWliU053910; Thu, 6 Dec 2018 20:32:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062032.wB6KWliU053910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486795 - head/www/py-python-digitalocean X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-python-digitalocean X-SVN-Commit-Revision: 486795 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0F4F07FF7C X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:32:50 -0000 Author: sunpoet Date: Thu Dec 6 20:32:47 2018 New Revision: 486795 URL: https://svnweb.freebsd.org/changeset/ports/486795 Log: Unbreak this port - While I'm here, move USES upward Approved by: portmgr (blanket) Modified: head/www/py-python-digitalocean/Makefile Modified: head/www/py-python-digitalocean/Makefile ============================================================================== --- head/www/py-python-digitalocean/Makefile Thu Dec 6 20:32:39 2018 (r486794) +++ head/www/py-python-digitalocean/Makefile Thu Dec 6 20:32:47 2018 (r486795) @@ -12,16 +12,16 @@ COMMENT= API to manage digitalocean.com droplets LICENSE= GPLv3 -BROKEN= fails to configure, non ascii char in position 820 of long_description - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR} +USES= python +USE_PYTHON= distutils autoplist + USE_GITHUB= yes GH_ACCOUNT= koalalorenzo -USES= python -USE_PYTHON= distutils autoplist +USE_LOCALE= en_US.UTF-8 NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Thu Dec 6 20:32:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C6091312503; Thu, 6 Dec 2018 20:32:58 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B263880050; Thu, 6 Dec 2018 20:32: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 B386AD55; Thu, 6 Dec 2018 20:32:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KWtw2054020; Thu, 6 Dec 2018 20:32:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KWtap054019; Thu, 6 Dec 2018 20:32:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062032.wB6KWtap054019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486796 - head/cad/gmsh X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/cad/gmsh X-SVN-Commit-Revision: 486796 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B263880050 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:32:58 -0000 Author: sunpoet Date: Thu Dec 6 20:32:55 2018 New Revision: 486796 URL: https://svnweb.freebsd.org/changeset/ports/486796 Log: Use opt_USE instead of opt_VARS for USE_foo knob Modified: head/cad/gmsh/Makefile Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Thu Dec 6 20:32:47 2018 (r486795) +++ head/cad/gmsh/Makefile Thu Dec 6 20:32:55 2018 (r486796) @@ -56,7 +56,7 @@ OCC_LIB_DEPENDS= libopenblas.so:math/openblas libTKern OCC_USES= gnome OCC_USE= gnome=cairo SHARED_CMAKE_BOOL= ENABLE_BUILD_SHARED -SHARED_VARS= USE_LDCONFIG=yes +SHARED_USE= LDCONFIG=yes STATIC_CMAKE_BOOL= ENABLE_BUILD_LIB post-patch: From owner-svn-ports-all@freebsd.org Thu Dec 6 20:33:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9980131253C; Thu, 6 Dec 2018 20:33: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD6BE80135; Thu, 6 Dec 2018 20:33:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9FCE2D56; Thu, 6 Dec 2018 20:33:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KX4Mm054187; Thu, 6 Dec 2018 20:33:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KX4uM054182; Thu, 6 Dec 2018 20:33:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062033.wB6KX4uM054182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:33:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486797 - head/devel/efivar X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/efivar X-SVN-Commit-Revision: 486797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DD6BE80135 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:33:08 -0000 Author: sunpoet Date: Thu Dec 6 20:33:03 2018 New Revision: 486797 URL: https://svnweb.freebsd.org/changeset/ports/486797 Log: Update GH_ACCOUNT and WWW https://github.com/rhinstaller/efivar redirects to https://github.com/rhboot/efivar. https://github.com/vathpela/efivar is an identical fork of https://github.com/rhboot/efivar. Modified: head/devel/efivar/Makefile head/devel/efivar/distinfo (contents, props changed) head/devel/efivar/pkg-descr (contents, props changed) Modified: head/devel/efivar/Makefile ============================================================================== --- head/devel/efivar/Makefile Thu Dec 6 20:32:55 2018 (r486796) +++ head/devel/efivar/Makefile Thu Dec 6 20:33:03 2018 (r486797) @@ -20,7 +20,7 @@ LIB_DEPENDS= libpopt.so:devel/popt USES= gmake localbase pkgconfig USE_GCC= yes USE_GITHUB= yes -GH_ACCOUNT= rhinstaller +GH_ACCOUNT= rhboot USE_LDCONFIG= yes .include Modified: head/devel/efivar/distinfo ============================================================================== --- head/devel/efivar/distinfo Thu Dec 6 20:32:55 2018 (r486796) +++ head/devel/efivar/distinfo Thu Dec 6 20:33:03 2018 (r486797) @@ -1,2 +1,3 @@ -SHA256 (rhinstaller-efivar-0.15_GH0.tar.gz) = 8e5a45ebbd116a96a43176e96b211c73f3ec8452da3bd0ce75a5716f86d4343f -SIZE (rhinstaller-efivar-0.15_GH0.tar.gz) = 30064 +TIMESTAMP = 1544125008 +SHA256 (rhboot-efivar-0.15_GH0.tar.gz) = 8e5a45ebbd116a96a43176e96b211c73f3ec8452da3bd0ce75a5716f86d4343f +SIZE (rhboot-efivar-0.15_GH0.tar.gz) = 30064 Modified: head/devel/efivar/pkg-descr ============================================================================== --- head/devel/efivar/pkg-descr Thu Dec 6 20:32:55 2018 (r486796) +++ head/devel/efivar/pkg-descr Thu Dec 6 20:33:03 2018 (r486797) @@ -1,3 +1,3 @@ Tools and library to manipulate EFI variables. -WWW: https://github.com/vathpela/efivar +WWW: https://github.com/rhboot/efivar From owner-svn-ports-all@freebsd.org Thu Dec 6 20:33:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D007131256D; Thu, 6 Dec 2018 20:33:13 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2878801CD; Thu, 6 Dec 2018 20:33: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 B179FD57; Thu, 6 Dec 2018 20:33: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 wB6KXCIp054290; Thu, 6 Dec 2018 20:33:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KXCil054289; Thu, 6 Dec 2018 20:33:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062033.wB6KXCil054289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:33:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486798 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 486798 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F2878801CD X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:33:13 -0000 Author: sunpoet Date: Thu Dec 6 20:33:12 2018 New Revision: 486798 URL: https://svnweb.freebsd.org/changeset/ports/486798 Log: Update comment: editors/lazarus is 1.8.4 now Modified: head/Mk/bsd.default-versions.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Thu Dec 6 20:33:03 2018 (r486797) +++ head/Mk/bsd.default-versions.mk Thu Dec 6 20:33:12 2018 (r486798) @@ -48,7 +48,7 @@ LLVM_DEFAULT?= 70 GCC_DEFAULT?= 7 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl -# Possible values: 1.8.2 +# Possible values: 1.8.4 LAZARUS_DEFAULT?= 1.8.4 .if ${ARCH} == amd64 # Possible values: c6, c6_64, c7 From owner-svn-ports-all@freebsd.org Thu Dec 6 20:33:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96B2713125A9; Thu, 6 Dec 2018 20:33:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86AC3802DA; Thu, 6 Dec 2018 20:33:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5557D58; Thu, 6 Dec 2018 20:33:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KXKEZ054386; Thu, 6 Dec 2018 20:33:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KXK5N054385; Thu, 6 Dec 2018 20:33:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062033.wB6KXK5N054385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:33:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486799 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 486799 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 86AC3802DA X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:33:24 -0000 Author: sunpoet Date: Thu Dec 6 20:33:20 2018 New Revision: 486799 URL: https://svnweb.freebsd.org/changeset/ports/486799 Log: Add TEST_DEPENDS support Differential Revision: https://reviews.freebsd.org/D18398 Approved by: portmgr (mat) Modified: head/Mk/bsd.options.mk Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Thu Dec 6 20:33:12 2018 (r486798) +++ head/Mk/bsd.options.mk Thu Dec 6 20:33:20 2018 (r486799) @@ -184,7 +184,7 @@ _OPTIONS_FLAGS= ALL_TARGET BROKEN CATEGORIES CFLAGS CO MASTER_SITES PATCHFILES PATCH_SITES PLIST_DIRS PLIST_FILES \ PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST \ TEST_TARGET USES BINARY_ALIAS -_OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN +_OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN TEST # The format here is target_family:priority:target-type _OPTIONS_TARGETS= fetch:300:pre fetch:500:do fetch:700:post \ From owner-svn-ports-all@freebsd.org Thu Dec 6 20:33:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE1B813125D6; Thu, 6 Dec 2018 20:33:30 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 738E080384; Thu, 6 Dec 2018 20:33:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C4C53D5A; Thu, 6 Dec 2018 20:33:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KXSoH054489; Thu, 6 Dec 2018 20:33:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KXS1A054488; Thu, 6 Dec 2018 20:33:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062033.wB6KXS1A054488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486800 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 486800 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 738E080384 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:33:31 -0000 Author: sunpoet Date: Thu Dec 6 20:33:28 2018 New Revision: 486800 URL: https://svnweb.freebsd.org/changeset/ports/486800 Log: Update URL Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Dec 6 20:33:20 2018 (r486799) +++ head/Mk/bsd.sites.mk Thu Dec 6 20:33:28 2018 (r486800) @@ -1029,7 +1029,7 @@ MASTER_SITE_SAMBA+= \ https://ftp.samba.org/pub/%SUBDIR%/ .endif -# List: http://download.savannah.gnu.org/mirmon/ +# List: https://download.savannah.gnu.org/mirmon/ .if !defined(IGNORE_MASTER_SITE_SAVANNAH) MASTER_SITE_SAVANNAH+= \ https://download.savannah.gnu.org/releases/%SUBDIR%/ \ From owner-svn-ports-all@freebsd.org Thu Dec 6 20:33:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0F9D13125FF; Thu, 6 Dec 2018 20:33:33 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 463C8803CD; Thu, 6 Dec 2018 20:33:33 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94273D5E; Thu, 6 Dec 2018 20:33:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6KXVLa054589; Thu, 6 Dec 2018 20:33:31 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KXVS5054588; Thu, 6 Dec 2018 20:33:31 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201812062033.wB6KXVS5054588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 6 Dec 2018 20:33:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486801 - head/security/wpa_supplicant/files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/wpa_supplicant/files X-SVN-Commit-Revision: 486801 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 463C8803CD X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:33:33 -0000 Author: cy Date: Thu Dec 6 20:33:31 2018 New Revision: 486801 URL: https://svnweb.freebsd.org/changeset/ports/486801 Log: Add missing file that should have been in r486779. Added: head/security/wpa_supplicant/files/patch-src_common_dhcp.h (contents, props changed) Added: head/security/wpa_supplicant/files/patch-src_common_dhcp.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/wpa_supplicant/files/patch-src_common_dhcp.h Thu Dec 6 20:33:31 2018 (r486801) @@ -0,0 +1,25 @@ +--- src/common/dhcp.h.orig 2018-12-02 11:34:59.000000000 -0800 ++++ src/common/dhcp.h 2018-12-06 00:01:11.429254000 -0800 +@@ -9,6 +9,22 @@ + #ifndef DHCP_H + #define DHCP_H + ++/* ++ * Translate Linux to FreeBSD ++ */ ++#define iphdr ip ++#define ihl ip_hl ++#define verson ip_v ++#define tos ip_tos ++#define tot_len ip_len ++#define id ip_id ++#define frag_off ip_off ++#define ttl ip_ttl ++#define protocol ip_p ++#define check ip_sum ++#define saddr ip_src ++#define daddr ip_dst ++ + #include + #if __FAVOR_BSD + #include From owner-svn-ports-all@freebsd.org Thu Dec 6 20:33:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03E8D1312640; Thu, 6 Dec 2018 20:33:38 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 999FB8043E; Thu, 6 Dec 2018 20:33:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 21DD3D69; Thu, 6 Dec 2018 20:33:37 +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 wB6KXbAJ054698; Thu, 6 Dec 2018 20:33:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KXbvV054697; Thu, 6 Dec 2018 20:33:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062033.wB6KXbvV054697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:33:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486802 - head/devel/protobuf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/protobuf X-SVN-Commit-Revision: 486802 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 999FB8043E X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:33:38 -0000 Author: sunpoet Date: Thu Dec 6 20:33:36 2018 New Revision: 486802 URL: https://svnweb.freebsd.org/changeset/ports/486802 Log: Fix build on powerpc64 PR: 233816 Submitted by: Piotr Kubaj Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Thu Dec 6 20:33:31 2018 (r486801) +++ head/devel/protobuf/Makefile Thu Dec 6 20:33:36 2018 (r486802) @@ -20,7 +20,7 @@ TEST_DEPENDS= googlemock>=0:devel/googlemock \ USES= autoreconf compiler:c++11-lang gmake libtool localbase pathfix pkgconfig -CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src +CFLAGS+= -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src CONFIGURE_ENV= CC_FOR_BUILD="${CC}" \ CFLAGS_FOR_BUILD="${CFLAGS}" \ CPPFLAGS_FOR_BUILD="${CPPFLAGS}" \ From owner-svn-ports-all@freebsd.org Thu Dec 6 20:33:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A7AC1312673; Thu, 6 Dec 2018 20:33:47 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 218F280519; Thu, 6 Dec 2018 20:33:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65056D6C; Thu, 6 Dec 2018 20:33: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 wB6KXjMd054820; Thu, 6 Dec 2018 20:33:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6KXj0N054819; Thu, 6 Dec 2018 20:33:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812062033.wB6KXj0N054819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Dec 2018 20:33:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486803 - head/security/nettle X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/nettle X-SVN-Commit-Revision: 486803 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 218F280519 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 20:33:47 -0000 Author: sunpoet Date: Thu Dec 6 20:33:44 2018 New Revision: 486803 URL: https://svnweb.freebsd.org/changeset/ports/486803 Log: Fix build on powerpc64 PR: 233816 Submitted by: Piotr Kubaj Modified: head/security/nettle/Makefile Modified: head/security/nettle/Makefile ============================================================================== --- head/security/nettle/Makefile Thu Dec 6 20:33:36 2018 (r486802) +++ head/security/nettle/Makefile Thu Dec 6 20:33:44 2018 (r486803) @@ -20,11 +20,12 @@ LIB_DEPENDS= libgmp.so:math/gmp OPTIONS_DEFINE= DOCS EXAMPLES -USES= gmake localbase makeinfo pathfix +USES= compiler:c11 gmake localbase makeinfo pathfix CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= M4="/usr/bin/m4 -g" GNU_CONFIGURE= yes +#USE_CSTD= c11 USE_LDCONFIG= yes INFO= nettle From owner-svn-ports-all@freebsd.org Thu Dec 6 21:42:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A94051314C30; Thu, 6 Dec 2018 21:42:31 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FAD6837FF; Thu, 6 Dec 2018 21:42:31 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30B321951; Thu, 6 Dec 2018 21:42:31 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6LgV20090484; Thu, 6 Dec 2018 21:42:31 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6LgUan090483; Thu, 6 Dec 2018 21:42:30 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201812062142.wB6LgUan090483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Thu, 6 Dec 2018 21:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486804 - head/net-p2p/qtum X-SVN-Group: ports-head X-SVN-Commit-Author: vd X-SVN-Commit-Paths: head/net-p2p/qtum X-SVN-Commit-Revision: 486804 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4FAD6837FF X-Spamd-Result: default: False [-1.90 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 21:42:31 -0000 Author: vd Date: Thu Dec 6 21:42:30 2018 New Revision: 486804 URL: https://svnweb.freebsd.org/changeset/ports/486804 Log: net-p2p/qtum: Upgrade from 0.16.1 to 0.16.2 Modified: head/net-p2p/qtum/Makefile head/net-p2p/qtum/distinfo Modified: head/net-p2p/qtum/Makefile ============================================================================== --- head/net-p2p/qtum/Makefile Thu Dec 6 20:33:44 2018 (r486803) +++ head/net-p2p/qtum/Makefile Thu Dec 6 21:42:30 2018 (r486804) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qtum -PORTVERSION= 0.16.1 -PORTREVISION= 1 +PORTVERSION= 0.16.2 DISTVERSIONPREFIX= mainnet-ignition-v CATEGORIES= net-p2p finance Modified: head/net-p2p/qtum/distinfo ============================================================================== --- head/net-p2p/qtum/distinfo Thu Dec 6 20:33:44 2018 (r486803) +++ head/net-p2p/qtum/distinfo Thu Dec 6 21:42:30 2018 (r486804) @@ -1,5 +1,5 @@ -TIMESTAMP = 1540482356 -SHA256 (qtumproject-qtum-mainnet-ignition-v0.16.1_GH0.tar.gz) = baf8f0fc1f0d0782090e272e092349b628d032e94c67e611717b1a90ec116484 -SIZE (qtumproject-qtum-mainnet-ignition-v0.16.1_GH0.tar.gz) = 12229824 +TIMESTAMP = 1544131893 +SHA256 (qtumproject-qtum-mainnet-ignition-v0.16.2_GH0.tar.gz) = d5ad877c4b77b71e5b393d9f8db33862628565008f794cb144566486350f4ba9 +SIZE (qtumproject-qtum-mainnet-ignition-v0.16.2_GH0.tar.gz) = 12232918 SHA256 (qtumproject-cpp-eth-qtum-d6081ecc98e3c5f4701363_GH0.tar.gz) = 62c858543510aaf656ce0a247e26fbce4a9b11d1fa424f40e9ff0fdc822b4b34 SIZE (qtumproject-cpp-eth-qtum-d6081ecc98e3c5f4701363_GH0.tar.gz) = 1114149 From owner-svn-ports-all@freebsd.org Thu Dec 6 23:06:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1EEB1317A54; Thu, 6 Dec 2018 23:06:50 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8837D86DAF; Thu, 6 Dec 2018 23:06:50 +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 692ED2747; Thu, 6 Dec 2018 23:06:50 +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 wB6N6o5q031557; Thu, 6 Dec 2018 23:06:50 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6N6o3Z031556; Thu, 6 Dec 2018 23:06:50 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812062306.wB6N6o3Z031556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 6 Dec 2018 23:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486805 - head/science/cdo X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/science/cdo X-SVN-Commit-Revision: 486805 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8837D86DAF X-Spamd-Result: default: False [-1.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 23:06:51 -0000 Author: linimon Date: Thu Dec 6 23:06:49 2018 New Revision: 486805 URL: https://svnweb.freebsd.org/changeset/ports/486805 Log: Now builds on powerpc64. Reported by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/science/cdo/Makefile Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Thu Dec 6 21:42:30 2018 (r486804) +++ head/science/cdo/Makefile Thu Dec 6 23:06:49 2018 (r486805) @@ -14,8 +14,6 @@ COMMENT= Climate Data Operators LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: remaplib.cc:1504:6: internal compiler error: in gsi_insert_seq_nodes_after, at gimple-iterator.c:283 - OPTIONS_DEFINE= CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID OPTIONS_DEFAULT=CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS UUID OPTIONS_SUB= yes From owner-svn-ports-all@freebsd.org Thu Dec 6 23:14:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 746871318017; Thu, 6 Dec 2018 23:14:07 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C69087564; Thu, 6 Dec 2018 23:14:07 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F195E2920; Thu, 6 Dec 2018 23:14:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6NE6n8036848; Thu, 6 Dec 2018 23:14:06 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6NE6Il036846; Thu, 6 Dec 2018 23:14:06 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201812062314.wB6NE6Il036846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 6 Dec 2018 23:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486807 - head/lang/gcc9-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc9-devel X-SVN-Commit-Revision: 486807 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1C69087564 X-Spamd-Result: default: False [-1.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 23:14:07 -0000 Author: gerald Date: Thu Dec 6 23:14:06 2018 New Revision: 486807 URL: https://svnweb.freebsd.org/changeset/ports/486807 Log: Update to the 20181202 snapshot of GCC 9. Modified: head/lang/gcc9-devel/Makefile head/lang/gcc9-devel/distinfo Modified: head/lang/gcc9-devel/Makefile ============================================================================== --- head/lang/gcc9-devel/Makefile Thu Dec 6 23:12:55 2018 (r486806) +++ head/lang/gcc9-devel/Makefile Thu Dec 6 23:14:06 2018 (r486807) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 9.0.0.s20181125 +PORTVERSION= 9.0.0.s20181202 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc9-devel/distinfo ============================================================================== --- head/lang/gcc9-devel/distinfo Thu Dec 6 23:12:55 2018 (r486806) +++ head/lang/gcc9-devel/distinfo Thu Dec 6 23:14:06 2018 (r486807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543276778 -SHA256 (gcc-9-20181125.tar.xz) = 87afbab2198c846d553e58aeab4f4813791e67c2f1e39723cd000b7c8a102f0e -SIZE (gcc-9-20181125.tar.xz) = 67206644 +TIMESTAMP = 1543791048 +SHA256 (gcc-9-20181202.tar.xz) = 02846fd3d047180f4df84d043b367ad5fbdb9891a744000955797eaf5b2ca202 +SIZE (gcc-9-20181202.tar.xz) = 67269888 From owner-svn-ports-all@freebsd.org Thu Dec 6 23:12:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8A551317FA4; Thu, 6 Dec 2018 23:12:56 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 806C48741A; Thu, 6 Dec 2018 23:12:56 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 618EC2918; Thu, 6 Dec 2018 23:12:56 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB6NCubM036677; Thu, 6 Dec 2018 23:12:56 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6NCu3X036676; Thu, 6 Dec 2018 23:12:56 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201812062312.wB6NCu3X036676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 6 Dec 2018 23:12:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486806 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 486806 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 806C48741A X-Spamd-Result: default: False [-1.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 23:12:57 -0000 Author: gerald Date: Thu Dec 6 23:12:55 2018 New Revision: 486806 URL: https://svnweb.freebsd.org/changeset/ports/486806 Log: Explicitly configure without SDL (SLD2) support to increase reproducability of builds. Without this existing SDL files might be found and used when building outside of a clean and minimal build environment. Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Thu Dec 6 23:06:49 2018 (r486805) +++ head/emulators/wine-devel/Makefile Thu Dec 6 23:12:55 2018 (r486806) @@ -39,6 +39,7 @@ CONFIGURE_ARGS+=--verbose \ --with-oss \ --without-pulse \ --without-sane \ + --without-sdl \ --without-tiff \ --without-udev CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" From owner-svn-ports-all@freebsd.org Thu Dec 6 23:33:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA6FC131A641; Thu, 6 Dec 2018 23:33:47 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CB9C6AF38; Thu, 6 Dec 2018 23:33:47 +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 1DAE42C8C; Thu, 6 Dec 2018 23:33:47 +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 wB6NXlKQ046892; Thu, 6 Dec 2018 23:33:47 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6NXkhE046891; Thu, 6 Dec 2018 23:33:46 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812062333.wB6NXkhE046891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 6 Dec 2018 23:33:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486808 - head/x11-toolkits/gtksourceview3 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/x11-toolkits/gtksourceview3 X-SVN-Commit-Revision: 486808 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3CB9C6AF38 X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 23:33:47 -0000 Author: linimon Date: Thu Dec 6 23:33:46 2018 New Revision: 486808 URL: https://svnweb.freebsd.org/changeset/ports/486808 Log: Move compiler:c11 to the common USES case to fix the build on powerpc64. PR: 221643 Reported by: solence at zoho dot eu Approved by: portmgr (tier-2 blanket) Modified: head/x11-toolkits/gtksourceview3/Makefile Modified: head/x11-toolkits/gtksourceview3/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview3/Makefile Thu Dec 6 23:14:06 2018 (r486807) +++ head/x11-toolkits/gtksourceview3/Makefile Thu Dec 6 23:33:46 2018 (r486808) @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget -USES= tar:xz +USES= compiler:c11 tar:xz PORTSCOUT= limitw:1,even @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even BUILD_DEPENDS= vala:lang/vala LIB_DEPENDS= libfribidi.so:converters/fribidi -USES+= compiler:c11 gettext gmake gnome libtool pathfix pkgconfig +USES+= gettext gmake gnome libtool pathfix pkgconfig USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \ introspection:build libxml2 referencehack From owner-svn-ports-all@freebsd.org Thu Dec 6 23:40:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF874131A9CE; Thu, 6 Dec 2018 23:40:16 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B0486B3EB; Thu, 6 Dec 2018 23:40:16 +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 F0D372C9D; Thu, 6 Dec 2018 23:40: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 wB6NeFt2047290; Thu, 6 Dec 2018 23:40:15 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6NeFnN047289; Thu, 6 Dec 2018 23:40:15 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812062340.wB6NeFnN047289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 6 Dec 2018 23:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486809 - head/devel/libdbusmenu X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/libdbusmenu X-SVN-Commit-Revision: 486809 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1B0486B3EB X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 23:40:17 -0000 Author: linimon Date: Thu Dec 6 23:40:15 2018 New Revision: 486809 URL: https://svnweb.freebsd.org/changeset/ports/486809 Log: -Wno-unused-value is needed to build with base GCC. While here, add USES=gnome. PR: 232608 Submitted by: Piotr Kubaj Modified: head/devel/libdbusmenu/Makefile Modified: head/devel/libdbusmenu/Makefile ============================================================================== --- head/devel/libdbusmenu/Makefile Thu Dec 6 23:33:46 2018 (r486808) +++ head/devel/libdbusmenu/Makefile Thu Dec 6 23:40:15 2018 (r486809) @@ -22,7 +22,8 @@ BUILD_DEPENDS= vapigen:lang/vala \ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig python:run shebangfix +USES= compiler gmake gnome libtool pathfix pkgconfig python:run \ + shebangfix USE_GNOME= gnomedocutils:build glib20 intltool intlhack libxslt \ introspection:build gtk30 USE_XORG= x11 @@ -43,4 +44,10 @@ CONFIGURE_ARGS= --disable-static \ --enable-vala \ --with-gtk=3 -.include +.include + +.if ${CHOSEN_COMPILER_TYPE} == gcc +CFLAGS+= -Wno-unused-value +.endif + +.include From owner-svn-ports-all@freebsd.org Thu Dec 6 23:56:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E053F131B711; Thu, 6 Dec 2018 23:56:00 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88E906C43E; Thu, 6 Dec 2018 23:56:00 +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 694FA2FF0; Thu, 6 Dec 2018 23:56:00 +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 wB6Nu053057554; Thu, 6 Dec 2018 23:56:00 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB6Nu014057553; Thu, 6 Dec 2018 23:56:00 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812062356.wB6Nu014057553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 6 Dec 2018 23:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486810 - head/devel/tigcc X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/tigcc X-SVN-Commit-Revision: 486810 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 88E906C43E X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 23:56:01 -0000 Author: linimon Date: Thu Dec 6 23:55:59 2018 New Revision: 486810 URL: https://svnweb.freebsd.org/changeset/ports/486810 Log: -fnested-functions is necessary to support nested functions with base GCC. While here, pet portlint. PR: 232520 Submitted by: Piotr Kubaj Approved by: maintainer (earlier version of patch) Modified: head/devel/tigcc/Makefile Modified: head/devel/tigcc/Makefile ============================================================================== --- head/devel/tigcc/Makefile Thu Dec 6 23:40:15 2018 (r486809) +++ head/devel/tigcc/Makefile Thu Dec 6 23:55:59 2018 (r486810) @@ -15,13 +15,8 @@ DISTFILES= gcc-core-4.1-20060728.tar.bz2:gcc \ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= C compiler for the TI89, 92, and 92+ calculators -BROKEN_mips= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable -BROKEN_mips64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable -BROKEN_powerpc64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable -BROKEN_sparc64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable - -USE_CSTD= gnu89 USES= bison compiler:nestedfct gmake tar:bzip2 +USE_CSTD= gnu89 NO_WRKSUBDIR= yes SUB_FILES= pkg-message @@ -143,4 +138,10 @@ do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${CP} ${WRKSRC}/tigcc/tigcclib/examples/* ${STAGEDIR}${EXAMPLESDIR}/ -.include +.include + +.if ${CHOSEN_COMPILER_TYPE} == gcc +CFLAGS+= -fnested-functions +.endif + +.include From owner-svn-ports-all@freebsd.org Fri Dec 7 00:04:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 639E013211A3; Fri, 7 Dec 2018 00:04:11 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07E626CD5D; Fri, 7 Dec 2018 00:04:11 +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 DA734319B; Fri, 7 Dec 2018 00:04:10 +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 wB704Af3062795; Fri, 7 Dec 2018 00:04:10 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB704ASZ062793; Fri, 7 Dec 2018 00:04:10 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812070004.wB704ASZ062793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 00:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486811 - head/devel/arachne-pnr/files X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/arachne-pnr/files X-SVN-Commit-Revision: 486811 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 07E626CD5D X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 00:04:11 -0000 Author: linimon Date: Fri Dec 7 00:04:10 2018 New Revision: 486811 URL: https://svnweb.freebsd.org/changeset/ports/486811 Log: Archs using base gcc require including sys/param.h for u_int definitions. PR: 233538 Submitted by: Piotr Kubaj Reviewed by: maintainer Added: head/devel/arachne-pnr/files/ head/devel/arachne-pnr/files/patch-src_util.cc (contents, props changed) Added: head/devel/arachne-pnr/files/patch-src_util.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arachne-pnr/files/patch-src_util.cc Fri Dec 7 00:04:10 2018 (r486811) @@ -0,0 +1,10 @@ +--- src/util.cc.orig 2018-11-26 16:01:24 UTC ++++ src/util.cc +@@ -30,6 +30,7 @@ + # include + # include + #elif defined(__FreeBSD__) ++# include + # include + # include // TODO 180528: remove this + #else From owner-svn-ports-all@freebsd.org Fri Dec 7 00:10:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65EC31321716; Fri, 7 Dec 2018 00:10:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DD4A6D2E6; Fri, 7 Dec 2018 00:10:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2F4631AF; Fri, 7 Dec 2018 00:10:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB70A6Y5063228; Fri, 7 Dec 2018 00:10:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB70A6D7063225; Fri, 7 Dec 2018 00:10:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070010.wB70A6D7063225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 00:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486812 - in head/biology: . groopm X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/biology: . groopm X-SVN-Commit-Revision: 486812 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0DD4A6D2E6 X-Spamd-Result: default: False [-1.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 00:10:07 -0000 Author: yuri Date: Fri Dec 7 00:10:05 2018 New Revision: 486812 URL: https://svnweb.freebsd.org/changeset/ports/486812 Log: New port: math/groopm: Metagenomic binning suite Added: head/biology/groopm/ head/biology/groopm/Makefile (contents, props changed) head/biology/groopm/distinfo (contents, props changed) head/biology/groopm/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri Dec 7 00:04:10 2018 (r486811) +++ head/biology/Makefile Fri Dec 7 00:10:05 2018 (r486812) @@ -42,6 +42,7 @@ SUBDIR += gmap SUBDIR += gperiodic SUBDIR += grappa + SUBDIR += groopm SUBDIR += hmmer SUBDIR += htslib SUBDIR += hyphy Added: head/biology/groopm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/groopm/Makefile Fri Dec 7 00:10:05 2018 (r486812) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= GroopM +DISTVERSION= 0.3.4 +CATEGORIES= biology python +MASTER_SITES= CHEESESHOP + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Metagenomic binning suite + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1.0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.10.1:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tables>=2.3:devel/py-tables@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils noflavors autoplist + +NO_ARCH= yes + +.include Added: head/biology/groopm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/groopm/distinfo Fri Dec 7 00:10:05 2018 (r486812) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544140602 +SHA256 (GroopM-0.3.4.tar.gz) = 48bdaeb9010e7d81785697a55edc394ef36c2646b310d625a24bec740f1b6080 +SIZE (GroopM-0.3.4.tar.gz) = 127707 Added: head/biology/groopm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/groopm/pkg-descr Fri Dec 7 00:10:05 2018 (r486812) @@ -0,0 +1,7 @@ +GroopM is a metagenomic binning toolset. It leverages spatio-temoral +dynamics (differential coverage) to accurately (and almost automatically) +extract population genomes from multi-sample metagenomic datasets. + +GroopM is largely parameter-free. Use: groopm -h for more info. + +WWW: http://ecogenomics.github.io/GroopM/ From owner-svn-ports-all@freebsd.org Fri Dec 7 00:12:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2737C1321A8F; Fri, 7 Dec 2018 00:12:56 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8DD76D77D; Fri, 7 Dec 2018 00:12:55 +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 99489333E; Fri, 7 Dec 2018 00:12:55 +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 wB70Ctu5068061; Fri, 7 Dec 2018 00:12:55 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB70Ctpt068060; Fri, 7 Dec 2018 00:12:55 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812070012.wB70Ctpt068060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 00:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486813 - head/graphics/graphene/files X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/graphics/graphene/files X-SVN-Commit-Revision: 486813 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B8DD76D77D X-Spamd-Result: default: False [-1.89 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 00:12:56 -0000 Author: linimon Date: Fri Dec 7 00:12:55 2018 New Revision: 486813 URL: https://svnweb.freebsd.org/changeset/ports/486813 Log: This port sets -Werror=shadow, yet uses a variable 'round' in a function, which shadows the function declared in math.h, causing a build failure on gcc-based architectures.. PR: 231912 Submitted by: jhibbits Reviewed by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Added: head/graphics/graphene/files/ head/graphics/graphene/files/patch-src_bench_graphene-bench-utils.c (contents, props changed) Added: head/graphics/graphene/files/patch-src_bench_graphene-bench-utils.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/graphene/files/patch-src_bench_graphene-bench-utils.c Fri Dec 7 00:12:55 2018 (r486813) @@ -0,0 +1,20 @@ +--- src/bench/graphene-bench-utils.c.orig 2018-12-04 11:34:21 UTC ++++ src/bench/graphene-bench-utils.c +@@ -271,7 +271,7 @@ graphene_bench_print_results (const char *impl, + { + const char *d_unit, *round_unit, *iter_unit; + double d = format_time (elapsed, &d_unit); +- double round = format_time (avg, &round_unit); ++ double my_round = format_time (avg, &round_unit); + double iter = format_time (avg / bench_unit_rounds, &iter_unit); + + switch (bench_output) +@@ -283,7 +283,7 @@ graphene_bench_print_results (const char *impl, + " Per iteration: %.6f %s\n", + path, (gint64) (num_rounds * bench_unit_rounds), impl, + d, d_unit, num_rounds, +- round, round_unit, bench_unit_rounds, ++ my_round, round_unit, bench_unit_rounds, + iter, iter_unit); + break; + From owner-svn-ports-all@freebsd.org Fri Dec 7 00:26:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2875513227A3; Fri, 7 Dec 2018 00:26:52 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C52706E45F; Fri, 7 Dec 2018 00:26:51 +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 A79E13866; Fri, 7 Dec 2018 00:26:51 +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 wB70QpL6073332; Fri, 7 Dec 2018 00:26:51 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB70QpPJ073329; Fri, 7 Dec 2018 00:26:51 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812070026.wB70QpPJ073329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 00:26:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486815 - head/comms/liquid-dsp/files X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/comms/liquid-dsp/files X-SVN-Commit-Revision: 486815 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C52706E45F X-Spamd-Result: default: False [-1.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 00:26:52 -0000 Author: linimon Date: Fri Dec 7 00:26:50 2018 New Revision: 486815 URL: https://svnweb.freebsd.org/changeset/ports/486815 Log: Running this port on powerpc64 platform requires Altivec-related fixes. Taken from https://github.com/jgaeddert/liquid-dsp/pull/136 . PR: 233790 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Added: head/comms/liquid-dsp/files/ head/comms/liquid-dsp/files/patch-configure.ac (contents, props changed) head/comms/liquid-dsp/files/patch-src_dotprod_src_dotprod__crcf.av.c (contents, props changed) head/comms/liquid-dsp/files/patch-src_dotprod_src_dotprod__rrrf.av.c (contents, props changed) Added: head/comms/liquid-dsp/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/liquid-dsp/files/patch-configure.ac Fri Dec 7 00:26:50 2018 (r486815) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2018-12-04 23:39:19 UTC ++++ configure.ac +@@ -195,7 +195,7 @@ else + src/dotprod/src/dotprod_rrrf.av.o \ + src/dotprod/src/dotprod_crcf.av.o \ + src/dotprod/src/sumsq.o" +- ARCH_OPTION="-fno-common -faltivec";; ++ ARCH_OPTION="-fno-common -maltivec";; + armv1*|armv2*|armv3*|armv4*|armv5*|armv6*) + # assume neon instructions are NOT available + MLIBS_DOTPROD="src/dotprod/src/dotprod_cccf.o \ Added: head/comms/liquid-dsp/files/patch-src_dotprod_src_dotprod__crcf.av.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/liquid-dsp/files/patch-src_dotprod_src_dotprod__crcf.av.c Fri Dec 7 00:26:50 2018 (r486815) @@ -0,0 +1,39 @@ +--- src/dotprod/src/dotprod_crcf.av.c.orig 2018-12-04 23:40:11 UTC ++++ src/dotprod/src/dotprod_crcf.av.c +@@ -26,6 +26,7 @@ + + #include + #include ++#include + + #include "liquid.internal.h" + +@@ -168,8 +169,8 @@ void dotprod_crcf_execute(dotprod_crcf _q, + union { vector float v; float w[4];} s; + unsigned int nblocks; + +- ar = (vector float*)( (int)_x & ~15); +- al = ((int)_x & 15)/sizeof(float); ++ ar = (vector float*)( (uintptr_t)_x & ~15); ++ al = ((uintptr_t)_x & 15)/sizeof(float); + + d = (vector float*)_q->h[al]; + +@@ -179,7 +180,7 @@ void dotprod_crcf_execute(dotprod_crcf _q, + // split into four vectors each with four 32-bit + // partial sums. Effectively each loop iteration + // operates on 16 input samples at a time. +- s0 = s1 = s2 = s3 = (vector float)(0); ++ s0 = s1 = s2 = s3 = (vector float){0,0,0,0}; + while (nblocks >= 4) { + s0 = vec_madd(ar[nblocks-1],d[nblocks-1],s0); + s1 = vec_madd(ar[nblocks-2],d[nblocks-2],s1); +@@ -200,7 +201,7 @@ void dotprod_crcf_execute(dotprod_crcf _q, + // move the result into the union s (effetively, + // this loads the four 32-bit values in s0 into + // the array w). +- s.v = vec_add(s0,(vector float)(0)); ++ s.v = vec_add(s0,(vector float){0,0,0,0}); + + // sum the resulting array + //*_r = s.w[0] + s.w[1] + s.w[2] + s.w[3]; Added: head/comms/liquid-dsp/files/patch-src_dotprod_src_dotprod__rrrf.av.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/liquid-dsp/files/patch-src_dotprod_src_dotprod__rrrf.av.c Fri Dec 7 00:26:50 2018 (r486815) @@ -0,0 +1,39 @@ +--- src/dotprod/src/dotprod_rrrf.av.c.orig 2018-12-04 23:41:32 UTC ++++ src/dotprod/src/dotprod_rrrf.av.c +@@ -26,6 +26,7 @@ + + #include + #include ++#include + + #include "liquid.internal.h" + +@@ -163,8 +164,8 @@ void dotprod_rrrf_execute(dotprod_rrrf _q, + union { vector float v; float w[4];} s; + unsigned int nblocks; + +- ar = (vector float*)( (int)_x & ~15); +- al = ((int)_x & 15)/sizeof(float); ++ ar = (vector float*)( (uintptr_t)_x & ~15); ++ al = ((uintptr_t)_x & 15)/sizeof(float); + + d = (vector float*)_q->h[al]; + +@@ -173,7 +174,7 @@ void dotprod_rrrf_execute(dotprod_rrrf _q, + // split into four vectors each with four 32-bit + // partial sums. Effectively each loop iteration + // operates on 16 input samples at a time. +- s0 = s1 = s2 = s3 = (vector float)(0); ++ s0 = s1 = s2 = s3 = (vector float){0,0,0,0}; + while (nblocks >= 4) { + s0 = vec_madd(ar[nblocks-1],d[nblocks-1],s0); + s1 = vec_madd(ar[nblocks-2],d[nblocks-2],s1); +@@ -194,7 +195,7 @@ void dotprod_rrrf_execute(dotprod_rrrf _q, + // move the result into the union s (effetively, + // this loads the four 32-bit values in s0 into + // the array w). +- s.v = vec_add(s0,(vector float)(0)); ++ s.v = vec_add(s0,(vector float){0,0,0,0}); + + // sum the resulting array + *_r = s.w[0] + s.w[1] + s.w[2] + s.w[3]; From owner-svn-ports-all@freebsd.org Fri Dec 7 00:26:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB3B413226D3; Fri, 7 Dec 2018 00:26: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EDA96E310; Fri, 7 Dec 2018 00:26: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 5F5533865; Fri, 7 Dec 2018 00:26: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 wB70Q534073185; Fri, 7 Dec 2018 00:26:05 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB70Q44B073181; Fri, 7 Dec 2018 00:26:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070026.wB70Q44B073181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 00:26:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486814 - in head/biology: . checkm X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/biology: . checkm X-SVN-Commit-Revision: 486814 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7EDA96E310 X-Spamd-Result: default: False [-1.88 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.87)[-0.865,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 00:26:06 -0000 Author: yuri Date: Fri Dec 7 00:26:04 2018 New Revision: 486814 URL: https://svnweb.freebsd.org/changeset/ports/486814 Log: New port: math/checkm: Quality assessment tool for the microbial genomes Added: head/biology/checkm/ head/biology/checkm/Makefile (contents, props changed) head/biology/checkm/distinfo (contents, props changed) head/biology/checkm/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri Dec 7 00:12:55 2018 (r486813) +++ head/biology/Makefile Fri Dec 7 00:26:04 2018 (r486814) @@ -16,6 +16,7 @@ SUBDIR += canu SUBDIR += cd-hit SUBDIR += cdbfasta + SUBDIR += checkm SUBDIR += chemeq SUBDIR += clustal-omega SUBDIR += clustalw Added: head/biology/checkm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/checkm/Makefile Fri Dec 7 00:26:04 2018 (r486814) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= CheckM +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.12 +CATEGORIES= biology python + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Quality assessment tool for the microbial genomes + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}DendroPy>=4.0.0:science/py-DendroPy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.3.1:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pysam>=0.8.3:biology/py-pysam@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.9.0:science/py-scipy@${PY_FLAVOR} + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= Ecogenomics +USE_PYTHON= distutils noflavors autoplist + +NO_ARCH= yes + +.include Added: head/biology/checkm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/checkm/distinfo Fri Dec 7 00:26:04 2018 (r486814) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544141583 +SHA256 (Ecogenomics-CheckM-v1.0.12_GH0.tar.gz) = 4aca26d0ae903ed7567cfc6ec53dc1d2ea909d58a0c4c6e2318a1885abbcfd91 +SIZE (Ecogenomics-CheckM-v1.0.12_GH0.tar.gz) = 211396 Added: head/biology/checkm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/checkm/pkg-descr Fri Dec 7 00:26:04 2018 (r486814) @@ -0,0 +1,12 @@ +CheckM provides a set of tools for assessing the quality of genomes recovered +from isolates, single cells, or metagenomes. It provides robust estimates of +genome completeness and contamination by using collocated sets of genes that +are ubiquitous and single-copy within a phylogenetic lineage. Assessment of +genome quality can also be examined using plots depicting key genomic +characteristics (e.g., GC, coding density) which highlight sequences outside +the expected distributions of a typical genome. CheckM also provides tools for +identifying genome bins that are likely candidates for merging based on marker +set compatibility, similarity in genomic characteristics, and proximity within +a reference genome tree. + +WWW: https://ecogenomics.github.io/CheckM/ From owner-svn-ports-all@freebsd.org Fri Dec 7 00:41:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDDFA1323194; Fri, 7 Dec 2018 00:41:36 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83F296F260; Fri, 7 Dec 2018 00:41:36 +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 6518D3BF6; Fri, 7 Dec 2018 00:41:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB70fafB081573; Fri, 7 Dec 2018 00:41:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB70faPu081572; Fri, 7 Dec 2018 00:41:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070041.wB70faPu081572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 00:41:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486816 - head/science/nwchem X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/nwchem X-SVN-Commit-Revision: 486816 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 83F296F260 X-Spamd-Result: default: False [-1.90 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 00:41:37 -0000 Author: yuri Date: Fri Dec 7 00:41:35 2018 New Revision: 486816 URL: https://svnweb.freebsd.org/changeset/ports/486816 Log: science/nwchem: fix build on powerpc64 PR: 233838 Submitted by: Piotr Kubaj Modified: head/science/nwchem/Makefile head/science/nwchem/distinfo Modified: head/science/nwchem/Makefile ============================================================================== --- head/science/nwchem/Makefile Fri Dec 7 00:26:50 2018 (r486815) +++ head/science/nwchem/Makefile Fri Dec 7 00:41:35 2018 (r486816) @@ -4,6 +4,9 @@ PORTNAME= nwchem PORTVERSION= 6.8.1.20181107 CATEGORIES= science +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= ce7c387b4f37c70947cb3b41a6beaf8fce628634.patch:-p2 + MAINTAINER= yuri@FreeBSD.org COMMENT= High-performance computational chemistry software Modified: head/science/nwchem/distinfo ============================================================================== --- head/science/nwchem/distinfo Fri Dec 7 00:26:50 2018 (r486815) +++ head/science/nwchem/distinfo Fri Dec 7 00:41:35 2018 (r486816) @@ -1,3 +1,5 @@ -TIMESTAMP = 1541645398 +TIMESTAMP = 1544143113 SHA256 (nwchemgit-nwchem-6.8.1.20181107-master-oct22_2018-21-gd3913ef8b_GH0.tar.gz) = d496c76782299224ce42e944c69df6b5b1a8b1b9a20b18bacd7045c6228e9571 SIZE (nwchemgit-nwchem-6.8.1.20181107-master-oct22_2018-21-gd3913ef8b_GH0.tar.gz) = 166929038 +SHA256 (ce7c387b4f37c70947cb3b41a6beaf8fce628634.patch) = 7e690db9ab1af457bbd02086084deb9ab83c591dd332c0797890dd5c6be78019 +SIZE (ce7c387b4f37c70947cb3b41a6beaf8fce628634.patch) = 718 From owner-svn-ports-all@freebsd.org Fri Dec 7 00:48:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E89C71323480; Fri, 7 Dec 2018 00:48:21 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 891D66F621; Fri, 7 Dec 2018 00:48:21 +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 6A0723C56; Fri, 7 Dec 2018 00:48:21 +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 wB70mLRM084220; Fri, 7 Dec 2018 00:48:21 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB70mLhh084219; Fri, 7 Dec 2018 00:48:21 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812070048.wB70mLhh084219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 00:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486817 - head/devel/tigcc X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/tigcc X-SVN-Commit-Revision: 486817 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 891D66F621 X-Spamd-Result: default: False [-1.90 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.86)[-0.863,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 00:48:22 -0000 Author: linimon Date: Fri Dec 7 00:48:20 2018 New Revision: 486817 URL: https://svnweb.freebsd.org/changeset/ports/486817 Log: The previous patch actually failed on amd64 but I missed it. Correct it with feedback in the initial email from the PR. Pointy hat to: linimon Modified: head/devel/tigcc/Makefile Modified: head/devel/tigcc/Makefile ============================================================================== --- head/devel/tigcc/Makefile Fri Dec 7 00:41:35 2018 (r486816) +++ head/devel/tigcc/Makefile Fri Dec 7 00:48:20 2018 (r486817) @@ -140,7 +140,7 @@ do-install-EXAMPLES-on: .include -.if ${CHOSEN_COMPILER_TYPE} == gcc +.if exists(/usr/lib/libstdc++.so) CFLAGS+= -fnested-functions .endif From owner-svn-ports-all@freebsd.org Fri Dec 7 03:36:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 095B113277D6; Fri, 7 Dec 2018 03:36:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A26F7483A; Fri, 7 Dec 2018 03:36:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74EC95931; Fri, 7 Dec 2018 03:36:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB73aMPO071366; Fri, 7 Dec 2018 03:36:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB73aL5V071361; Fri, 7 Dec 2018 03:36:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070336.wB73aL5V071361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 03:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486818 - in head/math: . polylib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . polylib X-SVN-Commit-Revision: 486818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9A26F7483A X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 03:36:23 -0000 Author: yuri Date: Fri Dec 7 03:36:20 2018 New Revision: 486818 URL: https://svnweb.freebsd.org/changeset/ports/486818 Log: New port: math/polylib: Library of polyhedral functions Added: head/math/polylib/ head/math/polylib/Makefile (contents, props changed) head/math/polylib/distinfo (contents, props changed) head/math/polylib/pkg-descr (contents, props changed) head/math/polylib/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 7 00:48:20 2018 (r486817) +++ head/math/Makefile Fri Dec 7 03:36:20 2018 (r486818) @@ -671,6 +671,7 @@ SUBDIR += ploticus-nox11 SUBDIR += plplot SUBDIR += plplot-ada + SUBDIR += polylib SUBDIR += primegen SUBDIR += primme SUBDIR += prng Added: head/math/polylib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/polylib/Makefile Fri Dec 7 03:36:20 2018 (r486818) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= polylib +DISTVERSION= 5.22.5 +CATEGORIES= math +MASTER_SITES= http://icps.u-strasbg.fr/polylib/polylib_src/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library of polyhedral functions + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libgmp.so:math/gmp + +USES= gmake libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static \ + --with-libgmp=${LOCALBASE} # can also be built w/out libgmp, in which case the suffix on some files changes. Not sure if/how this is useful. +USE_LDCONFIG= yes + +.include Added: head/math/polylib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/polylib/distinfo Fri Dec 7 03:36:20 2018 (r486818) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544133099 +SHA256 (polylib-5.22.5.tar.gz) = 84622ff9dfa5d06f0c266960ed078bd3577a30fde6d7f8bed1041b9838cb731f +SIZE (polylib-5.22.5.tar.gz) = 2673630 Added: head/math/polylib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/polylib/pkg-descr Fri Dec 7 03:36:20 2018 (r486818) @@ -0,0 +1,20 @@ +The Polyhedral Library (PolyLib for short) operates on objects made up of +unions of polyhedra of any dimension. It was first developed by Doran Wilde at +IRISA, in Rennes, France, in connection with the ALPHA project. This first +version (1.1) manipulates non parameterized unions of polyhedra through the +following operations: intersection, difference, union, convex hull, simplify, +image and preimage, plus some input and output functions. The polyhedra are +computed in their dual implicit and Minkowski representations, in homogeneous +spaces. + +Version 2 of the PolyLib included parameterized vertices computation. +PolyLib3.14 includes Ehrhart polynomials computation, which permits to count +the number of integer points contained in a parameterized polyhedron. PolyLib4 +included the GNU MP library (as a compilation option), and 64 bits computations, +in order to avoid integer overflows. Polylib5 is a merge of Strasbourg, Rennes +and BYU Polylib. + +There is also the 'visualpolylib' project that permits to use the PolyLib +interactively. + +WWW: https://icps.u-strasbg.fr/polylib/ Added: head/math/polylib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/polylib/pkg-plist Fri Dec 7 03:36:20 2018 (r486818) @@ -0,0 +1,43 @@ +bin/c2p +bin/disjoint_union_adj +bin/disjoint_union_sep +bin/ehrhart_lower_bound +bin/ehrhart_quick_apx +bin/ehrhart_rankinggmp +bin/ehrhart_uniongmp +bin/ehrhart_upper_bound +bin/findv +bin/ppgmp +bin/r2p +bin/testehrhartgmp +include/polylib/Lattice.h +include/polylib/Matop.h +include/polylib/NormalForms.h +include/polylib/SolveDio.h +include/polylib/Zpolyhedron.h +include/polylib/alpha.h +include/polylib/arithmetic_errors.h +include/polylib/arithmetique.h +include/polylib/compress_parms.h +include/polylib/ehrhart.h +include/polylib/errormsg.h +include/polylib/eval_ehrhart.h +include/polylib/ext_ehrhart.h +include/polylib/homogenization.h +include/polylib/matrix.h +include/polylib/matrix_addon.h +include/polylib/matrix_permutations.h +include/polylib/param.h +include/polylib/polyhedron.h +include/polylib/polylib.h +include/polylib/polylib32.h +include/polylib/polylib64.h +include/polylib/polylibgmp.h +include/polylib/polyparam.h +include/polylib/ranking.h +include/polylib/types.h +include/polylib/vector.h +lib/libpolylibgmp.so +lib/libpolylibgmp.so.8 +lib/libpolylibgmp.so.8.1.0 +libdata/pkgconfig/polylibgmp.pc From owner-svn-ports-all@freebsd.org Fri Dec 7 03:55:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E2C71327DE6; Fri, 7 Dec 2018 03:55:15 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01A5B7513B; Fri, 7 Dec 2018 03:55:15 +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 D6BB95C77; Fri, 7 Dec 2018 03:55:14 +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 wB73tEUe081774; Fri, 7 Dec 2018 03:55:14 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB73tErd081773; Fri, 7 Dec 2018 03:55:14 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070355.wB73tErd081773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 03:55:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486819 - head/math/topcom X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/topcom X-SVN-Commit-Revision: 486819 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 01A5B7513B X-Spamd-Result: default: False [-2.07 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.987,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.11)[-0.112,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 03:55:15 -0000 Author: yuri Date: Fri Dec 7 03:55:14 2018 New Revision: 486819 URL: https://svnweb.freebsd.org/changeset/ports/486819 Log: math/topcom: Remove the unnecesary DISTVERSIONPREFIX Reported by: mat Modified: head/math/topcom/Makefile Modified: head/math/topcom/Makefile ============================================================================== --- head/math/topcom/Makefile Fri Dec 7 03:36:20 2018 (r486818) +++ head/math/topcom/Makefile Fri Dec 7 03:55:14 2018 (r486819) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= topcom -DISTVERSIONPREFIX= Release_ DISTVERSION= 0.17.8 CATEGORIES= math MASTER_SITES= http://www.rambau.wm.uni-bayreuth.de/Software/ From owner-svn-ports-all@freebsd.org Fri Dec 7 04:03:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 159361328099; Fri, 7 Dec 2018 04:03:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABBC075554; Fri, 7 Dec 2018 04:02:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 879105E2C; Fri, 7 Dec 2018 04:02:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB742x01086729; Fri, 7 Dec 2018 04:02:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB742wNQ086724; Fri, 7 Dec 2018 04:02:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070402.wB742wNQ086724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 04:02:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486820 - in head/math: . visualpolylib visualpolylib/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . visualpolylib visualpolylib/files X-SVN-Commit-Revision: 486820 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ABBC075554 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 04:03:00 -0000 Author: yuri Date: Fri Dec 7 04:02:58 2018 New Revision: 486820 URL: https://svnweb.freebsd.org/changeset/ports/486820 Log: New port: math/visualpolylib: Visualization program for PolyLib Added: head/math/visualpolylib/ head/math/visualpolylib/Makefile (contents, props changed) head/math/visualpolylib/distinfo (contents, props changed) head/math/visualpolylib/files/ head/math/visualpolylib/files/patch-configure (contents, props changed) head/math/visualpolylib/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 7 03:55:14 2018 (r486819) +++ head/math/Makefile Fri Dec 7 04:02:58 2018 (r486820) @@ -871,6 +871,7 @@ SUBDIR += units SUBDIR += unuran SUBDIR += viennacl + SUBDIR += visualpolylib SUBDIR += vowpal_wabbit SUBDIR += vtk6 SUBDIR += vtk8 Added: head/math/visualpolylib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/visualpolylib/Makefile Fri Dec 7 04:02:58 2018 (r486820) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= visualpolylib +DISTVERSION= 0.9 +DISTVERSIONSUFFIX= e +CATEGORIES= math +MASTER_SITES= http://icps.u-strasbg.fr/polylib/download/ +DISTNAME= ${PORTNAME}.${DISTVERSION}${DISTVERSIONSUFFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Visualization program for PolyLib + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgmp.so:math/gmp \ + libpolylibgmp.so:math/polylib + +USES= gettext-runtime gmake gnome pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static \ + --with-polylib=${LOCALBASE}/lib/libpolylibgmp.so +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango + +PLIST_FILES= bin/${PORTNAME} + +.include Added: head/math/visualpolylib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/visualpolylib/distinfo Fri Dec 7 04:02:58 2018 (r486820) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544154010 +SHA256 (visualpolylib.0.9e.tar.gz) = 7ec46972d2aa527ec407c604db5518c0884dbe22aa79a25f1f59dbf7984ce981 +SIZE (visualpolylib.0.9e.tar.gz) = 433947 Added: head/math/visualpolylib/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/visualpolylib/files/patch-configure Fri Dec 7 04:02:58 2018 (r486820) @@ -0,0 +1,16 @@ +--- configure.orig 2018-12-07 03:44:09 UTC ++++ configure +@@ -3502,11 +3502,11 @@ echo "$as_me: error: \"No libpolylib64.s + or give the path with ./configure --with-polylib=LOCATION \"" >&2;} + { (exit 1); exit 1; }; } + else +- POLY_ADD_FLAGS="-lpolylib64" ++ POLY_ADD_FLAGS="-lpolylibgmp" + fi + else + POLY_LD_FLAGS="${polylibloc}" +- POLY_ADD_FLAGS="-lpolylib64" ++ POLY_ADD_FLAGS="-lpolylibgmp" + fi + + echo "$as_me:$LINENO: checking if polylib uses GNUmp" >&5 Added: head/math/visualpolylib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/visualpolylib/pkg-descr Fri Dec 7 04:02:58 2018 (r486820) @@ -0,0 +1,5 @@ +VisualPolylib is the visualization application for PolyLib, The Polyhedral +Library, that operates on objects made up of unions of polyhedra of any +dimension. + +WWW: https://icps.u-strasbg.fr/polylib/ From owner-svn-ports-all@freebsd.org Fri Dec 7 04:10:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5F6313282CA; Fri, 7 Dec 2018 04:10:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6867F75708; Fri, 7 Dec 2018 04:10:12 +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 498745E3A; Fri, 7 Dec 2018 04:10:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB74ACht087177; Fri, 7 Dec 2018 04:10:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB74ABrf087176; Fri, 7 Dec 2018 04:10:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812070410.wB74ABrf087176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 7 Dec 2018 04:10:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486821 - head/multimedia/libva-intel-media-driver X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/libva-intel-media-driver X-SVN-Commit-Revision: 486821 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6867F75708 X-Spamd-Result: default: False [-2.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 04:10:13 -0000 Author: jbeich Date: Fri Dec 7 04:10:11 2018 New Revision: 486821 URL: https://svnweb.freebsd.org/changeset/ports/486821 Log: multimedia/libva-intel-media-driver: drop profile.d script None of the shells I've tested read etc/profile.d by default. Added: head/multimedia/libva-intel-media-driver/pkg-message (contents, props changed) Modified: head/multimedia/libva-intel-media-driver/Makefile (contents, props changed) Modified: head/multimedia/libva-intel-media-driver/Makefile ============================================================================== --- head/multimedia/libva-intel-media-driver/Makefile Fri Dec 7 04:02:58 2018 (r486820) +++ head/multimedia/libva-intel-media-driver/Makefile Fri Dec 7 04:10:11 2018 (r486821) @@ -3,6 +3,7 @@ PORTNAME= media-driver DISTVERSIONPREFIX= intel-media- DISTVERSION= 18.3.0 +PORTREVISION= 1 CATEGORIES= multimedia PKGNAMEPREFIX= libva-intel- @@ -24,12 +25,11 @@ USES= cmake:outsource compiler:c++11-lib pkgconfig USE_GITHUB= yes GH_ACCOUNT= intel ARCH_SUFX= ${ARCH:S/i386/32/:S/amd//:S/x86_//} -CMAKE_OFF= MEDIA_BUILD_FATAL_WARNINGS +CMAKE_OFF= MEDIA_BUILD_FATAL_WARNINGS INSTALL_DRIVER_SYSCONF CMAKE_ARGS= -DBUILD_TYPE:STRING="${CMAKE_BUILD_TYPE}" \ -DARCH:STRING="${ARCH_SUFX}" \ -DUFO_MARCH:STRING="${CPUTYPE}" -PLIST_FILES= etc/profile.d/intel-media.sh \ - lib/dri/iHD_drv_video.so \ +PLIST_FILES= lib/dri/iHD_drv_video.so \ lib/igfxcmrt${ARCH_SUFX}.so OPTIONS_DEFINE= TEST Added: head/multimedia/libva-intel-media-driver/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libva-intel-media-driver/pkg-message Fri Dec 7 04:10:11 2018 (r486821) @@ -0,0 +1,7 @@ +To enable the driver set up environ(7) e.g., + +For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: + export LIBVA_DRIVER_NAME=iHD + +For csh/tcsh run and (optionally) add into ~/.login: + setenv LIBVA_DRIVER_NAME iHD From owner-svn-ports-all@freebsd.org Fri Dec 7 04:29:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52A531328CD2; Fri, 7 Dec 2018 04:29:47 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E891A7603E; Fri, 7 Dec 2018 04:29:46 +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 ABC536170; Fri, 7 Dec 2018 04:29:46 +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 wB74TkVC097551; Fri, 7 Dec 2018 04:29:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB74Tjbv097542; Fri, 7 Dec 2018 04:29:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070429.wB74Tjbv097542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 04:29:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486822 - in head/math: . barvinok barvinok/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . barvinok barvinok/files X-SVN-Commit-Revision: 486822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E891A7603E X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 04:29:47 -0000 Author: yuri Date: Fri Dec 7 04:29:45 2018 New Revision: 486822 URL: https://svnweb.freebsd.org/changeset/ports/486822 Log: New port: math/barvinok: Library for counting the number of integer points in polytopes Added: head/math/barvinok/ head/math/barvinok/Makefile (contents, props changed) head/math/barvinok/distinfo (contents, props changed) head/math/barvinok/files/ head/math/barvinok/files/patch-interface_all__barvinok.h (contents, props changed) head/math/barvinok/pkg-descr (contents, props changed) head/math/barvinok/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 7 04:10:11 2018 (r486821) +++ head/math/Makefile Fri Dec 7 04:29:45 2018 (r486822) @@ -134,6 +134,7 @@ SUBDIR += aspcud SUBDIR += asymptote SUBDIR += atlas + SUBDIR += barvinok SUBDIR += biggles SUBDIR += blacs SUBDIR += blas Added: head/math/barvinok/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/barvinok/Makefile Fri Dec 7 04:29:45 2018 (r486822) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= barvinok +DISTVERSION= 0.41 +CATEGORIES= math +MASTER_SITES= http://barvinok.gforge.inria.fr/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for counting the number of integer points in polytopes + +LICENSE= GPLv2 + +LIB_DEPENDS= libglpk.so:math/glpk \ + libgmp.so:math/gmp \ + libisl.so:devel/isl \ + libntl.so:math/ntl \ + libpolylibgmp.so:math/polylib + +USES= gmake libtool localbase:ldflags pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static --enable-shared --enable-shared-barvinok \ + --with-gmp=system --with-polylib=system --with-isl=system +USE_LDCONFIG= yes + +.include Added: head/math/barvinok/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/barvinok/distinfo Fri Dec 7 04:29:45 2018 (r486822) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544131896 +SHA256 (barvinok-0.41.tar.gz) = b6aec6e6fd5b1574f5397cebb819c686f076a4a9d679ff023fe2999bc01054a5 +SIZE (barvinok-0.41.tar.gz) = 5340156 Added: head/math/barvinok/files/patch-interface_all__barvinok.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/barvinok/files/patch-interface_all__barvinok.h Fri Dec 7 04:29:45 2018 (r486822) @@ -0,0 +1,6 @@ +--- interface/all_barvinok.h.orig 2018-12-07 04:15:52 UTC ++++ interface/all_barvinok.h +@@ -1,2 +1,2 @@ +-#include ++//#include + #include Added: head/math/barvinok/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/barvinok/pkg-descr Fri Dec 7 04:29:45 2018 (r486822) @@ -0,0 +1,6 @@ +barvinok is a library for counting the number of integer points in parametric +and non-parametric polytopes based on polylib. For a parametric polytope, the +number of points is represented by either a piecewise quasi-polynomial or an +Ehrhart series. + +WWW: http://freshmeat.sourceforge.net/projects/barvinok Added: head/math/barvinok/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/barvinok/pkg-plist Fri Dec 7 04:29:45 2018 (r486822) @@ -0,0 +1,22 @@ +bin/barvinok_count +bin/barvinok_ehrhart +bin/barvinok_enumerate +bin/barvinok_enumerate_e +bin/iscc +bin/polytope_scan +include/barvinok/NTL.h +include/barvinok/NTL_QQ.h +include/barvinok/barvinok.h +include/barvinok/basis_reduction.h +include/barvinok/evalue.h +include/barvinok/genfun.h +include/barvinok/isl.h +include/barvinok/options.h +include/barvinok/polylib.h +include/barvinok/sample.h +include/barvinok/set.h +include/barvinok/util.h +lib/libbarvinok.so +lib/libbarvinok.so.23 +lib/libbarvinok.so.23.0.6 +libdata/pkgconfig/barvinok.pc From owner-svn-ports-all@freebsd.org Fri Dec 7 04:49:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0889C13294E2; Fri, 7 Dec 2018 04:49:42 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEACB76952; Fri, 7 Dec 2018 04:49:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FA7B64C0; Fri, 7 Dec 2018 04:49:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB74nfNX007690; Fri, 7 Dec 2018 04:49:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB74ne2v007684; Fri, 7 Dec 2018 04:49:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812070449.wB74ne2v007684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 7 Dec 2018 04:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486823 - in head/www: firefox firefox-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www: firefox firefox-i18n X-SVN-Commit-Revision: 486823 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AEACB76952 X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; NEURAL_SPAM_LONG(0.04)[0.035,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 04:49:42 -0000 Author: jbeich Date: Fri Dec 7 04:49:40 2018 New Revision: 486823 URL: https://svnweb.freebsd.org/changeset/ports/486823 Log: www/firefox: switch to rc3 Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2018-12-06&enddate=2018-12-07 PR: 233028 Modified: head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Fri Dec 7 04:29:45 2018 (r486822) +++ head/www/firefox-i18n/Makefile Fri Dec 7 04:49:40 2018 (r486823) @@ -3,10 +3,10 @@ PORTNAME= firefox-i18n PORTVERSION= 64.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Fri Dec 7 04:29:45 2018 (r486822) +++ head/www/firefox-i18n/distinfo Fri Dec 7 04:49:40 2018 (r486823) @@ -1,199 +1,199 @@ -TIMESTAMP = 1544057824 -SHA256 (xpi/firefox-i18n-64.0/ach.xpi) = 6b4b7928b476bf538df45ff0e6c014f6551bc17ee79f7e4c35babcb71a7b4d8f -SIZE (xpi/firefox-i18n-64.0/ach.xpi) = 455470 -SHA256 (xpi/firefox-i18n-64.0/af.xpi) = fd69b9534bdc0f81bd211c9ce263f39c94ac9855a11cf9a98d4474296b1f4c36 -SIZE (xpi/firefox-i18n-64.0/af.xpi) = 431982 -SHA256 (xpi/firefox-i18n-64.0/an.xpi) = 74cbc6cc62bf541ed7c55f39d86570cd8fe7bad011a90434fada8de162cd0230 -SIZE (xpi/firefox-i18n-64.0/an.xpi) = 473564 -SHA256 (xpi/firefox-i18n-64.0/ar.xpi) = 05bc409a05b52873c1fbb1c2f17bef76aa0c1ca5d0029506fcb1602e253210df -SIZE (xpi/firefox-i18n-64.0/ar.xpi) = 513401 -SHA256 (xpi/firefox-i18n-64.0/as.xpi) = 1a541f8f117e9613345be95778c6fe1b6b65f5bd439a08f3082e29121b534496 -SIZE (xpi/firefox-i18n-64.0/as.xpi) = 478299 -SHA256 (xpi/firefox-i18n-64.0/ast.xpi) = 5d2f1d96aa8454cca58acea93415ca37542ea4f68c75e62290a02c182c924b7b -SIZE (xpi/firefox-i18n-64.0/ast.xpi) = 461826 -SHA256 (xpi/firefox-i18n-64.0/az.xpi) = 0599d0084cfff0fb2389112b55f17c0120cf27072fb262eea8ead47921260daa -SIZE (xpi/firefox-i18n-64.0/az.xpi) = 490036 -SHA256 (xpi/firefox-i18n-64.0/be.xpi) = ffb0ae48b79d8653ec738072f0c37bbced6042fc3bd071d574f81a44620a11cd -SIZE (xpi/firefox-i18n-64.0/be.xpi) = 553259 -SHA256 (xpi/firefox-i18n-64.0/bg.xpi) = 5ea334ae4243c5b0ff637b2116116c5ba24cff2b554d068f7f5d9c24e185f5f7 -SIZE (xpi/firefox-i18n-64.0/bg.xpi) = 523738 -SHA256 (xpi/firefox-i18n-64.0/bn-BD.xpi) = c4bf2e00ff2f380f0a08dbb12d170d9b9fa8b9891a91198b13f9d00d10bb4a78 -SIZE (xpi/firefox-i18n-64.0/bn-BD.xpi) = 541869 -SHA256 (xpi/firefox-i18n-64.0/bn-IN.xpi) = a7760cbc5ed346b16273a16ca0a18008a9fe9de343af530753637cbe7189fe6f -SIZE (xpi/firefox-i18n-64.0/bn-IN.xpi) = 528982 -SHA256 (xpi/firefox-i18n-64.0/br.xpi) = 0b24c98dc8079a022480460b747dd2590c517446784e7c989426a1e40f57c4c1 -SIZE (xpi/firefox-i18n-64.0/br.xpi) = 479236 -SHA256 (xpi/firefox-i18n-64.0/bs.xpi) = a981ff5e084e89c24634b1540eb490a92e190b7e6357d964935a006b76d99f55 -SIZE (xpi/firefox-i18n-64.0/bs.xpi) = 471752 -SHA256 (xpi/firefox-i18n-64.0/ca.xpi) = 3830e43c1e3fc67ac1f12f8d7a5cb49c20cd5cf01c797fea3fe2b133b1c1334e -SIZE (xpi/firefox-i18n-64.0/ca.xpi) = 469701 -SHA256 (xpi/firefox-i18n-64.0/cak.xpi) = 650dce527ac02ea81ad121e7576d5886051e1e4af2d6053cf3f776a98c76c752 -SIZE (xpi/firefox-i18n-64.0/cak.xpi) = 506042 -SHA256 (xpi/firefox-i18n-64.0/cs.xpi) = 93249eed3c353d30a37fbe0c9df84a2a634dd654cee426b648eed2739427064a -SIZE (xpi/firefox-i18n-64.0/cs.xpi) = 494709 -SHA256 (xpi/firefox-i18n-64.0/cy.xpi) = de6592ec64d604bb1a41ae8f93997ea8bfb01d2cc847976ff8155ce277e72514 -SIZE (xpi/firefox-i18n-64.0/cy.xpi) = 484378 -SHA256 (xpi/firefox-i18n-64.0/da.xpi) = 60956c7fe5efd4486d238250c6948347957d8a338871a33dfd814e081429f69b -SIZE (xpi/firefox-i18n-64.0/da.xpi) = 486858 -SHA256 (xpi/firefox-i18n-64.0/de.xpi) = 0704134fc4015c448d5439ba8bb4a8f8caa66b24223e45613d0854bee67b70a6 -SIZE (xpi/firefox-i18n-64.0/de.xpi) = 494528 -SHA256 (xpi/firefox-i18n-64.0/dsb.xpi) = 1d67d47936dcc6a501fc8160a7bd0a4ba34164a3ec91f58993288aff6bf5845f -SIZE (xpi/firefox-i18n-64.0/dsb.xpi) = 504228 -SHA256 (xpi/firefox-i18n-64.0/el.xpi) = 049dc5fbf211662b56e0a40f6babf3dc074b792736cb77fb1997e3f856a8033a -SIZE (xpi/firefox-i18n-64.0/el.xpi) = 558821 -SHA256 (xpi/firefox-i18n-64.0/en-CA.xpi) = 72a89865114fa9a0385b620399513795c400dffdeea8e718a2ee57d4b4d693f9 -SIZE (xpi/firefox-i18n-64.0/en-CA.xpi) = 454066 -SHA256 (xpi/firefox-i18n-64.0/en-GB.xpi) = 2a17d9012441e5fd28f7e2a82e90c901cca26a57148b345160a970c1870ad9bd +TIMESTAMP = 1544151497 +SHA256 (xpi/firefox-i18n-64.0/ach.xpi) = f7892be24ac5ef42c22edf86a012e95e25502c5c5f737f54f8b9c63173857372 +SIZE (xpi/firefox-i18n-64.0/ach.xpi) = 455463 +SHA256 (xpi/firefox-i18n-64.0/af.xpi) = 7ef092a89156e88d11c67574d56f36c0e711021fc82536562c4f62bd1f707e0f +SIZE (xpi/firefox-i18n-64.0/af.xpi) = 431976 +SHA256 (xpi/firefox-i18n-64.0/an.xpi) = eeefe78961a3c0b51dac647f9e57858c11e68831b51f6c5831c7a0b375797521 +SIZE (xpi/firefox-i18n-64.0/an.xpi) = 473568 +SHA256 (xpi/firefox-i18n-64.0/ar.xpi) = 13f8d3f342b4b36b5bfd43468bedcf84e576cd7c39ca25cbcc39d94f37a3f671 +SIZE (xpi/firefox-i18n-64.0/ar.xpi) = 513398 +SHA256 (xpi/firefox-i18n-64.0/as.xpi) = 27a3014d5309f9a9e75633bb30cde0468c3f96e1a6083186f1bdb6961f7f113e +SIZE (xpi/firefox-i18n-64.0/as.xpi) = 478291 +SHA256 (xpi/firefox-i18n-64.0/ast.xpi) = 1304896adead0aa137a92efb31e6ea5fc08ecf834eb473dc19d4fae00769790c +SIZE (xpi/firefox-i18n-64.0/ast.xpi) = 461828 +SHA256 (xpi/firefox-i18n-64.0/az.xpi) = 5694a4d92272202e033f0b675ecfeea11594b8f1ad72e291888a87e366e8aa6a +SIZE (xpi/firefox-i18n-64.0/az.xpi) = 490034 +SHA256 (xpi/firefox-i18n-64.0/be.xpi) = a5faf2dbadd4e02dd091c1d4e5ab081d15a81c5e94be6de417656ec4671bf41d +SIZE (xpi/firefox-i18n-64.0/be.xpi) = 553257 +SHA256 (xpi/firefox-i18n-64.0/bg.xpi) = b0e29cc4524f06ca76d28831f6a998668aa6d05d3d54ea089c704e98bccf2ea9 +SIZE (xpi/firefox-i18n-64.0/bg.xpi) = 523739 +SHA256 (xpi/firefox-i18n-64.0/bn-BD.xpi) = b1db2f78a91ffd26d9d507990b90d03d85c189386645e5a941e551ed7a0f42b7 +SIZE (xpi/firefox-i18n-64.0/bn-BD.xpi) = 541873 +SHA256 (xpi/firefox-i18n-64.0/bn-IN.xpi) = 2d8e5b653fbb3558bff174b0c3719471838f0725127b596c96a6d515da71b5c9 +SIZE (xpi/firefox-i18n-64.0/bn-IN.xpi) = 528978 +SHA256 (xpi/firefox-i18n-64.0/br.xpi) = 62045a918544b5993defe7567e5e7e8521ffe74812bc0fbbb17be62a0b59ec47 +SIZE (xpi/firefox-i18n-64.0/br.xpi) = 479238 +SHA256 (xpi/firefox-i18n-64.0/bs.xpi) = fdfb7b9a220a38c3190f160a8cd0591f0d8aa6c235d6a765d8779473a52951f2 +SIZE (xpi/firefox-i18n-64.0/bs.xpi) = 471750 +SHA256 (xpi/firefox-i18n-64.0/ca.xpi) = 70834220149e07d6724dc5014257fe73e888eef69d1a91ef629ca060a7f133d5 +SIZE (xpi/firefox-i18n-64.0/ca.xpi) = 469698 +SHA256 (xpi/firefox-i18n-64.0/cak.xpi) = ea3fc352224300a815bdea8f9e21803b96333f00d1a5f3cd3d298558c9a89076 +SIZE (xpi/firefox-i18n-64.0/cak.xpi) = 506033 +SHA256 (xpi/firefox-i18n-64.0/cs.xpi) = 3e7dc361d22cce7edcf76737ae933c6fc1055f8b5de3ed818d951399337eed0f +SIZE (xpi/firefox-i18n-64.0/cs.xpi) = 494715 +SHA256 (xpi/firefox-i18n-64.0/cy.xpi) = 55c04bb8d52f17d76753fb8f86028e18b6a2ca5c2d31372cd702811f426abecd +SIZE (xpi/firefox-i18n-64.0/cy.xpi) = 484374 +SHA256 (xpi/firefox-i18n-64.0/da.xpi) = 7e65181d73225429007c10e55d7df58c112ca3d98ff07e161cdf32bda3771e2e +SIZE (xpi/firefox-i18n-64.0/da.xpi) = 486848 +SHA256 (xpi/firefox-i18n-64.0/de.xpi) = 77a083106fa0d5ac093cda891d1dbd0d1cdbff5d7b2052af4afb371ed7981175 +SIZE (xpi/firefox-i18n-64.0/de.xpi) = 494533 +SHA256 (xpi/firefox-i18n-64.0/dsb.xpi) = 65bf177d7329c30ce40a39d7361a339ecfea14f365b2fc743789b19536c72f40 +SIZE (xpi/firefox-i18n-64.0/dsb.xpi) = 504229 +SHA256 (xpi/firefox-i18n-64.0/el.xpi) = 67c2156fa4780082c17a4a7bd6b0edaed446ea2465f47afbe0568ea6183b4681 +SIZE (xpi/firefox-i18n-64.0/el.xpi) = 558813 +SHA256 (xpi/firefox-i18n-64.0/en-CA.xpi) = cd11eba938c0ebfd42bd1a1e80f1ff3108ad78f88c56d48eb13b0522329b509f +SIZE (xpi/firefox-i18n-64.0/en-CA.xpi) = 454068 +SHA256 (xpi/firefox-i18n-64.0/en-GB.xpi) = 879d9544cea983d17b8206c37bb7833a6a423fbe73b142f280dd6b3d7c61581b SIZE (xpi/firefox-i18n-64.0/en-GB.xpi) = 440963 -SHA256 (xpi/firefox-i18n-64.0/en-US.xpi) = 1f308566cf3c17632666c8b794b2023294caefad2b6e322f0dea23fd845222a4 -SIZE (xpi/firefox-i18n-64.0/en-US.xpi) = 413608 -SHA256 (xpi/firefox-i18n-64.0/en-ZA.xpi) = 4aa2ae2476bb19a98292ca9c61f603610876864d898e2ef490576e326dcf5882 -SIZE (xpi/firefox-i18n-64.0/en-ZA.xpi) = 424514 -SHA256 (xpi/firefox-i18n-64.0/eo.xpi) = e74925acd70786813869548b065b1d947ab0eaf89002f65d558b29e30d0d9ca5 -SIZE (xpi/firefox-i18n-64.0/eo.xpi) = 482456 -SHA256 (xpi/firefox-i18n-64.0/es-AR.xpi) = dd75a02c34b26962e9ddd3e7c861fc5f0e6d2bfac7af7b2dea6054fb8b28fcf9 -SIZE (xpi/firefox-i18n-64.0/es-AR.xpi) = 490541 -SHA256 (xpi/firefox-i18n-64.0/es-CL.xpi) = 8779565dcad6626ae26dc69f0b74799499d0ca0daf04dc55cda73731ff4f6f60 -SIZE (xpi/firefox-i18n-64.0/es-CL.xpi) = 490250 -SHA256 (xpi/firefox-i18n-64.0/es-ES.xpi) = bdd19a8cc16be1d65a7536446518fae9b65b6ef1a1edca97d71d8a3313472ae0 -SIZE (xpi/firefox-i18n-64.0/es-ES.xpi) = 437814 -SHA256 (xpi/firefox-i18n-64.0/es-MX.xpi) = 8291b5baa8cd6a8c2b5dbe388bf79b1828e9a9ff97098688f68671a2eb47117b -SIZE (xpi/firefox-i18n-64.0/es-MX.xpi) = 493150 -SHA256 (xpi/firefox-i18n-64.0/et.xpi) = d339c8d77a90a5f54ce8231e69623999a62d04c3fbe7b658dd587d4e09bdb9c3 -SIZE (xpi/firefox-i18n-64.0/et.xpi) = 473510 -SHA256 (xpi/firefox-i18n-64.0/eu.xpi) = 042c81172504a2b499b4691bd5748e4f9d32e5b48dadcdcb713d952148d2a5d3 -SIZE (xpi/firefox-i18n-64.0/eu.xpi) = 477297 -SHA256 (xpi/firefox-i18n-64.0/fa.xpi) = 9f2f053e41acc67b396759e5e2d2a8e968d4b775eb24fddc28fda9b0dbc19097 -SIZE (xpi/firefox-i18n-64.0/fa.xpi) = 529972 -SHA256 (xpi/firefox-i18n-64.0/ff.xpi) = f03427455c785ba5108f675d57a223333400c18f75423dcd5532625ce88d6403 -SIZE (xpi/firefox-i18n-64.0/ff.xpi) = 470389 -SHA256 (xpi/firefox-i18n-64.0/fi.xpi) = 058b51b2cd9ff4e4d074d2ccfeca7d749d1366f1c72f287b6be36fb78f7af3d3 -SIZE (xpi/firefox-i18n-64.0/fi.xpi) = 470561 -SHA256 (xpi/firefox-i18n-64.0/fr.xpi) = 19fbd5e352503afe5312aab326d92f385506a7bb4ea7c46406e28e9b13c8db3f -SIZE (xpi/firefox-i18n-64.0/fr.xpi) = 499971 -SHA256 (xpi/firefox-i18n-64.0/fy-NL.xpi) = ddbdbdd97d74b2d6599511bdf5efb3186411768ef335f9f256f9f45a82d97a3e -SIZE (xpi/firefox-i18n-64.0/fy-NL.xpi) = 488321 -SHA256 (xpi/firefox-i18n-64.0/ga-IE.xpi) = 6896789ecf50efcdbdef2af9fddbe6987408994bc2828e3acc4fcb0aad5c459e -SIZE (xpi/firefox-i18n-64.0/ga-IE.xpi) = 474805 -SHA256 (xpi/firefox-i18n-64.0/gd.xpi) = 34a5667f5d94c44e65d83e489ae3202e9ff145b1a3844964f9d0a22056531e65 -SIZE (xpi/firefox-i18n-64.0/gd.xpi) = 491212 -SHA256 (xpi/firefox-i18n-64.0/gl.xpi) = b1e12bb62c9cc83943c8a891e20a353e56c25f44d91592ce001f5818e89b7af8 +SHA256 (xpi/firefox-i18n-64.0/en-US.xpi) = de9dc47b1f56c8a9a6f4164ca33b22c00e2bed80f1e8553a8a7ed1c45383d9e7 +SIZE (xpi/firefox-i18n-64.0/en-US.xpi) = 413609 +SHA256 (xpi/firefox-i18n-64.0/en-ZA.xpi) = ae61c96e7046beeb692f8fed5be4787bc5bac704ce001bf80672ee93a7a281fe +SIZE (xpi/firefox-i18n-64.0/en-ZA.xpi) = 424501 +SHA256 (xpi/firefox-i18n-64.0/eo.xpi) = 9224b4f6cd16a642804619a143502c2d485af8f389fac2f1b403faed55c9f34d +SIZE (xpi/firefox-i18n-64.0/eo.xpi) = 482461 +SHA256 (xpi/firefox-i18n-64.0/es-AR.xpi) = 14c662b64faf232835d0e3ca3b5494a3b4f9ef65a03a2636544785e0037a2a1b +SIZE (xpi/firefox-i18n-64.0/es-AR.xpi) = 490544 +SHA256 (xpi/firefox-i18n-64.0/es-CL.xpi) = 67767c7fac17f6b442de39a50f7f46a08dfd45d817277650c71ea27d971897e4 +SIZE (xpi/firefox-i18n-64.0/es-CL.xpi) = 490254 +SHA256 (xpi/firefox-i18n-64.0/es-ES.xpi) = 3c2e2cf654f222927cae113dd7a807292723a9fa4fac1772bd7b0f9c92f9c736 +SIZE (xpi/firefox-i18n-64.0/es-ES.xpi) = 437807 +SHA256 (xpi/firefox-i18n-64.0/es-MX.xpi) = c8706e3730119089c1ff90a547d45f4b03731e2009cd6690f2310fdd4e91a227 +SIZE (xpi/firefox-i18n-64.0/es-MX.xpi) = 493155 +SHA256 (xpi/firefox-i18n-64.0/et.xpi) = 862425a3d7c21d41b75aed6404d53c2ce5be7052454ab00ec305e4726513f77e +SIZE (xpi/firefox-i18n-64.0/et.xpi) = 473517 +SHA256 (xpi/firefox-i18n-64.0/eu.xpi) = 9d63a9332bd6ac379d55396cae8decc1117be86acc757708a906fa1b7df0efb6 +SIZE (xpi/firefox-i18n-64.0/eu.xpi) = 477302 +SHA256 (xpi/firefox-i18n-64.0/fa.xpi) = 08cef3c2c90078067d13b623f7a5c5ae59d7de41da2bc18e08fd2f03bbd04b1b +SIZE (xpi/firefox-i18n-64.0/fa.xpi) = 529978 +SHA256 (xpi/firefox-i18n-64.0/ff.xpi) = a500ae05f7680966a4500ae1802bc4b01bc03d5a908af8f091881be48784ae99 +SIZE (xpi/firefox-i18n-64.0/ff.xpi) = 470384 +SHA256 (xpi/firefox-i18n-64.0/fi.xpi) = 690d781512e9e4927070464d8bf4de22d909f896439e59e893c1e9d8fd3fb2f8 +SIZE (xpi/firefox-i18n-64.0/fi.xpi) = 470566 +SHA256 (xpi/firefox-i18n-64.0/fr.xpi) = 12eaefb0cc5a7ed71ca23b9c1bf939ad6a0fe81d767b3fd09fbbf10901ad6957 +SIZE (xpi/firefox-i18n-64.0/fr.xpi) = 499969 +SHA256 (xpi/firefox-i18n-64.0/fy-NL.xpi) = 196c2bd479011ffaf0eb63bbc7d1cd162ea3ce652a471c2c0510f3c456b6426b +SIZE (xpi/firefox-i18n-64.0/fy-NL.xpi) = 488309 +SHA256 (xpi/firefox-i18n-64.0/ga-IE.xpi) = 97cbb1f60869cdd9f9dab53c907697d83d37d79f69fc632fd367428a68b7bd8d +SIZE (xpi/firefox-i18n-64.0/ga-IE.xpi) = 474811 +SHA256 (xpi/firefox-i18n-64.0/gd.xpi) = 04bda09e52d28211089e7505d5cb08c4d3e0506440d83dfab83f7ac9e5a3e046 +SIZE (xpi/firefox-i18n-64.0/gd.xpi) = 491207 +SHA256 (xpi/firefox-i18n-64.0/gl.xpi) = db4a88b2a2d9ab18f1efcb2d12d7c919d023e8727238128857d10f460db7ca71 SIZE (xpi/firefox-i18n-64.0/gl.xpi) = 467033 -SHA256 (xpi/firefox-i18n-64.0/gn.xpi) = ec2f7f99b2dc4fe86df68960caa3f35e8b3e7317621dc2cef098a3d268cf1985 -SIZE (xpi/firefox-i18n-64.0/gn.xpi) = 497404 -SHA256 (xpi/firefox-i18n-64.0/gu-IN.xpi) = ffd9f17c37f889a31b6c3567209c4ddfa9e85d670fa36fb153042de159a30d0d -SIZE (xpi/firefox-i18n-64.0/gu-IN.xpi) = 559368 -SHA256 (xpi/firefox-i18n-64.0/he.xpi) = 208b7e4d1f6eb0feb8d886abc142506386c043a750b5aecd4ec758648fc54d77 -SIZE (xpi/firefox-i18n-64.0/he.xpi) = 485002 -SHA256 (xpi/firefox-i18n-64.0/hi-IN.xpi) = 00136fefba4beb45504131d359de19161df620560bff261e499100e0672850ff -SIZE (xpi/firefox-i18n-64.0/hi-IN.xpi) = 544054 -SHA256 (xpi/firefox-i18n-64.0/hr.xpi) = 891ff5bb9d1df1b37e16e2efdd8732aaaa9524636bdd3a478420e08883cc05ac -SIZE (xpi/firefox-i18n-64.0/hr.xpi) = 464601 -SHA256 (xpi/firefox-i18n-64.0/hsb.xpi) = ff11016250448824f127aac37f2068fa2673f629bb3ece581dbaa88751421d4f -SIZE (xpi/firefox-i18n-64.0/hsb.xpi) = 503922 -SHA256 (xpi/firefox-i18n-64.0/hu.xpi) = 232f4ff4e2a42853283dc35c3a72b74f7b21fb7fdb5c2994d3b2eacbf3e2c90f -SIZE (xpi/firefox-i18n-64.0/hu.xpi) = 501534 -SHA256 (xpi/firefox-i18n-64.0/hy-AM.xpi) = a732f4d2acd09d190a938767d1052d68e68bb0b7125611527cbe10e8a4c0dc4c -SIZE (xpi/firefox-i18n-64.0/hy-AM.xpi) = 520943 -SHA256 (xpi/firefox-i18n-64.0/ia.xpi) = 503545cb70a9bd923c05589f95857afa6351933fcecb506053e37233047f65ab -SIZE (xpi/firefox-i18n-64.0/ia.xpi) = 478737 -SHA256 (xpi/firefox-i18n-64.0/id.xpi) = 775170d34f2fb903e16b5bd85a9b62bdc9c35dde86f5e40c7a92129c10006450 -SIZE (xpi/firefox-i18n-64.0/id.xpi) = 471521 -SHA256 (xpi/firefox-i18n-64.0/is.xpi) = 76146810e9d203e99a02e04b86ca6ce89a9ea11bdd490806c2e0b1d5461eaa63 -SIZE (xpi/firefox-i18n-64.0/is.xpi) = 469901 -SHA256 (xpi/firefox-i18n-64.0/it.xpi) = 68a5ba10521ce8ce5ba81ddbab085db90aae6c7882c81d7ca9ac4963753bd61c -SIZE (xpi/firefox-i18n-64.0/it.xpi) = 355569 -SHA256 (xpi/firefox-i18n-64.0/ja.xpi) = 5f7d491a9eaf4f06754a2bfe6cde0b7dbb1241fccc9bbc87dca3397949025bf8 +SHA256 (xpi/firefox-i18n-64.0/gn.xpi) = 19dd1406c4539ff5b7b972d4024b21fb022f3574ed4e81b7bd8c7eb6c2d78cec +SIZE (xpi/firefox-i18n-64.0/gn.xpi) = 497408 +SHA256 (xpi/firefox-i18n-64.0/gu-IN.xpi) = 5bef251086e9b6d7b3685f707350974ac1b7ea47cad03fadf32101aacedec64c +SIZE (xpi/firefox-i18n-64.0/gu-IN.xpi) = 559365 +SHA256 (xpi/firefox-i18n-64.0/he.xpi) = 6c800f7e838a565c3a210acdaa3263f3e3293d469b3188bcc53f0f27eab1d80d +SIZE (xpi/firefox-i18n-64.0/he.xpi) = 485009 +SHA256 (xpi/firefox-i18n-64.0/hi-IN.xpi) = 766cfd3ab92ed8e8a7a7d4ec58eb6ab8ea4030cfda64e552da825dbe16f7d65a +SIZE (xpi/firefox-i18n-64.0/hi-IN.xpi) = 544055 +SHA256 (xpi/firefox-i18n-64.0/hr.xpi) = 77ac5ba67a94bd27990df70d630929f377334924e848dfa8ac25a72211daaff8 +SIZE (xpi/firefox-i18n-64.0/hr.xpi) = 464599 +SHA256 (xpi/firefox-i18n-64.0/hsb.xpi) = bf324c51afbabbd0504e7b7c20a4a7573a69b351ba9a75f72b9d87987b461034 +SIZE (xpi/firefox-i18n-64.0/hsb.xpi) = 503924 +SHA256 (xpi/firefox-i18n-64.0/hu.xpi) = 9f0aa6b7dd2df887487bfbcadf8abfc46f2b8fd8b7a451d481da973696df9c45 +SIZE (xpi/firefox-i18n-64.0/hu.xpi) = 501529 +SHA256 (xpi/firefox-i18n-64.0/hy-AM.xpi) = 081eb9a2778e441d3fb9136a4dba5e56190167c20db690dda31ac9387316fc56 +SIZE (xpi/firefox-i18n-64.0/hy-AM.xpi) = 520935 +SHA256 (xpi/firefox-i18n-64.0/ia.xpi) = f171c2703fee4fce8ed3e7cdc5297fe089b0a36c4df45dc7522b8417f265be51 +SIZE (xpi/firefox-i18n-64.0/ia.xpi) = 478734 +SHA256 (xpi/firefox-i18n-64.0/id.xpi) = da12f9c5aae88cb39fe0f2f9f3e9e7f735af8ec91210e49ee384d7be7c9efed0 +SIZE (xpi/firefox-i18n-64.0/id.xpi) = 471524 +SHA256 (xpi/firefox-i18n-64.0/is.xpi) = 3816157abe978c0d52445444a54fa26b325c294a36eeac7d6d31dd0db81f5450 +SIZE (xpi/firefox-i18n-64.0/is.xpi) = 469900 +SHA256 (xpi/firefox-i18n-64.0/it.xpi) = 4bf2ca86dc3242a721b272eb2cb9c1bca0e9378464e0b3b5c53b04d8b8581788 +SIZE (xpi/firefox-i18n-64.0/it.xpi) = 355574 +SHA256 (xpi/firefox-i18n-64.0/ja.xpi) = 26f07c033d74b5c8b7e7becb693f8a26c4fadee9cace1ae6af7369af773c7600 SIZE (xpi/firefox-i18n-64.0/ja.xpi) = 506350 -SHA256 (xpi/firefox-i18n-64.0/ka.xpi) = fdbaa48ef2efbaf1de59b97e055b39165f6fb3f238e1d3928ce456501df00dc2 -SIZE (xpi/firefox-i18n-64.0/ka.xpi) = 521850 -SHA256 (xpi/firefox-i18n-64.0/kab.xpi) = 79951a550858e97d46bed0e939d4fe2d7f0f61ecb9d634bdcacbd18dde0fa533 -SIZE (xpi/firefox-i18n-64.0/kab.xpi) = 493580 -SHA256 (xpi/firefox-i18n-64.0/kk.xpi) = 64ba72132b4c43c1943202e14563a489116c88bbb75d71ff9aa923e9b3f5f5b9 -SIZE (xpi/firefox-i18n-64.0/kk.xpi) = 550187 -SHA256 (xpi/firefox-i18n-64.0/km.xpi) = 2999e215c5f033c19ede9e6946889bcaf0ba089f7ebf91b8e36ad079c4029b34 -SIZE (xpi/firefox-i18n-64.0/km.xpi) = 535443 -SHA256 (xpi/firefox-i18n-64.0/kn.xpi) = 9fd59212492ac653de3b1aa16f3bd8d6debd0392c0bb7249170e5af8d760fec2 -SIZE (xpi/firefox-i18n-64.0/kn.xpi) = 538354 -SHA256 (xpi/firefox-i18n-64.0/ko.xpi) = cf8d5169f623026bd1df7d6a0eb8e1e8da20a2551e84e9cf581bbefe34bb7ce3 -SIZE (xpi/firefox-i18n-64.0/ko.xpi) = 500859 -SHA256 (xpi/firefox-i18n-64.0/lij.xpi) = c408e621814b08395c770a93d291d060e832df59b1ec21932ebfebe661234287 -SIZE (xpi/firefox-i18n-64.0/lij.xpi) = 476183 -SHA256 (xpi/firefox-i18n-64.0/lt.xpi) = af28154eca24a9a4c57965b7a8640f0babcc79bca09bc85e8e6923dbeb998f3e -SIZE (xpi/firefox-i18n-64.0/lt.xpi) = 504603 -SHA256 (xpi/firefox-i18n-64.0/lv.xpi) = 38408fa9aae51e955596f37371d9bd0b9d0b5163e7b4a9b5299f5870ab789a42 -SIZE (xpi/firefox-i18n-64.0/lv.xpi) = 490760 -SHA256 (xpi/firefox-i18n-64.0/mai.xpi) = cb7d658f8a3a1f9ad5bfbed91738c63dd54b12bdeb513fbbc6603c1fe769cfd1 -SIZE (xpi/firefox-i18n-64.0/mai.xpi) = 496197 -SHA256 (xpi/firefox-i18n-64.0/mk.xpi) = df19476360c6892058947236b2c6752be81fc5263a100385eb305c2b93d04ae3 -SIZE (xpi/firefox-i18n-64.0/mk.xpi) = 457994 -SHA256 (xpi/firefox-i18n-64.0/ml.xpi) = 0787e86dddf4a993f32784749184f605b2b68c842811d60ed2d70373c962beed +SHA256 (xpi/firefox-i18n-64.0/ka.xpi) = 8870756a30c0362c5163d81590b1d1313c3f886a1a31edde5a6b03472056e71f +SIZE (xpi/firefox-i18n-64.0/ka.xpi) = 521844 +SHA256 (xpi/firefox-i18n-64.0/kab.xpi) = f75f59db9286702720f2c9dc3337c9dd77386103b01d33958cada724e66c27b7 +SIZE (xpi/firefox-i18n-64.0/kab.xpi) = 493579 +SHA256 (xpi/firefox-i18n-64.0/kk.xpi) = 8d6833608809edeb34290e33eac6b2956e83ac1b033fc067e3de34d9b4f691f1 +SIZE (xpi/firefox-i18n-64.0/kk.xpi) = 550177 +SHA256 (xpi/firefox-i18n-64.0/km.xpi) = 676289edf6779f5386ab3c26d066796b30de2cca6cca6b1eef616c8275f022ed +SIZE (xpi/firefox-i18n-64.0/km.xpi) = 535433 +SHA256 (xpi/firefox-i18n-64.0/kn.xpi) = 497494e1414fe9afd72bc7e3bddeb7de98e3331348ef260d523d81ea795f9e86 +SIZE (xpi/firefox-i18n-64.0/kn.xpi) = 538349 +SHA256 (xpi/firefox-i18n-64.0/ko.xpi) = 9602f5168767d8df7b1470d91550d68a9a908bb189d46230d3638277c39119d1 +SIZE (xpi/firefox-i18n-64.0/ko.xpi) = 500867 +SHA256 (xpi/firefox-i18n-64.0/lij.xpi) = afc4159d3e250a3b5232c8e11258562a213129e5f244209ac8c0c468dbc3f728 +SIZE (xpi/firefox-i18n-64.0/lij.xpi) = 476179 +SHA256 (xpi/firefox-i18n-64.0/lt.xpi) = 59664e10e45de7459467e7e44fa318673792ad2ef782db6c6a6433b584709fca +SIZE (xpi/firefox-i18n-64.0/lt.xpi) = 504607 +SHA256 (xpi/firefox-i18n-64.0/lv.xpi) = 980fa3959dfcb512f30643ccb8f58dd04fa7b87f1dc7c4cc727dd236cc224e72 +SIZE (xpi/firefox-i18n-64.0/lv.xpi) = 490763 +SHA256 (xpi/firefox-i18n-64.0/mai.xpi) = 4b105acd807131fcab8df57ecbd9067fa5086ac83dcca2971024d67ed02d1e2e +SIZE (xpi/firefox-i18n-64.0/mai.xpi) = 496190 +SHA256 (xpi/firefox-i18n-64.0/mk.xpi) = f2c7e7e343bb9efd25039683c88164890924de51658bf49f2698a9b5263ae967 +SIZE (xpi/firefox-i18n-64.0/mk.xpi) = 457991 +SHA256 (xpi/firefox-i18n-64.0/ml.xpi) = aa276e580e80221c8dd2d3bfd97b642014a27032b6a5a1793dec4e6bfc8d6e6c SIZE (xpi/firefox-i18n-64.0/ml.xpi) = 542325 -SHA256 (xpi/firefox-i18n-64.0/mr.xpi) = 52f333f6c07cc16ae30c41bb60f6bfe6a0a0bdb3d46d955fd567752b9ef01e50 +SHA256 (xpi/firefox-i18n-64.0/mr.xpi) = 5bb9ab7930b1c42968a7e44cdf5b10d319a3140fbdb67a3be7056d0668acbb82 SIZE (xpi/firefox-i18n-64.0/mr.xpi) = 540017 -SHA256 (xpi/firefox-i18n-64.0/ms.xpi) = 169db8656c953c7a1100bed9f164d1f87c2d030bfeb2f9a0b9e19cd3867cc92a -SIZE (xpi/firefox-i18n-64.0/ms.xpi) = 473933 -SHA256 (xpi/firefox-i18n-64.0/my.xpi) = f22b560ea173c3c1fc234b2434055912c5a4ebe7ad25a3ee398ced90adb1c3cf -SIZE (xpi/firefox-i18n-64.0/my.xpi) = 518171 -SHA256 (xpi/firefox-i18n-64.0/nb-NO.xpi) = 421cda2dbc7f99b92dd160f07e269a5be75df32600eb634d192362c61018dcbc -SIZE (xpi/firefox-i18n-64.0/nb-NO.xpi) = 473423 -SHA256 (xpi/firefox-i18n-64.0/ne-NP.xpi) = b1767d0e4cfe73151506295e5621535b98c922e0dcb1d6a278b06a06f57f41f7 -SIZE (xpi/firefox-i18n-64.0/ne-NP.xpi) = 505820 -SHA256 (xpi/firefox-i18n-64.0/nl.xpi) = 1a86fbc85143e98a39dc4eb3f68acf25045d89018e6cff041b3274dbc8267a03 -SIZE (xpi/firefox-i18n-64.0/nl.xpi) = 465186 -SHA256 (xpi/firefox-i18n-64.0/nn-NO.xpi) = 62d355e41c92e9f2e745ce4892d355dd3d9c4995271c905f3730c2130aa477d9 -SIZE (xpi/firefox-i18n-64.0/nn-NO.xpi) = 472049 -SHA256 (xpi/firefox-i18n-64.0/oc.xpi) = 66f6c80bbea5587e96701bf4ed7c2bf8a7d468fd16bdf957be4686e7b7dd27eb -SIZE (xpi/firefox-i18n-64.0/oc.xpi) = 486845 -SHA256 (xpi/firefox-i18n-64.0/or.xpi) = 1a9c01204610aa013337e4f24acff892a0270408fc9ac28f6b0ec292833e99fb -SIZE (xpi/firefox-i18n-64.0/or.xpi) = 485462 -SHA256 (xpi/firefox-i18n-64.0/pa-IN.xpi) = 5efa244d9bc1cf79d82cf37891ef286412843ba67dbb9d2c13dde9808669ea38 -SIZE (xpi/firefox-i18n-64.0/pa-IN.xpi) = 505893 -SHA256 (xpi/firefox-i18n-64.0/pl.xpi) = a87e6a17937ad1794015a019a781ffb9fa4141c1dd68141ee147d72c21d4f13d -SIZE (xpi/firefox-i18n-64.0/pl.xpi) = 383264 -SHA256 (xpi/firefox-i18n-64.0/pt-BR.xpi) = b27648dc6a84527a61f13db8b1e68b1c8e368d42d66a45c0093c6d71b5246f67 -SIZE (xpi/firefox-i18n-64.0/pt-BR.xpi) = 475693 -SHA256 (xpi/firefox-i18n-64.0/pt-PT.xpi) = 53a578e37f2d5a3193f5b30147a33caf76f1c8e03d8780b0a3104bc41a45a429 -SIZE (xpi/firefox-i18n-64.0/pt-PT.xpi) = 488747 -SHA256 (xpi/firefox-i18n-64.0/rm.xpi) = 7a32d9b987902ad3e8fbf860f02cc88eed3a81d4b364cf7e65b8c9edff748f6b +SHA256 (xpi/firefox-i18n-64.0/ms.xpi) = 9ec63c6b87db6958ae14c1199c4e96fec570aa5fdb6188c06bbddeb8ed964b9c +SIZE (xpi/firefox-i18n-64.0/ms.xpi) = 473931 +SHA256 (xpi/firefox-i18n-64.0/my.xpi) = 87ec74434cab18aa32e3ce5fd70f35bb3b6e6286f10fcce030751ba1a44c98e2 +SIZE (xpi/firefox-i18n-64.0/my.xpi) = 518178 +SHA256 (xpi/firefox-i18n-64.0/nb-NO.xpi) = 140a4eaa9275979ea620603a739f34a7ff035de848c76ebaa392824414fbfbb4 +SIZE (xpi/firefox-i18n-64.0/nb-NO.xpi) = 473416 +SHA256 (xpi/firefox-i18n-64.0/ne-NP.xpi) = 5e85eaf0ca4dd8c9839716ddf1272aaccf6d0e3875526655b1a5f7b57d0393e7 +SIZE (xpi/firefox-i18n-64.0/ne-NP.xpi) = 505818 +SHA256 (xpi/firefox-i18n-64.0/nl.xpi) = e8f350b39ba754b5cb4fece06cb36e0bb3d3e4df7cb7907f6002ca920aed348b +SIZE (xpi/firefox-i18n-64.0/nl.xpi) = 465178 +SHA256 (xpi/firefox-i18n-64.0/nn-NO.xpi) = f39dfa5faca15761430a4f5ae5ae387494780251df90d78c44193c7048f154b0 +SIZE (xpi/firefox-i18n-64.0/nn-NO.xpi) = 472041 +SHA256 (xpi/firefox-i18n-64.0/oc.xpi) = e2f0a52bacfd18cc123c614efeae7076e691371b3569d388b9762a46f52e4142 +SIZE (xpi/firefox-i18n-64.0/oc.xpi) = 486836 +SHA256 (xpi/firefox-i18n-64.0/or.xpi) = 7d987d55037f75f80001f73e757a20770fca2a3138e06fde74133e1b6cdbb5b3 +SIZE (xpi/firefox-i18n-64.0/or.xpi) = 485454 +SHA256 (xpi/firefox-i18n-64.0/pa-IN.xpi) = c078bbcd3904b1c8b71076a2bea567da77a19df9d67cae41e0e58252e21e515d +SIZE (xpi/firefox-i18n-64.0/pa-IN.xpi) = 505897 +SHA256 (xpi/firefox-i18n-64.0/pl.xpi) = 6e39e7c09bf789295e85c12291db7fc3a179ad2f3532efb8423dd0daf7d491d7 +SIZE (xpi/firefox-i18n-64.0/pl.xpi) = 383257 +SHA256 (xpi/firefox-i18n-64.0/pt-BR.xpi) = a535255ab05fbb332ea8268cca1fb8919b22342ff1e0877a54cd5d9201a2fa73 +SIZE (xpi/firefox-i18n-64.0/pt-BR.xpi) = 475690 +SHA256 (xpi/firefox-i18n-64.0/pt-PT.xpi) = 5da6464caa38f0ac56313f13b1ae2e900e7cf7ab06cf7ae6f26f04a222f8a6a6 +SIZE (xpi/firefox-i18n-64.0/pt-PT.xpi) = 488741 +SHA256 (xpi/firefox-i18n-64.0/rm.xpi) = 2d947ad3d44f006ecee083cd8fe37f57e19bfaaf20151f211f54694c3520603e SIZE (xpi/firefox-i18n-64.0/rm.xpi) = 478596 -SHA256 (xpi/firefox-i18n-64.0/ro.xpi) = 7ff7933374116f27888caf2cf8724451661adf8d1f8eaf741772e1922c4371c4 -SIZE (xpi/firefox-i18n-64.0/ro.xpi) = 479970 -SHA256 (xpi/firefox-i18n-64.0/ru.xpi) = f3b69bb255dc409fa5a11b63214c9dbd3265dc38bdb02a55b92c7e5a71b06db8 -SIZE (xpi/firefox-i18n-64.0/ru.xpi) = 546350 -SHA256 (xpi/firefox-i18n-64.0/si.xpi) = 2d670a255e0c165a98946da7aa069e9897dd62ab5ee95c83406d83c765722d14 -SIZE (xpi/firefox-i18n-64.0/si.xpi) = 489564 -SHA256 (xpi/firefox-i18n-64.0/sk.xpi) = 922ad4e3687f719d19773e710933c2ec2a99ebdf47c19df59fd3146d163328ec -SIZE (xpi/firefox-i18n-64.0/sk.xpi) = 504065 -SHA256 (xpi/firefox-i18n-64.0/sl.xpi) = 551ba23004d6ebe56f2650adc8ee12e268b2e82e78bd17a13ead1b5e1b9bf04e -SIZE (xpi/firefox-i18n-64.0/sl.xpi) = 484987 -SHA256 (xpi/firefox-i18n-64.0/son.xpi) = f56d06b0b6b6800b5b307ad9acb1958779aa342faf9b67ed326704c4ea4f7f65 -SIZE (xpi/firefox-i18n-64.0/son.xpi) = 448998 -SHA256 (xpi/firefox-i18n-64.0/sq.xpi) = 0ad757f6fb5f4fbd9e0b3433f2ca213122502226c3bbab4ec46a05bbfdb05004 -SIZE (xpi/firefox-i18n-64.0/sq.xpi) = 492685 -SHA256 (xpi/firefox-i18n-64.0/sr.xpi) = c9c6a1e6d55cf0571dc2856e43f3bcb344272c1145b47b0796f5877d76cc4b1b -SIZE (xpi/firefox-i18n-64.0/sr.xpi) = 506360 -SHA256 (xpi/firefox-i18n-64.0/sv-SE.xpi) = f1ff7b6c24de7680ff50a96e032edb7b8abb7e5579ff80a796b2b0f3e02e7f46 -SIZE (xpi/firefox-i18n-64.0/sv-SE.xpi) = 484132 -SHA256 (xpi/firefox-i18n-64.0/ta.xpi) = 4f66e3702db3c9244436c577b81f1b7ede8b3fe081e341a45b148b6c540d9978 -SIZE (xpi/firefox-i18n-64.0/ta.xpi) = 530872 -SHA256 (xpi/firefox-i18n-64.0/te.xpi) = 707a06469520af11156f120cf740aed398ddf5f1f87dcdef07aecec813a12a6f -SIZE (xpi/firefox-i18n-64.0/te.xpi) = 547599 -SHA256 (xpi/firefox-i18n-64.0/th.xpi) = 58e45cea3dc3d744d13b1275b9320b2cb0e7c2c6efbea9435e0813ae6dc2d6d8 -SIZE (xpi/firefox-i18n-64.0/th.xpi) = 508204 -SHA256 (xpi/firefox-i18n-64.0/tr.xpi) = 49901e60d80eee96730144b2354d2b6f7779151d4b3b5117d2d86c290b9ffca6 -SIZE (xpi/firefox-i18n-64.0/tr.xpi) = 494705 -SHA256 (xpi/firefox-i18n-64.0/uk.xpi) = ab4906fa124153b1aed84632082ed2b0bee2f93c4a1696372fb21a3d28e48d79 -SIZE (xpi/firefox-i18n-64.0/uk.xpi) = 521001 -SHA256 (xpi/firefox-i18n-64.0/ur.xpi) = 13547fd3b7dcc345fcdade741ac5d2b11fa02ae0e01cb56d2b2848240944a91d -SIZE (xpi/firefox-i18n-64.0/ur.xpi) = 521729 -SHA256 (xpi/firefox-i18n-64.0/uz.xpi) = 72e17e6f8d2f14c3368c0d99c85e2dd151727bd8af8005d825250c4f2186120c -SIZE (xpi/firefox-i18n-64.0/uz.xpi) = 466678 -SHA256 (xpi/firefox-i18n-64.0/vi.xpi) = 1bbf9b3ce7a4b84391b3b698b95557d32b10629d8bed71285363406ff5cf9ab9 -SIZE (xpi/firefox-i18n-64.0/vi.xpi) = 488335 -SHA256 (xpi/firefox-i18n-64.0/xh.xpi) = c1f8dd9704af1ebd3ce9979a3d7c20a446d4b87969c30f6efae3a6bb06250e58 -SIZE (xpi/firefox-i18n-64.0/xh.xpi) = 463281 -SHA256 (xpi/firefox-i18n-64.0/zh-CN.xpi) = 3e9e6ab6dd6387f204094b30c0ba53f5afbdd1f0a132231fe669c6fe2affbf17 -SIZE (xpi/firefox-i18n-64.0/zh-CN.xpi) = 507523 -SHA256 (xpi/firefox-i18n-64.0/zh-TW.xpi) = d3acfec3da2be190df82022ff0fbc398d019b5600ce6c088f90eda211c904971 -SIZE (xpi/firefox-i18n-64.0/zh-TW.xpi) = 510612 +SHA256 (xpi/firefox-i18n-64.0/ro.xpi) = 6f5aaa492ca2a49e4cf2272f60e422660fe6e330575df442ee10743f41cae033 +SIZE (xpi/firefox-i18n-64.0/ro.xpi) = 479967 +SHA256 (xpi/firefox-i18n-64.0/ru.xpi) = cb374fdceb3d4f7f3300cda97caa767d43f2bff6360075c8b91ef64ef8fd97a5 +SIZE (xpi/firefox-i18n-64.0/ru.xpi) = 546345 +SHA256 (xpi/firefox-i18n-64.0/si.xpi) = 0483ce757807e63f7569b88e46664d1179a163977b256d307d00a1bf23264334 +SIZE (xpi/firefox-i18n-64.0/si.xpi) = 489556 +SHA256 (xpi/firefox-i18n-64.0/sk.xpi) = ca866df6173877ed0bc5206a8b926ea6af84f7c93579234396e5930cdabdeda4 +SIZE (xpi/firefox-i18n-64.0/sk.xpi) = 504064 +SHA256 (xpi/firefox-i18n-64.0/sl.xpi) = 64d08cfb2363dcaff5c4bea74c22a8d73dcacb8ceaa06c5d1570d2ed2afce7bd +SIZE (xpi/firefox-i18n-64.0/sl.xpi) = 484982 +SHA256 (xpi/firefox-i18n-64.0/son.xpi) = 2117ebec8511e67ee8ca59b2a25365a63b93693ed92a6c7c261e0cd8e811f772 +SIZE (xpi/firefox-i18n-64.0/son.xpi) = 448995 +SHA256 (xpi/firefox-i18n-64.0/sq.xpi) = f2496fcc19c62241676ae1ce3084d8ca286aea22891323bea205d5344dc00ead +SIZE (xpi/firefox-i18n-64.0/sq.xpi) = 492688 +SHA256 (xpi/firefox-i18n-64.0/sr.xpi) = faf5ec9e043acb26a393db3d4928ab97733309e6197c2788238237c6d7c4b821 +SIZE (xpi/firefox-i18n-64.0/sr.xpi) = 506359 +SHA256 (xpi/firefox-i18n-64.0/sv-SE.xpi) = 24682aab7308dd328c8e205e2dd85354807311b8e7c4515f078a8ae7fa3af9f6 +SIZE (xpi/firefox-i18n-64.0/sv-SE.xpi) = 484134 +SHA256 (xpi/firefox-i18n-64.0/ta.xpi) = e236c66b7b75deb9e6692a4b1620f37339d7a54ffdabfbdb68eae6a4734a0053 +SIZE (xpi/firefox-i18n-64.0/ta.xpi) = 530867 +SHA256 (xpi/firefox-i18n-64.0/te.xpi) = 82d45a3f5dfa0c2e316ef27c30414a24866afafdb625fda322b4923fb2817811 +SIZE (xpi/firefox-i18n-64.0/te.xpi) = 547595 +SHA256 (xpi/firefox-i18n-64.0/th.xpi) = 5b406c3454a998a517fc7691ef47c8dfb5b4a7bebb5d080f0a64b4e2b27a8ad7 +SIZE (xpi/firefox-i18n-64.0/th.xpi) = 508198 +SHA256 (xpi/firefox-i18n-64.0/tr.xpi) = 993de7c31db7d98c221de0e9a8c57e373e39b011cf95dba4369de9a86331cff5 +SIZE (xpi/firefox-i18n-64.0/tr.xpi) = 494709 +SHA256 (xpi/firefox-i18n-64.0/uk.xpi) = 7ff50a27e3c4f019510634734f8df1e1419fbc084792986ad9ebf4ded4ac091f +SIZE (xpi/firefox-i18n-64.0/uk.xpi) = 520997 +SHA256 (xpi/firefox-i18n-64.0/ur.xpi) = 7db69120a9cebcfd9ddff8691fad9fc1f5f0abe62d9d4530157d29a708873721 +SIZE (xpi/firefox-i18n-64.0/ur.xpi) = 521724 +SHA256 (xpi/firefox-i18n-64.0/uz.xpi) = 7503af7b3aff3374229a5218fd1b1ed004203746ea7924031550b086bbc6993f +SIZE (xpi/firefox-i18n-64.0/uz.xpi) = 466671 +SHA256 (xpi/firefox-i18n-64.0/vi.xpi) = 062c12a75f2fb4b1feec11ae84f01b1d26dbc2581bb00ba2ec4346fb01144bdc +SIZE (xpi/firefox-i18n-64.0/vi.xpi) = 488332 +SHA256 (xpi/firefox-i18n-64.0/xh.xpi) = c5e176b33f2c32c418a1960b01280bf18980ed5706cfe5f2891a9bac4b8fbb5a +SIZE (xpi/firefox-i18n-64.0/xh.xpi) = 463285 +SHA256 (xpi/firefox-i18n-64.0/zh-CN.xpi) = 23d0a7e234b3734df8fb6fa31a15f250a4f82e017df7ddc92f779c0765a8719d +SIZE (xpi/firefox-i18n-64.0/zh-CN.xpi) = 507516 +SHA256 (xpi/firefox-i18n-64.0/zh-TW.xpi) = 224af39ae1ce61d1f4228d5898a43803caee04f3fd4617adb7dcb52e2da5b76f +SIZE (xpi/firefox-i18n-64.0/zh-TW.xpi) = 510618 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Fri Dec 7 04:29:45 2018 (r486822) +++ head/www/firefox/Makefile Fri Dec 7 04:49:40 2018 (r486823) @@ -3,11 +3,11 @@ PORTNAME= firefox DISTVERSION= 64.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Fri Dec 7 04:29:45 2018 (r486822) +++ head/www/firefox/distinfo Fri Dec 7 04:49:40 2018 (r486823) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544057824 -SHA256 (firefox-64.0.source.tar.xz) = 982f624f4ad42bbd075bb9b6b3acecb36fe112e51a0720e0842496f0ffa84674 -SIZE (firefox-64.0.source.tar.xz) = 272951092 +TIMESTAMP = 1544151497 +SHA256 (firefox-64.0.source.tar.xz) = da40f2f8f1cbf0ddb3454aa9f65bb1a2b2043ca9b1724aecd016337be77d537f +SIZE (firefox-64.0.source.tar.xz) = 271865888 From owner-svn-ports-all@freebsd.org Fri Dec 7 05:46:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67148132AE09; Fri, 7 Dec 2018 05:46:41 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0229B783E8; Fri, 7 Dec 2018 05:46:41 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D18916E83; Fri, 7 Dec 2018 05:46:40 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB75ke0i038458; Fri, 7 Dec 2018 05:46:40 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB75kdWc038452; Fri, 7 Dec 2018 05:46:39 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201812070546.wB75kdWc038452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Fri, 7 Dec 2018 05:46:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486824 - in head/lang: ghc ghc/files ghc843 ghc843/files X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head/lang: ghc ghc/files ghc843 ghc843/files X-SVN-Commit-Revision: 486824 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0229B783E8 X-Spamd-Result: default: False [-1.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.02)[-0.024,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 05:46:41 -0000 Author: arrowd Date: Fri Dec 7 05:46:39 2018 New Revision: 486824 URL: https://svnweb.freebsd.org/changeset/ports/486824 Log: Cleanup GHC ports: - Switch to using ld instead of binutils ld or ld.bfd on amd64/i386. - Add GMP option. - Re-enable DYNAMIC option on ARM. It is reported that it works now. - Fix create-bootstrap target to produce tarballs ready to be consumed by ports. - Update bootstrap compilers to 8.4.3 on amd64, i386, aarch64. - Get rid merge build.boot.mk.in into build.mk.in. - Sort some Makefile variables. Reviewed by: Mikael Urankar (ARM bits), tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D18378 Deleted: head/lang/ghc/files/build.boot.mk.in head/lang/ghc843/files/build.boot.mk.in Modified: head/lang/ghc/Makefile head/lang/ghc/bsd.ghc.mk head/lang/ghc/distinfo head/lang/ghc/files/build.mk.in head/lang/ghc843/Makefile head/lang/ghc843/distinfo head/lang/ghc843/files/build.mk.in Modified: head/lang/ghc/Makefile ============================================================================== --- head/lang/ghc/Makefile Fri Dec 7 04:49:40 2018 (r486823) +++ head/lang/ghc/Makefile Fri Dec 7 05:46:39 2018 (r486824) @@ -18,8 +18,6 @@ COMMENT= Compiler for the functional language Haskell LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 - GHC_VERSION= 8.4.4 HSCOLOUR_VERSION= 1.24.4 LLVM_VERSION= 50 Modified: head/lang/ghc/bsd.ghc.mk ============================================================================== --- head/lang/ghc/bsd.ghc.mk Fri Dec 7 04:49:40 2018 (r486823) +++ head/lang/ghc/bsd.ghc.mk Fri Dec 7 05:46:39 2018 (r486824) @@ -5,11 +5,11 @@ # Maintained by: haskell@FreeBSD.org # +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 + DATADIR= ${PREFIX}/share/ghc-${GHC_VERSION} EXAMPLESDIR= ${PREFIX}/share/examples/ghc-${GHC_VERSION} -LIB_DEPENDS+= libgmp.so:math/gmp - USES= autoreconf gmake iconv:translit localbase:ldflags ncurses perl5 tar:xz USE_LOCALE= en_US.UTF-8 USE_PERL5= build @@ -21,13 +21,12 @@ NO_CCACHE= ccache: error: Failed to create directory / # This is better fixed in files/build.mk.in GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gmp-includes=${LOCALBASE}/include \ - --with-gmp-libraries=${LOCALBASE}/lib \ - --with-iconv-includes=${LOCALBASE}/include \ +CONFIGURE_ARGS= --with-iconv-includes=${LOCALBASE}/include \ --with-iconv-libraries=${LOCALBASE}/lib +# Turn off for a while, see PR 228727 +CONFIGURE_ARGS+= --enable-dtrace=0 -SUB_FILES= build.mk \ - build.boot.mk +SUB_FILES= build.mk SUB_LIST= GHC_VERSION=${GHC_VERSION} \ NCURSESINC="${NCURSESBASE}/include" NCURSESLIB="${NCURSESLIB}" \ CFLAGS="${CFLAGS}" @@ -35,47 +34,57 @@ SUB_LIST= GHC_VERSION=${GHC_VERSION} \ OPTIONS_GROUP= BOOTSTRAP BOOTSTRAP_DESC= Bootsrap using installed ghc OPTIONS_GROUP_BOOTSTRAP=BOOT -OPTIONS_DEFINE= DYNAMIC PROFILE DOCS +OPTIONS_DEFINE= DYNAMIC GMP PROFILE DOCS OPTIONS_SUB= yes -OPTIONS_DEFAULT= PROFILE DYNAMIC -# ghci segfaults on arm when dynamic linking is used -OPTIONS_EXCLUDE_armv6= DYNAMIC -OPTIONS_EXCLUDE_armv7= DYNAMIC -OPTIONS_EXCLUDE_aarch64= DYNAMIC +OPTIONS_DEFAULT= DYNAMIC PROFILE GMP BOOT_DESC= Use installed GHC for bootstrapping -PROFILE_DESC= Add support for performance profiling -DYNAMIC_DESC= Add support for dynamic linking DOCS_DESC= Install HTML documentation +DYNAMIC_DESC= Add support for dynamic linking +GMP_DESC= Use GNU Multi-precision Library for big integers support +PROFILE_DESC= Add support for performance profiling -DYNAMIC_CONFIGURE_ARGS= --with-system-libffi \ - --with-ffi-includes=${LOCALBASE}/include \ - --with-ffi-libraries=${LOCALBASE}/lib +DOCS_BUILD_DEPENDS+= sphinx-build:textproc/py-sphinx + +DYNAMIC_CONFIGURE_WITH= system-libffi \ + ffi-includes=${LOCALBASE}/include \ + ffi-libraries=${LOCALBASE}/lib # The version number is needed as lang/gcc installs a different version DYNAMIC_LIB_DEPENDS= libffi.so.6:devel/libffi +GMP_CONFIGURE_WITH= gmp-includes=${LOCALBASE}/include \ + gmp-libraries=${LOCALBASE}/lib +GMP_LIB_DEPENDS= libgmp.so:math/gmp + # Append substitutions for build.mk BOOT_SUB_LIST= HSC2HS=${LOCALBASE}/bin/hsc2hs BOOT_SUB_LIST_OFF= HSC2HS=${BOOT_HSC2HS} -DOCS_BUILD_DEPENDS+= sphinx-build:textproc/py-sphinx +DOCS_SUB_LIST= WITH_DOCS="YES" +DOCS_SUB_LIST_OFF= WITH_DOCS="NO" DYNAMIC_SUB_LIST= WITH_DYNAMIC="YES" DYNAMIC_SUB_LIST_OFF= WITH_DYNAMIC="NO" +GMP_SUB_LIST= INTEGER_LIBRARY="integer-gmp" +GMP_SUB_LIST_OFF= INTEGER_LIBRARY="integer-simple" + PROFILE_SUB_LIST= WITH_PROFILE="YES" PROFILE_SUB_LIST_OFF= WITH_PROFILE="NO" -DOCS_SUB_LIST= WITH_DOCS="YES" -DOCS_SUB_LIST_OFF= WITH_DOCS="NO" - LOCALBASE?= /usr/local +GHC_ARCH= ${ARCH:S/amd64/x86_64/:C/armv.*/arm/} + .include .if empty(PORT_OPTIONS:MBOOT) +. if ${ARCH} == armv6 || ${ARCH} == armv7 BOOT_GHC_VERSION= 8.4.2 +. else +BOOT_GHC_VERSION= 8.4.3 +. endif DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot .endif # MBOOT @@ -98,16 +107,6 @@ IGNORE= qemu-user-static isn't able to build lang/ghc, . endif .endif -# Turn off for a while, see PR 228727 -CONFIGURE_ARGS+= --enable-dtrace=0 -.if ${OSVERSION} < 1200000 -USE_GCC= yes -.else -. if !exists(/usr/bin/ld.bfd) -USE_BINUTILS= yes -. endif -LD= ld.bfd -.endif CONFIGURE_ENV+= CC=${CC} LD=${LD} DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} @@ -275,7 +274,12 @@ post-install: .PHONY: create-bootstrap create-bootstrap: cd ${WRKSRC} \ - && gmake binary-dist TAR_COMP=xz \ - && mv ${WRKSRC}/ghc-${GHC_VERSION}-${ARCH}-portbld-freebsd.tar.xz /tmp/ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz - && sha256 ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz - && stat -f %z ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz + && ${ECHO} "BIN_DIST_NAME=ghc-${GHC_VERSION}-boot" >> mk/build.mk \ + && ${ECHO} "BIN_DIST_TAR=ghc-${GHC_VERSION}-boot.tar" >> mk/build.mk \ + && gmake binary-dist TAR_COMP=xz \ + && ${MV} ${WRKSRC}/ghc-${GHC_VERSION}-boot-${GHC_ARCH}-portbld-freebsd.tar.xz /tmp/ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz + + cd /tmp \ + && sha256 ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz \ + && ${ECHO} -n "SIZE (ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz) = " \ + && ${STAT} -f %z ghc-${GHC_VERSION}-boot-${ARCH}-freebsd.tar.xz Modified: head/lang/ghc/distinfo ============================================================================== --- head/lang/ghc/distinfo Fri Dec 7 04:49:40 2018 (r486823) +++ head/lang/ghc/distinfo Fri Dec 7 05:46:39 2018 (r486824) @@ -1,14 +1,14 @@ -TIMESTAMP = 1541010521 +TIMESTAMP = 1541010522 SHA256 (ghc-8.4.4-src.tar.xz) = 11117735a58e507c481c09f3f39ae5a314e9fbf49fc3109528f99ea7959004b2 SIZE (ghc-8.4.4-src.tar.xz) = 11319500 -SHA256 (ghc-8.4.2-boot-amd64-freebsd.tar.xz) = 8fe44700c0b765b38a2072c8ea9ddb1da18b4a738397c9ceddcce80708900e4f -SIZE (ghc-8.4.2-boot-amd64-freebsd.tar.xz) = 72751016 -SHA256 (ghc-8.4.2-boot-i386-freebsd.tar.xz) = 673230735fc459a3c05cf845ef7beeeb6eab9576bc03471b9fb50bd3fe29d911 -SIZE (ghc-8.4.2-boot-i386-freebsd.tar.xz) = 69976728 +SHA256 (ghc-8.4.3-boot-amd64-freebsd.tar.xz) = 0e0324a539d471a813ed4d18c537fb19be22a4e250bd5434a3a911b9d5343724 +SIZE (ghc-8.4.3-boot-amd64-freebsd.tar.xz) = 67718400 +SHA256 (ghc-8.4.3-boot-i386-freebsd.tar.xz) = 65fcd48b1c0166e028b3f6d50ad295525e6b84490da82663ec66165e57e87972 +SIZE (ghc-8.4.3-boot-i386-freebsd.tar.xz) = 66143592 SHA256 (hscolour-1.24.4.tar.gz) = 243332b082294117f37b2c2c68079fa61af68b36223b3fc07594f245e0e5321d SIZE (hscolour-1.24.4.tar.gz) = 28729 -SHA256 (ghc-8.4.2-boot-aarch64-freebsd.tar.xz) = 18412f10bb172dbaff7f31505845fbd43fdde14046463fdacc42e26683be311d -SIZE (ghc-8.4.2-boot-aarch64-freebsd.tar.xz) = 100240140 +SHA256 (ghc-8.4.3-boot-aarch64-freebsd.tar.xz) = 84611f37d31a43a3216274ee7dcee4b89f2c5ef6ab713222f266b5658c736e05 +SIZE (ghc-8.4.3-boot-aarch64-freebsd.tar.xz) = 99933576 SHA256 (ghc-8.4.2-boot-armv6-freebsd.tar.xz) = 61d3a4486dbb904b05a735e98f23a49c2b464d6b19212dd655ff578f36d02f0d SIZE (ghc-8.4.2-boot-armv6-freebsd.tar.xz) = 107368936 SHA256 (ghc-8.4.2-boot-armv7-freebsd.tar.xz) = eedb9416870bfe82315155751871e31e815b718b381ccf4f7e45a99a6ad7c94d Modified: head/lang/ghc/files/build.mk.in ============================================================================== --- head/lang/ghc/files/build.mk.in Fri Dec 7 04:49:40 2018 (r486823) +++ head/lang/ghc/files/build.mk.in Fri Dec 7 05:46:39 2018 (r486824) @@ -6,6 +6,7 @@ DYNAMIC_GHC_PROGRAMS = %%WITH_DYNAMIC%% BUILD_PROF_LIBS = %%WITH_PROFILE%% HADDOCK_DOCS = %%WITH_DOCS%% HSCOLOUR_SRCS = %%WITH_DOCS%% +INTEGER_LIBRARY = %%INTEGER_LIBRARY%% # disable xelatex: PR 231438 BUILD_SPHINX_PDF = NO BSD_PATH_TO_HSC2HS = %%HSC2HS%% Modified: head/lang/ghc843/Makefile ============================================================================== --- head/lang/ghc843/Makefile Fri Dec 7 04:49:40 2018 (r486823) +++ head/lang/ghc843/Makefile Fri Dec 7 05:46:39 2018 (r486824) @@ -20,8 +20,6 @@ COMMENT= Compiler for the functional language Haskell LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 - GHC_VERSION= 8.4.3 HSCOLOUR_VERSION= 1.24.4 LLVM_VERSION= 50 Modified: head/lang/ghc843/distinfo ============================================================================== --- head/lang/ghc843/distinfo Fri Dec 7 04:49:40 2018 (r486823) +++ head/lang/ghc843/distinfo Fri Dec 7 05:46:39 2018 (r486824) @@ -1,14 +1,14 @@ -TIMESTAMP = 1530033471 +TIMESTAMP = 1530033472 SHA256 (ghc-8.4.3-src.tar.xz) = ae47afda985830de8811243255aa3744dfb9207cb980af74393298b2b62160d6 SIZE (ghc-8.4.3-src.tar.xz) = 11315068 -SHA256 (ghc-8.4.2-boot-amd64-freebsd.tar.xz) = 8fe44700c0b765b38a2072c8ea9ddb1da18b4a738397c9ceddcce80708900e4f -SIZE (ghc-8.4.2-boot-amd64-freebsd.tar.xz) = 72751016 -SHA256 (ghc-8.4.2-boot-i386-freebsd.tar.xz) = 673230735fc459a3c05cf845ef7beeeb6eab9576bc03471b9fb50bd3fe29d911 -SIZE (ghc-8.4.2-boot-i386-freebsd.tar.xz) = 69976728 +SHA256 (ghc-8.4.3-boot-amd64-freebsd.tar.xz) = 0e0324a539d471a813ed4d18c537fb19be22a4e250bd5434a3a911b9d5343724 +SIZE (ghc-8.4.3-boot-amd64-freebsd.tar.xz) = 67718400 +SHA256 (ghc-8.4.3-boot-i386-freebsd.tar.xz) = 65fcd48b1c0166e028b3f6d50ad295525e6b84490da82663ec66165e57e87972 +SIZE (ghc-8.4.3-boot-i386-freebsd.tar.xz) = 66143592 SHA256 (hscolour-1.24.4.tar.gz) = 243332b082294117f37b2c2c68079fa61af68b36223b3fc07594f245e0e5321d SIZE (hscolour-1.24.4.tar.gz) = 28729 -SHA256 (ghc-8.4.2-boot-aarch64-freebsd.tar.xz) = 18412f10bb172dbaff7f31505845fbd43fdde14046463fdacc42e26683be311d -SIZE (ghc-8.4.2-boot-aarch64-freebsd.tar.xz) = 100240140 +SHA256 (ghc-8.4.3-boot-aarch64-freebsd.tar.xz) = 84611f37d31a43a3216274ee7dcee4b89f2c5ef6ab713222f266b5658c736e05 +SIZE (ghc-8.4.3-boot-aarch64-freebsd.tar.xz) = 99933576 SHA256 (ghc-8.4.2-boot-armv6-freebsd.tar.xz) = 61d3a4486dbb904b05a735e98f23a49c2b464d6b19212dd655ff578f36d02f0d SIZE (ghc-8.4.2-boot-armv6-freebsd.tar.xz) = 107368936 SHA256 (ghc-8.4.2-boot-armv7-freebsd.tar.xz) = eedb9416870bfe82315155751871e31e815b718b381ccf4f7e45a99a6ad7c94d Modified: head/lang/ghc843/files/build.mk.in ============================================================================== --- head/lang/ghc843/files/build.mk.in Fri Dec 7 04:49:40 2018 (r486823) +++ head/lang/ghc843/files/build.mk.in Fri Dec 7 05:46:39 2018 (r486824) @@ -6,6 +6,7 @@ DYNAMIC_GHC_PROGRAMS = %%WITH_DYNAMIC%% BUILD_PROF_LIBS = %%WITH_PROFILE%% HADDOCK_DOCS = %%WITH_DOCS%% HSCOLOUR_SRCS = %%WITH_DOCS%% +INTEGER_LIBRARY = %%INTEGER_LIBRARY%% # disable xelatex: PR 231438 BUILD_SPHINX_PDF = NO BSD_PATH_TO_HSC2HS = %%HSC2HS%% From owner-svn-ports-all@freebsd.org Fri Dec 7 06:35:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C7DA132C0A4; Fri, 7 Dec 2018 06:35:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F80C79F04; Fri, 7 Dec 2018 06:35:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2080A7688; Fri, 7 Dec 2018 06:35:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB76Z1kv063874; Fri, 7 Dec 2018 06:35:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB76Yxt7063855; Fri, 7 Dec 2018 06:34:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070634.wB76Yxt7063855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 06:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486825 - in head/math/cadabra2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math/cadabra2: . files X-SVN-Commit-Revision: 486825 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3F80C79F04 X-Spamd-Result: default: False [-1.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-0.02)[-0.024,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 06:35:01 -0000 Author: yuri Date: Fri Dec 7 06:34:59 2018 New Revision: 486825 URL: https://svnweb.freebsd.org/changeset/ports/486825 Log: math/cadabra2: Update 2.2.0 -> 2.2.2 Reported by: portscout Deleted: head/math/cadabra2/files/patch-client__server_Server.cc head/math/cadabra2/files/patch-pybind11-libc++7 Modified: head/math/cadabra2/Makefile head/math/cadabra2/distinfo head/math/cadabra2/files/patch-client__server_CMakeLists.txt head/math/cadabra2/files/patch-cmake_version.cmake head/math/cadabra2/files/patch-core_CMakeLists.txt head/math/cadabra2/files/patch-frontend_gtkmm_CMakeLists.txt head/math/cadabra2/pkg-plist Modified: head/math/cadabra2/Makefile ============================================================================== --- head/math/cadabra2/Makefile Fri Dec 7 05:46:39 2018 (r486824) +++ head/math/cadabra2/Makefile Fri Dec 7 06:34:59 2018 (r486825) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cadabra2 -DISTVERSION= 2.2.0 -PORTREVISION= 3 +DISTVERSION= 2.2.2 CATEGORIES= math PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -24,7 +23,7 @@ LIB_DEPENDS= ${PY_BOOST} \ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} -USES= compiler:c++14-lang cmake:outsource dos2unix gettext-runtime localbase:ldflags pkgconfig python:3.4+ sqlite # USES=python picks random python versions +USES= compiler:c++14-lang cmake:outsource dos2unix gettext-runtime gnome localbase:ldflags pkgconfig python:3.4+ sqlite # USES=python picks random python versions USE_GITHUB= yes GH_ACCOUNT= kpeeters DOS2UNIX_FILES= cmake/version.cmake @@ -33,7 +32,7 @@ USE_TEX= base texmf texhash USE_LDCONFIG= yes OPTIONS_SUB= yes -CMAKE_ON= USE_PYTHON_3 # OFF doesn't work, still links to python3: https://github.com/kpeeters/cadabra2/issues/76 +CMAKE_ON= BUILD_SHARED_LIBS USE_PYTHON_3 # OFF doesn't work, still links to python3: https://github.com/kpeeters/cadabra2/issues/76 CMAKE_OFF= ENABLE_MATHEMATICA CXXFLAGS+= -I${LOCALBASE}/include/jsoncpp LDFLAGS+= -ljsoncpp Modified: head/math/cadabra2/distinfo ============================================================================== --- head/math/cadabra2/distinfo Fri Dec 7 05:46:39 2018 (r486824) +++ head/math/cadabra2/distinfo Fri Dec 7 06:34:59 2018 (r486825) @@ -1,5 +1,5 @@ -TIMESTAMP = 1522534466 -SHA256 (kpeeters-cadabra2-2.2.0_GH0.tar.gz) = 4e0a408ab8fa611091bc4d776dd44efd730c2651e02e62cfd0251bd1d6b96249 -SIZE (kpeeters-cadabra2-2.2.0_GH0.tar.gz) = 23915602 +TIMESTAMP = 1544157018 +SHA256 (kpeeters-cadabra2-2.2.2_GH0.tar.gz) = 9245ceb5b5b3901709060364356bb6db2f6d2d3c7f03f51f9a0ee7d239e15351 +SIZE (kpeeters-cadabra2-2.2.2_GH0.tar.gz) = 23979382 SHA256 (5d52108df5b05eeba2ffbd7220776887297c2846.patch) = 91c1259345332b9fc4b52eafa1c510d2a851b99ca708fa25af5673cdf737be87 SIZE (5d52108df5b05eeba2ffbd7220776887297c2846.patch) = 735 Modified: head/math/cadabra2/files/patch-client__server_CMakeLists.txt ============================================================================== --- head/math/cadabra2/files/patch-client__server_CMakeLists.txt Fri Dec 7 05:46:39 2018 (r486824) +++ head/math/cadabra2/files/patch-client__server_CMakeLists.txt Fri Dec 7 06:34:59 2018 (r486825) @@ -1,35 +1,26 @@ ---- client_server/CMakeLists.txt.orig 2018-03-30 09:33:27 UTC +--- client_server/CMakeLists.txt.orig 2018-12-07 04:46:45 UTC +++ client_server/CMakeLists.txt -@@ -28,7 +28,6 @@ find_package(Boost 1.53.0 COMPONENTS sys - set(CADABRA_SERVER_SRC - Server.cc - Snoop.cc -- jsoncpp/jsoncpp.cpp - ../core/CdbPython.cc - ../core/Stopwatch.cc - ../core/ProgressMonitor.cc +@@ -32,7 +32,6 @@ set(CADABRA_SERVER_SRC + ${CADABRA_CORE_DIR}/InstallPrefix.cc + ${CADABRA_CORE_DIR}/CdbPython.cc + ${CADABRA_CORE_DIR}/Stopwatch.cc +- ${CADABRA_LIBS_DIR}/jsoncpp/jsoncpp.cpp + ${CADABRA_LIBS_DIR}/whereami/whereami.c + ) + @@ -43,7 +42,6 @@ set(CADABRA_CLIENT_SRC - ../core/DataCell.cc - Actions.cc - Snoop.cc -- jsoncpp/jsoncpp.cpp - ../libs/whereami/whereami.c - ../core/InstallPrefix.cc - # ../libs/sqlite3/sqlite3.c -@@ -58,7 +56,6 @@ include_directories( - "../core" - "../libs/pybind11/include" - "websocketpp" -- "jsoncpp" - "../libs/internal/include" - "../libs/whereami" - ${Boost_INCLUDE_DIRS} -@@ -114,7 +111,7 @@ add_executable(cadabra2html cadabra2html - target_link_libraries(cadabra2html cadabra_client) + Snoop.cc + ${CADABRA_CORE_DIR}/DataCell.cc + ${CADABRA_CORE_DIR}/InstallPrefix.cc +- ${CADABRA_LIBS_DIR}/jsoncpp/jsoncpp.cpp + ${CADABRA_LIBS_DIR}/whereami/whereami.c + ) - # Client library --add_library(cadabra_client STATIC ${CADABRA_CLIENT_SRC}) -+add_library(cadabra_client SHARED ${CADABRA_CLIENT_SRC}) - target_link_libraries(cadabra_client - ${Boost_LIBRARIES} - ${SQLITE3_LIBRARIES} +@@ -56,7 +54,6 @@ include_directories( + "${CADABRA_CORE_DIR}" + "${CADABRA_LIBS_DIR}/pybind11/include" + "${CADABRA_LIBS_DIR}/websocketpp" +- "${CADABRA_LIBS_DIR}/jsoncpp" + "${CADABRA_LIBS_DIR}/internal/include" + "${CADABRA_LIBS_DIR}/whereami" + ${Boost_INCLUDE_DIRS} Modified: head/math/cadabra2/files/patch-cmake_version.cmake ============================================================================== --- head/math/cadabra2/files/patch-cmake_version.cmake Fri Dec 7 05:46:39 2018 (r486824) +++ head/math/cadabra2/files/patch-cmake_version.cmake Fri Dec 7 06:34:59 2018 (r486825) @@ -1,15 +1,15 @@ ---- cmake/version.cmake.orig 2018-03-31 20:48:09 UTC +--- cmake/version.cmake.orig 2018-12-07 05:19:36 UTC +++ cmake/version.cmake -@@ -3,13 +3,13 @@ set(CADABRA_VERSION_MINOR 2) - set(CADABRA_VERSION_PATCH 0) +@@ -4,7 +4,7 @@ set(CADABRA_VERSION_PATCH 2) set(CADABRA_VERSION_TWEAK 0) set(COPYRIGHT_YEARS "2001-2018") --execute_process(COMMAND git rev-parse --short HEAD OUTPUT_VARIABLE GIT_SHORT_SHA OUTPUT_STRIP_TRAILING_WHITESPACE) --execute_process(COMMAND git rev-list --count HEAD OUTPUT_VARIABLE GIT_COMMIT_SERIAL OUTPUT_STRIP_TRAILING_WHITESPACE) --execute_process(COMMAND git log -1 --date=short --pretty=format:%cd OUTPUT_VARIABLE GIT_COMMIT_DATE OUTPUT_STRIP_TRAILING_WHITESPACE) -+#execute_process(COMMAND git rev-parse --short HEAD OUTPUT_VARIABLE GIT_SHORT_SHA OUTPUT_STRIP_TRAILING_WHITESPACE) -+#execute_process(COMMAND git rev-list --count HEAD OUTPUT_VARIABLE GIT_COMMIT_SERIAL OUTPUT_STRIP_TRAILING_WHITESPACE) -+#execute_process(COMMAND git log -1 --date=short --pretty=format:%cd OUTPUT_VARIABLE GIT_COMMIT_DATE OUTPUT_STRIP_TRAILING_WHITESPACE) + math(EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8") +-find_program(GIT git PATHS ${GIT_DIR}) ++#find_program(GIT git PATHS ${GIT_DIR}) + if(GIT) + message("-- Git found: ${GIT}") + execute_process(COMMAND git rev-parse --short HEAD OUTPUT_VARIABLE GIT_SHORT_SHA OUTPUT_STRIP_TRAILING_WHITESPACE) +@@ -16,7 +16,7 @@ endif() if(GIT_SHORT_SHA) set(CADABRA_VERSION_BUILD "${GIT_COMMIT_SERIAL}.${GIT_SHORT_SHA}") else() Modified: head/math/cadabra2/files/patch-core_CMakeLists.txt ============================================================================== --- head/math/cadabra2/files/patch-core_CMakeLists.txt Fri Dec 7 05:46:39 2018 (r486824) +++ head/math/cadabra2/files/patch-core_CMakeLists.txt Fri Dec 7 06:34:59 2018 (r486825) @@ -1,19 +1,34 @@ ---- core/CMakeLists.txt.orig 2018-03-31 17:08:45 UTC +--- core/CMakeLists.txt.orig 2018-12-07 05:20:52 UTC +++ core/CMakeLists.txt -@@ -197,7 +197,6 @@ include_directories( - "." - "../libs/internal/include" - "../libs/whereami" -- "../client_server/jsoncpp" - ${Boost_INCLUDE_DIRS} +@@ -204,7 +204,6 @@ set(LOCAL_SRC_FILES + modules/xperm_new.cc + ${ALGORITHM_SRC_FILES} + ${PROPERTY_SRC_FILES} +- ${CADABRA_LIBS_DIR}/jsoncpp/jsoncpp.cpp + ) + if(MATHEMATICA_FOUND) + set(LOCAL_SRC_FILES +@@ -227,7 +226,6 @@ include_directories( + "." + "${CADABRA_LIBS_DIR}/internal/include" + "${CADABRA_LIBS_DIR}/whereami" +- "${CADABRA_LIBS_DIR}/jsoncpp" + ${Boost_INCLUDE_DIRS} ) # FIXME: 2nd line is to find Config.hh -@@ -246,7 +245,7 @@ target_link_libraries(cadabra2python - ) - - # cadabra2cadabra --add_executable(cadabra2cadabra cadabra2cadabra.cc DataCell.cc ../client_server/jsoncpp/jsoncpp.cpp ../libs/whereami/whereami.c InstallPrefix.cc) -+add_executable(cadabra2cadabra cadabra2cadabra.cc DataCell.cc ../libs/whereami/whereami.c InstallPrefix.cc) - target_link_libraries(cadabra2cadabra ${Boost_LIBRARIES}) - - # Mathematica WSTP test +@@ -263,7 +261,6 @@ add_executable(test_preprocessor + add_executable(cadabra2python + cadabra2python.cc + CdbPython.cc +- ${CADABRA_LIBS_DIR}/jsoncpp/jsoncpp.cpp + ) + target_link_libraries(cadabra2python + ${Boost_LIBRARIES} +@@ -275,7 +272,6 @@ add_executable(cadabra2cadabra + cadabra2cadabra.cc + DataCell.cc + InstallPrefix.cc +- ${CADABRA_LIBS_DIR}/jsoncpp/jsoncpp.cpp + ${CADABRA_LIBS_DIR}/whereami/whereami.c + ) + target_link_libraries(cadabra2cadabra ${Boost_LIBRARIES} ${GLIBMM3_LIBRARIES}) Modified: head/math/cadabra2/files/patch-frontend_gtkmm_CMakeLists.txt ============================================================================== --- head/math/cadabra2/files/patch-frontend_gtkmm_CMakeLists.txt Fri Dec 7 05:46:39 2018 (r486824) +++ head/math/cadabra2/files/patch-frontend_gtkmm_CMakeLists.txt Fri Dec 7 06:34:59 2018 (r486825) @@ -1,31 +1,15 @@ ---- frontend/gtkmm/CMakeLists.txt.orig 2018-03-30 09:33:27 UTC +--- frontend/gtkmm/CMakeLists.txt.orig 2018-12-07 05:18:13 UTC +++ frontend/gtkmm/CMakeLists.txt -@@ -126,11 +126,11 @@ install(FILES ${PROJECT_SOURCE_DIR}/. - # there anyway. - # - gtk-update-icon-cache is broken and only works half of the time. +@@ -165,9 +165,9 @@ if (NOT INSTALL_TARGETS_ONLY) + install(FILES ${CADABRA_IMAGES_DIR}/256x256/cadabra2-gtk.png DESTINATION ${ICON_PREFIX}/share/icons/hicolor/256x256/apps) + install(FILES ${CADABRA_IMAGES_DIR}/cadabra2-gtk.svg DESTINATION ${ICON_PREFIX}/share/icons/hicolor/scalable/apps) + install(FILES ${CADABRA_ROOT_DIR}/config/cadabra2-gtk.desktop DESTINATION ${ICON_PREFIX}/share/applications) +- install(CODE "execute_process(COMMAND touch ${ICON_PREFIX}/share/icons/hicolor/icon-theme.cache)") +- install(CODE "execute_process(COMMAND gtk-update-icon-cache-3.0 ${ICON_PREFIX}/share/icons/hicolor)") +- install(CODE "execute_process(COMMAND chmod go+r ${ICON_PREFIX}/share/icons/hicolor/icon-theme.cache)") ++ #install(CODE "execute_process(COMMAND touch ${ICON_PREFIX}/share/icons/hicolor/icon-theme.cache)") ++ #install(CODE "execute_process(COMMAND gtk-update-icon-cache-3.0 ${ICON_PREFIX}/share/icons/hicolor)") ++ #install(CODE "execute_process(COMMAND chmod go+r ${ICON_PREFIX}/share/icons/hicolor/icon-theme.cache)") --if(APPLE) -+#if(APPLE) - set(ICON_PREFIX "${CMAKE_INSTALL_PREFIX}") --else() -- set(ICON_PREFIX "/usr") --endif() -+#else() -+# set(ICON_PREFIX "/usr") -+#endif() - - #set(ICON_THEME ${ICON_PREFIX}/share/icons/hicolor/index.theme) - #if(EXISTS "${ICON_THEME}") -@@ -144,9 +144,9 @@ install(FILES ${PROJECT_SOURCE_DIR}/. - install(FILES ${PROJECT_SOURCE_DIR}/../../images/256x256/cadabra2-gtk.png DESTINATION ${ICON_PREFIX}/share/icons/hicolor/256x256/apps) - install(FILES ${PROJECT_SOURCE_DIR}/../../images/cadabra2-gtk.svg DESTINATION ${ICON_PREFIX}/share/icons/hicolor/scalable/apps) - install(FILES ${PROJECT_SOURCE_DIR}/../../config/cadabra2-gtk.desktop DESTINATION ${ICON_PREFIX}/share/applications) --install(CODE "execute_process(COMMAND touch ${ICON_PREFIX}/share/icons/hicolor/icon-theme.cache)") --install(CODE "execute_process(COMMAND gtk-update-icon-cache-3.0 ${ICON_PREFIX}/share/icons/hicolor)") --install(CODE "execute_process(COMMAND chmod go+r ${ICON_PREFIX}/share/icons/hicolor/icon-theme.cache)") -+#install(CODE "execute_process(COMMAND touch ${ICON_PREFIX}/share/icons/hicolor/icon-theme.cache)") -+#install(CODE "execute_process(COMMAND gtk-update-icon-cache-3.0 ${ICON_PREFIX}/share/icons/hicolor)") -+#install(CODE "execute_process(COMMAND chmod go+r ${ICON_PREFIX}/share/icons/hicolor/icon-theme.cache)") - - # Install shared libraries on Windows. - # https://stackoverflow.com/questions/32662215/how-do-you-install-gtk-3-0-on-windows + # Install shared libraries on Windows. + # https://stackoverflow.com/questions/32662215/how-do-you-install-gtk-3-0-on-windows Modified: head/math/cadabra2/pkg-plist ============================================================================== --- head/math/cadabra2/pkg-plist Fri Dec 7 05:46:39 2018 (r486824) +++ head/math/cadabra2/pkg-plist Fri Dec 7 06:34:59 2018 (r486825) @@ -4,21 +4,21 @@ bin/cadabra2 bin/cadabra2cadabra bin/cadabra2html bin/cadabra2python -lib/libcadabra_client.so +lib/libcadabra_client.a %%GUI%%share/applications/cadabra2-gtk.desktop %%GUI%%%%DATADIR%%/images/cadabra2-gtk.png %%GUI%%%%DATADIR%%/latex/preamble.tex -%%GUI%%%%DATADIR%%/latex/tableaux.sty -%%GUI%%@dir %%DATADIR%%/manual/properties %%GUI%%%%DATADIR%%/manual/algorithms/asym.cnb %%GUI%%%%DATADIR%%/manual/algorithms/canonicalise.cnb %%GUI%%%%DATADIR%%/manual/algorithms/collect_factors.cnb %%GUI%%%%DATADIR%%/manual/algorithms/collect_terms.cnb %%GUI%%%%DATADIR%%/manual/algorithms/combine.cnb %%GUI%%%%DATADIR%%/manual/algorithms/complete.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/decompose.cnb %%GUI%%%%DATADIR%%/manual/algorithms/decompose_product.cnb %%GUI%%%%DATADIR%%/manual/algorithms/distribute.cnb %%GUI%%%%DATADIR%%/manual/algorithms/drop_weight.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/einsteinify.cnb %%GUI%%%%DATADIR%%/manual/algorithms/eliminate_kronecker.cnb %%GUI%%%%DATADIR%%/manual/algorithms/eliminate_metric.cnb %%GUI%%%%DATADIR%%/manual/algorithms/epsilon_to_delta.cnb @@ -33,9 +33,11 @@ lib/libcadabra_client.so %%GUI%%%%DATADIR%%/manual/algorithms/integrate_by_parts.cnb %%GUI%%%%DATADIR%%/manual/algorithms/join_gamma.cnb %%GUI%%%%DATADIR%%/manual/algorithms/keep_weight.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/lower_free_indices.cnb %%GUI%%%%DATADIR%%/manual/algorithms/lr_tensor.cnb %%GUI%%%%DATADIR%%/manual/algorithms/map_sympy.cnb %%GUI%%%%DATADIR%%/manual/algorithms/product_rule.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/raise_free_indices.cnb %%GUI%%%%DATADIR%%/manual/algorithms/reduce_delta.cnb %%GUI%%%%DATADIR%%/manual/algorithms/rename_dummies.cnb %%GUI%%%%DATADIR%%/manual/algorithms/replace_match.cnb @@ -52,6 +54,7 @@ lib/libcadabra_client.so %%GUI%%%%DATADIR%%/manual/algorithms/vary.cnb %%GUI%%%%DATADIR%%/manual/algorithms/young_project_product.cnb %%GUI%%%%DATADIR%%/manual/algorithms/young_project_tensor.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/zoom.cnb %%GUI%%%%DATADIR%%/manual/properties/Accent.cnb %%GUI%%%%DATADIR%%/manual/properties/AntiCommuting.cnb %%GUI%%%%DATADIR%%/manual/properties/AntiSymmetric.cnb @@ -62,6 +65,7 @@ lib/libcadabra_client.so %%GUI%%%%DATADIR%%/manual/properties/DAntiSymmetric.cnb %%GUI%%%%DATADIR%%/manual/properties/Depends.cnb %%GUI%%%%DATADIR%%/manual/properties/Derivative.cnb +%%GUI%%%%DATADIR%%/manual/properties/Determinant.cnb %%GUI%%%%DATADIR%%/manual/properties/Diagonal.cnb %%GUI%%%%DATADIR%%/manual/properties/DiracBar.cnb %%GUI%%%%DATADIR%%/manual/properties/Distributable.cnb @@ -94,10 +98,15 @@ lib/libcadabra_client.so %%GUI%%%%DATADIR%%/notebook.tex %%DATADIR%%/python/cadabra2.so %%DATADIR%%/python/cadabra2_defaults.py +%%DATADIR%%/python/cdb/core/component.cnb +%%DATADIR%%/python/cdb/core/manip.cnb +%%DATADIR%%/python/cdb/core/solve.cnb %%DATADIR%%/python/cdb/gauge_theory/__init__.py %%DATADIR%%/python/cdb/gauge_theory/instantons.py %%DATADIR%%/python/cdb/relativity/__init__.py %%DATADIR%%/python/cdb/relativity/schwarzschild.py +%%DATADIR%%/python/cdb/utils/node.cnb +%%DATADIR%%/python/cdb_appdirs.py %%GUI%%share/icons/hicolor/128x128/apps/cadabra2-gtk.png %%GUI%%share/icons/hicolor/256x256/apps/cadabra2-gtk.png %%GUI%%share/icons/hicolor/64x64/apps/cadabra2-gtk.png From owner-svn-ports-all@freebsd.org Fri Dec 7 06:48:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5A62132C518; Fri, 7 Dec 2018 06:48:42 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89AFC7A340; Fri, 7 Dec 2018 06:48:42 +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 673257826; Fri, 7 Dec 2018 06:48:42 +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 wB76mgZZ069221; Fri, 7 Dec 2018 06:48:42 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB76mgDj069219; Fri, 7 Dec 2018 06:48:42 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812070648.wB76mgDj069219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 7 Dec 2018 06:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486826 - branches/2018Q4/www/rubygem-rails4 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q4/www/rubygem-rails4 X-SVN-Commit-Revision: 486826 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 89AFC7A340 X-Spamd-Result: default: False [-2.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 06:48:43 -0000 Author: mfechner Date: Fri Dec 7 06:48:41 2018 New Revision: 486826 URL: https://svnweb.freebsd.org/changeset/ports/486826 Log: MFH: r486464 Update to 4.2.11 Changes: https://weblog.rubyonrails.org/2018/11/27/Rails-4-2-5-0-5-1-5-2-have-been-released/ Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/rubygem-rails4/Makefile branches/2018Q4/www/rubygem-rails4/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/rubygem-rails4/Makefile ============================================================================== --- branches/2018Q4/www/rubygem-rails4/Makefile Fri Dec 7 06:34:59 2018 (r486825) +++ branches/2018Q4/www/rubygem-rails4/Makefile Fri Dec 7 06:48:41 2018 (r486826) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 4.2.10 -PORTREVISION= 2 +PORTVERSION= 4.2.11 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -43,9 +42,10 @@ RUN_DEPENDS= rubygem-actionmailer4>=${PORTVERSION}:mai rubygem-uglifier>=2.5.0:www/rubygem-uglifier \ rubygem-web-console2>=2.1.2:devel/rubygem-web-console2 -NO_ARCH= yes -USE_RUBY= yes USES= cpe gem +USE_RUBY= yes + +NO_ARCH= yes CPE_VENDOR= rubyonrails CPE_PRODUCT= ruby_on_rails Modified: branches/2018Q4/www/rubygem-rails4/distinfo ============================================================================== --- branches/2018Q4/www/rubygem-rails4/distinfo Fri Dec 7 06:34:59 2018 (r486825) +++ branches/2018Q4/www/rubygem-rails4/distinfo Fri Dec 7 06:48:41 2018 (r486826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586114 -SHA256 (rubygem/rails-4.2.10.gem) = 141067e1dd4ec59d7a49e54936b68d8e44d8616515625dcf0387405a276d6b97 -SIZE (rubygem/rails-4.2.10.gem) = 1476096 +TIMESTAMP = 1543660893 +SHA256 (rubygem/rails-4.2.11.gem) = dd12ffea8f548accec41ae1ef6add3cf9f1e00275744f92da60a713a0b0d1766 +SIZE (rubygem/rails-4.2.11.gem) = 1476096 From owner-svn-ports-all@freebsd.org Fri Dec 7 06:53:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57A3D132C744; Fri, 7 Dec 2018 06:53:05 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC8CB7A6CF; Fri, 7 Dec 2018 06:53:04 +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 CDA2179CE; Fri, 7 Dec 2018 06:53:04 +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 wB76r4YY074318; Fri, 7 Dec 2018 06:53:04 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB76r4Io074315; Fri, 7 Dec 2018 06:53:04 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812070653.wB76r4Io074315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 7 Dec 2018 06:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486827 - in branches/2018Q4/www/gitlab-ce: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q4/www/gitlab-ce: . files X-SVN-Commit-Revision: 486827 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EC8CB7A6CF X-Spamd-Result: default: False [-1.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.02)[-0.024,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 06:53:05 -0000 Author: mfechner Date: Fri Dec 7 06:53:03 2018 New Revision: 486827 URL: https://svnweb.freebsd.org/changeset/ports/486827 Log: MFH: r486558 r486686 r486777 Updated the Gemfile to work with the upgraded rails 4.2.11 which includes security fixes. Approved by: mentors (implicit) Upgrade to 11.5.2. https://about.gitlab.com/2018/12/04/gitlab-11-5-2-released/ Approved by: mentors (implicit) Security update to 11.5.3. https://about.gitlab.com/2018/12/06/critical-security-release-gitlab-11-dot-5-dot-3-released/ Approved by: mentors (implicit) Security: 9d3428d4-f98c-11e8-a148-001b217b3468 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/gitlab-ce/Makefile branches/2018Q4/www/gitlab-ce/distinfo branches/2018Q4/www/gitlab-ce/files/patch-Gemfile branches/2018Q4/www/gitlab-ce/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/gitlab-ce/Makefile ============================================================================== --- branches/2018Q4/www/gitlab-ce/Makefile Fri Dec 7 06:48:41 2018 (r486826) +++ branches/2018Q4/www/gitlab-ce/Makefile Fri Dec 7 06:53:03 2018 (r486827) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.5.1 +PORTVERSION= 11.5.3 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -215,7 +215,7 @@ USE_RC_SUBR= gitlab USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags -GL_COMMIT= c90ae59a8becf9d31ff7f67fe13c671ba683bb27 +GL_COMMIT= aa117376d89f0146cc7c573ec9091ada6041b417 USERS= git GROUPS= git Modified: branches/2018Q4/www/gitlab-ce/distinfo ============================================================================== --- branches/2018Q4/www/gitlab-ce/distinfo Fri Dec 7 06:48:41 2018 (r486826) +++ branches/2018Q4/www/gitlab-ce/distinfo Fri Dec 7 06:53:03 2018 (r486827) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543446561 -SHA256 (gitlab-org-gitlab-ce-c90ae59a8becf9d31ff7f67fe13c671ba683bb27_GL0.tar.gz) = 4d86b6812b3035defa73d01021c4ef33b11a26dd9992bad58d5a068d382185f0 -SIZE (gitlab-org-gitlab-ce-c90ae59a8becf9d31ff7f67fe13c671ba683bb27_GL0.tar.gz) = 50402783 +TIMESTAMP = 1544124680 +SHA256 (gitlab-org-gitlab-ce-aa117376d89f0146cc7c573ec9091ada6041b417_GL0.tar.gz) = 5fb79cd6b05aeb497f9c7fb9e76d00f009fa1fe21bdefe10b83bbe2d5171ccd8 +SIZE (gitlab-org-gitlab-ce-aa117376d89f0146cc7c573ec9091ada6041b417_GL0.tar.gz) = 50977775 Modified: branches/2018Q4/www/gitlab-ce/files/patch-Gemfile ============================================================================== --- branches/2018Q4/www/gitlab-ce/files/patch-Gemfile Fri Dec 7 06:48:41 2018 (r486826) +++ branches/2018Q4/www/gitlab-ce/files/patch-Gemfile Fri Dec 7 06:53:03 2018 (r486827) @@ -1,5 +1,14 @@ --- Gemfile.orig 2018-11-21 10:39:57 UTC +++ Gemfile +@@ -6,7 +6,7 @@ end + gem_versions = {} + gem_versions['activerecord_sane_schema_dumper'] = rails5? ? '1.0' : '0.2' + gem_versions['default_value_for'] = rails5? ? '~> 3.0.5' : '~> 3.0.0' +-gem_versions['rails'] = rails5? ? '5.0.7' : '4.2.10' ++gem_versions['rails'] = rails5? ? '5.0.7' : '4.2.11' + gem_versions['rails-i18n'] = rails5? ? '~> 5.1' : '~> 4.0.9' + # --- The end of special code for migrating to Rails 5.0 --- + @@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0' gem 'default_value_for', gem_versions['default_value_for'] Modified: branches/2018Q4/www/gitlab-ce/pkg-plist ============================================================================== --- branches/2018Q4/www/gitlab-ce/pkg-plist Fri Dec 7 06:48:41 2018 (r486826) +++ branches/2018Q4/www/gitlab-ce/pkg-plist Fri Dec 7 06:53:03 2018 (r486827) @@ -4090,7 +4090,6 @@ %%WWWDIR%%/app/models/sent_notification.rb %%WWWDIR%%/app/models/service.rb %%WWWDIR%%/app/models/shard.rb -%%WWWDIR%%/app/models/site_statistic.rb %%WWWDIR%%/app/models/snippet.rb %%WWWDIR%%/app/models/snippet_blob.rb %%WWWDIR%%/app/models/spam_log.rb @@ -5646,6 +5645,7 @@ %%WWWDIR%%/app/views/shared/_no_ssh.html.haml %%WWWDIR%%/app/views/shared/_old_visibility_level.html.haml %%WWWDIR%%/app/views/shared/_outdated_browser.html.haml +%%WWWDIR%%/app/views/shared/_personal_access_tokens_created_container.html.haml %%WWWDIR%%/app/views/shared/_personal_access_tokens_form.html.haml %%WWWDIR%%/app/views/shared/_personal_access_tokens_table.html.haml %%WWWDIR%%/app/views/shared/_ping_consent.html.haml @@ -7365,6 +7365,7 @@ %%WWWDIR%%/db/post_migrate/20181030135124_fill_empty_finished_at_in_deployments.rb %%WWWDIR%%/db/post_migrate/20181105201455_steal_fill_store_upload.rb %%WWWDIR%%/db/post_migrate/20181107054254_remove_restricted_todos_again.rb +%%WWWDIR%%/db/post_migrate/20181123042307_drop_site_statistics.rb @(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md @@ -7649,6 +7650,7 @@ %%WWWDIR%%/doc/ci/img/types-of-pipelines.svg %%WWWDIR%%/doc/ci/img/view_on_env_blob.png %%WWWDIR%%/doc/ci/img/view_on_env_mr.png +%%WWWDIR%%/doc/ci/img/view_on_mr_widget.png %%WWWDIR%%/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png %%WWWDIR%%/doc/ci/interactive_web_terminal/img/interactive_web_terminal_page.png %%WWWDIR%%/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png @@ -8439,6 +8441,7 @@ %%WWWDIR%%/doc/user/discussions/img/discussion_view.png %%WWWDIR%%/doc/user/discussions/img/discussions_resolved.png %%WWWDIR%%/doc/user/discussions/img/image_resolved_discussion.png +%%WWWDIR%%/doc/user/discussions/img/index_notes_filters.png %%WWWDIR%%/doc/user/discussions/img/lock_form_member.png %%WWWDIR%%/doc/user/discussions/img/lock_form_non_member.png %%WWWDIR%%/doc/user/discussions/img/merge_request_commits_tab.png @@ -8793,6 +8796,7 @@ %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_diff.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_diff_file_navigation.png +%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_pipeline.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_widget.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_enable.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_only_if_succeeds_msg.png @@ -9036,7 +9040,6 @@ %%WWWDIR%%/doc/workflow/workflow.md %%WWWDIR%%/docker-compose.yml %%WWWDIR%%/docker/README.md -%%WWWDIR%%/ee/changelogs/unreleased/sh-fix-issue-54189.yml %%WWWDIR%%/fixtures/emojis/aliases.json %%WWWDIR%%/fixtures/emojis/digests.json %%WWWDIR%%/fixtures/emojis/emoji-unicode-version-map.json @@ -10159,6 +10162,7 @@ %%WWWDIR%%/lib/gitlab/sidekiq_logging/json_formatter.rb %%WWWDIR%%/lib/gitlab/sidekiq_logging/structured_logger.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/arguments_logger.rb +%%WWWDIR%%/lib/gitlab/sidekiq_middleware/batch_loader.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/request_store_middleware.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/shutdown.rb %%WWWDIR%%/lib/gitlab/sidekiq_status.rb @@ -10345,7 +10349,6 @@ %%WWWDIR%%/lib/tasks/gitlab/pages.rake %%WWWDIR%%/lib/tasks/gitlab/setup.rake %%WWWDIR%%/lib/tasks/gitlab/shell.rake -%%WWWDIR%%/lib/tasks/gitlab/site_statistics.rake %%WWWDIR%%/lib/tasks/gitlab/storage.rake %%WWWDIR%%/lib/tasks/gitlab/tcp_check.rake %%WWWDIR%%/lib/tasks/gitlab/test.rake @@ -10384,9 +10387,11 @@ @(git,,) %%WWWDIR%%/locale/bg/gitlab.po.time_stamp @(git,,) %%WWWDIR%%/locale/ca_ES/gitlab.po @(git,,) %%WWWDIR%%/locale/cs_CZ/gitlab.po +@(git,,) %%WWWDIR%%/locale/cy_GB/gitlab.po @(git,,) %%WWWDIR%%/locale/da_DK/gitlab.po @(git,,) %%WWWDIR%%/locale/de/gitlab.po @(git,,) %%WWWDIR%%/locale/de/gitlab.po.time_stamp +@(git,,) %%WWWDIR%%/locale/el_GR/gitlab.po @(git,,) %%WWWDIR%%/locale/en/gitlab.po @(git,,) %%WWWDIR%%/locale/en/gitlab.po.time_stamp @(git,,) %%WWWDIR%%/locale/eo/gitlab.po @@ -10400,6 +10405,7 @@ @(git,,) %%WWWDIR%%/locale/gitlab.pot @(git,,) %%WWWDIR%%/locale/gl_ES/gitlab.po @(git,,) %%WWWDIR%%/locale/he_IL/gitlab.po +@(git,,) %%WWWDIR%%/locale/hu_HU/gitlab.po @(git,,) %%WWWDIR%%/locale/id_ID/gitlab.po @(git,,) %%WWWDIR%%/locale/it/gitlab.po @(git,,) %%WWWDIR%%/locale/it/gitlab.po.time_stamp @@ -10413,10 +10419,14 @@ @(git,,) %%WWWDIR%%/locale/pl_PL/gitlab.po @(git,,) %%WWWDIR%%/locale/pt_BR/gitlab.po @(git,,) %%WWWDIR%%/locale/pt_BR/gitlab.po.time_stamp +@(git,,) %%WWWDIR%%/locale/pt_PT/gitlab.po @(git,,) %%WWWDIR%%/locale/ro_RO/gitlab.po @(git,,) %%WWWDIR%%/locale/ru/gitlab.po @(git,,) %%WWWDIR%%/locale/ru/gitlab.po.time_stamp +@(git,,) %%WWWDIR%%/locale/sk_SK/gitlab.po @(git,,) %%WWWDIR%%/locale/sq_AL/gitlab.po +@(git,,) %%WWWDIR%%/locale/sr_CS/gitlab.po +@(git,,) %%WWWDIR%%/locale/sr_SP/gitlab.po @(git,,) %%WWWDIR%%/locale/tr_TR/gitlab.po @(git,,) %%WWWDIR%%/locale/uk/gitlab.po @(git,,) %%WWWDIR%%/locale/uk/gitlab.po.time_stamp @@ -11010,7 +11020,6 @@ %%WWWDIR%%/spec/factories/sequences.rb %%WWWDIR%%/spec/factories/service_hooks.rb %%WWWDIR%%/spec/factories/services.rb -%%WWWDIR%%/spec/factories/site_statistics.rb %%WWWDIR%%/spec/factories/snippets.rb %%WWWDIR%%/spec/factories/spam_logs.rb %%WWWDIR%%/spec/factories/subscriptions.rb @@ -11943,6 +11952,7 @@ %%WWWDIR%%/spec/helpers/wiki_helper_spec.rb %%WWWDIR%%/spec/initializers/6_validations_spec.rb %%WWWDIR%%/spec/initializers/8_metrics_spec.rb +%%WWWDIR%%/spec/initializers/attr_encrypted_no_db_connection_spec.rb %%WWWDIR%%/spec/initializers/direct_upload_support_spec.rb %%WWWDIR%%/spec/initializers/doorkeeper_spec.rb %%WWWDIR%%/spec/initializers/fog_google_https_private_urls_spec.rb @@ -13409,6 +13419,7 @@ %%WWWDIR%%/spec/lib/gitlab/string_range_marker_spec.rb %%WWWDIR%%/spec/lib/gitlab/string_regex_marker_spec.rb %%WWWDIR%%/spec/lib/gitlab/tcp_checker_spec.rb +%%WWWDIR%%/spec/lib/gitlab/template/finders/global_template_finder_spec.rb %%WWWDIR%%/spec/lib/gitlab/template/finders/repo_template_finders_spec.rb %%WWWDIR%%/spec/lib/gitlab/template/gitignore_template_spec.rb %%WWWDIR%%/spec/lib/gitlab/template/gitlab_ci_yml_template_spec.rb @@ -13841,7 +13852,6 @@ %%WWWDIR%%/spec/models/sent_notification_spec.rb %%WWWDIR%%/spec/models/service_spec.rb %%WWWDIR%%/spec/models/shard_spec.rb -%%WWWDIR%%/spec/models/site_statistic_spec.rb %%WWWDIR%%/spec/models/snippet_blob_spec.rb %%WWWDIR%%/spec/models/snippet_spec.rb %%WWWDIR%%/spec/models/spam_log_spec.rb @@ -14650,7 +14660,6 @@ %%WWWDIR%%/spec/tasks/gitlab/lfs/migrate_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/mail_google_schema_whitelisting.rb %%WWWDIR%%/spec/tasks/gitlab/shell_rake_spec.rb -%%WWWDIR%%/spec/tasks/gitlab/site_statistics_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/storage_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/task_helpers_spec.rb %%WWWDIR%%/spec/tasks/gitlab/traces_rake_spec.rb From owner-svn-ports-all@freebsd.org Fri Dec 7 07:44:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75ABE132D6DD; Fri, 7 Dec 2018 07:44:47 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA9B7C06F; Fri, 7 Dec 2018 07:44:47 +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 DE897101CA; Fri, 7 Dec 2018 07:44:46 +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 wB77ikv6000355; Fri, 7 Dec 2018 07:44:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB77ik5T000354; Fri, 7 Dec 2018 07:44:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070744.wB77ik5T000354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 07:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486828 - head/science/bagel X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/bagel X-SVN-Commit-Revision: 486828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0AA9B7C06F X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 07:44:47 -0000 Author: yuri Date: Fri Dec 7 07:44:46 2018 New Revision: 486828 URL: https://svnweb.freebsd.org/changeset/ports/486828 Log: science/bagel: Update 1.2.0 -> 1.2.1 Reported by: portscout Modified: head/science/bagel/Makefile head/science/bagel/distinfo Modified: head/science/bagel/Makefile ============================================================================== --- head/science/bagel/Makefile Fri Dec 7 06:53:03 2018 (r486827) +++ head/science/bagel/Makefile Fri Dec 7 07:44:46 2018 (r486828) @@ -2,7 +2,7 @@ PORTNAME= bagel DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 +DISTVERSION= 1.2.1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -47,5 +47,7 @@ SCALAPACK_IMPLIES= MPI SMITH_DESC= Compile SMITH generated code SMITH_CONFIGURE_ENABLE= smith SMITH_IMPLIES= MPI + +TEST_TARGET= check # tests fail to build: https://github.com/nubakery/bagel/issues/145 .include Modified: head/science/bagel/distinfo ============================================================================== --- head/science/bagel/distinfo Fri Dec 7 06:53:03 2018 (r486827) +++ head/science/bagel/distinfo Fri Dec 7 07:44:46 2018 (r486828) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540701986 -SHA256 (nubakery-bagel-v1.2.0_GH0.tar.gz) = a7676dbd2ecae3e9edc8d16f22d3b82d72ed7b01f6aa2d3ec28f6b7f3a85b580 -SIZE (nubakery-bagel-v1.2.0_GH0.tar.gz) = 41549094 +TIMESTAMP = 1544159002 +SHA256 (nubakery-bagel-v1.2.1_GH0.tar.gz) = b9051ed068f99bbf04dd7b40df260f2dab07f4231829462207bbf70d3e65e4f0 +SIZE (nubakery-bagel-v1.2.1_GH0.tar.gz) = 41549726 From owner-svn-ports-all@freebsd.org Fri Dec 7 07:46:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95E25132D72C; Fri, 7 Dec 2018 07:46:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 362007C163; Fri, 7 Dec 2018 07:46:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16EE7101CC; Fri, 7 Dec 2018 07:46:14 +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 wB77kDBN000595; Fri, 7 Dec 2018 07:46:13 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB77kDnG000591; Fri, 7 Dec 2018 07:46:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070746.wB77kDnG000591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 07:46:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486829 - in head/math: . py-deap X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-deap X-SVN-Commit-Revision: 486829 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 362007C163 X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 07:46:14 -0000 Author: yuri Date: Fri Dec 7 07:46:13 2018 New Revision: 486829 URL: https://svnweb.freebsd.org/changeset/ports/486829 Log: New port: math/py-deap: Distributed Evolutionary Algorithms in Python Added: head/math/py-deap/ head/math/py-deap/Makefile (contents, props changed) head/math/py-deap/distinfo (contents, props changed) head/math/py-deap/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 7 07:44:46 2018 (r486828) +++ head/math/Makefile Fri Dec 7 07:46:13 2018 (r486829) @@ -703,6 +703,7 @@ SUBDIR += py-cvxopt SUBDIR += py-cvxpy SUBDIR += py-cyipopt + SUBDIR += py-deap SUBDIR += py-ecos SUBDIR += py-fastcluster SUBDIR += py-fastdtw Added: head/math/py-deap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-deap/Makefile Fri Dec 7 07:46:13 2018 (r486829) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= deap +DISTVERSION= 1.2.2 +CATEGORIES= math biology science devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Distributed Evolutionary Algorithms in Python + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + +USES= python:3.5+ +USE_PYTHON= distutils autoplist + +.include Added: head/math/py-deap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-deap/distinfo Fri Dec 7 07:46:13 2018 (r486829) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544165307 +SHA256 (deap-1.2.2.tar.gz) = 95c63e66d755ec206c80fdb2908851c0bef420ee8651ad7be4f0578e9e909bcf +SIZE (deap-1.2.2.tar.gz) = 936584 Added: head/math/py-deap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-deap/pkg-descr Fri Dec 7 07:46:13 2018 (r486829) @@ -0,0 +1,23 @@ +DEAP is a novel evolutionary computation framework for rapid prototyping and +testing of ideas. It seeks to make algorithms explicit and data structures +transparent. It works in perfect harmony with parallelisation mechanisms such +as multiprocessing and SCOOP. + +DEAP includes the following features: +* Genetic algorithm using any imaginable representation + o List, Array, Set, Dictionary, Tree, Numpy Array, etc. +* Genetic programing using prefix trees + o Loosely typed, Strongly typed + o Automatically defined functions +* Evolution strategies (including CMA-ES) +* Multi-objective optimisation (NSGA-II, SPEA2, MO-CMA-ES) +* Co-evolution (cooperative and competitive) of multiple populations +* Parallelization of the evaluations (and more) +* Hall of Fame of the best individuals that lived in the population +* Checkpoints that take snapshots of a system regularly +* Benchmarks module containing most common test functions +* Genealogy of an evolution (that is compatible with NetworkX) +* Examples of alternative algorithms : Particle Swarm Optimization, Differential + Evolution, Estimation of Distribution Algorithm + +WWW: https://github.com/DEAP/deap From owner-svn-ports-all@freebsd.org Fri Dec 7 07:50:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A84C2132D88F; Fri, 7 Dec 2018 07:50:32 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F9937C336; Fri, 7 Dec 2018 07:50:32 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CCEA101D4; Fri, 7 Dec 2018 07:50:32 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB77oWWt000962; Fri, 7 Dec 2018 07:50:32 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB77oVUA000960; Fri, 7 Dec 2018 07:50:31 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201812070750.wB77oVUA000960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 7 Dec 2018 07:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486830 - in head: lang/php73 mail/php73-imap/files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: lang/php73 mail/php73-imap/files X-SVN-Commit-Revision: 486830 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4F9937C336 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 07:50:32 -0000 Author: tz Date: Fri Dec 7 07:50:31 2018 New Revision: 486830 URL: https://svnweb.freebsd.org/changeset/ports/486830 Log: lang/php73: Upgrade from RC6 to 7.3.0 Changelog: http://www.php.net/ChangeLog-7.php#7.3.0 Deleted: head/mail/php73-imap/files/patch-php__imap.c head/mail/php73-imap/files/patch-php__imap.h Modified: head/lang/php73/Makefile head/lang/php73/distinfo Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Fri Dec 7 07:46:13 2018 (r486829) +++ head/lang/php73/Makefile Fri Dec 7 07:50:31 2018 (r486830) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.0RC6 +DISTVERSION= 7.3.0 PORTREVISION?= 0 CATEGORIES?= lang devel www -MASTER_SITES= https://downloads.php.net/~cmb/ +MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} MAINTAINER= tz@FreeBSD.org Modified: head/lang/php73/distinfo ============================================================================== --- head/lang/php73/distinfo Fri Dec 7 07:46:13 2018 (r486829) +++ head/lang/php73/distinfo Fri Dec 7 07:50:31 2018 (r486830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542968426 -SHA256 (php-7.3.0RC6.tar.xz) = 8120b5830e24d5fabc96da693ab924852e6c2a95829ad994d6a5107c69787848 -SIZE (php-7.3.0RC6.tar.xz) = 11918172 +TIMESTAMP = 1544005190 +SHA256 (php-7.3.0.tar.xz) = 7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5 +SIZE (php-7.3.0.tar.xz) = 11928820 From owner-svn-ports-all@freebsd.org Fri Dec 7 07:50:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AC93132D8B7; Fri, 7 Dec 2018 07:50:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E32707C559; Fri, 7 Dec 2018 07:50:57 +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 C4DF0102E5; Fri, 7 Dec 2018 07:50:57 +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 wB77ovuG001104; Fri, 7 Dec 2018 07:50:57 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB77ovEW001102; Fri, 7 Dec 2018 07:50:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070750.wB77ovEW001102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 07:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486831 - head/science/atompaw X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/atompaw X-SVN-Commit-Revision: 486831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E32707C559 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 07:50:58 -0000 Author: yuri Date: Fri Dec 7 07:50:57 2018 New Revision: 486831 URL: https://svnweb.freebsd.org/changeset/ports/486831 Log: science/atompaw: Update 4.1.0.4 -> 4.1.0.5 Reported by: portscout Modified: head/science/atompaw/Makefile head/science/atompaw/distinfo Modified: head/science/atompaw/Makefile ============================================================================== --- head/science/atompaw/Makefile Fri Dec 7 07:50:31 2018 (r486830) +++ head/science/atompaw/Makefile Fri Dec 7 07:50:57 2018 (r486831) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= atompaw -DISTVERSION= 4.1.0.4 +DISTVERSION= 4.1.0.5 CATEGORIES= science -MASTER_SITES= http://www.wfu.edu/~natalie/papers/pwpaw/ +MASTER_SITES= http://users.wfu.edu/natalie/papers/pwpaw/ MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for projector augmented wave functions for molecular simulations @@ -13,11 +13,11 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= liblapack.so:math/lapack \ libblas.so:math/blas -OPTIONS_DEFINE= DOCS - USES= fortran gmake libtool GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes + +OPTIONS_DEFINE= DOCS PORTDOCS= * Modified: head/science/atompaw/distinfo ============================================================================== --- head/science/atompaw/distinfo Fri Dec 7 07:50:31 2018 (r486830) +++ head/science/atompaw/distinfo Fri Dec 7 07:50:57 2018 (r486831) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537454795 -SHA256 (atompaw-4.1.0.4.tar.gz) = 9f9d118e11b30856e4dd7b41deaeb9bf70ee416e1dd193637fc6154701fca281 -SIZE (atompaw-4.1.0.4.tar.gz) = 5643383 +TIMESTAMP = 1544168885 +SHA256 (atompaw-4.1.0.5.tar.gz) = d71d4c0ac83638b6b50aa976d97197ca8ed45188a13372a1d141d810857a05c1 +SIZE (atompaw-4.1.0.5.tar.gz) = 5643526 From owner-svn-ports-all@freebsd.org Fri Dec 7 07:53:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01E2F132DA69; Fri, 7 Dec 2018 07:53:16 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C1237C74C; Fri, 7 Dec 2018 07:53:15 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78D0B10361; Fri, 7 Dec 2018 07:53:15 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB77rFXk006130; Fri, 7 Dec 2018 07:53:15 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB77rEHf006125; Fri, 7 Dec 2018 07:53:14 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201812070753.wB77rEHf006125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 7 Dec 2018 07:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486832 - in head: lang/php71 mail/php71-imap mail/php71-imap/files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: lang/php71 mail/php71-imap mail/php71-imap/files X-SVN-Commit-Revision: 486832 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9C1237C74C X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 07:53:16 -0000 Author: tz Date: Fri Dec 7 07:53:14 2018 New Revision: 486832 URL: https://svnweb.freebsd.org/changeset/ports/486832 Log: lang/php71: Upgrade from 7.1.24 to 7.1.25 Changelog: http://www.php.net/ChangeLog-7.php#7.1.25 MFH: 2018Q4 Deleted: head/mail/php71-imap/files/patch-php__imap.c head/mail/php71-imap/files/patch-php__imap.h Modified: head/lang/php71/Makefile head/lang/php71/distinfo head/mail/php71-imap/Makefile Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Fri Dec 7 07:50:57 2018 (r486831) +++ head/lang/php71/Makefile Fri Dec 7 07:53:14 2018 (r486832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.24 +PORTVERSION= 7.1.25 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php71/distinfo ============================================================================== --- head/lang/php71/distinfo Fri Dec 7 07:50:57 2018 (r486831) +++ head/lang/php71/distinfo Fri Dec 7 07:53:14 2018 (r486832) @@ -1,5 +1,3 @@ -TIMESTAMP = 1542299453 -SHA256 (php-7.1.24.tar.xz) = e70dcec0ae28b6bc308b78972ec15aa850808819cc765f505aa51e5a7e2fa5d7 -SIZE (php-7.1.24.tar.xz) = 12205112 -SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 -SIZE (php-7.1.x-mail-header.patch) = 4504 +TIMESTAMP = 1544005139 +SHA256 (php-7.1.25.tar.xz) = 0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88 +SIZE (php-7.1.25.tar.xz) = 12205972 Modified: head/mail/php71-imap/Makefile ============================================================================== --- head/mail/php71-imap/Makefile Fri Dec 7 07:50:57 2018 (r486831) +++ head/mail/php71-imap/Makefile Fri Dec 7 07:53:14 2018 (r486832) @@ -1,7 +1,6 @@ # $FreeBSD$ CATEGORIES= mail -PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../../lang/php71 From owner-svn-ports-all@freebsd.org Fri Dec 7 07:54:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAAAF132DABD; Fri, 7 Dec 2018 07:54:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 542A07C850; Fri, 7 Dec 2018 07:54:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33BDB10363; Fri, 7 Dec 2018 07:54:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB77sjbr006373; Fri, 7 Dec 2018 07:54:45 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB77siCO006370; Fri, 7 Dec 2018 07:54:44 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201812070754.wB77siCO006370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 7 Dec 2018 07:54:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486833 - in head: lang/php72 mail/php72-imap mail/php72-imap/files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: lang/php72 mail/php72-imap mail/php72-imap/files X-SVN-Commit-Revision: 486833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 542A07C850 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 07:54:45 -0000 Author: tz Date: Fri Dec 7 07:54:44 2018 New Revision: 486833 URL: https://svnweb.freebsd.org/changeset/ports/486833 Log: lang/php72: Upgrade from 7.2.12 to 7.2.13 Changelog: http://www.php.net/ChangeLog-7.php#7.2.13 MFH: 2018Q4 Deleted: head/mail/php72-imap/files/patch-php__imap.c head/mail/php72-imap/files/patch-php__imap.h Modified: head/lang/php72/Makefile head/lang/php72/distinfo head/mail/php72-imap/Makefile Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Fri Dec 7 07:53:14 2018 (r486832) +++ head/lang/php72/Makefile Fri Dec 7 07:54:44 2018 (r486833) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.12 +DISTVERSION= 7.2.13 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php72/distinfo ============================================================================== --- head/lang/php72/distinfo Fri Dec 7 07:53:14 2018 (r486832) +++ head/lang/php72/distinfo Fri Dec 7 07:54:44 2018 (r486833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541795158 -SHA256 (php-7.2.12.tar.xz) = 989c04cc879ee71a5e1131db867f3c5102f1f7565f805e2bb8bde33f93147fe1 -SIZE (php-7.2.12.tar.xz) = 12141472 +TIMESTAMP = 1544005077 +SHA256 (php-7.2.13.tar.xz) = 14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b +SIZE (php-7.2.13.tar.xz) = 12116484 Modified: head/mail/php72-imap/Makefile ============================================================================== --- head/mail/php72-imap/Makefile Fri Dec 7 07:53:14 2018 (r486832) +++ head/mail/php72-imap/Makefile Fri Dec 7 07:54:44 2018 (r486833) @@ -1,7 +1,6 @@ # $FreeBSD$ CATEGORIES= mail -PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../../lang/php72 From owner-svn-ports-all@freebsd.org Fri Dec 7 08:19:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38013132E331; Fri, 7 Dec 2018 08:19:38 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D27957D0E3; Fri, 7 Dec 2018 08:19:37 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE046106A5; Fri, 7 Dec 2018 08:19:37 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB78JbIx017001; Fri, 7 Dec 2018 08:19:37 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB78JbpL016999; Fri, 7 Dec 2018 08:19:37 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201812070819.wB78JbpL016999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 7 Dec 2018 08:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486834 - head/math/R-cran-RcppEigen X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-RcppEigen X-SVN-Commit-Revision: 486834 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D27957D0E3 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 08:19:38 -0000 Author: tota Date: Fri Dec 7 08:19:37 2018 New Revision: 486834 URL: https://svnweb.freebsd.org/changeset/ports/486834 Log: - Update to 0.3.3.5.0 Modified: head/math/R-cran-RcppEigen/Makefile (contents, props changed) head/math/R-cran-RcppEigen/distinfo (contents, props changed) Modified: head/math/R-cran-RcppEigen/Makefile ============================================================================== --- head/math/R-cran-RcppEigen/Makefile Fri Dec 7 07:54:44 2018 (r486833) +++ head/math/R-cran-RcppEigen/Makefile Fri Dec 7 08:19:37 2018 (r486834) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RcppEigen -PORTVERSION= 0.3.3.4.0 +PORTVERSION= 0.3.3.5.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-RcppEigen/distinfo ============================================================================== --- head/math/R-cran-RcppEigen/distinfo Fri Dec 7 07:54:44 2018 (r486833) +++ head/math/R-cran-RcppEigen/distinfo Fri Dec 7 08:19:37 2018 (r486834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522216392 -SHA256 (RcppEigen_0.3.3.4.0.tar.gz) = 11020c567b299b1eac95e8a4d57abf0315931286907823dc7b66c44d0dd6dad4 -SIZE (RcppEigen_0.3.3.4.0.tar.gz) = 1631870 +TIMESTAMP = 1544160744 +SHA256 (RcppEigen_0.3.3.5.0.tar.gz) = e5c6af17770c5f57b7cf2fba04ad1a519901b446e8138bfff221952458207f05 +SIZE (RcppEigen_0.3.3.5.0.tar.gz) = 1633859 From owner-svn-ports-all@freebsd.org Fri Dec 7 08:23:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41B5A132E5D2; Fri, 7 Dec 2018 08:23:14 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA8117D497; Fri, 7 Dec 2018 08:23:13 +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 B8C2610834; Fri, 7 Dec 2018 08:23:13 +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 wB78NDgp022119; Fri, 7 Dec 2018 08:23:13 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB78NDTL022115; Fri, 7 Dec 2018 08:23:13 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812070823.wB78NDTL022115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 7 Dec 2018 08:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486835 - branches/2018Q4/devel/rubygem-activesupport4 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q4/devel/rubygem-activesupport4 X-SVN-Commit-Revision: 486835 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DA8117D497 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 08:23:14 -0000 Author: mfechner Date: Fri Dec 7 08:23:12 2018 New Revision: 486835 URL: https://svnweb.freebsd.org/changeset/ports/486835 Log: MFH: r486456 Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md Approved by: ports-secteam (miwi) Modified: branches/2018Q4/devel/rubygem-activesupport4/Makefile branches/2018Q4/devel/rubygem-activesupport4/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/devel/rubygem-activesupport4/Makefile ============================================================================== --- branches/2018Q4/devel/rubygem-activesupport4/Makefile Fri Dec 7 08:19:37 2018 (r486834) +++ branches/2018Q4/devel/rubygem-activesupport4/Makefile Fri Dec 7 08:23:12 2018 (r486835) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 4.2.10 -PORTREVISION= 1 +PORTVERSION= 4.2.11 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -19,8 +18,9 @@ RUN_DEPENDS= rubygem-i18n>=0.7:devel/rubygem-i18n \ rubygem-thread_safe>=0.3.4:devel/rubygem-thread_safe \ rubygem-tzinfo>=1.1:devel/rubygem-tzinfo -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: branches/2018Q4/devel/rubygem-activesupport4/distinfo ============================================================================== --- branches/2018Q4/devel/rubygem-activesupport4/distinfo Fri Dec 7 08:19:37 2018 (r486834) +++ branches/2018Q4/devel/rubygem-activesupport4/distinfo Fri Dec 7 08:23:12 2018 (r486835) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586023 -SHA256 (rubygem/activesupport-4.2.10.gem) = 275b14e515eb8c924bafa734417ec053a57f177ae9d3369f753d6f4437922268 -SIZE (rubygem/activesupport-4.2.10.gem) = 333824 +TIMESTAMP = 1543660674 +SHA256 (rubygem/activesupport-4.2.11.gem) = c49aa608ef07ae6164211b4208292386947c58b925aeb3157a746f587911195f +SIZE (rubygem/activesupport-4.2.11.gem) = 333824 From owner-svn-ports-all@freebsd.org Fri Dec 7 08:24:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9673F132E659; Fri, 7 Dec 2018 08:24: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 385707D572; Fri, 7 Dec 2018 08:24: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 13D8C10835; Fri, 7 Dec 2018 08:24:00 +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 wB78NxKe022312; Fri, 7 Dec 2018 08:23:59 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB78NxKT022310; Fri, 7 Dec 2018 08:23:59 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812070823.wB78NxKT022310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 7 Dec 2018 08:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486836 - branches/2018Q4/www/rubygem-railties4 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q4/www/rubygem-railties4 X-SVN-Commit-Revision: 486836 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 385707D572 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 08:24:00 -0000 Author: mfechner Date: Fri Dec 7 08:23:59 2018 New Revision: 486836 URL: https://svnweb.freebsd.org/changeset/ports/486836 Log: MFH: r486463 Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/railties/CHANGELOG.md Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/rubygem-railties4/Makefile branches/2018Q4/www/rubygem-railties4/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/rubygem-railties4/Makefile ============================================================================== --- branches/2018Q4/www/rubygem-railties4/Makefile Fri Dec 7 08:23:12 2018 (r486835) +++ branches/2018Q4/www/rubygem-railties4/Makefile Fri Dec 7 08:23:59 2018 (r486836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -19,9 +19,10 @@ RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/r CONFLICTS_INSTALL= rubygem-railties5 rubygem-railties50 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/rails Modified: branches/2018Q4/www/rubygem-railties4/distinfo ============================================================================== --- branches/2018Q4/www/rubygem-railties4/distinfo Fri Dec 7 08:23:12 2018 (r486835) +++ branches/2018Q4/www/rubygem-railties4/distinfo Fri Dec 7 08:23:59 2018 (r486836) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586080 -SHA256 (rubygem/railties-4.2.10.gem) = 3709315c522a2729bb7dcf97c05acc2d47b61521cac450ee03143321b1abde6a -SIZE (rubygem/railties-4.2.10.gem) = 128000 +TIMESTAMP = 1543661004 +SHA256 (rubygem/railties-4.2.11.gem) = 2186005ddf9e48fcbc98bb37c8bf127d0681826938cb053c896e03dde717a327 +SIZE (rubygem/railties-4.2.11.gem) = 128000 From owner-svn-ports-all@freebsd.org Fri Dec 7 08:24:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A41FC132E6E1; Fri, 7 Dec 2018 08:24:56 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 455A27D669; Fri, 7 Dec 2018 08:24:56 +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 20C5410838; Fri, 7 Dec 2018 08:24:56 +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 wB78OtlP022524; Fri, 7 Dec 2018 08:24:55 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB78Otqa022522; Fri, 7 Dec 2018 08:24:55 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812070824.wB78Otqa022522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 7 Dec 2018 08:24:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486837 - branches/2018Q4/mail/rubygem-actionmailer4 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q4/mail/rubygem-actionmailer4 X-SVN-Commit-Revision: 486837 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 455A27D669 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 08:24:56 -0000 Author: mfechner Date: Fri Dec 7 08:24:55 2018 New Revision: 486837 URL: https://svnweb.freebsd.org/changeset/ports/486837 Log: MFH: r486462 Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md Approved by: ports-secteam (miwi) Modified: branches/2018Q4/mail/rubygem-actionmailer4/Makefile branches/2018Q4/mail/rubygem-actionmailer4/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/rubygem-actionmailer4/Makefile ============================================================================== --- branches/2018Q4/mail/rubygem-actionmailer4/Makefile Fri Dec 7 08:23:59 2018 (r486836) +++ branches/2018Q4/mail/rubygem-actionmailer4/Makefile Fri Dec 7 08:24:55 2018 (r486837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -20,7 +20,8 @@ RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/r rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 USES= gem -NO_ARCH= yes USE_RUBY= yes + +NO_ARCH= yes .include Modified: branches/2018Q4/mail/rubygem-actionmailer4/distinfo ============================================================================== --- branches/2018Q4/mail/rubygem-actionmailer4/distinfo Fri Dec 7 08:23:59 2018 (r486836) +++ branches/2018Q4/mail/rubygem-actionmailer4/distinfo Fri Dec 7 08:24:55 2018 (r486837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586072 -SHA256 (rubygem/actionmailer-4.2.10.gem) = a93cedc87c05e4360dee32777872a9b851295e96d8a32b96ebc13e7c95967ec7 -SIZE (rubygem/actionmailer-4.2.10.gem) = 27136 +TIMESTAMP = 1543660826 +SHA256 (rubygem/actionmailer-4.2.11.gem) = 951c7ddd998b25f51ac01e3da5b552acb4341af325bb744b6d1b567fa0a6737e +SIZE (rubygem/actionmailer-4.2.11.gem) = 27136 From owner-svn-ports-all@freebsd.org Fri Dec 7 08:26:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 392B1132E761; Fri, 7 Dec 2018 08:26:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C71857D791; Fri, 7 Dec 2018 08:26:45 +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 A83CE1083E; Fri, 7 Dec 2018 08:26:45 +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 wB78QjJl022818; Fri, 7 Dec 2018 08:26:45 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB78Qj4a022814; Fri, 7 Dec 2018 08:26:45 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812070826.wB78Qj4a022814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 7 Dec 2018 08:26:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486838 - in branches/2018Q4/www/rubygem-actionpack4: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q4/www/rubygem-actionpack4: . files X-SVN-Commit-Revision: 486838 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C71857D791 X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.05)[-0.054,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 08:26:46 -0000 Author: mfechner Date: Fri Dec 7 08:26:44 2018 New Revision: 486838 URL: https://svnweb.freebsd.org/changeset/ports/486838 Log: MFH: r486461 Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/rubygem-actionpack4/Makefile branches/2018Q4/www/rubygem-actionpack4/distinfo branches/2018Q4/www/rubygem-actionpack4/files/patch-gemspec Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/rubygem-actionpack4/Makefile ============================================================================== --- branches/2018Q4/www/rubygem-actionpack4/Makefile Fri Dec 7 08:24:55 2018 (r486837) +++ branches/2018Q4/www/rubygem-actionpack4/Makefile Fri Dec 7 08:26:44 2018 (r486838) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -20,8 +20,9 @@ RUN_DEPENDS= rubygem-actionview4>=${PORTVERSION}:devel rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 \ rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: branches/2018Q4/www/rubygem-actionpack4/distinfo ============================================================================== --- branches/2018Q4/www/rubygem-actionpack4/distinfo Fri Dec 7 08:24:55 2018 (r486837) +++ branches/2018Q4/www/rubygem-actionpack4/distinfo Fri Dec 7 08:26:44 2018 (r486838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586064 -SHA256 (rubygem/actionpack-4.2.10.gem) = fd6625bcb84dbfb48d7e7f6ab7d2b88ede925a455db02fbaec5047d57a7eca50 -SIZE (rubygem/actionpack-4.2.10.gem) = 186880 +TIMESTAMP = 1543660800 +SHA256 (rubygem/actionpack-4.2.11.gem) = f97004512791f29220b08e0fb3394fa6235049d48a043f490552bee3078db38f +SIZE (rubygem/actionpack-4.2.11.gem) = 186880 Modified: branches/2018Q4/www/rubygem-actionpack4/files/patch-gemspec ============================================================================== --- branches/2018Q4/www/rubygem-actionpack4/files/patch-gemspec Fri Dec 7 08:24:55 2018 (r486837) +++ branches/2018Q4/www/rubygem-actionpack4/files/patch-gemspec Fri Dec 7 08:26:44 2018 (r486838) @@ -2,10 +2,10 @@ +++ actionpack.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["= 4.2.9"]) + s.add_runtime_dependency(%q.freeze, ["= 4.2.11"]) s.add_runtime_dependency(%q.freeze, ["~> 1.6"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.6.2"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6", ">= 0.6.2"]) s.add_runtime_dependency(%q.freeze, [">= 1.0.2", "~> 1.0"]) s.add_runtime_dependency(%q.freeze, [">= 1.0.5", "~> 1.0"]) - s.add_runtime_dependency(%q.freeze, ["= 4.2.9"]) + s.add_runtime_dependency(%q.freeze, ["= 4.2.11"]) From owner-svn-ports-all@freebsd.org Fri Dec 7 08:27:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2539E132E7CC; Fri, 7 Dec 2018 08:27:34 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C10EC7D89F; Fri, 7 Dec 2018 08:27:33 +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 A2C4C10842; Fri, 7 Dec 2018 08:27:33 +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 wB78RXPa023023; Fri, 7 Dec 2018 08:27:33 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB78RX0H023021; Fri, 7 Dec 2018 08:27:33 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812070827.wB78RX0H023021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 7 Dec 2018 08:27:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486839 - branches/2018Q4/devel/rubygem-actionview4 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q4/devel/rubygem-actionview4 X-SVN-Commit-Revision: 486839 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C10EC7D89F X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 08:27:34 -0000 Author: mfechner Date: Fri Dec 7 08:27:32 2018 New Revision: 486839 URL: https://svnweb.freebsd.org/changeset/ports/486839 Log: MFH: r486460 Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md Approved by: ports-secteam (miwi) Modified: branches/2018Q4/devel/rubygem-actionview4/Makefile branches/2018Q4/devel/rubygem-actionview4/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/devel/rubygem-actionview4/Makefile ============================================================================== --- branches/2018Q4/devel/rubygem-actionview4/Makefile Fri Dec 7 08:26:44 2018 (r486838) +++ branches/2018Q4/devel/rubygem-actionview4/Makefile Fri Dec 7 08:27:32 2018 (r486839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -19,8 +19,9 @@ RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:de rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 \ rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: branches/2018Q4/devel/rubygem-actionview4/distinfo ============================================================================== --- branches/2018Q4/devel/rubygem-actionview4/distinfo Fri Dec 7 08:26:44 2018 (r486838) +++ branches/2018Q4/devel/rubygem-actionview4/distinfo Fri Dec 7 08:27:32 2018 (r486839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586047 -SHA256 (rubygem/actionview-4.2.10.gem) = 1bae4a0385ba7384ed2ae4eddff80076f0c6b21cfc9d60cf0767723feb153dcb -SIZE (rubygem/actionview-4.2.10.gem) = 145920 +TIMESTAMP = 1543660772 +SHA256 (rubygem/actionview-4.2.11.gem) = 8bb47c377295f91a685afb993d78d5a628b3afa04739047bd71af6fe3ac07c27 +SIZE (rubygem/actionview-4.2.11.gem) = 145920 From owner-svn-ports-all@freebsd.org Fri Dec 7 08:28:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60E83132E87F; Fri, 7 Dec 2018 08:28:21 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 056DD7D9B0; Fri, 7 Dec 2018 08:28:21 +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 DA8D010846; Fri, 7 Dec 2018 08:28:20 +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 wB78SKqD023231; Fri, 7 Dec 2018 08:28:20 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB78SKlf023230; Fri, 7 Dec 2018 08:28:20 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812070828.wB78SKlf023230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 7 Dec 2018 08:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486840 - branches/2018Q4/databases/rubygem-activerecord4 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q4/databases/rubygem-activerecord4 X-SVN-Commit-Revision: 486840 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 056DD7D9B0 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 08:28:21 -0000 Author: mfechner Date: Fri Dec 7 08:28:20 2018 New Revision: 486840 URL: https://svnweb.freebsd.org/changeset/ports/486840 Log: MFH: r486459 Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md Approved by: ports-secteam (miwi) Modified: branches/2018Q4/databases/rubygem-activerecord4/Makefile branches/2018Q4/databases/rubygem-activerecord4/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/databases/rubygem-activerecord4/Makefile ============================================================================== --- branches/2018Q4/databases/rubygem-activerecord4/Makefile Fri Dec 7 08:27:32 2018 (r486839) +++ branches/2018Q4/databases/rubygem-activerecord4/Makefile Fri Dec 7 08:28:20 2018 (r486840) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -17,8 +17,9 @@ RUN_DEPENDS= rubygem-activemodel4>=${PORTVERSION}:data rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ rubygem-arel6>=6.0:databases/rubygem-arel6 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: branches/2018Q4/databases/rubygem-activerecord4/distinfo ============================================================================== --- branches/2018Q4/databases/rubygem-activerecord4/distinfo Fri Dec 7 08:27:32 2018 (r486839) +++ branches/2018Q4/databases/rubygem-activerecord4/distinfo Fri Dec 7 08:28:20 2018 (r486840) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586039 -SHA256 (rubygem/activerecord-4.2.10.gem) = ba4cd95d24e12ba87618d10d7a6f6bf42b0325dad7b53676b55bb074894f9ad3 -SIZE (rubygem/activerecord-4.2.10.gem) = 332288 +TIMESTAMP = 1543660746 +SHA256 (rubygem/activerecord-4.2.11.gem) = 258e61c64256c024d703d90d259dd183b526a10083eda518c94b2bcb52a880eb +SIZE (rubygem/activerecord-4.2.11.gem) = 332288 From owner-svn-ports-all@freebsd.org Fri Dec 7 08:29:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6A71132E8E1; Fri, 7 Dec 2018 08:29:06 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59C407DA97; Fri, 7 Dec 2018 08:29:06 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3AC4B10847; Fri, 7 Dec 2018 08:29:06 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB78T6aj023439; Fri, 7 Dec 2018 08:29:06 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB78T5YI023437; Fri, 7 Dec 2018 08:29:05 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812070829.wB78T5YI023437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 7 Dec 2018 08:29:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486841 - branches/2018Q4/databases/rubygem-activemodel4 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q4/databases/rubygem-activemodel4 X-SVN-Commit-Revision: 486841 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 59C407DA97 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 08:29:07 -0000 Author: mfechner Date: Fri Dec 7 08:29:05 2018 New Revision: 486841 URL: https://svnweb.freebsd.org/changeset/ports/486841 Log: MFH: r486458 Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md Approved by: ports-secteam (miwi) Modified: branches/2018Q4/databases/rubygem-activemodel4/Makefile branches/2018Q4/databases/rubygem-activemodel4/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/databases/rubygem-activemodel4/Makefile ============================================================================== --- branches/2018Q4/databases/rubygem-activemodel4/Makefile Fri Dec 7 08:28:20 2018 (r486840) +++ branches/2018Q4/databases/rubygem-activemodel4/Makefile Fri Dec 7 08:29:05 2018 (r486841) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ rubygem-builder>=3.2.2:devel/rubygem-builder -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: branches/2018Q4/databases/rubygem-activemodel4/distinfo ============================================================================== --- branches/2018Q4/databases/rubygem-activemodel4/distinfo Fri Dec 7 08:28:20 2018 (r486840) +++ branches/2018Q4/databases/rubygem-activemodel4/distinfo Fri Dec 7 08:29:05 2018 (r486841) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586030 -SHA256 (rubygem/activemodel-4.2.10.gem) = 3b513adc4f7483da117d25ac6505cc46794b4eb457b28597014975a97a929b30 -SIZE (rubygem/activemodel-4.2.10.gem) = 45568 +TIMESTAMP = 1543660718 +SHA256 (rubygem/activemodel-4.2.11.gem) = b89604b0252e1b5eea47de4c5e3ff4b3d713c3c5ab3802c87a37b0e296da5885 +SIZE (rubygem/activemodel-4.2.11.gem) = 45568 From owner-svn-ports-all@freebsd.org Fri Dec 7 08:29:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D4BE132E9E1; Fri, 7 Dec 2018 08:29:56 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D5127DBF5; Fri, 7 Dec 2018 08:29:56 +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 000E110849; Fri, 7 Dec 2018 08:29:55 +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 wB78Ttei023643; Fri, 7 Dec 2018 08:29:55 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB78TtUS023641; Fri, 7 Dec 2018 08:29:55 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812070829.wB78TtUS023641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 7 Dec 2018 08:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486842 - branches/2018Q4/devel/rubygem-activejob4 X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q4/devel/rubygem-activejob4 X-SVN-Commit-Revision: 486842 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1D5127DBF5 X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 08:29:56 -0000 Author: mfechner Date: Fri Dec 7 08:29:55 2018 New Revision: 486842 URL: https://svnweb.freebsd.org/changeset/ports/486842 Log: MFH: r486457 Update to 4.2.11 Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md Security: f96044a2-7df9-414b-9f6b-6e5b85d06c86 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/devel/rubygem-activejob4/Makefile branches/2018Q4/devel/rubygem-activejob4/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/devel/rubygem-activejob4/Makefile ============================================================================== --- branches/2018Q4/devel/rubygem-activejob4/Makefile Fri Dec 7 08:29:05 2018 (r486841) +++ branches/2018Q4/devel/rubygem-activejob4/Makefile Fri Dec 7 08:29:55 2018 (r486842) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 4.2.10 +PORTVERSION= 4.2.11 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ rubygem-globalid>=0.3.0:databases/rubygem-globalid -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: branches/2018Q4/devel/rubygem-activejob4/distinfo ============================================================================== --- branches/2018Q4/devel/rubygem-activejob4/distinfo Fri Dec 7 08:29:05 2018 (r486841) +++ branches/2018Q4/devel/rubygem-activejob4/distinfo Fri Dec 7 08:29:55 2018 (r486842) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506586054 -SHA256 (rubygem/activejob-4.2.10.gem) = e80776a73ba5cc32fefb372f11db289153b954c91db378ad689ad1896f515a82 -SIZE (rubygem/activejob-4.2.10.gem) = 19456 +TIMESTAMP = 1543660695 +SHA256 (rubygem/activejob-4.2.11.gem) = d35b4027c2a07f6637a480db50da7576dc11239c59cb66b805e253e284d0d88b +SIZE (rubygem/activejob-4.2.11.gem) = 19456 From owner-svn-ports-all@freebsd.org Fri Dec 7 09:01:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 649AC13301D8; Fri, 7 Dec 2018 09:01:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09DCB7F547; Fri, 7 Dec 2018 09:01:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF10B10EC1; Fri, 7 Dec 2018 09:01:32 +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 wB791WiZ040855; Fri, 7 Dec 2018 09:01:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB791Wwh040854; Fri, 7 Dec 2018 09:01:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812070901.wB791Wwh040854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 7 Dec 2018 09:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486843 - head/net-im/py-xmpppy X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-im/py-xmpppy X-SVN-Commit-Revision: 486843 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 09DCB7F547 X-Spamd-Result: default: False [-2.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 09:01:33 -0000 Author: amdmi3 Date: Fri Dec 7 09:01:32 2018 New Revision: 486843 URL: https://svnweb.freebsd.org/changeset/ports/486843 Log: - Add LICENSE Approved by: portmgr blanket Modified: head/net-im/py-xmpppy/Makefile Modified: head/net-im/py-xmpppy/Makefile ============================================================================== --- head/net-im/py-xmpppy/Makefile Fri Dec 7 08:29:55 2018 (r486842) +++ head/net-im/py-xmpppy/Makefile Fri Dec 7 09:01:32 2018 (r486843) @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}rc1 MAINTAINER= python@FreeBSD.org COMMENT= Python library that provides easy scripting with Jabber +LICENSE= GPLv2+ + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.7.1:dns/py-dnspython@${PY_FLAVOR} USES= python:2.7 shebangfix From owner-svn-ports-all@freebsd.org Fri Dec 7 09:52:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68F8D133227C; Fri, 7 Dec 2018 09:52:10 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FB168248D; Fri, 7 Dec 2018 09:52:10 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E67411181B; Fri, 7 Dec 2018 09:52:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB79q9Z9067017; Fri, 7 Dec 2018 09:52:09 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB79q9tA067016; Fri, 7 Dec 2018 09:52:09 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812070952.wB79q9tA067016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 7 Dec 2018 09:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486849 - head/databases/py-pymysql X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/databases/py-pymysql X-SVN-Commit-Revision: 486849 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0FB168248D X-Spamd-Result: default: False [-2.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 09:52:10 -0000 Author: lwhsu Date: Fri Dec 7 09:52:09 2018 New Revision: 486849 URL: https://svnweb.freebsd.org/changeset/ports/486849 Log: - Update to 0.9.2 Modified: head/databases/py-pymysql/Makefile head/databases/py-pymysql/distinfo Modified: head/databases/py-pymysql/Makefile ============================================================================== --- head/databases/py-pymysql/Makefile Fri Dec 7 09:50:54 2018 (r486848) +++ head/databases/py-pymysql/Makefile Fri Dec 7 09:52:09 2018 (r486849) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pymysql -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-pymysql/distinfo ============================================================================== --- head/databases/py-pymysql/distinfo Fri Dec 7 09:50:54 2018 (r486848) +++ head/databases/py-pymysql/distinfo Fri Dec 7 09:52:09 2018 (r486849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526542602 -SHA256 (PyMySQL-0.8.1.tar.gz) = 34e19bfff13e8b2ffc38a68f9ad064609d48f3d46320e8ab8184af527e662629 -SIZE (PyMySQL-0.8.1.tar.gz) = 74297 +TIMESTAMP = 1544176273 +SHA256 (PyMySQL-0.9.2.tar.gz) = 9ec760cbb251c158c19d6c88c17ca00a8632bac713890e465b2be01fdc30713f +SIZE (PyMySQL-0.9.2.tar.gz) = 74532 From owner-svn-ports-all@freebsd.org Fri Dec 7 09:34:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D91F51331608; Fri, 7 Dec 2018 09:34:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8121480BF0; Fri, 7 Dec 2018 09:34:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62A4C114BE; Fri, 7 Dec 2018 09:34:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB79YBFu059623; Fri, 7 Dec 2018 09:34:11 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB79YBNU059621; Fri, 7 Dec 2018 09:34:11 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812070934.wB79YBNU059621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 7 Dec 2018 09:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486845 - head/devel/py-jenkins-job-builder X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/py-jenkins-job-builder X-SVN-Commit-Revision: 486845 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8121480BF0 X-Spamd-Result: default: False [-2.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 09:34:12 -0000 Author: lwhsu Date: Fri Dec 7 09:34:10 2018 New Revision: 486845 URL: https://svnweb.freebsd.org/changeset/ports/486845 Log: - Update to 2.9.1 Sponsored by: The FreeBSD Foundation Modified: head/devel/py-jenkins-job-builder/Makefile head/devel/py-jenkins-job-builder/distinfo Modified: head/devel/py-jenkins-job-builder/Makefile ============================================================================== --- head/devel/py-jenkins-job-builder/Makefile Fri Dec 7 09:31:28 2018 (r486844) +++ head/devel/py-jenkins-job-builder/Makefile Fri Dec 7 09:34:10 2018 (r486845) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins-job-builder -PORTVERSION= 2.9.0 +PORTVERSION= 2.9.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-jenkins-job-builder/distinfo ============================================================================== --- head/devel/py-jenkins-job-builder/distinfo Fri Dec 7 09:31:28 2018 (r486844) +++ head/devel/py-jenkins-job-builder/distinfo Fri Dec 7 09:34:10 2018 (r486845) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543820048 -SHA256 (jenkins-job-builder-2.9.0.tar.gz) = 989508bc1e0b0d07531328432b3b89186d035fc8f3631aea2918ec1fd0b41e40 -SIZE (jenkins-job-builder-2.9.0.tar.gz) = 583525 +TIMESTAMP = 1544175032 +SHA256 (jenkins-job-builder-2.9.1.tar.gz) = fba5f3efe8bd06d559f06a5d3bd68da5a7395541fcd370053a8174d08519e3d0 +SIZE (jenkins-job-builder-2.9.1.tar.gz) = 587181 From owner-svn-ports-all@freebsd.org Fri Dec 7 09:40:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFB6F1331A4E; Fri, 7 Dec 2018 09:40:54 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96E6F811AF; Fri, 7 Dec 2018 09:40:54 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77F8D115F0; Fri, 7 Dec 2018 09:40:54 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB79esYi060994; Fri, 7 Dec 2018 09:40:54 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB79esu5060993; Fri, 7 Dec 2018 09:40:54 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812070940.wB79esu5060993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 7 Dec 2018 09:40:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486846 - head/devel/py-coverage X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/py-coverage X-SVN-Commit-Revision: 486846 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 96E6F811AF X-Spamd-Result: default: False [-2.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 09:40:55 -0000 Author: lwhsu Date: Fri Dec 7 09:40:53 2018 New Revision: 486846 URL: https://svnweb.freebsd.org/changeset/ports/486846 Log: - Update to 4.5.2 Modified: head/devel/py-coverage/Makefile head/devel/py-coverage/distinfo Modified: head/devel/py-coverage/Makefile ============================================================================== --- head/devel/py-coverage/Makefile Fri Dec 7 09:34:10 2018 (r486845) +++ head/devel/py-coverage/Makefile Fri Dec 7 09:40:53 2018 (r486846) @@ -1,9 +1,7 @@ -# Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= coverage -PORTVERSION= 4.5.1 -PORTREVISION= 1 +PORTVERSION= 4.5.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-coverage/distinfo ============================================================================== --- head/devel/py-coverage/distinfo Fri Dec 7 09:34:10 2018 (r486845) +++ head/devel/py-coverage/distinfo Fri Dec 7 09:40:53 2018 (r486846) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518351156 -SHA256 (coverage-4.5.1.tar.gz) = 56e448f051a201c5ebbaa86a5efd0ca90d327204d8b059ab25ad0f35fbfd79f1 -SIZE (coverage-4.5.1.tar.gz) = 379675 +TIMESTAMP = 1544175576 +SHA256 (coverage-4.5.2.tar.gz) = ab235d9fe64833f12d1334d29b558aacedfbca2356dfb9691f2d0d38a8a7bfb4 +SIZE (coverage-4.5.2.tar.gz) = 384845 From owner-svn-ports-all@freebsd.org Fri Dec 7 09:31:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A61A31331512; Fri, 7 Dec 2018 09:31:29 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CC5E80A00; Fri, 7 Dec 2018 09:31:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14CC411368; Fri, 7 Dec 2018 09:31:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB79VSsh057536; Fri, 7 Dec 2018 09:31:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB79VSje057534; Fri, 7 Dec 2018 09:31:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812070931.wB79VSje057534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 7 Dec 2018 09:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486844 - head/games/blobwars X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/blobwars X-SVN-Commit-Revision: 486844 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4CC5E80A00 X-Spamd-Result: default: False [-2.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 09:31:29 -0000 Author: amdmi3 Date: Fri Dec 7 09:31:28 2018 New Revision: 486844 URL: https://svnweb.freebsd.org/changeset/ports/486844 Log: - Removing useless WITH_ZLIB and chmod call - Pet portlint by using relative symlink - Silence stripping - Update WWW Modified: head/games/blobwars/Makefile head/games/blobwars/pkg-descr Modified: head/games/blobwars/Makefile ============================================================================== --- head/games/blobwars/Makefile Fri Dec 7 09:01:32 2018 (r486843) +++ head/games/blobwars/Makefile Fri Dec 7 09:31:28 2018 (r486844) @@ -15,7 +15,6 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/doc/license USES= gmake pkgconfig USE_SDL= image2 mixer2 net2 sdl2 ttf2 -WITH_ZLIB= yes INSTALLS_ICONS= yes @@ -30,7 +29,6 @@ post-patch: @${REINPLACE_CMD} \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/Makefile - ${CHMOD} 664 ${WRKSRC}/icons/* post-patch-DOCS-off: @${REINPLACE_CMD} \ @@ -43,8 +41,8 @@ post-patch-NLS-off: ${WRKSRC}/Makefile post-install: - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + @${LN} -sf ../icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/games/blobwars/pkg-descr ============================================================================== --- head/games/blobwars/pkg-descr Fri Dec 7 09:01:32 2018 (r486843) +++ head/games/blobwars/pkg-descr Fri Dec 7 09:31:28 2018 (r486844) @@ -6,4 +6,4 @@ forward as it sounds, since the MIAs will often be not will require some extra thought. Bob also has to contend with environmental hazards, alien invaders and assimilated Blobs. -WWW: http://www.parallelrealities.co.uk/p/blob-wars-metal-blob-solid.html +WWW: https://www.parallelrealities.co.uk/p/blob-wars-metal-blob-solid.html From owner-svn-ports-all@freebsd.org Fri Dec 7 10:06:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D30911332B1E; Fri, 7 Dec 2018 10:06:28 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 727DF82FD0; Fri, 7 Dec 2018 10:06:28 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 538B411A1A; Fri, 7 Dec 2018 10:06:28 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7A6SWl075635; Fri, 7 Dec 2018 10:06:28 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7A6SG8075633; Fri, 7 Dec 2018 10:06:28 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812071006.wB7A6SG8075633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 7 Dec 2018 10:06:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486852 - head/security/py-gnutls X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/security/py-gnutls X-SVN-Commit-Revision: 486852 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 727DF82FD0 X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.93)[-0.934,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 10:06:29 -0000 Author: lwhsu Date: Fri Dec 7 10:06:27 2018 New Revision: 486852 URL: https://svnweb.freebsd.org/changeset/ports/486852 Log: - Update to 3.1.2 Modified: head/security/py-gnutls/Makefile head/security/py-gnutls/distinfo Modified: head/security/py-gnutls/Makefile ============================================================================== --- head/security/py-gnutls/Makefile Fri Dec 7 10:03:38 2018 (r486851) +++ head/security/py-gnutls/Makefile Fri Dec 7 10:06:27 2018 (r486852) @@ -1,9 +1,7 @@ -# Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTVERSION= 3.1.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-gnutls/distinfo ============================================================================== --- head/security/py-gnutls/distinfo Fri Dec 7 10:03:38 2018 (r486851) +++ head/security/py-gnutls/distinfo Fri Dec 7 10:06:27 2018 (r486852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487396410 -SHA256 (python-gnutls-3.1.1.tar.gz) = 8892681519a89adb5bb1fba62199bb83bb86c999c983d46edf306f13c5f99a59 -SIZE (python-gnutls-3.1.1.tar.gz) = 40593 +TIMESTAMP = 1544176841 +SHA256 (python-gnutls-3.1.2.tar.gz) = 28748e02a8035c31826152944e41217ebcc58ab7793ae5a22850cd23d3cfbbbe +SIZE (python-gnutls-3.1.2.tar.gz) = 40668 From owner-svn-ports-all@freebsd.org Fri Dec 7 10:18:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 262DA133320C; Fri, 7 Dec 2018 10:18:44 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA27B836A9; Fri, 7 Dec 2018 10:18:43 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BCDF11BAE; Fri, 7 Dec 2018 10:18:43 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7AIhtl081349; Fri, 7 Dec 2018 10:18:43 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7AIhsr081348; Fri, 7 Dec 2018 10:18:43 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201812071018.wB7AIhsr081348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Fri, 7 Dec 2018 10:18:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486853 - head/devel/ruby-build X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/devel/ruby-build X-SVN-Commit-Revision: 486853 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BA27B836A9 X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.93)[-0.934,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 10:18:44 -0000 Author: meta Date: Fri Dec 7 10:18:42 2018 New Revision: 486853 URL: https://svnweb.freebsd.org/changeset/ports/486853 Log: Update to 20181207 Changes: https://github.com/rbenv/ruby-build/releases Modified: head/devel/ruby-build/Makefile head/devel/ruby-build/distinfo Modified: head/devel/ruby-build/Makefile ============================================================================== --- head/devel/ruby-build/Makefile Fri Dec 7 10:06:27 2018 (r486852) +++ head/devel/ruby-build/Makefile Fri Dec 7 10:18:42 2018 (r486853) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ruby-build -PORTVERSION= 20181106 +PORTVERSION= 20181207 DISTVERSIONPREFIX= v CATEGORIES= devel ruby Modified: head/devel/ruby-build/distinfo ============================================================================== --- head/devel/ruby-build/distinfo Fri Dec 7 10:06:27 2018 (r486852) +++ head/devel/ruby-build/distinfo Fri Dec 7 10:18:42 2018 (r486853) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541720135 -SHA256 (rbenv-ruby-build-v20181106_GH0.tar.gz) = 0924924ae2683a81c2e67bb5768fe70f54066d1b8d7dd7154661aec6476ffd91 -SIZE (rbenv-ruby-build-v20181106_GH0.tar.gz) = 59706 +TIMESTAMP = 1544177677 +SHA256 (rbenv-ruby-build-v20181207_GH0.tar.gz) = 74b4ffac4e8d6e68685afad035c64573280e93dfb2ab81fd7b613085e8a69c23 +SIZE (rbenv-ruby-build-v20181207_GH0.tar.gz) = 60187 From owner-svn-ports-all@freebsd.org Fri Dec 7 10:00:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52879133248C; Fri, 7 Dec 2018 10:00:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA906828AC; Fri, 7 Dec 2018 10:00:24 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C5FC911855; Fri, 7 Dec 2018 10:00:24 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7A0ODm070710; Fri, 7 Dec 2018 10:00:24 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7A0OvL070708; Fri, 7 Dec 2018 10:00:24 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812071000.wB7A0OvL070708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 7 Dec 2018 10:00:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486850 - head/graphics/py-termtosvg X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/graphics/py-termtosvg X-SVN-Commit-Revision: 486850 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EA906828AC X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.93)[-0.934,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 10:00:25 -0000 Author: lwhsu Date: Fri Dec 7 10:00:24 2018 New Revision: 486850 URL: https://svnweb.freebsd.org/changeset/ports/486850 Log: - Update to 0.6.0 Modified: head/graphics/py-termtosvg/Makefile head/graphics/py-termtosvg/distinfo Modified: head/graphics/py-termtosvg/Makefile ============================================================================== --- head/graphics/py-termtosvg/Makefile Fri Dec 7 09:52:09 2018 (r486849) +++ head/graphics/py-termtosvg/Makefile Fri Dec 7 10:00:24 2018 (r486850) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= termtosvg -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-termtosvg/distinfo ============================================================================== --- head/graphics/py-termtosvg/distinfo Fri Dec 7 09:52:09 2018 (r486849) +++ head/graphics/py-termtosvg/distinfo Fri Dec 7 10:00:24 2018 (r486850) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536109566 -SHA256 (termtosvg-0.5.0.tar.gz) = a2702d23902abb93e8e58cca65361b345702d481d9cf41a45e97a886ff6d6de7 -SIZE (termtosvg-0.5.0.tar.gz) = 49472 +TIMESTAMP = 1544176452 +SHA256 (termtosvg-0.6.0.tar.gz) = bf1c2f37261e31eb87b73270ff9c5567c9802fa710dbc352716d5686da83845f +SIZE (termtosvg-0.6.0.tar.gz) = 54010 From owner-svn-ports-all@freebsd.org Fri Dec 7 09:50:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CC261332037; Fri, 7 Dec 2018 09:50:42 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 034C881919; Fri, 7 Dec 2018 09:50:42 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D7FD0116B4; Fri, 7 Dec 2018 09:50:41 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB79ofKR065919; Fri, 7 Dec 2018 09:50:41 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB79ofxv065917; Fri, 7 Dec 2018 09:50:41 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812070950.wB79ofxv065917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 7 Dec 2018 09:50:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486847 - head/databases/py-alembic X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/databases/py-alembic X-SVN-Commit-Revision: 486847 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 034C881919 X-Spamd-Result: default: False [-2.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 09:50:42 -0000 Author: lwhsu Date: Fri Dec 7 09:50:41 2018 New Revision: 486847 URL: https://svnweb.freebsd.org/changeset/ports/486847 Log: - Update to 1.0.5 Modified: head/databases/py-alembic/Makefile head/databases/py-alembic/distinfo Modified: head/databases/py-alembic/Makefile ============================================================================== --- head/databases/py-alembic/Makefile Fri Dec 7 09:40:53 2018 (r486846) +++ head/databases/py-alembic/Makefile Fri Dec 7 09:50:41 2018 (r486847) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= alembic -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.5 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-alembic/distinfo ============================================================================== --- head/databases/py-alembic/distinfo Fri Dec 7 09:40:53 2018 (r486846) +++ head/databases/py-alembic/distinfo Fri Dec 7 09:50:41 2018 (r486847) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540851139 -SHA256 (alembic-1.0.1.tar.gz) = 0fe570f23dc48fb1bbda6f6a396f1c0c28d7045c0ad14018c104a511e6c1fe8a -SIZE (alembic-1.0.1.tar.gz) = 1019676 +TIMESTAMP = 1544176029 +SHA256 (alembic-1.0.5.tar.gz) = e9ffdece0eece55f4108b14b6b0f29ffc730d58e28446a434fe41a1cc5c5f266 +SIZE (alembic-1.0.5.tar.gz) = 1020663 From owner-svn-ports-all@freebsd.org Fri Dec 7 09:50:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4919F1332062; Fri, 7 Dec 2018 09:50:55 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C31C5819F8; Fri, 7 Dec 2018 09:50:54 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A308C116C5; Fri, 7 Dec 2018 09:50:54 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB79os8U066049; Fri, 7 Dec 2018 09:50:54 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB79osxW066046; Fri, 7 Dec 2018 09:50:54 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812070950.wB79osxW066046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 7 Dec 2018 09:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486848 - head/databases/pear-DB X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/databases/pear-DB X-SVN-Commit-Revision: 486848 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C31C5819F8 X-Spamd-Result: default: False [-2.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 09:50:55 -0000 Author: joneum Date: Fri Dec 7 09:50:54 2018 New Revision: 486848 URL: https://svnweb.freebsd.org/changeset/ports/486848 Log: Update to 1.9.3 Add License Changelog: - Change pg_exec to pg-Query - Added PHP72 Sponsored by: Netzkommune GmbH Modified: head/databases/pear-DB/Makefile head/databases/pear-DB/distinfo Modified: head/databases/pear-DB/Makefile ============================================================================== --- head/databases/pear-DB/Makefile Fri Dec 7 09:50:41 2018 (r486847) +++ head/databases/pear-DB/Makefile Fri Dec 7 09:50:54 2018 (r486848) @@ -2,12 +2,14 @@ # $FreeBSD$ PORTNAME= DB -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 PORTEPOCH= 1 CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR Database Abstraction Layer + +LICENSE= PHP301 USES= pear Modified: head/databases/pear-DB/distinfo ============================================================================== --- head/databases/pear-DB/distinfo Fri Dec 7 09:50:41 2018 (r486847) +++ head/databases/pear-DB/distinfo Fri Dec 7 09:50:54 2018 (r486848) @@ -1,2 +1,3 @@ -SHA256 (PEAR/DB-1.9.2.tgz) = 09a32b3eb7242accd61a8d8270596ab7486d2d63d2612ad51def696f7f2bd1b1 -SIZE (PEAR/DB-1.9.2.tgz) = 133795 +TIMESTAMP = 1544174040 +SHA256 (PEAR/DB-1.9.3.tgz) = a18dfb49e757c885618277fa5ce1863dd95d90c06f33a98da30f8c7454aeb6cc +SIZE (PEAR/DB-1.9.3.tgz) = 132290 From owner-svn-ports-all@freebsd.org Fri Dec 7 10:03:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA51E133299D; Fri, 7 Dec 2018 10:03:39 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB2782E0D; Fri, 7 Dec 2018 10:03:39 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D5A711A17; Fri, 7 Dec 2018 10:03:39 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7A3dR4075374; Fri, 7 Dec 2018 10:03:39 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7A3dlL075373; Fri, 7 Dec 2018 10:03:39 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812071003.wB7A3dlL075373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 7 Dec 2018 10:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486851 - head/www/py-httplib2 X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/www/py-httplib2 X-SVN-Commit-Revision: 486851 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6CB2782E0D X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.93)[-0.934,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 10:03:40 -0000 Author: lwhsu Date: Fri Dec 7 10:03:38 2018 New Revision: 486851 URL: https://svnweb.freebsd.org/changeset/ports/486851 Log: - Update to 0.12.0 Modified: head/www/py-httplib2/Makefile head/www/py-httplib2/distinfo Modified: head/www/py-httplib2/Makefile ============================================================================== --- head/www/py-httplib2/Makefile Fri Dec 7 10:00:24 2018 (r486850) +++ head/www/py-httplib2/Makefile Fri Dec 7 10:03:38 2018 (r486851) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= httplib2 -PORTVERSION= 0.11.3 +PORTVERSION= 0.12.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-httplib2/distinfo ============================================================================== --- head/www/py-httplib2/distinfo Fri Dec 7 10:00:24 2018 (r486850) +++ head/www/py-httplib2/distinfo Fri Dec 7 10:03:38 2018 (r486851) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523459445 -SHA256 (httplib2-0.11.3.tar.gz) = e71daed9a0e6373642db61166fa70beecc9bf04383477f84671348c02a04cbdf -SIZE (httplib2-0.11.3.tar.gz) = 215815 +TIMESTAMP = 1544176960 +SHA256 (httplib2-0.12.0.tar.gz) = f61fb838a94ce3b349aa32c92fd8430f7e3511afdb18bf9640d647e30c90a6d6 +SIZE (httplib2-0.12.0.tar.gz) = 218367 From owner-svn-ports-all@freebsd.org Fri Dec 7 10:38:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4094D133423F; Fri, 7 Dec 2018 10:38:28 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D389F846D6; Fri, 7 Dec 2018 10:38:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4AC711EF0; Fri, 7 Dec 2018 10:38:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7AcRFY091505; Fri, 7 Dec 2018 10:38:27 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7AcRiM091504; Fri, 7 Dec 2018 10:38:27 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201812071038.wB7AcRiM091504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 7 Dec 2018 10:38:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486854 - head/x11-toolkits/bwidget X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/x11-toolkits/bwidget X-SVN-Commit-Revision: 486854 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D389F846D6 X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.93)[-0.934,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 10:38:28 -0000 Author: gahr Date: Fri Dec 7 10:38:27 2018 New Revision: 486854 URL: https://svnweb.freebsd.org/changeset/ports/486854 Log: x11-toolkits/bwidget: update to 1.9.13, pet portlint Changes: http://core.tcl.tk/bwidget/vdiff?from=3dfc3b&to=51aca4 Modified: head/x11-toolkits/bwidget/Makefile head/x11-toolkits/bwidget/distinfo Modified: head/x11-toolkits/bwidget/Makefile ============================================================================== --- head/x11-toolkits/bwidget/Makefile Fri Dec 7 10:18:42 2018 (r486853) +++ head/x11-toolkits/bwidget/Makefile Fri Dec 7 10:38:27 2018 (r486854) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bwidget -PORTVERSION= 1.9.12 +PORTVERSION= 1.9.13 CATEGORIES= x11-toolkits MASTER_SITES= SF/tcllib/BWidget/${PORTVERSION} @@ -14,9 +14,10 @@ LICENSE_NAME= Tcl/Tk License LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USES= tk:run zip + OPTIONS_DEFINE= DOCS -USES= tk:run zip NO_BUILD= yes NO_ARCH= yes PORTDOCS= * Modified: head/x11-toolkits/bwidget/distinfo ============================================================================== --- head/x11-toolkits/bwidget/distinfo Fri Dec 7 10:18:42 2018 (r486853) +++ head/x11-toolkits/bwidget/distinfo Fri Dec 7 10:38:27 2018 (r486854) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516700872 -SHA256 (bwidget-1.9.12.zip) = fbdd349d5d4844d640dbcc6a582bc49fabcace254a6eda39cb82c902b0353ab7 -SIZE (bwidget-1.9.12.zip) = 313928 +TIMESTAMP = 1544178629 +SHA256 (bwidget-1.9.13.zip) = dd184701e245bfaa801cff53c8ef3ae6fe42fee5b23350fc67883cd63c3a3b85 +SIZE (bwidget-1.9.13.zip) = 321957 From owner-svn-ports-all@freebsd.org Fri Dec 7 11:05:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8D4C1334ACB; Fri, 7 Dec 2018 11:05:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5CB938588B; Fri, 7 Dec 2018 11:05:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CE84123C7; Fri, 7 Dec 2018 11:05:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7B5rVV007139; Fri, 7 Dec 2018 11:05:53 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7B5qtm007137; Fri, 7 Dec 2018 11:05:52 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812071105.wB7B5qtm007137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 7 Dec 2018 11:05:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486855 - head/audio/qsynth X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/qsynth X-SVN-Commit-Revision: 486855 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5CB938588B X-Spamd-Result: default: False [-2.03 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.08)[-0.083,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 11:05:53 -0000 Author: tobik Date: Fri Dec 7 11:05:52 2018 New Revision: 486855 URL: https://svnweb.freebsd.org/changeset/ports/486855 Log: audio/qsynth: Update to 0.5.4 - Drop USE_GL=gl; QSynth only indirectly depends on it via Qt 5 Changes: https://qsynth.sourceforge.io/qsynth-downloads.html Modified: head/audio/qsynth/Makefile head/audio/qsynth/distinfo Modified: head/audio/qsynth/Makefile ============================================================================== --- head/audio/qsynth/Makefile Fri Dec 7 10:38:27 2018 (r486854) +++ head/audio/qsynth/Makefile Fri Dec 7 11:05:52 2018 (r486855) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qsynth -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4 CATEGORIES= audio MASTER_SITES= SF @@ -17,7 +17,6 @@ LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth USES= compiler:c++11-lang gmake pkgconfig qt:5 USE_CXXSTD= c++11 USE_QT= core gui widgets x11extras buildtools_build linguisttools_build qmake_build -USE_GL= gl GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \ @@ -27,6 +26,8 @@ CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \ ac_cv_path_ac_lrelease=${LRELEASE} CONFIGURE_ARGS= --localedir=${DATADIR} \ --with-fluidsynth=${LOCALBASE} + +LDFLAGS+= -Wl,--as-needed # cf. PR 224488 OPTIONS_DEFINE= GRADIENT SYSTEM_TRAY XUNIQUE OPTIONS_DEFAULT= GRADIENT SYSTEM_TRAY XUNIQUE Modified: head/audio/qsynth/distinfo ============================================================================== --- head/audio/qsynth/distinfo Fri Dec 7 10:38:27 2018 (r486854) +++ head/audio/qsynth/distinfo Fri Dec 7 11:05:52 2018 (r486855) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539243134 -SHA256 (qsynth-0.5.3.tar.gz) = 2ce9791f8a927425d29bacc44fdfff575638b24512e0f0b6f2eca85deb67f0c9 -SIZE (qsynth-0.5.3.tar.gz) = 269252 +TIMESTAMP = 1544100637 +SHA256 (qsynth-0.5.4.tar.gz) = 2d6befb4023f8a64f35d802991d0d413e11d0307e87485428c969b94bb2bf84e +SIZE (qsynth-0.5.4.tar.gz) = 268106 From owner-svn-ports-all@freebsd.org Fri Dec 7 11:38:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB57E130A58D; Fri, 7 Dec 2018 11:38:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B5148689E; Fri, 7 Dec 2018 11:38:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 67AA112891; Fri, 7 Dec 2018 11:38:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7Bc3US022644; Fri, 7 Dec 2018 11:38:03 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7Bc3GE022643; Fri, 7 Dec 2018 11:38:03 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812071138.wB7Bc3GE022643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 7 Dec 2018 11:38:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486856 - head/emulators/gxemul X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/emulators/gxemul X-SVN-Commit-Revision: 486856 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8B5148689E X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.93)[-0.930,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 11:38:04 -0000 Author: tobik Date: Fri Dec 7 11:38:02 2018 New Revision: 486856 URL: https://svnweb.freebsd.org/changeset/ports/486856 Log: emulators/gxemul: Update to 0.6.1 Announcement: http://gavare.se/gxemul/gxemul-stable/doc/RELEASE.html Changes: http://gavare.se/gxemul/gxemul-stable/HISTORY.html Modified: head/emulators/gxemul/Makefile head/emulators/gxemul/distinfo Modified: head/emulators/gxemul/Makefile ============================================================================== --- head/emulators/gxemul/Makefile Fri Dec 7 11:05:52 2018 (r486855) +++ head/emulators/gxemul/Makefile Fri Dec 7 11:38:02 2018 (r486856) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gxemul -PORTVERSION= 0.6.0.2 +PORTVERSION= 0.6.1 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ Modified: head/emulators/gxemul/distinfo ============================================================================== --- head/emulators/gxemul/distinfo Fri Dec 7 11:05:52 2018 (r486855) +++ head/emulators/gxemul/distinfo Fri Dec 7 11:38:02 2018 (r486856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542524977 -SHA256 (gxemul-0.6.0.2.tar.gz) = 0a0ceb4b5de6463487b28729d40e8e0a6e76ea955306e97aa5a5c74afaeb6636 -SIZE (gxemul-0.6.0.2.tar.gz) = 5498962 +TIMESTAMP = 1544180766 +SHA256 (gxemul-0.6.1.tar.gz) = 1bce1cc31615cde7562cf306b5d7062d2a97cae148fe9c9b2153f95ccb1463ed +SIZE (gxemul-0.6.1.tar.gz) = 5617712 From owner-svn-ports-all@freebsd.org Fri Dec 7 11:47:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA4D3130A90C; Fri, 7 Dec 2018 11:47:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FE2386D59; Fri, 7 Dec 2018 11:47:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09E2412A3C; Fri, 7 Dec 2018 11:47:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7BlBlx027753; Fri, 7 Dec 2018 11:47:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7BlBt3027752; Fri, 7 Dec 2018 11:47:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201812071147.wB7BlBt3027752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 7 Dec 2018 11:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486857 - head/print/lyx X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/print/lyx X-SVN-Commit-Revision: 486857 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8FE2386D59 X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.93)[-0.930,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 11:47:13 -0000 Author: rakuco Date: Fri Dec 7 11:47:11 2018 New Revision: 486857 URL: https://svnweb.freebsd.org/changeset/ports/486857 Log: Set LICENSE_FILE Modified: head/print/lyx/Makefile Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Fri Dec 7 11:38:02 2018 (r486856) +++ head/print/lyx/Makefile Fri Dec 7 11:47:11 2018 (r486857) @@ -14,6 +14,7 @@ MAINTAINER= rakuco@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libmythes-1.2.so:textproc/mythes From owner-svn-ports-all@freebsd.org Fri Dec 7 11:50:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 059A7130AA8B; Fri, 7 Dec 2018 11:50:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C37F8700F; Fri, 7 Dec 2018 11:50:17 +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 5F1FE12A46; Fri, 7 Dec 2018 11:50:17 +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 wB7BoHRP028063; Fri, 7 Dec 2018 11:50:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7BoGCO028061; Fri, 7 Dec 2018 11:50:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812071150.wB7BoGCO028061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 7 Dec 2018 11:50:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486858 - head/emulators/ppsspp X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/ppsspp X-SVN-Commit-Revision: 486858 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9C37F8700F X-Spamd-Result: default: False [-1.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; NEURAL_HAM_SHORT(-0.93)[-0.932,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 11:50:18 -0000 Author: jbeich Date: Fri Dec 7 11:50:16 2018 New Revision: 486858 URL: https://svnweb.freebsd.org/changeset/ports/486858 Log: emulators/ppsspp: update to 1.7.5 Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.7.4...v1.7.5 MFH: 2018Q4 (crash fix) Modified: head/emulators/ppsspp/Makefile (contents, props changed) head/emulators/ppsspp/distinfo (contents, props changed) Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Fri Dec 7 11:47:11 2018 (r486857) +++ head/emulators/ppsspp/Makefile Fri Dec 7 11:50:16 2018 (r486858) @@ -2,7 +2,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v -DISTVERSION?= 1.7.4 +DISTVERSION?= 1.7.5 PORTREVISION?= 0 CATEGORIES= emulators # XXX Get from Debian once #697821 lands @@ -23,7 +23,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils USE_GITHUB= yes GH_ACCOUNT= hrydgard GH_TUPLE?= hrydgard:glslang:29619b23:glslang/ext/glslang \ - hrydgard:${PORTNAME}-lang:a6c1c24:lang/assets/lang \ + hrydgard:${PORTNAME}-lang:7ea29e4:lang/assets/lang \ KhronosGroup:SPIRV-Cross:be7425e:SPIRV/ext/SPIRV-Cross \ Kingcom:armips:v0.10.0-22-g9efe336:armips/ext/armips \ Kingcom:tinyformat:Release-2.0.1-7-gb7f5a22:tinyformat/ext/armips/ext/tinyformat \ Modified: head/emulators/ppsspp/distinfo ============================================================================== --- head/emulators/ppsspp/distinfo Fri Dec 7 11:47:11 2018 (r486857) +++ head/emulators/ppsspp/distinfo Fri Dec 7 11:50:16 2018 (r486858) @@ -1,12 +1,12 @@ -TIMESTAMP = 1542986274 +TIMESTAMP = 1543931019 SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b SIZE (ppsspp.1) = 1598 -SHA256 (hrydgard-ppsspp-v1.7.4_GH0.tar.gz) = a68f07cdcbad98bdca786b217edcf72ee16733c76b1b458036015f9a59591ca2 -SIZE (hrydgard-ppsspp-v1.7.4_GH0.tar.gz) = 19487086 +SHA256 (hrydgard-ppsspp-v1.7.5_GH0.tar.gz) = 85506e2db4e12e584fa3fc7aefe9ece039614ef2989ede8ff5489bfc04476842 +SIZE (hrydgard-ppsspp-v1.7.5_GH0.tar.gz) = 19487276 SHA256 (hrydgard-glslang-29619b23_GH0.tar.gz) = d1779812444d1514701ae41e9f07ecf368a29a8ce43452ef17601494cd27e672 SIZE (hrydgard-glslang-29619b23_GH0.tar.gz) = 2351816 -SHA256 (hrydgard-ppsspp-lang-a6c1c24_GH0.tar.gz) = 0d07a9eebff885366b1c447b784141382df29c15aa59bfbf908bcd80d8c51243 -SIZE (hrydgard-ppsspp-lang-a6c1c24_GH0.tar.gz) = 534276 +SHA256 (hrydgard-ppsspp-lang-7ea29e4_GH0.tar.gz) = a3af6e899de75fb3f8a354d1b0e20abd7119225fc68c83da56a59a2d4e19a27e +SIZE (hrydgard-ppsspp-lang-7ea29e4_GH0.tar.gz) = 534957 SHA256 (KhronosGroup-SPIRV-Cross-be7425e_GH0.tar.gz) = a5a06eee313583289f697689a3b79579b6f3dc40c766520e905047dfa94aade1 SIZE (KhronosGroup-SPIRV-Cross-be7425e_GH0.tar.gz) = 537750 SHA256 (Kingcom-armips-v0.10.0-22-g9efe336_GH0.tar.gz) = 5cd6210447b4a03f22901304f8a19b77526908671bb6522621154267948ad865 From owner-svn-ports-all@freebsd.org Fri Dec 7 11:52:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69E7D130AC45; Fri, 7 Dec 2018 11:52:41 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D6DA87388; Fri, 7 Dec 2018 11:52:41 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E142612BD5; Fri, 7 Dec 2018 11:52:40 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7BqeJO032814; Fri, 7 Dec 2018 11:52:40 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7Bqe6R032812; Fri, 7 Dec 2018 11:52:40 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201812071152.wB7Bqe6R032812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 7 Dec 2018 11:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486859 - in head/print/lyx: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/print/lyx: . files X-SVN-Commit-Revision: 486859 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0D6DA87388 X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.93)[-0.930,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.08)[-0.083,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 11:52:41 -0000 Author: rakuco Date: Fri Dec 7 11:52:40 2018 New Revision: 486859 URL: https://svnweb.freebsd.org/changeset/ports/486859 Log: Update to 2.3.1. Release announcement: https://www.lyx.org/announce/2_3_1.txt Deleted: head/print/lyx/files/patch-gentoo_git-lyx-2.3.0-qt-5.11.patch Modified: head/print/lyx/Makefile head/print/lyx/distinfo Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Fri Dec 7 11:50:16 2018 (r486858) +++ head/print/lyx/Makefile Fri Dec 7 11:52:40 2018 (r486859) @@ -3,7 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 1 +DISTVERSIONSUFFIX= -2 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -19,8 +19,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libmythes-1.2.so:textproc/mythes +WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX}$$,,} + MAJOR_VERSION= 2.3 -MINOR_VERSION= 0 +MINOR_VERSION= 1 USES= desktop-file-utils gmake iconv pkgconfig perl5 \ python:2.7 qt:5 shebangfix tar:xz Modified: head/print/lyx/distinfo ============================================================================== --- head/print/lyx/distinfo Fri Dec 7 11:50:16 2018 (r486858) +++ head/print/lyx/distinfo Fri Dec 7 11:52:40 2018 (r486859) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526500182 -SHA256 (lyx-2.3.0.tar.xz) = 310f556adbfafd243f2c17a0be0d22fa50b9b4f7de41e66625cace8ea088b92b -SIZE (lyx-2.3.0.tar.xz) = 15676680 +TIMESTAMP = 1544182147 +SHA256 (lyx-2.3.1-2.tar.xz) = f5c9450ba196ed9d49fbc573f65b10d1726d16a62453466957aba2a9f6d66f84 +SIZE (lyx-2.3.1-2.tar.xz) = 15800168 From owner-svn-ports-all@freebsd.org Fri Dec 7 13:08:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C427D130D282; Fri, 7 Dec 2018 13:08:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B0858A676; Fri, 7 Dec 2018 13:08:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C1DC1377B; Fri, 7 Dec 2018 13:08:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7D8qin068815; Fri, 7 Dec 2018 13:08:52 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7D8pn2068812; Fri, 7 Dec 2018 13:08:51 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812071308.wB7D8pn2068812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 7 Dec 2018 13:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486860 - in head/audio/icecast-kh: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/audio/icecast-kh: . files X-SVN-Commit-Revision: 486860 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6B0858A676 X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 13:08:53 -0000 Author: tobik Date: Fri Dec 7 13:08:51 2018 New Revision: 486860 URL: https://svnweb.freebsd.org/changeset/ports/486860 Log: audio/icecast-kh: Update to 2.4.0-kh10 - Convert to options helpers - Drop incidental variables - Reset maintainer due to the long timeout Changes: https://raw.githubusercontent.com/karlheyes/icecast-kh/icecast-2.4.0-kh10/NEWS PR: 230814 Reported by: shon@misproductions.com Submitted by: Samy Mahmoudi (based on) Approved by: anes@anes.su (maintainer timeout, > 3 months) Added: head/audio/icecast-kh/files/patch-src_auth__cmd.c (contents, props changed) Modified: head/audio/icecast-kh/Makefile head/audio/icecast-kh/distinfo head/audio/icecast-kh/pkg-plist Modified: head/audio/icecast-kh/Makefile ============================================================================== --- head/audio/icecast-kh/Makefile Fri Dec 7 11:52:40 2018 (r486859) +++ head/audio/icecast-kh/Makefile Fri Dec 7 13:08:51 2018 (r486860) @@ -1,67 +1,50 @@ # Created by: Anes Mukhametov # $FreeBSD$ -PORTNAME= icecast +PORTNAME= icecast-kh DISTVERSIONPREFIX= icecast- -DISTVERSION= ${ICVERSION}-kh${KH} -PORTREVISION= 3 +DISTVERSION= 2.4.0-kh10 CATEGORIES= audio net ipv6 -PKGNAMESUFFIX= -kh -MAINTAINER= anes@anes.su +MAINTAINER= ports@FreeBSD.org COMMENT= Streaming mp3/ogg-vorbis audio server, KH branch LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libtheora.so:multimedia/libtheora \ - libvorbis.so:audio/libvorbis \ - libxml2.so:textproc/libxml2 \ - libxslt.so:textproc/libxslt + libvorbis.so:audio/libvorbis +USES= gmake gnome localbase pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= karlheyes -GH_PROJECT= icecast-kh +USE_GNOME= libxml2 libxslt +USE_RC_SUBR= icecast -USES= gmake pkgconfig ssl +CONFLICTS_INSTALL= icecast icecast2 + GNU_CONFIGURE= yes -USE_RC_SUBR= ${PORTNAME} -SUB_FILES= pkg-message CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +# /usr/bin/ld: error: undefined symbol: ERR_get_error +LIBS+= -L${OPENSSLLIB} -lcrypto -ICVERSION= 2.3.3 -KH= 10 +SUB_FILES= pkg-message OPTIONS_DEFINE= CURL DOCS KATE SPEEX OPTIONS_DEFAULT= CURL KATE SPEEX + CURL_DESC= Support Directory server interaction (YP) via curl KATE_DESC= Support Kate/Skeleton codec within Ogg streams SPEEX_DESC= Support Speex codec within Ogg streams -CONFLICTS_INSTALL= icecast-[0-9]* icecast2-[0-9]* +CURL_CONFIGURE_WITH= curl=${LOCALBASE} +CURL_LIB_DEPENDS= libcurl.so:ftp/curl -.include +KATE_CONFIGURE_WITH= kate +KATE_LIB_DEPENDS= libkate.so:multimedia/libkate -.if ${PORT_OPTIONS:MCURL} -BUILD_DEPENDS+= curl>=7.10:ftp/curl -CONFIGURE_ARGS+= --with-curl=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-curl -.endif - -.if ${PORT_OPTIONS:MKATE} -LIB_DEPENDS+= libkate.so:multimedia/libkate -.else -CONFIGURE_ARGS+= --without-kate -.endif - -.if ${PORT_OPTIONS:MSPEEX} -BUILD_DEPENDS+= speex>=1:audio/speex -CONFIGURE_ARGS+= --with-speex=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-speex -.endif +SPEEX_CONFIGURE_WITH= speex=${LOCALBASE} +SPEEX_LIB_DEPENDS= libspeex.so:audio/speex .include Modified: head/audio/icecast-kh/distinfo ============================================================================== --- head/audio/icecast-kh/distinfo Fri Dec 7 11:52:40 2018 (r486859) +++ head/audio/icecast-kh/distinfo Fri Dec 7 13:08:51 2018 (r486860) @@ -1,2 +1,3 @@ -SHA256 (karlheyes-icecast-kh-icecast-2.3.3-kh10_GH0.tar.gz) = c5d6e2fefe27ccc819e460bb27c67c876d66ed7ae89b094674d9e4e9857d74e4 -SIZE (karlheyes-icecast-kh-icecast-2.3.3-kh10_GH0.tar.gz) = 922537 +TIMESTAMP = 1535557669 +SHA256 (karlheyes-icecast-kh-icecast-2.4.0-kh10_GH0.tar.gz) = 783684db7b199b0e4096fcbd9f1b4c50bb79542e1a33dbaf6d817b2ba4150d33 +SIZE (karlheyes-icecast-kh-icecast-2.4.0-kh10_GH0.tar.gz) = 1004087 Added: head/audio/icecast-kh/files/patch-src_auth__cmd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast-kh/files/patch-src_auth__cmd.c Fri Dec 7 13:08:51 2018 (r486860) @@ -0,0 +1,14 @@ +https://github.com/karlheyes/icecast-kh/pull/231 + +--- src/auth_cmd.c.orig 2018-08-29 15:48:26 UTC ++++ src/auth_cmd.c +@@ -35,9 +35,7 @@ + #ifdef HAVE_POLL + #include + #endif +-#ifdef HAVE_SIGNAL_H + #include +-#endif + + #include "auth.h" + #include "util.h" Modified: head/audio/icecast-kh/pkg-plist ============================================================================== --- head/audio/icecast-kh/pkg-plist Fri Dec 7 11:52:40 2018 (r486859) +++ head/audio/icecast-kh/pkg-plist Fri Dec 7 13:08:51 2018 (r486860) @@ -1,7 +1,7 @@ bin/icecast etc/icecast.xml.sample %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING +@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO From owner-svn-ports-all@freebsd.org Fri Dec 7 13:40:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD2FC130DF20; Fri, 7 Dec 2018 13:40:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83B328B5B1; Fri, 7 Dec 2018 13:40:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64A7113C71; Fri, 7 Dec 2018 13:40:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7DeIwG084226; Fri, 7 Dec 2018 13:40:18 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7DeIV2084224; Fri, 7 Dec 2018 13:40:18 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812071340.wB7DeIV2084224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 7 Dec 2018 13:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486861 - head/audio/icecast-kh X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/icecast-kh X-SVN-Commit-Revision: 486861 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 83B328B5B1 X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 13:40:19 -0000 Author: tobik Date: Fri Dec 7 13:40:17 2018 New Revision: 486861 URL: https://svnweb.freebsd.org/changeset/ports/486861 Log: audio/icecast-kh: Revert last minute PORTNAME changes and fix build ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: share/icecast/admin/listclients.xsl - Also install icecast.xml.sample with @sample PR: 230814 Pointy hat to: tobik Modified: head/audio/icecast-kh/Makefile head/audio/icecast-kh/pkg-plist Modified: head/audio/icecast-kh/Makefile ============================================================================== --- head/audio/icecast-kh/Makefile Fri Dec 7 13:08:51 2018 (r486860) +++ head/audio/icecast-kh/Makefile Fri Dec 7 13:40:17 2018 (r486861) @@ -1,10 +1,11 @@ # Created by: Anes Mukhametov # $FreeBSD$ -PORTNAME= icecast-kh +PORTNAME= icecast DISTVERSIONPREFIX= icecast- DISTVERSION= 2.4.0-kh10 CATEGORIES= audio net ipv6 +PKGNAMESUFFIX= -kh MAINTAINER= ports@FreeBSD.org COMMENT= Streaming mp3/ogg-vorbis audio server, KH branch @@ -19,6 +20,7 @@ LIB_DEPENDS= libogg.so:audio/libogg \ USES= gmake gnome localbase pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= karlheyes +GH_PROJECT= icecast-kh USE_GNOME= libxml2 libxslt USE_RC_SUBR= icecast Modified: head/audio/icecast-kh/pkg-plist ============================================================================== --- head/audio/icecast-kh/pkg-plist Fri Dec 7 13:08:51 2018 (r486860) +++ head/audio/icecast-kh/pkg-plist Fri Dec 7 13:40:17 2018 (r486861) @@ -1,5 +1,5 @@ bin/icecast -etc/icecast.xml.sample +@sample etc/icecast.xml.sample %%PORTDOCS%%%%DOCSDIR%%/AUTHORS @comment %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS From owner-svn-ports-all@freebsd.org Fri Dec 7 13:41:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7CEA130E12B; Fri, 7 Dec 2018 13:41:28 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 964C08B835; Fri, 7 Dec 2018 13:41:28 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7830213CB4; Fri, 7 Dec 2018 13:41:28 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7DfSQp085279; Fri, 7 Dec 2018 13:41:28 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7DfQRL085266; Fri, 7 Dec 2018 13:41:26 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201812071341.wB7DfQRL085266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Fri, 7 Dec 2018 13:41:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486862 - in head/devel: . pmdk pmdk/files X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/devel: . pmdk pmdk/files X-SVN-Commit-Revision: 486862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 964C08B835 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.993,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 13:41:29 -0000 Author: 0mp Date: Fri Dec 7 13:41:26 2018 New Revision: 486862 URL: https://svnweb.freebsd.org/changeset/ports/486862 Log: New port: devel/pmdk: Libraries and tools to manage and access persistent memory devices The Persistent Memory Development Kit (PMDK) is a collection of libraries and tools for System Administrators and Application Developers to simplify managing and accessing persistent memory devices. WWW: https://pmem.io/pmdk/ PR: 232690 Submitted by: D Scott Phillips Reviewed by: mat, ndowens@yahoo.com (previous version) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D18009 Added: head/devel/pmdk/ head/devel/pmdk/Makefile (contents, props changed) head/devel/pmdk/distinfo (contents, props changed) head/devel/pmdk/files/ head/devel/pmdk/files/patch-src_Makefile.inc (contents, props changed) head/devel/pmdk/files/patch-src_common.inc (contents, props changed) head/devel/pmdk/files/patch-src_common_os__auto__flush__linux.c (contents, props changed) head/devel/pmdk/files/patch-src_common_os__posix.c (contents, props changed) head/devel/pmdk/files/patch-src_common_queue.h (contents, props changed) head/devel/pmdk/pkg-descr (contents, props changed) head/devel/pmdk/pkg-message (contents, props changed) head/devel/pmdk/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 7 13:40:17 2018 (r486861) +++ head/devel/Makefile Fri Dec 7 13:41:26 2018 (r486862) @@ -4201,6 +4201,7 @@ SUBDIR += plasma5-plasma-sdk SUBDIR += pmccabe SUBDIR += pmd + SUBDIR += pmdk SUBDIR += poco SUBDIR += poco-ssl SUBDIR += popt Added: head/devel/pmdk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pmdk/Makefile Fri Dec 7 13:41:26 2018 (r486862) @@ -0,0 +1,72 @@ +# $FreeBSD$ + +PORTNAME= pmdk +DISTVERSION= 1.5 +CATEGORIES= devel + +MAINTAINER= d.scott.phillips@intel.com +COMMENT= Libraries and tools to manage and access persistent memory devices + +# PMDK code is BSD3CLAUSE, jemalloc is BSD2CLAUSE, +# Valgrind headers are BSD4CLAUSE. +LICENSE= BSD3CLAUSE BSD2CLAUSE BSD4CLAUSE +LICENSE_COMB= multi + +ONLY_FOR_ARCHS= aarch64 amd64 + +BUILD_DEPENDS= bash:shells/bash +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid + +USES= autoreconf:build gmake pkgconfig +USE_GITHUB= yes +USE_LDCONFIG= yes + +GH_ACCOUNT= pmem + +MAKE_ARGS= EXTRA_CFLAGS=-Wno-error=unused-value + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/pmreorder + ${RM} ${STAGEDIR}${PREFIX}/man/man1/pmreorder.1.gz + ${RM} -r ${STAGEDIR}${PREFIX}/lib/pmdk_debug + ${RM} -r ${STAGEDIR}${PREFIX}/share/pmreorder + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pmempool + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.1.0.0 + +.include +# $FreeBSD$ + +PORTNAME= pmdk +DISTVERSION= 1.5 +CATEGORIES= devel + +MAINTAINER= d.scott.phillips@intel.com +COMMENT= Libraries and tools to manage and access persistent memory devices + +# PMDK code is BSD3CLAUSE, jemalloc is BSD2CLAUSE, +# Valgrind headers are BSD4CLAUSE. +LICENSE= BSD3CLAUSE BSD2CLAUSE BSD4CLAUSE +LICENSE_COMB= multi + +ONLY_FOR_ARCHS= aarch64 amd64 + +BUILD_DEPENDS= bash:shells/bash +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid + +USES= autoreconf:build gmake pkgconfig +USE_GITHUB= yes +USE_LDCONFIG= yes + +GH_ACCOUNT= pmem + +MAKE_ARGS= EXTRA_CFLAGS=-Wno-error=unused-value + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/pmreorder + ${RM} ${STAGEDIR}${PREFIX}/man/man1/pmreorder.1.gz + ${RM} -r ${STAGEDIR}${PREFIX}/lib/pmdk_debug + ${RM} -r ${STAGEDIR}${PREFIX}/share/pmreorder + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pmempool + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.1.0.0 + +.include Added: head/devel/pmdk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pmdk/distinfo Fri Dec 7 13:41:26 2018 (r486862) @@ -0,0 +1,6 @@ +TIMESTAMP = 1542399381 +SHA256 (pmem-pmdk-1.5_GH0.tar.gz) = 6b069d7207febeb62440e89245e8b18fcdf40b6170d2ec2ef33c252ed16db2d4 +SIZE (pmem-pmdk-1.5_GH0.tar.gz) = 2439245 +TIMESTAMP = 1542399381 +SHA256 (pmem-pmdk-1.5_GH0.tar.gz) = 6b069d7207febeb62440e89245e8b18fcdf40b6170d2ec2ef33c252ed16db2d4 +SIZE (pmem-pmdk-1.5_GH0.tar.gz) = 2439245 Added: head/devel/pmdk/files/patch-src_Makefile.inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pmdk/files/patch-src_Makefile.inc Fri Dec 7 13:41:26 2018 (r486862) @@ -0,0 +1,11 @@ +--- src/Makefile.inc.orig 2018-10-26 15:43:47 UTC ++++ src/Makefile.inc +@@ -294,7 +294,7 @@ install: all + ifneq ($(LIBRARY_NAME),) + $(INSTALL) -d $(LIBS_DESTDIR) + $(INSTALL) -p -m 0755 $(TARGET_LIBS) $(LIBS_DESTDIR) +- $(CP) -d $(TARGET_LINKS) $(LIBS_DESTDIR) ++ $(CP) -a $(TARGET_LINKS) $(LIBS_DESTDIR) + endif + + uninstall: Added: head/devel/pmdk/files/patch-src_common.inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pmdk/files/patch-src_common.inc Fri Dec 7 13:41:26 2018 (r486862) @@ -0,0 +1,34 @@ +--- src/common.inc.orig 2018-10-26 15:43:47 UTC ++++ src/common.inc +@@ -85,9 +85,7 @@ endif + osdep = $(1)_$(shell echo $(OS_KERNEL_NAME) | tr "[:upper:]" "[:lower:]")$(2) + + get_arch = $(shell $(CC) -dumpmachine | awk -F'[/-]' '{print $$1}') +-ifeq ($(ARCH),) +-export ARCH := $(call get_arch) +-endif ++override export ARCH := $(call get_arch) + + ifeq ($(PKG_CONFIG_CHECKED),) + ifeq ($(shell command -v $(PKG_CONFIG) && echo y || echo n), n) +@@ -186,9 +184,9 @@ else + export WSTRINGOP_TRUNCATION_AVAILABLE + endif + +-install_recursive = $(shell cd $(1) && find . -type f -exec install -m $(2) -D {} $(3)/{} \;) ++install_recursive = $(shell cd $(1) && find . -type d -exec install -d $(3)/{} \; && find . -type f -exec install -m $(2) {} $(3)/{} \;) + +-install_recursive_filter = $(shell cd $(1) && find . -type f -name "$(2)" -exec install -m $(3) -D {} $(4)/{} \;) ++install_recursive_filter = $(shell cd $(1) && find . -type d -exec install -d $(4)/{} \; && find . -type f -name "$(2)" -exec install -m $(3) {} $(4)/{} \;) + + define create-deps + @cp $(objdir)/$*.d $(objdir)/.deps/$*.P; \ +@@ -209,7 +207,7 @@ export prefix = /usr/local + export exec_prefix := $(prefix) + export sysconfdir := $(prefix)/etc + export datarootdir := $(prefix)/share +-export mandir := $(datarootdir)/man ++export mandir := $(MANPREFIX)/man + export docdir := $(datarootdir)/doc + export man1dir := $(mandir)/man1 + export man3dir := $(mandir)/man3 Added: head/devel/pmdk/files/patch-src_common_os__auto__flush__linux.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pmdk/files/patch-src_common_os__auto__flush__linux.c Fri Dec 7 13:41:26 2018 (r486862) @@ -0,0 +1,11 @@ +--- src/common/os_auto_flush_linux.c.orig 2018-11-16 20:26:19 UTC ++++ src/common/os_auto_flush_linux.c +@@ -75,7 +75,7 @@ check_cpu_cache(const char *domain_path) + cpu_cache = -1; + goto end; + } else if (len == 0) { +- errno = ENODATA; ++ errno = EINVAL; + ERR("read(%d, %p, %d) empty string", + domain_fd, domain_value, + DOMAIN_VALUE_LEN); Added: head/devel/pmdk/files/patch-src_common_os__posix.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pmdk/files/patch-src_common_os__posix.c Fri Dec 7 13:41:26 2018 (r486862) @@ -0,0 +1,14 @@ +--- src/common/os_posix.c.orig 2018-10-26 15:43:47 UTC ++++ src/common/os_posix.c +@@ -200,9 +200,8 @@ os_posix_fallocate(int fd, os_off_t offset, off_t len) + if (fstatfs(fd, &fsbuf) == -1 || fstat(fd, &fbuf) == -1) + return errno; + +- size_t reqd_blocks = +- (((size_t)len + (fsbuf.f_bsize - 1)) / fsbuf.f_bsize) +- - (size_t)fbuf.st_blocks; ++ size_t reqd_blocks = (((size_t)len + (fsbuf.f_bsize - 1)) / fsbuf.f_bsize); ++ reqd_blocks -= fbuf.st_blocks > reqd_blocks ? reqd_blocks : fbuf.st_blocks; + if (reqd_blocks > (size_t)fsbuf.f_bavail) + return ENOSPC; + } Added: head/devel/pmdk/files/patch-src_common_queue.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pmdk/files/patch-src_common_queue.h Fri Dec 7 13:41:26 2018 (r486862) @@ -0,0 +1,13 @@ +--- src/common/queue.h.orig 2018-10-24 02:57:34 UTC ++++ src/common/queue.h +@@ -32,8 +32,8 @@ + * @(#)queue.h 8.5 (Berkeley) 8/20/94 + */ + +-#ifndef _SYS_QUEUE_H_ +-#define _SYS_QUEUE_H_ ++#ifndef _COPIED_GLIBC_SYS_QUEUE_H_ ++#define _COPIED_GLIBC_SYS_QUEUE_H_ + + /* + * This file defines five types of data structures: singly-linked lists, Added: head/devel/pmdk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pmdk/pkg-descr Fri Dec 7 13:41:26 2018 (r486862) @@ -0,0 +1,12 @@ +The Persistent Memory Development Kit (PMDK) is a collection of +libraries and tools for System Administrators and Application +Developers to simplify managing and accessing persistent memory +devices. + +WWW: http://pmem.io +The Persistent Memory Development Kit (PMDK) is a collection of +libraries and tools for System Administrators and Application +Developers to simplify managing and accessing persistent memory +devices. + +WWW: http://pmem.io Added: head/devel/pmdk/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pmdk/pkg-message Fri Dec 7 13:41:26 2018 (r486862) @@ -0,0 +1,4 @@ +pmdk requires procfs(5). Add this line to your fstab(5): +proc /proc procfs rw 0 0 +pmdk requires procfs(5). Add this line to your fstab(5): +proc /proc procfs rw 0 0 Added: head/devel/pmdk/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pmdk/pkg-plist Fri Dec 7 13:41:26 2018 (r486862) @@ -0,0 +1,694 @@ +bin/pmempool +etc/bash_completion.d/pmempool +include/libpmem.h +include/libpmemblk.h +include/libpmemlog.h +include/libpmemobj.h +include/libpmemobj/action.h +include/libpmemobj/action_base.h +include/libpmemobj/atomic.h +include/libpmemobj/atomic_base.h +include/libpmemobj/base.h +include/libpmemobj/ctl.h +include/libpmemobj/iterator.h +include/libpmemobj/iterator_base.h +include/libpmemobj/lists_atomic.h +include/libpmemobj/lists_atomic_base.h +include/libpmemobj/pool.h +include/libpmemobj/pool_base.h +include/libpmemobj/thread.h +include/libpmemobj/tx.h +include/libpmemobj/tx_base.h +include/libpmemobj/types.h +include/libpmempool.h +include/libvmem.h +include/libvmmalloc.h +lib/libpmem.a +lib/libpmem.so +lib/libpmem.so.1 +lib/libpmem.so.1.0.0 +lib/libpmemblk.a +lib/libpmemblk.so +lib/libpmemblk.so.1 +lib/libpmemblk.so.1.0.0 +lib/libpmemlog.a +lib/libpmemlog.so +lib/libpmemlog.so.1 +lib/libpmemlog.so.1.0.0 +lib/libpmemobj.a +lib/libpmemobj.so +lib/libpmemobj.so.1 +lib/libpmemobj.so.1.0.0 +lib/libpmempool.a +lib/libpmempool.so +lib/libpmempool.so.1 +lib/libpmempool.so.1.0.0 +lib/libvmem.a +lib/libvmem.so +lib/libvmem.so.1 +lib/libvmem.so.1.0.0 +lib/libvmmalloc.a +lib/libvmmalloc.so +lib/libvmmalloc.so.1 +lib/libvmmalloc.so.1.0.0 +libdata/pkgconfig/libpmem.pc +libdata/pkgconfig/libpmemblk.pc +libdata/pkgconfig/libpmemlog.pc +libdata/pkgconfig/libpmemobj.pc +libdata/pkgconfig/libpmempool.pc +libdata/pkgconfig/libvmem.pc +libdata/pkgconfig/libvmmalloc.pc +man/man1/pmempool-check.1.gz +man/man1/pmempool-convert.1.gz +man/man1/pmempool-create.1.gz +man/man1/pmempool-dump.1.gz +man/man1/pmempool-feature.1.gz +man/man1/pmempool-info.1.gz +man/man1/pmempool-rm.1.gz +man/man1/pmempool-sync.1.gz +man/man1/pmempool-transform.1.gz +man/man1/pmempool.1.gz +man/man3/d_ro.3.gz +man/man3/d_rw.3.gz +man/man3/direct_ro.3.gz +man/man3/direct_rw.3.gz +man/man3/oid_equals.3.gz +man/man3/oid_instanceof.3.gz +man/man3/oid_is_null.3.gz +man/man3/pmem_check_version.3.gz +man/man3/pmem_deep_drain.3.gz +man/man3/pmem_deep_flush.3.gz +man/man3/pmem_deep_persist.3.gz +man/man3/pmem_drain.3.gz +man/man3/pmem_errormsg.3.gz +man/man3/pmem_flush.3.gz +man/man3/pmem_has_auto_flush.3.gz +man/man3/pmem_has_hw_drain.3.gz +man/man3/pmem_is_pmem.3.gz +man/man3/pmem_map_file.3.gz +man/man3/pmem_memcpy.3.gz +man/man3/pmem_memcpy_nodrain.3.gz +man/man3/pmem_memcpy_persist.3.gz +man/man3/pmem_memmove.3.gz +man/man3/pmem_memmove_nodrain.3.gz +man/man3/pmem_memmove_persist.3.gz +man/man3/pmem_memset.3.gz +man/man3/pmem_memset_nodrain.3.gz +man/man3/pmem_memset_persist.3.gz +man/man3/pmem_msync.3.gz +man/man3/pmem_persist.3.gz +man/man3/pmem_unmap.3.gz +man/man3/pmemblk_bsize.3.gz +man/man3/pmemblk_check.3.gz +man/man3/pmemblk_check_version.3.gz +man/man3/pmemblk_close.3.gz +man/man3/pmemblk_create.3.gz +man/man3/pmemblk_ctl_exec.3.gz +man/man3/pmemblk_ctl_get.3.gz +man/man3/pmemblk_ctl_set.3.gz +man/man3/pmemblk_errormsg.3.gz +man/man3/pmemblk_nblock.3.gz +man/man3/pmemblk_open.3.gz +man/man3/pmemblk_read.3.gz +man/man3/pmemblk_set_error.3.gz +man/man3/pmemblk_set_funcs.3.gz +man/man3/pmemblk_set_zero.3.gz +man/man3/pmemblk_write.3.gz +man/man3/pmemlog_append.3.gz +man/man3/pmemlog_appendv.3.gz +man/man3/pmemlog_check.3.gz +man/man3/pmemlog_check_version.3.gz +man/man3/pmemlog_close.3.gz +man/man3/pmemlog_create.3.gz +man/man3/pmemlog_ctl_exec.3.gz +man/man3/pmemlog_ctl_get.3.gz +man/man3/pmemlog_ctl_set.3.gz +man/man3/pmemlog_errormsg.3.gz +man/man3/pmemlog_nbyte.3.gz +man/man3/pmemlog_open.3.gz +man/man3/pmemlog_rewind.3.gz +man/man3/pmemlog_set_funcs.3.gz +man/man3/pmemlog_tell.3.gz +man/man3/pmemlog_walk.3.gz +man/man3/pmemobj_action.3.gz +man/man3/pmemobj_alloc.3.gz +man/man3/pmemobj_alloc_usable_size.3.gz +man/man3/pmemobj_cancel.3.gz +man/man3/pmemobj_check.3.gz +man/man3/pmemobj_check_version.3.gz +man/man3/pmemobj_close.3.gz +man/man3/pmemobj_cond_broadcast.3.gz +man/man3/pmemobj_cond_signal.3.gz +man/man3/pmemobj_cond_timedwait.3.gz +man/man3/pmemobj_cond_wait.3.gz +man/man3/pmemobj_cond_zero.3.gz +man/man3/pmemobj_create.3.gz +man/man3/pmemobj_ctl_exec.3.gz +man/man3/pmemobj_ctl_get.3.gz +man/man3/pmemobj_ctl_set.3.gz +man/man3/pmemobj_defer_free.3.gz +man/man3/pmemobj_direct.3.gz +man/man3/pmemobj_drain.3.gz +man/man3/pmemobj_errormsg.3.gz +man/man3/pmemobj_first.3.gz +man/man3/pmemobj_flush.3.gz +man/man3/pmemobj_free.3.gz +man/man3/pmemobj_list_insert.3.gz +man/man3/pmemobj_list_insert_new.3.gz +man/man3/pmemobj_list_move.3.gz +man/man3/pmemobj_list_remove.3.gz +man/man3/pmemobj_memcpy.3.gz +man/man3/pmemobj_memcpy_persist.3.gz +man/man3/pmemobj_memmove.3.gz +man/man3/pmemobj_memset.3.gz +man/man3/pmemobj_memset_persist.3.gz +man/man3/pmemobj_mutex_lock.3.gz +man/man3/pmemobj_mutex_timedlock.3.gz +man/man3/pmemobj_mutex_trylock.3.gz +man/man3/pmemobj_mutex_unlock.3.gz +man/man3/pmemobj_mutex_zero.3.gz +man/man3/pmemobj_next.3.gz +man/man3/pmemobj_oid.3.gz +man/man3/pmemobj_open.3.gz +man/man3/pmemobj_persist.3.gz +man/man3/pmemobj_pool_by_oid.3.gz +man/man3/pmemobj_pool_by_ptr.3.gz +man/man3/pmemobj_publish.3.gz +man/man3/pmemobj_realloc.3.gz +man/man3/pmemobj_reserve.3.gz +man/man3/pmemobj_root.3.gz +man/man3/pmemobj_root_construct.3.gz +man/man3/pmemobj_root_size.3.gz +man/man3/pmemobj_rwlock_rdlock.3.gz +man/man3/pmemobj_rwlock_timedrdlock.3.gz +man/man3/pmemobj_rwlock_timedwrlock.3.gz +man/man3/pmemobj_rwlock_tryrdlock.3.gz +man/man3/pmemobj_rwlock_trywrlock.3.gz +man/man3/pmemobj_rwlock_unlock.3.gz +man/man3/pmemobj_rwlock_wrlock.3.gz +man/man3/pmemobj_rwlock_zero.3.gz +man/man3/pmemobj_set_funcs.3.gz +man/man3/pmemobj_set_value.3.gz +man/man3/pmemobj_strdup.3.gz +man/man3/pmemobj_tx_abort.3.gz +man/man3/pmemobj_tx_add_range.3.gz +man/man3/pmemobj_tx_add_range_direct.3.gz +man/man3/pmemobj_tx_alloc.3.gz +man/man3/pmemobj_tx_begin.3.gz +man/man3/pmemobj_tx_commit.3.gz +man/man3/pmemobj_tx_end.3.gz +man/man3/pmemobj_tx_errno.3.gz +man/man3/pmemobj_tx_free.3.gz +man/man3/pmemobj_tx_lock.3.gz +man/man3/pmemobj_tx_process.3.gz +man/man3/pmemobj_tx_publish.3.gz +man/man3/pmemobj_tx_realloc.3.gz +man/man3/pmemobj_tx_stage.3.gz +man/man3/pmemobj_tx_strdup.3.gz +man/man3/pmemobj_tx_wcsdup.3.gz +man/man3/pmemobj_tx_xadd_range.3.gz +man/man3/pmemobj_tx_xadd_range_direct.3.gz +man/man3/pmemobj_tx_xalloc.3.gz +man/man3/pmemobj_tx_zalloc.3.gz +man/man3/pmemobj_tx_zrealloc.3.gz +man/man3/pmemobj_type_num.3.gz +man/man3/pmemobj_volatile.3.gz +man/man3/pmemobj_wcsdup.3.gz +man/man3/pmemobj_xalloc.3.gz +man/man3/pmemobj_xflush.3.gz +man/man3/pmemobj_xpersist.3.gz +man/man3/pmemobj_xreserve.3.gz +man/man3/pmemobj_zalloc.3.gz +man/man3/pmemobj_zrealloc.3.gz +man/man3/pmempool_check.3.gz +man/man3/pmempool_check_end.3.gz +man/man3/pmempool_check_init.3.gz +man/man3/pmempool_check_version.3.gz +man/man3/pmempool_errormsg.3.gz +man/man3/pmempool_feature_disable.3.gz +man/man3/pmempool_feature_enable.3.gz +man/man3/pmempool_feature_query.3.gz +man/man3/pmempool_rm.3.gz +man/man3/pmempool_sync.3.gz +man/man3/pmempool_transform.3.gz +man/man3/pobj_alloc.3.gz +man/man3/pobj_first.3.gz +man/man3/pobj_first_type_num.3.gz +man/man3/pobj_foreach.3.gz +man/man3/pobj_foreach_safe.3.gz +man/man3/pobj_foreach_safe_type.3.gz +man/man3/pobj_foreach_type.3.gz +man/man3/pobj_free.3.gz +man/man3/pobj_layout_begin.3.gz +man/man3/pobj_layout_end.3.gz +man/man3/pobj_layout_name.3.gz +man/man3/pobj_layout_root.3.gz +man/man3/pobj_layout_toid.3.gz +man/man3/pobj_layout_types_num.3.gz +man/man3/pobj_list_empty.3.gz +man/man3/pobj_list_entry.3.gz +man/man3/pobj_list_first.3.gz +man/man3/pobj_list_foreach.3.gz +man/man3/pobj_list_foreach_reverse.3.gz +man/man3/pobj_list_head.3.gz +man/man3/pobj_list_insert_after.3.gz +man/man3/pobj_list_insert_before.3.gz +man/man3/pobj_list_insert_head.3.gz +man/man3/pobj_list_insert_new_after.3.gz +man/man3/pobj_list_insert_new_before.3.gz +man/man3/pobj_list_insert_new_head.3.gz +man/man3/pobj_list_insert_new_tail.3.gz +man/man3/pobj_list_insert_tail.3.gz +man/man3/pobj_list_last.3.gz +man/man3/pobj_list_move_element_after.3.gz +man/man3/pobj_list_move_element_before.3.gz +man/man3/pobj_list_move_element_head.3.gz +man/man3/pobj_list_move_element_tail.3.gz +man/man3/pobj_list_next.3.gz +man/man3/pobj_list_prev.3.gz +man/man3/pobj_list_remove.3.gz +man/man3/pobj_list_remove_free.3.gz +man/man3/pobj_new.3.gz +man/man3/pobj_next.3.gz +man/man3/pobj_next_type_num.3.gz +man/man3/pobj_realloc.3.gz +man/man3/pobj_reserve_alloc.3.gz +man/man3/pobj_reserve_new.3.gz +man/man3/pobj_root.3.gz +man/man3/pobj_xreserve_alloc.3.gz +man/man3/pobj_xreserve_new.3.gz +man/man3/pobj_zalloc.3.gz +man/man3/pobj_znew.3.gz +man/man3/pobj_zrealloc.3.gz +man/man3/toid.3.gz +man/man3/toid_assign.3.gz +man/man3/toid_declare.3.gz +man/man3/toid_declare_root.3.gz +man/man3/toid_equals.3.gz +man/man3/toid_is_null.3.gz +man/man3/toid_offsetof.3.gz +man/man3/toid_type_num.3.gz +man/man3/toid_type_num_of.3.gz +man/man3/toid_typeof.3.gz +man/man3/toid_valid.3.gz +man/man3/tx_add.3.gz +man/man3/tx_add_direct.3.gz +man/man3/tx_add_field.3.gz +man/man3/tx_add_field_direct.3.gz +man/man3/tx_alloc.3.gz +man/man3/tx_begin.3.gz +man/man3/tx_begin_cb.3.gz +man/man3/tx_begin_param.3.gz +man/man3/tx_end.3.gz +man/man3/tx_finally.3.gz +man/man3/tx_free.3.gz +man/man3/tx_memcpy.3.gz +man/man3/tx_memset.3.gz +man/man3/tx_new.3.gz +man/man3/tx_onabort.3.gz +man/man3/tx_oncommit.3.gz +man/man3/tx_realloc.3.gz +man/man3/tx_set.3.gz +man/man3/tx_set_direct.3.gz +man/man3/tx_strdup.3.gz +man/man3/tx_wcsdup.3.gz +man/man3/tx_xadd.3.gz +man/man3/tx_xadd_direct.3.gz +man/man3/tx_xadd_field.3.gz +man/man3/tx_xadd_field_direct.3.gz +man/man3/tx_xalloc.3.gz +man/man3/tx_zalloc.3.gz +man/man3/tx_znew.3.gz +man/man3/tx_zrealloc.3.gz +man/man3/vmem_aligned_alloc.3.gz +man/man3/vmem_calloc.3.gz +man/man3/vmem_check.3.gz +man/man3/vmem_check_version.3.gz +man/man3/vmem_create.3.gz +man/man3/vmem_create_in_region.3.gz +man/man3/vmem_delete.3.gz +man/man3/vmem_errormsg.3.gz +man/man3/vmem_free.3.gz +man/man3/vmem_malloc.3.gz +man/man3/vmem_malloc_usable_size.3.gz +man/man3/vmem_realloc.3.gz +man/man3/vmem_set_funcs.3.gz +man/man3/vmem_stats_print.3.gz +man/man3/vmem_strdup.3.gz +man/man3/vmem_wcsdup.3.gz +man/man5/pmem_ctl.5.gz +man/man5/poolset.5.gz +man/man7/libpmem.7.gz +man/man7/libpmemblk.7.gz +man/man7/libpmemlog.7.gz +man/man7/libpmemobj.7.gz +man/man7/libpmempool.7.gz +man/man7/libvmem.7.gz +man/man7/libvmmalloc.7.gz +bin/pmempool +etc/bash_completion.d/pmempool +include/libpmem.h +include/libpmemblk.h +include/libpmemlog.h +include/libpmemobj.h +include/libpmemobj/action.h +include/libpmemobj/action_base.h +include/libpmemobj/atomic.h +include/libpmemobj/atomic_base.h +include/libpmemobj/base.h +include/libpmemobj/ctl.h +include/libpmemobj/iterator.h +include/libpmemobj/iterator_base.h +include/libpmemobj/lists_atomic.h +include/libpmemobj/lists_atomic_base.h +include/libpmemobj/pool.h +include/libpmemobj/pool_base.h +include/libpmemobj/thread.h +include/libpmemobj/tx.h +include/libpmemobj/tx_base.h +include/libpmemobj/types.h +include/libpmempool.h +include/libvmem.h +include/libvmmalloc.h +lib/libpmem.a +lib/libpmem.so +lib/libpmem.so.1 +lib/libpmem.so.1.0.0 +lib/libpmemblk.a +lib/libpmemblk.so +lib/libpmemblk.so.1 +lib/libpmemblk.so.1.0.0 +lib/libpmemlog.a +lib/libpmemlog.so +lib/libpmemlog.so.1 +lib/libpmemlog.so.1.0.0 +lib/libpmemobj.a +lib/libpmemobj.so +lib/libpmemobj.so.1 +lib/libpmemobj.so.1.0.0 +lib/libpmempool.a +lib/libpmempool.so +lib/libpmempool.so.1 +lib/libpmempool.so.1.0.0 +lib/libvmem.a +lib/libvmem.so +lib/libvmem.so.1 +lib/libvmem.so.1.0.0 +lib/libvmmalloc.a +lib/libvmmalloc.so +lib/libvmmalloc.so.1 +lib/libvmmalloc.so.1.0.0 +libdata/pkgconfig/libpmem.pc +libdata/pkgconfig/libpmemblk.pc +libdata/pkgconfig/libpmemlog.pc +libdata/pkgconfig/libpmemobj.pc +libdata/pkgconfig/libpmempool.pc +libdata/pkgconfig/libvmem.pc +libdata/pkgconfig/libvmmalloc.pc +man/man1/pmempool-check.1.gz +man/man1/pmempool-convert.1.gz +man/man1/pmempool-create.1.gz +man/man1/pmempool-dump.1.gz +man/man1/pmempool-feature.1.gz +man/man1/pmempool-info.1.gz +man/man1/pmempool-rm.1.gz +man/man1/pmempool-sync.1.gz +man/man1/pmempool-transform.1.gz +man/man1/pmempool.1.gz +man/man3/d_ro.3.gz +man/man3/d_rw.3.gz +man/man3/direct_ro.3.gz +man/man3/direct_rw.3.gz +man/man3/oid_equals.3.gz +man/man3/oid_instanceof.3.gz +man/man3/oid_is_null.3.gz +man/man3/pmem_check_version.3.gz +man/man3/pmem_deep_drain.3.gz +man/man3/pmem_deep_flush.3.gz +man/man3/pmem_deep_persist.3.gz +man/man3/pmem_drain.3.gz +man/man3/pmem_errormsg.3.gz +man/man3/pmem_flush.3.gz +man/man3/pmem_has_auto_flush.3.gz +man/man3/pmem_has_hw_drain.3.gz +man/man3/pmem_is_pmem.3.gz +man/man3/pmem_map_file.3.gz +man/man3/pmem_memcpy.3.gz +man/man3/pmem_memcpy_nodrain.3.gz +man/man3/pmem_memcpy_persist.3.gz +man/man3/pmem_memmove.3.gz +man/man3/pmem_memmove_nodrain.3.gz +man/man3/pmem_memmove_persist.3.gz +man/man3/pmem_memset.3.gz +man/man3/pmem_memset_nodrain.3.gz +man/man3/pmem_memset_persist.3.gz +man/man3/pmem_msync.3.gz +man/man3/pmem_persist.3.gz +man/man3/pmem_unmap.3.gz +man/man3/pmemblk_bsize.3.gz +man/man3/pmemblk_check.3.gz +man/man3/pmemblk_check_version.3.gz +man/man3/pmemblk_close.3.gz +man/man3/pmemblk_create.3.gz +man/man3/pmemblk_ctl_exec.3.gz +man/man3/pmemblk_ctl_get.3.gz +man/man3/pmemblk_ctl_set.3.gz +man/man3/pmemblk_errormsg.3.gz +man/man3/pmemblk_nblock.3.gz +man/man3/pmemblk_open.3.gz +man/man3/pmemblk_read.3.gz +man/man3/pmemblk_set_error.3.gz +man/man3/pmemblk_set_funcs.3.gz +man/man3/pmemblk_set_zero.3.gz +man/man3/pmemblk_write.3.gz +man/man3/pmemlog_append.3.gz +man/man3/pmemlog_appendv.3.gz +man/man3/pmemlog_check.3.gz +man/man3/pmemlog_check_version.3.gz +man/man3/pmemlog_close.3.gz +man/man3/pmemlog_create.3.gz +man/man3/pmemlog_ctl_exec.3.gz +man/man3/pmemlog_ctl_get.3.gz +man/man3/pmemlog_ctl_set.3.gz +man/man3/pmemlog_errormsg.3.gz +man/man3/pmemlog_nbyte.3.gz +man/man3/pmemlog_open.3.gz +man/man3/pmemlog_rewind.3.gz +man/man3/pmemlog_set_funcs.3.gz +man/man3/pmemlog_tell.3.gz +man/man3/pmemlog_walk.3.gz +man/man3/pmemobj_action.3.gz +man/man3/pmemobj_alloc.3.gz +man/man3/pmemobj_alloc_usable_size.3.gz +man/man3/pmemobj_cancel.3.gz +man/man3/pmemobj_check.3.gz +man/man3/pmemobj_check_version.3.gz +man/man3/pmemobj_close.3.gz +man/man3/pmemobj_cond_broadcast.3.gz +man/man3/pmemobj_cond_signal.3.gz +man/man3/pmemobj_cond_timedwait.3.gz +man/man3/pmemobj_cond_wait.3.gz +man/man3/pmemobj_cond_zero.3.gz +man/man3/pmemobj_create.3.gz +man/man3/pmemobj_ctl_exec.3.gz +man/man3/pmemobj_ctl_get.3.gz +man/man3/pmemobj_ctl_set.3.gz +man/man3/pmemobj_defer_free.3.gz +man/man3/pmemobj_direct.3.gz +man/man3/pmemobj_drain.3.gz +man/man3/pmemobj_errormsg.3.gz +man/man3/pmemobj_first.3.gz +man/man3/pmemobj_flush.3.gz +man/man3/pmemobj_free.3.gz +man/man3/pmemobj_list_insert.3.gz +man/man3/pmemobj_list_insert_new.3.gz +man/man3/pmemobj_list_move.3.gz +man/man3/pmemobj_list_remove.3.gz +man/man3/pmemobj_memcpy.3.gz +man/man3/pmemobj_memcpy_persist.3.gz +man/man3/pmemobj_memmove.3.gz +man/man3/pmemobj_memset.3.gz +man/man3/pmemobj_memset_persist.3.gz +man/man3/pmemobj_mutex_lock.3.gz +man/man3/pmemobj_mutex_timedlock.3.gz +man/man3/pmemobj_mutex_trylock.3.gz +man/man3/pmemobj_mutex_unlock.3.gz +man/man3/pmemobj_mutex_zero.3.gz +man/man3/pmemobj_next.3.gz +man/man3/pmemobj_oid.3.gz +man/man3/pmemobj_open.3.gz +man/man3/pmemobj_persist.3.gz +man/man3/pmemobj_pool_by_oid.3.gz +man/man3/pmemobj_pool_by_ptr.3.gz +man/man3/pmemobj_publish.3.gz +man/man3/pmemobj_realloc.3.gz +man/man3/pmemobj_reserve.3.gz +man/man3/pmemobj_root.3.gz +man/man3/pmemobj_root_construct.3.gz +man/man3/pmemobj_root_size.3.gz +man/man3/pmemobj_rwlock_rdlock.3.gz +man/man3/pmemobj_rwlock_timedrdlock.3.gz +man/man3/pmemobj_rwlock_timedwrlock.3.gz +man/man3/pmemobj_rwlock_tryrdlock.3.gz +man/man3/pmemobj_rwlock_trywrlock.3.gz +man/man3/pmemobj_rwlock_unlock.3.gz +man/man3/pmemobj_rwlock_wrlock.3.gz +man/man3/pmemobj_rwlock_zero.3.gz +man/man3/pmemobj_set_funcs.3.gz +man/man3/pmemobj_set_value.3.gz +man/man3/pmemobj_strdup.3.gz +man/man3/pmemobj_tx_abort.3.gz +man/man3/pmemobj_tx_add_range.3.gz +man/man3/pmemobj_tx_add_range_direct.3.gz +man/man3/pmemobj_tx_alloc.3.gz +man/man3/pmemobj_tx_begin.3.gz +man/man3/pmemobj_tx_commit.3.gz +man/man3/pmemobj_tx_end.3.gz +man/man3/pmemobj_tx_errno.3.gz +man/man3/pmemobj_tx_free.3.gz +man/man3/pmemobj_tx_lock.3.gz +man/man3/pmemobj_tx_process.3.gz +man/man3/pmemobj_tx_publish.3.gz +man/man3/pmemobj_tx_realloc.3.gz +man/man3/pmemobj_tx_stage.3.gz +man/man3/pmemobj_tx_strdup.3.gz +man/man3/pmemobj_tx_wcsdup.3.gz +man/man3/pmemobj_tx_xadd_range.3.gz +man/man3/pmemobj_tx_xadd_range_direct.3.gz +man/man3/pmemobj_tx_xalloc.3.gz +man/man3/pmemobj_tx_zalloc.3.gz +man/man3/pmemobj_tx_zrealloc.3.gz +man/man3/pmemobj_type_num.3.gz +man/man3/pmemobj_volatile.3.gz +man/man3/pmemobj_wcsdup.3.gz +man/man3/pmemobj_xalloc.3.gz +man/man3/pmemobj_xflush.3.gz +man/man3/pmemobj_xpersist.3.gz +man/man3/pmemobj_xreserve.3.gz +man/man3/pmemobj_zalloc.3.gz +man/man3/pmemobj_zrealloc.3.gz +man/man3/pmempool_check.3.gz +man/man3/pmempool_check_end.3.gz +man/man3/pmempool_check_init.3.gz +man/man3/pmempool_check_version.3.gz +man/man3/pmempool_errormsg.3.gz +man/man3/pmempool_feature_disable.3.gz +man/man3/pmempool_feature_enable.3.gz +man/man3/pmempool_feature_query.3.gz +man/man3/pmempool_rm.3.gz +man/man3/pmempool_sync.3.gz +man/man3/pmempool_transform.3.gz +man/man3/pobj_alloc.3.gz +man/man3/pobj_first.3.gz +man/man3/pobj_first_type_num.3.gz +man/man3/pobj_foreach.3.gz +man/man3/pobj_foreach_safe.3.gz +man/man3/pobj_foreach_safe_type.3.gz +man/man3/pobj_foreach_type.3.gz +man/man3/pobj_free.3.gz +man/man3/pobj_layout_begin.3.gz +man/man3/pobj_layout_end.3.gz +man/man3/pobj_layout_name.3.gz +man/man3/pobj_layout_root.3.gz +man/man3/pobj_layout_toid.3.gz +man/man3/pobj_layout_types_num.3.gz +man/man3/pobj_list_empty.3.gz +man/man3/pobj_list_entry.3.gz +man/man3/pobj_list_first.3.gz +man/man3/pobj_list_foreach.3.gz +man/man3/pobj_list_foreach_reverse.3.gz +man/man3/pobj_list_head.3.gz +man/man3/pobj_list_insert_after.3.gz +man/man3/pobj_list_insert_before.3.gz +man/man3/pobj_list_insert_head.3.gz +man/man3/pobj_list_insert_new_after.3.gz +man/man3/pobj_list_insert_new_before.3.gz +man/man3/pobj_list_insert_new_head.3.gz +man/man3/pobj_list_insert_new_tail.3.gz +man/man3/pobj_list_insert_tail.3.gz +man/man3/pobj_list_last.3.gz +man/man3/pobj_list_move_element_after.3.gz +man/man3/pobj_list_move_element_before.3.gz +man/man3/pobj_list_move_element_head.3.gz +man/man3/pobj_list_move_element_tail.3.gz +man/man3/pobj_list_next.3.gz +man/man3/pobj_list_prev.3.gz +man/man3/pobj_list_remove.3.gz +man/man3/pobj_list_remove_free.3.gz +man/man3/pobj_new.3.gz +man/man3/pobj_next.3.gz +man/man3/pobj_next_type_num.3.gz +man/man3/pobj_realloc.3.gz +man/man3/pobj_reserve_alloc.3.gz +man/man3/pobj_reserve_new.3.gz +man/man3/pobj_root.3.gz +man/man3/pobj_xreserve_alloc.3.gz +man/man3/pobj_xreserve_new.3.gz +man/man3/pobj_zalloc.3.gz +man/man3/pobj_znew.3.gz +man/man3/pobj_zrealloc.3.gz +man/man3/toid.3.gz +man/man3/toid_assign.3.gz +man/man3/toid_declare.3.gz +man/man3/toid_declare_root.3.gz +man/man3/toid_equals.3.gz +man/man3/toid_is_null.3.gz +man/man3/toid_offsetof.3.gz +man/man3/toid_type_num.3.gz +man/man3/toid_type_num_of.3.gz +man/man3/toid_typeof.3.gz +man/man3/toid_valid.3.gz +man/man3/tx_add.3.gz +man/man3/tx_add_direct.3.gz +man/man3/tx_add_field.3.gz +man/man3/tx_add_field_direct.3.gz +man/man3/tx_alloc.3.gz +man/man3/tx_begin.3.gz +man/man3/tx_begin_cb.3.gz +man/man3/tx_begin_param.3.gz +man/man3/tx_end.3.gz +man/man3/tx_finally.3.gz +man/man3/tx_free.3.gz +man/man3/tx_memcpy.3.gz +man/man3/tx_memset.3.gz +man/man3/tx_new.3.gz +man/man3/tx_onabort.3.gz +man/man3/tx_oncommit.3.gz +man/man3/tx_realloc.3.gz +man/man3/tx_set.3.gz +man/man3/tx_set_direct.3.gz +man/man3/tx_strdup.3.gz +man/man3/tx_wcsdup.3.gz +man/man3/tx_xadd.3.gz +man/man3/tx_xadd_direct.3.gz +man/man3/tx_xadd_field.3.gz +man/man3/tx_xadd_field_direct.3.gz +man/man3/tx_xalloc.3.gz +man/man3/tx_zalloc.3.gz +man/man3/tx_znew.3.gz +man/man3/tx_zrealloc.3.gz +man/man3/vmem_aligned_alloc.3.gz +man/man3/vmem_calloc.3.gz +man/man3/vmem_check.3.gz +man/man3/vmem_check_version.3.gz +man/man3/vmem_create.3.gz +man/man3/vmem_create_in_region.3.gz +man/man3/vmem_delete.3.gz +man/man3/vmem_errormsg.3.gz +man/man3/vmem_free.3.gz +man/man3/vmem_malloc.3.gz +man/man3/vmem_malloc_usable_size.3.gz +man/man3/vmem_realloc.3.gz +man/man3/vmem_set_funcs.3.gz +man/man3/vmem_stats_print.3.gz +man/man3/vmem_strdup.3.gz +man/man3/vmem_wcsdup.3.gz +man/man5/pmem_ctl.5.gz +man/man5/poolset.5.gz +man/man7/libpmem.7.gz +man/man7/libpmemblk.7.gz +man/man7/libpmemlog.7.gz +man/man7/libpmemobj.7.gz +man/man7/libpmempool.7.gz +man/man7/libvmem.7.gz +man/man7/libvmmalloc.7.gz From owner-svn-ports-all@freebsd.org Fri Dec 7 13:45:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D2DB130E40B; Fri, 7 Dec 2018 13:45:16 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0B8D8BD42; Fri, 7 Dec 2018 13:45:15 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68FF313E09; Fri, 7 Dec 2018 13:45:15 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7DjFEh089391; Fri, 7 Dec 2018 13:45:15 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7DjFFi089390; Fri, 7 Dec 2018 13:45:15 GMT (envelope-from db@FreeBSD.org) Message-Id: <201812071345.wB7DjFFi089390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Fri, 7 Dec 2018 13:45:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486863 - head/comms/cqrlog X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: head/comms/cqrlog X-SVN-Commit-Revision: 486863 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A0B8D8BD42 X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.96)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 13:45:16 -0000 Author: db Date: Fri Dec 7 13:45:14 2018 New Revision: 486863 URL: https://svnweb.freebsd.org/changeset/ports/486863 Log: Unbreak build (finally) cqrlog does not like ld.lld (9015) Linking cqrlog /usr/bin/ld: error: /usr/local/lib/fpc/3.0.4/units/x86_64-freebsd/rtl/unicodenumtable.o: invalid alignment of section headers /wrkdirs/usr/ports/comms/cqrlog/work-gtk2/cqrlog-2.3.0/src/cqrlog.lpr(82,1) Error: (9013) Error while linking /wrkdirs/usr/ports/comms/cqrlog/work-gtk2/cqrlog-2.3.0/src/cqrlog.lpr(82,1) Fatal: (10026) There were 1 errors compiling module, stopping Whilst here fix broken pkg-plist and pet portlint Modified: head/comms/cqrlog/Makefile head/comms/cqrlog/pkg-plist Modified: head/comms/cqrlog/Makefile ============================================================================== --- head/comms/cqrlog/Makefile Fri Dec 7 13:41:26 2018 (r486862) +++ head/comms/cqrlog/Makefile Fri Dec 7 13:45:14 2018 (r486863) @@ -19,6 +19,7 @@ USES= fpc lazarus:flavors shebangfix ssl:run dos2unix USE_GITHUB= yes GH_ACCOUNT= ok2cqr +LLD_UNSAFE= yes SHEBANG_FILES= tools/cqrlog-apparmor-fix \ voice_keyer/voice_keyer.sh USE_FPC= cairo fcl-base chm fcl-db fcl-image fcl-json fcl-net fcl-web \ Modified: head/comms/cqrlog/pkg-plist ============================================================================== --- head/comms/cqrlog/pkg-plist Fri Dec 7 13:41:26 2018 (r486862) +++ head/comms/cqrlog/pkg-plist Fri Dec 7 13:45:14 2018 (r486863) @@ -15,10 +15,13 @@ share/applications/cqrlog.desktop %%DATADIR%%/ctyfiles/eqsl.txt %%DATADIR%%/ctyfiles/iota.tbl %%DATADIR%%/ctyfiles/lotw1.txt +%%DATADIR%%/ctyfiles/prop_mode.tab %%DATADIR%%/ctyfiles/qslmgr.csv +%%DATADIR%%/ctyfiles/sat_name.tab %%DATADIR%%/ctyfiles/us_states.tab %%DATADIR%%/help/contest.html %%DATADIR%%/help/cwd.html +%%DATADIR%%/help/cwh.html %%DATADIR%%/help/fldxml.html %%DATADIR%%/help/h1.html %%DATADIR%%/help/h20.html @@ -30,6 +33,8 @@ share/applications/cqrlog.desktop %%DATADIR%%/help/h26.html %%DATADIR%%/help/h27.html %%DATADIR%%/help/h28.html +%%DATADIR%%/help/h29.html +%%DATADIR%%/help/h30.html %%DATADIR%%/help/h3.html %%DATADIR%%/help/h4.html %%DATADIR%%/help/h5.html @@ -59,6 +64,9 @@ share/applications/cqrlog.desktop %%DATADIR%%/help/img/h109.png %%DATADIR%%/help/img/h11.png %%DATADIR%%/help/img/h110.png +%%DATADIR%%/help/img/h117.png +%%DATADIR%%/help/img/h118.png +%%DATADIR%%/help/img/h165.png %%DATADIR%%/help/img/h111.png %%DATADIR%%/help/img/h1112.png %%DATADIR%%/help/img/h1114.png @@ -190,8 +198,18 @@ share/applications/cqrlog.desktop %%DATADIR%%/help/img/wsjt2.png %%DATADIR%%/help/img/wsjt20.png %%DATADIR%%/help/img/wsjt21.png +%%DATADIR%%/help/img/wsjt22.png +%%DATADIR%%/help/img/wsjt23.png %%DATADIR%%/help/img/wsjt27.png %%DATADIR%%/help/img/wsjt28.png +%%DATADIR%%/help/img/wsjt29.png +%%DATADIR%%/help/img/wsjt30.png +%%DATADIR%%/help/img/wsjt31.png +%%DATADIR%%/help/img/wsjt32.png +%%DATADIR%%/help/img/wsjt33.png +%%DATADIR%%/help/img/wsjt34.png +%%DATADIR%%/help/img/wsjt35.png +%%DATADIR%%/help/img/wsjt36.png %%DATADIR%%/help/img/wsjt4.png %%DATADIR%%/help/index.html %%DATADIR%%/help/remi.html @@ -249,6 +267,7 @@ share/applications/cqrlog.desktop %%DATADIR%%/members/599dxa.txt %%DATADIR%%/members/9acwg.txt %%DATADIR%%/members/a1-club.txt +%%DATADIR%%/members/a1a-ea.txt %%DATADIR%%/members/a1-op.txt %%DATADIR%%/members/afm.txt %%DATADIR%%/members/agb.txt @@ -274,6 +293,7 @@ share/applications/cqrlog.desktop %%DATADIR%%/members/cwops.txt %%DATADIR%%/members/cwsp.txt %%DATADIR%%/members/dig.txt +%%DATADIR%%/members/dmc.txt %%DATADIR%%/members/dtc.txt %%DATADIR%%/members/ehsc.txt %%DATADIR%%/members/epc.txt @@ -298,6 +318,7 @@ share/applications/cqrlog.desktop %%DATADIR%%/members/hhc.txt %%DATADIR%%/members/hsc.txt %%DATADIR%%/members/htc.txt +%%DATADIR%%/members/kdr.txt %%DATADIR%%/members/inorc.txt %%DATADIR%%/members/jaig.txt %%DATADIR%%/members/lcc.txt @@ -324,7 +345,9 @@ share/applications/cqrlog.desktop %%DATADIR%%/members/qcwa.txt %%DATADIR%%/members/qthloc.txt %%DATADIR%%/members/rafars.txt +%%DATADIR%%/members/rcc.txt %%DATADIR%%/members/rcwc.txt +%%DATADIR%%/members/rdrc.txt %%DATADIR%%/members/ria.txt %%DATADIR%%/members/rnars.txt %%DATADIR%%/members/rrdxa.txt @@ -338,6 +361,7 @@ share/applications/cqrlog.desktop %%DATADIR%%/members/spar.txt %%DATADIR%%/members/spcwc.txt %%DATADIR%%/members/spdxc.txt +%%DATADIR%%/members/tbdxc.txt %%DATADIR%%/members/ten-ten.txt %%DATADIR%%/members/tenten.txt %%DATADIR%%/members/tfc.txt From owner-svn-ports-all@freebsd.org Fri Dec 7 13:47:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E844B130E4D3; Fri, 7 Dec 2018 13:47:55 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 318308BE97; Fri, 7 Dec 2018 13:47:55 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from phantomias.home.jochen-neumeister.de (p5B0FDC9C.dip0.t-ipconnect.de [91.15.220.156]) by toco-domains.de (Postfix) with ESMTPA id 37EF5135144E; Fri, 7 Dec 2018 14:47:53 +0100 (CET) Subject: Re: svn commit: r486862 - in head/devel: . pmdk pmdk/files To: Mateusz Piotrowski <0mp@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201812071341.wB7DfQRL085266@repo.freebsd.org> From: Jochen Neumeister Message-ID: <6c1f62b9-8b6b-318a-ef1b-f750f733f1cd@FreeBSD.org> Date: Fri, 7 Dec 2018 14:47:52 +0100 MIME-Version: 1.0 In-Reply-To: <201812071341.wB7DfQRL085266@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Rspamd-Queue-Id: 318308BE97 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 13:47:56 -0000 On 07.12.18 14:41, Mateusz Piotrowski wrote: > Author: 0mp > Date: Fri Dec 7 13:41:26 2018 > New Revision: 486862 > URL: https://svnweb.freebsd.org/changeset/ports/486862 > > Log: > New port: devel/pmdk: Libraries and tools to manage and access persistent memory devices > > The Persistent Memory Development Kit (PMDK) is a collection of libraries > and tools for System Administrators and Application Developers to simplify > managing and accessing persistent memory devices. > > WWW: https://pmem.io/pmdk/ > > PR: 232690 > Submitted by: D Scott Phillips > Reviewed by: mat, ndowens@yahoo.com (previous version) > Approved by: mat (mentor) > Differential Revision: https://reviews.freebsd.org/D18009 > > Added: > head/devel/pmdk/ > head/devel/pmdk/Makefile (contents, props changed) > head/devel/pmdk/distinfo (contents, props changed) > head/devel/pmdk/files/ > head/devel/pmdk/files/patch-src_Makefile.inc (contents, props changed) > head/devel/pmdk/files/patch-src_common.inc (contents, props changed) > head/devel/pmdk/files/patch-src_common_os__auto__flush__linux.c (contents, props changed) > head/devel/pmdk/files/patch-src_common_os__posix.c (contents, props changed) > head/devel/pmdk/files/patch-src_common_queue.h (contents, props changed) > head/devel/pmdk/pkg-descr (contents, props changed) > head/devel/pmdk/pkg-message (contents, props changed) > head/devel/pmdk/pkg-plist (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Fri Dec 7 13:40:17 2018 (r486861) > +++ head/devel/Makefile Fri Dec 7 13:41:26 2018 (r486862) > @@ -4201,6 +4201,7 @@ > SUBDIR += plasma5-plasma-sdk > SUBDIR += pmccabe > SUBDIR += pmd > + SUBDIR += pmdk > SUBDIR += poco > SUBDIR += poco-ssl > SUBDIR += popt > > Added: head/devel/pmdk/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/pmdk/Makefile Fri Dec 7 13:41:26 2018 (r486862) > @@ -0,0 +1,72 @@ > +# $FreeBSD$ > + > +PORTNAME= pmdk > +DISTVERSION= 1.5 > +CATEGORIES= devel > + > +MAINTAINER= d.scott.phillips@intel.com > +COMMENT= Libraries and tools to manage and access persistent memory devices > + > +# PMDK code is BSD3CLAUSE, jemalloc is BSD2CLAUSE, > +# Valgrind headers are BSD4CLAUSE. > +LICENSE= BSD3CLAUSE BSD2CLAUSE BSD4CLAUSE > +LICENSE_COMB= multi > + > +ONLY_FOR_ARCHS= aarch64 amd64 > + > +BUILD_DEPENDS= bash:shells/bash > +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid > + > +USES= autoreconf:build gmake pkgconfig > +USE_GITHUB= yes > +USE_LDCONFIG= yes > + > +GH_ACCOUNT= pmem > + > +MAKE_ARGS= EXTRA_CFLAGS=-Wno-error=unused-value > + > +post-install: > + ${RM} ${STAGEDIR}${PREFIX}/bin/pmreorder > + ${RM} ${STAGEDIR}${PREFIX}/man/man1/pmreorder.1.gz > + ${RM} -r ${STAGEDIR}${PREFIX}/lib/pmdk_debug > + ${RM} -r ${STAGEDIR}${PREFIX}/share/pmreorder > + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pmempool > + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.1.0.0 > + > +.include > +# $FreeBSD$ > + Am I mistaken, or are the entries in the makefile duplicate? Here start the Makefile again: > +PORTNAME= pmdk > +DISTVERSION= 1.5 > +CATEGORIES= devel > + > +MAINTAINER= d.scott.phillips@intel.com > +COMMENT= Libraries and tools to manage and access persistent memory devices > + > +# PMDK code is BSD3CLAUSE, jemalloc is BSD2CLAUSE, > +# Valgrind headers are BSD4CLAUSE. > +LICENSE= BSD3CLAUSE BSD2CLAUSE BSD4CLAUSE > +LICENSE_COMB= multi > + > +ONLY_FOR_ARCHS= aarch64 amd64 > + > +BUILD_DEPENDS= bash:shells/bash > +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid > + > +USES= autoreconf:build gmake pkgconfig > +USE_GITHUB= yes > +USE_LDCONFIG= yes > + > +GH_ACCOUNT= pmem > + > +MAKE_ARGS= EXTRA_CFLAGS=-Wno-error=unused-value > + > +post-install: > + ${RM} ${STAGEDIR}${PREFIX}/bin/pmreorder > + ${RM} ${STAGEDIR}${PREFIX}/man/man1/pmreorder.1.gz > + ${RM} -r ${STAGEDIR}${PREFIX}/lib/pmdk_debug > + ${RM} -r ${STAGEDIR}${PREFIX}/share/pmreorder > + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pmempool > + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.1.0.0 > + > +.include > > Added: head/devel/pmdk/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/pmdk/distinfo Fri Dec 7 13:41:26 2018 (r486862) > @@ -0,0 +1,6 @@ > +TIMESTAMP = 1542399381 > +SHA256 (pmem-pmdk-1.5_GH0.tar.gz) = 6b069d7207febeb62440e89245e8b18fcdf40b6170d2ec2ef33c252ed16db2d4 > +SIZE (pmem-pmdk-1.5_GH0.tar.gz) = 2439245 > +TIMESTAMP = 1542399381 > +SHA256 (pmem-pmdk-1.5_GH0.tar.gz) = 6b069d7207febeb62440e89245e8b18fcdf40b6170d2ec2ef33c252ed16db2d4 > +SIZE (pmem-pmdk-1.5_GH0.tar.gz) = 2439245 > > Added: head/devel/pmdk/files/patch-src_Makefile.inc > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/pmdk/files/patch-src_Makefile.inc Fri Dec 7 13:41:26 2018 (r486862) > @@ -0,0 +1,11 @@ > +--- src/Makefile.inc.orig 2018-10-26 15:43:47 UTC > ++++ src/Makefile.inc > +@@ -294,7 +294,7 @@ install: all > + ifneq ($(LIBRARY_NAME),) > + $(INSTALL) -d $(LIBS_DESTDIR) > + $(INSTALL) -p -m 0755 $(TARGET_LIBS) $(LIBS_DESTDIR) > +- $(CP) -d $(TARGET_LINKS) $(LIBS_DESTDIR) > ++ $(CP) -a $(TARGET_LINKS) $(LIBS_DESTDIR) > + endif > + > + uninstall: > > Added: head/devel/pmdk/files/patch-src_common.inc > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/pmdk/files/patch-src_common.inc Fri Dec 7 13:41:26 2018 (r486862) > @@ -0,0 +1,34 @@ > +--- src/common.inc.orig 2018-10-26 15:43:47 UTC > ++++ src/common.inc > +@@ -85,9 +85,7 @@ endif > + osdep = $(1)_$(shell echo $(OS_KERNEL_NAME) | tr "[:upper:]" "[:lower:]")$(2) > + > + get_arch = $(shell $(CC) -dumpmachine | awk -F'[/-]' '{print $$1}') > +-ifeq ($(ARCH),) > +-export ARCH := $(call get_arch) > +-endif > ++override export ARCH := $(call get_arch) > + > + ifeq ($(PKG_CONFIG_CHECKED),) > + ifeq ($(shell command -v $(PKG_CONFIG) && echo y || echo n), n) > +@@ -186,9 +184,9 @@ else > + export WSTRINGOP_TRUNCATION_AVAILABLE > + endif > + > +-install_recursive = $(shell cd $(1) && find . -type f -exec install -m $(2) -D {} $(3)/{} \;) > ++install_recursive = $(shell cd $(1) && find . -type d -exec install -d $(3)/{} \; && find . -type f -exec install -m $(2) {} $(3)/{} \;) > + > +-install_recursive_filter = $(shell cd $(1) && find . -type f -name "$(2)" -exec install -m $(3) -D {} $(4)/{} \;) > ++install_recursive_filter = $(shell cd $(1) && find . -type d -exec install -d $(4)/{} \; && find . -type f -name "$(2)" -exec install -m $(3) {} $(4)/{} \;) > + > + define create-deps > + @cp $(objdir)/$*.d $(objdir)/.deps/$*.P; \ > +@@ -209,7 +207,7 @@ export prefix = /usr/local > + export exec_prefix := $(prefix) > + export sysconfdir := $(prefix)/etc > + export datarootdir := $(prefix)/share > +-export mandir := $(datarootdir)/man > ++export mandir := $(MANPREFIX)/man > + export docdir := $(datarootdir)/doc > + export man1dir := $(mandir)/man1 > + export man3dir := $(mandir)/man3 > > Added: head/devel/pmdk/files/patch-src_common_os__auto__flush__linux.c > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/pmdk/files/patch-src_common_os__auto__flush__linux.c Fri Dec 7 13:41:26 2018 (r486862) > @@ -0,0 +1,11 @@ > +--- src/common/os_auto_flush_linux.c.orig 2018-11-16 20:26:19 UTC > ++++ src/common/os_auto_flush_linux.c > +@@ -75,7 +75,7 @@ check_cpu_cache(const char *domain_path) > + cpu_cache = -1; > + goto end; > + } else if (len == 0) { > +- errno = ENODATA; > ++ errno = EINVAL; > + ERR("read(%d, %p, %d) empty string", > + domain_fd, domain_value, > + DOMAIN_VALUE_LEN); > > Added: head/devel/pmdk/files/patch-src_common_os__posix.c > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/pmdk/files/patch-src_common_os__posix.c Fri Dec 7 13:41:26 2018 (r486862) > @@ -0,0 +1,14 @@ > +--- src/common/os_posix.c.orig 2018-10-26 15:43:47 UTC > ++++ src/common/os_posix.c > +@@ -200,9 +200,8 @@ os_posix_fallocate(int fd, os_off_t offset, off_t len) > + if (fstatfs(fd, &fsbuf) == -1 || fstat(fd, &fbuf) == -1) > + return errno; > + > +- size_t reqd_blocks = > +- (((size_t)len + (fsbuf.f_bsize - 1)) / fsbuf.f_bsize) > +- - (size_t)fbuf.st_blocks; > ++ size_t reqd_blocks = (((size_t)len + (fsbuf.f_bsize - 1)) / fsbuf.f_bsize); > ++ reqd_blocks -= fbuf.st_blocks > reqd_blocks ? reqd_blocks : fbuf.st_blocks; > + if (reqd_blocks > (size_t)fsbuf.f_bavail) > + return ENOSPC; > + } > > Added: head/devel/pmdk/files/patch-src_common_queue.h > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/pmdk/files/patch-src_common_queue.h Fri Dec 7 13:41:26 2018 (r486862) > @@ -0,0 +1,13 @@ > +--- src/common/queue.h.orig 2018-10-24 02:57:34 UTC > ++++ src/common/queue.h > +@@ -32,8 +32,8 @@ > + * @(#)queue.h 8.5 (Berkeley) 8/20/94 > + */ > + > +-#ifndef _SYS_QUEUE_H_ > +-#define _SYS_QUEUE_H_ > ++#ifndef _COPIED_GLIBC_SYS_QUEUE_H_ > ++#define _COPIED_GLIBC_SYS_QUEUE_H_ > + > + /* > + * This file defines five types of data structures: singly-linked lists, > > Added: head/devel/pmdk/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/pmdk/pkg-descr Fri Dec 7 13:41:26 2018 (r486862) > @@ -0,0 +1,12 @@ > +The Persistent Memory Development Kit (PMDK) is a collection of > +libraries and tools for System Administrators and Application > +Developers to simplify managing and accessing persistent memory > +devices. > + > +WWW: http://pmem.io > +The Persistent Memory Development Kit (PMDK) is a collection of > +libraries and tools for System Administrators and Application > +Developers to simplify managing and accessing persistent memory > +devices. > + > +WWW: http://pmem.io > > Added: head/devel/pmdk/pkg-message > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/pmdk/pkg-message Fri Dec 7 13:41:26 2018 (r486862) > @@ -0,0 +1,4 @@ > +pmdk requires procfs(5). Add this line to your fstab(5): > +proc /proc procfs rw 0 0 > +pmdk requires procfs(5). Add this line to your fstab(5): > +proc /proc procfs rw 0 0 > > Added: head/devel/pmdk/pkg-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/pmdk/pkg-plist Fri Dec 7 13:41:26 2018 (r486862) > @@ -0,0 +1,694 @@ > +bin/pmempool > +etc/bash_completion.d/pmempool > +include/libpmem.h > +include/libpmemblk.h > +include/libpmemlog.h > +include/libpmemobj.h > +include/libpmemobj/action.h > +include/libpmemobj/action_base.h > +include/libpmemobj/atomic.h > +include/libpmemobj/atomic_base.h > +include/libpmemobj/base.h > +include/libpmemobj/ctl.h > +include/libpmemobj/iterator.h > +include/libpmemobj/iterator_base.h > +include/libpmemobj/lists_atomic.h > +include/libpmemobj/lists_atomic_base.h > +include/libpmemobj/pool.h > +include/libpmemobj/pool_base.h > +include/libpmemobj/thread.h > +include/libpmemobj/tx.h > +include/libpmemobj/tx_base.h > +include/libpmemobj/types.h > +include/libpmempool.h > +include/libvmem.h > +include/libvmmalloc.h > +lib/libpmem.a > +lib/libpmem.so > +lib/libpmem.so.1 > +lib/libpmem.so.1.0.0 > +lib/libpmemblk.a > +lib/libpmemblk.so > +lib/libpmemblk.so.1 > +lib/libpmemblk.so.1.0.0 > +lib/libpmemlog.a > +lib/libpmemlog.so > +lib/libpmemlog.so.1 > +lib/libpmemlog.so.1.0.0 > +lib/libpmemobj.a > +lib/libpmemobj.so > +lib/libpmemobj.so.1 > +lib/libpmemobj.so.1.0.0 > +lib/libpmempool.a > +lib/libpmempool.so > +lib/libpmempool.so.1 > +lib/libpmempool.so.1.0.0 > +lib/libvmem.a > +lib/libvmem.so > +lib/libvmem.so.1 > +lib/libvmem.so.1.0.0 > +lib/libvmmalloc.a > +lib/libvmmalloc.so > +lib/libvmmalloc.so.1 > +lib/libvmmalloc.so.1.0.0 > +libdata/pkgconfig/libpmem.pc > +libdata/pkgconfig/libpmemblk.pc > +libdata/pkgconfig/libpmemlog.pc > +libdata/pkgconfig/libpmemobj.pc > +libdata/pkgconfig/libpmempool.pc > +libdata/pkgconfig/libvmem.pc > +libdata/pkgconfig/libvmmalloc.pc > +man/man1/pmempool-check.1.gz > +man/man1/pmempool-convert.1.gz > +man/man1/pmempool-create.1.gz > +man/man1/pmempool-dump.1.gz > +man/man1/pmempool-feature.1.gz > +man/man1/pmempool-info.1.gz > +man/man1/pmempool-rm.1.gz > +man/man1/pmempool-sync.1.gz > +man/man1/pmempool-transform.1.gz > +man/man1/pmempool.1.gz > +man/man3/d_ro.3.gz > +man/man3/d_rw.3.gz > +man/man3/direct_ro.3.gz > +man/man3/direct_rw.3.gz > +man/man3/oid_equals.3.gz > +man/man3/oid_instanceof.3.gz > +man/man3/oid_is_null.3.gz > +man/man3/pmem_check_version.3.gz > +man/man3/pmem_deep_drain.3.gz > +man/man3/pmem_deep_flush.3.gz > +man/man3/pmem_deep_persist.3.gz > +man/man3/pmem_drain.3.gz > +man/man3/pmem_errormsg.3.gz > +man/man3/pmem_flush.3.gz > +man/man3/pmem_has_auto_flush.3.gz > +man/man3/pmem_has_hw_drain.3.gz > +man/man3/pmem_is_pmem.3.gz > +man/man3/pmem_map_file.3.gz > +man/man3/pmem_memcpy.3.gz > +man/man3/pmem_memcpy_nodrain.3.gz > +man/man3/pmem_memcpy_persist.3.gz > +man/man3/pmem_memmove.3.gz > +man/man3/pmem_memmove_nodrain.3.gz > +man/man3/pmem_memmove_persist.3.gz > +man/man3/pmem_memset.3.gz > +man/man3/pmem_memset_nodrain.3.gz > +man/man3/pmem_memset_persist.3.gz > +man/man3/pmem_msync.3.gz > +man/man3/pmem_persist.3.gz > +man/man3/pmem_unmap.3.gz > +man/man3/pmemblk_bsize.3.gz > +man/man3/pmemblk_check.3.gz > +man/man3/pmemblk_check_version.3.gz > +man/man3/pmemblk_close.3.gz > +man/man3/pmemblk_create.3.gz > +man/man3/pmemblk_ctl_exec.3.gz > +man/man3/pmemblk_ctl_get.3.gz > +man/man3/pmemblk_ctl_set.3.gz > +man/man3/pmemblk_errormsg.3.gz > +man/man3/pmemblk_nblock.3.gz > +man/man3/pmemblk_open.3.gz > +man/man3/pmemblk_read.3.gz > +man/man3/pmemblk_set_error.3.gz > +man/man3/pmemblk_set_funcs.3.gz > +man/man3/pmemblk_set_zero.3.gz > +man/man3/pmemblk_write.3.gz > +man/man3/pmemlog_append.3.gz > +man/man3/pmemlog_appendv.3.gz > +man/man3/pmemlog_check.3.gz > +man/man3/pmemlog_check_version.3.gz > +man/man3/pmemlog_close.3.gz > +man/man3/pmemlog_create.3.gz > +man/man3/pmemlog_ctl_exec.3.gz > +man/man3/pmemlog_ctl_get.3.gz > +man/man3/pmemlog_ctl_set.3.gz > +man/man3/pmemlog_errormsg.3.gz > +man/man3/pmemlog_nbyte.3.gz > +man/man3/pmemlog_open.3.gz > +man/man3/pmemlog_rewind.3.gz > +man/man3/pmemlog_set_funcs.3.gz > +man/man3/pmemlog_tell.3.gz > +man/man3/pmemlog_walk.3.gz > +man/man3/pmemobj_action.3.gz > +man/man3/pmemobj_alloc.3.gz > +man/man3/pmemobj_alloc_usable_size.3.gz > +man/man3/pmemobj_cancel.3.gz > +man/man3/pmemobj_check.3.gz > +man/man3/pmemobj_check_version.3.gz > +man/man3/pmemobj_close.3.gz > +man/man3/pmemobj_cond_broadcast.3.gz > +man/man3/pmemobj_cond_signal.3.gz > +man/man3/pmemobj_cond_timedwait.3.gz > +man/man3/pmemobj_cond_wait.3.gz > +man/man3/pmemobj_cond_zero.3.gz > +man/man3/pmemobj_create.3.gz > +man/man3/pmemobj_ctl_exec.3.gz > +man/man3/pmemobj_ctl_get.3.gz > +man/man3/pmemobj_ctl_set.3.gz > +man/man3/pmemobj_defer_free.3.gz > +man/man3/pmemobj_direct.3.gz > +man/man3/pmemobj_drain.3.gz > +man/man3/pmemobj_errormsg.3.gz > +man/man3/pmemobj_first.3.gz > +man/man3/pmemobj_flush.3.gz > +man/man3/pmemobj_free.3.gz > +man/man3/pmemobj_list_insert.3.gz > +man/man3/pmemobj_list_insert_new.3.gz > +man/man3/pmemobj_list_move.3.gz > +man/man3/pmemobj_list_remove.3.gz > +man/man3/pmemobj_memcpy.3.gz > +man/man3/pmemobj_memcpy_persist.3.gz > +man/man3/pmemobj_memmove.3.gz > +man/man3/pmemobj_memset.3.gz > +man/man3/pmemobj_memset_persist.3.gz > +man/man3/pmemobj_mutex_lock.3.gz > +man/man3/pmemobj_mutex_timedlock.3.gz > +man/man3/pmemobj_mutex_trylock.3.gz > +man/man3/pmemobj_mutex_unlock.3.gz > +man/man3/pmemobj_mutex_zero.3.gz > +man/man3/pmemobj_next.3.gz > +man/man3/pmemobj_oid.3.gz > +man/man3/pmemobj_open.3.gz > +man/man3/pmemobj_persist.3.gz > +man/man3/pmemobj_pool_by_oid.3.gz > +man/man3/pmemobj_pool_by_ptr.3.gz > +man/man3/pmemobj_publish.3.gz > +man/man3/pmemobj_realloc.3.gz > +man/man3/pmemobj_reserve.3.gz > +man/man3/pmemobj_root.3.gz > +man/man3/pmemobj_root_construct.3.gz > +man/man3/pmemobj_root_size.3.gz > +man/man3/pmemobj_rwlock_rdlock.3.gz > +man/man3/pmemobj_rwlock_timedrdlock.3.gz > +man/man3/pmemobj_rwlock_timedwrlock.3.gz > +man/man3/pmemobj_rwlock_tryrdlock.3.gz > +man/man3/pmemobj_rwlock_trywrlock.3.gz > +man/man3/pmemobj_rwlock_unlock.3.gz > +man/man3/pmemobj_rwlock_wrlock.3.gz > +man/man3/pmemobj_rwlock_zero.3.gz > +man/man3/pmemobj_set_funcs.3.gz > +man/man3/pmemobj_set_value.3.gz > +man/man3/pmemobj_strdup.3.gz > +man/man3/pmemobj_tx_abort.3.gz > +man/man3/pmemobj_tx_add_range.3.gz > +man/man3/pmemobj_tx_add_range_direct.3.gz > +man/man3/pmemobj_tx_alloc.3.gz > +man/man3/pmemobj_tx_begin.3.gz > +man/man3/pmemobj_tx_commit.3.gz > +man/man3/pmemobj_tx_end.3.gz > +man/man3/pmemobj_tx_errno.3.gz > +man/man3/pmemobj_tx_free.3.gz > +man/man3/pmemobj_tx_lock.3.gz > +man/man3/pmemobj_tx_process.3.gz > +man/man3/pmemobj_tx_publish.3.gz > +man/man3/pmemobj_tx_realloc.3.gz > +man/man3/pmemobj_tx_stage.3.gz > +man/man3/pmemobj_tx_strdup.3.gz > +man/man3/pmemobj_tx_wcsdup.3.gz > +man/man3/pmemobj_tx_xadd_range.3.gz > +man/man3/pmemobj_tx_xadd_range_direct.3.gz > +man/man3/pmemobj_tx_xalloc.3.gz > +man/man3/pmemobj_tx_zalloc.3.gz > +man/man3/pmemobj_tx_zrealloc.3.gz > +man/man3/pmemobj_type_num.3.gz > +man/man3/pmemobj_volatile.3.gz > +man/man3/pmemobj_wcsdup.3.gz > +man/man3/pmemobj_xalloc.3.gz > +man/man3/pmemobj_xflush.3.gz > +man/man3/pmemobj_xpersist.3.gz > +man/man3/pmemobj_xreserve.3.gz > +man/man3/pmemobj_zalloc.3.gz > +man/man3/pmemobj_zrealloc.3.gz > +man/man3/pmempool_check.3.gz > +man/man3/pmempool_check_end.3.gz > +man/man3/pmempool_check_init.3.gz > +man/man3/pmempool_check_version.3.gz > +man/man3/pmempool_errormsg.3.gz > +man/man3/pmempool_feature_disable.3.gz > +man/man3/pmempool_feature_enable.3.gz > +man/man3/pmempool_feature_query.3.gz > +man/man3/pmempool_rm.3.gz > +man/man3/pmempool_sync.3.gz > +man/man3/pmempool_transform.3.gz > +man/man3/pobj_alloc.3.gz > +man/man3/pobj_first.3.gz > +man/man3/pobj_first_type_num.3.gz > +man/man3/pobj_foreach.3.gz > +man/man3/pobj_foreach_safe.3.gz > +man/man3/pobj_foreach_safe_type.3.gz > +man/man3/pobj_foreach_type.3.gz > +man/man3/pobj_free.3.gz > +man/man3/pobj_layout_begin.3.gz > +man/man3/pobj_layout_end.3.gz > +man/man3/pobj_layout_name.3.gz > +man/man3/pobj_layout_root.3.gz > +man/man3/pobj_layout_toid.3.gz > +man/man3/pobj_layout_types_num.3.gz > +man/man3/pobj_list_empty.3.gz > +man/man3/pobj_list_entry.3.gz > +man/man3/pobj_list_first.3.gz > +man/man3/pobj_list_foreach.3.gz > +man/man3/pobj_list_foreach_reverse.3.gz > +man/man3/pobj_list_head.3.gz > +man/man3/pobj_list_insert_after.3.gz > +man/man3/pobj_list_insert_before.3.gz > +man/man3/pobj_list_insert_head.3.gz > +man/man3/pobj_list_insert_new_after.3.gz > +man/man3/pobj_list_insert_new_before.3.gz > +man/man3/pobj_list_insert_new_head.3.gz > +man/man3/pobj_list_insert_new_tail.3.gz > +man/man3/pobj_list_insert_tail.3.gz > +man/man3/pobj_list_last.3.gz > +man/man3/pobj_list_move_element_after.3.gz > +man/man3/pobj_list_move_element_before.3.gz > +man/man3/pobj_list_move_element_head.3.gz > +man/man3/pobj_list_move_element_tail.3.gz > +man/man3/pobj_list_next.3.gz > +man/man3/pobj_list_prev.3.gz > +man/man3/pobj_list_remove.3.gz > +man/man3/pobj_list_remove_free.3.gz > +man/man3/pobj_new.3.gz > +man/man3/pobj_next.3.gz > +man/man3/pobj_next_type_num.3.gz > +man/man3/pobj_realloc.3.gz > +man/man3/pobj_reserve_alloc.3.gz > +man/man3/pobj_reserve_new.3.gz > +man/man3/pobj_root.3.gz > +man/man3/pobj_xreserve_alloc.3.gz > +man/man3/pobj_xreserve_new.3.gz > +man/man3/pobj_zalloc.3.gz > +man/man3/pobj_znew.3.gz > +man/man3/pobj_zrealloc.3.gz > +man/man3/toid.3.gz > +man/man3/toid_assign.3.gz > +man/man3/toid_declare.3.gz > +man/man3/toid_declare_root.3.gz > +man/man3/toid_equals.3.gz > +man/man3/toid_is_null.3.gz > +man/man3/toid_offsetof.3.gz > +man/man3/toid_type_num.3.gz > +man/man3/toid_type_num_of.3.gz > +man/man3/toid_typeof.3.gz > +man/man3/toid_valid.3.gz > +man/man3/tx_add.3.gz > +man/man3/tx_add_direct.3.gz > +man/man3/tx_add_field.3.gz > +man/man3/tx_add_field_direct.3.gz > +man/man3/tx_alloc.3.gz > +man/man3/tx_begin.3.gz > +man/man3/tx_begin_cb.3.gz > +man/man3/tx_begin_param.3.gz > +man/man3/tx_end.3.gz > +man/man3/tx_finally.3.gz > +man/man3/tx_free.3.gz > +man/man3/tx_memcpy.3.gz > +man/man3/tx_memset.3.gz > +man/man3/tx_new.3.gz > +man/man3/tx_onabort.3.gz > +man/man3/tx_oncommit.3.gz > +man/man3/tx_realloc.3.gz > +man/man3/tx_set.3.gz > +man/man3/tx_set_direct.3.gz > +man/man3/tx_strdup.3.gz > +man/man3/tx_wcsdup.3.gz > +man/man3/tx_xadd.3.gz > +man/man3/tx_xadd_direct.3.gz > +man/man3/tx_xadd_field.3.gz > +man/man3/tx_xadd_field_direct.3.gz > +man/man3/tx_xalloc.3.gz > +man/man3/tx_zalloc.3.gz > +man/man3/tx_znew.3.gz > +man/man3/tx_zrealloc.3.gz > +man/man3/vmem_aligned_alloc.3.gz > +man/man3/vmem_calloc.3.gz > +man/man3/vmem_check.3.gz > +man/man3/vmem_check_version.3.gz > +man/man3/vmem_create.3.gz > +man/man3/vmem_create_in_region.3.gz > +man/man3/vmem_delete.3.gz > +man/man3/vmem_errormsg.3.gz > +man/man3/vmem_free.3.gz > +man/man3/vmem_malloc.3.gz > +man/man3/vmem_malloc_usable_size.3.gz > +man/man3/vmem_realloc.3.gz > +man/man3/vmem_set_funcs.3.gz > +man/man3/vmem_stats_print.3.gz > +man/man3/vmem_strdup.3.gz > +man/man3/vmem_wcsdup.3.gz > +man/man5/pmem_ctl.5.gz > +man/man5/poolset.5.gz > +man/man7/libpmem.7.gz > +man/man7/libpmemblk.7.gz > +man/man7/libpmemlog.7.gz > +man/man7/libpmemobj.7.gz > +man/man7/libpmempool.7.gz > +man/man7/libvmem.7.gz > +man/man7/libvmmalloc.7.gz > +bin/pmempool > +etc/bash_completion.d/pmempool > +include/libpmem.h > +include/libpmemblk.h > +include/libpmemlog.h > +include/libpmemobj.h > +include/libpmemobj/action.h > +include/libpmemobj/action_base.h > +include/libpmemobj/atomic.h > +include/libpmemobj/atomic_base.h > +include/libpmemobj/base.h > +include/libpmemobj/ctl.h > +include/libpmemobj/iterator.h > +include/libpmemobj/iterator_base.h > +include/libpmemobj/lists_atomic.h > +include/libpmemobj/lists_atomic_base.h > +include/libpmemobj/pool.h > +include/libpmemobj/pool_base.h > +include/libpmemobj/thread.h > +include/libpmemobj/tx.h > +include/libpmemobj/tx_base.h > +include/libpmemobj/types.h > +include/libpmempool.h > +include/libvmem.h > +include/libvmmalloc.h > +lib/libpmem.a > +lib/libpmem.so > +lib/libpmem.so.1 > +lib/libpmem.so.1.0.0 > +lib/libpmemblk.a > +lib/libpmemblk.so > +lib/libpmemblk.so.1 > +lib/libpmemblk.so.1.0.0 > +lib/libpmemlog.a > +lib/libpmemlog.so > +lib/libpmemlog.so.1 > +lib/libpmemlog.so.1.0.0 > +lib/libpmemobj.a > +lib/libpmemobj.so > +lib/libpmemobj.so.1 > +lib/libpmemobj.so.1.0.0 > +lib/libpmempool.a > +lib/libpmempool.so > +lib/libpmempool.so.1 > +lib/libpmempool.so.1.0.0 > +lib/libvmem.a > +lib/libvmem.so > +lib/libvmem.so.1 > +lib/libvmem.so.1.0.0 > +lib/libvmmalloc.a > +lib/libvmmalloc.so > +lib/libvmmalloc.so.1 > +lib/libvmmalloc.so.1.0.0 > +libdata/pkgconfig/libpmem.pc > +libdata/pkgconfig/libpmemblk.pc > +libdata/pkgconfig/libpmemlog.pc > +libdata/pkgconfig/libpmemobj.pc > +libdata/pkgconfig/libpmempool.pc > +libdata/pkgconfig/libvmem.pc > +libdata/pkgconfig/libvmmalloc.pc > +man/man1/pmempool-check.1.gz > +man/man1/pmempool-convert.1.gz > +man/man1/pmempool-create.1.gz > +man/man1/pmempool-dump.1.gz > +man/man1/pmempool-feature.1.gz > +man/man1/pmempool-info.1.gz > +man/man1/pmempool-rm.1.gz > +man/man1/pmempool-sync.1.gz > +man/man1/pmempool-transform.1.gz > +man/man1/pmempool.1.gz > +man/man3/d_ro.3.gz > +man/man3/d_rw.3.gz > +man/man3/direct_ro.3.gz > +man/man3/direct_rw.3.gz > +man/man3/oid_equals.3.gz > +man/man3/oid_instanceof.3.gz > +man/man3/oid_is_null.3.gz > +man/man3/pmem_check_version.3.gz > +man/man3/pmem_deep_drain.3.gz > +man/man3/pmem_deep_flush.3.gz > +man/man3/pmem_deep_persist.3.gz > +man/man3/pmem_drain.3.gz > +man/man3/pmem_errormsg.3.gz > +man/man3/pmem_flush.3.gz > +man/man3/pmem_has_auto_flush.3.gz > +man/man3/pmem_has_hw_drain.3.gz > +man/man3/pmem_is_pmem.3.gz > +man/man3/pmem_map_file.3.gz > +man/man3/pmem_memcpy.3.gz > +man/man3/pmem_memcpy_nodrain.3.gz > +man/man3/pmem_memcpy_persist.3.gz > +man/man3/pmem_memmove.3.gz > +man/man3/pmem_memmove_nodrain.3.gz > +man/man3/pmem_memmove_persist.3.gz > +man/man3/pmem_memset.3.gz > +man/man3/pmem_memset_nodrain.3.gz > +man/man3/pmem_memset_persist.3.gz > +man/man3/pmem_msync.3.gz > +man/man3/pmem_persist.3.gz > +man/man3/pmem_unmap.3.gz > +man/man3/pmemblk_bsize.3.gz > +man/man3/pmemblk_check.3.gz > +man/man3/pmemblk_check_version.3.gz > +man/man3/pmemblk_close.3.gz > +man/man3/pmemblk_create.3.gz > +man/man3/pmemblk_ctl_exec.3.gz > +man/man3/pmemblk_ctl_get.3.gz > +man/man3/pmemblk_ctl_set.3.gz > +man/man3/pmemblk_errormsg.3.gz > +man/man3/pmemblk_nblock.3.gz > +man/man3/pmemblk_open.3.gz > +man/man3/pmemblk_read.3.gz > +man/man3/pmemblk_set_error.3.gz > +man/man3/pmemblk_set_funcs.3.gz > +man/man3/pmemblk_set_zero.3.gz > +man/man3/pmemblk_write.3.gz > +man/man3/pmemlog_append.3.gz > +man/man3/pmemlog_appendv.3.gz > +man/man3/pmemlog_check.3.gz > +man/man3/pmemlog_check_version.3.gz > +man/man3/pmemlog_close.3.gz > +man/man3/pmemlog_create.3.gz > +man/man3/pmemlog_ctl_exec.3.gz > +man/man3/pmemlog_ctl_get.3.gz > +man/man3/pmemlog_ctl_set.3.gz > +man/man3/pmemlog_errormsg.3.gz > +man/man3/pmemlog_nbyte.3.gz > +man/man3/pmemlog_open.3.gz > +man/man3/pmemlog_rewind.3.gz > +man/man3/pmemlog_set_funcs.3.gz > +man/man3/pmemlog_tell.3.gz > +man/man3/pmemlog_walk.3.gz > +man/man3/pmemobj_action.3.gz > +man/man3/pmemobj_alloc.3.gz > +man/man3/pmemobj_alloc_usable_size.3.gz > +man/man3/pmemobj_cancel.3.gz > +man/man3/pmemobj_check.3.gz > +man/man3/pmemobj_check_version.3.gz > +man/man3/pmemobj_close.3.gz > +man/man3/pmemobj_cond_broadcast.3.gz > +man/man3/pmemobj_cond_signal.3.gz > +man/man3/pmemobj_cond_timedwait.3.gz > +man/man3/pmemobj_cond_wait.3.gz > +man/man3/pmemobj_cond_zero.3.gz > +man/man3/pmemobj_create.3.gz > +man/man3/pmemobj_ctl_exec.3.gz > +man/man3/pmemobj_ctl_get.3.gz > +man/man3/pmemobj_ctl_set.3.gz > +man/man3/pmemobj_defer_free.3.gz > +man/man3/pmemobj_direct.3.gz > +man/man3/pmemobj_drain.3.gz > +man/man3/pmemobj_errormsg.3.gz > +man/man3/pmemobj_first.3.gz > +man/man3/pmemobj_flush.3.gz > +man/man3/pmemobj_free.3.gz > +man/man3/pmemobj_list_insert.3.gz > +man/man3/pmemobj_list_insert_new.3.gz > +man/man3/pmemobj_list_move.3.gz > +man/man3/pmemobj_list_remove.3.gz > +man/man3/pmemobj_memcpy.3.gz > +man/man3/pmemobj_memcpy_persist.3.gz > +man/man3/pmemobj_memmove.3.gz > +man/man3/pmemobj_memset.3.gz > +man/man3/pmemobj_memset_persist.3.gz > +man/man3/pmemobj_mutex_lock.3.gz > +man/man3/pmemobj_mutex_timedlock.3.gz > +man/man3/pmemobj_mutex_trylock.3.gz > +man/man3/pmemobj_mutex_unlock.3.gz > +man/man3/pmemobj_mutex_zero.3.gz > +man/man3/pmemobj_next.3.gz > +man/man3/pmemobj_oid.3.gz > +man/man3/pmemobj_open.3.gz > +man/man3/pmemobj_persist.3.gz > +man/man3/pmemobj_pool_by_oid.3.gz > +man/man3/pmemobj_pool_by_ptr.3.gz > +man/man3/pmemobj_publish.3.gz > +man/man3/pmemobj_realloc.3.gz > +man/man3/pmemobj_reserve.3.gz > +man/man3/pmemobj_root.3.gz > +man/man3/pmemobj_root_construct.3.gz > +man/man3/pmemobj_root_size.3.gz > +man/man3/pmemobj_rwlock_rdlock.3.gz > +man/man3/pmemobj_rwlock_timedrdlock.3.gz > +man/man3/pmemobj_rwlock_timedwrlock.3.gz > +man/man3/pmemobj_rwlock_tryrdlock.3.gz > +man/man3/pmemobj_rwlock_trywrlock.3.gz > +man/man3/pmemobj_rwlock_unlock.3.gz > +man/man3/pmemobj_rwlock_wrlock.3.gz > +man/man3/pmemobj_rwlock_zero.3.gz > +man/man3/pmemobj_set_funcs.3.gz > +man/man3/pmemobj_set_value.3.gz > +man/man3/pmemobj_strdup.3.gz > +man/man3/pmemobj_tx_abort.3.gz > +man/man3/pmemobj_tx_add_range.3.gz > +man/man3/pmemobj_tx_add_range_direct.3.gz > +man/man3/pmemobj_tx_alloc.3.gz > +man/man3/pmemobj_tx_begin.3.gz > +man/man3/pmemobj_tx_commit.3.gz > +man/man3/pmemobj_tx_end.3.gz > +man/man3/pmemobj_tx_errno.3.gz > +man/man3/pmemobj_tx_free.3.gz > +man/man3/pmemobj_tx_lock.3.gz > +man/man3/pmemobj_tx_process.3.gz > +man/man3/pmemobj_tx_publish.3.gz > +man/man3/pmemobj_tx_realloc.3.gz > +man/man3/pmemobj_tx_stage.3.gz > +man/man3/pmemobj_tx_strdup.3.gz > +man/man3/pmemobj_tx_wcsdup.3.gz > +man/man3/pmemobj_tx_xadd_range.3.gz > +man/man3/pmemobj_tx_xadd_range_direct.3.gz > +man/man3/pmemobj_tx_xalloc.3.gz > +man/man3/pmemobj_tx_zalloc.3.gz > +man/man3/pmemobj_tx_zrealloc.3.gz > +man/man3/pmemobj_type_num.3.gz > +man/man3/pmemobj_volatile.3.gz > +man/man3/pmemobj_wcsdup.3.gz > +man/man3/pmemobj_xalloc.3.gz > +man/man3/pmemobj_xflush.3.gz > +man/man3/pmemobj_xpersist.3.gz > +man/man3/pmemobj_xreserve.3.gz > +man/man3/pmemobj_zalloc.3.gz > +man/man3/pmemobj_zrealloc.3.gz > +man/man3/pmempool_check.3.gz > +man/man3/pmempool_check_end.3.gz > +man/man3/pmempool_check_init.3.gz > +man/man3/pmempool_check_version.3.gz > +man/man3/pmempool_errormsg.3.gz > +man/man3/pmempool_feature_disable.3.gz > +man/man3/pmempool_feature_enable.3.gz > +man/man3/pmempool_feature_query.3.gz > +man/man3/pmempool_rm.3.gz > +man/man3/pmempool_sync.3.gz > +man/man3/pmempool_transform.3.gz > +man/man3/pobj_alloc.3.gz > +man/man3/pobj_first.3.gz > +man/man3/pobj_first_type_num.3.gz > +man/man3/pobj_foreach.3.gz > +man/man3/pobj_foreach_safe.3.gz > +man/man3/pobj_foreach_safe_type.3.gz > +man/man3/pobj_foreach_type.3.gz > +man/man3/pobj_free.3.gz > +man/man3/pobj_layout_begin.3.gz > +man/man3/pobj_layout_end.3.gz > +man/man3/pobj_layout_name.3.gz > +man/man3/pobj_layout_root.3.gz > +man/man3/pobj_layout_toid.3.gz > +man/man3/pobj_layout_types_num.3.gz > +man/man3/pobj_list_empty.3.gz > +man/man3/pobj_list_entry.3.gz > +man/man3/pobj_list_first.3.gz > +man/man3/pobj_list_foreach.3.gz > +man/man3/pobj_list_foreach_reverse.3.gz > +man/man3/pobj_list_head.3.gz > +man/man3/pobj_list_insert_after.3.gz > +man/man3/pobj_list_insert_before.3.gz > +man/man3/pobj_list_insert_head.3.gz > +man/man3/pobj_list_insert_new_after.3.gz > +man/man3/pobj_list_insert_new_before.3.gz > +man/man3/pobj_list_insert_new_head.3.gz > +man/man3/pobj_list_insert_new_tail.3.gz > +man/man3/pobj_list_insert_tail.3.gz > +man/man3/pobj_list_last.3.gz > +man/man3/pobj_list_move_element_after.3.gz > +man/man3/pobj_list_move_element_before.3.gz > +man/man3/pobj_list_move_element_head.3.gz > +man/man3/pobj_list_move_element_tail.3.gz > +man/man3/pobj_list_next.3.gz > +man/man3/pobj_list_prev.3.gz > +man/man3/pobj_list_remove.3.gz > +man/man3/pobj_list_remove_free.3.gz > +man/man3/pobj_new.3.gz > +man/man3/pobj_next.3.gz > +man/man3/pobj_next_type_num.3.gz > +man/man3/pobj_realloc.3.gz > +man/man3/pobj_reserve_alloc.3.gz > +man/man3/pobj_reserve_new.3.gz > +man/man3/pobj_root.3.gz > +man/man3/pobj_xreserve_alloc.3.gz > +man/man3/pobj_xreserve_new.3.gz > +man/man3/pobj_zalloc.3.gz > +man/man3/pobj_znew.3.gz > +man/man3/pobj_zrealloc.3.gz > +man/man3/toid.3.gz > +man/man3/toid_assign.3.gz > +man/man3/toid_declare.3.gz > +man/man3/toid_declare_root.3.gz > +man/man3/toid_equals.3.gz > +man/man3/toid_is_null.3.gz > +man/man3/toid_offsetof.3.gz > +man/man3/toid_type_num.3.gz > +man/man3/toid_type_num_of.3.gz > +man/man3/toid_typeof.3.gz > +man/man3/toid_valid.3.gz > +man/man3/tx_add.3.gz > +man/man3/tx_add_direct.3.gz > +man/man3/tx_add_field.3.gz > +man/man3/tx_add_field_direct.3.gz > +man/man3/tx_alloc.3.gz > +man/man3/tx_begin.3.gz > +man/man3/tx_begin_cb.3.gz > +man/man3/tx_begin_param.3.gz > +man/man3/tx_end.3.gz > +man/man3/tx_finally.3.gz > +man/man3/tx_free.3.gz > +man/man3/tx_memcpy.3.gz > +man/man3/tx_memset.3.gz > +man/man3/tx_new.3.gz > +man/man3/tx_onabort.3.gz > +man/man3/tx_oncommit.3.gz > +man/man3/tx_realloc.3.gz > +man/man3/tx_set.3.gz > +man/man3/tx_set_direct.3.gz > +man/man3/tx_strdup.3.gz > +man/man3/tx_wcsdup.3.gz > +man/man3/tx_xadd.3.gz > +man/man3/tx_xadd_direct.3.gz > +man/man3/tx_xadd_field.3.gz > +man/man3/tx_xadd_field_direct.3.gz > +man/man3/tx_xalloc.3.gz > +man/man3/tx_zalloc.3.gz > +man/man3/tx_znew.3.gz > +man/man3/tx_zrealloc.3.gz > +man/man3/vmem_aligned_alloc.3.gz > +man/man3/vmem_calloc.3.gz > +man/man3/vmem_check.3.gz > +man/man3/vmem_check_version.3.gz > +man/man3/vmem_create.3.gz > +man/man3/vmem_create_in_region.3.gz > +man/man3/vmem_delete.3.gz > +man/man3/vmem_errormsg.3.gz > +man/man3/vmem_free.3.gz > +man/man3/vmem_malloc.3.gz > +man/man3/vmem_malloc_usable_size.3.gz > +man/man3/vmem_realloc.3.gz > +man/man3/vmem_set_funcs.3.gz > +man/man3/vmem_stats_print.3.gz > +man/man3/vmem_strdup.3.gz > +man/man3/vmem_wcsdup.3.gz > +man/man5/pmem_ctl.5.gz > +man/man5/poolset.5.gz > +man/man7/libpmem.7.gz > +man/man7/libpmemblk.7.gz > +man/man7/libpmemlog.7.gz > +man/man7/libpmemobj.7.gz > +man/man7/libpmempool.7.gz > +man/man7/libvmem.7.gz > +man/man7/libvmmalloc.7.gz > From owner-svn-ports-all@freebsd.org Fri Dec 7 14:36:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1A20130F4FD; Fri, 7 Dec 2018 14:36:45 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F7018D6DA; Fri, 7 Dec 2018 14:36:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AAA114620; Fri, 7 Dec 2018 14:36:45 +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 wB7EajW5015136; Fri, 7 Dec 2018 14:36:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7Eajqq015135; Fri, 7 Dec 2018 14:36:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812071436.wB7Eajqq015135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 7 Dec 2018 14:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486864 - head/sysutils/cfengine-masterfiles310 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/cfengine-masterfiles310 X-SVN-Commit-Revision: 486864 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8F7018D6DA X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 14:36:46 -0000 Author: amdmi3 Date: Fri Dec 7 14:36:45 2018 New Revision: 486864 URL: https://svnweb.freebsd.org/changeset/ports/486864 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Modified: head/sysutils/cfengine-masterfiles310/Makefile Modified: head/sysutils/cfengine-masterfiles310/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles310/Makefile Fri Dec 7 13:45:14 2018 (r486863) +++ head/sysutils/cfengine-masterfiles310/Makefile Fri Dec 7 14:36:45 2018 (r486864) @@ -35,6 +35,8 @@ USES= cpe gmake python:build shebangfix HAS_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} -SHEBANG_FILES= modules/packages/yum +SHEBANG_FILES= modules/packages/yum \ + modules/packages/zypper +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Fri Dec 7 14:44:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5652130F8C7; Fri, 7 Dec 2018 14:44:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 438F18DC70; Fri, 7 Dec 2018 14:44:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2220E147B1; Fri, 7 Dec 2018 14:44:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7EiRWU020307; Fri, 7 Dec 2018 14:44:27 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7EiRPZ020302; Fri, 7 Dec 2018 14:44:27 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812071444.wB7EiRPZ020302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 7 Dec 2018 14:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486865 - head/devel/pmdk X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/pmdk X-SVN-Commit-Revision: 486865 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 438F18DC70 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.99)[-0.992,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 14:44:28 -0000 Author: tobik Date: Fri Dec 7 14:44:26 2018 New Revision: 486865 URL: https://svnweb.freebsd.org/changeset/ports/486865 Log: Remove duplicated parts from devel/pmdk and fix INDEX Reported by: cperciva, joneum Pointy hat to: 0mp Modified: head/devel/pmdk/Makefile head/devel/pmdk/distinfo head/devel/pmdk/pkg-descr head/devel/pmdk/pkg-message head/devel/pmdk/pkg-plist Modified: head/devel/pmdk/Makefile ============================================================================== --- head/devel/pmdk/Makefile Fri Dec 7 14:36:45 2018 (r486864) +++ head/devel/pmdk/Makefile Fri Dec 7 14:44:26 2018 (r486865) @@ -34,39 +34,3 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.1.0.0 .include -# $FreeBSD$ - -PORTNAME= pmdk -DISTVERSION= 1.5 -CATEGORIES= devel - -MAINTAINER= d.scott.phillips@intel.com -COMMENT= Libraries and tools to manage and access persistent memory devices - -# PMDK code is BSD3CLAUSE, jemalloc is BSD2CLAUSE, -# Valgrind headers are BSD4CLAUSE. -LICENSE= BSD3CLAUSE BSD2CLAUSE BSD4CLAUSE -LICENSE_COMB= multi - -ONLY_FOR_ARCHS= aarch64 amd64 - -BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid - -USES= autoreconf:build gmake pkgconfig -USE_GITHUB= yes -USE_LDCONFIG= yes - -GH_ACCOUNT= pmem - -MAKE_ARGS= EXTRA_CFLAGS=-Wno-error=unused-value - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/pmreorder - ${RM} ${STAGEDIR}${PREFIX}/man/man1/pmreorder.1.gz - ${RM} -r ${STAGEDIR}${PREFIX}/lib/pmdk_debug - ${RM} -r ${STAGEDIR}${PREFIX}/share/pmreorder - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pmempool - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.1.0.0 - -.include Modified: head/devel/pmdk/distinfo ============================================================================== --- head/devel/pmdk/distinfo Fri Dec 7 14:36:45 2018 (r486864) +++ head/devel/pmdk/distinfo Fri Dec 7 14:44:26 2018 (r486865) @@ -1,6 +1,3 @@ TIMESTAMP = 1542399381 SHA256 (pmem-pmdk-1.5_GH0.tar.gz) = 6b069d7207febeb62440e89245e8b18fcdf40b6170d2ec2ef33c252ed16db2d4 SIZE (pmem-pmdk-1.5_GH0.tar.gz) = 2439245 -TIMESTAMP = 1542399381 -SHA256 (pmem-pmdk-1.5_GH0.tar.gz) = 6b069d7207febeb62440e89245e8b18fcdf40b6170d2ec2ef33c252ed16db2d4 -SIZE (pmem-pmdk-1.5_GH0.tar.gz) = 2439245 Modified: head/devel/pmdk/pkg-descr ============================================================================== --- head/devel/pmdk/pkg-descr Fri Dec 7 14:36:45 2018 (r486864) +++ head/devel/pmdk/pkg-descr Fri Dec 7 14:44:26 2018 (r486865) @@ -4,9 +4,3 @@ Developers to simplify managing and accessing persiste devices. WWW: http://pmem.io -The Persistent Memory Development Kit (PMDK) is a collection of -libraries and tools for System Administrators and Application -Developers to simplify managing and accessing persistent memory -devices. - -WWW: http://pmem.io Modified: head/devel/pmdk/pkg-message ============================================================================== --- head/devel/pmdk/pkg-message Fri Dec 7 14:36:45 2018 (r486864) +++ head/devel/pmdk/pkg-message Fri Dec 7 14:44:26 2018 (r486865) @@ -1,4 +1,2 @@ pmdk requires procfs(5). Add this line to your fstab(5): proc /proc procfs rw 0 0 -pmdk requires procfs(5). Add this line to your fstab(5): -proc /proc procfs rw 0 0 Modified: head/devel/pmdk/pkg-plist ============================================================================== --- head/devel/pmdk/pkg-plist Fri Dec 7 14:36:45 2018 (r486864) +++ head/devel/pmdk/pkg-plist Fri Dec 7 14:44:26 2018 (r486865) @@ -345,350 +345,3 @@ man/man7/libpmemobj.7.gz man/man7/libpmempool.7.gz man/man7/libvmem.7.gz man/man7/libvmmalloc.7.gz -bin/pmempool -etc/bash_completion.d/pmempool -include/libpmem.h -include/libpmemblk.h -include/libpmemlog.h -include/libpmemobj.h -include/libpmemobj/action.h -include/libpmemobj/action_base.h -include/libpmemobj/atomic.h -include/libpmemobj/atomic_base.h -include/libpmemobj/base.h -include/libpmemobj/ctl.h -include/libpmemobj/iterator.h -include/libpmemobj/iterator_base.h -include/libpmemobj/lists_atomic.h -include/libpmemobj/lists_atomic_base.h -include/libpmemobj/pool.h -include/libpmemobj/pool_base.h -include/libpmemobj/thread.h -include/libpmemobj/tx.h -include/libpmemobj/tx_base.h -include/libpmemobj/types.h -include/libpmempool.h -include/libvmem.h -include/libvmmalloc.h -lib/libpmem.a -lib/libpmem.so -lib/libpmem.so.1 -lib/libpmem.so.1.0.0 -lib/libpmemblk.a -lib/libpmemblk.so -lib/libpmemblk.so.1 -lib/libpmemblk.so.1.0.0 -lib/libpmemlog.a -lib/libpmemlog.so -lib/libpmemlog.so.1 -lib/libpmemlog.so.1.0.0 -lib/libpmemobj.a -lib/libpmemobj.so -lib/libpmemobj.so.1 -lib/libpmemobj.so.1.0.0 -lib/libpmempool.a -lib/libpmempool.so -lib/libpmempool.so.1 -lib/libpmempool.so.1.0.0 -lib/libvmem.a -lib/libvmem.so -lib/libvmem.so.1 -lib/libvmem.so.1.0.0 -lib/libvmmalloc.a -lib/libvmmalloc.so -lib/libvmmalloc.so.1 -lib/libvmmalloc.so.1.0.0 -libdata/pkgconfig/libpmem.pc -libdata/pkgconfig/libpmemblk.pc -libdata/pkgconfig/libpmemlog.pc -libdata/pkgconfig/libpmemobj.pc -libdata/pkgconfig/libpmempool.pc -libdata/pkgconfig/libvmem.pc -libdata/pkgconfig/libvmmalloc.pc -man/man1/pmempool-check.1.gz -man/man1/pmempool-convert.1.gz -man/man1/pmempool-create.1.gz -man/man1/pmempool-dump.1.gz -man/man1/pmempool-feature.1.gz -man/man1/pmempool-info.1.gz -man/man1/pmempool-rm.1.gz -man/man1/pmempool-sync.1.gz -man/man1/pmempool-transform.1.gz -man/man1/pmempool.1.gz -man/man3/d_ro.3.gz -man/man3/d_rw.3.gz -man/man3/direct_ro.3.gz -man/man3/direct_rw.3.gz -man/man3/oid_equals.3.gz -man/man3/oid_instanceof.3.gz -man/man3/oid_is_null.3.gz -man/man3/pmem_check_version.3.gz -man/man3/pmem_deep_drain.3.gz -man/man3/pmem_deep_flush.3.gz -man/man3/pmem_deep_persist.3.gz -man/man3/pmem_drain.3.gz -man/man3/pmem_errormsg.3.gz -man/man3/pmem_flush.3.gz -man/man3/pmem_has_auto_flush.3.gz -man/man3/pmem_has_hw_drain.3.gz -man/man3/pmem_is_pmem.3.gz -man/man3/pmem_map_file.3.gz -man/man3/pmem_memcpy.3.gz -man/man3/pmem_memcpy_nodrain.3.gz -man/man3/pmem_memcpy_persist.3.gz -man/man3/pmem_memmove.3.gz -man/man3/pmem_memmove_nodrain.3.gz -man/man3/pmem_memmove_persist.3.gz -man/man3/pmem_memset.3.gz -man/man3/pmem_memset_nodrain.3.gz -man/man3/pmem_memset_persist.3.gz -man/man3/pmem_msync.3.gz -man/man3/pmem_persist.3.gz -man/man3/pmem_unmap.3.gz -man/man3/pmemblk_bsize.3.gz -man/man3/pmemblk_check.3.gz -man/man3/pmemblk_check_version.3.gz -man/man3/pmemblk_close.3.gz -man/man3/pmemblk_create.3.gz -man/man3/pmemblk_ctl_exec.3.gz -man/man3/pmemblk_ctl_get.3.gz -man/man3/pmemblk_ctl_set.3.gz -man/man3/pmemblk_errormsg.3.gz -man/man3/pmemblk_nblock.3.gz -man/man3/pmemblk_open.3.gz -man/man3/pmemblk_read.3.gz -man/man3/pmemblk_set_error.3.gz -man/man3/pmemblk_set_funcs.3.gz -man/man3/pmemblk_set_zero.3.gz -man/man3/pmemblk_write.3.gz -man/man3/pmemlog_append.3.gz -man/man3/pmemlog_appendv.3.gz -man/man3/pmemlog_check.3.gz -man/man3/pmemlog_check_version.3.gz -man/man3/pmemlog_close.3.gz -man/man3/pmemlog_create.3.gz -man/man3/pmemlog_ctl_exec.3.gz -man/man3/pmemlog_ctl_get.3.gz -man/man3/pmemlog_ctl_set.3.gz -man/man3/pmemlog_errormsg.3.gz -man/man3/pmemlog_nbyte.3.gz -man/man3/pmemlog_open.3.gz -man/man3/pmemlog_rewind.3.gz -man/man3/pmemlog_set_funcs.3.gz -man/man3/pmemlog_tell.3.gz -man/man3/pmemlog_walk.3.gz -man/man3/pmemobj_action.3.gz -man/man3/pmemobj_alloc.3.gz -man/man3/pmemobj_alloc_usable_size.3.gz -man/man3/pmemobj_cancel.3.gz -man/man3/pmemobj_check.3.gz -man/man3/pmemobj_check_version.3.gz -man/man3/pmemobj_close.3.gz -man/man3/pmemobj_cond_broadcast.3.gz -man/man3/pmemobj_cond_signal.3.gz -man/man3/pmemobj_cond_timedwait.3.gz -man/man3/pmemobj_cond_wait.3.gz -man/man3/pmemobj_cond_zero.3.gz -man/man3/pmemobj_create.3.gz -man/man3/pmemobj_ctl_exec.3.gz -man/man3/pmemobj_ctl_get.3.gz -man/man3/pmemobj_ctl_set.3.gz -man/man3/pmemobj_defer_free.3.gz -man/man3/pmemobj_direct.3.gz -man/man3/pmemobj_drain.3.gz -man/man3/pmemobj_errormsg.3.gz -man/man3/pmemobj_first.3.gz -man/man3/pmemobj_flush.3.gz -man/man3/pmemobj_free.3.gz -man/man3/pmemobj_list_insert.3.gz -man/man3/pmemobj_list_insert_new.3.gz -man/man3/pmemobj_list_move.3.gz -man/man3/pmemobj_list_remove.3.gz -man/man3/pmemobj_memcpy.3.gz -man/man3/pmemobj_memcpy_persist.3.gz -man/man3/pmemobj_memmove.3.gz -man/man3/pmemobj_memset.3.gz -man/man3/pmemobj_memset_persist.3.gz -man/man3/pmemobj_mutex_lock.3.gz -man/man3/pmemobj_mutex_timedlock.3.gz -man/man3/pmemobj_mutex_trylock.3.gz -man/man3/pmemobj_mutex_unlock.3.gz -man/man3/pmemobj_mutex_zero.3.gz -man/man3/pmemobj_next.3.gz -man/man3/pmemobj_oid.3.gz -man/man3/pmemobj_open.3.gz -man/man3/pmemobj_persist.3.gz -man/man3/pmemobj_pool_by_oid.3.gz -man/man3/pmemobj_pool_by_ptr.3.gz -man/man3/pmemobj_publish.3.gz -man/man3/pmemobj_realloc.3.gz -man/man3/pmemobj_reserve.3.gz -man/man3/pmemobj_root.3.gz -man/man3/pmemobj_root_construct.3.gz -man/man3/pmemobj_root_size.3.gz -man/man3/pmemobj_rwlock_rdlock.3.gz -man/man3/pmemobj_rwlock_timedrdlock.3.gz -man/man3/pmemobj_rwlock_timedwrlock.3.gz -man/man3/pmemobj_rwlock_tryrdlock.3.gz -man/man3/pmemobj_rwlock_trywrlock.3.gz -man/man3/pmemobj_rwlock_unlock.3.gz -man/man3/pmemobj_rwlock_wrlock.3.gz -man/man3/pmemobj_rwlock_zero.3.gz -man/man3/pmemobj_set_funcs.3.gz -man/man3/pmemobj_set_value.3.gz -man/man3/pmemobj_strdup.3.gz -man/man3/pmemobj_tx_abort.3.gz -man/man3/pmemobj_tx_add_range.3.gz -man/man3/pmemobj_tx_add_range_direct.3.gz -man/man3/pmemobj_tx_alloc.3.gz -man/man3/pmemobj_tx_begin.3.gz -man/man3/pmemobj_tx_commit.3.gz -man/man3/pmemobj_tx_end.3.gz -man/man3/pmemobj_tx_errno.3.gz -man/man3/pmemobj_tx_free.3.gz -man/man3/pmemobj_tx_lock.3.gz -man/man3/pmemobj_tx_process.3.gz -man/man3/pmemobj_tx_publish.3.gz -man/man3/pmemobj_tx_realloc.3.gz -man/man3/pmemobj_tx_stage.3.gz -man/man3/pmemobj_tx_strdup.3.gz -man/man3/pmemobj_tx_wcsdup.3.gz -man/man3/pmemobj_tx_xadd_range.3.gz -man/man3/pmemobj_tx_xadd_range_direct.3.gz -man/man3/pmemobj_tx_xalloc.3.gz -man/man3/pmemobj_tx_zalloc.3.gz -man/man3/pmemobj_tx_zrealloc.3.gz -man/man3/pmemobj_type_num.3.gz -man/man3/pmemobj_volatile.3.gz -man/man3/pmemobj_wcsdup.3.gz -man/man3/pmemobj_xalloc.3.gz -man/man3/pmemobj_xflush.3.gz -man/man3/pmemobj_xpersist.3.gz -man/man3/pmemobj_xreserve.3.gz -man/man3/pmemobj_zalloc.3.gz -man/man3/pmemobj_zrealloc.3.gz -man/man3/pmempool_check.3.gz -man/man3/pmempool_check_end.3.gz -man/man3/pmempool_check_init.3.gz -man/man3/pmempool_check_version.3.gz -man/man3/pmempool_errormsg.3.gz -man/man3/pmempool_feature_disable.3.gz -man/man3/pmempool_feature_enable.3.gz -man/man3/pmempool_feature_query.3.gz -man/man3/pmempool_rm.3.gz -man/man3/pmempool_sync.3.gz -man/man3/pmempool_transform.3.gz -man/man3/pobj_alloc.3.gz -man/man3/pobj_first.3.gz -man/man3/pobj_first_type_num.3.gz -man/man3/pobj_foreach.3.gz -man/man3/pobj_foreach_safe.3.gz -man/man3/pobj_foreach_safe_type.3.gz -man/man3/pobj_foreach_type.3.gz -man/man3/pobj_free.3.gz -man/man3/pobj_layout_begin.3.gz -man/man3/pobj_layout_end.3.gz -man/man3/pobj_layout_name.3.gz -man/man3/pobj_layout_root.3.gz -man/man3/pobj_layout_toid.3.gz -man/man3/pobj_layout_types_num.3.gz -man/man3/pobj_list_empty.3.gz -man/man3/pobj_list_entry.3.gz -man/man3/pobj_list_first.3.gz -man/man3/pobj_list_foreach.3.gz -man/man3/pobj_list_foreach_reverse.3.gz -man/man3/pobj_list_head.3.gz -man/man3/pobj_list_insert_after.3.gz -man/man3/pobj_list_insert_before.3.gz -man/man3/pobj_list_insert_head.3.gz -man/man3/pobj_list_insert_new_after.3.gz -man/man3/pobj_list_insert_new_before.3.gz -man/man3/pobj_list_insert_new_head.3.gz -man/man3/pobj_list_insert_new_tail.3.gz -man/man3/pobj_list_insert_tail.3.gz -man/man3/pobj_list_last.3.gz -man/man3/pobj_list_move_element_after.3.gz -man/man3/pobj_list_move_element_before.3.gz -man/man3/pobj_list_move_element_head.3.gz -man/man3/pobj_list_move_element_tail.3.gz -man/man3/pobj_list_next.3.gz -man/man3/pobj_list_prev.3.gz -man/man3/pobj_list_remove.3.gz -man/man3/pobj_list_remove_free.3.gz -man/man3/pobj_new.3.gz -man/man3/pobj_next.3.gz -man/man3/pobj_next_type_num.3.gz -man/man3/pobj_realloc.3.gz -man/man3/pobj_reserve_alloc.3.gz -man/man3/pobj_reserve_new.3.gz -man/man3/pobj_root.3.gz -man/man3/pobj_xreserve_alloc.3.gz -man/man3/pobj_xreserve_new.3.gz -man/man3/pobj_zalloc.3.gz -man/man3/pobj_znew.3.gz -man/man3/pobj_zrealloc.3.gz -man/man3/toid.3.gz -man/man3/toid_assign.3.gz -man/man3/toid_declare.3.gz -man/man3/toid_declare_root.3.gz -man/man3/toid_equals.3.gz -man/man3/toid_is_null.3.gz -man/man3/toid_offsetof.3.gz -man/man3/toid_type_num.3.gz -man/man3/toid_type_num_of.3.gz -man/man3/toid_typeof.3.gz -man/man3/toid_valid.3.gz -man/man3/tx_add.3.gz -man/man3/tx_add_direct.3.gz -man/man3/tx_add_field.3.gz -man/man3/tx_add_field_direct.3.gz -man/man3/tx_alloc.3.gz -man/man3/tx_begin.3.gz -man/man3/tx_begin_cb.3.gz -man/man3/tx_begin_param.3.gz -man/man3/tx_end.3.gz -man/man3/tx_finally.3.gz -man/man3/tx_free.3.gz -man/man3/tx_memcpy.3.gz -man/man3/tx_memset.3.gz -man/man3/tx_new.3.gz -man/man3/tx_onabort.3.gz -man/man3/tx_oncommit.3.gz -man/man3/tx_realloc.3.gz -man/man3/tx_set.3.gz -man/man3/tx_set_direct.3.gz -man/man3/tx_strdup.3.gz -man/man3/tx_wcsdup.3.gz -man/man3/tx_xadd.3.gz -man/man3/tx_xadd_direct.3.gz -man/man3/tx_xadd_field.3.gz -man/man3/tx_xadd_field_direct.3.gz -man/man3/tx_xalloc.3.gz -man/man3/tx_zalloc.3.gz -man/man3/tx_znew.3.gz -man/man3/tx_zrealloc.3.gz -man/man3/vmem_aligned_alloc.3.gz -man/man3/vmem_calloc.3.gz -man/man3/vmem_check.3.gz -man/man3/vmem_check_version.3.gz -man/man3/vmem_create.3.gz -man/man3/vmem_create_in_region.3.gz -man/man3/vmem_delete.3.gz -man/man3/vmem_errormsg.3.gz -man/man3/vmem_free.3.gz -man/man3/vmem_malloc.3.gz -man/man3/vmem_malloc_usable_size.3.gz -man/man3/vmem_realloc.3.gz -man/man3/vmem_set_funcs.3.gz -man/man3/vmem_stats_print.3.gz -man/man3/vmem_strdup.3.gz -man/man3/vmem_wcsdup.3.gz -man/man5/pmem_ctl.5.gz -man/man5/poolset.5.gz -man/man7/libpmem.7.gz -man/man7/libpmemblk.7.gz -man/man7/libpmemlog.7.gz -man/man7/libpmemobj.7.gz -man/man7/libpmempool.7.gz -man/man7/libvmem.7.gz -man/man7/libvmmalloc.7.gz From owner-svn-ports-all@freebsd.org Fri Dec 7 15:24:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76CD11310A34; Fri, 7 Dec 2018 15:24:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7EB8F53E; Fri, 7 Dec 2018 15:24:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEC9A14E54; Fri, 7 Dec 2018 15:24:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7FO8nL040839; Fri, 7 Dec 2018 15:24:08 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7FO85i040837; Fri, 7 Dec 2018 15:24:08 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201812071524.wB7FO85i040837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 7 Dec 2018 15:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486866 - in head/security/py-trezor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/security/py-trezor: . files X-SVN-Commit-Revision: 486866 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1A7EB8F53E X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 15:24:09 -0000 Author: ehaupt Date: Fri Dec 7 15:24:08 2018 New Revision: 486866 URL: https://svnweb.freebsd.org/changeset/ports/486866 Log: Update to 0.11.0 Added: head/security/py-trezor/files/ head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py (contents, props changed) Modified: head/security/py-trezor/Makefile head/security/py-trezor/distinfo (contents, props changed) Modified: head/security/py-trezor/Makefile ============================================================================== --- head/security/py-trezor/Makefile Fri Dec 7 14:44:26 2018 (r486865) +++ head/security/py-trezor/Makefile Fri Dec 7 15:24:08 2018 (r486866) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trezor -PORTVERSION= 0.10.2 +PORTVERSION= 0.11.0 CATEGORIES= security MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ COMMENT= Client side implementation for TREZOR Bitcoin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= protoc:devel/protobuf \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR} \ @@ -20,8 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:securi USES= python:3.3+ shebangfix USE_PYTHON= autoplist concurrent distutils -NO_ARCH= yes -SHEBANG_FILES= vendor/trezor-common/defs/coins/tools/build_coins.py +NO_ARCH= yes .include Modified: head/security/py-trezor/distinfo ============================================================================== --- head/security/py-trezor/distinfo Fri Dec 7 14:44:26 2018 (r486865) +++ head/security/py-trezor/distinfo Fri Dec 7 15:24:08 2018 (r486866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529839309 -SHA256 (trezor-0.10.2.tar.gz) = 4dba4d5c53d3ca22884d79fb4aa68905fb8353a5da5f96c734645d8cf537138d -SIZE (trezor-0.10.2.tar.gz) = 497984 +TIMESTAMP = 1544191178 +SHA256 (trezor-0.11.0.tar.gz) = 1132f6a97afb0979c5018b067494bc8917b881c02d965f991270a70543b5050c +SIZE (trezor-0.11.0.tar.gz) = 1422722 Added: head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-trezor/files/patch-vendor_trezor-common_tools_coin__info.py Fri Dec 7 15:24:08 2018 (r486866) @@ -0,0 +1,11 @@ +--- vendor/trezor-common/tools/coin_info.py.orig 2018-11-08 13:20:31 UTC ++++ vendor/trezor-common/tools/coin_info.py +@@ -25,7 +25,7 @@ def load_json(*path): + else: + filename = os.path.join(DEFS_DIR, *path) + +- with open(filename) as f: ++ with open(filename, encoding="utf-8") as f: + return json.load(f, object_pairs_hook=OrderedDict) + + From owner-svn-ports-all@freebsd.org Fri Dec 7 15:34:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FDD91310DDF; Fri, 7 Dec 2018 15:34:53 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06FF48FB2E; Fri, 7 Dec 2018 15:34:53 +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 DCEF714FEA; Fri, 7 Dec 2018 15:34:52 +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 wB7FYqnC046019; Fri, 7 Dec 2018 15:34:52 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7FYq8c046018; Fri, 7 Dec 2018 15:34:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812071534.wB7FYq8c046018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 15:34:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486867 - head/security/clamav X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/security/clamav X-SVN-Commit-Revision: 486867 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 06FF48FB2E X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 15:34:53 -0000 Author: linimon Date: Fri Dec 7 15:34:52 2018 New Revision: 486867 URL: https://svnweb.freebsd.org/changeset/ports/486867 Log: Base GCC supports neither -Wno-logical-op-parentheses nor -Wno-dangling-else. Remove them on GCC-based architectures to fix build. PR: 233800 Submitted by: Piotr Kubaj Approved by: maintainer Modified: head/security/clamav/Makefile Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Fri Dec 7 15:24:08 2018 (r486866) +++ head/security/clamav/Makefile Fri Dec 7 15:34:52 2018 (r486867) @@ -141,6 +141,8 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ -e 's|^\#?(MilterSocket) */tmp.*$$|\1 ${CLAMAV_MILTER_SOCKET}|' \ -e 's|^\#?(ClamdSocket).*$$|\1 unix:${CLAMAV_CLAMD_SOCKET}|' +.include + post-patch: @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lthr|g' \ -e 's|LC_REVISION=22|LC_REVISION=24|' \ @@ -149,6 +151,13 @@ post-patch: ${WRKSRC}/etc/clamd.conf.sample \ ${WRKSRC}/etc/freshclam.conf.sample \ ${WRKSRC}/etc/clamav-milter.conf.sample +.if exists(/usr/lib/libstdc++.so) + @${REINPLACE_CMD} -e 's|-Wno-logical-op-parentheses||' \ + -e 's|-Wno-dangling-else||' \ + ${WRKSRC}/libclamav/Makefile.am \ + ${WRKSRC}/libclamav/Makefile.in \ + ${WRKSRC}/libclamunrar/makefile +.endif pre-configure-TESTS-on: @if ! ${PYTHON_CMD} -c "import thread" >/dev/null 2>&1; then \ @@ -174,4 +183,4 @@ post-install: ${STAGEDIR}${RUNDIR} (cd ${WRKSRC}/docs/html; ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html) -.include +.include From owner-svn-ports-all@freebsd.org Fri Dec 7 15:59:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9258B1311E37; Fri, 7 Dec 2018 15:59:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38ABA6AAEF; Fri, 7 Dec 2018 15:59:49 +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 1761715374; Fri, 7 Dec 2018 15:59:49 +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 wB7FxmlW056844; Fri, 7 Dec 2018 15:59:48 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7FxmmZ056843; Fri, 7 Dec 2018 15:59:48 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812071559.wB7FxmmZ056843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 15:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486868 - head/www/webkit-gtk3/files X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/www/webkit-gtk3/files X-SVN-Commit-Revision: 486868 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 38ABA6AAEF X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 15:59:49 -0000 Author: linimon Date: Fri Dec 7 15:59:48 2018 New Revision: 486868 URL: https://svnweb.freebsd.org/changeset/ports/486868 Log: To build on powerpc64, assembler, JIT, YARR JIT and Sampling Profiler need to be disabled. PR: 233731 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h Modified: head/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h ============================================================================== --- head/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h Fri Dec 7 15:34:52 2018 (r486867) +++ head/www/webkit-gtk3/files/patch-Source_WTF_wtf_Platform.h Fri Dec 7 15:59:48 2018 (r486868) @@ -1,7 +1,25 @@ -This patch reportedly fixes build for ARM. See PR 208569 +This patch reportedly fixes build for ARM and powerpc64. See PR 208569 --- Source/WTF/wtf/Platform.h.orig 2016-04-10 06:48:36 UTC +++ Source/WTF/wtf/Platform.h +@@ -119,11 +119,16 @@ + + /* CPU(PPC64) - PowerPC 64-bit Big Endian */ + #if ( defined(__ppc64__) \ +- || defined(__PPC64__)) \ ++ || defined(__PPC64__) \ ++ || defined(__powerpc64__)) \ + && defined(__BYTE_ORDER__) \ + && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) + #define WTF_CPU_PPC64 1 + #define WTF_CPU_BIG_ENDIAN 1 ++#define ENABLE_ASSEMBLER 0 ++#define ENABLE_JIT 0 ++#define ENABLE_YARR_JIT 0 ++#define ENABLE_SAMPLING_PROFILER 0 + #endif + + /* CPU(PPC64) - PowerPC 64-bit Little Endian */ @@ -218,6 +218,7 @@ #elif defined(__ARM_ARCH_6__) \ || defined(__ARM_ARCH_6J__) \ From owner-svn-ports-all@freebsd.org Fri Dec 7 16:05:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFC69131227A; Fri, 7 Dec 2018 16:05:58 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FB8B6B25A; Fri, 7 Dec 2018 16:05:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 508321551E; Fri, 7 Dec 2018 16:05:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7G5wLY061970; Fri, 7 Dec 2018 16:05:58 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7G5wYv061969; Fri, 7 Dec 2018 16:05:58 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812071605.wB7G5wYv061969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 16:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486869 - head/x11/gnome-session X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/x11/gnome-session X-SVN-Commit-Revision: 486869 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6FB8B6B25A X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 16:05:59 -0000 Author: linimon Date: Fri Dec 7 16:05:57 2018 New Revision: 486869 URL: https://svnweb.freebsd.org/changeset/ports/486869 Log: This port requires USES=compiler:c11 to build on GCC-based platforms. PR: 233747 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/x11/gnome-session/Makefile Modified: head/x11/gnome-session/Makefile ============================================================================== --- head/x11/gnome-session/Makefile Fri Dec 7 15:59:48 2018 (r486868) +++ head/x11/gnome-session/Makefile Fri Dec 7 16:05:57 2018 (r486869) @@ -23,7 +23,8 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:sysu PORTSCOUT= limitw:1,even -USES= gettext gnome localbase:ldflags meson pkgconfig python:3.6+,build tar:xz +USES= compiler:c11 gettext gnome localbase:ldflags meson pkgconfig \ + python:3.6+,build tar:xz USE_GNOME= gnomedesktop3 gtk30 USE_XORG= ice sm x11 xcomposite xtrans USE_GL= egl gl glesv2 From owner-svn-ports-all@freebsd.org Fri Dec 7 16:18:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7604313127A4; Fri, 7 Dec 2018 16:18:54 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D3726BC9C; Fri, 7 Dec 2018 16:18:54 +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 F23E3156C8; Fri, 7 Dec 2018 16:18:53 +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 wB7GIrDd067253; Fri, 7 Dec 2018 16:18:53 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7GIr1i067252; Fri, 7 Dec 2018 16:18:53 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812071618.wB7GIr1i067252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 16:18:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486870 - head/games/lwjgl X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/games/lwjgl X-SVN-Commit-Revision: 486870 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1D3726BC9C X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 16:18:54 -0000 Author: linimon Date: Fri Dec 7 16:18:53 2018 New Revision: 486870 URL: https://svnweb.freebsd.org/changeset/ports/486870 Log: This port can be built on powerpc64 with s/amd64/ppc64/g in build.xml and MAKE_ARGS+=-Dbuild.64bit.only=1. While here, pet portlint. PR: 233832 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/games/lwjgl/Makefile Modified: head/games/lwjgl/Makefile ============================================================================== --- head/games/lwjgl/Makefile Fri Dec 7 16:05:57 2018 (r486869) +++ head/games/lwjgl/Makefile Fri Dec 7 16:18:53 2018 (r486870) @@ -13,11 +13,12 @@ COMMENT= Lightweight Java Game Library LICENSE= BSD3CLAUSE +ONLY_FOR_ARCHS= amd64 i386 powerpc64 + BUILD_DEPENDS= ${JAVALIBDIR}/jutils/jutils.jar:games/jutils \ ${JAVALIBDIR}/jinput/jinput.jar:games/jinput RUN_DEPENDS:= ${BUILD_DEPENDS} -ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} EXTRACT_AFTER_ARGS= -d ${WRKSRC} @@ -46,14 +47,22 @@ PLIST_DIRS= %%JAVAJARDIR%%/${PORTNAME} \ PLIST_FILES+= lib/${PORTNAME}${PORTVERSION}/lib${PORTNAME}.so .endif -.if ${ARCH} == amd64 +.if ${ARCH} == amd64 || ${ARCH} == powerpc64 PLIST_FILES+= lib/${PORTNAME}${PORTVERSION}/lib${PORTNAME}64.so .endif +.if ${ARCH} == powerpc64 +MAKE_ARGS+= -Dbuild.64bit.only=1 +.endif + post-patch: @${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}|g' \ -e '/executable/s/cc/${CC}/g' \ ${WRKSRC}/platform_build/bsd_ant/build.xml +.if ${ARCH} == powerpc64 + @${REINPLACE_CMD} -e 's|amd64|ppc64|g' \ + ${WRKSRC}/platform_build/bsd_ant/build.xml +.endif do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR}/${PORTNAME} @@ -66,7 +75,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/libs/freebsd/lib${PORTNAME}.so \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME}${PORTVERSION} .endif -.if ${ARCH} == amd64 +.if ${ARCH} == amd64 || ${ARCH} == powerpc64 ${INSTALL_DATA} ${WRKSRC}/libs/freebsd/lib${PORTNAME}64.so \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME}${PORTVERSION} .endif From owner-svn-ports-all@freebsd.org Fri Dec 7 16:19:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DD8813127FA; Fri, 7 Dec 2018 16:19:50 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 142BC6BD99; Fri, 7 Dec 2018 16:19:50 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 0337185F4; Fri, 7 Dec 2018 16:19:49 +0000 (UTC) From: Jan Beich To: Mark Linimon Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486867 - head/security/clamav References: <201812071534.wB7FYq8c046018@repo.freebsd.org> Date: Fri, 07 Dec 2018 17:19:44 +0100 In-Reply-To: <201812071534.wB7FYq8c046018@repo.freebsd.org> (Mark Linimon's message of "Fri, 7 Dec 2018 15:34:52 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 142BC6BD99 X-Spamd-Result: default: False [-2.79 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.93)[-0.931,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-0.90)[-0.901,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 16:19:50 -0000 Mark Linimon writes: > Author: linimon > Date: Fri Dec 7 15:34:52 2018 > New Revision: 486867 > URL: https://svnweb.freebsd.org/changeset/ports/486867 > > Log: > Base GCC supports neither -Wno-logical-op-parentheses nor -Wno-dangling-else. > Remove them on GCC-based architectures to fix build. > > PR: 233800 > Submitted by: Piotr Kubaj > Approved by: maintainer > > Modified: > head/security/clamav/Makefile > > Modified: head/security/clamav/Makefile > ============================================================================== > --- head/security/clamav/Makefile Fri Dec 7 15:24:08 2018 (r486866) > +++ head/security/clamav/Makefile Fri Dec 7 15:34:52 2018 (r486867) > @@ -141,6 +141,8 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ > -e 's|^\#?(MilterSocket) */tmp.*$$|\1 ${CLAMAV_MILTER_SOCKET}|' \ > -e 's|^\#?(ClamdSocket).*$$|\1 unix:${CLAMAV_CLAMD_SOCKET}|' > > +.include > + [...] > +.if exists(/usr/lib/libstdc++.so) Why do you need if only exists() is used? From owner-svn-ports-all@freebsd.org Fri Dec 7 16:25:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED1C81312B51; Fri, 7 Dec 2018 16:25:37 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 911F36C388; Fri, 7 Dec 2018 16:25:37 +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 7237E1586F; Fri, 7 Dec 2018 16:25:37 +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 wB7GPbxs072366; Fri, 7 Dec 2018 16:25:37 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7GPb9j072365; Fri, 7 Dec 2018 16:25:37 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812071625.wB7GPb9j072365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 16:25:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486871 - head/audio/libcoverart X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/audio/libcoverart X-SVN-Commit-Revision: 486871 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 911F36C388 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 16:25:38 -0000 Author: linimon Date: Fri Dec 7 16:25:37 2018 New Revision: 486871 URL: https://svnweb.freebsd.org/changeset/ports/486871 Log: To build on GCC-based architectures, we need to use GCC from ports with c99, c++98 and -Wno-implicit-fallthrough. PR: 233839 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/audio/libcoverart/Makefile Modified: head/audio/libcoverart/Makefile ============================================================================== --- head/audio/libcoverart/Makefile Fri Dec 7 16:18:53 2018 (r486870) +++ head/audio/libcoverart/Makefile Fri Dec 7 16:25:37 2018 (r486871) @@ -14,8 +14,12 @@ LICENSE= LGPL20 LIB_DEPENDS= libjansson.so:devel/jansson \ libneon.so:www/neon -USES= cmake pathfix +USES= compiler:c11 cmake pathfix +USE_CSTD= c99 +USE_CXXSTD= c++98 USE_LDCONFIG= yes + +CXXFLAGS+= -Wno-implicit-fallthrough post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ From owner-svn-ports-all@freebsd.org Fri Dec 7 16:29:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B127F1312D05; Fri, 7 Dec 2018 16:29:52 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58C136C6A2; Fri, 7 Dec 2018 16:29:52 +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 39D8615896; Fri, 7 Dec 2018 16:29:52 +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 wB7GTqos072627; Fri, 7 Dec 2018 16:29:52 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7GTqcb072626; Fri, 7 Dec 2018 16:29:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812071629.wB7GTqcb072626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 16:29:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486872 - head/audio/taglookup X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/audio/taglookup X-SVN-Commit-Revision: 486872 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 58C136C6A2 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 16:29:52 -0000 Author: linimon Date: Fri Dec 7 16:29:51 2018 New Revision: 486872 URL: https://svnweb.freebsd.org/changeset/ports/486872 Log: USES=compiler:c++11-lang is necessary to build this port on GCC-based architectures. PR: 233841 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/audio/taglookup/Makefile Modified: head/audio/taglookup/Makefile ============================================================================== --- head/audio/taglookup/Makefile Fri Dec 7 16:25:37 2018 (r486871) +++ head/audio/taglookup/Makefile Fri Dec 7 16:29:51 2018 (r486872) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcddb.so:audio/libcddb \ libtag.so:audio/taglib -USES= pkgconfig tar:tgz +USES= compiler:c++11-lang pkgconfig tar:tgz PLIST_FILES= bin/taglookup \ man/man1/taglookup.1.gz From owner-svn-ports-all@freebsd.org Fri Dec 7 16:48:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84CB81313359; Fri, 7 Dec 2018 16:48:09 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 253F76D4ED; Fri, 7 Dec 2018 16:48:09 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0641815BE2; Fri, 7 Dec 2018 16:48:09 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7Gm8uW082934; Fri, 7 Dec 2018 16:48:08 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7Gm87L082932; Fri, 7 Dec 2018 16:48:08 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812071648.wB7Gm87L082932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 7 Dec 2018 16:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486873 - head/graphics/netpbm X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/graphics/netpbm X-SVN-Commit-Revision: 486873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 253F76D4ED X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.965,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 16:48:09 -0000 Author: tobik Date: Fri Dec 7 16:48:08 2018 New Revision: 486873 URL: https://svnweb.freebsd.org/changeset/ports/486873 Log: graphics/netpbm: Update to 10.84.04 - Add an additional mirror and missing USES=gnome Changes: https://raw.githubusercontent.com/t6/netpbm/v10.84.04/doc/HISTORY Modified: head/graphics/netpbm/Makefile head/graphics/netpbm/distinfo Modified: head/graphics/netpbm/Makefile ============================================================================== --- head/graphics/netpbm/Makefile Fri Dec 7 16:29:51 2018 (r486872) +++ head/graphics/netpbm/Makefile Fri Dec 7 16:48:08 2018 (r486873) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= netpbm -DISTVERSION= 10.84.02 +DISTVERSION= 10.84.04 CATEGORIES= graphics MASTER_SITES= https://github.com/t6/netpbm/releases/download/v${DISTVERSION}/ \ + https://gitlab.com/tobiask/netpbm/uploads/b29b61bbb4a7bf38cb3d77785bcc2657/ \ LOCAL/tobik MAINTAINER= tobik@FreeBSD.org @@ -69,6 +70,7 @@ STATIC_LIB_DEPENDS_OFF= libtiff.so:graphics/tiff \ STATIC_USES= jpeg:build STATIC_USES_OFF= jpeg SVGTOPAM_DESC= Build svgtopam +SVGTOPAM_USES= gnome SVGTOPAM_USE= GNOME=libxml2 SVGTOPAM_VARS_OFF= DISABLED_TESTS+=svgtopam X11_USE= XORG=x11,xcb,xau,xdmcp Modified: head/graphics/netpbm/distinfo ============================================================================== --- head/graphics/netpbm/distinfo Fri Dec 7 16:29:51 2018 (r486872) +++ head/graphics/netpbm/distinfo Fri Dec 7 16:48:08 2018 (r486873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539980273 -SHA256 (netpbm-10.84.02.tar.gz) = ba896fa201ad28aa5fb3782dfa28d8df8fcfa5b98f3cc7c788c0ceda085a1812 -SIZE (netpbm-10.84.02.tar.gz) = 3291445 +TIMESTAMP = 1544200117 +SHA256 (netpbm-10.84.04.tar.gz) = f225ae16cf74a6eb3d8537fb15aa9aca47200d936a6615060f378dbb51ac5aab +SIZE (netpbm-10.84.04.tar.gz) = 3292715 From owner-svn-ports-all@freebsd.org Fri Dec 7 17:07:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00F981313CC6; Fri, 7 Dec 2018 17:07:02 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1986E411; Fri, 7 Dec 2018 17:07: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 776DD15F30; Fri, 7 Dec 2018 17:07: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 wB7H71oW093242; Fri, 7 Dec 2018 17:07:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7H71H3093240; Fri, 7 Dec 2018 17:07:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812071707.wB7H71H3093240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 7 Dec 2018 17:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486874 - branches/2018Q4/emulators/ppsspp X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/ppsspp X-SVN-Commit-Revision: 486874 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9B1986E411 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 17:07:02 -0000 Author: jbeich Date: Fri Dec 7 17:07:00 2018 New Revision: 486874 URL: https://svnweb.freebsd.org/changeset/ports/486874 Log: MFH: r484184 r485861 r486858 emulators/ppsspp: update to 1.7.5 Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.7.1...v1.7.5 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/emulators/ppsspp/Makefile branches/2018Q4/emulators/ppsspp/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/ppsspp/Makefile ============================================================================== --- branches/2018Q4/emulators/ppsspp/Makefile Fri Dec 7 16:48:08 2018 (r486873) +++ branches/2018Q4/emulators/ppsspp/Makefile Fri Dec 7 17:07:00 2018 (r486874) @@ -2,7 +2,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v -DISTVERSION?= 1.7.1 +DISTVERSION?= 1.7.5 PORTREVISION?= 0 CATEGORIES= emulators # XXX Get from Debian once #697821 lands @@ -23,7 +23,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils USE_GITHUB= yes GH_ACCOUNT= hrydgard GH_TUPLE?= hrydgard:glslang:29619b23:glslang/ext/glslang \ - hrydgard:${PORTNAME}-lang:f60be49:lang/assets/lang \ + hrydgard:${PORTNAME}-lang:7ea29e4:lang/assets/lang \ KhronosGroup:SPIRV-Cross:be7425e:SPIRV/ext/SPIRV-Cross \ Kingcom:armips:v0.10.0-22-g9efe336:armips/ext/armips \ Kingcom:tinyformat:Release-2.0.1-7-gb7f5a22:tinyformat/ext/armips/ext/tinyformat \ Modified: branches/2018Q4/emulators/ppsspp/distinfo ============================================================================== --- branches/2018Q4/emulators/ppsspp/distinfo Fri Dec 7 16:48:08 2018 (r486873) +++ branches/2018Q4/emulators/ppsspp/distinfo Fri Dec 7 17:07:00 2018 (r486874) @@ -1,12 +1,12 @@ -TIMESTAMP = 1541080274 +TIMESTAMP = 1543931019 SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b SIZE (ppsspp.1) = 1598 -SHA256 (hrydgard-ppsspp-v1.7.1_GH0.tar.gz) = 4c325d585407f65b7b4012c407e3e2f246e57e821f780c3af12aa2874356f2bd -SIZE (hrydgard-ppsspp-v1.7.1_GH0.tar.gz) = 19484840 +SHA256 (hrydgard-ppsspp-v1.7.5_GH0.tar.gz) = 85506e2db4e12e584fa3fc7aefe9ece039614ef2989ede8ff5489bfc04476842 +SIZE (hrydgard-ppsspp-v1.7.5_GH0.tar.gz) = 19487276 SHA256 (hrydgard-glslang-29619b23_GH0.tar.gz) = d1779812444d1514701ae41e9f07ecf368a29a8ce43452ef17601494cd27e672 SIZE (hrydgard-glslang-29619b23_GH0.tar.gz) = 2351816 -SHA256 (hrydgard-ppsspp-lang-f60be49_GH0.tar.gz) = 5dffccd8f5dcabcc37a8f7d3a634226f3591b79d8b483c6820720371e828dbbe -SIZE (hrydgard-ppsspp-lang-f60be49_GH0.tar.gz) = 534035 +SHA256 (hrydgard-ppsspp-lang-7ea29e4_GH0.tar.gz) = a3af6e899de75fb3f8a354d1b0e20abd7119225fc68c83da56a59a2d4e19a27e +SIZE (hrydgard-ppsspp-lang-7ea29e4_GH0.tar.gz) = 534957 SHA256 (KhronosGroup-SPIRV-Cross-be7425e_GH0.tar.gz) = a5a06eee313583289f697689a3b79579b6f3dc40c766520e905047dfa94aade1 SIZE (KhronosGroup-SPIRV-Cross-be7425e_GH0.tar.gz) = 537750 SHA256 (Kingcom-armips-v0.10.0-22-g9efe336_GH0.tar.gz) = 5cd6210447b4a03f22901304f8a19b77526908671bb6522621154267948ad865 From owner-svn-ports-all@freebsd.org Fri Dec 7 17:31:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16FB51314808; Fri, 7 Dec 2018 17:31:08 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1FF56F53C; Fri, 7 Dec 2018 17:31:07 +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 931E6162CC; Fri, 7 Dec 2018 17:31:07 +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 wB7HV78m003739; Fri, 7 Dec 2018 17:31:07 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7HV7jS003738; Fri, 7 Dec 2018 17:31:07 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812071731.wB7HV7jS003738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 7 Dec 2018 17:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486875 - head/security/clamav X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/security/clamav X-SVN-Commit-Revision: 486875 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B1FF56F53C X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 17:31:08 -0000 Author: linimon Date: Fri Dec 7 17:31:07 2018 New Revision: 486875 URL: https://svnweb.freebsd.org/changeset/ports/486875 Log: Remove artifact from earlier version of patch. Reported by: jbeich Modified: head/security/clamav/Makefile Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Fri Dec 7 17:07:00 2018 (r486874) +++ head/security/clamav/Makefile Fri Dec 7 17:31:07 2018 (r486875) @@ -141,8 +141,6 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ -e 's|^\#?(MilterSocket) */tmp.*$$|\1 ${CLAMAV_MILTER_SOCKET}|' \ -e 's|^\#?(ClamdSocket).*$$|\1 unix:${CLAMAV_CLAMD_SOCKET}|' -.include - post-patch: @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lthr|g' \ -e 's|LC_REVISION=22|LC_REVISION=24|' \ @@ -183,4 +181,4 @@ post-install: ${STAGEDIR}${RUNDIR} (cd ${WRKSRC}/docs/html; ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html) -.include +.include From owner-svn-ports-all@freebsd.org Fri Dec 7 17:38:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8FA21314B02; Fri, 7 Dec 2018 17:38:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C3886F86C; Fri, 7 Dec 2018 17:38:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2937916429; Fri, 7 Dec 2018 17:38:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7HcT6v008903; Fri, 7 Dec 2018 17:38:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7HcSKC008901; Fri, 7 Dec 2018 17:38:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812071738.wB7HcSKC008901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 7 Dec 2018 17:38:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486876 - head/devel/jenkins-lts X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/jenkins-lts X-SVN-Commit-Revision: 486876 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4C3886F86C X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 17:38:29 -0000 Author: swills Date: Fri Dec 7 17:38:28 2018 New Revision: 486876 URL: https://svnweb.freebsd.org/changeset/ports/486876 Log: devel/jenkins-lts: update to 2.150.1 Modified: head/devel/jenkins-lts/Makefile (contents, props changed) head/devel/jenkins-lts/distinfo (contents, props changed) Modified: head/devel/jenkins-lts/Makefile ============================================================================== --- head/devel/jenkins-lts/Makefile Fri Dec 7 17:31:07 2018 (r486875) +++ head/devel/jenkins-lts/Makefile Fri Dec 7 17:38:28 2018 (r486876) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.138.4 +PORTVERSION= 2.150.1 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: head/devel/jenkins-lts/distinfo ============================================================================== --- head/devel/jenkins-lts/distinfo Fri Dec 7 17:31:07 2018 (r486875) +++ head/devel/jenkins-lts/distinfo Fri Dec 7 17:38:28 2018 (r486876) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544002681 -SHA256 (jenkins/2.138.4/jenkins.war) = 053d2941d558092c934a0f95798ff2177170eecfffab27a46e30744cf12bc3da -SIZE (jenkins/2.138.4/jenkins.war) = 75751509 +TIMESTAMP = 1544203556 +SHA256 (jenkins/2.150.1/jenkins.war) = 7a38586d5a3a1a83498809a83715728bb2f01b58a7dd3a88366f076efdaf6669 +SIZE (jenkins/2.150.1/jenkins.war) = 75938045 From owner-svn-ports-all@freebsd.org Fri Dec 7 18:03:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4149E1315422; Fri, 7 Dec 2018 18:03:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86BFF70814; Fri, 7 Dec 2018 18:03:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61AA91691F; Fri, 7 Dec 2018 18:03:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7I3PnE023765; Fri, 7 Dec 2018 18:03:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7I3PRF023762; Fri, 7 Dec 2018 18:03:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812071803.wB7I3PRF023762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 7 Dec 2018 18:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486877 - head/devel/ipython X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/ipython X-SVN-Commit-Revision: 486877 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 86BFF70814 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 18:03:26 -0000 Author: swills Date: Fri Dec 7 18:03:24 2018 New Revision: 486877 URL: https://svnweb.freebsd.org/changeset/ports/486877 Log: devel/ipython: update to 7.2.0 Modified: head/devel/ipython/Makefile (contents, props changed) head/devel/ipython/distinfo (contents, props changed) Modified: head/devel/ipython/Makefile ============================================================================== --- head/devel/ipython/Makefile Fri Dec 7 17:38:28 2018 (r486876) +++ head/devel/ipython/Makefile Fri Dec 7 18:03:24 2018 (r486877) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ipython -PORTVERSION= 6.5.0 -PORTREVISION= 1 +PORTVERSION= 7.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,14 +17,15 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py ${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pickleshare>=0:databases/py-pickleshare@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.4:devel/py-prompt_toolkit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prompt_toolkit2>=2.0.0:devel/py-prompt_toolkit2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplegeneric>0.8:devel/py-simplegeneric@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jedi>=0.10:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}backcall>=0.1.0:devel/py-backcall@${PY_FLAVOR} -USES= python:3.3+ +USES= python:3.5+ + USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/ipython/distinfo ============================================================================== --- head/devel/ipython/distinfo Fri Dec 7 17:38:28 2018 (r486876) +++ head/devel/ipython/distinfo Fri Dec 7 18:03:24 2018 (r486877) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532951494 -SHA256 (ipython-6.5.0.tar.gz) = b0f2ef9eada4a68ef63ee10b6dde4f35c840035c50fd24265f8052c98947d5a4 -SIZE (ipython-6.5.0.tar.gz) = 5084444 +TIMESTAMP = 1543979685 +SHA256 (ipython-7.2.0.tar.gz) = 6a9496209b76463f1dec126ab928919aaf1f55b38beb9219af3fe202f6bbdd12 +SIZE (ipython-7.2.0.tar.gz) = 5112895 From owner-svn-ports-all@freebsd.org Fri Dec 7 18:13:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAA311315BB4; Fri, 7 Dec 2018 18:13:21 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50557711C6; Fri, 7 Dec 2018 18:13:21 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 324AE16AB2; Fri, 7 Dec 2018 18:13:21 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7IDLn9029050; Fri, 7 Dec 2018 18:13:21 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7IDKj7029048; Fri, 7 Dec 2018 18:13:20 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201812071813.wB7IDKj7029048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 7 Dec 2018 18:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486878 - head/sysutils/iocage-devel X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: head/sysutils/iocage-devel X-SVN-Commit-Revision: 486878 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 50557711C6 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 18:13:21 -0000 Author: wg Date: Fri Dec 7 18:13:20 2018 New Revision: 486878 URL: https://svnweb.freebsd.org/changeset/ports/486878 Log: sysutils/iocage-devel: update to 20181207 - Fix migration from stable version Modified: head/sysutils/iocage-devel/Makefile head/sysutils/iocage-devel/distinfo Modified: head/sysutils/iocage-devel/Makefile ============================================================================== --- head/sysutils/iocage-devel/Makefile Fri Dec 7 18:03:24 2018 (r486877) +++ head/sysutils/iocage-devel/Makefile Fri Dec 7 18:13:20 2018 (r486878) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= iocage-devel -PORTVERSION= 1.0.0.20181203 +PORTVERSION= 1.0.0.20181207 PORTEPOCH= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py USE_GITHUB= yes GH_ACCOUNT= iocage GH_PROJECT= iocage -GH_TAGNAME= 531a5cf +GH_TAGNAME= 704b5c2 NO_ARCH= yes USES= python:3.6+ Modified: head/sysutils/iocage-devel/distinfo ============================================================================== --- head/sysutils/iocage-devel/distinfo Fri Dec 7 18:03:24 2018 (r486877) +++ head/sysutils/iocage-devel/distinfo Fri Dec 7 18:13:20 2018 (r486878) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543833591 -SHA256 (iocage-iocage-1.0.0.20181203-531a5cf_GH0.tar.gz) = 75ec5c4ef9142d7f0a235f7e1b7a0bb25e207cae35c50b9c736648aabadad28a -SIZE (iocage-iocage-1.0.0.20181203-531a5cf_GH0.tar.gz) = 320035 +TIMESTAMP = 1544177538 +SHA256 (iocage-iocage-1.0.0.20181207-704b5c2_GH0.tar.gz) = 3e40c683eb0a6c4c469480269d49d38f40227879b1f918fdca343fc355bd43da +SIZE (iocage-iocage-1.0.0.20181207-704b5c2_GH0.tar.gz) = 321013 From owner-svn-ports-all@freebsd.org Fri Dec 7 18:18:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1D421315D63; Fri, 7 Dec 2018 18:18:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7894A7146A; Fri, 7 Dec 2018 18:18:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C4AC16AB6; Fri, 7 Dec 2018 18:18:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7IIiZ4029408; Fri, 7 Dec 2018 18:18:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7IIhib029405; Fri, 7 Dec 2018 18:18:43 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812071818.wB7IIhib029405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 7 Dec 2018 18:18:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486879 - in head/devel: . py-ipykernel5 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . py-ipykernel5 X-SVN-Commit-Revision: 486879 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7894A7146A X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 18:18:45 -0000 Author: swills Date: Fri Dec 7 18:18:43 2018 New Revision: 486879 URL: https://svnweb.freebsd.org/changeset/ports/486879 Log: devel/py-ipykernel5: create port py-ipykernel 5.x, which requires python 3.4 or newer Added: head/devel/py-ipykernel5/ - copied from r486878, head/devel/py-ipykernel/ Modified: head/devel/Makefile head/devel/py-ipykernel5/Makefile head/devel/py-ipykernel5/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 7 18:13:20 2018 (r486878) +++ head/devel/Makefile Fri Dec 7 18:18:43 2018 (r486879) @@ -4663,6 +4663,7 @@ SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-ipykernel + SUBDIR += py-ipykernel5 SUBDIR += py-ipyparallel SUBDIR += py-ipython_genutils SUBDIR += py-ipywidgets Modified: head/devel/py-ipykernel5/Makefile ============================================================================== --- head/devel/py-ipykernel/Makefile Fri Dec 7 18:13:20 2018 (r486878) +++ head/devel/py-ipykernel5/Makefile Fri Dec 7 18:18:43 2018 (r486879) @@ -1,10 +1,11 @@ # $FreeBSD$ PORTNAME= ipykernel -PORTVERSION= 4.10.0 +PORTVERSION= 5.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 5 MAINTAINER= python@FreeBSD.org COMMENT= IPython Kernel for Jupyter @@ -13,14 +14,14 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=4.0.0:devel/ipython5@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=4.0:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.1.0:devel/py-traitlets@${PY_FLAVOR} -USES= python -USE_PYTHON= autoplist concurrent distutils +USES= python:3.4+ +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Modified: head/devel/py-ipykernel5/distinfo ============================================================================== --- head/devel/py-ipykernel/distinfo Fri Dec 7 18:13:20 2018 (r486878) +++ head/devel/py-ipykernel5/distinfo Fri Dec 7 18:18:43 2018 (r486879) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539030193 -SHA256 (ipykernel-4.10.0.tar.gz) = 699103c8e64886e3ec7053f2a6aa83bb90426063526f63a818732ff385202bad -SIZE (ipykernel-4.10.0.tar.gz) = 96242 +TIMESTAMP = 1543978655 +SHA256 (ipykernel-5.1.0.tar.gz) = 0fc0bf97920d454102168ec2008620066878848fcfca06c22b669696212e292f +SIZE (ipykernel-5.1.0.tar.gz) = 101198 From owner-svn-ports-all@freebsd.org Fri Dec 7 18:40:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7261113164E9; Fri, 7 Dec 2018 18:40:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1772171FD2; Fri, 7 Dec 2018 18:40:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E985516DF5; Fri, 7 Dec 2018 18:40:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7Ie7fO039716; Fri, 7 Dec 2018 18:40:07 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7Ie7L5039715; Fri, 7 Dec 2018 18:40:07 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812071840.wB7Ie7L5039715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 7 Dec 2018 18:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486880 - head/devel/py-jupyter_console X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-jupyter_console X-SVN-Commit-Revision: 486880 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1772171FD2 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 18:40:08 -0000 Author: swills Date: Fri Dec 7 18:40:07 2018 New Revision: 486880 URL: https://svnweb.freebsd.org/changeset/ports/486880 Log: devel/py-jupyter_console: update to 6.0.0 Modified: head/devel/py-jupyter_console/Makefile (contents, props changed) head/devel/py-jupyter_console/distinfo (contents, props changed) Modified: head/devel/py-jupyter_console/Makefile ============================================================================== --- head/devel/py-jupyter_console/Makefile Fri Dec 7 18:18:43 2018 (r486879) +++ head/devel/py-jupyter_console/Makefile Fri Dec 7 18:40:07 2018 (r486880) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= jupyter_console -PORTVERSION= 5.2.0 -PORTREVISION= 1 +PORTVERSION= 6.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +13,13 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipython5>=0:devel/ipython5@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.4:devel/py-prompt_toolkit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.0.0:devel/py-ipykernel5@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prompt_toolkit2>=2.0.0:devel/py-prompt_toolkit2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} -USES= python +USES= python:3.5+ + USE_PYTHON= distutils autoplist USE_LOCALE= en_US.UTF-8 NO_ARCH= yes Modified: head/devel/py-jupyter_console/distinfo ============================================================================== --- head/devel/py-jupyter_console/distinfo Fri Dec 7 18:18:43 2018 (r486879) +++ head/devel/py-jupyter_console/distinfo Fri Dec 7 18:40:07 2018 (r486880) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521136405 -SHA256 (jupyter_console-5.2.0.tar.gz) = 545dedd3aaaa355148093c5609f0229aeb121b4852995c2accfa64fe3e0e55cd -SIZE (jupyter_console-5.2.0.tar.gz) = 27063 +TIMESTAMP = 1543970482 +SHA256 (jupyter_console-6.0.0.tar.gz) = 308ce876354924fb6c540b41d5d6d08acfc946984bf0c97777c1ddcb42e0b2f5 +SIZE (jupyter_console-6.0.0.tar.gz) = 27780 From owner-svn-ports-all@freebsd.org Fri Dec 7 18:41:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 617E1131668D; Fri, 7 Dec 2018 18:41:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 081377231D; Fri, 7 Dec 2018 18:41:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE92016F4E; Fri, 7 Dec 2018 18:41:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7Ifjk0042825; Fri, 7 Dec 2018 18:41:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7Ifjdx042824; Fri, 7 Dec 2018 18:41:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812071841.wB7Ifjdx042824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 7 Dec 2018 18:41:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486881 - head/devel/py-qtconsole X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-qtconsole X-SVN-Commit-Revision: 486881 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 081377231D X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 18:41:46 -0000 Author: swills Date: Fri Dec 7 18:41:45 2018 New Revision: 486881 URL: https://svnweb.freebsd.org/changeset/ports/486881 Log: devel/py-qtconsole: update to 4.4.3, use qt5 Modified: head/devel/py-qtconsole/Makefile (contents, props changed) head/devel/py-qtconsole/distinfo (contents, props changed) Modified: head/devel/py-qtconsole/Makefile ============================================================================== --- head/devel/py-qtconsole/Makefile Fri Dec 7 18:40:07 2018 (r486880) +++ head/devel/py-qtconsole/Makefile Fri Dec 7 18:41:45 2018 (r486881) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qtconsole -PORTVERSION= 4.3.1 +PORTVERSION= 4.4.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,17 +12,15 @@ COMMENT= Qt-based console for Jupyter with support for LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter_client>=4.1:devel/py-jupyter_client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipykernel>=4.1:devel/py-ipykernel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.1:devel/py-ipykernel5@${PY_FLAVOR} -USES= pyqt:4 python -USE_PYQT= core gui svg +USES= pyqt:5 python + +USE_PYQT= core gui printsupport sip svg widgets USE_PYTHON= distutils autoplist .include Modified: head/devel/py-qtconsole/distinfo ============================================================================== --- head/devel/py-qtconsole/distinfo Fri Dec 7 18:40:07 2018 (r486880) +++ head/devel/py-qtconsole/distinfo Fri Dec 7 18:41:45 2018 (r486881) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521045716 -SHA256 (qtconsole-4.3.1.tar.gz) = eff8c2faeda567a0bef5781f419a64e9977988db101652b312b9d74ec0a5109c -SIZE (qtconsole-4.3.1.tar.gz) = 416931 +TIMESTAMP = 1543980367 +SHA256 (qtconsole-4.4.3.tar.gz) = bc1ba15f50c29ed50f1268ad823bb6543be263c18dd093b80495e9df63b003ac +SIZE (qtconsole-4.4.3.tar.gz) = 419927 From owner-svn-ports-all@freebsd.org Fri Dec 7 19:03:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE0371316CF0; Fri, 7 Dec 2018 19:03:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6360172E6C; Fri, 7 Dec 2018 19:03:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A6F0172D8; Fri, 7 Dec 2018 19:03:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7J3sat054855; Fri, 7 Dec 2018 19:03:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7J3rAq054852; Fri, 7 Dec 2018 19:03:53 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812071903.wB7J3rAq054852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 7 Dec 2018 19:03:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486882 - head/devel/py-widgetsnbextension X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/py-widgetsnbextension X-SVN-Commit-Revision: 486882 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6360172E6C X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 19:03:54 -0000 Author: swills Date: Fri Dec 7 19:03:53 2018 New Revision: 486882 URL: https://svnweb.freebsd.org/changeset/ports/486882 Log: devel/py-widgetsnbextension: update to 3.4.2 Modified: head/devel/py-widgetsnbextension/Makefile (contents, props changed) head/devel/py-widgetsnbextension/distinfo (contents, props changed) Modified: head/devel/py-widgetsnbextension/Makefile ============================================================================== --- head/devel/py-widgetsnbextension/Makefile Fri Dec 7 18:41:45 2018 (r486881) +++ head/devel/py-widgetsnbextension/Makefile Fri Dec 7 19:03:53 2018 (r486882) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= widgetsnbextension -PORTVERSION= 3.2.1 +PORTVERSION= 3.4.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-widgetsnbextension/distinfo ============================================================================== --- head/devel/py-widgetsnbextension/distinfo Fri Dec 7 18:41:45 2018 (r486881) +++ head/devel/py-widgetsnbextension/distinfo Fri Dec 7 19:03:53 2018 (r486882) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531268028 -SHA256 (widgetsnbextension-3.2.1.tar.gz) = 5417789ee6064ff515fd10be24870660af3561c02d3d48b26f6f44285d0f70cc -SIZE (widgetsnbextension-3.2.1.tar.gz) = 1102216 +TIMESTAMP = 1544208236 +SHA256 (widgetsnbextension-3.4.2.tar.gz) = fa618be8435447a017fd1bf2c7ae922d0428056cfc7449f7a8641edf76b48265 +SIZE (widgetsnbextension-3.4.2.tar.gz) = 1103610 From owner-svn-ports-all@freebsd.org Fri Dec 7 19:30:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DE341317A25; Fri, 7 Dec 2018 19:30:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BABDE73DE8; Fri, 7 Dec 2018 19:30:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BA0317637; Fri, 7 Dec 2018 19:30:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7JUCCK065313; Fri, 7 Dec 2018 19:30:12 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7JUCsU065311; Fri, 7 Dec 2018 19:30:12 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812071930.wB7JUCsU065311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 7 Dec 2018 19:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486883 - in head/devel/ncurses: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/ncurses: . files X-SVN-Commit-Revision: 486883 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BABDE73DE8 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 19:30:13 -0000 Author: swills Date: Fri Dec 7 19:30:11 2018 New Revision: 486883 URL: https://svnweb.freebsd.org/changeset/ports/486883 Log: devel/ncurses: update to 6.1.20181201 Deleted: head/devel/ncurses/files/ Modified: head/devel/ncurses/Makefile (contents, props changed) head/devel/ncurses/distinfo (contents, props changed) Modified: head/devel/ncurses/Makefile ============================================================================== --- head/devel/ncurses/Makefile Fri Dec 7 19:03:53 2018 (r486882) +++ head/devel/ncurses/Makefile Fri Dec 7 19:30:11 2018 (r486883) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_sparc64= cannot build: coredump: illegal instruction -SNAPSHOT= 20180728 +SNAPSHOT= 20181201 GNU_CONFIGURE= yes CONFIGURE_SCRIPT=../configure CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \ Modified: head/devel/ncurses/distinfo ============================================================================== --- head/devel/ncurses/distinfo Fri Dec 7 19:03:53 2018 (r486882) +++ head/devel/ncurses/distinfo Fri Dec 7 19:30:11 2018 (r486883) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532860991 -SHA256 (ncurses/ncurses-6.1-20180728.tgz) = d24f97b785f5227653f984348abd3978584e8a52bc1915173277f07574027de2 -SIZE (ncurses/ncurses-6.1-20180728.tgz) = 3400752 +TIMESTAMP = 1544209477 +SHA256 (ncurses/ncurses-6.1-20181201.tgz) = 702ff9added8b776f29a461acb053f348ae6391fa19c0570c78fa99ce4c3ca8a +SIZE (ncurses/ncurses-6.1-20181201.tgz) = 3421800 From owner-svn-ports-all@freebsd.org Fri Dec 7 19:36:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ED881318090; Fri, 7 Dec 2018 19:36:35 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06553745A1; Fri, 7 Dec 2018 19:36:35 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCEA8177FD; Fri, 7 Dec 2018 19:36:34 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7JaYem070590; Fri, 7 Dec 2018 19:36:34 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7JaYoU070589; Fri, 7 Dec 2018 19:36:34 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201812071936.wB7JaYoU070589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 7 Dec 2018 19:36:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486884 - head/net/py-netif X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: head/net/py-netif X-SVN-Commit-Revision: 486884 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 06553745A1 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 19:36:35 -0000 Author: wg Date: Fri Dec 7 19:36:34 2018 New Revision: 486884 URL: https://svnweb.freebsd.org/changeset/ports/486884 Log: net/py-netif: update to 1.0.20181207 Modified: head/net/py-netif/Makefile head/net/py-netif/distinfo Modified: head/net/py-netif/Makefile ============================================================================== --- head/net/py-netif/Makefile Fri Dec 7 19:30:11 2018 (r486883) +++ head/net/py-netif/Makefile Fri Dec 7 19:36:34 2018 (r486884) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= netif -PORTVERSION= 1.0.20181005 -PORTREVISION= 1 +PORTVERSION= 1.0.20181207 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsd>0:devel/py-bsd USE_GITHUB= yes GH_ACCOUNT= freenas GH_PROJECT= py-netif -GH_TAGNAME= ebffafe +GH_TAGNAME= 5dce20c HAS_CONFIGURE= yes USES= python Modified: head/net/py-netif/distinfo ============================================================================== --- head/net/py-netif/distinfo Fri Dec 7 19:30:11 2018 (r486883) +++ head/net/py-netif/distinfo Fri Dec 7 19:36:34 2018 (r486884) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538733910 -SHA256 (freenas-py-netif-1.0.20181005-ebffafe_GH0.tar.gz) = b81a78efc134a7a68a1ab5a7f0af366a66ae7d88931e10be8c38e836ee550bfc -SIZE (freenas-py-netif-1.0.20181005-ebffafe_GH0.tar.gz) = 59574 +TIMESTAMP = 1544182114 +SHA256 (freenas-py-netif-1.0.20181207-5dce20c_GH0.tar.gz) = 74f0a885f5aa8c8f3fe5118a7cd0fabdad52d2d87dd08d0d8bcc7de09221afcf +SIZE (freenas-py-netif-1.0.20181207-5dce20c_GH0.tar.gz) = 59955 From owner-svn-ports-all@freebsd.org Fri Dec 7 19:42:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAD1213183DC; Fri, 7 Dec 2018 19:42:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71B98749F1; Fri, 7 Dec 2018 19:42:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52A5B179A8; Fri, 7 Dec 2018 19:42:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7JguQh075386; Fri, 7 Dec 2018 19:42:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7Jgtbx075384; Fri, 7 Dec 2018 19:42:55 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812071942.wB7Jgtbx075384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 7 Dec 2018 19:42:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486885 - head/devel/gitlab-runner X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/gitlab-runner X-SVN-Commit-Revision: 486885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 71B98749F1 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 19:42:57 -0000 Author: swills Date: Fri Dec 7 19:42:55 2018 New Revision: 486885 URL: https://svnweb.freebsd.org/changeset/ports/486885 Log: devel/gitlab-runner: update to 11.5.1 Modified: head/devel/gitlab-runner/Makefile (contents, props changed) head/devel/gitlab-runner/distinfo (contents, props changed) Modified: head/devel/gitlab-runner/Makefile ============================================================================== --- head/devel/gitlab-runner/Makefile Fri Dec 7 19:36:34 2018 (r486884) +++ head/devel/gitlab-runner/Makefile Fri Dec 7 19:42:55 2018 (r486885) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-runner -PORTVERSION= 11.5.0 +PORTVERSION= 11.5.1 CATEGORIES= devel MASTER_SITES= \ https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ @@ -26,10 +26,10 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ USE_GITLAB= yes GL_ACCOUNT= gitlab-org -GL_COMMIT= 3afdaba6bf04910d6db2733af0e7e6f1a4f37738 -GITREV= 3afdaba6 +GL_COMMIT= 7f00c780e2a2411ce04d0d55979490918255ea76 +GITREV= 7f00c780 GITBRANCH= 11-5-stable -BUILT= 2018-11-22T09:19:56+0000 +BUILT= 2018-12-06T13:25:32+0000 GO_LDFLAGS= -X gitlab.com/gitlab-org/gitlab-runner/common.VERSION=${PORTVERSION} \ -X gitlab.com/gitlab-org/gitlab-runner/common.REVISION=${GITREV} \ Modified: head/devel/gitlab-runner/distinfo ============================================================================== --- head/devel/gitlab-runner/distinfo Fri Dec 7 19:36:34 2018 (r486884) +++ head/devel/gitlab-runner/distinfo Fri Dec 7 19:42:55 2018 (r486885) @@ -1,7 +1,7 @@ -TIMESTAMP = 1543340517 +TIMESTAMP = 1544211111 SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 9594352 SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32 SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 9020896 -SHA256 (gitlab-runner/gitlab-org-gitlab-runner-3afdaba6bf04910d6db2733af0e7e6f1a4f37738_GL0.tar.gz) = fae128dd5ccc40bfea798854a7398151cb79e65f04605518ecd277274fcd585d -SIZE (gitlab-runner/gitlab-org-gitlab-runner-3afdaba6bf04910d6db2733af0e7e6f1a4f37738_GL0.tar.gz) = 25759968 +SHA256 (gitlab-runner/gitlab-org-gitlab-runner-7f00c780e2a2411ce04d0d55979490918255ea76_GL0.tar.gz) = fe4153518c023ec20245fccf143a7c9bc9cfc2b9e98becc906375e765c9abee0 +SIZE (gitlab-runner/gitlab-org-gitlab-runner-7f00c780e2a2411ce04d0d55979490918255ea76_GL0.tar.gz) = 25762101 From owner-svn-ports-all@freebsd.org Fri Dec 7 19:48:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B13113184A4; Fri, 7 Dec 2018 19:48:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2975674B26; Fri, 7 Dec 2018 19:48:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4A4A179B2; Fri, 7 Dec 2018 19:48:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7JmPWT075790; Fri, 7 Dec 2018 19:48:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7JmPhk075787; Fri, 7 Dec 2018 19:48:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812071948.wB7JmPhk075787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 7 Dec 2018 19:48:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486886 - head/games/liblcf X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/liblcf X-SVN-Commit-Revision: 486886 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2975674B26 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 19:48:26 -0000 Author: amdmi3 Date: Fri Dec 7 19:48:24 2018 New Revision: 486886 URL: https://svnweb.freebsd.org/changeset/ports/486886 Log: - Update to 0.5.4 Modified: head/games/liblcf/Makefile head/games/liblcf/distinfo head/games/liblcf/pkg-plist Modified: head/games/liblcf/Makefile ============================================================================== --- head/games/liblcf/Makefile Fri Dec 7 19:42:55 2018 (r486885) +++ head/games/liblcf/Makefile Fri Dec 7 19:48:24 2018 (r486886) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= liblcf -PORTVERSION= 0.5.3 -PORTREVISION= 5 +PORTVERSION= 0.5.4 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -18,12 +17,12 @@ LIB_DEPENDS= libicui18n.so:devel/icu \ USE_GITHUB= yes GH_ACCOUNT= EasyRPG -USES= autoreconf compiler:c++11-lib libtool pathfix pkgconfig -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +USES= cmake compiler:c++11-lib pkgconfig USE_LDCONFIG= yes +CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_INSTALL_INCLUDEDIR=include -PORTDOCS= AUTHORS README +PORTDOCS= AUTHORS.md README.md OPTIONS_DEFINE= DOCS Modified: head/games/liblcf/distinfo ============================================================================== --- head/games/liblcf/distinfo Fri Dec 7 19:42:55 2018 (r486885) +++ head/games/liblcf/distinfo Fri Dec 7 19:48:24 2018 (r486886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508950830 -SHA256 (EasyRPG-liblcf-0.5.3_GH0.tar.gz) = 4d2784ab927e2f61595b8efeb61664bcc64b3f746d12c893e302645dda3acddc -SIZE (EasyRPG-liblcf-0.5.3_GH0.tar.gz) = 178434 +TIMESTAMP = 1541171693 +SHA256 (EasyRPG-liblcf-0.5.4_GH0.tar.gz) = fb31eebfa0e9a06cae9bfdc77c295f5deeaf44ab4d688da4a78777c77df125e6 +SIZE (EasyRPG-liblcf-0.5.4_GH0.tar.gz) = 185441 Modified: head/games/liblcf/pkg-plist ============================================================================== --- head/games/liblcf/pkg-plist Fri Dec 7 19:42:55 2018 (r486885) +++ head/games/liblcf/pkg-plist Fri Dec 7 19:48:24 2018 (r486886) @@ -1,19 +1,23 @@ include/liblcf/command_codes.h include/liblcf/data.h +include/liblcf/enum_tags.h include/liblcf/ini.h include/liblcf/inireader.h include/liblcf/lcf_options.h include/liblcf/ldb_chunks.h include/liblcf/ldb_reader.h +include/liblcf/ldb_terrain_flags.h +include/liblcf/ldb_trooppagecondition_flags.h include/liblcf/lmt_chunks.h include/liblcf/lmt_reader.h include/liblcf/lmu_chunks.h +include/liblcf/lmu_eventpagecondition_flags.h include/liblcf/lmu_reader.h include/liblcf/lsd_chunks.h include/liblcf/lsd_reader.h +include/liblcf/lsd_savepicture_flags.h include/liblcf/reader_lcf.h include/liblcf/reader_struct.h -include/liblcf/reader_types.h include/liblcf/reader_util.h include/liblcf/reader_xml.h include/liblcf/rpg_actor.h @@ -81,8 +85,9 @@ include/liblcf/rpg_trooppagecondition.h include/liblcf/rpg_variable.h include/liblcf/writer_lcf.h include/liblcf/writer_xml.h -lib/liblcf.a +lib/cmake/liblcf/FindEXPAT.cmake +lib/cmake/liblcf/FindICU.cmake +lib/cmake/liblcf/liblcf-config.cmake lib/liblcf.so lib/liblcf.so.0 -lib/liblcf.so.0.0.0 libdata/pkgconfig/liblcf.pc From owner-svn-ports-all@freebsd.org Fri Dec 7 19:48:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AD0C13184C7; Fri, 7 Dec 2018 19:48:37 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79BF674BD3; Fri, 7 Dec 2018 19:48:36 +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 5BC87179B3; Fri, 7 Dec 2018 19:48:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7JmX8R075947; Fri, 7 Dec 2018 19:48:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7JmWvh075945; Fri, 7 Dec 2018 19:48:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812071948.wB7JmWvh075945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 7 Dec 2018 19:48:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486887 - in head/games/easyrpg-player: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games/easyrpg-player: . files X-SVN-Commit-Revision: 486887 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 79BF674BD3 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 19:48:37 -0000 Author: amdmi3 Date: Fri Dec 7 19:48:32 2018 New Revision: 486887 URL: https://svnweb.freebsd.org/changeset/ports/486887 Log: - Update to 0.5.4 Added: head/games/easyrpg-player/files/ head/games/easyrpg-player/files/patch-CMakeLists.txt (contents, props changed) Modified: head/games/easyrpg-player/Makefile head/games/easyrpg-player/distinfo Modified: head/games/easyrpg-player/Makefile ============================================================================== --- head/games/easyrpg-player/Makefile Fri Dec 7 19:48:24 2018 (r486886) +++ head/games/easyrpg-player/Makefile Fri Dec 7 19:48:32 2018 (r486887) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= easyrpg-player -PORTVERSION= 0.5.3 -PORTREVISION= 4 +PORTVERSION= 0.5.4 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -12,16 +11,22 @@ COMMENT= RPG Maker 2000/2003 and EasyRPG games interpr LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libfreetype.so:print/freetype2 \ +LIB_DEPENDS= liblcf.so:games/liblcf \ libpng.so:graphics/png \ - liblcf.so:games/liblcf \ + libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ + libspeexdsp.so:audio/speexdsp \ libmpg123.so:audio/mpg123 \ - libvorbis.so:audio/libvorbis \ libsndfile.so:audio/libsndfile \ - libxmp.so:audio/libxmp \ - libspeexdsp.so:audio/speexdsp \ - libopusfile.so:audio/opusfile + libvorbis.so:audio/libvorbis \ + libogg.so:audio/libogg \ + libopusfile.so:audio/opusfile \ + libopus.so:audio/opus \ + libWildMidi.so:audio/wildmidi \ + libxmp.so:audio/libxmp +# these come from liblcf +LIB_DEPENDS+= libicui18n.so:devel/icu \ + libexpat.so:textproc/expat2 BUILD_DEPENDS= asciidoc:textproc/asciidoc \ ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs @@ -29,15 +34,20 @@ USE_GITHUB= yes GH_ACCOUNT= EasyRPG GH_PROJECT= Player -USES= autoreconf compiler:c++11-lib gmake libtool localbase pkgconfig -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions +USES= cmake compiler:c++11-lib pkgconfig +CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man \ + -DPLAYER_AUDIO_BACKEND=SDL2_mixer USE_XORG= pixman USE_SDL= sdl2 mixer2 -PORTDOCS= AUTHORS README +PORTDOCS= AUTHORS.md README.md OPTIONS_DEFINE= DOCS + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions + ${INSTALL_DATA} ${WRKSRC}/resources/unix/bash-completion/easyrpg-player \ + ${STAGEDIR}${PREFIX}/share/bash-completion/completions/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/games/easyrpg-player/distinfo ============================================================================== --- head/games/easyrpg-player/distinfo Fri Dec 7 19:48:24 2018 (r486886) +++ head/games/easyrpg-player/distinfo Fri Dec 7 19:48:32 2018 (r486887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508950823 -SHA256 (EasyRPG-Player-0.5.3_GH0.tar.gz) = f820f4fadd7fb944f9f3ea80594349b7c5f78c2011ab0adf179aeeef9d0a1449 -SIZE (EasyRPG-Player-0.5.3_GH0.tar.gz) = 4151265 +TIMESTAMP = 1541171708 +SHA256 (EasyRPG-Player-0.5.4_GH0.tar.gz) = a504d873114706f01ff77145669938d41a977bbc3656c4a5aa431e7e6a1d21e4 +SIZE (EasyRPG-Player-0.5.4_GH0.tar.gz) = 5393488 Added: head/games/easyrpg-player/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/easyrpg-player/files/patch-CMakeLists.txt Fri Dec 7 19:48:32 2018 (r486887) @@ -0,0 +1,14 @@ +--- CMakeLists.txt.orig 2018-10-27 09:58:54 UTC ++++ CMakeLists.txt +@@ -419,9 +419,9 @@ if(NOT A2X_EXECUTABLE STREQUAL "A2X_EXEC + DEPENDS resources/${MAN_NAME}.adoc + COMMENT "(Re-)building manpage ${MAN_NAME}" + VERBATIM) +- if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") ++ if(UNIX) + add_custom_target(man ALL DEPENDS resources/${MAN_NAME}) +- install(FILES resources/${MAN_NAME} DESTINATION share/man/man6) ++ install(FILES resources/${MAN_NAME} DESTINATION ${CMAKE_INSTALL_MANDIR}/man6) + else() + add_custom_target(man DEPENDS resources/${MAN_NAME}) + endif() From owner-svn-ports-all@freebsd.org Fri Dec 7 21:33:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8521131B8A5; Fri, 7 Dec 2018 21:33: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 579F277F86; Fri, 7 Dec 2018 21:33: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 377DB18B8B; Fri, 7 Dec 2018 21:33: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 wB7LXncI032199; Fri, 7 Dec 2018 21:33:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7LXmP7032197; Fri, 7 Dec 2018 21:33:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812072133.wB7LXmP7032197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2018 21:33:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486888 - head/devel/libdap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/libdap X-SVN-Commit-Revision: 486888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 579F277F86 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 21:33:49 -0000 Author: sunpoet Date: Fri Dec 7 21:33:48 2018 New Revision: 486888 URL: https://svnweb.freebsd.org/changeset/ports/486888 Log: Update to 3.20.2 Changes: https://github.com/OPENDAP/libdap4/releases https://github.com/OPENDAP/libdap4/blob/master/NEWS Modified: head/devel/libdap/Makefile head/devel/libdap/distinfo head/devel/libdap/pkg-plist Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Fri Dec 7 19:48:32 2018 (r486887) +++ head/devel/libdap/Makefile Fri Dec 7 21:33:48 2018 (r486888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdap -PORTVERSION= 3.20.1 +PORTVERSION= 3.20.2 CATEGORIES= devel MASTER_SITES= https://www.opendap.org/pub/source/ \ LOCAL/sunpoet Modified: head/devel/libdap/distinfo ============================================================================== --- head/devel/libdap/distinfo Fri Dec 7 19:48:32 2018 (r486887) +++ head/devel/libdap/distinfo Fri Dec 7 21:33:48 2018 (r486888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542819947 -SHA256 (libdap-3.20.1.tar.gz) = 1e34d08145052436f2d468b8d6764c143eba1bc2e74481e7e568f0f96ae5cc7a -SIZE (libdap-3.20.1.tar.gz) = 2667599 +TIMESTAMP = 1544193710 +SHA256 (libdap-3.20.2.tar.gz) = 60eafd74f6e415b31de05078002ec82807c12be4f4fa7e8c7f982322e12be34e +SIZE (libdap-3.20.2.tar.gz) = 2668375 Modified: head/devel/libdap/pkg-plist ============================================================================== --- head/devel/libdap/pkg-plist Fri Dec 7 19:48:32 2018 (r486887) +++ head/devel/libdap/pkg-plist Fri Dec 7 21:33:48 2018 (r486888) @@ -141,7 +141,7 @@ include/libdap/xdr-datatypes.h lib/libdap.a lib/libdap.so lib/libdap.so.25 -lib/libdap.so.25.1.1 +lib/libdap.so.25.2.0 lib/libdapclient.a lib/libdapclient.so lib/libdapclient.so.6 From owner-svn-ports-all@freebsd.org Fri Dec 7 21:34:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99670131B8E9; Fri, 7 Dec 2018 21:34:00 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22FD578044; Fri, 7 Dec 2018 21:34:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F5CD18B8D; Fri, 7 Dec 2018 21:33: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 wB7LXvVB032324; Fri, 7 Dec 2018 21:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7LXvIM032322; Fri, 7 Dec 2018 21:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812072133.wB7LXvIM032322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2018 21:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486889 - head/www/you-get X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/you-get X-SVN-Commit-Revision: 486889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 22FD578044 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 21:34:00 -0000 Author: sunpoet Date: Fri Dec 7 21:33:57 2018 New Revision: 486889 URL: https://svnweb.freebsd.org/changeset/ports/486889 Log: Update to 0.4.1181 Changes: https://github.com/soimort/you-get/commits/develop Modified: head/www/you-get/Makefile head/www/you-get/distinfo Modified: head/www/you-get/Makefile ============================================================================== --- head/www/you-get/Makefile Fri Dec 7 21:33:48 2018 (r486888) +++ head/www/you-get/Makefile Fri Dec 7 21:33:57 2018 (r486889) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= you-get -PORTVERSION= 0.4.1148 -PORTREVISION= 1 +PORTVERSION= 0.4.1181 CATEGORIES= www MASTER_SITES= CHEESESHOP @@ -17,9 +16,10 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg OPTIONS_DEFINE= RTMPDUMP -NO_ARCH= yes -USE_PYTHON= autoplist distutils noflavors USES= python:3.4+ +USE_PYTHON= autoplist distutils noflavors + +NO_ARCH= yes RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump Modified: head/www/you-get/distinfo ============================================================================== --- head/www/you-get/distinfo Fri Dec 7 21:33:48 2018 (r486888) +++ head/www/you-get/distinfo Fri Dec 7 21:33:57 2018 (r486889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537213401 -SHA256 (you-get-0.4.1148.tar.gz) = 45490fe0592f96c68628debed26fdd776fdf63d40c122bd858c5e2e2bac2effa -SIZE (you-get-0.4.1148.tar.gz) = 143919 +TIMESTAMP = 1544201009 +SHA256 (you-get-0.4.1181.tar.gz) = 03cd27c7da857a43f5d2f6cdfad6ec390d4a8d7be88ff895645e8934402a9ee5 +SIZE (you-get-0.4.1181.tar.gz) = 145310 From owner-svn-ports-all@freebsd.org Fri Dec 7 21:34:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4051D131B90E; Fri, 7 Dec 2018 21:34:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D47BA780C8; Fri, 7 Dec 2018 21:34: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 4232418B8E; Fri, 7 Dec 2018 21:34:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7LY6dQ032453; Fri, 7 Dec 2018 21:34:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7LY54T032451; Fri, 7 Dec 2018 21:34:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812072134.wB7LY54T032451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2018 21:34:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486890 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-core X-SVN-Commit-Revision: 486890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D47BA780C8 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 21:34:08 -0000 Author: sunpoet Date: Fri Dec 7 21:34:05 2018 New Revision: 486890 URL: https://svnweb.freebsd.org/changeset/ports/486890 Log: Update to 2.11.186 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-core/Makefile head/devel/rubygem-aws-sdk-core/distinfo Modified: head/devel/rubygem-aws-sdk-core/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-core/Makefile Fri Dec 7 21:33:57 2018 (r486889) +++ head/devel/rubygem-aws-sdk-core/Makefile Fri Dec 7 21:34:05 2018 (r486890) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.185 +DISTVERSION= 2.11.186 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Fri Dec 7 21:33:57 2018 (r486889) +++ head/devel/rubygem-aws-sdk-core/distinfo Fri Dec 7 21:34:05 2018 (r486890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544114612 -SHA256 (rubygem/aws-sdk-core-2.11.185.gem) = 3ddb758b0e87082b2f62e427d932dbe8e232d0aad0b27a954c8e9dd67fbe3261 -SIZE (rubygem/aws-sdk-core-2.11.185.gem) = 1486336 +TIMESTAMP = 1544193760 +SHA256 (rubygem/aws-sdk-core-2.11.186.gem) = cff85b33fabdeae21e5ec0d59b37bfd10ea270d97784e0909bb589e9d6060317 +SIZE (rubygem/aws-sdk-core-2.11.186.gem) = 1487360 From owner-svn-ports-all@freebsd.org Fri Dec 7 21:34:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE2D9131B944; Fri, 7 Dec 2018 21:34:15 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52E7278162; Fri, 7 Dec 2018 21:34:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E140018B8F; Fri, 7 Dec 2018 21:34:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7LYEOI032583; Fri, 7 Dec 2018 21:34:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7LYEkv032581; Fri, 7 Dec 2018 21:34:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812072134.wB7LYEkv032581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2018 21:34:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486891 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk-resources X-SVN-Commit-Revision: 486891 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 52E7278162 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 21:34:15 -0000 Author: sunpoet Date: Fri Dec 7 21:34:14 2018 New Revision: 486891 URL: https://svnweb.freebsd.org/changeset/ports/486891 Log: Update to 2.11.186 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk-resources/Makefile head/devel/rubygem-aws-sdk-resources/distinfo Modified: head/devel/rubygem-aws-sdk-resources/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk-resources/Makefile Fri Dec 7 21:34:05 2018 (r486890) +++ head/devel/rubygem-aws-sdk-resources/Makefile Fri Dec 7 21:34:14 2018 (r486891) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.185 +DISTVERSION= 2.11.186 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Fri Dec 7 21:34:05 2018 (r486890) +++ head/devel/rubygem-aws-sdk-resources/distinfo Fri Dec 7 21:34:14 2018 (r486891) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544114631 -SHA256 (rubygem/aws-sdk-resources-2.11.185.gem) = 9d90b8df75ba8dfbbc361e96ce80c87b044b01e74ac2d0f6ec11aa9ed0fb4165 -SIZE (rubygem/aws-sdk-resources-2.11.185.gem) = 48640 +TIMESTAMP = 1544193783 +SHA256 (rubygem/aws-sdk-resources-2.11.186.gem) = 7ca3a488fcbc8f1bb83630213d53736ba157664283e1fee3d88fc026c507731f +SIZE (rubygem/aws-sdk-resources-2.11.186.gem) = 48640 From owner-svn-ports-all@freebsd.org Fri Dec 7 21:34:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E000F131B968; Fri, 7 Dec 2018 21:34:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8610A78251; Fri, 7 Dec 2018 21:34:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B104318B90; Fri, 7 Dec 2018 21:34:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7LYNwM032708; Fri, 7 Dec 2018 21:34:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7LYNfj032706; Fri, 7 Dec 2018 21:34:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812072134.wB7LYNfj032706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2018 21:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486892 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-aws-sdk X-SVN-Commit-Revision: 486892 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8610A78251 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 21:34:25 -0000 Author: sunpoet Date: Fri Dec 7 21:34:22 2018 New Revision: 486892 URL: https://svnweb.freebsd.org/changeset/ports/486892 Log: Update to 2.11.186 Changes: https://github.com/aws/aws-sdk-ruby/releases Modified: head/devel/rubygem-aws-sdk/Makefile head/devel/rubygem-aws-sdk/distinfo Modified: head/devel/rubygem-aws-sdk/Makefile ============================================================================== --- head/devel/rubygem-aws-sdk/Makefile Fri Dec 7 21:34:14 2018 (r486891) +++ head/devel/rubygem-aws-sdk/Makefile Fri Dec 7 21:34:22 2018 (r486892) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.185 +DISTVERSION= 2.11.186 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Fri Dec 7 21:34:14 2018 (r486891) +++ head/devel/rubygem-aws-sdk/distinfo Fri Dec 7 21:34:22 2018 (r486892) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544114650 -SHA256 (rubygem/aws-sdk-2.11.185.gem) = 9f30d932c4a6d93b5108556b2716a3a4057d36d7458b310eef387be11e4c23fa -SIZE (rubygem/aws-sdk-2.11.185.gem) = 4608 +TIMESTAMP = 1544193804 +SHA256 (rubygem/aws-sdk-2.11.186.gem) = 485cf7570e11efe4df7e3d0affaadd38730ac2cc83790d54eaefb1da57424eaf +SIZE (rubygem/aws-sdk-2.11.186.gem) = 4608 From owner-svn-ports-all@freebsd.org Fri Dec 7 21:34:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7797A131B9AB; Fri, 7 Dec 2018 21:34:36 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AEA97836A; Fri, 7 Dec 2018 21:34:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4601D18B91; Fri, 7 Dec 2018 21:34:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7LYWs5032833; Fri, 7 Dec 2018 21:34:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7LYVKX032831; Fri, 7 Dec 2018 21:34:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812072134.wB7LYVKX032831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2018 21:34:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486893 - head/devel/rubygem-mixlib-archive X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-mixlib-archive X-SVN-Commit-Revision: 486893 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1AEA97836A X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 21:34:36 -0000 Author: sunpoet Date: Fri Dec 7 21:34:31 2018 New Revision: 486893 URL: https://svnweb.freebsd.org/changeset/ports/486893 Log: Update to 0.4.18 Changes: https://github.com/chef/mixlib-archive/blob/master/CHANGELOG.md Modified: head/devel/rubygem-mixlib-archive/Makefile head/devel/rubygem-mixlib-archive/distinfo Modified: head/devel/rubygem-mixlib-archive/Makefile ============================================================================== --- head/devel/rubygem-mixlib-archive/Makefile Fri Dec 7 21:34:22 2018 (r486892) +++ head/devel/rubygem-mixlib-archive/Makefile Fri Dec 7 21:34:31 2018 (r486893) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mixlib-archive -PORTVERSION= 0.4.16 +PORTVERSION= 0.4.18 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-mixlib-log>=0:devel/rubygem-mixlib-log -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-mixlib-archive/distinfo ============================================================================== --- head/devel/rubygem-mixlib-archive/distinfo Fri Dec 7 21:34:22 2018 (r486892) +++ head/devel/rubygem-mixlib-archive/distinfo Fri Dec 7 21:34:31 2018 (r486893) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536864096 -SHA256 (rubygem/mixlib-archive-0.4.16.gem) = d72c449a447b4f3006e8104fd18b168bb7d03fd96e2eba8aaf8e445dbe5ee316 -SIZE (rubygem/mixlib-archive-0.4.16.gem) = 1692672 +TIMESTAMP = 1544193826 +SHA256 (rubygem/mixlib-archive-0.4.18.gem) = d3b2307389cdd8e52a64de10f41fea9ee3afb765a721c135ae400d5881eb9d49 +SIZE (rubygem/mixlib-archive-0.4.18.gem) = 11776 From owner-svn-ports-all@freebsd.org Fri Dec 7 21:34:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02EC1131B9DD; Fri, 7 Dec 2018 21:34:41 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F504783C2; Fri, 7 Dec 2018 21:34:40 +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 81AAD18B92; Fri, 7 Dec 2018 21:34:40 +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 wB7LYe1D032967; Fri, 7 Dec 2018 21:34:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7LYeQ1032965; Fri, 7 Dec 2018 21:34:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812072134.wB7LYeQ1032965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2018 21:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486894 - head/textproc/rubygem-autoprefixer-rails X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-autoprefixer-rails X-SVN-Commit-Revision: 486894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9F504783C2 X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 21:34:41 -0000 Author: sunpoet Date: Fri Dec 7 21:34:39 2018 New Revision: 486894 URL: https://svnweb.freebsd.org/changeset/ports/486894 Log: Update to 9.4.2 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Fri Dec 7 21:34:31 2018 (r486893) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Fri Dec 7 21:34:39 2018 (r486894) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 9.4.1 +PORTVERSION= 9.4.2 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Fri Dec 7 21:34:31 2018 (r486893) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Fri Dec 7 21:34:39 2018 (r486894) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544114693 -SHA256 (rubygem/autoprefixer-rails-9.4.1.gem) = a499f92bd203aa150fede061b70c75580034e6c717de51bc95963ddc9262dabd -SIZE (rubygem/autoprefixer-rails-9.4.1.gem) = 211968 +TIMESTAMP = 1544193848 +SHA256 (rubygem/autoprefixer-rails-9.4.2.gem) = bac469c074b1ee6c1158d52f92c0114658a6cab05e94b6e590d628a390b5ebc2 +SIZE (rubygem/autoprefixer-rails-9.4.2.gem) = 211968 From owner-svn-ports-all@freebsd.org Fri Dec 7 21:34:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B12E1131BA2D; Fri, 7 Dec 2018 21:34:53 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46F8F784DB; Fri, 7 Dec 2018 21:34:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1104918B93; Fri, 7 Dec 2018 21:34: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 wB7LYmNQ033098; Fri, 7 Dec 2018 21:34:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7LYm2L033096; Fri, 7 Dec 2018 21:34:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812072134.wB7LYm2L033096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2018 21:34:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486895 - head/devel/rubygem-rubocop X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-rubocop X-SVN-Commit-Revision: 486895 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 46F8F784DB X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 21:34:53 -0000 Author: sunpoet Date: Fri Dec 7 21:34:48 2018 New Revision: 486895 URL: https://svnweb.freebsd.org/changeset/ports/486895 Log: Update to 0.61.1 Changes: https://github.com/rubocop-hq/rubocop/releases https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md Modified: head/devel/rubygem-rubocop/Makefile head/devel/rubygem-rubocop/distinfo Modified: head/devel/rubygem-rubocop/Makefile ============================================================================== --- head/devel/rubygem-rubocop/Makefile Fri Dec 7 21:34:39 2018 (r486894) +++ head/devel/rubygem-rubocop/Makefile Fri Dec 7 21:34:48 2018 (r486895) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rubocop -PORTVERSION= 0.61.0 +PORTVERSION= 0.61.1 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-rubocop/distinfo ============================================================================== --- head/devel/rubygem-rubocop/distinfo Fri Dec 7 21:34:39 2018 (r486894) +++ head/devel/rubygem-rubocop/distinfo Fri Dec 7 21:34:48 2018 (r486895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544114878 -SHA256 (rubygem/rubocop-0.61.0.gem) = 18a30bb68d42e8cc3fd1a0aac37c86db46c99fae2edae7bb9dc49eed8f41864c -SIZE (rubygem/rubocop-0.61.0.gem) = 414208 +TIMESTAMP = 1544193881 +SHA256 (rubygem/rubocop-0.61.1.gem) = 8650301567ee5a4867dbb9ba9ca9987d7dc8a9166ee3136c41c03906cc935ada +SIZE (rubygem/rubocop-0.61.1.gem) = 414208 From owner-svn-ports-all@freebsd.org Fri Dec 7 21:34:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FF30131BA5B; Fri, 7 Dec 2018 21:34:58 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DEB97856C; Fri, 7 Dec 2018 21:34: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 CF35918B94; Fri, 7 Dec 2018 21:34:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7LYu12033192; Fri, 7 Dec 2018 21:34:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7LYuQd033191; Fri, 7 Dec 2018 21:34:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812072134.wB7LYuQd033191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2018 21:34:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486896 - head/databases/py-pymysql X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-pymysql X-SVN-Commit-Revision: 486896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6DEB97856C X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 21:34:58 -0000 Author: sunpoet Date: Fri Dec 7 21:34:56 2018 New Revision: 486896 URL: https://svnweb.freebsd.org/changeset/ports/486896 Log: Update WWW Approved by: portmgr (blanket) Modified: head/databases/py-pymysql/pkg-descr Modified: head/databases/py-pymysql/pkg-descr ============================================================================== --- head/databases/py-pymysql/pkg-descr Fri Dec 7 21:34:48 2018 (r486895) +++ head/databases/py-pymysql/pkg-descr Fri Dec 7 21:34:56 2018 (r486896) @@ -1,4 +1,4 @@ This pure Python MySQL client provides a DB-API to a MySQL database by talking directly to the server via the binary client/server protocol. -WWW: https://github.com/petehunt/PyMySQL +WWW: https://github.com/PyMySQL/PyMySQL From owner-svn-ports-all@freebsd.org Fri Dec 7 22:23:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F5B213223EA; Fri, 7 Dec 2018 22:23:35 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 321797A7A2; Fri, 7 Dec 2018 22:23:35 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1302B193C2; Fri, 7 Dec 2018 22:23:35 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7MNYAP058536; Fri, 7 Dec 2018 22:23:34 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7MNYqU058534; Fri, 7 Dec 2018 22:23:34 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201812072223.wB7MNYqU058534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Fri, 7 Dec 2018 22:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486897 - head/net/wireshark X-SVN-Group: ports-head X-SVN-Commit-Author: marcus X-SVN-Commit-Paths: head/net/wireshark X-SVN-Commit-Revision: 486897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 321797A7A2 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 22:23:35 -0000 Author: marcus Date: Fri Dec 7 22:23:34 2018 New Revision: 486897 URL: https://svnweb.freebsd.org/changeset/ports/486897 Log: Update to 2.6.5. See https://www.wireshark.org/docs/relnotes/wireshark-2.6.5.html for a list of changes in this release. Modified: head/net/wireshark/Makefile head/net/wireshark/distinfo head/net/wireshark/pkg-plist Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Fri Dec 7 21:34:56 2018 (r486896) +++ head/net/wireshark/Makefile Fri Dec 7 22:23:34 2018 (r486897) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ @@ -50,7 +50,7 @@ CFLAGS+= -funit-at-a-time PLIST_SUB+= PORTVERSION=${PORTVERSION} .for x in capinfos editcap mergecap rawshark text2pcap dftest randpkt \ - reordercap captype randpktdump udpdump sharkd dumpcap + reordercap captype randpktdump udpdump sharkd dumpcap ciscodump sshdump .if defined(LITE) PKGNAMESUFFIX= -lite PLIST_SUB+= ${x:tu}="@comment $x not installed" \ Modified: head/net/wireshark/distinfo ============================================================================== --- head/net/wireshark/distinfo Fri Dec 7 21:34:56 2018 (r486896) +++ head/net/wireshark/distinfo Fri Dec 7 22:23:34 2018 (r486897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539426230 -SHA256 (wireshark-2.6.4.tar.xz) = a06b007e6343f148b8b93443b2fcfc9bb3204311cd268565d54d1b71660bc861 -SIZE (wireshark-2.6.4.tar.xz) = 28218232 +TIMESTAMP = 1544215216 +SHA256 (wireshark-2.6.5.tar.xz) = 93155b798544b2f07693920f4ac1b531c952965ee4eb1d98419961240177438a +SIZE (wireshark-2.6.5.tar.xz) = 28390292 Modified: head/net/wireshark/pkg-plist ============================================================================== --- head/net/wireshark/pkg-plist Fri Dec 7 21:34:56 2018 (r486896) +++ head/net/wireshark/pkg-plist Fri Dec 7 22:23:34 2018 (r486897) @@ -637,10 +637,10 @@ include/wireshark/wsutil/wspcap.h include/wireshark/wsutil/xtea.h lib/libwireshark.so lib/libwireshark.so.10 -lib/libwireshark.so.10.1.4 +lib/libwireshark.so.10.1.5 lib/libwiretap.so lib/libwiretap.so.8 -lib/libwiretap.so.8.0.4 +lib/libwiretap.so.8.0.5 %%GUI%%lib/libwscodecs.so %%GUI%%lib/libwscodecs.so.2 %%GUI%%lib/libwscodecs.so.2.0.0 @@ -648,7 +648,9 @@ lib/libwsutil.so lib/libwsutil.so.9 lib/libwsutil.so.9.0.0 %%ANDROIDDUMP_LIB%%lib/wireshark/extcap/androiddump +%%CISCODUMP_LIB%%lib/wireshark/extcap/ciscodump %%RANDPKTDUMP_LIB%%lib/wireshark/extcap/randpktdump +%%SSHDUMP_LIB%%lib/wireshark/extcap/sshdump %%UDPDUMP_LIB%%lib/wireshark/extcap/udpdump lib/wireshark/plugins/2.6/codecs/l16mono.so lib/wireshark/plugins/2.6/epan/ethercat.so @@ -668,6 +670,7 @@ libdata/pkgconfig/wireshark.pc %%ANDROIDDUMP_MAN%%man/man1/androiddump.1.gz %%CAPINFOS_MAN%%man/man1/capinfos.1.gz %%CAPTYPE_MAN%%man/man1/captype.1.gz +%%CISCODUMP_MAN%%man/man1/ciscodump.1.gz %%DFTEST_MAN%%man/man1/dftest.1.gz %%DUMPCAP_MAN%%man/man1/dumpcap.1.gz %%EDITCAP_MAN%%man/man1/editcap.1.gz @@ -676,6 +679,7 @@ libdata/pkgconfig/wireshark.pc %%RANDPKTDUMP_MAN%%man/man1/randpktdump.1.gz %%RAWSHARK_MAN%%man/man1/rawshark.1.gz %%REORDERCAP_MAN%%man/man1/reordercap.1.gz +%%SSHDUMP_MAN%%man/man1/sshdump.1.gz %%TEXT2PCAP_MAN%%man/man1/text2pcap.1.gz man/man1/tshark.1.gz %%UDPDUMP_MAN%%man/man1/udpdump.1.gz From owner-svn-ports-all@freebsd.org Fri Dec 7 22:57:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDF881322D2C; Fri, 7 Dec 2018 22:57:00 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 909AA7B48B; Fri, 7 Dec 2018 22:57:00 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66ED4198BE; Fri, 7 Dec 2018 22:57:00 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7Mv0Gk074102; Fri, 7 Dec 2018 22:57:00 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7MuxYU074096; Fri, 7 Dec 2018 22:56:59 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201812072256.wB7MuxYU074096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 7 Dec 2018 22:56:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486898 - head/lang/gcc7-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc7-devel X-SVN-Commit-Revision: 486898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 909AA7B48B X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 22:57:01 -0000 Author: gerald Date: Fri Dec 7 22:56:59 2018 New Revision: 486898 URL: https://svnweb.freebsd.org/changeset/ports/486898 Log: Update to the 20181206 snapshot of GCC 7.4.1, that is, this is the first snapshot after the GCC 7.4 release. Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Fri Dec 7 22:23:34 2018 (r486897) +++ head/lang/gcc7-devel/Makefile Fri Dec 7 22:56:59 2018 (r486898) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.3.1.s20181129 +PORTVERSION= 7.4.1.s20181206 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Fri Dec 7 22:23:34 2018 (r486897) +++ head/lang/gcc7-devel/distinfo Fri Dec 7 22:56:59 2018 (r486898) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543685209 -SHA256 (gcc-7-20181129.tar.xz) = 94614bb365d5759e79415c0bf88dcb5f2155bc7c66b1ea8c203b893161ea44c6 -SIZE (gcc-7-20181129.tar.xz) = 59319304 +TIMESTAMP = 1544138200 +SHA256 (gcc-7-20181206.tar.xz) = ca49cb7994c72f126df52d7a470172078746e7d87bd749350775da5aad1d690e +SIZE (gcc-7-20181206.tar.xz) = 59314412 From owner-svn-ports-all@freebsd.org Fri Dec 7 22:57:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D0581322D58; Fri, 7 Dec 2018 22:57:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7F447B560; Fri, 7 Dec 2018 22:57:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99672198BF; Fri, 7 Dec 2018 22:57:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7MvTSw074327; Fri, 7 Dec 2018 22:57:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7MvSrt074321; Fri, 7 Dec 2018 22:57:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812072257.wB7MvSrt074321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 22:57:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486899 - in head/devel: . ticcutils ticcutils/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . ticcutils ticcutils/files X-SVN-Commit-Revision: 486899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B7F447B560 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 22:57:30 -0000 Author: yuri Date: Fri Dec 7 22:57:28 2018 New Revision: 486899 URL: https://svnweb.freebsd.org/changeset/ports/486899 Log: New port: devel/ticcutils: Generic utility library shared by the Tilburg University software Added: head/devel/ticcutils/ head/devel/ticcutils/Makefile (contents, props changed) head/devel/ticcutils/distinfo (contents, props changed) head/devel/ticcutils/files/ head/devel/ticcutils/files/patch-configure.ac (contents, props changed) head/devel/ticcutils/pkg-descr (contents, props changed) head/devel/ticcutils/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 7 22:56:59 2018 (r486898) +++ head/devel/Makefile Fri Dec 7 22:57:28 2018 (r486899) @@ -6306,6 +6306,7 @@ SUBDIR += thrift-c_glib SUBDIR += thrift-cpp SUBDIR += thunar-vcs-plugin + SUBDIR += ticcutils SUBDIR += tig SUBDIR += tigcc SUBDIR += tijmp Added: head/devel/ticcutils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ticcutils/Makefile Fri Dec 7 22:57:28 2018 (r486899) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= ticcutils +DISTVERSIONPREFIX= v +DISTVERSION= 0.20 +CATEGORIES= devel textproc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Generic utility library shared by the Tilburg University software + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive +LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ + libicui18n.so:devel/icu \ + libtar.so:devel/libtar + +USES= autoreconf compiler:c++11-lib gmake gnome libtool localbase:ldflags pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +USE_GITHUB= yes +GH_ACCOUNT= LanguageMachines +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip +TEST_TARGET= check + +# Workaround for https://github.com/LanguageMachines/ticcutils/issues/18 (also see the patch files/patch-configure.ac) +CXXFLAGS+= -DHAVE_BOOST_REGEX +LDFLAGS+= ${LOCALBASE}/lib/libboost_regex.so + +.include Added: head/devel/ticcutils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ticcutils/distinfo Fri Dec 7 22:57:28 2018 (r486899) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544205730 +SHA256 (LanguageMachines-ticcutils-v0.20_GH0.tar.gz) = 7e98fe9bb9b13e547eb6145feba0e9a54bafe8d5b139a4a91988ab2ac3a5082d +SIZE (LanguageMachines-ticcutils-v0.20_GH0.tar.gz) = 97099 Added: head/devel/ticcutils/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ticcutils/files/patch-configure.ac Fri Dec 7 22:57:28 2018 (r486899) @@ -0,0 +1,19 @@ +--- configure.ac.orig 2018-12-07 22:25:32 UTC ++++ configure.ac +@@ -75,11 +75,11 @@ fi + # for now we demand boost, because on some systems gcc4.8 is installed still + # and that fails on regex. + +-AX_BOOST_BASE( [1.50], +- [AX_BOOST_REGEX +- LIBS="$LIBS $BOOST_REGEX_LIB" +- AC_DEFINE(HAVE_BOOST_REGEX, 1 , [Define to 1 if you have boost regular expresions] )], +- [AC_MSG_ERROR([No Regular expression support available. Please install libboost-regex-dev])]) ++#AX_BOOST_BASE( [1.50], # Boost detection is broken: https://github.com/LanguageMachines/ticcutils/issues/18 ++# [AX_BOOST_REGEX ++# LIBS="$LIBS $BOOST_REGEX_LIB" ++# AC_DEFINE(HAVE_BOOST_REGEX, 1 , [Define to 1 if you have boost regular expresions] )], ++# [AC_MSG_ERROR([No Regular expression support available. Please install libboost-regex-dev])]) + + PKG_PROG_PKG_CONFIG + Added: head/devel/ticcutils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ticcutils/pkg-descr Fri Dec 7 22:57:28 2018 (r486899) @@ -0,0 +1,5 @@ +This module contains useful functions for general use in the TiCC, +Tilburg centre for Cognition and Communication, Tilburg University, +software stack and beyond. + +WWW: https://github.com/LanguageMachines/ticcutils Added: head/devel/ticcutils/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ticcutils/pkg-plist Fri Dec 7 22:57:28 2018 (r486899) @@ -0,0 +1,33 @@ +include/ticcutils/CommandLine.h +include/ticcutils/Configuration.h +include/ticcutils/FdStream.h +include/ticcutils/FileUtils.h +include/ticcutils/LogBuffer.h +include/ticcutils/LogStream.h +include/ticcutils/PrettyPrint.h +include/ticcutils/ServerBase.h +include/ticcutils/SocketBasics.h +include/ticcutils/StringOps.h +include/ticcutils/Tar.h +include/ticcutils/Timer.h +include/ticcutils/TreeHash.h +include/ticcutils/Trie.h +include/ticcutils/Unicode.h +include/ticcutils/UnitTest.h +include/ticcutils/Version.h +include/ticcutils/XMLtools.h +include/ticcutils/bz2stream.h +include/ticcutils/gzstream.h +include/ticcutils/zipper.h +lib/libticcutils.so +lib/libticcutils.so.5 +lib/libticcutils.so.5.0.0 +libdata/pkgconfig/ticcutils.pc +man/man1/ticc_commandline.1.gz +man/man1/ticc_configuration.1.gz +man/man1/ticc_fdstream.1.gz +man/man1/ticc_logstream.1.gz +man/man1/ticc_prettyprint.1.gz +man/man1/ticc_string.1.gz +man/man1/ticc_unit_test.1.gz +man/man1/ticcutils.1.gz From owner-svn-ports-all@freebsd.org Fri Dec 7 23:28:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A8B51323A1C; Fri, 7 Dec 2018 23:28:12 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20F5C7CB04; Fri, 7 Dec 2018 23:28:12 +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 021DC19DCD; Fri, 7 Dec 2018 23:28:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7NSBgj089987; Fri, 7 Dec 2018 23:28:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7NSBop089985; Fri, 7 Dec 2018 23:28:11 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812072328.wB7NSBop089985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 23:28:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486900 - in head/devel/ticcutils: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel/ticcutils: . files X-SVN-Commit-Revision: 486900 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 20F5C7CB04 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 23:28:12 -0000 Author: yuri Date: Fri Dec 7 23:28:11 2018 New Revision: 486900 URL: https://svnweb.freebsd.org/changeset/ports/486900 Log: devel/ticcutils: Make libboost_regex.so link to the shared library Added: head/devel/ticcutils/files/patch-src_Makefile.am (contents, props changed) Modified: head/devel/ticcutils/Makefile Modified: head/devel/ticcutils/Makefile ============================================================================== --- head/devel/ticcutils/Makefile Fri Dec 7 22:57:28 2018 (r486899) +++ head/devel/ticcutils/Makefile Fri Dec 7 23:28:11 2018 (r486900) @@ -3,6 +3,7 @@ PORTNAME= ticcutils DISTVERSIONPREFIX= v DISTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org @@ -29,6 +30,6 @@ TEST_TARGET= check # Workaround for https://github.com/LanguageMachines/ticcutils/issues/18 (also see the patch files/patch-configure.ac) CXXFLAGS+= -DHAVE_BOOST_REGEX -LDFLAGS+= ${LOCALBASE}/lib/libboost_regex.so +LDFLAGS+= -lboost_regex .include Added: head/devel/ticcutils/files/patch-src_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ticcutils/files/patch-src_Makefile.am Fri Dec 7 23:28:11 2018 (r486900) @@ -0,0 +1,10 @@ +--- src/Makefile.am.orig 2018-12-07 23:02:14 UTC ++++ src/Makefile.am +@@ -1,5 +1,6 @@ + AM_CPPFLAGS = -I@top_srcdir@/include +-AM_CXXFLAGS = -g -std=c++11 -O3 -W -Wall -pedantic ++AM_CXXFLAGS = -std=c++11 -W -Wall -pedantic ++AM_LDFLAGS = $(LDFLAGS) + + LDADD = libticcutils.la + From owner-svn-ports-all@freebsd.org Fri Dec 7 23:30:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 743D71323B13; Fri, 7 Dec 2018 23:30:12 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 137147CC81; Fri, 7 Dec 2018 23:30:12 +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 E47E119DD1; Fri, 7 Dec 2018 23:30:11 +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 wB7NUBBZ090275; Fri, 7 Dec 2018 23:30:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7NUAPo090270; Fri, 7 Dec 2018 23:30:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812072330.wB7NUAPo090270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 23:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486901 - in head/textproc: . libfolia X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . libfolia X-SVN-Commit-Revision: 486901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 137147CC81 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 23:30:12 -0000 Author: yuri Date: Fri Dec 7 23:30:10 2018 New Revision: 486901 URL: https://svnweb.freebsd.org/changeset/ports/486901 Log: New port: textproc/libfolia: Library for FoLiA, a format for annotated language resources Added: head/textproc/libfolia/ head/textproc/libfolia/Makefile (contents, props changed) head/textproc/libfolia/distinfo (contents, props changed) head/textproc/libfolia/pkg-descr (contents, props changed) head/textproc/libfolia/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Dec 7 23:28:11 2018 (r486900) +++ head/textproc/Makefile Fri Dec 7 23:30:10 2018 (r486901) @@ -422,6 +422,7 @@ SUBDIR += libexttextcat SUBDIR += libflate SUBDIR += libfo + SUBDIR += libfolia SUBDIR += libgepub SUBDIR += libguess SUBDIR += libkmfl Added: head/textproc/libfolia/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libfolia/Makefile Fri Dec 7 23:30:10 2018 (r486901) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= libfolia +DISTVERSIONPREFIX= v +DISTVERSION= 1.15 +CATEGORIES= textproc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for FoLiA, a format for annotated language resources + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive +LIB_DEPENDS= libicui18n.so:devel/icu \ + libomp.so:devel/openmp \ + libticcutils.so:devel/ticcutils + +USES= autoreconf gmake gnome libtool pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +USE_GITHUB= yes +GH_ACCOUNT= LanguageMachines +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +.include Added: head/textproc/libfolia/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libfolia/distinfo Fri Dec 7 23:30:10 2018 (r486901) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544205030 +SHA256 (LanguageMachines-libfolia-v1.15_GH0.tar.gz) = 6a045dff386663ef6cd634cb15b6898e1e9ebe214430aff443edd96344d3c0bf +SIZE (LanguageMachines-libfolia-v1.15_GH0.tar.gz) = 104934 Added: head/textproc/libfolia/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libfolia/pkg-descr Fri Dec 7 23:30:10 2018 (r486901) @@ -0,0 +1,9 @@ +FoLiA is an XML-based annotation format, suitable for the representation of +linguistically annotated language resources. FoLiA's intended use is as a format +for storing and/or exchanging language resources, including corpora. Our aim is +to introduce a single rich format that can accomodate a wide variety of +linguistic annotation types through a single generalised paradigm. We do not +commit to any label set, language or linguistic theory. This is always left to +the developer of the language resource, and provides maximum flexibility. + +WWW: https://proycon.github.io/folia/ Added: head/textproc/libfolia/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libfolia/pkg-plist Fri Dec 7 23:30:10 2018 (r486901) @@ -0,0 +1,14 @@ +bin/foliadiff.sh +bin/folialint +include/libfolia/folia.h +include/libfolia/folia_builder.h +include/libfolia/folia_document.h +include/libfolia/folia_impl.h +include/libfolia/folia_processor.h +include/libfolia/folia_properties.h +include/libfolia/folia_types.h +include/libfolia/folia_utils.h +lib/libfolia.so +lib/libfolia.so.9 +lib/libfolia.so.9.0.0 +libdata/pkgconfig/folia.pc From owner-svn-ports-all@freebsd.org Fri Dec 7 23:42:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 283381324594; Fri, 7 Dec 2018 23:42:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C01BE7DB11; Fri, 7 Dec 2018 23:42:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A121B1A0F0; Fri, 7 Dec 2018 23:42:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB7Ngctn000382; Fri, 7 Dec 2018 23:42:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7NgcLM000381; Fri, 7 Dec 2018 23:42:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812072342.wB7NgcLM000381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 7 Dec 2018 23:42:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486902 - head/devel/py-qtconsole X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-qtconsole X-SVN-Commit-Revision: 486902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C01BE7DB11 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 23:42:39 -0000 Author: antoine Date: Fri Dec 7 23:42:38 2018 New Revision: 486902 URL: https://svnweb.freebsd.org/changeset/ports/486902 Log: Unbreak the ports tree Modified: head/devel/py-qtconsole/Makefile Modified: head/devel/py-qtconsole/Makefile ============================================================================== --- head/devel/py-qtconsole/Makefile Fri Dec 7 23:30:10 2018 (r486901) +++ head/devel/py-qtconsole/Makefile Fri Dec 7 23:42:38 2018 (r486902) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.1:devel/py-ipykernel5@${PY_FLAVOR} -USES= pyqt:5 python +USES= pyqt:5 python:3.4+ USE_PYQT= core gui printsupport sip svg widgets USE_PYTHON= distutils autoplist From owner-svn-ports-all@freebsd.org Fri Dec 7 23:51:25 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C68FC1324889; Fri, 7 Dec 2018 23:51:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67BCB7DE68; Fri, 7 Dec 2018 23:51:25 +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 4A57C1A24D; Fri, 7 Dec 2018 23:51:25 +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 wB7NpP52001605; Fri, 7 Dec 2018 23:51:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7NpO3k001602; Fri, 7 Dec 2018 23:51:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812072351.wB7NpO3k001602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 23:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486903 - head/math/timbl X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/timbl X-SVN-Commit-Revision: 486903 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 67BCB7DE68 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 23:51:26 -0000 Author: yuri Date: Fri Dec 7 23:51:24 2018 New Revision: 486903 URL: https://svnweb.freebsd.org/changeset/ports/486903 Log: math/timbl: Update 6.4.2 -> 6.4.13 Modified: head/math/timbl/Makefile head/math/timbl/distinfo head/math/timbl/pkg-plist Modified: head/math/timbl/Makefile ============================================================================== --- head/math/timbl/Makefile Fri Dec 7 23:42:38 2018 (r486902) +++ head/math/timbl/Makefile Fri Dec 7 23:51:24 2018 (r486903) @@ -2,22 +2,31 @@ # $FreeBSD$ PORTNAME= timbl -PORTVERSION= 6.4.2 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 6.4.13 CATEGORIES= math -MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/ MAINTAINER= yuri@FreeBSD.org COMMENT= Tilburg Memory Based Learner -LIB_DEPENDS= libxml2.so:textproc/libxml2 +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libomp.so:devel/openmp \ + libticcutils.so:devel/ticcutils + +USES= autoreconf gmake gnome libtool pathfix pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= LanguageMachines GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USES= gmake libtool pathfix pkgconfig +CONFIGURE_ARGS= --disable-static +USE_GNOME= libxml2 USE_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} 's#doc/@PACKAGE@/examples#examples/@PACKAGE@#' ${WRKSRC}/demos/Makefile.in +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * .include Modified: head/math/timbl/distinfo ============================================================================== --- head/math/timbl/distinfo Fri Dec 7 23:42:38 2018 (r486902) +++ head/math/timbl/distinfo Fri Dec 7 23:51:24 2018 (r486903) @@ -1,2 +1,3 @@ -SHA256 (timbl-6.4.2.tar.gz) = a10075f0406032fd9e1c3ee4e56fb66bc056284505ca54ac4890ff065ec4c7e8 -SIZE (timbl-6.4.2.tar.gz) = 548063 +TIMESTAMP = 1544226148 +SHA256 (LanguageMachines-timbl-v6.4.13_GH0.tar.gz) = 0e8acd112e9118af683e312242a01d5960f333c32b73fc6185a1c7d1984d56ca +SIZE (LanguageMachines-timbl-v6.4.13_GH0.tar.gz) = 1093242 Modified: head/math/timbl/pkg-plist ============================================================================== --- head/math/timbl/pkg-plist Fri Dec 7 23:42:38 2018 (r486902) +++ head/math/timbl/pkg-plist Fri Dec 7 23:51:24 2018 (r486903) @@ -1,14 +1,10 @@ bin/timbl -man/man1/timbl.1.gz include/timbl/BestArray.h include/timbl/Choppers.h -include/timbl/CommandLine.h include/timbl/Common.h include/timbl/GetOptClass.h include/timbl/IBtree.h include/timbl/Instance.h -include/timbl/LogBuffer.h -include/timbl/LogStream.h include/timbl/MBLClass.h include/timbl/Matrices.h include/timbl/Metrics.h @@ -19,22 +15,10 @@ include/timbl/StringOps.h include/timbl/Testers.h include/timbl/TimblAPI.h include/timbl/TimblExperiment.h -include/timbl/Tree.h -include/timbl/Trie.h include/timbl/Types.h -include/timbl/XMLtools.h include/timbl/neighborSet.h -lib/libtimbl.a lib/libtimbl.so -lib/libtimbl.so.3 -lib/libtimbl.so.3.0.0 +lib/libtimbl.so.4 +lib/libtimbl.so.4.0.1 libdata/pkgconfig/timbl.pc -%%EXAMPLESDIR%%/cross_val.test -%%EXAMPLESDIR%%/dimin.script -%%EXAMPLESDIR%%/dimin.test -%%EXAMPLESDIR%%/dimin.train -%%EXAMPLESDIR%%/small_1.train -%%EXAMPLESDIR%%/small_2.train -%%EXAMPLESDIR%%/small_3.train -%%EXAMPLESDIR%%/small_4.train -%%EXAMPLESDIR%%/small_5.train +man/man1/timbl.1.gz From owner-svn-ports-all@freebsd.org Sat Dec 8 00:37:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32A231326C1E; Sat, 8 Dec 2018 00:37:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D443880627; Sat, 8 Dec 2018 00:37:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B08C01A908; Sat, 8 Dec 2018 00:37:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB80bW83026194; Sat, 8 Dec 2018 00:37:32 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB80bW67026191; Sat, 8 Dec 2018 00:37:32 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812080037.wB80bW67026191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Dec 2018 00:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486904 - head/devel/grumpy X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/grumpy X-SVN-Commit-Revision: 486904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D443880627 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 00:37:33 -0000 Author: swills Date: Sat Dec 8 00:37:31 2018 New Revision: 486904 URL: https://svnweb.freebsd.org/changeset/ports/486904 Log: devel/grumpy: update to new snapshot Modified: head/devel/grumpy/Makefile (contents, props changed) head/devel/grumpy/distinfo (contents, props changed) head/devel/grumpy/pkg-plist (contents, props changed) Modified: head/devel/grumpy/Makefile ============================================================================== --- head/devel/grumpy/Makefile Fri Dec 7 23:51:24 2018 (r486903) +++ head/devel/grumpy/Makefile Sat Dec 8 00:37:31 2018 (r486904) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grumpy -PORTVERSION= 0.0.0.2017020301 +PORTVERSION= 0.0.0.2017112101 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org @@ -12,7 +12,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 348f038 +GH_TAGNAME= 3ec8795 USES= gmake python:2.7 shebangfix SHEBANG_FILES= tools/benchcmp tools/coverparse tools/diffrange tools/grumpc Modified: head/devel/grumpy/distinfo ============================================================================== --- head/devel/grumpy/distinfo Fri Dec 7 23:51:24 2018 (r486903) +++ head/devel/grumpy/distinfo Sat Dec 8 00:37:31 2018 (r486904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486146690 -SHA256 (google-grumpy-0.0.0.2017020301-348f038_GH0.tar.gz) = 9a3bea034b74327740be570962a2400ab827a7105da844eef5594c6320057fdd -SIZE (google-grumpy-0.0.0.2017020301-348f038_GH0.tar.gz) = 541133 +TIMESTAMP = 1544229003 +SHA256 (google-grumpy-0.0.0.2017112101-3ec8795_GH0.tar.gz) = 0d9742e9ef1190eee0005331f48212883a82cfe730721d03fe97c6b87890baba +SIZE (google-grumpy-0.0.0.2017112101-3ec8795_GH0.tar.gz) = 736001 Modified: head/devel/grumpy/pkg-plist ============================================================================== --- head/devel/grumpy/pkg-plist Fri Dec 7 23:51:24 2018 (r486903) +++ head/devel/grumpy/pkg-plist Sat Dec 8 00:37:31 2018 (r486904) @@ -2,113 +2,584 @@ bin/benchcmp bin/coverparse bin/diffrange bin/grumpc +go/pkg/freebsd_%%ARCH%%/__python__/Queue.a +go/pkg/freebsd_%%ARCH%%/__python__/StringIO.a +go/pkg/freebsd_%%ARCH%%/__python__/UserDict.a +go/pkg/freebsd_%%ARCH%%/__python__/UserList.a +go/pkg/freebsd_%%ARCH%%/__python__/UserString.a +go/pkg/freebsd_%%ARCH%%/__python__/__builtin__.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/grumpy.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/io/ioutil.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/math.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/math/rand.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/os.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/path/filepath.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/reflect.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/runtime.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/sync.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/syscall.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/time.a +go/pkg/freebsd_%%ARCH%%/__python__/__go__/unicode.a +go/pkg/freebsd_%%ARCH%%/__python__/_abcoll.a +go/pkg/freebsd_%%ARCH%%/__python__/_collections.a +go/pkg/freebsd_%%ARCH%%/__python__/_csv.a +go/pkg/freebsd_%%ARCH%%/__python__/_functools.a +go/pkg/freebsd_%%ARCH%%/__python__/_md5.a +go/pkg/freebsd_%%ARCH%%/__python__/_random.a +go/pkg/freebsd_%%ARCH%%/__python__/_sha.a +go/pkg/freebsd_%%ARCH%%/__python__/_sha256.a +go/pkg/freebsd_%%ARCH%%/__python__/_sha512.a +go/pkg/freebsd_%%ARCH%%/__python__/_sre.a +go/pkg/freebsd_%%ARCH%%/__python__/_struct.a +go/pkg/freebsd_%%ARCH%%/__python__/_syscall.a +go/pkg/freebsd_%%ARCH%%/__python__/_weakrefset.a +go/pkg/freebsd_%%ARCH%%/__python__/abc.a +go/pkg/freebsd_%%ARCH%%/__python__/argparse.a +go/pkg/freebsd_%%ARCH%%/__python__/base64.a +go/pkg/freebsd_%%ARCH%%/__python__/binascii.a +go/pkg/freebsd_%%ARCH%%/__python__/bisect.a +go/pkg/freebsd_%%ARCH%%/__python__/cStringIO.a +go/pkg/freebsd_%%ARCH%%/__python__/collections.a +go/pkg/freebsd_%%ARCH%%/__python__/colorsys.a +go/pkg/freebsd_%%ARCH%%/__python__/contextlib.a +go/pkg/freebsd_%%ARCH%%/__python__/copy.a +go/pkg/freebsd_%%ARCH%%/__python__/copy_reg.a +go/pkg/freebsd_%%ARCH%%/__python__/csv.a +go/pkg/freebsd_%%ARCH%%/__python__/datetime.a +go/pkg/freebsd_%%ARCH%%/__python__/difflib.a +go/pkg/freebsd_%%ARCH%%/__python__/dircache.a +go/pkg/freebsd_%%ARCH%%/__python__/dummy_thread.a +go/pkg/freebsd_%%ARCH%%/__python__/errno.a +go/pkg/freebsd_%%ARCH%%/__python__/exceptions.a +go/pkg/freebsd_%%ARCH%%/__python__/fnmatch.a +go/pkg/freebsd_%%ARCH%%/__python__/fpformat.a +go/pkg/freebsd_%%ARCH%%/__python__/functools.a +go/pkg/freebsd_%%ARCH%%/__python__/genericpath.a +go/pkg/freebsd_%%ARCH%%/__python__/getopt.a +go/pkg/freebsd_%%ARCH%%/__python__/glob.a +go/pkg/freebsd_%%ARCH%%/__python__/heapq.a +go/pkg/freebsd_%%ARCH%%/__python__/itertools.a +go/pkg/freebsd_%%ARCH%%/__python__/itertools_test.a +go/pkg/freebsd_%%ARCH%%/__python__/json.a +go/pkg/freebsd_%%ARCH%%/__python__/json/decoder.a +go/pkg/freebsd_%%ARCH%%/__python__/json/encoder.a +go/pkg/freebsd_%%ARCH%%/__python__/json_scanner.a +go/pkg/freebsd_%%ARCH%%/__python__/keyword.a +go/pkg/freebsd_%%ARCH%%/__python__/linecache.a +go/pkg/freebsd_%%ARCH%%/__python__/math.a +go/pkg/freebsd_%%ARCH%%/__python__/math_test.a +go/pkg/freebsd_%%ARCH%%/__python__/md5.a +go/pkg/freebsd_%%ARCH%%/__python__/mimetools.a +go/pkg/freebsd_%%ARCH%%/__python__/mutex.a +go/pkg/freebsd_%%ARCH%%/__python__/operator.a +go/pkg/freebsd_%%ARCH%%/__python__/optparse.a +go/pkg/freebsd_%%ARCH%%/__python__/os.a +go/pkg/freebsd_%%ARCH%%/__python__/os/path.a +go/pkg/freebsd_%%ARCH%%/__python__/os/path_test.a +go/pkg/freebsd_%%ARCH%%/__python__/os_test.a +go/pkg/freebsd_%%ARCH%%/__python__/pprint.a +go/pkg/freebsd_%%ARCH%%/__python__/quopri.a +go/pkg/freebsd_%%ARCH%%/__python__/random.a +go/pkg/freebsd_%%ARCH%%/__python__/random_test.a +go/pkg/freebsd_%%ARCH%%/__python__/re.a +go/pkg/freebsd_%%ARCH%%/__python__/re_tests.a +go/pkg/freebsd_%%ARCH%%/__python__/repr.a +go/pkg/freebsd_%%ARCH%%/__python__/rfc822.a +go/pkg/freebsd_%%ARCH%%/__python__/sched.a +go/pkg/freebsd_%%ARCH%%/__python__/select_.a +go/pkg/freebsd_%%ARCH%%/__python__/sha.a +go/pkg/freebsd_%%ARCH%%/__python__/sre_compile.a +go/pkg/freebsd_%%ARCH%%/__python__/sre_constants.a +go/pkg/freebsd_%%ARCH%%/__python__/sre_parse.a +go/pkg/freebsd_%%ARCH%%/__python__/stat.a +go/pkg/freebsd_%%ARCH%%/__python__/string.a +go/pkg/freebsd_%%ARCH%%/__python__/sys.a +go/pkg/freebsd_%%ARCH%%/__python__/sys_test.a +go/pkg/freebsd_%%ARCH%%/__python__/tempfile.a +go/pkg/freebsd_%%ARCH%%/__python__/tempfile_test.a +go/pkg/freebsd_%%ARCH%%/__python__/test.a +go/pkg/freebsd_%%ARCH%%/__python__/test/list_tests.a +go/pkg/freebsd_%%ARCH%%/__python__/test/lock_tests.a +go/pkg/freebsd_%%ARCH%%/__python__/test/mapping_tests.a +go/pkg/freebsd_%%ARCH%%/__python__/test/seq_tests.a +go/pkg/freebsd_%%ARCH%%/__python__/test/string_tests.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_argparse.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_bisect.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_colorsys.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_datetime.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_dict.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_dircache.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_dummy_thread.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_fpformat.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_genericpath.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_list.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_md5.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_mimetools.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_mutex.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_operator.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_queue.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_quopri.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_rfc822.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_sched.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_select.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_slice.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_stat.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_string.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_support.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_threading.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_tuple.a +go/pkg/freebsd_%%ARCH%%/__python__/test/test_uu.a +go/pkg/freebsd_%%ARCH%%/__python__/textwrap.a +go/pkg/freebsd_%%ARCH%%/__python__/thread.a +go/pkg/freebsd_%%ARCH%%/__python__/threading.a +go/pkg/freebsd_%%ARCH%%/__python__/time.a +go/pkg/freebsd_%%ARCH%%/__python__/time_test.a +go/pkg/freebsd_%%ARCH%%/__python__/traceback.a +go/pkg/freebsd_%%ARCH%%/__python__/types.a +go/pkg/freebsd_%%ARCH%%/__python__/types_test.a +go/pkg/freebsd_%%ARCH%%/__python__/unittest.a +go/pkg/freebsd_%%ARCH%%/__python__/unittest_case.a +go/pkg/freebsd_%%ARCH%%/__python__/unittest_loader.a +go/pkg/freebsd_%%ARCH%%/__python__/unittest_result.a +go/pkg/freebsd_%%ARCH%%/__python__/unittest_runner.a +go/pkg/freebsd_%%ARCH%%/__python__/unittest_signals.a +go/pkg/freebsd_%%ARCH%%/__python__/unittest_suite.a +go/pkg/freebsd_%%ARCH%%/__python__/unittest_util.a +go/pkg/freebsd_%%ARCH%%/__python__/urlparse.a +go/pkg/freebsd_%%ARCH%%/__python__/uu.a +go/pkg/freebsd_%%ARCH%%/__python__/warnings.a +go/pkg/freebsd_%%ARCH%%/__python__/weakref.a +go/pkg/freebsd_%%ARCH%%/__python__/weetest.a +go/pkg/freebsd_%%ARCH%%/__python__/weetest_test.a go/pkg/freebsd_%%ARCH%%/grumpy.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/StringIO.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/UserDict.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/UserList.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/UserString.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/__builtin__.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_abcoll.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_collections.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_csv.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_functools.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_md5.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_random.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_sha.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_sha256.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_sha512.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_sre.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_struct.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/_weakrefset.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/abc.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/argparse.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/base64.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/binascii.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/collections.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/contextlib.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/copy.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/copy_reg.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/csv.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/difflib.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/errno.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/exceptions.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/fnmatch.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/functools.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/getopt.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/glob.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/heapq.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/itertools.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/itertools_test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/json.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/json/decoder.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/json/encoder.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/json_scanner.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/keyword.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/linecache.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/math.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/math_test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/md5.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/operator.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/optparse.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/os.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/os/path.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/os/path_test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/os_test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/pprint.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/random.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/random_test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/re.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/re_tests.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/repr.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/sha.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/sre_compile.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/sre_constants.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/sre_parse.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/stat.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/string.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/sys.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/sys_test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/tempfile.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/tempfile_test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/list_tests.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/mapping_tests.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/seq_tests.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/string_tests.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_argparse.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_dict.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_list.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_md5.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_slice.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_string.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_support.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_tuple.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/textwrap.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/thread.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/threading.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/threading_test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/time.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/time_test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/traceback.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/types.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/types_test.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_case.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_loader.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_result.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_runner.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_signals.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_suite.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_util.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/urlparse.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/warnings.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/weakref.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/weetest.a -go/pkg/freebsd_%%ARCH%%/grumpy/lib/weetest_test.a +go/src/__python__/Queue.py +go/src/__python__/Queue/module.d +go/src/__python__/Queue/module.go +go/src/__python__/StringIO.py +go/src/__python__/StringIO/module.d +go/src/__python__/StringIO/module.go +go/src/__python__/UserDict.py +go/src/__python__/UserDict/module.d +go/src/__python__/UserDict/module.go +go/src/__python__/UserList.py +go/src/__python__/UserList/module.d +go/src/__python__/UserList/module.go +go/src/__python__/UserString.py +go/src/__python__/UserString/module.d +go/src/__python__/UserString/module.go +go/src/__python__/__builtin__.py +go/src/__python__/__builtin__/module.d +go/src/__python__/__builtin__/module.go +go/src/__python__/__go__/grumpy/module.go +go/src/__python__/__go__/io/ioutil/module.go +go/src/__python__/__go__/math/module.go +go/src/__python__/__go__/math/rand/module.go +go/src/__python__/__go__/os/module.go +go/src/__python__/__go__/path/filepath/module.go +go/src/__python__/__go__/reflect/module.go +go/src/__python__/__go__/runtime/module.go +go/src/__python__/__go__/sync/module.go +go/src/__python__/__go__/syscall/module.go +go/src/__python__/__go__/time/module.go +go/src/__python__/__go__/unicode/module.go +go/src/__python__/_abcoll.py +go/src/__python__/_abcoll/module.d +go/src/__python__/_abcoll/module.go +go/src/__python__/_collections.py +go/src/__python__/_collections/module.d +go/src/__python__/_collections/module.go +go/src/__python__/_csv.py +go/src/__python__/_csv/module.d +go/src/__python__/_csv/module.go +go/src/__python__/_functools.py +go/src/__python__/_functools/module.d +go/src/__python__/_functools/module.go +go/src/__python__/_md5.py +go/src/__python__/_md5/module.d +go/src/__python__/_md5/module.go +go/src/__python__/_random.py +go/src/__python__/_random/module.d +go/src/__python__/_random/module.go +go/src/__python__/_sha.py +go/src/__python__/_sha/module.d +go/src/__python__/_sha/module.go +go/src/__python__/_sha256.py +go/src/__python__/_sha256/module.d +go/src/__python__/_sha256/module.go +go/src/__python__/_sha512.py +go/src/__python__/_sha512/module.d +go/src/__python__/_sha512/module.go +go/src/__python__/_sre.py +go/src/__python__/_sre/module.d +go/src/__python__/_sre/module.go +go/src/__python__/_struct.py +go/src/__python__/_struct/module.d +go/src/__python__/_struct/module.go +go/src/__python__/_syscall.py +go/src/__python__/_syscall/module.d +go/src/__python__/_syscall/module.go +go/src/__python__/_weakrefset.py +go/src/__python__/_weakrefset/module.d +go/src/__python__/_weakrefset/module.go +go/src/__python__/abc.py +go/src/__python__/abc/module.d +go/src/__python__/abc/module.go +go/src/__python__/argparse.py +go/src/__python__/argparse/module.d +go/src/__python__/argparse/module.go +go/src/__python__/base64.py +go/src/__python__/base64/module.d +go/src/__python__/base64/module.go +go/src/__python__/binascii.py +go/src/__python__/binascii/module.d +go/src/__python__/binascii/module.go +go/src/__python__/bisect.py +go/src/__python__/bisect/module.d +go/src/__python__/bisect/module.go +go/src/__python__/cStringIO.py +go/src/__python__/cStringIO/module.d +go/src/__python__/cStringIO/module.go +go/src/__python__/collections.py +go/src/__python__/collections/module.d +go/src/__python__/collections/module.go +go/src/__python__/colorsys.py +go/src/__python__/colorsys/module.d +go/src/__python__/colorsys/module.go +go/src/__python__/contextlib.py +go/src/__python__/contextlib/module.d +go/src/__python__/contextlib/module.go +go/src/__python__/copy.py +go/src/__python__/copy/module.d +go/src/__python__/copy/module.go +go/src/__python__/copy_reg.py +go/src/__python__/copy_reg/module.d +go/src/__python__/copy_reg/module.go +go/src/__python__/csv.py +go/src/__python__/csv/module.d +go/src/__python__/csv/module.go +go/src/__python__/datetime.py +go/src/__python__/datetime/module.d +go/src/__python__/datetime/module.go +go/src/__python__/difflib.py +go/src/__python__/difflib/module.d +go/src/__python__/difflib/module.go +go/src/__python__/dircache.py +go/src/__python__/dircache/module.d +go/src/__python__/dircache/module.go +go/src/__python__/dummy_thread.py +go/src/__python__/dummy_thread/module.d +go/src/__python__/dummy_thread/module.go +go/src/__python__/errno.py +go/src/__python__/errno/module.d +go/src/__python__/errno/module.go +go/src/__python__/exceptions.py +go/src/__python__/exceptions/module.d +go/src/__python__/exceptions/module.go +go/src/__python__/fnmatch.py +go/src/__python__/fnmatch/module.d +go/src/__python__/fnmatch/module.go +go/src/__python__/fpformat.py +go/src/__python__/fpformat/module.d +go/src/__python__/fpformat/module.go +go/src/__python__/functools.py +go/src/__python__/functools/module.d +go/src/__python__/functools/module.go +go/src/__python__/genericpath.py +go/src/__python__/genericpath/module.d +go/src/__python__/genericpath/module.go +go/src/__python__/getopt.py +go/src/__python__/getopt/module.d +go/src/__python__/getopt/module.go +go/src/__python__/glob.py +go/src/__python__/glob/module.d +go/src/__python__/glob/module.go +go/src/__python__/heapq.py +go/src/__python__/heapq/module.d +go/src/__python__/heapq/module.go +go/src/__python__/itertools.py +go/src/__python__/itertools/module.d +go/src/__python__/itertools/module.go +go/src/__python__/itertools_test.py +go/src/__python__/itertools_test/module.d +go/src/__python__/itertools_test/module.go +go/src/__python__/json/__init__.py +go/src/__python__/json/decoder.py +go/src/__python__/json/decoder/module.d +go/src/__python__/json/decoder/module.go +go/src/__python__/json/encoder.py +go/src/__python__/json/encoder/module.d +go/src/__python__/json/encoder/module.go +go/src/__python__/json/module.d +go/src/__python__/json/module.go +go/src/__python__/json_scanner.py +go/src/__python__/json_scanner/module.d +go/src/__python__/json_scanner/module.go +go/src/__python__/keyword.py +go/src/__python__/keyword/module.d +go/src/__python__/keyword/module.go +go/src/__python__/linecache.py +go/src/__python__/linecache/module.d +go/src/__python__/linecache/module.go +go/src/__python__/math.py +go/src/__python__/math/module.d +go/src/__python__/math/module.go +go/src/__python__/math_test.py +go/src/__python__/math_test/module.d +go/src/__python__/math_test/module.go +go/src/__python__/md5.py +go/src/__python__/md5/module.d +go/src/__python__/md5/module.go +go/src/__python__/mimetools.py +go/src/__python__/mimetools/module.d +go/src/__python__/mimetools/module.go +go/src/__python__/mutex.py +go/src/__python__/mutex/module.d +go/src/__python__/mutex/module.go +go/src/__python__/operator.py +go/src/__python__/operator/module.d +go/src/__python__/operator/module.go +go/src/__python__/optparse.py +go/src/__python__/optparse/module.d +go/src/__python__/optparse/module.go +go/src/__python__/os/__init__.py +go/src/__python__/os/module.d +go/src/__python__/os/module.go +go/src/__python__/os/path.py +go/src/__python__/os/path/module.d +go/src/__python__/os/path/module.go +go/src/__python__/os/path_test.py +go/src/__python__/os/path_test/module.d +go/src/__python__/os/path_test/module.go +go/src/__python__/os_test.py +go/src/__python__/os_test/module.d +go/src/__python__/os_test/module.go +go/src/__python__/pprint.py +go/src/__python__/pprint/module.d +go/src/__python__/pprint/module.go +go/src/__python__/quopri.py +go/src/__python__/quopri/module.d +go/src/__python__/quopri/module.go +go/src/__python__/random.py +go/src/__python__/random/module.d +go/src/__python__/random/module.go +go/src/__python__/random_test.py +go/src/__python__/random_test/module.d +go/src/__python__/random_test/module.go +go/src/__python__/re.py +go/src/__python__/re/module.d +go/src/__python__/re/module.go +go/src/__python__/re_tests.py +go/src/__python__/re_tests/module.d +go/src/__python__/re_tests/module.go +go/src/__python__/repr.py +go/src/__python__/repr/module.d +go/src/__python__/repr/module.go +go/src/__python__/rfc822.py +go/src/__python__/rfc822/module.d +go/src/__python__/rfc822/module.go +go/src/__python__/sched.py +go/src/__python__/sched/module.d +go/src/__python__/sched/module.go +go/src/__python__/select_.py +go/src/__python__/select_/module.d +go/src/__python__/select_/module.go +go/src/__python__/sha.py +go/src/__python__/sha/module.d +go/src/__python__/sha/module.go +go/src/__python__/sre_compile.py +go/src/__python__/sre_compile/module.d +go/src/__python__/sre_compile/module.go +go/src/__python__/sre_constants.py +go/src/__python__/sre_constants/module.d +go/src/__python__/sre_constants/module.go +go/src/__python__/sre_parse.py +go/src/__python__/sre_parse/module.d +go/src/__python__/sre_parse/module.go +go/src/__python__/stat.py +go/src/__python__/stat/module.d +go/src/__python__/stat/module.go +go/src/__python__/string.py +go/src/__python__/string/module.d +go/src/__python__/string/module.go +go/src/__python__/sys.py +go/src/__python__/sys/module.d +go/src/__python__/sys/module.go +go/src/__python__/sys_test.py +go/src/__python__/sys_test/module.d +go/src/__python__/sys_test/module.go +go/src/__python__/tempfile.py +go/src/__python__/tempfile/module.d +go/src/__python__/tempfile/module.go +go/src/__python__/tempfile_test.py +go/src/__python__/tempfile_test/module.d +go/src/__python__/tempfile_test/module.go +go/src/__python__/test/__init__.py +go/src/__python__/test/list_tests.py +go/src/__python__/test/list_tests/module.d +go/src/__python__/test/list_tests/module.go +go/src/__python__/test/lock_tests.py +go/src/__python__/test/lock_tests/module.d +go/src/__python__/test/lock_tests/module.go +go/src/__python__/test/mapping_tests.py +go/src/__python__/test/mapping_tests/module.d +go/src/__python__/test/mapping_tests/module.go +go/src/__python__/test/module.d +go/src/__python__/test/module.go +go/src/__python__/test/seq_tests.py +go/src/__python__/test/seq_tests/module.d +go/src/__python__/test/seq_tests/module.go +go/src/__python__/test/string_tests.py +go/src/__python__/test/string_tests/module.d +go/src/__python__/test/string_tests/module.go +go/src/__python__/test/test_argparse.py +go/src/__python__/test/test_argparse/module.d +go/src/__python__/test/test_argparse/module.go +go/src/__python__/test/test_bisect.py +go/src/__python__/test/test_bisect/module.d +go/src/__python__/test/test_bisect/module.go +go/src/__python__/test/test_colorsys.py +go/src/__python__/test/test_colorsys/module.d +go/src/__python__/test/test_colorsys/module.go +go/src/__python__/test/test_datetime.py +go/src/__python__/test/test_datetime/module.d +go/src/__python__/test/test_datetime/module.go +go/src/__python__/test/test_dict.py +go/src/__python__/test/test_dict/module.d +go/src/__python__/test/test_dict/module.go +go/src/__python__/test/test_dircache.py +go/src/__python__/test/test_dircache/module.d +go/src/__python__/test/test_dircache/module.go +go/src/__python__/test/test_dummy_thread.py +go/src/__python__/test/test_dummy_thread/module.d +go/src/__python__/test/test_dummy_thread/module.go +go/src/__python__/test/test_fpformat.py +go/src/__python__/test/test_fpformat/module.d +go/src/__python__/test/test_fpformat/module.go +go/src/__python__/test/test_genericpath.py +go/src/__python__/test/test_genericpath/module.d +go/src/__python__/test/test_genericpath/module.go +go/src/__python__/test/test_list.py +go/src/__python__/test/test_list/module.d +go/src/__python__/test/test_list/module.go +go/src/__python__/test/test_md5.py +go/src/__python__/test/test_md5/module.d +go/src/__python__/test/test_md5/module.go +go/src/__python__/test/test_mimetools.py +go/src/__python__/test/test_mimetools/module.d +go/src/__python__/test/test_mimetools/module.go +go/src/__python__/test/test_mutex.py +go/src/__python__/test/test_mutex/module.d +go/src/__python__/test/test_mutex/module.go +go/src/__python__/test/test_operator.py +go/src/__python__/test/test_operator/module.d +go/src/__python__/test/test_operator/module.go +go/src/__python__/test/test_queue.py +go/src/__python__/test/test_queue/module.d +go/src/__python__/test/test_queue/module.go +go/src/__python__/test/test_quopri.py +go/src/__python__/test/test_quopri/module.d +go/src/__python__/test/test_quopri/module.go +go/src/__python__/test/test_rfc822.py +go/src/__python__/test/test_rfc822/module.d +go/src/__python__/test/test_rfc822/module.go +go/src/__python__/test/test_sched.py +go/src/__python__/test/test_sched/module.d +go/src/__python__/test/test_sched/module.go +go/src/__python__/test/test_select.py +go/src/__python__/test/test_select/module.d +go/src/__python__/test/test_select/module.go +go/src/__python__/test/test_slice.py +go/src/__python__/test/test_slice/module.d +go/src/__python__/test/test_slice/module.go +go/src/__python__/test/test_stat.py +go/src/__python__/test/test_stat/module.d +go/src/__python__/test/test_stat/module.go +go/src/__python__/test/test_string.py +go/src/__python__/test/test_string/module.d +go/src/__python__/test/test_string/module.go +go/src/__python__/test/test_support.py +go/src/__python__/test/test_support/module.d +go/src/__python__/test/test_support/module.go +go/src/__python__/test/test_threading.py +go/src/__python__/test/test_threading/module.d +go/src/__python__/test/test_threading/module.go +go/src/__python__/test/test_tuple.py +go/src/__python__/test/test_tuple/module.d +go/src/__python__/test/test_tuple/module.go +go/src/__python__/test/test_uu.py +go/src/__python__/test/test_uu/module.d +go/src/__python__/test/test_uu/module.go +go/src/__python__/textwrap.py +go/src/__python__/textwrap/module.d +go/src/__python__/textwrap/module.go +go/src/__python__/thread.py +go/src/__python__/thread/module.d +go/src/__python__/thread/module.go +go/src/__python__/threading.py +go/src/__python__/threading/module.d +go/src/__python__/threading/module.go +go/src/__python__/time.py +go/src/__python__/time/module.d +go/src/__python__/time/module.go +go/src/__python__/time_test.py +go/src/__python__/time_test/module.d +go/src/__python__/time_test/module.go +go/src/__python__/traceback.py +go/src/__python__/traceback/module.d +go/src/__python__/traceback/module.go +go/src/__python__/types.py +go/src/__python__/types/module.d +go/src/__python__/types/module.go +go/src/__python__/types_test.py +go/src/__python__/types_test/module.d +go/src/__python__/types_test/module.go +go/src/__python__/unittest/__init__.py +go/src/__python__/unittest/module.d +go/src/__python__/unittest/module.go +go/src/__python__/unittest_case.py +go/src/__python__/unittest_case/module.d +go/src/__python__/unittest_case/module.go +go/src/__python__/unittest_loader.py +go/src/__python__/unittest_loader/module.d +go/src/__python__/unittest_loader/module.go +go/src/__python__/unittest_result.py +go/src/__python__/unittest_result/module.d +go/src/__python__/unittest_result/module.go +go/src/__python__/unittest_runner.py +go/src/__python__/unittest_runner/module.d +go/src/__python__/unittest_runner/module.go +go/src/__python__/unittest_signals.py +go/src/__python__/unittest_signals/module.d +go/src/__python__/unittest_signals/module.go +go/src/__python__/unittest_suite.py +go/src/__python__/unittest_suite/module.d +go/src/__python__/unittest_suite/module.go +go/src/__python__/unittest_util.py +go/src/__python__/unittest_util/module.d +go/src/__python__/unittest_util/module.go +go/src/__python__/urlparse.py +go/src/__python__/urlparse/module.d +go/src/__python__/urlparse/module.go +go/src/__python__/uu.py +go/src/__python__/uu/module.d +go/src/__python__/uu/module.go +go/src/__python__/warnings.py +go/src/__python__/warnings/module.d +go/src/__python__/warnings/module.go +go/src/__python__/weakref.py +go/src/__python__/weakref/module.d +go/src/__python__/weakref/module.go +go/src/__python__/weetest.py +go/src/__python__/weetest/module.d +go/src/__python__/weetest/module.go +go/src/__python__/weetest_test.py +go/src/__python__/weetest_test/module.d +go/src/__python__/weetest_test/module.go go/src/grumpy/baseexception.go go/src/grumpy/basestring.go go/src/grumpy/bool.go go/src/grumpy/builtin_types.go +go/src/grumpy/bytearray.go go/src/grumpy/code.go go/src/grumpy/complex.go go/src/grumpy/core.go @@ -122,210 +593,6 @@ go/src/grumpy/frame.go go/src/grumpy/function.go go/src/grumpy/generator.go go/src/grumpy/int.go -go/src/grumpy/lib/StringIO/module.d -go/src/grumpy/lib/StringIO/module.go -go/src/grumpy/lib/UserDict/module.d -go/src/grumpy/lib/UserDict/module.go -go/src/grumpy/lib/UserList/module.d -go/src/grumpy/lib/UserList/module.go -go/src/grumpy/lib/UserString/module.d -go/src/grumpy/lib/UserString/module.go -go/src/grumpy/lib/__builtin__/module.d -go/src/grumpy/lib/__builtin__/module.go -go/src/grumpy/lib/_abcoll/module.d -go/src/grumpy/lib/_abcoll/module.go -go/src/grumpy/lib/_collections/module.d -go/src/grumpy/lib/_collections/module.go -go/src/grumpy/lib/_csv/module.d -go/src/grumpy/lib/_csv/module.go -go/src/grumpy/lib/_functools/module.d -go/src/grumpy/lib/_functools/module.go -go/src/grumpy/lib/_md5/module.d -go/src/grumpy/lib/_md5/module.go -go/src/grumpy/lib/_random/module.d -go/src/grumpy/lib/_random/module.go -go/src/grumpy/lib/_sha/module.d -go/src/grumpy/lib/_sha/module.go -go/src/grumpy/lib/_sha256/module.d -go/src/grumpy/lib/_sha256/module.go -go/src/grumpy/lib/_sha512/module.d -go/src/grumpy/lib/_sha512/module.go -go/src/grumpy/lib/_sre/module.d -go/src/grumpy/lib/_sre/module.go -go/src/grumpy/lib/_struct/module.d -go/src/grumpy/lib/_struct/module.go -go/src/grumpy/lib/_weakrefset/module.d -go/src/grumpy/lib/_weakrefset/module.go -go/src/grumpy/lib/abc/module.d -go/src/grumpy/lib/abc/module.go -go/src/grumpy/lib/argparse/module.d -go/src/grumpy/lib/argparse/module.go -go/src/grumpy/lib/base64/module.d -go/src/grumpy/lib/base64/module.go -go/src/grumpy/lib/binascii/module.d -go/src/grumpy/lib/binascii/module.go -go/src/grumpy/lib/collections/module.d -go/src/grumpy/lib/collections/module.go -go/src/grumpy/lib/contextlib/module.d -go/src/grumpy/lib/contextlib/module.go -go/src/grumpy/lib/copy/module.d -go/src/grumpy/lib/copy/module.go -go/src/grumpy/lib/copy_reg/module.d -go/src/grumpy/lib/copy_reg/module.go -go/src/grumpy/lib/csv/module.d -go/src/grumpy/lib/csv/module.go -go/src/grumpy/lib/difflib/module.d -go/src/grumpy/lib/difflib/module.go -go/src/grumpy/lib/errno/module.d -go/src/grumpy/lib/errno/module.go -go/src/grumpy/lib/exceptions/module.d -go/src/grumpy/lib/exceptions/module.go -go/src/grumpy/lib/fnmatch/module.d -go/src/grumpy/lib/fnmatch/module.go -go/src/grumpy/lib/functools/module.d -go/src/grumpy/lib/functools/module.go -go/src/grumpy/lib/getopt/module.d -go/src/grumpy/lib/getopt/module.go -go/src/grumpy/lib/glob/module.d -go/src/grumpy/lib/glob/module.go -go/src/grumpy/lib/heapq/module.d -go/src/grumpy/lib/heapq/module.go -go/src/grumpy/lib/itertools/module.d -go/src/grumpy/lib/itertools/module.go -go/src/grumpy/lib/itertools_test/module.d -go/src/grumpy/lib/itertools_test/module.go -go/src/grumpy/lib/json/decoder/module.d -go/src/grumpy/lib/json/decoder/module.go -go/src/grumpy/lib/json/encoder/module.d -go/src/grumpy/lib/json/encoder/module.go -go/src/grumpy/lib/json/module.d -go/src/grumpy/lib/json/module.go -go/src/grumpy/lib/json_scanner/module.d -go/src/grumpy/lib/json_scanner/module.go -go/src/grumpy/lib/keyword/module.d -go/src/grumpy/lib/keyword/module.go -go/src/grumpy/lib/linecache/module.d -go/src/grumpy/lib/linecache/module.go -go/src/grumpy/lib/math/module.d -go/src/grumpy/lib/math/module.go -go/src/grumpy/lib/math_test/module.d -go/src/grumpy/lib/math_test/module.go -go/src/grumpy/lib/md5/module.d -go/src/grumpy/lib/md5/module.go -go/src/grumpy/lib/operator/module.d -go/src/grumpy/lib/operator/module.go -go/src/grumpy/lib/optparse/module.d -go/src/grumpy/lib/optparse/module.go -go/src/grumpy/lib/os/module.d -go/src/grumpy/lib/os/module.go -go/src/grumpy/lib/os/path/module.d -go/src/grumpy/lib/os/path/module.go -go/src/grumpy/lib/os/path_test/module.d -go/src/grumpy/lib/os/path_test/module.go -go/src/grumpy/lib/os_test/module.d -go/src/grumpy/lib/os_test/module.go -go/src/grumpy/lib/pprint/module.d -go/src/grumpy/lib/pprint/module.go -go/src/grumpy/lib/random/module.d -go/src/grumpy/lib/random/module.go -go/src/grumpy/lib/random_test/module.d -go/src/grumpy/lib/random_test/module.go -go/src/grumpy/lib/re/module.d -go/src/grumpy/lib/re/module.go -go/src/grumpy/lib/re_tests/module.d -go/src/grumpy/lib/re_tests/module.go -go/src/grumpy/lib/repr/module.d -go/src/grumpy/lib/repr/module.go -go/src/grumpy/lib/sha/module.d -go/src/grumpy/lib/sha/module.go -go/src/grumpy/lib/sre_compile/module.d -go/src/grumpy/lib/sre_compile/module.go -go/src/grumpy/lib/sre_constants/module.d -go/src/grumpy/lib/sre_constants/module.go -go/src/grumpy/lib/sre_parse/module.d -go/src/grumpy/lib/sre_parse/module.go -go/src/grumpy/lib/stat/module.d -go/src/grumpy/lib/stat/module.go -go/src/grumpy/lib/string/module.d -go/src/grumpy/lib/string/module.go -go/src/grumpy/lib/sys/module.d -go/src/grumpy/lib/sys/module.go -go/src/grumpy/lib/sys_test/module.d -go/src/grumpy/lib/sys_test/module.go -go/src/grumpy/lib/tempfile/module.d -go/src/grumpy/lib/tempfile/module.go -go/src/grumpy/lib/tempfile_test/module.d -go/src/grumpy/lib/tempfile_test/module.go -go/src/grumpy/lib/test/list_tests/module.d -go/src/grumpy/lib/test/list_tests/module.go -go/src/grumpy/lib/test/mapping_tests/module.d -go/src/grumpy/lib/test/mapping_tests/module.go -go/src/grumpy/lib/test/module.d -go/src/grumpy/lib/test/module.go -go/src/grumpy/lib/test/seq_tests/module.d -go/src/grumpy/lib/test/seq_tests/module.go -go/src/grumpy/lib/test/string_tests/module.d -go/src/grumpy/lib/test/string_tests/module.go -go/src/grumpy/lib/test/test_argparse/module.d -go/src/grumpy/lib/test/test_argparse/module.go -go/src/grumpy/lib/test/test_dict/module.d -go/src/grumpy/lib/test/test_dict/module.go -go/src/grumpy/lib/test/test_list/module.d -go/src/grumpy/lib/test/test_list/module.go -go/src/grumpy/lib/test/test_md5/module.d -go/src/grumpy/lib/test/test_md5/module.go -go/src/grumpy/lib/test/test_slice/module.d -go/src/grumpy/lib/test/test_slice/module.go -go/src/grumpy/lib/test/test_string/module.d -go/src/grumpy/lib/test/test_string/module.go -go/src/grumpy/lib/test/test_support/module.d -go/src/grumpy/lib/test/test_support/module.go -go/src/grumpy/lib/test/test_tuple/module.d -go/src/grumpy/lib/test/test_tuple/module.go -go/src/grumpy/lib/textwrap/module.d -go/src/grumpy/lib/textwrap/module.go -go/src/grumpy/lib/thread/module.d -go/src/grumpy/lib/thread/module.go -go/src/grumpy/lib/threading/module.d -go/src/grumpy/lib/threading/module.go -go/src/grumpy/lib/threading_test/module.d -go/src/grumpy/lib/threading_test/module.go -go/src/grumpy/lib/time/module.d -go/src/grumpy/lib/time/module.go -go/src/grumpy/lib/time_test/module.d -go/src/grumpy/lib/time_test/module.go -go/src/grumpy/lib/traceback/module.d -go/src/grumpy/lib/traceback/module.go -go/src/grumpy/lib/types/module.d -go/src/grumpy/lib/types/module.go -go/src/grumpy/lib/types_test/module.d -go/src/grumpy/lib/types_test/module.go -go/src/grumpy/lib/unittest/module.d -go/src/grumpy/lib/unittest/module.go -go/src/grumpy/lib/unittest_case/module.d -go/src/grumpy/lib/unittest_case/module.go -go/src/grumpy/lib/unittest_loader/module.d -go/src/grumpy/lib/unittest_loader/module.go -go/src/grumpy/lib/unittest_result/module.d -go/src/grumpy/lib/unittest_result/module.go -go/src/grumpy/lib/unittest_runner/module.d -go/src/grumpy/lib/unittest_runner/module.go -go/src/grumpy/lib/unittest_signals/module.d -go/src/grumpy/lib/unittest_signals/module.go -go/src/grumpy/lib/unittest_suite/module.d -go/src/grumpy/lib/unittest_suite/module.go -go/src/grumpy/lib/unittest_util/module.d -go/src/grumpy/lib/unittest_util/module.go -go/src/grumpy/lib/urlparse/module.d -go/src/grumpy/lib/urlparse/module.go -go/src/grumpy/lib/warnings/module.d -go/src/grumpy/lib/warnings/module.go -go/src/grumpy/lib/weakref/module.d -go/src/grumpy/lib/weakref/module.go -go/src/grumpy/lib/weetest/module.d -go/src/grumpy/lib/weetest/module.go -go/src/grumpy/lib/weetest_test/module.d -go/src/grumpy/lib/weetest_test/module.go go/src/grumpy/list.go go/src/grumpy/long.go go/src/grumpy/method.go @@ -359,6 +626,10 @@ go/src/grumpy/weakref.go %%PYTHON_SITELIBDIR%%/grumpy/compiler/expr.pyc %%PYTHON_SITELIBDIR%%/grumpy/compiler/expr_visitor.py %%PYTHON_SITELIBDIR%%/grumpy/compiler/expr_visitor.pyc +%%PYTHON_SITELIBDIR%%/grumpy/compiler/imputil.py +%%PYTHON_SITELIBDIR%%/grumpy/compiler/imputil.pyc +%%PYTHON_SITELIBDIR%%/grumpy/compiler/imputil_test.d +%%PYTHON_SITELIBDIR%%/grumpy/compiler/imputil_test.py %%PYTHON_SITELIBDIR%%/grumpy/compiler/shard_test.d %%PYTHON_SITELIBDIR%%/grumpy/compiler/shard_test.py %%PYTHON_SITELIBDIR%%/grumpy/compiler/stmt.py @@ -367,3 +638,17 @@ go/src/grumpy/weakref.go %%PYTHON_SITELIBDIR%%/grumpy/compiler/util.pyc %%PYTHON_SITELIBDIR%%/grumpy/compiler/util_test.d %%PYTHON_SITELIBDIR%%/grumpy/compiler/util_test.py +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/__init__.py +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/__init__.pyc +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/algorithm.py +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/algorithm.pyc +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/ast.py +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/ast.pyc +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/diagnostic.py +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/diagnostic.pyc +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/lexer.py +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/lexer.pyc +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/parser.py +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/parser.pyc +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/source.py +%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/source.pyc From owner-svn-ports-all@freebsd.org Sat Dec 8 00:38:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0A601326C91; Sat, 8 Dec 2018 00:38:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 925038071A; Sat, 8 Dec 2018 00:38:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6DD761A909; Sat, 8 Dec 2018 00:38:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB80cviB026368; Sat, 8 Dec 2018 00:38:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB80cvMU026366; Sat, 8 Dec 2018 00:38:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812080038.wB80cvMU026366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 8 Dec 2018 00:38:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486905 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 486905 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 925038071A X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 00:38:58 -0000 Author: jbeich Date: Sat Dec 8 00:38:56 2018 New Revision: 486905 URL: https://svnweb.freebsd.org/changeset/ports/486905 Log: emulators/citra: update to s20181206 Changes: https://github.com/citra-emu/citra/compare/ab0dba6a8...edbdbf0ba Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Sat Dec 8 00:37:31 2018 (r486904) +++ head/emulators/citra/Makefile Sat Dec 8 00:38:56 2018 (r486905) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181205 +PORTVERSION= s20181206 PORTREVISION?= 0 CATEGORIES= emulators @@ -21,7 +21,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= ab0dba6a8 +GH_TAGNAME= edbdbf0ba GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Sat Dec 8 00:37:31 2018 (r486904) +++ head/emulators/citra/distinfo Sat Dec 8 00:38:56 2018 (r486905) @@ -1,6 +1,6 @@ -TIMESTAMP = 1544019649 -SHA256 (citra-emu-citra-s20181205-ab0dba6a8_GH0.tar.gz) = 856f65d1a7c0243e5520a8ab562df8957e954001e6ec465447981bb1b2aa6956 -SIZE (citra-emu-citra-s20181205-ab0dba6a8_GH0.tar.gz) = 4662321 +TIMESTAMP = 1544141848 +SHA256 (citra-emu-citra-s20181206-edbdbf0ba_GH0.tar.gz) = 5ccca9abf3c6017edccdb155174ac7d08aedbc88e5c28fa02a3736b82bcf6502 +SIZE (citra-emu-citra-s20181206-edbdbf0ba_GH0.tar.gz) = 4664007 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-all@freebsd.org Sat Dec 8 00:39:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D50BD1326CC1; Sat, 8 Dec 2018 00:39:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A9E6807EF; Sat, 8 Dec 2018 00:39:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BE401A90A; Sat, 8 Dec 2018 00:39:18 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB80dI89026514; Sat, 8 Dec 2018 00:39:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB80dIaK026512; Sat, 8 Dec 2018 00:39:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812080039.wB80dIaK026512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 8 Dec 2018 00:39:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486906 - head/multimedia/aom X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/aom X-SVN-Commit-Revision: 486906 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7A9E6807EF X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 00:39:19 -0000 Author: jbeich Date: Sat Dec 8 00:39:17 2018 New Revision: 486906 URL: https://svnweb.freebsd.org/changeset/ports/486906 Log: multimedia/aom: update to 1.0.0.1012 Changes: https://aomedia.googlesource.com/aom/+log/70dde4bc5..98dae942e Modified: head/multimedia/aom/Makefile (contents, props changed) head/multimedia/aom/distinfo (contents, props changed) Modified: head/multimedia/aom/Makefile ============================================================================== --- head/multimedia/aom/Makefile Sat Dec 8 00:38:56 2018 (r486905) +++ head/multimedia/aom/Makefile Sat Dec 8 00:39:17 2018 (r486906) @@ -2,8 +2,8 @@ PORTNAME= aom DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-1004 -DISTVERSIONSUFFIX= -g70dde4bc5 +DISTVERSION= 1.0.0-1012 +DISTVERSIONSUFFIX= -g98dae942e CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/aom/distinfo ============================================================================== --- head/multimedia/aom/distinfo Sat Dec 8 00:38:56 2018 (r486905) +++ head/multimedia/aom/distinfo Sat Dec 8 00:39:17 2018 (r486906) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544051131 -SHA256 (jbeich-aom-v1.0.0-1004-g70dde4bc5_GH0.tar.gz) = 9fc0c76757d9dbd12308f8399384562a1bab2878fa0e745fb5107eecc1d51704 -SIZE (jbeich-aom-v1.0.0-1004-g70dde4bc5_GH0.tar.gz) = 3077577 +TIMESTAMP = 1544207927 +SHA256 (jbeich-aom-v1.0.0-1012-g98dae942e_GH0.tar.gz) = 2ffa7681e313e9fc28914ddfed9348c97fd888722b899fc4ed828fba680959cc +SIZE (jbeich-aom-v1.0.0-1012-g98dae942e_GH0.tar.gz) = 3078052 From owner-svn-ports-all@freebsd.org Sat Dec 8 00:39:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0AE51326D00; Sat, 8 Dec 2018 00:39:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 848CB808CC; Sat, 8 Dec 2018 00:39:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65E001A90B; Sat, 8 Dec 2018 00:39:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB80dmhc026666; Sat, 8 Dec 2018 00:39:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB80dmKi026664; Sat, 8 Dec 2018 00:39:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812080039.wB80dmKi026664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 8 Dec 2018 00:39:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486907 - branches/2018Q4/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/citra X-SVN-Commit-Revision: 486907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 848CB808CC X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 00:39:49 -0000 Author: jbeich Date: Sat Dec 8 00:39:47 2018 New Revision: 486907 URL: https://svnweb.freebsd.org/changeset/ports/486907 Log: MFH: r486905 emulators/citra: update to s20181206 Changes: https://github.com/citra-emu/citra/compare/ab0dba6a8...edbdbf0ba Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q4/emulators/citra/Makefile branches/2018Q4/emulators/citra/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/citra/Makefile ============================================================================== --- branches/2018Q4/emulators/citra/Makefile Sat Dec 8 00:39:17 2018 (r486906) +++ branches/2018Q4/emulators/citra/Makefile Sat Dec 8 00:39:47 2018 (r486907) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181205 +PORTVERSION= s20181206 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= ab0dba6a8 +GH_TAGNAME= edbdbf0ba GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2018Q4/emulators/citra/distinfo ============================================================================== --- branches/2018Q4/emulators/citra/distinfo Sat Dec 8 00:39:17 2018 (r486906) +++ branches/2018Q4/emulators/citra/distinfo Sat Dec 8 00:39:47 2018 (r486907) @@ -1,6 +1,6 @@ -TIMESTAMP = 1544019649 -SHA256 (citra-emu-citra-s20181205-ab0dba6a8_GH0.tar.gz) = 856f65d1a7c0243e5520a8ab562df8957e954001e6ec465447981bb1b2aa6956 -SIZE (citra-emu-citra-s20181205-ab0dba6a8_GH0.tar.gz) = 4662321 +TIMESTAMP = 1544141848 +SHA256 (citra-emu-citra-s20181206-edbdbf0ba_GH0.tar.gz) = 5ccca9abf3c6017edccdb155174ac7d08aedbc88e5c28fa02a3736b82bcf6502 +SIZE (citra-emu-citra-s20181206-edbdbf0ba_GH0.tar.gz) = 4664007 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-all@freebsd.org Sat Dec 8 00:48:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C48B21327456; Sat, 8 Dec 2018 00:48: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C01781359; Sat, 8 Dec 2018 00:48: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 4DA7F1AAA0; Sat, 8 Dec 2018 00:48: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 wB80m1Ep031768; Sat, 8 Dec 2018 00:48:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB80m0Se031766; Sat, 8 Dec 2018 00:48:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201812080048.wB80m0Se031766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 8 Dec 2018 00:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486908 - head/games/onscripter X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/onscripter X-SVN-Commit-Revision: 486908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6C01781359 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 00:48:01 -0000 Author: jbeich Date: Sat Dec 8 00:48:00 2018 New Revision: 486908 URL: https://svnweb.freebsd.org/changeset/ports/486908 Log: games/onscripter: update to 20181202 Modified: head/games/onscripter/Makefile (contents, props changed) head/games/onscripter/distinfo (contents, props changed) Modified: head/games/onscripter/Makefile ============================================================================== --- head/games/onscripter/Makefile Sat Dec 8 00:39:47 2018 (r486907) +++ head/games/onscripter/Makefile Sat Dec 8 00:48:00 2018 (r486908) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= onscripter -PORTVERSION= 20180409 +PORTVERSION= 20181202 CATEGORIES= games MASTER_SITES= http://onscripter.osdn.jp/ Modified: head/games/onscripter/distinfo ============================================================================== --- head/games/onscripter/distinfo Sat Dec 8 00:39:47 2018 (r486907) +++ head/games/onscripter/distinfo Sat Dec 8 00:48:00 2018 (r486908) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523240521 -SHA256 (onscripter-20180409.tar.gz) = 8ee9eb388a3fd5b1877ea5fc93803265f6f0ef566c461c4d9742ab7da86d2e6f -SIZE (onscripter-20180409.tar.gz) = 245838 +TIMESTAMP = 1543758218 +SHA256 (onscripter-20181202.tar.gz) = 5cd46761f75121d2ae806aabf167e10e6de78e749ffc17588f8214a2893d4ef4 +SIZE (onscripter-20181202.tar.gz) = 248476 From owner-svn-ports-all@freebsd.org Sat Dec 8 07:49:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AB64130A4A2; Sat, 8 Dec 2018 07:49:12 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C557271DEC; Sat, 8 Dec 2018 07:49:11 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A800E1F43B; Sat, 8 Dec 2018 07:49:11 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB87nBmZ047817; Sat, 8 Dec 2018 07:49:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB87nBOw047814; Sat, 8 Dec 2018 07:49:11 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201812080749.wB87nBOw047814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 8 Dec 2018 07:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486916 - in head/sysutils/garcon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/sysutils/garcon: . files X-SVN-Commit-Revision: 486916 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C557271DEC X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 07:49:12 -0000 Author: madpilot Date: Sat Dec 8 07:49:10 2018 New Revision: 486916 URL: https://svnweb.freebsd.org/changeset/ports/486916 Log: - Update garcon to 0.6.2 - Silence portlint warnings Deleted: head/sysutils/garcon/files/patch-garcon-gtk_garcon-gtk-menu.c Modified: head/sysutils/garcon/Makefile head/sysutils/garcon/distinfo head/sysutils/garcon/pkg-plist Modified: head/sysutils/garcon/Makefile ============================================================================== --- head/sysutils/garcon/Makefile Sat Dec 8 07:40:34 2018 (r486915) +++ head/sysutils/garcon/Makefile Sat Dec 8 07:49:10 2018 (r486916) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= garcon -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -17,13 +17,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip USES= gettext-tools gmake libtool pathfix pkgconfig tar:bzip2 xfce:gtk3 USE_GNOME= glib20 gtk20 gtk30 intltool cairo gdkpixbuf2 USE_XFCE= libmenu USE_LDCONFIG= yes +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --without-html-dir \ --enable-gtk2 Modified: head/sysutils/garcon/distinfo ============================================================================== --- head/sysutils/garcon/distinfo Sat Dec 8 07:40:34 2018 (r486915) +++ head/sysutils/garcon/distinfo Sat Dec 8 07:49:10 2018 (r486916) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497180847 -SHA256 (xfce4/garcon-0.6.1.tar.bz2) = 41c31ba0498c2cc39de4a8e0c2367510adbf4bc2104c17feee358e51e6acf603 -SIZE (xfce4/garcon-0.6.1.tar.bz2) = 511415 +TIMESTAMP = 1544197918 +SHA256 (xfce4/garcon-0.6.2.tar.bz2) = a87f09648ff10d45c524b3bfe618f18622bdd8b205589d35fed2f12d9c79c47c +SIZE (xfce4/garcon-0.6.2.tar.bz2) = 539745 Modified: head/sysutils/garcon/pkg-plist ============================================================================== --- head/sysutils/garcon/pkg-plist Sat Dec 8 07:40:34 2018 (r486915) +++ head/sysutils/garcon/pkg-plist Sat Dec 8 07:49:10 2018 (r486916) @@ -48,10 +48,12 @@ share/desktop-directories/xfce-system.directory %%NLS%%share/locale/am/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ar/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ast/LC_MESSAGES/garcon.mo +%%NLS%%share/locale/be/LC_MESSAGES/garcon.mo %%NLS%%share/locale/bg/LC_MESSAGES/garcon.mo %%NLS%%share/locale/bn/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ca/LC_MESSAGES/garcon.mo %%NLS%%share/locale/cs/LC_MESSAGES/garcon.mo +%%NLS%%share/locale/cy/LC_MESSAGES/garcon.mo %%NLS%%share/locale/da/LC_MESSAGES/garcon.mo %%NLS%%share/locale/de/LC_MESSAGES/garcon.mo %%NLS%%share/locale/el/LC_MESSAGES/garcon.mo @@ -65,6 +67,7 @@ share/desktop-directories/xfce-system.directory %%NLS%%share/locale/fr/LC_MESSAGES/garcon.mo %%NLS%%share/locale/gl/LC_MESSAGES/garcon.mo %%NLS%%share/locale/he/LC_MESSAGES/garcon.mo +%%NLS%%share/locale/hi/LC_MESSAGES/garcon.mo %%NLS%%share/locale/hr/LC_MESSAGES/garcon.mo %%NLS%%share/locale/hu/LC_MESSAGES/garcon.mo %%NLS%%share/locale/id/LC_MESSAGES/garcon.mo @@ -82,8 +85,8 @@ share/desktop-directories/xfce-system.directory %%NLS%%share/locale/oc/LC_MESSAGES/garcon.mo %%NLS%%share/locale/pa/LC_MESSAGES/garcon.mo %%NLS%%share/locale/pl/LC_MESSAGES/garcon.mo -%%NLS%%share/locale/pt/LC_MESSAGES/garcon.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/garcon.mo +%%NLS%%share/locale/pt/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ro/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ru/LC_MESSAGES/garcon.mo %%NLS%%share/locale/sk/LC_MESSAGES/garcon.mo @@ -96,8 +99,8 @@ share/desktop-directories/xfce-system.directory %%NLS%%share/locale/tr/LC_MESSAGES/garcon.mo %%NLS%%share/locale/ug/LC_MESSAGES/garcon.mo %%NLS%%share/locale/uk/LC_MESSAGES/garcon.mo -%%NLS%%share/locale/uz/LC_MESSAGES/garcon.mo %%NLS%%share/locale/uz@Latn/LC_MESSAGES/garcon.mo +%%NLS%%share/locale/uz/LC_MESSAGES/garcon.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/garcon.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/garcon.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/garcon.mo From owner-svn-ports-all@freebsd.org Sat Dec 8 04:51:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80E251330DDC; Sat, 8 Dec 2018 04:51:47 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 280806D2A9; Sat, 8 Dec 2018 04:51:47 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09AE31D8B1; Sat, 8 Dec 2018 04:51:47 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB84pkMW056516; Sat, 8 Dec 2018 04:51:46 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB84pki5056513; Sat, 8 Dec 2018 04:51:46 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201812080451.wB84pki5056513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sat, 8 Dec 2018 04:51:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486910 - head/sysutils/mkdesktop X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/sysutils/mkdesktop X-SVN-Commit-Revision: 486910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 280806D2A9 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 04:51:47 -0000 Author: ultima Date: Sat Dec 8 04:51:46 2018 New Revision: 486910 URL: https://svnweb.freebsd.org/changeset/ports/486910 Log: * Updated to 2.8 * Added License * Removed unneeded depends * Updated pkg-descr PR: 232326 Submitted by: bourne^@hotmail.com (maintainer) Modified: head/sysutils/mkdesktop/Makefile head/sysutils/mkdesktop/distinfo head/sysutils/mkdesktop/pkg-descr Modified: head/sysutils/mkdesktop/Makefile ============================================================================== --- head/sysutils/mkdesktop/Makefile Sat Dec 8 04:26:45 2018 (r486909) +++ head/sysutils/mkdesktop/Makefile Sat Dec 8 04:51:46 2018 (r486910) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= mkdesktop -PORTVERSION= 1.8 +PORTVERSION= 2.8 CATEGORIES= sysutils MAINTAINER= bourne.identity@hotmail.com COMMENT= Powerful, flexible utility to setup a FreeBSD desktop -RUN_DEPENDS= pkg>0:ports-mgmt/pkg +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= bourne-again - NO_BUILD= yes NO_ARCH= yes -DATA1= stage-definitions -DATA2= mkdesktop.help -PLIST_FILES= bin/${PORTNAME} ${DATADIR}/${DATA1} ${DATADIR}/${DATA2} +USE_GITHUB= yes +GH_ACCOUNT= bourne-again +PLIST_FILES= bin/mkdesktop \ + share/mkdesktop/stage-definitions \ + man/man1/mkdesktop.1.gz + do-install: ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/${DATA1} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/${DATA2} ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/stage-definitions ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/mkdesktop ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/mkdesktop.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Modified: head/sysutils/mkdesktop/distinfo ============================================================================== --- head/sysutils/mkdesktop/distinfo Sat Dec 8 04:26:45 2018 (r486909) +++ head/sysutils/mkdesktop/distinfo Sat Dec 8 04:51:46 2018 (r486910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527016876 -SHA256 (bourne-again-mkdesktop-1.8_GH0.tar.gz) = 79e4d1b4c9466b6052eb6f280e2ec47666c6ce287d16c29b5c8bf854b925e91f -SIZE (bourne-again-mkdesktop-1.8_GH0.tar.gz) = 9380 +TIMESTAMP = 1541099999 +SHA256 (bourne-again-mkdesktop-2.8_GH0.tar.gz) = 905b594931713770c06eeba0640b545f61afc6cf3a42ff7b4d59d9db97c29d4a +SIZE (bourne-again-mkdesktop-2.8_GH0.tar.gz) = 16172 Modified: head/sysutils/mkdesktop/pkg-descr ============================================================================== --- head/sysutils/mkdesktop/pkg-descr Sat Dec 8 04:26:45 2018 (r486909) +++ head/sysutils/mkdesktop/pkg-descr Sat Dec 8 04:51:46 2018 (r486910) @@ -1,10 +1,8 @@ -mkdesktop is a Bourne script that helps to standardize the process of FreeBSD -desktop installation as much as possible per user, with plenty of flexibility as -well as modularity. By default, you get 5 distinct stages for defining your -desktop environment. But you can always add/subtract/customize the stages as -much as you wish. Once you start using mkdesktop, you will pretty soon love it - -particularly its post-processor which automatically kicks in once the stages -have been processed - it sets up emulation layers and configuration of system -files, if the user so desires. +Installing a FreeBSD desktop from scratch can be messy : you often +forget the correct steps/packages. The mkdesktop script helps to +standardize the process as much as possible per user, with plenty of +flexibility as well as modularity. The script sets up X & your desktop, +configures emulation layers (Wine / Linuxulator) if so desired, and +then configures the essential system files under /etc and /boot. WWW: https://github.com/bourne-again/mkdesktop From owner-svn-ports-all@freebsd.org Sat Dec 8 04:26:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ADCA1330042; Sat, 8 Dec 2018 04:26:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 315206C62F; Sat, 8 Dec 2018 04:26:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 12A5F1D3EE; Sat, 8 Dec 2018 04:26:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB84QlGF044892; Sat, 8 Dec 2018 04:26:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB84QjZn044882; Sat, 8 Dec 2018 04:26:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080426.wB84QjZn044882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 04:26:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486909 - in head/textproc: . ucto ucto/files uctodata X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . ucto ucto/files uctodata X-SVN-Commit-Revision: 486909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 315206C62F X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 04:26:48 -0000 Author: yuri Date: Sat Dec 8 04:26:45 2018 New Revision: 486909 URL: https://svnweb.freebsd.org/changeset/ports/486909 Log: New ports: textproc/ucto, textproc/uctodata: Advanced rule-based (regular-expression) and unicode-aware tokenizer and its data port Added: head/textproc/ucto/ head/textproc/ucto/Makefile (contents, props changed) head/textproc/ucto/distinfo (contents, props changed) head/textproc/ucto/files/ head/textproc/ucto/files/patch-config_Makefile.am (contents, props changed) head/textproc/ucto/pkg-descr (contents, props changed) head/textproc/ucto/pkg-plist (contents, props changed) head/textproc/uctodata/ head/textproc/uctodata/Makefile (contents, props changed) head/textproc/uctodata/distinfo (contents, props changed) head/textproc/uctodata/pkg-descr (contents, props changed) head/textproc/uctodata/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Dec 8 00:48:00 2018 (r486908) +++ head/textproc/Makefile Sat Dec 8 04:26:45 2018 (r486909) @@ -1789,6 +1789,8 @@ SUBDIR += txt2man SUBDIR += txt2tags SUBDIR += uchardet + SUBDIR += ucto + SUBDIR += uctodata SUBDIR += uim SUBDIR += uim-el SUBDIR += uim-gtk Added: head/textproc/ucto/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ucto/Makefile Sat Dec 8 04:26:45 2018 (r486909) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= ucto +DISTVERSIONPREFIX= v +DISTVERSION= 0.14 +CATEGORIES= textproc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Advanced rule-based (regular-expression) and unicode-aware tokenizer + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= autoconf-archive>0:devel/autoconf-archive \ + uctodata>0:textproc/uctodata +LIB_DEPENDS= libexttextcat-2.0.so:textproc/libexttextcat \ + libfolia.so:textproc/libfolia \ + libicuio.so:devel/icu \ + libomp.so:devel/openmp \ + libticcutils.so:devel/ticcutils +RUN_DEPENDS= uctodata>0:textproc/uctodata + +USES= autoreconf gmake gnome libedit libtool pkgconfig readline +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +USE_GITHUB= yes +GH_ACCOUNT= LanguageMachines +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +.include Added: head/textproc/ucto/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ucto/distinfo Sat Dec 8 04:26:45 2018 (r486909) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544204678 +SHA256 (LanguageMachines-ucto-v0.14_GH0.tar.gz) = ba40c28b0baba4eef98f88abc7c894a4b6fbaf153eaacd2ea3c9c177b0e85ea5 +SIZE (LanguageMachines-ucto-v0.14_GH0.tar.gz) = 350837 Added: head/textproc/ucto/files/patch-config_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ucto/files/patch-config_Makefile.am Sat Dec 8 04:26:45 2018 (r486909) @@ -0,0 +1,12 @@ +--- config/Makefile.am.orig 2018-12-08 03:11:07 UTC ++++ config/Makefile.am +@@ -7,7 +7,7 @@ EXTRA_DIST = $(config_DATA) + install-data-hook: + rm -f $(configdir)/textcat.cfg + if OLD_LM +- $(LN_S) $(configdir)/textcat_alt.cfg $(configdir)/textcat.cfg ++ cd $(DESTDIR)$(configdir) && $(LN_S) textcat_alt.cfg textcat.cfg + else +- $(LN_S) $(configdir)/textcat_normal.cfg $(configdir)/textcat.cfg ++ cd $(DESTDIR)$(configdir) && $(LN_S) textcat_normal.cfg textcat.cfg + endif Added: head/textproc/ucto/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ucto/pkg-descr Sat Dec 8 04:26:45 2018 (r486909) @@ -0,0 +1,10 @@ +Ucto tokenizes text files: it separates words from punctuation, and splits +sentences. It offers several other basic preprocessing steps such as changing +case that you can all use to make your text suited for further processing such +as indexing, part-of-speech tagging, or machine translation. + +Ucto comes with tokenisation rules for several languages and can be easily +extended to suit other languages. It has been incorporated for tokenizing Dutch +text in Frog, our Dutch morpho-syntactic processor. + +WWW: https://languagemachines.github.io/ucto/ Added: head/textproc/ucto/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ucto/pkg-plist Sat Dec 8 04:26:45 2018 (r486909) @@ -0,0 +1,12 @@ +bin/ucto +include/ucto/my_textcat.h +include/ucto/setting.h +include/ucto/tokenize.h +lib/libucto.so +lib/libucto.so.3 +lib/libucto.so.%%GTK3_VERSION%% +libdata/pkgconfig/ucto.pc +man/man1/ucto.1.gz +%%DATADIR%%/textcat.cfg +%%DATADIR%%/textcat_alt.cfg +%%DATADIR%%/textcat_normal.cfg Added: head/textproc/uctodata/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/uctodata/Makefile Sat Dec 8 04:26:45 2018 (r486909) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= uctodata +DISTVERSIONPREFIX= v +DISTVERSION= 0.8 +CATEGORIES= textproc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Datafiles for the tokenizer 'ucto' + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf gmake +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= LanguageMachines + +NO_ARCH= yes + +DATADIR= ${PREFIX}/share/ucto + +.include Added: head/textproc/uctodata/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/uctodata/distinfo Sat Dec 8 04:26:45 2018 (r486909) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544225721 +SHA256 (LanguageMachines-uctodata-v0.8_GH0.tar.gz) = a8e5e69696facbd2c2251406560762cf7f4817620179e4a8ee8d241cf0371a5e +SIZE (LanguageMachines-uctodata-v0.8_GH0.tar.gz) = 37527 Added: head/textproc/uctodata/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/uctodata/pkg-descr Sat Dec 8 04:26:45 2018 (r486909) @@ -0,0 +1,4 @@ +Datafiles for ucto, the rule-based tokenization package that is used to +parse texts in different languages. + +WWW: https://languagemachines.github.io/ucto/ Added: head/textproc/uctodata/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/uctodata/pkg-plist Sat Dec 8 04:26:45 2018 (r486909) @@ -0,0 +1,33 @@ +libdata/pkgconfig/uctodata.pc +%%DATADIR%%/e-mail.rule +%%DATADIR%%/exotic-eos.eos +%%DATADIR%%/exotic-quotes.quote +%%DATADIR%%/fra.abr +%%DATADIR%%/fry.abr +%%DATADIR%%/ligatures.filter +%%DATADIR%%/nld_afk.abr +%%DATADIR%%/por.abr +%%DATADIR%%/rus.abr +%%DATADIR%%/smiley.rule +%%DATADIR%%/spa.abr +%%DATADIR%%/standard-eos.eos +%%DATADIR%%/standard-quotes.quote +%%DATADIR%%/swe.abr +%%DATADIR%%/tokconfig-deu +%%DATADIR%%/tokconfig-eng +%%DATADIR%%/tokconfig-fra +%%DATADIR%%/tokconfig-fry +%%DATADIR%%/tokconfig-generic +%%DATADIR%%/tokconfig-ita +%%DATADIR%%/tokconfig-nld +%%DATADIR%%/tokconfig-nld-historical +%%DATADIR%%/tokconfig-nld-sonarchat +%%DATADIR%%/tokconfig-nld-twitter +%%DATADIR%%/tokconfig-nld-withplaceholder +%%DATADIR%%/tokconfig-por +%%DATADIR%%/tokconfig-rus +%%DATADIR%%/tokconfig-spa +%%DATADIR%%/tokconfig-swe +%%DATADIR%%/tokconfig-tur +%%DATADIR%%/tur.abr +%%DATADIR%%/url.rule From owner-svn-ports-all@freebsd.org Sat Dec 8 08:57:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BF78130C0BC; Sat, 8 Dec 2018 08:57:12 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D84273AE0; Sat, 8 Dec 2018 08:57:12 +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 18BFB1FF70; Sat, 8 Dec 2018 08:57:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB88vB9U084124; Sat, 8 Dec 2018 08:57:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB88vBX9084123; Sat, 8 Dec 2018 08:57:11 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080857.wB88vBX9084123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 08:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486923 - head/devel/py-monty X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-monty X-SVN-Commit-Revision: 486923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3D84273AE0 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 08:57:12 -0000 Author: yuri Date: Sat Dec 8 08:57:11 2018 New Revision: 486923 URL: https://svnweb.freebsd.org/changeset/ports/486923 Log: devel/py-monty: Update 1.0.3 -> 1.0.4 Reported by: portscout Modified: head/devel/py-monty/Makefile head/devel/py-monty/distinfo Modified: head/devel/py-monty/Makefile ============================================================================== --- head/devel/py-monty/Makefile Sat Dec 8 08:55:17 2018 (r486922) +++ head/devel/py-monty/Makefile Sat Dec 8 08:57:11 2018 (r486923) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= monty -DISTVERSION= 1.0.3 +DISTVERSION= 1.0.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-monty/distinfo ============================================================================== --- head/devel/py-monty/distinfo Sat Dec 8 08:55:17 2018 (r486922) +++ head/devel/py-monty/distinfo Sat Dec 8 08:57:11 2018 (r486923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529104843 -SHA256 (monty-1.0.3.tar.gz) = 8cc68ee4717f2d306065679eba9bd13e40b40ac4b94937729effdd4ba21d948d -SIZE (monty-1.0.3.tar.gz) = 34364 +TIMESTAMP = 1544259344 +SHA256 (monty-1.0.4.tar.gz) = 3dfa0e06258d06c76bd523a0b964da5d23de5950e9c0ca52472b73043a1b85d9 +SIZE (monty-1.0.4.tar.gz) = 34060 From owner-svn-ports-all@freebsd.org Sat Dec 8 08:30:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2556C130B3F9; Sat, 8 Dec 2018 08:30:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C000272CB9; Sat, 8 Dec 2018 08:30:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 972891FAA1; Sat, 8 Dec 2018 08:30:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB88UMZM068446; Sat, 8 Dec 2018 08:30:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB88ULBX068439; Sat, 8 Dec 2018 08:30:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080830.wB88ULBX068439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 08:30:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486919 - in head/math: . fplll X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . fplll X-SVN-Commit-Revision: 486919 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C000272CB9 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 08:30:23 -0000 Author: yuri Date: Sat Dec 8 08:30:21 2018 New Revision: 486919 URL: https://svnweb.freebsd.org/changeset/ports/486919 Log: New port: math/fplll: Lattice algorithms using floating-point arithmetic Added: head/math/fplll/ head/math/fplll/Makefile (contents, props changed) head/math/fplll/distinfo (contents, props changed) head/math/fplll/pkg-descr (contents, props changed) head/math/fplll/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Dec 8 08:15:28 2018 (r486918) +++ head/math/Makefile Sat Dec 8 08:30:21 2018 (r486919) @@ -217,6 +217,7 @@ SUBDIR += fpc-fftw SUBDIR += fpc-gmp SUBDIR += fpc-numlib + SUBDIR += fplll SUBDIR += fricas SUBDIR += fxt SUBDIR += g2o Added: head/math/fplll/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/fplll/Makefile Sat Dec 8 08:30:21 2018 (r486919) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= fplll +DISTVERSION= 5.2.1-229 +DISTVERSIONSUFFIX= -ga8cb572 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Lattice algorithms using floating-point arithmetic + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libgmp.so:math/gmp \ + libmpfr.so:math/mpfr + +USES= autoreconf gmake libtool localbase:ldflags +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +USE_GITHUB= yes +USE_LDCONFIG= yes + +.include Added: head/math/fplll/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/fplll/distinfo Sat Dec 8 08:30:21 2018 (r486919) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544257080 +SHA256 (fplll-fplll-5.2.1-229-ga8cb572_GH0.tar.gz) = dbeeea014f0c73ff74d25a8ae0a2d7628b98e815f34e27748443e5ff6d087305 +SIZE (fplll-fplll-5.2.1-229-ga8cb572_GH0.tar.gz) = 998853 Added: head/math/fplll/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/fplll/pkg-descr Sat Dec 8 08:30:21 2018 (r486919) @@ -0,0 +1,16 @@ +fplll contains implementations of several lattice algorithms. The implementation +relies on floating-point orthogonalization, and LLL is central to the code, +hence the name. + +It includes implementations of floating-point LLL reduction algorithms, offering +different speed/guarantees ratios. It contains a 'wrapper' choosing the +estimated best sequence of variants in order to provide a guaranteed output as +fast as possible. In the case of the wrapper, the succession of variants is +oblivious to the user. + +It includes an implementation of the BKZ reduction algorithm, including the +BKZ-2.0 improvements (extreme enumeration pruning, pre-processing of blocks, +early termination). Additionally, Slide reduction and self dual BKZ are +supported. + +WWW: https://github.com/fplll/fplll Added: head/math/fplll/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/fplll/pkg-plist Sat Dec 8 08:30:21 2018 (r486919) @@ -0,0 +1,52 @@ +bin/fplll +bin/latsieve +bin/latticegen +include/fplll.h +include/fplll/bkz.h +include/fplll/bkz_param.h +include/fplll/defs.h +include/fplll/enum/enumerate.h +include/fplll/enum/enumerate_base.h +include/fplll/enum/enumerate_ext.h +include/fplll/enum/evaluator.h +include/fplll/fplll.h +include/fplll/fplll_config.h +include/fplll/gso.h +include/fplll/gso_gram.h +include/fplll/gso_interface.h +include/fplll/hlll.h +include/fplll/householder.h +include/fplll/lll.h +include/fplll/nr/dpe.h +include/fplll/nr/matrix.cpp +include/fplll/nr/matrix.h +include/fplll/nr/nr.h +include/fplll/nr/nr_FP.inl +include/fplll/nr/nr_FP_d.inl +include/fplll/nr/nr_FP_dd.inl +include/fplll/nr/nr_FP_dpe.inl +include/fplll/nr/nr_FP_ld.inl +include/fplll/nr/nr_FP_misc.inl +include/fplll/nr/nr_FP_mpfr.inl +include/fplll/nr/nr_FP_qd.inl +include/fplll/nr/nr_Z.inl +include/fplll/nr/nr_Z_d.inl +include/fplll/nr/nr_Z_l.inl +include/fplll/nr/nr_Z_misc.inl +include/fplll/nr/nr_Z_mpz.inl +include/fplll/nr/nr_rand.inl +include/fplll/nr/numvect.h +include/fplll/pruner/pruner.h +include/fplll/pruner/pruner_simplex.h +include/fplll/sieve/sampler_basic.h +include/fplll/sieve/sieve_common.h +include/fplll/sieve/sieve_gauss.h +include/fplll/sieve/sieve_gauss_str.h +include/fplll/svpcvp.h +include/fplll/util.h +include/fplll/wrapper.h +lib/libfplll.so +lib/libfplll.so.5 +lib/libfplll.so.5.0.0 +libdata/pkgconfig/fplll.pc +%%DATADIR%%/strategies/default.json From owner-svn-ports-all@freebsd.org Sat Dec 8 07:08:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98B5D13344ED; Sat, 8 Dec 2018 07:08:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C2F470CE6; Sat, 8 Dec 2018 07:08:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17AF31EDDF; Sat, 8 Dec 2018 07:08:10 +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 wB8789q3027171; Sat, 8 Dec 2018 07:08:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8789Oo027170; Sat, 8 Dec 2018 07:08:09 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080708.wB8789Oo027170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 07:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486914 - head/audio/gxplugins-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/gxplugins-lv2 X-SVN-Commit-Revision: 486914 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3C2F470CE6 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 07:08:10 -0000 Author: yuri Date: Sat Dec 8 07:08:09 2018 New Revision: 486914 URL: https://svnweb.freebsd.org/changeset/ports/486914 Log: audio/gxplugins-lv2: Unbreak on 12; Remove unnecessary dependencies Modified: head/audio/gxplugins-lv2/Makefile Modified: head/audio/gxplugins-lv2/Makefile ============================================================================== --- head/audio/gxplugins-lv2/Makefile Sat Dec 8 06:29:58 2018 (r486913) +++ head/audio/gxplugins-lv2/Makefile Sat Dec 8 07:08:09 2018 (r486914) @@ -3,7 +3,7 @@ PORTNAME= gxplugins DISTVERSIONPREFIX= v DISTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio PKGNAMESUFFIX= -lv2 DIST_SUBDIR= ${PORTNAME} @@ -15,16 +15,16 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= lv2>0:audio/lv2 -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 USES= compiler:c++11-lang gettext-runtime gmake gnome localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= brummer10 GH_PROJECT= GxPlugins.lv2 -USE_GNOME= glib20 atk cairo pango +USE_GNOME= cairo USE_XORG= x11 USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9 + +LDFLAGS+= -B ${LOCALBASE}/bin/ld # Use ld provided by USE_BINUTILS for GNU features, otherwise GNU ld isn't called .for x in GxAxisFace.lv2:c370e75 GxBottleRocket.lv2:8d1a914 GxDOP250.lv2:574b709 GxFz1b.lv2:d204796 GxFz1s.lv2:973d6f7 \ GxGuvnor.lv2:6082bcf GxHeathkit.lv2:bb73b24 GxHotBox.lv2:db17513 GxHyperion.lv2:9b91395 GxKnightFuzz.lv2:0d9518f \ From owner-svn-ports-all@freebsd.org Sat Dec 8 07:40:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C6311334EA6; Sat, 8 Dec 2018 07:40:35 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14EF3717BB; Sat, 8 Dec 2018 07:40:35 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E260B1F2AB; Sat, 8 Dec 2018 07:40:34 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB87eYsp042471; Sat, 8 Dec 2018 07:40:34 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB87eYDp042469; Sat, 8 Dec 2018 07:40:34 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201812080740.wB87eYDp042469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 8 Dec 2018 07:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486915 - head/deskutils/calibre X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/deskutils/calibre X-SVN-Commit-Revision: 486915 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 14EF3717BB X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 07:40:35 -0000 Author: madpilot Date: Sat Dec 8 07:40:34 2018 New Revision: 486915 URL: https://svnweb.freebsd.org/changeset/ports/486915 Log: Update calibre to 3.35.0. Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sat Dec 8 07:08:09 2018 (r486914) +++ head/deskutils/calibre/Makefile Sat Dec 8 07:40:34 2018 (r486915) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 3.34.0 -PORTREVISION= 1 +PORTVERSION= 3.35.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Sat Dec 8 07:08:09 2018 (r486914) +++ head/deskutils/calibre/distinfo Sat Dec 8 07:40:34 2018 (r486915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541665760 -SHA256 (calibre-3.34.0.tar.xz) = bff0e0fa616a5385c5fcf5f3fe4f200866ffd249a6281f0def027315278d1b1a -SIZE (calibre-3.34.0.tar.xz) = 39357312 +TIMESTAMP = 1544166090 +SHA256 (calibre-3.35.0.tar.xz) = 3f1cb12804de37ea0bbe4119b378ac60fac5e1f0b113d28cca0c3af2252fa1bd +SIZE (calibre-3.35.0.tar.xz) = 39482684 From owner-svn-ports-all@freebsd.org Sat Dec 8 08:15:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0DE1130B00E; Sat, 8 Dec 2018 08:15:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 515E7728B5; Sat, 8 Dec 2018 08:15:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D5051F906; Sat, 8 Dec 2018 08:15:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB88FTjS063011; Sat, 8 Dec 2018 08:15:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB88FS5r063006; Sat, 8 Dec 2018 08:15:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080815.wB88FS5r063006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 08:15:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486918 - head/math/arb X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/arb X-SVN-Commit-Revision: 486918 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 515E7728B5 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 08:15:29 -0000 Author: yuri Date: Sat Dec 8 08:15:28 2018 New Revision: 486918 URL: https://svnweb.freebsd.org/changeset/ports/486918 Log: math/arb: Update 2.15.1 -> 2.16.0 Reported by: repology Modified: head/math/arb/Makefile head/math/arb/distinfo head/math/arb/pkg-plist Modified: head/math/arb/Makefile ============================================================================== --- head/math/arb/Makefile Sat Dec 8 08:07:23 2018 (r486917) +++ head/math/arb/Makefile Sat Dec 8 08:15:28 2018 (r486918) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= arb -DISTVERSION= 2.15.1 +DISTVERSION= 2.16.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/arb/distinfo ============================================================================== --- head/math/arb/distinfo Sat Dec 8 08:07:23 2018 (r486917) +++ head/math/arb/distinfo Sat Dec 8 08:15:28 2018 (r486918) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540691394 -SHA256 (fredrik-johansson-arb-2.15.1_GH0.tar.gz) = cb4a0cee3da56492ef3bf110fa0a1df60c58384bfcd52dd7ea7ac3d8472e21bd -SIZE (fredrik-johansson-arb-2.15.1_GH0.tar.gz) = 1510137 +TIMESTAMP = 1544256489 +SHA256 (fredrik-johansson-arb-2.16.0_GH0.tar.gz) = 77464be4d34a511bb004457f862fec857ff934b0ed58d56d6f52d76ebadd4daf +SIZE (fredrik-johansson-arb-2.16.0_GH0.tar.gz) = 1526059 Modified: head/math/arb/pkg-plist ============================================================================== --- head/math/arb/pkg-plist Sat Dec 8 08:07:23 2018 (r486917) +++ head/math/arb/pkg-plist Sat Dec 8 08:15:28 2018 (r486918) @@ -25,4 +25,4 @@ include/mag.h include/partitions.h lib/libarb.so lib/libarb.so.2 -lib/libarb.so.2.6.1 +lib/libarb.so.2.7.0 From owner-svn-ports-all@freebsd.org Sat Dec 8 08:07:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCA2C130AC3D; Sat, 8 Dec 2018 08:07:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9DA724F5; Sat, 8 Dec 2018 08:07:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 361AE1F775; Sat, 8 Dec 2018 08:07:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB887OiI057871; Sat, 8 Dec 2018 08:07:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB887NnV057869; Sat, 8 Dec 2018 08:07:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080807.wB887NnV057869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 08:07:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486917 - head/dns/amass X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/dns/amass X-SVN-Commit-Revision: 486917 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5B9DA724F5 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 08:07:24 -0000 Author: yuri Date: Sat Dec 8 08:07:23 2018 New Revision: 486917 URL: https://svnweb.freebsd.org/changeset/ports/486917 Log: dns/amass: Update 2.8.4 -> 2.8.5 Reported by: repology Modified: head/dns/amass/Makefile head/dns/amass/distinfo Modified: head/dns/amass/Makefile ============================================================================== --- head/dns/amass/Makefile Sat Dec 8 07:49:10 2018 (r486916) +++ head/dns/amass/Makefile Sat Dec 8 08:07:23 2018 (r486917) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= amass -DISTVERSION= 2.8.4 +DISTVERSION= 2.8.5 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org Modified: head/dns/amass/distinfo ============================================================================== --- head/dns/amass/distinfo Sat Dec 8 07:49:10 2018 (r486916) +++ head/dns/amass/distinfo Sat Dec 8 08:07:23 2018 (r486917) @@ -1,6 +1,6 @@ -TIMESTAMP = 1544083814 -SHA256 (OWASP-Amass-2.8.4_GH0.tar.gz) = b591048eb149a0167923923b9b6904847f6f5afba8a0c0af1f52e3c5289d225f -SIZE (OWASP-Amass-2.8.4_GH0.tar.gz) = 7940941 +TIMESTAMP = 1544256110 +SHA256 (OWASP-Amass-2.8.5_GH0.tar.gz) = db1b2e4f4bf7768ca9a7822b0b657f96ba6739eb166b28eea0f9deb51f90d36e +SIZE (OWASP-Amass-2.8.5_GH0.tar.gz) = 7941830 SHA256 (andybalholm-cascadia-v1.0.0_GH0.tar.gz) = 00ab6f915e958c9e0509836cd67082a802513459c12c4aa6e7a28ef37743ce52 SIZE (andybalholm-cascadia-v1.0.0_GH0.tar.gz) = 13232 SHA256 (asaskevich-EventBus-d46933a_GH0.tar.gz) = f1c2764fb95aa403c1de1445098c1a417985866983be8066316a9ae97a5bb5b7 From owner-svn-ports-all@freebsd.org Sat Dec 8 09:31:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C3D3130D2C9; Sat, 8 Dec 2018 09:31:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01C8974EFA; Sat, 8 Dec 2018 09:31:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6EA320588; Sat, 8 Dec 2018 09:31:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB89VTd4004239; Sat, 8 Dec 2018 09:31:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB89VTrQ004238; Sat, 8 Dec 2018 09:31:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812080931.wB89VTrQ004238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 8 Dec 2018 09:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486931 - head/databases/mysql80-server X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/databases/mysql80-server X-SVN-Commit-Revision: 486931 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 01C8974EFA X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 09:31:30 -0000 Author: amdmi3 Date: Sat Dec 8 09:31:29 2018 New Revision: 486931 URL: https://svnweb.freebsd.org/changeset/ports/486931 Log: - Update WWW Approved by: portmgr blanket Modified: head/databases/mysql80-server/pkg-descr Modified: head/databases/mysql80-server/pkg-descr ============================================================================== --- head/databases/mysql80-server/pkg-descr Sat Dec 8 09:30:10 2018 (r486930) +++ head/databases/mysql80-server/pkg-descr Sat Dec 8 09:31:29 2018 (r486931) @@ -12,4 +12,4 @@ The new features in MySQL 8.0. In addition to Data Dic Improved cost model with histograms -WWW: http://www.mysql.com/ +WWW: https://www.mysql.com/ From owner-svn-ports-all@freebsd.org Sat Dec 8 09:30:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72FD8130D28B; Sat, 8 Dec 2018 09:30:11 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1882B74C91; Sat, 8 Dec 2018 09:30:11 +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 E9BCB20447; Sat, 8 Dec 2018 09:30:10 +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 wB89UAmD099925; Sat, 8 Dec 2018 09:30:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB89UA1E099924; Sat, 8 Dec 2018 09:30:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080930.wB89UA1E099924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 09:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486930 - head/net/clash X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/clash X-SVN-Commit-Revision: 486930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1882B74C91 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 09:30:11 -0000 Author: yuri Date: Sat Dec 8 09:30:10 2018 New Revision: 486930 URL: https://svnweb.freebsd.org/changeset/ports/486930 Log: net/clash: Fix typo in COMMENT Typo is in the upstream's desctiption. Modified: head/net/clash/Makefile Modified: head/net/clash/Makefile ============================================================================== --- head/net/clash/Makefile Sat Dec 8 09:24:43 2018 (r486929) +++ head/net/clash/Makefile Sat Dec 8 09:30:10 2018 (r486930) @@ -6,7 +6,7 @@ DISTVERSION= 0.10.1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org -COMMENT= Rule-based tunnel on Go +COMMENT= Rule-based tunnel in Go LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE From owner-svn-ports-all@freebsd.org Sat Dec 8 08:35:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66694130B696; Sat, 8 Dec 2018 08:35:46 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B40F73079; Sat, 8 Dec 2018 08:35:46 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAC471FC2F; Sat, 8 Dec 2018 08:35:45 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB88Zj2E073329; Sat, 8 Dec 2018 08:35:45 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB88ZjXr073327; Sat, 8 Dec 2018 08:35:45 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201812080835.wB88ZjXr073327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 8 Dec 2018 08:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486920 - in head/lang/gcc7: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang/gcc7: . files X-SVN-Commit-Revision: 486920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B40F73079 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 08:35:46 -0000 Author: gerald Date: Sat Dec 8 08:35:45 2018 New Revision: 486920 URL: https://svnweb.freebsd.org/changeset/ports/486920 Log: Update to the GCC 7.4 release. This fixes more than 190 bugs and includes files/patch-libgfortran which I had also applied upstream. On the way create a separate USES block earlier in the Makefile and moving relevant items there. [1] Reported by: portlint [1] Deleted: head/lang/gcc7/files/patch-libgfortran Modified: head/lang/gcc7/Makefile head/lang/gcc7/distinfo Modified: head/lang/gcc7/Makefile ============================================================================== --- head/lang/gcc7/Makefile Sat Dec 8 08:30:21 2018 (r486919) +++ head/lang/gcc7/Makefile Sat Dec 8 08:35:45 2018 (r486920) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.3.0 -PORTREVISION= 6 +PORTVERSION= 7.4.0 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} @@ -21,20 +20,20 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libmpc.so:math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils - .if defined(MAINTAINER_MODE) BUILD_DEPENDS+= runtest:misc/dejagnu .endif +USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz +USE_BINUTILS= yes +USE_PERL5= build + CONFLICTS= gcc7-devel-7.* CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} -USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz -USE_BINUTILS= yes -USE_PERL5= build SSP_UNSAFE= yes CFLAGS:= ${CFLAGS:N-mretpoline} CXXFLAGS:= ${CXXFLAGS:N-mretpoline} Modified: head/lang/gcc7/distinfo ============================================================================== --- head/lang/gcc7/distinfo Sat Dec 8 08:30:21 2018 (r486919) +++ head/lang/gcc7/distinfo Sat Dec 8 08:35:45 2018 (r486920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516953569 -SHA256 (gcc-7.3.0.tar.xz) = 832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c -SIZE (gcc-7.3.0.tar.xz) = 62462388 +TIMESTAMP = 1544223514 +SHA256 (gcc-7.4.0.tar.xz) = eddde28d04f334aec1604456e536416549e9b1aa137fc69204e65eb0c009fe51 +SIZE (gcc-7.4.0.tar.xz) = 62601888 From owner-svn-ports-all@freebsd.org Sat Dec 8 09:23:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1E79130D0BF; Sat, 8 Dec 2018 09:23:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 644E174A91; Sat, 8 Dec 2018 09:23:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F9C12043D; Sat, 8 Dec 2018 09:23:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB89NwE5099367; Sat, 8 Dec 2018 09:23:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB89NwHX099366; Sat, 8 Dec 2018 09:23:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812080923.wB89NwHX099366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 09:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486928 - head/x11/xfce4-goodies X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/x11/xfce4-goodies X-SVN-Commit-Revision: 486928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 644E174A91 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 09:23:58 -0000 Author: antoine Date: Sat Dec 8 09:23:57 2018 New Revision: 486928 URL: https://svnweb.freebsd.org/changeset/ports/486928 Log: Allow building with different versions of python3 Modified: head/x11/xfce4-goodies/Makefile Modified: head/x11/xfce4-goodies/Makefile ============================================================================== --- head/x11/xfce4-goodies/Makefile Sat Dec 8 09:20:19 2018 (r486927) +++ head/x11/xfce4-goodies/Makefile Sat Dec 8 09:23:57 2018 (r486928) @@ -142,7 +142,7 @@ VOLUMEDPULSE_DESC= Volume management daemon for Xfce BSDCPUFREQ_RUN_DEPENDS= xfce4-bsdcpufreq-plugin>=0:sysutils/xfce4-bsdcpufreq-plugin EQUAKE_RUN_DEPENDS= xfce4-equake-plugin>=0:science/xfce4-equake-plugin -MENULIBRE_RUN_DEPENDS= py36-menulibre>=0:x11/menulibre +MENULIBRE_RUN_DEPENDS= py${PYTHON3_DEFAULT:S/.//}-menulibre>=0:x11/menulibre MIXER_RUN_DEPENDS= xfce4-mixer>=0:audio/xfce4-mixer PRINT_RUN_DEPENDS= xfce4-print>=0:print/xfce4-print THEMES_RUN_DEPENDS= xfce4-wm-themes>=0:misc/xfce4-wm-themes From owner-svn-ports-all@freebsd.org Sat Dec 8 09:36:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AC10130D568; Sat, 8 Dec 2018 09:36:10 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E7A275110; Sat, 8 Dec 2018 09:36:10 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0062205D5; Sat, 8 Dec 2018 09:36:09 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB89a9bZ005353; Sat, 8 Dec 2018 09:36:09 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB89a9Gn005351; Sat, 8 Dec 2018 09:36:09 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812080936.wB89a9Gn005351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 8 Dec 2018 09:36:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486932 - head/www/tikiwiki X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/tikiwiki X-SVN-Commit-Revision: 486932 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1E7A275110 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 09:36:10 -0000 Author: joneum Date: Sat Dec 8 09:36:09 2018 New Revision: 486932 URL: https://svnweb.freebsd.org/changeset/ports/486932 Log: Update to 19.0 Sponsored by: Netzkommune GmbH Modified: head/www/tikiwiki/Makefile head/www/tikiwiki/distinfo Modified: head/www/tikiwiki/Makefile ============================================================================== --- head/www/tikiwiki/Makefile Sat Dec 8 09:31:29 2018 (r486931) +++ head/www/tikiwiki/Makefile Sat Dec 8 09:36:09 2018 (r486932) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= tikiwiki -DISTVERSION= 18.2 +DISTVERSION= 19.0 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/Tiki_18.x_Alcyone/${DISTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/Tiki_19.x_Denebola/${DISTVERSION}/ DISTNAME= tiki-${DISTVERSION} MAINTAINER= joneum@FreeBSD.org Modified: head/www/tikiwiki/distinfo ============================================================================== --- head/www/tikiwiki/distinfo Sat Dec 8 09:31:29 2018 (r486931) +++ head/www/tikiwiki/distinfo Sat Dec 8 09:36:09 2018 (r486932) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536583991 -SHA256 (tiki-18.2.tar.gz) = 260954d7488f9dadcd15b1c2a9bee57c38e6ae6adf57f0e7b21b461984e9a7a2 -SIZE (tiki-18.2.tar.gz) = 37987159 +TIMESTAMP = 1544259793 +SHA256 (tiki-19.0.tar.gz) = c208e20dfff1dfb9db017c701bf471880639b10f8646c905807cab3b1ce1f6c6 +SIZE (tiki-19.0.tar.gz) = 45518779 From owner-svn-ports-all@freebsd.org Sat Dec 8 06:03:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BD96133313E; Sat, 8 Dec 2018 06:03:26 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E80186F5A0; Sat, 8 Dec 2018 06:03:25 +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 C4D0F1E44A; Sat, 8 Dec 2018 06:03:25 +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 wB863PsZ096110; Sat, 8 Dec 2018 06:03:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB863PgJ096107; Sat, 8 Dec 2018 06:03:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080603.wB863PgJ096107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 06:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486912 - head/www/py-rfc3986 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/py-rfc3986 X-SVN-Commit-Revision: 486912 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E80186F5A0 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 06:03:26 -0000 Author: yuri Date: Sat Dec 8 06:03:24 2018 New Revision: 486912 URL: https://svnweb.freebsd.org/changeset/ports/486912 Log: www/py-rfc3986: Update 1.1.0 -> 1.2.0 Update WWW. Reported by: portscout Modified: head/www/py-rfc3986/Makefile head/www/py-rfc3986/distinfo head/www/py-rfc3986/pkg-descr Modified: head/www/py-rfc3986/Makefile ============================================================================== --- head/www/py-rfc3986/Makefile Sat Dec 8 06:00:44 2018 (r486911) +++ head/www/py-rfc3986/Makefile Sat Dec 8 06:03:24 2018 (r486912) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rfc3986 -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-rfc3986/distinfo ============================================================================== --- head/www/py-rfc3986/distinfo Sat Dec 8 06:00:44 2018 (r486911) +++ head/www/py-rfc3986/distinfo Sat Dec 8 06:03:24 2018 (r486912) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508432953 -SHA256 (sigmavirus24-rfc3986-1.1.0_GH0.tar.gz) = 02ac7517f075937a20c6c8428b30231b4ea5f3395bd47e3b9ada0740c00c68d3 -SIZE (sigmavirus24-rfc3986-1.1.0_GH0.tar.gz) = 37432 +TIMESTAMP = 1544248864 +SHA256 (sigmavirus24-rfc3986-1.2.0_GH0.tar.gz) = cbffabfa176a85ca2216c7b0436decd13625731f30d5b9409271272d28d3e77d +SIZE (sigmavirus24-rfc3986-1.2.0_GH0.tar.gz) = 38296 Modified: head/www/py-rfc3986/pkg-descr ============================================================================== --- head/www/py-rfc3986/pkg-descr Sat Dec 8 06:00:44 2018 (r486911) +++ head/www/py-rfc3986/pkg-descr Sat Dec 8 06:03:24 2018 (r486912) @@ -1,3 +1,3 @@ A Python implementation of RFC 3986 including validation and authority parsing. -WWW: https://github.com/sigmavirus24/rfc3986 +WWW: https://github.com/python-hyper/rfc3986 From owner-svn-ports-all@freebsd.org Sat Dec 8 06:30:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 371D8133384F; Sat, 8 Dec 2018 06:30:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC50C6FD2E; Sat, 8 Dec 2018 06:29:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A912A1E776; Sat, 8 Dec 2018 06:29:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB86TxGr006855; Sat, 8 Dec 2018 06:29:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB86TxNr006851; Sat, 8 Dec 2018 06:29:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080629.wB86TxNr006851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 06:29:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486913 - head/misc/ompl X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/ompl X-SVN-Commit-Revision: 486913 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CC50C6FD2E X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 06:30:00 -0000 Author: yuri Date: Sat Dec 8 06:29:58 2018 New Revision: 486913 URL: https://svnweb.freebsd.org/changeset/ports/486913 Log: misc/ompl: Update 1.4.0 -> 1.4.1 Modified: head/misc/ompl/Makefile head/misc/ompl/distinfo head/misc/ompl/pkg-plist Modified: head/misc/ompl/Makefile ============================================================================== --- head/misc/ompl/Makefile Sat Dec 8 06:03:24 2018 (r486912) +++ head/misc/ompl/Makefile Sat Dec 8 06:29:58 2018 (r486913) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ompl -DISTVERSION= 1.4.0 -PORTREVISION= 1 +DISTVERSION= 1.4.1 DISTVERSIONSUFFIX= -Source CATEGORIES= misc comms MASTER_SITES= http://cdn.bitbucket.org/${PORTNAME}/${PORTNAME}/downloads/ Modified: head/misc/ompl/distinfo ============================================================================== --- head/misc/ompl/distinfo Sat Dec 8 06:03:24 2018 (r486912) +++ head/misc/ompl/distinfo Sat Dec 8 06:29:58 2018 (r486913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533406416 -SHA256 (ompl-1.4.0-Source.zip) = 3bf745d355bda9c592bd7350ed90759c4994a1a8b025a35994077be29156b0bd -SIZE (ompl-1.4.0-Source.zip) = 23591238 +TIMESTAMP = 1544249088 +SHA256 (ompl-1.4.1-Source.zip) = 6e9df23b62959102b659704b3fd71bf4d5965267d57d8ef0f6109b9605ccad6e +SIZE (ompl-1.4.1-Source.zip) = 23591643 Modified: head/misc/ompl/pkg-plist ============================================================================== --- head/misc/ompl/pkg-plist Sat Dec 8 06:03:24 2018 (r486912) +++ head/misc/ompl/pkg-plist Sat Dec 8 06:29:58 2018 (r486913) @@ -219,7 +219,7 @@ include/ompl/util/ProlateHyperspheroid.h include/ompl/util/RandomNumbers.h include/ompl/util/Time.h lib/libompl.so -lib/libompl.so.1.4.0 +lib/libompl.so.1.4.1 lib/libompl.so.15 libdata/pkgconfig/ompl.pc man/man1/ompl_benchmark_statistics.1.gz From owner-svn-ports-all@freebsd.org Sat Dec 8 09:18:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BEB7130CCFC; Sat, 8 Dec 2018 09:18:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A489C74533; Sat, 8 Dec 2018 09:18:49 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FF2820294; Sat, 8 Dec 2018 09:18:49 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB89IntG094283; Sat, 8 Dec 2018 09:18:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB89InaJ094282; Sat, 8 Dec 2018 09:18:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812080918.wB89InaJ094282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 09:18:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486926 - head/sysutils/iocage X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/sysutils/iocage X-SVN-Commit-Revision: 486926 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A489C74533 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 09:18:50 -0000 Author: antoine Date: Sat Dec 8 09:18:49 2018 New Revision: 486926 URL: https://svnweb.freebsd.org/changeset/ports/486926 Log: Allow building with different versions of python3 Modified: head/sysutils/iocage/Makefile Modified: head/sysutils/iocage/Makefile ============================================================================== --- head/sysutils/iocage/Makefile Sat Dec 8 09:17:35 2018 (r486925) +++ head/sysutils/iocage/Makefile Sat Dec 8 09:18:49 2018 (r486926) @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/p USE_GITHUB= yes NO_ARCH= yes -USES= python:3.6 +USES= python:3.4+ USE_PYTHON= autoplist distutils CONFLICTS= py27-iocage-[0-9]* From owner-svn-ports-all@freebsd.org Sat Dec 8 10:19:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AAE7130E75A; Sat, 8 Dec 2018 10:19:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2BE057639B; Sat, 8 Dec 2018 10:19:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0748F20C46; Sat, 8 Dec 2018 10:19:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8AJpmE026191; Sat, 8 Dec 2018 10:19:51 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8AJp0g026189; Sat, 8 Dec 2018 10:19:51 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812081019.wB8AJp0g026189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 8 Dec 2018 10:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486936 - head/multimedia/gstreamer-plugins-buzztard X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/multimedia/gstreamer-plugins-buzztard X-SVN-Commit-Revision: 486936 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2BE057639B X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 10:19:52 -0000 Author: tobik Date: Sat Dec 8 10:19:51 2018 New Revision: 486936 URL: https://svnweb.freebsd.org/changeset/ports/486936 Log: Deprecate multimedia/gstreamer-plugins-buzztard The module does not build with FluidSynth 2.x, is unused in the ports tree, has been renamed to gst-buzztrax [0], which has been discontinued upstream [1] in 2015. While here update WWW. [0] https://github.com/Buzztrax/gst-buzztrax/commit/10e18f63b513060b3ef657e493d75ac035bb2ded [1] https://github.com/Buzztrax/gst-buzztrax/commit/3faf9eb12dd8cb7514650bd51f1f09fe590528d8 PR: 233501 Modified: head/multimedia/gstreamer-plugins-buzztard/Makefile head/multimedia/gstreamer-plugins-buzztard/pkg-descr Modified: head/multimedia/gstreamer-plugins-buzztard/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-buzztard/Makefile Sat Dec 8 10:19:14 2018 (r486935) +++ head/multimedia/gstreamer-plugins-buzztard/Makefile Sat Dec 8 10:19:51 2018 (r486936) @@ -12,6 +12,9 @@ DISTNAME= gst-${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Buzztard gstreamer plugins +DEPRECATED= Unused in the ports tree and unmaintained upstream +EXPIRATION_DATE= 2018-12-21 + OPTIONS_DEFINE= DOCS LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth Modified: head/multimedia/gstreamer-plugins-buzztard/pkg-descr ============================================================================== --- head/multimedia/gstreamer-plugins-buzztard/pkg-descr Sat Dec 8 10:19:14 2018 (r486935) +++ head/multimedia/gstreamer-plugins-buzztard/pkg-descr Sat Dec 8 10:19:51 2018 (r486936) @@ -1,3 +1,3 @@ Buzztard gstreamer plugins -WWW: http://www.buzztard.org +WWW: https://news.buzztrax.org/ From owner-svn-ports-all@freebsd.org Sat Dec 8 10:20:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15667130E794; Sat, 8 Dec 2018 10:20:19 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE95E76464; Sat, 8 Dec 2018 10:20:18 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F86220C4B; Sat, 8 Dec 2018 10:20:18 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8AKIYO026388; Sat, 8 Dec 2018 10:20:18 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8AKIEe026387; Sat, 8 Dec 2018 10:20:18 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201812081020.wB8AKIEe026387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 8 Dec 2018 10:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486937 - in head/net/sniproxy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/net/sniproxy: . files X-SVN-Commit-Revision: 486937 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AE95E76464 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 10:20:19 -0000 Author: krion Date: Sat Dec 8 10:20:17 2018 New Revision: 486937 URL: https://svnweb.freebsd.org/changeset/ports/486937 Log: Update to 0.6.0 Deleted: head/net/sniproxy/files/patch-src_connection.c Modified: head/net/sniproxy/Makefile head/net/sniproxy/distinfo Modified: head/net/sniproxy/Makefile ============================================================================== --- head/net/sniproxy/Makefile Sat Dec 8 10:19:51 2018 (r486936) +++ head/net/sniproxy/Makefile Sat Dec 8 10:20:17 2018 (r486937) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sniproxy -DISTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 0.6.0 CATEGORIES= net MAINTAINER= krion@FreeBSD.org Modified: head/net/sniproxy/distinfo ============================================================================== --- head/net/sniproxy/distinfo Sat Dec 8 10:19:51 2018 (r486936) +++ head/net/sniproxy/distinfo Sat Dec 8 10:20:17 2018 (r486937) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524378674 -SHA256 (dlundquist-sniproxy-0.5.0_GH0.tar.gz) = 0b8dd06f9aa9e1c4151b572caf645ffceacdd35a139ded16a7fb0035452c17e5 -SIZE (dlundquist-sniproxy-0.5.0_GH0.tar.gz) = 72654 +TIMESTAMP = 1544264226 +SHA256 (dlundquist-sniproxy-0.6.0_GH0.tar.gz) = d73c77a9fa8199ae7ac551c0332d3e0a3ff234623f53d65369a8fa560d9880e2 +SIZE (dlundquist-sniproxy-0.6.0_GH0.tar.gz) = 78515 From owner-svn-ports-all@freebsd.org Sat Dec 8 09:24:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACA33130D0E0; Sat, 8 Dec 2018 09:24: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 519AD74B64; Sat, 8 Dec 2018 09:24: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 3142E20440; Sat, 8 Dec 2018 09:24: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 wB89OjVi099592; Sat, 8 Dec 2018 09:24:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB89Oikm099586; Sat, 8 Dec 2018 09:24:44 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080924.wB89Oikm099586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 09:24:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486929 - in head/net: . clash clash/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/net: . clash clash/files X-SVN-Commit-Revision: 486929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 519AD74B64 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 09:24:45 -0000 Author: yuri Date: Sat Dec 8 09:24:43 2018 New Revision: 486929 URL: https://svnweb.freebsd.org/changeset/ports/486929 Log: New port: net/clash: Rule-based tunnel on Go Added: head/net/clash/ head/net/clash/Makefile (contents, props changed) head/net/clash/distinfo (contents, props changed) head/net/clash/files/ head/net/clash/files/patch-proxy_redir_tcp__freebsd.go (contents, props changed) head/net/clash/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Dec 8 09:23:57 2018 (r486928) +++ head/net/Makefile Sat Dec 8 09:24:43 2018 (r486929) @@ -81,6 +81,7 @@ SUBDIR += chrony SUBDIR += citrix_ica SUBDIR += cjdns + SUBDIR += clash SUBDIR += cloud-init SUBDIR += cloud-init-azure SUBDIR += clusterit Added: head/net/clash/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/clash/Makefile Sat Dec 8 09:24:43 2018 (r486929) @@ -0,0 +1,49 @@ +# $FreeBSD$ + +PORTNAME= clash +DISTVERSIONPREFIX= v +DISTVERSION= 0.10.1 +CATEGORIES= net + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Rule-based tunnel on Go + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= Dreamacro +GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} +GH_TUPLE= aead:chacha20:8b13a72:chacha20/src/github.com/aead/chacha20 \ + eapache:channels:v1.1.0:channels/src/gopkg.in/eapache/channels.v1 \ + eapache:queue:v1.1.0:queue/src/github.com/eapache/queue \ + Dreamacro:go-shadowsocks2:v0.1.2:shadowsocks/src/github.com/Dreamacro/go-shadowsocks2 \ + go-chi:chi:v3.3.3:chi/src/github.com/go-chi/chi \ + go-chi:cors:07727c8:cors/src/github.com/go-chi/cors \ + go-chi:render:v1.0.1:render/src/github.com/go-chi/render \ + go-yaml:yaml:v2.2.1:yaml/src/gopkg.in/yaml.v2 \ + gofrs:uuid:v3.1.2:uuid/src/github.com/gofrs/uuid \ + gorilla:websocket:v1.4.0:websocket/src/github.com/gorilla/websocket \ + miekg:dns:v1.1.1:dns/src/github.com/miekg/dns \ + oschwald:geoip2-golang:v1.2.1:geoip2_golang/src/github.com/oschwald/geoip2-golang \ + oschwald:maxminddb-golang:v1.3.0:maxminddb_golang/src/github.com/oschwald/maxminddb-golang \ + sirupsen:logrus:v1.2.0:logrus/src/github.com/sirupsen/logrus \ + stretchr:testify:v1.2.2:testify/src/github.com/stretchr/testify \ + golang:crypto:505ab14:golang_crypto/src/golang.org/x/crypto \ + golang:sys:70b957f:golang_sys/src/golang.org/x/sys + +PLIST_FILES= bin/${PORTNAME} + +pre-patch: + @cd ${WRKSRC} && ${CP} proxy/redir/tcp_linux.go proxy/redir/tcp_freebsd.go + +do-build: + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} && \ + ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include Added: head/net/clash/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/clash/distinfo Sat Dec 8 09:24:43 2018 (r486929) @@ -0,0 +1,37 @@ +TIMESTAMP = 1544248333 +SHA256 (Dreamacro-clash-v0.10.1_GH0.tar.gz) = bb01aad892c768e0f4d52c8a0fa46a86f3608300e3700d81f803991683de79a6 +SIZE (Dreamacro-clash-v0.10.1_GH0.tar.gz) = 58383 +SHA256 (Dreamacro-go-shadowsocks2-v0.1.2_GH0.tar.gz) = 7c6dde7acdd7c4a460da218467a4be6a83ceb4788609d9f306a1cee5dd604dca +SIZE (Dreamacro-go-shadowsocks2-v0.1.2_GH0.tar.gz) = 19686 +SHA256 (go-chi-chi-v3.3.3_GH0.tar.gz) = 9c0ee069a5a05cd08ce337c3cef43b4a8ba77f9cd119a841b3238bf7820a4c7d +SIZE (go-chi-chi-v3.3.3_GH0.tar.gz) = 67041 +SHA256 (go-chi-cors-07727c8_GH0.tar.gz) = d36901cda54dd581eee79a2d2af1d370305c407659973e2bfa6187a2ea6c76a6 +SIZE (go-chi-cors-07727c8_GH0.tar.gz) = 6087 +SHA256 (go-chi-render-v1.0.1_GH0.tar.gz) = b7ee66207e869baa271f104d084a38d3d89bb3ebaea1d89169ca26303446422d +SIZE (go-chi-render-v1.0.1_GH0.tar.gz) = 5571 +SHA256 (gofrs-uuid-v3.1.2_GH0.tar.gz) = 10c26a0a696a3a71e4b8683aeeb23c32d815e5725c2845bb9eeac8e77afdc299 +SIZE (gofrs-uuid-v3.1.2_GH0.tar.gz) = 16858 +SHA256 (gorilla-websocket-v1.4.0_GH0.tar.gz) = 2b5743c72bd0930c5a80e49c0138b5b7d27fa7c085efd0c86805cccfa7220c9d +SIZE (gorilla-websocket-v1.4.0_GH0.tar.gz) = 50228 +SHA256 (miekg-dns-v1.1.1_GH0.tar.gz) = 38b31613c6e92a56767755284c214cd575a14dc2b551eca4561c45c43c74420a +SIZE (miekg-dns-v1.1.1_GH0.tar.gz) = 3880802 +SHA256 (oschwald-geoip2-golang-v1.2.1_GH0.tar.gz) = ede4f007b09cde767b58042ab712415fbbb7031cc9c35612b2917712e7f84c3a +SIZE (oschwald-geoip2-golang-v1.2.1_GH0.tar.gz) = 6179 +SHA256 (oschwald-maxminddb-golang-v1.3.0_GH0.tar.gz) = 176a45e9ebfe67d0cf3fa647778857dd2bc96bf112e39f31ce158b0437d6db05 +SIZE (oschwald-maxminddb-golang-v1.3.0_GH0.tar.gz) = 17984 +SHA256 (sirupsen-logrus-v1.2.0_GH0.tar.gz) = 679aa05d23ca81b74f1327e7a25267a322dc9fd807a276e73e781f62ee679c6d +SIZE (sirupsen-logrus-v1.2.0_GH0.tar.gz) = 37794 +SHA256 (eapache-channels-v1.1.0_GH0.tar.gz) = 443b9361ff7db635b830e84d8eb0830477083efba53fb0c531af04e07cde3a59 +SIZE (eapache-channels-v1.1.0_GH0.tar.gz) = 11705 +SHA256 (eapache-queue-v1.1.0_GH0.tar.gz) = 2be4716ba2bba5f7c125a8fe72ba534f02cf0d7d98d3a372d4ebe54b170f7329 +SIZE (eapache-queue-v1.1.0_GH0.tar.gz) = 3502 +SHA256 (go-yaml-yaml-v2.2.1_GH0.tar.gz) = 33218aa3bd60a307fe14e66b970473cb411bb6ca3d4f4a5e30c97b44f9b4e84b +SIZE (go-yaml-yaml-v2.2.1_GH0.tar.gz) = 70217 +SHA256 (stretchr-testify-v1.2.2_GH0.tar.gz) = 0728bb470254e8b39deae3e6c1c92a98e737239ae0be484188fb9083250adf5f +SIZE (stretchr-testify-v1.2.2_GH0.tar.gz) = 101698 +SHA256 (aead-chacha20-8b13a72_GH0.tar.gz) = 3ec002c64dc2e6f9c4e3fd06021d16f6834ad011b55fe78375a8689bd8d41344 +SIZE (aead-chacha20-8b13a72_GH0.tar.gz) = 21592 +SHA256 (golang-sys-70b957f_GH0.tar.gz) = 441e259f5e287d6a83794e53a601208e895884828dd2df457da8492e8d635d00 +SIZE (golang-sys-70b957f_GH0.tar.gz) = 1119114 +SHA256 (golang-crypto-505ab14_GH0.tar.gz) = 66208e5bab6d39db520fb59b79a597ddb38cd6160e7ae7fb3e5c212fe9146125 +SIZE (golang-crypto-505ab14_GH0.tar.gz) = 1644620 Added: head/net/clash/files/patch-proxy_redir_tcp__freebsd.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/clash/files/patch-proxy_redir_tcp__freebsd.go Sat Dec 8 09:24:43 2018 (r486929) @@ -0,0 +1,12 @@ +--- proxy/redir/tcp_freebsd.go.orig 2018-12-08 09:12:52 UTC ++++ proxy/redir/tcp_freebsd.go +@@ -38,7 +38,8 @@ func parserPacket(conn net.Conn) (socks. + func getorigdst(fd uintptr) (socks.Addr, error) { + raw := syscall.RawSockaddrInet4{} + siz := unsafe.Sizeof(raw) +- if err := socketcall(GETSOCKOPT, fd, syscall.IPPROTO_IP, SO_ORIGINAL_DST, uintptr(unsafe.Pointer(&raw)), uintptr(unsafe.Pointer(&siz)), 0); err != nil { ++ _, _, err := syscall.Syscall6(syscall.SYS_GETSOCKOPT, fd, syscall.IPPROTO_IP, SO_ORIGINAL_DST, uintptr(unsafe.Pointer(&raw)), uintptr(unsafe.Pointer(&siz)), 0); ++ if err != 0 { + return nil, err + } + Added: head/net/clash/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/clash/pkg-descr Sat Dec 8 09:24:43 2018 (r486929) @@ -0,0 +1,8 @@ +Features: +* HTTP/HTTPS and SOCKS protocol +* Surge like configuration +* GeoIP rule support +* Support Vmess/Shadowsocks/Socks5 +* Support for Netfilter TCP redirect + +WWW: https://github.com/Dreamacro/clash From owner-svn-ports-all@freebsd.org Sat Dec 8 09:20:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A7E4130CD59; Sat, 8 Dec 2018 09:20:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF517745F2; Sat, 8 Dec 2018 09:20:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D06B220298; Sat, 8 Dec 2018 09:20:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB89KJvV094477; Sat, 8 Dec 2018 09:20:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB89KJSr094476; Sat, 8 Dec 2018 09:20:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812080920.wB89KJSr094476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 09:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486927 - head/x11-wm/qtile X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/x11-wm/qtile X-SVN-Commit-Revision: 486927 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EF517745F2 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 09:20:20 -0000 Author: antoine Date: Sat Dec 8 09:20:19 2018 New Revision: 486927 URL: https://svnweb.freebsd.org/changeset/ports/486927 Log: Allow building with different versions of python3 Modified: head/x11-wm/qtile/Makefile Modified: head/x11-wm/qtile/Makefile ============================================================================== --- head/x11-wm/qtile/Makefile Sat Dec 8 09:18:49 2018 (r486926) +++ head/x11-wm/qtile/Makefile Sat Dec 8 09:20:19 2018 (r486927) @@ -27,8 +27,8 @@ GH_ACCOUNT= qtile USE_GNOME= pygobject3 -USES= python:3.6 -USE_PYTHON= distutils autoplist +USES= python:3.4+ +USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes PORTDOCS= CHANGELOG README.rst From owner-svn-ports-all@freebsd.org Sat Dec 8 10:10:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 438F0130E4B6; Sat, 8 Dec 2018 10:10:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAFCC75E77; Sat, 8 Dec 2018 10:10:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCBF920ACC; Sat, 8 Dec 2018 10:10:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8AAwLH021016; Sat, 8 Dec 2018 10:10:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8AAwF6021014; Sat, 8 Dec 2018 10:10:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812081010.wB8AAwF6021014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 8 Dec 2018 10:10:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486933 - in head/audio/lmms: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/audio/lmms: . files X-SVN-Commit-Revision: 486933 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DAFCC75E77 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-0.99)[-0.992,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 10:10:59 -0000 Author: tobik Date: Sat Dec 8 10:10:58 2018 New Revision: 486933 URL: https://svnweb.freebsd.org/changeset/ports/486933 Log: audio/lmms: Fix build with FluidSynth 2.x plugins/sf2_player/sf2_player.cpp:101:20: error: use of undeclared identifier 'FLUID_REVERB_DEFAULT_ROOMSIZE' m_reverbRoomSize( FLUID_REVERB_DEFAULT_ROOMSIZE, 0, 1.0, 0.01f, this, tr( "Reverb Roomsize" ) ), ^ plugins/sf2_player/sf2_player.cpp:102:19: error: use of undeclared identifier 'FLUID_REVERB_DEFAULT_DAMP'; did you mean 'FLUID_INTERP_DEFAULT'? m_reverbDamping( FLUID_REVERB_DEFAULT_DAMP, 0, 1.0, 0.01, this, tr( "Reverb Damping" ) ), ^~~~~~~~~~~~~~~~~~~~~~~~~ FLUID_INTERP_DEFAULT [...] plugins/sf2_player/sf2_player.cpp:395:17: error: variable has incomplete type 'fluid_preset_t' (aka '_fluid_preset_t') fluid_preset_t preset; ^ /usr/local/include/fluidsynth/types.h:41:16: note: forward declaration of '_fluid_preset_t' typedef struct _fluid_preset_t fluid_preset_t; /**< SoundFont preset */ ^ PR: 233462 Approved by: rodrigo (maintainer timeout, 2 weeks) Obtained from: upstream Added: head/audio/lmms/files/patch-fluidsynth2 (contents, props changed) Modified: head/audio/lmms/Makefile Modified: head/audio/lmms/Makefile ============================================================================== --- head/audio/lmms/Makefile Sat Dec 8 09:36:09 2018 (r486932) +++ head/audio/lmms/Makefile Sat Dec 8 10:10:58 2018 (r486933) @@ -4,6 +4,7 @@ PORTNAME= lmms DISTVERSIONPREFIX= v DISTVERSION= 1.2.0-rc7 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= audio Added: head/audio/lmms/files/patch-fluidsynth2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lmms/files/patch-fluidsynth2 Sat Dec 8 10:10:58 2018 (r486933) @@ -0,0 +1,304 @@ +From 1f7cd3ed5af6640c0e38a2dc2d9be5a9ae036dc8 Mon Sep 17 00:00:00 2001 +From: Hyunjin Song +Date: Sun, 28 Oct 2018 10:31:33 +0900 +Subject: [PATCH] Allow building SF2 player with FluidSynth 2.x (#4678) + +Resolves the incompatibility between FluidSynth 1.x and 2.x +due to some API changes by shimming some functions. + +Note that 1.x and 2.x are not binary compatible. +--- plugins/sf2_player/fluidsynthshims.h.orig 2018-12-08 09:48:11 UTC ++++ plugins/sf2_player/fluidsynthshims.h +@@ -0,0 +1,88 @@ ++/* ++ * fluidsynthshims.h - a shim header for FluidSynth 2.0 API changes ++ * ++ * Copyright (c) 2018 Hyunjin Song ++ * ++ * This file is part of LMMS - https://lmms.io ++ * ++ * This program is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This program is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this program (see COPYING); if not, write to the ++ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ++ * Boston, MA 02110-1301 USA. ++ * ++ */ ++ ++ ++#ifndef FLUIDSYNTHSHIMS_H ++#define FLUIDSYNTHSHIMS_H ++ ++#include ++ ++#if FLUIDSYNTH_VERSION_MAJOR < 2 ++ ++inline const char* fluid_preset_get_name(fluid_preset_t* preset) ++{ ++ return preset->get_name(preset); ++} ++ ++inline int fluid_preset_get_banknum(fluid_preset_t* preset) ++{ ++ return preset->get_banknum(preset); ++} ++ ++inline int fluid_preset_get_num(fluid_preset_t* preset) ++{ ++ return preset->get_num(preset); ++} ++ ++inline fluid_sfont_t* fluid_preset_get_sfont(fluid_preset_t* preset) ++{ ++ return preset->sfont; ++} ++ ++inline char* fluid_sfont_get_name(fluid_sfont_t* sfont) ++{ ++ return sfont->get_name(sfont); ++} ++ ++inline void fluid_sfont_iteration_start(fluid_sfont_t* sfont) ++{ ++ sfont->iteration_start(sfont); ++} ++ ++// Due to the API change, we can't simply shim the 'fluid_sfont_iteration_next' function ++inline fluid_preset_t* fluid_sfont_iteration_next_wrapper(fluid_sfont_t* sfont, fluid_preset_t* preset) ++{ ++ return sfont->iteration_next(sfont, preset) ? preset : nullptr; ++} ++ ++#else // FLUIDSYNTH_VERSION_MAJOR < 2 ++ ++#define FLUID_REVERB_DEFAULT_ROOMSIZE 0.2f ++#define FLUID_REVERB_DEFAULT_DAMP 0.0f ++#define FLUID_REVERB_DEFAULT_WIDTH 0.5f ++#define FLUID_REVERB_DEFAULT_LEVEL 0.9f ++ ++#define FLUID_CHORUS_DEFAULT_N 3 ++#define FLUID_CHORUS_DEFAULT_LEVEL 2.0f ++#define FLUID_CHORUS_DEFAULT_SPEED 0.3f ++#define FLUID_CHORUS_DEFAULT_DEPTH 8.0f ++ ++inline fluid_preset_t* fluid_sfont_iteration_next_wrapper(fluid_sfont_t* sfont, fluid_preset_t*) ++{ ++ return fluid_sfont_iteration_next(sfont); ++} ++ ++#endif // FLUIDSYNTH_VERSION_MAJOR < 2 ++ ++#endif // FLUIDSYNTHSHIMS_H + plugins/sf2_player/fluidsynthshims.h | 88 +++++++++++++++++++++++++++ + plugins/sf2_player/patches_dialog.cpp | 44 ++++++++------ + plugins/sf2_player/patches_dialog.h | 2 +- + plugins/sf2_player/sf2_player.cpp | 43 ++++++++++--- + plugins/sf2_player/sf2_player.h | 2 +- + 5 files changed, 152 insertions(+), 27 deletions(-) + create mode 100644 plugins/sf2_player/fluidsynthshims.h + +new file mode 100644 +--- plugins/sf2_player/patches_dialog.cpp.orig 2018-09-25 07:47:51 UTC ++++ plugins/sf2_player/patches_dialog.cpp +@@ -143,7 +143,6 @@ void patchesDialog::setup ( fluid_synth_t * pSynth, in + m_iChan = iChan; + + +- fluid_preset_t preset; + QTreeWidgetItem *pBankItem = NULL; + // For all soundfonts (in reversed stack order) fill the available banks... + int cSoundFonts = ::fluid_synth_sfcount(m_pSynth); +@@ -151,11 +150,17 @@ void patchesDialog::setup ( fluid_synth_t * pSynth, in + fluid_sfont_t *pSoundFont = ::fluid_synth_get_sfont(m_pSynth, i); + if (pSoundFont) { + #ifdef CONFIG_FLUID_BANK_OFFSET +- int iBankOffset = ::fluid_synth_get_bank_offset(m_pSynth, pSoundFont->id); ++ int iBankOffset = ::fluid_synth_get_bank_offset(m_pSynth, fluid_sfont_get_id(pSoundFont)); + #endif +- pSoundFont->iteration_start(pSoundFont); +- while (pSoundFont->iteration_next(pSoundFont, &preset)) { +- int iBank = preset.get_banknum(&preset); ++ fluid_sfont_iteration_start(pSoundFont); ++#if FLUIDSYNTH_VERSION_MAJOR < 2 ++ fluid_preset_t preset; ++ fluid_preset_t *pCurPreset = &preset; ++#else ++ fluid_preset_t *pCurPreset; ++#endif ++ while ((pCurPreset = fluid_sfont_iteration_next_wrapper(pSoundFont, pCurPreset))) { ++ int iBank = fluid_preset_get_banknum(pCurPreset); + #ifdef CONFIG_FLUID_BANK_OFFSET + iBank += iBankOffset; + #endif +@@ -173,9 +178,9 @@ void patchesDialog::setup ( fluid_synth_t * pSynth, in + m_iBank = 0; + fluid_preset_t *pPreset = ::fluid_synth_get_channel_preset(m_pSynth, m_iChan); + if (pPreset) { +- m_iBank = pPreset->get_banknum(pPreset); ++ m_iBank = fluid_preset_get_banknum(pPreset); + #ifdef CONFIG_FLUID_BANK_OFFSET +- m_iBank += ::fluid_synth_get_bank_offset(m_pSynth, (pPreset->sfont)->id); ++ m_iBank += ::fluid_synth_get_bank_offset(m_pSynth, fluid_sfont_get_id(fluid_preset_get_sfont(sfont))); + #endif + } + +@@ -186,7 +191,7 @@ void patchesDialog::setup ( fluid_synth_t * pSynth, in + + // Set the selected program. + if (pPreset) +- m_iProg = pPreset->get_num(pPreset); ++ m_iProg = fluid_preset_get_num(pPreset); + QTreeWidgetItem *pProgItem = findProgItem(m_iProg); + m_progListView->setCurrentItem(pProgItem); + m_progListView->scrollToItem(pProgItem); +@@ -312,7 +317,6 @@ void patchesDialog::bankChanged (void) + // Clear up the program listview. + m_progListView->setSortingEnabled(false); + m_progListView->clear(); +- fluid_preset_t preset; + QTreeWidgetItem *pProgItem = NULL; + // For all soundfonts (in reversed stack order) fill the available programs... + int cSoundFonts = ::fluid_synth_sfcount(m_pSynth); +@@ -320,23 +324,29 @@ void patchesDialog::bankChanged (void) + fluid_sfont_t *pSoundFont = ::fluid_synth_get_sfont(m_pSynth, i); + if (pSoundFont) { + #ifdef CONFIG_FLUID_BANK_OFFSET +- int iBankOffset = ::fluid_synth_get_bank_offset(m_pSynth, pSoundFont->id); ++ int iBankOffset = ::fluid_synth_get_bank_offset(m_pSynth, fluid_sfont_get_id(pSoundFont)); + #endif +- pSoundFont->iteration_start(pSoundFont); +- while (pSoundFont->iteration_next(pSoundFont, &preset)) { +- int iBank = preset.get_banknum(&preset); ++ fluid_sfont_iteration_start(pSoundFont); ++#if FLUIDSYNTH_VERSION_MAJOR < 2 ++ fluid_preset_t preset; ++ fluid_preset_t *pCurPreset = &preset; ++#else ++ fluid_preset_t *pCurPreset; ++#endif ++ while ((pCurPreset = fluid_sfont_iteration_next_wrapper(pSoundFont, pCurPreset))) { ++ int iBank = fluid_preset_get_banknum(pCurPreset); + #ifdef CONFIG_FLUID_BANK_OFFSET + iBank += iBankOffset; + #endif +- int iProg = preset.get_num(&preset); ++ int iProg = fluid_preset_get_num(pCurPreset); + if (iBank == iBankSelected && !findProgItem(iProg)) { + pProgItem = new patchItem(m_progListView, pProgItem); + if (pProgItem) { + pProgItem->setText(0, QString::number(iProg)); +- pProgItem->setText(1, preset.get_name(&preset)); +- //pProgItem->setText(2, QString::number(pSoundFont->id)); ++ pProgItem->setText(1, fluid_preset_get_name(pCurPreset)); ++ //pProgItem->setText(2, QString::number(fluid_sfont_get_id(pSoundFont))); + //pProgItem->setText(3, QFileInfo( +- // pSoundFont->get_name(pSoundFont)).baseName()); ++ // fluid_sfont_get_name(pSoundFont).baseName()); + } + } + } +--- plugins/sf2_player/patches_dialog.h.orig 2018-09-25 07:47:51 UTC ++++ plugins/sf2_player/patches_dialog.h +@@ -29,7 +29,7 @@ + #include "ui_patches_dialog.h" + #include "LcdSpinBox.h" + +-#include ++#include "fluidsynthshims.h" + #include + #include + +--- plugins/sf2_player/sf2_player.cpp.orig 2018-09-25 07:47:51 UTC ++++ plugins/sf2_player/sf2_player.cpp +@@ -127,6 +127,29 @@ sf2Instrument::sf2Instrument( InstrumentTrack * _instr + // everytime we load a new soundfont. + m_synth = new_fluid_synth( m_settings ); + ++#if FLUIDSYNTH_VERSION_MAJOR >= 2 ++ // Get the default values from the setting ++ double settingVal; ++ ++ fluid_settings_getnum_default(m_settings, "synth.reverb.room-size", &settingVal); ++ m_reverbRoomSize.setInitValue(settingVal); ++ fluid_settings_getnum_default(m_settings, "synth.reverb.damping", &settingVal); ++ m_reverbDamping.setInitValue(settingVal); ++ fluid_settings_getnum_default(m_settings, "synth.reverb.width", &settingVal); ++ m_reverbWidth.setInitValue(settingVal); ++ fluid_settings_getnum_default(m_settings, "synth.reverb.level", &settingVal); ++ m_reverbLevel.setInitValue(settingVal); ++ ++ fluid_settings_getnum_default(m_settings, "synth.chorus.nr", &settingVal); ++ m_chorusNum.setInitValue(settingVal); ++ fluid_settings_getnum_default(m_settings, "synth.chorus.level", &settingVal); ++ m_chorusLevel.setInitValue(settingVal); ++ fluid_settings_getnum_default(m_settings, "synth.chorus.speed", &settingVal); ++ m_chorusSpeed.setInitValue(settingVal); ++ fluid_settings_getnum_default(m_settings, "synth.chorus.depth", &settingVal); ++ m_chorusDepth.setInitValue(settingVal); ++#endif ++ + loadFile( ConfigManager::inst()->defaultSoundfont() ); + + updateSampleRate(); +@@ -392,7 +415,6 @@ QString sf2Instrument::getCurrentPatchName() + int iBankSelected = m_bankNum.value(); + int iProgSelected = m_patchNum.value(); + +- fluid_preset_t preset; + // For all soundfonts (in reversed stack order) fill the available programs... + int cSoundFonts = ::fluid_synth_sfcount( m_synth ); + for( int i = 0; i < cSoundFonts; i++ ) +@@ -403,21 +425,26 @@ QString sf2Instrument::getCurrentPatchName() + #ifdef CONFIG_FLUID_BANK_OFFSET + int iBankOffset = + fluid_synth_get_bank_offset( +- m_synth, pSoundFont->id ); ++ m_synth, fluid_sfont_get_id(pSoundFont) ); + #endif +- pSoundFont->iteration_start( pSoundFont ); +- while( pSoundFont->iteration_next( pSoundFont, +- &preset ) ) ++ fluid_sfont_iteration_start( pSoundFont ); ++#if FLUIDSYNTH_VERSION_MAJOR < 2 ++ fluid_preset_t preset; ++ fluid_preset_t *pCurPreset = &preset; ++#else ++ fluid_preset_t *pCurPreset; ++#endif ++ while ((pCurPreset = fluid_sfont_iteration_next_wrapper(pSoundFont, pCurPreset))) + { +- int iBank = preset.get_banknum( &preset ); ++ int iBank = fluid_preset_get_banknum( pCurPreset ); + #ifdef CONFIG_FLUID_BANK_OFFSET + iBank += iBankOffset; + #endif +- int iProg = preset.get_num( &preset ); ++ int iProg = fluid_preset_get_num( pCurPreset ); + if( iBank == iBankSelected && iProg == + iProgSelected ) + { +- return preset.get_name( &preset ); ++ return fluid_preset_get_name( pCurPreset ); + } + } + } +--- plugins/sf2_player/sf2_player.h.orig 2018-09-25 07:47:51 UTC ++++ plugins/sf2_player/sf2_player.h +@@ -36,7 +36,7 @@ + #include "Knob.h" + #include "LcdSpinBox.h" + #include "LedCheckbox.h" +-#include "fluidsynth.h" ++#include "fluidsynthshims.h" + #include "MemoryManager.h" + + class sf2InstrumentView; From owner-svn-ports-all@freebsd.org Sat Dec 8 08:45:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F58B130BB24; Sat, 8 Dec 2018 08:45:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 907CF7355C; Sat, 8 Dec 2018 08:45:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 677731FDD6; Sat, 8 Dec 2018 08:45:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB88jYT2078538; Sat, 8 Dec 2018 08:45:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB88jX6l078535; Sat, 8 Dec 2018 08:45:33 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080845.wB88jX6l078535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 08:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486921 - head/math/barvinok X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/barvinok X-SVN-Commit-Revision: 486921 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 907CF7355C X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 08:45:35 -0000 Author: yuri Date: Sat Dec 8 08:45:33 2018 New Revision: 486921 URL: https://svnweb.freebsd.org/changeset/ports/486921 Log: math/barvinok: Update 0.41 -> 0.41.1 Reported by: portscout Modified: head/math/barvinok/Makefile head/math/barvinok/distinfo head/math/barvinok/pkg-plist Modified: head/math/barvinok/Makefile ============================================================================== --- head/math/barvinok/Makefile Sat Dec 8 08:35:45 2018 (r486920) +++ head/math/barvinok/Makefile Sat Dec 8 08:45:33 2018 (r486921) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= barvinok -DISTVERSION= 0.41 +DISTVERSION= 0.41.1 CATEGORIES= math MASTER_SITES= http://barvinok.gforge.inria.fr/ Modified: head/math/barvinok/distinfo ============================================================================== --- head/math/barvinok/distinfo Sat Dec 8 08:35:45 2018 (r486920) +++ head/math/barvinok/distinfo Sat Dec 8 08:45:33 2018 (r486921) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544131896 -SHA256 (barvinok-0.41.tar.gz) = b6aec6e6fd5b1574f5397cebb819c686f076a4a9d679ff023fe2999bc01054a5 -SIZE (barvinok-0.41.tar.gz) = 5340156 +TIMESTAMP = 1544258547 +SHA256 (barvinok-0.41.1.tar.gz) = 1697b7b23fd211a974c1f7d0e518775656ebdfd4d90d4b9590bba2d7454041e2 +SIZE (barvinok-0.41.1.tar.gz) = 5379581 Modified: head/math/barvinok/pkg-plist ============================================================================== --- head/math/barvinok/pkg-plist Sat Dec 8 08:35:45 2018 (r486920) +++ head/math/barvinok/pkg-plist Sat Dec 8 08:45:33 2018 (r486921) @@ -18,5 +18,5 @@ include/barvinok/set.h include/barvinok/util.h lib/libbarvinok.so lib/libbarvinok.so.23 -lib/libbarvinok.so.23.0.6 +lib/libbarvinok.so.23.0.7 libdata/pkgconfig/barvinok.pc From owner-svn-ports-all@freebsd.org Sat Dec 8 11:52:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B6441311F1E; Sat, 8 Dec 2018 11:52:05 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F75F79B08; Sat, 8 Dec 2018 11:52:05 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E5ED521C70; Sat, 8 Dec 2018 11:52:04 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8Bq4Fa076010; Sat, 8 Dec 2018 11:52:04 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8Bq42N076006; Sat, 8 Dec 2018 11:52:04 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812081152.wB8Bq42N076006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 8 Dec 2018 11:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486938 - in head/www/groupoffice: . files X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/www/groupoffice: . files X-SVN-Commit-Revision: 486938 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0F75F79B08 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.993,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 11:52:05 -0000 Author: joneum Date: Sat Dec 8 11:52:03 2018 New Revision: 486938 URL: https://svnweb.freebsd.org/changeset/ports/486938 Log: Update to 6.3.56 - pet Portlint - use "make makepatch" for /files Sponsored by: Netzkommune GmbH Modified: head/www/groupoffice/Makefile head/www/groupoffice/distinfo head/www/groupoffice/files/patch-go_base_Config.php head/www/groupoffice/pkg-plist Modified: head/www/groupoffice/Makefile ============================================================================== --- head/www/groupoffice/Makefile Sat Dec 8 10:20:17 2018 (r486937) +++ head/www/groupoffice/Makefile Sat Dec 8 11:52:03 2018 (r486938) @@ -3,9 +3,10 @@ PORTNAME= groupoffice DISTVERSIONPREFIX= com- -DISTVERSION= 6.3.6 +DISTVERSION= 6.3.56 CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} +DISTNAME= ${PORTNAME}-${DISTVERSION}-php-71 MAINTAINER= joneum@FreeBSD.org COMMENT= Modular web application framework for office @@ -13,19 +14,16 @@ COMMENT= Modular web application framework for office LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.AGPL +USES= mysql shebangfix php:web python + RESTRICTED= Free for personal use only NO_ARCH= yes NO_BUILD= yes -USES= mysql shebangfix php:web python USE_PHP= mysqli session mbstring pcre xml SHEBANG_FILES= groupoffice \ groupofficecli.php \ - install/autoinstall.php \ modules/postfixadmin/scripts/vacation.pl \ - modules/sync/z-push/install.sh \ - modules/sync/z-push/z-push-admin.php \ - modules/sync/z-push/z-push-top.php \ vendor/sabre/dav/bin/naturalselection \ vendor/sabre/dav/bin/googlecode_upload.py \ vendor/bin/../sabre/dav/bin/naturalselection \ Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Sat Dec 8 10:20:17 2018 (r486937) +++ head/www/groupoffice/distinfo Sat Dec 8 11:52:03 2018 (r486938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526482051 -SHA256 (groupoffice-com-6.3.6.tar.gz) = ad98651acffcf6e671598d41e2120ebfc142b05a09bedaa1a2f3db96657b6815 -SIZE (groupoffice-com-6.3.6.tar.gz) = 35135571 +TIMESTAMP = 1544264745 +SHA256 (groupoffice-6.3.56-php-71.tar.gz) = 7a861cc3aebaeb2675228a61d73684a1c34feaa1203772e105d4d75cc8275510 +SIZE (groupoffice-6.3.56-php-71.tar.gz) = 35919330 Modified: head/www/groupoffice/files/patch-go_base_Config.php ============================================================================== --- head/www/groupoffice/files/patch-go_base_Config.php Sat Dec 8 10:20:17 2018 (r486937) +++ head/www/groupoffice/files/patch-go_base_Config.php Sat Dec 8 11:52:03 2018 (r486938) @@ -1,5 +1,5 @@ ---- go/base/Config.php.orig 2018-05-16 17:51:27.698586000 +0200 -+++ go/base/Config.php 2018-05-16 17:57:31.398294000 +0200 +--- go/base/Config.php.orig 2018-12-04 16:00:23 UTC ++++ go/base/Config.php @@ -22,7 +22,7 @@ * This class holds the main configuration options of Group-Office * Don't modify this file. The values defined here are just default values. @@ -9,16 +9,50 @@ * * To edit these options use install.php. * -@@ -873,7 +873,7 @@ var $billing_clear_payment_method_on_duplicate = true; +@@ -760,21 +760,21 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ +- var $cmd_zip = '/usr/bin/zip'; ++ var $cmd_zip = '/usr/local/bin/zip'; + + /** + * Command to unpack ZIP archive + * @var StringHelper + * @access public + */ +- var $cmd_unzip = '/usr/bin/unzip'; ++ var $cmd_unzip = '/usr/local/bin/unzip'; + + /** + * Command to control TAR archives + * @var StringHelper + * @access public + */ +- var $cmd_tar = '/bin/tar'; ++ var $cmd_tar = '/usr/local/bin/tar'; + + /** + * Command to set system passwords. Used by passwd.users.class.inc. +@@ -790,7 +790,7 @@ var $billing_clear_payment_method_on_duplicate = true; + * @var StringHelper + * @access public + */ +- var $cmd_sudo = '/usr/bin/sudo'; ++ var $cmd_sudo = '/usr/local/bin/sudo'; + + /** + * Command to convert xml to wbxml +@@ -798,7 +798,7 @@ var $billing_clear_payment_method_on_duplicate = true; + * @var StringHelper + * @access public + */ - var $cmd_xml2wbxml = '/usr/bin/xml2wbxml'; + var $cmd_xml2wbxml = '/usr/local/bin/xml2wbxml'; /** * Command to convert wbxml to xml -@@ -881,7 +881,7 @@ var $billing_clear_payment_method_on_duplicate = true; +@@ -806,7 +806,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -27,7 +61,7 @@ /** * Command to unpack winmail.dat files -@@ -889,7 +889,7 @@ var $billing_clear_payment_method_on_duplicate = true; +@@ -814,7 +814,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -36,7 +70,7 @@ /** * Command to execute the php command line interface -@@ -897,7 +897,7 @@ var $billing_clear_payment_method_on_duplicate = true; +@@ -822,7 +822,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -45,23 +79,12 @@ /** -@@ -1485,8 +1485,8 @@ var $billing_clear_payment_method_on_duplicate = true; - $this->root_path = str_replace('\\','/',dirname(dirname(dirname(__FILE__)))).'/'; - - //suppress error for open_basedir warnings etc -- if(@file_exists('/etc/groupoffice/globalconfig.inc.php')) { -- require('/etc/groupoffice/globalconfig.inc.php'); -+ if(@file_exists('/usr/local/usr/local/etc/groupoffice/globalconfig.inc.php')) { -+ require('/usr/local/usr/local/etc/groupoffice/globalconfig.inc.php'); - } - - $config_file = $this->get_config_file(); -@@ -1839,7 +1839,7 @@ var $billing_clear_payment_method_on_duplicate = true; - } - }*/ - if(!empty($_SERVER['SERVER_NAME'])){ -- $config_file = '/etc/groupoffice/'.$_SERVER['SERVER_NAME'].'/config.php'; -+ $config_file = '/usr/local/usr/local/etc/groupoffice/'.$_SERVER['SERVER_NAME'].'/config.php'; - if(@file_exists($config_file)) { - $_SESSION['GO_SESSION']['config_file']=$config_file; - return $config_file; +@@ -1350,7 +1350,7 @@ var $billing_clear_payment_method_on_duplicate = true; + } + + private function getGlobalConfig() { +- $globalConfigFile = '/etc/groupoffice/globalconfig.inc.php'; ++ $globalConfigFile = '/usr/local/usr/local/etc/groupoffice/globalconfig.inc.php'; + if (file_exists($globalConfigFile)) { + require($globalConfigFile); + } Modified: head/www/groupoffice/pkg-plist ============================================================================== --- head/www/groupoffice/pkg-plist Sat Dec 8 10:20:17 2018 (r486937) +++ head/www/groupoffice/pkg-plist Sat Dec 8 11:52:03 2018 (r486938) @@ -5,8 +5,8 @@ %%WWWDIR%%/auth.php %%WWWDIR%%/composer.json %%WWWDIR%%/composer.lock -%%WWWDIR%%/config.ini.example -@sample %%WWWDIR%%/config.php.sample +%%WWWDIR%%/config.php.example +%%WWWDIR%%/config.php.sample %%WWWDIR%%/controller/AclGroupController.php %%WWWDIR%%/controller/AdvancedSearchController.php %%WWWDIR%%/controller/AuthController.php @@ -24,6 +24,7 @@ %%WWWDIR%%/controller/SettingsController.php %%WWWDIR%%/controls/win32/unzip.exe %%WWWDIR%%/controls/win32/zip.exe +%%WWWDIR%%/cron.php %%WWWDIR%%/docs/guidelines.md %%WWWDIR%%/download.php %%WWWDIR%%/favicon.ico @@ -241,15 +242,14 @@ %%WWWDIR%%/go/core/acl/model/AclGroup.php %%WWWDIR%%/go/core/acl/model/AclItemEntity.php %%WWWDIR%%/go/core/auth/BaseAuthenticator.php +%%WWWDIR%%/go/core/auth/DomainProvider.php %%WWWDIR%%/go/core/auth/Method.php %%WWWDIR%%/go/core/auth/Password.php %%WWWDIR%%/go/core/auth/PrimaryAuthenticator.php %%WWWDIR%%/go/core/auth/SecondaryAuthenticator.php %%WWWDIR%%/go/core/auth/State.php -%%WWWDIR%%/go/core/auth/model/Group.php +%%WWWDIR%%/go/core/auth/TemporaryState.php %%WWWDIR%%/go/core/auth/model/Token.php -%%WWWDIR%%/go/core/auth/model/User.php -%%WWWDIR%%/go/core/auth/model/UserGroup.php %%WWWDIR%%/go/core/cache/Apcu.php %%WWWDIR%%/go/core/cache/CacheInterface.php %%WWWDIR%%/go/core/cache/Disk.php @@ -279,6 +279,7 @@ %%WWWDIR%%/go/core/db/exception/DeleteRestrict.php %%WWWDIR%%/go/core/event/EventEmitterTrait.php %%WWWDIR%%/go/core/event/Listeners.php +%%WWWDIR%%/go/core/exception/ConfigurationException.php %%WWWDIR%%/go/core/exception/Forbidden.php %%WWWDIR%%/go/core/exception/NotFound.php %%WWWDIR%%/go/core/exception/TLSException.php @@ -305,7 +306,6 @@ %%WWWDIR%%/go/core/imap/Streamer.php %%WWWDIR%%/go/core/imap/Structure.php %%WWWDIR%%/go/core/imap/Utils.php -%%WWWDIR%%/go/core/install.sql %%WWWDIR%%/go/core/jmap/Capabilities.php %%WWWDIR%%/go/core/jmap/Controller.php %%WWWDIR%%/go/core/jmap/Entity.php @@ -322,14 +322,12 @@ %%WWWDIR%%/go/core/ldap/Connection.php %%WWWDIR%%/go/core/ldap/Record.php %%WWWDIR%%/go/core/ldap/Result.php -%%WWWDIR%%/go/core/links/Link.php %%WWWDIR%%/go/core/mail/Mailer.php %%WWWDIR%%/go/core/mail/Message.php %%WWWDIR%%/go/core/mail/Recipient.php %%WWWDIR%%/go/core/mail/RecipientList.php %%WWWDIR%%/go/core/mail/Util.php %%WWWDIR%%/go/core/module/Base.php -%%WWWDIR%%/go/core/module/model/Module.php %%WWWDIR%%/go/core/orm/CustomFieldsTrait.php %%WWWDIR%%/go/core/orm/Entity.php %%WWWDIR%%/go/core/orm/EntityType.php @@ -339,8 +337,6 @@ %%WWWDIR%%/go/core/orm/Property.php %%WWWDIR%%/go/core/orm/Relation.php %%WWWDIR%%/go/core/orm/SearchableTrait.php -%%WWWDIR%%/go/core/orm/StateManager.php -%%WWWDIR%%/go/core/search/Search.php %%WWWDIR%%/go/core/util/ArrayObject.php %%WWWDIR%%/go/core/util/ClassFinder.php %%WWWDIR%%/go/core/util/Crypt.php @@ -349,25 +345,33 @@ %%WWWDIR%%/go/core/util/Image.php %%WWWDIR%%/go/core/util/IniFile.php %%WWWDIR%%/go/core/util/Lock.php +%%WWWDIR%%/go/core/util/QRcode.php %%WWWDIR%%/go/core/util/StringUtil.php %%WWWDIR%%/go/core/util/UUID.php %%WWWDIR%%/go/core/util/Url.php %%WWWDIR%%/go/core/validate/ErrorCode.php %%WWWDIR%%/go/core/validate/ValidationTrait.php +%%WWWDIR%%/go/core/webclient/Extjs3.php %%WWWDIR%%/go/modules/community/addressbook/controller/AddressBook.php %%WWWDIR%%/go/modules/community/addressbook/model/AddressBook.php %%WWWDIR%%/go/modules/community/apikeys/Module.php %%WWWDIR%%/go/modules/community/apikeys/controller/Key.php %%WWWDIR%%/go/modules/community/apikeys/install/install.sql %%WWWDIR%%/go/modules/community/apikeys/install/uninstall.sql +%%WWWDIR%%/go/modules/community/apikeys/language/de.php +%%WWWDIR%%/go/modules/community/apikeys/language/en.php +%%WWWDIR%%/go/modules/community/apikeys/language/hu.php +%%WWWDIR%%/go/modules/community/apikeys/language/id.php %%WWWDIR%%/go/modules/community/apikeys/model/Key.php %%WWWDIR%%/go/modules/community/apikeys/views/extjs3/KeyDialog.js %%WWWDIR%%/go/modules/community/apikeys/views/extjs3/KeyGrid.js %%WWWDIR%%/go/modules/community/apikeys/views/extjs3/Module.js +%%WWWDIR%%/go/modules/community/apikeys/views/extjs3/SystemSettingsPanel.js %%WWWDIR%%/go/modules/community/apikeys/views/extjs3/scripts.txt %%WWWDIR%%/go/modules/community/calendar/controller/Calendar.php %%WWWDIR%%/go/modules/community/calendar/model/Calendar.php %%WWWDIR%%/go/modules/community/dev/controller/Debugger.php +%%WWWDIR%%/go/modules/community/dev/controller/Language.php %%WWWDIR%%/go/modules/community/email/controller/Account.php %%WWWDIR%%/go/modules/community/email/model/Account.php %%WWWDIR%%/go/modules/community/googleauthenticator/Googleauthenticator.php @@ -376,19 +380,29 @@ %%WWWDIR%%/go/modules/community/googleauthenticator/install/install.sql %%WWWDIR%%/go/modules/community/googleauthenticator/install/uninstall.sql %%WWWDIR%%/go/modules/community/googleauthenticator/install/updates.php +%%WWWDIR%%/go/modules/community/googleauthenticator/language/de.php %%WWWDIR%%/go/modules/community/googleauthenticator/language/en.php +%%WWWDIR%%/go/modules/community/googleauthenticator/language/hu.php +%%WWWDIR%%/go/modules/community/googleauthenticator/language/id.php +%%WWWDIR%%/go/modules/community/googleauthenticator/language/nl.php %%WWWDIR%%/go/modules/community/googleauthenticator/model/Googleauthenticator.php +%%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/EnableAuthenticatorDialog.js %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/GoogleauthenticatorPanel.js %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/Settings.js %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/scripts.txt %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/images/googleauthenticator.png %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/images/googleauthenticator_lrg.png +%%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/images/icon.png %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/style.css %%WWWDIR%%/go/modules/community/imapauthenticator/Module.php %%WWWDIR%%/go/modules/community/imapauthenticator/controller/Server.php %%WWWDIR%%/go/modules/community/imapauthenticator/install/install.sql %%WWWDIR%%/go/modules/community/imapauthenticator/install/uninstall.sql +%%WWWDIR%%/go/modules/community/imapauthenticator/install/updates.php +%%WWWDIR%%/go/modules/community/imapauthenticator/language/de.php %%WWWDIR%%/go/modules/community/imapauthenticator/language/en.php +%%WWWDIR%%/go/modules/community/imapauthenticator/language/hu.php +%%WWWDIR%%/go/modules/community/imapauthenticator/language/id.php %%WWWDIR%%/go/modules/community/imapauthenticator/model/Authenticator.php %%WWWDIR%%/go/modules/community/imapauthenticator/model/Domain.php %%WWWDIR%%/go/modules/community/imapauthenticator/model/Group.php @@ -402,10 +416,15 @@ %%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/themes/default/images/googleauthenticator_lrg.png %%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/themes/default/style.css %%WWWDIR%%/go/modules/community/ldapauthenticator/Module.php -%%WWWDIR%%/go/modules/community/ldapauthenticator/controller/LdapAuthServer.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/README.md +%%WWWDIR%%/go/modules/community/ldapauthenticator/controller/Server.php %%WWWDIR%%/go/modules/community/ldapauthenticator/install/install.sql %%WWWDIR%%/go/modules/community/ldapauthenticator/install/uninstall.sql +%%WWWDIR%%/go/modules/community/ldapauthenticator/install/updates.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/language/de.php %%WWWDIR%%/go/modules/community/ldapauthenticator/language/en.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/language/hu.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/language/id.php %%WWWDIR%%/go/modules/community/ldapauthenticator/model/Authenticator.php %%WWWDIR%%/go/modules/community/ldapauthenticator/model/Domain.php %%WWWDIR%%/go/modules/community/ldapauthenticator/model/Group.php @@ -420,16 +439,25 @@ %%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/themes/default/style.css %%WWWDIR%%/go/modules/community/multi_instance/Module.php %%WWWDIR%%/go/modules/community/multi_instance/README.md -%%WWWDIR%%/go/modules/community/multi_instance/config.ini.tpl +%%WWWDIR%%/go/modules/community/multi_instance/api_example/api-instance.php +%%WWWDIR%%/go/modules/community/multi_instance/config.php.tpl %%WWWDIR%%/go/modules/community/multi_instance/controller/Instance.php +%%WWWDIR%%/go/modules/community/multi_instance/cron/DeactivateTrials.php +%%WWWDIR%%/go/modules/community/multi_instance/cron/InstanceCron.php %%WWWDIR%%/go/modules/community/multi_instance/install/install.sql %%WWWDIR%%/go/modules/community/multi_instance/install/uninstall.sql +%%WWWDIR%%/go/modules/community/multi_instance/install/updates.php +%%WWWDIR%%/go/modules/community/multi_instance/language/de.php %%WWWDIR%%/go/modules/community/multi_instance/language/en.php +%%WWWDIR%%/go/modules/community/multi_instance/language/hu.php +%%WWWDIR%%/go/modules/community/multi_instance/language/id.php %%WWWDIR%%/go/modules/community/multi_instance/model/Instance.php +%%WWWDIR%%/go/modules/community/multi_instance/oninstall.php %%WWWDIR%%/go/modules/community/multi_instance/views/extjs3/InstanceDialog.js %%WWWDIR%%/go/modules/community/multi_instance/views/extjs3/MainPanel.js %%WWWDIR%%/go/modules/community/multi_instance/views/extjs3/Module.js %%WWWDIR%%/go/modules/community/multi_instance/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/community/multi_instance/views/extjs3/themes/Paper/style.css %%WWWDIR%%/go/modules/community/notes/Module.php %%WWWDIR%%/go/modules/community/notes/controller/Note.php %%WWWDIR%%/go/modules/community/notes/controller/NoteBook.php @@ -437,7 +465,7 @@ %%WWWDIR%%/go/modules/community/notes/install/uninstall.sql %%WWWDIR%%/go/modules/community/notes/install/updates.php %%WWWDIR%%/go/modules/community/notes/language/bg.php -%%WWWDIR%%/go/modules/community/notes/language/bn_BD.php +%%WWWDIR%%/go/modules/community/notes/language/bn_bd.php %%WWWDIR%%/go/modules/community/notes/language/ca.php %%WWWDIR%%/go/modules/community/notes/language/cn.php %%WWWDIR%%/go/modules/community/notes/language/cs.php @@ -451,18 +479,19 @@ %%WWWDIR%%/go/modules/community/notes/language/fr.php %%WWWDIR%%/go/modules/community/notes/language/hr.php %%WWWDIR%%/go/modules/community/notes/language/hu.php +%%WWWDIR%%/go/modules/community/notes/language/id.php %%WWWDIR%%/go/modules/community/notes/language/it.php %%WWWDIR%%/go/modules/community/notes/language/ko.php %%WWWDIR%%/go/modules/community/notes/language/nb.php %%WWWDIR%%/go/modules/community/notes/language/nl.php %%WWWDIR%%/go/modules/community/notes/language/pl.php -%%WWWDIR%%/go/modules/community/notes/language/pt_BR.php +%%WWWDIR%%/go/modules/community/notes/language/pt_br.php %%WWWDIR%%/go/modules/community/notes/language/ro.php %%WWWDIR%%/go/modules/community/notes/language/ru.php %%WWWDIR%%/go/modules/community/notes/language/sv.php %%WWWDIR%%/go/modules/community/notes/language/th.php %%WWWDIR%%/go/modules/community/notes/language/tr.php -%%WWWDIR%%/go/modules/community/notes/language/zh-tw.php +%%WWWDIR%%/go/modules/community/notes/language/zh_tw.php %%WWWDIR%%/go/modules/community/notes/model/Note.php %%WWWDIR%%/go/modules/community/notes/model/NoteBook.php %%WWWDIR%%/go/modules/community/notes/views/extjs3/Decrypt.js @@ -483,6 +512,7 @@ %%WWWDIR%%/go/modules/community/test/controller/B.php %%WWWDIR%%/go/modules/community/test/install/install.sql %%WWWDIR%%/go/modules/community/test/install/uninstall.sql +%%WWWDIR%%/go/modules/community/test/language/en.php %%WWWDIR%%/go/modules/community/test/model/A.php %%WWWDIR%%/go/modules/community/test/model/ADynamic.php %%WWWDIR%%/go/modules/community/test/model/AHasMany.php @@ -494,7 +524,7 @@ %%WWWDIR%%/go/modules/core/core/install/updates.php %%WWWDIR%%/go/modules/core/core/language/ar.php %%WWWDIR%%/go/modules/core/core/language/bg.php -%%WWWDIR%%/go/modules/core/core/language/bn_BD.php +%%WWWDIR%%/go/modules/core/core/language/bn_bd.php %%WWWDIR%%/go/modules/core/core/language/ca.php %%WWWDIR%%/go/modules/core/core/language/cn.php %%WWWDIR%%/go/modules/core/core/language/cs.php @@ -502,36 +532,41 @@ %%WWWDIR%%/go/modules/core/core/language/de.php %%WWWDIR%%/go/modules/core/core/language/el.php %%WWWDIR%%/go/modules/core/core/language/en.php -%%WWWDIR%%/go/modules/core/core/language/en_UK.php +%%WWWDIR%%/go/modules/core/core/language/en_uk.php %%WWWDIR%%/go/modules/core/core/language/es.php %%WWWDIR%%/go/modules/core/core/language/et.php %%WWWDIR%%/go/modules/core/core/language/fi.php %%WWWDIR%%/go/modules/core/core/language/fr.php %%WWWDIR%%/go/modules/core/core/language/hr.php %%WWWDIR%%/go/modules/core/core/language/hu.php +%%WWWDIR%%/go/modules/core/core/language/id.php %%WWWDIR%%/go/modules/core/core/language/it.php %%WWWDIR%%/go/modules/core/core/language/ko.php %%WWWDIR%%/go/modules/core/core/language/nb.php %%WWWDIR%%/go/modules/core/core/language/nl.php %%WWWDIR%%/go/modules/core/core/language/pl.php -%%WWWDIR%%/go/modules/core/core/language/pt_BR.php +%%WWWDIR%%/go/modules/core/core/language/pt_br.php %%WWWDIR%%/go/modules/core/core/language/ro.php %%WWWDIR%%/go/modules/core/core/language/ru.php %%WWWDIR%%/go/modules/core/core/language/sv.php %%WWWDIR%%/go/modules/core/core/language/th.php %%WWWDIR%%/go/modules/core/core/language/tr.php -%%WWWDIR%%/go/modules/core/core/language/zh-tw.php +%%WWWDIR%%/go/modules/core/core/language/zh_tw.php +%%WWWDIR%%/go/modules/core/core/model/CronJob.php +%%WWWDIR%%/go/modules/core/core/model/CronJobSchedule.php %%WWWDIR%%/go/modules/core/core/model/Settings.php %%WWWDIR%%/go/modules/core/customfields/Module.php %%WWWDIR%%/go/modules/core/customfields/controller/Field.php %%WWWDIR%%/go/modules/core/customfields/controller/FieldSet.php %%WWWDIR%%/go/modules/core/customfields/install/install.sql -%%WWWDIR%%/go/modules/core/customfields/language/bn_BD.php +%%WWWDIR%%/go/modules/core/customfields/language/bn_bd.php %%WWWDIR%%/go/modules/core/customfields/language/cs.php %%WWWDIR%%/go/modules/core/customfields/language/de.php %%WWWDIR%%/go/modules/core/customfields/language/en.php %%WWWDIR%%/go/modules/core/customfields/language/es.php %%WWWDIR%%/go/modules/core/customfields/language/fr.php +%%WWWDIR%%/go/modules/core/customfields/language/hu.php +%%WWWDIR%%/go/modules/core/customfields/language/id.php %%WWWDIR%%/go/modules/core/customfields/language/it.php %%WWWDIR%%/go/modules/core/customfields/language/ko.php %%WWWDIR%%/go/modules/core/customfields/language/nb.php @@ -570,8 +605,9 @@ %%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/style.css %%WWWDIR%%/go/modules/core/groups/Module.php %%WWWDIR%%/go/modules/core/groups/controller/Group.php +%%WWWDIR%%/go/modules/core/groups/controller/Settings.php %%WWWDIR%%/go/modules/core/groups/language/bg.php -%%WWWDIR%%/go/modules/core/groups/language/bn_BD.php +%%WWWDIR%%/go/modules/core/groups/language/bn_bd.php %%WWWDIR%%/go/modules/core/groups/language/ca.php %%WWWDIR%%/go/modules/core/groups/language/cn.php %%WWWDIR%%/go/modules/core/groups/language/cs.php @@ -590,23 +626,37 @@ %%WWWDIR%%/go/modules/core/groups/language/nb.php %%WWWDIR%%/go/modules/core/groups/language/nl.php %%WWWDIR%%/go/modules/core/groups/language/pl.php -%%WWWDIR%%/go/modules/core/groups/language/pt_BR.php +%%WWWDIR%%/go/modules/core/groups/language/pt_br.php %%WWWDIR%%/go/modules/core/groups/language/ro.php %%WWWDIR%%/go/modules/core/groups/language/ru.php %%WWWDIR%%/go/modules/core/groups/language/sv.php %%WWWDIR%%/go/modules/core/groups/language/th.php %%WWWDIR%%/go/modules/core/groups/language/tr.php -%%WWWDIR%%/go/modules/core/groups/language/zh-tw.php +%%WWWDIR%%/go/modules/core/groups/language/zh_tw.php +%%WWWDIR%%/go/modules/core/groups/model/Group.php +%%WWWDIR%%/go/modules/core/groups/model/Settings.php %%WWWDIR%%/go/modules/core/groups/readme.txt +%%WWWDIR%%/go/modules/core/groups/views/extjs3/GroupDefaultsWindow.js +%%WWWDIR%%/go/modules/core/groups/views/extjs3/GroupDialog.js +%%WWWDIR%%/go/modules/core/groups/views/extjs3/GroupUserGrid.js +%%WWWDIR%%/go/modules/core/groups/views/extjs3/Module.js +%%WWWDIR%%/go/modules/core/groups/views/extjs3/SystemSettingsGroupGrid.js +%%WWWDIR%%/go/modules/core/groups/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/core/groups/views/extjs3/themes/default/images/users.png +%%WWWDIR%%/go/modules/core/groups/views/extjs3/themes/default/style.css %%WWWDIR%%/go/modules/core/links/Module.php %%WWWDIR%%/go/modules/core/links/controller/Link.php +%%WWWDIR%%/go/modules/core/links/language/en.php %%WWWDIR%%/go/modules/core/links/language/nl.php +%%WWWDIR%%/go/modules/core/links/model/Link.php +%%WWWDIR%%/go/modules/core/links/views/extjs3/CreateLinkButton.js +%%WWWDIR%%/go/modules/core/links/views/extjs3/LinkBrowserMenuItem.js %%WWWDIR%%/go/modules/core/links/views/extjs3/Module.js %%WWWDIR%%/go/modules/core/links/views/extjs3/scripts.txt %%WWWDIR%%/go/modules/core/modules/Module.php %%WWWDIR%%/go/modules/core/modules/controller/Module.php %%WWWDIR%%/go/modules/core/modules/language/bg.php -%%WWWDIR%%/go/modules/core/modules/language/bn_BD.php +%%WWWDIR%%/go/modules/core/modules/language/bn_bd.php %%WWWDIR%%/go/modules/core/modules/language/ca.php %%WWWDIR%%/go/modules/core/modules/language/cn.php %%WWWDIR%%/go/modules/core/modules/language/cs.php @@ -625,24 +675,28 @@ %%WWWDIR%%/go/modules/core/modules/language/nb.php %%WWWDIR%%/go/modules/core/modules/language/nl.php %%WWWDIR%%/go/modules/core/modules/language/pl.php -%%WWWDIR%%/go/modules/core/modules/language/pt_BR.php +%%WWWDIR%%/go/modules/core/modules/language/pt_br.php %%WWWDIR%%/go/modules/core/modules/language/ro.php %%WWWDIR%%/go/modules/core/modules/language/ru.php %%WWWDIR%%/go/modules/core/modules/language/sv.php %%WWWDIR%%/go/modules/core/modules/language/th.php %%WWWDIR%%/go/modules/core/modules/language/tr.php -%%WWWDIR%%/go/modules/core/modules/language/zh-tw.php +%%WWWDIR%%/go/modules/core/modules/language/zh_tw.php +%%WWWDIR%%/go/modules/core/modules/model/Module.php %%WWWDIR%%/go/modules/core/search/Module.php %%WWWDIR%%/go/modules/core/search/controller/Search.php +%%WWWDIR%%/go/modules/core/search/language/en.php +%%WWWDIR%%/go/modules/core/search/model/Search.php %%WWWDIR%%/go/modules/core/search/views/extjs3/Module.js %%WWWDIR%%/go/modules/core/search/views/extjs3/Panel.js +%%WWWDIR%%/go/modules/core/search/views/extjs3/SearchCombo.js %%WWWDIR%%/go/modules/core/search/views/extjs3/scripts.txt %%WWWDIR%%/go/modules/core/users/Module.php %%WWWDIR%%/go/modules/core/users/controller/Settings.php %%WWWDIR%%/go/modules/core/users/controller/User.php %%WWWDIR%%/go/modules/core/users/install/updates.php %%WWWDIR%%/go/modules/core/users/language/bg.php -%%WWWDIR%%/go/modules/core/users/language/bn_BD.php +%%WWWDIR%%/go/modules/core/users/language/bn_bd.php %%WWWDIR%%/go/modules/core/users/language/ca.php %%WWWDIR%%/go/modules/core/users/language/cn.php %%WWWDIR%%/go/modules/core/users/language/cs.php @@ -656,22 +710,36 @@ %%WWWDIR%%/go/modules/core/users/language/fr.php %%WWWDIR%%/go/modules/core/users/language/hr.php %%WWWDIR%%/go/modules/core/users/language/hu.php +%%WWWDIR%%/go/modules/core/users/language/id.php %%WWWDIR%%/go/modules/core/users/language/it.php %%WWWDIR%%/go/modules/core/users/language/ko.php %%WWWDIR%%/go/modules/core/users/language/nb.php %%WWWDIR%%/go/modules/core/users/language/nl.php %%WWWDIR%%/go/modules/core/users/language/pl.php -%%WWWDIR%%/go/modules/core/users/language/pt_BR.php +%%WWWDIR%%/go/modules/core/users/language/pt_br.php %%WWWDIR%%/go/modules/core/users/language/ro.php %%WWWDIR%%/go/modules/core/users/language/ru.php %%WWWDIR%%/go/modules/core/users/language/sv.php %%WWWDIR%%/go/modules/core/users/language/th.php %%WWWDIR%%/go/modules/core/users/language/tr.php -%%WWWDIR%%/go/modules/core/users/language/zh-tw.php +%%WWWDIR%%/go/modules/core/users/language/zh_tw.php %%WWWDIR%%/go/modules/core/users/model/Settings.php -%%WWWDIR%%/go/modules/core/users/readme.txt +%%WWWDIR%%/go/modules/core/users/model/User.php +%%WWWDIR%%/go/modules/core/users/model/UserGroup.php +%%WWWDIR%%/go/modules/core/users/model/WorkingWeek.php +%%WWWDIR%%/go/modules/core/users/views/extjs3/CreateUserAccountPanel.js +%%WWWDIR%%/go/modules/core/users/views/extjs3/CreateUserPasswordPanel.js +%%WWWDIR%%/go/modules/core/users/views/extjs3/CreateUserWizard.js +%%WWWDIR%%/go/modules/core/users/views/extjs3/Module.js +%%WWWDIR%%/go/modules/core/users/views/extjs3/SystemSettingsUserGrid.js +%%WWWDIR%%/go/modules/core/users/views/extjs3/UserDefaultsWindow.js +%%WWWDIR%%/go/modules/core/users/views/extjs3/UserGroupGrid.js +%%WWWDIR%%/go/modules/core/users/views/extjs3/UserSettingsWorkingWeek.js +%%WWWDIR%%/go/modules/core/users/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/images/key.png %%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/images/users.png %%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/style.css +%%WWWDIR%%/go/vendor/jupload/readme.md %%WWWDIR%%/go/vendor/jupload/wjhk.jupload.jar %%WWWDIR%%/go/vendor/odtphp/library/Segment.php %%WWWDIR%%/go/vendor/odtphp/library/SegmentIterator.php @@ -700,9 +768,9 @@ %%WWWDIR%%/go/vendor/wsdl/checkVatService.wsdl %%WWWDIR%%/groupoffice %%WWWDIR%%/groupofficecli.php +%%WWWDIR%%/importlang.php %%WWWDIR%%/index.php %%WWWDIR%%/install/62to63.php -%%WWWDIR%%/install/autoinstall.php %%WWWDIR%%/install/configfile.php %%WWWDIR%%/install/configfile.php.bak %%WWWDIR%%/install/finished.php @@ -724,17 +792,18 @@ %%WWWDIR%%/install/updatescripts/18_entities.php %%WWWDIR%%/install/upgrade.php %%WWWDIR%%/jmap.php +%%WWWDIR%%/lang.csv %%WWWDIR%%/language/addressformats.php -%%WWWDIR%%/language/convert.php %%WWWDIR%%/language/holidays/ar.php -%%WWWDIR%%/language/holidays/bn_BD.php +%%WWWDIR%%/language/holidays/bn_bd.php %%WWWDIR%%/language/holidays/cs.php -%%WWWDIR%%/language/holidays/de-at.php -%%WWWDIR%%/language/holidays/de-ch.php %%WWWDIR%%/language/holidays/de.php -%%WWWDIR%%/language/holidays/en-au.php +%%WWWDIR%%/language/holidays/de_at.php +%%WWWDIR%%/language/holidays/de_ch.php %%WWWDIR%%/language/holidays/en.php -%%WWWDIR%%/language/holidays/en_UK.php +%%WWWDIR%%/language/holidays/en_au.php +%%WWWDIR%%/language/holidays/en_uk.php +%%WWWDIR%%/language/holidays/en_us.php %%WWWDIR%%/language/holidays/es.php %%WWWDIR%%/language/holidays/fr.php %%WWWDIR%%/language/holidays/hr.php @@ -744,7 +813,7 @@ %%WWWDIR%%/language/holidays/nb.php %%WWWDIR%%/language/holidays/nl.php %%WWWDIR%%/language/holidays/pt.php -%%WWWDIR%%/language/holidays/pt_BR.php +%%WWWDIR%%/language/holidays/pt_br.php %%WWWDIR%%/language/holidays/sv.php %%WWWDIR%%/language/holidays/th.php %%WWWDIR%%/language/languages.php @@ -768,7 +837,6 @@ %%WWWDIR%%/modules/addressbook/CustomField.js %%WWWDIR%%/modules/addressbook/EmailTemplateDialog.js %%WWWDIR%%/modules/addressbook/EmployeesPanel.js -%%WWWDIR%%/modules/addressbook/GlobalSettings.js %%WWWDIR%%/modules/addressbook/MailingStatusWindow.js %%WWWDIR%%/modules/addressbook/MainPanel.js %%WWWDIR%%/modules/addressbook/ManageAddressbooksGrid.js @@ -821,7 +889,7 @@ %%WWWDIR%%/modules/addressbook/install/updatescripts/5_set_photo_permissions_2.php %%WWWDIR%%/modules/addressbook/install/wecoyote.png %%WWWDIR%%/modules/addressbook/language/bg.php -%%WWWDIR%%/modules/addressbook/language/bn_BD.php +%%WWWDIR%%/modules/addressbook/language/bn_bd.php %%WWWDIR%%/modules/addressbook/language/ca.php %%WWWDIR%%/modules/addressbook/language/cn.php %%WWWDIR%%/modules/addressbook/language/cs.php @@ -835,18 +903,19 @@ %%WWWDIR%%/modules/addressbook/language/fr.php %%WWWDIR%%/modules/addressbook/language/hr.php %%WWWDIR%%/modules/addressbook/language/hu.php +%%WWWDIR%%/modules/addressbook/language/id.php %%WWWDIR%%/modules/addressbook/language/it.php %%WWWDIR%%/modules/addressbook/language/ko.php %%WWWDIR%%/modules/addressbook/language/nb.php %%WWWDIR%%/modules/addressbook/language/nl.php %%WWWDIR%%/modules/addressbook/language/pl.php -%%WWWDIR%%/modules/addressbook/language/pt_BR.php +%%WWWDIR%%/modules/addressbook/language/pt_br.php %%WWWDIR%%/modules/addressbook/language/ro.php %%WWWDIR%%/modules/addressbook/language/ru.php %%WWWDIR%%/modules/addressbook/language/sv.php %%WWWDIR%%/modules/addressbook/language/th.php %%WWWDIR%%/modules/addressbook/language/tr.php -%%WWWDIR%%/modules/addressbook/language/zh-tw.php +%%WWWDIR%%/modules/addressbook/language/zh_tw.php %%WWWDIR%%/modules/addressbook/model/Addressbook.php %%WWWDIR%%/modules/addressbook/model/Addresslist.php %%WWWDIR%%/modules/addressbook/model/AddresslistCompany.php @@ -892,24 +961,17 @@ %%WWWDIR%%/modules/addressbook/views/Extjs3/SettingsPanel.js %%WWWDIR%%/modules/addressbook/views/Extjs3/unsubscribe.php %%WWWDIR%%/modules/addressbook/views/Extjs3/unsubscribed.php -%%WWWDIR%%/modules/admin2userlogin/Admin2userloginModule.php -%%WWWDIR%%/modules/admin2userlogin/MainPanel.js -%%WWWDIR%%/modules/admin2userlogin/UsersGrid.js -%%WWWDIR%%/modules/admin2userlogin/controller/LoginController.php -%%WWWDIR%%/modules/admin2userlogin/language/bg.php -%%WWWDIR%%/modules/admin2userlogin/language/bn_BD.php -%%WWWDIR%%/modules/admin2userlogin/language/cs.php -%%WWWDIR%%/modules/admin2userlogin/language/de.php -%%WWWDIR%%/modules/admin2userlogin/language/en.php -%%WWWDIR%%/modules/admin2userlogin/language/es.php -%%WWWDIR%%/modules/admin2userlogin/language/fr.php -%%WWWDIR%%/modules/admin2userlogin/language/nb.php -%%WWWDIR%%/modules/admin2userlogin/language/nl.php -%%WWWDIR%%/modules/admin2userlogin/language/pt_BR.php -%%WWWDIR%%/modules/admin2userlogin/language/sv.php -%%WWWDIR%%/modules/admin2userlogin/scripts.txt -%%WWWDIR%%/modules/admin2userlogin/themes/Default/images/admin2userlogin.png -%%WWWDIR%%/modules/admin2userlogin/themes/Default/style.css +%%WWWDIR%%/modules/assistant/AssistantModule.php +%%WWWDIR%%/modules/assistant/assistant.js +%%WWWDIR%%/modules/assistant/filehandler/Assistant.php +%%WWWDIR%%/modules/assistant/install/instal.sql +%%WWWDIR%%/modules/assistant/language/de.php +%%WWWDIR%%/modules/assistant/language/en.php +%%WWWDIR%%/modules/assistant/language/hu.php +%%WWWDIR%%/modules/assistant/language/id.php +%%WWWDIR%%/modules/assistant/scripts.txt +%%WWWDIR%%/modules/assistant/themes/Default/images/assistant.png +%%WWWDIR%%/modules/assistant/themes/Default/style.css %%WWWDIR%%/modules/billing/AddContactDialog.js %%WWWDIR%%/modules/billing/AddItemPanel.js %%WWWDIR%%/modules/billing/BatchjobDialog.js @@ -1043,9 +1105,10 @@ %%WWWDIR%%/modules/billing/language/cs.php %%WWWDIR%%/modules/billing/language/de.php %%WWWDIR%%/modules/billing/language/en.php -%%WWWDIR%%/modules/billing/language/en_UK.php %%WWWDIR%%/modules/billing/language/es.php %%WWWDIR%%/modules/billing/language/fr.php +%%WWWDIR%%/modules/billing/language/hu.php +%%WWWDIR%%/modules/billing/language/id.php %%WWWDIR%%/modules/billing/language/it.php %%WWWDIR%%/modules/billing/language/nb.php %%WWWDIR%%/modules/billing/language/nl.php @@ -1093,26 +1156,6 @@ %%WWWDIR%%/modules/billing/themes/Default/images/recur.png %%WWWDIR%%/modules/billing/themes/Default/images/reports.png %%WWWDIR%%/modules/billing/themes/Default/style.css -%%WWWDIR%%/modules/billing/themes/ExtJS/images/batchjob.png -%%WWWDIR%%/modules/billing/themes/ExtJS/images/billing.png -%%WWWDIR%%/modules/billing/themes/ExtJS/images/catalog.png -%%WWWDIR%%/modules/billing/themes/ExtJS/images/duplicate.png -%%WWWDIR%%/modules/billing/themes/ExtJS/images/email.png -%%WWWDIR%%/modules/billing/themes/ExtJS/images/expenses.png -%%WWWDIR%%/modules/billing/themes/ExtJS/images/product.png -%%WWWDIR%%/modules/billing/themes/ExtJS/images/recur.png -%%WWWDIR%%/modules/billing/themes/ExtJS/images/reports.png -%%WWWDIR%%/modules/billing/themes/ExtJS/style.css -%%WWWDIR%%/modules/billing/themes/Group-Office/images/batchjob.png -%%WWWDIR%%/modules/billing/themes/Group-Office/images/billing.png -%%WWWDIR%%/modules/billing/themes/Group-Office/images/catalog.png -%%WWWDIR%%/modules/billing/themes/Group-Office/images/duplicate.png -%%WWWDIR%%/modules/billing/themes/Group-Office/images/email.png -%%WWWDIR%%/modules/billing/themes/Group-Office/images/expenses.png -%%WWWDIR%%/modules/billing/themes/Group-Office/images/product.png -%%WWWDIR%%/modules/billing/themes/Group-Office/images/recur.png -%%WWWDIR%%/modules/billing/themes/Group-Office/images/reports.png -%%WWWDIR%%/modules/billing/themes/Group-Office/style.css %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/LICENSE.fixtures.txt %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/LICENSE.txt %%WWWDIR%%/modules/billing/vendor/jejik-mt940-master/README.md @@ -1220,7 +1263,7 @@ %%WWWDIR%%/modules/bookmarks/install/updates.inc.php %%WWWDIR%%/modules/bookmarks/install/updatescripts/1_fixPermissions.php %%WWWDIR%%/modules/bookmarks/language/bg.php -%%WWWDIR%%/modules/bookmarks/language/bn_BD.php +%%WWWDIR%%/modules/bookmarks/language/bn_bd.php %%WWWDIR%%/modules/bookmarks/language/ca.php %%WWWDIR%%/modules/bookmarks/language/cs.php %%WWWDIR%%/modules/bookmarks/language/de.php @@ -1228,12 +1271,13 @@ %%WWWDIR%%/modules/bookmarks/language/es.php %%WWWDIR%%/modules/bookmarks/language/fr.php %%WWWDIR%%/modules/bookmarks/language/hr.php +%%WWWDIR%%/modules/bookmarks/language/hu.php +%%WWWDIR%%/modules/bookmarks/language/id.php %%WWWDIR%%/modules/bookmarks/language/it.php %%WWWDIR%%/modules/bookmarks/language/ko.php %%WWWDIR%%/modules/bookmarks/language/nb.php %%WWWDIR%%/modules/bookmarks/language/nl.php %%WWWDIR%%/modules/bookmarks/language/pl.php -%%WWWDIR%%/modules/bookmarks/language/pt_BR.php %%WWWDIR%%/modules/bookmarks/language/ru.php %%WWWDIR%%/modules/bookmarks/language/sv.php %%WWWDIR%%/modules/bookmarks/language/th.php @@ -1257,7 +1301,6 @@ %%WWWDIR%%/modules/caldav/language/fr.php %%WWWDIR%%/modules/caldav/language/ko.php %%WWWDIR%%/modules/caldav/language/nb.php -%%WWWDIR%%/modules/caldav/language/pt_BR.php %%WWWDIR%%/modules/caldav/language/sv.php %%WWWDIR%%/modules/caldav/language/th.php %%WWWDIR%%/modules/caldav/model/CalendarChange.php @@ -1278,7 +1321,6 @@ %%WWWDIR%%/modules/calendar/EventDialog.js %%WWWDIR%%/modules/calendar/EventPanel.js %%WWWDIR%%/modules/calendar/EventTemplate.js -%%WWWDIR%%/modules/calendar/GlobalSettings.js %%WWWDIR%%/modules/calendar/GroupDialog.js %%WWWDIR%%/modules/calendar/GroupsGrid.js %%WWWDIR%%/modules/calendar/ListGrid.js @@ -1324,7 +1366,7 @@ %%WWWDIR%%/modules/calendar/install/updatescripts/4_nl_koningsdag.php %%WWWDIR%%/modules/calendar/install/updatescripts/5_revert_rrule_shifting.php %%WWWDIR%%/modules/calendar/language/bg.php -%%WWWDIR%%/modules/calendar/language/bn_BD.php +%%WWWDIR%%/modules/calendar/language/bn_bd.php %%WWWDIR%%/modules/calendar/language/ca.php %%WWWDIR%%/modules/calendar/language/cn.php %%WWWDIR%%/modules/calendar/language/cs.php @@ -1338,18 +1380,19 @@ %%WWWDIR%%/modules/calendar/language/fr.php %%WWWDIR%%/modules/calendar/language/hr.php %%WWWDIR%%/modules/calendar/language/hu.php +%%WWWDIR%%/modules/calendar/language/id.php %%WWWDIR%%/modules/calendar/language/it.php %%WWWDIR%%/modules/calendar/language/ko.php %%WWWDIR%%/modules/calendar/language/nb.php %%WWWDIR%%/modules/calendar/language/nl.php %%WWWDIR%%/modules/calendar/language/pl.php -%%WWWDIR%%/modules/calendar/language/pt_BR.php +%%WWWDIR%%/modules/calendar/language/pt_br.php %%WWWDIR%%/modules/calendar/language/ro.php %%WWWDIR%%/modules/calendar/language/ru.php %%WWWDIR%%/modules/calendar/language/sv.php %%WWWDIR%%/modules/calendar/language/th.php %%WWWDIR%%/modules/calendar/language/tr.php -%%WWWDIR%%/modules/calendar/language/zh-tw.php +%%WWWDIR%%/modules/calendar/language/zh_tw.php %%WWWDIR%%/modules/calendar/model/Calendar.php %%WWWDIR%%/modules/calendar/model/CalendarTasklist.php %%WWWDIR%%/modules/calendar/model/CalendarUserColor.php @@ -1419,7 +1462,6 @@ %%WWWDIR%%/modules/carddav/language/en.php %%WWWDIR%%/modules/carddav/language/es.php %%WWWDIR%%/modules/carddav/language/fr.php -%%WWWDIR%%/modules/carddav/language/pt_BR.php %%WWWDIR%%/modules/carddav/language/sv.php %%WWWDIR%%/modules/carddav/model/DavContact.php %%WWWDIR%%/modules/carddav/views/Extjs3/themes/Default/images/carddav.png @@ -1466,7 +1508,7 @@ %%WWWDIR%%/modules/comments/install/uninstall.sql %%WWWDIR%%/modules/comments/install/updates.php %%WWWDIR%%/modules/comments/language/bg.php -%%WWWDIR%%/modules/comments/language/bn_BD.php +%%WWWDIR%%/modules/comments/language/bn_bd.php %%WWWDIR%%/modules/comments/language/ca.php %%WWWDIR%%/modules/comments/language/cs.php %%WWWDIR%%/modules/comments/language/de.php @@ -1476,19 +1518,19 @@ %%WWWDIR%%/modules/comments/language/fr.php %%WWWDIR%%/modules/comments/language/hr.php %%WWWDIR%%/modules/comments/language/hu.php +%%WWWDIR%%/modules/comments/language/id.php %%WWWDIR%%/modules/comments/language/it.php %%WWWDIR%%/modules/comments/language/ko.php %%WWWDIR%%/modules/comments/language/nb.php %%WWWDIR%%/modules/comments/language/nl.php %%WWWDIR%%/modules/comments/language/pl.php -%%WWWDIR%%/modules/comments/language/pt_BR.php +%%WWWDIR%%/modules/comments/language/pt_br.php %%WWWDIR%%/modules/comments/language/ro.php %%WWWDIR%%/modules/comments/language/ru.php %%WWWDIR%%/modules/comments/language/sv.php %%WWWDIR%%/modules/comments/language/th.php %%WWWDIR%%/modules/comments/model/Category.php %%WWWDIR%%/modules/comments/model/Comment.php -%%WWWDIR%%/modules/comments/model/UserSettings.php %%WWWDIR%%/modules/comments/scripts.inc.php %%WWWDIR%%/modules/comments/scripts.txt %%WWWDIR%%/modules/comments/themes/Default/images/comments.png @@ -1496,14 +1538,22 @@ %%WWWDIR%%/modules/cron/CronModule.php %%WWWDIR%%/modules/cron/controller/CronGroupController.php %%WWWDIR%%/modules/cron/controller/CronUserController.php -%%WWWDIR%%/modules/cron/language/bn_BD.php +%%WWWDIR%%/modules/cron/language/bn_bd.php %%WWWDIR%%/modules/cron/language/cs.php %%WWWDIR%%/modules/cron/language/de.php %%WWWDIR%%/modules/cron/language/en.php %%WWWDIR%%/modules/cron/language/es.php %%WWWDIR%%/modules/cron/language/fr.php +%%WWWDIR%%/modules/cron/language/hu.php +%%WWWDIR%%/modules/cron/language/id.php %%WWWDIR%%/modules/cron/language/nb.php %%WWWDIR%%/modules/cron/language/nl.php +%%WWWDIR%%/modules/cron/themes/Default/images/add-cron.png +%%WWWDIR%%/modules/cron/themes/Default/images/cron.png +%%WWWDIR%%/modules/cron/themes/Default/style.css +%%WWWDIR%%/modules/cron/themes/ExtJS/images/add-cron.png +%%WWWDIR%%/modules/cron/themes/ExtJS/images/cron.png +%%WWWDIR%%/modules/cron/themes/ExtJS/style.css %%WWWDIR%%/modules/cron/views/Extjs3/CronDialog.js %%WWWDIR%%/modules/cron/views/Extjs3/CronGrid.js %%WWWDIR%%/modules/cron/views/Extjs3/MainPanel.js @@ -1512,28 +1562,23 @@ %%WWWDIR%%/modules/cron/views/Extjs3/SettingsDialog.js %%WWWDIR%%/modules/cron/views/Extjs3/Stores.js %%WWWDIR%%/modules/cron/views/Extjs3/scripts.txt -%%WWWDIR%%/modules/cron/views/Extjs3/themes/Default/images/add-cron.png -%%WWWDIR%%/modules/cron/views/Extjs3/themes/Default/images/cron.png -%%WWWDIR%%/modules/cron/views/Extjs3/themes/Default/style.css -%%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS/images/add-cron.png -%%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS/images/cron.png -%%WWWDIR%%/modules/cron/views/Extjs3/themes/ExtJS/style.css %%WWWDIR%%/modules/customcss/CustomcssModule.php %%WWWDIR%%/modules/customcss/MainPanel.js %%WWWDIR%%/modules/customcss/controller/CustomcssController.php %%WWWDIR%%/modules/customcss/install/noautoinstall %%WWWDIR%%/modules/customcss/language/bg.php -%%WWWDIR%%/modules/customcss/language/bn_BD.php +%%WWWDIR%%/modules/customcss/language/bn_bd.php %%WWWDIR%%/modules/customcss/language/ca.php %%WWWDIR%%/modules/customcss/language/cs.php %%WWWDIR%%/modules/customcss/language/de.php %%WWWDIR%%/modules/customcss/language/en.php %%WWWDIR%%/modules/customcss/language/es.php %%WWWDIR%%/modules/customcss/language/fr.php +%%WWWDIR%%/modules/customcss/language/hu.php +%%WWWDIR%%/modules/customcss/language/id.php %%WWWDIR%%/modules/customcss/language/ko.php %%WWWDIR%%/modules/customcss/language/nb.php %%WWWDIR%%/modules/customcss/language/pl.php -%%WWWDIR%%/modules/customcss/language/pt_BR.php %%WWWDIR%%/modules/customcss/language/ru.php %%WWWDIR%%/modules/customcss/language/sv.php %%WWWDIR%%/modules/customcss/scripts.inc.php @@ -1585,7 +1630,6 @@ %%WWWDIR%%/modules/customfields/views/Extjs3/themes/ExtJS/style.css %%WWWDIR%%/modules/dav/DavModule.php %%WWWDIR%%/modules/dav/ObjectTree.php -%%WWWDIR%%/modules/dav/auth/Backend.php %%WWWDIR%%/modules/dav/auth/BasicBackend.php %%WWWDIR%%/modules/dav/davacl/PrincipalBackend.php %%WWWDIR%%/modules/dav/files.php @@ -1597,7 +1641,7 @@ %%WWWDIR%%/modules/dav/install/uninstall.sql %%WWWDIR%%/modules/dav/install/updates.php %%WWWDIR%%/modules/dav/language/bg.php -%%WWWDIR%%/modules/dav/language/bn_BD.php +%%WWWDIR%%/modules/dav/language/bn_bd.php %%WWWDIR%%/modules/dav/language/ca.php %%WWWDIR%%/modules/dav/language/cs.php %%WWWDIR%%/modules/dav/language/de.php @@ -1607,13 +1651,13 @@ %%WWWDIR%%/modules/dav/language/it.php %%WWWDIR%%/modules/dav/language/ko.php %%WWWDIR%%/modules/dav/language/nb.php -%%WWWDIR%%/modules/dav/language/pt_BR.php +%%WWWDIR%%/modules/dav/language/pt_br.php %%WWWDIR%%/modules/dav/language/ru.php %%WWWDIR%%/modules/dav/language/sv.php %%WWWDIR%%/modules/dav/themes/Default/images/dav.png %%WWWDIR%%/modules/defaultsite/DefaultsiteModule.php %%WWWDIR%%/modules/defaultsite/controller/InstallationController.php -%%WWWDIR%%/modules/defaultsite/language/bn_BD.php +%%WWWDIR%%/modules/defaultsite/language/bn_bd.php %%WWWDIR%%/modules/defaultsite/language/cs.php %%WWWDIR%%/modules/defaultsite/language/de.php %%WWWDIR%%/modules/defaultsite/language/en.php @@ -1648,9 +1692,10 @@ %%WWWDIR%%/modules/demodata/DemodataModule.php %%WWWDIR%%/modules/demodata/Plugin.js %%WWWDIR%%/modules/demodata/controller/DemodataController.php -%%WWWDIR%%/modules/demodata/language/bn_BD.php +%%WWWDIR%%/modules/demodata/language/bn_bd.php %%WWWDIR%%/modules/demodata/language/en.php %%WWWDIR%%/modules/demodata/language/fr.php +%%WWWDIR%%/modules/demodata/language/id.php %%WWWDIR%%/modules/demodata/scripts.txt %%WWWDIR%%/modules/documenttemplates/DocumenttemplatesModule.php %%WWWDIR%%/modules/documenttemplates/EmailTemplateDialog.js @@ -1666,10 +1711,11 @@ %%WWWDIR%%/modules/documenttemplates/language/en.php %%WWWDIR%%/modules/documenttemplates/language/es.php %%WWWDIR%%/modules/documenttemplates/language/fr.php +%%WWWDIR%%/modules/documenttemplates/language/hu.php +%%WWWDIR%%/modules/documenttemplates/language/id.php %%WWWDIR%%/modules/documenttemplates/language/ko.php %%WWWDIR%%/modules/documenttemplates/language/nb.php %%WWWDIR%%/modules/documenttemplates/language/nl.php -%%WWWDIR%%/modules/documenttemplates/language/pt_BR.php %%WWWDIR%%/modules/documenttemplates/language/sv.php %%WWWDIR%%/modules/documenttemplates/language/th.php %%WWWDIR%%/modules/documenttemplates/model/Parser.php @@ -1713,6 +1759,7 @@ %%WWWDIR%%/modules/email/PortletSettingsDialog.js %%WWWDIR%%/modules/email/ReplaceEmailDialog.js %%WWWDIR%%/modules/email/SearchDialog.js +%%WWWDIR%%/modules/email/SelectAccount.js %%WWWDIR%%/modules/email/Settings.js %%WWWDIR%%/modules/email/Transport.php %%WWWDIR%%/modules/email/UnknownRecipientsDialog.js @@ -1732,7 +1779,7 @@ %%WWWDIR%%/modules/email/install/updatescripts/3_re_encrypt.php %%WWWDIR%%/modules/email/install/updatescripts/encrypt.inc.php %%WWWDIR%%/modules/email/language/bg.php -%%WWWDIR%%/modules/email/language/bn_BD.php +%%WWWDIR%%/modules/email/language/bn_bd.php %%WWWDIR%%/modules/email/language/ca.php %%WWWDIR%%/modules/email/language/cn.php %%WWWDIR%%/modules/email/language/cs.php @@ -1746,18 +1793,19 @@ %%WWWDIR%%/modules/email/language/fr.php %%WWWDIR%%/modules/email/language/hr.php %%WWWDIR%%/modules/email/language/hu.php +%%WWWDIR%%/modules/email/language/id.php %%WWWDIR%%/modules/email/language/it.php %%WWWDIR%%/modules/email/language/ko.php %%WWWDIR%%/modules/email/language/nb.php %%WWWDIR%%/modules/email/language/nl.php %%WWWDIR%%/modules/email/language/pl.php -%%WWWDIR%%/modules/email/language/pt_BR.php +%%WWWDIR%%/modules/email/language/pt_br.php %%WWWDIR%%/modules/email/language/ro.php %%WWWDIR%%/modules/email/language/ru.php %%WWWDIR%%/modules/email/language/sv.php %%WWWDIR%%/modules/email/language/th.php %%WWWDIR%%/modules/email/language/tr.php -%%WWWDIR%%/modules/email/language/zh-tw.php +%%WWWDIR%%/modules/email/language/zh_tw.php %%WWWDIR%%/modules/email/model/Account.php %%WWWDIR%%/modules/email/model/AccountSort.php %%WWWDIR%%/modules/email/model/Alias.php @@ -1773,6 +1821,7 @@ %%WWWDIR%%/modules/email/model/MessageAttachment.php %%WWWDIR%%/modules/email/model/PortletFolder.php %%WWWDIR%%/modules/email/model/SavedMessage.php +%%WWWDIR%%/modules/email/model/UserSettings.php %%WWWDIR%%/modules/email/scripts.inc.php %%WWWDIR%%/modules/email/scripts.txt %%WWWDIR%%/modules/email/themes/Default/images/16x16/addressbook.png @@ -1797,14 +1846,20 @@ %%WWWDIR%%/modules/exactonline/controller/ExactExportController.php %%WWWDIR%%/modules/exactonline/controller/ExactOauthController.php %%WWWDIR%%/modules/exactonline/controller/InvoiceController.php +%%WWWDIR%%/modules/exactonline/controller/ManualController.php %%WWWDIR%%/modules/exactonline/controller/OauthController.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Dec 8 09:01:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78AB4130C4EB; Sat, 8 Dec 2018 09:01:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20DBB73E5E; Sat, 8 Dec 2018 09:01:34 +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 01D7B200AA; Sat, 8 Dec 2018 09:01:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB891X3s085150; Sat, 8 Dec 2018 09:01:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB891XwW085149; Sat, 8 Dec 2018 09:01:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201812080901.wB891XwW085149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 8 Dec 2018 09:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486924 - head/math/p5-Statistics-Regression X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/math/p5-Statistics-Regression X-SVN-Commit-Revision: 486924 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 20DBB73E5E X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 09:01:34 -0000 Author: amdmi3 Date: Sat Dec 8 09:01:33 2018 New Revision: 486924 URL: https://svnweb.freebsd.org/changeset/ports/486924 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/math/p5-Statistics-Regression/Makefile Modified: head/math/p5-Statistics-Regression/Makefile ============================================================================== --- head/math/p5-Statistics-Regression/Makefile Sat Dec 8 08:57:11 2018 (r486923) +++ head/math/p5-Statistics-Regression/Makefile Sat Dec 8 09:01:33 2018 (r486924) @@ -11,7 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Perl module to perform weighted linear regression +LICENSE= GPLv1+ # exact version not mentioned + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-all@freebsd.org Sat Dec 8 12:23:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D1F613131E2; Sat, 8 Dec 2018 12:23:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B93367AACB; Sat, 8 Dec 2018 12:23:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E43A22163; Sat, 8 Dec 2018 12:23:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8CNIRH092177; Sat, 8 Dec 2018 12:23:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8CNIvb092176; Sat, 8 Dec 2018 12:23:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812081223.wB8CNIvb092176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 12:23:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486941 - head/textproc/retext X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/textproc/retext X-SVN-Commit-Revision: 486941 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B93367AACB X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 12:23:19 -0000 Author: antoine Date: Sat Dec 8 12:23:18 2018 New Revision: 486941 URL: https://svnweb.freebsd.org/changeset/ports/486941 Log: Fix plist Modified: head/textproc/retext/pkg-plist Modified: head/textproc/retext/pkg-plist ============================================================================== --- head/textproc/retext/pkg-plist Sat Dec 8 12:13:43 2018 (r486940) +++ head/textproc/retext/pkg-plist Sat Dec 8 12:23:18 2018 (r486941) @@ -1,44 +1,44 @@ bin/retext -%%PYTHON_SITELIBDIR%%/ReText-7.0.0-py3.6.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/ReText-7.0.0-py3.6.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/ReText-7.0.0-py3.6.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/ReText-7.0.0-py3.6.egg-info/requires.txt -%%PYTHON_SITELIBDIR%%/ReText-7.0.0-py3.6.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/ReText-7.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/ReText-7.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/ReText-7.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/ReText-7.0.0-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/ReText-7.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/ReText/__init__.py -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/__init__.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/config.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/config.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/converterprocess.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/converterprocess.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/dialogs.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/dialogs.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/editor.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/editor.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/fakevimeditor.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/fakevimeditor.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/highlighter.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/highlighter.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/icontheme.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/icontheme.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/mdx_posmap.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/mdx_posmap.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/preview.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/preview.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/syncscroll.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/syncscroll.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/tab.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/tab.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/tablemode.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/tablemode.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/webenginepreview.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/webenginepreview.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/webkitpreview.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/webkitpreview.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/window.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/window.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/xsettings.cpython-36.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ReText/__pycache__/xsettings.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/converterprocess.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/converterprocess.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/editor.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/editor.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/fakevimeditor.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/fakevimeditor.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/highlighter.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/highlighter.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/icontheme.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/icontheme.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/mdx_posmap.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/mdx_posmap.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/preview.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/preview.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/syncscroll.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/syncscroll.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/tab.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/tab.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/tablemode.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/tablemode.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/webenginepreview.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/webenginepreview.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/webkitpreview.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/webkitpreview.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/window.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/window.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/xsettings.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/ReText/__pycache__/xsettings.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/ReText/config.py %%PYTHON_SITELIBDIR%%/ReText/converterprocess.py %%PYTHON_SITELIBDIR%%/ReText/dialogs.py From owner-svn-ports-all@freebsd.org Sat Dec 8 12:09:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A7331312669; Sat, 8 Dec 2018 12:09:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 416707A047; Sat, 8 Dec 2018 12:09:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00B7021E26; Sat, 8 Dec 2018 12:09:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8C94eK082181; Sat, 8 Dec 2018 12:09:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8C94jM082180; Sat, 8 Dec 2018 12:09:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812081209.wB8C94jM082180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 12:09:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486939 - head/accessibility/redshift X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/accessibility/redshift X-SVN-Commit-Revision: 486939 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 416707A047 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 12:09:05 -0000 Author: antoine Date: Sat Dec 8 12:09:04 2018 New Revision: 486939 URL: https://svnweb.freebsd.org/changeset/ports/486939 Log: Fix plist Modified: head/accessibility/redshift/pkg-plist Modified: head/accessibility/redshift/pkg-plist ============================================================================== --- head/accessibility/redshift/pkg-plist Sat Dec 8 11:52:03 2018 (r486938) +++ head/accessibility/redshift/pkg-plist Sat Dec 8 12:09:04 2018 (r486939) @@ -43,16 +43,16 @@ man/man1/redshift.1.gz %%NLS%%share/locale/zh_CN/LC_MESSAGES/redshift.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/redshift.mo %%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__init__.py -%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% -%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/__init__.cpython-36.pyc -%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/controller.cpython-36.%%PYTHON_PYOEXTENSION%% -%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/controller.cpython-36.pyc -%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/defs.cpython-36.%%PYTHON_PYOEXTENSION%% -%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/defs.cpython-36.pyc -%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/statusicon.cpython-36.%%PYTHON_PYOEXTENSION%% -%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/statusicon.cpython-36.pyc -%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/utils.cpython-36.%%PYTHON_PYOEXTENSION%% -%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/utils.cpython-36.pyc +%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/controller.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/controller.cpython-%%PYTHON_SUFFIX%%.pyc +%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/defs.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/defs.cpython-%%PYTHON_SUFFIX%%.pyc +%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/statusicon.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/statusicon.cpython-%%PYTHON_SUFFIX%%.pyc +%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc %%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/controller.py %%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/defs.py %%GUI%%%%PYTHON_SITELIBDIR%%/redshift_gtk/statusicon.py From owner-svn-ports-all@freebsd.org Sat Dec 8 12:26:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78C31131344D; Sat, 8 Dec 2018 12:26:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 163057AD94; Sat, 8 Dec 2018 12:26:47 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED21922167; Sat, 8 Dec 2018 12:26:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8CQkdB092510; Sat, 8 Dec 2018 12:26:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8CQkhW092509; Sat, 8 Dec 2018 12:26:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812081226.wB8CQkhW092509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 12:26:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486943 - head/x11/menulibre X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/x11/menulibre X-SVN-Commit-Revision: 486943 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 163057AD94 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 12:26:47 -0000 Author: antoine Date: Sat Dec 8 12:26:46 2018 New Revision: 486943 URL: https://svnweb.freebsd.org/changeset/ports/486943 Log: Fix plist Modified: head/x11/menulibre/pkg-plist Modified: head/x11/menulibre/pkg-plist ============================================================================== --- head/x11/menulibre/pkg-plist Sat Dec 8 12:25:23 2018 (r486942) +++ head/x11/menulibre/pkg-plist Sat Dec 8 12:26:46 2018 (r486943) @@ -11,38 +11,38 @@ bin/menulibre-menu-validate %%PYTHON_SITELIBDIR%%/menulibre/MenulibreXdg.py %%PYTHON_SITELIBDIR%%/menulibre/XmlMenuElementTree.py %%PYTHON_SITELIBDIR%%/menulibre/__init__.py -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/Dialogs.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/Dialogs.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenuEditor.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenuEditor.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreApplication.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreApplication.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreHistory.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreHistory.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreIconSelection.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreIconSelection.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreLog.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreLog.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreStackSwitcher.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreStackSwitcher.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreTreeview.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreTreeview.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreXdg.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreXdg.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/XmlMenuElementTree.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/XmlMenuElementTree.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/util.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/util.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/Dialogs.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/Dialogs.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenuEditor.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenuEditor.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreApplication.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreApplication.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreHistory.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreHistory.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreIconSelection.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreIconSelection.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreLog.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreLog.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreStackSwitcher.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreStackSwitcher.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreTreeview.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreTreeview.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreXdg.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/MenulibreXdg.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/XmlMenuElementTree.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/XmlMenuElementTree.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/menulibre/util.py %%PYTHON_SITELIBDIR%%/menulibre_lib/__init__.py -%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/helpers.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/helpers.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/menulibreconfig.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/menulibreconfig.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/helpers.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/helpers.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/menulibreconfig.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/menulibre_lib/__pycache__/menulibreconfig.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/menulibre_lib/helpers.py %%PYTHON_SITELIBDIR%%/menulibre_lib/menulibreconfig.py man/man1/menulibre-menu-validate.1.gz From owner-svn-ports-all@freebsd.org Sat Dec 8 09:17:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC678130CCAC; Sat, 8 Dec 2018 09:17:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FE147447C; Sat, 8 Dec 2018 09:17:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 240C620293; Sat, 8 Dec 2018 09:17:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB89HZlD094137; Sat, 8 Dec 2018 09:17:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB89HZre094136; Sat, 8 Dec 2018 09:17:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812080917.wB89HZre094136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 09:17:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486925 - head/net-mgmt/networkmgr X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/net-mgmt/networkmgr X-SVN-Commit-Revision: 486925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4FE147447C X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 09:17:36 -0000 Author: antoine Date: Sat Dec 8 09:17:35 2018 New Revision: 486925 URL: https://svnweb.freebsd.org/changeset/ports/486925 Log: Allow building with different versions of python3 Modified: head/net-mgmt/networkmgr/Makefile Modified: head/net-mgmt/networkmgr/Makefile ============================================================================== --- head/net-mgmt/networkmgr/Makefile Sat Dec 8 09:01:33 2018 (r486924) +++ head/net-mgmt/networkmgr/Makefile Sat Dec 8 09:17:35 2018 (r486925) @@ -14,14 +14,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= doas:security/doas \ ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme -USES= python:3.6 gnome shebangfix +USES= python:3.4+ gnome shebangfix SHEBANG_GLOB= *.py USE_GITHUB= yes GH_ACCOUNT= GhostBSD NO_ARCH= yes -USE_PYTHON= distutils +USE_PYTHON= distutils noflavors USE_GNOME= pygobject3 gtk-update-icon-cache SUB_FILES= pkg-message From owner-svn-ports-all@freebsd.org Sat Dec 8 06:00:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E8DD1332F1A; Sat, 8 Dec 2018 06:00: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D92506F1F1; Sat, 8 Dec 2018 06:00: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 BB2B21E2B3; Sat, 8 Dec 2018 06:00: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 wB860i9Q091246; Sat, 8 Dec 2018 06:00:44 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB860iXV091244; Sat, 8 Dec 2018 06:00:44 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080600.wB860iXV091244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 06:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486911 - head/misc/snakemake X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/snakemake X-SVN-Commit-Revision: 486911 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D92506F1F1 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 06:00:45 -0000 Author: yuri Date: Sat Dec 8 06:00:44 2018 New Revision: 486911 URL: https://svnweb.freebsd.org/changeset/ports/486911 Log: misc/snakemake: Update 5.3.0 -> 5.3.1 Reported by: portscout Modified: head/misc/snakemake/Makefile head/misc/snakemake/distinfo Modified: head/misc/snakemake/Makefile ============================================================================== --- head/misc/snakemake/Makefile Sat Dec 8 04:51:46 2018 (r486910) +++ head/misc/snakemake/Makefile Sat Dec 8 06:00:44 2018 (r486911) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= snakemake -DISTVERSION= 5.3.0 +DISTVERSION= 5.3.1 CATEGORIES= misc MASTER_SITES= CHEESESHOP @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= python:3.5+ -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils noflavors autoplist NO_ARCH= yes Modified: head/misc/snakemake/distinfo ============================================================================== --- head/misc/snakemake/distinfo Sat Dec 8 04:51:46 2018 (r486910) +++ head/misc/snakemake/distinfo Sat Dec 8 06:00:44 2018 (r486911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543303780 -SHA256 (snakemake-5.3.0.tar.gz) = 612a16f2bba580c47183e4f752ed40b034852541ca3e96e480d01fb30ad9570c -SIZE (snakemake-5.3.0.tar.gz) = 168283 +TIMESTAMP = 1544248664 +SHA256 (snakemake-5.3.1.tar.gz) = a43d66d80d7bf83b0429cf03ab5500b2775bbe78a53eee9622c1a2cb802eac5f +SIZE (snakemake-5.3.1.tar.gz) = 169876 From owner-svn-ports-all@freebsd.org Sat Dec 8 12:35:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1CB61313BC5; Sat, 8 Dec 2018 12:35:18 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48E2C7B46F; Sat, 8 Dec 2018 12:35:18 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26EBE222FE; Sat, 8 Dec 2018 12:35:18 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8CZI5u097877; Sat, 8 Dec 2018 12:35:18 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8CZHeK097876; Sat, 8 Dec 2018 12:35:17 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201812081235.wB8CZHeK097876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 8 Dec 2018 12:35:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486944 - head/net/traefik X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/net/traefik X-SVN-Commit-Revision: 486944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 48E2C7B46F X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 12:35:18 -0000 Author: riggs Date: Sat Dec 8 12:35:17 2018 New Revision: 486944 URL: https://svnweb.freebsd.org/changeset/ports/486944 Log: Update to upstream version 1.7.5 Details: - Bug fixes and documentation improvements, see https://github.com/containous/traefik/releases/tag/v1.7.5 MFH: 2018Q4 Modified: head/net/traefik/Makefile head/net/traefik/distinfo Modified: head/net/traefik/Makefile ============================================================================== --- head/net/traefik/Makefile Sat Dec 8 12:26:46 2018 (r486943) +++ head/net/traefik/Makefile Sat Dec 8 12:35:17 2018 (r486944) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui Modified: head/net/traefik/distinfo ============================================================================== --- head/net/traefik/distinfo Sat Dec 8 12:26:46 2018 (r486943) +++ head/net/traefik/distinfo Sat Dec 8 12:35:17 2018 (r486944) @@ -1,5 +1,5 @@ -TIMESTAMP = 1541061559 -SHA256 (traefik-webui-static-1.7.4.tar.gz) = 05064259df51de1c7eeddc4c28748d0752b5fdf59fbf4f3d0e5dae616df5f686 -SIZE (traefik-webui-static-1.7.4.tar.gz) = 1088875 -SHA256 (containous-traefik-v1.7.4_GH0.tar.gz) = 0de6bdfc1c760bdf5ecd983d50e217beaa7e26e97a4229b81c7682d45351c197 -SIZE (containous-traefik-v1.7.4_GH0.tar.gz) = 10536671 +TIMESTAMP = 1544259265 +SHA256 (traefik-webui-static-1.7.5.tar.gz) = eefb035cf20ed27580dea178b271c0fa35714222408c327b5f7281973c48b53c +SIZE (traefik-webui-static-1.7.5.tar.gz) = 922653 +SHA256 (containous-traefik-v1.7.5_GH0.tar.gz) = ccd451f19dddc4c3076b37445e13fdb9471ac3e903d9ef217386b4581051dbc7 +SIZE (containous-traefik-v1.7.5_GH0.tar.gz) = 10580235 From owner-svn-ports-all@freebsd.org Sat Dec 8 08:55:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF7B0130C053; Sat, 8 Dec 2018 08:55:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5438773A09; Sat, 8 Dec 2018 08:55:18 +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 2F8121FF6E; Sat, 8 Dec 2018 08:55: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 wB88tIcD083928; Sat, 8 Dec 2018 08:55:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB88tHIE083926; Sat, 8 Dec 2018 08:55:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812080855.wB88tHIE083926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 08:55:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486922 - head/devel/eastl X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/eastl X-SVN-Commit-Revision: 486922 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5438773A09 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 08:55:18 -0000 Author: yuri Date: Sat Dec 8 08:55:17 2018 New Revision: 486922 URL: https://svnweb.freebsd.org/changeset/ports/486922 Log: devel/eastl: Update 3.12.04 -> 3.12.07 Reported by: portscout Modified: head/devel/eastl/Makefile head/devel/eastl/distinfo Modified: head/devel/eastl/Makefile ============================================================================== --- head/devel/eastl/Makefile Sat Dec 8 08:45:33 2018 (r486921) +++ head/devel/eastl/Makefile Sat Dec 8 08:55:17 2018 (r486922) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= eastl -DISTVERSION= 3.12.04 +DISTVERSION= 3.12.07 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/eastl/distinfo ============================================================================== --- head/devel/eastl/distinfo Sat Dec 8 08:45:33 2018 (r486921) +++ head/devel/eastl/distinfo Sat Dec 8 08:55:17 2018 (r486922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541324991 -SHA256 (electronicarts-EASTL-3.12.04_GH0.tar.gz) = 320aacde350bac832756e300d4ae738a8b20148e52118e18131e673f4bbe9d22 -SIZE (electronicarts-EASTL-3.12.04_GH0.tar.gz) = 1171811 +TIMESTAMP = 1544259151 +SHA256 (electronicarts-EASTL-3.12.07_GH0.tar.gz) = 911fedf4541bc78b01b6a26243c4d201a4d1c843291010e290379090b19b6d11 +SIZE (electronicarts-EASTL-3.12.07_GH0.tar.gz) = 1172406 From owner-svn-ports-all@freebsd.org Sat Dec 8 10:12:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FF39130E52B; Sat, 8 Dec 2018 10:12:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB53976178; Sat, 8 Dec 2018 10:12:08 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD8A020C19; Sat, 8 Dec 2018 10:12:08 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8AC85Z025643; Sat, 8 Dec 2018 10:12:08 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8AC8eC025640; Sat, 8 Dec 2018 10:12:08 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812081012.wB8AC8eC025640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Dec 2018 10:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486934 - head/databases/grass7 X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/grass7 X-SVN-Commit-Revision: 486934 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CB53976178 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 10:12:09 -0000 Author: pi Date: Sat Dec 8 10:12:07 2018 New Revision: 486934 URL: https://svnweb.freebsd.org/changeset/ports/486934 Log: databases/grass7: update 7.4.1 -> 7.4.3, unbreak build PR: 228605 Reported by: ohartmann@walstatt.org Reviewed by: Rainer Hurling Approved by: lbartoletti@tuxfamily.org (maintainer) Relnotes: https://grass.osgeo.org/news/78/15/GRASS-GIS-7-4-2-released/ https://trac.osgeo.org/grass/wiki/Release/7.4.3-News Modified: head/databases/grass7/Makefile head/databases/grass7/distinfo head/databases/grass7/pkg-plist Modified: head/databases/grass7/Makefile ============================================================================== --- head/databases/grass7/Makefile Sat Dec 8 10:10:58 2018 (r486933) +++ head/databases/grass7/Makefile Sat Dec 8 10:12:07 2018 (r486934) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grass -PORTVERSION= 7.4.1 +PORTVERSION= 7.4.3 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ @@ -25,8 +25,6 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL.TXT BROKEN_sparc64= Does not configure on sparc64 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-12-19 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libgdal.so:graphics/gdal \ @@ -167,6 +165,21 @@ post-patch: post-install: ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/demolocation/PERMANENT/.tmp/ ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/docs/html/colortables/*bak.png + ${MKDIR} ${STAGEDIR}${LOCALBASE}/${PORTNAME}-${PORTVERSION}/docs/html/ +.for file in i_atcorr_B02_atcorr.png \ + i_ortho_photo_step1.png \ + i_ortho_photo_step5.png \ + i_ortho_photo_step6.png \ + i_ortho_photo_step7.png \ + i_ortho_photo_step8.png \ + r.viewshed.png \ + rterraflow_accumulation.png \ + rterraflow_dir2.png \ + rterraflow_dir3.png \ + sweep1.png \ + sweep2.png + ${TOUCH} ${STAGEDIR}${LOCALBASE}/${PORTNAME}-${PORTVERSION}/docs/html/${file} +.endfor ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/bin/* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/driver/db/* .for i in clean_temp current_time_s_ms echo i.find lock run r.watershed/seg r.watershed/ram Modified: head/databases/grass7/distinfo ============================================================================== --- head/databases/grass7/distinfo Sat Dec 8 10:10:58 2018 (r486933) +++ head/databases/grass7/distinfo Sat Dec 8 10:12:07 2018 (r486934) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535826858 -SHA256 (grass-7.4.1.tar.gz) = 560b8669caaafa9e8dbd4bbf2b4b4bbab7dca1cc46ee828eaf26c744fe0635fc -SIZE (grass-7.4.1.tar.gz) = 57969640 +TIMESTAMP = 1543481027 +SHA256 (grass-7.4.3.tar.gz) = 004e65693ee97fd4d5dc7ad244e3286a115dccd88964d04be61c07db6574b399 +SIZE (grass-7.4.3.tar.gz) = 58415691 Modified: head/databases/grass7/pkg-plist ============================================================================== --- head/databases/grass7/pkg-plist Sat Dec 8 10:10:58 2018 (r486933) +++ head/databases/grass7/pkg-plist Sat Dec 8 10:12:07 2018 (r486934) @@ -556,6 +556,7 @@ bin/grass%%VER%% %%GRASS_INST_DIR%%/docs/html/d_mon_wx0_raster.png %%GRASS_INST_DIR%%/docs/html/d_polar_aspect.png %%GRASS_INST_DIR%%/docs/html/d_rast_arrow_wind.png +%%GRASS_INST_DIR%%/docs/html/d_rast_edit.png %%GRASS_INST_DIR%%/docs/html/d_rast_elevation.png %%GRASS_INST_DIR%%/docs/html/d_rast_elevation_values.png %%GRASS_INST_DIR%%/docs/html/d_rast_landuse.png @@ -3960,6 +3961,9 @@ bin/grass%%VER%% %%GRASS_INST_DIR%%/lib/libgrass_vedit.so %%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grasslibs.mo %%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasswxpy.mo %%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasslibs.mo %%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grassmods.mo %%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasswxpy.mo From owner-svn-ports-all@freebsd.org Sat Dec 8 10:19:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4287130E71E; Sat, 8 Dec 2018 10:19:15 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4305E762DA; Sat, 8 Dec 2018 10:19:15 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E42220C42; Sat, 8 Dec 2018 10:19:15 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8AJEEQ026053; Sat, 8 Dec 2018 10:19:14 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8AJEtX026051; Sat, 8 Dec 2018 10:19:14 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201812081019.wB8AJEtX026051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 8 Dec 2018 10:19:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486935 - head/www/trac-devel X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/trac-devel X-SVN-Commit-Revision: 486935 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4305E762DA X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 10:19:15 -0000 Author: joneum Date: Sat Dec 8 10:19:14 2018 New Revision: 486935 URL: https://svnweb.freebsd.org/changeset/ports/486935 Log: Update to 1.3.4 Changelog: - The TracGuide is readonly by default. - The trac-svn-hook script can be configured using SVN's hook script environment configuration. - Environment log level defaults to INFO and log type defaults to file so that installation issue are captured in the log when running trac-admin initenv. - Pet portlint Sponsored by: Netzkommune GmbH Modified: head/www/trac-devel/Makefile head/www/trac-devel/distinfo Modified: head/www/trac-devel/Makefile ============================================================================== --- head/www/trac-devel/Makefile Sat Dec 8 10:12:07 2018 (r486934) +++ head/www/trac-devel/Makefile Sat Dec 8 10:19:14 2018 (r486935) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= trac -DISTVERSION= 1.3.2 +DISTVERSION= 1.3.3 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ -DISTNAME= Trac-${DISTVERSION} PKGNAMESUFFIX= -devel +DISTNAME= Trac-${DISTVERSION} MAINTAINER= joneum@FreeBSD.org COMMENT= Enhanced wiki and issue tracking system for software projects @@ -14,14 +14,14 @@ COMMENT= Enhanced wiki and issue tracking system for s LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_INSTALL= trac - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} + +CONFLICTS_INSTALL= trac USES= python:-2.7 shebangfix SHEBANG_FILES= trac/tests/functional/better_twill.py trac/tests/functional/tester.py \ Modified: head/www/trac-devel/distinfo ============================================================================== --- head/www/trac-devel/distinfo Sat Dec 8 10:12:07 2018 (r486934) +++ head/www/trac-devel/distinfo Sat Dec 8 10:19:14 2018 (r486935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520275493 -SHA256 (Trac-1.3.2.tar.gz) = 6e9b235ec0b5befc6efe5d05ae3b2459b459e073f6558442ba23acbacd225930 -SIZE (Trac-1.3.2.tar.gz) = 6321679 +TIMESTAMP = 1544263946 +SHA256 (Trac-1.3.3.tar.gz) = 0ff793613de57851adbc2d45188d3263ac64b97ca39d8182e7a1ac226c396239 +SIZE (Trac-1.3.3.tar.gz) = 6466543 From owner-svn-ports-all@freebsd.org Sat Dec 8 12:13:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24C5E13129CA; Sat, 8 Dec 2018 12:13:44 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9B147A42F; Sat, 8 Dec 2018 12:13:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABB5A21FBA; Sat, 8 Dec 2018 12:13:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8CDhQ5087246; Sat, 8 Dec 2018 12:13:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8CDhiN087245; Sat, 8 Dec 2018 12:13:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812081213.wB8CDhiN087245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 12:13:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486940 - head/games/openage X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/games/openage X-SVN-Commit-Revision: 486940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C9B147A42F X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-0.99)[-0.992,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 12:13:44 -0000 Author: antoine Date: Sat Dec 8 12:13:43 2018 New Revision: 486940 URL: https://svnweb.freebsd.org/changeset/ports/486940 Log: Fix plist Modified: head/games/openage/pkg-plist Modified: head/games/openage/pkg-plist ============================================================================== --- head/games/openage/pkg-plist Sat Dec 8 12:09:04 2018 (r486939) +++ head/games/openage/pkg-plist Sat Dec 8 12:13:43 2018 (r486940) @@ -4,30 +4,30 @@ lib/libopenage.so lib/libopenage.so.0 %%PYTHON_SITELIBDIR%%/openage/__init__.py %%PYTHON_SITELIBDIR%%/openage/__main__.py -%%PYTHON_SITELIBDIR%%/openage/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/__pycache__/__main__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/__pycache__/assets.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/__pycache__/config.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/__pycache__/default_dirs.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/__pycache__/__main__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/__pycache__/assets.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/__pycache__/default_dirs.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/assets.py %%PYTHON_SITELIBDIR%%/openage/cabextract/__init__.py -%%PYTHON_SITELIBDIR%%/openage/cabextract/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/cabextract/__pycache__/cab.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/cabextract/__pycache__/lzxdstream.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/cabextract/__pycache__/test.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/cabextract/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/cabextract/__pycache__/cab.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/cabextract/__pycache__/lzxdstream.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/cabextract/__pycache__/test.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/cabextract/cab.py %%PYTHON_SITELIBDIR%%/openage/cabextract/cabchecksum.so %%PYTHON_SITELIBDIR%%/openage/cabextract/lzxd.so %%PYTHON_SITELIBDIR%%/openage/cabextract/lzxdstream.py %%PYTHON_SITELIBDIR%%/openage/cabextract/test.py %%PYTHON_SITELIBDIR%%/openage/codegen/__init__.py -%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/codegen.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/coord.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/cpp_testlist.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/gamespec_structs.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/listing.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/main.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/codegen.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/coord.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/cpp_testlist.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/gamespec_structs.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/listing.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/codegen/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/codegen/codegen.py %%PYTHON_SITELIBDIR%%/openage/codegen/coord.py %%PYTHON_SITELIBDIR%%/openage/codegen/cpp_testlist.py @@ -36,42 +36,42 @@ lib/libopenage.so.0 %%PYTHON_SITELIBDIR%%/openage/codegen/main.py %%PYTHON_SITELIBDIR%%/openage/config.py %%PYTHON_SITELIBDIR%%/openage/convert/__init__.py -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/binpack.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/blendomatic.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/changelog.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/colortable.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/driver.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/drs.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/fix_data.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/game_versions.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/hdlanguagefile.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/main.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/pefile.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/peresource.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/singlefile.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/slp_converter_pool.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/stringresource.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/texture.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/binpack.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/blendomatic.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/changelog.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/colortable.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/driver.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/drs.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/fix_data.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/game_versions.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/hdlanguagefile.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/pefile.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/peresource.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/singlefile.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/slp_converter_pool.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/stringresource.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/__pycache__/texture.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/convert/binpack.py %%PYTHON_SITELIBDIR%%/openage/convert/blendomatic.py %%PYTHON_SITELIBDIR%%/openage/convert/changelog.py %%PYTHON_SITELIBDIR%%/openage/convert/colortable.py %%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__init__.py -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/content_snippet.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/data_definition.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/data_formatter.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/entry_parser.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/exportable.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/generated_file.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/header_snippet.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/member_access.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/members.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/multisubtype_base.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/struct_definition.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/struct_snippet.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/util.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/content_snippet.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/data_definition.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/data_formatter.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/entry_parser.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/exportable.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/generated_file.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/header_snippet.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/member_access.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/members.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/multisubtype_base.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/struct_definition.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/struct_snippet.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/dataformat/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/convert/dataformat/content_snippet.py %%PYTHON_SITELIBDIR%%/openage/convert/dataformat/data_definition.py %%PYTHON_SITELIBDIR%%/openage/convert/dataformat/data_formatter.py @@ -90,17 +90,17 @@ lib/libopenage.so.0 %%PYTHON_SITELIBDIR%%/openage/convert/fix_data.py %%PYTHON_SITELIBDIR%%/openage/convert/game_versions.py %%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__init__.py -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/civ.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/empiresdat.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/graphic.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/maps.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/playercolor.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/research.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/sound.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/tech.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/terrain.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/unit.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/civ.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/empiresdat.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/graphic.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/maps.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/playercolor.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/research.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/sound.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/tech.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/terrain.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/gamedata/__pycache__/unit.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/convert/gamedata/civ.py %%PYTHON_SITELIBDIR%%/openage/convert/gamedata/empiresdat.py %%PYTHON_SITELIBDIR%%/openage/convert/gamedata/graphic.py @@ -112,12 +112,12 @@ lib/libopenage.so.0 %%PYTHON_SITELIBDIR%%/openage/convert/gamedata/terrain.py %%PYTHON_SITELIBDIR%%/openage/convert/gamedata/unit.py %%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__init__.py -%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/langcodes.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/langcodes_hd.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/termcolors.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/terrain_tile_size.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/texture.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/langcodes.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/langcodes_hd.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/termcolors.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/terrain_tile_size.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/__pycache__/texture.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/langcodes.py %%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/langcodes_hd.py %%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/termcolors.py @@ -125,18 +125,18 @@ lib/libopenage.so.0 %%PYTHON_SITELIBDIR%%/openage/convert/hardcoded/texture.py %%PYTHON_SITELIBDIR%%/openage/convert/hdlanguagefile.py %%PYTHON_SITELIBDIR%%/openage/convert/interface/__init__.py -%%PYTHON_SITELIBDIR%%/openage/convert/interface/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/interface/__pycache__/cutter.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/interface/__pycache__/hardcoded.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/interface/__pycache__/rename.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/interface/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/interface/__pycache__/cutter.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/interface/__pycache__/hardcoded.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/interface/__pycache__/rename.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/convert/interface/cutter.py %%PYTHON_SITELIBDIR%%/openage/convert/interface/hardcoded.py %%PYTHON_SITELIBDIR%%/openage/convert/interface/rename.py %%PYTHON_SITELIBDIR%%/openage/convert/interface/visgrep.so %%PYTHON_SITELIBDIR%%/openage/convert/main.py %%PYTHON_SITELIBDIR%%/openage/convert/opus/__init__.py -%%PYTHON_SITELIBDIR%%/openage/convert/opus/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/convert/opus/__pycache__/demo.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/opus/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/convert/opus/__pycache__/demo.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/convert/opus/demo.py %%PYTHON_SITELIBDIR%%/openage/convert/opus/opusenc.so %%PYTHON_SITELIBDIR%%/openage/convert/pefile.py @@ -147,39 +147,39 @@ lib/libopenage.so.0 %%PYTHON_SITELIBDIR%%/openage/convert/stringresource.py %%PYTHON_SITELIBDIR%%/openage/convert/texture.py %%PYTHON_SITELIBDIR%%/openage/cppinterface/__init__.py -%%PYTHON_SITELIBDIR%%/openage/cppinterface/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/cppinterface/__pycache__/setup.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/cppinterface/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/cppinterface/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/cppinterface/exctranslate.so %%PYTHON_SITELIBDIR%%/openage/cppinterface/exctranslate_tests.so %%PYTHON_SITELIBDIR%%/openage/cppinterface/pyobject.so %%PYTHON_SITELIBDIR%%/openage/cppinterface/setup.py %%PYTHON_SITELIBDIR%%/openage/cppinterface/setup_checker.so %%PYTHON_SITELIBDIR%%/openage/cvar/__init__.py -%%PYTHON_SITELIBDIR%%/openage/cvar/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/cvar/__pycache__/config_file.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/cvar/__pycache__/location.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/cvar/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/cvar/__pycache__/config_file.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/cvar/__pycache__/location.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/cvar/config_file.py %%PYTHON_SITELIBDIR%%/openage/cvar/cvar.so %%PYTHON_SITELIBDIR%%/openage/cvar/location.py %%PYTHON_SITELIBDIR%%/openage/default_dirs.py %%PYTHON_SITELIBDIR%%/openage/game/__init__.py -%%PYTHON_SITELIBDIR%%/openage/game/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/game/__pycache__/main.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/game/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/game/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/game/main.py %%PYTHON_SITELIBDIR%%/openage/game/main_cpp.so %%PYTHON_SITELIBDIR%%/openage/log/__init__.py -%%PYTHON_SITELIBDIR%%/openage/log/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/log/__pycache__/tests.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/log/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/log/__pycache__/tests.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/log/log_cpp.so %%PYTHON_SITELIBDIR%%/openage/log/tests.py %%PYTHON_SITELIBDIR%%/openage/testing/__init__.py -%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/benchmark.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/doctest.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/list_processor.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/main.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/testing.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/testlist.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/benchmark.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/doctest.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/list_processor.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/testing.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/testing/__pycache__/testlist.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/testing/benchmark.py %%PYTHON_SITELIBDIR%%/openage/testing/cpp_testing.so %%PYTHON_SITELIBDIR%%/openage/testing/doctest.py @@ -189,28 +189,28 @@ lib/libopenage.so.0 %%PYTHON_SITELIBDIR%%/openage/testing/testing.py %%PYTHON_SITELIBDIR%%/openage/testing/testlist.py %%PYTHON_SITELIBDIR%%/openage/util/__init__.py -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/bytequeue.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/context.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/decorators.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/files.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/fsprinting.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/iterators.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/math.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/profiler.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/strings.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/struct.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/system.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/threading.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/bytequeue.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/context.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/decorators.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/files.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/fsprinting.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/iterators.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/math.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/profiler.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/strings.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/struct.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/system.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/__pycache__/threading.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/util/bytequeue.py %%PYTHON_SITELIBDIR%%/openage/util/context.py %%PYTHON_SITELIBDIR%%/openage/util/decorators.py %%PYTHON_SITELIBDIR%%/openage/util/filelike/__init__.py -%%PYTHON_SITELIBDIR%%/openage/util/filelike/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/filelike/__pycache__/abstract.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/filelike/__pycache__/fifo.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/filelike/__pycache__/readonly.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/filelike/__pycache__/stream.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/util/filelike/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/filelike/__pycache__/abstract.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/filelike/__pycache__/fifo.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/filelike/__pycache__/readonly.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/filelike/__pycache__/stream.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/util/filelike/abstract.py %%PYTHON_SITELIBDIR%%/openage/util/filelike/cpp.so %%PYTHON_SITELIBDIR%%/openage/util/filelike/fifo.py @@ -218,14 +218,14 @@ lib/libopenage.so.0 %%PYTHON_SITELIBDIR%%/openage/util/filelike/stream.py %%PYTHON_SITELIBDIR%%/openage/util/files.py %%PYTHON_SITELIBDIR%%/openage/util/fslike/__init__.py -%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/abstract.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/directory.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/filecollection.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/path.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/test.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/union.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/wrapper.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/abstract.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/directory.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/filecollection.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/path.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/test.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/union.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/openage/util/fslike/__pycache__/wrapper.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/openage/util/fslike/abstract.py %%PYTHON_SITELIBDIR%%/openage/util/fslike/cpp.so %%PYTHON_SITELIBDIR%%/openage/util/fslike/directory.py From owner-svn-ports-all@freebsd.org Sat Dec 8 12:25:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6DC813133C4; Sat, 8 Dec 2018 12:25:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E3467AC6A; Sat, 8 Dec 2018 12:25:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3091722165; Sat, 8 Dec 2018 12:25:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8CPOwl092364; Sat, 8 Dec 2018 12:25:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8CPOrI092363; Sat, 8 Dec 2018 12:25:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812081225.wB8CPOrI092363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 12:25:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486942 - head/x11/guake X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/x11/guake X-SVN-Commit-Revision: 486942 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4E3467AC6A X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-0.99)[-0.992,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 12:25:24 -0000 Author: antoine Date: Sat Dec 8 12:25:23 2018 New Revision: 486942 URL: https://svnweb.freebsd.org/changeset/ports/486942 Log: Fix plist Modified: head/x11/guake/pkg-plist Modified: head/x11/guake/pkg-plist ============================================================================== --- head/x11/guake/pkg-plist Sat Dec 8 12:23:18 2018 (r486941) +++ head/x11/guake/pkg-plist Sat Dec 8 12:25:23 2018 (r486942) @@ -130,60 +130,60 @@ share/pixmaps/guake.png %%PYTHON_SITELIBDIR%%/Guake-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/requires.txt %%PYTHON_SITELIBDIR%%/Guake-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/guake/__init__.py -%%PYTHON_SITELIBDIR%%/guake/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/__init__.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/about.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/about.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/boxes.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/boxes.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/callbacks.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/callbacks.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/common.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/common.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/customcommands.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/customcommands.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/dbusiface.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/dbusiface.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/dialogs.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/dialogs.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/globals.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/globals.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/gsettings.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/gsettings.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_app.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_app.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_logging.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_logging.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_toggle.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_toggle.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/keybindings.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/keybindings.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/main.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/main.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/menus.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/menus.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/notebook.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/notebook.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/notifier.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/notifier.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/palettes.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/palettes.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/paths.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/paths.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/prefs.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/prefs.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/settings.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/settings.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/simplegladeapp.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/simplegladeapp.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/split_utils.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/split_utils.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/terminal.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/terminal.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/theme.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/theme.cpython-36.pyc -%%PYTHON_SITELIBDIR%%/guake/__pycache__/utils.cpython-36.%%PYTHON_PYOEXTENSION%% -%%PYTHON_SITELIBDIR%%/guake/__pycache__/utils.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/about.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/about.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/boxes.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/boxes.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/callbacks.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/callbacks.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/common.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/common.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/customcommands.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/customcommands.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/dbusiface.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/dbusiface.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/globals.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/globals.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/gsettings.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/gsettings.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_app.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_app.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_logging.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_logging.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_toggle.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/guake_toggle.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/keybindings.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/keybindings.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/menus.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/menus.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/notebook.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/notebook.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/notifier.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/notifier.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/palettes.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/palettes.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/paths.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/paths.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/prefs.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/prefs.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/settings.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/settings.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/simplegladeapp.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/simplegladeapp.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/split_utils.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/split_utils.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/terminal.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/terminal.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/theme.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/theme.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/guake/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/guake/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/guake/about.py %%PYTHON_SITELIBDIR%%/guake/boxes.py %%PYTHON_SITELIBDIR%%/guake/callbacks.py From owner-svn-ports-all@freebsd.org Sat Dec 8 12:57:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D18C313148FB; Sat, 8 Dec 2018 12:57:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 829E17C0C7; Sat, 8 Dec 2018 12:57:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60B8822647; Sat, 8 Dec 2018 12:57:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8Cvdjb008513; Sat, 8 Dec 2018 12:57:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8CvbA9008501; Sat, 8 Dec 2018 12:57:37 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812081257.wB8CvbA9008501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Dec 2018 12:57:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486945 - in head/graphics/opencolorio: . files files/libs files/tools X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/graphics/opencolorio: . files files/libs files/tools X-SVN-Commit-Revision: 486945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 829E17C0C7 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.992,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 12:57:40 -0000 Author: pi Date: Sat Dec 8 12:57:37 2018 New Revision: 486945 URL: https://svnweb.freebsd.org/changeset/ports/486945 Log: graphics/opencolorio: update 1.0.9 -> 1.1.0 PR: 225941 Submitted by: Shane Ambler (maintainer) Relnotes: http://opencolorio.org/ChangeLog.html Added: head/graphics/opencolorio/files/libs/ head/graphics/opencolorio/files/libs/patch-CMakeLists.txt (contents, props changed) head/graphics/opencolorio/files/libs/patch-src_core_CMakeLists.txt (contents, props changed) head/graphics/opencolorio/files/patch-CMakeLists.txt (contents, props changed) head/graphics/opencolorio/files/patch-src_core_Config.cpp (contents, props changed) head/graphics/opencolorio/files/tools/ head/graphics/opencolorio/files/tools/patch-CMakeLists.txt (contents, props changed) head/graphics/opencolorio/files/tools/patch-src_core_CMakeLists.txt (contents, props changed) Deleted: head/graphics/opencolorio/files/extra-patch-CMakeLists.txt head/graphics/opencolorio/files/extra-patch-src_core_CMakeLists.txt head/graphics/opencolorio/files/extra-tools-patch-src_core_CMakeLists.txt head/graphics/opencolorio/files/patch-share_sphinx_ExtractRstFromSourceCPP.py Modified: head/graphics/opencolorio/Makefile head/graphics/opencolorio/distinfo head/graphics/opencolorio/pkg-plist Modified: head/graphics/opencolorio/Makefile ============================================================================== --- head/graphics/opencolorio/Makefile Sat Dec 8 12:35:17 2018 (r486944) +++ head/graphics/opencolorio/Makefile Sat Dec 8 12:57:37 2018 (r486945) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= opencolorio -PORTVERSION= 1.0.9 -PORTREVISION?= 5 +PORTVERSION= 1.1.0 +DISTVERSIONPREFIX= v CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -11,30 +11,31 @@ COMMENT?= Complete color management solution LICENSE= BSD3CLAUSE +USES= alias cmake:outsource compiler:c++11-lang pkgconfig shebangfix + USE_GITHUB= yes GH_ACCOUNT= imageworks GH_PROJECT= OpenColorIO -GH_TAGNAME= 67e455b97e -OPTIONS_DEFINE= DOCS - -DOCS_CMAKE_BOOL= OCIO_BUILD_DOCS - +CMAKE_ON= USE_EXTERNAL_TINYXML USE_EXTERNAL_YAML +CMAKE_OFF= OCIO_BUILD_JNIGLUE OCIO_BUILD_NUKE OCIO_BUILD_STATIC LDFLAGS+= -L${LOCALBASE}/lib -USES= alias compiler:c++11-lang cmake:outsource pkgconfig shebangfix -CMAKE_ARGS= -DOCIO_BUILD_JNIGLUE:BOOL=OFF \ - -DOCIO_BUILD_NUKE:BOOL=OFF \ - -DOCIO_BUILD_STATIC:BOOL=OFF \ - -DUSE_EXTERNAL_TINYXML:BOOL=ON \ - -DUSE_EXTERNAL_YAML:BOOL=ON +# pyglue gives an error on use of register +# this should only be an error using c++17 +CXXFLAGS+= -Wno-deprecated-register + SHEBANG_FILES= share/sphinx/ExtractRstFromSourceCPP.py \ share/sphinx/ExtractRstFromSourceSimple.py \ src/pyglue/createPyDocH.py +OPTIONS_DEFINE= DOCS + +DOCS_CMAKE_BOOL= OCIO_BUILD_DOCS + .if ${MACHINE_CPU:Msse2} -CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=ON +CMAKE_ON+= OCIO_USE_SSE .else -CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=OFF +CMAKE_OFF+= OCIO_USE_SSE .endif .include @@ -43,23 +44,22 @@ CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=OFF LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libOpenImageIO.so:graphics/openimageio \ libOpenColorIO.so:graphics/opencolorio -CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=ON \ - -DOCIO_BUILD_SHARED:BOOL=OFF \ - -DOCIO_BUILD_PYGLUE:BOOL=OFF +CMAKE_ON+= OCIO_BUILD_APPS USE_EXTERNAL_LCMS +CMAKE_OFF+= OCIO_BUILD_SHARED OCIO_BUILD_PYGLUE +LDFLAGS+= -lOpenColorIO USE_GL= gl glu glut glew USE_XORG= xi xmu PLIST= ${PKGDIR}/pkg-plist-tools -EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt \ - ${FILESDIR}/extra-tools-patch-src_core_CMakeLists.txt +EXTRA_PATCHES= ${PATCHDIR}/tools .elif defined(OCIO_SLAVE) && ${OCIO_SLAVE} == pymodule LIB_DEPENDS= libOpenImageIO.so:graphics/openimageio \ libOpenColorIO.so:graphics/opencolorio USES+= python USE_PYTHON= flavors -CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ - -DOCIO_BUILD_SHARED:BOOL=OFF \ - -DOCIO_BUILD_PYGLUE:BOOL=ON \ - -DPYTHON:STRING=${PYTHON_CMD} +LDFLAGS+= -lOpenColorIO +CMAKE_ON+= OCIO_BUILD_PYGLUE OCIO_PYGLUE_LINK +CMAKE_OFF+= OCIO_BUILD_APPS OCIO_BUILD_SHARED +CMAKE_ARGS+= -DPYTHON:FILEPATH=${PYTHON_CMD} PLIST= ${PKGDIR}/pkg-plist-pyglue .else # master port BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} @@ -67,10 +67,9 @@ LIB_DEPENDS= libtinyxml.so:textproc/tinyxml \ libyaml-cpp03.so:devel/yaml-cpp03 USES+= python:2.7,build USE_LDCONFIG= yes -CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ - -DOCIO_BUILD_SHARED:BOOL=ON \ - -DOCIO_BUILD_PYGLUE:BOOL=ON \ - -DPYTHON:FILEPATH=${PYTHON_CMD} +CMAKE_ON+= OCIO_BUILD_SHARED OCIO_BUILD_PYGLUE +CMAKE_OFF+= OCIO_BUILD_APPS +CMAKE_ARGS+= -DPYTHON:FILEPATH=${PYTHON_CMD} # we enable pyglue in master port. This makes the python module # available when generating docs, we leave the python header in place # but only install the python module with the py-opencolorio port @@ -78,7 +77,7 @@ CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ # doc building fails using python3 - but the py-opencolorio port can still # be used to build a python 3 module PLIST= ${PKGDIR}/pkg-plist -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_core_CMakeLists.txt +EXTRA_PATCHES= ${PATCHDIR}/libs .endif post-patch: Modified: head/graphics/opencolorio/distinfo ============================================================================== --- head/graphics/opencolorio/distinfo Sat Dec 8 12:35:17 2018 (r486944) +++ head/graphics/opencolorio/distinfo Sat Dec 8 12:57:37 2018 (r486945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474003473 -SHA256 (imageworks-OpenColorIO-1.0.9-67e455b97e_GH0.tar.gz) = cc932053f9b91c0f8549fe20bbb5d9ebc4c03e0638feac04b16a45dd73c37bc6 -SIZE (imageworks-OpenColorIO-1.0.9-67e455b97e_GH0.tar.gz) = 13744688 +TIMESTAMP = 1517541978 +SHA256 (imageworks-OpenColorIO-v1.1.0_GH0.tar.gz) = 228589879e1f11e455a555304007748a8904057088319ebbf172d9384b93c079 +SIZE (imageworks-OpenColorIO-v1.1.0_GH0.tar.gz) = 13826812 Added: head/graphics/opencolorio/files/libs/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/libs/patch-CMakeLists.txt Sat Dec 8 12:57:37 2018 (r486945) @@ -0,0 +1,17 @@ +--- ./CMakeLists.txt.orig 2018-01-05 12:08:27 UTC ++++ ./CMakeLists.txt +@@ -596,7 +599,7 @@ if(TARGET OpenColorIO_STATIC) + set(OCIO_STATIC_COMPILE_DEFINITIONS ) + endif() + endif() +-install(EXPORT OpenColorIO DESTINATION cmake) ++install(EXPORT OpenColorIO DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules) + file(WRITE "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" + " + get_filename_component(OpenColorIO_DIR \"\${CMAKE_CURRENT_LIST_FILE}\" PATH) +@@ -646,4 +649,4 @@ file(WRITE "${CMAKE_BINARY_DIR}/OpenColo + message(STATUS OPENCOLORIO_FOUND=\${OPENCOLORIO_FOUND}) + " + ) +-install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION .) ++install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules) Added: head/graphics/opencolorio/files/libs/patch-src_core_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/libs/patch-src_core_CMakeLists.txt Sat Dec 8 12:57:37 2018 (r486945) @@ -0,0 +1,8 @@ +--- src/core/CMakeLists.txt.orig 2014-09-11 19:08:18 UTC ++++ src/core/CMakeLists.txt +@@ -90,4 +90,4 @@ message(STATUS "Create OpenColorIO.pc fr + configure_file(${CMAKE_SOURCE_DIR}/export/pkgconfig/OpenColorIO.pc.in + ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc @ONLY) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc +- DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/) ++ DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/libdata/pkgconfig/) Added: head/graphics/opencolorio/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/patch-CMakeLists.txt Sat Dec 8 12:57:37 2018 (r486945) @@ -0,0 +1,32 @@ +--- CMakeLists.txt.orig 2018-01-05 12:08:27 UTC ++++ CMakeLists.txt +@@ -3,6 +3,10 @@ set(OCIO_VERSION_MAJOR 1) + set(OCIO_VERSION_MINOR 1) + set(OCIO_VERSION_PATCH 0) + ++set(CMAKE_CXX_STANDARD 11) ++set(CMAKE_CXX_STANDARD_REQUIRED ON) ++set(CMAKE_CXX_EXTENSIONS OFF) ++ + cmake_minimum_required(VERSION 2.8) + set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/share/cmake) + if(NOT DEFINED CMAKE_FIRST_RUN) +@@ -218,8 +222,7 @@ else(USE_EXTERNAL_TINYXML) + ## => great news when build staticaly since we do not want another client project have to link also with tinyxml when he want to use this project + ## => could be problematic if the client project use another version of tinyxml... In this case build tinyxml as shared lib with all projects could be a solution + ## => TODO: so maybe provide a simple cmake way to build 3rdParty as shared and auto install with this project ? +- set_target_properties(TINYXML_LIB PROPERTIES COMPILE_FLAGS "-DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden") +- add_definitions(-DTIXML_USE_STL) ## needed to build correctly, and also need to be propagated in child projects (client projects) ++ set_target_properties(TINYXML_LIB PROPERTIES COMPILE_FLAGS "-fPIC -fvisibility-inlines-hidden -fvisibility=hidden") + list(APPEND EXTERNAL_OBJECTS $) + else() + find_package(Git REQUIRED) ## in order to apply patch (for crossplateform compatibility) +@@ -384,7 +387,7 @@ else() + set(OCIO_INLINES_HIDDEN OFF) + endif() + +-set(EXTERNAL_COMPILE_FLAGS "-DTIXML_USE_STL ${YAML_CPP_COMPILE_FLAGS} ${GCC_COMPILE_FLAGS}") ++set(EXTERNAL_COMPILE_FLAGS "${YAML_CPP_COMPILE_FLAGS} ${GCC_COMPILE_FLAGS}") + + set(EXTERNAL_LINK_FLAGS "") + set(EXTERNAL_LIBRARY_DIRS ${PROJECT_BINARY_DIR}/ext/dist/lib) Added: head/graphics/opencolorio/files/patch-src_core_Config.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/patch-src_core_Config.cpp Sat Dec 8 12:57:37 2018 (r486945) @@ -0,0 +1,11 @@ +--- src/core/Config.cpp.orig 2018-09-04 18:15:21 UTC ++++ src/core/Config.cpp +@@ -324,7 +324,7 @@ OCIO_NAMESPACE_ENTER + sanitytext_ = rhs.sanitytext_; + + cacheids_ = rhs.cacheids_; +- cacheidnocontext_ = cacheidnocontext_; ++ cacheidnocontext_ = rhs.cacheidnocontext_; + } + return *this; + } Added: head/graphics/opencolorio/files/tools/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/tools/patch-CMakeLists.txt Sat Dec 8 12:57:37 2018 (r486945) @@ -0,0 +1,35 @@ +--- ./CMakeLists.txt.orig 2018-01-05 12:08:27 UTC ++++ ./CMakeLists.txt +@@ -457,7 +460,7 @@ endif() + ############################################################################### + ### APPS ### + +-if(OCIO_BUILD_APPS AND (OCIO_BUILD_STATIC OR OCIO_BUILD_SHARED) ) ++if(OCIO_BUILD_APPS) + + # Try to find OpenImageIO (OIIO) and OpenGL stuff + OCIOFindOpenImageIO() +@@ -531,7 +534,7 @@ endif() + configure_file(${CMAKE_SOURCE_DIR}/share/ocio/setup_ocio.sh.in + ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh @ONLY) + +-INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh DESTINATION share/ocio/) ++#INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh DESTINATION share/ocio/) + + ############################################################################### + ### CPACK ### +@@ -596,7 +595,7 @@ if(TARGET OpenColorIO_STATIC) + set(OCIO_STATIC_COMPILE_DEFINITIONS ) + endif() + endif() +-install(EXPORT OpenColorIO DESTINATION cmake) ++#install(EXPORT OpenColorIO DESTINATION cmake) + file(WRITE "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" + " + get_filename_component(OpenColorIO_DIR \"\${CMAKE_CURRENT_LIST_FILE}\" PATH) +@@ -646,4 +649,4 @@ file(WRITE "${CMAKE_BINARY_DIR}/OpenColo + message(STATUS OPENCOLORIO_FOUND=\${OPENCOLORIO_FOUND}) + " + ) +-install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION .) ++#install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules) Added: head/graphics/opencolorio/files/tools/patch-src_core_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencolorio/files/tools/patch-src_core_CMakeLists.txt Sat Dec 8 12:57:37 2018 (r486945) @@ -0,0 +1,18 @@ +--- src/core/CMakeLists.txt.orig 2018-02-05 14:07:04 UTC ++++ src/core/CMakeLists.txt +@@ -105,15 +105,3 @@ macro(target_link_OCIO target) + set_target_properties(${target} PROPERTIES COMPILE_DEFINITIONS OpenColorIO_STATIC) + endif() + endmacro() +- +- +-# public interface +-install(FILES ${core_export_headers} +- DESTINATION ${CMAKE_INSTALL_PREFIX}/include/OpenColorIO/) +- +-# pkg-config +-message(STATUS "Create OpenColorIO.pc from OpenColorIO.pc.in") +-configure_file(${CMAKE_SOURCE_DIR}/export/pkgconfig/OpenColorIO.pc.in +- ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc @ONLY) +-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/OpenColorIO.pc +- DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/) Modified: head/graphics/opencolorio/pkg-plist ============================================================================== --- head/graphics/opencolorio/pkg-plist Sat Dec 8 12:35:17 2018 (r486944) +++ head/graphics/opencolorio/pkg-plist Sat Dec 8 12:57:37 2018 (r486945) @@ -5,8 +5,11 @@ include/OpenColorIO/OpenColorTypes.h include/PyOpenColorIO/PyOpenColorIO.h lib/libOpenColorIO.so lib/libOpenColorIO.so.1 -lib/libOpenColorIO.so.1.0.9 +lib/libOpenColorIO.so.1.1.0 libdata/pkgconfig/OpenColorIO.pc +share/cmake/Modules/OpenColorIOConfig.cmake +share/cmake/Modules/OpenColorIO-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Modules/OpenColorIO.cmake %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.html %%PORTDOCS%%%%DOCSDIR%%/CompatibleSoftware.html %%PORTDOCS%%%%DOCSDIR%%/FAQ.html @@ -25,11 +28,11 @@ libdata/pkgconfig/OpenColorIO.pc %%PORTDOCS%%%%DOCSDIR%%/_sources/CompatibleSoftware.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/FAQ.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/License.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/aces_1.0.3.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/allocation_vars.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/index.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/nuke_default.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_anim.txt -%%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_pipeline.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/configurations/spi_vfx.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorIO.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/api/OpenColorTransforms.txt @@ -48,6 +51,7 @@ libdata/pkgconfig/OpenColorIO.pc %%PORTDOCS%%%%DOCSDIR%%/_sources/developers/usage_examples.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/downloads.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/introduction.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/installation.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/baking_luts.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/userguide/config_syntax.txt @@ -81,11 +85,11 @@ libdata/pkgconfig/OpenColorIO.pc %%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/up.png %%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js +%%PORTDOCS%%%%DOCSDIR%%/configurations/aces_1.0.3.html %%PORTDOCS%%%%DOCSDIR%%/configurations/allocation_vars.html %%PORTDOCS%%%%DOCSDIR%%/configurations/index.html %%PORTDOCS%%%%DOCSDIR%%/configurations/nuke_default.html %%PORTDOCS%%%%DOCSDIR%%/configurations/spi_anim.html -%%PORTDOCS%%%%DOCSDIR%%/configurations/spi_pipeline.html %%PORTDOCS%%%%DOCSDIR%%/configurations/spi_vfx.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorIO.html %%PORTDOCS%%%%DOCSDIR%%/developers/api/OpenColorTransforms.html @@ -106,6 +110,7 @@ libdata/pkgconfig/OpenColorIO.pc %%PORTDOCS%%%%DOCSDIR%%/genindex.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/installation.html +%%PORTDOCS%%%%DOCSDIR%%/introduction.html %%PORTDOCS%%%%DOCSDIR%%/objects.inv %%PORTDOCS%%%%DOCSDIR%%/py-modindex.html %%PORTDOCS%%%%DOCSDIR%%/search.html From owner-svn-ports-all@freebsd.org Sat Dec 8 13:11:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADDAA13151C0; Sat, 8 Dec 2018 13:11:10 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 551A27CAB5; Sat, 8 Dec 2018 13:11:10 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3619622816; Sat, 8 Dec 2018 13:11:10 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8DB9nL015245; Sat, 8 Dec 2018 13:11:09 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8DB9r9015244; Sat, 8 Dec 2018 13:11:09 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201812081311.wB8DB9r9015244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 8 Dec 2018 13:11:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486948 - head/devel/pecl-grpc X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/pecl-grpc X-SVN-Commit-Revision: 486948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 551A27CAB5 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 13:11:10 -0000 Author: vanilla Date: Sat Dec 8 13:11:09 2018 New Revision: 486948 URL: https://svnweb.freebsd.org/changeset/ports/486948 Log: Update to 1.17.0. Modified: head/devel/pecl-grpc/Makefile head/devel/pecl-grpc/distinfo Modified: head/devel/pecl-grpc/Makefile ============================================================================== --- head/devel/pecl-grpc/Makefile Sat Dec 8 13:04:23 2018 (r486947) +++ head/devel/pecl-grpc/Makefile Sat Dec 8 13:11:09 2018 (r486948) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org Modified: head/devel/pecl-grpc/distinfo ============================================================================== --- head/devel/pecl-grpc/distinfo Sat Dec 8 13:04:23 2018 (r486947) +++ head/devel/pecl-grpc/distinfo Sat Dec 8 13:11:09 2018 (r486948) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540282945 -SHA256 (PECL/grpc-1.16.0.tgz) = 990ba2bfed328c3afabd6f206a6187a52f44b56d11d6462c74b9e8a9068d99ed -SIZE (PECL/grpc-1.16.0.tgz) = 2601689 +TIMESTAMP = 1544274279 +SHA256 (PECL/grpc-1.17.0.tgz) = 7a88dcff41e9cbaf92a09ad9d71e516f53e5bccc4b8d2c554c6b4787a2d47098 +SIZE (PECL/grpc-1.17.0.tgz) = 2645291 From owner-svn-ports-all@freebsd.org Sat Dec 8 13:20:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55C8613157A7; Sat, 8 Dec 2018 13:20:38 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F174F7D0E0; Sat, 8 Dec 2018 13:20:37 +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 B8D862298B; Sat, 8 Dec 2018 13:20:37 +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 wB8DKbxT019450; Sat, 8 Dec 2018 13:20:37 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8DKbGC019447; Sat, 8 Dec 2018 13:20:37 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201812081320.wB8DKbGC019447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 8 Dec 2018 13:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486949 - in head: graphics/gwenview net-im/ktp-contact-list net-im/ktp-filetransfer-handler X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: graphics/gwenview net-im/ktp-contact-list net-im/ktp-filetransfer-handler X-SVN-Commit-Revision: 486949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F174F7D0E0 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 13:20:38 -0000 Author: tcberner Date: Sat Dec 8 13:20:36 2018 New Revision: 486949 URL: https://svnweb.freebsd.org/changeset/ports/486949 Log: Set c++11 on some more kde@ ports. PR: 233856 Submitted by: Piotr Kubaj Modified: head/graphics/gwenview/Makefile head/net-im/ktp-contact-list/Makefile head/net-im/ktp-filetransfer-handler/Makefile Modified: head/graphics/gwenview/Makefile ============================================================================== --- head/graphics/gwenview/Makefile Sat Dec 8 13:11:09 2018 (r486948) +++ head/graphics/gwenview/Makefile Sat Dec 8 13:20:36 2018 (r486949) @@ -13,7 +13,8 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ liblcms2.so:graphics/lcms2 \ libpng.so:graphics/png -USES= cmake:outsource gettext jpeg pkgconfig kde:5 qt:5 tar:xz +USES= compiler:c++11-lang cmake:outsource gettext jpeg pkgconfig \ + kde:5 qt:5 tar:xz USE_KDE= activities auth baloo bookmarks codecs completion config \ configwidgets coreaddons ecm emoticons filemetadata i18n \ iconthemes init itemmodels itemviews jobwidgets \ Modified: head/net-im/ktp-contact-list/Makefile ============================================================================== --- head/net-im/ktp-contact-list/Makefile Sat Dec 8 13:11:09 2018 (r486948) +++ head/net-im/ktp-contact-list/Makefile Sat Dec 8 13:20:36 2018 (r486949) @@ -11,7 +11,7 @@ LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@q libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals -USES= cmake:outsource gettext kde:5 qt:5 tar:xz +USES= compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ dbusaddons ecm i18n iconthemes jobwidgets kcmutils kio \ notifications notifyconfig people service wallet widgetsaddons \ Modified: head/net-im/ktp-filetransfer-handler/Makefile ============================================================================== --- head/net-im/ktp-filetransfer-handler/Makefile Sat Dec 8 13:11:09 2018 (r486948) +++ head/net-im/ktp-filetransfer-handler/Makefile Sat Dec 8 13:20:36 2018 (r486949) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals -USES= cmake:outsource gettext kde:5 qt:5 tar:xz +USES= compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons ecm i18n itemviews jobwidgets kio service solid \ wallet widgetsaddons xmlgui From owner-svn-ports-all@freebsd.org Sat Dec 8 13:04:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B21891314EEE; Sat, 8 Dec 2018 13:04:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 555367C801; Sat, 8 Dec 2018 13:04:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33C36227DA; Sat, 8 Dec 2018 13:04:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8D4O8A014009; Sat, 8 Dec 2018 13:04:24 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8D4NML014007; Sat, 8 Dec 2018 13:04:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201812081304.wB8D4NML014007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 8 Dec 2018 13:04:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486947 - branches/2018Q4/net/traefik X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q4/net/traefik X-SVN-Commit-Revision: 486947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 555367C801 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 13:04:24 -0000 Author: riggs Date: Sat Dec 8 13:04:23 2018 New Revision: 486947 URL: https://svnweb.freebsd.org/changeset/ports/486947 Log: MFH: r486944 Update to upstream version 1.7.5 Details: - Bug fixes and documentation improvements, see https://github.com/containous/traefik/releases/tag/v1.7.5 Approved by: ports-secteam (riggs) Modified: branches/2018Q4/net/traefik/Makefile branches/2018Q4/net/traefik/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/traefik/Makefile ============================================================================== --- branches/2018Q4/net/traefik/Makefile Sat Dec 8 13:04:01 2018 (r486946) +++ branches/2018Q4/net/traefik/Makefile Sat Dec 8 13:04:23 2018 (r486947) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui Modified: branches/2018Q4/net/traefik/distinfo ============================================================================== --- branches/2018Q4/net/traefik/distinfo Sat Dec 8 13:04:01 2018 (r486946) +++ branches/2018Q4/net/traefik/distinfo Sat Dec 8 13:04:23 2018 (r486947) @@ -1,5 +1,5 @@ -TIMESTAMP = 1541061559 -SHA256 (traefik-webui-static-1.7.4.tar.gz) = 05064259df51de1c7eeddc4c28748d0752b5fdf59fbf4f3d0e5dae616df5f686 -SIZE (traefik-webui-static-1.7.4.tar.gz) = 1088875 -SHA256 (containous-traefik-v1.7.4_GH0.tar.gz) = 0de6bdfc1c760bdf5ecd983d50e217beaa7e26e97a4229b81c7682d45351c197 -SIZE (containous-traefik-v1.7.4_GH0.tar.gz) = 10536671 +TIMESTAMP = 1544259265 +SHA256 (traefik-webui-static-1.7.5.tar.gz) = eefb035cf20ed27580dea178b271c0fa35714222408c327b5f7281973c48b53c +SIZE (traefik-webui-static-1.7.5.tar.gz) = 922653 +SHA256 (containous-traefik-v1.7.5_GH0.tar.gz) = ccd451f19dddc4c3076b37445e13fdb9471ac3e903d9ef217386b4581051dbc7 +SIZE (containous-traefik-v1.7.5_GH0.tar.gz) = 10580235 From owner-svn-ports-all@freebsd.org Sat Dec 8 13:04:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5A2B1314ED3; Sat, 8 Dec 2018 13:04:02 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 482707C74C; Sat, 8 Dec 2018 13:04:02 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2495C227D9; Sat, 8 Dec 2018 13:04:02 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8D427n013869; Sat, 8 Dec 2018 13:04:02 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8D41vc013866; Sat, 8 Dec 2018 13:04:01 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201812081304.wB8D41vc013866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 8 Dec 2018 13:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486946 - head/net/elixir-kafka_ex X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/net/elixir-kafka_ex X-SVN-Commit-Revision: 486946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 482707C74C X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 13:04:03 -0000 Author: vanilla Date: Sat Dec 8 13:04:01 2018 New Revision: 486946 URL: https://svnweb.freebsd.org/changeset/ports/486946 Log: Update to 0.9.0. Modified: head/net/elixir-kafka_ex/Makefile head/net/elixir-kafka_ex/distinfo head/net/elixir-kafka_ex/pkg-plist Modified: head/net/elixir-kafka_ex/Makefile ============================================================================== --- head/net/elixir-kafka_ex/Makefile Sat Dec 8 12:57:37 2018 (r486945) +++ head/net/elixir-kafka_ex/Makefile Sat Dec 8 13:04:01 2018 (r486946) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kafka_ex -PORTVERSION= 0.6.4 +PORTVERSION= 0.9.0 CATEGORIES= net PKGNAMEPREFIX= elixir- Modified: head/net/elixir-kafka_ex/distinfo ============================================================================== --- head/net/elixir-kafka_ex/distinfo Sat Dec 8 12:57:37 2018 (r486945) +++ head/net/elixir-kafka_ex/distinfo Sat Dec 8 13:04:01 2018 (r486946) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490580338 -SHA256 (jacklund-kafka_ex-0.6.4_GH0.tar.gz) = 110715cea7b048cbeb33e4f044af997c60f2a9d5c8481598b1e3a51900542271 -SIZE (jacklund-kafka_ex-0.6.4_GH0.tar.gz) = 53954 +TIMESTAMP = 1544268934 +SHA256 (jacklund-kafka_ex-0.9.0_GH0.tar.gz) = 08347a22390fe164eae3d5b4bf0d51d57725499e00600c127c087039df1f0ab0 +SIZE (jacklund-kafka_ex-0.9.0_GH0.tar.gz) = 86296 Modified: head/net/elixir-kafka_ex/pkg-plist ============================================================================== --- head/net/elixir-kafka_ex/pkg-plist Sat Dec 8 12:57:37 2018 (r486945) +++ head/net/elixir-kafka_ex/pkg-plist Sat Dec 8 13:04:01 2018 (r486946) @@ -1,10 +1,33 @@ +lib/elixir/lib/kafka_ex/ebin/Elixir.Enumerable.KafkaEx.Stream.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.ApiVersions.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Compression.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Config.beam -lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Handler.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.ConsumerGroup.Heartbeat.State.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.ConsumerGroup.Heartbeat.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.ConsumerGroup.Manager.State.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.ConsumerGroup.Manager.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.ConsumerGroup.PartitionAssignment.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.ConsumerGroup.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.ConsumerGroupRequiredError.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.GenConsumer.State.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.GenConsumer.Supervisor.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.GenConsumer.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.InvalidConsumerGroupError.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.NetworkClient.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.ApiVersions.ApiVersion.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.ApiVersions.Response.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.ApiVersions.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Common.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.ConsumerMetadata.Response.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.ConsumerMetadata.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.CreateTopics.ConfigEntry.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.CreateTopics.ReplicaAssignment.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.CreateTopics.Request.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.CreateTopics.Response.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.CreateTopics.TopicError.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.CreateTopics.TopicRequest.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.CreateTopics.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Heartbeat.Request.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Heartbeat.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Fetch.Message.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Fetch.Response.beam @@ -14,6 +37,7 @@ lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.H lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.JoinGroup.Request.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.JoinGroup.Response.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.JoinGroup.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.LeaveGroup.Request.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.LeaveGroup.Response.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.LeaveGroup.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Metadata.Broker.beam @@ -36,28 +60,36 @@ lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.P lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Produce.Response.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.Produce.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.SyncGroup.Assignment.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.SyncGroup.Request.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.SyncGroup.Response.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.SyncGroup.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Protocol.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Server0P10AndLater.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Server0P8P0.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Server0P8P2.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Server0P9P0.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Server.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Server.State.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Socket.beam +lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Stream.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.Supervisor.beam lib/elixir/lib/kafka_ex/ebin/Elixir.KafkaEx.beam lib/elixir/lib/kafka_ex/ebin/kafka_ex.app lib/elixir/lib/kafka_ex/lib/kafka_ex.ex -lib/elixir/lib/kafka_ex/lib/kafka_ex/config.ex -lib/elixir/lib/kafka_ex/lib/kafka_ex/server_0_p_8_p_0.ex -lib/elixir/lib/kafka_ex/lib/kafka_ex/server_0_p_8_p_2.ex -lib/elixir/lib/kafka_ex/lib/kafka_ex/server_0_p_9_p_0.ex -lib/elixir/lib/kafka_ex/lib/kafka_ex/socket.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/api_versions.ex lib/elixir/lib/kafka_ex/lib/kafka_ex/compression.ex -lib/elixir/lib/kafka_ex/lib/kafka_ex/handler.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/config.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/consumer_group.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/consumer_group/heartbeat.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/consumer_group/manager.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/consumer_group/partition_assignment.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/exceptions.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/gen_consumer.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/gen_consumer/supervisor.ex lib/elixir/lib/kafka_ex/lib/kafka_ex/network_client.ex lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/api_versions.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/create_topics.ex lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/common.ex lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/consumer_metadata.ex lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/fetch.ex @@ -70,6 +102,12 @@ lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/offset_c lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/offset_fetch.ex lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/produce.ex lib/elixir/lib/kafka_ex/lib/kafka_ex/protocol/sync_group.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/server_0_p_10_and_later.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/server_0_p_8_p_0.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/server_0_p_8_p_2.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/server_0_p_9_p_0.ex lib/elixir/lib/kafka_ex/lib/kafka_ex/server.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/socket.ex +lib/elixir/lib/kafka_ex/lib/kafka_ex/stream.ex lib/elixir/lib/kafka_ex/lib/kafka_ex/supervisor.ex %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Sat Dec 8 14:15:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E35391317906; Sat, 8 Dec 2018 14:15:17 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 813107F5C3; Sat, 8 Dec 2018 14:15:17 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C45323347; Sat, 8 Dec 2018 14:15:17 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8EFHY2050429; Sat, 8 Dec 2018 14:15:17 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8EFF6e050418; Sat, 8 Dec 2018 14:15:15 GMT (envelope-from mr@FreeBSD.org) Message-Id: <201812081415.wB8EFF6e050418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Sat, 8 Dec 2018 14:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486951 - in head/cad: kicad-devel kicad-library-footprints-devel kicad-library-packages3d-devel kicad-library-symbols-devel kicad-library-templates-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mr X-SVN-Commit-Paths: in head/cad: kicad-devel kicad-library-footprints-devel kicad-library-packages3d-devel kicad-library-symbols-devel kicad-library-templates-devel X-SVN-Commit-Revision: 486951 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 813107F5C3 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.993,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 14:15:18 -0000 Author: mr Date: Sat Dec 8 14:15:15 2018 New Revision: 486951 URL: https://svnweb.freebsd.org/changeset/ports/486951 Log: Update to 2018.12.07 Modified: head/cad/kicad-devel/Makefile.git_rev head/cad/kicad-devel/distinfo head/cad/kicad-library-footprints-devel/Makefile.git_rev head/cad/kicad-library-footprints-devel/distinfo head/cad/kicad-library-footprints-devel/pkg-plist head/cad/kicad-library-packages3d-devel/Makefile.git_rev head/cad/kicad-library-packages3d-devel/distinfo head/cad/kicad-library-packages3d-devel/pkg-plist head/cad/kicad-library-symbols-devel/Makefile.git_rev head/cad/kicad-library-symbols-devel/distinfo head/cad/kicad-library-symbols-devel/pkg-plist head/cad/kicad-library-templates-devel/Makefile.git_rev head/cad/kicad-library-templates-devel/distinfo Modified: head/cad/kicad-devel/Makefile.git_rev ============================================================================== --- head/cad/kicad-devel/Makefile.git_rev Sat Dec 8 13:57:40 2018 (r486950) +++ head/cad/kicad-devel/Makefile.git_rev Sat Dec 8 14:15:15 2018 (r486951) @@ -1,2 +1,2 @@ -GIT_SRC_HASH= d953724365e54c68dc861b5b9202cc3d75b1fb0f -GIT_SRC_DATE= 20181026164214 +GIT_SRC_HASH= a40cff18d39f7c3b2678d944a1c966f36e411f0a +GIT_SRC_DATE= 20181207113052 Modified: head/cad/kicad-devel/distinfo ============================================================================== --- head/cad/kicad-devel/distinfo Sat Dec 8 13:57:40 2018 (r486950) +++ head/cad/kicad-devel/distinfo Sat Dec 8 14:15:15 2018 (r486951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540565514 -SHA256 (kicad/KiCad-kicad-source-mirror-r20181026164214-d953724365e54c68dc861b5b9202cc3d75b1fb0f_GH0.tar.gz) = 2c2e5891f6255fc88d18ee7f69d7085fd6fe14a8f5d6d45e45695234d06b2990 -SIZE (kicad/KiCad-kicad-source-mirror-r20181026164214-d953724365e54c68dc861b5b9202cc3d75b1fb0f_GH0.tar.gz) = 23653240 +TIMESTAMP = 1544271072 +SHA256 (kicad/KiCad-kicad-source-mirror-r20181207113052-a40cff18d39f7c3b2678d944a1c966f36e411f0a_GH0.tar.gz) = 5f9c0383c1892680fdd706e78480a2b0c3f1f2ea8ffcb4d3cb5de29c861e3dc2 +SIZE (kicad/KiCad-kicad-source-mirror-r20181207113052-a40cff18d39f7c3b2678d944a1c966f36e411f0a_GH0.tar.gz) = 23735501 Modified: head/cad/kicad-library-footprints-devel/Makefile.git_rev ============================================================================== --- head/cad/kicad-library-footprints-devel/Makefile.git_rev Sat Dec 8 13:57:40 2018 (r486950) +++ head/cad/kicad-library-footprints-devel/Makefile.git_rev Sat Dec 8 14:15:15 2018 (r486951) @@ -1,2 +1,2 @@ -GIT_FP_HASH= d873befc47cea28ddbb4d622042a1fc33c6d1b2d -GIT_FP_DATE= 20181022012927 +GIT_FP_HASH= 47e4fd73d4934b4d7ee400f466b15d1534f92518 +GIT_FP_DATE= 20181206020438 Modified: head/cad/kicad-library-footprints-devel/distinfo ============================================================================== --- head/cad/kicad-library-footprints-devel/distinfo Sat Dec 8 13:57:40 2018 (r486950) +++ head/cad/kicad-library-footprints-devel/distinfo Sat Dec 8 14:15:15 2018 (r486951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540215705 -SHA256 (KiCad-kicad-footprints-r20181022012927-d873befc47cea28ddbb4d622042a1fc33c6d1b2d_GH0.tar.gz) = 67b30b3cfe1d12c688d5f8f3f8ef42a53081d6f1f7481ed41b35ec64fd32f841 -SIZE (KiCad-kicad-footprints-r20181022012927-d873befc47cea28ddbb4d622042a1fc33c6d1b2d_GH0.tar.gz) = 5079542 +TIMESTAMP = 1544276832 +SHA256 (KiCad-kicad-footprints-r20181206020438-47e4fd73d4934b4d7ee400f466b15d1534f92518_GH0.tar.gz) = b6bd828d54584a21651de695f69f1f593484062e61289a2c8046267e779985b9 +SIZE (KiCad-kicad-footprints-r20181206020438-47e4fd73d4934b4d7ee400f466b15d1534f92518_GH0.tar.gz) = 5090183 Modified: head/cad/kicad-library-footprints-devel/pkg-plist ============================================================================== --- head/cad/kicad-library-footprints-devel/pkg-plist Sat Dec 8 13:57:40 2018 (r486950) +++ head/cad/kicad-library-footprints-devel/pkg-plist Sat Dec 8 14:15:15 2018 (r486951) @@ -844,14 +844,13 @@ %%DATADIR%%/modules/Connector.pretty/Tag-Connect_TC2070-IDC-FP_2x07_P1.27mm_Vertical.kicad_mod %%DATADIR%%/modules/Connector_Audio.pretty/Jack_3.5mm_CUI_SJ1-3533NG_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Audio.pretty/Jack_3.5mm_CUI_SJ1-3533NG_Horizontal_CircularHoles.kicad_mod -%%DATADIR%%/modules/Connector_Audio.pretty/Jack_3.5mm_Neutric_NMJ6HCD2_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Audio.pretty/Jack_3.5mm_Ledino_KB3SPRS_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Audio.pretty/Jack_3.5mm_Neutrik_NMJ6HCD2_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Audio.pretty/Jack_3.5mm_PJ31060-I_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Audio.pretty/Jack_3.5mm_PJ311_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Audio.pretty/Jack_3.5mm_PJ320D_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Audio.pretty/Jack_3.5mm_PJ320E_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Audio.pretty/Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles.kicad_mod -%%DATADIR%%/modules/Connector_Audio.pretty/Jack_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Audio.pretty/StereoJack_3.5mm_Switch_Ledino_KB3SPRS_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_BarrelJack.pretty/BarrelJack_CUI_PJ-036AH-SMT_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_BarrelJack.pretty/BarrelJack_CUI_PJ-063AH_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_BarrelJack.pretty/BarrelJack_CUI_PJ-063AH_Horizontal_CircularHoles.kicad_mod @@ -880,6 +879,8 @@ %%DATADIR%%/modules/Connector_Coaxial.pretty/SMA_Amphenol_132291_Vertical.kicad_mod %%DATADIR%%/modules/Connector_Coaxial.pretty/SMA_Amphenol_901-144_Vertical.kicad_mod %%DATADIR%%/modules/Connector_Coaxial.pretty/SMA_Molex_73251-1153_EdgeMount_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Coaxial.pretty/SMA_Molex_73251-2200_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Coaxial.pretty/SMA_Samtec_SMA-J-P-H-ST-EM1_EdgeMount.kicad_mod %%DATADIR%%/modules/Connector_Coaxial.pretty/SMB_Jack_Vertical.kicad_mod %%DATADIR%%/modules/Connector_Coaxial.pretty/U.FL_Hirose_U.FL-R-SMT-1_Vertical.kicad_mod %%DATADIR%%/modules/Connector_Coaxial.pretty/U.FL_Molex_MCRF_73412-0110_Vertical.kicad_mod @@ -1185,6 +1186,18 @@ %%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_LTek-Male_2x17_P2.00mm_Vertical_StrainRelief.kicad_mod %%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_LTek-Male_2x22_P2.00mm_Vertical.kicad_mod %%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_LTek-Male_2x22_P2.00mm_Vertical_StrainRelief.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7810245_2x02_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7810345_2x03_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7810445_2x04_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7810545_2x05_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7810645_2x06_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7810745_2x07_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7810845_2x08_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7810945_2x09_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7811045_2x10_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7811245_2x12_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7811545_2x15_P2.54mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-7812045_2x20_P2.54mm_Vertical.kicad_mod %%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-89003xx_1x03_P2.54mm_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-89004xx_1x04_P2.54mm_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Harwin.pretty/Harwin_M20-89005xx_1x05_P2.54mm_Horizontal.kicad_mod @@ -2185,34 +2198,34 @@ %%DATADIR%%/modules/Connector_Molex.pretty/Molex_Pico-Lock_504050-0891_1x08-1MP_P1.50mm_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Molex.pretty/Molex_Pico-Lock_504050-1091_1x10-1MP_P1.50mm_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Molex.pretty/Molex_Pico-Lock_504050-1291_1x12-1MP_P1.50mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0410_1x02_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0610_1x03_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0810_1x04_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1010_1x05_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1210_1x06_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1410_1x07_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1610_1x08_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1810_1x09_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-2010_1x10_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-2210_1x11_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-2410_1x12_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-2610_1x13_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-2810_1x14_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-3010_1x15_P1.25mm_Vertical.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0410_1x02_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0610_1x03_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0810_1x04_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1010_1x05_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1210_1x06_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1410_1x07_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1610_1x08_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1810_1x09_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-2010_1x10_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-2210_1x11_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-2410_1x12_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-2610_1x13_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-2810_1x14_P1.25mm_Horizontal.kicad_mod -%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-3010_1x15_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0210_1x02_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0310_1x03_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0410_1x04_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0510_1x05_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0610_1x06_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0710_1x07_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0810_1x08_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-0910_1x09_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1010_1x10_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1110_1x11_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1210_1x12_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1310_1x13_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1410_1x14_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53047-1510_1x15_P1.25mm_Vertical.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0210_1x02_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0310_1x03_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0410_1x04_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0510_1x05_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0610_1x06_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0710_1x07_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0810_1x08_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-0910_1x09_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1010_1x10_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1110_1x11_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1210_1x12_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1310_1x13_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1410_1x14_P1.25mm_Horizontal.kicad_mod +%%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53048-1510_1x15_P1.25mm_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53261-0271_1x02-1MP_P1.25mm_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53261-0371_1x03-1MP_P1.25mm_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_Molex.pretty/Molex_PicoBlade_53261-0471_1x04-1MP_P1.25mm_Horizontal.kicad_mod @@ -5579,6 +5592,7 @@ %%DATADIR%%/modules/Connector_USB.pretty/USB_C_Receptacle_Amphenol_12401548E4-2A_CircularHoles.kicad_mod %%DATADIR%%/modules/Connector_USB.pretty/USB_C_Receptacle_Amphenol_12401610E4-2A.kicad_mod %%DATADIR%%/modules/Connector_USB.pretty/USB_C_Receptacle_Amphenol_12401610E4-2A_CircularHoles.kicad_mod +%%DATADIR%%/modules/Connector_USB.pretty/USB_C_Receptacle_GCT_USB4085.kicad_mod %%DATADIR%%/modules/Connector_USB.pretty/USB_Micro-B_Amphenol_10103594-0001LF_Horizontal.kicad_mod %%DATADIR%%/modules/Connector_USB.pretty/USB_Micro-B_GCT_USB3076-30-A.kicad_mod %%DATADIR%%/modules/Connector_USB.pretty/USB_Micro-B_Molex-105017-0001.kicad_mod @@ -5672,6 +5686,7 @@ %%DATADIR%%/modules/Converter_ACDC.pretty/Converter_ACDC_TRACO_TMLM-10-20_THT.kicad_mod %%DATADIR%%/modules/Converter_ACDC.pretty/Converter_ACDC_Vigortronix_VTX-214-010-xxx_THT.kicad_mod %%DATADIR%%/modules/Converter_ACDC.pretty/Converter_ACDC_Vigortronix_VTX-214-015-1xx_THT.kicad_mod +%%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_Artesyn_ATA_SMD.kicad_mod %%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_Bothhand_CFUDxxxx_THT.kicad_mod %%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_Bothhand_CFUSxxxxEH_THT.kicad_mod %%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_Bothhand_CFUSxxxx_THT.kicad_mod @@ -5698,6 +5713,7 @@ %%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_TRACO_TMR-1SM_SMD.kicad_mod %%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_TRACO_TMR-xxxx_THT.kicad_mod %%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_TRACO_TSR-1_THT.kicad_mod +%%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_XP_POWER-ISU02_SMD.kicad_mod %%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_XP_POWER_JTExxxxDxx_THT.kicad_mod %%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_muRata_CRE1xxxxxx3C_THT.kicad_mod %%DATADIR%%/modules/Converter_DCDC.pretty/Converter_DCDC_muRata_CRE1xxxxxxDC_THT.kicad_mod @@ -6748,6 +6764,7 @@ %%DATADIR%%/modules/LED_SMD.pretty/LED_Cree-XP.kicad_mod %%DATADIR%%/modules/LED_SMD.pretty/LED_Cree-XQ.kicad_mod %%DATADIR%%/modules/LED_SMD.pretty/LED_Cree-XQ_HandSoldering.kicad_mod +%%DATADIR%%/modules/LED_SMD.pretty/LED_Inolux_IN-PI554FCH_PLCC4_5.0x5.0mm_P3.2mm.kicad_mod %%DATADIR%%/modules/LED_SMD.pretty/LED_Kingbright_AAA3528ESGCT.kicad_mod %%DATADIR%%/modules/LED_SMD.pretty/LED_Kingbright_APFA3010_3x1.5mm_Horizontal.kicad_mod %%DATADIR%%/modules/LED_SMD.pretty/LED_PLCC-2.kicad_mod @@ -6844,6 +6861,10 @@ %%DATADIR%%/modules/LED_THT.pretty/LED_Rectangular_W5.0mm_H5.0mm.kicad_mod %%DATADIR%%/modules/LED_THT.pretty/LED_Rectangular_W7.62mm_H4.55mm_P5.08mm_R3.kicad_mod %%DATADIR%%/modules/LED_THT.pretty/LED_SideEmitter_Rectangular_W4.5mm_H1.6mm.kicad_mod +%%DATADIR%%/modules/LED_THT.pretty/LED_VCCLite_5381H1_6.35x6.35mm.kicad_mod +%%DATADIR%%/modules/LED_THT.pretty/LED_VCCLite_5381H3_6.35x6.35mm.kicad_mod +%%DATADIR%%/modules/LED_THT.pretty/LED_VCCLite_5381H5_6.35x6.35mm.kicad_mod +%%DATADIR%%/modules/LED_THT.pretty/LED_VCCLite_5381H7_6.35x6.35mm.kicad_mod %%DATADIR%%/modules/Module.pretty/A20_OLINUXINO_LIME2.kicad_mod %%DATADIR%%/modules/Module.pretty/Adafruit_HUZZAH_ESP8266_breakout.kicad_mod %%DATADIR%%/modules/Module.pretty/Adafruit_HUZZAH_ESP8266_breakout_WithMountingHoles.kicad_mod @@ -6857,6 +6878,7 @@ %%DATADIR%%/modules/Module.pretty/Pololu_Breakout-16_15.2x20.3mm.kicad_mod %%DATADIR%%/modules/Module.pretty/ST_Morpho_Connector_144_STLink.kicad_mod %%DATADIR%%/modules/Module.pretty/ST_Morpho_Connector_144_STLink_MountingHoles.kicad_mod +%%DATADIR%%/modules/MountingHole.pretty/MountingHole_2.1mm.kicad_mod %%DATADIR%%/modules/MountingHole.pretty/MountingHole_2.2mm_M2.kicad_mod %%DATADIR%%/modules/MountingHole.pretty/MountingHole_2.2mm_M2_DIN965.kicad_mod %%DATADIR%%/modules/MountingHole.pretty/MountingHole_2.2mm_M2_DIN965_Pad.kicad_mod @@ -6881,6 +6903,7 @@ %%DATADIR%%/modules/MountingHole.pretty/MountingHole_2.7mm_M2.5_Pad_Via.kicad_mod %%DATADIR%%/modules/MountingHole.pretty/MountingHole_2.7mm_Pad.kicad_mod %%DATADIR%%/modules/MountingHole.pretty/MountingHole_2.7mm_Pad_Via.kicad_mod +%%DATADIR%%/modules/MountingHole.pretty/MountingHole_2mm.kicad_mod %%DATADIR%%/modules/MountingHole.pretty/MountingHole_3.2mm_M3.kicad_mod %%DATADIR%%/modules/MountingHole.pretty/MountingHole_3.2mm_M3_DIN965.kicad_mod %%DATADIR%%/modules/MountingHole.pretty/MountingHole_3.2mm_M3_DIN965_Pad.kicad_mod @@ -7128,6 +7151,7 @@ %%DATADIR%%/modules/Package_BGA.pretty/Texas_DSBGA-6_0.9x1.4mm_Layout2x3_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_BGA.pretty/Texas_DSBGA-8_0.9x1.9mm_Layout2x4_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_BGA.pretty/Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm.kicad_mod +%%DATADIR%%/modules/Package_BGA.pretty/Texas_DSBGA-8_1.5195x1.5195mm_Layout3x3_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_BGA.pretty/Texas_DSBGA-9_1.4715x1.4715mm_Layout3x3_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_BGA.pretty/Texas_MicroStar_Junior_BGA-113_7.0x7.0mm_Layout12x12_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_BGA.pretty/Texas_MicroStar_Junior_BGA-12_2.0x2.5mm_Layout4x3_P0.5mm.kicad_mod @@ -7286,6 +7310,10 @@ %%DATADIR%%/modules/Package_DFN_QFN.pretty/MLPQ-16-1EP_4x4mm_P0.65mm_EP2.8x2.8mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.8x1.3mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/Microchip_8E-16.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm_ThermalVias.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/Microsemi_QFN-40-32-2EP_6x8mm_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/Mini-Circuits_DL805.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/Mini-Circuits_FG873-4_3x3mm.kicad_mod @@ -7383,6 +7411,8 @@ %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm_ThermalVias.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-44-1EP_8x8mm_P0.65mm_EP6.6x6.6mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-44-1EP_8x8mm_P0.65mm_EP6.6x6.6mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm.kicad_mod @@ -7407,6 +7437,8 @@ %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias_TopTented.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-56-1EP_8x8mm_P0.5mm_EP4.6x5.3mm.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm.kicad_mod @@ -7483,6 +7515,8 @@ %%DATADIR%%/modules/Package_DFN_QFN.pretty/UQFN-10_1.4x1.8mm_P0.4mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/UQFN-10_1.6x2.1mm_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/UQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/UQFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm.kicad_mod @@ -7492,6 +7526,8 @@ %%DATADIR%%/modules/Package_DFN_QFN.pretty/VDFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.7mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm_ThermalVias.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm.kicad_mod +%%DATADIR%%/modules/Package_DFN_QFN.pretty/VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias.kicad_mod %%DATADIR%%/modules/Package_DFN_QFN.pretty/VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm.kicad_mod @@ -7821,6 +7857,7 @@ %%DATADIR%%/modules/Package_QFP.pretty/LQFP-48_7x7mm_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_QFP.pretty/LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm.kicad_mod %%DATADIR%%/modules/Package_QFP.pretty/LQFP-52_10x10mm_P0.65mm.kicad_mod +%%DATADIR%%/modules/Package_QFP.pretty/LQFP-52_14x14mm_P1mm.kicad_mod %%DATADIR%%/modules/Package_QFP.pretty/LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm.kicad_mod %%DATADIR%%/modules/Package_QFP.pretty/LQFP-64_10x10mm_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_QFP.pretty/LQFP-64_14x14mm_P0.8mm.kicad_mod @@ -7970,11 +8007,14 @@ %%DATADIR%%/modules/Package_SO.pretty/SOIC-16W_7.5x10.3mm_P1.27mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/SOIC-16W_7.5x12.8mm_P1.27mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/SOIC-16_3.9x9.9mm_P1.27mm.kicad_mod +%%DATADIR%%/modules/Package_SO.pretty/SOIC-16_4.55x10.3mm_P1.27mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/SOIC-18W_7.5x11.6mm_P1.27mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/SOIC-20W_7.5x12.8mm_P1.27mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/SOIC-24W_7.5x15.4mm_P1.27mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/SOIC-28W_7.5x17.9mm_P1.27mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/SOIC-28W_7.5x18.7mm_P1.27mm.kicad_mod +%%DATADIR%%/modules/Package_SO.pretty/SOIC-4_4.55x2.6mm_P1.27mm.kicad_mod +%%DATADIR%%/modules/Package_SO.pretty/SOIC-4_4.55x3.7mm_P2.54mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.35x2.35mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/SOIC-8-N7_3.9x4.9mm_P1.27mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/SOIC-8_3.9x4.9mm_P1.27mm.kicad_mod @@ -8061,9 +8101,12 @@ %%DATADIR%%/modules/Package_SO.pretty/VSSOP-8_2.3x2mm_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/VSSOP-8_2.4x2.1mm_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/VSSOP-8_3.0x3.0mm_P0.65mm.kicad_mod +%%DATADIR%%/modules/Package_SO.pretty/Vishay_PowerPAK_1212-8_Dual.kicad_mod +%%DATADIR%%/modules/Package_SO.pretty/Vishay_PowerPAK_1212-8_Single.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/Vishay_PowerPAK_SO-8.kicad_mod %%DATADIR%%/modules/Package_SO.pretty/Zetex_SM8.kicad_mod %%DATADIR%%/modules/Package_SON.pretty/Diodes_PowerDI3333-8.kicad_mod +%%DATADIR%%/modules/Package_SON.pretty/Fairchild_DualPower33-6_3x3mm.kicad_mod %%DATADIR%%/modules/Package_SON.pretty/Fairchild_MicroPak-6_1.0x1.45mm_P0.5mm.kicad_mod %%DATADIR%%/modules/Package_SON.pretty/Fairchild_MicroPak2-6_1.0x1.0mm_P0.35mm.kicad_mod %%DATADIR%%/modules/Package_SON.pretty/NXP_XSON-16.kicad_mod @@ -8530,6 +8573,7 @@ %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Bourns_3299Z_Horizontal.kicad_mod %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Bourns_3339H_Vertical.kicad_mod %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Bourns_3339P_Vertical.kicad_mod +%%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Bourns_3339P_Vertical_HandSoldering.kicad_mod %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Bourns_3339S_Horizontal.kicad_mod %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Bourns_3339W_Horizontal.kicad_mod %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Bourns_3386C_Horizontal.kicad_mod @@ -8568,6 +8612,8 @@ %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Piher_T-16H_Double_Horizontal.kicad_mod %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Piher_T-16H_Single_Horizontal.kicad_mod %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Piher_T-16L_Single_Vertical_Hole.kicad_mod +%%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Runtron_RM-063_Horizontal.kicad_mod +%%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Runtron_RM-065_Vertical.kicad_mod %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Vishay_148-149_Dual_Horizontal.kicad_mod %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Vishay_148-149_Single_Horizontal.kicad_mod %%DATADIR%%/modules/Potentiometer_THT.pretty/Potentiometer_Vishay_148-149_Single_Vertical.kicad_mod @@ -9592,6 +9638,7 @@ %%DATADIR%%/modules/Transformer_SMD.pretty/Transformer_Coilcraft_CST2.kicad_mod %%DATADIR%%/modules/Transformer_SMD.pretty/Transformer_Coilcraft_CST2010.kicad_mod %%DATADIR%%/modules/Transformer_SMD.pretty/Transformer_CurrentSense_8.4x7.2mm.kicad_mod +%%DATADIR%%/modules/Transformer_SMD.pretty/Transformer_Ethernet_Bel_S558-5999-T7-F.kicad_mod %%DATADIR%%/modules/Transformer_SMD.pretty/Transformer_Ethernet_HALO_TG111-MSC13.kicad_mod %%DATADIR%%/modules/Transformer_SMD.pretty/Transformer_MACOM_SM-22.kicad_mod %%DATADIR%%/modules/Transformer_SMD.pretty/Transformer_NF_ETAL_P2781.kicad_mod Modified: head/cad/kicad-library-packages3d-devel/Makefile.git_rev ============================================================================== --- head/cad/kicad-library-packages3d-devel/Makefile.git_rev Sat Dec 8 13:57:40 2018 (r486950) +++ head/cad/kicad-library-packages3d-devel/Makefile.git_rev Sat Dec 8 14:15:15 2018 (r486951) @@ -1,2 +1,2 @@ -GIT_P3D_HASH= a1f4d7cbf17fe5e92a08175de64037aa5ac99b26 -GIT_P3D_DATE= 20181020112618 +GIT_P3D_HASH= df14e1f22b71fff83c1204b584b5be0283dc2ce0 +GIT_P3D_DATE= 20181205192511 Modified: head/cad/kicad-library-packages3d-devel/distinfo ============================================================================== --- head/cad/kicad-library-packages3d-devel/distinfo Sat Dec 8 13:57:40 2018 (r486950) +++ head/cad/kicad-library-packages3d-devel/distinfo Sat Dec 8 14:15:15 2018 (r486951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540216779 -SHA256 (KiCad-kicad-packages3D-r20181020112618-a1f4d7cbf17fe5e92a08175de64037aa5ac99b26_GH0.tar.gz) = 7ac7306dafe999064a1e158ded20ea5eb2d265aab7050bf7a9e6a2f18f595cd1 -SIZE (KiCad-kicad-packages3D-r20181020112618-a1f4d7cbf17fe5e92a08175de64037aa5ac99b26_GH0.tar.gz) = 792405005 +TIMESTAMP = 1544278178 +SHA256 (KiCad-kicad-packages3D-r20181205192511-df14e1f22b71fff83c1204b584b5be0283dc2ce0_GH0.tar.gz) = 502eb7bdcf0a98fa11ca82753fd05dc49e6ac60e9644f01c46a4209faee269c8 +SIZE (KiCad-kicad-packages3D-r20181205192511-df14e1f22b71fff83c1204b584b5be0283dc2ce0_GH0.tar.gz) = 846652765 Modified: head/cad/kicad-library-packages3d-devel/pkg-plist ============================================================================== --- head/cad/kicad-library-packages3d-devel/pkg-plist Sat Dec 8 13:57:40 2018 (r486950) +++ head/cad/kicad-library-packages3d-devel/pkg-plist Sat Dec 8 14:15:15 2018 (r486951) @@ -186,8 +186,34 @@ %%DATADIR%%/modules/packages3d/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx58-2LFS.wrl %%DATADIR%%/modules/packages3d/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx83-2LFS.step %%DATADIR%%/modules/packages3d/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx83-2LFS.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/Buzzer_12x9.5RM7.6.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/Buzzer_12x9.5RM7.6.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/Buzzer_15x7.5RM7.6.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/Buzzer_15x7.5RM7.6.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/Buzzer_Murata_PKMCS0909E4000-R1.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/Buzzer_Murata_PKMCS0909E4000-R1.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/Buzzer_TDK_PS1240P02BT.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/Buzzer_TDK_PS1240P02BT.wrl %%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/Buzzer_TDK_PS1240P02BT_D12.2mm_H6.5mm.step %%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/Buzzer_TDK_PS1240P02BT_D12.2mm_H6.5mm.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_CUI_CST-931RP-A.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_CUI_CST-931RP-A.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_Kingstate_KCG0601.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_Kingstate_KCG0601.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_Kobitone_254-EMB84Q-RO.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_Kobitone_254-EMB84Q-RO.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_ProSignal_ABI-009-RC.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_ProSignal_ABI-009-RC.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_ProSignal_ABI-010-RC.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_ProSignal_ABI-010-RC.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_ProSignal_ABT-410-RC.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_ProSignal_ABT-410-RC.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_ProjectsUnlimited_AI-4228-TWT-R.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_ProjectsUnlimited_AI-4228-TWT-R.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_StarMicronics_HMB-06_HMB-12.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/MagneticBuzzer_StarMicronics_HMB-06_HMB-12.wrl +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/PUIAudio_SMT_0825_S_4_R.step +%%DATADIR%%/modules/packages3d/Buzzer_Beeper.3dshapes/PUIAudio_SMT_0825_S_4_R.wrl %%DATADIR%%/modules/packages3d/Capacitor_SMD.3dshapes/CP_Elec_10x10.5.step %%DATADIR%%/modules/packages3d/Capacitor_SMD.3dshapes/CP_Elec_10x10.5.wrl %%DATADIR%%/modules/packages3d/Capacitor_SMD.3dshapes/CP_Elec_10x10.step @@ -1208,6 +1234,58 @@ %%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_EH_S15B-EH_1x15_P2.50mm_Horizontal.wrl %%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_EH_S16B-EH_1x16_P2.50mm_Horizontal.step %%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_EH_S16B-EH_1x16_P2.50mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM02B-GHS-TBT_1x02-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM02B-GHS-TBT_1x02-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM03B-GHS-TBT_1x03-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM03B-GHS-TBT_1x03-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM04B-GHS-TBT_1x04-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM04B-GHS-TBT_1x04-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM05B-GHS-TBT_1x05-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM05B-GHS-TBT_1x05-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM06B-GHS-TBT_1x06-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM06B-GHS-TBT_1x06-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM07B-GHS-TBT_1x07-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM07B-GHS-TBT_1x07-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM08B-GHS-TBT_1x08-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM08B-GHS-TBT_1x08-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM09B-GHS-TBT_1x09-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM09B-GHS-TBT_1x09-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM10B-GHS-TBT_1x10-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM10B-GHS-TBT_1x10-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM11B-GHS-TBT_1x11-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM11B-GHS-TBT_1x11-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM12B-GHS-TBT_1x12-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM12B-GHS-TBT_1x12-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM13B-GHS-TBT_1x13-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM13B-GHS-TBT_1x13-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM14B-GHS-TBT_1x14-1MP_P1.25mm_Vertical.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_BM14B-GHS-TBT_1x14-1MP_P1.25mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM02B-GHS-TB_1x02-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM02B-GHS-TB_1x02-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM03B-GHS-TB_1x03-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM03B-GHS-TB_1x03-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM04B-GHS-TB_1x04-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM04B-GHS-TB_1x04-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM05B-GHS-TB_1x05-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM05B-GHS-TB_1x05-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM06B-GHS-TB_1x06-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM06B-GHS-TB_1x06-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM07B-GHS-TB_1x07-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM07B-GHS-TB_1x07-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM08B-GHS-TB_1x08-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM08B-GHS-TB_1x08-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM09B-GHS-TB_1x09-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM09B-GHS-TB_1x09-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM10B-GHS-TB_1x10-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM10B-GHS-TB_1x10-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM11B-GHS-TB_1x11-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM11B-GHS-TB_1x11-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM12B-GHS-TB_1x12-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM12B-GHS-TB_1x12-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM13B-GHS-TB_1x13-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM13B-GHS-TB_1x13-1MP_P1.25mm_Horizontal.wrl +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM14B-GHS-TB_1x14-1MP_P1.25mm_Horizontal.step +%%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_GH_SM14B-GHS-TB_1x14-1MP_P1.25mm_Horizontal.wrl %%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_PH_B10B-PH-K_1x10_P2.00mm_Vertical.step %%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_PH_B10B-PH-K_1x10_P2.00mm_Vertical.wrl %%DATADIR%%/modules/packages3d/Connector_JST.3dshapes/JST_PH_B11B-PH-K_1x11_P2.00mm_Vertical.step @@ -6760,6 +6838,8 @@ %%DATADIR%%/modules/packages3d/Converter_ACDC.3dshapes/Converter_ACDC_Vigortronix_VTX-214-010-xxx_THT.wrl %%DATADIR%%/modules/packages3d/Converter_ACDC.3dshapes/Converter_ACDC_Vigortronix_VTX-214-015-1xx_THT.step %%DATADIR%%/modules/packages3d/Converter_ACDC.3dshapes/Converter_ACDC_Vigortronix_VTX-214-015-1xx_THT.wrl +%%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_Artesyn_ATA_SMD.step +%%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_Artesyn_ATA_SMD.wrl %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_Bothhand_CFUDxxxx_THT.step %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_Bothhand_CFUDxxxx_THT.wrl %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_Bothhand_CFUSxxxxEH_THT.step @@ -6778,6 +6858,8 @@ %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_MeanWell_NID30_THT.wrl %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_MeanWell_NID60_THT.step %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_MeanWell_NID60_THT.wrl +%%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_Murata_NCS1SxxxxSC_THT.step +%%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_Murata_NCS1SxxxxSC_THT.wrl %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_RECOM_R-78B-2.0_THT.step %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_RECOM_R-78B-2.0_THT.wrl %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_RECOM_R-78E-0.5_THT.step @@ -6816,6 +6898,8 @@ %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_TRACO_TMR-xxxx_THT.wrl %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_TRACO_TSR-1_THT.step %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_TRACO_TSR-1_THT.wrl +%%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_XP_POWER_ISU02-Series_SMD.step +%%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_XP_POWER_ISU02-Series_SMD.wrl %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_XP_POWER_JTExxxxDxx_THT.step %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_XP_POWER_JTExxxxDxx_THT.wrl %%DATADIR%%/modules/packages3d/Converter_DCDC.3dshapes/Converter_DCDC_muRata_CRE1xxxxxx3C_THT.step @@ -6942,6 +7026,12 @@ %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm.wrl %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm_HandSoldering.step %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm_HandSoldering.wrl +%%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm.step +%%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm.wrl +%%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm.step +%%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm.wrl +%%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm.step +%%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm.wrl %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm.step %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm.wrl %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm_HandSoldering.step @@ -6950,6 +7040,8 @@ %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm.wrl %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm_HandSoldering.step %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm_HandSoldering.wrl +%%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_TXC_AX_8045-2Pin_8.0x4.5mm.step +%%DATADIR%%/modules/packages3d/Crystal.3dshapes/Crystal_SMD_TXC_AX_8045-2Pin_8.0x4.5mm.wrl %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Resonator-2Pin_W10.0mm_H5.0mm.step %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Resonator-2Pin_W10.0mm_H5.0mm.wrl %%DATADIR%%/modules/packages3d/Crystal.3dshapes/Resonator-2Pin_W6.0mm_H3.0mm.step @@ -7206,6 +7298,8 @@ %%DATADIR%%/modules/packages3d/Diode_THT.3dshapes/Diode_Bridge_Vishay_KBU.wrl %%DATADIR%%/modules/packages3d/Display.3dshapes/AG12864E.step %%DATADIR%%/modules/packages3d/Display.3dshapes/AG12864E.wrl +%%DATADIR%%/modules/packages3d/Display.3dshapes/Adafruit_SSD1306.step +%%DATADIR%%/modules/packages3d/Display.3dshapes/Adafruit_SSD1306.wrl %%DATADIR%%/modules/packages3d/Display.3dshapes/CR2013-MI2120.step %%DATADIR%%/modules/packages3d/Display.3dshapes/CR2013-MI2120.wrl %%DATADIR%%/modules/packages3d/Display.3dshapes/EA-eDIP128B-XXX.step @@ -7266,6 +7360,10 @@ %%DATADIR%%/modules/packages3d/Display.3dshapes/RC1602A.wrl %%DATADIR%%/modules/packages3d/Display.3dshapes/WC1602A.step %%DATADIR%%/modules/packages3d/Display.3dshapes/WC1602A.wrl +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/7SEGMENT-LED__HDSM531_HDSM533_SMD.step +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/7SEGMENT-LED__HDSM531_HDSM533_SMD.wrl +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/7SegmentLED_LTS6760_LTS6780.step +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/7SegmentLED_LTS6760_LTS6780.wrl %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/CA56-12CGKWA.step %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/CA56-12CGKWA.wrl %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/CA56-12EWA.step @@ -7306,6 +7404,18 @@ %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/DE170-XX-XX.wrl %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/ELD_426XXXX.step %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/ELD_426XXXX.wrl +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-7401.step +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-7401.wrl +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-7507.step +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-7507.wrl +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-7801.step +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-7801.wrl +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-7807.step +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-7807.wrl +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-A151.step +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-A151.wrl +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-A401.step +%%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/HDSP-A401.wrl %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/KCSC02-105.step %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/KCSC02-105.wrl %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/KCSC02-106.step @@ -7338,8 +7448,16 @@ %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/MAN73A.wrl %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/SBC18-11SURKCGKWA.step %%DATADIR%%/modules/packages3d/Display_7Segment.3dshapes/SBC18-11SURKCGKWA.wrl +%%DATADIR%%/modules/packages3d/Filter.3dshapes/Filter_1109-5_1.1x0.9mm.step +%%DATADIR%%/modules/packages3d/Filter.3dshapes/Filter_1109-5_1.1x0.9mm.wrl +%%DATADIR%%/modules/packages3d/Filter.3dshapes/Filter_1411-5_1.4x1.1mm.step +%%DATADIR%%/modules/packages3d/Filter.3dshapes/Filter_1411-5_1.4x1.1mm.wrl %%DATADIR%%/modules/packages3d/Fuse.3dshapes/Fuseholder_Cylinder-5x20mm_Schurter_FUP_0031.2510_Horizontal_Closed.step %%DATADIR%%/modules/packages3d/Fuse.3dshapes/Fuseholder_Cylinder-5x20mm_Schurter_FUP_0031.2510_Horizontal_Closed.wrl +%%DATADIR%%/modules/packages3d/Heatsink.3dshapes/Heatsink_125x35x50mm_3xFixationM3.step +%%DATADIR%%/modules/packages3d/Heatsink.3dshapes/Heatsink_125x35x50mm_3xFixationM3.wrl +%%DATADIR%%/modules/packages3d/Heatsink.3dshapes/Heatsink_AAVID_573300D00010G_TO-263.step +%%DATADIR%%/modules/packages3d/Heatsink.3dshapes/Heatsink_AAVID_573300D00010G_TO-263.wrl %%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_01005_0402Metric.step %%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_01005_0402Metric.wrl %%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_0201_0603Metric.step @@ -7372,6 +7490,24 @@ %%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_Bourns_SRP2313AA.wrl %%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_Bourns_SRR1260.step %%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_Bourns_SRR1260.wrl +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF10145.step +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF10145.wrl +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF10165.step +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF10165.wrl +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF12555.step +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF12555.wrl +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF12565.step +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF12565.wrl +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF12575.step +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF12575.wrl +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF6025.step +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF6025.wrl +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF6028.step +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF6028.wrl +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF6045.step +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF6045.wrl +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF7032.step +%%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_TDK_SLF7032.wrl %%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_Wuerth_HCI-2212.step %%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_Wuerth_HCI-2212.wrl %%DATADIR%%/modules/packages3d/Inductor_SMD.3dshapes/L_Wuerth_MAPI-1610.step @@ -7724,6 +7860,8 @@ %%DATADIR%%/modules/packages3d/LED_SMD.3dshapes/LED_2816_7142Metric.wrl %%DATADIR%%/modules/packages3d/LED_SMD.3dshapes/LED_2816_7142Metric_Castellated.step %%DATADIR%%/modules/packages3d/LED_SMD.3dshapes/LED_2816_7142Metric_Castellated.wrl +%%DATADIR%%/modules/packages3d/LED_SMD.3dshapes/LED_RGB_5050-6.step +%%DATADIR%%/modules/packages3d/LED_SMD.3dshapes/LED_RGB_5050-6.wrl %%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z1.6mm.step %%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z1.6mm.wrl %%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z4.9mm.step @@ -7868,8 +8006,20 @@ %%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_Rectangular_W7.62mm_H4.55mm_P5.08mm_R3.wrl %%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_SideEmitter_Rectangular_W4.5mm_H1.6mm.step %%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_SideEmitter_Rectangular_W4.5mm_H1.6mm.wrl +%%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_VCCLite_5381H1_6.35x6.35mm.step +%%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_VCCLite_5381H1_6.35x6.35mm.wrl +%%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_VCCLite_5381H3_6.35x6.35mm.step +%%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_VCCLite_5381H3_6.35x6.35mm.wrl +%%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_VCCLite_5381H5_6.35x6.35mm.step +%%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_VCCLite_5381H5_6.35x6.35mm.wrl +%%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_VCCLite_5381H7_6.35x6.35mm.step +%%DATADIR%%/modules/packages3d/LED_THT.3dshapes/LED_VCCLite_5381H7_6.35x6.35mm.wrl %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/AMS_TSL2550_SMD.step %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/AMS_TSL2550_SMD.wrl +%%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Broadcom_AFBR-16xxZ_Tilted.step +%%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Broadcom_AFBR-16xxZ_Tilted.wrl +%%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Broadcom_AFBR-16xxZ_Vertical.step +%%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Broadcom_AFBR-16xxZ_Vertical.wrl %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Everlight_ITR8307.step %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Everlight_ITR8307.wrl %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Everlight_ITR8307F43.step @@ -7924,6 +8074,8 @@ %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/R_LDR_D20mm_P17.5mm_Vertical.wrl %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/R_LDR_D6.4mm_P3.4mm_Vertical.step %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/R_LDR_D6.4mm_P3.4mm_Vertical.wrl +%%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Sharp_GP2Y0A41SK0F.step +%%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Sharp_GP2Y0A41SK0F.wrl %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Sharp_IS471F.step %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Sharp_IS471F.wrl %%DATADIR%%/modules/packages3d/OptoDevice.3dshapes/Sharp_IS485.step @@ -7948,6 +8100,10 @@ %%DATADIR%%/modules/packages3d/Oscillator.3dshapes/Oscillator_SeikoEpson_SG-8002DB.wrl %%DATADIR%%/modules/packages3d/Oscillator.3dshapes/Oscillator_SeikoEpson_SG-8002DC.step %%DATADIR%%/modules/packages3d/Oscillator.3dshapes/Oscillator_SeikoEpson_SG-8002DC.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-100_11.0x11.0mm_Layout10x10_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-100_11.0x11.0mm_Layout10x10_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-100_6.0x6.0mm_Layout11x11_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-100_6.0x6.0mm_Layout11x11_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-100_9.0x9.0mm_Layout10x10_P0.8mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-100_9.0x9.0mm_Layout10x10_P0.8mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-1023_33.0x33.0mm_Layout32x32_P1.0mm.step @@ -7956,18 +8112,36 @@ %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-1156_35.0x35.0mm_Layout34x34_P1.0mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-121_12.0x12.0mm_Layout11x11_P1.0mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-121_12.0x12.0mm_Layout11x11_P1.0mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-121_9.0x9.0mm_Layout11x11_P0.8mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-121_9.0x9.0mm_Layout11x11_P0.8mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-1295_37.5x37.5mm_Layout36x36_P1.0mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-1295_37.5x37.5mm_Layout36x36_P1.0mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-144_13.0x13.0mm_Layout12x12_P1.0mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-144_13.0x13.0mm_Layout12x12_P1.0mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-144_7.0x7.0mm_Layout13x13_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-144_7.0x7.0mm_Layout13x13_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-153_8.0x8.0mm_Layout15x15_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-153_8.0x8.0mm_Layout15x15_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-169_11.0x11.0mm_Layout13x13_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-169_11.0x11.0mm_Layout13x13_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-16_1.92x1.92mm_Layout4x4_P0.5mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-16_1.92x1.92mm_Layout4x4_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-256_11.0x11.0mm_Layout20x20_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-256_11.0x11.0mm_Layout20x20_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-256_14.0x14.0mm_Layout16x16_P0.8mm_Ball0.45mm_Pad0.32mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-256_14.0x14.0mm_Layout16x16_P0.8mm_Ball0.45mm_Pad0.32mm_NSMD.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-256_17.0x17.0mm_Layout16x16_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-256_17.0x17.0mm_Layout16x16_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-25_6.35x6.35mm_Layout5x5_P1.27mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-25_6.35x6.35mm_Layout5x5_P1.27mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-324_15.0x15.0mm_Layout18x18_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-324_15.0x15.0mm_Layout18x18_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-324_19.0x19.0mm_Layout18x18_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-324_19.0x19.0mm_Layout18x18_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-352_35.0x35.0mm_Layout26x26_P1.27mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-352_35.0x35.0mm_Layout26x26_P1.27mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-36_3.396x3.466mm_Layout6x6_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-36_3.396x3.466mm_Layout6x6_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-400_21.0x21.0mm_Layout20x20_P1.0mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-400_21.0x21.0mm_Layout20x20_P1.0mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-484_23.0x23.0mm_Layout22x22_P1.0mm.step @@ -7980,6 +8154,14 @@ %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-625_21.0x21.0mm_Layout25x25_P0.8mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-64_9.0x9.0mm_Layout10x10_P0.8mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-64_9.0x9.0mm_Layout10x10_P0.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-672_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-672_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-676_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-676_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-68_5.0x5.0mm_Layout9x9_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-68_5.0x5.0mm_Layout9x9_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-81_4.496x4.377mm_Layout9x9_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-81_4.496x4.377mm_Layout9x9_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-90_8.0x13.0mm_Layout2x3x15_P0.8mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-90_8.0x13.0mm_Layout2x3x15_P0.8mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-96_9.0x13.0mm_Layout2x3x16_P0.8mm.step @@ -7988,28 +8170,106 @@ %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/BGA-9_1.6x1.6mm_Layout3x3_P0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/FBGA-78_7.5x11mm_Layout2x3x13_P0.8mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/FBGA-78_7.5x11mm_Layout2x3x13_P0.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/LFBGA-100_10x10mm_Layout10x10_P0.8mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/LFBGA-100_10x10mm_Layout10x10_P0.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/LFBGA-144_10x10mm_Layout12x12_P0.8mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/LFBGA-144_10x10mm_Layout12x12_P0.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Linear_BGA-133_15.0x15.0_Layout12x12_P1.27mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Linear_BGA-133_15.0x15.0_Layout12x12_P1.27mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Maxim_WLP-12.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Maxim_WLP-12.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-100_8x8mm_Layout10x10_P0.8mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-100_8x8mm_Layout10x10_P0.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-100_9.0x9.0mm_Layout10x10_P0.8mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-100_9.0x9.0mm_Layout10x10_P0.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-121_10x10mm_Layout11x11_P0.8mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-121_10x10mm_Layout11x11_P0.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-216_13x13mm_Layout15x15_P0.8mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-216_13x13mm_Layout15x15_P0.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-265_14x14mm_Layout17x17_P0.8mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-265_14x14mm_Layout17x17_P0.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-64_5x5mm_Layout8x8_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/TFBGA-64_5x5mm_Layout8x8_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-10_1.36x1.86mm_Layout3x4_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-10_1.36x1.86mm_Layout3x4_P0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-12_1.36x1.86mm_Layout3x4_P0.5mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-12_1.36x1.86mm_Layout3x4_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-49_3.33x3.488mm_Layout7x7_P0.4mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-49_3.33x3.488mm_Layout7x7_P0.4mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-64_3.415x3.535mm_Layout8x8_P0.4mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-64_3.415x3.535mm_Layout8x8_P0.4mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-6_0.9x1.4mm_Layout2x3_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-6_0.9x1.4mm_Layout2x3_P0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-8_0.9x1.9mm_Layout2x4_P0.5mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-8_0.9x1.9mm_Layout2x4_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-9_1.4715x1.4715mm_Layout3x3_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_DSBGA-9_1.4715x1.4715mm_Layout3x3_P0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_Junior_DSBGA-48_4.0x4.0mm_Layout7x7_P0.5mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_Junior_DSBGA-48_4.0x4.0mm_Layout7x7_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_MicroStar_Junior_BGA-113_7.0x7.0mm_Layout12x12_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_MicroStar_Junior_BGA-113_7.0x7.0mm_Layout12x12_P0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_MicroStar_Junior_BGA-12_2.0x2.5mm_Layout4x3_P0.5mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_MicroStar_Junior_BGA-12_2.0x2.5mm_Layout4x3_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_MicroStar_Junior_BGA-80_5.0x5.0mm_Layout9x9_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/Texas_MicroStar_Junior_BGA-80_5.0x5.0mm_Layout9x9_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UCBGA-81_4x4mm_Layout9x9_P0.4mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UCBGA-81_4x4mm_Layout9x9_P0.4mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-100_7x7mm_Layout12x12_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-100_7x7mm_Layout12x12_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-132_7x7mm_Layout12x12_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-132_7x7mm_Layout12x12_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-132_7x7mm_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-132_7x7mm_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-144_10x10mm_Layout12x12_P0.8mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-144_10x10mm_Layout12x12_P0.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-144_7x7mm_Layout12x12_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-144_7x7mm_Layout12x12_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-15_3.0x3.0mm_Layout4x4_P0.65mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-15_3.0x3.0mm_Layout4x4_P0.65mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-169_7x7mm_Layout13x13_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-169_7x7mm_Layout13x13_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-201_10x10mm_Layout15x15_P0.65mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-201_10x10mm_Layout15x15_P0.65mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-32_4.0x4.0mm_Layout6x6_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-32_4.0x4.0mm_Layout6x6_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-64_5x5mm_Layout8x8_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/UFBGA-64_5x5mm_Layout8x8_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/VFBGA-100_7.0x7.0mm_Layout10x10_P0.65mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/VFBGA-100_7.0x7.0mm_Layout10x10_P0.65mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/VFBGA-49_5.0x5.0mm_Layout7x7_P0.65mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/VFBGA-49_5.0x5.0mm_Layout7x7_P0.65mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/WLP-4_0.83x0.83mm_P0.4mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/WLP-4_0.83x0.83mm_P0.4mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/WLP-4_0.86x0.86mm_P0.4mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/WLP-4_0.86x0.86mm_P0.4mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/XFBGA-121_8x8mm_Layout11x11_P0.65mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/XFBGA-121_8x8mm_Layout11x11_P0.65mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/XFBGA-36_3.5x3.5mm_Layout6x6_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/XFBGA-36_3.5x3.5mm_Layout6x6_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/XFBGA-64_5.0x5.0mm_Layout8x8_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/XFBGA-64_5.0x5.0mm_Layout8x8_P0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/ucBGA-36_2.5x2.5mm_Layout6x6_P0.4mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/ucBGA-36_2.5x2.5mm_Layout6x6_P0.4mm.wrl %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/ucBGA-49_3x3mm_Layout7x7_P0.4mm.step %%DATADIR%%/modules/packages3d/Package_BGA.3dshapes/ucBGA-49_3x3mm_Layout7x7_P0.4mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/AMS_QFN-4-1EP_2x2mm_P0.95mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/AMS_QFN-4-1EP_2x2mm_P0.95mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-10-1EP_2x3mm_P0.5mm_EP0.64x2.4mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-10-1EP_2x3mm_P0.5mm_EP0.64x2.4mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-10-1EP_3x3mm_P0.5mm_EP1.75x2.7mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-10-1EP_3x3mm_P0.5mm_EP1.75x2.7mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-10_2x2mm_P0.4mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-10_2x2mm_P0.4mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-12-1EP_2x3mm_P0.45mm_EP0.64x2.4mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-12-1EP_2x3mm_P0.45mm_EP0.64x2.4mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-12-1EP_3x3mm_P0.45mm_EP1.66x2.38mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-12-1EP_3x3mm_P0.45mm_EP1.66x2.38mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-12-1EP_3x3mm_P0.5mm_EP2.05x2.86mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-12-1EP_3x3mm_P0.5mm_EP2.05x2.86mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-12-1EP_3x4mm_P0.5mm_EP1.7x3.3mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-12-1EP_3x4mm_P0.5mm_EP1.7x3.3mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-12-1EP_4x4mm_P0.5mm_EP2.66x3.38mm.step @@ -8018,8 +8278,12 @@ %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-12-1EP_4x4mm_P0.65mm_EP2.64x3.54mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-14-1EP_3x4.5mm_P0.65mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-14-1EP_3x4.5mm_P0.65mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-14-1EP_3x4mm_P0.5mm_EP1.7x3.3mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-14-1EP_3x4mm_P0.5mm_EP1.7x3.3mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-14-1EP_3x4mm_Pitch0.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-14-1EP_3x4mm_Pitch0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-14-1EP_4x4mm_P0.5mm_EP2.86x3.6mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-14-1EP_4x4mm_P0.5mm_EP2.86x3.6mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-16-1EP_3x4mm_P0.45mm_EP1.7x3.3mm.step @@ -8046,46 +8310,122 @@ %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-44-1EP_5x8.9mm_P0.4mm_EP3.7x8.4mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_1.2x1.2mm_P0.4mm_EP0.3x0.94mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_1.2x1.2mm_P0.4mm_EP0.3x0.94mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_1.2x1.2mm_P0.4mm_EP0.3x0.94mm_PullBack.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_1.2x1.2mm_P0.4mm_EP0.3x0.94mm_PullBack.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_2x1.8mm_P0.5mm_EP1.2x1.6mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_2x1.8mm_P0.5mm_EP1.2x1.6mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_2x2mm_P0.5mm_EP0.61x1.42mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_2x2mm_P0.5mm_EP0.61x1.42mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_3x3mm_P0.95mm_EP1.7x2.6mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_3x3mm_P0.95mm_EP1.7x2.6mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_3x3mm_P1mm_EP1.5x2.4mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6-1EP_3x3mm_P1mm_EP1.5x2.4mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6_1.3x1.2mm_P0.4mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-6_1.3x1.2mm_P0.4mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_2x2mm_P0.45mm_EP0.64x1.38mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_2x2mm_P0.45mm_EP0.64x1.38mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.5mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_2x2mm_P0.5mm_EP1.05x1.75mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_2x2mm_P0.5mm_EP1.05x1.75mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_2x3mm_P0.5mm_EP0.61x2.2mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_2x3mm_P0.5mm_EP0.61x2.2mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x2mm_P0.45mm_EP1.66x1.36mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x2mm_P0.45mm_EP1.66x1.36mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x2mm_P0.5mm_EP1.36x1.46mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x2mm_P0.5mm_EP1.36x1.46mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.5mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x3mm_P0.5mm_EP1.66x2.38mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x3mm_P0.5mm_EP1.66x2.38mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x3mm_P0.65mm_EP1.55x2.4mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x3mm_P0.65mm_EP1.55x2.4mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x3mm_P0.65mm_EP1.7x2.05mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_3x3mm_P0.65mm_EP1.7x2.05mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_4x4mm_P0.8mm_EP2.39x2.21mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_4x4mm_P0.8mm_EP2.39x2.21mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_4x4mm_P0.8mm_EP2.5x3.6mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_4x4mm_P0.8mm_EP2.5x3.6mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_6x5mm_P1.27mm_EP2x2mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_6x5mm_P1.27mm_EP2x2mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_6x5mm_P1.27mm_EP4x4mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_6x5mm_P1.27mm_EP4x4mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_6x5mm_Pitch1.27mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8-1EP_6x5mm_Pitch1.27mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8_2x2mm_P0.5mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-8_2x2mm_P0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-S-8-1EP_6x5mm_P1.27mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/DFN-S-8-1EP_6x5mm_P1.27mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Diodes_DFN1006-3.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Diodes_DFN1006-3.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Infineon_MLPQ-16-14-1EP_4x4mm_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Infineon_MLPQ-16-14-1EP_4x4mm_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Infineon_MLPQ-40-32-1EP_7x7mm_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Infineon_MLPQ-40-32-1EP_7x7mm_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.15x5.15mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.15x5.15mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.55x5.55mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.55x5.55mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Linear_UGK52_QFN-46-52.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Linear_UGK52_QFN-46-52.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/MLF-6-1EP_1.6x1.6mm_P0.5mm_EP0.5x1.26mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/MLF-6-1EP_1.6x1.6mm_P0.5mm_EP0.5x1.26mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/MLPQ-16-1EP_4x4mm_P0.65mm_EP2.8x2.8mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/MLPQ-16-1EP_4x4mm_P0.65mm_EP2.8x2.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.8x1.3mm_ThermalVias.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.8x1.3mm_ThermalVias.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Microsemi_QFN-40-32-2EP_6x8mm_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Microsemi_QFN-40-32-2EP_6x8mm_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Mini-Circuits_DL805.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Mini-Circuits_DL805.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Mini-Circuits_FG873-4_3x3mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Mini-Circuits_FG873-4_3x3mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Nordic_AQFN-73-1EP_7x7mm_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Nordic_AQFN-73-1EP_7x7mm_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/OnSemi_DFN-8_2x2mm_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/OnSemi_DFN-8_2x2mm_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/OnSemi_VCT-28_3.5x3.5mm_P0.4mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/OnSemi_VCT-28_3.5x3.5mm_P0.4mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Panasonic_HQFN-16-1EP_4x4mm_P0.65mm_EP2.9x2.9mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Panasonic_HQFN-16-1EP_4x4mm_P0.65mm_EP2.9x2.9mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Panasonic_HSON-8_8x8mm_P2.00mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/Panasonic_HSON-8_8x8mm_P2.00mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_3x3mm_P0.5mm_EP2.7x2.7mm_ThermalVias.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_3x3mm_P0.5mm_EP2.7x2.7mm_ThermalVias.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_4x4mm_Pitch0.65mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_4x4mm_Pitch0.65mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_4x4mm_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_4x4mm_P0.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_4x4mm_P0.5mm_EP2.25x2.25mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_4x4mm_P0.5mm_EP2.25x2.25mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm.step @@ -8098,72 +8438,200 @@ %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24_3x3mm_P0.4mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24_3x3mm_P0.4mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24_4x4mm_P0.5mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-24_4x4mm_P0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.25mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.25mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28_4x4mm_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-28_4x4mm_P0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_7x7mm_P0.65mm_EP5.46x5.46mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_7x7mm_P0.65mm_EP5.46x5.46mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-40-1EP_6x6mm_P0.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-40-1EP_6x6mm_P0.5mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm.wrl %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_8x8mm_P0.65mm_EP6.6x6.6mm.step %%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_8x8mm_P0.65mm_EP6.6x6.6mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_9x9mm_Pitch0.65mm_EP7.5x7.5mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-44-1EP_9x9mm_Pitch0.65mm_EP7.5x7.5mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm.wrl +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-48-1EP_6x6mm_Pitch0.4mm_EP4.66x4.66mm.step +%%DATADIR%%/modules/packages3d/Package_DFN_QFN.3dshapes/QFN-48-1EP_6x6mm_Pitch0.4mm_EP4.66x4.66mm.wrl *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Dec 8 13:57:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3D891316F9F; Sat, 8 Dec 2018 13:57:41 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 077F37E7AF; Sat, 8 Dec 2018 13:57:41 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6ACF23002; Sat, 8 Dec 2018 13:57:40 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8DveiD039668; Sat, 8 Dec 2018 13:57:40 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8Dve94039666; Sat, 8 Dec 2018 13:57:40 GMT (envelope-from mr@FreeBSD.org) Message-Id: <201812081357.wB8Dve94039666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Sat, 8 Dec 2018 13:57:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486950 - head/cad/qcad X-SVN-Group: ports-head X-SVN-Commit-Author: mr X-SVN-Commit-Paths: head/cad/qcad X-SVN-Commit-Revision: 486950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 077F37E7AF X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_LONG(-0.99)[-0.993,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 13:57:42 -0000 Author: mr Date: Sat Dec 8 13:57:40 2018 New Revision: 486950 URL: https://svnweb.freebsd.org/changeset/ports/486950 Log: Update to 3.21.3.11 Modified: head/cad/qcad/Makefile head/cad/qcad/distinfo head/cad/qcad/pkg-plist Modified: head/cad/qcad/Makefile ============================================================================== --- head/cad/qcad/Makefile Sat Dec 8 13:20:36 2018 (r486949) +++ head/cad/qcad/Makefile Sat Dec 8 13:57:40 2018 (r486950) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= qcad -PORTVERSION= 3.21.1.1 +PORTVERSION= 3.21.3.11 DISTVERSIONPREFIX= v -PORTREVISION= 4 +#PORTREVISION= 1 CATEGORIES= cad DIST_SUBDIR= ${PORTNAME} Modified: head/cad/qcad/distinfo ============================================================================== --- head/cad/qcad/distinfo Sat Dec 8 13:20:36 2018 (r486949) +++ head/cad/qcad/distinfo Sat Dec 8 13:57:40 2018 (r486950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530866061 -SHA256 (qcad/qcad-qcad-v3.21.1.1_GH0.tar.gz) = 30b4d07c49bea396634e347b70e03d4d0d0435ae61e9cc631595a5879893bb64 -SIZE (qcad/qcad-qcad-v3.21.1.1_GH0.tar.gz) = 40046030 +TIMESTAMP = 1544270773 +SHA256 (qcad/qcad-qcad-v3.21.3.11_GH0.tar.gz) = 8436cfc4ebfad68fdab847468aaa84fe8e7f2c96518f8e081753fae527c97793 +SIZE (qcad/qcad-qcad-v3.21.3.11_GH0.tar.gz) = 43858190 Modified: head/cad/qcad/pkg-plist ============================================================================== --- head/cad/qcad/pkg-plist Sat Dec 8 13:20:36 2018 (r486949) +++ head/cad/qcad/pkg-plist Sat Dec 8 13:57:40 2018 (r486950) @@ -24,6 +24,7 @@ lib/libqcadzip.so.0 lib/libspatialindexnavel.so lib/libspatialindexnavel.so.0 lib/libstemmer.a +share/applications/usr_local_bin_qcadbin.desktop %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calibration.dxf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.dxf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/entities.dxf @@ -9772,10 +9773,14 @@ lib/libstemmer.a %%DATADIR%%/scripts/Edit/Esc/Tests/EActionTest00.js %%DATADIR%%/scripts/Edit/Esc/Tests/EActionTest01.js %%DATADIR%%/scripts/Edit/Esc/Tests/EActionTest02.js +%%DATADIR%%/scripts/Edit/Esc/Tests/EActionTest03.js %%DATADIR%%/scripts/Edit/Esc/Tests/actual/.gitignore +%%DATADIR%%/scripts/Edit/Esc/Tests/data/entities.dxf +%%DATADIR%%/scripts/Edit/Esc/Tests/data/qcad_icon.png %%DATADIR%%/scripts/Edit/Esc/Tests/required/EActionTest00_000.dxf %%DATADIR%%/scripts/Edit/Esc/Tests/required/EActionTest01_000.dxf %%DATADIR%%/scripts/Edit/Esc/Tests/required/EActionTest02_000.dxf +%%DATADIR%%/scripts/Edit/Esc/Tests/required/EActionTest03_000.dxf %%DATADIR%%/scripts/Edit/Esc/doc/Esc_de.html %%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_de.html %%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_en.html @@ -9783,6 +9788,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_fr.html %%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_it.html %%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_ja.html +%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_nl.html +%%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_pl.html %%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_pt.html %%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_ru.html %%DATADIR%%/scripts/Edit/Esc/doc/Esc_desc_sl.html @@ -9868,6 +9875,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_fr.html %%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_it.html %%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_ja.html +%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_nl.html +%%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_pl.html %%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_pt.html %%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_ru.html %%DATADIR%%/scripts/Edit/Paste/doc/Paste_desc_sl.html @@ -9884,6 +9893,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_fr.html %%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_it.html %%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_ja.html +%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_nl.html +%%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_pl.html %%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_pt.html %%DATADIR%%/scripts/Edit/Paste/doc/Paste_proc_ru.html %%DATADIR%%/scripts/Edit/Paste/doc/Paste_pt.html @@ -9943,6 +9954,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_fr.html %%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_it.html %%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_ja.html +%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_nl.html +%%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_pl.html %%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_pt.html %%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_ru.html %%DATADIR%%/scripts/Edit/Redo/doc/Redo_desc_sl.html @@ -10010,6 +10023,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_fr.html %%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_it.html %%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_ja.html +%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_nl.html +%%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_pl.html %%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_pt.html %%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_ru.html %%DATADIR%%/scripts/Edit/Undo/doc/Undo_desc_sl.html @@ -10186,6 +10201,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_fr.html %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_it.html %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_ja.html +%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_nl.html +%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_pl.html %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_pt.html %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_ru.html %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_desc_sl.html @@ -10202,6 +10219,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_fr.html %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_it.html %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_ja.html +%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_nl.html +%%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_pl.html %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_pt.html %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_proc_ru.html %%DATADIR%%/scripts/File/BitmapExport/doc/BitmapExport_pt.html @@ -10261,6 +10280,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_fr.html %%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_it.html %%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_ja.html +%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_nl.html +%%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_pl.html %%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_pt.html %%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_ru.html %%DATADIR%%/scripts/File/CloseFile/doc/CloseFile_desc_sl.html @@ -10319,15 +10340,27 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/File.js %%DATADIR%%/scripts/File/File.pro %%DATADIR%%/scripts/File/File.svg +%%DATADIR%%/scripts/File/ImportFile/FlipHorizontal-inverse.svg +%%DATADIR%%/scripts/File/ImportFile/FlipHorizontal.svg +%%DATADIR%%/scripts/File/ImportFile/FlipVertical-inverse.svg +%%DATADIR%%/scripts/File/ImportFile/FlipVertical.svg %%DATADIR%%/scripts/File/ImportFile/ImportFile-inverse.svg %%DATADIR%%/scripts/File/ImportFile/ImportFile.js %%DATADIR%%/scripts/File/ImportFile/ImportFile.pro %%DATADIR%%/scripts/File/ImportFile/ImportFile.svg +%%DATADIR%%/scripts/File/ImportFile/ImportFile.ui %%DATADIR%%/scripts/File/ImportFile/ImportFileInit.js +%%DATADIR%%/scripts/File/ImportFile/doc/FlipHorizontal.png +%%DATADIR%%/scripts/File/ImportFile/doc/FlipVertical.png %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile.png %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_de.html %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_desc_de.html %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_desc_en.html +%%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_desc_es.html +%%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_desc_fr.html +%%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_desc_it.html +%%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_desc_nl.html +%%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_desc_pl.html %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_en.html %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_es.html %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_fr.html @@ -10337,6 +10370,11 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_pl.html %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_proc_de.html %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_proc_en.html +%%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_proc_es.html +%%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_proc_fr.html +%%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_proc_it.html +%%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_proc_nl.html +%%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_proc_pl.html %%DATADIR%%/scripts/File/ImportFile/doc/ImportFile_sl.html %%DATADIR%%/scripts/File/ImportFile/ts/ImportFile_cs.qm %%DATADIR%%/scripts/File/ImportFile/ts/ImportFile_cs.ts @@ -10398,6 +10436,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_fr.html %%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_it.html %%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_ja.html +%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_nl.html +%%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_pl.html %%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_pt.html %%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_ru.html %%DATADIR%%/scripts/File/NewFile/doc/NewFile_desc_sl.html @@ -10465,6 +10505,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_fr.html %%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_it.html %%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_ja.html +%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_nl.html +%%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_pl.html %%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_pt.html %%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_ru.html %%DATADIR%%/scripts/File/OpenFile/doc/OpenFile_desc_sl.html @@ -10532,6 +10574,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_fr.html %%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_it.html %%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_ja.html +%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_nl.html +%%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_pl.html %%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_pt.html %%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_ru.html %%DATADIR%%/scripts/File/PdfExport/doc/PdfExport_desc_sl.html @@ -10595,6 +10639,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/Print/doc/Print_desc_fr.html %%DATADIR%%/scripts/File/Print/doc/Print_desc_it.html %%DATADIR%%/scripts/File/Print/doc/Print_desc_ja.html +%%DATADIR%%/scripts/File/Print/doc/Print_desc_nl.html +%%DATADIR%%/scripts/File/Print/doc/Print_desc_pl.html %%DATADIR%%/scripts/File/Print/doc/Print_desc_pt.html %%DATADIR%%/scripts/File/Print/doc/Print_desc_ru.html %%DATADIR%%/scripts/File/Print/doc/Print_desc_sl.html @@ -10659,6 +10705,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_fr.html %%DATADIR%%/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_it.html %%DATADIR%%/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_ja.html +%%DATADIR%%/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_nl.html +%%DATADIR%%/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_pl.html %%DATADIR%%/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_pt.html %%DATADIR%%/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_ru.html %%DATADIR%%/scripts/File/PrintCurrentView/doc/PrintCurrentView_desc_sl.html @@ -10755,6 +10803,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_fr.html %%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_it.html %%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_ja.html +%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_nl.html +%%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_pl.html %%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_pt.html %%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_ru.html %%DATADIR%%/scripts/File/PrintPreview/doc/PrintPreview_desc_sl.html @@ -10817,6 +10867,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/Quit/doc/Quit_desc_fr.html %%DATADIR%%/scripts/File/Quit/doc/Quit_desc_it.html %%DATADIR%%/scripts/File/Quit/doc/Quit_desc_ja.html +%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_nl.html +%%DATADIR%%/scripts/File/Quit/doc/Quit_desc_pl.html %%DATADIR%%/scripts/File/Quit/doc/Quit_desc_pt.html %%DATADIR%%/scripts/File/Quit/doc/Quit_desc_ru.html %%DATADIR%%/scripts/File/Quit/doc/Quit_desc_sl.html @@ -10927,6 +10979,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/Save/doc/Save_desc_fr.html %%DATADIR%%/scripts/File/Save/doc/Save_desc_it.html %%DATADIR%%/scripts/File/Save/doc/Save_desc_ja.html +%%DATADIR%%/scripts/File/Save/doc/Save_desc_nl.html +%%DATADIR%%/scripts/File/Save/doc/Save_desc_pl.html %%DATADIR%%/scripts/File/Save/doc/Save_desc_pt.html %%DATADIR%%/scripts/File/Save/doc/Save_desc_ru.html %%DATADIR%%/scripts/File/Save/doc/Save_desc_sl.html @@ -10994,6 +11048,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_fr.html %%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_it.html %%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_ja.html +%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_nl.html +%%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_pl.html %%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_pt.html %%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_ru.html %%DATADIR%%/scripts/File/SaveAs/doc/SaveAs_desc_sl.html @@ -11063,6 +11119,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_fr.html %%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_it.html %%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_ja.html +%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_nl.html +%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_pl.html %%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_pt.html %%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_ru.html %%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_sl.html @@ -11183,6 +11241,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Help/About/doc/About_desc_es.html %%DATADIR%%/scripts/Help/About/doc/About_desc_fr.html %%DATADIR%%/scripts/Help/About/doc/About_desc_it.html +%%DATADIR%%/scripts/Help/About/doc/About_desc_nl.html +%%DATADIR%%/scripts/Help/About/doc/About_desc_pl.html %%DATADIR%%/scripts/Help/About/doc/About_desc_pt.html %%DATADIR%%/scripts/Help/About/doc/About_desc_ru.html %%DATADIR%%/scripts/Help/About/doc/About_desc_sl.html @@ -11289,6 +11349,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_es.html %%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_fr.html %%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_it.html +%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_nl.html +%%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_pl.html %%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_pt.html %%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_ru.html %%DATADIR%%/scripts/Help/CheckForUpdates/doc/CheckForUpdates_desc_sl.html @@ -11343,6 +11405,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_es.html %%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_fr.html %%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_it.html +%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_nl.html +%%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_pl.html %%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_pt.html %%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_ru.html %%DATADIR%%/scripts/Help/FAQ/doc/FAQ_desc_sl.html @@ -11400,6 +11464,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_es.html %%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_fr.html %%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_it.html +%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_nl.html +%%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_pl.html %%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_pt.html %%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_ru.html %%DATADIR%%/scripts/Help/Forum/doc/Forum_desc_sl.html @@ -11459,6 +11525,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_es.html %%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_fr.html %%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_it.html +%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_nl.html +%%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_pl.html %%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_pt.html %%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_ru.html %%DATADIR%%/scripts/Help/ReportBug/doc/ReportBug_desc_sl.html @@ -11615,6 +11683,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Help/Website/doc/Website_desc_es.html %%DATADIR%%/scripts/Help/Website/doc/Website_desc_fr.html %%DATADIR%%/scripts/Help/Website/doc/Website_desc_it.html +%%DATADIR%%/scripts/Help/Website/doc/Website_desc_nl.html +%%DATADIR%%/scripts/Help/Website/doc/Website_desc_pl.html %%DATADIR%%/scripts/Help/Website/doc/Website_desc_pt.html %%DATADIR%%/scripts/Help/Website/doc/Website_desc_ru.html %%DATADIR%%/scripts/Help/Website/doc/Website_desc_sl.html @@ -11727,6 +11797,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_fr.html %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_it.html %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_ja.html +%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_nl.html +%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_pl.html %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_pt.html %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_ru.html %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_desc_sl.html @@ -11743,6 +11815,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_fr.html %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_it.html %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_ja.html +%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_nl.html +%%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_pl.html %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_pt.html %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_proc_ru.html %%DATADIR%%/scripts/Information/InfoAngle/doc/InfoAngle_pt.html @@ -11811,7 +11885,13 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/ArcCircleArea.dxf %%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea.png %%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_de.html +%%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_de.html %%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_en.html +%%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_es.html +%%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_fr.html +%%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_it.html +%%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_nl.html +%%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_desc_pl.html %%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_en.html %%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_es.html %%DATADIR%%/scripts/Information/InfoArcCircleArea/doc/InfoArcCircleArea_fr.html @@ -11884,6 +11964,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_fr.html %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_it.html %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_ja.html +%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_nl.html +%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_pl.html %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_pt.html %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_ru.html %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_desc_sl.html @@ -11900,6 +11982,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_fr.html %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_it.html %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_ja.html +%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_nl.html +%%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_pl.html %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_pt.html %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_proc_ru.html %%DATADIR%%/scripts/Information/InfoArea/doc/InfoArea_pt.html @@ -12048,6 +12132,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_fr.html %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_it.html %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_ja.html +%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_nl.html +%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_pl.html %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_pt.html %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_ru.html %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_desc_sl.html @@ -12064,6 +12150,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_fr.html %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_it.html %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_ja.html +%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_nl.html +%%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_pl.html %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_pt.html %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_proc_ru.html %%DATADIR%%/scripts/Information/InfoDistanceEP/doc/InfoDistanceEP_pt.html @@ -12126,6 +12214,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_fr.html %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_it.html %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_ja.html +%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_nl.html +%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_pl.html %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_pt.html %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_ru.html %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_desc_sl.html @@ -12142,6 +12232,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_fr.html %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_it.html %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_ja.html +%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_nl.html +%%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_pl.html %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_pt.html %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_proc_ru.html %%DATADIR%%/scripts/Information/InfoDistancePP/doc/InfoDistancePP_pt.html @@ -12202,6 +12294,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_fr.html %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_it.html %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_ja.html +%%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_nl.html +%%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_pl.html %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_pt.html %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_ru.html %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_desc_sl.html @@ -12218,6 +12312,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_fr.html %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_it.html %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_ja.html +%%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_nl.html +%%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_pl.html %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_pt.html %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_proc_ru.html %%DATADIR%%/scripts/Information/InfoPolylineArea/doc/InfoPolylineArea_sl.html @@ -12276,6 +12372,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_fr.html %%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_it.html %%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_ja.html +%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_nl.html +%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_pl.html %%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_pt.html %%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_ru.html %%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_sl.html @@ -12343,6 +12441,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_fr.html %%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_it.html %%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_ja.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_nl.html +%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_pl.html %%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_pt.html %%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_ru.html %%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_sl.html @@ -12409,6 +12509,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_fr.html %%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_it.html %%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_ja.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_nl.html +%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_pl.html %%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_pt.html %%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_ru.html %%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_sl.html @@ -12475,6 +12577,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_fr.html %%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_it.html %%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_ja.html +%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_nl.html +%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_pl.html %%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_pt.html %%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_ru.html %%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_sl.html @@ -12537,6 +12641,11 @@ lib/libstemmer.a %%DATADIR%%/scripts/Information/doc/Information_de.html %%DATADIR%%/scripts/Information/doc/Information_desc_de.html %%DATADIR%%/scripts/Information/doc/Information_desc_en.html +%%DATADIR%%/scripts/Information/doc/Information_desc_es.html +%%DATADIR%%/scripts/Information/doc/Information_desc_fr.html +%%DATADIR%%/scripts/Information/doc/Information_desc_it.html +%%DATADIR%%/scripts/Information/doc/Information_desc_nl.html +%%DATADIR%%/scripts/Information/doc/Information_desc_pl.html %%DATADIR%%/scripts/Information/doc/Information_desc_ru.html %%DATADIR%%/scripts/Information/doc/Information_desc_sl.html %%DATADIR%%/scripts/Information/doc/Information_en.html @@ -12612,6 +12721,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_fr.html %%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_it.html %%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_ja.html +%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_nl.html +%%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_pl.html %%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_pt.html %%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_ru.html %%DATADIR%%/scripts/Layer/AddLayer/doc/AddLayer_desc_sl.html @@ -12676,6 +12787,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_fr.html %%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_it.html %%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_ja.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_nl.html +%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_pl.html %%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_pt.html %%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_ru.html %%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_sl.html @@ -12742,6 +12855,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_fr.html %%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_it.html %%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_ja.html +%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_nl.html +%%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_pl.html %%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_pt.html %%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_ru.html %%DATADIR%%/scripts/Layer/EditLayer/doc/EditLayer_desc_sl.html @@ -12806,6 +12921,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_fr.html %%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_it.html %%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_ja.html +%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_nl.html +%%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_pl.html %%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_pt.html %%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_ru.html %%DATADIR%%/scripts/Layer/HideAllLayers/doc/HideAllLayers_desc_sl.html @@ -12880,6 +12997,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_fr.html %%DATADIR%%/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_it.html %%DATADIR%%/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_ja.html +%%DATADIR%%/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_nl.html +%%DATADIR%%/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_pl.html %%DATADIR%%/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_pt.html %%DATADIR%%/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_ru.html %%DATADIR%%/scripts/Layer/LockAllLayers/doc/LockAllLayers_desc_sl.html @@ -12947,6 +13066,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_fr.html %%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_it.html %%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_ja.html +%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_nl.html +%%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_pl.html %%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_pt.html %%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_ru.html %%DATADIR%%/scripts/Layer/RemoveLayer/doc/RemoveLayer_desc_sl.html @@ -13011,6 +13132,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_fr.html %%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_it.html %%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_ja.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_nl.html +%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_pl.html %%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_pt.html %%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_ru.html %%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_sl.html @@ -13071,6 +13194,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_fr.html %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_it.html %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_ja.html +%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_nl.html +%%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_pl.html %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_pt.html %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_ru.html %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc/ShowActiveLayer_desc_sl.html @@ -13138,6 +13263,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_fr.html %%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_it.html %%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_ja.html +%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_nl.html +%%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_pl.html %%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_pt.html %%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_ru.html %%DATADIR%%/scripts/Layer/ShowAllLayers/doc/ShowAllLayers_desc_sl.html @@ -13204,6 +13331,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_fr.html %%DATADIR%%/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_it.html %%DATADIR%%/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_ja.html +%%DATADIR%%/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_nl.html +%%DATADIR%%/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_pl.html %%DATADIR%%/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_pt.html %%DATADIR%%/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_ru.html %%DATADIR%%/scripts/Layer/ToggleLayerLock/doc/ToggleLayerLock_desc_sl.html @@ -13272,6 +13401,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_fr.html %%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_it.html %%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_ja.html +%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_nl.html +%%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_pl.html %%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_pt.html %%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_ru.html %%DATADIR%%/scripts/Layer/ToggleLayerVisibility/doc/ToggleLayerVisibility_desc_sl.html @@ -13339,6 +13470,8 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_fr.html %%DATADIR%%/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_it.html %%DATADIR%%/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_ja.html +%%DATADIR%%/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_nl.html +%%DATADIR%%/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_pl.html %%DATADIR%%/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_pt.html %%DATADIR%%/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_ru.html %%DATADIR%%/scripts/Layer/UnlockAllLayers/doc/UnlockAllLayers_desc_sl.html @@ -13397,7 +13530,12 @@ lib/libstemmer.a %%DATADIR%%/scripts/Layer/doc/Layer_de.html %%DATADIR%%/scripts/Layer/doc/Layer_desc_de.html %%DATADIR%%/scripts/Layer/doc/Layer_desc_en.html +%%DATADIR%%/scripts/Layer/doc/Layer_desc_es.html +%%DATADIR%%/scripts/Layer/doc/Layer_desc_fr.html +%%DATADIR%%/scripts/Layer/doc/Layer_desc_it.html %%DATADIR%%/scripts/Layer/doc/Layer_desc_ja.html +%%DATADIR%%/scripts/Layer/doc/Layer_desc_nl.html +%%DATADIR%%/scripts/Layer/doc/Layer_desc_pl.html %%DATADIR%%/scripts/Layer/doc/Layer_desc_ru.html %%DATADIR%%/scripts/Layer/doc/Layer_desc_sl.html %%DATADIR%%/scripts/Layer/doc/Layer_en.html @@ -13456,155 +13594,451 @@ lib/libstemmer.a %%DATADIR%%/scripts/Misc/Examples/BlockExamples/BlockExamples.pro %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ExAddBlock.js %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ExAddBlock.pro +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_cs.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_cs.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_de.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_de.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_en.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_en.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_es.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_es.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_fi.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_fi.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_fr.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_fr.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_hr.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_hr.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_hu.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_hu.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_it.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_it.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_ja.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_ja.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_lt.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_lt.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_nl.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_nl.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_pl.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_pl.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_pt.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_pt.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_ru.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_ru.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_sk.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_sk.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_sl.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_sl.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_sv.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_sv.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_tr.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_tr.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_zh_CN.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_zh_CN.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_zh_TW.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ExAddBlock/ts/ExAddBlock_zh_TW.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_cs.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_cs.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_de.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_de.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_en.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_en.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_es.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_es.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_fi.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_fi.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_fr.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_fr.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_hr.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_hr.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_hu.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_hu.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_it.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_it.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_ja.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_ja.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_lt.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_lt.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_nl.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_nl.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pl.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pl.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pt.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_pt.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_ru.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_ru.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_sk.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_sk.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_sl.qm %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_sl.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_sv.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_sv.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_tr.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_tr.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_zh_CN.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_zh_CN.ts +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_zh_TW.qm +%%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/BlockExamples_zh_TW.ts %%DATADIR%%/scripts/Misc/Examples/BlockExamples/ts/ts.pro %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/CommandLineExamples.js %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/CommandLineExamples.pro %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor/ExSetColor.js %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor/ExSetColor.pro %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ExSetColor/test.dxf +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_cs.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_cs.ts %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_de.qm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_de.ts %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_en.qm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_en.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_es.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_es.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_fi.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_fi.ts %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_fr.qm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_fr.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_hr.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_hr.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_hu.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_hu.ts %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_it.qm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_it.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_ja.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_ja.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_lt.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_lt.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_nl.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_nl.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pl.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pl.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pt.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_pt.ts %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_ru.qm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_ru.ts %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_sk.qm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_sk.ts %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_sl.qm %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_sl.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_sv.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_sv.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_tr.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_tr.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_zh_CN.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_zh_CN.ts +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_zh_TW.qm +%%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/CommandLineExamples_zh_TW.ts %%DATADIR%%/scripts/Misc/Examples/CommandLineExamples/ts/ts.pro %%DATADIR%%/scripts/Misc/Examples/DrawExamples/DrawExamples.js %%DATADIR%%/scripts/Misc/Examples/DrawExamples/DrawExamples.pro %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ExDrawColors.js %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ExDrawColors.pro +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_cs.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_cs.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_de.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_de.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_en.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_en.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_es.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_es.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_fi.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_fi.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_fr.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_fr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_hr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_hr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_hu.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_hu.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_it.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_it.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_ja.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_ja.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_lt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_lt.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_nl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_nl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_pl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_pl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_pt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_pt.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_ru.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_ru.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_sk.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_sk.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_sl.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_sl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_sv.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_sv.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_tr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_tr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_zh_CN.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_zh_CN.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_zh_TW.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawColors/ts/ExDrawColors_zh_TW.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ExDrawFonts.js +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ExDrawFonts.pro +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_cs.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_cs.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_de.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_de.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_en.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_en.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_es.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_es.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_fi.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_fi.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_fr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_fr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_hr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_hr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_hu.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_hu.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_it.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_it.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_ja.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_ja.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_lt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_lt.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_nl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_nl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_pl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_pl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_pt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_pt.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_ru.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_ru.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_sk.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_sk.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_sl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_sl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_sv.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_sv.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_tr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_tr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_zh_CN.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_zh_CN.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_zh_TW.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExDrawFonts/ts/ExDrawFonts_zh_TW.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ExLineDove-inverse.svg %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ExLineDove.js %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ExLineDove.pro %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ExLineDove.svg %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ExLineDoveInit.js +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_cs.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_cs.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_de.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_de.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_en.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_en.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_es.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_es.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_fi.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_fi.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_fr.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_fr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_hr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_hr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_hu.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_hu.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_it.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_it.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_ja.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_ja.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_lt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_lt.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_nl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_nl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_pl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_pl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_pt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_pt.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_ru.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_ru.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_sk.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_sk.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_sl.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_sl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_sv.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_sv.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_tr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_tr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_zh_CN.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_zh_CN.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_zh_TW.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExLineDove/ts/ExLineDove_zh_TW.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ExText.js %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ExText.pro +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_cs.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_cs.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_de.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_de.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_en.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_en.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_es.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_es.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_fi.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_fi.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_fr.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_fr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_hr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_hr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_hu.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_hu.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_it.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_it.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_ja.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_ja.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_lt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_lt.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_nl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_nl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_pl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_pl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_pt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_pt.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_ru.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_ru.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_sk.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_sk.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_sl.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_sl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_sv.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_sv.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_tr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_tr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_zh_CN.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_zh_CN.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_zh_TW.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExText/ts/ExText_zh_TW.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ExThreePoints.js %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ExThreePoints.pro +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_cs.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_cs.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_de.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_de.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_en.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_en.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_es.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_es.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_fi.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_fi.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_fr.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_fr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_hr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_hr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_hu.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_hu.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_it.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_it.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_ja.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_ja.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_lt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_lt.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_nl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_nl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_pl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_pl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_pt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_pt.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_ru.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_ru.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_sk.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_sk.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_sl.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_sl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_sv.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_sv.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_tr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_tr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_zh_CN.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_zh_CN.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_zh_TW.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ExThreePoints/ts/ExThreePoints_zh_TW.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_cs.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_cs.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_de.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_de.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_en.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_en.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_es.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_es.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_fi.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_fi.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_fr.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_fr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_hr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_hr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_hu.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_hu.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_it.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_it.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_ja.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_ja.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_lt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_lt.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_nl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_nl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pl.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pt.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_pt.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_ru.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_ru.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_sk.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_sk.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_sl.qm %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_sl.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_sv.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_sv.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_tr.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_tr.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_zh_CN.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_zh_CN.ts +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_zh_TW.qm +%%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/DrawExamples_zh_TW.ts %%DATADIR%%/scripts/Misc/Examples/DrawExamples/ts/ts.pro %%DATADIR%%/scripts/Misc/Examples/ExMinimal/ExMinimal.js %%DATADIR%%/scripts/Misc/Examples/ExMinimal/ExMinimal.pro +%%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_cs.qm +%%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_cs.ts %%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_de.qm %%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_de.ts %%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_en.qm %%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_en.ts +%%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_es.qm +%%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_es.ts +%%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_fi.qm +%%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_fi.ts %%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_fr.qm %%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_fr.ts +%%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_hr.qm +%%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_hr.ts +%%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_hu.qm +%%DATADIR%%/scripts/Misc/Examples/ExMinimal/ts/ExMinimal_hu.ts *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Dec 8 14:21:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E5371317B5E; Sat, 8 Dec 2018 14:21:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B0897F858; Sat, 8 Dec 2018 14:21:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6220B23384; Sat, 8 Dec 2018 14:21:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8ELI7N050866; Sat, 8 Dec 2018 14:21:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8ELHsO050860; Sat, 8 Dec 2018 14:21:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812081421.wB8ELHsO050860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Dec 2018 14:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486952 - in head/graphics/openimageio: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/graphics/openimageio: . files X-SVN-Commit-Revision: 486952 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9B0897F858 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.992,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 14:21:19 -0000 Author: pi Date: Sat Dec 8 14:21:17 2018 New Revision: 486952 URL: https://svnweb.freebsd.org/changeset/ports/486952 Log: graphics/openimageio: update 1.7.17 -> 1.8.17 PR: 224382 Submitted by: Shane Ambler (maintainer) Reviewed by: yuri Relnotes: http://lists.openimageio.org/pipermail/oiio-announce-openimageio.org/2018-December/000039.html https://github.com/OpenImageIO/oiio/releases Added: head/graphics/openimageio/files/patch-src_cmake_modules_FindOpenCV.cmake (contents, props changed) head/graphics/openimageio/files/patch-src_python_CMakeLists.txt (contents, props changed) Deleted: head/graphics/openimageio/files/patch-src_ffmpeg.imageio_ffmpeginput.cpp Modified: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/pkg-plist Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Sat Dec 8 14:15:15 2018 (r486951) +++ head/graphics/openimageio/Makefile Sat Dec 8 14:21:17 2018 (r486952) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= openimageio -PORTVERSION= 1.7.17 +PORTVERSION= 1.8.17 DISTVERSIONPREFIX= Release- -PORTREVISION= 15 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -12,6 +11,9 @@ COMMENT?= OpenImageIO graphics library LICENSE= BSD3CLAUSE +# fbm also installs bin/idiff +CONFLICTS= fbm-[0-9]* + LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libImath.so:graphics/ilmbase \ libIlmImf.so:graphics/openexr \ @@ -23,106 +25,85 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ # fbm also installs bin/idiff CONFLICTS= fbm-[0-9]* +USES= cmake:outsource jpeg compiler:c++11-lib +CMAKE_ARGS= USE_CPP:STRING=11 +CMAKE_OFF= BUILDSTATIC LINKSTATIC NOTHREADS STOP_ON_WARNING USE_OPENSSL USE_GITHUB= yes GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio -USES= cmake:outsource jpeg compiler:c++11-lib -CMAKE_ARGS= -DBUILDSTATIC:BOOL=OFF \ - -DLINKSTATIC:BOOL=OFF \ - -DNOTHREADS:BOOL=OFF \ - -DSTOP_ON_WARNING:BOOL=OFF \ - -DUSE_OPENSSL:BOOL=OFF - OPTIONS_DEFINE= DOCS FFMPEG FREETYPE GIF IMAGEVIEWER OCIO OPENCV \ OPENJPEG RAW TEST OPTIONS_DEFAULT= FREETYPE GIF OCIO OPENJPEG OPTIONS_SUB= yes -FFMPEG_DESC= Use FFmpeg to support extra file types -IMAGEVIEWER_DESC= Build image viewer (requires Qt) -OCIO_DESC= Color management support +DOCS_CMAKE_BOOL= INSTALL_DOCS +DOCS_CMAKE_ON= -DCMAKE_INSTALL_DOCDIR:STRING=${DOCSDIR} -DOCS_CMAKE_ON= -DINSTALL_DOCS:BOOL=ON -DOCS_CMAKE_OFF= -DINSTALL_DOCS:BOOL=OFF - -FFMPEG_CMAKE_ON= -DUSE_FFMPEG:BOOL=ON -FFMPEG_CMAKE_OFF= -DUSE_FFMPEG:BOOL=OFF +FFMPEG_DESC= Use FFmpeg to support extra file types +FFMPEG_CMAKE_BOOL= USE_FFMPEG FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg -FREETYPE_CMAKE_ON= -DUSE_FREETYPE:BOOL=ON -FREETYPE_CMAKE_OFF= -DUSE_FREETYPE:BOOL=OFF +FREETYPE_CMAKE_BOOL= USE_FREETYPE +FREETYPE_CMAKE_ON= -DFONTS_INSTALL_DIR:STRING=share/fonts/oiio_dev FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 -GIF_CMAKE_ON= -DUSE_GIF:BOOL=ON -GIF_CMAKE_OFF= -DUSE_GIF:BOOL=OFF +GIF_CMAKE_BOOL= USE_GIF GIF_LIB_DEPENDS= libgif.so:graphics/giflib -IMAGEVIEWER_USES= qt:4 -IMAGEVIEWER_CMAKE_ON= -DUSE_QT:BOOL=ON -DUSE_OPENGL:BOOL=ON -IMAGEVIEWER_CMAKE_OFF= -DUSE_OPENGL:BOOL=OFF -DUSE_QT:BOOL=OFF +IMAGEVIEWER_DESC= Build image viewer (requires Qt) +IMAGEVIEWER_USES= qt:5 +IMAGEVIEWER_CMAKE_BOOL= USE_QT USE_OPENGL IMAGEVIEWER_USE= GL=gl,glu,glew \ - QT=corelib,gui,opengl,qmake_build,moc_build,rcc_build,uic_build + QT=buildtools,core,gui,opengl,qmake_build,widgets -OCIO_CMAKE_ON= -DUSE_OCIO:BOOL=ON -OCIO_CMAKE_OFF= -DUSE_OCIO:BOOL=OFF +OCIO_DESC= Color management support +OCIO_CMAKE_BOOL= USE_OCIO OCIO_LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio -OPENCV_CMAKE_ON= -DUSE_OPENCV:BOOL=ON -OPENCV_CMAKE_OFF= -DUSE_OPENCV:BOOL=OFF +OPENCV_CMAKE_BOOL= USE_OPENCV OPENCV_LIB_DEPENDS= libopencv_highgui.so:graphics/opencv \ libopencv_core.so:graphics/opencv-core \ libopenjpeg.so:graphics/openjpeg15 -OPENJPEG_CMAKE_ON= -DUSE_OPENJPEG:BOOL=ON -OPENJPEG_CMAKE_OFF= -DUSE_OPENJPEG:BOOL=OFF +OPENJPEG_CMAKE_BOOL= USE_OPENJPEG OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg -RAW_CMAKE_ON= -DUSE_LIBRAW:BOOL=ON -RAW_CMAKE_OFF= -DUSE_LIBRAW:BOOL=OFF +RAW_CMAKE_BOOL= USE_LIBRAW RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw -TEST_CMAKE_ON= -DOIIO_BUILD_TESTS:BOOL=ON -TEST_CMAKE_OFF= -DOIIO_BUILD_TESTS:BOOL=OFF +TEST_CMAKE_BOOL= OIIO_BUILD_TESTS PLIST_SUB+= LIBVERS=${PORTVERSION} .include -.if ${SLAVE_PORT} == no -USE_LDCONFIG= yes -CMAKE_ARGS+= -DUSE_PYTHON:BOOL=OFF -DUSE_PYTHON3:BOOL=OFF \ - -DOIIO_BUILD_TOOLS:BOOL=ON -.else +.if ${SLAVE_PORT} == yes LIB_DEPENDS+= libOpenImageIO.so:graphics/openimageio \ ${PY_BOOST} PLIST= ${PKGDIR}/pkg-plist-pybind USES+= python USE_PYTHON= flavors -CMAKE_ARGS+= -DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=OFF \ - -DOIIO_BUILD_TOOLS:BOOL=OFF -DUSE_FFMPEG:BOOL=OFF -.endif +CMAKE_ON+= USE_PYTHON +CMAKE_OFF+= OIIO_BUILD_TOOLS USE_FFMPEG +CMAKE_ARGS+= -DPYTHON_VERSION:STRING=${PYTHON_VER} -.if ${PORT_OPTIONS:MIMAGEVIEWER} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif +do-install: + ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} + ${INSTALL_LIB} ${BUILD_WRKSRC}/src/python/OpenImageIO.so ${STAGEDIR}${PYTHON_SITELIBDIR} +.else # SLAVE_PORT == no +USE_LDCONFIG= yes +CMAKE_ON+= DOIIO_BUILD_TOOLS +CMAKE_OFF+= USE_PYTHON -post-patch: - @${REINPLACE_CMD} -e 's|share/doc/OpenImageIO|${DOCSDIR}|g' \ - ${WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/find_/s/ boost_python[[:>:]]/ ${PY_BOOST_LIB}/' \ - ${WRKSRC}/src/cmake/externalpackages.cmake - post-install: -.if ${SLAVE_PORT} == no - ${LN} -sf libOpenImageIO.so.1.7 \ + ${LN} -sf libOpenImageIO.so.1.8 \ ${STAGEDIR}${PREFIX}/lib/libOpenImageIO.so.1 - ${LN} -sf libOpenImageIO_Util.so.1.7 \ + ${LN} -sf libOpenImageIO_Util.so.1.8 \ ${STAGEDIR}${PREFIX}/lib/libOpenImageIO_Util.so.1 -.endif do-test-TEST-on: @cd ${BUILD_WRKSRC} && ${MAKE_CMD} ARGS=-V test +.endif .include Modified: head/graphics/openimageio/distinfo ============================================================================== --- head/graphics/openimageio/distinfo Sat Dec 8 14:15:15 2018 (r486951) +++ head/graphics/openimageio/distinfo Sat Dec 8 14:21:17 2018 (r486952) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504403179 -SHA256 (OpenImageIO-oiio-Release-1.7.17_GH0.tar.gz) = 669c59d06399dd882c3e2469bb3a4b33d537db150f6fe056495c3429b5c3838f -SIZE (OpenImageIO-oiio-Release-1.7.17_GH0.tar.gz) = 27164765 +TIMESTAMP = 1543804503 +SHA256 (OpenImageIO-oiio-Release-1.8.17_GH0.tar.gz) = a019086c05a6150d445a2240bab1723dff540dde5f5c327c36a97f0b5ae0e157 +SIZE (OpenImageIO-oiio-Release-1.8.17_GH0.tar.gz) = 27835527 Added: head/graphics/openimageio/files/patch-src_cmake_modules_FindOpenCV.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openimageio/files/patch-src_cmake_modules_FindOpenCV.cmake Sat Dec 8 14:21:17 2018 (r486952) @@ -0,0 +1,11 @@ +--- src/cmake/modules/FindOpenCV.cmake.orig 2018-02-02 19:00:47 UTC ++++ src/cmake/modules/FindOpenCV.cmake +@@ -55,7 +55,7 @@ set (opencv_components opencv_imgproc op + if (NOT ${OpenCV_VERSION} VERSION_LESS 3.0.0) + set (opencv_components opencv_videoio ${opencv_components}) + else (NOT ${OpenCV_VERSION} VERSION_LESS 3.0.0) +- set (opencv_components opencv_videoio ${opencv_components}) ++ set (opencv_components opencv_highgui ${opencv_components}) + endif () + foreach (component ${opencv_components}) + find_library (${component}_lib Added: head/graphics/openimageio/files/patch-src_python_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openimageio/files/patch-src_python_CMakeLists.txt Sat Dec 8 14:21:17 2018 (r486952) @@ -0,0 +1,13 @@ +--- src/python/CMakeLists.txt.orig 2018-02-04 16:10:49 UTC ++++ src/python/CMakeLists.txt +@@ -16,8 +16,8 @@ find_package (PythonLibs ${PYTHON_VERSIO + if (NOT BOOST_CUSTOM) + # Finding the python component for boost is a little tricky, since it has + # different names on different systems. Try the most common ones. +- foreach (_py_lib python-${PYTHON_VERSION_FOUND} python +- python${PYTHON_VERSION_MAJOR} ++ foreach (_py_lib python-${PYTHON_VERSION_FOUND} ++ python${PYTHON_VERSION_MAJOR} python + python-py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}) + find_package (Boost QUIET COMPONENTS ${_py_lib}) + string (TOUPPER ${_py_lib} _py_lib_name) Modified: head/graphics/openimageio/pkg-plist ============================================================================== --- head/graphics/openimageio/pkg-plist Sat Dec 8 14:15:15 2018 (r486951) +++ head/graphics/openimageio/pkg-plist Sat Dec 8 14:21:17 2018 (r486952) @@ -8,8 +8,8 @@ bin/oiiotool include/OpenImageIO/argparse.h include/OpenImageIO/array_view.h include/OpenImageIO/atomic.h +include/OpenImageIO/benchmark.h include/OpenImageIO/color.h -include/OpenImageIO/coordinate.h include/OpenImageIO/dassert.h include/OpenImageIO/deepdata.h include/OpenImageIO/errorhandler.h @@ -18,6 +18,7 @@ include/OpenImageIO/filesystem.h include/OpenImageIO/filter.h include/OpenImageIO/fmath.h include/OpenImageIO/fstream_mingw.h +include/OpenImageIO/function_view.h include/OpenImageIO/hash.h include/OpenImageIO/image_view.h include/OpenImageIO/imagebuf.h @@ -29,6 +30,7 @@ include/OpenImageIO/missing_math.h include/OpenImageIO/oiioversion.h include/OpenImageIO/optparser.h include/OpenImageIO/osdep.h +include/OpenImageIO/parallel.h include/OpenImageIO/paramlist.h include/OpenImageIO/platform.h include/OpenImageIO/plugin.h @@ -38,6 +40,7 @@ include/OpenImageIO/pugixml.hpp include/OpenImageIO/refcnt.h include/OpenImageIO/SHA1.h include/OpenImageIO/simd.h +include/OpenImageIO/span.h include/OpenImageIO/strided_ptr.h include/OpenImageIO/string_view.h include/OpenImageIO/strutil.h @@ -54,19 +57,19 @@ include/OpenImageIO/varyingref.h include/OpenImageIO/version.h lib/libOpenImageIO.so lib/libOpenImageIO.so.1 -lib/libOpenImageIO.so.1.7 +lib/libOpenImageIO.so.1.8 lib/libOpenImageIO.so.%%LIBVERS%% lib/libOpenImageIO_Util.so lib/libOpenImageIO_Util.so.1 -lib/libOpenImageIO_Util.so.1.7 +lib/libOpenImageIO_Util.so.1.8 lib/libOpenImageIO_Util.so.%%LIBVERS%% -%%FREETYPE%%share/fonts/oiio/DroidSans-Bold.ttf -%%FREETYPE%%share/fonts/oiio/DroidSans.ttf -%%FREETYPE%%share/fonts/oiio/DroidSansMono.ttf -%%FREETYPE%%share/fonts/oiio/DroidSerif-Bold.ttf -%%FREETYPE%%share/fonts/oiio/DroidSerif-BoldItalic.ttf -%%FREETYPE%%share/fonts/oiio/DroidSerif-Italic.ttf -%%FREETYPE%%share/fonts/oiio/DroidSerif.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSans-Bold.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSans.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSansMono.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif-Bold.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif-BoldItalic.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif-Italic.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif.ttf %%PORTDOCS%%%%DOCSDIR%%/CHANGES.md %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf From owner-svn-ports-all@freebsd.org Sat Dec 8 14:40:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F0FF1318C40; Sat, 8 Dec 2018 14:40:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FC7381225; Sat, 8 Dec 2018 14:40:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00A8123698; Sat, 8 Dec 2018 14:40:13 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8EeCZY061098; Sat, 8 Dec 2018 14:40:12 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8EeCCh061096; Sat, 8 Dec 2018 14:40:12 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812081440.wB8EeCCh061096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 8 Dec 2018 14:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r486953 - branches/2018Q4/security/tor X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: branches/2018Q4/security/tor X-SVN-Commit-Revision: 486953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1FC7381225 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 14:40:13 -0000 Author: rene Date: Sat Dec 8 14:40:12 2018 New Revision: 486953 URL: https://svnweb.freebsd.org/changeset/ports/486953 Log: MFH: r483832 security/tor: Update 0.3.4.8 -> 0.3.4.9 Changelog: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.3.4.9 Reported by: upstream notification MFH'ing this commit because 0.3.4.8 is no longer recommended by the directory authorities. Approved by: portmgr (implicit) Modified: branches/2018Q4/security/tor/Makefile branches/2018Q4/security/tor/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/tor/Makefile ============================================================================== --- branches/2018Q4/security/tor/Makefile Sat Dec 8 14:21:17 2018 (r486952) +++ branches/2018Q4/security/tor/Makefile Sat Dec 8 14:40:12 2018 (r486953) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.3.4.8 +DISTVERSION= 0.3.4.9 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: branches/2018Q4/security/tor/distinfo ============================================================================== --- branches/2018Q4/security/tor/distinfo Sat Dec 8 14:21:17 2018 (r486952) +++ branches/2018Q4/security/tor/distinfo Sat Dec 8 14:40:12 2018 (r486953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536628507 -SHA256 (tor-0.3.4.8.tar.gz) = 826a4cb2c099a29c7cf91516ffffcfcb5aace7533b8853a8c8bddcfe2bfb1023 -SIZE (tor-0.3.4.8.tar.gz) = 6679385 +TIMESTAMP = 1541177990 +SHA256 (tor-0.3.4.9.tar.gz) = 1a171081f02b9a6ff9e28c0898defb7670e5bbb3bdbcaddfcf4e4304aedd164a +SIZE (tor-0.3.4.9.tar.gz) = 6695931 From owner-svn-ports-all@freebsd.org Sat Dec 8 15:03:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 451AE131AB01; Sat, 8 Dec 2018 15:03:45 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5296829BF; Sat, 8 Dec 2018 15:03:44 +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 B2E0723B7B; Sat, 8 Dec 2018 15:03:44 +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 wB8F3in9076303; Sat, 8 Dec 2018 15:03:44 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8F3iMK076302; Sat, 8 Dec 2018 15:03:44 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812081503.wB8F3iMK076302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 8 Dec 2018 15:03:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486954 - head/misc/freebsd-doc-en X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/misc/freebsd-doc-en X-SVN-Commit-Revision: 486954 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D5296829BF X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 15:03:45 -0000 Author: linimon Date: Sat Dec 8 15:03:44 2018 New Revision: 486954 URL: https://svnweb.freebsd.org/changeset/ports/486954 Log: Apparently the failure of the doc ports to build on powerpc64 is merely statistical. Re-enabled them. Approved by: portmgr (tier-2 blanket) Modified: head/misc/freebsd-doc-en/Makefile Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Sat Dec 8 14:40:12 2018 (r486953) +++ head/misc/freebsd-doc-en/Makefile Sat Dec 8 15:03:44 2018 (r486954) @@ -14,7 +14,6 @@ COMMENT?= Documentation from the FreeBSD Documentation LICENSE= BSD2CLAUSE BROKEN_aarch64= fails to build: Exception in thread "main" java.lang.StackOverflowError at org.apache.fop.hyphenation.TernaryTree.insert(TernaryTree.java:180) -BROKEN_powerpc64= fails to build: Java Runtime Environment: SIGSEGV happened inside stack but outside yellow and red zone. BUILD_DEPENDS= docproj>=2.0_6:textproc/docproj From owner-svn-ports-all@freebsd.org Sat Dec 8 15:18:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDDB6131AF5C; Sat, 8 Dec 2018 15:18:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8149882F70; Sat, 8 Dec 2018 15:18:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B36123D77; Sat, 8 Dec 2018 15:18:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8FI029081871; Sat, 8 Dec 2018 15:18:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8FHwBk081859; Sat, 8 Dec 2018 15:17:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812081517.wB8FHwBk081859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Dec 2018 15:17:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486955 - in head/graphics/openshadinglanguage: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/graphics/openshadinglanguage: . files X-SVN-Commit-Revision: 486955 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8149882F70 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-0.99)[-0.993,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 15:18:01 -0000 Author: pi Date: Sat Dec 8 15:17:58 2018 New Revision: 486955 URL: https://svnweb.freebsd.org/changeset/ports/486955 Log: graphics/openshadinglanguage: update 1.8.10 -> 1.10.2 PR: 225942 Submitted by: Shane Ambler (maintainer) Relnotes: https://github.com/imageworks/OpenShadingLanguage/releases Added: head/graphics/openshadinglanguage/files/patch-src_cmake_modules_FindLLVM.cmake (contents, props changed) head/graphics/openshadinglanguage/files/patch-src_liboslexec_llvm__instance.cpp (contents, props changed) head/graphics/openshadinglanguage/files/patch-src_shaders_MaterialX_CMakeLists.txt (contents, props changed) Deleted: head/graphics/openshadinglanguage/files/patch-src_liboslexec_llvm_instance.cpp Modified: head/graphics/openshadinglanguage/Makefile head/graphics/openshadinglanguage/distinfo head/graphics/openshadinglanguage/files/patch-src_doc_CMakeLists.txt head/graphics/openshadinglanguage/files/patch-src_shaders_CMakeLists.txt head/graphics/openshadinglanguage/pkg-plist Modified: head/graphics/openshadinglanguage/Makefile ============================================================================== --- head/graphics/openshadinglanguage/Makefile Sat Dec 8 15:03:44 2018 (r486954) +++ head/graphics/openshadinglanguage/Makefile Sat Dec 8 15:17:58 2018 (r486955) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= openshadinglanguage -PORTVERSION= 1.8.10 +PORTVERSION= 1.10.2 DISTVERSIONPREFIX= Release- -PORTREVISION= 10 CATEGORIES= graphics devel MAINTAINER= FreeBSD@Shaneware.biz @@ -12,24 +11,46 @@ COMMENT= Advanced shading language for production GI r LICENSE= BSD3CLAUSE -BUILD_DEPENDS= llvm-config40:devel/llvm40 +BUILD_DEPENDS= llvm-config60:devel/llvm60 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ - libIlmImf.so:graphics/openexr \ + libtinfo.so:devel/ncurses \ libImath.so:graphics/ilmbase \ - libOpenImageIO.so:graphics/openimageio -RUN_DEPENDS= llvm-config40:devel/llvm40 + libIlmImf.so:graphics/openexr \ + libOpenImageIO.so:graphics/openimageio \ + libpugixml.so:textproc/pugixml +RUN_DEPENDS= llvm-config60:devel/llvm60 -USES= bison cmake:outsource compiler:c++11-lang ncurses +USES= bison cmake:outsource compiler:c++11-lang ncurses python:build +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= imageworks GH_PROJECT= OpenShadingLanguage -CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config40" \ - -DENABLERTTI:BOOL=ON -DUSE_BOOST_WAVE:BOOL=OFF -USE_LDCONFIG= yes +CMAKE_ON= ENABLERTTI OSL_BUILD_TESTS USE_LLVM_BITCODE USE_LIBCPLUSPLUS +CMAKE_OFF= USE_BOOST_WAVE +CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config60" \ + -DCMAKE_INSTALL_DOCDIR:STRING=${DOCSDIR} \ + -DUSE_CPP:STRING=11 +OPTIONS_DEFINE= OSLTOY +OPTIONS_SUB= yes +OSLTOY_DESC= Interactive shader edit and visualize tool +OSLTOY_CMAKE_BOOL= USE_QT +OSLTOY_USES= qt:5 +OSLTOY_USE= QT=core,gui,qmake_build,widgets + +CXXFLAGS+= -I${STAGEDIR}/include + +PLIST_SUB+= LIBVERS=${PORTVERSION} + post-patch: - @${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \ + @${REINPLACE_CMD} -e 's,bash,sh,' \ ${WRKSRC}/src/liboslexec/serialize-bc.bash + @${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \ + -e 's,%%PYCMD%%,${PYTHON_CMD},' \ + ${WRKSRC}/src/shaders/CMakeLists.txt \ + ${WRKSRC}/src/shaders/MaterialX/CMakeLists.txt \ + ${WRKSRC}/src/doc/CMakeLists.txt .include Modified: head/graphics/openshadinglanguage/distinfo ============================================================================== --- head/graphics/openshadinglanguage/distinfo Sat Dec 8 15:03:44 2018 (r486954) +++ head/graphics/openshadinglanguage/distinfo Sat Dec 8 15:17:58 2018 (r486955) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503300284 -SHA256 (imageworks-OpenShadingLanguage-Release-1.8.10_GH0.tar.gz) = 5b9ad6814fd55e68f4ac50e4214120629ab9175142dc93aac350d0f54bea745a -SIZE (imageworks-OpenShadingLanguage-Release-1.8.10_GH0.tar.gz) = 14572479 +TIMESTAMP = 1543809154 +SHA256 (imageworks-OpenShadingLanguage-Release-1.10.2_GH0.tar.gz) = 3693268e70a92422184556506ecdd2fe24833774dfc3ab71886f0c572fde382b +SIZE (imageworks-OpenShadingLanguage-Release-1.10.2_GH0.tar.gz) = 13535571 Added: head/graphics/openshadinglanguage/files/patch-src_cmake_modules_FindLLVM.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openshadinglanguage/files/patch-src_cmake_modules_FindLLVM.cmake Sat Dec 8 15:17:58 2018 (r486955) @@ -0,0 +1,16 @@ +--- src/cmake/modules/FindLLVM.cmake.orig 2018-03-28 12:34:16 UTC ++++ src/cmake/modules/FindLLVM.cmake +@@ -94,11 +94,12 @@ if ((LLVM_LIBRARY OR LLVM_LIBRARIES OR L + # if static LLVM libraries were requested, use llvm-config to generate + # the list of what libraries we need, and substitute that in the right + # way for LLVM_LIBRARY. +- execute_process (COMMAND ${LLVM_CONFIG} --libfiles ++ execute_process (COMMAND ${LLVM_CONFIG} --libfiles --link-static + OUTPUT_VARIABLE LLVM_LIBRARIES + OUTPUT_STRIP_TRAILING_WHITESPACE) + string (REPLACE " " ";" LLVM_LIBRARIES "${LLVM_LIBRARIES}") + set (LLVM_LIBRARY "") ++ set(LLVM_SYSTEM_LIBRARIES "-lz -lexecinfo -lncurses") + else () + set (LLVM_LIBRARIES "${LLVM_LIBRARY}") + endif () Modified: head/graphics/openshadinglanguage/files/patch-src_doc_CMakeLists.txt ============================================================================== --- head/graphics/openshadinglanguage/files/patch-src_doc_CMakeLists.txt Sat Dec 8 15:03:44 2018 (r486954) +++ head/graphics/openshadinglanguage/files/patch-src_doc_CMakeLists.txt Sat Dec 8 15:17:58 2018 (r486955) @@ -1,21 +1,11 @@ ---- src/doc/CMakeLists.txt.orig 2017-07-01 03:52:54 UTC +--- src/doc/CMakeLists.txt.orig 2018-12-03 20:09:06 UTC +++ src/doc/CMakeLists.txt -@@ -3,15 +3,15 @@ set (public_docs osl-languagespec.pdf - markdeep.min.js - ) - --install (FILES ${public_docs} DESTINATION doc COMPONENT documentation) -+install (FILES ${public_docs} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/openshadinglanguage COMPONENT documentation) - - install ( FILES "${PROJECT_SOURCE_DIR}/LICENSE" - "${PROJECT_SOURCE_DIR}/INSTALL.md" - "${PROJECT_SOURCE_DIR}/CHANGES.md" - "${PROJECT_SOURCE_DIR}/README.md" -- DESTINATION doc ) -+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/openshadinglanguage ) - - - file (GLOB testshade_figures "Figures/testshade/*.jpg") - install (FILES ${testshade_figures} -- DESTINATION doc/Figures/testshade ) -+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/openshadinglanguage/Figures/testshade ) +@@ -39,7 +39,7 @@ macro (docdeep_generate) + endif () + set (docdeep_program ${CMAKE_SOURCE_DIR}/src/build-scripts/docdeep.py) + add_custom_command (OUTPUT ${mdfile} +- COMMAND python ${docdeep_program} -d ${_docdeep_NAME} -s docs.css ++ COMMAND %%PYCMD%% ${docdeep_program} -d ${_docdeep_NAME} -s docs.css + ${_docdeep_SOURCE} > "${CMAKE_CURRENT_BINARY_DIR}/${mdfile}" + MAIN_DEPENDENCY ${docdeep_program} + DEPENDS ${_docdeep_SOURCE} Added: head/graphics/openshadinglanguage/files/patch-src_liboslexec_llvm__instance.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openshadinglanguage/files/patch-src_liboslexec_llvm__instance.cpp Sat Dec 8 15:17:58 2018 (r486955) @@ -0,0 +1,11 @@ +--- src/liboslexec/llvm_instance.cpp.orig 2016-07-02 00:07:46 UTC ++++ src/liboslexec/llvm_instance.cpp +@@ -1040,7 +1040,7 @@ BackendLLVM::run () + // Generate the LLVM IR for each layer. Skip unused layers. + m_llvm_local_mem = 0; + llvm::Function* init_func = build_llvm_init (); +- std::vector funcs (nlayers, NULL); ++ std::vector funcs (nlayers, (llvm::Function*)NULL); + for (int layer = 0; layer < nlayers; ++layer) { + set_inst (layer); + if (m_layer_remap[layer] != -1) { Modified: head/graphics/openshadinglanguage/files/patch-src_shaders_CMakeLists.txt ============================================================================== --- head/graphics/openshadinglanguage/files/patch-src_shaders_CMakeLists.txt Sat Dec 8 15:03:44 2018 (r486954) +++ head/graphics/openshadinglanguage/files/patch-src_shaders_CMakeLists.txt Sat Dec 8 15:17:58 2018 (r486955) @@ -1,9 +1,8 @@ ---- src/shaders/CMakeLists.txt.orig 2015-03-10 21:57:05 UTC +--- src/shaders/CMakeLists.txt.orig 2018-02-02 20:54:13 UTC +++ src/shaders/CMakeLists.txt -@@ -49,5 +49,5 @@ add_custom_target (shaders ALL +@@ -63,4 +63,4 @@ add_custom_target (shaders ALL SOURCES ${shader_source} ${shader_headers}) install (FILES ${shader_headers} ${shader_source} ${shader_objs} -- DESTINATION shaders) -+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/openshadinglanguage/shaders) - +- DESTINATION shaders) ++ DESTINATION %%DATADIR%%/shaders) Added: head/graphics/openshadinglanguage/files/patch-src_shaders_MaterialX_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openshadinglanguage/files/patch-src_shaders_MaterialX_CMakeLists.txt Sat Dec 8 15:17:58 2018 (r486955) @@ -0,0 +1,18 @@ +--- src/shaders/MaterialX/CMakeLists.txt.orig 2018-12-03 14:24:20 UTC ++++ src/shaders/MaterialX/CMakeLists.txt +@@ -64,7 +64,7 @@ macro (mx_oslc_compile) + message (STATUS "oslc will make ${mxfile_justname} -> ${oslfile_justname} -> ${osofile_justname}") + endif () + add_custom_command (OUTPUT ${osofile} +- COMMAND python "${CMAKE_CURRENT_SOURCE_DIR}/build_materialX_osl.py" ++ COMMAND %%PYCMD%% "${CMAKE_CURRENT_SOURCE_DIR}/build_materialX_osl.py" + -s "${_shader_SHADERNAME}" + -m "${mxfile}" + -o "${oslfile}" +@@ -258,5 +258,5 @@ add_custom_target (mxshaders ALL + SOURCES ${shader_source} ${mx_shader_headers}) + + install (FILES ${mx_shader_headers} ${mx_shader_objs} ${mx_shader_osls} +- DESTINATION shaders/MaterialX) ++ DESTINATION %%DATADIR%%/shaders/MaterialX) + Modified: head/graphics/openshadinglanguage/pkg-plist ============================================================================== --- head/graphics/openshadinglanguage/pkg-plist Sat Dec 8 15:03:44 2018 (r486954) +++ head/graphics/openshadinglanguage/pkg-plist Sat Dec 8 15:17:58 2018 (r486955) @@ -1,14 +1,18 @@ bin/oslc bin/oslinfo +%%OSLTOY%%bin/osltoy bin/testrender bin/testshade bin/testshade_dso +include/OSL/ImathMatrix_cuda.h +include/OSL/ImathVec_cuda.h +include/OSL/Imathx.h include/OSL/accum.h -include/OSL/dual_vec.h +include/OSL/device_string.h include/OSL/dual.h +include/OSL/dual_vec.h include/OSL/export.h include/OSL/genclosure.h -include/OSL/Imathx.h include/OSL/llvm_util.h include/OSL/matrix22.h include/OSL/optautomata.h @@ -21,32 +25,1279 @@ include/OSL/oslquery.h include/OSL/oslversion.h include/OSL/rendererservices.h include/OSL/shaderglobals.h +include/OSL/strdecls.h lib/liboslcomp.so +lib/liboslcomp.so.1.10 +lib/liboslcomp.so.%%LIBVERS%% lib/liboslexec.so +lib/liboslexec.so.1.10 +lib/liboslexec.so.%%LIBVERS%% lib/liboslnoise.so +lib/liboslnoise.so.1.10 +lib/liboslnoise.so.%%LIBVERS%% lib/liboslquery.so +lib/liboslquery.so.1.10 +lib/liboslquery.so.%%LIBVERS%% lib/libtestshade.so +lib/libtestshade.so.1.10 +lib/libtestshade.so.%%LIBVERS%% lib/osl.imageio.so -%%DATADIR%%/CHANGES.md -%%DATADIR%%/Figures/testshade/fBm_default.jpg -%%DATADIR%%/Figures/testshade/fBm_freq.jpg -%%DATADIR%%/Figures/testshade/fBm_gain.jpg -%%DATADIR%%/Figures/testshade/fBm_lac.jpg -%%DATADIR%%/Figures/testshade/fBm_octaves.jpg -%%DATADIR%%/Figures/testshade/makenoise.jpg -%%DATADIR%%/Figures/testshade/noisetex.jpg -%%DATADIR%%/Figures/testshade/show_uv.jpg -%%DATADIR%%/INSTALL.md -%%DATADIR%%/LICENSE -%%DATADIR%%/markdeep.min.js -%%DATADIR%%/osl-languagespec.pdf -%%DATADIR%%/README.md +lib/osl.imageio.so.1.10 +lib/osl.imageio.so.%%LIBVERS%% +%%DATADIR%%/shaders/MaterialX/mx_absval_color.osl +%%DATADIR%%/shaders/MaterialX/mx_absval_color.oso +%%DATADIR%%/shaders/MaterialX/mx_absval_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_absval_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_absval_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_absval_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_absval_float.osl +%%DATADIR%%/shaders/MaterialX/mx_absval_float.oso +%%DATADIR%%/shaders/MaterialX/mx_absval_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_absval_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_absval_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_absval_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_absval_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_absval_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_acos_color.osl +%%DATADIR%%/shaders/MaterialX/mx_acos_color.oso +%%DATADIR%%/shaders/MaterialX/mx_acos_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_acos_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_acos_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_acos_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_acos_float.osl +%%DATADIR%%/shaders/MaterialX/mx_acos_float.oso +%%DATADIR%%/shaders/MaterialX/mx_acos_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_acos_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_acos_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_acos_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_acos_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_acos_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_add_color2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_add_color2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_add_color2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_add_color2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_add_color4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_add_color4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_add_color4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_add_color4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_add_color_color.osl +%%DATADIR%%/shaders/MaterialX/mx_add_color_color.oso +%%DATADIR%%/shaders/MaterialX/mx_add_color_float.osl +%%DATADIR%%/shaders/MaterialX/mx_add_color_float.oso +%%DATADIR%%/shaders/MaterialX/mx_add_float_float.osl +%%DATADIR%%/shaders/MaterialX/mx_add_float_float.oso +%%DATADIR%%/shaders/MaterialX/mx_add_matrix33_float.osl +%%DATADIR%%/shaders/MaterialX/mx_add_matrix33_float.oso +%%DATADIR%%/shaders/MaterialX/mx_add_matrix33_matrix33.osl +%%DATADIR%%/shaders/MaterialX/mx_add_matrix33_matrix33.oso +%%DATADIR%%/shaders/MaterialX/mx_add_matrix44_float.osl +%%DATADIR%%/shaders/MaterialX/mx_add_matrix44_float.oso +%%DATADIR%%/shaders/MaterialX/mx_add_matrix44_matrix44.osl +%%DATADIR%%/shaders/MaterialX/mx_add_matrix44_matrix44.oso +%%DATADIR%%/shaders/MaterialX/mx_add_surfaceshader_surfaceshader.osl +%%DATADIR%%/shaders/MaterialX/mx_add_surfaceshader_surfaceshader.oso +%%DATADIR%%/shaders/MaterialX/mx_add_vector2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_add_vector2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_add_vector2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_add_vector2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_add_vector4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_add_vector4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_add_vector4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_add_vector4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_add_vector_float.osl +%%DATADIR%%/shaders/MaterialX/mx_add_vector_float.oso +%%DATADIR%%/shaders/MaterialX/mx_add_vector_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_add_vector_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_ambientocclusion_float.osl +%%DATADIR%%/shaders/MaterialX/mx_ambientocclusion_float.oso +%%DATADIR%%/shaders/MaterialX/mx_asin_color.osl +%%DATADIR%%/shaders/MaterialX/mx_asin_color.oso +%%DATADIR%%/shaders/MaterialX/mx_asin_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_asin_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_asin_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_asin_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_asin_float.osl +%%DATADIR%%/shaders/MaterialX/mx_asin_float.oso +%%DATADIR%%/shaders/MaterialX/mx_asin_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_asin_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_asin_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_asin_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_asin_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_asin_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_color2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_color2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_color2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_color2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_color4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_color4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_color4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_color4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_color_color.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_color_color.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_color_float.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_color_float.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_float_float.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_float_float.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector_float.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector_float.oso +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_atan2_vector_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_bitangent_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_bitangent_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_blur_color.osl +%%DATADIR%%/shaders/MaterialX/mx_blur_color.oso +%%DATADIR%%/shaders/MaterialX/mx_blur_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_blur_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_blur_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_blur_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_blur_float.osl +%%DATADIR%%/shaders/MaterialX/mx_blur_float.oso +%%DATADIR%%/shaders/MaterialX/mx_blur_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_blur_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_blur_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_blur_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_blur_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_blur_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_burn_color.osl +%%DATADIR%%/shaders/MaterialX/mx_burn_color.oso +%%DATADIR%%/shaders/MaterialX/mx_burn_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_burn_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_burn_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_burn_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_burn_float.osl +%%DATADIR%%/shaders/MaterialX/mx_burn_float.oso +%%DATADIR%%/shaders/MaterialX/mx_ceil_color.osl +%%DATADIR%%/shaders/MaterialX/mx_ceil_color.oso +%%DATADIR%%/shaders/MaterialX/mx_ceil_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_ceil_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_ceil_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_ceil_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_ceil_float.osl +%%DATADIR%%/shaders/MaterialX/mx_ceil_float.oso +%%DATADIR%%/shaders/MaterialX/mx_ceil_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_ceil_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_ceil_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_ceil_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_ceil_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_ceil_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_cellnoise2d_float.osl +%%DATADIR%%/shaders/MaterialX/mx_cellnoise2d_float.oso +%%DATADIR%%/shaders/MaterialX/mx_cellnoise3d_float.osl +%%DATADIR%%/shaders/MaterialX/mx_cellnoise3d_float.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_color2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_color2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_color2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_color2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_color4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_color4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_color4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_color4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_color_color.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_color_color.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_color_float.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_color_float.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_float_float.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_float_float.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector_float.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector_float.oso +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_clamp_vector_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_combine_cc_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_combine_cc_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_combine_cf_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_combine_cf_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_combine_vf_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_combine_vf_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_combine_vv_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_combine_vv_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_compare_color.osl +%%DATADIR%%/shaders/MaterialX/mx_compare_color.oso +%%DATADIR%%/shaders/MaterialX/mx_compare_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_compare_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_compare_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_compare_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_compare_float.osl +%%DATADIR%%/shaders/MaterialX/mx_compare_float.oso +%%DATADIR%%/shaders/MaterialX/mx_compare_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_compare_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_compare_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_compare_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_compare_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_compare_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_bool.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_bool.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_color.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_color.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_filename.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_filename.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_float.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_float.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_int.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_int.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_matrix33.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_matrix33.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_matrix44.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_matrix44.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_string.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_string.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_constant_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_constant_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_color2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_color2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_color2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_color2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_color4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_color4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_color4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_color4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_color_color.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_color_color.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_color_float.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_color_float.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_float_float.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_float_float.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector_float.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector_float.oso +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_contrast_vector_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_color2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_color2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_color4_color.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_color4_color.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_color4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_color4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_color_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_color_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_color_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_color_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_float_color.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_float_color.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_float_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_float_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_float_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_float_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_float_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_float_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_float_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_float_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_float_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_float_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_vector2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_vector2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_vector4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_vector4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_convert_vector_color.osl +%%DATADIR%%/shaders/MaterialX/mx_convert_vector_color.oso +%%DATADIR%%/shaders/MaterialX/mx_cos_color.osl +%%DATADIR%%/shaders/MaterialX/mx_cos_color.oso +%%DATADIR%%/shaders/MaterialX/mx_cos_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_cos_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_cos_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_cos_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_cos_float.osl +%%DATADIR%%/shaders/MaterialX/mx_cos_float.oso +%%DATADIR%%/shaders/MaterialX/mx_cos_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_cos_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_cos_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_cos_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_cos_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_cos_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_crossproduct_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_crossproduct_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_determinant_matrix33.osl +%%DATADIR%%/shaders/MaterialX/mx_determinant_matrix33.oso +%%DATADIR%%/shaders/MaterialX/mx_determinant_matrix44.osl +%%DATADIR%%/shaders/MaterialX/mx_determinant_matrix44.oso +%%DATADIR%%/shaders/MaterialX/mx_disjointover_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_disjointover_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_disjointover_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_disjointover_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_color2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_color2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_color2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_color2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_color4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_color4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_color4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_color4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_color_color.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_color_color.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_color_float.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_color_float.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_float_float.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_float_float.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_matrix33_float.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_matrix33_float.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_matrix33_matrix33.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_matrix33_matrix33.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_matrix44_float.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_matrix44_float.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_matrix44_matrix44.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_matrix44_matrix44.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_vector2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_vector2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_vector2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_vector2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_vector4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_vector4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_vector4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_vector4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_vector_float.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_vector_float.oso +%%DATADIR%%/shaders/MaterialX/mx_divide_vector_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_divide_vector_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_dodge_color.osl +%%DATADIR%%/shaders/MaterialX/mx_dodge_color.oso +%%DATADIR%%/shaders/MaterialX/mx_dodge_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_dodge_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_dodge_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_dodge_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_dodge_float.osl +%%DATADIR%%/shaders/MaterialX/mx_dodge_float.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_bool.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_bool.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_color.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_color.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_filename.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_filename.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_float.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_float.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_int.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_int.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_matrix33.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_matrix33.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_matrix44.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_matrix44.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_string.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_string.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_surfaceshader.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_surfaceshader.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_dot_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_dot_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_dotproduct_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_dotproduct_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_dotproduct_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_dotproduct_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_dotproduct_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_dotproduct_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_exp_color.osl +%%DATADIR%%/shaders/MaterialX/mx_exp_color.oso +%%DATADIR%%/shaders/MaterialX/mx_exp_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_exp_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_exp_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_exp_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_exp_float.osl +%%DATADIR%%/shaders/MaterialX/mx_exp_float.oso +%%DATADIR%%/shaders/MaterialX/mx_exp_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_exp_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_exp_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_exp_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_exp_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_exp_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_extract_color.osl +%%DATADIR%%/shaders/MaterialX/mx_extract_color.oso +%%DATADIR%%/shaders/MaterialX/mx_extract_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_extract_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_extract_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_extract_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_extract_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_extract_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_extract_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_extract_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_extract_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_extract_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_floor_color.osl +%%DATADIR%%/shaders/MaterialX/mx_floor_color.oso +%%DATADIR%%/shaders/MaterialX/mx_floor_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_floor_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_floor_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_floor_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_floor_float.osl +%%DATADIR%%/shaders/MaterialX/mx_floor_float.oso +%%DATADIR%%/shaders/MaterialX/mx_floor_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_floor_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_floor_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_floor_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_floor_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_floor_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_color.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_color.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_color.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_color.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_fa_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_float.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_float.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_fractal3d_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_frame_float.osl +%%DATADIR%%/shaders/MaterialX/mx_frame_float.oso +%%DATADIR%%/shaders/MaterialX/mx_funcs.h +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_bool.osl +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_bool.oso +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_color.osl +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_color.oso +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_float.osl +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_float.oso +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_int.osl +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_int.oso +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_string.osl +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_string.oso +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_geomattrvalue_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_geomcolor_color.osl +%%DATADIR%%/shaders/MaterialX/mx_geomcolor_color.oso +%%DATADIR%%/shaders/MaterialX/mx_geomcolor_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_geomcolor_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_geomcolor_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_geomcolor_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_geomcolor_float.osl +%%DATADIR%%/shaders/MaterialX/mx_geomcolor_float.oso +%%DATADIR%%/shaders/MaterialX/mx_heighttonormal_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_heighttonormal_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_hsvadjust_color.osl +%%DATADIR%%/shaders/MaterialX/mx_hsvadjust_color.oso +%%DATADIR%%/shaders/MaterialX/mx_hsvadjust_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_hsvadjust_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_hsvtorgb_color.osl +%%DATADIR%%/shaders/MaterialX/mx_hsvtorgb_color.oso +%%DATADIR%%/shaders/MaterialX/mx_hsvtorgb_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_hsvtorgb_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_hueshift_color.osl +%%DATADIR%%/shaders/MaterialX/mx_hueshift_color.oso +%%DATADIR%%/shaders/MaterialX/mx_hueshift_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_hueshift_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_image_color.osl +%%DATADIR%%/shaders/MaterialX/mx_image_color.oso +%%DATADIR%%/shaders/MaterialX/mx_image_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_image_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_image_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_image_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_image_float.osl +%%DATADIR%%/shaders/MaterialX/mx_image_float.oso +%%DATADIR%%/shaders/MaterialX/mx_image_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_image_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_image_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_image_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_image_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_image_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_in_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_in_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_in_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_in_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_inside_color.osl +%%DATADIR%%/shaders/MaterialX/mx_inside_color.oso +%%DATADIR%%/shaders/MaterialX/mx_inside_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_inside_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_inside_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_inside_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_inside_float.osl +%%DATADIR%%/shaders/MaterialX/mx_inside_float.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_color2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_color2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_color2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_color2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_color4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_color4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_color4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_color4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_color_color.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_color_color.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_color_float.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_color_float.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_float_float.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_float_float.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_vector2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_vector2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_vector2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_vector2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_vector4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_vector4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_vector4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_vector4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_vector_float.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_vector_float.oso +%%DATADIR%%/shaders/MaterialX/mx_invert_vector_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_invert_vector_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_ln_color.osl +%%DATADIR%%/shaders/MaterialX/mx_ln_color.oso +%%DATADIR%%/shaders/MaterialX/mx_ln_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_ln_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_ln_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_ln_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_ln_float.osl +%%DATADIR%%/shaders/MaterialX/mx_ln_float.oso +%%DATADIR%%/shaders/MaterialX/mx_ln_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_ln_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_ln_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_ln_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_ln_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_ln_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_luminance_color.osl +%%DATADIR%%/shaders/MaterialX/mx_luminance_color.oso +%%DATADIR%%/shaders/MaterialX/mx_luminance_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_luminance_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_magnitude_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_magnitude_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_magnitude_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_magnitude_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_magnitude_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_magnitude_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_mask_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_mask_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_mask_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_mask_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_matrix_invert_matrix33.osl +%%DATADIR%%/shaders/MaterialX/mx_matrix_invert_matrix33.oso +%%DATADIR%%/shaders/MaterialX/mx_matrix_invert_matrix44.osl +%%DATADIR%%/shaders/MaterialX/mx_matrix_invert_matrix44.oso +%%DATADIR%%/shaders/MaterialX/mx_matte_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_matte_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_matte_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_matte_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_max_color2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_max_color2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_max_color2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_max_color2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_max_color4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_max_color4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_max_color4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_max_color4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_max_color_color.osl +%%DATADIR%%/shaders/MaterialX/mx_max_color_color.oso +%%DATADIR%%/shaders/MaterialX/mx_max_color_float.osl +%%DATADIR%%/shaders/MaterialX/mx_max_color_float.oso +%%DATADIR%%/shaders/MaterialX/mx_max_float_float.osl +%%DATADIR%%/shaders/MaterialX/mx_max_float_float.oso +%%DATADIR%%/shaders/MaterialX/mx_max_vector2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_max_vector2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_max_vector2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_max_vector2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_max_vector4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_max_vector4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_max_vector4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_max_vector4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_max_vector_float.osl +%%DATADIR%%/shaders/MaterialX/mx_max_vector_float.oso +%%DATADIR%%/shaders/MaterialX/mx_max_vector_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_max_vector_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_min_color2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_min_color2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_min_color2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_min_color2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_min_color4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_min_color4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_min_color4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_min_color4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_min_color_color.osl +%%DATADIR%%/shaders/MaterialX/mx_min_color_color.oso +%%DATADIR%%/shaders/MaterialX/mx_min_color_float.osl +%%DATADIR%%/shaders/MaterialX/mx_min_color_float.oso +%%DATADIR%%/shaders/MaterialX/mx_min_float_float.osl +%%DATADIR%%/shaders/MaterialX/mx_min_float_float.oso +%%DATADIR%%/shaders/MaterialX/mx_min_vector2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_min_vector2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_min_vector2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_min_vector2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_min_vector4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_min_vector4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_min_vector4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_min_vector4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_min_vector_float.osl +%%DATADIR%%/shaders/MaterialX/mx_min_vector_float.oso +%%DATADIR%%/shaders/MaterialX/mx_min_vector_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_min_vector_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_mix_color.osl +%%DATADIR%%/shaders/MaterialX/mx_mix_color.oso +%%DATADIR%%/shaders/MaterialX/mx_mix_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_mix_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_mix_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_mix_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_mix_float.osl +%%DATADIR%%/shaders/MaterialX/mx_mix_float.oso +%%DATADIR%%/shaders/MaterialX/mx_mix_surfaceshader.osl +%%DATADIR%%/shaders/MaterialX/mx_mix_surfaceshader.oso +%%DATADIR%%/shaders/MaterialX/mx_mix_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_mix_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_mix_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_mix_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_mix_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_mix_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_color2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_color2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_color2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_color2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_color4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_color4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_color4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_color4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_color_color.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_color_color.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_color_float.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_color_float.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_float_float.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_float_float.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector_float.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector_float.oso +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_modulo_vector_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_color2_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_color2_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_color2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_color2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_color4_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_color4_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_color4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_color4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_color_color.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_color_color.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_color_float.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_color_float.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_float_float.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_float_float.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_matrix33_float.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_matrix33_float.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_matrix33_matrix33.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_matrix33_matrix33.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_matrix44_float.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_matrix44_float.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_matrix44_matrix44.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_matrix44_matrix44.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_surfaceshader_color.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_surfaceshader_color.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_surfaceshader_float.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_surfaceshader_float.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector2_float.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector2_float.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector2_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector2_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector4_float.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector4_float.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector4_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector4_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector_float.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector_float.oso +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_multiply_vector_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_color.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_color.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_color.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_color.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_fa_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_float.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_float.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_noise2d_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_noise2d_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_color.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_color.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_color.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_color.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_color2.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_color2.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_color4.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_color4.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_vector4.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_fa_vector4.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_float.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_float.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_vector.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_vector.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_vector2.osl +%%DATADIR%%/shaders/MaterialX/mx_noise3d_vector2.oso +%%DATADIR%%/shaders/MaterialX/mx_noise3d_vector4.osl *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Dec 8 15:43:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06C06131B693; Sat, 8 Dec 2018 15:43:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A20C08397A; Sat, 8 Dec 2018 15:43: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 82D7324264; Sat, 8 Dec 2018 15:43: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 wB8Fh7DY097054; Sat, 8 Dec 2018 15:43:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8Fh73R097053; Sat, 8 Dec 2018 15:43:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812081543.wB8Fh73R097053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 8 Dec 2018 15:43:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486956 - head/science/py-pygeodesy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-pygeodesy X-SVN-Commit-Revision: 486956 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A20C08397A X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 15:43:08 -0000 Author: sunpoet Date: Sat Dec 8 15:43:07 2018 New Revision: 486956 URL: https://svnweb.freebsd.org/changeset/ports/486956 Log: Fix build with Python 3 Modified: head/science/py-pygeodesy/Makefile Modified: head/science/py-pygeodesy/Makefile ============================================================================== --- head/science/py-pygeodesy/Makefile Sat Dec 8 15:17:58 2018 (r486955) +++ head/science/py-pygeodesy/Makefile Sat Dec 8 15:43:07 2018 (r486956) @@ -16,4 +16,6 @@ LICENSE= MIT USES= python zip USE_PYTHON= autoplist concurrent distutils +USE_LOCALE= en_US.UTF-8 + .include From owner-svn-ports-all@freebsd.org Sat Dec 8 15:43:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A9B4131B6CF; Sat, 8 Dec 2018 15:43:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C199183A31; Sat, 8 Dec 2018 15:43: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 B072624265; Sat, 8 Dec 2018 15:43:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8FhF7m097159; Sat, 8 Dec 2018 15:43:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8FhFhC097158; Sat, 8 Dec 2018 15:43:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812081543.wB8FhFhC097158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 8 Dec 2018 15:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486957 - head/devel/py-py_interface X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-py_interface X-SVN-Commit-Revision: 486957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C199183A31 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 15:43:18 -0000 Author: sunpoet Date: Sat Dec 8 15:43:15 2018 New Revision: 486957 URL: https://svnweb.freebsd.org/changeset/ports/486957 Log: Fix distinfo Modified: head/devel/py-py_interface/distinfo Modified: head/devel/py-py_interface/distinfo ============================================================================== --- head/devel/py-py_interface/distinfo Sat Dec 8 15:43:07 2018 (r486956) +++ head/devel/py-py_interface/distinfo Sat Dec 8 15:43:15 2018 (r486957) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544114845 -SHA256 (py_interface-2.3.tar.gz) = 55ddb9881c18a2da9722f22546e374532082936eb5a8391063f17cc54c16c90b -SIZE (py_interface-2.3.tar.gz) = 88491 +TIMESTAMP = 1544272318 +SHA256 (py_interface-2.3.tar.gz) = 7a6a33ba6019d7cf4c24963b49fbcb03492d02af571e819464992463695fe4e3 +SIZE (py_interface-2.3.tar.gz) = 36454 From owner-svn-ports-all@freebsd.org Sat Dec 8 16:03:26 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F30B132111F; Sat, 8 Dec 2018 16:03:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E75BE842DE; Sat, 8 Dec 2018 16:03:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C30B5245B9; Sat, 8 Dec 2018 16:03:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8G3P13007691; Sat, 8 Dec 2018 16:03:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8G3PRU007690; Sat, 8 Dec 2018 16:03:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812081603.wB8G3PRU007690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 16:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486958 - head/devel/yosys X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/yosys X-SVN-Commit-Revision: 486958 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E75BE842DE X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 16:03:26 -0000 Author: antoine Date: Sat Dec 8 16:03:25 2018 New Revision: 486958 URL: https://svnweb.freebsd.org/changeset/ports/486958 Log: Fix plist Modified: head/devel/yosys/pkg-plist Modified: head/devel/yosys/pkg-plist ============================================================================== --- head/devel/yosys/pkg-plist Sat Dec 8 15:43:15 2018 (r486957) +++ head/devel/yosys/pkg-plist Sat Dec 8 16:03:25 2018 (r486958) @@ -78,10 +78,10 @@ bin/yosys-smtbmc %%DATADIR%%/xilinx/arith_map.v %%DATADIR%%/xilinx/brams.txt %%DATADIR%%/xilinx/brams_bb.v -%%DATADIR%%/xilinx/brams_init_%%PYTHON_SUFFIX%%.vh %%DATADIR%%/xilinx/brams_init_16.vh %%DATADIR%%/xilinx/brams_init_18.vh %%DATADIR%%/xilinx/brams_init_32.vh +%%DATADIR%%/xilinx/brams_init_36.vh %%DATADIR%%/xilinx/brams_map.v %%DATADIR%%/xilinx/cells_map.v %%DATADIR%%/xilinx/cells_sim.v From owner-svn-ports-all@freebsd.org Sat Dec 8 16:08:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 201BD13211DD; Sat, 8 Dec 2018 16:08:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37FA084434; Sat, 8 Dec 2018 16:08:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18542245C0; Sat, 8 Dec 2018 16:08:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8G863i008061; Sat, 8 Dec 2018 16:08:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8G86qS008057; Sat, 8 Dec 2018 16:08:06 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812081608.wB8G86qS008057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Dec 2018 16:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486959 - in head/graphics/openimageio: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/graphics/openimageio: . files X-SVN-Commit-Revision: 486959 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 37FA084434 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.992,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 16:08:08 -0000 Author: antoine Date: Sat Dec 8 16:08:06 2018 New Revision: 486959 URL: https://svnweb.freebsd.org/changeset/ports/486959 Log: Revert r486952, slave port was not tested With hat: portmgr Added: head/graphics/openimageio/files/patch-src_ffmpeg.imageio_ffmpeginput.cpp - copied unchanged from r486951, head/graphics/openimageio/files/patch-src_ffmpeg.imageio_ffmpeginput.cpp Deleted: head/graphics/openimageio/files/patch-src_cmake_modules_FindOpenCV.cmake head/graphics/openimageio/files/patch-src_python_CMakeLists.txt Modified: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/pkg-plist Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Sat Dec 8 16:03:25 2018 (r486958) +++ head/graphics/openimageio/Makefile Sat Dec 8 16:08:06 2018 (r486959) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= openimageio -PORTVERSION= 1.8.17 +PORTVERSION= 1.7.17 DISTVERSIONPREFIX= Release- +PORTREVISION= 15 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -11,9 +12,6 @@ COMMENT?= OpenImageIO graphics library LICENSE= BSD3CLAUSE -# fbm also installs bin/idiff -CONFLICTS= fbm-[0-9]* - LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libImath.so:graphics/ilmbase \ libIlmImf.so:graphics/openexr \ @@ -25,85 +23,106 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ # fbm also installs bin/idiff CONFLICTS= fbm-[0-9]* -USES= cmake:outsource jpeg compiler:c++11-lib -CMAKE_ARGS= USE_CPP:STRING=11 -CMAKE_OFF= BUILDSTATIC LINKSTATIC NOTHREADS STOP_ON_WARNING USE_OPENSSL USE_GITHUB= yes GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio +USES= cmake:outsource jpeg compiler:c++11-lib +CMAKE_ARGS= -DBUILDSTATIC:BOOL=OFF \ + -DLINKSTATIC:BOOL=OFF \ + -DNOTHREADS:BOOL=OFF \ + -DSTOP_ON_WARNING:BOOL=OFF \ + -DUSE_OPENSSL:BOOL=OFF + OPTIONS_DEFINE= DOCS FFMPEG FREETYPE GIF IMAGEVIEWER OCIO OPENCV \ OPENJPEG RAW TEST OPTIONS_DEFAULT= FREETYPE GIF OCIO OPENJPEG OPTIONS_SUB= yes -DOCS_CMAKE_BOOL= INSTALL_DOCS -DOCS_CMAKE_ON= -DCMAKE_INSTALL_DOCDIR:STRING=${DOCSDIR} - FFMPEG_DESC= Use FFmpeg to support extra file types -FFMPEG_CMAKE_BOOL= USE_FFMPEG +IMAGEVIEWER_DESC= Build image viewer (requires Qt) +OCIO_DESC= Color management support + +DOCS_CMAKE_ON= -DINSTALL_DOCS:BOOL=ON +DOCS_CMAKE_OFF= -DINSTALL_DOCS:BOOL=OFF + +FFMPEG_CMAKE_ON= -DUSE_FFMPEG:BOOL=ON +FFMPEG_CMAKE_OFF= -DUSE_FFMPEG:BOOL=OFF FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg -FREETYPE_CMAKE_BOOL= USE_FREETYPE -FREETYPE_CMAKE_ON= -DFONTS_INSTALL_DIR:STRING=share/fonts/oiio_dev +FREETYPE_CMAKE_ON= -DUSE_FREETYPE:BOOL=ON +FREETYPE_CMAKE_OFF= -DUSE_FREETYPE:BOOL=OFF FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 -GIF_CMAKE_BOOL= USE_GIF +GIF_CMAKE_ON= -DUSE_GIF:BOOL=ON +GIF_CMAKE_OFF= -DUSE_GIF:BOOL=OFF GIF_LIB_DEPENDS= libgif.so:graphics/giflib -IMAGEVIEWER_DESC= Build image viewer (requires Qt) -IMAGEVIEWER_USES= qt:5 -IMAGEVIEWER_CMAKE_BOOL= USE_QT USE_OPENGL +IMAGEVIEWER_USES= qt:4 +IMAGEVIEWER_CMAKE_ON= -DUSE_QT:BOOL=ON -DUSE_OPENGL:BOOL=ON +IMAGEVIEWER_CMAKE_OFF= -DUSE_OPENGL:BOOL=OFF -DUSE_QT:BOOL=OFF IMAGEVIEWER_USE= GL=gl,glu,glew \ - QT=buildtools,core,gui,opengl,qmake_build,widgets + QT=corelib,gui,opengl,qmake_build,moc_build,rcc_build,uic_build -OCIO_DESC= Color management support -OCIO_CMAKE_BOOL= USE_OCIO +OCIO_CMAKE_ON= -DUSE_OCIO:BOOL=ON +OCIO_CMAKE_OFF= -DUSE_OCIO:BOOL=OFF OCIO_LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio -OPENCV_CMAKE_BOOL= USE_OPENCV +OPENCV_CMAKE_ON= -DUSE_OPENCV:BOOL=ON +OPENCV_CMAKE_OFF= -DUSE_OPENCV:BOOL=OFF OPENCV_LIB_DEPENDS= libopencv_highgui.so:graphics/opencv \ libopencv_core.so:graphics/opencv-core \ libopenjpeg.so:graphics/openjpeg15 -OPENJPEG_CMAKE_BOOL= USE_OPENJPEG +OPENJPEG_CMAKE_ON= -DUSE_OPENJPEG:BOOL=ON +OPENJPEG_CMAKE_OFF= -DUSE_OPENJPEG:BOOL=OFF OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg -RAW_CMAKE_BOOL= USE_LIBRAW +RAW_CMAKE_ON= -DUSE_LIBRAW:BOOL=ON +RAW_CMAKE_OFF= -DUSE_LIBRAW:BOOL=OFF RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw -TEST_CMAKE_BOOL= OIIO_BUILD_TESTS +TEST_CMAKE_ON= -DOIIO_BUILD_TESTS:BOOL=ON +TEST_CMAKE_OFF= -DOIIO_BUILD_TESTS:BOOL=OFF PLIST_SUB+= LIBVERS=${PORTVERSION} .include -.if ${SLAVE_PORT} == yes +.if ${SLAVE_PORT} == no +USE_LDCONFIG= yes +CMAKE_ARGS+= -DUSE_PYTHON:BOOL=OFF -DUSE_PYTHON3:BOOL=OFF \ + -DOIIO_BUILD_TOOLS:BOOL=ON +.else LIB_DEPENDS+= libOpenImageIO.so:graphics/openimageio \ ${PY_BOOST} PLIST= ${PKGDIR}/pkg-plist-pybind USES+= python USE_PYTHON= flavors -CMAKE_ON+= USE_PYTHON -CMAKE_OFF+= OIIO_BUILD_TOOLS USE_FFMPEG -CMAKE_ARGS+= -DPYTHON_VERSION:STRING=${PYTHON_VER} +CMAKE_ARGS+= -DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=OFF \ + -DOIIO_BUILD_TOOLS:BOOL=OFF -DUSE_FFMPEG:BOOL=OFF +.endif -do-install: - ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} - ${INSTALL_LIB} ${BUILD_WRKSRC}/src/python/OpenImageIO.so ${STAGEDIR}${PYTHON_SITELIBDIR} -.else # SLAVE_PORT == no -USE_LDCONFIG= yes -CMAKE_ON+= DOIIO_BUILD_TOOLS -CMAKE_OFF+= USE_PYTHON +.if ${PORT_OPTIONS:MIMAGEVIEWER} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif +post-patch: + @${REINPLACE_CMD} -e 's|share/doc/OpenImageIO|${DOCSDIR}|g' \ + ${WRKSRC}/CMakeLists.txt + ${REINPLACE_CMD} -e '/find_/s/ boost_python[[:>:]]/ ${PY_BOOST_LIB}/' \ + ${WRKSRC}/src/cmake/externalpackages.cmake + post-install: - ${LN} -sf libOpenImageIO.so.1.8 \ +.if ${SLAVE_PORT} == no + ${LN} -sf libOpenImageIO.so.1.7 \ ${STAGEDIR}${PREFIX}/lib/libOpenImageIO.so.1 - ${LN} -sf libOpenImageIO_Util.so.1.8 \ + ${LN} -sf libOpenImageIO_Util.so.1.7 \ ${STAGEDIR}${PREFIX}/lib/libOpenImageIO_Util.so.1 +.endif do-test-TEST-on: @cd ${BUILD_WRKSRC} && ${MAKE_CMD} ARGS=-V test -.endif .include Modified: head/graphics/openimageio/distinfo ============================================================================== --- head/graphics/openimageio/distinfo Sat Dec 8 16:03:25 2018 (r486958) +++ head/graphics/openimageio/distinfo Sat Dec 8 16:08:06 2018 (r486959) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543804503 -SHA256 (OpenImageIO-oiio-Release-1.8.17_GH0.tar.gz) = a019086c05a6150d445a2240bab1723dff540dde5f5c327c36a97f0b5ae0e157 -SIZE (OpenImageIO-oiio-Release-1.8.17_GH0.tar.gz) = 27835527 +TIMESTAMP = 1504403179 +SHA256 (OpenImageIO-oiio-Release-1.7.17_GH0.tar.gz) = 669c59d06399dd882c3e2469bb3a4b33d537db150f6fe056495c3429b5c3838f +SIZE (OpenImageIO-oiio-Release-1.7.17_GH0.tar.gz) = 27164765 Copied: head/graphics/openimageio/files/patch-src_ffmpeg.imageio_ffmpeginput.cpp (from r486951, head/graphics/openimageio/files/patch-src_ffmpeg.imageio_ffmpeginput.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openimageio/files/patch-src_ffmpeg.imageio_ffmpeginput.cpp Sat Dec 8 16:08:06 2018 (r486959, copy of r486951, head/graphics/openimageio/files/patch-src_ffmpeg.imageio_ffmpeginput.cpp) @@ -0,0 +1,20 @@ +https://github.com/OpenImageIO/oiio/commit/810a0235837d + +--- src/ffmpeg.imageio/ffmpeginput.cpp.orig 2017-08-31 04:36:04 UTC ++++ src/ffmpeg.imageio/ffmpeginput.cpp +@@ -124,6 +124,15 @@ inline int receive_frame(AVCodecContext *avctx, AVFram + } + #endif + ++ ++// Changes for ffmpeg 4.0 ++#define USE_FFMPEG_4_0 (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(58, 18, 100)) ++ ++#if USE_FFMPEG_4_0 ++# define CODEC_CAP_DELAY AV_CODEC_CAP_DELAY ++#endif ++ ++ + #include + + #include "OpenImageIO/imageio.h" Modified: head/graphics/openimageio/pkg-plist ============================================================================== --- head/graphics/openimageio/pkg-plist Sat Dec 8 16:03:25 2018 (r486958) +++ head/graphics/openimageio/pkg-plist Sat Dec 8 16:08:06 2018 (r486959) @@ -8,8 +8,8 @@ bin/oiiotool include/OpenImageIO/argparse.h include/OpenImageIO/array_view.h include/OpenImageIO/atomic.h -include/OpenImageIO/benchmark.h include/OpenImageIO/color.h +include/OpenImageIO/coordinate.h include/OpenImageIO/dassert.h include/OpenImageIO/deepdata.h include/OpenImageIO/errorhandler.h @@ -18,7 +18,6 @@ include/OpenImageIO/filesystem.h include/OpenImageIO/filter.h include/OpenImageIO/fmath.h include/OpenImageIO/fstream_mingw.h -include/OpenImageIO/function_view.h include/OpenImageIO/hash.h include/OpenImageIO/image_view.h include/OpenImageIO/imagebuf.h @@ -30,7 +29,6 @@ include/OpenImageIO/missing_math.h include/OpenImageIO/oiioversion.h include/OpenImageIO/optparser.h include/OpenImageIO/osdep.h -include/OpenImageIO/parallel.h include/OpenImageIO/paramlist.h include/OpenImageIO/platform.h include/OpenImageIO/plugin.h @@ -40,7 +38,6 @@ include/OpenImageIO/pugixml.hpp include/OpenImageIO/refcnt.h include/OpenImageIO/SHA1.h include/OpenImageIO/simd.h -include/OpenImageIO/span.h include/OpenImageIO/strided_ptr.h include/OpenImageIO/string_view.h include/OpenImageIO/strutil.h @@ -57,19 +54,19 @@ include/OpenImageIO/varyingref.h include/OpenImageIO/version.h lib/libOpenImageIO.so lib/libOpenImageIO.so.1 -lib/libOpenImageIO.so.1.8 +lib/libOpenImageIO.so.1.7 lib/libOpenImageIO.so.%%LIBVERS%% lib/libOpenImageIO_Util.so lib/libOpenImageIO_Util.so.1 -lib/libOpenImageIO_Util.so.1.8 +lib/libOpenImageIO_Util.so.1.7 lib/libOpenImageIO_Util.so.%%LIBVERS%% -%%FREETYPE%%share/fonts/OpenImageIO/DroidSans-Bold.ttf -%%FREETYPE%%share/fonts/OpenImageIO/DroidSans.ttf -%%FREETYPE%%share/fonts/OpenImageIO/DroidSansMono.ttf -%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif-Bold.ttf -%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif-BoldItalic.ttf -%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif-Italic.ttf -%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif.ttf +%%FREETYPE%%share/fonts/oiio/DroidSans-Bold.ttf +%%FREETYPE%%share/fonts/oiio/DroidSans.ttf +%%FREETYPE%%share/fonts/oiio/DroidSansMono.ttf +%%FREETYPE%%share/fonts/oiio/DroidSerif-Bold.ttf +%%FREETYPE%%share/fonts/oiio/DroidSerif-BoldItalic.ttf +%%FREETYPE%%share/fonts/oiio/DroidSerif-Italic.ttf +%%FREETYPE%%share/fonts/oiio/DroidSerif.ttf %%PORTDOCS%%%%DOCSDIR%%/CHANGES.md %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf From owner-svn-ports-all@freebsd.org Sat Dec 8 16:10:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FCB613212FF; Sat, 8 Dec 2018 16:10:32 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2B5C845C2; Sat, 8 Dec 2018 16:10:31 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C389A245C9; Sat, 8 Dec 2018 16:10:31 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8GAVQt008316; Sat, 8 Dec 2018 16:10:31 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8GAVlB008315; Sat, 8 Dec 2018 16:10:31 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201812081610.wB8GAVlB008315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Sat, 8 Dec 2018 16:10:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486960 - head/net/wireshark X-SVN-Group: ports-head X-SVN-Commit-Author: marcus X-SVN-Commit-Paths: head/net/wireshark X-SVN-Commit-Revision: 486960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E2B5C845C2 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 16:10:32 -0000 Author: marcus Date: Sat Dec 8 16:10:31 2018 New Revision: 486960 URL: https://svnweb.freebsd.org/changeset/ports/486960 Log: Fix packaging. Conditionalize sshdump and ciscodump as they need libssh. PR: 233858 Modified: head/net/wireshark/Makefile Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Sat Dec 8 16:08:06 2018 (r486959) +++ head/net/wireshark/Makefile Sat Dec 8 16:10:31 2018 (r486960) @@ -3,7 +3,7 @@ PORTNAME?= wireshark PORTVERSION= 2.6.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ @@ -50,14 +50,14 @@ CFLAGS+= -funit-at-a-time PLIST_SUB+= PORTVERSION=${PORTVERSION} .for x in capinfos editcap mergecap rawshark text2pcap dftest randpkt \ - reordercap captype randpktdump udpdump sharkd dumpcap ciscodump sshdump + reordercap captype randpktdump udpdump sharkd dumpcap .if defined(LITE) PKGNAMESUFFIX= -lite PLIST_SUB+= ${x:tu}="@comment $x not installed" \ ${x:tu}_LIB="@comment $x not installed " \ ${x:tu}_MAN="@comment $x not installed " CONFIGURE_ARGS+= --enable-$x=no -OPTIONS_EXCLUDE+= RTP SNMP GEOIP LUA CARES ANDROIDDUMP +OPTIONS_EXCLUDE+= RTP SNMP GEOIP LUA CARES ANDROIDDUMP SSHDUMP .else PLIST_SUB+= ${x:tu}=bin/$x \ ${x:tu}_MAN="" \ @@ -65,7 +65,7 @@ PLIST_SUB+= ${x:tu}=bin/$x \ .endif .endfor -OPTIONS_DEFINE= RTP SNMP GEOIP LUA DECRYPT ANDROIDDUMP CARES +OPTIONS_DEFINE= RTP SNMP GEOIP LUA DECRYPT ANDROIDDUMP CARES SSHDUMP CISCODUMP OPTIONS_RADIO= GUI OPTIONS_SINGLE= KERBEROS @@ -84,6 +84,8 @@ KRB_BASE_DESC= Kerberos support via base system KRB_HEIMDAL_DESC= Kerberos support via security/heimdal KRB_MIT_DESC= Kerberos support via security/krb5 KRB_NONE_DESC= Disable Kerberos support +SSHDUMP_DESC= Build sshdump extcap tool +CISCODUMP_DESC= Build ciscodump extcap tool GTK2_USE= GNOME=gtk20,cairo GTK3_USE= GNOME=gtk30,cairo @@ -103,6 +105,8 @@ CARES_LIB_DEPENDS= libcares.so:dns/c-ares GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP DECRYPT_LIB_DEPENDS= libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt +SSHDUMP_LIB_DEPENDS= libssh.so:security/libssh +CISCODUMP_LIB_DEPENDS= libssh.so:security/libssh KRB_NONE_CONFIGURE_ON= --without-krb5 KRB_NONE_CONFIGURE_OFF= --with-krb5 --with-krb5-crypto-openssl @@ -119,6 +123,10 @@ GEOIP_CONFIGURE_WITH= geoip DECRYPT_CONFIGURE_WITH= gnutls ANDROIDDUMP_CONFIGURE_ON=--enable-androiddump=yes ANDROIDDUMP_CONFIGURE_OFF=--enable-androiddump=no +SSHDUMP_CONFIGURE_ON=--enable-sshdump=yes +SSHDUMP_CONFIGURE_OFF=--enable-sshdump=no +CISCODUMP_CONFIGURE_ON=--enable-sshdump=yes +CISCODUMP_CONFIGURE_OFF=--enable-sshdump=no LUA_CPPFLAGS= -I${LUA_INCDIR} @@ -134,9 +142,15 @@ GTK3_PLIST_SUB= GUI_GTK="" OPTIONS_SUB= yes .if defined(LITE) -CONFIGURE_ARGS+=--enable-androiddump=no +CONFIGURE_ARGS+=--enable-androiddump=no \ + --enable-sshdump=no \ + --enable-ciscodump=no PLIST_SUB+= ANDROIDDUMP_LIB="@comment " \ - ANDROIDDUMP_MAN="@comment " + ANDROIDDUMP_MAN="@comment " \ + SSHDUMP_LIB="@comment " \ + SSHDUMP_MAN="@comment " \ + CISCODUMP_LIB="@comment " \ + CISCODUMP_MAN="@comment " .endif .include @@ -158,6 +172,20 @@ PLIST_SUB+= ANDROIDDUMP_LIB="" \ .else PLIST_SUB+= ANDROIDDUMP_LIB="@comment " \ ANDROIDDUMP_MAN="@comment " +.endif +.if ${PORT_OPTIONS:MSSHDUMP} +PLIST_SUB+= SSHDUMP_LIB="" \ + SSHDUMP_MAN="" +.else +PLIST_SUB+= SSHDUMP_LIB="@comment " \ + SSHDUMP_MAN="@comment " +.endif +.if ${PORT_OPTIONS:MCISCODUMP} +PLIST_SUB+= CISCODUMP_LIB="" \ + CISCODUMP_MAN="" +.else +PLIST_SUB+= CISCODUMP_LIB="@comment " \ + CISCODUMP_MAN="@comment " .endif .endif From owner-svn-ports-all@freebsd.org Sat Dec 8 16:16:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB061132159A; Sat, 8 Dec 2018 16:16:23 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50C688494C; Sat, 8 Dec 2018 16:16:23 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CE6E24759; Sat, 8 Dec 2018 16:16:23 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8GGNVH013342; Sat, 8 Dec 2018 16:16:23 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8GGM3E013340; Sat, 8 Dec 2018 16:16:22 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201812081616.wB8GGM3E013340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 8 Dec 2018 16:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486961 - head/net/liferea X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/net/liferea X-SVN-Commit-Revision: 486961 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 50C688494C X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 16:16:23 -0000 Author: kwm Date: Sat Dec 8 16:16:22 2018 New Revision: 486961 URL: https://svnweb.freebsd.org/changeset/ports/486961 Log: Update liferea to 1.12.6. PR: 233785 Submitted by: cmt@ Modified: head/net/liferea/Makefile head/net/liferea/distinfo Modified: head/net/liferea/Makefile ============================================================================== --- head/net/liferea/Makefile Sat Dec 8 16:10:31 2018 (r486960) +++ head/net/liferea/Makefile Sat Dec 8 16:16:22 2018 (r486961) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= liferea -DISTVERSIONPREFIX= v -DISTVERSION= 1.12.5 +DISTVERSION= 1.12.6 +DISTVERSIONSUFFIX=b CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${PORTVERSION:S/.r/-rc/}/ @@ -20,13 +20,11 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} -USES= autoreconf compiler:c++11-lang desktop-file-utils gettext \ +USES= compiler:c++11-lang desktop-file-utils gettext \ gmake gnome libtool localbase \ pathfix pkgconfig python:3.4+ sqlite tar:bzip2 USE_GNOME= cairo dconf:run gtk30 intltool introspection \ libxslt libxml2 -USE_GITHUB= yes -GH_ACCOUNT= lwindolf GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-introspection Modified: head/net/liferea/distinfo ============================================================================== --- head/net/liferea/distinfo Sat Dec 8 16:10:31 2018 (r486960) +++ head/net/liferea/distinfo Sat Dec 8 16:16:22 2018 (r486961) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541107416 -SHA256 (lwindolf-liferea-v1.12.5_GH0.tar.gz) = 850a0e0a429db1c2f09e8f26f344790047e19f9fea9585a99dd5afa085a3c3fb -SIZE (lwindolf-liferea-v1.12.5_GH0.tar.gz) = 1525920 +TIMESTAMP = 1544279346 +SHA256 (liferea-1.12.6b.tar.bz2) = 2da4adba18bdc7294d5a3c850f594894863034ca9dc1b9448ac0971deb0bf90e +SIZE (liferea-1.12.6b.tar.bz2) = 1495311 From owner-svn-ports-all@freebsd.org Sat Dec 8 16:24:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BECA1321851; Sat, 8 Dec 2018 16:24:40 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA1C384EBD; Sat, 8 Dec 2018 16:24:39 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB91F248EE; Sat, 8 Dec 2018 16:24:39 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8GOdfo018501; Sat, 8 Dec 2018 16:24:39 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8GOcIg018492; Sat, 8 Dec 2018 16:24:38 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <201812081624.wB8GOcIg018492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Sat, 8 Dec 2018 16:24:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486962 - in head: . misc/openhab2 misc/openhab2-addons misc/openhab2/files X-SVN-Group: ports-head X-SVN-Commit-Author: netchild X-SVN-Commit-Paths: in head: . misc/openhab2 misc/openhab2-addons misc/openhab2/files X-SVN-Commit-Revision: 486962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EA1C384EBD X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.993,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 16:24:41 -0000 Author: netchild Date: Sat Dec 8 16:24:37 2018 New Revision: 486962 URL: https://svnweb.freebsd.org/changeset/ports/486962 Log: Update openhab2 to 2.3.0. Added: head/misc/openhab2/files/update.freebsd.in (contents, props changed) Modified: head/UPDATING head/misc/openhab2-addons/Makefile head/misc/openhab2-addons/distinfo head/misc/openhab2/Makefile head/misc/openhab2/distinfo head/misc/openhab2/files/patch-runtime_bin_setenv head/misc/openhab2/files/pkg-message.in head/misc/openhab2/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Dec 8 16:16:22 2018 (r486961) +++ head/UPDATING Sat Dec 8 16:24:37 2018 (r486962) @@ -5,6 +5,26 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20181210: + AFFECTS: users of misc/openhab2 + AUTHOR: netchild@FreeBSD.org + + If you upgrade from a pevious version, make a backup of + /var/db/openhab2 + and run + %%PREFIX%%/libexec/openhab2/runtime/bin/update.freebsd + + Config specific info: + Nest Binding: The 'camera' Thing Type now has channel groups. + Add 'camera#' before the channel ID in the channel UID of + existing camera channels. The 'time_to_target_mins' channel + of the 'thermostat' Thing Type is renamed to 'time_to_target' + Oceanic Binding: The 'softener' Thing Type no longer exists and is replaced + by the 'serial' and 'ethernet' Thing Types + Yamaha Receiver Binding: The configuration parameter names now use lower + camel case convention. Change 'HOST' to 'host', + 'PORT' to 'port' etc + 20181124: AFFECTS: users of sysutils/munin-master, sysutils/munin-node, www/owncloud, mail/mailman, net/ntpa AUTHOR: woodsb02@FreeBSD.org Modified: head/misc/openhab2-addons/Makefile ============================================================================== --- head/misc/openhab2-addons/Makefile Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2-addons/Makefile Sat Dec 8 16:24:37 2018 (r486962) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openhab2-addons -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= misc java MASTER_SITES= https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab-addons%2F${PORTVERSION}/ DISTNAME= openhab-addons-${PORTVERSION} @@ -24,7 +24,7 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS="-v" EXTRACT_AFTER_ARGS="${EXTRACT_WRKDIR}" -PLIST_FILES= libexec/openhab2/addons/openhab-addons-2.2.0.kar +PLIST_FILES= libexec/openhab2/addons/openhab-addons-2.3.0.kar do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/openhab2 Modified: head/misc/openhab2-addons/distinfo ============================================================================== --- head/misc/openhab2-addons/distinfo Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2-addons/distinfo Sat Dec 8 16:24:37 2018 (r486962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523474521 -SHA256 (openhab-addons-2.2.0.kar) = a7e6e8251489e64c22402973b550aa5436e8a23c38ab143e15a287bd32494206 -SIZE (openhab-addons-2.2.0.kar) = 145161902 +TIMESTAMP = 1544268026 +SHA256 (openhab-addons-2.3.0.kar) = 3e1c92aa7ec1023975ec153509451e90a1fa05cbee3621dab1fb822f0180c50e +SIZE (openhab-addons-2.3.0.kar) = 155264566 Modified: head/misc/openhab2/Makefile ============================================================================== --- head/misc/openhab2/Makefile Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2/Makefile Sat Dec 8 16:24:37 2018 (r486962) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= openhab2 -PORTVERSION= 2.2.0 -PORTREVISION= 3 +PORTVERSION= 2.3.0 +#PORTREVISION= 3 CATEGORIES= misc java MASTER_SITES= https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F${PORTVERSION}/ DISTNAME= openhab-${PORTVERSION} @@ -18,7 +18,7 @@ USE_JAVA= yes JAVA_VERSION= 1.8 JAVA_RUN= yes USE_RC_SUBR= openhab2 -SUB_FILES= pkg-message +SUB_FILES= pkg-message update.freebsd NO_WRKSUBDIR= yes NO_ARCH= yes @@ -33,7 +33,9 @@ do-build: ${MV} ${WRKSRC}/conf/${conf} ${WRKSRC}/conf/${conf}.sample .endfor ${RM} -r ${WRKSRC}/runtime/bin/contrib - ${RM} ${WRKSRC}/*.ps1 ${WRKSRC}/*.bat ${WRKSRC}/runtime/bin/*.ps1 ${WRKSRC}/runtime/bin/*.bat + ${RM} ${WRKSRC}/*.ps1 ${WRKSRC}/*.bat ${WRKSRC}/runtime/bin/*.ps1 ${WRKSRC}/runtime/bin/*.bat \ + ${WRKSRC}/runtime/bin/setenv.bak \ + ${WRKSRC}/runtime/bin/setenv.orig do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} @@ -58,6 +60,7 @@ do-install: .for script in start.sh start_debug.sh ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/ .endfor + ${INSTALL_SCRIPT} ${WRKDIR}/update.freebsd ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/runtime/bin/ (cd ${WRKSRC}/userdata && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/${PORTNAME}) .include Modified: head/misc/openhab2/distinfo ============================================================================== --- head/misc/openhab2/distinfo Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2/distinfo Sat Dec 8 16:24:37 2018 (r486962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523448217 -SHA256 (openhab-2.2.0.tar.gz) = 8e48357dd6f4b9c0e496dd8ff2b12f25441039e3a4ef71d56e07cf14aa5c4ff3 -SIZE (openhab-2.2.0.tar.gz) = 68615144 +TIMESTAMP = 1544266351 +SHA256 (openhab-2.3.0.tar.gz) = 13d584fd3e5b04ae6d5dbfb6dcfa11c1838fd0bf9e26bf4fc211e9e68200dccc +SIZE (openhab-2.3.0.tar.gz) = 64745096 Modified: head/misc/openhab2/files/patch-runtime_bin_setenv ============================================================================== --- head/misc/openhab2/files/patch-runtime_bin_setenv Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2/files/patch-runtime_bin_setenv Sat Dec 8 16:24:37 2018 (r486962) @@ -1,6 +1,6 @@ ---- runtime/bin/setenv.orig 2017-12-18 10:24:01 UTC +--- runtime/bin/setenv.orig 2018-05-28 07:56:37 UTC +++ runtime/bin/setenv -@@ -111,7 +111,7 @@ export EXTRA_JAVA_OPTS="${EXTRA_JAVA_OPTS_COMMON} ${EX +@@ -121,7 +121,7 @@ export EXTRA_JAVA_OPTS="${EXTRA_JAVA_OPTS_COMMON} ${EX die() { # echo and exit, && /bin/true delays the exit for systemd logging (workaround). @@ -9,31 +9,13 @@ exit 1 } -@@ -121,6 +121,7 @@ detectOS() { - darwin=false; - aix=false; - os400=false; -+ freebsd=false; - case "`uname`" in - CYGWIN*) - cygwin=true -@@ -134,6 +135,9 @@ detectOS() { - OS400*) - os400=true - ;; -+ FreeBSD*) -+ freebsd=true -+ ;; - esac - # For AIX, set an environment variable - if $aix; then -@@ -172,6 +176,9 @@ locateJava() { +@@ -137,6 +137,9 @@ locateJava() { fi - if [ "x$JAVA" = "x" ] && [ -r /etc/gentoo-release ] ; then - JAVA_HOME=`java-config --jre-home` + if [ "x${JAVA}" = "x" ] && [ -r /etc/gentoo-release ] ; then + JAVA_HOME=$(java-config --jre-home) + fi -+ if [ "x$JAVA_HOME" = "x" ] && [ "$freebsd" = "true" ] ; then -+ eval $(env JAVAVM_DRYRUN=true %%LOCALBASE%%/bin/java | grep JAVA_HOME) ++ if [ "x$JAVA_HOME" = "x" ]; then ++ eval $(env JAVAVM_DRYRUN=true %%LOCALBASE%%/bin/java | grep JAVA_HOME) fi - if [ "x$JAVA" = "x" ]; then - if [ "x$JAVA_HOME" != "x" ]; then + if [ "x${JAVA}" = "x" ]; then + if [ "x${JAVA_HOME}" != "x" ]; then Modified: head/misc/openhab2/files/pkg-message.in ============================================================================== --- head/misc/openhab2/files/pkg-message.in Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2/files/pkg-message.in Sat Dec 8 16:24:37 2018 (r486962) @@ -21,3 +21,10 @@ A workaround is to use the following rc.conf setting w prefer IPv4 over IPv6: openhab2_java_opts="-Djava.net.preferIPv4Stack=true" + +If you upgrade from a pevious version, make a backup of + /var/db/openhab2 +and run + %%PREFIX%%/libexec/openhab2/runtime/bin/update.freebsd + + Added: head/misc/openhab2/files/update.freebsd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openhab2/files/update.freebsd.in Sat Dec 8 16:24:37 2018 (r486962) @@ -0,0 +1,14 @@ +#!/bin/sh +# $FreeBSD$ + +: ${OPENHAB_USERDATA:="/var/db/openhab2/userdata"} +: ${OPENHAB_RUNTIME:="%%PREFIX%%/libexec/openhab2/runtime"} +: ${OPENHAB_REPL:="%%PREFIX%%/share/openhab2/etc"} + +rm -r $OPENHAB_USERDATA/cache/* $OPENHAB_USERDATA/tmp/* +rm -r $OPENHAB_USERDATA/kar + +for file in $(cat $OPENHAB_RUNTIME/bin/userdata_sysfiles.lst); do + cp -pv $OPENHAB_REPL/$file $OPENHAB_USERDATA/etc/$file +done + Modified: head/misc/openhab2/pkg-plist ============================================================================== --- head/misc/openhab2/pkg-plist Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2/pkg-plist Sat Dec 8 16:24:37 2018 (r486962) @@ -12,16 +12,19 @@ libexec/openhab2/runtime/bin/start libexec/openhab2/runtime/bin/status libexec/openhab2/runtime/bin/stop libexec/openhab2/runtime/bin/update +libexec/openhab2/runtime/bin/update.freebsd +libexec/openhab2/runtime/bin/update.lst +libexec/openhab2/runtime/bin/userdata_sysfiles.lst libexec/openhab2/runtime/etc/jetty.xml libexec/openhab2/runtime/etc/quartz.properties libexec/openhab2/runtime/lib/README libexec/openhab2/runtime/lib/boot/README -libexec/openhab2/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.1.3.jar -libexec/openhab2/runtime/lib/boot/org.apache.karaf.jaas.boot-4.1.3.jar -libexec/openhab2/runtime/lib/boot/org.apache.karaf.main-4.1.3.jar +libexec/openhab2/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.1.5.jar +libexec/openhab2/runtime/lib/boot/org.apache.karaf.jaas.boot-4.1.5.jar +libexec/openhab2/runtime/lib/boot/org.apache.karaf.main-4.1.5.jar libexec/openhab2/runtime/lib/boot/org.osgi.core-6.0.0.jar libexec/openhab2/runtime/lib/endorsed/README -libexec/openhab2/runtime/lib/endorsed/org.apache.karaf.exception-4.1.3.jar +libexec/openhab2/runtime/lib/endorsed/org.apache.karaf.exception-4.1.5.jar libexec/openhab2/runtime/lib/ext/README libexec/openhab2/runtime/services.cfg libexec/openhab2/runtime/system/README @@ -60,7 +63,6 @@ libexec/openhab2/runtime/system/io/swagger/swagger-jax libexec/openhab2/runtime/system/io/swagger/swagger-models/1.5.8/swagger-models-1.5.8.jar libexec/openhab2/runtime/system/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar libexec/openhab2/runtime/system/javax/mail/mail/1.4.4/mail-1.4.4.jar -libexec/openhab2/runtime/system/javax/mail/mail/1.4.5/mail-1.4.5.jar libexec/openhab2/runtime/system/javax/measure/unit-api/1.0/unit-api-1.0.jar libexec/openhab2/runtime/system/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar libexec/openhab2/runtime/system/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar @@ -68,68 +70,64 @@ libexec/openhab2/runtime/system/javax/websocket/javax. libexec/openhab2/runtime/system/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar libexec/openhab2/runtime/system/joda-time/joda-time/2.2/joda-time-2.2.jar libexec/openhab2/runtime/system/org/apache/aries/org.apache.aries.util/1.1.0/org.apache.aries.util-1.1.0.jar -libexec/openhab2/runtime/system/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.jar libexec/openhab2/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.0.2/org.apache.aries.spifly.dynamic.bundle-1.0.2.jar libexec/openhab2/runtime/system/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar libexec/openhab2/runtime/system/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar libexec/openhab2/runtime/system/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.jar libexec/openhab2/runtime/system/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.8.16/org.apache.felix.configadmin-1.8.16.jar -libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.5.8/org.apache.felix.fileinstall-3.5.8.jar -libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.framework/5.6.8/org.apache.felix.framework-5.6.8.jar +libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.6.4/org.apache.felix.fileinstall-3.6.4.jar +libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.framework/5.6.10/org.apache.felix.framework-5.6.10.jar libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.inventory/1.0.4/org.apache.felix.inventory-1.0.4.jar -libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.metatype/1.1.4/org.apache.felix.metatype-1.1.4.jar +libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.metatype/1.1.6/org.apache.felix.metatype-1.1.6.jar libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.scr.compat/1.0.4/org.apache.felix.scr.compat-1.0.4.jar libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.scr/2.0.12/org.apache.felix.scr-2.0.12.jar -libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.0.6/org.apache.felix.webconsole.plugins.ds-2.0.6.jar -libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.6/org.apache.felix.webconsole.plugins.event-1.1.6.jar -libexec/openhab2/runtime/system/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0.1/geronimo-annotation_1.1_spec-1.0.1.jar +libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.0.8/org.apache.felix.webconsole.plugins.ds-2.0.8.jar +libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.8/org.apache.felix.webconsole.plugins.event-1.1.8.jar libexec/openhab2/runtime/system/org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/1.1/geronimo-jaspic_1.0_spec-1.1.jar libexec/openhab2/runtime/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar libexec/openhab2/runtime/system/org/apache/httpcomponents/httpclient-osgi/4.2.3/httpclient-osgi-4.2.3.jar libexec/openhab2/runtime/system/org/apache/httpcomponents/httpcore-osgi/4.2.3/httpcore-osgi-4.2.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.1.3/org.apache.karaf.bundle.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.1.3/org.apache.karaf.config.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/deployer/deployer/4.1.3-sp1/deployer-4.1.3-sp1.jar -libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.1.3/org.apache.karaf.deployer.blueprint-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.1.3/org.apache.karaf.deployer.features-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.1.3/org.apache.karaf.deployer.kar-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.1.3/org.apache.karaf.deployer.wrap-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.1.3/org.apache.karaf.diagnostic.boot-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.1.3/org.apache.karaf.diagnostic.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/features/framework/4.1.3/framework-4.1.3-features.xml -libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.1.3/org.apache.karaf.features.command-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.1.3/org.apache.karaf.features.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.1.3/org.apache.karaf.features.extension-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/features/standard/4.1.3/standard-4.1.3-features.xml -libexec/openhab2/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.1.3/org.apache.karaf.http.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.1.3/org.apache.karaf.instance.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/jaas/blueprint/org.apache.karaf.jaas.blueprint.config/4.1.3/org.apache.karaf.jaas.blueprint.config-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.1.3/org.apache.karaf.jaas.boot-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.1.3/org.apache.karaf.jaas.command-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.1.3/org.apache.karaf.jaas.config-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.1.3/org.apache.karaf.jaas.modules-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.1.3/org.apache.karaf.kar.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.1.3/org.apache.karaf.log.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.client/4.1.3/org.apache.karaf.client-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.event/4.1.3/org.apache.karaf.event-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.1.3/org.apache.karaf.package.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.command/4.1.3/org.apache.karaf.scr.command-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.1.3/org.apache.karaf.scr.management-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.1.3/org.apache.karaf.scr.state-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.1.3/org.apache.karaf.service.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.1.3/org.apache.karaf.services.eventadmin-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.1.3/org.apache.karaf.shell.commands-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.1.3/org.apache.karaf.shell.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.1.3/org.apache.karaf.shell.ssh-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.1.3/org.apache.karaf.system.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.1.3/org.apache.karaf.webconsole.http-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.1.3/org.apache.karaf.wrapper.core-4.1.3.jar +libexec/openhab2/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.1.5/org.apache.karaf.bundle.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.1.5/org.apache.karaf.config.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.1.5/org.apache.karaf.deployer.blueprint-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.1.5/org.apache.karaf.deployer.features-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.1.5/org.apache.karaf.deployer.kar-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.1.5/org.apache.karaf.deployer.wrap-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.1.5/org.apache.karaf.diagnostic.boot-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.1.5/org.apache.karaf.diagnostic.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/features/framework/4.1.5/framework-4.1.5-features.xml +libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.1.5/org.apache.karaf.features.command-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.1.5/org.apache.karaf.features.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.1.5/org.apache.karaf.features.extension-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/features/standard/4.1.5/standard-4.1.5-features.xml +libexec/openhab2/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.1.5/org.apache.karaf.http.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.1.5/org.apache.karaf.instance.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/jaas/blueprint/org.apache.karaf.jaas.blueprint.config/4.1.5/org.apache.karaf.jaas.blueprint.config-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.1.5/org.apache.karaf.jaas.boot-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.1.5/org.apache.karaf.jaas.command-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.1.5/org.apache.karaf.jaas.config-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.1.5/org.apache.karaf.jaas.modules-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.1.5/org.apache.karaf.kar.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.1.5/org.apache.karaf.log.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.client/4.1.5/org.apache.karaf.client-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.event/4.1.5/org.apache.karaf.event-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.1.5/org.apache.karaf.package.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.command/4.1.5/org.apache.karaf.scr.command-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.1.5/org.apache.karaf.scr.management-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.1.5/org.apache.karaf.scr.state-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.1.5/org.apache.karaf.service.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.1.5/org.apache.karaf.services.eventadmin-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.1.5/org.apache.karaf.shell.commands-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.1.5/org.apache.karaf.shell.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.1.5/org.apache.karaf.shell.ssh-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.1.5/org.apache.karaf.system.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.1.5/org.apache.karaf.webconsole.http-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.1.5/org.apache.karaf.wrapper.core-4.1.5.jar libexec/openhab2/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-httpclient/3.1_7/org.apache.servicemix.bundles.commons-httpclient-3.1_7.jar libexec/openhab2/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-inject/1_2/org.apache.servicemix.bundles.javax-inject-1_2.jar libexec/openhab2/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.not-yet-commons-ssl/0.3.11_1/org.apache.servicemix.bundles.not-yet-commons-ssl-0.3.11_1.jar libexec/openhab2/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/2.5.0/org.apache.servicemix.specs.activation-api-1.1-2.5.0.jar -libexec/openhab2/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0/org.apache.servicemix.specs.activation-api-1.1-2.9.0.jar libexec/openhab2/runtime/system/org/apache/sshd/sshd-core/1.6.0/sshd-core-1.6.0.jar libexec/openhab2/runtime/system/org/apache/xbean/xbean-bundleutils/4.1/xbean-bundleutils-4.1.jar libexec/openhab2/runtime/system/org/apache/xbean/xbean-finder/4.1/xbean-finder-4.1.jar @@ -141,143 +139,133 @@ libexec/openhab2/runtime/system/org/eclipse/californiu libexec/openhab2/runtime/system/org/eclipse/emf/org.eclipse.emf.common/2.11.0-v20150805-0538/org.eclipse.emf.common-2.11.0-v20150805-0538.jar libexec/openhab2/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.1-v20150805-0538/org.eclipse.emf.ecore.xmi-2.11.1-v20150805-0538.jar libexec/openhab2/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/2.11.1-v20150805-0538/org.eclipse.emf.ecore-2.11.1-v20150805-0538.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/aggregate/jetty-all-server/8.1.14.v20131031/jetty-all-server-8.1.14.v20131031.jar libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-client/9.3.15.v20161220/jetty-client-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-client/9.3.22.v20171030/jetty-client-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-continuation/9.3.15.v20161220/jetty-continuation-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-continuation/9.3.22.v20171030/jetty-continuation-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-deploy/9.3.15.v20161220/jetty-deploy-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-deploy/9.3.22.v20171030/jetty-deploy-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-client/9.3.21.v20170918/jetty-client-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-continuation/9.3.21.v20170918/jetty-continuation-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-deploy/9.3.21.v20170918/jetty-deploy-9.3.21.v20170918.jar libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-http/9.3.15.v20161220/jetty-http-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-http/9.3.22.v20171030/jetty-http-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-http/9.3.21.v20170918/jetty-http-9.3.21.v20170918.jar libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-io/9.3.15.v20161220/jetty-io-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-io/9.3.22.v20171030/jetty-io-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaas/9.3.15.v20161220/jetty-jaas-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaas/9.3.22.v20171030/jetty-jaas-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaspi/9.3.15.v20161220/jetty-jaspi-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaspi/9.3.22.v20171030/jetty-jaspi-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jmx/9.3.15.v20161220/jetty-jmx-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jmx/9.3.22.v20171030/jetty-jmx-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jndi/9.3.15.v20161220/jetty-jndi-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jndi/9.3.22.v20171030/jetty-jndi-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-plus/9.3.15.v20161220/jetty-plus-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-plus/9.3.22.v20171030/jetty-plus-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-io/9.3.21.v20170918/jetty-io-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaas/9.3.21.v20170918/jetty-jaas-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaspi/9.3.21.v20170918/jetty-jaspi-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jmx/9.3.21.v20170918/jetty-jmx-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jndi/9.3.21.v20170918/jetty-jndi-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-plus/9.3.21.v20170918/jetty-plus-9.3.21.v20170918.jar libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-proxy/9.3.15.v20161220/jetty-proxy-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-rewrite/9.3.15.v20161220/jetty-rewrite-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-rewrite/9.3.22.v20171030/jetty-rewrite-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-security/9.3.15.v20161220/jetty-security-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-security/9.3.22.v20171030/jetty-security-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-server/9.3.15.v20161220/jetty-server-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-server/9.3.22.v20171030/jetty-server-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlet/9.3.15.v20161220/jetty-servlet-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlet/9.3.22.v20171030/jetty-servlet-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlets/9.3.15.v20161220/jetty-servlets-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlets/9.3.22.v20171030/jetty-servlets-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.3.15.v20161220/jetty-util-ajax-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.3.22.v20171030/jetty-util-ajax-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-proxy/9.3.21.v20170918/jetty-proxy-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-rewrite/9.3.21.v20170918/jetty-rewrite-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-security/9.3.21.v20170918/jetty-security-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-server/9.3.21.v20170918/jetty-server-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlet/9.3.21.v20170918/jetty-servlet-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlets/9.3.21.v20170918/jetty-servlets-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.3.21.v20170918/jetty-util-ajax-9.3.21.v20170918.jar libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util/9.3.15.v20161220/jetty-util-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util/9.3.22.v20171030/jetty-util-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-webapp/9.3.15.v20161220/jetty-webapp-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-webapp/9.3.22.v20171030/jetty-webapp-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-xml/9.3.15.v20161220/jetty-xml-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-xml/9.3.22.v20171030/jetty-xml-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.3.15.v20161220/javax-websocket-client-impl-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.3.22.v20171030/javax-websocket-client-impl-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.3.15.v20161220/javax-websocket-server-impl-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.3.22.v20171030/javax-websocket-server-impl-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util/9.3.21.v20170918/jetty-util-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-webapp/9.3.21.v20170918/jetty-webapp-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-xml/9.3.21.v20170918/jetty-xml-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.3.21.v20170918/javax-websocket-client-impl-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.3.21.v20170918/javax-websocket-server-impl-9.3.21.v20170918.jar libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.3.15.v20161220/websocket-api-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.3.22.v20171030/websocket-api-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.3.21.v20170918/websocket-api-9.3.21.v20170918.jar libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.3.15.v20161220/websocket-client-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.3.22.v20171030/websocket-client-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.3.21.v20170918/websocket-client-9.3.21.v20170918.jar libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.3.15.v20161220/websocket-common-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.3.22.v20171030/websocket-common-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.3.15.v20161220/websocket-server-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.3.22.v20171030/websocket-server-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.3.15.v20161220/websocket-servlet-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.3.22.v20171030/websocket-servlet-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.3.21.v20170918/websocket-common-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.3.21.v20170918/websocket-server-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.3.21.v20170918/websocket-servlet-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.2.201/org.eclipse.soda.dk.comm.aarch64-1.2.201.jar +libexec/openhab2/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.2.201/org.eclipse.soda.dk.comm.armv6hf-1.2.201.jar +libexec/openhab2/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.2.201/org.eclipse.soda.dk.comm.x86_64-1.2.201.jar +libexec/openhab2/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm/1.2.201/org.eclipse.soda.dk.comm-1.2.201.jar libexec/openhab2/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.2.1/org.eclipse.lsp4j.jsonrpc-0.2.1.jar libexec/openhab2/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.2.1/org.eclipse.lsp4j-0.2.1.jar libexec/openhab2/runtime/system/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.0.2/org.eclipse.paho.client.mqttv3-1.0.2.jar libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.jar libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.jar libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/1.6.100/org.eclipse.equinox.supplement-1.6.100.jar -libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/auth/org.eclipse.smarthome.auth.jaas/0.10.0.b1/org.eclipse.smarthome.auth.jaas-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.api/0.10.0.b1/org.eclipse.smarthome.automation.api-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.commands/0.10.0.b1/org.eclipse.smarthome.automation.commands-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.core/0.10.0.b1/org.eclipse.smarthome.automation.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.core/0.10.0.b1/org.eclipse.smarthome.automation.module.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.media/0.10.0.b1/org.eclipse.smarthome.automation.module.media-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script.defaultscope/0.10.0.b1/org.eclipse.smarthome.automation.module.script.defaultscope-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script.rulesupport/0.10.0.b1/org.eclipse.smarthome.automation.module.script.rulesupport-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script/0.10.0.b1/org.eclipse.smarthome.automation.module.script-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.timer/0.10.0.b1/org.eclipse.smarthome.automation.module.timer-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.parser.gson/0.10.0.b1/org.eclipse.smarthome.automation.parser.gson-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.providers/0.10.0.b1/org.eclipse.smarthome.automation.providers-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.rest/0.10.0.b1/org.eclipse.smarthome.automation.rest-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.core/0.10.0.b1/org.eclipse.smarthome.config.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.mdns/0.10.0.b1/org.eclipse.smarthome.config.discovery.mdns-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.upnp/0.10.0.b1/org.eclipse.smarthome.config.discovery.upnp-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery/0.10.0.b1/org.eclipse.smarthome.config.discovery-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.dispatch/0.10.0.b1/org.eclipse.smarthome.config.dispatch-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.serial/0.10.0.b1/org.eclipse.smarthome.config.serial-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.xml/0.10.0.b1/org.eclipse.smarthome.config.xml-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.audio/0.10.0.b1/org.eclipse.smarthome.core.audio-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.autoupdate/0.10.0.b1/org.eclipse.smarthome.core.autoupdate-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.binding.xml/0.10.0.b1/org.eclipse.smarthome.core.binding.xml-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.id/0.10.0.b1/org.eclipse.smarthome.core.id-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.persistence/0.10.0.b1/org.eclipse.smarthome.core.persistence-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.scheduler/0.10.0.b1/org.eclipse.smarthome.core.scheduler-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.thing.xml/0.10.0.b1/org.eclipse.smarthome.core.thing.xml-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.thing/0.10.0.b1/org.eclipse.smarthome.core.thing-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.transform/0.10.0.b1/org.eclipse.smarthome.core.transform-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.voice/0.10.0.b1/org.eclipse.smarthome.core.voice-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core/0.10.0.b1/org.eclipse.smarthome.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/extension/ui/iconset/org.eclipse.smarthome.ui.iconset.classic/0.10.0.b1/org.eclipse.smarthome.ui.iconset.classic-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.console.karaf/0.10.0.b1/org.eclipse.smarthome.io.console.karaf-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.console/0.10.0.b1/org.eclipse.smarthome.io.console-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.javasound/0.10.0.b1/org.eclipse.smarthome.io.javasound-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.monitor/0.10.0.b1/org.eclipse.smarthome.io.monitor-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.net/0.10.0.b1/org.eclipse.smarthome.io.net-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.auth.basic/0.10.0.b1/org.eclipse.smarthome.io.rest.auth.basic-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.auth/0.10.0.b1/org.eclipse.smarthome.io.rest.auth-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.core/0.10.0.b1/org.eclipse.smarthome.io.rest.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.log/0.10.0.b1/org.eclipse.smarthome.io.rest.log-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.mdns/0.10.0.b1/org.eclipse.smarthome.io.rest.mdns-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.optimize/0.10.0.b1/org.eclipse.smarthome.io.rest.optimize-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.sitemap/0.10.0.b1/org.eclipse.smarthome.io.rest.sitemap-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.sse/0.10.0.b1/org.eclipse.smarthome.io.rest.sse-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.voice/0.10.0.b1/org.eclipse.smarthome.io.rest.voice-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest/0.10.0.b1/org.eclipse.smarthome.io.rest-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.dbus/0.10.0.b1/org.eclipse.smarthome.io.transport.dbus-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.mdns/0.10.0.b1/org.eclipse.smarthome.io.transport.mdns-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.mqtt/0.10.0.b1/org.eclipse.smarthome.io.transport.mqtt-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.upnp/0.10.0.b1/org.eclipse.smarthome.io.transport.upnp-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.webaudio/0.10.0.b1/org.eclipse.smarthome.io.webaudio-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.core/0.10.0.b1/org.eclipse.smarthome.model.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item.ide/0.10.0.b1/org.eclipse.smarthome.model.item.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item.runtime/0.10.0.b1/org.eclipse.smarthome.model.item.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item/0.10.0.b1/org.eclipse.smarthome.model.item-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.lsp/0.10.0.b1/org.eclipse.smarthome.model.lsp-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence.ide/0.10.0.b1/org.eclipse.smarthome.model.persistence.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence.runtime/0.10.0.b1/org.eclipse.smarthome.model.persistence.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence/0.10.0.b1/org.eclipse.smarthome.model.persistence-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule.ide/0.10.0.b1/org.eclipse.smarthome.model.rule.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule.runtime/0.10.0.b1/org.eclipse.smarthome.model.rule.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule/0.10.0.b1/org.eclipse.smarthome.model.rule-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script.ide/0.10.0.b1/org.eclipse.smarthome.model.script.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script.runtime/0.10.0.b1/org.eclipse.smarthome.model.script.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script/0.10.0.b1/org.eclipse.smarthome.model.script-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap.ide/0.10.0.b1/org.eclipse.smarthome.model.sitemap.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap.runtime/0.10.0.b1/org.eclipse.smarthome.model.sitemap.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap/0.10.0.b1/org.eclipse.smarthome.model.sitemap-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing.ide/0.10.0.b1/org.eclipse.smarthome.model.thing.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing.runtime/0.10.0.b1/org.eclipse.smarthome.model.thing.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing/0.10.0.b1/org.eclipse.smarthome.model.thing-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/storage/org.eclipse.smarthome.storage.json/0.10.0.b1/org.eclipse.smarthome.storage.json-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/storage/org.eclipse.smarthome.storage.mapdb/0.10.0.b1/org.eclipse.smarthome.storage.mapdb-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/ui/org.eclipse.smarthome.ui.icon/0.10.0.b1/org.eclipse.smarthome.ui.icon-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/ui/org.eclipse.smarthome.ui/0.10.0.b1/org.eclipse.smarthome.ui-0.10.0.b1.jar +libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/auth/org.eclipse.smarthome.auth.jaas/0.10.0.oh230/org.eclipse.smarthome.auth.jaas-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.api/0.10.0.oh230/org.eclipse.smarthome.automation.api-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.commands/0.10.0.oh230/org.eclipse.smarthome.automation.commands-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.core/0.10.0.oh230/org.eclipse.smarthome.automation.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.core/0.10.0.oh230/org.eclipse.smarthome.automation.module.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.media/0.10.0.oh230/org.eclipse.smarthome.automation.module.media-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script.defaultscope/0.10.0.oh230/org.eclipse.smarthome.automation.module.script.defaultscope-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script.rulesupport/0.10.0.oh230/org.eclipse.smarthome.automation.module.script.rulesupport-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script/0.10.0.oh230/org.eclipse.smarthome.automation.module.script-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.timer/0.10.0.oh230/org.eclipse.smarthome.automation.module.timer-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.parser.gson/0.10.0.oh230/org.eclipse.smarthome.automation.parser.gson-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.providers/0.10.0.oh230/org.eclipse.smarthome.automation.providers-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.rest/0.10.0.oh230/org.eclipse.smarthome.automation.rest-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.core/0.10.0.oh230/org.eclipse.smarthome.config.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.mdns/0.10.0.oh230/org.eclipse.smarthome.config.discovery.mdns-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.upnp/0.10.0.oh230/org.eclipse.smarthome.config.discovery.upnp-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.usbserial.linuxsysfs/0.10.0.oh230/org.eclipse.smarthome.config.discovery.usbserial.linuxsysfs-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.usbserial/0.10.0.oh230/org.eclipse.smarthome.config.discovery.usbserial-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery/0.10.0.oh230/org.eclipse.smarthome.config.discovery-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.dispatch/0.10.0.oh230/org.eclipse.smarthome.config.dispatch-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.serial/0.10.0.oh230/org.eclipse.smarthome.config.serial-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.xml/0.10.0.oh230/org.eclipse.smarthome.config.xml-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.audio/0.10.0.oh230/org.eclipse.smarthome.core.audio-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.autoupdate/0.10.0.oh230/org.eclipse.smarthome.core.autoupdate-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.binding.xml/0.10.0.oh230/org.eclipse.smarthome.core.binding.xml-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.id/0.10.0.oh230/org.eclipse.smarthome.core.id-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.persistence/0.10.0.oh230/org.eclipse.smarthome.core.persistence-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.scheduler/0.10.0.oh230/org.eclipse.smarthome.core.scheduler-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.thing.xml/0.10.0.oh230/org.eclipse.smarthome.core.thing.xml-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.thing/0.10.0.oh230/org.eclipse.smarthome.core.thing-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.transform/0.10.0.oh230/org.eclipse.smarthome.core.transform-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.voice/0.10.0.oh230/org.eclipse.smarthome.core.voice-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core/0.10.0.oh230/org.eclipse.smarthome.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/extension/ui/iconset/org.eclipse.smarthome.ui.iconset.classic/0.10.0.oh230/org.eclipse.smarthome.ui.iconset.classic-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.console.karaf/0.10.0.oh230/org.eclipse.smarthome.io.console.karaf-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.console/0.10.0.oh230/org.eclipse.smarthome.io.console-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.javasound/0.10.0.oh230/org.eclipse.smarthome.io.javasound-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.monitor/0.10.0.oh230/org.eclipse.smarthome.io.monitor-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.net/0.10.0.oh230/org.eclipse.smarthome.io.net-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.auth.basic/0.10.0.oh230/org.eclipse.smarthome.io.rest.auth.basic-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.auth/0.10.0.oh230/org.eclipse.smarthome.io.rest.auth-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.core/0.10.0.oh230/org.eclipse.smarthome.io.rest.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.log/0.10.0.oh230/org.eclipse.smarthome.io.rest.log-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.mdns/0.10.0.oh230/org.eclipse.smarthome.io.rest.mdns-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.optimize/0.10.0.oh230/org.eclipse.smarthome.io.rest.optimize-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.sitemap/0.10.0.oh230/org.eclipse.smarthome.io.rest.sitemap-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.sse/0.10.0.oh230/org.eclipse.smarthome.io.rest.sse-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.voice/0.10.0.oh230/org.eclipse.smarthome.io.rest.voice-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest/0.10.0.oh230/org.eclipse.smarthome.io.rest-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.dbus/0.10.0.oh230/org.eclipse.smarthome.io.transport.dbus-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.mdns/0.10.0.oh230/org.eclipse.smarthome.io.transport.mdns-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.mqtt/0.10.0.oh230/org.eclipse.smarthome.io.transport.mqtt-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.serial.javacomm/0.10.0.oh230/org.eclipse.smarthome.io.transport.serial.javacomm-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.serial.rxtx/0.10.0.oh230/org.eclipse.smarthome.io.transport.serial.rxtx-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.serial/0.10.0.oh230/org.eclipse.smarthome.io.transport.serial-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.upnp/0.10.0.oh230/org.eclipse.smarthome.io.transport.upnp-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.webaudio/0.10.0.oh230/org.eclipse.smarthome.io.webaudio-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.core/0.10.0.oh230/org.eclipse.smarthome.model.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item.ide/0.10.0.oh230/org.eclipse.smarthome.model.item.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item.runtime/0.10.0.oh230/org.eclipse.smarthome.model.item.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item/0.10.0.oh230/org.eclipse.smarthome.model.item-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.lsp/0.10.0.oh230/org.eclipse.smarthome.model.lsp-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence.ide/0.10.0.oh230/org.eclipse.smarthome.model.persistence.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence.runtime/0.10.0.oh230/org.eclipse.smarthome.model.persistence.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence/0.10.0.oh230/org.eclipse.smarthome.model.persistence-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule.ide/0.10.0.oh230/org.eclipse.smarthome.model.rule.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule.runtime/0.10.0.oh230/org.eclipse.smarthome.model.rule.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule/0.10.0.oh230/org.eclipse.smarthome.model.rule-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script.ide/0.10.0.oh230/org.eclipse.smarthome.model.script.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script.runtime/0.10.0.oh230/org.eclipse.smarthome.model.script.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script/0.10.0.oh230/org.eclipse.smarthome.model.script-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap.ide/0.10.0.oh230/org.eclipse.smarthome.model.sitemap.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap.runtime/0.10.0.oh230/org.eclipse.smarthome.model.sitemap.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap/0.10.0.oh230/org.eclipse.smarthome.model.sitemap-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing.ide/0.10.0.oh230/org.eclipse.smarthome.model.thing.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing.runtime/0.10.0.oh230/org.eclipse.smarthome.model.thing.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing/0.10.0.oh230/org.eclipse.smarthome.model.thing-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/storage/org.eclipse.smarthome.storage.json/0.10.0.oh230/org.eclipse.smarthome.storage.json-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/storage/org.eclipse.smarthome.storage.mapdb/0.10.0.oh230/org.eclipse.smarthome.storage.mapdb-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/ui/org.eclipse.smarthome.ui.icon/0.10.0.oh230/org.eclipse.smarthome.ui.icon-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/ui/org.eclipse.smarthome.ui/0.10.0.oh230/org.eclipse.smarthome.ui-0.10.0.oh230.jar libexec/openhab2/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.12.0/org.eclipse.xtend.lib.macro-2.12.0.jar libexec/openhab2/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.12.0/org.eclipse.xtend.lib-2.12.0.jar libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.jar @@ -287,7 +275,7 @@ libexec/openhab2/runtime/system/org/eclipse/xtext/org. libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.12.0/org.eclipse.xtext.xbase.lib-2.12.0.jar libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.jar libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.jar -libexec/openhab2/runtime/system/org/fusesource/jansi/jansi/1.16/jansi-1.16.jar +libexec/openhab2/runtime/system/org/fusesource/jansi/jansi/1.17/jansi-1.17.jar libexec/openhab2/runtime/system/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar libexec/openhab2/runtime/system/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar libexec/openhab2/runtime/system/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar @@ -305,54 +293,50 @@ libexec/openhab2/runtime/system/org/glassfish/jersey/m libexec/openhab2/runtime/system/org/glassfish/jersey/media/jersey-media-sse/2.22.2/jersey-media-sse-2.22.2.jar libexec/openhab2/runtime/system/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar libexec/openhab2/runtime/system/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar -libexec/openhab2/runtime/system/org/jline/jline/3.5.0/jline-3.5.0.jar -libexec/openhab2/runtime/system/org/jline/jline/3.5.1-sp1/jline-3.5.1-sp1.jar +libexec/openhab2/runtime/system/org/jline/jline/3.6.0/jline-3.6.0.jar libexec/openhab2/runtime/system/org/jmdns/jmdns/3.5.2/jmdns-3.5.2.jar libexec/openhab2/runtime/system/org/jupnp/org.jupnp/2.3.0/org.jupnp-2.3.0.jar libexec/openhab2/runtime/system/org/jvnet/mimepull/mimepull/1.9.6/mimepull-1.9.6.jar libexec/openhab2/runtime/system/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core.compat1x/2.2.0/org.openhab.core.compat1x-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core.karaf/2.2.0/org.openhab.core.karaf-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core/2.2.0/org.openhab.core-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.jetty.certificate/2.2.0/org.openhab.io.jetty.certificate-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.sound/2.2.0/org.openhab.io.sound-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.ui.dashboard/2.2.0/org.openhab.ui.dashboard-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.ui.homebuilder/2.2.0/org.openhab.ui.homebuilder-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/distro/distro-kar/2.2.0/distro-kar-2.2.0-features.xml -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-automation-js.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-items.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-persistence-rrd4j.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-rules.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-scripts.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-services-basicui.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-services-classicui.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-services-logging.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-sitemaps.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-things.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-transform-de.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-transform-en.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro/2.2.0/distro-2.2.0-features.xml -libexec/openhab2/runtime/system/org/openhab/distro/openhab-addons/2.2.0/openhab-addons-2.2.0-features.xml -libexec/openhab2/runtime/system/org/openhab/distro/overrides/2.2.0/overrides-2.2.0-features.xml +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core.compat1x/2.3.0/org.openhab.core.compat1x-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core.karaf/2.3.0/org.openhab.core.karaf-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core/2.3.0/org.openhab.core-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.jetty.certificate/2.3.0/org.openhab.io.jetty.certificate-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.sound/2.3.0/org.openhab.io.sound-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.ui.dashboard/2.3.0/org.openhab.ui.dashboard-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.ui.homebuilder/2.3.0/org.openhab.ui.homebuilder-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/distro/distro-kar/2.3.0/distro-kar-2.3.0-features.xml +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-automation-js.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-items.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-persistence-rrd4j.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-rules.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-scripts.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-services-basicui.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-services-classicui.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-services-logging.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-sitemaps.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-things.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-transform-en.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro/2.3.0/distro-2.3.0-features.xml +libexec/openhab2/runtime/system/org/openhab/distro/openhab-addons/2.3.0/openhab-addons-2.3.0-features.xml libexec/openhab2/runtime/system/org/openhab/nrjavaserial/3.12.0.OH/nrjavaserial-3.12.0.OH.jar libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-api/1.10.1/pax-logging-api-1.10.1.jar libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/1.10.1/pax-logging-log4j2-1.10.1.jar libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-logback/1.10.1/pax-logging-logback-1.10.1.jar -libexec/openhab2/runtime/system/org/ops4j/pax/url/pax-url-aether/2.5.3/pax-url-aether-2.5.3.jar -libexec/openhab2/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.5.3/pax-url-wrap-2.5.3-uber.jar -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-api/6.0.7/pax-web-api-6.0.7.jar -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/6.0.7/pax-web-features-6.0.7-features.xml -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/6.0.7/pax-web-features-6.0.7-jettyconfig.xml -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-jetty/6.0.7/pax-web-jetty-6.0.7.jar -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-runtime/6.0.7/pax-web-runtime-6.0.7.jar -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-spi/6.0.7/pax-web-spi-6.0.7.jar +libexec/openhab2/runtime/system/org/ops4j/pax/url/pax-url-aether/2.5.4/pax-url-aether-2.5.4.jar +libexec/openhab2/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.5.4/pax-url-wrap-2.5.4-uber.jar +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-api/6.0.9/pax-web-api-6.0.9.jar +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/6.0.9/pax-web-features-6.0.9-features.xml +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/6.0.9/pax-web-features-6.0.9-jettyconfig.xml +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-jetty/6.0.9/pax-web-jetty-6.0.9.jar +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-runtime/6.0.9/pax-web-runtime-6.0.9.jar +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-spi/6.0.9/pax-web-spi-6.0.9.jar libexec/openhab2/runtime/system/org/ow2/asm/asm-all/5.0.2/asm-all-5.0.2.jar -libexec/openhab2/runtime/system/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar libexec/openhab2/runtime/system/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar libexec/openhab2/runtime/system/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar libexec/openhab2/runtime/system/org/yaml/snakeyaml/1.12/snakeyaml-1.12.jar -libexec/openhab2/runtime/system/tec/uom/lib/uom-lib-common/1.0.1/uom-lib-common-1.0.1.jar -libexec/openhab2/runtime/system/tec/uom/uom-se/1.0.3/uom-se-1.0.3.jar +libexec/openhab2/runtime/system/tec/uom/lib/uom-lib-common/1.0.2/uom-lib-common-1.0.2.jar +libexec/openhab2/runtime/system/tec/uom/uom-se/1.0.8/uom-se-1.0.8.jar libexec/openhab2/start.sh libexec/openhab2/start_debug.sh @owner openhab From owner-svn-ports-all@freebsd.org Sat Dec 8 16:25:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD5FD13218AE; Sat, 8 Dec 2018 16:25:30 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 745BF84FA8; Sat, 8 Dec 2018 16:25:30 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 536F8248EF; Sat, 8 Dec 2018 16:25:30 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8GPUA6018642; Sat, 8 Dec 2018 16:25:30 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8GPUME018641; Sat, 8 Dec 2018 16:25:30 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <201812081625.wB8GPUME018641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Sat, 8 Dec 2018 16:25:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486963 - head X-SVN-Group: ports-head X-SVN-Commit-Author: netchild X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 486963 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 745BF84FA8 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 16:25:31 -0000 Author: netchild Date: Sat Dec 8 16:25:29 2018 New Revision: 486963 URL: https://svnweb.freebsd.org/changeset/ports/486963 Log: Fix timestamp... this is not the timetraveler you are looking for. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Dec 8 16:24:37 2018 (r486962) +++ head/UPDATING Sat Dec 8 16:25:29 2018 (r486963) @@ -5,7 +5,7 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. -20181210: +20181208: AFFECTS: users of misc/openhab2 AUTHOR: netchild@FreeBSD.org From owner-svn-ports-all@freebsd.org Sat Dec 8 16:58:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EF481322320; Sat, 8 Dec 2018 16:58:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0158585D0B; Sat, 8 Dec 2018 16:58:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D673424DD8; Sat, 8 Dec 2018 16:58:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8Gwnor034145; Sat, 8 Dec 2018 16:58:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8Gwnje034144; Sat, 8 Dec 2018 16:58:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812081658.wB8Gwnje034144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Dec 2018 16:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486964 - head/devel/ncurses X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/ncurses X-SVN-Commit-Revision: 486964 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0158585D0B X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 16:58:50 -0000 Author: swills Date: Sat Dec 8 16:58:49 2018 New Revision: 486964 URL: https://svnweb.freebsd.org/changeset/ports/486964 Log: devel/ncurses: add https download mirror PR: 233855 Reported by: p5B2E9A8F@t-online.de Modified: head/devel/ncurses/Makefile (contents, props changed) Modified: head/devel/ncurses/Makefile ============================================================================== --- head/devel/ncurses/Makefile Sat Dec 8 16:25:29 2018 (r486963) +++ head/devel/ncurses/Makefile Sat Dec 8 16:58:49 2018 (r486964) @@ -4,7 +4,8 @@ PORTNAME= ncurses DISTVERSION= 6.1-${SNAPSHOT} CATEGORIES= devel -MASTER_SITES= ftp://ftp.invisible-island.net/${PORTNAME}/current/ +MASTER_SITES= ftp://ftp.invisible-island.net/${PORTNAME}/current/ \ + https://invisible-mirror.net/archives/ncurses/current/ DIST_SUBDIR= ${PORTNAME} MAINTAINER= swills@FreeBSD.org From owner-svn-ports-all@freebsd.org Sat Dec 8 17:16:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30B1613230B1; Sat, 8 Dec 2018 17:16:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA7CA86A52; Sat, 8 Dec 2018 17:16:23 +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 ABA8F25123; Sat, 8 Dec 2018 17:16:23 +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 wB8HGNDX044355; Sat, 8 Dec 2018 17:16:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8HGNCV044353; Sat, 8 Dec 2018 17:16:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812081716.wB8HGNCV044353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 17:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486965 - head/audio/fluidplug-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/fluidplug-lv2 X-SVN-Commit-Revision: 486965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CA7CA86A52 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 17:16:24 -0000 Author: yuri Date: Sat Dec 8 17:16:22 2018 New Revision: 486965 URL: https://svnweb.freebsd.org/changeset/ports/486965 Log: audio/fluidplug-lv2: Fix build with fluidsynth 2.x Add PATCHxx statements for https://github.com/falkTX/FluidPlug/pull/7. PR: 233500 Submitted by: tobik Reported by: jbeich Modified: head/audio/fluidplug-lv2/Makefile head/audio/fluidplug-lv2/distinfo Modified: head/audio/fluidplug-lv2/Makefile ============================================================================== --- head/audio/fluidplug-lv2/Makefile Sat Dec 8 16:58:49 2018 (r486964) +++ head/audio/fluidplug-lv2/Makefile Sat Dec 8 17:16:22 2018 (r486965) @@ -7,6 +7,9 @@ CATEGORIES= audio PKGNAMESUFFIX= -lv2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= 0a215d9b05a36c41f0d1abcf72818cec2b53fbbf.patch:-p1 # https://github.com/falkTX/FluidPlug/pull/7 + MAINTAINER= yuri@FreeBSD.org COMMENT= SoundFonts as LV2 plugins via FluidSynth Modified: head/audio/fluidplug-lv2/distinfo ============================================================================== --- head/audio/fluidplug-lv2/distinfo Sat Dec 8 16:58:49 2018 (r486964) +++ head/audio/fluidplug-lv2/distinfo Sat Dec 8 17:16:22 2018 (r486965) @@ -1,4 +1,4 @@ -TIMESTAMP = 1511587543 +TIMESTAMP = 1544288806 SHA256 (airfont_a340u.tar.7z) = 7c61d6243943e3ff86dbe776cf3f1cdb0af5e55ccda370491c02613849fd9df4 SIZE (airfont_a340u.tar.7z) = 7799067 SHA256 (AVL_Drumkits_Perc_1.1.tar.7z) = f55818be1499f551c4650afbf3bcaa72f9c2e94f94519a1c1722bd96f8df3f50 @@ -51,3 +51,5 @@ SHA256 (fluidr3gm_synthpad.sf2.tar.7z) = b1297b4d8b28f SIZE (fluidr3gm_synthpad.sf2.tar.7z) = 2077816 SHA256 (falkTX-FluidPlug-g20161020-889b256_GH0.tar.gz) = 96f550d5375403e68c41c52274fa7645ca7b26797738900239be0ecbb0c61e21 SIZE (falkTX-FluidPlug-g20161020-889b256_GH0.tar.gz) = 29752305 +SHA256 (0a215d9b05a36c41f0d1abcf72818cec2b53fbbf.patch) = 9ecf12104d5d763648afbeae3b02022e230fa9dbc031e8e06a5404fe1036c2e0 +SIZE (0a215d9b05a36c41f0d1abcf72818cec2b53fbbf.patch) = 2019 From owner-svn-ports-all@freebsd.org Sat Dec 8 17:17:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7103A1323182; Sat, 8 Dec 2018 17:17:40 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB98886B9A; Sat, 8 Dec 2018 17:17:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B54925125; Sat, 8 Dec 2018 17:17:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8HHdGw044535; Sat, 8 Dec 2018 17:17:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8HHdoi044533; Sat, 8 Dec 2018 17:17:39 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812081717.wB8HHdoi044533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Dec 2018 17:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486966 - head/graphics/ptex X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/graphics/ptex X-SVN-Commit-Revision: 486966 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BB98886B9A X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 17:17:40 -0000 Author: pi Date: Sat Dec 8 17:17:38 2018 New Revision: 486966 URL: https://svnweb.freebsd.org/changeset/ports/486966 Log: graphics/ptex: update 2.1.28 -> 2.3.0 PR: 225939 Submitted by: Shane Ambler (maintainer) Relnotes: http://ptex.us/download.html Modified: head/graphics/ptex/Makefile head/graphics/ptex/distinfo Modified: head/graphics/ptex/Makefile ============================================================================== --- head/graphics/ptex/Makefile Sat Dec 8 17:16:22 2018 (r486965) +++ head/graphics/ptex/Makefile Sat Dec 8 17:17:38 2018 (r486966) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= ptex -PORTVERSION= 2.1.28 +PORTVERSION= 2.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES?= graphics MAINTAINER= FreeBSD@Shaneware.biz Modified: head/graphics/ptex/distinfo ============================================================================== --- head/graphics/ptex/distinfo Sat Dec 8 17:16:22 2018 (r486965) +++ head/graphics/ptex/distinfo Sat Dec 8 17:17:38 2018 (r486966) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508444293 -SHA256 (wdas-ptex-v2.1.28_GH0.tar.gz) = 919af3cc56a7617079757bac5c0202f4375acf21861a3990e313739e56a6142c -SIZE (wdas-ptex-v2.1.28_GH0.tar.gz) = 305327 +TIMESTAMP = 1544289265 +SHA256 (wdas-ptex-v2.3.0_GH0.tar.gz) = 285947961ac7da2a7a15955259e271a50e485793e1d596d9f254c847301eda92 +SIZE (wdas-ptex-v2.3.0_GH0.tar.gz) = 306462 From owner-svn-ports-all@freebsd.org Sat Dec 8 17:20:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 952491323280; Sat, 8 Dec 2018 17:20:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BD6D86CDB; Sat, 8 Dec 2018 17:20:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E242725133; Sat, 8 Dec 2018 17:20:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8HKbe0044838; Sat, 8 Dec 2018 17:20:37 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8HKbC2044834; Sat, 8 Dec 2018 17:20:37 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812081720.wB8HKbC2044834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Dec 2018 17:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486967 - in head/graphics/opensubdiv: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/graphics/opensubdiv: . files X-SVN-Commit-Revision: 486967 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0BD6D86CDB X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 17:20:38 -0000 Author: pi Date: Sat Dec 8 17:20:36 2018 New Revision: 486967 URL: https://svnweb.freebsd.org/changeset/ports/486967 Log: graphics/opensubdiv: update 3.3.0 -> 3.3.3 PR: 225940 Submitted by: Shane Ambler (maintainer) Relnotes: http://graphics.pixar.com/opensubdiv/docs/release_notes.html Modified: head/graphics/opensubdiv/Makefile head/graphics/opensubdiv/distinfo head/graphics/opensubdiv/files/patch-cmake_FindGLFW.cmake (contents, props changed) head/graphics/opensubdiv/pkg-plist Modified: head/graphics/opensubdiv/Makefile ============================================================================== --- head/graphics/opensubdiv/Makefile Sat Dec 8 17:17:38 2018 (r486966) +++ head/graphics/opensubdiv/Makefile Sat Dec 8 17:20:36 2018 (r486967) @@ -2,8 +2,7 @@ PORTNAME= opensubdiv DISTVERSIONPREFIX= v -DISTVERSION= 3_3_0 -PORTREVISION= 5 +DISTVERSION= 3_3_3 CATEGORIES?= graphics MAINTAINER= FreeBSD@Shaneware.biz @@ -22,9 +21,7 @@ GH_PROJECT= OpenSubdiv USE_GL= gl glu glew USE_LDCONFIG= yes -CMAKE_ARGS+= -DNO_CUDA:BOOL=ON \ - -DNO_DX:BOOL=ON \ - -DNO_OMP:BOOL=ON +CMAKE_ON= NO_CUDA NO_DX NO_OMP OPTIONS_DEFINE= DOCS EXAMPLES OPENCL PTEX TBB TEST TUTORIALS OPTIONS_DEFAULT= TBB @@ -45,9 +42,9 @@ OPENCL_BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:dev OPENCL_LIB_DEPENDS= libOpenCL.so:devel/ocl-icd PTEX_DESC= ptex support -PTEX_CMAKE_ON= -DNO_PTEX:BOOL=OFF -DPTEX_LOCATION:STRING=${LOCALBASE} \ +PTEX_CMAKE_BOOL_OFF= NO_PTEX +PTEX_CMAKE_ON= -DPTEX_LOCATION:STRING=${LOCALBASE} \ -DPTEX_INCLUDE_DIR:STRING=${LOCALBASE}/include/ptex -PTEX_CMAKE_OFF= -DNO_PTEX:BOOL=ON PTEX_LIB_DEPENDS= libPtex.so:graphics/ptex TBB_DESC= Intel threading building blocks Modified: head/graphics/opensubdiv/distinfo ============================================================================== --- head/graphics/opensubdiv/distinfo Sat Dec 8 17:17:38 2018 (r486966) +++ head/graphics/opensubdiv/distinfo Sat Dec 8 17:20:36 2018 (r486967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508415791 -SHA256 (PixarAnimationStudios-OpenSubdiv-v3_3_0_GH0.tar.gz) = 93d364340518515129fe199c80c4030f666ff71414d9c543e1526f14b5ffc8d0 -SIZE (PixarAnimationStudios-OpenSubdiv-v3_3_0_GH0.tar.gz) = 19263469 +TIMESTAMP = 1534941244 +SHA256 (PixarAnimationStudios-OpenSubdiv-v3_3_3_GH0.tar.gz) = 2dc81b3a085e692cca3166ac88751e4674a9ddf5b5d7935adf677bb2bd3f2d2f +SIZE (PixarAnimationStudios-OpenSubdiv-v3_3_3_GH0.tar.gz) = 19286806 Modified: head/graphics/opensubdiv/files/patch-cmake_FindGLFW.cmake ============================================================================== --- head/graphics/opensubdiv/files/patch-cmake_FindGLFW.cmake Sat Dec 8 17:17:38 2018 (r486966) +++ head/graphics/opensubdiv/files/patch-cmake_FindGLFW.cmake Sat Dec 8 17:20:36 2018 (r486967) @@ -1,11 +1,11 @@ ---- cmake/FindGLFW.cmake.orig 2017-06-28 18:58:17 UTC +--- cmake/FindGLFW.cmakeorig 2018-02-08 09:39:46 UTC +++ cmake/FindGLFW.cmake -@@ -162,7 +162,7 @@ else () - message(FATAL_ERROR "Xi library not found - required for GLFW") - endif() +@@ -174,7 +174,7 @@ else () + message(FATAL_ERROR "Xi library not found - required for GLFW") + endif() -- list(APPEND GLFW_x11_LIBRARY "${X11_Xrandr_LIB}" "${X11_Xxf86vm_LIB}" "${X11_Xcursor_LIB}" "${X11_Xinerama_LIB}" "${X11_Xi_LIB}" "${X11_LIBRARIES}" "${CMAKE_THREAD_LIBS_INIT}" -lrt -ldl) -+ list(APPEND GLFW_x11_LIBRARY "${X11_Xrandr_LIB}" "${X11_Xxf86vm_LIB}" "${X11_Xcursor_LIB}" "${X11_Xinerama_LIB}" "${X11_Xi_LIB}" "${X11_LIBRARIES}" "${CMAKE_THREAD_LIBS_INIT}" -lrt ${CMAKE_DL_LIBS}) +- list(APPEND GLFW_x11_LIBRARY "${X11_Xrandr_LIB}" "${X11_Xxf86vm_LIB}" "${X11_Xcursor_LIB}" "${X11_Xinerama_LIB}" "${X11_Xi_LIB}" "${X11_LIBRARIES}" "${CMAKE_THREAD_LIBS_INIT}" -lrt -ldl) ++ list(APPEND GLFW_x11_LIBRARY "${X11_Xrandr_LIB}" "${X11_Xxf86vm_LIB}" "${X11_Xcursor_LIB}" "${X11_Xinerama_LIB}" "${X11_Xi_LIB}" "${X11_LIBRARIES}" "${CMAKE_THREAD_LIBS_INIT}" -lrt ${CMAKE_DL_LIBS}) + endif (NOT NO_GLFW_X11) find_library( GLFW_glfw_LIBRARY - NAMES Modified: head/graphics/opensubdiv/pkg-plist ============================================================================== --- head/graphics/opensubdiv/pkg-plist Sat Dec 8 17:17:38 2018 (r486966) +++ head/graphics/opensubdiv/pkg-plist Sat Dec 8 17:20:36 2018 (r486967) @@ -949,10 +949,6 @@ lib/libosdGPU.so.%%LIBVERS%% %%PORTDOCS%%%%DOCSDIR%%/doxy_html/search/related_5.js %%PORTDOCS%%%%DOCSDIR%%/doxy_html/search/related_6.html %%PORTDOCS%%%%DOCSDIR%%/doxy_html/search/related_6.js -%%PORTDOCS%%%%DOCSDIR%%/doxy_html/search/related_7.html -%%PORTDOCS%%%%DOCSDIR%%/doxy_html/search/related_7.js -%%PORTDOCS%%%%DOCSDIR%%/doxy_html/search/related_8.html -%%PORTDOCS%%%%DOCSDIR%%/doxy_html/search/related_8.js %%PORTDOCS%%%%DOCSDIR%%/doxy_html/search/search.css %%PORTDOCS%%%%DOCSDIR%%/doxy_html/search/search.js %%PORTDOCS%%%%DOCSDIR%%/doxy_html/search/search_l.png From owner-svn-ports-all@freebsd.org Sat Dec 8 17:39:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE9CC132397D; Sat, 8 Dec 2018 17:39:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55B4C88198; Sat, 8 Dec 2018 17:39:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3831425457; Sat, 8 Dec 2018 17:39:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8HdI2s055070; Sat, 8 Dec 2018 17:39:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8HdHga055067; Sat, 8 Dec 2018 17:39:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812081739.wB8HdHga055067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Dec 2018 17:39:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486968 - in head/graphics: openimageio openimageio/files py-openimageio X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/graphics: openimageio openimageio/files py-openimageio X-SVN-Commit-Revision: 486968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 55B4C88198 X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; NEURAL_HAM_LONG(-0.99)[-0.992,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 17:39:18 -0000 Author: pi Date: Sat Dec 8 17:39:17 2018 New Revision: 486968 URL: https://svnweb.freebsd.org/changeset/ports/486968 Log: graphics/openimageio: update 1.7.17 -> 1.8.17 - 2nd attempt, fixing the slave port as well PR: 224382 Submitted by: Shane Ambler (maintainer) Reviewed by: yuri Relnotes: http://lists.openimageio.org/pipermail/oiio-announce-openimageio.org/2018-December/000039.html https://github.com/OpenImageIO/oiio/releases Deleted: head/graphics/openimageio/files/patch-src_ffmpeg.imageio_ffmpeginput.cpp Modified: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/pkg-plist head/graphics/py-openimageio/Makefile Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Sat Dec 8 17:20:36 2018 (r486967) +++ head/graphics/openimageio/Makefile Sat Dec 8 17:39:17 2018 (r486968) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= openimageio -PORTVERSION= 1.7.17 +PORTVERSION= 1.8.17 DISTVERSIONPREFIX= Release- -PORTREVISION= 15 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -20,109 +19,89 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libwebp.so:graphics/webp \ libhdf5.so:science/hdf5 -# fbm also installs bin/idiff -CONFLICTS= fbm-[0-9]* - +USES= cmake:outsource jpeg compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio -USES= cmake:outsource jpeg compiler:c++11-lib -CMAKE_ARGS= -DBUILDSTATIC:BOOL=OFF \ - -DLINKSTATIC:BOOL=OFF \ - -DNOTHREADS:BOOL=OFF \ - -DSTOP_ON_WARNING:BOOL=OFF \ - -DUSE_OPENSSL:BOOL=OFF +# fbm also installs bin/idiff +CONFLICTS= fbm-[0-9]* +CMAKE_ARGS= USE_CPP:STRING=11 +CMAKE_OFF= BUILDSTATIC LINKSTATIC NOTHREADS STOP_ON_WARNING USE_OPENSSL + OPTIONS_DEFINE= DOCS FFMPEG FREETYPE GIF IMAGEVIEWER OCIO OPENCV \ OPENJPEG RAW TEST OPTIONS_DEFAULT= FREETYPE GIF OCIO OPENJPEG OPTIONS_SUB= yes -FFMPEG_DESC= Use FFmpeg to support extra file types -IMAGEVIEWER_DESC= Build image viewer (requires Qt) -OCIO_DESC= Color management support +DOCS_CMAKE_BOOL= INSTALL_DOCS +DOCS_CMAKE_ON= -DCMAKE_INSTALL_DOCDIR:STRING=${DOCSDIR} -DOCS_CMAKE_ON= -DINSTALL_DOCS:BOOL=ON -DOCS_CMAKE_OFF= -DINSTALL_DOCS:BOOL=OFF - -FFMPEG_CMAKE_ON= -DUSE_FFMPEG:BOOL=ON -FFMPEG_CMAKE_OFF= -DUSE_FFMPEG:BOOL=OFF +FFMPEG_DESC= Use FFmpeg to support extra file types +FFMPEG_CMAKE_BOOL= USE_FFMPEG FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg -FREETYPE_CMAKE_ON= -DUSE_FREETYPE:BOOL=ON -FREETYPE_CMAKE_OFF= -DUSE_FREETYPE:BOOL=OFF +FREETYPE_CMAKE_BOOL= USE_FREETYPE +FREETYPE_CMAKE_ON= -DFONTS_INSTALL_DIR:STRING=share/fonts/oiio_dev FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 -GIF_CMAKE_ON= -DUSE_GIF:BOOL=ON -GIF_CMAKE_OFF= -DUSE_GIF:BOOL=OFF +GIF_CMAKE_BOOL= USE_GIF GIF_LIB_DEPENDS= libgif.so:graphics/giflib -IMAGEVIEWER_USES= qt:4 -IMAGEVIEWER_CMAKE_ON= -DUSE_QT:BOOL=ON -DUSE_OPENGL:BOOL=ON -IMAGEVIEWER_CMAKE_OFF= -DUSE_OPENGL:BOOL=OFF -DUSE_QT:BOOL=OFF +IMAGEVIEWER_DESC= Build image viewer (requires Qt) +IMAGEVIEWER_USES= qt:5 +IMAGEVIEWER_CMAKE_BOOL= USE_QT USE_OPENGL IMAGEVIEWER_USE= GL=gl,glu,glew \ - QT=corelib,gui,opengl,qmake_build,moc_build,rcc_build,uic_build + QT=buildtools,core,gui,opengl,qmake_build,widgets -OCIO_CMAKE_ON= -DUSE_OCIO:BOOL=ON -OCIO_CMAKE_OFF= -DUSE_OCIO:BOOL=OFF +OCIO_DESC= Color management support +OCIO_CMAKE_BOOL= USE_OCIO OCIO_LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio -OPENCV_CMAKE_ON= -DUSE_OPENCV:BOOL=ON -OPENCV_CMAKE_OFF= -DUSE_OPENCV:BOOL=OFF +OPENCV_CMAKE_BOOL= USE_OPENCV OPENCV_LIB_DEPENDS= libopencv_highgui.so:graphics/opencv \ libopencv_core.so:graphics/opencv-core \ libopenjpeg.so:graphics/openjpeg15 -OPENJPEG_CMAKE_ON= -DUSE_OPENJPEG:BOOL=ON -OPENJPEG_CMAKE_OFF= -DUSE_OPENJPEG:BOOL=OFF +OPENJPEG_CMAKE_BOOL= USE_OPENJPEG OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg -RAW_CMAKE_ON= -DUSE_LIBRAW:BOOL=ON -RAW_CMAKE_OFF= -DUSE_LIBRAW:BOOL=OFF +RAW_CMAKE_BOOL= USE_LIBRAW RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw -TEST_CMAKE_ON= -DOIIO_BUILD_TESTS:BOOL=ON -TEST_CMAKE_OFF= -DOIIO_BUILD_TESTS:BOOL=OFF +TEST_CMAKE_BOOL= OIIO_BUILD_TESTS PLIST_SUB+= LIBVERS=${PORTVERSION} .include -.if ${SLAVE_PORT} == no -USE_LDCONFIG= yes -CMAKE_ARGS+= -DUSE_PYTHON:BOOL=OFF -DUSE_PYTHON3:BOOL=OFF \ - -DOIIO_BUILD_TOOLS:BOOL=ON -.else +.if ${SLAVE_PORT} == yes LIB_DEPENDS+= libOpenImageIO.so:graphics/openimageio \ ${PY_BOOST} PLIST= ${PKGDIR}/pkg-plist-pybind USES+= python USE_PYTHON= flavors -CMAKE_ARGS+= -DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=OFF \ - -DOIIO_BUILD_TOOLS:BOOL=OFF -DUSE_FFMPEG:BOOL=OFF -.endif +CMAKE_ON+= USE_PYTHON +CMAKE_OFF+= OIIO_BUILD_TOOLS USE_FFMPEG +CMAKE_ARGS+= -DPYTHON_VERSION:STRING=${PYTHON_VER} -.if ${PORT_OPTIONS:MIMAGEVIEWER} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif +do-install: + ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} + ${INSTALL_LIB} ${BUILD_WRKSRC}/src/python/OpenImageIO.so ${STAGEDIR}${PYTHON_SITELIBDIR} +.else # SLAVE_PORT == no +USE_LDCONFIG= yes +CMAKE_ON+= DOIIO_BUILD_TOOLS +CMAKE_OFF+= USE_PYTHON -post-patch: - @${REINPLACE_CMD} -e 's|share/doc/OpenImageIO|${DOCSDIR}|g' \ - ${WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/find_/s/ boost_python[[:>:]]/ ${PY_BOOST_LIB}/' \ - ${WRKSRC}/src/cmake/externalpackages.cmake - post-install: -.if ${SLAVE_PORT} == no - ${LN} -sf libOpenImageIO.so.1.7 \ + ${LN} -sf libOpenImageIO.so.1.8 \ ${STAGEDIR}${PREFIX}/lib/libOpenImageIO.so.1 - ${LN} -sf libOpenImageIO_Util.so.1.7 \ + ${LN} -sf libOpenImageIO_Util.so.1.8 \ ${STAGEDIR}${PREFIX}/lib/libOpenImageIO_Util.so.1 -.endif do-test-TEST-on: @cd ${BUILD_WRKSRC} && ${MAKE_CMD} ARGS=-V test +.endif .include Modified: head/graphics/openimageio/distinfo ============================================================================== --- head/graphics/openimageio/distinfo Sat Dec 8 17:20:36 2018 (r486967) +++ head/graphics/openimageio/distinfo Sat Dec 8 17:39:17 2018 (r486968) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504403179 -SHA256 (OpenImageIO-oiio-Release-1.7.17_GH0.tar.gz) = 669c59d06399dd882c3e2469bb3a4b33d537db150f6fe056495c3429b5c3838f -SIZE (OpenImageIO-oiio-Release-1.7.17_GH0.tar.gz) = 27164765 +TIMESTAMP = 1543804503 +SHA256 (OpenImageIO-oiio-Release-1.8.17_GH0.tar.gz) = a019086c05a6150d445a2240bab1723dff540dde5f5c327c36a97f0b5ae0e157 +SIZE (OpenImageIO-oiio-Release-1.8.17_GH0.tar.gz) = 27835527 Modified: head/graphics/openimageio/pkg-plist ============================================================================== --- head/graphics/openimageio/pkg-plist Sat Dec 8 17:20:36 2018 (r486967) +++ head/graphics/openimageio/pkg-plist Sat Dec 8 17:39:17 2018 (r486968) @@ -8,8 +8,8 @@ bin/oiiotool include/OpenImageIO/argparse.h include/OpenImageIO/array_view.h include/OpenImageIO/atomic.h +include/OpenImageIO/benchmark.h include/OpenImageIO/color.h -include/OpenImageIO/coordinate.h include/OpenImageIO/dassert.h include/OpenImageIO/deepdata.h include/OpenImageIO/errorhandler.h @@ -18,6 +18,7 @@ include/OpenImageIO/filesystem.h include/OpenImageIO/filter.h include/OpenImageIO/fmath.h include/OpenImageIO/fstream_mingw.h +include/OpenImageIO/function_view.h include/OpenImageIO/hash.h include/OpenImageIO/image_view.h include/OpenImageIO/imagebuf.h @@ -29,6 +30,7 @@ include/OpenImageIO/missing_math.h include/OpenImageIO/oiioversion.h include/OpenImageIO/optparser.h include/OpenImageIO/osdep.h +include/OpenImageIO/parallel.h include/OpenImageIO/paramlist.h include/OpenImageIO/platform.h include/OpenImageIO/plugin.h @@ -38,6 +40,7 @@ include/OpenImageIO/pugixml.hpp include/OpenImageIO/refcnt.h include/OpenImageIO/SHA1.h include/OpenImageIO/simd.h +include/OpenImageIO/span.h include/OpenImageIO/strided_ptr.h include/OpenImageIO/string_view.h include/OpenImageIO/strutil.h @@ -54,19 +57,19 @@ include/OpenImageIO/varyingref.h include/OpenImageIO/version.h lib/libOpenImageIO.so lib/libOpenImageIO.so.1 -lib/libOpenImageIO.so.1.7 +lib/libOpenImageIO.so.1.8 lib/libOpenImageIO.so.%%LIBVERS%% lib/libOpenImageIO_Util.so lib/libOpenImageIO_Util.so.1 -lib/libOpenImageIO_Util.so.1.7 +lib/libOpenImageIO_Util.so.1.8 lib/libOpenImageIO_Util.so.%%LIBVERS%% -%%FREETYPE%%share/fonts/oiio/DroidSans-Bold.ttf -%%FREETYPE%%share/fonts/oiio/DroidSans.ttf -%%FREETYPE%%share/fonts/oiio/DroidSansMono.ttf -%%FREETYPE%%share/fonts/oiio/DroidSerif-Bold.ttf -%%FREETYPE%%share/fonts/oiio/DroidSerif-BoldItalic.ttf -%%FREETYPE%%share/fonts/oiio/DroidSerif-Italic.ttf -%%FREETYPE%%share/fonts/oiio/DroidSerif.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSans-Bold.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSans.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSansMono.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif-Bold.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif-BoldItalic.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif-Italic.ttf +%%FREETYPE%%share/fonts/OpenImageIO/DroidSerif.ttf %%PORTDOCS%%%%DOCSDIR%%/CHANGES.md %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf Modified: head/graphics/py-openimageio/Makefile ============================================================================== --- head/graphics/py-openimageio/Makefile Sat Dec 8 17:20:36 2018 (r486967) +++ head/graphics/py-openimageio/Makefile Sat Dec 8 17:39:17 2018 (r486968) @@ -1,7 +1,6 @@ # Created by: Shane Ambler # $FreeBSD$ -PORTREVISION= 4 CATEGORIES= graphics multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,9 +8,5 @@ COMMENT= OpenImageIO python bindings MASTERDIR= ${.CURDIR}/../openimageio OPTIONS_EXCLUDE=${OPTIONS_DEFINE} - -do-install: - @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} - ${INSTALL_LIB} ${BUILD_WRKSRC}/src/python/OpenImageIO.so ${STAGEDIR}${PYTHON_SITELIBDIR} .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Sat Dec 8 17:40:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1060B1323A60; Sat, 8 Dec 2018 17:40:27 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63562882D0; Sat, 8 Dec 2018 17:40:17 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by fc.opsec.eu with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1gVgaM-0001xJ-FS; Sat, 08 Dec 2018 18:40:14 +0100 Date: Sat, 8 Dec 2018 18:40:14 +0100 From: Kurt Jaeger To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r486959 - in head/graphics/openimageio: . files Message-ID: <20181208174014.GX53324@fc.opsec.eu> References: <201812081608.wB8G86qS008057@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201812081608.wB8G86qS008057@repo.freebsd.org> X-Rspamd-Queue-Id: 63562882D0 X-Spamd-Result: default: False [-2.85 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.990,0]; NEURAL_HAM_LONG(-0.89)[-0.895,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 17:40:27 -0000 Hi! > Log: > Revert r486952, slave port was not tested I hope the 2nd attempt is correct. Testbuilds look fine. -- pi@FreeBSD.org +49 171 3101372 2 years to go ! From owner-svn-ports-all@freebsd.org Sat Dec 8 18:00:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 005941324708; Sat, 8 Dec 2018 18:00:24 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4B0589177; Sat, 8 Dec 2018 18:00:23 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B4FA257A2; Sat, 8 Dec 2018 18:00:23 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8I0Nwq065626; Sat, 8 Dec 2018 18:00:23 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8I0MTn065621; Sat, 8 Dec 2018 18:00:22 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201812081800.wB8I0MTn065621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Sat, 8 Dec 2018 18:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486969 - in head/emulators/fs-uae: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/emulators/fs-uae: . files X-SVN-Commit-Revision: 486969 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A4B0589177 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.992,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:00:24 -0000 Author: fernape Date: Sat Dec 8 18:00:22 2018 New Revision: 486969 URL: https://svnweb.freebsd.org/changeset/ports/486969 Log: emulators/fs-uae: update to 2.8.4 While here: * Add missing USES values PR: 233386 Submitted by: felix@palmen-it.de Reviewed by: johalun0@gmail.com, james.wright@jigsawdezign.com Approved by: tomse@oagd.net (maintainer, timeout) Added: head/emulators/fs-uae/files/ head/emulators/fs-uae/files/patch-src_od-win32_picasso96__win.cpp (contents, props changed) Modified: head/emulators/fs-uae/Makefile head/emulators/fs-uae/distinfo head/emulators/fs-uae/pkg-plist Modified: head/emulators/fs-uae/Makefile ============================================================================== --- head/emulators/fs-uae/Makefile Sat Dec 8 17:39:17 2018 (r486968) +++ head/emulators/fs-uae/Makefile Sat Dec 8 18:00:22 2018 (r486969) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fs-uae -PORTVERSION= 2.4.1 -PORTREVISION= 5 +PORTVERSION= 2.8.4 CATEGORIES= emulators MASTER_SITES= http://fs-uae.net/stable/${PORTVERSION}/ @@ -13,18 +12,26 @@ COMMENT= Amiga emulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build +BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libpng.so:graphics/png \ - libopenal.so:audio/openal-soft + libopenal.so:audio/openal-soft \ + libmpeg2.so:multimedia/libmpeg2 -USES= gettext gmake pkgconfig -USE_SDL= sdl +USES= desktop-file-utils gettext gl gmake \ + gnome localbase pkgconfig shared-mime-info + +USE_SDL= sdl2 USE_GL= gl USE_GNOME= glib20 +USE_XORG= x11 + LLD_UNSAFE= yes INSTALLS_ICONS= yes -MAKE_ARGS+= prefix=${PREFIX} + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-jit +CFLAGS+= -Wno-c++11-narrowing OPTIONS_DEFINE= DOCS Modified: head/emulators/fs-uae/distinfo ============================================================================== --- head/emulators/fs-uae/distinfo Sat Dec 8 17:39:17 2018 (r486968) +++ head/emulators/fs-uae/distinfo Sat Dec 8 18:00:22 2018 (r486969) @@ -1,2 +1,3 @@ -SHA256 (fs-uae-2.4.1.tar.gz) = c0994d15db85c15638c09c69263d7ce269db6a36f3946f54c094a94067b6fb15 -SIZE (fs-uae-2.4.1.tar.gz) = 4393812 +TIMESTAMP = 1542818023 +SHA256 (fs-uae-2.8.4.tar.gz) = 526bf56faf006bffcb5ac56fff443d824a16e5b0d1dfc4f0579ccbbbde588ca5 +SIZE (fs-uae-2.8.4.tar.gz) = 4768861 Added: head/emulators/fs-uae/files/patch-src_od-win32_picasso96__win.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/fs-uae/files/patch-src_od-win32_picasso96__win.cpp Sat Dec 8 18:00:22 2018 (r486969) @@ -0,0 +1,11 @@ +--- src/od-win32/picasso96_win.cpp.orig 2017-01-24 16:58:57 UTC ++++ src/od-win32/picasso96_win.cpp +@@ -3300,7 +3300,7 @@ static uae_u32 REGPARAM2 picasso_BlitRec + if (NOBLITTER_BLIT) + return 0; + P96TRACE((_T("BlitRect(%d, %d, %d, %d, %d, %d, 0x%x)\n"), srcx, srcy, dstx, dsty, width, height, Mask)); +- result = BlitRect (renderinfo, (uaecptr)NULL, srcx, srcy, dstx, dsty, width, height, Mask, BLIT_SRC); ++ result = BlitRect (renderinfo, (uaecptr)0, srcx, srcy, dstx, dsty, width, height, Mask, BLIT_SRC); + return result; + } + Modified: head/emulators/fs-uae/pkg-plist ============================================================================== --- head/emulators/fs-uae/pkg-plist Sat Dec 8 17:39:17 2018 (r486968) +++ head/emulators/fs-uae/pkg-plist Sat Dec 8 18:00:22 2018 (r486969) @@ -3,202 +3,12 @@ bin/fs-uae-device-helper share/applications/fs-uae.desktop %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/example.conf -%%DATADIR%%/2x_1920_1080/theme.conf -%%DATADIR%%/2x_1920_1080_bezel/overlay.png -%%DATADIR%%/2x_1920_1080_bezel/theme.conf -%%DATADIR%%/aspect.png -%%DATADIR%%/close.png -%%DATADIR%%/floppy_sounds/drive_click.wav -%%DATADIR%%/floppy_sounds/drive_snatch.wav -%%DATADIR%%/floppy_sounds/drive_spin.wav -%%DATADIR%%/floppy_sounds/drive_spinnd.wav -%%DATADIR%%/floppy_sounds/drive_startup.wav -%%DATADIR%%/gloss.png -%%DATADIR%%/glow_left.png -%%DATADIR%%/glow_top.png -%%DATADIR%%/glow_top_left.png -%%DATADIR%%/heading_strip.png -%%DATADIR%%/input/03000000300f00001201000010010000/jess_tech_dual_analog_pad_12_4_1_0_linux.conf -%%DATADIR%%/input/03000000300f00001201000010010000/names.txt -%%DATADIR%%/input/030000004c0500006802000011010000/names.txt -%%DATADIR%%/input/030000004c0500006802000011010000/sony_playstation_r_3_controller_19_27_0_0_linux.conf -%%DATADIR%%/input/030000004f04000020b3000010010000/names.txt -%%DATADIR%%/input/030000004f04000020b3000010010000/thrustmaster_2_in_1_dt_12_4_1_0_linux.conf -%%DATADIR%%/input/030000005e0400001907000000010000/names.txt -%%DATADIR%%/input/030000005e0400001907000000010000/xbox_360_wireless_receiver_15_6_0_0_linux.conf -%%DATADIR%%/input/030000005e0400008e02000014010000/microsoft_x_box_360_pad_11_6_1_0_linux.conf -%%DATADIR%%/input/030000005e0400008e02000014010000/names.txt -%%DATADIR%%/input/030000006d04000019c2000011010000/logitech_logitech_cordless_rumblepad_2_12_4_1_0_linux.conf -%%DATADIR%%/input/030000006d04000019c2000011010000/names.txt -%%DATADIR%%/input/030000006d0400001dc2000014400000/generic_x_box_pad_11_6_1_0_linux.conf -%%DATADIR%%/input/030000006d0400001dc2000014400000/names.txt -%%DATADIR%%/input/030000006d0400001ec2000020200000/generic_x_box_pad_11_6_1_0_linux.conf -%%DATADIR%%/input/030000006d0400001ec2000020200000/names.txt -%%DATADIR%%/input/030000006d0400001fc2000005030000/generic_x_box_pad_11_6_1_0_linux.conf -%%DATADIR%%/input/030000006d0400001fc2000005030000/names.txt -%%DATADIR%%/input/030000006d040000d2ca000011010000/names.txt -%%DATADIR%%/input/030000006d040000d2ca000011010000/ps3_usb_cordless_gamepad_13_4_1_0_linux.conf -%%DATADIR%%/input/03000000a30600000901000000010000/names.txt -%%DATADIR%%/input/03000000a30600000901000000010000/saitek_p880_12_4_1_0_linux.conf -%%DATADIR%%/input/2_in_1_dt_12_4_1_0_macosx.conf -%%DATADIR%%/input/2_in_1_dt_12_4_1_0_windows.conf -%%DATADIR%%/input/common/gamepad.ini -%%DATADIR%%/input/common/xarcade.ini -%%DATADIR%%/input/common/xinput_gamepad.ini -%%DATADIR%%/input/controller_gamepad_f310_10_5_1_0_windows.conf -%%DATADIR%%/input/controller_rumble_gamepad_f510_10_5_1_0_windows.conf -%%DATADIR%%/input/controller_wireless_gamepad_f710_10_5_1_0_windows.conf -%%DATADIR%%/input/controller_xbox_360_for_windows_10_5_1_0_windows.conf -%%DATADIR%%/input/controller_xbox_360_wireless_receiver_for_windows_10_5_1_0_windows.conf -%%DATADIR%%/input/custom/custom_x_arcade.ini -%%DATADIR%%/input/custom/custom_x_arcade_right.ini -%%DATADIR%%/input/dual_analog_pad_12_4_1_0_macosx.conf -%%DATADIR%%/input/dual_analog_pad_12_4_1_0_windows.conf -%%DATADIR%%/input/gamtec_ltd/smartjoy_plus_adapter.ini -%%DATADIR%%/input/generic/keyboard.ini -%%DATADIR%%/input/generic/mouse.ini -%%DATADIR%%/input/linux/saitek_dual_analog_pad_12_4_1_0_linux.conf -%%DATADIR%%/input/logitech/controller_rumble_gamepad_f510.ini -%%DATADIR%%/input/logitech/controller_wireless_gamepad_f710.ini -%%DATADIR%%/input/logitech/g27_racing_wheel.ini -%%DATADIR%%/input/logitech/gamepad_f310_controller.ini -%%DATADIR%%/input/logitech/logitech_cordless_rumblepad_2.ini -%%DATADIR%%/input/logitech/logitech_dual_action.ini -%%DATADIR%%/input/logitech/logitech_extreme_3d.ini -%%DATADIR%%/input/logitech/logitech_extreme_3d_pro.ini -%%DATADIR%%/input/logitech/logitech_rumblepad_2.ini -%%DATADIR%%/input/logitech/ps3_usb_cordless_gamepad.ini -%%DATADIR%%/input/logitech_cordless_rumblepad_2_usb_12_4_1_0_windows.conf -%%DATADIR%%/input/logitech_dual_action_12_4_1_0_macosx.conf -%%DATADIR%%/input/logitech_dual_action_usb_12_4_1_0_windows.conf -%%DATADIR%%/input/logitech_r_precision_tm_gamepad_10_2_0_0_windows.conf -%%DATADIR%%/input/logitech_rumblepad_2_usb_12_4_1_0_macosx.conf -%%DATADIR%%/input/logitech_rumblepad_2_usb_12_4_1_0_windows.conf -%%DATADIR%%/input/mad_catz/wired_xbox_360_controller_sfiv.ini -%%DATADIR%%/input/microsoft/controller.ini -%%DATADIR%%/input/microsoft/controller_xbox_360_for_windows.ini -%%DATADIR%%/input/microsoft/controller_xbox_360_wireless_receiver_for_windows.ini -%%DATADIR%%/input/microsoft/wireless_360_controller.ini -%%DATADIR%%/input/microsoft/x_box_360_pad.ini -%%DATADIR%%/input/microsoft/xbox_360_for_windows_controller.ini -%%DATADIR%%/input/microsoft/xbox_360_wireless_receiver.ini -%%DATADIR%%/input/microsoft/xbox_360_wireless_receiver_for_windows_controller.ini -%%DATADIR%%/input/mosic/a_speed_link_competition_pro.ini -%%DATADIR%%/input/mosic/speed_link_competition_pro.ini -%%DATADIR%%/input/mosic/usb_2a4k_gamepad.ini -%%DATADIR%%/input/other/retro_joystick_interface_v1_2.ini -%%DATADIR%%/input/other/usb_2_axis_8_button_gamepad.ini -%%DATADIR%%/input/p880_12_4_1_0_macosx.conf -%%DATADIR%%/input/p880_12_4_1_0_windows.conf -%%DATADIR%%/input/playstation_r_3_controller_19_4_0_0_macosx.conf -%%DATADIR%%/input/ps3_usb_cordless_gamepad_13_4_1_0_macosx.conf -%%DATADIR%%/input/ps3_usb_cordless_gamepad_13_4_1_0_windows.conf -%%DATADIR%%/input/saitek/dual_analog_gamepad.ini -%%DATADIR%%/input/saitek/p880.ini -%%DATADIR%%/input/sony/computer_entertainment_wireless_inputdevice.ini -%%DATADIR%%/input/sony/playstation_r_3_controller.ini -%%DATADIR%%/input/sony/playstation_r_3_inputdevice.ini -%%DATADIR%%/input/speed_link_competition_pro_4_2_0_0_windows.conf -%%DATADIR%%/input/thrustmaster/2_in_1_dt.ini -%%DATADIR%%/input/thrustmaster/t_mini_wireless.ini -%%DATADIR%%/input/universal_gamepad.ini -%%DATADIR%%/input/unknown.ini -%%DATADIR%%/input/wisegroup_ltd/mp_8866_dual_usb_joypad.ini -%%DATADIR%%/input/wisegroup_ltd/tigergame_ps_ps2_game_controller_adapter.ini -%%DATADIR%%/input/xgaming/x_arcade.ini -%%DATADIR%%/input/xgaming/x_arcade_right.ini -%%DATADIR%%/item_background.png -%%DATADIR%%/led-bars-edge/audio_led_1.png -%%DATADIR%%/led-bars-edge/audio_led_2.png -%%DATADIR%%/led-bars-edge/audio_led_3.png -%%DATADIR%%/led-bars-edge/cd_led_1.png -%%DATADIR%%/led-bars-edge/cd_led_2.png -%%DATADIR%%/led-bars-edge/df0_led_1.png -%%DATADIR%%/led-bars-edge/df0_led_2.png -%%DATADIR%%/led-bars-edge/df1_led_1.png -%%DATADIR%%/led-bars-edge/df1_led_2.png -%%DATADIR%%/led-bars-edge/df2_led_1.png -%%DATADIR%%/led-bars-edge/df2_led_2.png -%%DATADIR%%/led-bars-edge/df3_led_1.png -%%DATADIR%%/led-bars-edge/df3_led_2.png -%%DATADIR%%/led-bars-edge/digit_0.png -%%DATADIR%%/led-bars-edge/digit_1.png -%%DATADIR%%/led-bars-edge/digit_10.png -%%DATADIR%%/led-bars-edge/digit_2.png -%%DATADIR%%/led-bars-edge/digit_3.png -%%DATADIR%%/led-bars-edge/digit_4.png -%%DATADIR%%/led-bars-edge/digit_5.png -%%DATADIR%%/led-bars-edge/digit_6.png -%%DATADIR%%/led-bars-edge/digit_7.png -%%DATADIR%%/led-bars-edge/digit_8.png -%%DATADIR%%/led-bars-edge/digit_9.png -%%DATADIR%%/led-bars-edge/fps_led_1.png -%%DATADIR%%/led-bars-edge/fps_led_2.png -%%DATADIR%%/led-bars-edge/fps_led_3.png -%%DATADIR%%/led-bars-edge/hd_led_1.png -%%DATADIR%%/led-bars-edge/hd_led_2.png -%%DATADIR%%/led-bars-edge/md_led_1.png -%%DATADIR%%/led-bars-edge/md_led_2.png -%%DATADIR%%/led-bars-edge/power_led_0.png -%%DATADIR%%/led-bars-edge/power_led_1.png -%%DATADIR%%/led-bars-edge/theme.conf -%%DATADIR%%/led-bars-edge/top_left_overlay.png -%%DATADIR%%/led-bars-edge/top_right_overlay.png -%%DATADIR%%/led-bars-edge/vsync_led_1.png -%%DATADIR%%/led-bars-edge/vsync_led_2.png -%%DATADIR%%/led-bars-edge/vsync_led_3.png -%%DATADIR%%/menu_arrow.png -%%DATADIR%%/menu_fade_item.png -%%DATADIR%%/menu_fade_selected_item.png -%%DATADIR%%/menu_font.png -%%DATADIR%%/pause_indicator.png -%%DATADIR%%/shaders/atari-color-fix.shader -%%DATADIR%%/shaders/crt.shader -%%DATADIR%%/shaders/curvature.shader -%%DATADIR%%/shaders/edge-detection.shader -%%DATADIR%%/shaders/hard-light-bloom-gamma.shader -%%DATADIR%%/shaders/hard-light-bloom.shader -%%DATADIR%%/shaders/hard-light.shader -%%DATADIR%%/shaders/heavybloom.shader -%%DATADIR%%/shaders/horizontal-blur.shader -%%DATADIR%%/shaders/hq2x.shader -%%DATADIR%%/shaders/lanczos-6tap.shader -%%DATADIR%%/shaders/scale2x.shader -%%DATADIR%%/shaders/scale4xhq.shader -%%DATADIR%%/shaders/scanline-3x.shader -%%DATADIR%%/shaders/scanline-4x.shader -%%DATADIR%%/shaders/scanlines-classic.shader -%%DATADIR%%/shaders/scanlines-nonlinear-blur.shader -%%DATADIR%%/shaders/scanlines-nonlinear.shader -%%DATADIR%%/shaders/screenlines-nonlinear-blur-hsl-thick.shader -%%DATADIR%%/shaders/screenlines-nonlinear-blur-hsl.shader -%%DATADIR%%/shaders/screenlines-nonlinear-blur-thick.shader -%%DATADIR%%/shaders/screenlines-nonlinear-blur.shader -%%DATADIR%%/shaders/screenlines-nonlinear.shader -%%DATADIR%%/shaders/simplebloom.shader -%%DATADIR%%/shaders/test-gamma-screenlines.shader -%%DATADIR%%/shaders/test-gamma.shader -%%DATADIR%%/shaders/test.shader -%%DATADIR%%/shaders/testbloom-2.shader -%%DATADIR%%/shaders/testbloom.shader +%%DATADIR%%/fs-uae.dat %%DATADIR%%/share-dir -%%DATADIR%%/sidebar.png -%%DATADIR%%/sidebar_edge.png -%%DATADIR%%/stretch.png -%%DATADIR%%/theme.conf -%%DATADIR%%/title_font.png -%%DATADIR%%/top_item_background.png -%%DATADIR%%/ubuntu_12_04/heading_strip.png -%%DATADIR%%/ubuntu_12_04/item_background.png -%%DATADIR%%/ubuntu_12_04/sidebar.png -%%DATADIR%%/ubuntu_12_04/sidebar_edge.png -%%DATADIR%%/ubuntu_12_04/theme.conf -%%DATADIR%%/ubuntu_12_04/top_item_background.png -%%DATADIR%%/volume.png -%%DATADIR%%/volume_muted.png share/icons/hicolor/128x128/apps/fs-uae.png share/icons/hicolor/16x16/apps/fs-uae.png +share/icons/hicolor/22x22/apps/fs-uae.png +share/icons/hicolor/24x24/apps/fs-uae.png share/icons/hicolor/256x256/apps/fs-uae.png share/icons/hicolor/32x32/apps/fs-uae.png share/icons/hicolor/48x48/apps/fs-uae.png @@ -206,12 +16,18 @@ share/icons/hicolor/64x64/apps/fs-uae.png share/locale/cs/LC_MESSAGES/fs-uae.mo share/locale/da/LC_MESSAGES/fs-uae.mo share/locale/de/LC_MESSAGES/fs-uae.mo +share/locale/eo/LC_MESSAGES/fs-uae.mo share/locale/es/LC_MESSAGES/fs-uae.mo share/locale/fi/LC_MESSAGES/fs-uae.mo share/locale/fr/LC_MESSAGES/fs-uae.mo +share/locale/hu/LC_MESSAGES/fs-uae.mo share/locale/it/LC_MESSAGES/fs-uae.mo share/locale/nb/LC_MESSAGES/fs-uae.mo +share/locale/nl/LC_MESSAGES/fs-uae.mo share/locale/pl/LC_MESSAGES/fs-uae.mo share/locale/pt/LC_MESSAGES/fs-uae.mo +share/locale/pt_BR/LC_MESSAGES/fs-uae.mo share/locale/sr/LC_MESSAGES/fs-uae.mo +share/locale/sv/LC_MESSAGES/fs-uae.mo share/locale/tr/LC_MESSAGES/fs-uae.mo +share/mime/packages/fs-uae.xml From owner-svn-ports-all@freebsd.org Sat Dec 8 18:08:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC2DF1324923; Sat, 8 Dec 2018 18:08:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71EAF89522; Sat, 8 Dec 2018 18:08:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F3F225939; Sat, 8 Dec 2018 18:08:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8I8Atv070603; Sat, 8 Dec 2018 18:08:10 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8I88qW070593; Sat, 8 Dec 2018 18:08:08 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812081808.wB8I88qW070593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Dec 2018 18:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486970 - in head/net/ndisc6: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net/ndisc6: . files X-SVN-Commit-Revision: 486970 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 71EAF89522 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.992,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:08:11 -0000 Author: swills Date: Sat Dec 8 18:08:08 2018 New Revision: 486970 URL: https://svnweb.freebsd.org/changeset/ports/486970 Log: net/ndisc6 update to 1.0.3 PR: 233854 Submitted by: m.tsatsenko@gmail.com (maintainer) Added: head/net/ndisc6/files/patch-src_tcpspray.c (contents, props changed) - copied, changed from r486969, head/net/ndisc6/files/patch-patch-src__tcpspray.c Deleted: head/net/ndisc6/files/patch-patch-src__tcpspray.c Modified: head/net/ndisc6/Makefile (contents, props changed) head/net/ndisc6/distinfo (contents, props changed) head/net/ndisc6/files/patch-configure (contents, props changed) head/net/ndisc6/files/patch-rdnssd__merge-hook.in (contents, props changed) head/net/ndisc6/files/patch-rdnssd__rdnssd.c (contents, props changed) head/net/ndisc6/files/patch-rdnssd__rdnssd.h (contents, props changed) head/net/ndisc6/files/patch-src-ndisc.c (contents, props changed) head/net/ndisc6/pkg-plist (contents, props changed) Modified: head/net/ndisc6/Makefile ============================================================================== --- head/net/ndisc6/Makefile Sat Dec 8 18:00:22 2018 (r486969) +++ head/net/ndisc6/Makefile Sat Dec 8 18:08:08 2018 (r486970) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ndisc6 -PORTVERSION= 1.0.2 -PORTREVISION= 6 +PORTVERSION= 1.0.3 CATEGORIES= net ipv6 MASTER_SITES= http://www.remlab.net/files/ndisc6/ \ http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/ @@ -15,6 +14,7 @@ LICENSE= GPLv2 USES= tar:bzip2 perl5 USE_GCC= any + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-suid-install --localstatedir="${PREFIX}/var" CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl @@ -24,17 +24,11 @@ LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -LDFLAGS+= -lintl -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +NLS_LDFLAGS= -lintl USE_RC_SUBR= rdnssd Modified: head/net/ndisc6/distinfo ============================================================================== --- head/net/ndisc6/distinfo Sat Dec 8 18:00:22 2018 (r486969) +++ head/net/ndisc6/distinfo Sat Dec 8 18:08:08 2018 (r486970) @@ -1,2 +1,3 @@ -SHA256 (ndisc6-1.0.2.tar.bz2) = 6acec8a0cb9efa3ac98456f46c3016aeec0598b0c7557c95242b5228ad62ca7a -SIZE (ndisc6-1.0.2.tar.bz2) = 239249 +TIMESTAMP = 1542928199 +SHA256 (ndisc6-1.0.3.tar.bz2) = 0f41d6caf5f2edc1a12924956ae8b1d372e3b426bd7b11eed7d38bc974eec821 +SIZE (ndisc6-1.0.3.tar.bz2) = 260294 Modified: head/net/ndisc6/files/patch-configure ============================================================================== --- head/net/ndisc6/files/patch-configure Sat Dec 8 18:00:22 2018 (r486969) +++ head/net/ndisc6/files/patch-configure Sat Dec 8 18:08:08 2018 (r486970) @@ -1,6 +1,6 @@ ---- configure.orig 2011-04-24 02:27:27.000000000 +0400 -+++ configure 2011-04-24 02:29:19.000000000 +0400 -@@ -5483,7 +5483,7 @@ +--- configure.orig 2014-12-14 10:09:45 UTC ++++ configure +@@ -5713,7 +5713,7 @@ fi if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in @@ -9,8 +9,8 @@ esac fi fi -@@ -5527,7 +5527,7 @@ - if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then +@@ -5759,7 +5759,7 @@ fi + || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in - linux* | gnu* | k*bsd*-gnu) haveit=yes;; @@ -18,7 +18,7 @@ esac fi fi -@@ -6288,7 +6288,7 @@ +@@ -6597,7 +6597,7 @@ fi if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in @@ -27,8 +27,8 @@ esac fi fi -@@ -6332,7 +6332,7 @@ - if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then +@@ -6643,7 +6643,7 @@ fi + || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in - linux* | gnu* | k*bsd*-gnu) haveit=yes;; @@ -36,4 +36,3 @@ esac fi fi - Modified: head/net/ndisc6/files/patch-rdnssd__merge-hook.in ============================================================================== --- head/net/ndisc6/files/patch-rdnssd__merge-hook.in Sat Dec 8 18:00:22 2018 (r486969) +++ head/net/ndisc6/files/patch-rdnssd__merge-hook.in Sat Dec 8 18:08:08 2018 (r486970) @@ -1,6 +1,6 @@ ---- rdnssd/merge-hook.in.orig 2011-09-30 17:29:15.000000000 +0200 -+++ rdnssd/merge-hook.in 2011-09-30 17:29:53.000000000 +0200 -@@ -21,7 +21,7 @@ +--- rdnssd/merge-hook.in.orig 2014-12-14 10:13:57 UTC ++++ rdnssd/merge-hook.in +@@ -19,7 +19,7 @@ set -e @@ -9,7 +9,7 @@ # Max number of nameserver options taken into account. Should be as # defined in -@@ -33,14 +33,14 @@ +@@ -31,14 +31,14 @@ MAXNS=3 # will limit the IPv6 entries it adds to $RDNSS_LIMIT only. RDNSS_LIMIT=$(($MAXNS - 1)) Modified: head/net/ndisc6/files/patch-rdnssd__rdnssd.c ============================================================================== --- head/net/ndisc6/files/patch-rdnssd__rdnssd.c Sat Dec 8 18:00:22 2018 (r486969) +++ head/net/ndisc6/files/patch-rdnssd__rdnssd.c Sat Dec 8 18:08:08 2018 (r486970) @@ -1,6 +1,6 @@ ---- rdnssd/rdnssd.c.orig 2011-09-10 14:20:44.451134584 +0400 -+++ rdnssd/rdnssd.c 2011-09-10 14:21:09.758658207 +0400 -@@ -29,6 +29,7 @@ +--- rdnssd/rdnssd.c.orig 2014-12-14 10:39:28 UTC ++++ rdnssd/rdnssd.c +@@ -28,6 +28,7 @@ #include #include #include Modified: head/net/ndisc6/files/patch-rdnssd__rdnssd.h ============================================================================== --- head/net/ndisc6/files/patch-rdnssd__rdnssd.h Sat Dec 8 18:00:22 2018 (r486969) +++ head/net/ndisc6/files/patch-rdnssd__rdnssd.h Sat Dec 8 18:08:08 2018 (r486970) @@ -1,16 +1,25 @@ ---- rdnssd/rdnssd.h.orig 2011-07-23 01:03:38.000000000 +0400 -+++ rdnssd/rdnssd.h 2011-07-23 01:03:56.000000000 +0400 -@@ -32,15 +32,6 @@ - /* Belongs in */ +--- rdnssd/rdnssd.h.orig 2011-10-17 15:35:11 UTC ++++ rdnssd/rdnssd.h +@@ -32,24 +32,6 @@ extern const rdnss_src_t rdnss_netlink, #define ND_OPT_RDNSS 25 + #define ND_OPT_DNSSL 31 -struct nd_opt_rdnss -{ - uint8_t nd_opt_rdnss_type; - uint8_t nd_opt_rdnss_len; -- uint16_t nd_opt_rdnss_resserved1; +- uint16_t nd_opt_rdnss_reserved; - uint32_t nd_opt_rdnss_lifetime; - /* followed by one or more IPv6 addresses */ +-}; +- +-struct nd_opt_dnssl +-{ +- uint8_t nd_opt_dnssl_type; +- uint8_t nd_opt_dnssl_len; +- uint16_t nd_opt_dnssl_reserved; +- uint32_t nd_opt_dnssl_lifetime; +- /* followed by one or more domain names */ -}; - # ifdef __cplusplus Modified: head/net/ndisc6/files/patch-src-ndisc.c ============================================================================== --- head/net/ndisc6/files/patch-src-ndisc.c Sat Dec 8 18:00:22 2018 (r486969) +++ head/net/ndisc6/files/patch-src-ndisc.c Sat Dec 8 18:08:08 2018 (r486970) @@ -1,6 +1,6 @@ ---- src/ndisc.c.orig 2011-09-10 14:17:49.714181834 +0400 -+++ src/ndisc.c 2011-09-10 14:17:51.893973268 +0400 -@@ -441,7 +441,7 @@ +--- src/ndisc.c.orig 2014-12-14 10:39:28 UTC ++++ src/ndisc.c +@@ -532,7 +532,7 @@ parseadv (const uint8_t *buf, size_t len printf (_("Stateful other conf. : %3s\n"), gettext ((v & ND_RA_FLAG_OTHER) ? N_ ("Yes") : N_("No"))); printf (_("Mobile home agent : %3s\n"), Copied and modified: head/net/ndisc6/files/patch-src_tcpspray.c (from r486969, head/net/ndisc6/files/patch-patch-src__tcpspray.c) ============================================================================== --- head/net/ndisc6/files/patch-patch-src__tcpspray.c Sat Dec 8 18:00:22 2018 (r486969, copy source) +++ head/net/ndisc6/files/patch-src_tcpspray.c Sat Dec 8 18:08:08 2018 (r486970) @@ -1,6 +1,6 @@ ---- src/tcpspray.c.orig 2010-05-01 01:08:34.000000000 -0700 -+++ src/tcpspray.c 2015-02-15 15:56:55.904785304 -0800 -@@ -34,6 +34,7 @@ +--- src/tcpspray.c.orig 2011-09-22 16:00:30 UTC ++++ src/tcpspray.c +@@ -33,6 +33,7 @@ # define SIZE_MAX SIZE_T_MAX // FreeBSD 4.x workaround #endif #include Modified: head/net/ndisc6/pkg-plist ============================================================================== --- head/net/ndisc6/pkg-plist Sat Dec 8 18:00:22 2018 (r486969) +++ head/net/ndisc6/pkg-plist Sat Dec 8 18:08:08 2018 (r486970) @@ -24,6 +24,7 @@ sbin/tracert6 %%NLS%%share/locale/cs/LC_MESSAGES/ndisc6.mo %%NLS%%share/locale/de/LC_MESSAGES/ndisc6.mo %%NLS%%share/locale/en/LC_MESSAGES/ndisc6.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/ndisc6.mo %%NLS%%share/locale/fr/LC_MESSAGES/ndisc6.mo @owner nobody @dir var/run/rdnssd From owner-svn-ports-all@freebsd.org Sat Dec 8 18:27:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB0421325113; Sat, 8 Dec 2018 18:27:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8668989DFE; Sat, 8 Dec 2018 18:27:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6220E25C9C; Sat, 8 Dec 2018 18:27:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8IRqCn080986; Sat, 8 Dec 2018 18:27:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8IRpQ7080982; Sat, 8 Dec 2018 18:27:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812081827.wB8IRpQ7080982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Dec 2018 18:27:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486971 - in head/graphics/blender: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/graphics/blender: . files X-SVN-Commit-Revision: 486971 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8668989DFE X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.992,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:27:53 -0000 Author: pi Date: Sat Dec 8 18:27:51 2018 New Revision: 486971 URL: https://svnweb.freebsd.org/changeset/ports/486971 Log: graphics/blender: Changes to adapt to updated dependencies - Changes needed for blender to work with OSL 1.10.x - Switch to using llvm60 and patch included osl scripts. - Also includes support for opencollada >= 1.6.65 PR: 225942 Submitted by: Shane Ambler Added: head/graphics/blender/files/patch-osl110 (contents, props changed) head/graphics/blender/files/patch-source_blender_collada_DocumentImporter.cpp (contents, props changed) head/graphics/blender/files/patch-source_blender_collada_DocumentImporter.h (contents, props changed) Modified: head/graphics/blender/Makefile Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Sat Dec 8 18:08:08 2018 (r486970) +++ head/graphics/blender/Makefile Sat Dec 8 18:27:51 2018 (r486971) @@ -24,8 +24,7 @@ RUN_DEPENDS= ${PYNUMPY} # libraries are used, if either of the most common options in blender # are set. We will pull boost in just to be on the safe side. -# 10.4 fails to build with clang3.4 so we want to use clang50 -# clang50 is already in place for opengl +# USES=compiler is needed to support gcc built archs USES= cmake:outsource compiler:c++14-lang desktop-file-utils \ jpeg python:3.5 shebangfix USE_XORG= x11 xext xfixes xmu xrender @@ -69,10 +68,10 @@ CYCLES_CMAKE_BOOL= WITH_CYCLES CYCLESOSL_IMPLIES= CYCLES CYCLESOSL_CMAKE_BOOL= WITH_CYCLES_OSL WITH_LLVM CYCLESOSL_CMAKE_ON= -DLLVM_STATIC:BOOL=OFF \ - -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config40" -CYCLESOSL_BUILD_DEPENDS= llvm-config40:devel/llvm40 + -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config60" +CYCLESOSL_BUILD_DEPENDS= llvm-config60:devel/llvm60 CYCLESOSL_LIB_DEPENDS= liboslcomp.so:graphics/openshadinglanguage -CYCLESOSL_RUN_DEPENDS= llvm-config40:devel/llvm40 +CYCLESOSL_RUN_DEPENDS= llvm-config60:devel/llvm60 DDS_CMAKE_BOOL= WITH_IMAGE_DDS FFMPEG_CMAKE_BOOL= WITH_CODEC_FFMPEG FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg Added: head/graphics/blender/files/patch-osl110 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/blender/files/patch-osl110 Sat Dec 8 18:27:51 2018 (r486971) @@ -0,0 +1,168 @@ +--- intern/cycles/kernel/shaders/node_brick_texture.osl.orig 2018-12-03 16:56:43 UTC ++++ intern/cycles/kernel/shaders/node_brick_texture.osl +@@ -19,10 +19,10 @@ + + /* Brick */ + +-float brick_noise(int n) /* fast integer noise */ ++float brick_noise(int ns) /* fast integer noise */ + { + int nn; +- n = (n + 1013) & 2147483647; ++ int n = (ns + 1013) & 2147483647; + n = (n >> 13) ^ n; + nn = (n * (n * n * 60493 + 19990303) + 1376312589) & 2147483647; + return 0.5 * ((float)nn / 1073741824.0); +@@ -30,7 +30,7 @@ float brick_noise(int n) /* fast integer noise */ + + float brick(point p, float mortar_size, float mortar_smooth, float bias, + float BrickWidth, float row_height, float offset_amount, int offset_frequency, +- float squash_amount, int squash_frequency, float tint) ++ float squash_amount, int squash_frequency, output float tint) + { + int bricknum, rownum; + float offset = 0.0; +--- intern/cycles/kernel/shaders/node_checker_texture.osl.orig 2018-12-03 16:56:43 UTC ++++ intern/cycles/kernel/shaders/node_checker_texture.osl +@@ -19,11 +19,12 @@ + + /* Checker */ + +-float checker(point p) ++float checker(point ip) + { +- p[0] = (p[0] + 0.000001) * 0.999999; +- p[1] = (p[1] + 0.000001) * 0.999999; +- p[2] = (p[2] + 0.000001) * 0.999999; ++ point p; ++ p[0] = (ip[0] + 0.000001) * 0.999999; ++ p[1] = (ip[1] + 0.000001) * 0.999999; ++ p[2] = (ip[2] + 0.000001) * 0.999999; + + int xi = (int)fabs(floor(p[0])); + int yi = (int)fabs(floor(p[1])); +--- intern/cycles/kernel/shaders/node_environment_texture.osl.orig 2018-12-03 16:56:43 UTC ++++ intern/cycles/kernel/shaders/node_environment_texture.osl +@@ -25,8 +25,9 @@ vector environment_texture_direction_to_equirectangular(vector dir) + return vector(u, v, 0.0); + } + +-vector environment_texture_direction_to_mirrorball(vector dir) ++vector environment_texture_direction_to_mirrorball(vector idir) + { ++ vector dir = idir; + dir[1] -= 1.0; + + float div = 2.0 * sqrt(max(-0.5 * dir[1], 0.0)); +--- intern/cycles/kernel/shaders/node_musgrave_texture.osl.orig 2018-12-03 16:56:43 UTC ++++ intern/cycles/kernel/shaders/node_musgrave_texture.osl +@@ -26,13 +26,14 @@ + * from "Texturing and Modelling: A procedural approach" + */ + +-float noise_musgrave_fBm(point p, float H, float lacunarity, float octaves) ++float noise_musgrave_fBm(point ip, float H, float lacunarity, float octaves) + { + float rmd; + float value = 0.0; + float pwr = 1.0; + float pwHL = pow(lacunarity, -H); + int i; ++ point p = ip; + + for (i = 0; i < (int)octaves; i++) { + value += safe_noise(p, "signed") * pwr; +@@ -54,13 +55,14 @@ float noise_musgrave_fBm(point p, float H, float lacunarity, float octaves) + * octaves: number of frequencies in the fBm + */ + +-float noise_musgrave_multi_fractal(point p, float H, float lacunarity, float octaves) ++float noise_musgrave_multi_fractal(point ip, float H, float lacunarity, float octaves) + { + float rmd; + float value = 1.0; + float pwr = 1.0; + float pwHL = pow(lacunarity, -H); + int i; ++ point p = ip; + + for (i = 0; i < (int)octaves; i++) { + value *= (pwr * safe_noise(p, "signed") + 1.0); +@@ -83,12 +85,13 @@ float noise_musgrave_multi_fractal(point p, float H, float lacunarity, float oct + * offset: raises the terrain from `sea level' + */ + +-float noise_musgrave_hetero_terrain(point p, float H, float lacunarity, float octaves, float offset) ++float noise_musgrave_hetero_terrain(point ip, float H, float lacunarity, float octaves, float offset) + { + float value, increment, rmd; + float pwHL = pow(lacunarity, -H); + float pwr = pwHL; + int i; ++ point p = ip; + + /* first unscaled octave of function; later octaves are scaled */ + value = offset + safe_noise(p, "signed"); +@@ -118,13 +121,14 @@ float noise_musgrave_hetero_terrain(point p, float H, float lacunarity, float oc + * offset: raises the terrain from `sea level' + */ + +-float noise_musgrave_hybrid_multi_fractal(point p, float H, float lacunarity, ++float noise_musgrave_hybrid_multi_fractal(point ip, float H, float lacunarity, + float octaves, float offset, float gain) + { + float result, signal, weight, rmd; + float pwHL = pow(lacunarity, -H); + float pwr = pwHL; + int i; ++ point p = ip; + + result = safe_noise(p, "signed") + offset; + weight = gain * result; +@@ -156,13 +160,14 @@ float noise_musgrave_hybrid_multi_fractal(point p, float H, float lacunarity, + * offset: raises the terrain from `sea level' + */ + +-float noise_musgrave_ridged_multi_fractal(point p, float H, float lacunarity, ++float noise_musgrave_ridged_multi_fractal(point ip, float H, float lacunarity, + float octaves, float offset, float gain) + { + float result, signal, weight; + float pwHL = pow(lacunarity, -H); + float pwr = pwHL; + int i; ++ point p = ip; + + signal = offset - fabs(safe_noise(p, "signed")); + signal *= signal; +--- intern/cycles/kernel/shaders/node_noise_texture.osl.orig 2018-12-03 16:56:43 UTC ++++ intern/cycles/kernel/shaders/node_noise_texture.osl +@@ -19,9 +19,10 @@ + + /* Noise */ + +-float noise(point p, float distortion, float detail, float fac, color Color) ++float noise(point ip, float distortion, float detail, output color Color) + { + point r; ++ point p = ip; + int hard = 0; + + if (distortion != 0.0) { +@@ -32,7 +33,7 @@ float noise(point p, float distortion, float detail, float fac, color Color) + p += r; + } + +- fac = noise_turbulence(p, detail, hard); ++ float fac = noise_turbulence(p, detail, hard); + + Color = color(fac, noise_turbulence(point(p[1], p[0], p[2]), detail, hard), + noise_turbulence(point(p[1], p[2], p[0]), detail, hard)); +@@ -55,6 +56,6 @@ shader node_noise_texture( + if (use_mapping) + p = transform(mapping, p); + +- Fac = noise(p * Scale, Distortion, Detail, Fac, Color); ++ Fac = noise(p * Scale, Distortion, Detail, Color); + } + Added: head/graphics/blender/files/patch-source_blender_collada_DocumentImporter.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/blender/files/patch-source_blender_collada_DocumentImporter.cpp Sat Dec 8 18:27:51 2018 (r486971) @@ -0,0 +1,14 @@ +--- source/blender/collada/DocumentImporter.cpp.orig 2018-12-03 07:38:07 UTC ++++ source/blender/collada/DocumentImporter.cpp +@@ -1340,6 +1340,11 @@ bool DocumentImporter::writeAnimationLis + return anim_importer.write_animation_list(animationList); + } + ++bool DocumentImporter::writeAnimationClip(const COLLADAFW::AnimationClip *AnimationClip) ++{ ++ return true; ++} ++ + /** When this method is called, the writer must write the skin controller data. + * \return The writer should return true, if writing succeeded, false otherwise.*/ + bool DocumentImporter::writeSkinControllerData(const COLLADAFW::SkinControllerData *skin) Added: head/graphics/blender/files/patch-source_blender_collada_DocumentImporter.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/blender/files/patch-source_blender_collada_DocumentImporter.h Sat Dec 8 18:27:51 2018 (r486971) @@ -0,0 +1,11 @@ +--- source/blender/collada/DocumentImporter.h.orig 2018-12-03 07:38:12 UTC ++++ source/blender/collada/DocumentImporter.h +@@ -107,6 +107,8 @@ public: + bool writeAnimation(const COLLADAFW::Animation*); + + bool writeAnimationList(const COLLADAFW::AnimationList*); ++ ++ bool writeAnimationClip( const COLLADAFW::AnimationClip* ); + + bool writeGeometry(const COLLADAFW::Geometry*); + From owner-svn-ports-all@freebsd.org Sat Dec 8 18:28:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2AC713251A8; Sat, 8 Dec 2018 18:28:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4773C89F01; Sat, 8 Dec 2018 18:28:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2768C25C9F; Sat, 8 Dec 2018 18:28:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8ISmXs081186; Sat, 8 Dec 2018 18:28:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8ISlBF081180; Sat, 8 Dec 2018 18:28:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812081828.wB8ISlBF081180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 18:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486972 - in head/audio/tuxguitar: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio/tuxguitar: . files X-SVN-Commit-Revision: 486972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4773C89F01 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:28:48 -0000 Author: yuri Date: Sat Dec 8 18:28:47 2018 New Revision: 486972 URL: https://svnweb.freebsd.org/changeset/ports/486972 Log: audio/tuxguitar: Several changes Port changes: * Remove unnecesary -Dos.name={os-name} passed to Java VM * Remove Gecko * Remove the browser-ftp plugin * Share the soundfont with FluidSynth, update pkg-message accordingly PR: 196036 Submitted by: Reuben Kebreau (-Dos.name= removal) Submitted by: w.schwarzenfeld@utanet.at (Gecko/browser-ftp removal) Modified: head/audio/tuxguitar/Makefile head/audio/tuxguitar/files/pkg-message.in head/audio/tuxguitar/files/tuxguitar.in head/audio/tuxguitar/pkg-plist Modified: head/audio/tuxguitar/Makefile ============================================================================== --- head/audio/tuxguitar/Makefile Sat Dec 8 18:27:51 2018 (r486971) +++ head/audio/tuxguitar/Makefile Sat Dec 8 18:28:47 2018 (r486972) @@ -3,7 +3,7 @@ PORTNAME= tuxguitar PORTVERSION= 1.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio java MASTER_SITES= SF/${PORTNAME}/TuxGuitar/TuxGuitar-${PORTVERSION}:src \ LOCAL/gahr/:fluid \ @@ -34,23 +34,23 @@ USES= cpe desktop-file-utils gmake pkgconfig CPE_VENDOR= herac USE_JAVA= yes USE_ANT= yes -WITH_GECKO= libxul USE_LDCONFIG= yes JAVA_VERSION= 1.6+ NOCCACHE= yes WRKSRC_SUBDIR= TuxGuitar +SF2_DIR= ${LOCALBASE}/share/sounds/sf2 OPTIONS_DEFINE= DOCS -PLUGINS= ascii browser-ftp compat converter fluidsynth gervill gtp \ +PLUGINS= ascii compat converter fluidsynth gervill gtp \ jsa lilypond midi musicxml oss pdf ptb tef tray tuner SUB_FILES= pkg-message tuxguitar SUB_LIST= DATADIR=${DATADIR} \ PREFIX=${PREFIX} \ JAVALIBDIR=${JAVALIBDIR} \ - GECKO=${GECKO:S/19//} + SF2_DIR=${SF2_DIR} post-extract: @${CP} ${DISTDIR}/8MBGMSFX.SF2 ${WRKDIR} @@ -105,6 +105,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/../misc/tuxguitar.xpm ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/../misc/tuxguitar.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_MAN} ${WRKSRC}/../misc/tuxguitar.1 ${STAGEDIR}${MANPREFIX}/man/man1 + + # Share soundfont with FluidSynth + @${MKDIR} ${STAGEDIR}${SF2_DIR} + ${RLN} ${STAGEDIR}${DATADIR}/8MBGMSFX.SF2 ${STAGEDIR}${SF2_DIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/audio/tuxguitar/files/pkg-message.in ============================================================================== --- head/audio/tuxguitar/files/pkg-message.in Sat Dec 8 18:27:51 2018 (r486971) +++ head/audio/tuxguitar/files/pkg-message.in Sat Dec 8 18:28:47 2018 (r486972) @@ -1,7 +1,10 @@ +====================================================================== +You installed TuxGuitar: The multitrack tablature editor and player. -SoundFonts for the FluidSynth plugin are available at: +SoundFonts pack 8MBGMSFX.SF2 for the TuxGuitar's FluidSynth plugin +has been shared with FluidSynth. The 8MBGMSFX.SF2 file has been +installed at: - %%DATADIR%%/8MBGMSFX.SF2 +%%SF2_DIR%%/8MBGMSFX.SF2 -Add this path in the FluidSynth plugin configuration to enable them. - +====================================================================== Modified: head/audio/tuxguitar/files/tuxguitar.in ============================================================================== --- head/audio/tuxguitar/files/tuxguitar.in Sat Dec 8 18:27:51 2018 (r486971) +++ head/audio/tuxguitar/files/tuxguitar.in Sat Dec 8 18:28:47 2018 (r486972) @@ -14,11 +14,7 @@ CLASSPATH=${CLASSPATH}:%%JAVALIBDIR%%/itext.jar JAVA_FLAGS="-Xms128m -Xmx128m -cp ${CLASSPATH}" -# We need this because FreeBSD's SWT lacks browser support -SWT_HACK="-Dos.name=linux" - -MOZILLA_FIVE_HOME=%%PREFIX%%/lib/%%GECKO%% java ${SWT_HACK} \ - ${JAVA_FLAGS} \ +MOZILLA_FIVE_HOME=%%PREFIX%%/lib/%%GECKO%% java ${JAVA_FLAGS} \ -cp ${CLASSPATH} \ ${PACKAGE_MAIN} \ "${ARGS}" Modified: head/audio/tuxguitar/pkg-plist ============================================================================== --- head/audio/tuxguitar/pkg-plist Sat Dec 8 18:27:51 2018 (r486971) +++ head/audio/tuxguitar/pkg-plist Sat Dec 8 18:28:47 2018 (r486972) @@ -1,7 +1,14 @@ bin/tuxguitar -man/man1/tuxguitar.1.gz lib/libtuxguitar-fluidsynth-jni.so lib/libtuxguitar-oss-jni.so +man/man1/tuxguitar.1.gz +share/applications/tuxguitar.desktop +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README +share/pixmaps/tuxguitar.xpm +share/sounds/sf2/8MBGMSFX.SF2 %%DATADIR%%/8MBGMSFX.SF2 %%DATADIR%%/help/about.html %%DATADIR%%/help/css/styles.css @@ -81,7 +88,6 @@ lib/libtuxguitar-oss-jni.so %%DATADIR%%/lang/messages_zh_GB.properties %%DATADIR%%/lang/messages_zh_TW.properties %%DATADIR%%/plugins/tuxguitar-ascii.jar -%%DATADIR%%/plugins/tuxguitar-browser-ftp.jar %%DATADIR%%/plugins/tuxguitar-compat.jar %%DATADIR%%/plugins/tuxguitar-converter.jar %%DATADIR%%/plugins/tuxguitar-fluidsynth.jar @@ -510,9 +516,3 @@ lib/libtuxguitar-oss-jni.so %%DATADIR%%/skins/ersplus/transport_stop_2.png %%DATADIR%%/tuxguitar.jar %%DATADIR%%/tuxguitar.tg -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -share/applications/tuxguitar.desktop -share/pixmaps/tuxguitar.xpm From owner-svn-ports-all@freebsd.org Sat Dec 8 18:35:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD91713255E4; Sat, 8 Dec 2018 18:35:31 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71F8E8A54C; Sat, 8 Dec 2018 18:35:31 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 514C725E43; Sat, 8 Dec 2018 18:35:31 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8IZVa8086448; Sat, 8 Dec 2018 18:35:31 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8IZUv5086444; Sat, 8 Dec 2018 18:35:30 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201812081835.wB8IZUv5086444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sat, 8 Dec 2018 18:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486973 - in head/java/openjdk8: . files X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: in head/java/openjdk8: . files X-SVN-Commit-Revision: 486973 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 71F8E8A54C X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.993,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:35:32 -0000 Author: glewis Date: Sat Dec 8 18:35:30 2018 New Revision: 486973 URL: https://svnweb.freebsd.org/changeset/ports/486973 Log: . Update to 8u192. PR: 230364 Deleted: head/java/openjdk8/files/patch-hotspot_make_bsd_makefiles_vm.make Modified: head/java/openjdk8/Makefile head/java/openjdk8/distinfo head/java/openjdk8/files/patch-bsd head/java/openjdk8/files/patch-bsd-test head/java/openjdk8/files/patch-configure head/java/openjdk8/files/patch-jdk-make-lib-Awt2dLibraries.gmk Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Sat Dec 8 18:28:47 2018 (r486972) +++ head/java/openjdk8/Makefile Sat Dec 8 18:35:30 2018 (r486973) @@ -2,7 +2,6 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//} -PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \ https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \ @@ -34,7 +33,8 @@ PATCHFILES= patch-8u05-b13.xz \ patch-8u152-b16.xz \ patch-8u162-b12.xz \ patch-8u172-b11.xz \ - patch-8u181-b13.xz + patch-8u181-b13.xz \ + patch-8u192-b26.xz MAINTAINER= java@FreeBSD.org COMMENT?= Java Development Kit ${JDK_MAJOR_VERSION} @@ -206,8 +206,8 @@ INSTALLDIR= ${PREFIX}/${PKGBASE} NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 8 -JDK_UPDATE_VERSION= 181 -JDK_BUILD_NUMBER= 13 +JDK_UPDATE_VERSION= 192 +JDK_BUILD_NUMBER= 26 DIST_BUILD_NUMBER= 132 JTREG_VERSION= 4.1 JTREG_BUILD_NUMBER= b08 Modified: head/java/openjdk8/distinfo ============================================================================== --- head/java/openjdk8/distinfo Sat Dec 8 18:28:47 2018 (r486972) +++ head/java/openjdk8/distinfo Sat Dec 8 18:35:30 2018 (r486973) @@ -49,3 +49,5 @@ SHA256 (patch-8u172-b11.xz) = e338a1dc63cc08f9227d685e SIZE (patch-8u172-b11.xz) = 146716 SHA256 (patch-8u181-b13.xz) = 4cd0f5a04b72ad6c4ef73807d6a42e141394f5c38cee8ce11c0159a080073839 SIZE (patch-8u181-b13.xz) = 69096 +SHA256 (patch-8u192-b26.xz) = 5bfa782ec2af8ddc6aed3e8de81cc37c7f375ebad650341d1ce74956c82a411e +SIZE (patch-8u192-b26.xz) = 284164 Modified: head/java/openjdk8/files/patch-bsd ============================================================================== --- head/java/openjdk8/files/patch-bsd Sat Dec 8 18:28:47 2018 (r486972) +++ head/java/openjdk8/files/patch-bsd Sat Dec 8 18:35:30 2018 (r486973) @@ -1,5 +1,5 @@ ---- ./common/autoconf/build-performance.m4 Sat Jun 23 21:01:22 2018 -0700 -+++ ./common/autoconf/build-performance.m4 Mon Sep 03 11:10:31 2018 -0700 +--- ./common/autoconf/build-performance.m4 Sat Oct 06 10:24:47 2018 +0100 ++++ ./common/autoconf/build-performance.m4 Sat Dec 01 12:25:45 2018 -0800 @@ -41,6 +41,10 @@ # Looks like a MacOSX system NUM_CORES=`/usr/sbin/system_profiler -detailLevel full SPHardwareDataType | grep 'Cores' | awk '{print [$]5}'` @@ -27,7 +27,7 @@ elif test "x$OPENJDK_BUILD_OS" = xwindows; then # Windows, but without cygwin MEMORY_SIZE=`wmic computersystem get totalphysicalmemory -value | grep = | cut -d "=" -f 2-` -@@ -199,8 +212,8 @@ +@@ -209,8 +222,8 @@ # Only use ccache if it is 3.1.4 or later, which supports # precompiled headers. AC_MSG_CHECKING([if ccache supports precompiled headers]) @@ -37,10 +37,66 @@ + if test "x$HAS_GOOD_CCACHE" = xyes; then AC_MSG_RESULT([no, disabling ccache]) CCACHE= - else ---- ./common/autoconf/generated-configure.sh Sat Jun 23 21:01:22 2018 -0700 -+++ ./common/autoconf/generated-configure.sh Mon Sep 03 11:10:31 2018 -0700 -@@ -646,6 +646,8 @@ + CCACHE_STATUS="disabled" +--- ./common/autoconf/flags.m4 Sat Oct 06 10:24:47 2018 +0100 ++++ ./common/autoconf/flags.m4 Sat Dec 01 12:25:45 2018 -0800 +@@ -154,7 +154,7 @@ + # How to compile shared libraries. + # + +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + PICFLAG="-fPIC" + C_FLAG_REORDER='' + CXX_FLAG_REORDER='' +@@ -266,7 +266,7 @@ + # fi + + # Generate make dependency files +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + C_FLAG_DEPS="-MMD -MF" + elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then + C_FLAG_DEPS="-xMMD -xMF" +@@ -278,7 +278,7 @@ + AC_SUBST(CXX_FLAG_DEPS) + + # Debug symbols +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + if test "x$OPENJDK_TARGET_CPU_BITS" = "x64" && test "x$DEBUG_LEVEL" = "xfastdebug"; then + CFLAGS_DEBUG_SYMBOLS="-g1" + CXXFLAGS_DEBUG_SYMBOLS="-g1" +@@ -327,7 +327,7 @@ + else + # The remaining toolchains share opt flags between CC and CXX; + # setup for C and duplicate afterwards. +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + if test "x$OPENJDK_TARGET_OS" = xmacosx; then + # On MacOSX we optimize for size, something + # we should do for all platforms? +@@ -431,7 +431,7 @@ + + # Setup compiler/platform specific flags to CFLAGS_JDK, + # CXXFLAGS_JDK and CCXXFLAGS_JDK (common to C and CXX?) +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + # these options are used for both C and C++ compiles + CCXXFLAGS_JDK="$CCXXFLAGS $CCXXFLAGS_JDK -Wall -Wno-parentheses -Wextra -Wno-unused -Wno-unused-parameter -Wformat=2 \ + -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE" +@@ -633,7 +633,7 @@ + fi + LDFLAGS_JDKEXE="${LDFLAGS_JDK} /STACK:$LDFLAGS_STACK_SIZE" + else +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + # If this is a --hash-style=gnu system, use --hash-style=both, why? + # We have previously set HAS_GNU_HASH if this is the case + if test -n "$HAS_GNU_HASH"; then +--- ./common/autoconf/generated-configure.sh Sat Oct 06 10:24:47 2018 +0100 ++++ ./common/autoconf/generated-configure.sh Sat Dec 01 12:25:45 2018 -0800 +@@ -654,6 +654,8 @@ LIBM LIBZIP_CAN_USE_MMAP USE_EXTERNAL_LIBZ @@ -49,7 +105,7 @@ USE_EXTERNAL_LIBGIF USE_EXTERNAL_LIBJPEG ALSA_LIBS -@@ -824,6 +826,7 @@ +@@ -837,6 +839,7 @@ JDK_MAJOR_VERSION USER_RELEASE_SUFFIX COMPRESS_JARS @@ -57,15 +113,15 @@ UNLIMITED_CRYPTO CACERTS_FILE TEST_IN_BUILD -@@ -900,6 +903,7 @@ - OPENJDK_TARGET_CPU_ARCH +@@ -914,6 +917,7 @@ OPENJDK_TARGET_CPU + OPENJDK_TARGET_OS_ENV OPENJDK_TARGET_OS_API +OPENJDK_TARGET_OS_VENDOR OPENJDK_TARGET_OS OPENJDK_BUILD_CPU_ENDIAN OPENJDK_BUILD_CPU_BITS -@@ -1032,6 +1036,7 @@ +@@ -1050,6 +1054,7 @@ enable_hotspot_test_in_build with_cacerts_file enable_unlimited_crypto @@ -73,15 +129,15 @@ with_milestone with_update_version with_user_release_suffix -@@ -1058,6 +1063,7 @@ +@@ -1070,6 +1075,7 @@ + with_import_hotspot + with_toolchain_type + with_toolchain_version ++with_package_path + with_jtreg with_extra_cflags with_extra_cxxflags - with_extra_ldflags -+with_package_path - enable_debug_symbols - enable_zip_debug_info - enable_macosx_runtime_support -@@ -1734,6 +1740,7 @@ +@@ -1827,6 +1833,7 @@ run the Queens test after Hotspot build [disabled] --enable-unlimited-crypto Enable unlimited crypto policy [disabled] @@ -89,25 +145,33 @@ --disable-debug-symbols disable generation of debug symbols [enabled] --disable-zip-debug-info disable zipping of debug-info files [enabled] -@@ -1830,6 +1837,8 @@ - --with-extra-cflags extra flags to be used when compiling jdk c-files - --with-extra-cxxflags extra flags to be used when compiling jdk c++-files - --with-extra-ldflags extra flags to be used when linking jdk +@@ -1919,6 +1926,8 @@ + the version of the toolchain to look for, use + '--help' to show possible values [platform + dependent] + --with-package-path package path to be used for location of third party + packages - --with-x use the X Window System - --with-cups specify prefix directory for the cups package - (expecting the headers under PATH/include) -@@ -3744,7 +3753,7 @@ + --with-jtreg Regression Test Harness [probed] + --with-extra-cflags extra flags to be used when compiling jdk c-files + --with-extra-cxxflags extra flags to be used when compiling jdk c++-files +@@ -4121,6 +4130,7 @@ + VALID_TOOLCHAINS_all="gcc clang solstudio xlc microsoft" + # These toolchains are valid on different platforms ++VALID_TOOLCHAINS_bsd="clang gcc" + VALID_TOOLCHAINS_linux="gcc clang" + VALID_TOOLCHAINS_solaris="solstudio" + VALID_TOOLCHAINS_macosx="gcc clang" +@@ -4336,7 +4346,7 @@ + #CUSTOM_AUTOCONF_INCLUDE + # Do not change or remove the following line, it is needed for consistency checks: +-DATE_WHEN_GENERATED=1536764960 ++DATE_WHEN_GENERATED=1543299193 + + ############################################################################### # --# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. -+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. - # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - # - # This code is free software; you can redistribute it and/or modify it -@@ -6840,11 +6849,27 @@ +@@ -13570,11 +13580,27 @@ as_fn_error $? "unsupported operating system $build_os" "$LINENO" 5 ;; esac @@ -136,7 +200,7 @@ VAR_CPU=x86_64 VAR_CPU_ARCH=x86 VAR_CPU_BITS=64 -@@ -6977,11 +7002,27 @@ +@@ -13708,11 +13734,27 @@ as_fn_error $? "unsupported operating system $host_os" "$LINENO" 5 ;; esac @@ -165,7 +229,7 @@ VAR_CPU=x86_64 VAR_CPU_ARCH=x86 VAR_CPU_BITS=64 -@@ -7054,6 +7095,7 @@ +@@ -13785,6 +13827,7 @@ # ... and setup our own variables. (Do this explicitely to facilitate searching) OPENJDK_TARGET_OS="$VAR_OS" @@ -173,7 +237,7 @@ OPENJDK_TARGET_OS_API="$VAR_OS_API" OPENJDK_TARGET_OS_ENV="$VAR_OS_ENV" OPENJDK_TARGET_CPU="$VAR_CPU" -@@ -7067,6 +7109,7 @@ +@@ -13799,6 +13842,7 @@ @@ -181,7 +245,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking openjdk-target os-cpu" >&5 $as_echo_n "checking openjdk-target os-cpu... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU" >&5 -@@ -7195,8 +7238,8 @@ +@@ -13927,8 +13971,8 @@ # Setup OPENJDK_TARGET_CPU_OSARCH, which is used to set the os.arch Java system property OPENJDK_TARGET_CPU_OSARCH="$OPENJDK_TARGET_CPU" @@ -192,7 +256,7 @@ OPENJDK_TARGET_CPU_OSARCH="i386" elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then # On all platforms except macosx, we replace x86_64 with amd64. -@@ -8017,7 +8060,7 @@ +@@ -14570,7 +14614,7 @@ INCLUDE_SA=false fi if test "x$VAR_CPU" = xppc64 ; then @@ -201,7 +265,7 @@ fi if test "x$OPENJDK_TARGET_CPU" = xaarch64; then INCLUDE_SA=false -@@ -11206,6 +11249,24 @@ +@@ -19744,6 +19788,24 @@ ############################################################################### # @@ -226,67 +290,20 @@ # Enable or disable the elliptic curve crypto implementation # -@@ -19429,6 +19490,8 @@ - elif test "x$OPENJDK_TARGET_OS" = "xaix"; then - # Do not probe for cc on AIX. - COMPILER_CHECK_LIST="xlc_r" -+ elif test "`uname -s`" = "FreeBSD"; then -+ COMPILER_CHECK_LIST="cc gcc" - else - COMPILER_CHECK_LIST="gcc cc" - fi -@@ -20389,7 +20452,7 @@ - else - COMPILER_VERSION_TEST=`$COMPILER --version 2>&1 | $HEAD -n 1` - # Check that this is likely to be GCC. -- $COMPILER --version 2>&1 | $GREP "Free Software Foundation" > /dev/null -+ $COMPILER --version 2>&1 | $GREP -E "(Free Software Foundation|clang)" > /dev/null - if test $? -ne 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: The $COMPILER_NAME compiler (located as $COMPILER) does not seem to be the required GCC compiler." >&5 - $as_echo "$as_me: The $COMPILER_NAME compiler (located as $COMPILER) does not seem to be the required GCC compiler." >&6;} -@@ -21991,7 +22054,7 @@ - else - COMPILER_VERSION_TEST=`$COMPILER --version 2>&1 | $HEAD -n 1` - # Check that this is likely to be GCC. -- $COMPILER --version 2>&1 | $GREP "Free Software Foundation" > /dev/null -+ $COMPILER --version 2>&1 | $GREP -E "(Free Software Foundation|clang)" > /dev/null - if test $? -ne 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: The $COMPILER_NAME compiler (located as $COMPILER) does not seem to be the required GCC compiler." >&5 - $as_echo "$as_me: The $COMPILER_NAME compiler (located as $COMPILER) does not seem to be the required GCC compiler." >&6;} -@@ -28026,7 +28089,7 @@ +@@ -37332,7 +37394,7 @@ # objcopy is used for moving debug symbols to separate files when # full debug symbols are enabled. - if test "x$OPENJDK_TARGET_OS" = xsolaris || test "x$OPENJDK_TARGET_OS" = xlinux; then + if test "x$OPENJDK_TARGET_OS" = xsolaris || test "x$OPENJDK_TARGET_OS" = xlinux || test "x$OPENJDK_TARGET_OS" = xbsd ; then - if test -n "$ac_tool_prefix"; then - for ac_prog in gobjcopy objcopy - do -@@ -29383,8 +29446,10 @@ - SET_SHARED_LIBRARY_NAME='-Xlinker -install_name -Xlinker @rpath/$1' - SET_SHARED_LIBRARY_MAPFILE='' - SET_SHARED_LIBRARY_ORIGIN='-Xlinker -rpath -Xlinker @loader_path/.' -+ POST_STRIP_CMD="$STRIP -S" -+ fi -+ if test "x$OPENJDK_TARGET_OS" = xbsd || test "x$OPENJDK_TARGET_OS" = xmacosx; then - SET_EXECUTABLE_ORIGIN="$SET_SHARED_LIBRARY_ORIGIN" -- POST_STRIP_CMD="$STRIP -S" - fi - else - if test "x$OPENJDK_TARGET_OS" = xsolaris; then -@@ -29731,7 +29796,7 @@ - # - case $COMPILER_NAME in - gcc ) -- COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS $COMMON_CCXXFLAGS_JDK -W -Wall -Wno-unused -Wno-parentheses \ -+ COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS $COMMON_CCXXFLAGS_JDK -W -Wall -Wno-unused -Wno-parentheses -Wno-sign-compare \ - -pipe \ - -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE" - CXXSTD_CXXFLAG="-std=gnu++98" -@@ -30073,22 +30138,36 @@ - COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK $ADD_LP64" + + # Publish this variable in the help. +@@ -40009,8 +40071,31 @@ + + # The package path is used only on macosx? +- # FIXME: clean this up, and/or move it elsewhere. - PACKAGE_PATH=/opt/local + +# Check whether --with-package-path was given. @@ -312,83 +329,65 @@ + PACKAGE_PATH=/usr/local + fi + fi ++ - if test "x$OPENJDK_TARGET_CPU_ENDIAN" = xlittle; then -- # The macro _LITTLE_ENDIAN needs to be defined the same to avoid the -- # Sun C compiler warning message: warning: macro redefined: _LITTLE_ENDIAN -- # (The Solaris X86 system defines this in file /usr/include/sys/isa_defs.h). -- # Note: -Dmacro is the same as #define macro 1 -- # -Dmacro= is the same as #define macro -- if test "x$OPENJDK_TARGET_OS" = xsolaris; then -- COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -D_LITTLE_ENDIAN=" -- else -- COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -D_LITTLE_ENDIAN" -- fi -- else -- COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -D_BIG_ENDIAN" -+ COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DVM_LITTLE_ENDIAN" -+ else -+ COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DVM_BIG_ENDIAN" - fi - if test "x$OPENJDK_TARGET_OS" = xlinux; then - COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DLINUX" -@@ -30118,6 +30197,38 @@ - fi - if test "x$OPENJDK_TARGET_OS" = xbsd; then - COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DBSD -D_ALLBSD_SOURCE" -+ if test "`uname -s`" = "OpenBSD"; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ld requires -z wxneeded" >&5 -+$as_echo_n "checking if ld requires -z wxneeded... " >&6; } -+ if test "$cross_compiling" = yes; then : -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+ -+else -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+int main() { return mmap(0, 4096, PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) != MAP_FAILED; } -+_ACEOF -+if ac_fn_cxx_try_run "$LINENO"; then : -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ LDFLAGS_JDK="$LDFLAGS_JDK -Wl,-z,wxneeded" -+ -+else -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ -+fi -+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ -+ conftest.$ac_objext conftest.beam conftest.$ac_ext -+fi -+ -+ fi - fi - if test "x$DEBUG_LEVEL" = xrelease; then - COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DNDEBUG" -@@ -30187,6 +30298,15 @@ - # Should this be supplied to the OSS linker as well? - LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -O1" - fi -+ elif test "x$OPENJDK_TARGET_OS" = xbsd; then -+ # And since we now know that the linker is gnu, then add: -+ # -z noexecstack, to mark stack regions as non-executable -+ LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -z -Xlinker noexecstack" -+ if test "x$DEBUG_LEVEL" = "xrelease"; then -+ # When building release libraries, tell the linker optimize them. -+ # Should this be supplied to the OSS linker as well? -+ LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -O1" -+ fi - fi + # Check for extra potential brokenness. +@@ -41117,7 +41202,7 @@ + # How to compile shared libraries. + # + +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + PICFLAG="-fPIC" + C_FLAG_REORDER='' + CXX_FLAG_REORDER='' +@@ -41196,7 +41281,7 @@ + # fi + + # Generate make dependency files +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + C_FLAG_DEPS="-MMD -MF" + elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then + C_FLAG_DEPS="-xMMD -xMF" +@@ -41208,7 +41293,7 @@ + + + # Debug symbols +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + if test "x$OPENJDK_TARGET_CPU_BITS" = "x64" && test "x$DEBUG_LEVEL" = "xfastdebug"; then + CFLAGS_DEBUG_SYMBOLS="-g1" + CXXFLAGS_DEBUG_SYMBOLS="-g1" +@@ -41257,7 +41342,7 @@ + else + # The remaining toolchains share opt flags between CC and CXX; + # setup for C and duplicate afterwards. +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + if test "x$OPENJDK_TARGET_OS" = xmacosx; then + # On MacOSX we optimize for size, something + # we should do for all platforms? +@@ -41411,7 +41496,7 @@ + + # Setup compiler/platform specific flags to CFLAGS_JDK, + # CXXFLAGS_JDK and CCXXFLAGS_JDK (common to C and CXX?) +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + # these options are used for both C and C++ compiles + CCXXFLAGS_JDK="$CCXXFLAGS $CCXXFLAGS_JDK -Wall -Wno-parentheses -Wextra -Wno-unused -Wno-unused-parameter -Wformat=2 \ + -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE" +@@ -41830,7 +41915,7 @@ fi - LDFLAGS_JDKLIB="${LDFLAGS_JDK} $SHARED_LIBRARY_FLAGS \ -@@ -30641,11 +30761,18 @@ + LDFLAGS_JDKEXE="${LDFLAGS_JDK} /STACK:$LDFLAGS_STACK_SIZE" + else +- if test "x$TOOLCHAIN_TYPE" = xgcc; then ++ if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then + # If this is a --hash-style=gnu system, use --hash-style=both, why? + # We have previously set HAS_GNU_HASH if this is the case + if test -n "$HAS_GNU_HASH"; then +@@ -42366,11 +42451,18 @@ fi if test "x$OPENJDK_TARGET_OS" = xbsd; then @@ -412,31 +411,47 @@ fi if test "x$OPENJDK" = "xfalse"; then -@@ -30681,14 +30808,18 @@ +@@ -42405,21 +42497,25 @@ + # Make a simple check for the libraries at the sysroot, and setup --x-includes and # --x-libraries for the sysroot, if that seems to be correct. - if test "x$SYS_ROOT" != "x/"; then - if test "x$x_includes" = xNONE; then -- if test -f "$SYS_ROOT/usr/X11R6/include/X11/Xlib.h"; then -+ if test -f "$SYS_ROOT/usr/X11R7/include/X11/Xlib.h"; then -+ x_includes="$SYS_ROOT/usr/X11R7/include" -+ elif test -f "$SYS_ROOT/usr/X11R6/include/X11/Xlib.h"; then - x_includes="$SYS_ROOT/usr/X11R6/include" - elif test -f "$SYS_ROOT/usr/include/X11/Xlib.h"; then - x_includes="$SYS_ROOT/usr/include" + if test "x$OPENJDK_TARGET_OS" = "xlinux"; then +- if test "x$SYSROOT" != "x"; then ++ if test "x$SYS_ROOT" != "x/"; then + if test "x$x_includes" = xNONE; then +- if test -f "$SYSROOT/usr/X11R6/include/X11/Xlib.h"; then +- x_includes="$SYSROOT/usr/X11R6/include" +- elif test -f "$SYSROOT/usr/include/X11/Xlib.h"; then +- x_includes="$SYSROOT/usr/include" ++ if test -f "$SYS_ROOT/usr/X11R7/include/X11/Xlib.h"; then ++ x_includes="$SYS_ROOT/usr/X11R7/include" ++ elif test -f "$SYS_ROOT/usr/X11R6/include/X11/Xlib.h"; then ++ x_includes="$SYS_ROOT/usr/X11R6/include" ++ elif test -f "$SYS_ROOT/usr/include/X11/Xlib.h"; then ++ x_includes="$SYS_ROOT/usr/include" + fi fi + if test "x$x_libraries" = xNONE; then +- if test -f "$SYSROOT/usr/X11R6/lib/libX11.so"; then +- x_libraries="$SYSROOT/usr/X11R6/lib" +- elif test "$SYSROOT/usr/lib64/libX11.so" && test "x$OPENJDK_TARGET_CPU_BITS" = x64; then +- x_libraries="$SYSROOT/usr/lib64" +- elif test -f "$SYSROOT/usr/lib/libX11.so"; then +- x_libraries="$SYSROOT/usr/lib" ++ if test -f "$SYS_ROOT/usr/X11R7/lib/libX11.so"; then ++ x_libraries="$SYS_ROOT/usr/X11R7/lib" ++ elif test -f "$SYS_ROOT/usr/X11R6/lib/libX11.so"; then ++ x_libraries="$SYS_ROOT/usr/X11R6/lib" ++ elif test "$SYS_ROOT/usr/lib64/libX11.so" && test "x$OPENJDK_TARGET_CPU_BITS" = x64; then ++ x_libraries="$SYS_ROOT/usr/lib64" ++ elif test -f "$SYS_ROOT/usr/lib/libX11.so"; then ++ x_libraries="$SYS_ROOT/usr/lib" + fi + fi fi - if test "x$x_libraries" = xNONE; then -- if test -f "$SYS_ROOT/usr/X11R6/lib/libX11.so"; then -+ if test -f "$SYS_ROOT/usr/X11R7/lib/libX11.so"; then -+ x_libraries="$SYS_ROOT/usr/X11R7/lib" -+ elif test -f "$SYS_ROOT/usr/X11R6/lib/libX11.so"; then - x_libraries="$SYS_ROOT/usr/X11R6/lib" - elif test "$SYS_ROOT/usr/lib64/libX11.so" && test "x$OPENJDK_TARGET_CPU_BITS" = x64; then - x_libraries="$SYS_ROOT/usr/lib64" -@@ -31735,6 +31866,10 @@ +@@ -43466,6 +43562,10 @@ # A CSW package seems to be installed! CUPS_FOUND=yes - CUPS_CFLAGS="-I/opt/csw/include" + CUPS_CFLAGS="-I$SYSROOT/opt/csw/include" + elif test -s ${PACKAGE_PATH}/include/cups/cups.h; then + # Standard package location for BSD + CUPS_FOUND=yes @@ -444,7 +459,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CUPS_FOUND" >&5 $as_echo "$CUPS_FOUND" >&6; } -@@ -34900,7 +35035,7 @@ +@@ -47351,7 +47451,7 @@ ############################################################################### # @@ -453,7 +468,7 @@ # # Check whether --with-alsa was given. -@@ -35308,15 +35443,66 @@ +@@ -47762,15 +47862,66 @@ if test "x${with_giflib}" = "xbundled"; then USE_EXTERNAL_LIBGIF=false @@ -525,7 +540,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DGifGetCode in -lgif" >&5 $as_echo_n "checking for DGifGetCode in -lgif... " >&6; } if ${ac_cv_lib_gif_DGifGetCode+:} false; then : -@@ -35354,16 +35540,96 @@ +@@ -47808,16 +47959,96 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_DGifGetCode" >&5 $as_echo "$ac_cv_lib_gif_DGifGetCode" >&6; } if test "x$ac_cv_lib_gif_DGifGetCode" = xyes; then : @@ -632,7 +647,7 @@ USE_EXTERNAL_LIBGIF=true else -@@ -35371,6 +35637,8 @@ +@@ -47825,6 +48056,8 @@ fi @@ -641,7 +656,7 @@ ############################################################################### # # Check for the zlib library -@@ -35938,6 +36206,11 @@ +@@ -48392,6 +48625,11 @@ LIBCXX="-lstdc++" fi @@ -653,7 +668,7 @@ -@@ -36011,6 +36284,10 @@ +@@ -51078,6 +51316,10 @@ # Looks like a MacOSX system NUM_CORES=`/usr/sbin/system_profiler -detailLevel full SPHardwareDataType | grep 'Cores' | awk '{print $5}'` FOUND_CORES=yes @@ -664,7 +679,7 @@ elif test "x$OPENJDK_BUILD_OS" = xaix ; then NUM_CORES=`/usr/sbin/prtconf | grep "^Number Of Processors" | awk '{ print $4 }'` FOUND_CORES=yes -@@ -36066,6 +36343,15 @@ +@@ -51133,6 +51375,15 @@ MEMORY_SIZE=`/usr/sbin/system_profiler -detailLevel full SPHardwareDataType | grep 'Memory' | awk '{print $2}'` MEMORY_SIZE=`expr $MEMORY_SIZE \* 1024` FOUND_MEM=yes @@ -680,7 +695,7 @@ elif test "x$OPENJDK_BUILD_OS" = xwindows; then # Windows, but without cygwin MEMORY_SIZE=`wmic computersystem get totalphysicalmemory -value | grep = | cut -d "=" -f 2-` -@@ -36473,8 +36759,8 @@ +@@ -51706,8 +51957,8 @@ # precompiled headers. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ccache supports precompiled headers" >&5 $as_echo_n "checking if ccache supports precompiled headers... " >&6; } @@ -691,8 +706,8 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, disabling ccache" >&5 $as_echo "no, disabling ccache" >&6; } CCACHE= ---- ./common/autoconf/jdk-options.m4 Sat Jun 23 21:01:22 2018 -0700 -+++ ./common/autoconf/jdk-options.m4 Mon Sep 03 11:10:31 2018 -0700 +--- ./common/autoconf/jdk-options.m4 Sat Oct 06 10:24:47 2018 +0100 ++++ ./common/autoconf/jdk-options.m4 Sat Dec 01 12:25:45 2018 -0800 @@ -159,7 +159,7 @@ INCLUDE_SA=false fi @@ -723,8 +738,8 @@ # Enable or disable the elliptic curve crypto implementation # AC_DEFUN_ONCE([JDKOPT_DETECT_INTREE_EC], ---- ./common/autoconf/libraries.m4 Sat Jun 23 21:01:22 2018 -0700 -+++ ./common/autoconf/libraries.m4 Mon Sep 03 11:10:31 2018 -0700 +--- ./common/autoconf/libraries.m4 Sat Oct 06 10:24:47 2018 +0100 ++++ ./common/autoconf/libraries.m4 Sat Dec 01 12:25:45 2018 -0800 @@ -69,9 +69,15 @@ fi @@ -744,31 +759,47 @@ fi if test "x$OPENJDK" = "xfalse"; then -@@ -99,14 +105,18 @@ +@@ -98,21 +104,25 @@ + # Make a simple check for the libraries at the sysroot, and setup --x-includes and # --x-libraries for the sysroot, if that seems to be correct. - if test "x$SYS_ROOT" != "x/"; then - if test "x$x_includes" = xNONE; then -- if test -f "$SYS_ROOT/usr/X11R6/include/X11/Xlib.h"; then -+ if test -f "$SYS_ROOT/usr/X11R7/include/X11/Xlib.h"; then -+ x_includes="$SYS_ROOT/usr/X11R7/include" -+ elif test -f "$SYS_ROOT/usr/X11R6/include/X11/Xlib.h"; then - x_includes="$SYS_ROOT/usr/X11R6/include" - elif test -f "$SYS_ROOT/usr/include/X11/Xlib.h"; then - x_includes="$SYS_ROOT/usr/include" + if test "x$OPENJDK_TARGET_OS" = "xlinux"; then +- if test "x$SYSROOT" != "x"; then ++ if test "x$SYS_ROOT" != "x/"; then + if test "x$x_includes" = xNONE; then +- if test -f "$SYSROOT/usr/X11R6/include/X11/Xlib.h"; then +- x_includes="$SYSROOT/usr/X11R6/include" +- elif test -f "$SYSROOT/usr/include/X11/Xlib.h"; then +- x_includes="$SYSROOT/usr/include" ++ if test -f "$SYS_ROOT/usr/X11R7/include/X11/Xlib.h"; then ++ x_includes="$SYS_ROOT/usr/X11R7/include" ++ elif test -f "$SYS_ROOT/usr/X11R6/include/X11/Xlib.h"; then ++ x_includes="$SYS_ROOT/usr/X11R6/include" ++ elif test -f "$SYS_ROOT/usr/include/X11/Xlib.h"; then ++ x_includes="$SYS_ROOT/usr/include" + fi fi + if test "x$x_libraries" = xNONE; then +- if test -f "$SYSROOT/usr/X11R6/lib/libX11.so"; then +- x_libraries="$SYSROOT/usr/X11R6/lib" +- elif test "$SYSROOT/usr/lib64/libX11.so" && test "x$OPENJDK_TARGET_CPU_BITS" = x64; then +- x_libraries="$SYSROOT/usr/lib64" +- elif test -f "$SYSROOT/usr/lib/libX11.so"; then +- x_libraries="$SYSROOT/usr/lib" ++ if test -f "$SYS_ROOT/usr/X11R7/lib/libX11.so"; then ++ x_libraries="$SYS_ROOT/usr/X11R7/lib" ++ elif test -f "$SYS_ROOT/usr/X11R6/lib/libX11.so"; then ++ x_libraries="$SYS_ROOT/usr/X11R6/lib" ++ elif test "$SYS_ROOT/usr/lib64/libX11.so" && test "x$OPENJDK_TARGET_CPU_BITS" = x64; then ++ x_libraries="$SYS_ROOT/usr/lib64" ++ elif test -f "$SYS_ROOT/usr/lib/libX11.so"; then ++ x_libraries="$SYS_ROOT/usr/lib" + fi + fi fi - if test "x$x_libraries" = xNONE; then -- if test -f "$SYS_ROOT/usr/X11R6/lib/libX11.so"; then -+ if test -f "$SYS_ROOT/usr/X11R7/lib/libX11.so"; then -+ x_libraries="$SYS_ROOT/usr/X11R7/lib" -+ elif test -f "$SYS_ROOT/usr/X11R6/lib/libX11.so"; then - x_libraries="$SYS_ROOT/usr/X11R6/lib" - elif test "$SYS_ROOT/usr/lib64/libX11.so" && test "x$OPENJDK_TARGET_CPU_BITS" = x64; then - x_libraries="$SYS_ROOT/usr/lib64" -@@ -232,6 +242,10 @@ +@@ -238,6 +248,10 @@ # A CSW package seems to be installed! CUPS_FOUND=yes - CUPS_CFLAGS="-I/opt/csw/include" + CUPS_CFLAGS="-I$SYSROOT/opt/csw/include" + elif test -s ${PACKAGE_PATH}/include/cups/cups.h; then + # Standard package location for BSD + CUPS_FOUND=yes @@ -776,7 +807,7 @@ fi AC_MSG_RESULT([$CUPS_FOUND]) fi -@@ -525,7 +539,7 @@ +@@ -638,7 +652,7 @@ ############################################################################### # @@ -785,7 +816,7 @@ # AC_ARG_WITH(alsa, [AS_HELP_STRING([--with-alsa], [specify prefix directory for the alsa package -@@ -627,17 +641,61 @@ +@@ -743,17 +757,61 @@ if test "x${with_giflib}" = "xbundled"; then USE_EXTERNAL_LIBGIF=false @@ -851,7 +882,7 @@ ############################################################################### # -@@ -872,5 +930,10 @@ +@@ -988,6 +1046,11 @@ LIBCXX="-lstdc++" fi @@ -862,8 +893,9 @@ + AC_SUBST(LIBCXX) ]) ---- ./common/autoconf/platform.m4 Sat Jun 23 21:01:22 2018 -0700 -+++ ./common/autoconf/platform.m4 Mon Sep 03 11:10:31 2018 -0700 + +--- ./common/autoconf/platform.m4 Sat Oct 06 10:24:47 2018 +0100 ++++ ./common/autoconf/platform.m4 Sat Dec 01 12:25:45 2018 -0800 @@ -30,7 +30,7 @@ [ # First argument is the cpu name from the trip/quad @@ -896,7 +928,7 @@ ]) # Expects $host_os $host_cpu $build_os and $build_cpu -@@ -192,6 +208,7 @@ +@@ -193,6 +209,7 @@ PLATFORM_EXTRACT_VARS_FROM_CPU($host_cpu) # ... and setup our own variables. (Do this explicitely to facilitate searching) OPENJDK_TARGET_OS="$VAR_OS" @@ -904,15 +936,15 @@ OPENJDK_TARGET_OS_API="$VAR_OS_API" OPENJDK_TARGET_OS_ENV="$VAR_OS_ENV" OPENJDK_TARGET_CPU="$VAR_CPU" -@@ -199,6 +216,7 @@ +@@ -200,6 +217,7 @@ OPENJDK_TARGET_CPU_BITS="$VAR_CPU_BITS" OPENJDK_TARGET_CPU_ENDIAN="$VAR_CPU_ENDIAN" AC_SUBST(OPENJDK_TARGET_OS) + AC_SUBST(OPENJDK_TARGET_OS_VENDOR) AC_SUBST(OPENJDK_TARGET_OS_API) + AC_SUBST(OPENJDK_TARGET_OS_ENV) AC_SUBST(OPENJDK_TARGET_CPU) - AC_SUBST(OPENJDK_TARGET_CPU_ARCH) -@@ -308,8 +326,8 @@ +@@ -310,8 +328,8 @@ # Setup OPENJDK_TARGET_CPU_OSARCH, which is used to set the os.arch Java system property OPENJDK_TARGET_CPU_OSARCH="$OPENJDK_TARGET_CPU" @@ -923,9 +955,9 @@ OPENJDK_TARGET_CPU_OSARCH="i386" elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then # On all platforms except macosx, we replace x86_64 with amd64. ---- ./common/autoconf/spec.gmk.in Sat Jun 23 21:01:22 2018 -0700 -+++ ./common/autoconf/spec.gmk.in Mon Sep 03 11:10:31 2018 -0700 -@@ -76,6 +76,7 @@ +--- ./common/autoconf/spec.gmk.in Sat Oct 06 10:24:47 2018 +0100 ++++ ./common/autoconf/spec.gmk.in Sat Dec 01 12:25:45 2018 -0800 +@@ -79,6 +79,7 @@ OPENJDK_TARGET_OS:=@OPENJDK_TARGET_OS@ OPENJDK_TARGET_OS_API:=@OPENJDK_TARGET_OS_API@ OPENJDK_TARGET_OS_ENV:=@OPENJDK_TARGET_OS_ENV@ @@ -933,7 +965,7 @@ OPENJDK_TARGET_CPU:=@OPENJDK_TARGET_CPU@ OPENJDK_TARGET_CPU_ARCH:=@OPENJDK_TARGET_CPU_ARCH@ -@@ -276,7 +277,7 @@ +@@ -281,7 +282,7 @@ ALSA_LIBS:=@ALSA_LIBS@ ALSA_CFLAGS:=@ALSA_CFLAGS@ @@ -942,7 +974,7 @@ # Source file for cacerts CACERTS_FILE=@CACERTS_FILE@ -@@ -284,6 +285,9 @@ +@@ -289,6 +290,9 @@ # Enable unlimited crypto policy UNLIMITED_CRYPTO=@UNLIMITED_CRYPTO@ @@ -952,7 +984,7 @@ # Necessary additional compiler flags to compile X11 X_CFLAGS:=@X_CFLAGS@ X_LIBS:=@X_LIBS@ -@@ -568,6 +572,8 @@ +@@ -571,6 +575,8 @@ ENABLE_INTREE_EC=@ENABLE_INTREE_EC@ USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@ USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@ @@ -961,60 +993,30 @@ USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@ LIBZIP_CAN_USE_MMAP:=@LIBZIP_CAN_USE_MMAP@ MSVCR_DLL:=@MSVCR_DLL@ ---- ./common/autoconf/toolchain.m4 Sat Jun 23 21:01:22 2018 -0700 -+++ ./common/autoconf/toolchain.m4 Mon Sep 03 11:10:31 2018 -0700 -@@ -122,7 +122,7 @@ - else - COMPILER_VERSION_TEST=`$COMPILER --version 2>&1 | $HEAD -n 1` - # Check that this is likely to be GCC. -- $COMPILER --version 2>&1 | $GREP "Free Software Foundation" > /dev/null -+ $COMPILER --version 2>&1 | $GREP -E "(Free Software Foundation|clang)" > /dev/null - if test $? -ne 0; then - AC_MSG_NOTICE([The $COMPILER_NAME compiler (located as $COMPILER) does not seem to be the required GCC compiler.]) - AC_MSG_NOTICE([The result from running with --version was: "$COMPILER_VERSION_TEST"]) -@@ -401,6 +401,8 @@ - elif test "x$OPENJDK_TARGET_OS" = "xaix"; then - # Do not probe for cc on AIX. - COMPILER_CHECK_LIST="xlc_r" -+ elif test "`uname -s`" = "FreeBSD"; then -+ COMPILER_CHECK_LIST="cc gcc" - else - COMPILER_CHECK_LIST="gcc cc" - fi -@@ -629,7 +631,7 @@ +--- ./common/autoconf/toolchain.m4 Sat Oct 06 10:24:47 2018 +0100 ++++ ./common/autoconf/toolchain.m4 Sat Dec 01 12:25:45 2018 -0800 +@@ -37,6 +37,7 @@ + VALID_TOOLCHAINS_all="gcc clang solstudio xlc microsoft" + # These toolchains are valid on different platforms ++VALID_TOOLCHAINS_bsd="clang gcc" + VALID_TOOLCHAINS_linux="gcc clang" + VALID_TOOLCHAINS_solaris="solstudio" + VALID_TOOLCHAINS_macosx="gcc clang" +@@ -713,7 +714,7 @@ + # objcopy is used for moving debug symbols to separate files when # full debug symbols are enabled. - if test "x$OPENJDK_TARGET_OS" = xsolaris || test "x$OPENJDK_TARGET_OS" = xlinux; then + if test "x$OPENJDK_TARGET_OS" = xsolaris || test "x$OPENJDK_TARGET_OS" = xlinux || test "x$OPENJDK_TARGET_OS" = xbsd ; then - AC_CHECK_TOOLS(OBJCOPY, [gobjcopy objcopy]) + BASIC_CHECK_TOOLS(OBJCOPY, [gobjcopy objcopy]) # Only call fixup if objcopy was found. if test -n "$OBJCOPY"; then -@@ -692,8 +694,10 @@ - SET_SHARED_LIBRARY_NAME='-Xlinker -install_name -Xlinker @rpath/[$]1' - SET_SHARED_LIBRARY_MAPFILE='' - SET_SHARED_LIBRARY_ORIGIN='-Xlinker -rpath -Xlinker @loader_path/.' -+ POST_STRIP_CMD="$STRIP -S" -+ fi -+ if test "x$OPENJDK_TARGET_OS" = xbsd || test "x$OPENJDK_TARGET_OS" = xmacosx; then - SET_EXECUTABLE_ORIGIN="$SET_SHARED_LIBRARY_ORIGIN" -- POST_STRIP_CMD="$STRIP -S" - fi - else - if test "x$OPENJDK_TARGET_OS" = xsolaris; then -@@ -1018,7 +1022,7 @@ - # - case $COMPILER_NAME in - gcc ) -- COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS $COMMON_CCXXFLAGS_JDK -W -Wall -Wno-unused -Wno-parentheses \ -+ COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS $COMMON_CCXXFLAGS_JDK -W -Wall -Wno-unused -Wno-parentheses -Wno-sign-compare \ - -pipe \ - -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE" - CXXSTD_CXXFLAG="-std=gnu++98" -@@ -1106,22 +1110,33 @@ - COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK $ADD_LP64" - +@@ -801,8 +802,27 @@ + AC_DEFUN_ONCE([TOOLCHAIN_MISC_CHECKS], + [ # The package path is used only on macosx? +- # FIXME: clean this up, and/or move it elsewhere. - PACKAGE_PATH=/opt/local + AC_ARG_WITH(package-path, [AS_HELP_STRING([--with-package-path], + [package path to be used for location of third party packages])]) @@ -1039,73 +1041,17 @@ + AC_SUBST(PACKAGE_PATH) - if test "x$OPENJDK_TARGET_CPU_ENDIAN" = xlittle; then -- # The macro _LITTLE_ENDIAN needs to be defined the same to avoid the -- # Sun C compiler warning message: warning: macro redefined: _LITTLE_ENDIAN -- # (The Solaris X86 system defines this in file /usr/include/sys/isa_defs.h). -- # Note: -Dmacro is the same as #define macro 1 -- # -Dmacro= is the same as #define macro -- if test "x$OPENJDK_TARGET_OS" = xsolaris; then -- COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -D_LITTLE_ENDIAN=" -- else -- COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -D_LITTLE_ENDIAN" -- fi -+ COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DVM_LITTLE_ENDIAN" - else -- COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -D_BIG_ENDIAN" -+ COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DVM_BIG_ENDIAN" - fi - if test "x$OPENJDK_TARGET_OS" = xlinux; then - COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DLINUX" -@@ -1151,6 +1166,22 @@ - fi - if test "x$OPENJDK_TARGET_OS" = xbsd; then - COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DBSD -D_ALLBSD_SOURCE" -+ if test "`uname -s`" = "OpenBSD"; then -+ AC_MSG_CHECKING([if ld requires -z wxneeded]) -+ AC_RUN_IFELSE([AC_LANG_SOURCE([[#include -+int main() { return mmap(0, 4096, PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) != MAP_FAILED; }]])], -+ [ -+ AC_MSG_RESULT([yes]) -+ LDFLAGS_JDK="$LDFLAGS_JDK -Wl,-z,wxneeded" -+ ], -+ [ -+ AC_MSG_RESULT([no]) -+ ], -+ [ -+ AC_MSG_RESULT([no]) -+ ] -+ ) -+ fi - fi - if test "x$DEBUG_LEVEL" = xrelease; then - COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK -DNDEBUG" -@@ -1220,6 +1251,15 @@ - # Should this be supplied to the OSS linker as well? - LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -O1" - fi -+ elif test "x$OPENJDK_TARGET_OS" = xbsd; then -+ # And since we now know that the linker is gnu, then add: -+ # -z noexecstack, to mark stack regions as non-executable -+ LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -z -Xlinker noexecstack" -+ if test "x$DEBUG_LEVEL" = "xrelease"; then -+ # When building release libraries, tell the linker optimize them. -+ # Should this be supplied to the OSS linker as well? -+ LDFLAGS_JDK="${LDFLAGS_JDK} -Xlinker -O1" -+ fi - fi - fi - LDFLAGS_JDKLIB="${LDFLAGS_JDK} $SHARED_LIBRARY_FLAGS \ ---- ./configure Sat Jun 23 21:01:22 2018 -0700 -+++ ./configure Mon Sep 03 11:10:31 2018 -0700 + # Check for extra potential brokenness. +--- ./configure Sat Oct 06 10:24:47 2018 +0100 ++++ ./configure Sat Dec 01 12:25:45 2018 -0800 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # - # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ---- ./make/Javadoc.gmk Sat Jun 23 21:01:22 2018 -0700 -+++ ./make/Javadoc.gmk Mon Sep 03 11:10:31 2018 -0700 +--- ./make/Javadoc.gmk Sat Oct 06 10:24:47 2018 +0100 ++++ ./make/Javadoc.gmk Sat Dec 01 12:25:45 2018 -0800 @@ -46,8 +46,18 @@ BUILD_NUMBER=$(JDK_BUILD_NUMBER) @@ -1126,8 +1072,8 @@ -Djava.awt.headless=true \ $(NEW_JAVADOC) \ -bootclasspath $(JDK_OUTPUTDIR)/classes ---- ./make/Main.gmk Sat Jun 23 21:01:22 2018 -0700 -+++ ./make/Main.gmk Mon Sep 03 11:10:31 2018 -0700 +--- ./make/Main.gmk Sat Oct 06 10:24:47 2018 +0100 ++++ ./make/Main.gmk Sat Dec 01 12:25:45 2018 -0800 @@ -58,7 +58,11 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Dec 8 18:40:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D27A2132570C; Sat, 8 Dec 2018 18:40:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 776CB8A6A3; Sat, 8 Dec 2018 18:40:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5883F25E4D; Sat, 8 Dec 2018 18:40:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8IeSur086814; Sat, 8 Dec 2018 18:40:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8IeSSu086813; Sat, 8 Dec 2018 18:40:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812081840.wB8IeSSu086813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 18:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486974 - head/graphics/radiance X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/radiance X-SVN-Commit-Revision: 486974 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 776CB8A6A3 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:40:29 -0000 Author: yuri Date: Sat Dec 8 18:40:27 2018 New Revision: 486974 URL: https://svnweb.freebsd.org/changeset/ports/486974 Log: graphics/radiance: Add PKGNAMESUFFIX because there is another software package also called 'radiance' The other software is https://www.radiance-online.org/ - A Validated Lighting Simulation Tool Modified: head/graphics/radiance/Makefile Modified: head/graphics/radiance/Makefile ============================================================================== --- head/graphics/radiance/Makefile Sat Dec 8 18:35:30 2018 (r486973) +++ head/graphics/radiance/Makefile Sat Dec 8 18:40:27 2018 (r486974) @@ -2,7 +2,9 @@ PORTNAME= radiance DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= graphics +PKGNAMESUFFIX= -video MAINTAINER= yuri@FreeBSD.org COMMENT= Video art software for VJs From owner-svn-ports-all@freebsd.org Sat Dec 8 18:41:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04CDC1325759; Sat, 8 Dec 2018 18:41:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C0B18A8F2; Sat, 8 Dec 2018 18:41:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CBEA25E7C; Sat, 8 Dec 2018 18:41:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8IfCOh087687; Sat, 8 Dec 2018 18:41:12 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8IfC8m087686; Sat, 8 Dec 2018 18:41:12 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812081841.wB8IfC8m087686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Dec 2018 18:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486975 - in head/devel/jfrog-cli: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/jfrog-cli: . files X-SVN-Commit-Revision: 486975 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9C0B18A8F2 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.992,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:41:13 -0000 Author: swills Date: Sat Dec 8 18:41:11 2018 New Revision: 486975 URL: https://svnweb.freebsd.org/changeset/ports/486975 Log: devel/jfrog-cli: update to 1.22.1 Deleted: head/devel/jfrog-cli/files/ Modified: head/devel/jfrog-cli/Makefile (contents, props changed) head/devel/jfrog-cli/distinfo (contents, props changed) Modified: head/devel/jfrog-cli/Makefile ============================================================================== --- head/devel/jfrog-cli/Makefile Sat Dec 8 18:40:27 2018 (r486974) +++ head/devel/jfrog-cli/Makefile Sat Dec 8 18:41:11 2018 (r486975) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jfrog-cli -PORTVERSION= 1.20.2 +PORTVERSION= 1.22.1 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org @@ -10,15 +10,47 @@ COMMENT= CLI client for Artifactory BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes -GH_ACCOUNT= jfrog -GH_PROJECT= jfrog-cli-go +GH_TUPLE= jfrog:jfrog-cli-go:3f06184:DEFAULT/src/github.com/jfrog/jfrog-cli-go \ + jfrog:jfrog-client-go:v0.1.3:client/src/github.com/jfrog/jfrog-client-go \ + codegangsta:cli:v1.20.0:cli/src/github.com/codegangsta/cli \ + buger:jsonparser:6acdf747ae99:jsonparser/src/github.com/buger/jsonparser \ + chzyer:readline:2972be24d48e:readline/src/github.com/chzyer/readline \ + jfrog:gofrog:v1.0.2:gofrog/src/github.com/jfrog/gofrog \ + mholt:archiver:v2.1.0:archiver/src/github.com/mholt/archiver \ + dsnet:compress:cc9eb1d:compress/src/github.com/dsnet/compress \ + golang:snappy:2e65f85255db:snappy/src/github.com/golang/snappy \ + mattn:go-shellwords:v1.0.3:shellwords/src/github.com/mattn/go-shellwords \ + nwaples:rardecode:e06696f847ae:rardecode/src/github.com/nwaples/rardecode \ + pierrec:lz4:v2.0.5:lz4/src/github.com/pierrec/lz4 \ + spf13:viper:v1.2.1:viper/src/github.com/spf13/viper \ + fsnotify:fsnotify:v1.4.7:fsnotify/src/github.com/fsnotify/fsnotify \ + hashicorp:hcl:v1.0.0:hcl/src/github.com/hashicorp/hcl \ + magiconair:properties:v1.8.0:properties/src/github.com/magiconair/properties \ + mitchellh:mapstructure:v1.0.0:mapstructure/src/github.com/mitchellh/mapstructure \ + pelletier:go-toml:v1.2.0:pelletier/src/github.com/pelletier/go-toml \ + spf13:afero:v1.1.2:afera/src/github.com/spf13/afero \ + spf13:cast:v1.2.0:cast/src/github.com/spf13/cast \ + spf13:jwalterweatherman:v1.0.0:jwalterweatherman/src/github.com/spf13/jwalterweatherman \ + spf13:pflag:v1.0.2:pflag/src/github.com/spf13/pflag \ + ulikunitz:xz:v0.5.4:xz/src/github.com/ulikunitz/xz \ + xanzy:ssh-agent:v0.2.0:sshagent/src/github.com/xanzy/ssh-agent \ + golang:crypto:e363607:crypto/src/golang.org/x/crypto \ + golang:sys:8cf3aee42992:sys/src/golang.org/x/sys \ + golang:text:v0.3.0:text/src/golang.org/x/text \ + src-d:go-git:v4.7.0:gogit/src/gopkg.in/src-d/go-git.v4 \ + emirpasic:gods:v1.12.0:gods/src/github.com/emirpasic/gods \ + jbenet:go-context:d14ea06fba99:context/src/github.com/jbenet/go-context \ + kevinburke:ssh_config:81db2a75821e:sshconfig/src/github.com/kevinburke/ssh_config \ + mitchellh:go-homedir:v1.0.0:homedir/src/github.com/mitchellh/go-homedir \ + pelletier:go-buffruneio:v0.2.0:buffruneio/src/github.com/pelletier/go-buffruneio \ + sergi:go-diff:v1.0.0:godiff/src/github.com/sergi/go-diff \ + src-d:gcfg:v1.3.0:gcfg/src/github.com/src-d/gcfg \ + golang:net:4dfa2610cdf3:net/src/golang.org/x/net \ + src-d:go-billy:v4.3.0:gobilly/src/gopkg.in/src-d/go-billy.v4 \ + go-yaml:yaml:v2.2.1:yaml/src/gopkg.in/yaml.v2 \ + go-warnings:warnings:v0.1.2:warnings/src/gopkg.in/warnings.v0 PLIST_FILES= bin/jfrog - -post-patch: - @${MV} ${WRKSRC}/vendor/ ${WRKSRC}/src - @${MKDIR} ${WRKSRC}/src/github.com/jfrog/jfrog-cli-go - @${MV} ${WRKSRC}/jfrog-cli ${WRKSRC}/jfrog-client ${WRKSRC}/src/github.com/jfrog/jfrog-cli-go do-build: @cd ${WRKSRC}/src/github.com/jfrog/jfrog-cli-go/jfrog-cli/jfrog ; \ Modified: head/devel/jfrog-cli/distinfo ============================================================================== --- head/devel/jfrog-cli/distinfo Sat Dec 8 18:40:27 2018 (r486974) +++ head/devel/jfrog-cli/distinfo Sat Dec 8 18:41:11 2018 (r486975) @@ -1,3 +1,79 @@ -TIMESTAMP = 1521673592 -SHA256 (jfrog-jfrog-cli-go-1.20.2_GH0.tar.gz) = 167c04a56e580c818c1e1cd829926a5b0641f8b0b06a92dcb8d085f956e21138 -SIZE (jfrog-jfrog-cli-go-1.20.2_GH0.tar.gz) = 31079099 +TIMESTAMP = 1544283359 +SHA256 (jfrog-jfrog-cli-go-1.22.1-3f06184_GH0.tar.gz) = 3ad302552d3152b1f7a601af947eda64efa73102bc5782457d892db3303edc59 +SIZE (jfrog-jfrog-cli-go-1.22.1-3f06184_GH0.tar.gz) = 238514 +SHA256 (jfrog-jfrog-client-go-v0.1.3_GH0.tar.gz) = 0fec74fc0216e4381f170b0d0c1c983b78ac79ab83faa1a860c3942d91d601ac +SIZE (jfrog-jfrog-client-go-v0.1.3_GH0.tar.gz) = 96534 +SHA256 (codegangsta-cli-v1.20.0_GH0.tar.gz) = c5ba59f5742c99618b5ba34211699287cd3e80c41488bb267035ce0163e3bade +SIZE (codegangsta-cli-v1.20.0_GH0.tar.gz) = 58397 +SHA256 (buger-jsonparser-6acdf747ae99_GH0.tar.gz) = 2fa99b9906653956c1decc496ea2b0c9eb88b5602b26a55517a92193bfadf1d6 +SIZE (buger-jsonparser-6acdf747ae99_GH0.tar.gz) = 47577 +SHA256 (chzyer-readline-2972be24d48e_GH0.tar.gz) = 8f425cfb33fce61a137866c0a88117c68f49de79a61a341353fc97339c6b74da +SIZE (chzyer-readline-2972be24d48e_GH0.tar.gz) = 36825 +SHA256 (jfrog-gofrog-v1.0.2_GH0.tar.gz) = 6aefbae3b2fa5ffe0407bdd43be73f5d6c2ccb57cdcf480bca4cd985bef5adcd +SIZE (jfrog-gofrog-v1.0.2_GH0.tar.gz) = 13926 +SHA256 (mholt-archiver-v2.1.0_GH0.tar.gz) = 2d5f424b91557472d8c25ec6617936f054b3e169b1fb249002506c3488627642 +SIZE (mholt-archiver-v2.1.0_GH0.tar.gz) = 21655 +SHA256 (dsnet-compress-cc9eb1d_GH0.tar.gz) = da2068d29d9b53477e683de46177f26748545a9623dd69c58575781b2a012688 +SIZE (dsnet-compress-cc9eb1d_GH0.tar.gz) = 9960045 +SHA256 (golang-snappy-2e65f85255db_GH0.tar.gz) = 3f0d9ed5fbea9b10b33c38321afe9a9e8a45dc3f0dbed9c3c1b640e69da05f76 +SIZE (golang-snappy-2e65f85255db_GH0.tar.gz) = 62580 +SHA256 (mattn-go-shellwords-v1.0.3_GH0.tar.gz) = 0491bfd86ce88ffb750442f76a44dd2ad40354fca4cc161c6fc4c33b99366b8b +SIZE (mattn-go-shellwords-v1.0.3_GH0.tar.gz) = 3276 +SHA256 (nwaples-rardecode-e06696f847ae_GH0.tar.gz) = 3786ad7ffd9ec8fcd1f54b25dcad1c2ebcb03a535f74b9c2fc02ed66f616efc2 +SIZE (nwaples-rardecode-e06696f847ae_GH0.tar.gz) = 34163 +SHA256 (pierrec-lz4-v2.0.5_GH0.tar.gz) = 322b98493c960e940cf187646957bea4fe96a274412b88d7d199a9cbf39591c6 +SIZE (pierrec-lz4-v2.0.5_GH0.tar.gz) = 3555216 +SHA256 (spf13-viper-v1.2.1_GH0.tar.gz) = a98557c9b0450f053d6dcaf886c7945969b8d5257a955f4236b42a8465e426f4 +SIZE (spf13-viper-v1.2.1_GH0.tar.gz) = 34467 +SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd +SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139 +SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2 +SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658 +SHA256 (magiconair-properties-v1.8.0_GH0.tar.gz) = f6c732fe6031e2cf72c6eb6d6ce50cde8f72d254c3a26f42e373c598870616ed +SIZE (magiconair-properties-v1.8.0_GH0.tar.gz) = 29504 +SHA256 (mitchellh-mapstructure-v1.0.0_GH0.tar.gz) = 6eddc2ee4c69177e6b3a47e134277663f7e70b1f23b6f05908503db9d5ad5457 +SIZE (mitchellh-mapstructure-v1.0.0_GH0.tar.gz) = 18841 +SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244 +SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496 +SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b +SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309 +SHA256 (spf13-cast-v1.2.0_GH0.tar.gz) = 72398a50dc8f3509cb032c60c9df88cd705ef5e5737d87b157b05dbc1a73a1cd +SIZE (spf13-cast-v1.2.0_GH0.tar.gz) = 9856 +SHA256 (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 2ece12b964e0d230b10851555185d42d3c81b401efda044265ae716eb1d0bc2d +SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392 +SHA256 (spf13-pflag-v1.0.2_GH0.tar.gz) = beffdf702402f3e4483c2ed24f9ee57997d1a48a5cd5ccf44ca6d63ceb24fa30 +SIZE (spf13-pflag-v1.0.2_GH0.tar.gz) = 44042 +SHA256 (ulikunitz-xz-v0.5.4_GH0.tar.gz) = dc70efdba5c901622a3872466964223b9534e4b02ae321258a2bb61f76ea0ff3 +SIZE (ulikunitz-xz-v0.5.4_GH0.tar.gz) = 477002 +SHA256 (xanzy-ssh-agent-v0.2.0_GH0.tar.gz) = 10def183cf54babd423c998bed9ead4bfa36a52245cfb3b0f5d72cd6b7e485bd +SIZE (xanzy-ssh-agent-v0.2.0_GH0.tar.gz) = 7273 +SHA256 (golang-crypto-e363607_GH0.tar.gz) = e32166defb1f0f47bfe9ceca4aadfb9508599cda40d9f058aa00eee9e4e00547 +SIZE (golang-crypto-e363607_GH0.tar.gz) = 1639213 +SHA256 (golang-sys-8cf3aee42992_GH0.tar.gz) = 972266abcc6bacae0fa09f0385286430c704f26d1eb36248afad647e27e3ba6a +SIZE (golang-sys-8cf3aee42992_GH0.tar.gz) = 1075124 +SHA256 (golang-text-v0.3.0_GH0.tar.gz) = 8f4c9a048345befc7beccd09267737ee1f55c7b35e5ff80f344ec9e0aa90febb +SIZE (golang-text-v0.3.0_GH0.tar.gz) = 6102619 +SHA256 (src-d-go-git-v4.7.0_GH0.tar.gz) = 144eccfabbd5a992c304d4921bdd682a8fba775e42b06b39041241d721023958 +SIZE (src-d-go-git-v4.7.0_GH0.tar.gz) = 375873 +SHA256 (emirpasic-gods-v1.12.0_GH0.tar.gz) = 889d06b5f88db9e2dae19a799a35324c4f59305aa5e966dcdb4b637e70607ff9 +SIZE (emirpasic-gods-v1.12.0_GH0.tar.gz) = 76825 +SHA256 (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = b5a5c4fe8d73dea7dc838f1c428c5fff0db9b50a2c014208a2761de4e94fa5ba +SIZE (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = 5945 +SHA256 (kevinburke-ssh_config-81db2a75821e_GH0.tar.gz) = 6b4be870125c475e18444954290c73810d715837aceb0fd52207b48670a2e682 +SIZE (kevinburke-ssh_config-81db2a75821e_GH0.tar.gz) = 17189 +SHA256 (mitchellh-go-homedir-v1.0.0_GH0.tar.gz) = ab2c930759869efe565a658b86e1a38ca2e2a0ea71635601ddcff1171aaff10a +SIZE (mitchellh-go-homedir-v1.0.0_GH0.tar.gz) = 3247 +SHA256 (pelletier-go-buffruneio-v0.2.0_GH0.tar.gz) = 2a838bbc3240d323549c9e6820cbf66199296d2706e72697685ee9576affd49f +SIZE (pelletier-go-buffruneio-v0.2.0_GH0.tar.gz) = 3028 +SHA256 (sergi-go-diff-v1.0.0_GH0.tar.gz) = 5a07596dcdee6e089b49309162c8e63bc02400652897a1f529d37f0602868dea +SIZE (sergi-go-diff-v1.0.0_GH0.tar.gz) = 41609 +SHA256 (src-d-gcfg-v1.3.0_GH0.tar.gz) = 67bee5a7d2210b1baf295407a9702b7804ebc95eda3e657f9bfe0e093f2fb392 +SIZE (src-d-gcfg-v1.3.0_GH0.tar.gz) = 28527 +SHA256 (golang-net-4dfa2610cdf3_GH0.tar.gz) = 7353fd468987f8ee63467c58e4a0a2b4aa184005a67c98988d679322466d4485 +SIZE (golang-net-4dfa2610cdf3_GH0.tar.gz) = 965323 +SHA256 (src-d-go-billy-v4.3.0_GH0.tar.gz) = e8ceb6508c5bce6376ed0ea8debdfaa707183cb825305675f7ae3281c550f8eb +SIZE (src-d-go-billy-v4.3.0_GH0.tar.gz) = 27445 +SHA256 (go-yaml-yaml-v2.2.1_GH0.tar.gz) = 33218aa3bd60a307fe14e66b970473cb411bb6ca3d4f4a5e30c97b44f9b4e84b +SIZE (go-yaml-yaml-v2.2.1_GH0.tar.gz) = 70217 +SHA256 (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 4712c4ceae321433d8c1d9ebc6afd154d7932c849129ded48b1c4a51c21275e8 +SIZE (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 3769 From owner-svn-ports-all@freebsd.org Sat Dec 8 18:43:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4485F132597F; Sat, 8 Dec 2018 18:43:57 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E173F8AAE2; Sat, 8 Dec 2018 18:43:56 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3B6E25FDE; Sat, 8 Dec 2018 18:43:56 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8Ihu1q091896; Sat, 8 Dec 2018 18:43:56 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8IhuSn091895; Sat, 8 Dec 2018 18:43:56 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201812081843.wB8IhuSn091895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sat, 8 Dec 2018 18:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486976 - head/java/openjdk8/files X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: head/java/openjdk8/files X-SVN-Commit-Revision: 486976 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E173F8AAE2 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:43:57 -0000 Author: glewis Date: Sat Dec 8 18:43:56 2018 New Revision: 486976 URL: https://svnweb.freebsd.org/changeset/ports/486976 Log: . Fix compilation on powerpc64 PR: 223834 Submitted by: Curtis Hamilton Added: head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_vm_version_ppc.cpp (contents, props changed) Added: head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_vm_version_ppc.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_vm_version_ppc.cpp Sat Dec 8 18:43:56 2018 (r486976) @@ -0,0 +1,17 @@ +--- hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp.orig ++++ hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp +@@ -38,8 +38,13 @@ + #ifdef TARGET_OS_FAMILY_linux + # include "os_linux.inline.hpp" + #endif +- ++#ifdef TARGET_OS_FAMILY_bsd ++# include "os_bsd.inline.hpp" ++#endif ++ ++#ifndef TARGET_OS_FAMILY_bsd + # include ++#endif + + int VM_Version::_features = VM_Version::unknown_m; + int VM_Version::_measured_cache_line_size = 128; // default value From owner-svn-ports-all@freebsd.org Sat Dec 8 18:47:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68FBF1325C2A; Sat, 8 Dec 2018 18:47:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11CC38ADC1; Sat, 8 Dec 2018 18:47:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7DBD25FE4; Sat, 8 Dec 2018 18:47:16 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8IlGSi092503; Sat, 8 Dec 2018 18:47:16 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8IlGgI092500; Sat, 8 Dec 2018 18:47:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812081847.wB8IlGgI092500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 18:47:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486977 - head/science/spglib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/spglib X-SVN-Commit-Revision: 486977 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 11CC38ADC1 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:47:17 -0000 Author: yuri Date: Sat Dec 8 18:47:16 2018 New Revision: 486977 URL: https://svnweb.freebsd.org/changeset/ports/486977 Log: science/spglib: Update 1.11.1.2 -> 1.11.2 Reported by: repology Modified: head/science/spglib/Makefile head/science/spglib/distinfo Modified: head/science/spglib/Makefile ============================================================================== --- head/science/spglib/Makefile Sat Dec 8 18:43:56 2018 (r486976) +++ head/science/spglib/Makefile Sat Dec 8 18:47:16 2018 (r486977) @@ -2,7 +2,7 @@ PORTNAME= spglib DISTVERSIONPREFIX= v -DISTVERSION= 1.11.1.2 +DISTVERSION= 1.11.2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/science/spglib/distinfo ============================================================================== --- head/science/spglib/distinfo Sat Dec 8 18:43:56 2018 (r486976) +++ head/science/spglib/distinfo Sat Dec 8 18:47:16 2018 (r486977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542738353 -SHA256 (atztogo-spglib-v1.11.1.2_GH0.tar.gz) = d99dab24accd269df65c01febd05cb5dd1094a89d7279f8390871f0432df2b56 -SIZE (atztogo-spglib-v1.11.1.2_GH0.tar.gz) = 1957886 +TIMESTAMP = 1544294663 +SHA256 (atztogo-spglib-v1.11.2_GH0.tar.gz) = aae61218dd0cca1fda245d4ad906c2eed5e8d30e28b575d74eab9a6be26bbd5d +SIZE (atztogo-spglib-v1.11.2_GH0.tar.gz) = 1984650 From owner-svn-ports-all@freebsd.org Sat Dec 8 18:47:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 773311325C31; Sat, 8 Dec 2018 18:47:18 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BD288ADC2; Sat, 8 Dec 2018 18:47:18 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F119725FE5; Sat, 8 Dec 2018 18:47:17 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8IlHuw092526; Sat, 8 Dec 2018 18:47:17 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8IlG63092502; Sat, 8 Dec 2018 18:47:16 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201812081847.wB8IlG63092502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Sat, 8 Dec 2018 18:47:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486978 - in head/lang: . ghc ghc862 ghc862/files X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head/lang: . ghc ghc862 ghc862/files X-SVN-Commit-Revision: 486978 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1BD288ADC2 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:47:18 -0000 Author: arrowd Date: Sat Dec 8 18:47:16 2018 New Revision: 486978 URL: https://svnweb.freebsd.org/changeset/ports/486978 Log: lang/ghc862: Add a port for GHC 8.6.2. Reviewed by: Mikael Urankar (ARM bits), tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D18397 Added: head/lang/ghc862/ - copied from r486969, head/lang/ghc/ Deleted: head/lang/ghc862/bsd.cabal.mk head/lang/ghc862/bsd.cabal.options.mk head/lang/ghc862/bsd.ghc.mk head/lang/ghc862/bsd.hackage.mk head/lang/ghc862/files/patch-configure head/lang/ghc862/files/patch-fix-build-on-arm head/lang/ghc862/files/patch-llvm-targets head/lang/ghc862/files/patch-rts_posix_OSMem.c head/lang/ghc862/pkg-plist Modified: head/lang/Makefile head/lang/ghc/bsd.ghc.mk head/lang/ghc862/Makefile head/lang/ghc862/distinfo head/lang/ghc862/files/extra-patch-aclocal.m4 head/lang/ghc862/files/patch-ghc.mk Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sat Dec 8 18:47:16 2018 (r486977) +++ head/lang/Makefile Sat Dec 8 18:47:16 2018 (r486978) @@ -113,6 +113,7 @@ SUBDIR += gforth SUBDIR += ghc SUBDIR += ghc843 + SUBDIR += ghc862 SUBDIR += gjs SUBDIR += gnat_util SUBDIR += gnatcross-aarch64 Modified: head/lang/ghc/bsd.ghc.mk ============================================================================== --- head/lang/ghc/bsd.ghc.mk Sat Dec 8 18:47:16 2018 (r486977) +++ head/lang/ghc/bsd.ghc.mk Sat Dec 8 18:47:16 2018 (r486978) @@ -85,6 +85,19 @@ BOOT_GHC_VERSION= 8.4.2 . else BOOT_GHC_VERSION= 8.4.3 . endif + +# When GHC being compiled and GHC used for bootstrapping support different +# LLVM versions, we have to pull in both. Luckily, this is relatively rare. +. if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7 +# LLVM version that bootstrap compiler uses +BOOT_LLVM_VERSION= 50 + +. if ${BOOT_LLVM_VERSION} != ${LLVM_VERSION} +BUILD_DEPENDS+= llc${BOOT_LLVM_VERSION}:devel/llvm${BOOT_LLVM_VERSION} +RUN_DEPENDS+= llc${BOOT_LLVM_VERSION}:devel/llvm${BOOT_LLVM_VERSION} +. endif +. endif + DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot .endif # MBOOT Modified: head/lang/ghc862/Makefile ============================================================================== --- head/lang/ghc/Makefile Sat Dec 8 18:00:22 2018 (r486969) +++ head/lang/ghc862/Makefile Sat Dec 8 18:47:16 2018 (r486978) @@ -1,8 +1,8 @@ -# Created by: Simon Marlow # $FreeBSD$ PORTNAME= ghc PORTVERSION= ${GHC_VERSION} +PKGNAMESUFFIX= 862 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ LOCAL/arrowd/:boot \ @@ -18,11 +18,13 @@ COMMENT= Compiler for the functional language Haskell LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -GHC_VERSION= 8.4.4 +GHC_VERSION= 8.6.2 HSCOLOUR_VERSION= 1.24.4 -LLVM_VERSION= 50 +LLVM_VERSION= 60 -CONFLICTS_INSTALL= ghc-7.4.* ghc-7.6.* ghc-7.8.* ghc-7.10.* ghc-8.0.* ghc-8.4.3 +CONFLICTS_INSTALL= ghc-7.4.* ghc-7.6.* ghc-7.8.* ghc-7.10.* ghc-8.0.* ghc-8.4.* + +PLIST= ${.CURDIR}/../../lang/ghc/pkg-plist .include "${.CURDIR}/../../lang/ghc/bsd.ghc.mk" Modified: head/lang/ghc862/distinfo ============================================================================== --- head/lang/ghc/distinfo Sat Dec 8 18:00:22 2018 (r486969) +++ head/lang/ghc862/distinfo Sat Dec 8 18:47:16 2018 (r486978) @@ -1,14 +1,14 @@ -TIMESTAMP = 1541010522 -SHA256 (ghc-8.4.4-src.tar.xz) = 11117735a58e507c481c09f3f39ae5a314e9fbf49fc3109528f99ea7959004b2 -SIZE (ghc-8.4.4-src.tar.xz) = 11319500 +TIMESTAMP = 1543568924 +SHA256 (ghc-8.6.2-src.tar.xz) = caaa819d21280ecde90a4773143dee188711e9ff175a27cfbaee56eb851d76d5 +SIZE (ghc-8.6.2-src.tar.xz) = 19024236 SHA256 (ghc-8.4.3-boot-amd64-freebsd.tar.xz) = 0e0324a539d471a813ed4d18c537fb19be22a4e250bd5434a3a911b9d5343724 SIZE (ghc-8.4.3-boot-amd64-freebsd.tar.xz) = 67718400 SHA256 (ghc-8.4.3-boot-i386-freebsd.tar.xz) = 65fcd48b1c0166e028b3f6d50ad295525e6b84490da82663ec66165e57e87972 SIZE (ghc-8.4.3-boot-i386-freebsd.tar.xz) = 66143592 SHA256 (hscolour-1.24.4.tar.gz) = 243332b082294117f37b2c2c68079fa61af68b36223b3fc07594f245e0e5321d SIZE (hscolour-1.24.4.tar.gz) = 28729 -SHA256 (ghc-8.4.3-boot-aarch64-freebsd.tar.xz) = 84611f37d31a43a3216274ee7dcee4b89f2c5ef6ab713222f266b5658c736e05 -SIZE (ghc-8.4.3-boot-aarch64-freebsd.tar.xz) = 99933576 +SHA256 (ghc-8.4.2-boot-aarch64-freebsd.tar.xz) = 18412f10bb172dbaff7f31505845fbd43fdde14046463fdacc42e26683be311d +SIZE (ghc-8.4.2-boot-aarch64-freebsd.tar.xz) = 100240140 SHA256 (ghc-8.4.2-boot-armv6-freebsd.tar.xz) = 61d3a4486dbb904b05a735e98f23a49c2b464d6b19212dd655ff578f36d02f0d SIZE (ghc-8.4.2-boot-armv6-freebsd.tar.xz) = 107368936 SHA256 (ghc-8.4.2-boot-armv7-freebsd.tar.xz) = eedb9416870bfe82315155751871e31e815b718b381ccf4f7e45a99a6ad7c94d Modified: head/lang/ghc862/files/extra-patch-aclocal.m4 ============================================================================== --- head/lang/ghc/files/extra-patch-aclocal.m4 Sat Dec 8 18:00:22 2018 (r486969) +++ head/lang/ghc862/files/extra-patch-aclocal.m4 Sat Dec 8 18:47:16 2018 (r486978) @@ -1,46 +1,8 @@ --- aclocal.m4.orig 2018-03-25 21:22:32 UTC +++ aclocal.m4 -@@ -648,6 +648,14 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS], - $3="$$3 -D_HPUX_SOURCE" - $5="$$5 -D_HPUX_SOURCE" - ;; -+ arm*freebsd*) -+ # On arm/freebsd, tell gcc to generate Arm -+ # instructions (ie not Thumb) and to link using the gold linker. -+ # Forcing LD to be ld.gold is done in FIND_LD m4 macro. -+ $2="$$2 -marm" -+ $3="$$3 -Wl,-z,noexecstack" -+ $4="$$4 -z noexecstack" -+ ;; - arm*linux*) - # On arm/linux and arm/android, tell gcc to generate Arm - # instructions (ie not Thumb). -@@ -656,6 +664,11 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS], - $4="$$4 -z noexecstack" - ;; - -+ aarch64*freebsd*) -+ $3="$$3 -Wl,-z,noexecstack" -+ $4="$$4 -z noexecstack" -+ ;; -+ - aarch64*linux*) - $3="$$3 -Wl,-z,noexecstack" - $4="$$4 -z noexecstack" -@@ -1917,6 +1930,10 @@ case "$1" in - # converts the canonicalized target into someting llvm can understand - AC_DEFUN([GHC_LLVM_TARGET], [ - case "$2-$3" in -+ *-freebsd*-gnueabihf) -+ llvm_target_vendor="unknown" -+ llvm_target_os="freebsd-gnueabihf" -+ ;; - hardfloat-*eabi) - llvm_target_vendor="unknown" - llvm_target_os="$3""hf" @@ -2361,13 +2378,6 @@ AC_DEFUN([FIND_LD],[ [enable_ld_override=yes]) - + find_ld() { - # Make sure the user didn't specify LD manually. - if test "z$LD" != "z"; then Modified: head/lang/ghc862/files/patch-ghc.mk ============================================================================== --- head/lang/ghc/files/patch-ghc.mk Sat Dec 8 18:00:22 2018 (r486969) +++ head/lang/ghc862/files/patch-ghc.mk Sat Dec 8 18:47:16 2018 (r486978) @@ -1,4 +1,4 @@ ---- ghc.mk.orig 2017-01-03 15:59:18 UTC +--- ghc.mk.orig 2018-09-16 20:53:54 UTC +++ ghc.mk @@ -96,6 +96,7 @@ endif # Catch make if it runs away into an infinite loop @@ -8,14 +8,13 @@ else $(error Make has restarted itself $(MAKE_RESTARTS) times; is there a makefile bug? See http://ghc.haskell.org/trac/ghc/wiki/Building/Troubleshooting#Makehasrestarteditself3timesisthereamakefilebug for details) endif -@@ -459,10 +460,7 @@ PACKAGES_STAGE1 += ghc-boot-th - PACKAGES_STAGE1 += ghc-boot - PACKAGES_STAGE1 += template-haskell +@@ -461,9 +462,7 @@ PACKAGES_STAGE1 += template-haskell PACKAGES_STAGE1 += ghc-compact -- + PACKAGES_STAGE1 += ghc-heap + -ifeq "$(HADDOCK_DOCS)" "YES" PACKAGES_STAGE1 += xhtml -endif - + ifeq "$(WITH_TERMINFO)" "YES" PACKAGES_STAGE1 += terminfo From owner-svn-ports-all@freebsd.org Sat Dec 8 18:48:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B5961325D49; Sat, 8 Dec 2018 18:48:43 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DBFB68B199; Sat, 8 Dec 2018 18:48:42 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCDF625FF0; Sat, 8 Dec 2018 18:48:42 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8Imghl092731; Sat, 8 Dec 2018 18:48:42 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8Imgel092729; Sat, 8 Dec 2018 18:48:42 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201812081848.wB8Imgel092729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Sat, 8 Dec 2018 18:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486979 - in head/net/mosquitto: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/net/mosquitto: . files X-SVN-Commit-Revision: 486979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DBFB68B199 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:48:43 -0000 Author: fernape Date: Sat Dec 8 18:48:41 2018 New Revision: 486979 URL: https://svnweb.freebsd.org/changeset/ports/486979 Log: net/mosquitto: update to 1.5.4 This release fixes a number of security, building and memory leak issues. Announcement: https://mosquitto.org/blog/2018/11/version-154-released/ PR: 233552 Submitted by: iblis@hs.ntnu.edu.tw Approved by: joe@thrallingpenguin.com (maintainer) Deleted: head/net/mosquitto/files/patch-lib_socks__mosq.c Modified: head/net/mosquitto/Makefile head/net/mosquitto/distinfo head/net/mosquitto/files/patch-src_CMakeLists.txt Modified: head/net/mosquitto/Makefile ============================================================================== --- head/net/mosquitto/Makefile Sat Dec 8 18:47:16 2018 (r486978) +++ head/net/mosquitto/Makefile Sat Dec 8 18:48:41 2018 (r486979) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTVERSION= 1.5.4 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ @@ -17,20 +16,21 @@ LIB_DEPENDS= libcares.so:dns/c-ares \ BUILD_DEPENDS= xsltproc:textproc/libxslt USES= cmake ssl -NOCONFIGURE= yes USE_RC_SUBR= mosquitto USE_LDCONFIG= yes -PLIST_SUB= PORTVERSION=${PORTVERSION} USERS= nobody +NOCONFIGURE= yes +PLIST_SUB= PORTVERSION=${PORTVERSION} + OPTIONS_DEFINE= WS -CMAKE_ARGS+= -DCMAKE_LIBDATADIR="${PREFIX}/libdata" - WS_DESC= MQTT over Websockets support WS_LIB_DEPENDS= libwebsockets.so:net/libwebsockets WS_CMAKE_ON= -DWITH_WEBSOCKETS=ON + +CMAKE_ARGS+= -DCMAKE_LIBDATADIR="${PREFIX}/libdata" post-patch: # do not run ldconfig in stage dir Modified: head/net/mosquitto/distinfo ============================================================================== --- head/net/mosquitto/distinfo Sat Dec 8 18:47:16 2018 (r486978) +++ head/net/mosquitto/distinfo Sat Dec 8 18:48:41 2018 (r486979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538306679 -SHA256 (mosquitto-1.5.3.tar.gz) = 3081a998d303a883b1cd064009beabc88aa9159e26f5258a4ae6007160491d10 -SIZE (mosquitto-1.5.3.tar.gz) = 425844 +TIMESTAMP = 1542087175 +SHA256 (mosquitto-1.5.4.tar.gz) = 5fd7f3454fd6d286645d032bc07f44a1c8583cec02ef2422c9eb32e0a89a9b2f +SIZE (mosquitto-1.5.4.tar.gz) = 430602 Modified: head/net/mosquitto/files/patch-src_CMakeLists.txt ============================================================================== --- head/net/mosquitto/files/patch-src_CMakeLists.txt Sat Dec 8 18:47:16 2018 (r486978) +++ head/net/mosquitto/files/patch-src_CMakeLists.txt Sat Dec 8 18:48:41 2018 (r486979) @@ -1,6 +1,6 @@ --- src/CMakeLists.txt.orig 2018-09-25 15:27:43 UTC +++ src/CMakeLists.txt -@@ -114,6 +114,7 @@ if (WIN32 OR CYGWIN) +@@ -114,6 +114,7 @@ endif (WIN32 OR CYGWIN) add_definitions (-DWITH_BROKER) @@ -8,16 +8,16 @@ set (MOSQ_LIBS ${MOSQ_LIBS} ${OPENSSL_LIBRARIES}) -@@ -131,7 +132,7 @@ if (UNIX) - if (APPLE) - set (MOSQ_LIBS ${MOSQ_LIBS} dl m) - else (APPLE) -- set (MOSQ_LIBS ${MOSQ_LIBS} dl m) -+ set (MOSQ_LIBS ${MOSQ_LIBS} m) - find_library(LIBRT rt) - if (LIBRT) - set (MOSQ_LIBS ${MOSQ_LIBS} rt) -@@ -185,7 +186,6 @@ if (${WITH_TLS} STREQUAL ON) +@@ -132,7 +133,7 @@ + elseif(QNX) + set(MOSQ_LIBS ${MOSQ_LIBS} m socket) + else(APPLE) +- set (MOSQ_LIBS ${MOSQ_LIBS} dl m) ++ set (MOSQ_LIBS ${MOSQ_LIBS} m) + find_library(LIBRT rt) + if (LIBRT) + set (MOSQ_LIBS ${MOSQ_LIBS} rt) +@@ -186,7 +187,6 @@ endif (${WITH_TLS} STREQUAL ON) if (UNIX AND NOT APPLE) From owner-svn-ports-all@freebsd.org Sat Dec 8 18:52:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05EAD1325F7D; Sat, 8 Dec 2018 18:52:53 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BDFC8B52F; Sat, 8 Dec 2018 18:52:52 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7740526184; Sat, 8 Dec 2018 18:52:52 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8IqqYN097707; Sat, 8 Dec 2018 18:52:52 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8IqqAb097705; Sat, 8 Dec 2018 18:52:52 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201812081852.wB8IqqAb097705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 8 Dec 2018 18:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486980 - head/net/haproxy-devel X-SVN-Group: ports-head X-SVN-Commit-Author: demon X-SVN-Commit-Paths: head/net/haproxy-devel X-SVN-Commit-Revision: 486980 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9BDFC8B52F X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:52:53 -0000 Author: demon Date: Sat Dec 8 18:52:51 2018 New Revision: 486980 URL: https://svnweb.freebsd.org/changeset/ports/486980 Log: Update to -dev10. Modified: head/net/haproxy-devel/Makefile head/net/haproxy-devel/distinfo Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Sat Dec 8 18:48:41 2018 (r486979) +++ head/net/haproxy-devel/Makefile Sat Dec 8 18:52:51 2018 (r486980) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -DISTVERSION= 1.9-dev9 +DISTVERSION= 1.9-dev10 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.9/src/devel/ PKGNAMESUFFIX= -devel Modified: head/net/haproxy-devel/distinfo ============================================================================== --- head/net/haproxy-devel/distinfo Sat Dec 8 18:48:41 2018 (r486979) +++ head/net/haproxy-devel/distinfo Sat Dec 8 18:52:51 2018 (r486980) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543858598 -SHA256 (haproxy-1.9-dev9.tar.gz) = 48c4f1bca90df8a2ecbe846a79c13d3b02dc6d5f51587f7f431bcfc2cc829d08 -SIZE (haproxy-1.9-dev9.tar.gz) = 2281373 +TIMESTAMP = 1544295122 +SHA256 (haproxy-1.9-dev10.tar.gz) = f39513dbe819e3c7227a8482fd3bac5cc2a7bd2965fe773f353c55865a0ef211 +SIZE (haproxy-1.9-dev10.tar.gz) = 2288421 From owner-svn-ports-all@freebsd.org Sat Dec 8 18:53:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 027A81325FB4; Sat, 8 Dec 2018 18:53:47 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BA1E8B60C; Sat, 8 Dec 2018 18:53:46 +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 7706026186; Sat, 8 Dec 2018 18:53:46 +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 wB8IrkIN097867; Sat, 8 Dec 2018 18:53:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8IrkAE097865; Sat, 8 Dec 2018 18:53:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812081853.wB8IrkAE097865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 18:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486981 - head/science/py-pymatgen X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-pymatgen X-SVN-Commit-Revision: 486981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9BA1E8B60C X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:53:47 -0000 Author: yuri Date: Sat Dec 8 18:53:45 2018 New Revision: 486981 URL: https://svnweb.freebsd.org/changeset/ports/486981 Log: science/py-pymatgen: Update 2018.9.1 -> 2018.9.30 Reported by: repology Modified: head/science/py-pymatgen/Makefile head/science/py-pymatgen/distinfo Modified: head/science/py-pymatgen/Makefile ============================================================================== --- head/science/py-pymatgen/Makefile Sat Dec 8 18:52:51 2018 (r486980) +++ head/science/py-pymatgen/Makefile Sat Dec 8 18:53:45 2018 (r486981) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pymatgen -DISTVERSION= 2018.9.1 +DISTVERSION= 2018.9.30 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-pymatgen/distinfo ============================================================================== --- head/science/py-pymatgen/distinfo Sat Dec 8 18:52:51 2018 (r486980) +++ head/science/py-pymatgen/distinfo Sat Dec 8 18:53:45 2018 (r486981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537212108 -SHA256 (pymatgen-2018.9.1.tar.gz) = dee5dbd8008081de9f27759c20c550d09a07136eeebfe941e3d05fd88ccace18 -SIZE (pymatgen-2018.9.1.tar.gz) = 1815336 +TIMESTAMP = 1544294869 +SHA256 (pymatgen-2018.9.30.tar.gz) = 08c8da84beec153c0ad7acc47e67245e2d6598169e9803b82bd53131a67293be +SIZE (pymatgen-2018.9.30.tar.gz) = 1998282 From owner-svn-ports-all@freebsd.org Sat Dec 8 18:57:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B150A1326064; Sat, 8 Dec 2018 18:57:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 563348B727; Sat, 8 Dec 2018 18:57:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3399626189; Sat, 8 Dec 2018 18:57:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8IvO3o098163; Sat, 8 Dec 2018 18:57:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8IvNPE098161; Sat, 8 Dec 2018 18:57:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812081857.wB8IvNPE098161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 18:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486982 - head/archivers/py-zstd X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/archivers/py-zstd X-SVN-Commit-Revision: 486982 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 563348B727 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 18:57:24 -0000 Author: yuri Date: Sat Dec 8 18:57:23 2018 New Revision: 486982 URL: https://svnweb.freebsd.org/changeset/ports/486982 Log: archivers/py-zstd: Update 1.3.4 -> 1.3.5.1 Reported by: repology Modified: head/archivers/py-zstd/Makefile head/archivers/py-zstd/distinfo Modified: head/archivers/py-zstd/Makefile ============================================================================== --- head/archivers/py-zstd/Makefile Sat Dec 8 18:53:45 2018 (r486981) +++ head/archivers/py-zstd/Makefile Sat Dec 8 18:57:23 2018 (r486982) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zstd -DISTVERSION= 1.3.4 +DISTVERSION= 1.3.5.1 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/archivers/py-zstd/distinfo ============================================================================== --- head/archivers/py-zstd/distinfo Sat Dec 8 18:53:45 2018 (r486981) +++ head/archivers/py-zstd/distinfo Sat Dec 8 18:57:23 2018 (r486982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522871042 -SHA256 (zstd-1.3.4.tar.gz) = 57698e25eea420014f4653a452c7adecfff40688312f2eb425ef51b5b0f60d11 -SIZE (zstd-1.3.4.tar.gz) = 405052 +TIMESTAMP = 1544295349 +SHA256 (zstd-1.3.5.1.tar.gz) = c03bf3f1f4284a141c74fd2c025afc03c14043c8131d39599f713b66bdea3134 +SIZE (zstd-1.3.5.1.tar.gz) = 423570 From owner-svn-ports-all@freebsd.org Sat Dec 8 19:09:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD3A813266D5; Sat, 8 Dec 2018 19:09:29 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 656988BD65; Sat, 8 Dec 2018 19:09:29 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28B382634A; Sat, 8 Dec 2018 19:09:29 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8J9Tnm003572; Sat, 8 Dec 2018 19:09:29 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8J9SV0003570; Sat, 8 Dec 2018 19:09:28 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201812081909.wB8J9SV0003570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sat, 8 Dec 2018 19:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486983 - in head/java/openjdk8: . files X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: in head/java/openjdk8: . files X-SVN-Commit-Revision: 486983 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 656988BD65 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 19:09:30 -0000 Author: glewis Date: Sat Dec 8 19:09:28 2018 New Revision: 486983 URL: https://svnweb.freebsd.org/changeset/ports/486983 Log: . Fix SCTP support. PR: 230321 Submitted by: Timo Voelker Added: head/java/openjdk8/files/patch-jdk-src-solaris-native-sun-nio-ch-sctp-SctpChannelImpl.c (contents, props changed) Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Sat Dec 8 18:57:23 2018 (r486982) +++ head/java/openjdk8/Makefile Sat Dec 8 19:09:28 2018 (r486983) @@ -2,6 +2,7 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//} +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \ https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \ Added: head/java/openjdk8/files/patch-jdk-src-solaris-native-sun-nio-ch-sctp-SctpChannelImpl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-jdk-src-solaris-native-sun-nio-ch-sctp-SctpChannelImpl.c Sat Dec 8 19:09:28 2018 (r486983) @@ -0,0 +1,41 @@ +--- jdk/src/solaris/native/sun/nio/ch/sctp/SctpChannelImpl.c.org 2018-07-26 09:56:49.897172000 +0200 ++++ jdk/src/solaris/native/sun/nio/ch/sctp/SctpChannelImpl.c 2018-07-30 16:13:19.116935000 +0200 +@@ -330,11 +330,11 @@ + break; + case SCTP_ADDR_MADE_PRIM : + event = sun_nio_ch_sctp_PeerAddrChange_SCTP_ADDR_MADE_PRIM; +-#ifdef __linux__ /* Solaris currently doesn't support SCTP_ADDR_CONFIRMED */ ++#ifndef __solaris__ /* Solaris currently doesn't support SCTP_ADDR_CONFIRMED */ + break; + case SCTP_ADDR_CONFIRMED : + event = sun_nio_ch_sctp_PeerAddrChange_SCTP_ADDR_CONFIRMED; +-#endif /* __linux__ */ ++#endif /* __solaris__ */ + } + + addressObj = SockAddrToInetSocketAddress(env, (struct sockaddr*)&spc->spc_aaddr); +@@ -445,13 +445,13 @@ + } else if (errno == EINTR) { + return IOS_INTERRUPTED; + +-#ifdef __linux__ ++#ifndef __solaris__ + } else if (errno == ENOTCONN) { + /* ENOTCONN when EOF reached */ + rv = 0; + /* there will be no control data */ + msg->msg_controllen = 0; +-#endif /* __linux__ */ ++#endif /* __solaris__ */ + + } else { + handleSocketError(env, errno); +@@ -568,7 +568,7 @@ + /* Set up the msghdr structure for sending */ + memset(msg, 0, sizeof (*msg)); + memset(cbuf, 0, cbuf_size); +- msg->msg_name = &sa; ++ msg->msg_name = (sa_len == 0 ? NULL : &sa); + msg->msg_namelen = sa_len; + iov->iov_base = addr; + iov->iov_len = length; From owner-svn-ports-all@freebsd.org Sat Dec 8 19:41:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D2B31327865; Sat, 8 Dec 2018 19:41:58 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7257E8D1C0; Sat, 8 Dec 2018 19:41:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io1-f44.google.com with SMTP id x6so5896511ioa.9; Sat, 08 Dec 2018 11:41:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=JJSdhYIFKkJi5Tw/rQ9qMSrpkQ8QXF4DALlprICRm7o=; b=Q2Uf/Yoy3eGPeM800cFMeFEc02Xp+rcGD58v8rvKP5BuaosFXatyCJ5QUNzuD01fpy 9lygfK84+ZKe9+tfARPnYBJgzsAqWVb3Uol0AumdHPM0mKSkbw5pPw/pgdwW3WuRFrlc C39i0Dqgy9471adLpyBId8oOBVPvKVH7yTrla4dSvMPIWFWAvEensPpBLucI/+2hC2Ib 9CcetQQ8B1FSL9ZCOpDmbeamp4q8+n6Xlj1UC5JmuVcpUFK+/ARuP6cOKnG7mWQE2J8J XG0EvhoJOGqX8wYWW9lozAoGMOrijTheKKspBWwRZXmoT8uHLU2UAhk5LWt3ygb6EvAx Jr3g== X-Gm-Message-State: AA+aEWZyRpdHVz3NkTFAqtfKgxGp4PgHtTu93VW9N/KLIRsVTiMWAYlp AWZ4FKQkQSqct8ZBZF7RMbOotM4neZhx19fGgnf6Pg== X-Google-Smtp-Source: AFSGD/Ws1XQG9ejfNSj6gJGmsUWSKnkitfuR68gLpXX4n9Pvx/W0vwV1hP+QbbWFZl7rsllSQgyDbP6KcTAe3tW6WtU= X-Received: by 2002:a5d:8881:: with SMTP id d1mr5190736ioo.94.1544298111248; Sat, 08 Dec 2018 11:41:51 -0800 (PST) MIME-Version: 1.0 References: <201812032342.wB3NgLpq099270@repo.freebsd.org> In-Reply-To: <201812032342.wB3NgLpq099270@repo.freebsd.org> From: Antoine Brodin Date: Sat, 8 Dec 2018 20:41:38 +0100 Message-ID: Subject: Re: svn commit: r486562 - head/security/clamav To: Larry Rosenman Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 7257E8D1C0 X-Spamd-Result: default: False [-3.92 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.979,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.997,0]; IP_SCORE(-0.97)[ipnet: 209.85.128.0/17(-3.50), asn: 15169(-1.29), country: US(-0.09)]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; RCVD_IN_DNSWL_NONE(0.00)[44.166.85.209.list.dnswl.org : 127.0.5.0]; FORGED_SENDER(0.30)[antoine@freebsd.org,antoinebrodinfreebsd@gmail.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[]; FROM_NEQ_ENVFROM(0.00)[antoine@freebsd.org,antoinebrodinfreebsd@gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 19:41:58 -0000 On Tue, Dec 4, 2018 at 12:42 AM Larry Rosenman wrote: > > Author: ler > Date: Mon Dec 3 23:42:21 2018 > New Revision: 486562 > URL: https://svnweb.freebsd.org/changeset/ports/486562 > > Log: > security/clamav: update to 0.101.0 > > PR: 2337761 > Submitted by: yasu@utahime.org Hi, The headers seem broken and all ports depending on clamav fail to build. Antoine From owner-svn-ports-all@freebsd.org Sat Dec 8 19:51:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 636891327C45; Sat, 8 Dec 2018 19:51:15 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A75C8D8B1; Sat, 8 Dec 2018 19:51:15 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DFA3126A27; Sat, 8 Dec 2018 19:51:14 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8JpEQK025568; Sat, 8 Dec 2018 19:51:14 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8JpEFa025565; Sat, 8 Dec 2018 19:51:14 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201812081951.wB8JpEFa025565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sat, 8 Dec 2018 19:51:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486984 - head/devel/cdecl X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/devel/cdecl X-SVN-Commit-Revision: 486984 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0A75C8D8B1 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 19:51:15 -0000 Author: ler Date: Sat Dec 8 19:51:14 2018 New Revision: 486984 URL: https://svnweb.freebsd.org/changeset/ports/486984 Log: devel/cdecl: Update to 5.1 Added C++20 support Specifically, consteval functions, operator<=>(), and predefined typedefs were added: partial_ordering, strong_equality, strong_ordering, weak_equality, and weak_ordering. Added C18 support Since C18 is only a bugfix version, "C18" is merely recognized as a valid version of C. Modified: head/devel/cdecl/Makefile head/devel/cdecl/distinfo Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Sat Dec 8 19:09:28 2018 (r486983) +++ head/devel/cdecl/Makefile Sat Dec 8 19:51:14 2018 (r486984) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 5.0 +PORTVERSION= 5.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel Modified: head/devel/cdecl/distinfo ============================================================================== --- head/devel/cdecl/distinfo Sat Dec 8 19:09:28 2018 (r486983) +++ head/devel/cdecl/distinfo Sat Dec 8 19:51:14 2018 (r486984) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543677393 -SHA256 (paul-j-lucas-cdecl-cdecl-5.0_GH0.tar.gz) = e5932d1c073f5d3113a7c71bbef351d1fc65108add72a0bd1ccbb9d0244dacab -SIZE (paul-j-lucas-cdecl-cdecl-5.0_GH0.tar.gz) = 330058 +TIMESTAMP = 1544205368 +SHA256 (paul-j-lucas-cdecl-cdecl-5.1_GH0.tar.gz) = a667eeee8a010ccf1856e367bdb0e514f030781809632b8c13be3bec6549812f +SIZE (paul-j-lucas-cdecl-cdecl-5.1_GH0.tar.gz) = 332402 From owner-svn-ports-all@freebsd.org Sat Dec 8 19:54:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D1DE1327E1D; Sat, 8 Dec 2018 19:54:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11FEA8DB97; Sat, 8 Dec 2018 19:54:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2BB326B82; Sat, 8 Dec 2018 19:54:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8JsEHK028913; Sat, 8 Dec 2018 19:54:14 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8JsEbB028911; Sat, 8 Dec 2018 19:54:14 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201812081954.wB8JsEbB028911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 8 Dec 2018 19:54:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486985 - head/lang/erlang-runtime20 X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/lang/erlang-runtime20 X-SVN-Commit-Revision: 486985 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 11FEA8DB97 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 19:54:15 -0000 Author: olgeni Date: Sat Dec 8 19:54:14 2018 New Revision: 486985 URL: https://svnweb.freebsd.org/changeset/ports/486985 Log: Update lang/erlang-runtime20 to version 20.3.8.15. Modified: head/lang/erlang-runtime20/Makefile head/lang/erlang-runtime20/distinfo Modified: head/lang/erlang-runtime20/Makefile ============================================================================== --- head/lang/erlang-runtime20/Makefile Sat Dec 8 19:51:14 2018 (r486984) +++ head/lang/erlang-runtime20/Makefile Sat Dec 8 19:54:14 2018 (r486985) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 20.3.8.14 +PORTVERSION= 20.3.8.15 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -25,7 +25,7 @@ PATCHFILES= patch-otp-20.3.1 patch-otp-20.3.2 patch-ot patch-otp-20.3.8.5 patch-otp-20.3.8.6 patch-otp-20.3.8.7 \ patch-otp-20.3.8.8 patch-otp-20.3.8.9 patch-otp-20.3.8.10 \ patch-otp-20.3.8.11 patch-otp-20.3.8.12 patch-otp-20.3.8.13 \ - patch-otp-20.3.8.14 + patch-otp-20.3.8.14 patch-otp-20.3.8.15 MAINTAINER= erlang@FreeBSD.org COMMENT= Functional programming language from Ericsson Modified: head/lang/erlang-runtime20/distinfo ============================================================================== --- head/lang/erlang-runtime20/distinfo Sat Dec 8 19:51:14 2018 (r486984) +++ head/lang/erlang-runtime20/distinfo Sat Dec 8 19:54:14 2018 (r486985) @@ -1,8 +1,8 @@ -TIMESTAMP = 1542312055 +TIMESTAMP = 1544291427 SHA256 (erlang/otp_src_20.3.tar.gz) = 4e19e6c403d5255531c0b870f19511c8b8e3b080618e4f9efcb44d905935b2a1 SIZE (erlang/otp_src_20.3.tar.gz) = 88170904 -SHA256 (erlang/preloaded-20.3.8.14.tar.gz) = d9cbadd9fb1f9d234bd9c82eedf5c01a57ef5be119cac79036d7f3add25aa55d -SIZE (erlang/preloaded-20.3.8.14.tar.gz) = 334975 +SHA256 (erlang/preloaded-20.3.8.15.tar.gz) = 378c9c29b74eb55785e16b7261a57178a87110d8e9fce1db4110974187ed810e +SIZE (erlang/preloaded-20.3.8.15.tar.gz) = 334977 SHA256 (erlang/patch-otp-20.3.1) = 3d43c6ecb867c64318466eb7adeb8953669cb092bb4b43bbe1b51cfb8d640ee8 SIZE (erlang/patch-otp-20.3.1) = 5316 SHA256 (erlang/patch-otp-20.3.2) = b4fa80bab29f1382510ad5b3fc66fd5d1aba35bb48ce390763eb05c88a3e44b1 @@ -47,3 +47,5 @@ SHA256 (erlang/patch-otp-20.3.8.13) = 5409e03f3ff57fef SIZE (erlang/patch-otp-20.3.8.13) = 7279 SHA256 (erlang/patch-otp-20.3.8.14) = e8f7ac2f1f10185e1666785ba4a3cc60c46f14d46ceb04c45672bf323c83cef7 SIZE (erlang/patch-otp-20.3.8.14) = 6822 +SHA256 (erlang/patch-otp-20.3.8.15) = 664cc80d24fbe506c90f54af11dcae3cf5ad11ac7ef6c19832c997654be90082 +SIZE (erlang/patch-otp-20.3.8.15) = 6127 From owner-svn-ports-all@freebsd.org Sat Dec 8 20:14:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50CB313282A9; Sat, 8 Dec 2018 20:14:40 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E75578E246; Sat, 8 Dec 2018 20:14:39 +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 C3BAD26EBE; Sat, 8 Dec 2018 20:14:39 +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 wB8KEdKK039229; Sat, 8 Dec 2018 20:14:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8KEdvc039227; Sat, 8 Dec 2018 20:14:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812082014.wB8KEdvc039227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 8 Dec 2018 20:14:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486986 - head/databases/xrootd X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/xrootd X-SVN-Commit-Revision: 486986 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E75578E246 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 20:14:40 -0000 Author: yuri Date: Sat Dec 8 20:14:39 2018 New Revision: 486986 URL: https://svnweb.freebsd.org/changeset/ports/486986 Log: databases/xrootd: Update 4.8.4 -> 4.8.5 Reported by: repology Modified: head/databases/xrootd/Makefile head/databases/xrootd/distinfo Modified: head/databases/xrootd/Makefile ============================================================================== --- head/databases/xrootd/Makefile Sat Dec 8 19:54:14 2018 (r486985) +++ head/databases/xrootd/Makefile Sat Dec 8 20:14:39 2018 (r486986) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xrootd -DISTVERSION= 4.8.4 +DISTVERSION= 4.8.5 CATEGORIES= databases MASTER_SITES= http://xrootd.org/download/v${DISTVERSION}/ @@ -20,7 +20,7 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPL BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= librados.so:net/ceph -USES= cmake:outsource localbase:ldflags pkgconfig readline shebangfix ssl +USES= cmake:outsource gnome localbase:ldflags pkgconfig readline shebangfix ssl SHEBANG_GLOB= *.sh USE_GNOME= libxml2 USE_LDCONFIG= yes Modified: head/databases/xrootd/distinfo ============================================================================== --- head/databases/xrootd/distinfo Sat Dec 8 19:54:14 2018 (r486985) +++ head/databases/xrootd/distinfo Sat Dec 8 20:14:39 2018 (r486986) @@ -1,6 +1,6 @@ -TIMESTAMP = 1533118576 -SHA256 (xrootd-4.8.4.tar.gz) = f148d55b16525567c0f893edf9bb2975f7c09f87f0599463e19e1b456a9d95ba -SIZE (xrootd-4.8.4.tar.gz) = 2390944 +TIMESTAMP = 1544295472 +SHA256 (xrootd-4.8.5.tar.gz) = 42e4d2cc6f8b442135f09bcc12c7be38b1a0c623a005cb5e69ff3d27997bdf73 +SIZE (xrootd-4.8.5.tar.gz) = 2396436 SHA256 (767d9770b01a89125b45fbea417364eb9efee528.patch) = e42f3bd0efdfad9aed34bfd7445ded01fb48d3796798af1f77c0801f06f5b033 SIZE (767d9770b01a89125b45fbea417364eb9efee528.patch) = 3456 SHA256 (0a2240ed70edc769891cb5155aeb99405ceeb7f4.patch) = 531d6338bf0419c224d94be76dd618fbc6df099d550045e0f803f74beaaf2ae2 From owner-svn-ports-all@freebsd.org Sat Dec 8 20:43:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D4111328EA8; Sat, 8 Dec 2018 20:43:56 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8097D8F0D6; Sat, 8 Dec 2018 20:43:55 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 42DAD27380; Sat, 8 Dec 2018 20:43:55 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8Kht51054709; Sat, 8 Dec 2018 20:43:55 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8KhrdZ054702; Sat, 8 Dec 2018 20:43:53 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201812082043.wB8KhrdZ054702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sat, 8 Dec 2018 20:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486987 - in head/net/qt4-network: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/net/qt4-network: . files X-SVN-Commit-Revision: 486987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8097D8F0D6 X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 20:43:56 -0000 Author: adridg Date: Sat Dec 8 20:43:53 2018 New Revision: 486987 URL: https://svnweb.freebsd.org/changeset/ports/486987 Log: Once more into the breach for net/qt4-network. This time it was build and run-tested in six configuration variants of 11.2 (all the valid settings for ssl= in DEFAULT_VERSIONS). Not tested by me in 12 though, others say it does work. With libressl it still doesn't *function*, but it builds. As far as I'm concerned for EOL software, that's so far outside the support envelope as to be ignored. PR: 214691 Submitted by: jkim Obtained from: Debian Added: head/net/qt4-network/files/patch-src_network_ssl_qsslcertificate.cpp (contents, props changed) head/net/qt4-network/files/patch-src_network_ssl_qsslkey.cpp (contents, props changed) head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__p.h (contents, props changed) head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h (contents, props changed) Modified: head/net/qt4-network/Makefile head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl.cpp head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp Modified: head/net/qt4-network/Makefile ============================================================================== --- head/net/qt4-network/Makefile Sat Dec 8 20:14:39 2018 (r486986) +++ head/net/qt4-network/Makefile Sat Dec 8 20:43:53 2018 (r486987) @@ -3,7 +3,7 @@ PORTNAME= network DISTVERSION= ${QT4_VERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net ipv6 PKGNAMEPREFIX= qt4- @@ -15,9 +15,6 @@ EXPIRATION_DATE= 2019-03-15 LICENSE= GPLv3 LGPL21 LGPL3 GFDL LICENSE_COMB= dual - -BROKEN_SSL= openssl111 -BROKEN_SSL_REASON_openssl111= error: member access into incomplete type 'RSA' (aka 'rsa_st') RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss Added: head/net/qt4-network/files/patch-src_network_ssl_qsslcertificate.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qt4-network/files/patch-src_network_ssl_qsslcertificate.cpp Sat Dec 8 20:43:53 2018 (r486987) @@ -0,0 +1,66 @@ +--- src/network/ssl/qsslcertificate.cpp.orig 2015-05-07 14:14:44 UTC ++++ src/network/ssl/qsslcertificate.cpp +@@ -259,10 +259,14 @@ void QSslCertificate::clear() + QByteArray QSslCertificate::version() const + { + QMutexLocker lock(QMutexPool::globalInstanceGet(d.data())); +- if (d->versionString.isEmpty() && d->x509) ++ if (d->versionString.isEmpty() && d->x509) { + d->versionString = ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + QByteArray::number(qlonglong(q_ASN1_INTEGER_get(d->x509->cert_info->version)) + 1); +- ++#else ++ QByteArray::number(qlonglong(q_X509_get_version(d->x509)) + 1); ++#endif ++ } + return d->versionString; + } + +@@ -276,7 +280,7 @@ QByteArray QSslCertificate::serialNumber() const + { + QMutexLocker lock(QMutexPool::globalInstanceGet(d.data())); + if (d->serialNumberString.isEmpty() && d->x509) { +- ASN1_INTEGER *serialNumber = d->x509->cert_info->serialNumber; ++ ASN1_INTEGER *serialNumber = q_X509_get_serialNumber(d->x509); + // if we cannot convert to a long, just output the hexadecimal number + if (serialNumber->length > 4) { + QByteArray hexString; +@@ -489,24 +493,33 @@ QSslKey QSslCertificate::publicKey() const + QSslKey key; + + key.d->type = QSsl::PublicKey; ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + X509_PUBKEY *xkey = d->x509->cert_info->key; ++#else ++ X509_PUBKEY *xkey = q_X509_get_X509_PUBKEY(d->x509); ++#endif + EVP_PKEY *pkey = q_X509_PUBKEY_get(xkey); + Q_ASSERT(pkey); + +- if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_RSA) { ++ int key_id; ++#if OPENSSL_VERSION_NUMBER < 0x10100000L ++ key_id = q_EVP_PKEY_type(pkey->type); ++#else ++ key_id = q_EVP_PKEY_base_id(pkey); ++#endif ++ if (key_id == EVP_PKEY_RSA) { + key.d->rsa = q_EVP_PKEY_get1_RSA(pkey); + key.d->algorithm = QSsl::Rsa; + key.d->isNull = false; +- } else if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_DSA) { ++ } else if (key_id == EVP_PKEY_DSA) { + key.d->dsa = q_EVP_PKEY_get1_DSA(pkey); + key.d->algorithm = QSsl::Dsa; + key.d->isNull = false; +- } else if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_DH) { ++ } else if (key_id == EVP_PKEY_DH) { + // DH unsupported + } else { + // error? + } +- + q_EVP_PKEY_free(pkey); + return key; + } Added: head/net/qt4-network/files/patch-src_network_ssl_qsslkey.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qt4-network/files/patch-src_network_ssl_qsslkey.cpp Sat Dec 8 20:43:53 2018 (r486987) @@ -0,0 +1,22 @@ +--- src/network/ssl/qsslkey.cpp.orig 2015-05-07 14:14:44 UTC ++++ src/network/ssl/qsslkey.cpp +@@ -321,8 +321,19 @@ int QSslKey::length() const + { + if (d->isNull) + return -1; ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + return (d->algorithm == QSsl::Rsa) + ? q_BN_num_bits(d->rsa->n) : q_BN_num_bits(d->dsa->p); ++#else ++ if (d->algorithm == QSsl::Rsa) { ++ return q_RSA_bits(d->rsa); ++ }else{ ++ BIGNUM *p = NULL; ++ q_DSA_get0_pqg(d->dsa, &p, NULL, NULL); ++ return q_BN_num_bits(p); ++ } ++#endif ++ + } + + /*! Modified: head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl.cpp ============================================================================== --- head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl.cpp Sat Dec 8 20:14:39 2018 (r486986) +++ head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl.cpp Sat Dec 8 20:43:53 2018 (r486987) @@ -1,8 +1,37 @@ -* Make availability of SSLv3 in Qt4 same as in Qt5, i.e. not part of SecureProtocols -* --- src/network/ssl/qsslsocket_openssl.cpp.orig 2015-05-07 14:14:44 UTC +++ src/network/ssl/qsslsocket_openssl.cpp -@@ -267,9 +267,13 @@ init_context: +@@ -93,6 +93,7 @@ bool QSslSocketPrivate::s_libraryLoaded = false; + bool QSslSocketPrivate::s_loadedCiphersAndCerts = false; + bool QSslSocketPrivate::s_loadRootCertsOnDemand = false; + ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + /* \internal + + From OpenSSL's thread(3) manual page: +@@ -174,6 +175,8 @@ static unsigned long id_function() + } + } // extern "C" + ++#endif //OPENSSL_VERSION_NUMBER >= 0x10100000L ++ + QSslSocketBackendPrivate::QSslSocketBackendPrivate() + : ssl(0), + ctx(0), +@@ -222,9 +225,12 @@ QSslCipher QSslSocketBackendPrivate::QSslCipher_from_S + ciph.d->encryptionMethod = descriptionList.at(4).mid(4); + ciph.d->exportable = (descriptionList.size() > 6 && descriptionList.at(6) == QLatin1String("export")); + ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + ciph.d->bits = cipher->strength_bits; + ciph.d->supportedBits = cipher->alg_bits; +- ++#else ++ ciph.d->bits = q_SSL_CIPHER_get_bits(cipher, &ciph.d->supportedBits); ++#endif + } + return ciph; + } +@@ -267,9 +273,13 @@ init_context: #endif break; case QSsl::SslV3: @@ -17,7 +46,7 @@ case QSsl::TlsV1SslV3: // SslV2 will be disabled below case QSsl::AnyProtocol: default: -@@ -297,8 +301,10 @@ init_context: +@@ -297,8 +307,10 @@ init_context: // Enable bug workarounds. long options; @@ -28,4 +57,73 @@ + options = SSL_OP_ALL|SSL_OP_NO_SSLv2|SSL_OP_NO_SSLv3; else options = SSL_OP_ALL; + +@@ -363,7 +375,7 @@ init_context: + // + // See also: QSslContext::fromConfiguration() + if (caCertificate.expiryDate() >= QDateTime::currentDateTime()) { +- q_X509_STORE_add_cert(ctx->cert_store, (X509 *)caCertificate.handle()); ++ q_X509_STORE_add_cert(q_SSL_CTX_get_cert_store(ctx), (X509 *)caCertificate.handle()); + } + } + +@@ -500,8 +512,10 @@ void QSslSocketBackendPrivate::destroySslContext() + */ + void QSslSocketPrivate::deinitialize() + { ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + q_CRYPTO_set_id_callback(0); + q_CRYPTO_set_locking_callback(0); ++#endif + } + + /*! +@@ -522,13 +536,17 @@ bool QSslSocketPrivate::ensureLibraryLoaded() + return false; + + // Check if the library itself needs to be initialized. ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + QMutexLocker locker(openssl_locks()->initLock()); ++#endif + if (!s_libraryLoaded) { + s_libraryLoaded = true; + + // Initialize OpenSSL. ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + q_CRYPTO_set_id_callback(id_function); + q_CRYPTO_set_locking_callback(locking_function); ++#endif + if (q_SSL_library_init() != 1) + return false; + q_SSL_load_error_strings(); +@@ -567,7 +585,9 @@ bool QSslSocketPrivate::ensureLibraryLoaded() + + void QSslSocketPrivate::ensureCiphersAndCertsLoaded() + { +- QMutexLocker locker(openssl_locks()->initLock()); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L ++ QMutexLocker locker(openssl_locks()->initLock()); ++#endif + if (s_loadedCiphersAndCerts) + return; + s_loadedCiphersAndCerts = true; +@@ -659,13 +679,18 @@ void QSslSocketPrivate::resetDefaultCiphers() + STACK_OF(SSL_CIPHER) *supportedCiphers = q_SSL_get_ciphers(mySsl); + for (int i = 0; i < q_sk_SSL_CIPHER_num(supportedCiphers); ++i) { + if (SSL_CIPHER *cipher = q_sk_SSL_CIPHER_value(supportedCiphers, i)) { +- if (cipher->valid) { ++ ++#if OPENSSL_VERSION_NUMBER < 0x10100000L ++ if (cipher->valid) { ++#endif + QSslCipher ciph = QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER(cipher); + if (!ciph.isNull()) { + if (!ciph.name().toLower().startsWith(QLatin1String("adh"))) + ciphers << ciph; + } ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + } ++#endif + } + } Added: head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__p.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__p.h Sat Dec 8 20:43:53 2018 (r486987) @@ -0,0 +1,13 @@ +--- src/network/ssl/qsslsocket_openssl_p.h.orig 2015-05-07 14:14:44 UTC ++++ src/network/ssl/qsslsocket_openssl_p.h +@@ -84,6 +84,10 @@ + #include + #endif + ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#define OPENSSL_NO_SSL2 ++#endif ++ + #if OPENSSL_VERSION_NUMBER >= 0x10000000L + typedef _STACK STACK; + #endif Modified: head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp ============================================================================== --- head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp Sat Dec 8 20:14:39 2018 (r486986) +++ head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp Sat Dec 8 20:43:53 2018 (r486987) @@ -1,9 +1,122 @@ -* Prepend the path of the SSL libraries used for building so the same libraries are -* found and loaded at runtime. Normal search finds base SSL libraries before ports. -* --- src/network/ssl/qsslsocket_openssl_symbols.cpp.orig 2015-05-07 14:14:44 UTC +++ src/network/ssl/qsslsocket_openssl_symbols.cpp -@@ -511,9 +511,9 @@ static QPair loadO +@@ -117,9 +117,11 @@ DEFINEFUNC3(int, BIO_read, BIO *a, a, void *b, b, int + DEFINEFUNC(BIO_METHOD *, BIO_s_mem, void, DUMMYARG, return 0, return) + DEFINEFUNC3(int, BIO_write, BIO *a, a, const void *b, b, int c, c, return -1, return) + DEFINEFUNC(int, BN_num_bits, const BIGNUM *a, a, return 0, return) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + DEFINEFUNC(int, CRYPTO_num_locks, DUMMYARG, DUMMYARG, return 0, return) + DEFINEFUNC(void, CRYPTO_set_locking_callback, void (*a)(int, int, const char *, int), a, return, DUMMYARG) + DEFINEFUNC(void, CRYPTO_set_id_callback, unsigned long (*a)(), a, return, DUMMYARG) ++#endif + DEFINEFUNC(void, CRYPTO_free, void *a, a, return, DUMMYARG) + DEFINEFUNC(void, DSA_free, DSA *a, a, return, DUMMYARG) + #if OPENSSL_VERSION_NUMBER < 0x00908000L +@@ -157,6 +159,7 @@ DEFINEFUNC2(int, PEM_write_bio_RSA_PUBKEY, BIO *a, a, + DEFINEFUNC2(void, RAND_seed, const void *a, a, int b, b, return, DUMMYARG) + DEFINEFUNC(int, RAND_status, void, DUMMYARG, return -1, return) + DEFINEFUNC(void, RSA_free, RSA *a, a, return, DUMMYARG) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + DEFINEFUNC(int, sk_num, STACK *a, a, return -1, return) + DEFINEFUNC2(void, sk_pop_free, STACK *a, a, void (*b)(void*), b, return, DUMMYARG) + #if OPENSSL_VERSION_NUMBER >= 0x10000000L +@@ -166,6 +169,12 @@ DEFINEFUNC2(void *, sk_value, STACK *a, a, int b, b, r + DEFINEFUNC(void, sk_free, STACK *a, a, return, DUMMYARG) + DEFINEFUNC2(char *, sk_value, STACK *a, a, int b, b, return 0, return) + #endif ++#else ++DEFINEFUNC(int, OPENSSL_sk_num, STACK *a, a, return -1, return) ++DEFINEFUNC2(void, OPENSSL_sk_pop_free, STACK *a, a, void (*b)(void*), b, return, DUMMYARG) ++DEFINEFUNC(void, OPENSSL_sk_free, _STACK *a, a, return, DUMMYARG) ++DEFINEFUNC2(void *, OPENSSL_sk_value, STACK *a, a, int b, b, return 0, return) ++#endif + DEFINEFUNC(int, SSL_accept, SSL *a, a, return -1, return) + DEFINEFUNC(int, SSL_clear, SSL *a, a, return -1, return) + DEFINEFUNC3(char *, SSL_CIPHER_description, SSL_CIPHER *a, a, char *b, b, int c, c, return 0, return) +@@ -213,8 +222,12 @@ DEFINEFUNC(long, SSL_get_verify_result, const SSL *a, + #else + DEFINEFUNC(long, SSL_get_verify_result, SSL *a, a, return -1, return) + #endif ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + DEFINEFUNC(int, SSL_library_init, void, DUMMYARG, return -1, return) + DEFINEFUNC(void, SSL_load_error_strings, void, DUMMYARG, return, DUMMYARG) ++#else ++DEFINEFUNC2(int, OPENSSL_init_ssl, uint64_t opts, opts, void *settings, settings, return -1, return) ++#endif + DEFINEFUNC(SSL *, SSL_new, SSL_CTX *a, a, return 0, return) + #if OPENSSL_VERSION_NUMBER >= 0x0090806fL && !defined(OPENSSL_NO_TLSEXT) + DEFINEFUNC4(long, SSL_ctrl, SSL *a, a, int cmd, cmd, long larg, larg, void *parg, parg, return -1, return) +@@ -229,13 +242,21 @@ DEFINEFUNC(int, SSL_shutdown, SSL *a, a, return -1, re + DEFINEFUNC(const SSL_METHOD *, SSLv2_client_method, DUMMYARG, DUMMYARG, return 0, return) + #endif + DEFINEFUNC(const SSL_METHOD *, SSLv3_client_method, DUMMYARG, DUMMYARG, return 0, return) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + DEFINEFUNC(const SSL_METHOD *, SSLv23_client_method, DUMMYARG, DUMMYARG, return 0, return) ++#else ++DEFINEFUNC(const SSL_METHOD *, TLS_client_method, DUMMYARG, DUMMYARG, return 0, return) ++#endif + DEFINEFUNC(const SSL_METHOD *, TLSv1_client_method, DUMMYARG, DUMMYARG, return 0, return) + #ifndef OPENSSL_NO_SSL2 + DEFINEFUNC(const SSL_METHOD *, SSLv2_server_method, DUMMYARG, DUMMYARG, return 0, return) + #endif + DEFINEFUNC(const SSL_METHOD *, SSLv3_server_method, DUMMYARG, DUMMYARG, return 0, return) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + DEFINEFUNC(const SSL_METHOD *, SSLv23_server_method, DUMMYARG, DUMMYARG, return 0, return) ++#else ++DEFINEFUNC(const SSL_METHOD *, TLS_server_method, DUMMYARG, DUMMYARG, return 0, return) ++#endif + DEFINEFUNC(const SSL_METHOD *, TLSv1_server_method, DUMMYARG, DUMMYARG, return 0, return) + #else + DEFINEFUNC(SSL_METHOD *, SSLv2_client_method, DUMMYARG, DUMMYARG, return 0, return) +@@ -274,7 +295,11 @@ DEFINEFUNC2(int, X509_STORE_CTX_set_purpose, X509_STOR + DEFINEFUNC(int, X509_STORE_CTX_get_error, X509_STORE_CTX *a, a, return -1, return) + DEFINEFUNC(int, X509_STORE_CTX_get_error_depth, X509_STORE_CTX *a, a, return -1, return) + DEFINEFUNC(X509 *, X509_STORE_CTX_get_current_cert, X509_STORE_CTX *a, a, return 0, return) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + DEFINEFUNC(STACK_OF(X509) *, X509_STORE_CTX_get_chain, X509_STORE_CTX *a, a, return 0, return) ++#else ++DEFINEFUNC(STACK_OF(X509) *, X509_STORE_CTX_get0_chain, X509_STORE_CTX *a, a, return 0, return) ++#endif + DEFINEFUNC(X509_STORE_CTX *, X509_STORE_CTX_new, DUMMYARG, DUMMYARG, return 0, return) + #ifdef SSLEAY_MACROS + DEFINEFUNC2(int, i2d_DSAPrivateKey, const DSA *a, a, unsigned char **b, b, return -1, return) +@@ -282,11 +307,35 @@ DEFINEFUNC2(int, i2d_RSAPrivateKey, const RSA *a, a, u + DEFINEFUNC3(RSA *, d2i_RSAPrivateKey, RSA **a, a, unsigned char **b, b, long c, c, return 0, return) + DEFINEFUNC3(DSA *, d2i_DSAPrivateKey, DSA **a, a, unsigned char **b, b, long c, c, return 0, return) + #endif ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + DEFINEFUNC(void, OPENSSL_add_all_algorithms_noconf, void, DUMMYARG, return, DUMMYARG) + DEFINEFUNC(void, OPENSSL_add_all_algorithms_conf, void, DUMMYARG, return, DUMMYARG) ++#else ++DEFINEFUNC2(int, OPENSSL_init_crypto, uint64_t opts, opts, void *settings, settings, return -1, return) ++#endif + DEFINEFUNC3(int, SSL_CTX_load_verify_locations, SSL_CTX *ctx, ctx, const char *CAfile, CAfile, const char *CApath, CApath, return 0, return) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + DEFINEFUNC(long, SSLeay, void, DUMMYARG, return 0, return) ++#else ++DEFINEFUNC(unsigned long, OpenSSL_version_num, void, DUMMYARG, return 0, return) ++#endif ++DEFINEFUNC(X509_STORE *, SSL_CTX_get_cert_store, const SSL_CTX *ctx, ctx, return 0, return) + ++DEFINEFUNC(ASN1_INTEGER *, X509_get_serialNumber, X509 *x, x, return 0, return) ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++DEFINEFUNC(int, EVP_PKEY_id, const EVP_PKEY *pkey, pkey, return 0, return) ++DEFINEFUNC(int, EVP_PKEY_base_id, const EVP_PKEY *pkey, pkey, return 0, return) ++DEFINEFUNC2(int, SSL_CIPHER_get_bits, const SSL_CIPHER *cipher, cipher, int *alg_bits, alg_bits, return 0, return) ++DEFINEFUNC2(long, SSL_CTX_set_options, SSL_CTX *ctx, ctx, long options, options, return 0, return) ++DEFINEFUNC(long, X509_get_version, X509 *x, x, return 0, return) ++DEFINEFUNC(X509_PUBKEY *, X509_get_X509_PUBKEY, X509 *x, x, return 0, return) ++DEFINEFUNC(int, RSA_bits, const RSA *rsa, rsa, return 0, return) ++DEFINEFUNC(int, DSA_security_bits, const DSA *dsa, dsa, return 0, return) ++DEFINEFUNC(ASN1_TIME *, X509_getm_notAfter, X509 *x, x, return 0, return) ++DEFINEFUNC(ASN1_TIME *, X509_getm_notBefore, X509 *x, x, return 0, return) ++DEFINEFUNC4(void, DSA_get0_pqg, const DSA *d, d, BIGNUM **p, p, BIGNUM **q, q, BIGNUM **g, g, return, return) ++#endif ++ + #ifdef Q_OS_SYMBIAN + #define RESOLVEFUNC(func, ordinal, lib) \ + if (!(_q_##func = _q_PTR_##func(lib->resolve(#ordinal)))) \ +@@ -511,9 +560,9 @@ static QPair loadOpenSsl() libcrypto->setLoadHints(libcrypto->loadHints() | QLibrary::ImprovedSearchHeuristics); #elif defined(SHLIB_VERSION_NUMBER) // first attempt: the canonical name is libssl.so. @@ -15,7 +128,7 @@ libcrypto->setLoadHints(libcrypto->loadHints() | QLibrary::ImprovedSearchHeuristics); if (libcrypto->load() && libssl->load()) { // libssl.so. and libcrypto.so. found -@@ -525,8 +525,8 @@ static QPair loadO +@@ -525,8 +574,8 @@ static QPair loadOpenSsl() #endif // second attempt: find the development files libssl.so and libcrypto.so @@ -26,3 +139,164 @@ if (libcrypto->load() && libssl->load()) { // libssl.so.0 and libcrypto.so.0 found return pair; +@@ -580,8 +629,12 @@ bool q_resolveOpenSslSymbols() + static volatile bool symbolsResolved = false; + static volatile bool triedToResolveSymbols = false; + #ifndef QT_NO_THREAD ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + QMutexLocker locker(QMutexPool::globalInstanceGet((void *)&q_SSL_library_init)); ++#else ++ QMutexLocker locker(QMutexPool::globalInstanceGet((void *)&q_OPENSSL_init_ssl)); + #endif ++#endif + if (symbolsResolved) + return true; + if (triedToResolveSymbols) +@@ -614,9 +667,11 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(BIO_write, 269, libs.second ) + RESOLVEFUNC(BN_num_bits, 387, libs.second ) + RESOLVEFUNC(CRYPTO_free, 469, libs.second ) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + RESOLVEFUNC(CRYPTO_num_locks, 500, libs.second ) + RESOLVEFUNC(CRYPTO_set_id_callback, 513, libs.second ) + RESOLVEFUNC(CRYPTO_set_locking_callback, 516, libs.second ) ++#endif + RESOLVEFUNC(DSA_free, 594, libs.second ) + RESOLVEFUNC(ERR_error_string, 744, libs.second ) + RESOLVEFUNC(ERR_get_error, 749, libs.second ) +@@ -674,8 +729,10 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(SSL_get_peer_cert_chain, 117, libs.first ) + RESOLVEFUNC(SSL_get_peer_certificate, 118, libs.first ) + RESOLVEFUNC(SSL_get_verify_result, 132, libs.first ) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + RESOLVEFUNC(SSL_library_init, 137, libs.first ) + RESOLVEFUNC(SSL_load_error_strings, 139, libs.first ) ++#endif + RESOLVEFUNC(SSL_new, 140, libs.first ) + #if OPENSSL_VERSION_NUMBER >= 0x0090806fL && !defined(OPENSSL_NO_TLSEXT) + RESOLVEFUNC(SSL_ctrl, 95, libs.first ) +@@ -747,9 +804,11 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(BIO_write) + RESOLVEFUNC(BN_num_bits) + RESOLVEFUNC(CRYPTO_free) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + RESOLVEFUNC(CRYPTO_num_locks) + RESOLVEFUNC(CRYPTO_set_id_callback) + RESOLVEFUNC(CRYPTO_set_locking_callback) ++#endif + RESOLVEFUNC(DSA_free) + RESOLVEFUNC(ERR_error_string) + RESOLVEFUNC(ERR_get_error) +@@ -779,10 +838,17 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(RAND_seed) + RESOLVEFUNC(RAND_status) + RESOLVEFUNC(RSA_free) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + RESOLVEFUNC(sk_free) + RESOLVEFUNC(sk_num) + RESOLVEFUNC(sk_pop_free) + RESOLVEFUNC(sk_value) ++#else ++ RESOLVEFUNC(OPENSSL_sk_free) ++ RESOLVEFUNC(OPENSSL_sk_num) ++ RESOLVEFUNC(OPENSSL_sk_pop_free) ++ RESOLVEFUNC(OPENSSL_sk_value) ++#endif + RESOLVEFUNC(SSL_CIPHER_description) + RESOLVEFUNC(SSL_CTX_check_private_key) + RESOLVEFUNC(SSL_CTX_ctrl) +@@ -797,6 +863,7 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(SSL_CTX_use_PrivateKey) + RESOLVEFUNC(SSL_CTX_use_RSAPrivateKey) + RESOLVEFUNC(SSL_CTX_use_PrivateKey_file) ++ RESOLVEFUNC(SSL_CTX_get_cert_store) + RESOLVEFUNC(SSL_accept) + RESOLVEFUNC(SSL_clear) + RESOLVEFUNC(SSL_connect) +@@ -807,8 +874,12 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(SSL_get_peer_cert_chain) + RESOLVEFUNC(SSL_get_peer_certificate) + RESOLVEFUNC(SSL_get_verify_result) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + RESOLVEFUNC(SSL_library_init) + RESOLVEFUNC(SSL_load_error_strings) ++#else ++ RESOLVEFUNC(OPENSSL_init_ssl) ++#endif + RESOLVEFUNC(SSL_new) + #if OPENSSL_VERSION_NUMBER >= 0x0090806fL && !defined(OPENSSL_NO_TLSEXT) + RESOLVEFUNC(SSL_ctrl) +@@ -819,17 +890,42 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(SSL_set_connect_state) + RESOLVEFUNC(SSL_shutdown) + RESOLVEFUNC(SSL_write) ++ ++ RESOLVEFUNC(X509_get_serialNumber) ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++ RESOLVEFUNC(SSL_CTX_ctrl) ++ RESOLVEFUNC(EVP_PKEY_id) ++ RESOLVEFUNC(EVP_PKEY_base_id) ++ RESOLVEFUNC(SSL_CIPHER_get_bits) ++ RESOLVEFUNC(SSL_CTX_set_options) ++ RESOLVEFUNC(X509_get_version) ++ RESOLVEFUNC(X509_get_X509_PUBKEY) ++ RESOLVEFUNC(RSA_bits) ++ RESOLVEFUNC(DSA_security_bits) ++ RESOLVEFUNC(X509_getm_notAfter) ++ RESOLVEFUNC(X509_getm_notBefore) ++ RESOLVEFUNC(DSA_get0_pqg) ++#endif ++ + #ifndef OPENSSL_NO_SSL2 + RESOLVEFUNC(SSLv2_client_method) + #endif + RESOLVEFUNC(SSLv3_client_method) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + RESOLVEFUNC(SSLv23_client_method) ++#else ++ RESOLVEFUNC(TLS_client_method) ++#endif + RESOLVEFUNC(TLSv1_client_method) + #ifndef OPENSSL_NO_SSL2 + RESOLVEFUNC(SSLv2_server_method) + #endif + RESOLVEFUNC(SSLv3_server_method) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + RESOLVEFUNC(SSLv23_server_method) ++#else ++ RESOLVEFUNC(TLS_server_method) ++#endif + RESOLVEFUNC(TLSv1_server_method) + RESOLVEFUNC(X509_NAME_entry_count) + RESOLVEFUNC(X509_NAME_get_entry) +@@ -846,7 +942,11 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(X509_STORE_CTX_get_error) + RESOLVEFUNC(X509_STORE_CTX_get_error_depth) + RESOLVEFUNC(X509_STORE_CTX_get_current_cert) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + RESOLVEFUNC(X509_STORE_CTX_get_chain) ++#else ++ RESOLVEFUNC(X509_STORE_CTX_get0_chain) ++#endif + RESOLVEFUNC(X509_cmp) + #ifndef SSLEAY_MACROS + RESOLVEFUNC(X509_dup) +@@ -867,10 +967,18 @@ bool q_resolveOpenSslSymbols() + RESOLVEFUNC(d2i_DSAPrivateKey) + RESOLVEFUNC(d2i_RSAPrivateKey) + #endif ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + RESOLVEFUNC(OPENSSL_add_all_algorithms_noconf) + RESOLVEFUNC(OPENSSL_add_all_algorithms_conf) ++#else ++ RESOLVEFUNC(OPENSSL_init_crypto) ++#endif + RESOLVEFUNC(SSL_CTX_load_verify_locations) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + RESOLVEFUNC(SSLeay) ++#else ++ RESOLVEFUNC(OpenSSL_version_num) ++#endif + #endif // Q_OS_SYMBIAN + symbolsResolved = true; + delete libs.first; Added: head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qt4-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h Sat Dec 8 20:43:53 2018 (r486987) @@ -0,0 +1,158 @@ +--- src/network/ssl/qsslsocket_openssl_symbols_p.h.orig 2015-05-07 14:14:44 UTC ++++ src/network/ssl/qsslsocket_openssl_symbols_p.h +@@ -213,9 +213,15 @@ int q_BIO_read(BIO *a, void *b, int c); + BIO_METHOD *q_BIO_s_mem(); + int q_BIO_write(BIO *a, const void *b, int c); + int q_BN_num_bits(const BIGNUM *a); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + int q_CRYPTO_num_locks(); + void q_CRYPTO_set_locking_callback(void (*a)(int, int, const char *, int)); + void q_CRYPTO_set_id_callback(unsigned long (*a)()); ++#else ++#define q_CRYPTO_num_locks() 1 ++#define q_CRYPTO_set_locking_callback(a) ++#define q_CRYPTO_set_id_callback(a) ++#endif + void q_CRYPTO_free(void *a); + void q_DSA_free(DSA *a); + #if OPENSSL_VERSION_NUMBER >= 0x00908000L +@@ -258,6 +264,7 @@ int q_PEM_write_bio_RSA_PUBKEY(BIO *a, RSA *b); + void q_RAND_seed(const void *a, int b); + int q_RAND_status(); + void q_RSA_free(RSA *a); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + int q_sk_num(STACK *a); + void q_sk_pop_free(STACK *a, void (*b)(void *)); + #if OPENSSL_VERSION_NUMBER >= 0x10000000L +@@ -267,6 +274,16 @@ void * q_sk_value(STACK *a, int b); + void q_sk_free(STACK *a); + char * q_sk_value(STACK *a, int b); + #endif ++#else ++int q_OPENSSL_sk_num(STACK *a); ++void q_OPENSSL_sk_pop_free(STACK *a, void (*b)(void *)); ++void q_OPENSSL_sk_free(_STACK *a); ++void * q_OPENSSL_sk_value(STACK *a, int b); ++#define q_sk_num q_OPENSSL_sk_num ++#define q_sk_pop_free q_OPENSSL_sk_pop_free ++#define q_sk_free q_OPENSSL_sk_free ++#define q_sk_value q_OPENSSL_sk_value ++#endif + int q_SSL_accept(SSL *a); + int q_SSL_clear(SSL *a); + char *q_SSL_CIPHER_description(SSL_CIPHER *a, char *b, int c); +@@ -314,8 +331,14 @@ long q_SSL_get_verify_result(const SSL *a); + #else + long q_SSL_get_verify_result(SSL *a); + #endif ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + int q_SSL_library_init(); + void q_SSL_load_error_strings(); ++#else ++int q_OPENSSL_init_ssl(uint64_t opts, void *settings); ++#define q_SSL_library_init() q_OPENSSL_init_ssl(0, NULL) ++#define q_SSL_load_error_strings() q_OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL) ++#endif + SSL *q_SSL_new(SSL_CTX *a); + #if OPENSSL_VERSION_NUMBER >= 0x0090806fL && !defined(OPENSSL_NO_TLSEXT) + long q_SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg); +@@ -328,11 +351,21 @@ int q_SSL_shutdown(SSL *a); + #if OPENSSL_VERSION_NUMBER >= 0x10000000L + const SSL_METHOD *q_SSLv2_client_method(); + const SSL_METHOD *q_SSLv3_client_method(); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + const SSL_METHOD *q_SSLv23_client_method(); ++#else ++const SSL_METHOD *q_TLS_client_method(); ++#define q_SSLv23_client_method q_TLS_client_method ++#endif + const SSL_METHOD *q_TLSv1_client_method(); + const SSL_METHOD *q_SSLv2_server_method(); + const SSL_METHOD *q_SSLv3_server_method(); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + const SSL_METHOD *q_SSLv23_server_method(); ++#else ++const SSL_METHOD *q_TLS_server_method(); ++#define q_SSLv23_server_method q_TLS_server_method ++#endif + const SSL_METHOD *q_TLSv1_server_method(); + #else + SSL_METHOD *q_SSLv2_client_method(); +@@ -377,7 +410,12 @@ int q_X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, + int q_X509_STORE_CTX_get_error(X509_STORE_CTX *ctx); + int q_X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx); + X509 *q_X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + STACK_OF(X509) *q_X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx); ++#else ++STACK_OF(X509) *q_X509_STORE_CTX_get0_chain(X509_STORE_CTX *ctx); ++#define q_X509_STORE_CTX_get_chain q_X509_STORE_CTX_get0_chain ++#endif + + #define q_BIO_get_mem_data(b, pp) (int)q_BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp) + #define q_BIO_pending(b) (int)q_BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL) +@@ -399,7 +437,24 @@ DSA *q_d2i_DSAPrivateKey(DSA **a, unsigned char **pp, + PEM_ASN1_write_bio((int (*)(void*, unsigned char**))q_i2d_DSAPrivateKey,PEM_STRING_DSA,\ + bp,(char *)x,enc,kstr,klen,cb,u) + #endif ++ ++X509_STORE * q_SSL_CTX_get_cert_store(const SSL_CTX *ctx); ++ASN1_INTEGER * q_X509_get_serialNumber(X509 *x); ++ ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + #define q_SSL_CTX_set_options(ctx,op) q_SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL) ++#else ++int q_EVP_PKEY_id(const EVP_PKEY *pkey); ++int q_EVP_PKEY_base_id(const EVP_PKEY *pkey); ++int q_SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *alg_bits); ++long q_SSL_CTX_set_options(SSL_CTX *ctx, long options); ++long q_X509_get_version(X509 *x); ++X509_PUBKEY * q_X509_get_X509_PUBKEY(X509 *x); ++int q_RSA_bits(const RSA *rsa); ++int q_DSA_security_bits(const DSA *dsa); ++void q_DSA_get0_pqg(const DSA *d, BIGNUM **p, BIGNUM **q, BIGNUM **g); ++#endif ++ + #define q_SKM_sk_num(type, st) ((int (*)(const STACK_OF(type) *))q_sk_num)(st) + #define q_SKM_sk_value(type, st,i) ((type * (*)(const STACK_OF(type) *, int))q_sk_value)(st, i) + #define q_sk_GENERAL_NAME_num(st) q_SKM_sk_num(GENERAL_NAME, (st)) +@@ -410,8 +465,17 @@ DSA *q_d2i_DSAPrivateKey(DSA **a, unsigned char **pp, + #define q_sk_SSL_CIPHER_value(st, i) q_SKM_sk_value(SSL_CIPHER, (st), (i)) + #define q_SSL_CTX_add_extra_chain_cert(ctx,x509) \ + q_SSL_CTX_ctrl(ctx,SSL_CTRL_EXTRA_CHAIN_CERT,0,(char *)x509) ++ ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + #define q_X509_get_notAfter(x) X509_get_notAfter(x) + #define q_X509_get_notBefore(x) X509_get_notBefore(x) ++#else ++ASN1_TIME *q_X509_getm_notAfter(X509 *x); ++ASN1_TIME *q_X509_getm_notBefore(X509 *x); ++#define q_X509_get_notAfter(x) q_X509_getm_notAfter(x) ++#define q_X509_get_notBefore(x) q_X509_getm_notBefore(x) ++#endif ++ + #define q_EVP_PKEY_assign_RSA(pkey,rsa) q_EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\ + (char *)(rsa)) + #define q_EVP_PKEY_assign_DSA(pkey,dsa) q_EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\ +@@ -421,10 +485,21 @@ DSA *q_d2i_DSAPrivateKey(DSA **a, unsigned char **pp, + #else + #define q_OpenSSL_add_all_algorithms() q_OPENSSL_add_all_algorithms_noconf() + #endif ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + void q_OPENSSL_add_all_algorithms_noconf(); + void q_OPENSSL_add_all_algorithms_conf(); ++#else ++int q_OPENSSL_init_crypto(uint64_t opts, void *settings); ++#define q_OPENSSL_add_all_algorithms_conf() q_OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS | OPENSSL_INIT_ADD_ALL_DIGESTS | OPENSSL_INIT_LOAD_CONFIG, NULL) ++# define q_OPENSSL_add_all_algorithms_noconf() q_OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS | OPENSSL_INIT_ADD_ALL_DIGESTS, NULL) ++#endif + int q_SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, const char *CApath); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + long q_SSLeay(); ++#else ++unsigned long q_OpenSSL_version_num(); ++#define q_SSLeay q_OpenSSL_version_num ++#endif + + // Helper function + class QDateTime; From owner-svn-ports-all@freebsd.org Sat Dec 8 22:12:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EC41132ACEF; Sat, 8 Dec 2018 22:12:58 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03B7A6B08B; Sat, 8 Dec 2018 22:12:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D35C4299; Sat, 8 Dec 2018 22:12:57 +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 wB8MCvBk000499; Sat, 8 Dec 2018 22:12:57 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8MCvUn000498; Sat, 8 Dec 2018 22:12:57 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812082212.wB8MCvUn000498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 8 Dec 2018 22:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486988 - head/lang/swi-pl X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/lang/swi-pl X-SVN-Commit-Revision: 486988 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 03B7A6B08B X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 22:12:58 -0000 Author: linimon Date: Sat Dec 8 22:12:57 2018 New Revision: 486988 URL: https://svnweb.freebsd.org/changeset/ports/486988 Log: gnu qsort check goes into an infinite loop on aarch64. Disable it. PR: 233033 Submitted by: Greg V Approved by: portmgr (tier-2 blanket) Modified: head/lang/swi-pl/Makefile Modified: head/lang/swi-pl/Makefile ============================================================================== --- head/lang/swi-pl/Makefile Sat Dec 8 20:43:53 2018 (r486987) +++ head/lang/swi-pl/Makefile Sat Dec 8 22:12:57 2018 (r486988) @@ -12,16 +12,16 @@ COMMENT= Edinburgh-style Prolog compiler LICENSE= BSD2CLAUSE +BROKEN_mips= fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4' +BROKEN_mips64= fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4' +BROKEN_powerpc64= fails to compile: pce_principal.pl:155: Shared object "pl2xpce" not found, required by "swipl" + LIB_DEPENDS= libgmp.so:math/gmp \ libodbc.so:databases/unixODBC \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libpcre.so:devel/pcre -BROKEN_mips= fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4' -BROKEN_mips64= fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4' -BROKEN_powerpc64= fails to compile: pce_principal.pl:155: Shared object "pl2xpce" not found, required by "swipl" - SWIPLDIR= ${PORTNAME:C/-//}-${PORTVERSION} NOPRECIOUSMAKEVARS= yes @@ -56,6 +56,10 @@ PLIST_SUB+= BITS=64 .if (${ARCH} == amd64) ARCH= x86_64 +.endif + +.if (${ARCH} == aarch64) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-skip-gnu-qsort .endif post-configure: From owner-svn-ports-all@freebsd.org Sat Dec 8 22:13:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C387132AD87; Sat, 8 Dec 2018 22:13:31 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E77B46B297; Sat, 8 Dec 2018 22:13:30 +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 C8E8829F; Sat, 8 Dec 2018 22:13:30 +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 wB8MDU1N000677; Sat, 8 Dec 2018 22:13:30 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8MDUnW000676; Sat, 8 Dec 2018 22:13:30 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201812082213.wB8MDUnW000676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 8 Dec 2018 22:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486989 - head/lang/swi-pl/files X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/lang/swi-pl/files X-SVN-Commit-Revision: 486989 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E77B46B297 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 22:13:31 -0000 Author: linimon Date: Sat Dec 8 22:13:30 2018 New Revision: 486989 URL: https://svnweb.freebsd.org/changeset/ports/486989 Log: gnu qsort check goes into an infinite loop on aarch64. Disable it. PR: 233033 Submitted by: Greg V Approved by: portmgr (tier-2 blanket) Added: head/lang/swi-pl/files/ head/lang/swi-pl/files/extra-patch-skip-gnu-qsort (contents, props changed) Added: head/lang/swi-pl/files/extra-patch-skip-gnu-qsort ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/swi-pl/files/extra-patch-skip-gnu-qsort Sat Dec 8 22:13:30 2018 (r486989) @@ -0,0 +1,55 @@ +--- src/configure.orig 2018-11-06 17:02:55 UTC ++++ src/configure +@@ -8796,52 +8796,6 @@ if test "x$ac_cv_func_qsort_r" = xyes; then + $as_echo "$as_me: checking \"GNU style qsort_r()\"..." >&6;} + qsort_r_gnu=no + +- if test "$cross_compiling" = yes; then : +- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +-as_fn_error $? "cannot run test program while cross compiling +-See \`config.log' for more details" "$LINENO" 5; } +-else +- cat confdefs.h - <<_ACEOF >conftest.$ac_ext +-/* end confdefs.h. */ +- +-#define _GNU_SOURCE +-#include +- +-static int +-mycompare(const void *p1, const void *p2, void *c) +-{ const int *s1 = p1; +- const int *s2 = p2; +- int *ip = c; +- +- if ( *ip != 1 ) +- exit(1); +- +- return *s1 - *s2; +-} +- +-int +-main(int argc, char**argv) +-{ int data[] = {0,1,2,3,4,5,6,7,8,9}; +- int ctx = 1; +- +- qsort_r(data, 10, sizeof(int), mycompare, (void*)&ctx); +- return 0; +-} +- +-_ACEOF +-if ac_fn_c_try_run "$LINENO"; then : +- +-$as_echo "#define QSORT_R_GNU 1" >>confdefs.h +- +-qsort_r_gnu=yes +-else +- true +-fi +-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ +- conftest.$ac_objext conftest.beam conftest.$ac_ext +-fi +- + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $qsort_r_gnu" >&5 + $as_echo "$qsort_r_gnu" >&6; } + fi From owner-svn-ports-all@freebsd.org Sat Dec 8 22:28:10 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9641132B2BC; Sat, 8 Dec 2018 22:28:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A60B6B82D; Sat, 8 Dec 2018 22:28:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D1F443C; Sat, 8 Dec 2018 22:28:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8MS9fq006825; Sat, 8 Dec 2018 22:28:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8MS6Om006814; Sat, 8 Dec 2018 22:28:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812082228.wB8MS6Om006814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Dec 2018 22:28:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486990 - in head/multimedia/zoneminder: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/multimedia/zoneminder: . files X-SVN-Commit-Revision: 486990 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6A60B6B82D X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-0.99)[-0.993,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 22:28:10 -0000 Author: pi Date: Sat Dec 8 22:28:06 2018 New Revision: 486990 URL: https://svnweb.freebsd.org/changeset/ports/486990 Log: multimedia/zoneminder: update 1.30.4 -> 1.32.2 PR: 233289 Submitted by: Ivan (maintainer) Reviewed by: lme Relnotes: http://www.zoneminder.com/blog/2018/10/13/tuesdays-gone-release.html https://github.com/ZoneMinder/zoneminder/releases/tag/1.32.0 Added: head/multimedia/zoneminder/files/patch-cmake_Modules_Pod2Man.cmake (contents, props changed) head/multimedia/zoneminder/files/patch-src_CMakeLists.txt (contents, props changed) Deleted: head/multimedia/zoneminder/files/patch-ffmpeg4 head/multimedia/zoneminder/files/patch-misc_CMakeLists.txt head/multimedia/zoneminder/files/patch-src_zm__image.cpp head/multimedia/zoneminder/files/patch-src_zm__logger.cpp head/multimedia/zoneminder/files/patch-src_zm__signal.cpp head/multimedia/zoneminder/files/patch-src_zmf.cpp Modified: head/multimedia/zoneminder/Makefile head/multimedia/zoneminder/distinfo head/multimedia/zoneminder/files/README.FreeBSD head/multimedia/zoneminder/files/patch-CMakeLists.txt head/multimedia/zoneminder/files/patch-scripts_CMakeLists.txt head/multimedia/zoneminder/files/patch-src_zm__monitor.cpp head/multimedia/zoneminder/files/patch-src_zm__stream.cpp head/multimedia/zoneminder/pkg-descr head/multimedia/zoneminder/pkg-plist Modified: head/multimedia/zoneminder/Makefile ============================================================================== --- head/multimedia/zoneminder/Makefile Sat Dec 8 22:13:30 2018 (r486989) +++ head/multimedia/zoneminder/Makefile Sat Dec 8 22:28:06 2018 (r486990) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zoneminder -PORTVERSION= 1.30.4 -PORTREVISION= 6 +PORTVERSION= 1.32.2 CATEGORIES= multimedia MAINTAINER= bsd@abinet.ru @@ -10,7 +9,7 @@ COMMENT= Complete security camera solution, fully web LICENSE= GPLv2 -CONFLICTS_INSTALL= zoneminder-h264 +ONLY_FOR_ARCHS= amd64 i386 ZM_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ @@ -24,22 +23,27 @@ ZM_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-SOAP-WSDL>=0:devel/p5-SOAP-WSDL \ p5-Data-UUID>=0:devel/p5-Data-UUID \ p5-IO-Socket-Multicast>=0:net/p5-IO-Socket-Multicast \ + p5-Number-Bytes-Human>=0:devel/p5-Number-Bytes-Human \ + p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ ffmpeg:multimedia/ffmpeg BUILD_DEPENDS= ${ZM_DEPENDS} +LIB_DEPENDS= libx264.so:multimedia/libx264 \ + libmp4v2.so:multimedia/mp4v2 \ + libgcrypt.so:security/libgcrypt RUN_DEPENDS= ${ZM_DEPENDS} \ sudo:security/sudo \ p5-Device-SerialPort>=0:comms/p5-Device-SerialPort \ zip:archivers/zip -USE_GITHUB= yes -GH_PROJECT= ZoneMinder -GH_TUPLE= FriendsOfCake:crud:c3976f1:crud - USES= cmake:noninja jpeg mysql perl5 php shebangfix ssl +USE_GITHUB= yes +GH_PROJECT= zoneminder +GH_TUPLE= zoneminder:crud:0bd63fb:crud \ + zoneminder:CakePHP-Enum-Behavior:ea90c0c:crud_plugin USE_RC_SUBR= zoneminder USE_PHP= json pdo_mysql session gd sockets ctype opcache -ONLY_FOR_ARCHS= amd64 i386 +CONFLICTS_INSTALL= zoneminder-h264 OPTIONS_DEFINE= NLS V4L DOCS OPTIONS_SUB= yes @@ -56,6 +60,7 @@ SHEBANG_FILES= scripts/zmaudit.pl.in \ scripts/zmdc.pl.in \ scripts/zmfilter.pl.in \ scripts/zmpkg.pl.in \ + scripts/zmstats.pl.in \ scripts/zmtelemetry.pl.in \ scripts/zmtrack.pl.in \ scripts/zmtrigger.pl.in \ @@ -63,49 +68,52 @@ SHEBANG_FILES= scripts/zmaudit.pl.in \ scripts/zmvideo.pl.in \ scripts/zmwatch.pl.in \ scripts/zmx10.pl.in \ - onvif/scripts/zmonvif-probe.pl + scripts/zmonvif-probe.pl.in PORTDOCS= AUTHORS BUGS ChangeLog INSTALL NEWS README.FreeBSD TODO CMAKE_ARGS+= -DZM_PERL_MM_PARMS=INSTALLDIRS=site \ -DZM_CONFIG_DIR=${PREFIX}/etc \ + -DZM_CONFIG_SUBDIR=${PREFIX}/etc/zoneminder \ -DZM_WEBDIR=${WWWDIR} \ -DZM_CGIDIR=${WWWDIR}/cgi-bin \ - -DZM_CONTENTDIR=${WWWDIR} \ + -DZM_CONTENTDIR=/var/db/zoneminder \ + -DZM_MANPAGE_DEST_PREFIX=${PREFIX}/man \ -DHAVE_SENDFILE=0 \ -DZM_NO_CURL=ON \ -DZM_NO_LIBVLC=ON \ -DPCRE_LIBRARIES=0 \ + -DZM_PATH_MAP=/tmp \ -DGNUTLS_LIBRARIES=0 \ -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" .include -.if ${PHP_VER} >= 70 -RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR} +.if ${PHP_VER} >= 71 +RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR} .else -RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4@${PHP_FLAVOR} +RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4@${PHP_FLAVOR} .endif PKGMESSAGE= ${WRKDIR}/pkg-message post-extract: ${CP} -R ${WRKSRC_crud}/* ${WRKSRC}/web/api/app/Plugin/Crud + ${CP} -R ${WRKSRC_crud_plugin}/* ${WRKSRC}/web/api/app/Plugin/CakePHP-Enum-Behavior ${CP} ${FILESDIR}/README.FreeBSD ${WRKSRC} ${CP} ${FILESDIR}/README.FreeBSD ${PKGMESSAGE} ${REINPLACE_CMD} -e 's|/dev/shm|/tmp|g' ${WRKSRC}/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in - ${REINPLACE_CMD} -e 's|E_ALL|E_ALL^E_NOTICE|g' ${WRKSRC}/web/index.php +# ${REINPLACE_CMD} -e 's|E_ALL|E_ALL^E_NOTICE|g' ${WRKSRC}/web/index.php pre-install: - ${MKDIR} ${STAGEDIR}${WWWDIR}/images - ${MKDIR} ${STAGEDIR}${WWWDIR}/events ${MKDIR} ${STAGEDIR}${WWWDIR}/temp ${MKDIR} ${STAGEDIR}${WWWDIR}/api/app/tmp + ${MKDIR} ${STAGEDIR}/var/cache/zoneminder + ${MKDIR} ${STAGEDIR}/var/cache/zoneminder/events + ${MKDIR} ${STAGEDIR}/var/cache/zoneminder/images + ${MKDIR} ${STAGEDIR}/var/db/zoneminder ${MKDIR} ${STAGEDIR}/var/run/zm ${MKDIR} ${STAGEDIR}/var/tmp/zm - -post-install: - ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/etc/zm.conf ${STAGEDIR}${PREFIX}/etc/zm.conf.sample post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/multimedia/zoneminder/distinfo ============================================================================== --- head/multimedia/zoneminder/distinfo Sat Dec 8 22:13:30 2018 (r486989) +++ head/multimedia/zoneminder/distinfo Sat Dec 8 22:28:06 2018 (r486990) @@ -1,5 +1,7 @@ -TIMESTAMP = 1496073899 -SHA256 (zoneminder-ZoneMinder-1.30.4_GH0.tar.gz) = 5461350caa9d8ec58deb1ef08e2e1641084e694f2a9f9e17b3b678b1a43203c7 -SIZE (zoneminder-ZoneMinder-1.30.4_GH0.tar.gz) = 9937142 -SHA256 (FriendsOfCake-crud-c3976f1_GH0.tar.gz) = 7dfa29dd6dd95f05bca61bb05033f813828b7ab66f9d8793d306df0dd72471ce -SIZE (FriendsOfCake-crud-c3976f1_GH0.tar.gz) = 72961 +TIMESTAMP = 1541609433 +SHA256 (zoneminder-zoneminder-1.32.2_GH0.tar.gz) = cf72cbd45d91ef0232c123dac5f908993f8941a62b9ae96975c4e6043bd4b9a9 +SIZE (zoneminder-zoneminder-1.32.2_GH0.tar.gz) = 10639207 +SHA256 (zoneminder-crud-0bd63fb_GH0.tar.gz) = d4c82d714ea74606726d11be973b17d3f9b57ad6c6559e1a29affa60c6f3a579 +SIZE (zoneminder-crud-0bd63fb_GH0.tar.gz) = 73129 +SHA256 (zoneminder-CakePHP-Enum-Behavior-ea90c0c_GH0.tar.gz) = 3a9006c7c59f2b864ce628df4725b241fc23cfd9abc56e746acbd22d850f5ab1 +SIZE (zoneminder-CakePHP-Enum-Behavior-ea90c0c_GH0.tar.gz) = 3500 Modified: head/multimedia/zoneminder/files/README.FreeBSD ============================================================================== --- head/multimedia/zoneminder/files/README.FreeBSD Sat Dec 8 22:13:30 2018 (r486989) +++ head/multimedia/zoneminder/files/README.FreeBSD Sat Dec 8 22:28:06 2018 (r486990) @@ -14,13 +14,9 @@ the same server. 1. Preliminary steps -1.1 Install databases/mysql56-server or newer +1.1 Install databases/mysql57-server or newer You may choose your favourite method - ports or packages here. - FreeBSD default setting use STRICT_TRANS_TABLES sql_mode. It's mandatory to disable it. Edit your my.cnf accordingly - The following SQL mode should be compatible with ZM: - sql_mode= NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION - ZoneMinder use very simple queries, however it tends to write to the database quite a lot depending on your capture mode and number of cameras. So tweak your MySQL instance accordantly @@ -33,42 +29,62 @@ the same server. We provide an example for an HTTP install, however, you should use HTTPS if you plan to expose your installation to the public. There are plenty guides how to do it and security/letsencrypt.sh is a - good way to get a valid SSL certificate. + good way to get a valid SSL certificate. Probably, your installation + will be behind reverse proxy, so this example should work for you. + Please, notive the following issues with ZM: + + - web interface has several hardcoded /zm in url generation, so it is + mandatory to serve your installtion from /zm subfolder + - if behind reverse proxy, HTTP_X_FORWARDED_PROTO must be supplied or link + generation will use http:// + Your server block should include the following: - server { - root /usr/local/www/zoneminder; - try_files $uri $uri/ /index.php$is_args$args; - index index.php; + server { + listen 80; - location = /cgi-bin/nph-zms { - include fastcgi_params; - fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - fastcgi_pass unix:/var/run/fcgiwrap/fcgiwrap.sock; - } + root /usr/local/www/zoneminder; + index index.php + gzip off; - location ~ \.php$ { - include fastcgi_params; - fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - fastcgi_pass unix:/var/run/php-fpm.sock; - } + location /cgi-bin/nph-zms { - location /api { - rewrite ^/api/(.+)$ /api/index.php?p=$1 last; - } + include fastcgi_params; + fastcgi_param SCRIPT_FILENAME $request_filename; + fastcgi_pass unix:/var/run/fcgiwrap/fcgiwrap.sock; } -1.2.1 ZoneMinder has it's own authentication system, however it's recommend to use NGINX basic - auth over HTTPS if you don't need fine grain control to ZoneMinder components. + location /zm/cache { -1.2.2 If you choose ZoneMinder authentication, it's recommended to prohibit access to - image and events folder as it's possible to guess file names inside it. + alias /var/cache/zoneminder; + } - location ~ ^/(?:images|events)/ { - deny all; - } - + location /zm { + + alias /usr/local/www/zoneminder; + + location ~ \.php$ { + + if (!-f $request_filename) { return 404; } + include fastcgi_params; + fastcgi_param SCRIPT_FILENAME $request_filename; + fastcgi_index index.php; + fastcgi_pass unix:/var/run/php-fpm.sock; + } + + location ~ \.(jpg|jpeg|gif|png|ico)$ { + access_log off; + expires 33d; + } + + location /zm/api/ { + alias /usr/local/www/zoneminder; + rewrite ^/zm/api(.+)$ /zm/api/app/webroot/index.php?p=$1 last; + } + } + } + Enable and start NGINX sysrc nginx_enable="YES" service nginx start @@ -158,3 +174,17 @@ Upgrades 3. Start ZoneMinder service zoneminder start + +Upgrading from www/zoneminder 1.30.x or www/zoneminder-h264 +===================================================== + +Before proceeding to upgrade sequence listed above, + +1. Connect to mysql server with root and issue + set global log_bin_trust_function_creators=1; + +2. Add write access to www user to /usr/local/etc/zoneminder/zmcustom.conf + +3. Take notice, that default monitor files are not under ${WWWDIR} anymore. + Old setup will work, but as security concideration it is recommended to + move them to /var/db/zoneminder (default) or to any place not under www root. Modified: head/multimedia/zoneminder/files/patch-CMakeLists.txt ============================================================================== --- head/multimedia/zoneminder/files/patch-CMakeLists.txt Sat Dec 8 22:13:30 2018 (r486989) +++ head/multimedia/zoneminder/files/patch-CMakeLists.txt Sat Dec 8 22:28:06 2018 (r486990) @@ -1,32 +1,23 @@ ---- CMakeLists.txt.orig 2016-06-01 00:41:17 UTC +--- CMakeLists.txt.orig 2018-10-13 18:36:15 UTC +++ CMakeLists.txt -@@ -385,13 +385,13 @@ find_library(MYSQLCLIENT_LIBRARIES mysql - if(MYSQLCLIENT_LIBRARIES) - set(HAVE_LIBMYSQLCLIENT 1) - list(APPEND ZM_BIN_LIBS "${MYSQLCLIENT_LIBRARIES}") -- find_path(MYSQLCLIENT_INCLUDE_DIR mysql/mysql.h) -+ find_path(MYSQLCLIENT_INCLUDE_DIR mysql.h /usr/local/include/mysql /usr/include/mysql) - if(MYSQLCLIENT_INCLUDE_DIR) - include_directories("${MYSQLCLIENT_INCLUDE_DIR}") - set(CMAKE_REQUIRED_INCLUDES "${MYSQLCLIENT_INCLUDE_DIR}") - endif(MYSQLCLIENT_INCLUDE_DIR) - mark_as_advanced(FORCE MYSQLCLIENT_LIBRARIES MYSQLCLIENT_INCLUDE_DIR) -- check_include_file("mysql/mysql.h" HAVE_MYSQL_H) -+ check_include_file("mysql.h" HAVE_MYSQL_H) - if(NOT HAVE_MYSQL_H) - message(FATAL_ERROR - "ZoneMinder requires MySQL headers - check that MySQL development packages are installed") -@@ -658,13 +658,6 @@ endif(NOT ZM_WEB_GROUP) - message(STATUS "Using web user: ${ZM_WEB_USER}") - message(STATUS "Using web group: ${ZM_WEB_GROUP}") +@@ -127,7 +127,8 @@ mark_as_advanced( + ZM_PATH_ARP + ZM_CONFIG_DIR + ZM_CONFIG_SUBDIR +- ZM_SYSTEMD) ++ ZM_SYSTEMD ++ ZM_MANPAGE_DEST_PREFIX) --# Check for polkit --find_package(Polkit) --if(NOT POLKIT_FOUND) -- message(FATAL_ERROR -- "Running ZoneMinder requires polkit. Building ZoneMinder requires the polkit development package.") --endif(NOT POLKIT_FOUND) -- - # Some variables that zm expects - set(ZM_PID "${ZM_RUNDIR}/zm.pid") - set(ZM_CONFIG "${ZM_CONFIG_DIR}/zm.conf") + set(ZM_RUNDIR "/var/run/zm" CACHE PATH + "Location of transient process files, default: /var/run/zm") +@@ -210,6 +211,10 @@ set(ZM_TARGET_DISTRO "" CACHE STRING + "Build ZoneMinder for a specific distribution. Currently, valid names are: fc27, fc26, el7, OS13, FreeBSD") + set(ZM_SYSTEMD "OFF" CACHE BOOL + "Set to ON to force building ZM with systemd support. default: OFF") ++set(ZM_MANPAGE_DEST_PREFIX "share/man" CACHE PATH ++ "Relative path used to install ZoneMinder's Man pages into a ++ non-standard folder. Most Linux users will not need to change this. ++ BSD users may need to set this.") + + # Reassign some variables if a target distro has been specified + if((ZM_TARGET_DISTRO MATCHES "^el") OR (ZM_TARGET_DISTRO MATCHES "^fc")) Added: head/multimedia/zoneminder/files/patch-cmake_Modules_Pod2Man.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/zoneminder/files/patch-cmake_Modules_Pod2Man.cmake Sat Dec 8 22:28:06 2018 (r486990) @@ -0,0 +1,20 @@ +--- cmake/Modules/Pod2Man.cmake.orig 2018-10-13 18:36:15 UTC ++++ cmake/Modules/Pod2Man.cmake +@@ -21,7 +21,7 @@ + # To use it, include this file in CMakeLists.txt and + # invoke POD2MAN(
) + +-MACRO(POD2MAN PODFILE MANFILE SECTION) ++MACRO(POD2MAN PODFILE MANFILE SECTION MANPAGE_DEST_PREFIX) + FIND_PROGRAM(POD2MAN pod2man) + FIND_PROGRAM(GZIP gzip) + +@@ -58,7 +58,7 @@ MACRO(POD2MAN PODFILE MANFILE SECTION) + + INSTALL( + FILES ${CMAKE_CURRENT_BINARY_DIR}/${MANFILE}.${SECTION}.gz +- DESTINATION share/man/man${SECTION} ++ DESTINATION ${MANPAGE_DEST_PREFIX}/man${SECTION} + ) + ENDMACRO(POD2MAN PODFILE MANFILE SECTION) + Modified: head/multimedia/zoneminder/files/patch-scripts_CMakeLists.txt ============================================================================== --- head/multimedia/zoneminder/files/patch-scripts_CMakeLists.txt Sat Dec 8 22:13:30 2018 (r486989) +++ head/multimedia/zoneminder/files/patch-scripts_CMakeLists.txt Sat Dec 8 22:28:06 2018 (r486990) @@ -1,11 +1,11 @@ ---- scripts/CMakeLists.txt.orig 2016-06-01 00:41:17 UTC +--- scripts/CMakeLists.txt.orig 2018-10-13 18:36:15 UTC +++ scripts/CMakeLists.txt -@@ -32,7 +32,7 @@ FOREACH(PERLSCRIPT ${perlscripts}) +@@ -31,7 +31,7 @@ configure_file(zm.in "${CMAKE_CURRENT_BINARY_DIR}/zm" + file(GLOB perlscripts "*.pl") + FOREACH(PERLSCRIPT ${perlscripts}) + get_filename_component(PERLSCRIPTNAME ${PERLSCRIPT} NAME) +- POD2MAN(${PERLSCRIPT} zoneminder-${PERLSCRIPTNAME} 8) ++ POD2MAN(${PERLSCRIPT} zoneminder-${PERLSCRIPTNAME} 8 ${ZM_MANPAGE_DEST_PREFIX}) ENDFOREACH(PERLSCRIPT ${perlscripts}) # Install the perl scripts --install(FILES "${CMAKE_CURRENT_BINARY_DIR}/zmaudit.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmcontrol.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmdc.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmfilter.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmpkg.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmtrack.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmtrigger.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmupdate.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmvideo.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmwatch.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmcamtool.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmsystemctl.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmtelemetry.pl" DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}" PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) -+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/zmaudit.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmcontrol.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmdc.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmfilter.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmpkg.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmtrack.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmtrigger.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmupdate.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmvideo.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmwatch.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmcamtool.pl" "${CMAKE_CURRENT_BINARY_DIR}/zmtelemetry.pl" DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}" PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) - if(NOT ZM_NO_X10) - install(FILES "${CMAKE_CURRENT_BINARY_DIR}/zmx10.pl" DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}" PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) - endif(NOT ZM_NO_X10) Added: head/multimedia/zoneminder/files/patch-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/zoneminder/files/patch-src_CMakeLists.txt Sat Dec 8 22:28:06 2018 (r486990) @@ -0,0 +1,11 @@ +--- src/CMakeLists.txt.orig 2018-10-13 18:36:15 UTC ++++ src/CMakeLists.txt +@@ -21,7 +21,7 @@ target_link_libraries(zms zm ${ZM_EXTRA_LIBS} ${ZM_BIN + + # Generate man files for the binaries destined for the bin folder + FOREACH(CBINARY zma zmc zmu) +- POD2MAN(${CMAKE_CURRENT_SOURCE_DIR}/${CBINARY}.cpp zoneminder-${CBINARY} 8) ++ POD2MAN(${CMAKE_CURRENT_SOURCE_DIR}/${CBINARY}.cpp zoneminder-${CBINARY} 8 ${ZM_MANPAGE_DEST_PREFIX}) + ENDFOREACH(CBINARY zma zmc zmu) + + install(TARGETS zmc zma zmu RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}" PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) Modified: head/multimedia/zoneminder/files/patch-src_zm__monitor.cpp ============================================================================== --- head/multimedia/zoneminder/files/patch-src_zm__monitor.cpp Sat Dec 8 22:13:30 2018 (r486989) +++ head/multimedia/zoneminder/files/patch-src_zm__monitor.cpp Sat Dec 8 22:28:06 2018 (r486990) @@ -1,29 +1,20 @@ ---- src/zm_monitor.cpp.orig 2016-07-28 01:45:26 UTC +--- src/zm_monitor.cpp.orig 2018-10-13 18:36:15 UTC +++ src/zm_monitor.cpp -@@ -160,7 +160,7 @@ bool Monitor::MonitorLink::connect() - return( false ); - } - mem_ptr = (unsigned char *)shmat( shm_id, 0, 0 ); -- if ( mem_ptr < 0 ) -+ if ( mem_ptr < (void *)0 ) - { - Debug( 3, "Can't shmat link memory: %s", strerror(errno) ); - connected = false; -@@ -194,7 +194,7 @@ bool Monitor::MonitorLink::disconnect() - connected = false; +@@ -2110,6 +2110,7 @@ Monitor *Monitor::Load(MYSQL_ROW dbrow, bool load_zone + Camera *camera = 0; + if ( type == "Local" ) { - #if ZM_MEM_MAPPED -- if ( mem_ptr > 0 ) -+ if ( mem_ptr > (void *)0 ) - { - msync( mem_ptr, mem_size, MS_ASYNC ); - munmap( mem_ptr, mem_size ); -@@ -558,7 +558,7 @@ bool Monitor::connect() { - exit( -1 ); - } - mem_ptr = (unsigned char *)shmat( shm_id, 0, 0 ); -- if ( mem_ptr < 0 ) -+ if ( mem_ptr < (void *)0 ) - { - Error( "Can't shmat: %s", strerror(errno)); - exit( -1 ); ++#if ZM_HAS_V4L + int extras = (deinterlacing>>24)&0xff; + + camera = new LocalCamera( +@@ -2132,6 +2133,9 @@ Monitor *Monitor::Load(MYSQL_ROW dbrow, bool load_zone + record_audio, + extras + ); ++#else ++ Fatal("ZoneMinder not built with Local Camera support"); ++#endif + } else if ( type == "Remote" ) { + if ( protocol == "http" ) { + camera = new RemoteCameraHttp( Modified: head/multimedia/zoneminder/files/patch-src_zm__stream.cpp ============================================================================== --- head/multimedia/zoneminder/files/patch-src_zm__stream.cpp Sat Dec 8 22:13:30 2018 (r486989) +++ head/multimedia/zoneminder/files/patch-src_zm__stream.cpp Sat Dec 8 22:28:06 2018 (r486990) @@ -1,11 +1,11 @@ ---- src/zm_stream.cpp.orig 2017-05-09 14:54:48 UTC +--- src/zm_stream.cpp.orig 2018-11-07 16:33:47 UTC +++ src/zm_stream.cpp -@@ -332,7 +332,7 @@ void StreamBase::openComms() - - strncpy( loc_addr.sun_path, loc_sock_path, sizeof(loc_addr.sun_path) ); +@@ -325,7 +325,7 @@ void StreamBase::openComms() { + strncpy(loc_addr.sun_path, loc_sock_path, sizeof(loc_addr.sun_path)); loc_addr.sun_family = AF_UNIX; -- if ( bind( sd, (struct sockaddr *)&loc_addr, strlen(loc_addr.sun_path)+sizeof(loc_addr.sun_family)+1 ) < 0 ) -+ if ( ::bind( sd, (struct sockaddr *)&loc_addr, strlen(loc_addr.sun_path)+sizeof(loc_addr.sun_family)+1 ) < 0 ) - { - Fatal( "Can't bind: %s", strerror(errno) ); + Debug(3, "Binding to %s", loc_sock_path); +- if ( bind(sd, (struct sockaddr *)&loc_addr, strlen(loc_addr.sun_path)+sizeof(loc_addr.sun_family)+1) < 0 ) { ++ if ( ::bind(sd, (struct sockaddr *)&loc_addr, strlen(loc_addr.sun_path)+sizeof(loc_addr.sun_family)+1) < 0 ) { + Fatal("Can't bind: %s", strerror(errno)); } + Modified: head/multimedia/zoneminder/pkg-descr ============================================================================== --- head/multimedia/zoneminder/pkg-descr Sat Dec 8 22:13:30 2018 (r486989) +++ head/multimedia/zoneminder/pkg-descr Sat Dec 8 22:28:06 2018 (r486990) @@ -1,4 +1,4 @@ Zoneminder is an all-in-one GPL'd security and surveillance camera solution. Fully web-based system for viewing and analyzing security camera feeds. -WWW: http://www.zoneminder.com/ +WWW: https://www.zoneminder.com/ Modified: head/multimedia/zoneminder/pkg-plist ============================================================================== --- head/multimedia/zoneminder/pkg-plist Sat Dec 8 22:13:30 2018 (r486989) +++ head/multimedia/zoneminder/pkg-plist Sat Dec 8 22:28:06 2018 (r486990) @@ -4,10 +4,10 @@ bin/zmc bin/zmcamtool.pl bin/zmcontrol.pl bin/zmdc.pl -bin/zmf bin/zmfilter.pl bin/zmonvif-probe.pl bin/zmpkg.pl +bin/zmstats.pl bin/zmtelemetry.pl bin/zmtrack.pl bin/zmtrigger.pl @@ -16,7 +16,10 @@ bin/zmupdate.pl bin/zmvideo.pl bin/zmwatch.pl bin/zmx10.pl -@sample etc/zm.conf.sample +etc/zm.conf +%%ETCDIR%%/01-system-paths.conf +%%ETCDIR%%/02-multiserver.conf +%%ETCDIR%%/README %%SITE_PERL%%/ONVIF/Analytics/Attributes/actor.pm %%SITE_PERL%%/ONVIF/Analytics/Attributes/contentType.pm %%SITE_PERL%%/ONVIF/Analytics/Attributes/encodingStyle.pm @@ -2978,26 +2981,34 @@ bin/zmx10.pl %%SITE_PERL%%/ZoneMinder/Control.pm %%SITE_PERL%%/ZoneMinder/Control/3S.pm %%SITE_PERL%%/ZoneMinder/Control/AxisV2.pm +%%SITE_PERL%%/ZoneMinder/Control/DCS3415.pm +%%SITE_PERL%%/ZoneMinder/Control/Dahua.pm +%%SITE_PERL%%/ZoneMinder/Control/DericamP2.pm %%SITE_PERL%%/ZoneMinder/Control/FI8608W_Y2k.pm %%SITE_PERL%%/ZoneMinder/Control/FI8620_Y2k.pm %%SITE_PERL%%/ZoneMinder/Control/FI8908W.pm %%SITE_PERL%%/ZoneMinder/Control/FI8918W.pm %%SITE_PERL%%/ZoneMinder/Control/FI9821W_Y2k.pm %%SITE_PERL%%/ZoneMinder/Control/FI9831W.pm +%%SITE_PERL%%/ZoneMinder/Control/Floureon.pm %%SITE_PERL%%/ZoneMinder/Control/HikVision.pm +%%SITE_PERL%%/ZoneMinder/Control/IPCAMIOS.pm %%SITE_PERL%%/ZoneMinder/Control/IPCC7210W.pm %%SITE_PERL%%/ZoneMinder/Control/Keekoon.pm %%SITE_PERL%%/ZoneMinder/Control/LoftekSentinel.pm %%SITE_PERL%%/ZoneMinder/Control/M8640.pm +%%SITE_PERL%%/ZoneMinder/Control/MaginonIPC.pm %%SITE_PERL%%/ZoneMinder/Control/Ncs370.pm %%SITE_PERL%%/ZoneMinder/Control/Netcat.pm +%%SITE_PERL%%/ZoneMinder/Control/PSIA.pm %%SITE_PERL%%/ZoneMinder/Control/PanasonicIP.pm %%SITE_PERL%%/ZoneMinder/Control/PelcoD.pm %%SITE_PERL%%/ZoneMinder/Control/PelcoP.pm +%%SITE_PERL%%/ZoneMinder/Control/Reolink.pm %%SITE_PERL%%/ZoneMinder/Control/SPP1802SWPTZ.pm %%SITE_PERL%%/ZoneMinder/Control/SkyIPCam7xx.pm -%%SITE_PERL%%/ZoneMinder/Control/TVIP862.pm %%SITE_PERL%%/ZoneMinder/Control/Toshiba_IK_WB11A.pm +%%SITE_PERL%%/ZoneMinder/Control/Trendnet.pm %%SITE_PERL%%/ZoneMinder/Control/Visca.pm %%SITE_PERL%%/ZoneMinder/Control/Vivotek_ePTZ.pm %%SITE_PERL%%/ZoneMinder/Control/Wanscam.pm @@ -3012,7 +3023,11 @@ bin/zmx10.pl %%SITE_PERL%%/ZoneMinder/Memory.pm %%SITE_PERL%%/ZoneMinder/Memory/Mapped.pm %%SITE_PERL%%/ZoneMinder/Memory/Shared.pm +%%SITE_PERL%%/ZoneMinder/Monitor.pm +%%SITE_PERL%%/ZoneMinder/ONVIF.pm +%%SITE_PERL%%/ZoneMinder/Object.pm %%SITE_PERL%%/ZoneMinder/Server.pm +%%SITE_PERL%%/ZoneMinder/Storage.pm %%SITE_PERL%%/ZoneMinder/Trigger/Channel.pm %%SITE_PERL%%/ZoneMinder/Trigger/Channel/File.pm %%SITE_PERL%%/ZoneMinder/Trigger/Channel/Handle.pm @@ -5974,22 +5989,27 @@ bin/zmx10.pl %%PERL5_MAN3%%/ZoneMinder::Control.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::3S.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::AxisV2.3.gz +%%PERL5_MAN3%%/ZoneMinder::Control::DCS3415.3.gz +%%PERL5_MAN3%%/ZoneMinder::Control::Dahua.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::FI8608W_Y2k.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::FI8620_Y2k.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::FI8908W.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::FI8918W.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::FI9821W_Y2k.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::FI9831W.3.gz +%%PERL5_MAN3%%/ZoneMinder::Control::Floureon.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::IPCC7210W.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::M8640.3.gz +%%PERL5_MAN3%%/ZoneMinder::Control::MaginonIPC.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::Ncs370.3.gz +%%PERL5_MAN3%%/ZoneMinder::Control::PSIA.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::PanasonicIP.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::PelcoD.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::PelcoP.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::SPP1802SWPTZ.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::SkyIPCam7xx.3.gz -%%PERL5_MAN3%%/ZoneMinder::Control::TVIP862.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::Toshiba_IK_WB11A.3.gz +%%PERL5_MAN3%%/ZoneMinder::Control::Trendnet.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::Visca.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::Vivotek_ePTZ.3.gz %%PERL5_MAN3%%/ZoneMinder::Control::Wanscam.3.gz @@ -6001,7 +6021,11 @@ bin/zmx10.pl %%PERL5_MAN3%%/ZoneMinder::General.3.gz %%PERL5_MAN3%%/ZoneMinder::Logger.3.gz %%PERL5_MAN3%%/ZoneMinder::Memory.3.gz +%%PERL5_MAN3%%/ZoneMinder::Monitor.3.gz +%%PERL5_MAN3%%/ZoneMinder::ONVIF.3.gz +%%PERL5_MAN3%%/ZoneMinder::Object.3.gz %%PERL5_MAN3%%/ZoneMinder::Server.3.gz +%%PERL5_MAN3%%/ZoneMinder::Storage.3.gz %%PERL5_MAN3%%/ZoneMinder::Trigger::Channel.3.gz %%PERL5_MAN3%%/ZoneMinder::Trigger::Channel::File.3.gz %%PERL5_MAN3%%/ZoneMinder::Trigger::Channel::Handle.3.gz @@ -6011,24 +6035,27 @@ bin/zmx10.pl %%PERL5_MAN3%%/ZoneMinder::Trigger::Channel::Unix.3.gz %%PERL5_MAN3%%/ZoneMinder::Trigger::Connection.3.gz %%PERL5_MAN3%%/ZoneMinder::Trigger::Connection::Example.3.gz -share/man/man8/zoneminder-zma.8.gz -share/man/man8/zoneminder-zmaudit.pl.8.gz -share/man/man8/zoneminder-zmc.8.gz -share/man/man8/zoneminder-zmcamtool.pl.8.gz -share/man/man8/zoneminder-zmcontrol.pl.8.gz -share/man/man8/zoneminder-zmdc.pl.8.gz -share/man/man8/zoneminder-zmf.8.gz -share/man/man8/zoneminder-zmfilter.pl.8.gz -share/man/man8/zoneminder-zmpkg.pl.8.gz -share/man/man8/zoneminder-zmsystemctl.pl.8.gz -share/man/man8/zoneminder-zmtelemetry.pl.8.gz -share/man/man8/zoneminder-zmtrack.pl.8.gz -share/man/man8/zoneminder-zmtrigger.pl.8.gz -share/man/man8/zoneminder-zmu.8.gz -share/man/man8/zoneminder-zmupdate.pl.8.gz -share/man/man8/zoneminder-zmvideo.pl.8.gz -share/man/man8/zoneminder-zmwatch.pl.8.gz -share/man/man8/zoneminder-zmx10.pl.8.gz +share/applications/zoneminder.desktop +man/man8/zoneminder-zma.8.gz +man/man8/zoneminder-zmaudit.pl.8.gz +man/man8/zoneminder-zmc.8.gz +man/man8/zoneminder-zmcamtool.pl.8.gz +man/man8/zoneminder-zmcontrol.pl.8.gz +man/man8/zoneminder-zmdc.pl.8.gz +man/man8/zoneminder-zmfilter.pl.8.gz +man/man8/zoneminder-zmonvif-probe.pl.8.gz +man/man8/zoneminder-zmpkg.pl.8.gz +man/man8/zoneminder-zmstats.pl.8.gz +man/man8/zoneminder-zmsystemctl.pl.8.gz +man/man8/zoneminder-zmtelemetry.pl.8.gz +man/man8/zoneminder-zmtrack.pl.8.gz +man/man8/zoneminder-zmtrigger.pl.8.gz +man/man8/zoneminder-zmu.8.gz +man/man8/zoneminder-zmupdate.pl.8.gz +man/man8/zoneminder-zmvideo.pl.8.gz +man/man8/zoneminder-zmwatch.pl.8.gz +man/man8/zoneminder-zmx10.pl.8.gz +%%DATADIR%%/db/triggers.sql %%DATADIR%%/db/zm_create.sql %%DATADIR%%/db/zm_update-0.0.1.sql %%DATADIR%%/db/zm_update-0.9.10.sql @@ -6092,13 +6119,66 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%DATADIR%%/db/zm_update-1.28.110.sql %%DATADIR%%/db/zm_update-1.28.99.sql %%DATADIR%%/db/zm_update-1.29.0.sql -%%DATADIR%%/db/zm_update-1.29.1.sql %%DATADIR%%/db/zm_update-1.30.0.sql %%DATADIR%%/db/zm_update-1.30.1.sql %%DATADIR%%/db/zm_update-1.30.2.sql %%DATADIR%%/db/zm_update-1.30.3.sql %%DATADIR%%/db/zm_update-1.30.4.sql +%%DATADIR%%/db/zm_update-1.31.0.sql +%%DATADIR%%/db/zm_update-1.31.1.sql +%%DATADIR%%/db/zm_update-1.31.10.sql +%%DATADIR%%/db/zm_update-1.31.11.sql +%%DATADIR%%/db/zm_update-1.31.12.sql +%%DATADIR%%/db/zm_update-1.31.13.sql +%%DATADIR%%/db/zm_update-1.31.14.sql +%%DATADIR%%/db/zm_update-1.31.15.sql +%%DATADIR%%/db/zm_update-1.31.16.sql +%%DATADIR%%/db/zm_update-1.31.17.sql +%%DATADIR%%/db/zm_update-1.31.18.sql +%%DATADIR%%/db/zm_update-1.31.19.sql +%%DATADIR%%/db/zm_update-1.31.2.sql +%%DATADIR%%/db/zm_update-1.31.20.sql +%%DATADIR%%/db/zm_update-1.31.21.sql +%%DATADIR%%/db/zm_update-1.31.22.sql +%%DATADIR%%/db/zm_update-1.31.23.sql +%%DATADIR%%/db/zm_update-1.31.24.sql +%%DATADIR%%/db/zm_update-1.31.25.sql +%%DATADIR%%/db/zm_update-1.31.26.sql +%%DATADIR%%/db/zm_update-1.31.27.sql +%%DATADIR%%/db/zm_update-1.31.28.sql +%%DATADIR%%/db/zm_update-1.31.29.sql +%%DATADIR%%/db/zm_update-1.31.3.sql +%%DATADIR%%/db/zm_update-1.31.30.sql +%%DATADIR%%/db/zm_update-1.31.31.sql +%%DATADIR%%/db/zm_update-1.31.32.sql +%%DATADIR%%/db/zm_update-1.31.33.sql +%%DATADIR%%/db/zm_update-1.31.34.sql +%%DATADIR%%/db/zm_update-1.31.35.sql +%%DATADIR%%/db/zm_update-1.31.36.sql +%%DATADIR%%/db/zm_update-1.31.37.sql +%%DATADIR%%/db/zm_update-1.31.38.sql +%%DATADIR%%/db/zm_update-1.31.39.sql +%%DATADIR%%/db/zm_update-1.31.4.sql +%%DATADIR%%/db/zm_update-1.31.40.sql +%%DATADIR%%/db/zm_update-1.31.41.sql +%%DATADIR%%/db/zm_update-1.31.42.sql +%%DATADIR%%/db/zm_update-1.31.43.sql +%%DATADIR%%/db/zm_update-1.31.44.sql +%%DATADIR%%/db/zm_update-1.31.45.sql +%%DATADIR%%/db/zm_update-1.31.46.sql +%%DATADIR%%/db/zm_update-1.31.47.sql +%%DATADIR%%/db/zm_update-1.31.5.sql +%%DATADIR%%/db/zm_update-1.31.6.sql +%%DATADIR%%/db/zm_update-1.31.7.sql +%%DATADIR%%/db/zm_update-1.31.8.sql +%%DATADIR%%/db/zm_update-1.31.9.sql +%%DATADIR%%/db/zm_update-1.32.0.sql +%%DATADIR%%/db/zm_update-1.32.1.sql +%%DATADIR%%/db/zm_update-1.32.2.sql +%%DATADIR%%/icons/16x16/icon.xpm +%%WWWDIR%%/ajax/add_monitors.php %%WWWDIR%%/ajax/alarm.php +%%WWWDIR%%/ajax/console.php %%WWWDIR%%/ajax/control.php %%WWWDIR%%/ajax/event.php %%WWWDIR%%/ajax/log.php @@ -6106,12 +6186,8 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/ajax/stream.php %%WWWDIR%%/ajax/zone.php %%WWWDIR%%/api/.editorconfig -%%WWWDIR%%/api/.gitattributes -%%WWWDIR%%/api/.gitignore -%%WWWDIR%%/api/.htaccess %%WWWDIR%%/api/CONTRIBUTING.md %%WWWDIR%%/api/README.md -%%WWWDIR%%/api/app/.htaccess %%WWWDIR%%/api/app/Config/Schema/db_acl.php %%WWWDIR%%/api/app/Config/Schema/db_acl.sql %%WWWDIR%%/api/app/Config/Schema/i18n.php @@ -6140,12 +6216,15 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/Controller/ControlsController.php %%WWWDIR%%/api/app/Controller/EventsController.php %%WWWDIR%%/api/app/Controller/FramesController.php +%%WWWDIR%%/api/app/Controller/GroupsController.php %%WWWDIR%%/api/app/Controller/HostController.php %%WWWDIR%%/api/app/Controller/LogsController.php %%WWWDIR%%/api/app/Controller/MonitorsController.php %%WWWDIR%%/api/app/Controller/PagesController.php %%WWWDIR%%/api/app/Controller/ServersController.php %%WWWDIR%%/api/app/Controller/StatesController.php +%%WWWDIR%%/api/app/Controller/StorageController.php +%%WWWDIR%%/api/app/Controller/UsersController.php %%WWWDIR%%/api/app/Controller/ZonePresetsController.php %%WWWDIR%%/api/app/Controller/ZonesController.php %%WWWDIR%%/api/app/Model/AppModel.php @@ -6153,14 +6232,19 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/Model/Control.php %%WWWDIR%%/api/app/Model/Event.php %%WWWDIR%%/api/app/Model/Frame.php +%%WWWDIR%%/api/app/Model/Group.php %%WWWDIR%%/api/app/Model/Host.php %%WWWDIR%%/api/app/Model/Log.php %%WWWDIR%%/api/app/Model/Monitor.php %%WWWDIR%%/api/app/Model/Server.php %%WWWDIR%%/api/app/Model/State.php +%%WWWDIR%%/api/app/Model/Storage.php %%WWWDIR%%/api/app/Model/User.php %%WWWDIR%%/api/app/Model/Zone.php %%WWWDIR%%/api/app/Model/ZonePreset.php +%%WWWDIR%%/api/app/Plugin/CakePHP-Enum-Behavior/Model/Behavior/EnumBehavior.php +%%WWWDIR%%/api/app/Plugin/CakePHP-Enum-Behavior/composer.json +%%WWWDIR%%/api/app/Plugin/CakePHP-Enum-Behavior/readme.md %%WWWDIR%%/api/app/Plugin/Crud/CONTRIBUTING.md %%WWWDIR%%/api/app/Plugin/Crud/Console/Command/TranslationsShell.php %%WWWDIR%%/api/app/Plugin/Crud/Controller/Component/CrudComponent.php @@ -6236,6 +6320,12 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/View/Events/json/view.ctp %%WWWDIR%%/api/app/View/Events/xml/index.ctp %%WWWDIR%%/api/app/View/Events/xml/view.ctp +%%WWWDIR%%/api/app/View/Groups/json/edit.ctp +%%WWWDIR%%/api/app/View/Groups/json/index.ctp +%%WWWDIR%%/api/app/View/Groups/json/view.ctp +%%WWWDIR%%/api/app/View/Groups/xml/edit.ctp +%%WWWDIR%%/api/app/View/Groups/xml/index.ctp +%%WWWDIR%%/api/app/View/Groups/xml/view.ctp %%WWWDIR%%/api/app/View/Helper/AppHelper.php %%WWWDIR%%/api/app/View/Layouts/Emails/html/default.ctp %%WWWDIR%%/api/app/View/Layouts/Emails/text/default.ctp @@ -6251,9 +6341,11 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/View/Logs/index.ctp %%WWWDIR%%/api/app/View/Logs/json/index.ctp %%WWWDIR%%/api/app/View/Logs/view.ctp +%%WWWDIR%%/api/app/View/Monitors/json/add.ctp %%WWWDIR%%/api/app/View/Monitors/json/edit.ctp %%WWWDIR%%/api/app/View/Monitors/json/index.ctp %%WWWDIR%%/api/app/View/Monitors/json/view.ctp +%%WWWDIR%%/api/app/View/Monitors/xml/add.ctp %%WWWDIR%%/api/app/View/Monitors/xml/edit.ctp %%WWWDIR%%/api/app/View/Monitors/xml/index.ctp %%WWWDIR%%/api/app/View/Monitors/xml/view.ctp @@ -6264,6 +6356,12 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/View/Servers/xml/edit.ctp %%WWWDIR%%/api/app/View/Servers/xml/index.ctp %%WWWDIR%%/api/app/View/Servers/xml/view.ctp +%%WWWDIR%%/api/app/View/Users/add.ctp +%%WWWDIR%%/api/app/View/Users/json/index.ctp +%%WWWDIR%%/api/app/View/Users/json/view.ctp +%%WWWDIR%%/api/app/View/Users/login.ctp +%%WWWDIR%%/api/app/View/Users/xml/index.ctp +%%WWWDIR%%/api/app/View/Users/xml/view.ctp %%WWWDIR%%/api/app/View/View/Configs/json/edit.ctp %%WWWDIR%%/api/app/View/View/Configs/json/index.ctp %%WWWDIR%%/api/app/View/View/Configs/json/view.ctp @@ -6383,7 +6481,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/app/vendor/composer/installers/tests/Composer/Installers/Test/PiwikInstallerTest.php %%WWWDIR%%/api/app/vendor/composer/installers/tests/Composer/Installers/Test/TestCase.php %%WWWDIR%%/api/app/vendor/composer/installers/tests/bootstrap.php -%%WWWDIR%%/api/app/webroot/.htaccess %%WWWDIR%%/api/app/webroot/css/cake.generic.css %%WWWDIR%%/api/app/webroot/favicon.ico %%WWWDIR%%/api/app/webroot/img/cake.icon.png @@ -6477,7 +6574,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Console/Templates/default/views/form.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/default/views/index.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/default/views/view.ctp -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/.htaccess %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Config/Schema/db_acl.php %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Config/Schema/db_acl.sql %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Config/Schema/i18n.php @@ -6492,13 +6588,26 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Config/email.php.default %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Config/routes.php %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/Command/AppShell.php +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/Command/Task/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/Templates/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/cake %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/cake.bat %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Console/cake.php %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Controller/AppController.php +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Controller/Component/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Controller/PagesController.php +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Lib/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Locale/eng/LC_MESSAGES/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Model/AppModel.php +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Model/Behavior/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Model/Datasource/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Plugin/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/AllTestsTest.php +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/Controller/Component/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/Model/Behavior/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Case/View/Helper/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Test/Fixture/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/Vendor/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Elements/Flash/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Emails/html/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Emails/text/default.ctp @@ -6515,10 +6624,17 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Layouts/rss/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Layouts/xml/default.ctp %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Pages/home.ctp +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/View/Scaffolds/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/index.php -%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/.htaccess +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/tmp/cache/models/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/tmp/cache/persistent/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/tmp/cache/views/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/tmp/logs/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/tmp/sessions/empty +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/tmp/tests/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/favicon.ico +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/files/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/cake.icon.png %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/cake.power.gif %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/test-error-icon.png @@ -6526,6 +6642,7 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/test-pass-icon.png %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/img/test-skip-icon.png %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/index.php +%%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/js/empty %%WWWDIR%%/api/lib/Cake/Console/Templates/skel/webroot/test.php %%WWWDIR%%/api/lib/Cake/Console/cake %%WWWDIR%%/api/lib/Cake/Console/cake.bat @@ -6561,6 +6678,7 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Controller/Controller.php %%WWWDIR%%/api/lib/Cake/Controller/Scaffold.php %%WWWDIR%%/api/lib/Cake/Core/App.php +%%WWWDIR%%/api/lib/Cake/Core/CakeObject.php %%WWWDIR%%/api/lib/Cake/Core/CakePlugin.php %%WWWDIR%%/api/lib/Cake/Core/Configure.php %%WWWDIR%%/api/lib/Cake/Core/Object.php @@ -6718,9 +6836,9 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/Case/Controller/PagesControllerTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Controller/ScaffoldTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Core/AppTest.php +%%WWWDIR%%/api/lib/Cake/Test/Case/Core/CakeObjectTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Core/CakePluginTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Core/ConfigureTest.php -%%WWWDIR%%/api/lib/Cake/Test/Case/Core/ObjectTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Error/ErrorHandlerTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Error/ExceptionRendererTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Event/CakeEventManagerTest.php @@ -6802,7 +6920,6 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/Case/Utility/SanitizeTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Utility/SecurityTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Utility/SetTest.php -%%WWWDIR%%/api/lib/Cake/Test/Case/Utility/StringTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Utility/ValidationTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/Utility/XmlTest.php %%WWWDIR%%/api/lib/Cake/Test/Case/View/Helper/CacheHelperTest.php @@ -6953,11 +7070,18 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/Fixture/UnsignedFixture.php %%WWWDIR%%/api/lib/Cake/Test/Fixture/UserFixture.php %%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidFixture.php +%%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidNativeFixture.php +%%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidNativeTagFixture.php +%%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidNativeTreeFixture.php %%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidTagFixture.php %%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidTreeFixture.php %%WWWDIR%%/api/lib/Cake/Test/Fixture/UuiditemFixture.php %%WWWDIR%%/api/lib/Cake/Test/Fixture/UuiditemsUuidportfolioFixture.php %%WWWDIR%%/api/lib/Cake/Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php +%%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidnativeitemFixture.php +%%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidnativeitemsUuidnativeportfolioFixture.php +%%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidnativeitemsUuidnativeportfolioNumericidFixture.php +%%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidnativeportfolioFixture.php %%WWWDIR%%/api/lib/Cake/Test/Fixture/UuidportfolioFixture.php %%WWWDIR%%/api/lib/Cake/Test/Fixture/rss.xml %%WWWDIR%%/api/lib/Cake/Test/Fixture/sample.xml @@ -6984,9 +7108,11 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/test_app/Config/var_test.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Config/var_test2.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Command/SampleShell.php +%%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Command/Task/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Templates/test/classes/test_object.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/Console/Templates/test/views/admin_edit.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/AppController.php +%%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/Component/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/PagesController.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/TestAppsErrorController.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Controller/TestConfigsController.php @@ -7100,9 +7226,11 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/TestPluginShell.php +%%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Templates/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php +%%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginEmailComponent.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginAppController.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginController.php @@ -7157,7 +7285,9 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/root.js %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Config/bootstrap.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php +%%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/Task/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php +%%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Templates/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/Plugin/TestPluginTwo/View/Layouts/Emails/text/default.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/Utility/TestAppEngine.php %%WWWDIR%%/api/lib/Cake/Test/test_app/Vendor/Test/MyTest.php @@ -7241,6 +7371,7 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Posts/sequencial_nocache.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Posts/test_nocache_tags.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Posts/xml/index.ctp +%%WWWDIR%%/api/lib/Cake/Test/test_app/View/Scaffolds/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/View/TestsApps/index.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/TestsApps/json/index.ctp %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/Elements/test_element.ctp @@ -7261,6 +7392,7 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf %%WWWDIR%%/api/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/space image.text +%%WWWDIR%%/api/lib/Cake/Test/test_app/tmp/empty %%WWWDIR%%/api/lib/Cake/Test/test_app/webroot/img/cake.power.gif %%WWWDIR%%/api/lib/Cake/Test/test_app/webroot/theme/test_theme/css/theme_webroot.css %%WWWDIR%%/api/lib/Cake/Test/test_app/webroot/theme/test_theme/css/webroot_test.css @@ -7360,23 +7492,34 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/cgi-bin/nph-zms %%WWWDIR%%/cgi-bin/zms %%WWWDIR%%/css/bootstrap.min.css +%%WWWDIR%%/css/bootstrap.min.css.map %%WWWDIR%%/css/overlay.css %%WWWDIR%%/css/reset.css %%WWWDIR%%/css/spinner.css +%%WWWDIR%%/fonts/MaterialIcons-Regular.eot +%%WWWDIR%%/fonts/MaterialIcons-Regular.ttf +%%WWWDIR%%/fonts/MaterialIcons-Regular.woff +%%WWWDIR%%/fonts/MaterialIcons-Regular.woff2 %%WWWDIR%%/fonts/glyphicons-halflings-regular.eot %%WWWDIR%%/fonts/glyphicons-halflings-regular.svg %%WWWDIR%%/fonts/glyphicons-halflings-regular.ttf %%WWWDIR%%/fonts/glyphicons-halflings-regular.woff %%WWWDIR%%/fonts/glyphicons-halflings-regular.woff2 +%%WWWDIR%%/fonts/license.md %%WWWDIR%%/graphics/favicon.ico -%%WWWDIR%%/graphics/spinner.gif -%%WWWDIR%%/graphics/transparent.gif +%%WWWDIR%%/graphics/spinner.png +%%WWWDIR%%/graphics/transparent.png +%%WWWDIR%%/includes/Control.php %%WWWDIR%%/includes/Event.php +%%WWWDIR%%/includes/Filter.php %%WWWDIR%%/includes/Frame.php +%%WWWDIR%%/includes/Group.php %%WWWDIR%%/includes/Monitor.php +%%WWWDIR%%/includes/MontageLayout.php %%WWWDIR%%/includes/Server.php %%WWWDIR%%/includes/Storage.php %%WWWDIR%%/includes/actions.php +%%WWWDIR%%/includes/auth.php %%WWWDIR%%/includes/config.php %%WWWDIR%%/includes/control_functions.php %%WWWDIR%%/includes/csrf/LICENSE.txt @@ -7392,10 +7535,12 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/js/logger.js %%WWWDIR%%/js/mootools.ext.js %%WWWDIR%%/js/overlay.js +%%WWWDIR%%/js/videojs.zoomrotate.js %%WWWDIR%%/lang/big5_big5.php %%WWWDIR%%/lang/cn_zh.php %%WWWDIR%%/lang/cs_cz.php %%WWWDIR%%/lang/de_de.php +%%WWWDIR%%/lang/default.php %%WWWDIR%%/lang/dk_dk.php %%WWWDIR%%/lang/en_gb.php %%WWWDIR%%/lang/en_us.php @@ -7414,13 +7559,52 @@ share/man/man8/zoneminder-zmx10.pl.8.gz %%WWWDIR%%/lang/ru_ru.php %%WWWDIR%%/lang/se_se.php %%WWWDIR%%/lang/updateLangs.php -%%WWWDIR%%/skins/classic/css/classic/control.css +%%WWWDIR%%/robots.txt +%%WWWDIR%%/skins/classic/css/base/export.css +%%WWWDIR%%/skins/classic/css/base/jquery-ui-theme.css +%%WWWDIR%%/skins/classic/css/base/skin.css *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sat Dec 8 22:29:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42B10132B35B; Sat, 8 Dec 2018 22:29:48 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA0826B934; Sat, 8 Dec 2018 22:29:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA87743E; Sat, 8 Dec 2018 22:29:47 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8MTlqG007009; Sat, 8 Dec 2018 22:29:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8MTl7q007008; Sat, 8 Dec 2018 22:29:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201812082229.wB8MTl7q007008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Dec 2018 22:29:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486991 - head/multimedia/zoneminder-h264 X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/multimedia/zoneminder-h264 X-SVN-Commit-Revision: 486991 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DA0826B934 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 22:29:48 -0000 Author: pi Date: Sat Dec 8 22:29:47 2018 New Revision: 486991 URL: https://svnweb.freebsd.org/changeset/ports/486991 Log: multimedia/zoneminder-h264: deprecate, h264 feature was commited to main branch - h264 feature was commited to main branch, please use upgraded www/zoneminder PR: 233289 Submitted by: Ivan (maintainer) Modified: head/multimedia/zoneminder-h264/Makefile Modified: head/multimedia/zoneminder-h264/Makefile ============================================================================== --- head/multimedia/zoneminder-h264/Makefile Sat Dec 8 22:28:06 2018 (r486990) +++ head/multimedia/zoneminder-h264/Makefile Sat Dec 8 22:29:47 2018 (r486991) @@ -10,6 +10,9 @@ COMMENT= Complete security camera solution, fully web LICENSE= GPLv2 +DEPRECATED= h264 feature was commited to main branch, please upgrade to www/zoneminder +EXPIRATION_DATE= 2019-01-01 + CONFLICTS_INSTALL= zoneminder ZM_DEPENDS= p5-DBI>=0:databases/p5-DBI \ From owner-svn-ports-all@freebsd.org Sat Dec 8 23:05:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5695132C797; Sat, 8 Dec 2018 23:05:14 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE6FE6CFBC; Sat, 8 Dec 2018 23:05:11 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 914A848B5; Sun, 9 Dec 2018 08:05:01 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 2803017662; Sun, 9 Dec 2018 08:05:01 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 24D1217661; Sun, 9 Dec 2018 08:05:00 +0900 (JST) Date: Sun, 09 Dec 2018 08:04:44 +0900 (JST) Message-Id: <20181209.080444.115255749052487617.yasu@utahime.org> To: antoine@freebsd.org Cc: ler@freebsd.org, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r486562 - head/security/clamav From: Yasuhiro KIMURA In-Reply-To: References: <201812032342.wB3NgLpq099270@repo.freebsd.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: CE6FE6CFBC X-Spamd-Result: default: False [2.20 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; MIME_GOOD(-0.10)[text/plain]; MV_CASE(0.50)[]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.39)[0.388,0]; RCPT_COUNT_FIVE(0.00)[5]; NEURAL_HAM_LONG(-0.83)[-0.826,0]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[utahime.org]; NEURAL_SPAM_SHORT(0.99)[0.987,0]; MX_GOOD(-0.01)[mx1.utahime.org,mx2.utahime.org]; MID_CONTAINS_FROM(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; IP_SCORE(0.46)[ip: (1.04), ipnet: 183.180.0.0/16(0.52), asn: 2519(0.82), country: JP(-0.09)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 23:05:14 -0000 Hello Antoine. From: Antoine Brodin Subject: Re: svn commit: r486562 - head/security/clamav Date: Sat, 8 Dec 2018 20:41:38 +0100 > The headers seem broken and all ports depending on clamav fail to build. Now I'm a maintainer of this port. So would you please provide me build error logs? Best Regards. --- Yasuhiro KIMURA From owner-svn-ports-all@freebsd.org Sat Dec 8 23:20:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 012F4132CB5A; Sat, 8 Dec 2018 23:20:32 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 952876D422; Sat, 8 Dec 2018 23:20:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 760D0C7F; Sat, 8 Dec 2018 23:20:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8NKVAp032665; Sat, 8 Dec 2018 23:20:31 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8NKUKC032662; Sat, 8 Dec 2018 23:20:30 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201812082320.wB8NKUKC032662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 8 Dec 2018 23:20:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486992 - head/audio/xfce4-mpc-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/audio/xfce4-mpc-plugin X-SVN-Commit-Revision: 486992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 952876D422 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.991,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 23:20:32 -0000 Author: madpilot Date: Sat Dec 8 23:20:30 2018 New Revision: 486992 URL: https://svnweb.freebsd.org/changeset/ports/486992 Log: - Update xfce4-mpc-plugin to 0.5.1 - Add NLS option - SIlence portlint warning Modified: head/audio/xfce4-mpc-plugin/Makefile head/audio/xfce4-mpc-plugin/distinfo head/audio/xfce4-mpc-plugin/pkg-plist Modified: head/audio/xfce4-mpc-plugin/Makefile ============================================================================== --- head/audio/xfce4-mpc-plugin/Makefile Sat Dec 8 22:29:47 2018 (r486991) +++ head/audio/xfce4-mpc-plugin/Makefile Sat Dec 8 23:20:30 2018 (r486992) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-mpc-plugin -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.5.1 CATEGORIES= audio xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -16,12 +15,18 @@ LICENSE= ISCL LIB_DEPENDS= libmpd.so:audio/libmpd RUN_DEPENDS= musicpd:audio/musicpd -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 +USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 USE_GNOME= gtk30 intltool cairo gdkpixbuf2 USE_XFCE= panel +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip CONFIGURE_ARGS+= --with-libmpd=${LOCALBASE} + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime .include Modified: head/audio/xfce4-mpc-plugin/distinfo ============================================================================== --- head/audio/xfce4-mpc-plugin/distinfo Sat Dec 8 22:29:47 2018 (r486991) +++ head/audio/xfce4-mpc-plugin/distinfo Sat Dec 8 23:20:30 2018 (r486992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488103490 -SHA256 (xfce4/xfce4-mpc-plugin-0.5.0.tar.bz2) = f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0 -SIZE (xfce4/xfce4-mpc-plugin-0.5.0.tar.bz2) = 282688 +TIMESTAMP = 1544309125 +SHA256 (xfce4/xfce4-mpc-plugin-0.5.1.tar.bz2) = 635e678c9729663e9eaadfcf58426f7cea37e6d3fda5e818955fbc8ade00de01 +SIZE (xfce4/xfce4-mpc-plugin-0.5.1.tar.bz2) = 290830 Modified: head/audio/xfce4-mpc-plugin/pkg-plist ============================================================================== --- head/audio/xfce4-mpc-plugin/pkg-plist Sat Dec 8 22:29:47 2018 (r486991) +++ head/audio/xfce4-mpc-plugin/pkg-plist Sat Dec 8 23:20:30 2018 (r486992) @@ -1,46 +1,47 @@ lib/xfce4/panel/plugins/libmpc.so -share/locale/ar/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/ast/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/bg/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/ca/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/cs/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/da/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/de/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/el/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/en_AU/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/en_GB/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/es/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/eu/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/fr/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/gl/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/he/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/hr/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/hu/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/id/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/is/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/it/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/ja/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/ko/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/lt/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/lv/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/ms/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/nb/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/nl/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/oc/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/pl/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/pt/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/pt_BR/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/ru/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/sk/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/sq/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/sr/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/sv/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/th/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/tr/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/ug/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/uk/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/ur/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/ur_PK/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/zh_CN/LC_MESSAGES/xfce4-mpc-plugin.mo -share/locale/zh_TW/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/be/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/id/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/is/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/th/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-mpc-plugin.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-mpc-plugin.mo share/xfce4/panel/plugins/xfce4-mpc-plugin.desktop From owner-svn-ports-all@freebsd.org Sat Dec 8 23:26:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B459132CDFB; Sat, 8 Dec 2018 23:26:32 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6956A6D7BA; Sat, 8 Dec 2018 23:26:30 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4407CE0D; Sat, 8 Dec 2018 23:26:30 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8NQUjH037453; Sat, 8 Dec 2018 23:26:30 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8NQTAO037450; Sat, 8 Dec 2018 23:26:29 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201812082326.wB8NQTAO037450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sat, 8 Dec 2018 23:26:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486993 - head/www/joomla3 X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/www/joomla3 X-SVN-Commit-Revision: 486993 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6956A6D7BA X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.992,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 23:26:32 -0000 Author: ler Date: Sat Dec 8 23:26:29 2018 New Revision: 486993 URL: https://svnweb.freebsd.org/changeset/ports/486993 Log: www/joomla3: update to 3.9.1. Changelogs 3.9.0, 3.9.1: https://www.joomla.org/announcements/release-news/5748-the-privacy-tool-suite-by-joomla-joomla-3-9-is-here.html https://www.joomla.org/announcements/release-news/5751-joomla-3-9-1-release.html Modified: head/www/joomla3/Makefile head/www/joomla3/distinfo head/www/joomla3/pkg-plist Modified: head/www/joomla3/Makefile ============================================================================== --- head/www/joomla3/Makefile Sat Dec 8 23:20:30 2018 (r486992) +++ head/www/joomla3/Makefile Sat Dec 8 23:26:29 2018 (r486993) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= joomla -DISTVERSION= 3-8-12 +DISTVERSION= 3-9-1 CATEGORIES= www MASTER_SITES= https://downloads.joomla.org/cms/joomla3/${DISTVERSION}/ PKGNAMESUFFIX= 3 -DISTNAME= Joomla_${DISTVERSION}-Stable-Full_Package +DISTNAME= Joomla_${DISTVERSION}-Stable-Full_Package-tar-bz2?format=bz2 MAINTAINER= ler@FreeBSD.org COMMENT= Dynamic web content management system (CMS) LICENSE= GPLv2 +USES= php:web tar:bz2 shebangfix + NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes @@ -23,7 +25,6 @@ OPTIONS_SUB= yes PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} -USES= php:web tar:bz2 shebangfix SHEBANG_FILES= libraries/vendor/leafo/lessphp/lessify SUB_FILES= pkg-message Modified: head/www/joomla3/distinfo ============================================================================== --- head/www/joomla3/distinfo Sat Dec 8 23:20:30 2018 (r486992) +++ head/www/joomla3/distinfo Sat Dec 8 23:26:29 2018 (r486993) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537046173 -SHA256 (Joomla_3-8-12-Stable-Full_Package.tar.bz2) = 2e5aadb84cfa991b43ebdb07a92baee6358113058d931b06549c228d4b25c2b2 -SIZE (Joomla_3-8-12-Stable-Full_Package.tar.bz2) = 7701354 +TIMESTAMP = 1544310763 +SHA256 (Joomla_3-9-1-Stable-Full_Package-tar-bz2?format=bz2.tar.bz2) = 89f4c478b16374d10f0b695ce0fcfb26500a01275f2e3082018644cdfe8498c8 +SIZE (Joomla_3-9-1-Stable-Full_Package-tar-bz2?format=bz2.tar.bz2) = 7837993 Modified: head/www/joomla3/pkg-plist ============================================================================== --- head/www/joomla3/pkg-plist Sat Dec 8 23:20:30 2018 (r486992) +++ head/www/joomla3/pkg-plist Sat Dec 8 23:26:29 2018 (r486993) @@ -1252,7 +1252,6 @@ %%WWWDIR%%/administrator/includes/framework.php %%WWWDIR%%/administrator/includes/helper.php %%WWWDIR%%/administrator/includes/subtoolbar.php -%%WWWDIR%%/administrator/includes/toolbar.php %%WWWDIR%%/administrator/index.php %%WWWDIR%%/administrator/language/en-GB/en-GB.com_admin.ini %%WWWDIR%%/administrator/language/en-GB/en-GB.com_admin.sys.ini @@ -3345,18 +3344,6 @@ %%WWWDIR%%/libraries/joomla/facebook/status.php %%WWWDIR%%/libraries/joomla/facebook/user.php %%WWWDIR%%/libraries/joomla/facebook/video.php -%%WWWDIR%%/libraries/joomla/filesystem/file.php -%%WWWDIR%%/libraries/joomla/filesystem/folder.php -%%WWWDIR%%/libraries/joomla/filesystem/helper.php -%%WWWDIR%%/libraries/joomla/filesystem/meta/language/en-GB/en-GB.lib_joomla_filesystem_patcher.ini -%%WWWDIR%%/libraries/joomla/filesystem/patcher.php -%%WWWDIR%%/libraries/joomla/filesystem/path.php -%%WWWDIR%%/libraries/joomla/filesystem/stream.php -%%WWWDIR%%/libraries/joomla/filesystem/streams/string.php -%%WWWDIR%%/libraries/joomla/filesystem/support/stringcontroller.php -%%WWWDIR%%/libraries/joomla/filesystem/wrapper/file.php -%%WWWDIR%%/libraries/joomla/filesystem/wrapper/folder.php -%%WWWDIR%%/libraries/joomla/filesystem/wrapper/path.php %%WWWDIR%%/libraries/joomla/form/fields/accesslevel.php %%WWWDIR%%/libraries/joomla/form/fields/aliastag.php %%WWWDIR%%/libraries/joomla/form/fields/cachehandler.php @@ -5611,7 +5598,6 @@ %%WWWDIR%%/plugins/captcha/recaptcha/postinstall/actions.php %%WWWDIR%%/plugins/captcha/recaptcha/recaptcha.php %%WWWDIR%%/plugins/captcha/recaptcha/recaptcha.xml -%%WWWDIR%%/plugins/captcha/recaptcha/recaptchalib.php %%WWWDIR%%/plugins/content/contact/contact.php %%WWWDIR%%/plugins/content/contact/contact.xml %%WWWDIR%%/plugins/content/emailcloak/emailcloak.php @@ -6027,5 +6013,293 @@ %%WWWDIR%%/templates/system/offline.php %%WWWDIR%%/tmp/index.html %%WWWDIR%%/web.config.txt +%%WWWDIR%%/administrator/components/com_actionlogs/actionlogs.php +%%WWWDIR%%/administrator/components/com_actionlogs/actionlogs.xml +%%WWWDIR%%/administrator/components/com_actionlogs/config.xml +%%WWWDIR%%/administrator/components/com_actionlogs/controller.php +%%WWWDIR%%/administrator/components/com_actionlogs/controllers/actionlogs.php +%%WWWDIR%%/administrator/components/com_actionlogs/helpers/actionlogs.php +%%WWWDIR%%/administrator/components/com_actionlogs/helpers/actionlogsphp55.php +%%WWWDIR%%/administrator/components/com_actionlogs/layouts/logstable.php +%%WWWDIR%%/administrator/components/com_actionlogs/libraries/actionlogplugin.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/actionlog.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/actionlogs.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/extension.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/logcreator.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/logsdaterange.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/fields/logtype.php +%%WWWDIR%%/administrator/components/com_actionlogs/models/forms/filter_actionlogs.xml +%%WWWDIR%%/administrator/components/com_actionlogs/views/actionlogs/tmpl/default.php +%%WWWDIR%%/administrator/components/com_actionlogs/views/actionlogs/tmpl/default.xml +%%WWWDIR%%/administrator/components/com_actionlogs/views/actionlogs/view.html.php +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-03.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-05.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-19.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-24.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-05-27.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-13.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-14.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-06-17.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-07-09.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-07-10.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-07-11.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-08-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-08-28.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-08-29.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-09-04.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-10-15.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-10-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/mysql/3.9.0-2018-10-21.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-03.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-05.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-19.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-24.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-05-27.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-13.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-14.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-06-17.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-07-09.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-07-10.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-07-11.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-08-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-08-28.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-08-29.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-09-04.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-10-15.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-10-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/postgresql/3.9.0-2018-10-21.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-03.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-05.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-19.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-24.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-05-27.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-02.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-13.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-14.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-06-17.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-07-09.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-07-10.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-07-11.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-08-12.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-08-28.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-08-29.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-09-04.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-10-15.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-10-20.sql +%%WWWDIR%%/administrator/components/com_admin/sql/updates/sqlazure/3.9.0-2018-10-21.sql +%%WWWDIR%%/administrator/components/com_categories/controllers/ajax.json.php +%%WWWDIR%%/administrator/components/com_contact/controllers/ajax.json.php +%%WWWDIR%%/administrator/components/com_content/controllers/ajax.json.php +%%WWWDIR%%/administrator/components/com_fields/models/fields/fieldlayout.php +%%WWWDIR%%/administrator/components/com_languages/layouts/joomla/searchtools/default/bar.php +%%WWWDIR%%/administrator/components/com_languages/models/fields/languageclient.php +%%WWWDIR%%/administrator/components/com_languages/models/forms/filter_overrides.xml +%%WWWDIR%%/administrator/components/com_menus/controllers/ajax.json.php +%%WWWDIR%%/administrator/components/com_newsfeeds/controllers/ajax.json.php +%%WWWDIR%%/administrator/components/com_plugins/models/fields/pluginelement.php +%%WWWDIR%%/administrator/components/com_privacy/config.xml +%%WWWDIR%%/administrator/components/com_privacy/controller.php +%%WWWDIR%%/administrator/components/com_privacy/controllers/consents.php +%%WWWDIR%%/administrator/components/com_privacy/controllers/request.php +%%WWWDIR%%/administrator/components/com_privacy/controllers/request.xml.php +%%WWWDIR%%/administrator/components/com_privacy/controllers/requests.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/export/domain.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/export/field.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/export/item.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/html/helper.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/plugin.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/privacy.php +%%WWWDIR%%/administrator/components/com_privacy/helpers/removal/status.php +%%WWWDIR%%/administrator/components/com_privacy/models/capabilities.php +%%WWWDIR%%/administrator/components/com_privacy/models/consents.php +%%WWWDIR%%/administrator/components/com_privacy/models/dashboard.php +%%WWWDIR%%/administrator/components/com_privacy/models/export.php +%%WWWDIR%%/administrator/components/com_privacy/models/fields/requeststatus.php +%%WWWDIR%%/administrator/components/com_privacy/models/fields/requesttype.php +%%WWWDIR%%/administrator/components/com_privacy/models/forms/filter_consents.xml +%%WWWDIR%%/administrator/components/com_privacy/models/forms/filter_requests.xml +%%WWWDIR%%/administrator/components/com_privacy/models/forms/request.xml +%%WWWDIR%%/administrator/components/com_privacy/models/remove.php +%%WWWDIR%%/administrator/components/com_privacy/models/request.php +%%WWWDIR%%/administrator/components/com_privacy/models/requests.php +%%WWWDIR%%/administrator/components/com_privacy/privacy.php +%%WWWDIR%%/administrator/components/com_privacy/privacy.xml +%%WWWDIR%%/administrator/components/com_privacy/tables/consent.php +%%WWWDIR%%/administrator/components/com_privacy/tables/request.php +%%WWWDIR%%/administrator/components/com_privacy/views/capabilities/tmpl/default.php +%%WWWDIR%%/administrator/components/com_privacy/views/capabilities/view.html.php +%%WWWDIR%%/administrator/components/com_privacy/views/consents/tmpl/default.php +%%WWWDIR%%/administrator/components/com_privacy/views/consents/tmpl/default.xml +%%WWWDIR%%/administrator/components/com_privacy/views/consents/view.html.php +%%WWWDIR%%/administrator/components/com_privacy/views/dashboard/tmpl/default.php +%%WWWDIR%%/administrator/components/com_privacy/views/dashboard/tmpl/default.xml +%%WWWDIR%%/administrator/components/com_privacy/views/dashboard/view.html.php +%%WWWDIR%%/administrator/components/com_privacy/views/export/view.xml.php +%%WWWDIR%%/administrator/components/com_privacy/views/request/tmpl/default.php +%%WWWDIR%%/administrator/components/com_privacy/views/request/tmpl/edit.php +%%WWWDIR%%/administrator/components/com_privacy/views/request/view.html.php +%%WWWDIR%%/administrator/components/com_privacy/views/requests/tmpl/default.php +%%WWWDIR%%/administrator/components/com_privacy/views/requests/tmpl/default.xml +%%WWWDIR%%/administrator/components/com_privacy/views/requests/view.html.php +%%WWWDIR%%/administrator/components/com_users/models/forms/config_domain.xml +%%WWWDIR%%/administrator/language/en-GB/en-GB.com_actionlogs.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.com_actionlogs.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.com_privacy.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.com_privacy.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_latestactions.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_latestactions.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_privacy_dashboard.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.mod_privacy_dashboard.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_actionlog_joomla.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_actionlog_joomla.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_content_confirmconsent.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_content_confirmconsent.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_repeatable.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_fields_repeatable.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_consents.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_consents.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_contact.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_contact.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_content.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_content.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_message.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_message.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_user.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_privacy_user.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_actionlogs.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_actionlogs.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_logrotation.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_logrotation.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_privacyconsent.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_system_privacyconsent.sys.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_user_terms.ini +%%WWWDIR%%/administrator/language/en-GB/en-GB.plg_user_terms.sys.ini +%%WWWDIR%%/administrator/modules/mod_latestactions/helper.php +%%WWWDIR%%/administrator/modules/mod_latestactions/mod_latestactions.php +%%WWWDIR%%/administrator/modules/mod_latestactions/mod_latestactions.xml +%%WWWDIR%%/administrator/modules/mod_latestactions/tmpl/default.php +%%WWWDIR%%/administrator/modules/mod_privacy_dashboard/helper.php +%%WWWDIR%%/administrator/modules/mod_privacy_dashboard/mod_privacy_dashboard.php +%%WWWDIR%%/administrator/modules/mod_privacy_dashboard/mod_privacy_dashboard.xml +%%WWWDIR%%/administrator/modules/mod_privacy_dashboard/tmpl/default.php +%%WWWDIR%%/administrator/templates/isis/less/pages/_com_privacy.less +%%WWWDIR%%/components/com_privacy/controller.php +%%WWWDIR%%/components/com_privacy/controllers/request.php +%%WWWDIR%%/components/com_privacy/models/confirm.php +%%WWWDIR%%/components/com_privacy/models/forms/confirm.xml +%%WWWDIR%%/components/com_privacy/models/forms/remind.xml +%%WWWDIR%%/components/com_privacy/models/forms/request.xml +%%WWWDIR%%/components/com_privacy/models/remind.php +%%WWWDIR%%/components/com_privacy/models/request.php +%%WWWDIR%%/components/com_privacy/privacy.php +%%WWWDIR%%/components/com_privacy/router.php +%%WWWDIR%%/components/com_privacy/views/confirm/tmpl/default.php +%%WWWDIR%%/components/com_privacy/views/confirm/tmpl/default.xml +%%WWWDIR%%/components/com_privacy/views/confirm/view.html.php +%%WWWDIR%%/components/com_privacy/views/remind/tmpl/default.php +%%WWWDIR%%/components/com_privacy/views/remind/tmpl/default.xml +%%WWWDIR%%/components/com_privacy/views/remind/view.html.php +%%WWWDIR%%/components/com_privacy/views/request/tmpl/default.php +%%WWWDIR%%/components/com_privacy/views/request/tmpl/default.xml +%%WWWDIR%%/components/com_privacy/views/request/view.html.php +%%WWWDIR%%/components/com_users/layouts/joomla/form/renderfield.php +%%WWWDIR%%/language/en-GB/en-GB.com_privacy.ini +%%WWWDIR%%/libraries/joomla/database/driver/pgsql.php +%%WWWDIR%%/libraries/joomla/database/exporter/pgsql.php +%%WWWDIR%%/libraries/joomla/database/importer/pgsql.php +%%WWWDIR%%/libraries/joomla/database/iterator/pgsql.php +%%WWWDIR%%/libraries/joomla/database/query/pgsql.php +%%WWWDIR%%/libraries/joomla/session/storage/apcu.php +%%WWWDIR%%/libraries/src/Captcha/Google/HttpBridgePostRequestMethod.php +%%WWWDIR%%/libraries/src/Filesystem/File.php +%%WWWDIR%%/libraries/src/Filesystem/FilesystemHelper.php +%%WWWDIR%%/libraries/src/Filesystem/Folder.php +%%WWWDIR%%/libraries/src/Filesystem/Meta/language/en-GB/en-GB.lib_joomla_filesystem_patcher.ini +%%WWWDIR%%/libraries/src/Filesystem/Patcher.php +%%WWWDIR%%/libraries/src/Filesystem/Path.php +%%WWWDIR%%/libraries/src/Filesystem/Stream.php +%%WWWDIR%%/libraries/src/Filesystem/Streams/StreamString.php +%%WWWDIR%%/libraries/src/Filesystem/Support/Stringcontroller.php +%%WWWDIR%%/libraries/src/Filesystem/Wrapper/FileWrapper.php +%%WWWDIR%%/libraries/src/Filesystem/Wrapper/FolderWrapper.php +%%WWWDIR%%/libraries/src/Filesystem/Wrapper/PathWrapper.php +%%WWWDIR%%/libraries/src/Form/Rule/ExistsRule.php +%%WWWDIR%%/libraries/src/Toolbar/ToolbarHelper.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/LICENSE +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/RequestParameters.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/ReCaptcha/Response.php +%%WWWDIR%%/libraries/vendor/google/recaptcha/src/autoload.php +%%WWWDIR%%/libraries/vendor/joomla/utilities/src/IpHelper.php +%%WWWDIR%%/libraries/vendor/symfony/polyfill-php71/LICENSE +%%WWWDIR%%/libraries/vendor/symfony/polyfill-php71/Php71.php +%%WWWDIR%%/libraries/vendor/symfony/polyfill-php71/bootstrap.php +%%WWWDIR%%/libraries/vendor/symfony/polyfill-php73/Php73.php +%%WWWDIR%%/media/plg_captcha_recaptcha_invisible/js/recaptcha.js +%%WWWDIR%%/media/plg_captcha_recaptcha_invisible/js/recaptcha.min.js +%%WWWDIR%%/media/plg_quickicon_privacycheck/js/privacycheck.js +%%WWWDIR%%/plugins/actionlog/joomla/joomla.php +%%WWWDIR%%/plugins/actionlog/joomla/joomla.xml +%%WWWDIR%%/plugins/captcha/recaptcha_invisible/recaptcha_invisible.php +%%WWWDIR%%/plugins/captcha/recaptcha_invisible/recaptcha_invisible.xml +%%WWWDIR%%/plugins/content/confirmconsent/confirmconsent.php +%%WWWDIR%%/plugins/content/confirmconsent/confirmconsent.xml +%%WWWDIR%%/plugins/content/confirmconsent/fields/consentbox.php +%%WWWDIR%%/plugins/content/pagebreak/tmpl/navigation.php +%%WWWDIR%%/plugins/content/pagebreak/tmpl/toc.php +%%WWWDIR%%/plugins/fields/repeatable/params/repeatable.xml +%%WWWDIR%%/plugins/fields/repeatable/repeatable.php +%%WWWDIR%%/plugins/fields/repeatable/repeatable.xml +%%WWWDIR%%/plugins/fields/repeatable/tmpl/repeatable.php +%%WWWDIR%%/plugins/privacy/actionlogs/actionlogs.php +%%WWWDIR%%/plugins/privacy/actionlogs/actionlogs.xml +%%WWWDIR%%/plugins/privacy/consents/consents.php +%%WWWDIR%%/plugins/privacy/consents/consents.xml +%%WWWDIR%%/plugins/privacy/contact/contact.php +%%WWWDIR%%/plugins/privacy/contact/contact.xml +%%WWWDIR%%/plugins/privacy/content/content.php +%%WWWDIR%%/plugins/privacy/content/content.xml +%%WWWDIR%%/plugins/privacy/message/message.php +%%WWWDIR%%/plugins/privacy/message/message.xml +%%WWWDIR%%/plugins/privacy/user/user.php +%%WWWDIR%%/plugins/privacy/user/user.xml +%%WWWDIR%%/plugins/quickicon/privacycheck/privacycheck.php +%%WWWDIR%%/plugins/quickicon/privacycheck/privacycheck.xml +%%WWWDIR%%/plugins/system/actionlogs/actionlogs.php +%%WWWDIR%%/plugins/system/actionlogs/actionlogs.xml +%%WWWDIR%%/plugins/system/actionlogs/forms/actionlogs.xml +%%WWWDIR%%/plugins/system/logrotation/logrotation.php +%%WWWDIR%%/plugins/system/logrotation/logrotation.xml +%%WWWDIR%%/plugins/system/privacyconsent/field/privacy.php +%%WWWDIR%%/plugins/system/privacyconsent/privacyconsent.php +%%WWWDIR%%/plugins/system/privacyconsent/privacyconsent.xml +%%WWWDIR%%/plugins/system/privacyconsent/privacyconsent/privacyconsent.xml +%%WWWDIR%%/plugins/user/terms/field/terms.php +%%WWWDIR%%/plugins/user/terms/terms.php +%%WWWDIR%%/plugins/user/terms/terms.xml +%%WWWDIR%%/plugins/user/terms/terms/terms.xml @owner @group From owner-svn-ports-all@freebsd.org Sat Dec 8 23:26:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 921C9132CE1C; Sat, 8 Dec 2018 23:26:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBB256D886; Sat, 8 Dec 2018 23:26:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE2F7E0E; Sat, 8 Dec 2018 23:26:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8NQgEC037565; Sat, 8 Dec 2018 23:26:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8NQgro037564; Sat, 8 Dec 2018 23:26:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812082326.wB8NQgro037564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Dec 2018 23:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486994 - head/net-mgmt/semaphore X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net-mgmt/semaphore X-SVN-Commit-Revision: 486994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EBB256D886 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 23:26:43 -0000 Author: swills Date: Sat Dec 8 23:26:42 2018 New Revision: 486994 URL: https://svnweb.freebsd.org/changeset/ports/486994 Log: net-mgmt/semaphore: drop maintainership Modified: head/net-mgmt/semaphore/Makefile (contents, props changed) Modified: head/net-mgmt/semaphore/Makefile ============================================================================== --- head/net-mgmt/semaphore/Makefile Sat Dec 8 23:26:29 2018 (r486993) +++ head/net-mgmt/semaphore/Makefile Sat Dec 8 23:26:42 2018 (r486994) @@ -5,7 +5,7 @@ PORTVERSION= 2.4.1 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open Source alternative to Ansible Tower BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go \ From owner-svn-ports-all@freebsd.org Sat Dec 8 23:27:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9468132CEA6; Sat, 8 Dec 2018 23:27:28 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56A576D994; Sat, 8 Dec 2018 23:27:28 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 2050748C1; Sun, 9 Dec 2018 08:27:25 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id D2AD01768A; Sun, 9 Dec 2018 08:27:24 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id A5A8817689; Sun, 9 Dec 2018 08:27:23 +0900 (JST) Date: Sun, 09 Dec 2018 08:27:17 +0900 (JST) Message-Id: <20181209.082717.712987822764176021.yasu@utahime.org> To: antoine@freebsd.org Cc: ler@freebsd.org, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r486562 - head/security/clamav From: Yasuhiro KIMURA In-Reply-To: References: <20181209.080444.115255749052487617.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 56A576D994 X-Spamd-Result: default: False [1.97 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[utahime.org]; NEURAL_SPAM_MEDIUM(0.31)[0.307,0]; RCPT_COUNT_FIVE(0.00)[5]; NEURAL_HAM_LONG(-0.91)[-0.913,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mx1.utahime.org]; MID_CONTAINS_FROM(1.00)[]; NEURAL_SPAM_SHORT(0.98)[0.976,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; IP_SCORE(0.41)[ip: (0.90), ipnet: 183.180.0.0/16(0.45), asn: 2519(0.77), country: JP(-0.09)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 23:27:29 -0000 From: Antoine Brodin Subject: Re: svn commit: r486562 - head/security/clamav Date: Sun, 9 Dec 2018 00:20:28 +0100 > http://beefy9.nyi.freebsd.org/data/112amd64-default/486731/logs/errors/clamcour-0.3.8_9.log > http://beefy9.nyi.freebsd.org/data/112amd64-default/486731/logs/errors/havp-0.91_6.log > http://beefy9.nyi.freebsd.org/data/112amd64-default/486731/logs/errors/qsheff-II-2.1.r3_8.log > http://beefy9.nyi.freebsd.org/data/112amd64-default/486731/logs/errors/p5-Mail-ClamAV-0.29_4.log Thank you. I'll investigate them. --- Yasuhiro KIMURA From owner-svn-ports-all@freebsd.org Sat Dec 8 23:27:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD310132CEF6; Sat, 8 Dec 2018 23:27:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D8ED6DA72; Sat, 8 Dec 2018 23:27:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3EBB2E12; Sat, 8 Dec 2018 23:27:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8NRni3037713; Sat, 8 Dec 2018 23:27:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8NRn8p037712; Sat, 8 Dec 2018 23:27:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812082327.wB8NRn8p037712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Dec 2018 23:27:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486995 - head/lang/swift X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/lang/swift X-SVN-Commit-Revision: 486995 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D8ED6DA72 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 23:27:49 -0000 Author: swills Date: Sat Dec 8 23:27:48 2018 New Revision: 486995 URL: https://svnweb.freebsd.org/changeset/ports/486995 Log: lang/swift: drop maintainership Modified: head/lang/swift/Makefile (contents, props changed) Modified: head/lang/swift/Makefile ============================================================================== --- head/lang/swift/Makefile Sat Dec 8 23:26:42 2018 (r486994) +++ head/lang/swift/Makefile Sat Dec 8 23:27:48 2018 (r486995) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -RELEASE PORTREVISION= 8 CATEGORIES= lang -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Swift programing language LICENSE= APACHE20 From owner-svn-ports-all@freebsd.org Sat Dec 8 23:31:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8D85132D241; Sat, 8 Dec 2018 23:31:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E3C36DED1; Sat, 8 Dec 2018 23:31:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F59CE77; Sat, 8 Dec 2018 23:31:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8NVnW9041213; Sat, 8 Dec 2018 23:31:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8NVnJ6041212; Sat, 8 Dec 2018 23:31:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812082331.wB8NVnJ6041212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Dec 2018 23:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486996 - head/multimedia/linux-tsmuxer X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/multimedia/linux-tsmuxer X-SVN-Commit-Revision: 486996 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7E3C36DED1 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 23:31:50 -0000 Author: swills Date: Sat Dec 8 23:31:48 2018 New Revision: 486996 URL: https://svnweb.freebsd.org/changeset/ports/486996 Log: multimedia/linux-tsmuxer: drop maintainership Modified: head/multimedia/linux-tsmuxer/Makefile (contents, props changed) Modified: head/multimedia/linux-tsmuxer/Makefile ============================================================================== --- head/multimedia/linux-tsmuxer/Makefile Sat Dec 8 23:27:48 2018 (r486995) +++ head/multimedia/linux-tsmuxer/Makefile Sat Dec 8 23:31:48 2018 (r486996) @@ -8,7 +8,7 @@ MASTER_SITES= http://twocats.free.fr/pub/h264tobox/ PKGNAMEPREFIX= linux- DISTNAME= tsMuxeR_${PORTVERSION} -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to create TS and M2TS files for IP broadcasting USES= linux From owner-svn-ports-all@freebsd.org Sat Dec 8 23:34:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3365132D2ED; Sat, 8 Dec 2018 23:34:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42D936E055; Sat, 8 Dec 2018 23:34:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F60FFBD; Sat, 8 Dec 2018 23:34:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8NYRVt043069; Sat, 8 Dec 2018 23:34:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8NYRPQ043068; Sat, 8 Dec 2018 23:34:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812082334.wB8NYRPQ043068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Dec 2018 23:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486997 - head/x11-themes/kde4-style-bespin X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/x11-themes/kde4-style-bespin X-SVN-Commit-Revision: 486997 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 42D936E055 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 23:34:28 -0000 Author: swills Date: Sat Dec 8 23:34:27 2018 New Revision: 486997 URL: https://svnweb.freebsd.org/changeset/ports/486997 Log: x11-themes/kde4-style-bespin: drop maintainership Modified: head/x11-themes/kde4-style-bespin/Makefile (contents, props changed) Modified: head/x11-themes/kde4-style-bespin/Makefile ============================================================================== --- head/x11-themes/kde4-style-bespin/Makefile Sat Dec 8 23:31:48 2018 (r486996) +++ head/x11-themes/kde4-style-bespin/Makefile Sat Dec 8 23:34:27 2018 (r486997) @@ -9,7 +9,7 @@ MASTER_SITES= http://bsd.e-shell.net/local/ PKGNAMEPREFIX= kde4-style- DISTNAME= cloudcity-${PORTVERSION} -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Configurable KDE4 style LICENSE= LGPL21 From owner-svn-ports-all@freebsd.org Sat Dec 8 23:34:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC866132D319; Sat, 8 Dec 2018 23:34:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D4E46E128; Sat, 8 Dec 2018 23:34:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E6CBFBE; Sat, 8 Dec 2018 23:34:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8NYmDW043187; Sat, 8 Dec 2018 23:34:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8NYmAY043186; Sat, 8 Dec 2018 23:34:48 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812082334.wB8NYmAY043186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Dec 2018 23:34:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486998 - head/x11-themes/kde4-style-nitrogen X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/x11-themes/kde4-style-nitrogen X-SVN-Commit-Revision: 486998 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7D4E46E128 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 23:34:49 -0000 Author: swills Date: Sat Dec 8 23:34:47 2018 New Revision: 486998 URL: https://svnweb.freebsd.org/changeset/ports/486998 Log: x11-themes/kde4-style-nitrogen: drop maintainership Modified: head/x11-themes/kde4-style-nitrogen/Makefile (contents, props changed) Modified: head/x11-themes/kde4-style-nitrogen/Makefile ============================================================================== --- head/x11-themes/kde4-style-nitrogen/Makefile Sat Dec 8 23:34:27 2018 (r486997) +++ head/x11-themes/kde4-style-nitrogen/Makefile Sat Dec 8 23:34:47 2018 (r486998) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.kde-look.org/CONTENT/content- PKGNAMEPREFIX= kde4-style- DISTNAME= 112652-kde4-kstyle-nitrogen-${PORTVERSION}-Source -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= KDE style with animations LICENSE= GPLv2 From owner-svn-ports-all@freebsd.org Sat Dec 8 23:35:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B0D6132D35C; Sat, 8 Dec 2018 23:35:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F21036E208; Sat, 8 Dec 2018 23:35:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE266FBF; Sat, 8 Dec 2018 23:35:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB8NZRnq043328; Sat, 8 Dec 2018 23:35:27 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB8NZR2O043327; Sat, 8 Dec 2018 23:35:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812082335.wB8NZR2O043327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Dec 2018 23:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486999 - head/x11-themes/kde4-style-skulpture X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/x11-themes/kde4-style-skulpture X-SVN-Commit-Revision: 486999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F21036E208 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2018 23:35:28 -0000 Author: swills Date: Sat Dec 8 23:35:27 2018 New Revision: 486999 URL: https://svnweb.freebsd.org/changeset/ports/486999 Log: x11-themes/kde4-style-skulpture: drop maintainership Modified: head/x11-themes/kde4-style-skulpture/Makefile (contents, props changed) Modified: head/x11-themes/kde4-style-skulpture/Makefile ============================================================================== --- head/x11-themes/kde4-style-skulpture/Makefile Sat Dec 8 23:34:47 2018 (r486998) +++ head/x11-themes/kde4-style-skulpture/Makefile Sat Dec 8 23:35:27 2018 (r486999) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.kde-look.org/CONTENT/content- PKGNAMEPREFIX= kde4-style- DISTFILES= 59031-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= KDE style featuring 3D artwork and enhanced the visual experience LICENSE= GPLv3