From owner-svn-ports-head@freebsd.org Sun May 13 00:32:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0242FFDA24C; Sun, 13 May 2018 00:32:08 +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 A8B9271D2E; Sun, 13 May 2018 00:32: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 8AFE625B4F; Sun, 13 May 2018 00:32:07 +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 w4D0W7xo004582; Sun, 13 May 2018 00:32:07 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D0W7YW004581; Sun, 13 May 2018 00:32:07 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201805130032.w4D0W7YW004581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 13 May 2018 00:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469768 - head/lang/gcc7 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc7 X-SVN-Commit-Revision: 469768 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 00:32:08 -0000 Author: gerald Date: Sun May 13 00:32:07 2018 New Revision: 469768 URL: https://svnweb.freebsd.org/changeset/ports/469768 Log: Simplify MASTER_SITES, taking advantage of the default for GCC releases provided by MASTER_SITES_ABBREVS. Reported by: portlint Modified: head/lang/gcc7/Makefile Modified: head/lang/gcc7/Makefile ============================================================================== --- head/lang/gcc7/Makefile Sat May 12 23:50:57 2018 (r469767) +++ head/lang/gcc7/Makefile Sun May 13 00:32:07 2018 (r469768) @@ -5,7 +5,7 @@ PORTNAME= gcc PORTVERSION= 7.3.0 PORTREVISION= 3 CATEGORIES= lang -MASTER_SITES= GCC/releases/gcc-${DISTVERSION} +MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun May 13 00:41:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EC8BFDA889; Sun, 13 May 2018 00:41:32 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52E6A72E97; Sun, 13 May 2018 00:41:31 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id DF9EA3F50B; Sat, 12 May 2018 20:41:30 -0400 (EDT) Received: from [172.20.10.60] (unknown [12.235.85.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 3571E3F423; Sat, 12 May 2018 20:41:30 -0400 (EDT) Date: Sat, 12 May 2018 18:41:29 -0600 (MDT) From: Gerald Pfeifer To: Joe Marcus Clarke cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469697 - in head/ports-mgmt/portlint: . src In-Reply-To: <201805112133.w4BLXtJV083287@repo.freebsd.org> Message-ID: References: <201805112133.w4BLXtJV083287@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 00:41:32 -0000 On Fri, 11 May 2018, Joe Marcus Clarke wrote: > Update to 2.18.0. Enough has happened that it's time for a minor bump. Thank you for maintaining portlint so well for us, Joe. It does make a difference. Gerald From owner-svn-ports-head@freebsd.org Sun May 13 00:44:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C504AFDAB4A; Sun, 13 May 2018 00:44: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 6F689740F7; Sun, 13 May 2018 00:44:13 +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 4DA3225D31; Sun, 13 May 2018 00:44: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 w4D0iDSu009989; Sun, 13 May 2018 00:44:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D0iCYV009988; Sun, 13 May 2018 00:44:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805130044.w4D0iCYV009988@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, 13 May 2018 00:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469769 - head/devel/rubygem-google-api-client X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-google-api-client X-SVN-Commit-Revision: 469769 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 00:44:13 -0000 Author: sunpoet Date: Sun May 13 00:44:12 2018 New Revision: 469769 URL: https://svnweb.freebsd.org/changeset/ports/469769 Log: Update to 0.21.0 Changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md Modified: head/devel/rubygem-google-api-client/Makefile head/devel/rubygem-google-api-client/distinfo Modified: head/devel/rubygem-google-api-client/Makefile ============================================================================== --- head/devel/rubygem-google-api-client/Makefile Sun May 13 00:32:07 2018 (r469768) +++ head/devel/rubygem-google-api-client/Makefile Sun May 13 00:44:12 2018 (r469769) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-client -PORTVERSION= 0.20.1 +PORTVERSION= 0.21.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-google-api-client/distinfo ============================================================================== --- head/devel/rubygem-google-api-client/distinfo Sun May 13 00:32:07 2018 (r469768) +++ head/devel/rubygem-google-api-client/distinfo Sun May 13 00:44:12 2018 (r469769) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523977025 -SHA256 (rubygem/google-api-client-0.20.1.gem) = a17d6853a99c790128a25b06f6958c1998365bda266280b4f6ea5e9cacc52e45 -SIZE (rubygem/google-api-client-0.20.1.gem) = 3824128 +TIMESTAMP = 1526148475 +SHA256 (rubygem/google-api-client-0.21.0.gem) = 88cdc2caa8d9d03577b5466ad778c26b704177c11758e91a9ab17f84239f54c2 +SIZE (rubygem/google-api-client-0.21.0.gem) = 3877888 From owner-svn-ports-head@freebsd.org Sun May 13 01:49:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE701FDDCF2; Sun, 13 May 2018 01:49:16 +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 56FEA7BBAE; Sun, 13 May 2018 01:49:16 +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 38AA52687B; Sun, 13 May 2018 01:49:16 +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 w4D1nGbA040239; Sun, 13 May 2018 01:49:16 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D1nFho040237; Sun, 13 May 2018 01:49:15 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201805130149.w4D1nFho040237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sun, 13 May 2018 01:49:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469770 - head/audio/teamspeak3-server X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/audio/teamspeak3-server X-SVN-Commit-Revision: 469770 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 01:49:16 -0000 Author: ultima Date: Sun May 13 01:49:15 2018 New Revision: 469770 URL: https://svnweb.freebsd.org/changeset/ports/469770 Log: * Updated to 3.1.3 Changes: https://forum.teamspeak.com/threads/135623-TeamSpeak-3-server-3-1-3-released Modified: head/audio/teamspeak3-server/Makefile head/audio/teamspeak3-server/distinfo Modified: head/audio/teamspeak3-server/Makefile ============================================================================== --- head/audio/teamspeak3-server/Makefile Sun May 13 00:44:12 2018 (r469769) +++ head/audio/teamspeak3-server/Makefile Sun May 13 01:49:15 2018 (r469770) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= teamspeak3-server -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.3 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://dl.4players.de/ts/releases/${PORTVERSION}/ \ Modified: head/audio/teamspeak3-server/distinfo ============================================================================== --- head/audio/teamspeak3-server/distinfo Sun May 13 00:44:12 2018 (r469769) +++ head/audio/teamspeak3-server/distinfo Sun May 13 01:49:15 2018 (r469770) @@ -1,5 +1,5 @@ -TIMESTAMP = 1519880353 -SHA256 (teamspeak3-server_freebsd_amd64-3.1.1.tar.bz2) = 4a42378d1d8141e3ee260079fc36055232812bde8cfe7840de71b7f94de2ed18 -SIZE (teamspeak3-server_freebsd_amd64-3.1.1.tar.bz2) = 6737821 -SHA256 (teamspeak3-server_freebsd_x86-3.1.1.tar.bz2) = 8a66acdfb4a3a1969b36486cabc0f0fa2ce548ff4266402d28da243d33903fc1 -SIZE (teamspeak3-server_freebsd_x86-3.1.1.tar.bz2) = 6687623 +TIMESTAMP = 1526175828 +SHA256 (teamspeak3-server_freebsd_amd64-3.1.3.tar.bz2) = ad08f1e55fb4df53a4a52601258caf8002dc65c6766949396bd0ce9c03763e0c +SIZE (teamspeak3-server_freebsd_amd64-3.1.3.tar.bz2) = 6758944 +SHA256 (teamspeak3-server_freebsd_x86-3.1.3.tar.bz2) = 7de20eda83b325b63cfe078a8d504deb0d221fcb1ae670a4f2af5f9635d96d98 +SIZE (teamspeak3-server_freebsd_x86-3.1.3.tar.bz2) = 6709935 From owner-svn-ports-head@freebsd.org Sun May 13 04:19:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DB2EFAEE15; Sun, 13 May 2018 04:19:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5018B6EAD5; Sun, 13 May 2018 04:19:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 314D31F1; Sun, 13 May 2018 04:19:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4D4JHUH014252; Sun, 13 May 2018 04:19:17 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D4JGlh014248; Sun, 13 May 2018 04:19:16 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201805130419.w4D4JGlh014248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 13 May 2018 04:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469771 - in head/dns/dnsperf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: in head/dns/dnsperf: . files X-SVN-Commit-Revision: 469771 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 04:19:17 -0000 Author: hrs Date: Sun May 13 04:19:16 2018 New Revision: 469771 URL: https://svnweb.freebsd.org/changeset/ports/469771 Log: Update to 2.1.0.0. Submitted by: John W. O'Brien PR: 227812 Modified: head/dns/dnsperf/Makefile head/dns/dnsperf/distinfo head/dns/dnsperf/files/patch-Makefile.in head/dns/dnsperf/pkg-descr Modified: head/dns/dnsperf/Makefile ============================================================================== --- head/dns/dnsperf/Makefile Sun May 13 01:49:15 2018 (r469770) +++ head/dns/dnsperf/Makefile Sun May 13 04:19:16 2018 (r469771) @@ -2,18 +2,22 @@ # $FreeBSD$ PORTNAME= dnsperf -PORTVERSION= 2.0.0.0 -PORTREVISION= 3 +PORTVERSION= 2.1.0.0 CATEGORIES= dns benchmarks net MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 MAINTAINER= hrs@FreeBSD.org -COMMENT= Accurate performance metrics of Domain Name Services +COMMENT= Performance measurement of Domain Name System (DNS) servers -BUILD_DEPENDS= isc-config.sh:dns/bind910 +LICENSE= ISCL -USES= iconv +BUILD_DEPENDS= isc-config.sh:dns/bind912 +LIB_DEPENDS= liblmdb.so:databases/lmdb \ + libjson-c.so:devel/json-c + +USES= iconv ssl +USE_GNOME= libxml2 GNU_CONFIGURE= yes MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ @@ -27,15 +31,8 @@ PLIST_FILES= bin/dnsperf \ PORTDOCS= caching-dns-performance.pdf \ dnsperf.pdf \ resperf.pdf -CFLAGS+= -I. OPTIONS_DEFINE= DOCS - -# This is a workaround for broken isc/stat.h. -pre-build: - ${MKDIR} ${WRKSRC}/isc - ${ECHO_CMD} "#include " > ${WRKSRC}/isc/stat.h - ${ECHO_CMD} "#include " >> ${WRKSRC}/isc/stat.h post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/dns/dnsperf/distinfo ============================================================================== --- head/dns/dnsperf/distinfo Sun May 13 01:49:15 2018 (r469770) +++ head/dns/dnsperf/distinfo Sun May 13 04:19:16 2018 (r469771) @@ -1,2 +1,3 @@ -SHA256 (dnsperf-src-2.0.0.0-1.tar.gz) = 23d486493f04554d11fca97552e860028f18c5ed6e35348e480a7448fa8cfaad -SIZE (dnsperf-src-2.0.0.0-1.tar.gz) = 565871 +TIMESTAMP = 1524326968 +SHA256 (dnsperf-src-2.1.0.0-1.tar.gz) = 64b5f0a680e1ad60bca5fd709f1a9a8404ac2fd85af6138bd22ca9a28b616e0e +SIZE (dnsperf-src-2.1.0.0-1.tar.gz) = 561502 Modified: head/dns/dnsperf/files/patch-Makefile.in ============================================================================== --- head/dns/dnsperf/files/patch-Makefile.in Sun May 13 01:49:15 2018 (r469770) +++ head/dns/dnsperf/files/patch-Makefile.in Sun May 13 04:19:16 2018 (r469771) @@ -1,17 +1,15 @@ ---- Makefile.in.orig 2012-03-02 11:25:22.000000000 +0900 -+++ Makefile.in 2013-07-19 11:50:57.000000000 +0900 -@@ -7,8 +7,8 @@ +--- Makefile.in.orig 2015-12-16 00:46:49 UTC ++++ Makefile.in +@@ -7,8 +7,6 @@ mandir = @mandir@ datarootdir = @datarootdir@ INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_DATA = @INSTALL_DATA@ -+#INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+#INSTALL_DATA = @INSTALL_DATA@ RANLIB = @RANLIB@ CC = @PTHREAD_CC@ -@@ -41,9 +41,9 @@ +@@ -41,9 +39,9 @@ installdirs: install: all installdirs ${INSTALL_PROGRAM} dnsperf ${DESTDIR}${bindir} ${INSTALL_PROGRAM} resperf ${DESTDIR}${bindir} Modified: head/dns/dnsperf/pkg-descr ============================================================================== --- head/dns/dnsperf/pkg-descr Sun May 13 01:49:15 2018 (r469770) +++ head/dns/dnsperf/pkg-descr Sun May 13 04:19:16 2018 (r469771) @@ -1,18 +1,18 @@ -DNSPerf and ResPerf Provide Communication Providers with Predictive -Planning Tools to Scale Networks. +DNSPerf and ResPerf are free tools developed by Nominum that make it +simple to gather accurate latency and throughput metrics for Domain +Name System (DNS) servers. The latest version of the DNSPerf and +ResPerf can be used with test files that include IPv6 queries. -Two tools, DNSPerf and ResPerf deliver accurate performance metrics -of Domain Name Services (DNS). These tools are easy-to-use and -simulate real Internet workloads to provide the necessary insight -that carriers need to plan and deploy network services. +DNSPerf "self-paces" the DNS query load to simulate network conditions. +New features in DNSPerf improve the precision of latency measurements +and allow for per packet per-query latency reporting is possible. +DNSPerf is now multithreaded, multiple DNSPerf clients can be supported +in multicore systems (each client requires two cores). The output of +DNSPerf has also been improved so it is more concise and useful. +Latency data can be used to make detailed graphs so it is simple for +network operators to take advantage of the data. -DNSPerf measures Authoritative Domain Name services and is designed -to simulate network conditions by self-pacing the query load. +ResPerf systematically increases the query rate and monitors the +response rate to simulate caching DNS services. -Caching services performance and workload profile differ significantly -from Authoritative Domain services; therefore a different tool is -needed. ResPerf is designed specifically to simulate Caching Domain -Name services. To test a caching server, ResPerf systematically -increases the query rate and monitors the response rate. - -WWW: http://www.nominum.com/support/measurement-tools/ +WWW: https://www.akamai.com/us/en/products/network-operator/measurement-tools.jsp From owner-svn-ports-head@freebsd.org Sun May 13 05:46:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B48A6FC5484; Sun, 13 May 2018 05:46: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 67B3A79C40; Sun, 13 May 2018 05:46: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 4888710B2; Sun, 13 May 2018 05:46:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4D5ktCm058624; Sun, 13 May 2018 05:46:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D5krtf058615; Sun, 13 May 2018 05:46:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805130546.w4D5krtf058615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 05:46:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469772 - in head/math: . xlife++ xlife++/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . xlife++ xlife++/files X-SVN-Commit-Revision: 469772 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 05:46:55 -0000 Author: yuri Date: Sun May 13 05:46:53 2018 New Revision: 469772 URL: https://svnweb.freebsd.org/changeset/ports/469772 Log: New port: math/xlife++: XLiFE++: eXtended Library of Finite Elements in C++ Added: head/math/xlife++/ head/math/xlife++/Makefile (contents, props changed) head/math/xlife++/distinfo (contents, props changed) head/math/xlife++/files/ head/math/xlife++/files/patch-CMakeLists.txt (contents, props changed) head/math/xlife++/files/patch-cmake_xlifepp__cpack__management.cmake (contents, props changed) head/math/xlife++/files/patch-src_utils_Environment.cpp (contents, props changed) head/math/xlife++/pkg-descr (contents, props changed) head/math/xlife++/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun May 13 04:19:16 2018 (r469771) +++ head/math/Makefile Sun May 13 05:46:53 2018 (r469772) @@ -813,6 +813,7 @@ SUBDIR += xgraph SUBDIR += xlapack SUBDIR += xldlas + SUBDIR += xlife++ SUBDIR += xplot SUBDIR += xppaut SUBDIR += xspread Added: head/math/xlife++/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/xlife++/Makefile Sun May 13 05:46:53 2018 (r469772) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= xlife++ +DISTVERSION= 2.0.1 +CATEGORIES= math +MASTER_SITES= https://uma.ensta-paristech.fr/soft/XLiFE++/var/files/src/ +DISTNAME= xlifepp-sources-v${DISTVERSION}-2018-05-09 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= XLiFE++: eXtended Library of Finite Elements in C++ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= cmake:outsource eigen:3 fortran tar:tbz +USE_LDCONFIG= yes + +CMAKE_OFF= XLIFEPP_ENABLE_ARPACK # should be ON, but it fails to build. Reported to their bugs ML. + +CXXFLAGS+= -I${LOCALBASE}/include/eigen3/Eigen -I${LOCALBASE}/include/ARPACK++ + +OPTIONS_DEFINE= DOCS EXAMPLES + +PORTDOCS= * +PORTEXAMPLES= * + +post-extract: # delete bundled packages + @${RM} -r ${WRKSRC}/ext/Eigen ${WRKSRC}/ext/ARPACK ${WRKSRC}/ext/ARPACK++ + +post-configure: + @${REINPLACE_CMD} -E 's/.*(ARPACK|Eigen)/#&/' ${CONFIGURE_WRKSRC}/cmake_install.cmake + +post-install: + @cd ${STAGEDIR}${PREFIX} && ${RM} -r CMakeLists.txt VERSION.txt etc/visuTermVec.m etc/templates etc/gmsh + +.include Added: head/math/xlife++/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/xlife++/distinfo Sun May 13 05:46:53 2018 (r469772) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526180007 +SHA256 (xlifepp-sources-v2.0.1-2018-05-09.tbz) = cebbff15d123b42bb4c6760ab2cf9ba1b2e65a8555bcdca9f786eaa8eb49a0cc +SIZE (xlifepp-sources-v2.0.1-2018-05-09.tbz) = 190573097 Added: head/math/xlife++/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/xlife++/files/patch-CMakeLists.txt Sun May 13 05:46:53 2018 (r469772) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-05-13 03:55:31 UTC ++++ CMakeLists.txt +@@ -235,7 +235,7 @@ endif() + set(XLIFEPP_LIBS "") + foreach (lib ${libs}) + file(GLOB_RECURSE libsrcs src/${lib}/*.cpp) +- add_library(xlifepp_${lib} STATIC ${libsrcs}) ++ add_library(xlifepp_${lib} SHARED ${libsrcs}) + list(APPEND XLIFEPP_LIBS xlifepp_${lib}) + endforeach() + Added: head/math/xlife++/files/patch-cmake_xlifepp__cpack__management.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/xlife++/files/patch-cmake_xlifepp__cpack__management.cmake Sun May 13 05:46:53 2018 (r469772) @@ -0,0 +1,48 @@ +--- cmake/xlifepp_cpack_management.cmake.orig 2018-05-09 16:11:45 UTC ++++ cmake/xlifepp_cpack_management.cmake +@@ -11,7 +11,7 @@ install(FILES "${CMAKE_SOURCE_DIR}/VERSI + DESTINATION . + COMPONENT configuration) + install(DIRECTORY "${CMAKE_SOURCE_DIR}/cmake/" +- DESTINATION cmake ++ DESTINATION lib/cmake + COMPONENT configuration + PATTERN lock.cmake EXCLUDE + PATTERN guessOS.cmake EXCLUDE +@@ -43,7 +43,7 @@ endif() + configure_file(${CMAKE_SOURCE_DIR}/etc/templates/getBinaryConfig.cmake.cmake ${CMAKE_BINARY_DIR}/getBinaryConfig.cmake @ONLY) + + install(FILES ${CMAKE_BINARY_DIR}/getBinaryConfig.cmake +- DESTINATION cmake ++ DESTINATION lib/cmake + COMPONENT configuration) + + file(GLOB headers "${CMAKE_SOURCE_DIR}/include/*.h") +@@ -107,7 +107,7 @@ install(FILES "${CMAKE_SOURCE_DIR}/etc/g + COMPONENT others) + + install(DIRECTORY "${CMAKE_SOURCE_DIR}/etc/messages/" +- DESTINATION etc/messages ++ DESTINATION share/xlife++/messages + USE_SOURCE_PERMISSIONS + COMPONENT others) + +@@ -115,15 +115,15 @@ install(FILES "${CMAKE_SOURCE_DIR}/doc/t + "${CMAKE_SOURCE_DIR}/doc/tex/dev_documentation.pdf" + "${CMAKE_SOURCE_DIR}/doc/tex/examples.pdf" + "${CMAKE_SOURCE_DIR}/doc/tex/tutorial.pdf" +- DESTINATION share/doc ++ DESTINATION share/doc/xlife++ + COMPONENT documentation) + + install(DIRECTORY "${CMAKE_SOURCE_DIR}/examples/" +- DESTINATION share/examples ++ DESTINATION share/examples/xlife++ + USE_SOURCE_PERMISSIONS + COMPONENT others) + install(FILES "${CMAKE_SOURCE_DIR}/usr/main.cpp" +- DESTINATION share/examples ++ DESTINATION share/examples/xlife++ + COMPONENT others) + + install(FILES "${CMAKE_SOURCE_DIR}/tools/visuTermVec.m" Added: head/math/xlife++/files/patch-src_utils_Environment.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/xlife++/files/patch-src_utils_Environment.cpp Sun May 13 05:46:53 2018 (r469772) @@ -0,0 +1,11 @@ +--- src/utils/Environment.cpp.orig 2018-05-13 04:01:14 UTC ++++ src/utils/Environment.cpp +@@ -121,7 +121,7 @@ void Environment::processor() + void Environment::setMsgFilePath() + { + #ifdef OS_IS_UNIX +- thePathToMessageFiles_ = installPath() + "/etc/messages/" + languageString() + "/"; ++ thePathToMessageFiles_ = installPath() + "/share/xlife++/messages/" + languageString() + "/"; + #elif defined(OS_IS_WIN) + thePathToMessageFiles_ = installPath() + "\\etc\\messages\\" + languageString() + "\\"; + #endif Added: head/math/xlife++/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/xlife++/pkg-descr Sun May 13 05:46:53 2018 (r469772) @@ -0,0 +1,17 @@ +XLiFE++ is an FEM-BEM C++ code developed by P.O.e.m.s. laboratory and I.R.M.A.R. +laboratory, that can solve 1D/2D/3D, scalar/vector, +transient/stationary/harmonic problems. + +It provides: +* Advanced mesh tools, with refinement methods, including an advanced interface + to the mesh generator Gmsh +* High order Lagrange Finite Elements (every order) +* High order edge Finite Elements (every order) +* Boundary Elements methods: Laplace, Helmholtz, Maxwell, Stokes (in progress) +* Essential conditions (periodic, quasi-periodic) +* Absorbing conditions: DtN, PML, ... +* Export to visualization tools such as Gmsh, Paraview, Matlab +* Many solvers (direct solvers, iterative solvers, eigenvalue solvers, wrappers + to Arpack, UmfPack and Eigen libraries) + +WWW: https://uma.ensta-paristech.fr/soft/XLiFE++/ Added: head/math/xlife++/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/xlife++/pkg-plist Sun May 13 05:46:53 2018 (r469772) @@ -0,0 +1,342 @@ +include/arpackppSupport/ARGenToStd.hpp +include/arpackppSupport/ARInterface.hpp +include/arpackppSupport/ArpackProb.hpp +include/arpackppSupport/arpackSolve.hpp +include/config.h +include/eigenSolvers.h +include/eigenSolvers/eigenCore/decomposition/ComplexSchur.hpp +include/eigenSolvers/eigenCore/decomposition/HessenbergDecomposition.hpp +include/eigenSolvers/eigenCore/decomposition/HouseholderQR.hpp +include/eigenSolvers/eigenCore/decomposition/RealSchur.hpp +include/eigenSolvers/eigenCore/decomposition/Tridiagonalization.hpp +include/eigenSolvers/eigenCore/eigenCore.hpp +include/eigenSolvers/eigenCore/houseHolder/BlockHouseholder.hpp +include/eigenSolvers/eigenCore/houseHolder/HouseHolderSequence.hpp +include/eigenSolvers/eigenCore/smartPointer/CheckingPolicy.hpp +include/eigenSolvers/eigenCore/smartPointer/ConstantPolicy.hpp +include/eigenSolvers/eigenCore/smartPointer/ConversionPolicy.hpp +include/eigenSolvers/eigenCore/smartPointer/OwnershipPolicy.hpp +include/eigenSolvers/eigenCore/smartPointer/RefToValue.hpp +include/eigenSolvers/eigenCore/smartPointer/SmartPtr.hpp +include/eigenSolvers/eigenCore/smartPointer/StoragePolicy.hpp +include/eigenSolvers/eigenCore/utils/Jacobi.hpp +include/eigenSolvers/eigenSolversEnums.hpp +include/eigenSolvers/eigenSparse/XlifeppBasicOrthoManager.hpp +include/eigenSolvers/eigenSparse/XlifeppBasicOutputManager.hpp +include/eigenSolvers/eigenSparse/XlifeppBasicSort.hpp +include/eigenSolvers/eigenSparse/XlifeppBlockDavidson.hpp +include/eigenSolvers/eigenSparse/XlifeppBlockDavidsonSolMgr.hpp +include/eigenSolvers/eigenSparse/XlifeppBlockKrylovSchur.hpp +include/eigenSolvers/eigenSparse/XlifeppBlockKrylovSchurSolMgr.hpp +include/eigenSolvers/eigenSparse/XlifeppHelperTraits.hpp +include/eigenSolvers/eigenSparse/XlifeppMatOrthoManager.hpp +include/eigenSolvers/eigenSparse/XlifeppMultiVec.hpp +include/eigenSolvers/eigenSparse/XlifeppMultiVecTraits.hpp +include/eigenSolvers/eigenSparse/XlifeppOperator.hpp +include/eigenSolvers/eigenSparse/XlifeppOperatorTraits.hpp +include/eigenSolvers/eigenSparse/XlifeppOrthoManager.hpp +include/eigenSolvers/eigenSparse/XlifeppOutputManager.hpp +include/eigenSolvers/eigenSparse/XlifeppSVQBOrthoManager.hpp +include/eigenSolvers/eigenSparse/XlifeppSolverManager.hpp +include/eigenSolvers/eigenSparse/XlifeppSolverUtils.hpp +include/eigenSolvers/eigenSparse/XlifeppSortManager.hpp +include/eigenSolvers/eigenSparse/XlifeppStatusTest.hpp +include/eigenSolvers/eigenSparse/XlifeppStatusTestCombo.hpp +include/eigenSolvers/eigenSparse/XlifeppStatusTestDecl.hpp +include/eigenSolvers/eigenSparse/XlifeppStatusTestMaxIters.hpp +include/eigenSolvers/eigenSparse/XlifeppStatusTestOutput.hpp +include/eigenSolvers/eigenSparse/XlifeppStatusTestResNorm.hpp +include/eigenSolvers/eigenSparse/XlifeppStatusTestWithOrdering.hpp +include/essentialConditions.h +include/essentialConditions/Constraints.hpp +include/essentialConditions/EssentialCondition.hpp +include/essentialConditions/EssentialConditions.hpp +include/essentialConditions/ReductionMethod.hpp +include/finalize.h +include/finalize/finalize.hpp +include/finiteElements.h +include/finiteElements/GeomRefElement.hpp +include/finiteElements/Interpolation.hpp +include/finiteElements/RefDof.hpp +include/finiteElements/RefElement.hpp +include/finiteElements/ShapeValues.hpp +include/finiteElements/hexahedron/GeomRefHexahedron.hpp +include/finiteElements/hexahedron/LagrangeHexahedron.hpp +include/finiteElements/hexahedron/NedelecEdgeHexahedron.hpp +include/finiteElements/hexahedron/RefHexahedron.hpp +include/finiteElements/integration/IntegrationMethod.hpp +include/finiteElements/integration/Quadrature.hpp +include/finiteElements/integration/QuadratureRule.hpp +include/finiteElements/point/GeomRefPoint.hpp +include/finiteElements/point/RefPoint.hpp +include/finiteElements/prism/GeomRefPrism.hpp +include/finiteElements/prism/LagrangePrism.hpp +include/finiteElements/prism/RefPrism.hpp +include/finiteElements/pyramid/GeomRefPyramid.hpp +include/finiteElements/pyramid/LagrangePyramid.hpp +include/finiteElements/pyramid/RefPyramid.hpp +include/finiteElements/quadrangle/GeomRefQuadrangle.hpp +include/finiteElements/quadrangle/LagrangeQuadrangle.hpp +include/finiteElements/quadrangle/NedelecEdgeQuadrangle.hpp +include/finiteElements/quadrangle/RefQuadrangle.hpp +include/finiteElements/segment/GeomRefSegment.hpp +include/finiteElements/segment/HermiteSegment.hpp +include/finiteElements/segment/LagrangeSegment.hpp +include/finiteElements/segment/RefSegment.hpp +include/finiteElements/splitUtils.hpp +include/finiteElements/tetrahedron/CrouzeixRaviartTetrahedron.hpp +include/finiteElements/tetrahedron/GeomRefTetrahedron.hpp +include/finiteElements/tetrahedron/LagrangeTetrahedron.hpp +include/finiteElements/tetrahedron/NedelecEdgeTetrahedron.hpp +include/finiteElements/tetrahedron/NedelecFaceTetrahedron.hpp +include/finiteElements/tetrahedron/RefTetrahedron.hpp +include/finiteElements/triangle/CrouzeixRaviartTriangle.hpp +include/finiteElements/triangle/GeomRefTriangle.hpp +include/finiteElements/triangle/HermiteTriangle.hpp +include/finiteElements/triangle/LagrangeTriangle.hpp +include/finiteElements/triangle/NedelecTriangle.hpp +include/finiteElements/triangle/RaviartThomasTriangle.hpp +include/finiteElements/triangle/RefTriangle.hpp +include/form.h +include/form/BilinearForm.hpp +include/form/LinearForm.hpp +include/geometry.h +include/geometry/DomainMap.hpp +include/geometry/Extension.hpp +include/geometry/GeomDomain.hpp +include/geometry/GeomElement.hpp +include/geometry/GeomMapData.hpp +include/geometry/Geometry.hpp +include/geometry/Mesh.hpp +include/geometry/Parametrization.hpp +include/geometry/geometries1D.hpp +include/geometry/geometries2D.hpp +include/geometry/geometries3D.hpp +include/geometry/geometries_utils.hpp +include/geometry/gmsh/saveToGeo.hpp +include/geometry/ioMesh/iomel/ElementBlock.hpp +include/geometry/ioMesh/iomel/StringInput.hpp +include/geometry/ioMesh/ioutils.hpp +include/geometry/subdivision/copyPtsEltsDoms.hpp +include/geometry/subdivision/subUtil/CartesianFig.hpp +include/geometry/subdivision/subUtil/CartesianMesh.hpp +include/geometry/subdivision/subUtil/DefaultGeometry.hpp +include/geometry/subdivision/subUtil/GeomFigure.hpp +include/geometry/subdivision/subUtil/GeomFigureMesh.hpp +include/geometry/subdivision/subUtil/Hexahedron.hpp +include/geometry/subdivision/subUtil/HexahedronMesh.hpp +include/geometry/subdivision/subUtil/PatchGeometry.hpp +include/geometry/subdivision/subUtil/PointUtils.hpp +include/geometry/subdivision/subUtil/Quadrangle.hpp +include/geometry/subdivision/subUtil/QuadrangleMesh.hpp +include/geometry/subdivision/subUtil/Simplex.hpp +include/geometry/subdivision/subUtil/SimplexMesh.hpp +include/geometry/subdivision/subUtil/SubdivisionMesh.hpp +include/geometry/subdivision/subUtil/SurfMeshQuaCube.hpp +include/geometry/subdivision/subUtil/SurfMeshQuaDisk.hpp +include/geometry/subdivision/subUtil/SurfMeshQuaRev.hpp +include/geometry/subdivision/subUtil/SurfMeshQuaSet.hpp +include/geometry/subdivision/subUtil/SurfMeshTriDisk.hpp +include/geometry/subdivision/subUtil/SurfMeshTriRev.hpp +include/geometry/subdivision/subUtil/SurfMeshTriSet.hpp +include/geometry/subdivision/subUtil/SurfMeshTriSphere.hpp +include/geometry/subdivision/subUtil/SurfRevolution.hpp +include/geometry/subdivision/subUtil/TeXPolygon.hpp +include/geometry/subdivision/subUtil/TeXutil.hpp +include/geometry/subdivision/subUtil/Tetrahedron.hpp +include/geometry/subdivision/subUtil/TetrahedronMesh.hpp +include/geometry/subdivision/subUtil/TopoGeom.hpp +include/geometry/subdivision/subUtil/Triangle.hpp +include/geometry/subdivision/subUtil/TriangleMesh.hpp +include/geometry/subdivision/subUtil/Vertex.hpp +include/geometry/subdivision/subUtil/VolMeshHexCube.hpp +include/geometry/subdivision/subUtil/VolMeshHexRev.hpp +include/geometry/subdivision/subUtil/VolMeshTetCube.hpp +include/geometry/subdivision/subUtil/VolMeshTetRev.hpp +include/geometry/subdivision/subUtil/VolMeshTetSphere.hpp +include/geometry/subdivision/subUtil/types.hpp +include/globalScopeData.h +include/hierarchicalMatrix.h +include/hierarchicalMatrix/ApproximateMatrix.hpp +include/hierarchicalMatrix/ClusterTree.hpp +include/hierarchicalMatrix/HMatrix.hpp +include/hierarchicalMatrix/HMatrixEntry.hpp +include/init.h +include/init/config.hpp +include/init/globalScopeData.hpp +include/init/init.hpp +include/init/user_typedefs.hpp +include/largeMatrix.h +include/largeMatrix/LargeMatrix.hpp +include/largeMatrix/MatrixEntry.hpp +include/largeMatrix/MatrixStorage.hpp +include/largeMatrix/csStorage/ColCsStorage.hpp +include/largeMatrix/csStorage/CsStorage.hpp +include/largeMatrix/csStorage/DualCsStorage.hpp +include/largeMatrix/csStorage/RowCsStorage.hpp +include/largeMatrix/csStorage/SymCsStorage.hpp +include/largeMatrix/denseStorage/ColDenseStorage.hpp +include/largeMatrix/denseStorage/DenseStorage.hpp +include/largeMatrix/denseStorage/DualDenseStorage.hpp +include/largeMatrix/denseStorage/RowDenseStorage.hpp +include/largeMatrix/denseStorage/SymDenseStorage.hpp +include/largeMatrix/eigenSparseInterface/LargeMatrixAdapter.hpp +include/largeMatrix/eigenSparseInterface/LargeMatrixAdapterInverse.hpp +include/largeMatrix/eigenSparseInterface/LargeMatrixAdapterInverseGeneralized.hpp +include/largeMatrix/eigenSparseInterface/MultiVectorAdapter.hpp +include/largeMatrix/skylineStorage/DualSkylineStorage.hpp +include/largeMatrix/skylineStorage/SkylineStorage.hpp +include/largeMatrix/skylineStorage/SymSkylineStorage.hpp +include/mathsResources.h +include/mathsResources/GaussFormulae.hpp +include/mathsResources/combinatorics.hpp +include/mathsResources/exactSolutions/exactSolutions.hpp +include/mathsResources/greenFunctions/Helmholtz2dKernel.hpp +include/mathsResources/greenFunctions/Helmholtz3dKernel.hpp +include/mathsResources/greenFunctions/Laplace2dKernel.hpp +include/mathsResources/greenFunctions/Laplace3dKernel.hpp +include/mathsResources/greenFunctions/Maxwell3dKernel.hpp +include/mathsResources/polynomialsRoots.hpp +include/mathsResources/randomGenerators.hpp +include/mathsResources/specialFunctions/amosWrapper/amosWrapper.hpp +include/mathsResources/specialFunctions/specialFunctions.hpp +include/operator.h +include/operator/DifferentialOperator.hpp +include/operator/KernelOperatorOnUnknowns.hpp +include/operator/LcOperatorOnUnknown.hpp +include/operator/Operand.hpp +include/operator/OperatorOnFunction.hpp +include/operator/OperatorOnKernel.hpp +include/operator/OperatorOnUnknown.hpp +include/operator/OperatorOnUnknowns.hpp +include/others.h +include/solvers.h +include/solvers/BicgSolver.hpp +include/solvers/BicgStabSolver.hpp +include/solvers/CgSolver.hpp +include/solvers/CgsSolver.hpp +include/solvers/GmresSolver.hpp +include/solvers/IterativeSolver.hpp +include/solvers/Preconditioner.hpp +include/solvers/QmrSolver.hpp +include/solvers/SorSolver.hpp +include/solvers/SsorSolver.hpp +include/space.h +include/space/BCElement.hpp +include/space/Dof.hpp +include/space/Element.hpp +include/space/FeSpace.hpp +include/space/FeSubSpace.hpp +include/space/ProdSpace.hpp +include/space/SpSpace.hpp +include/space/Space.hpp +include/space/SpectralBasis.hpp +include/space/SubSpace.hpp +include/space/Unknown.hpp +include/term.h +include/term/BilinearFormAsLinearForm.hpp +include/term/ExplicitIntgRep.hpp +include/term/KernelOperatorOnTermVector.hpp +include/term/LcTerm.hpp +include/term/PreconditionerTerm.hpp +include/term/Projector.hpp +include/term/SpectralBasisInt.hpp +include/term/SuTermMatrix.hpp +include/term/SuTermVector.hpp +include/term/SymbolicTermMatrix.hpp +include/term/TensorKernel.hpp +include/term/Term.hpp +include/term/TermMatrix.hpp +include/term/TermVector.hpp +include/term/computation/DuffyIM.hpp +include/term/computation/FEMatrixComputation.hpp +include/term/computation/FEOperatorComputation.hpp +include/term/computation/FESPMatrixComputation.hpp +include/term/computation/FEVectorComputation.hpp +include/term/computation/FEextMatrixComputation.hpp +include/term/computation/IEHMatrixComputation.hpp +include/term/computation/IEMatrixComputation.hpp +include/term/computation/IESPMatrixComputation.hpp +include/term/computation/LenoirSallesIM.hpp +include/term/computation/SPMatrixComputation.hpp +include/term/computation/SauterSchwabIM.hpp +include/term/computation/otherComputation.hpp +include/term/computation/termUtils.hpp +include/term/decLinSys.hpp +include/umfpackSupport.h +include/umfpackSupport/UmfPack.hpp +include/umfpackSupport/UmfPackLU.hpp +include/umfpackSupport/UmfPackSolver.hpp +include/umfpackSupport/UmfPackTypeDefs.hpp +include/umfpackSupport/UmfPackWrappers.hpp +include/user_typedefs.h +include/utils.h +include/utils/Algorithms.hpp +include/utils/Collection.hpp +include/utils/Environment.hpp +include/utils/Function.hpp +include/utils/Graph.hpp +include/utils/KdTree.hpp +include/utils/Kernel.hpp +include/utils/Matrix.hpp +include/utils/Messages.hpp +include/utils/Node.hpp +include/utils/Parameters.hpp +include/utils/Point.hpp +include/utils/PrintStream.hpp +include/utils/Reals.hpp +include/utils/String.hpp +include/utils/SymbolicFunction.hpp +include/utils/ThreadData.hpp +include/utils/Timer.hpp +include/utils/Trace.hpp +include/utils/Traits.hpp +include/utils/Transformation.hpp +include/utils/Triplet.hpp +include/utils/Value.hpp +include/utils/Vector.hpp +include/utils/VectorEntry.hpp +include/utils/complexUtils.hpp +include/utils/logo.hpp +include/utils/memoryUtils.hpp +include/utils/polynomials.hpp +include/utils/printUtils.hpp +include/utils/winUtils.hpp +include/xlife++-libs.h +include/xlife++.h +lib/libxlifepp_essentialConditions.so +lib/libxlifepp_finalize.so +lib/libxlifepp_finiteElements.so +lib/libxlifepp_form.so +lib/libxlifepp_geometry.so +lib/libxlifepp_hierarchicalMatrix.so +lib/libxlifepp_init.so +lib/libxlifepp_largeMatrix.so +lib/libxlifepp_mathsResources.so +lib/libxlifepp_operator.so +lib/libxlifepp_solvers.so +lib/libxlifepp_space.so +lib/libxlifepp_term.so +lib/libxlifepp_utils.so +lib/cmake/getBinaryConfig.cmake +lib/cmake/guessCompiler.cmake +lib/cmake/modules/FindAMD.cmake +lib/cmake/modules/FindCAMD.cmake +lib/cmake/modules/FindCCOLAMD.cmake +lib/cmake/modules/FindCHOLMOD.cmake +lib/cmake/modules/FindCOLAMD.cmake +lib/cmake/modules/FindMETIS.cmake +lib/cmake/modules/FindOPENMP_FLAGS.cmake +lib/cmake/modules/FindUMFPACK.cmake +lib/cmake/xlifepp_cpack_management.cmake.orig +lib/cmake/xlifepp_findPackage.cmake +lib/cmake/xlifepp_libexts.cmake +lib/cmake/xlifepp_user_management.cmake +%%DATADIR%%/messages/de/dictionary.txt +%%DATADIR%%/messages/de/messages.txt +%%DATADIR%%/messages/en/dictionary.txt +%%DATADIR%%/messages/en/messages.txt +%%DATADIR%%/messages/es/dictionary.txt +%%DATADIR%%/messages/es/messages.txt +%%DATADIR%%/messages/fr/dictionary.txt +%%DATADIR%%/messages/fr/messages.txt From owner-svn-ports-head@freebsd.org Sun May 13 06:00:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D13AFC5FFE; Sun, 13 May 2018 06:00:56 +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 D35F27B606; Sun, 13 May 2018 06:00:55 +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 B5BE2127C; Sun, 13 May 2018 06:00:55 +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 w4D60tKG064782; Sun, 13 May 2018 06:00:55 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D60tj6064781; Sun, 13 May 2018 06:00:55 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201805130600.w4D60tj6064781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 13 May 2018 06:00:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469773 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 469773 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 06:00:56 -0000 Author: riggs Date: Sun May 13 06:00:55 2018 New Revision: 469773 URL: https://svnweb.freebsd.org/changeset/ports/469773 Log: Document vulnerabilities in chromium before 66.0.3359.170 Reported by: Tommi Pernila via e-mail Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun May 13 05:46:53 2018 (r469772) +++ head/security/vuxml/vuln.xml Sun May 13 06:00:55 2018 (r469773) @@ -58,6 +58,43 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + chromium -- multiple vulnerabilities + + + chromium + 66.0.3359.170 + + + + +

Google Chrome Releases reports:

+
+

4 security fixes in this release:

+
    +
  • [835887] Critical: Chain leading to sandbox escape. + Reported by Anonymous on 2018-04-23
  • +
  • [836858] High CVE-2018-6121: Privilege Escalation in extensions
  • +
  • [836141] High CVE-2018-6122: Type confusion in V8
  • +
  • [833721] High CVE-2018-6120: Heap buffer overflow in PDFium. + Reported by Zhou Aiting(@zhouat1) of Qihoo 360 Vulcan Team on 2018-04-17
  • +
  • [841841] Various fixes from internal audits, fuzzing and other initiatives
  • +
+
+ +
+ + CVE-2018-6120 + CVE-2018-6121 + CVE-2018-6122 + https://chromereleases.googleblog.com/2018/05/stable-channel-update-for-desktop.html + + + 2018-04-14 + 2018-05-11 + +
+ jenkins -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Sun May 13 06:01:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1ECBFC60BE; Sun, 13 May 2018 06:01: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 952547B7B9; Sun, 13 May 2018 06:01: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 765BB13CA; Sun, 13 May 2018 06:01: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 w4D61j6c064911; Sun, 13 May 2018 06:01:45 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D61j0I064910; Sun, 13 May 2018 06:01:45 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201805130601.w4D61j0I064910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 13 May 2018 06:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469774 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 469774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 06:01:46 -0000 Author: riggs Date: Sun May 13 06:01:44 2018 New Revision: 469774 URL: https://svnweb.freebsd.org/changeset/ports/469774 Log: Bump copyright to 2018 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun May 13 06:00:55 2018 (r469773) +++ head/security/vuxml/vuln.xml Sun May 13 06:01:44 2018 (r469774) @@ -1,7 +1,7 @@ + + wavpack -- multiple vulnerabilities + + + wavpack + 5.1.0_1 + + + + +

Sebastian Ramacher reports:

+
+

A stack-based buffer over-read in the ParseRiffHeaderConfig function of cli/riff.c file of WavPack 5.1.0 allows a remote attacker to cause a denial-of-service attack or possibly have unspecified other impact via a maliciously crafted RF64 file.

+
+
+

The ParseDsdiffHeaderConfig function of the cli/dsdiff.c file of WavPack 5.1.0 allows a remote attacker to cause a denial-of-service (heap-based buffer over-read) or possibly overwrite the heap via a maliciously crafted DSDIFF file.

+
+
+

The ParseCaffHeaderConfig function of the cli/caff.c file of WavPack 5.1.0 allows a remote attacker to cause a denial-of-service (global buffer over-read), or possibly trigger a buffer overflow or incorrect memory allocation, via a maliciously crafted CAF file.

+
+

Thuan Pham reports:

+
+

An issue was discovered in WavPack 5.1.0 and earlier. The WAV parser component contains a vulnerability that allows writing to memory because ParseRiffHeaderConfig in riff.c does not reject multiple format chunks.

+
+
+

An issue was discovered in WavPack 5.1.0 and earlier. The W64 parser component contains a vulnerability that allows writing to memory because ParseWave64HeaderConfig in wave64.c does not reject multiple format chunks.

+
+
+

An issue was discovered in WavPack 5.1.0 and earlier for WAV input. Out-of-bounds writes can occur because ParseRiffHeaderConfig in riff.c does not validate the sizes of unknown chunks before attempting memory allocation, related to a lack of integer-overflow protection within a bytes_to_copy calculation and subsequent malloc call, leading to insufficient memory allocation.

+
+
+

An issue was discovered in WavPack 5.1.0 and earlier for DSDiff input. Out-of-bounds writes can occur because ParseDsdiffHeaderConfig in dsdiff.c does not validate the sizes of unknown chunks before attempting memory allocation, related to a lack of integer-overflow protection within a bytes_to_copy calculation and subsequent malloc call, leading to insufficient memory allocation.

+
+
+

An issue was discovered in WavPack 5.1.0 and earlier for W64 input. Out-of-bounds writes can occur because ParseWave64HeaderConfig in wave64.c does not validate the sizes of unknown chunks before attempting memory allocation, related to a lack of integer-overflow protection within a bytes_to_copy calculation and subsequent malloc call, leading to insufficient memory allocation.

+
+ +
+ + CVE-2018-6767 + CVE-2018-7253 + CVE-2018-7254 + CVE-2018-10536 + CVE-2018-10537 + CVE-2018-10538 + CVE-2018-10539 + CVE-2018-10540 + https://www.debian.org/security/2018/dsa-4125 + https://www.debian.org/security/2018/dsa-4197 + 228141 + + + 2018-05-09 + 2018-05-11 + +
+ chromium -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Sun May 13 07:25:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07FCFFCA595; Sun, 13 May 2018 07:25:28 +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 B01D285AE8; Sun, 13 May 2018 07:25:27 +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 90D3420F1; Sun, 13 May 2018 07:25:27 +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 w4D7PRx8009881; Sun, 13 May 2018 07:25:27 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D7POl3009864; Sun, 13 May 2018 07:25:24 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201805130725.w4D7POl3009864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Sun, 13 May 2018 07:25:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469777 - in head: . net/xrdp net/xrdp-devel net/xrdp-devel/files net/xrdp/files x11-servers x11-servers/x11rdp X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: in head: . net/xrdp net/xrdp-devel net/xrdp-devel/files net/xrdp/files x11-servers x11-servers/x11rdp X-SVN-Commit-Revision: 469777 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 07:25:28 -0000 Author: meta Date: Sun May 13 07:25:24 2018 New Revision: 469777 URL: https://svnweb.freebsd.org/changeset/ports/469777 Log: net/xrdp{,-devel}: Update to 0.9.6 * mark -devel port as IGNORE since net/xrdp has been updated * s/XRDP/xrdp/ in pkg-message, upstream usually spell it lowercase x11-servers/x11rdp: remove port This port is only required by net/xrdp 0.6.2. Since net/xrdp has been updated to 0.9.6, it is no longer required any other port and not useful with standalone at all. 0.9.1 or later uses x11-drivers/xorgxrdp instead. Approved by: hrs (mentor, via email) Relnotes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.1 https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.2 https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.3 https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.4 https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.5 https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.6 Differential Revision: https://reviews.freebsd.org/D15375 Added: head/net/xrdp-devel/files/patch-sesman_sesman.ini.in - copied, changed from r469776, head/net/xrdp-devel/files/patch-sesman_sesman.ini head/net/xrdp/files/patch-configure.ac (contents, props changed) head/net/xrdp/files/patch-sesman_sesman.ini.in (contents, props changed) head/net/xrdp/files/pkg-install.in (contents, props changed) Deleted: head/net/xrdp-devel/files/patch-sesman_sesman.ini head/net/xrdp-devel/files/patch-upstream-issue-1030 head/net/xrdp/files/extra-patch-x11rdp_xrdp.ini head/net/xrdp/files/km-0411.ini head/net/xrdp/files/km-e0010411.ini head/net/xrdp/files/km-e0200411.ini head/net/xrdp/files/km-e0210411.ini head/net/xrdp/files/patch-instfiles__Makefile.am head/net/xrdp/files/patch-sesman__Makefile.am head/net/xrdp/files/patch-sesman__session.c head/net/xrdp/files/patch-xrdp__Makefile.am head/net/xrdp/files/patch-xrdp_xrdp.ini head/net/xrdp/files/xrdp.in head/x11-servers/x11rdp/ Modified: head/MOVED head/UPDATING head/net/xrdp-devel/Makefile head/net/xrdp-devel/distinfo head/net/xrdp-devel/files/pkg-message.in head/net/xrdp-devel/pkg-plist head/net/xrdp/Makefile head/net/xrdp/distinfo head/net/xrdp/files/pkg-message.in head/net/xrdp/pkg-plist head/x11-servers/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun May 13 07:21:26 2018 (r469776) +++ head/MOVED Sun May 13 07:25:24 2018 (r469777) @@ -10182,3 +10182,4 @@ devel/tesla||2018-05-06|Outdated and almost certainly devel/llvm39||2018-05-08|Obsolete, no remaining dependencies textproc/p5-Spork||2018-05-09|Removed, depends on expired www/p5-Kwiki www/p5-Kwiki||2018-05-09|Has expired: All www files wrongly belongs to www user +x11-servers/x11rdp|x11-drivers/xorgxrdp|2018-05-13|Obsoleted by update of net/xrdp Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun May 13 07:21:26 2018 (r469776) +++ head/UPDATING Sun May 13 07:25:24 2018 (r469777) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180513: + AFFECTS: users of net/xrdp + AUTHOR: meta@FreeBSD.org + + net/xrdp has been updated from 0.6.2 to 0.9.6. There are significant + changes between these versions. You should consider backing up your + configuration files such as xrdp.ini and sesman.ini, and then migrate + configuration files by hand. + + Regarding km-*.ini, don't use the old files. They can be safely replaced + with new ones. + 20180507: AFFECTS: users of math/suitesparse who build it locally AUTHOR: yuri@FreeBSD.org Modified: head/net/xrdp-devel/Makefile ============================================================================== --- head/net/xrdp-devel/Makefile Sun May 13 07:21:26 2018 (r469776) +++ head/net/xrdp-devel/Makefile Sun May 13 07:25:24 2018 (r469777) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= xrdp -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 DISTVERSIONPREFIX= v -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net PKGNAMESUFFIX= -devel @@ -16,7 +15,9 @@ COMMENT= Open source Remote Desktop Protocol (RDP) ser LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -# pulseaudio's built source is required for audio redirection +IGNORE= no development version available right now, use net/xrdp instead + +# pulseaudio's configured source is required for audio redirection BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure \ ${LOCALBASE}/bin/nasm:devel/nasm RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp @@ -69,9 +70,6 @@ post-extract: @${CP} -r ${WRKSRC_libpainter}/ ${WRKSRC}/libpainter/ post-patch: - @${REINPLACE_CMD} \ - -e "s|^PULSE_SCRIPT=/etc/xrdp/pulse/default.pa|PULSE_SCRIPT=${PREFIX}/etc/xrdp/pulse/default.pa|" \ - ${WRKSRC}/sesman/sesman.ini @${REINPLACE_CMD} \ -e "s|^PULSE_DIR = .*|PULSE_DIR = `${PULSE_WRKSRC}`|" \ -e "s|-Wall -O2|-Wall -O2 -I${LOCALBASE}/include|" \ Modified: head/net/xrdp-devel/distinfo ============================================================================== --- head/net/xrdp-devel/distinfo Sun May 13 07:21:26 2018 (r469776) +++ head/net/xrdp-devel/distinfo Sun May 13 07:25:24 2018 (r469777) @@ -1,6 +1,6 @@ -TIMESTAMP = 1514517059 -SHA256 (xrdp/neutrinolabs-xrdp-v0.9.5_GH0.tar.gz) = a932fc6a56d570207a58df9238cdf44f717071fd8061ac4445b5193fc3c73392 -SIZE (xrdp/neutrinolabs-xrdp-v0.9.5_GH0.tar.gz) = 1877715 +TIMESTAMP = 1522053694 +SHA256 (xrdp/neutrinolabs-xrdp-v0.9.6_GH0.tar.gz) = 68361f4e75fd70a85e258af78af244754dc7190092abfdb9c709e20905de260d +SIZE (xrdp/neutrinolabs-xrdp-v0.9.6_GH0.tar.gz) = 1878049 SHA256 (xrdp/neutrinolabs-librfxcodec-v0.1.4_GH0.tar.gz) = 8e2d6060aca6d92ebd8b5cd295e9b85b8dd12ec00aacf7e3d351a8dacb56f4f3 SIZE (xrdp/neutrinolabs-librfxcodec-v0.1.4_GH0.tar.gz) = 48379 SHA256 (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 6caee8444fbd72677ac5e125c7ac99490688474975451668e751a9d9187ee5e6 Copied and modified: head/net/xrdp-devel/files/patch-sesman_sesman.ini.in (from r469776, head/net/xrdp-devel/files/patch-sesman_sesman.ini) ============================================================================== --- head/net/xrdp-devel/files/patch-sesman_sesman.ini Sun May 13 07:21:26 2018 (r469776, copy source) +++ head/net/xrdp-devel/files/patch-sesman_sesman.ini.in Sun May 13 07:25:24 2018 (r469777) @@ -1,5 +1,5 @@ ---- sesman/sesman.ini.orig 2017-12-27 14:40:24 UTC -+++ sesman/sesman.ini +--- sesman/sesman.ini.in.orig 2017-12-27 14:40:24 UTC ++++ sesman/sesman.ini.in @@ -75,8 +75,8 @@ param=xrdp/xorg.conf param=-noreset param=-nolisten Modified: head/net/xrdp-devel/files/pkg-message.in ============================================================================== --- head/net/xrdp-devel/files/pkg-message.in Sun May 13 07:21:26 2018 (r469776) +++ head/net/xrdp-devel/files/pkg-message.in Sun May 13 07:25:24 2018 (r469777) @@ -1,6 +1,6 @@ ============================================================================== -XRDP has been installed. +xrdp has been installed. There is an rc.d script, so the service can be enabled by adding this line in /etc/rc.conf: Modified: head/net/xrdp-devel/pkg-plist ============================================================================== --- head/net/xrdp-devel/pkg-plist Sun May 13 07:21:26 2018 (r469776) +++ head/net/xrdp-devel/pkg-plist Sun May 13 07:25:24 2018 (r469777) @@ -50,6 +50,7 @@ etc/pam.d/xrdp-sesman etc/rc.d/xrdp %%ETCDIR%%/km-00000407.ini %%ETCDIR%%/km-00000409.ini +%%ETCDIR%%/km-00010409.ini %%ETCDIR%%/km-0000040a.ini %%ETCDIR%%/km-0000040b.ini %%ETCDIR%%/km-0000040c.ini Modified: head/net/xrdp/Makefile ============================================================================== --- head/net/xrdp/Makefile Sun May 13 07:21:26 2018 (r469776) +++ head/net/xrdp/Makefile Sun May 13 07:25:24 2018 (r469777) @@ -2,76 +2,100 @@ # $FreeBSD$ PORTNAME= xrdp -PORTVERSION= 0.6.2 +PORTVERSION= 0.9.6 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net -DIST_SUBDIR= ${PORTNAME} +DIST_SUBDIR?= ${PORTNAME} MAINTAINER= meta@FreeBSD.org COMMENT= Open source Remote Desktop Protocol (RDP) server -LICENSE= GPLv2 +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +# pulseaudio's configured source is required for audio redirection +BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure \ + ${LOCALBASE}/bin/nasm:devel/nasm +RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp + +USES= autoreconf:build jpeg localbase libtool pkgconfig ssl +USE_XORG= ice pixman sm x11 xfixes xrandr GNU_CONFIGURE= yes -USES= autoreconf:build libtool pkgconfig ssl USE_LDCONFIG= ${PREFIX}/lib/xrdp -USE_RC_SUBR= xrdp -USE_XORG= x11 xfixes - USE_GITHUB= yes GH_ACCOUNT= neutrinolabs +GH_PROJECT= xrdp librfxcodec:librfxcodec libpainter:libpainter +GH_TAGNAME= v0.1.4:librfxcodec v0.1.1:libpainter -CONFIGURE_ARGS= --localstatedir=/var -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -SUB_FILES= pkg-message +CONFIGURE_ARGS= --localstatedir=/var --enable-strict-locations \ + --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ + --enable-jpeg --enable-pixman --enable-rfxcodec --enable-painter +LDFLAGS+= -lssl +CONFLICTS= xrdp-devel[0-9]* +INSTALL_TARGET= install-strip +SUB_FILES= pkg-install pkg-message +SUB_LIST= OPENSSLBASE=${OPENSSLBASE} -OPTIONS_DEFINE= DEBUG -OPTIONS_DEFAULT= JP106 X11RDP -OPTIONS_GROUP= KEYMAP XSERVER -OPTIONS_GROUP_KEYMAP= JP106 -OPTIONS_GROUP_XSERVER= X11RDP -OPTIONS_RADIO= XVNC -OPTIONS_RADIO_XVNC= TIGERVNC TIGHTVNC TRIDIAVNC -TIGERVNC_DESC= Use TigerVNC (recommended) -TIGHTVNC_DESC= Use TightVNC -TRIDIAVNC_DESC= Use TridiaVNC -X11RDP_DESC= Use X11rdp (most recommended) -JP106_DESC= Install Japanese JP106 keymap +OPTIONS_DEFINE= DEBUG FUSE IPV6 +OPTIONS_DEFAULT= FDKAAC MP3LAME OPUS +OPTIONS_GROUP= AUDIO_CODEC +OPTIONS_GROUP_AUDIO_CODEC= FDKAAC MP3LAME OPUS +FDKAAC_DESC= Enable Fraunhofer FDK AAC for audio redirection +FUSE_DESC= Enable drive redirection via FUSE (experimental) +MP3LAME_DESC= Enable MP3 Lame for audio redirection +OPUS_DESC= Enable Opus for audio redirection -# Debug DEBUG_CONFIGURE_ENABLE= xrdpdebug -# Xvnc -TIGERVNC_RUN_DEPENDS= Xvnc:net/tigervnc -TIGHTVNC_RUN_DEPENDS= Xvnc:net/tightvnc -TRIDIAVNC_RUN_DEPENDS= Xvnc:net/tridiavnc -# X11rdp -X11RDP_RUN_DEPENDS= X11rdp:x11-servers/x11rdp -X11RDP_EXTRA_PATCHES= ${FILESDIR}/extra-patch-x11rdp_xrdp.ini -# JP106 keymap -JP106_PLIST_SUB= JP106="" -JP106_PLIST_SUB_OFF= JP106="@comment " +FDKAAC_CONFIGURE_ENABLE= fdkaac +FDKAAC_LIB_DEPENDS= libfdk-aac.so:audio/fdk-aac +FUSE_CONFIGURE_ENABLE= fuse +FUSE_USES= fuse +IPV6_CONFIGURE_ENABLE= ipv6 +MP3LAME_CONFIGURE_ENABLE= mp3lame +MP3LAME_LIB_DEPENDS= libmp3lame.so:audio/lame +OPUS_CONFIGURE_ENABLE= opus +OPUS_LIB_DEPENDS= libopus.so:audio/opus -.include +# don't forget to increase PORTREVISION after pulseaudio update +PULSE_VERSION= ${MAKE} -C ${PORTSDIR}/audio/pulseaudio -VPORTVERSION +PULSE_WRKSRC= ${MAKE} -C ${PORTSDIR}/audio/pulseaudio -VWRKSRC -.if ${PORT_OPTIONS:MJP106} -KEYMAP_FILES+= km-0411.ini km-e0010411.ini \ - km-e0200411.ini km-e0210411.ini -.endif +post-extract: + # librfxcodec is provided as git submodule + @${CP} -r ${WRKSRC_librfxcodec}/ ${WRKSRC}/librfxcodec/ + @${CP} -r ${WRKSRC_libpainter}/ ${WRKSRC}/libpainter/ post-patch: -.for f in sesman/sesman.ini sesman/startwm.sh xrdp/rsakeys.ini xrdp/xrdp.ini - @${MV} ${WRKSRC}/$f ${WRKSRC}/$f.sample -.endfor + @${REINPLACE_CMD} \ + -e "s|^PULSE_DIR = .*|PULSE_DIR = `${PULSE_WRKSRC}`|" \ + -e "s|-Wall -O2|-Wall -O2 -I${LOCALBASE}/include|" \ + ${WRKSRC}/sesman/chansrv/pulse/Makefile pre-configure: - @cd ${WRKSRC} && ./bootstrap + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap +post-build: + # build pulseaudio module + @${CP} -r "`${PULSE_WRKSRC}`" ${WRKDIR} + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} -C sesman/chansrv/pulse + post-install: -.for f in ${KEYMAP_FILES} - ${INSTALL_DATA} ${FILESDIR}/$f ${STAGEDIR}${PREFIX}/etc/xrdp + # install pulseaudio module + ${MKDIR} "${STAGEDIR}${PREFIX}/lib/pulse-`${PULSE_VERSION}`/modules/" +.for f in module-xrdp-sink.so module-xrdp-source.so + ${INSTALL_LIB} -m 0755 ${WRKSRC}/sesman/chansrv/pulse/$f \ + "${STAGEDIR}${PREFIX}/lib/pulse-`${PULSE_VERSION}`/modules/" +.endfor + # substitute pkg-plist not using PLIST_SUB + ${REINPLACE_CMD} -e "s|%%PULSE_VERSION%%|`${PULSE_VERSION}`|g" ${TMPPLIST} + +post-stage: + @${RM} ${STAGEDIR}${PREFIX}/etc/xrdp/rsakeys.ini + @${RM} ${STAGEDIR}${PREFIX}/etc/xrdp/cert.pem + @${RM} ${STAGEDIR}${PREFIX}/etc/xrdp/key.pem +.for f in sesman.ini startwm.sh reconnectwm.sh xrdp.ini xrdp_keyboard.ini + @${MV} ${STAGEDIR}${PREFIX}/etc/xrdp/$f ${STAGEDIR}${PREFIX}/etc/xrdp/$f.sample .endfor .include Modified: head/net/xrdp/distinfo ============================================================================== --- head/net/xrdp/distinfo Sun May 13 07:21:26 2018 (r469776) +++ head/net/xrdp/distinfo Sun May 13 07:25:24 2018 (r469777) @@ -1,3 +1,7 @@ -TIMESTAMP = 1475561595 -SHA256 (xrdp/neutrinolabs-xrdp-v0.6.2_GH0.tar.gz) = 1e12e41537b3cac15f5c216663fc18a15df5a16e9eb2bc1768bea16190815438 -SIZE (xrdp/neutrinolabs-xrdp-v0.6.2_GH0.tar.gz) = 1559505 +TIMESTAMP = 1522053694 +SHA256 (xrdp/neutrinolabs-xrdp-v0.9.6_GH0.tar.gz) = 68361f4e75fd70a85e258af78af244754dc7190092abfdb9c709e20905de260d +SIZE (xrdp/neutrinolabs-xrdp-v0.9.6_GH0.tar.gz) = 1878049 +SHA256 (xrdp/neutrinolabs-librfxcodec-v0.1.4_GH0.tar.gz) = 8e2d6060aca6d92ebd8b5cd295e9b85b8dd12ec00aacf7e3d351a8dacb56f4f3 +SIZE (xrdp/neutrinolabs-librfxcodec-v0.1.4_GH0.tar.gz) = 48379 +SHA256 (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 6caee8444fbd72677ac5e125c7ac99490688474975451668e751a9d9187ee5e6 +SIZE (xrdp/neutrinolabs-libpainter-v0.1.1_GH0.tar.gz) = 13929 Added: head/net/xrdp/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdp/files/patch-configure.ac Sun May 13 07:25:24 2018 (r469777) @@ -0,0 +1,40 @@ +--- configure.ac.orig 2017-12-27 14:40:24 UTC ++++ configure.ac +@@ -159,11 +159,35 @@ AC_CHECK_FUNC(dlopen, [], + AC_SUBST(DLOPEN_LIBS) + + # checking for openssl +-PKG_CHECK_MODULES([OPENSSL], [openssl >= 0.9.8], [], ++if test "x$freebsd" = "xyes"; then ++ # FreeBSD may have two OpenSSL, base and port however ++ # base OpenSSL doesn.t have openssl.pc file. ++ PKG_CHECK_MODULES( ++ [OPENSSL], ++ [openssl >= 0], ++ [freebsd_openssl=port], ++ [ ++ AC_CHECK_HEADER( ++ [openssl/rc4.h], ++ [freebsd_openssl=base], ++ [AC_MSG_ERROR([please install libssl-dev or openssl-devel])], ++ [#include ]) ++ ] ++ ) ++ ++ if test "x$freebsd_openssl" = "xport"; then ++ OPENSSL_BIN=`$PKG_CONFIG --variable=exec_prefix openssl`/bin ++ elif test "x$freebsd_openssl" = "xbase"; then ++ OPENSSL_BIN=/usr/bin ++ fi ++else ++ # OpenSSL detection for other OS ++ PKG_CHECK_MODULES([OPENSSL], [openssl >= 0], [], + [AC_MSG_ERROR([please install libssl-dev or openssl-devel])]) ++ OPENSSL_BIN=`$PKG_CONFIG --variable=exec_prefix openssl`/bin ++fi + + # look for openssl binary +-OPENSSL_BIN=`$PKG_CONFIG --variable=exec_prefix openssl`/bin + AC_PATH_PROGS([OPENSSL], [openssl], [:], [$OPENSSL_BIN:$PATH]) + + # checking for pam variation Added: head/net/xrdp/files/patch-sesman_sesman.ini.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdp/files/patch-sesman_sesman.ini.in Sun May 13 07:25:24 2018 (r469777) @@ -0,0 +1,13 @@ +--- sesman/sesman.ini.in.orig 2017-12-27 14:40:24 UTC ++++ sesman/sesman.ini.in +@@ -75,8 +75,8 @@ param=xrdp/xorg.conf + param=-noreset + param=-nolisten + param=tcp +-param=-logfile +-param=.xorgxrdp.%s.log ++#param=-logfile ++#param=.xorgxrdp.%s.log + + [X11rdp] + param=X11rdp Added: head/net/xrdp/files/pkg-install.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdp/files/pkg-install.in Sun May 13 07:25:24 2018 (r469777) @@ -0,0 +1,39 @@ +#!/bin/sh +# vim:ts=4:sw=4:et + +if [ $# -ne 2 ]; then + echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 + exit 1 +fi + +case $2 in + PRE-INSTALL) + : nothing to do here + ;; + POST-INSTALL) + RSAKEYS=%%PREFIX%%/etc/xrdp/rsakeys.ini + PRIVATEKEY=%%PREFIX%%/etc/xrdp/key.pem + CERTIFICATE=%%PREFIX%%/etc/xrdp/cert.pem + # make sure rsakeys and certificates are private + umask 077 + # generate rsakeys.ini + [ -e "$RSAKEYS" ] || %%PREFIX%%/bin/xrdp-keygen xrdp "$RSAKEYS" + # generate self-signed certificate + [ -e "$PRIVATEKEY" -a -e "$CERTIFICATE" ] || \ + %%OPENSSLBASE%%/bin/openssl req \ + -x509 \ + -newkey rsa:4096 \ + -keyout "$PRIVATEKEY" \ + -sha256 \ + -nodes \ + -out "$CERTIFICATE" \ + -days 365 \ + -subj "/CN=$(hostname)" + ;; + *) + echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 + exit 1 + ;; +esac + +exit 0 Modified: head/net/xrdp/files/pkg-message.in ============================================================================== --- head/net/xrdp/files/pkg-message.in Sun May 13 07:21:26 2018 (r469776) +++ head/net/xrdp/files/pkg-message.in Sun May 13 07:25:24 2018 (r469777) @@ -1,6 +1,6 @@ ============================================================================== -XRDP has been installed. +xrdp has been installed. There is an rc.d script, so the service can be enabled by adding this line in /etc/rc.conf: Modified: head/net/xrdp/pkg-plist ============================================================================== --- head/net/xrdp/pkg-plist Sun May 13 07:21:26 2018 (r469776) +++ head/net/xrdp/pkg-plist Sun May 13 07:25:24 2018 (r469777) @@ -3,59 +3,95 @@ bin/xrdp-genkeymap bin/xrdp-keygen bin/xrdp-sesadmin bin/xrdp-sesrun -bin/xrdp-sestest +lib/libpainter.a +lib/libpainter.so +lib/libpainter.so.0 +lib/libpainter.so.0.0.0 +lib/librfxencode.so +lib/librfxencode.so.0.0.0 +lib/librfxencode.a +lib/librfxencode.so.0 +include/painter.h +include/rfxcodec_common.h +include/rfxcodec_decode.h +include/rfxcodec_encode.h +include/xrdp_client_info.h +include/xrdp_constants.h +include/xrdp_rail.h +include/xrdp_sockets.h +lib/pulse-%%PULSE_VERSION%%/modules/module-xrdp-sink.so +lib/pulse-%%PULSE_VERSION%%/modules/module-xrdp-source.so +libdata/pkgconfig/libpainter.pc +libdata/pkgconfig/rfxcodec.pc +libdata/pkgconfig/xrdp.pc lib/xrdp/libcommon.a lib/xrdp/libcommon.so lib/xrdp/libcommon.so.0 lib/xrdp/libcommon.so.0.0.0 lib/xrdp/libmc.a lib/xrdp/libmc.so -lib/xrdp/libmc.so.0 -lib/xrdp/libmc.so.0.0.0 -lib/xrdp/librdp.a -lib/xrdp/librdp.so -lib/xrdp/librdp.so.0 -lib/xrdp/librdp.so.0.0.0 lib/xrdp/libscp.a lib/xrdp/libscp.so lib/xrdp/libscp.so.0 lib/xrdp/libscp.so.0.0.0 lib/xrdp/libvnc.a lib/xrdp/libvnc.so -lib/xrdp/libvnc.so.0 -lib/xrdp/libvnc.so.0.0.0 lib/xrdp/libxrdp.a lib/xrdp/libxrdp.so lib/xrdp/libxrdp.so.0 lib/xrdp/libxrdp.so.0.0.0 lib/xrdp/libxup.a lib/xrdp/libxup.so -lib/xrdp/libxup.so.0 -lib/xrdp/libxup.so.0.0.0 -man/man5/sesman.ini.5.gz -man/man5/xrdp.ini.5.gz -man/man8/xrdp-sesman.8.gz -man/man8/xrdp-sesrun.8.gz -man/man8/xrdp.8.gz +lib/xrdp/libxrdpapi.so +lib/xrdp/libxrdpapi.a +lib/xrdp/libxrdpapi.so.0 +lib/xrdp/libxrdpapi.so.0.0.0 etc/pam.d/xrdp-sesman -%%ETCDIR%%/km-0407.ini -%%ETCDIR%%/km-0409.ini -%%ETCDIR%%/km-040c.ini -%%ETCDIR%%/km-0410.ini -%%ETCDIR%%/km-0419.ini -%%ETCDIR%%/km-041d.ini -%%JP106%%%%ETCDIR%%/km-0411.ini -%%JP106%%%%ETCDIR%%/km-e0010411.ini -%%JP106%%%%ETCDIR%%/km-e0200411.ini -%%JP106%%%%ETCDIR%%/km-e0210411.ini -@sample %%ETCDIR%%/rsakeys.ini.sample +etc/rc.d/xrdp +%%ETCDIR%%/km-00000407.ini +%%ETCDIR%%/km-00000409.ini +%%ETCDIR%%/km-00010409.ini +%%ETCDIR%%/km-0000040a.ini +%%ETCDIR%%/km-0000040b.ini +%%ETCDIR%%/km-0000040c.ini +%%ETCDIR%%/km-00000410.ini +%%ETCDIR%%/km-00000411.ini +%%ETCDIR%%/km-00000412.ini +%%ETCDIR%%/km-00000414.ini +%%ETCDIR%%/km-00000415.ini +%%ETCDIR%%/km-00000416.ini +%%ETCDIR%%/km-00000419.ini +%%ETCDIR%%/km-0000041d.ini +%%ETCDIR%%/km-00000807.ini +%%ETCDIR%%/km-00000809.ini +%%ETCDIR%%/km-0000080c.ini +%%ETCDIR%%/km-00000813.ini +%%ETCDIR%%/km-00000816.ini +%%ETCDIR%%/km-0000100c.ini +%%ETCDIR%%/pulse/default.pa +@postunexec if cmp -s %D/etc/xrdp/sesman.ini.sample %D/etc/xrdp/sesman.ini; then rm -f %D/etc/xrdp/sesman.ini; fi +@postunexec if cmp -s %D/etc/xrdp/startwm.sh.sample %D/etc/xrdp/startwm.sh; then rm -f %D/etc/xrdp/startwm.sh; fi +@postunexec if cmp -s %D/etc/xrdp/reconnectwm.sh.sample %D/etc/xrdp/reconnectwm.sh; then rm -f %D/etc/xrdp/reconnectwm.sh; fi +@postunexec if cmp -s %D/etc/xrdp/xrdp.ini.sample %D/etc/xrdp/xrdp.ini; then rm -f %D/etc/xrdp/xrdp.ini; fi +@postunexec if cmp -s %D/etc/xrdp/xrdp_keyboard.ini.sample %D/etc/xrdp/xrdp_keyboard.ini; then rm -f %D/etc/xrdp/xrdp_keyboard.ini; fi @sample %%ETCDIR%%/sesman.ini.sample @sample %%ETCDIR%%/startwm.sh.sample +@sample %%ETCDIR%%/reconnectwm.sh.sample @sample %%ETCDIR%%/xrdp.ini.sample +@sample %%ETCDIR%%/xrdp_keyboard.ini.sample +man/man1/xrdp-dis.1.gz +man/man5/sesman.ini.5.gz +man/man8/xrdp.8.gz +man/man5/xrdp.ini.5.gz +man/man8/xrdp-chansrv.8.gz +man/man8/xrdp-genkeymap.8.gz +man/man8/xrdp-keygen.8.gz +man/man8/xrdp-sesadmin.8.gz +man/man8/xrdp-sesman.8.gz +man/man8/xrdp-sesrun.8.gz sbin/xrdp sbin/xrdp-chansrv sbin/xrdp-sesman -sbin/xrdp-sessvc %%DATADIR%%/ad24b.bmp %%DATADIR%%/ad256.bmp %%DATADIR%%/cursor0.cur @@ -63,3 +99,4 @@ sbin/xrdp-sessvc %%DATADIR%%/sans-10.fv1 %%DATADIR%%/xrdp24b.bmp %%DATADIR%%/xrdp256.bmp +%%DATADIR%%/xrdp_logo.bmp Modified: head/x11-servers/Makefile ============================================================================== --- head/x11-servers/Makefile Sun May 13 07:21:26 2018 (r469776) +++ head/x11-servers/Makefile Sun May 13 07:25:24 2018 (r469777) @@ -4,7 +4,6 @@ COMMENT = X11 servers SUBDIR += Xfstt - SUBDIR += x11rdp SUBDIR += x2vnc SUBDIR += x2x SUBDIR += xephyr From owner-svn-ports-head@freebsd.org Sun May 13 07:50:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB36CFCC07A; Sun, 13 May 2018 07:50:15 +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 26F4C68F67; Sun, 13 May 2018 07:50:15 +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 084BF244E; Sun, 13 May 2018 07:50:15 +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 w4D7oFvX020248; Sun, 13 May 2018 07:50:15 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D7oDUq020241; Sun, 13 May 2018 07:50:13 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201805130750.w4D7oDUq020241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 13 May 2018 07:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469778 - in head/audio/wavpack: . files X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in head/audio/wavpack: . files X-SVN-Commit-Revision: 469778 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 07:50:15 -0000 Author: riggs Date: Sun May 13 07:50:13 2018 New Revision: 469778 URL: https://svnweb.freebsd.org/changeset/ports/469778 Log: Fix multiple CVEs and memory leaks Details: - Import patches from upstream HEAD to address a bunch of critical CVEs including potential remote code execution and memory leaks PR: 228141 Submitted by: yasu@utahime.org MFH: 2018Q2 Security: CVE-2018-6767 CVE-2018-7253 CVE-2018-7254 CVE-2018-10536 CVE-2018-10537 CVE-2018-10538 CVE-2018-10539 CVE-2018-10540 Added: head/audio/wavpack/files/patch-CVE-2018-10536_10537 (contents, props changed) head/audio/wavpack/files/patch-CVE-2018-10538_10539_10540 (contents, props changed) head/audio/wavpack/files/patch-CVE-2018-6767 (contents, props changed) head/audio/wavpack/files/patch-CVE-2018-7253 (contents, props changed) head/audio/wavpack/files/patch-CVE-2018-7254 (contents, props changed) head/audio/wavpack/files/patch-fix-memory-leaks (contents, props changed) Modified: head/audio/wavpack/Makefile Modified: head/audio/wavpack/Makefile ============================================================================== --- head/audio/wavpack/Makefile Sun May 13 07:25:24 2018 (r469777) +++ head/audio/wavpack/Makefile Sun May 13 07:50:13 2018 (r469778) @@ -3,6 +3,7 @@ PORTNAME= wavpack PORTVERSION= 5.1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.wavpack.com/ Added: head/audio/wavpack/files/patch-CVE-2018-10536_10537 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wavpack/files/patch-CVE-2018-10536_10537 Sun May 13 07:50:13 2018 (r469778) @@ -0,0 +1,63 @@ +From 26cb47f99d481ad9b93eeff80d26e6b63bbd7e15 Mon Sep 17 00:00:00 2001 +From: David Bryant +Date: Tue, 24 Apr 2018 22:18:07 -0700 +Subject: [PATCH 6/6] issue #30 issue #31 issue #32: no multiple format chunks + in WAV or W64 + +--- + cli/riff.c | 7 ++++++- + cli/wave64.c | 6 ++++++ + 2 files changed, 12 insertions(+), 1 deletion(-) + +diff --git cli/riff.c cli/riff.c +index 7bddf63..5d6452e 100644 +--- cli/riff.c ++++ cli/riff.c +@@ -53,7 +53,7 @@ extern int debug_logging_mode; + + int ParseRiffHeaderConfig (FILE *infile, char *infilename, char *fourcc, WavpackContext *wpc, WavpackConfig *config) + { +- int is_rf64 = !strncmp (fourcc, "RF64", 4), got_ds64 = 0; ++ int is_rf64 = !strncmp (fourcc, "RF64", 4), got_ds64 = 0, format_chunk = 0; + int64_t total_samples = 0, infilesize; + RiffChunkHeader riff_chunk_header; + ChunkHeader chunk_header; +@@ -140,6 +140,11 @@ int ParseRiffHeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpack + else if (!strncmp (chunk_header.ckID, "fmt ", 4)) { // if it's the format chunk, we want to get some info out of there and + int supported = TRUE, format; // make sure it's a .wav file we can handle + ++ if (format_chunk++) { ++ error_line ("%s is not a valid .WAV file!", infilename); ++ return WAVPACK_SOFT_ERROR; ++ } ++ + if (chunk_header.ckSize < 16 || chunk_header.ckSize > sizeof (WaveHeader) || + !DoReadFile (infile, &WaveHeader, chunk_header.ckSize, &bcount) || + bcount != chunk_header.ckSize) { +diff --git cli/wave64.c cli/wave64.c +index fa928a0..0388dc7 100644 +--- cli/wave64.c ++++ cli/wave64.c +@@ -53,6 +53,7 @@ int ParseWave64HeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpa + Wave64ChunkHeader chunk_header; + Wave64FileHeader filehdr; + WaveHeader WaveHeader; ++ int format_chunk = 0; + uint32_t bcount; + + infilesize = DoGetFileSize (infile); +@@ -104,6 +105,11 @@ int ParseWave64HeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpa + if (!memcmp (chunk_header.ckID, fmt_guid, sizeof (fmt_guid))) { + int supported = TRUE, format; + ++ if (format_chunk++) { ++ error_line ("%s is not a valid .W64 file!", infilename); ++ return WAVPACK_SOFT_ERROR; ++ } ++ + chunk_header.ckSize = (chunk_header.ckSize + 7) & ~7L; + + if (chunk_header.ckSize < 16 || chunk_header.ckSize > sizeof (WaveHeader) || +-- +2.17.0 + Added: head/audio/wavpack/files/patch-CVE-2018-10538_10539_10540 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wavpack/files/patch-CVE-2018-10538_10539_10540 Sun May 13 07:50:13 2018 (r469778) @@ -0,0 +1,75 @@ +From 6f8bb34c2993a48ab9afbe353e6d0cff7c8d821d Mon Sep 17 00:00:00 2001 +From: David Bryant +Date: Tue, 24 Apr 2018 17:27:01 -0700 +Subject: [PATCH 5/6] issue #33, sanitize size of unknown chunks before + malloc() + +--- + cli/dsdiff.c | 9 ++++++++- + cli/riff.c | 9 ++++++++- + cli/wave64.c | 9 ++++++++- + 3 files changed, 24 insertions(+), 3 deletions(-) + +diff --git cli/dsdiff.c cli/dsdiff.c +index c016df9..fa56bbb 100644 +--- cli/dsdiff.c ++++ cli/dsdiff.c +@@ -279,7 +279,14 @@ int ParseDsdiffHeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpa + else { // just copy unknown chunks to output file + + int bytes_to_copy = (int)(((dff_chunk_header.ckDataSize) + 1) & ~(int64_t)1); +- char *buff = malloc (bytes_to_copy); ++ char *buff; ++ ++ if (bytes_to_copy < 0 || bytes_to_copy > 4194304) { ++ error_line ("%s is not a valid .DFF file!", infilename); ++ return WAVPACK_SOFT_ERROR; ++ } ++ ++ buff = malloc (bytes_to_copy); + + if (debug_logging_mode) + error_line ("extra unknown chunk \"%c%c%c%c\" of %d bytes", +diff --git cli/riff.c cli/riff.c +index de98c1e..7bddf63 100644 +--- cli/riff.c ++++ cli/riff.c +@@ -286,7 +286,14 @@ int ParseRiffHeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpack + else { // just copy unknown chunks to output file + + int bytes_to_copy = (chunk_header.ckSize + 1) & ~1L; +- char *buff = malloc (bytes_to_copy); ++ char *buff; ++ ++ if (bytes_to_copy < 0 || bytes_to_copy > 4194304) { ++ error_line ("%s is not a valid .WAV file!", infilename); ++ return WAVPACK_SOFT_ERROR; ++ } ++ ++ buff = malloc (bytes_to_copy); + + if (debug_logging_mode) + error_line ("extra unknown chunk \"%c%c%c%c\" of %d bytes", +diff --git cli/wave64.c cli/wave64.c +index 591d640..fa928a0 100644 +--- cli/wave64.c ++++ cli/wave64.c +@@ -241,7 +241,14 @@ int ParseWave64HeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpa + } + else { // just copy unknown chunks to output file + int bytes_to_copy = (chunk_header.ckSize + 7) & ~7L; +- char *buff = malloc (bytes_to_copy); ++ char *buff; ++ ++ if (bytes_to_copy < 0 || bytes_to_copy > 4194304) { ++ error_line ("%s is not a valid .W64 file!", infilename); ++ return WAVPACK_SOFT_ERROR; ++ } ++ ++ buff = malloc (bytes_to_copy); + + if (debug_logging_mode) + error_line ("extra unknown chunk \"%c%c%c%c\" of %d bytes", +-- +2.17.0 + Added: head/audio/wavpack/files/patch-CVE-2018-6767 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wavpack/files/patch-CVE-2018-6767 Sun May 13 07:50:13 2018 (r469778) @@ -0,0 +1,115 @@ +From d5bf76b5a88d044a1be1d5656698e3ba737167e5 Mon Sep 17 00:00:00 2001 +From: David Bryant +Date: Sun, 4 Feb 2018 11:28:15 -0800 +Subject: [PATCH 1/6] issue #27, do not overwrite stack on corrupt RF64 file + +--- + cli/riff.c | 39 ++++++++++++++++++++++++++++++++------- + 1 file changed, 32 insertions(+), 7 deletions(-) + +diff --git cli/riff.c cli/riff.c +index 8b1af45..de98c1e 100644 +--- cli/riff.c ++++ cli/riff.c +@@ -42,6 +42,7 @@ typedef struct { + + #pragma pack(pop) + ++#define CS64ChunkFormat "4D" + #define DS64ChunkFormat "DDDL" + + #define WAVPACK_NO_ERROR 0 +@@ -101,13 +102,13 @@ int ParseRiffHeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpack + + if (!strncmp (chunk_header.ckID, "ds64", 4)) { + if (chunk_header.ckSize < sizeof (DS64Chunk) || +- !DoReadFile (infile, &ds64_chunk, chunk_header.ckSize, &bcount) || +- bcount != chunk_header.ckSize) { ++ !DoReadFile (infile, &ds64_chunk, sizeof (DS64Chunk), &bcount) || ++ bcount != sizeof (DS64Chunk)) { + error_line ("%s is not a valid .WAV file!", infilename); + return WAVPACK_SOFT_ERROR; + } + else if (!(config->qmode & QMODE_NO_STORE_WRAPPER) && +- !WavpackAddWrapper (wpc, &ds64_chunk, chunk_header.ckSize)) { ++ !WavpackAddWrapper (wpc, &ds64_chunk, sizeof (DS64Chunk))) { + error_line ("%s", WavpackGetErrorMessage (wpc)); + return WAVPACK_SOFT_ERROR; + } +@@ -315,10 +316,11 @@ int ParseRiffHeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpack + + int WriteRiffHeader (FILE *outfile, WavpackContext *wpc, int64_t total_samples, int qmode) + { +- int do_rf64 = 0, write_junk = 1; ++ int do_rf64 = 0, write_junk = 1, table_length = 0; + ChunkHeader ds64hdr, datahdr, fmthdr; + RiffChunkHeader riffhdr; + DS64Chunk ds64_chunk; ++ CS64Chunk cs64_chunk; + JunkChunk junkchunk; + WaveHeader wavhdr; + uint32_t bcount; +@@ -380,6 +382,7 @@ int WriteRiffHeader (FILE *outfile, WavpackContext *wpc, int64_t total_samples, + strncpy (riffhdr.formType, "WAVE", sizeof (riffhdr.formType)); + total_riff_bytes = sizeof (riffhdr) + wavhdrsize + sizeof (datahdr) + ((total_data_bytes + 1) & ~(int64_t)1); + if (do_rf64) total_riff_bytes += sizeof (ds64hdr) + sizeof (ds64_chunk); ++ total_riff_bytes += table_length * sizeof (CS64Chunk); + if (write_junk) total_riff_bytes += sizeof (junkchunk); + strncpy (fmthdr.ckID, "fmt ", sizeof (fmthdr.ckID)); + strncpy (datahdr.ckID, "data", sizeof (datahdr.ckID)); +@@ -394,11 +397,12 @@ int WriteRiffHeader (FILE *outfile, WavpackContext *wpc, int64_t total_samples, + + if (do_rf64) { + strncpy (ds64hdr.ckID, "ds64", sizeof (ds64hdr.ckID)); +- ds64hdr.ckSize = sizeof (ds64_chunk); ++ ds64hdr.ckSize = sizeof (ds64_chunk) + (table_length * sizeof (CS64Chunk)); + CLEAR (ds64_chunk); + ds64_chunk.riffSize64 = total_riff_bytes; + ds64_chunk.dataSize64 = total_data_bytes; + ds64_chunk.sampleCount64 = total_samples; ++ ds64_chunk.tableLength = table_length; + riffhdr.ckSize = (uint32_t) -1; + datahdr.ckSize = (uint32_t) -1; + WavpackNativeToLittleEndian (&ds64hdr, ChunkHeaderFormat); +@@ -409,6 +413,14 @@ int WriteRiffHeader (FILE *outfile, WavpackContext *wpc, int64_t total_samples, + datahdr.ckSize = (uint32_t) total_data_bytes; + } + ++ // this "table" is just a dummy placeholder for testing (normally not written) ++ ++ if (table_length) { ++ strncpy (cs64_chunk.ckID, "dmmy", sizeof (cs64_chunk.ckID)); ++ cs64_chunk.chunkSize64 = 12345678; ++ WavpackNativeToLittleEndian (&cs64_chunk, CS64ChunkFormat); ++ } ++ + // write the RIFF chunks up to just before the data starts + + WavpackNativeToLittleEndian (&riffhdr, ChunkHeaderFormat); +@@ -418,8 +430,21 @@ int WriteRiffHeader (FILE *outfile, WavpackContext *wpc, int64_t total_samples, + + if (!DoWriteFile (outfile, &riffhdr, sizeof (riffhdr), &bcount) || bcount != sizeof (riffhdr) || + (do_rf64 && (!DoWriteFile (outfile, &ds64hdr, sizeof (ds64hdr), &bcount) || bcount != sizeof (ds64hdr))) || +- (do_rf64 && (!DoWriteFile (outfile, &ds64_chunk, sizeof (ds64_chunk), &bcount) || bcount != sizeof (ds64_chunk))) || +- (write_junk && (!DoWriteFile (outfile, &junkchunk, sizeof (junkchunk), &bcount) || bcount != sizeof (junkchunk))) || ++ (do_rf64 && (!DoWriteFile (outfile, &ds64_chunk, sizeof (ds64_chunk), &bcount) || bcount != sizeof (ds64_chunk)))) { ++ error_line ("can't write .WAV data, disk probably full!"); ++ return FALSE; ++ } ++ ++ // again, this is normally not written except for testing ++ ++ while (table_length--) ++ if (!DoWriteFile (outfile, &cs64_chunk, sizeof (cs64_chunk), &bcount) || bcount != sizeof (cs64_chunk)) { ++ error_line ("can't write .WAV data, disk probably full!"); ++ return FALSE; ++ } ++ ++ ++ if ((write_junk && (!DoWriteFile (outfile, &junkchunk, sizeof (junkchunk), &bcount) || bcount != sizeof (junkchunk))) || + !DoWriteFile (outfile, &fmthdr, sizeof (fmthdr), &bcount) || bcount != sizeof (fmthdr) || + !DoWriteFile (outfile, &wavhdr, wavhdrsize, &bcount) || bcount != wavhdrsize || + !DoWriteFile (outfile, &datahdr, sizeof (datahdr), &bcount) || bcount != sizeof (datahdr)) { +-- +2.17.0 + Added: head/audio/wavpack/files/patch-CVE-2018-7253 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wavpack/files/patch-CVE-2018-7253 Sun May 13 07:50:13 2018 (r469778) @@ -0,0 +1,35 @@ +From 36a24c7881427d2e1e4dc1cef58f19eee0d13aec Mon Sep 17 00:00:00 2001 +From: David Bryant +Date: Sat, 10 Feb 2018 16:01:39 -0800 +Subject: [PATCH 2/6] issue #28, do not overwrite heap on corrupt DSDIFF file + +--- + cli/dsdiff.c | 12 +++++++++++- + 1 file changed, 11 insertions(+), 1 deletion(-) + +diff --git cli/dsdiff.c cli/dsdiff.c +index 410dc1c..c016df9 100644 +--- cli/dsdiff.c ++++ cli/dsdiff.c +@@ -153,7 +153,17 @@ int ParseDsdiffHeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpa + error_line ("dsdiff file version = 0x%08x", version); + } + else if (!strncmp (dff_chunk_header.ckID, "PROP", 4)) { +- char *prop_chunk = malloc ((size_t) dff_chunk_header.ckDataSize); ++ char *prop_chunk; ++ ++ if (dff_chunk_header.ckDataSize < 4 || dff_chunk_header.ckDataSize > 1024) { ++ error_line ("%s is not a valid .DFF file!", infilename); ++ return WAVPACK_SOFT_ERROR; ++ } ++ ++ if (debug_logging_mode) ++ error_line ("got PROP chunk of %d bytes total", (int) dff_chunk_header.ckDataSize); ++ ++ prop_chunk = malloc ((size_t) dff_chunk_header.ckDataSize); + + if (!DoReadFile (infile, prop_chunk, (uint32_t) dff_chunk_header.ckDataSize, &bcount) || + bcount != dff_chunk_header.ckDataSize) { +-- +2.17.0 + Added: head/audio/wavpack/files/patch-CVE-2018-7254 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wavpack/files/patch-CVE-2018-7254 Sun May 13 07:50:13 2018 (r469778) @@ -0,0 +1,69 @@ +From 8e3fe45a7bac31d9a3b558ae0079e2d92a04799e Mon Sep 17 00:00:00 2001 +From: David Bryant +Date: Sun, 11 Feb 2018 16:37:47 -0800 +Subject: [PATCH 3/6] issue #28, fix buffer overflows and bad allocs on corrupt + CAF files + +--- + cli/caff.c | 30 +++++++++++++++++++++++------- + 1 file changed, 23 insertions(+), 7 deletions(-) + +diff --git cli/caff.c cli/caff.c +index ae57c4b..6248a71 100644 +--- cli/caff.c ++++ cli/caff.c +@@ -89,8 +89,8 @@ typedef struct + + #define CAFChannelDescriptionFormat "LLLLL" + +-static const char TMH_full [] = { 1,2,3,13,9,10,5,6,12,14,15,16,17,9,4,18,7,8,19,20,21 }; +-static const char TMH_std [] = { 1,2,3,11,8,9,5,6,10,12,13,14,15,7,4,16 }; ++static const char TMH_full [] = { 1,2,3,13,9,10,5,6,12,14,15,16,17,9,4,18,7,8,19,20,21,0 }; ++static const char TMH_std [] = { 1,2,3,11,8,9,5,6,10,12,13,14,15,7,4,16,0 }; + + static struct { + uint32_t mChannelLayoutTag; // Core Audio layout, 100 - 146 in high word, num channels in low word +@@ -274,10 +274,19 @@ int ParseCaffHeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpack + } + } + else if (!strncmp (caf_chunk_header.mChunkType, "chan", 4)) { +- CAFChannelLayout *caf_channel_layout = malloc ((size_t) caf_chunk_header.mChunkSize); ++ CAFChannelLayout *caf_channel_layout; + +- if (caf_chunk_header.mChunkSize < sizeof (CAFChannelLayout) || +- !DoReadFile (infile, caf_channel_layout, (uint32_t) caf_chunk_header.mChunkSize, &bcount) || ++ if (caf_chunk_header.mChunkSize < sizeof (CAFChannelLayout) || caf_chunk_header.mChunkSize > 1024) { ++ error_line ("this .CAF file has an invalid 'chan' chunk!"); ++ return WAVPACK_SOFT_ERROR; ++ } ++ ++ if (debug_logging_mode) ++ error_line ("'chan' chunk is %d bytes", (int) caf_chunk_header.mChunkSize); ++ ++ caf_channel_layout = malloc ((size_t) caf_chunk_header.mChunkSize); ++ ++ if (!DoReadFile (infile, caf_channel_layout, (uint32_t) caf_chunk_header.mChunkSize, &bcount) || + bcount != caf_chunk_header.mChunkSize) { + error_line ("%s is not a valid .CAF file!", infilename); + free (caf_channel_layout); +@@ -495,8 +504,15 @@ int ParseCaffHeaderConfig (FILE *infile, char *infilename, char *fourcc, Wavpack + } + else { // just copy unknown chunks to output file + +- int bytes_to_copy = (uint32_t) caf_chunk_header.mChunkSize; +- char *buff = malloc (bytes_to_copy); ++ uint32_t bytes_to_copy = (uint32_t) caf_chunk_header.mChunkSize; ++ char *buff; ++ ++ if (caf_chunk_header.mChunkSize < 0 || caf_chunk_header.mChunkSize > 1048576) { ++ error_line ("%s is not a valid .CAF file!", infilename); ++ return WAVPACK_SOFT_ERROR; ++ } ++ ++ buff = malloc (bytes_to_copy); + + if (debug_logging_mode) + error_line ("extra unknown chunk \"%c%c%c%c\" of %d bytes", +-- +2.17.0 + Added: head/audio/wavpack/files/patch-fix-memory-leaks ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wavpack/files/patch-fix-memory-leaks Sun May 13 07:50:13 2018 (r469778) @@ -0,0 +1,36 @@ +From 0a72951de8feaaf4c6e1740b5cb5cd0401b00464 Mon Sep 17 00:00:00 2001 +From: David Bryant +Date: Sun, 8 Apr 2018 16:27:40 -0700 +Subject: [PATCH 4/6] fix memory leaks + +--- + src/common_utils.c | 13 +++++++++++++ + 1 file changed, 13 insertions(+) + +diff --git src/common_utils.c src/common_utils.c +index c53db91..f8ddc63 100644 +--- src/common_utils.c ++++ src/common_utils.c +@@ -384,6 +384,19 @@ WavpackContext *WavpackCloseFile (WavpackContext *wpc) + + WavpackFreeWrapper (wpc); + ++ if (wpc->metadata) { ++ int i; ++ ++ for (i = 0; i < wpc->metacount; ++i) ++ if (wpc->metadata [i].data) ++ free (wpc->metadata [i].data); ++ ++ free (wpc->metadata); ++ } ++ ++ if (wpc->channel_identities) ++ free (wpc->channel_identities); ++ + if (wpc->channel_reordering) + free (wpc->channel_reordering); + +-- +2.17.0 + From owner-svn-ports-head@freebsd.org Sun May 13 07:52:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6D7AFCC4BF; Sun, 13 May 2018 07:52: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 46CA569430; Sun, 13 May 2018 07:52: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 27EE725DE; Sun, 13 May 2018 07:52:49 +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 w4D7qnA0024882; Sun, 13 May 2018 07:52:49 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D7qmCk024880; Sun, 13 May 2018 07:52:48 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805130752.w4D7qmCk024880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 13 May 2018 07:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469779 - in head/www/palemoon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/www/palemoon: . files X-SVN-Commit-Revision: 469779 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 07:52:50 -0000 Author: tobik Date: Sun May 13 07:52:48 2018 New Revision: 469779 URL: https://svnweb.freebsd.org/changeset/ports/469779 Log: www/palemoon: Update to 27.9.1 Changes: http://www.palemoon.org/releasenotes.shtml PR: 228160 Approved by: lichray@gmail.com (maintainer) Deleted: head/www/palemoon/files/patch-bug1435212 Modified: head/www/palemoon/Makefile head/www/palemoon/distinfo Modified: head/www/palemoon/Makefile ============================================================================== --- head/www/palemoon/Makefile Sun May 13 07:50:13 2018 (r469778) +++ head/www/palemoon/Makefile Sun May 13 07:52:48 2018 (r469779) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= palemoon -DISTVERSION= 27.9.0 +DISTVERSION= 27.9.1 DISTVERSIONSUFFIX=_Release -PORTREVISION= 1 CATEGORIES= www ipv6 MAINTAINER= lichray@gmail.com Modified: head/www/palemoon/distinfo ============================================================================== --- head/www/palemoon/distinfo Sun May 13 07:50:13 2018 (r469778) +++ head/www/palemoon/distinfo Sun May 13 07:52:48 2018 (r469779) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524298267 -SHA256 (MoonchildProductions-Pale-Moon-27.9.0_Release_GH0.tar.gz) = d5186c1f002af2301ac20c085804c621c54d3f7fe2c1ab54a1acf9e0b185e8b3 -SIZE (MoonchildProductions-Pale-Moon-27.9.0_Release_GH0.tar.gz) = 175235763 +TIMESTAMP = 1525897958 +SHA256 (MoonchildProductions-Pale-Moon-27.9.1_Release_GH0.tar.gz) = 581164f3067bfb25559f227d36e7780296c460923849c82edb05b3f074076b32 +SIZE (MoonchildProductions-Pale-Moon-27.9.1_Release_GH0.tar.gz) = 175356518 From owner-svn-ports-head@freebsd.org Sun May 13 08:13:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73F69FCD677; Sun, 13 May 2018 08:13: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 196726B261; Sun, 13 May 2018 08:13: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 EEB162928; Sun, 13 May 2018 08:13: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 w4D8DSnB034869; Sun, 13 May 2018 08:13:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D8DSwL034866; Sun, 13 May 2018 08:13:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805130813.w4D8DSwL034866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 08:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469780 - in head/misc/cldr-emoji-annotation: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc/cldr-emoji-annotation: . files X-SVN-Commit-Revision: 469780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 08:13:29 -0000 Author: yuri Date: Sun May 13 08:13:28 2018 New Revision: 469780 URL: https://svnweb.freebsd.org/changeset/ports/469780 Log: misc/cldr-emoji-annotation: Fix the location of .pc file Added: head/misc/cldr-emoji-annotation/files/ head/misc/cldr-emoji-annotation/files/patch-Makefile.am (contents, props changed) Modified: head/misc/cldr-emoji-annotation/Makefile head/misc/cldr-emoji-annotation/pkg-plist Modified: head/misc/cldr-emoji-annotation/Makefile ============================================================================== --- head/misc/cldr-emoji-annotation/Makefile Sun May 13 07:52:48 2018 (r469779) +++ head/misc/cldr-emoji-annotation/Makefile Sun May 13 08:13:28 2018 (r469780) @@ -2,6 +2,7 @@ PORTNAME= cldr-emoji-annotation DISTVERSION= 33.0.0_1 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org Added: head/misc/cldr-emoji-annotation/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/cldr-emoji-annotation/files/patch-Makefile.am Sun May 13 08:13:28 2018 (r469780) @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2018-05-13 08:07:38 UTC ++++ Makefile.am +@@ -10,7 +10,7 @@ SUBDIRS = \ + annotationsDerived \ + $(NULL) + +-pkgconfigdir = $(datadir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = cldr-emoji-annotation.pc + + EXTRA_DIST = \ Modified: head/misc/cldr-emoji-annotation/pkg-plist ============================================================================== --- head/misc/cldr-emoji-annotation/pkg-plist Sun May 13 07:52:48 2018 (r469779) +++ head/misc/cldr-emoji-annotation/pkg-plist Sun May 13 08:13:28 2018 (r469780) @@ -1,4 +1,4 @@ -share/pkgconfig/cldr-emoji-annotation.pc +libdata/pkgconfig/cldr-emoji-annotation.pc share/unicode/cldr/common/annotations/af.xml share/unicode/cldr/common/annotations/am.xml share/unicode/cldr/common/annotations/ar.xml From owner-svn-ports-head@freebsd.org Sun May 13 08:21:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AC2AFCDD50; Sun, 13 May 2018 08:21:49 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F2096CA7B; Sun, 13 May 2018 08:21:49 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1006E29A4; Sun, 13 May 2018 08:21:49 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4D8LmWN039399; Sun, 13 May 2018 08:21:48 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D8LlBB039392; Sun, 13 May 2018 08:21:47 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201805130821.w4D8LlBB039392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Sun, 13 May 2018 08:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469781 - in head/www/node: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: in head/www/node: . files X-SVN-Commit-Revision: 469781 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 08:21:49 -0000 Author: bhughes Date: Sun May 13 08:21:47 2018 New Revision: 469781 URL: https://svnweb.freebsd.org/changeset/ports/469781 Log: www/node: fix SSL/TLS on i386 The upgrade to v10.0.0 included significant changes to the OpenSSL dependency in Node.js, in particular how the build was configured. Upstream does not include a BSD-x86 config anymore, so the www/node port ended up using the BSD-x86_64 no-asm config for all builds except x86_64 (which used the asm optimized config). This was a mistake, causing all 32-bit archs to build OpenSSL configured for a 64-bit architecture, and it causes problems with SSL/TLS as described in PR 228135. Change the build config to not use BSD-x86_64 no-asm for 32-bit i386 and arm builds, falling back to the generic linux-elf configuration instead. Patches remove Linux specific libraries (-ldl) and keep the CFLAGS the same as the BSD config. PR: 228135 Reported by: Marcin Cie\xc5\x9blak Added: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi (contents, props changed) head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi (contents, props changed) Deleted: head/www/node/files/patch-deps_openssl_openssl__no__asm.gypi Modified: head/www/node/Makefile head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h head/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Sun May 13 08:13:28 2018 (r469780) +++ head/www/node/Makefile Sun May 13 08:21:47 2018 (r469781) @@ -3,6 +3,7 @@ PORTNAME= node PORTVERSION= 10.1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -76,7 +77,7 @@ IGNORE= cannot build node.js with LibreSSL. You must .include -.if ${ARCH} != amd64 +.if ${ARCH} != amd64 && ${ARCH} != i386 CONFIGURE_ARGS+=--openssl-no-asm .endif Added: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi Sun May 13 08:21:47 2018 (r469781) @@ -0,0 +1,15 @@ +--- deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2018-05-11 11:01:14 UTC ++++ deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi +@@ -9,10 +9,10 @@ + 'OPENSSL_PIC', + ], + 'openssl_cflags_linux-elf': [ +- '-Wall -O3 -pthread -DL_ENDIAN -fomit-frame-pointer', ++ '-Wall -O3 -pthread -DL_ENDIAN', + ], + 'openssl_ex_libs_linux-elf': [ +- '-ldl -pthread', ++ '', + ], + 'openssl_cli_srcs_linux-elf': [ + 'openssl/apps/app_rand.c', Added: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi Sun May 13 08:21:47 2018 (r469781) @@ -0,0 +1,15 @@ +--- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2018-05-11 11:01:19 UTC ++++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi +@@ -652,10 +652,10 @@ + 'OPENSSL_PIC', + ], + 'openssl_cflags_linux-elf': [ +- '-Wall -O3 -pthread -DL_ENDIAN -fomit-frame-pointer', ++ '-Wall -O3 -pthread -DL_ENDIAN', + ], + 'openssl_ex_libs_linux-elf': [ +- '-ldl -pthread', ++ '', + ], + }, + 'include_dirs': [ Modified: head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h ============================================================================== --- head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h Sun May 13 08:13:28 2018 (r469780) +++ head/www/node/files/patch-deps_openssl_config_bn__conf__no-asm.h Sun May 13 08:21:47 2018 (r469781) @@ -1,15 +1,13 @@ ---- deps/openssl/config/bn_conf_no-asm.h.orig 2018-04-24 14:41:19 UTC +--- deps/openssl/config/bn_conf_no-asm.h.orig 2018-05-09 01:59:18 UTC +++ deps/openssl/config/bn_conf_no-asm.h -@@ -21,9 +21,9 @@ +@@ -21,8 +21,8 @@ # include "./archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h" #elif defined(_WIN32) && defined(_M_X64) # include "./archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h" -#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -# include "./archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h" --#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) +//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) +//# include "./archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h" -+#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) // && defined(__x86_64__) + #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) # include "./archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h" #elif defined(__sun) && defined(__i386__) - # include "./archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h" Modified: head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h ============================================================================== --- head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h Sun May 13 08:13:28 2018 (r469780) +++ head/www/node/files/patch-deps_openssl_config_dso__conf__no-asm.h Sun May 13 08:21:47 2018 (r469781) @@ -1,15 +1,13 @@ ---- deps/openssl/config/dso_conf_no-asm.h.orig 2018-04-24 14:41:19 UTC +--- deps/openssl/config/dso_conf_no-asm.h.orig 2018-05-09 01:59:18 UTC +++ deps/openssl/config/dso_conf_no-asm.h -@@ -21,9 +21,9 @@ +@@ -21,8 +21,8 @@ # include "./archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h" #elif defined(_WIN32) && defined(_M_X64) # include "./archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h" -#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -# include "./archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h" --#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) +//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) +//# include "./archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h" -+#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) // && defined(__x86_64__) + #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) # include "./archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h" #elif defined(__sun) && defined(__i386__) - # include "./archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h" Modified: head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h ============================================================================== --- head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h Sun May 13 08:13:28 2018 (r469780) +++ head/www/node/files/patch-deps_openssl_config_opensslconf__no-asm.h Sun May 13 08:21:47 2018 (r469781) @@ -1,15 +1,13 @@ ---- deps/openssl/config/opensslconf_no-asm.h.orig 2018-04-24 14:41:19 UTC +--- deps/openssl/config/opensslconf_no-asm.h.orig 2018-05-09 01:59:18 UTC +++ deps/openssl/config/opensslconf_no-asm.h -@@ -16,9 +16,9 @@ +@@ -16,8 +16,8 @@ # include "./archs/VC-WIN32/no-asm/include/openssl/opensslconf.h" #elif defined(_WIN32) && defined(_M_X64) # include "./archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h" -#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) -# include "./archs/BSD-x86/no-asm/include/openssl/opensslconf.h" --#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) +//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) +//# include "./archs/BSD-x86/no-asm/include/openssl/opensslconf.h" -+#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) // && defined(__x86_64__) + #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) # include "./archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h" #elif defined(__sun) && defined(__i386__) - # include "./archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h" Modified: head/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi ============================================================================== --- head/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi Sun May 13 08:13:28 2018 (r469780) +++ head/www/node/files/patch-deps_openssl_openssl-cl__no__asm.gypi Sun May 13 08:21:47 2018 (r469781) @@ -1,23 +1,17 @@ ---- deps/openssl/openssl-cl_no_asm.gypi.orig 2018-04-24 14:41:19 UTC +--- deps/openssl/openssl-cl_no_asm.gypi.orig 2018-05-11 10:11:27 UTC +++ deps/openssl/openssl-cl_no_asm.gypi -@@ -1,6 +1,10 @@ +@@ -1,4 +1,5 @@ { + 'defines': ['OPENSSL_NO_ASM'], 'conditions': [ -- ['target_arch=="ppc" and OS=="aix"', { -+ ['OS=="freebsd"', { -+ # noasm BSD-x86_64 for all FreeBSD archs -+ 'includes': ['config/archs/BSD-x86_64/no-asm/openssl-cl.gypi'], -+ }, 'target_arch=="ppc" and OS=="aix"', { + ['target_arch=="ppc" and OS=="aix"', { 'includes': ['config/archs/aix-gcc/no-asm/openssl-cl.gypi'], - }, 'target_arch=="ppc" and OS=="linux"', { - 'includes': ['config/archs/linux-ppc/no-asm/openssl-cl.gypi'], -@@ -29,8 +33,6 @@ - }, 'target_arch=="ia32"', { - # noasm linux-elf for other ia32 platforms - 'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'], -- }, 'target_arch=="x64" and OS=="freebsd"', { -- 'includes': ['config/archs/BSD-x86_64/no-asm/openssl-cl.gypi'], - }, 'target_arch=="x64" and OS=="mac"', { - 'includes': ['config/archs/darwin64-x86_64-cc/no-asm/openssl-cl.gypi'], - }, 'target_arch=="x64" and OS=="solaris"', { +@@ -41,7 +42,7 @@ + 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], + }, { + # Other architectures don't use assembly +- 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], ++ 'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'], + }], + ], + } From owner-svn-ports-head@freebsd.org Sun May 13 08:34:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5D8BFCE46F; Sun, 13 May 2018 08:34:09 +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 708796E2F0; Sun, 13 May 2018 08:34:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D94E2C5A; Sun, 13 May 2018 08:34:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4D8Y9IM045310; Sun, 13 May 2018 08:34:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D8Y9J4045309; Sun, 13 May 2018 08:34:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805130834.w4D8Y9J4045309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 13 May 2018 08:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469782 - head/devel/py-twiggy X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/py-twiggy X-SVN-Commit-Revision: 469782 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 08:34:09 -0000 Author: amdmi3 Date: Sun May 13 08:34:08 2018 New Revision: 469782 URL: https://svnweb.freebsd.org/changeset/ports/469782 Log: - Switch to new test framework - Add NO_ARCH - Update WWW Approved by: portmgr blanket Modified: head/devel/py-twiggy/Makefile head/devel/py-twiggy/pkg-descr Modified: head/devel/py-twiggy/Makefile ============================================================================== --- head/devel/py-twiggy/Makefile Sun May 13 08:21:47 2018 (r469781) +++ head/devel/py-twiggy/Makefile Sun May 13 08:34:08 2018 (r469782) @@ -14,10 +14,13 @@ COMMENT= Pythonic logger LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} + USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes -regression-test: build +do-test: @cd ${WRKSRC} && ${SETENV} TWIGGY_UNDER_TEST=1 \ ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/devel/py-twiggy/pkg-descr ============================================================================== --- head/devel/py-twiggy/pkg-descr Sun May 13 08:21:47 2018 (r469781) +++ head/devel/py-twiggy/pkg-descr Sun May 13 08:34:08 2018 (r469782) @@ -12,4 +12,4 @@ Twiggy: * Supports asynchronous logging using the multiprocessing module * Solves Your Problems. Pets Your Puppy. -WWW: http://twiggy.wearpants.org +WWW: https://github.com/wearpants/twiggy/ From owner-svn-ports-head@freebsd.org Sun May 13 09:04:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AB9FFCFD7F; Sun, 13 May 2018 09:04:05 +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 5084F717EA; Sun, 13 May 2018 09:04:05 +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 32D263136; Sun, 13 May 2018 09:04: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 w4D944u6060155; Sun, 13 May 2018 09:04:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D944Fm060154; Sun, 13 May 2018 09:04:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805130904.w4D944Fm060154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 13 May 2018 09:04:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469783 - head/x11/libXScrnSaver X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/libXScrnSaver X-SVN-Commit-Revision: 469783 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 09:04:05 -0000 Author: amdmi3 Date: Sun May 13 09:04:04 2018 New Revision: 469783 URL: https://svnweb.freebsd.org/changeset/ports/469783 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11/libXScrnSaver/Makefile head/x11/libXScrnSaver/pkg-descr Modified: head/x11/libXScrnSaver/Makefile ============================================================================== --- head/x11/libXScrnSaver/Makefile Sun May 13 08:34:08 2018 (r469782) +++ head/x11/libXScrnSaver/Makefile Sun May 13 09:04:04 2018 (r469783) @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= The XScrnSaver library +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= lib USE_XORG= x11 xext xextproto scrnsaverproto:both Modified: head/x11/libXScrnSaver/pkg-descr ============================================================================== --- head/x11/libXScrnSaver/pkg-descr Sun May 13 08:34:08 2018 (r469782) +++ head/x11/libXScrnSaver/pkg-descr Sun May 13 09:04:04 2018 (r469783) @@ -1,4 +1,4 @@ This package contains libXScrnSaver, the X11 Screen Saver extension client library. -WWW: http://www.freedesktop.org/wiki/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ From owner-svn-ports-head@freebsd.org Sun May 13 09:34:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25D04FD0F7F; Sun, 13 May 2018 09:34:05 +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 C590175A13; Sun, 13 May 2018 09:34:04 +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 A5C8439E1; Sun, 13 May 2018 09:34:04 +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 w4D9Y42H075210; Sun, 13 May 2018 09:34:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D9Y4nm075209; Sun, 13 May 2018 09:34:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805130934.w4D9Y4nm075209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 13 May 2018 09:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469784 - head/multimedia/gstreamer1-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/multimedia/gstreamer1-plugins X-SVN-Commit-Revision: 469784 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 09:34:05 -0000 Author: amdmi3 Date: Sun May 13 09:34:04 2018 New Revision: 469784 URL: https://svnweb.freebsd.org/changeset/ports/469784 Log: - Update WWW Approved by: portmgr blanket Modified: head/multimedia/gstreamer1-plugins/pkg-descr Modified: head/multimedia/gstreamer1-plugins/pkg-descr ============================================================================== --- head/multimedia/gstreamer1-plugins/pkg-descr Sun May 13 09:04:04 2018 (r469783) +++ head/multimedia/gstreamer1-plugins/pkg-descr Sun May 13 09:34:04 2018 (r469784) @@ -12,4 +12,4 @@ Some features of these plugins are: - Pipelines can be saved to XML and loaded back to working state - Resource friendly plugins don't waste RAM -WWW: http://gstreamer.freedesktop.org/ +WWW: https://gstreamer.freedesktop.org/ From owner-svn-ports-head@freebsd.org Sun May 13 11:33:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E1BEFD6648; Sun, 13 May 2018 11:33: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 08B2083F76; Sun, 13 May 2018 11:33:48 +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 DD53B4E6C; Sun, 13 May 2018 11:33: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 w4DBXliN035310; Sun, 13 May 2018 11:33:47 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DBXlIG035308; Sun, 13 May 2018 11:33:47 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805131133.w4DBXlIG035308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 13 May 2018 11:33:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469787 - head/devel/dash.el X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/devel/dash.el X-SVN-Commit-Revision: 469787 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 11:33:48 -0000 Author: pi Date: Sun May 13 11:33:47 2018 New Revision: 469787 URL: https://svnweb.freebsd.org/changeset/ports/469787 Log: devel/dash.el: update 2.13.0 -> 2.14.1 This release retires Emacs 23 support. We will still try to keep things compatible but no future guarantees are made. Added edebug support for threading macros (@Wilfred) Added -unzip Added gv setters for -first-item and -last-item Added -powerset and -permutations (@holomorph) Added -as-> for threading a named variable (@zck) Added -partition-after-pred, -partition-before-pred, -partition-after-item, -partition-before-item (@zck) Fixed a bug in -any-p and friends testing for null on lists containing nil (#239) Fixed infinite loop bug in -zip and -interleave when called with empty input. Added -second-item through to -fifth-item as an alternative to nth (@Wilfred) Added -tails and -inits Added -running-sum and -running-product Added -reductions[-r][-from] family of functions (like -reduce but collecting intermediate results) Added -common-prefix (@basil-conto) PR: 227497 Submitted by: Yasuhiro KIMURA Approved by: hrs (maintainer timeout) Modified: head/devel/dash.el/Makefile head/devel/dash.el/distinfo Modified: head/devel/dash.el/Makefile ============================================================================== --- head/devel/dash.el/Makefile Sun May 13 11:08:10 2018 (r469786) +++ head/devel/dash.el/Makefile Sun May 13 11:33:47 2018 (r469787) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= dash.el -PORTVERSION= 2.13.0 -PORTREVISION= 2 +PORTVERSION= 2.14.1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/devel/dash.el/distinfo ============================================================================== --- head/devel/dash.el/distinfo Sun May 13 11:08:10 2018 (r469786) +++ head/devel/dash.el/distinfo Sun May 13 11:33:47 2018 (r469787) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473320771 -SHA256 (magnars-dash.el-2.13.0_GH0.tar.gz) = 0bc298129ff3421ba2de87b95c157fe35be0f7f26de83eae5d8558947f9e54de -SIZE (magnars-dash.el-2.13.0_GH0.tar.gz) = 146280 +TIMESTAMP = 1523608489 +SHA256 (magnars-dash.el-2.14.1_GH0.tar.gz) = bae5cac81d6d0214c54ed67ccd25b1c2cb13e96b5c2f91a84a6eb222bd5d117e +SIZE (magnars-dash.el-2.14.1_GH0.tar.gz) = 141115 From owner-svn-ports-head@freebsd.org Sun May 13 11:40:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C6DBFD6AC0; Sun, 13 May 2018 11:40:09 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 149EB84267; Sun, 13 May 2018 11:40:09 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 0C8091DCD1; Sun, 13 May 2018 11:40:09 +0000 (UTC) From: Jan Beich To: Kirill Ponomarev Cc: Mateusz Piotrowski <0mp@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469725 - in head/games: . coffeebreak References: <201805121017.w4CAH8Yc068525@repo.freebsd.org> Date: Sun, 13 May 2018 13:40:04 +0200 Message-ID: <4ljb-iy23-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 11:40:09 -0000 Kirill Ponomarev writes: > Author: krion > Date: Sat May 12 10:17:08 2018 > New Revision: 469725 > URL: https://svnweb.freebsd.org/changeset/ports/469725 > > Log: > coffeebreak is a a fake FreeBSD installer. > > It's friday. Do you need to pretend to be working? Do you have FreeBSD > systems? Here you go! coffeebreak is the tool you always wanted to make your > machine as if it is very busy doing important stuff. > > WWW: https://github.com/0mp/coffeebreak Maybe port https://github.com/svenstaro/genact as well. ;) From owner-svn-ports-head@freebsd.org Sun May 13 12:18:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51CFCFD9488; Sun, 13 May 2018 12:18: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 05B716A581; Sun, 13 May 2018 12:18: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 DB0895504; Sun, 13 May 2018 12:17:59 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DCHxIu055191; Sun, 13 May 2018 12:17:59 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DCHxO9055190; Sun, 13 May 2018 12:17:59 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201805131217.w4DCHxO9055190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 13 May 2018 12:17:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469788 - head/lang/gcc6 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc6 X-SVN-Commit-Revision: 469788 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 12:18:00 -0000 Author: gerald Date: Sun May 13 12:17:59 2018 New Revision: 469788 URL: https://svnweb.freebsd.org/changeset/ports/469788 Log: Filter the -mretpoline command-line option, which is understood by recent versions of clang (and used in the context of the Spectre security issues), but not GCC (which uses different options for the same) from CFLAGS and CXXFLAGS. This avoids the build of this port via bootstrap, which is the default and leverages both the system compiler (clang in most cases) plus a just built version GCC, to fail due to the latter not knowing -mretpoline. PR: 228205 Submitted by: rozhuk.im@gmail.com Modified: head/lang/gcc6/Makefile Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Sun May 13 11:33:47 2018 (r469787) +++ head/lang/gcc6/Makefile Sun May 13 12:17:59 2018 (r469788) @@ -37,6 +37,8 @@ USES= compiler cpe gmake iconv libtool makeinfo perl5 USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes +CFLAGS:= ${CFLAGS:N-mretpoline} +CXXFLAGS:= ${CXXFLAGS:N-mretpoline} OPTIONS_DEFINE= BOOTSTRAP GRAPHITE OPTIONS_DEFINE_i386= JAVA From owner-svn-ports-head@freebsd.org Sun May 13 12:23:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13174FD99E7; Sun, 13 May 2018 12:23:46 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B242A6B5E2; Sun, 13 May 2018 12:23:45 +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 9274F5693; Sun, 13 May 2018 12:23:45 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DCNjJM060363; Sun, 13 May 2018 12:23:45 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DCNj9f060361; Sun, 13 May 2018 12:23:45 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201805131223.w4DCNj9f060361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 13 May 2018 12:23:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469789 - 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: 469789 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 12:23:46 -0000 Author: gerald Date: Sun May 13 12:23:44 2018 New Revision: 469789 URL: https://svnweb.freebsd.org/changeset/ports/469789 Log: Update to the 20180511 snapshot of GCC 8.1.1. Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Sun May 13 12:17:59 2018 (r469788) +++ head/lang/gcc8-devel/Makefile Sun May 13 12:23:44 2018 (r469789) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.1.1.s20180504 +PORTVERSION= 8.1.1.s20180511 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Sun May 13 12:17:59 2018 (r469788) +++ head/lang/gcc8-devel/distinfo Sun May 13 12:23:44 2018 (r469789) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525632180 -SHA256 (gcc-8-20180504.tar.xz) = b49b674524449c999c0966271c2fc4488a2db8cec8d65e78ba6665408577f572 -SIZE (gcc-8-20180504.tar.xz) = 61615356 +TIMESTAMP = 1526149298 +SHA256 (gcc-8-20180511.tar.xz) = a6bbccb257d46460ed93ba9fb350a5ba92a0fd888578aa52e8956f08a8d8e274 +SIZE (gcc-8-20180511.tar.xz) = 61609564 From owner-svn-ports-head@freebsd.org Sun May 13 12:24:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1836DFD9AEA; Sun, 13 May 2018 12:24:28 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DD1D6B9FA; Sun, 13 May 2018 12:24:28 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FA6B5695; Sun, 13 May 2018 12:24:28 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DCORr8060507; Sun, 13 May 2018 12:24:27 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DCORh9060505; Sun, 13 May 2018 12:24:27 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201805131224.w4DCORh9060505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 13 May 2018 12:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469790 - head/net-im/purple-hangouts X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/net-im/purple-hangouts X-SVN-Commit-Revision: 469790 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 12:24:29 -0000 Author: dbaio Date: Sun May 13 12:24:27 2018 New Revision: 469790 URL: https://svnweb.freebsd.org/changeset/ports/469790 Log: net-im/purple-hangouts: Update to 20180419 PR: 228170 Submitted by: (maintainer) Modified: head/net-im/purple-hangouts/Makefile head/net-im/purple-hangouts/distinfo Modified: head/net-im/purple-hangouts/Makefile ============================================================================== --- head/net-im/purple-hangouts/Makefile Sun May 13 12:23:44 2018 (r469789) +++ head/net-im/purple-hangouts/Makefile Sun May 13 12:24:27 2018 (r469790) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= purple-hangouts -PORTVERSION= 20171023 +PORTVERSION= 20180419 CATEGORIES= net-im MASTER_SITES= https://bitbucket.org/EionRobb/${PORTNAME}/get/ # Commit tag. Must be changed according with PORTVERSION. -DISTNAME= 4ce9b3338381 +DISTNAME= 9d008f2ebe32 MAINTAINER= jjuanino@gmail.com COMMENT= Hangouts plugin for libpurple Modified: head/net-im/purple-hangouts/distinfo ============================================================================== --- head/net-im/purple-hangouts/distinfo Sun May 13 12:23:44 2018 (r469789) +++ head/net-im/purple-hangouts/distinfo Sun May 13 12:24:27 2018 (r469790) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514719254 -SHA256 (4ce9b3338381.zip) = 88eaaac6d28d4536a1591cee82ed3ee1075b8f780a31ef23c6bf2f20f27762d1 -SIZE (4ce9b3338381.zip) = 164806 +TIMESTAMP = 1526092831 +SHA256 (9d008f2ebe32.zip) = 4ecd767afd766d7357844a2f67ae892266a62b6b8669a3921564472da1a957aa +SIZE (9d008f2ebe32.zip) = 168510 From owner-svn-ports-head@freebsd.org Sun May 13 12:25:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 609C4FD9BDA; Sun, 13 May 2018 12:25:47 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B44B46C035; Sun, 13 May 2018 12:25:46 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 955E55697; Sun, 13 May 2018 12:25:46 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DCPkXM060685; Sun, 13 May 2018 12:25:46 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DCPkC7060683; Sun, 13 May 2018 12:25:46 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201805131225.w4DCPkC7060683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 13 May 2018 12:25:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469791 - head/dns/dnscrypt-proxy2 X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/dns/dnscrypt-proxy2 X-SVN-Commit-Revision: 469791 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 12:25:47 -0000 Author: dbaio Date: Sun May 13 12:25:45 2018 New Revision: 469791 URL: https://svnweb.freebsd.org/changeset/ports/469791 Log: dns/dnscrypt-proxy2: Update to 2.0.12 Changes: https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/2.0.12/ChangeLog Approved by: egypcio@googlemail.com (maintainer, implicit) Modified: head/dns/dnscrypt-proxy2/Makefile head/dns/dnscrypt-proxy2/distinfo Modified: head/dns/dnscrypt-proxy2/Makefile ============================================================================== --- head/dns/dnscrypt-proxy2/Makefile Sun May 13 12:24:27 2018 (r469790) +++ head/dns/dnscrypt-proxy2/Makefile Sun May 13 12:25:45 2018 (r469791) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 2.0.11 +PORTVERSION= 2.0.12 CATEGORIES= dns security ipv6 PKGNAMESUFFIX= 2 Modified: head/dns/dnscrypt-proxy2/distinfo ============================================================================== --- head/dns/dnscrypt-proxy2/distinfo Sun May 13 12:24:27 2018 (r469790) +++ head/dns/dnscrypt-proxy2/distinfo Sun May 13 12:25:45 2018 (r469791) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524915148 -SHA256 (jedisct1-dnscrypt-proxy-2.0.11_GH0.tar.gz) = 3d1fddd6cc82cd7dfc9dfd6ad18137a5a03b7aa86ed025287d939b4fe4acf79c -SIZE (jedisct1-dnscrypt-proxy-2.0.11_GH0.tar.gz) = 2774458 +TIMESTAMP = 1526144987 +SHA256 (jedisct1-dnscrypt-proxy-2.0.12_GH0.tar.gz) = cd608949ea7f9e760626e4c6a70b5edcbd0452d0715342e07799dff2f85d5dfe +SIZE (jedisct1-dnscrypt-proxy-2.0.12_GH0.tar.gz) = 2775112 From owner-svn-ports-head@freebsd.org Sun May 13 13:01:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 203ABFDB74A; Sun, 13 May 2018 13:01:52 +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 C6A607046F; Sun, 13 May 2018 13:01:51 +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 A7D435BDB; Sun, 13 May 2018 13:01:51 +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 w4DD1pYR079630; Sun, 13 May 2018 13:01:51 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DD1p3g079629; Sun, 13 May 2018 13:01:51 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201805131301.w4DD1p3g079629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 13 May 2018 13:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469793 - head/devel/elixir-gen_state_machine X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/elixir-gen_state_machine X-SVN-Commit-Revision: 469793 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 13:01:52 -0000 Author: olgeni Date: Sun May 13 13:01:51 2018 New Revision: 469793 URL: https://svnweb.freebsd.org/changeset/ports/469793 Log: Update devel/elixir-gen_state_machine to version 2.0.2. Modified: head/devel/elixir-gen_state_machine/Makefile head/devel/elixir-gen_state_machine/distinfo Modified: head/devel/elixir-gen_state_machine/Makefile ============================================================================== --- head/devel/elixir-gen_state_machine/Makefile Sun May 13 12:32:36 2018 (r469792) +++ head/devel/elixir-gen_state_machine/Makefile Sun May 13 13:01:51 2018 (r469793) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gen_state_machine -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-gen_state_machine/distinfo ============================================================================== --- head/devel/elixir-gen_state_machine/distinfo Sun May 13 12:32:36 2018 (r469792) +++ head/devel/elixir-gen_state_machine/distinfo Sun May 13 13:01:51 2018 (r469793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504688050 -SHA256 (antipax-gen_state_machine-v2.0.1_GH0.tar.gz) = 61c55486bf7a64b2feddf0f66e339bec6635626e4e5f56811bf89162dbe84951 -SIZE (antipax-gen_state_machine-v2.0.1_GH0.tar.gz) = 17214 +TIMESTAMP = 1526216179 +SHA256 (antipax-gen_state_machine-v2.0.2_GH0.tar.gz) = ccfdf2bf0f3400ac8ecb7e5a506e62d25fe35a885867c6ed2f32e95745db99da +SIZE (antipax-gen_state_machine-v2.0.2_GH0.tar.gz) = 17985 From owner-svn-ports-head@freebsd.org Sun May 13 13:36:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 931E5FDD190; Sun, 13 May 2018 13:36:04 +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 3CBA475B26; Sun, 13 May 2018 13:36:04 +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 1DEB761FD; Sun, 13 May 2018 13:36:04 +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 w4DDa3cj096392; Sun, 13 May 2018 13:36:03 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DDa3cB096390; Sun, 13 May 2018 13:36:03 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201805131336.w4DDa3cB096390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 13 May 2018 13:36:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469794 - head/devel/elixir-timex X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/elixir-timex X-SVN-Commit-Revision: 469794 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 13:36:04 -0000 Author: olgeni Date: Sun May 13 13:36:03 2018 New Revision: 469794 URL: https://svnweb.freebsd.org/changeset/ports/469794 Log: Update devel/elixir-timex to version 3.3.0. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Sun May 13 13:01:51 2018 (r469793) +++ head/devel/elixir-timex/Makefile Sun May 13 13:36:03 2018 (r469794) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 3.2.2 +PORTVERSION= 3.3.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Sun May 13 13:01:51 2018 (r469793) +++ head/devel/elixir-timex/distinfo Sun May 13 13:36:03 2018 (r469794) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523788310 -SHA256 (bitwalker-timex-3.2.2_GH0.tar.gz) = 94142ad72bffa90557025d5c353ab9e822eddb983d65ebc1bd3dea462fbbeedb -SIZE (bitwalker-timex-3.2.2_GH0.tar.gz) = 170856 +TIMESTAMP = 1526216539 +SHA256 (bitwalker-timex-3.3.0_GH0.tar.gz) = fa18cf73552c3283775643c9ae0849b247524809169a080091c3d262c5210bd4 +SIZE (bitwalker-timex-3.3.0_GH0.tar.gz) = 171728 From owner-svn-ports-head@freebsd.org Sun May 13 14:13:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF5D2FDEDC5; Sun, 13 May 2018 14:13:38 +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 941AF7A901; Sun, 13 May 2018 14:13:38 +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 754C06865; Sun, 13 May 2018 14:13:38 +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 w4DEDcGY016573; Sun, 13 May 2018 14:13:38 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DEDb0E016571; Sun, 13 May 2018 14:13:37 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201805131413.w4DEDb0E016571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 13 May 2018 14:13:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469796 - head/databases/elixir-timex_ecto X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/databases/elixir-timex_ecto X-SVN-Commit-Revision: 469796 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 14:13:39 -0000 Author: olgeni Date: Sun May 13 14:13:37 2018 New Revision: 469796 URL: https://svnweb.freebsd.org/changeset/ports/469796 Log: Update databases/elixir-timex_ecto to version 3.3.0. Modified: head/databases/elixir-timex_ecto/Makefile head/databases/elixir-timex_ecto/distinfo Modified: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- head/databases/elixir-timex_ecto/Makefile Sun May 13 14:02:18 2018 (r469795) +++ head/databases/elixir-timex_ecto/Makefile Sun May 13 14:13:37 2018 (r469796) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex_ecto -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.0 CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- head/databases/elixir-timex_ecto/distinfo Sun May 13 14:02:18 2018 (r469795) +++ head/databases/elixir-timex_ecto/distinfo Sun May 13 14:13:37 2018 (r469796) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506448991 -SHA256 (bitwalker-timex_ecto-3.2.1_GH0.tar.gz) = 05e8060103ff67e96bccbedbcc8f363b23f476a82ae359d235b00e73505a47c5 -SIZE (bitwalker-timex_ecto-3.2.1_GH0.tar.gz) = 11716 +TIMESTAMP = 1526218576 +SHA256 (bitwalker-timex_ecto-3.3.0_GH0.tar.gz) = f10d3b50eba059d2f9fc1e0ac3d1d9eab7b166cf92a21b8ba2f7105c91206a0b +SIZE (bitwalker-timex_ecto-3.3.0_GH0.tar.gz) = 11950 From owner-svn-ports-head@freebsd.org Sun May 13 14:24:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6618FFDF462; Sun, 13 May 2018 14:24:22 +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 1B52E7C160; Sun, 13 May 2018 14:24:22 +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 F16446A00; Sun, 13 May 2018 14:24:21 +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 w4DEOLJL021600; Sun, 13 May 2018 14:24:21 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DEOKw6021596; Sun, 13 May 2018 14:24:20 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201805131424.w4DEOKw6021596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 13 May 2018 14:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469797 - in head/www/nginx-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head/www/nginx-devel: . files X-SVN-Commit-Revision: 469797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 14:24:22 -0000 Author: osa Date: Sun May 13 14:24:20 2018 New Revision: 469797 URL: https://svnweb.freebsd.org/changeset/ports/469797 Log: Speed-up the port's build by enable multiple jobs build. While I'm here update third-party vod module to recent 1.23 version. Bump PORTREVISION. PR: 228127 Added: head/www/nginx-devel/files/extra-patch-vod-filters-audio_encoder.c (contents, props changed) Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/Makefile.extmod head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-nginx-vod-module-config Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun May 13 14:13:37 2018 (r469796) +++ head/www/nginx-devel/Makefile Sun May 13 14:24:20 2018 (r469797) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.14.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa @@ -55,6 +55,7 @@ CONFIGURE_ARGS+=--prefix=${ETCDIR} \ --pid-path=${NGINX_RUNDIR}/nginx.pid \ --error-log-path=${NGINX_ERRORLOG} \ --user=${WWWOWN} --group=${WWWGRP} +ALL_TARGET= PLIST_SUB+= NGINX_TMPDIR=${NGINX_TMPDIR} NGINX_LOGDIR=${NGINX_LOGDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} @@ -313,9 +314,6 @@ pre-configure-MODSECURITY-on: pre-configure-SMALL_LIGHT-on: ( cd ${WRKSRC_small_light} && ./setup ) - -do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Sun May 13 14:13:37 2018 (r469796) +++ head/www/nginx-devel/Makefile.extmod Sun May 13 14:24:20 2018 (r469797) @@ -277,10 +277,11 @@ SMALL_LIGHT_VARS= DSO_EXTMODS+=small_light SRCACHE_GH_TUPLE= openresty:srcache-nginx-module:v0.31:srcache SRCACHE_VARS= DSO_EXTMODS+=srcache -VOD_GH_TUPLE= kaltura:nginx-vod-module:1.22:vod +VOD_GH_TUPLE= kaltura:nginx-vod-module:1.23:vod VOD_USE= GNOME=libxml2 VOD_VARS= DSO_EXTMODS+=vod -VOD_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-vod-module-config +VOD_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-vod-module-config \ + ${PATCHDIR}/extra-patch-vod-filters-audio_encoder.c VTS_GH_TUPLE= vozlt:nginx-module-vts:v0.1.15:vts VTS_CONFIGURE_ON= --add-module=${WRKSRC_vts} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun May 13 14:13:37 2018 (r469796) +++ head/www/nginx-devel/distinfo Sun May 13 14:24:20 2018 (r469797) @@ -1,4 +1,4 @@ -TIMESTAMP = 1524780114 +TIMESTAMP = 1526172928 SHA256 (nginx-1.14.0.tar.gz) = 5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5 SIZE (nginx-1.14.0.tar.gz) = 1016272 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -129,8 +129,8 @@ SHA256 (cubicdaiya-ngx_small_light-v0.9.2_GH0.tar.gz) SIZE (cubicdaiya-ngx_small_light-v0.9.2_GH0.tar.gz) = 56502 SHA256 (openresty-srcache-nginx-module-v0.31_GH0.tar.gz) = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d SIZE (openresty-srcache-nginx-module-v0.31_GH0.tar.gz) = 48310 -SHA256 (kaltura-nginx-vod-module-1.22_GH0.tar.gz) = 79214a1c2f9b133e039ae78d6a09635ad2bec183c77e2a32bf03003841b3c35b -SIZE (kaltura-nginx-vod-module-1.22_GH0.tar.gz) = 438203 +SHA256 (kaltura-nginx-vod-module-1.23_GH0.tar.gz) = 800cf3de639567e27f4cb75527392f23842b349fb680abefd12d4db9a5be951f +SIZE (kaltura-nginx-vod-module-1.23_GH0.tar.gz) = 442053 SHA256 (vozlt-nginx-module-vts-v0.1.15_GH0.tar.gz) = 5112a054b1b1edb4c0042a9a840ef45f22abb3c05c68174e28ebf483164fb7e1 SIZE (vozlt-nginx-module-vts-v0.1.15_GH0.tar.gz) = 371128 SHA256 (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 958bd8de773601d8d3138501cc4be0420f1c818a3987a70cc9c0023371e432cf Modified: head/www/nginx-devel/files/extra-patch-nginx-vod-module-config ============================================================================== --- head/www/nginx-devel/files/extra-patch-nginx-vod-module-config Sun May 13 14:13:37 2018 (r469796) +++ head/www/nginx-devel/files/extra-patch-nginx-vod-module-config Sun May 13 14:24:20 2018 (r469797) @@ -1,5 +1,5 @@ ---- ../nginx-vod-module-1.22/config.orig 2018-04-24 17:51:34.654430000 -0400 -+++ ../nginx-vod-module-1.22/config 2018-04-24 18:10:13.517041000 -0400 +--- ../nginx-vod-module-1.23/config.orig 2018-04-24 17:51:34.654430000 -0400 ++++ ../nginx-vod-module-1.23/config 2018-04-24 18:10:13.517041000 -0400 @@ -154,8 +154,12 @@ ngx_feature_run=no ngx_feature_incs="#include Added: head/www/nginx-devel/files/extra-patch-vod-filters-audio_encoder.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx-devel/files/extra-patch-vod-filters-audio_encoder.c Sun May 13 14:24:20 2018 (r469797) @@ -0,0 +1,20 @@ +--- ../nginx-vod-module-1.23/vod/filters/audio_encoder.c.orig 2018-05-13 10:05:51.704192000 -0400 ++++ ../nginx-vod-module-1.23/vod/filters/audio_encoder.c 2018-05-13 10:08:30.590029000 -0400 +@@ -100,7 +100,7 @@ + encoder->channel_layout = params->channel_layout; + encoder->channels = params->channels; + encoder->bit_rate = params->bitrate; +- encoder->flags |= CODEC_FLAG_GLOBAL_HEADER; // make the codec generate the extra data ++ encoder->flags |= AV_CODEC_FLAG_GLOBAL_HEADER; // make the codec generate the extra data + + avrc = avcodec_open2(encoder, encoder_codec, NULL); + if (avrc < 0) +@@ -139,7 +139,7 @@ + { + audio_encoder_state_t* state = context; + +- if ((state->encoder->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) != 0) ++ if ((state->encoder->codec->capabilities & AV_CODEC_CAP_VARIABLE_FRAME_SIZE) != 0) + { + return 0; + } From owner-svn-ports-head@freebsd.org Sun May 13 14:53:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9728FE0BC4; Sun, 13 May 2018 14:53:48 +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 5F2D47FD9C; Sun, 13 May 2018 14:53:48 +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 414FB6EE0; Sun, 13 May 2018 14:53:48 +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 w4DErm1a036650; Sun, 13 May 2018 14:53:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DErlhN036649; Sun, 13 May 2018 14:53:47 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201805131453.w4DErlhN036649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 13 May 2018 14:53:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469798 - head/www/erlang-mochiweb X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/www/erlang-mochiweb X-SVN-Commit-Revision: 469798 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 14:53:48 -0000 Author: olgeni Date: Sun May 13 14:53:47 2018 New Revision: 469798 URL: https://svnweb.freebsd.org/changeset/ports/469798 Log: Update www/erlang-mochiweb to version 2.18.0. Modified: head/www/erlang-mochiweb/Makefile head/www/erlang-mochiweb/distinfo Modified: head/www/erlang-mochiweb/Makefile ============================================================================== --- head/www/erlang-mochiweb/Makefile Sun May 13 14:24:20 2018 (r469797) +++ head/www/erlang-mochiweb/Makefile Sun May 13 14:53:47 2018 (r469798) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mochiweb -PORTVERSION= 2.17.0 +PORTVERSION= 2.18.0 DISTVERSIONPREFIX= v CATEGORIES= www devel PKGNAMEPREFIX= erlang- Modified: head/www/erlang-mochiweb/distinfo ============================================================================== --- head/www/erlang-mochiweb/distinfo Sun May 13 14:24:20 2018 (r469797) +++ head/www/erlang-mochiweb/distinfo Sun May 13 14:53:47 2018 (r469798) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504015834 -SHA256 (mochi-mochiweb-v2.17.0_GH0.tar.gz) = a2a0cf0309b01ead4c58fa724686dfee7a137c17ee158da32ac3eab6256313c6 -SIZE (mochi-mochiweb-v2.17.0_GH0.tar.gz) = 288450 +TIMESTAMP = 1526220835 +SHA256 (mochi-mochiweb-v2.18.0_GH0.tar.gz) = 3580d01d670a2f86d153b6a169391727a82ed299ac519ee1382c932b232e8849 +SIZE (mochi-mochiweb-v2.18.0_GH0.tar.gz) = 288534 From owner-svn-ports-head@freebsd.org Sun May 13 15:00:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D867FE0FE8; Sun, 13 May 2018 15:00:21 +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 CFB6F80C00; Sun, 13 May 2018 15:00:20 +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 B1D946EE8; Sun, 13 May 2018 15:00:20 +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 w4DF0KIn037060; Sun, 13 May 2018 15:00:20 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DF0KKZ037058; Sun, 13 May 2018 15:00:20 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201805131500.w4DF0KKZ037058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 13 May 2018 15:00:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469799 - head/www/rubygem-passenger X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/rubygem-passenger X-SVN-Commit-Revision: 469799 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 15:00:21 -0000 Author: osa Date: Sun May 13 15:00:20 2018 New Revision: 469799 URL: https://svnweb.freebsd.org/changeset/ports/469799 Log: Upgrade from 5.2.3 to 5.3.0. Modified: head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Sun May 13 14:53:47 2018 (r469798) +++ head/www/rubygem-passenger/Makefile Sun May 13 15:00:20 2018 (r469799) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 5.2.3 +PORTVERSION= 5.3.0 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Sun May 13 14:53:47 2018 (r469798) +++ head/www/rubygem-passenger/distinfo Sun May 13 15:00:20 2018 (r469799) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523143545 -SHA256 (rubygem/passenger-5.2.3.gem) = f17b52be09f9184f3ed4431b97bb68cb469ea93613a9fd4a205a16d70dae2302 -SIZE (rubygem/passenger-5.2.3.gem) = 6857728 +TIMESTAMP = 1526221844 +SHA256 (rubygem/passenger-5.3.0.gem) = 679514abb49b4ae3843053b88335e47f10b97c7dfc36f2118e900a9c41c93d65 +SIZE (rubygem/passenger-5.3.0.gem) = 6956032 From owner-svn-ports-head@freebsd.org Sun May 13 15:04:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CD29FE14A1; Sun, 13 May 2018 15:04: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 E2313810AC; Sun, 13 May 2018 15:04:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C363D7075; Sun, 13 May 2018 15:04:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DF4nPR041889; Sun, 13 May 2018 15:04:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DF4nnZ041888; Sun, 13 May 2018 15:04:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805131504.w4DF4nnZ041888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 13 May 2018 15:04:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469800 - head/graphics/tesseract-data X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/tesseract-data X-SVN-Commit-Revision: 469800 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 15:04:50 -0000 Author: jbeich Date: Sun May 13 15:04:49 2018 New Revision: 469800 URL: https://svnweb.freebsd.org/changeset/ports/469800 Log: graphics/tesseract-data: re-try on aarch64 - Builds fine via native-xtools + qemu-user-static - After r469420 required by multimedia/ffmpeg -> graphics/opencv-core Modified: head/graphics/tesseract-data/Makefile (contents, props changed) Modified: head/graphics/tesseract-data/Makefile ============================================================================== --- head/graphics/tesseract-data/Makefile Sun May 13 15:00:20 2018 (r469799) +++ head/graphics/tesseract-data/Makefile Sun May 13 15:04:49 2018 (r469800) @@ -29,7 +29,6 @@ TESSERACT_LANGS?=afr amh ara asm aze aze_cyrl bel ben PORTDATA= ${TESSERACT_LANGS:O:u:S|$|.traineddata|} -BROKEN_aarch64= Fails to install: runaway process BROKEN_sparc64= Fails to install: runaway process do-install: From owner-svn-ports-head@freebsd.org Sun May 13 15:04:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D765FE14C5; Sun, 13 May 2018 15:04:52 +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 3F919810B1; Sun, 13 May 2018 15:04:52 +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 21B6E7076; Sun, 13 May 2018 15:04:52 +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 w4DF4qoM042061; Sun, 13 May 2018 15:04:52 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DF4p8V042057; Sun, 13 May 2018 15:04:51 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201805131504.w4DF4p8V042057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 13 May 2018 15:04:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469801 - in head/www/nginx-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head/www/nginx-devel: . files X-SVN-Commit-Revision: 469801 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 15:04:52 -0000 Author: osa Date: Sun May 13 15:04:50 2018 New Revision: 469801 URL: https://svnweb.freebsd.org/changeset/ports/469801 Log: Upgrade third-party passenger module from 5.2.3 to 5.3.0. While I'm here fix the issue with GSSAPIINCDIR variable, it's been introduced as GSSAPINCDIR without a correct substitution during the third-party auth_krb5 module's patch time. Bump PORTREVISION. 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-devel/files/extra-patch-spnego-http-auth-nginx-module-config Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun May 13 15:04:49 2018 (r469800) +++ head/www/nginx-devel/Makefile Sun May 13 15:04:50 2018 (r469801) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.14.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa @@ -260,7 +260,8 @@ post-patch-GRIDFS-on: @${REINPLACE_CMD} 's!--std=c99!-DMONGO_HAVE_STDINT!' ${WRKSRC_gridfs}/config post-patch-HTTP_AUTH_KRB5-on: - @${REINPLACE_CMD} 's!%%GSSAPILIBS%%!${GSSAPILIBS}!' ${WRKSRC_auth_krb5}/config + @${REINPLACE_CMD} 's!%%GSSAPILIBS%%!${GSSAPILIBS}!g; \ + s!%%GSSAPIINCDIR%%!${GSSAPIINCDIR}!g' ${WRKSRC_auth_krb5}/config post-patch-HTTP_TARANTOOL-on: @${REINPLACE_CMD} 's!%%PREFIX%%!${LOCALBASE}!g' ${WRKSRC_nginx_tarantool}/config Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Sun May 13 15:04:49 2018 (r469800) +++ head/www/nginx-devel/Makefile.extmod Sun May 13 15:04:50 2018 (r469801) @@ -224,7 +224,7 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_sr NJS_GH_TUPLE= nginx:njs:ce54200:njs NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx -PASSENGER_NGINX_VER= 5.2.3 +PASSENGER_NGINX_VER= 5.3.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 May 13 15:04:49 2018 (r469800) +++ head/www/nginx-devel/distinfo Sun May 13 15:04:50 2018 (r469801) @@ -1,4 +1,4 @@ -TIMESTAMP = 1526172928 +TIMESTAMP = 1526222484 SHA256 (nginx-1.14.0.tar.gz) = 5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5 SIZE (nginx-1.14.0.tar.gz) = 1016272 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.2.3.tar.gz) = 0a06a2c75688a0e6c85717fb67b57940bebca5e56b7c76337c50b8c3d024345b -SIZE (passenger-5.2.3.tar.gz) = 6956101 +SHA256 (passenger-5.3.0.tar.gz) = 096c637d8fa14b71160eab5c8a5caee4d6553683f04e78ce37f47f7113b5842d +SIZE (passenger-5.3.0.tar.gz) = 7033231 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 May 13 15:04:49 2018 (r469800) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sun May 13 15:04:50 2018 (r469801) @@ -1,5 +1,5 @@ ---- ../passenger-5.2.3/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-5.2.3/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 +--- ../passenger-5.3.0/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-5.3.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-devel/files/extra-patch-spnego-http-auth-nginx-module-config ============================================================================== --- head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config Sun May 13 15:04:49 2018 (r469800) +++ head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config Sun May 13 15:04:50 2018 (r469801) @@ -8,7 +8,7 @@ - ngx_feature_libs="$ngx_feature_libs -lgssapi" -fi +ngx_feature_libs="%%GSSAPILIBS%%" -+ngx_module_incs="%%GSSAPINCDIR%%" ++ngx_module_incs="%%GSSAPIINCDIR%%" if test -n "$ngx_module_link"; then ngx_module_type=HTTP From owner-svn-ports-head@freebsd.org Sun May 13 15:35:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB4DAFE26A4; Sun, 13 May 2018 15:35:03 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EC58851CE; Sun, 13 May 2018 15:35:03 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A534754B; Sun, 13 May 2018 15:35:03 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DFZ3R0057109; Sun, 13 May 2018 15:35:03 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DFZ2Ld057108; Sun, 13 May 2018 15:35:02 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201805131535.w4DFZ2Ld057108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Sun, 13 May 2018 15:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469803 - head/sysutils/mmc-utils X-SVN-Group: ports-head X-SVN-Commit-Author: marius X-SVN-Commit-Paths: head/sysutils/mmc-utils X-SVN-Commit-Revision: 469803 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 15:35:03 -0000 Author: marius Date: Sun May 13 15:35:02 2018 New Revision: 469803 URL: https://svnweb.freebsd.org/changeset/ports/469803 Log: Update to mmc-utils as of 20180327, fixing an ENH_START_ADDR conversion overflow which in turn can cause a failure when trying to partition the enhanced user data area. Modified: head/sysutils/mmc-utils/Makefile head/sysutils/mmc-utils/distinfo Modified: head/sysutils/mmc-utils/Makefile ============================================================================== --- head/sysutils/mmc-utils/Makefile Sun May 13 15:10:06 2018 (r469802) +++ head/sysutils/mmc-utils/Makefile Sun May 13 15:35:02 2018 (r469803) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mmc-utils -PORTVERSION= 20180122 -DISTVERSIONSUFFIX= -7bcad171 +PORTVERSION= 20180327 +DISTVERSIONSUFFIX= -b4fe0c8c CATEGORIES= sysutils MASTER_SITES= LOCAL/marius Modified: head/sysutils/mmc-utils/distinfo ============================================================================== --- head/sysutils/mmc-utils/distinfo Sun May 13 15:10:06 2018 (r469802) +++ head/sysutils/mmc-utils/distinfo Sun May 13 15:35:02 2018 (r469803) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519683051 -SHA256 (mmc-utils-20180122-7bcad171.tar.bz2) = c2f0fe067217a844d31e3a24d015e335ce3b8dad7894d40ea66dafd6ae9904d4 -SIZE (mmc-utils-20180122-7bcad171.tar.bz2) = 40028 +TIMESTAMP = 1526225095 +SHA256 (mmc-utils-20180327-b4fe0c8c.tar.bz2) = 35ec111a5286f6fe59d863b5a9fd9eaeda1f9ae984896fe11c8bd8f2854762f4 +SIZE (mmc-utils-20180327-b4fe0c8c.tar.bz2) = 40044 From owner-svn-ports-head@freebsd.org Sun May 13 16:12:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C6E7FAE85F; Sun, 13 May 2018 16:12:04 +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 39D4F6B4AC; Sun, 13 May 2018 16:12:04 +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 1C1B37BB3; Sun, 13 May 2018 16:12:04 +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 w4DGC3aA074570; Sun, 13 May 2018 16:12:03 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DGC3N9074569; Sun, 13 May 2018 16:12:03 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201805131612.w4DGC3N9074569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Sun, 13 May 2018 16:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469804 - head/www/validator X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/www/validator X-SVN-Commit-Revision: 469804 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 16:12:04 -0000 Author: meta Date: Sun May 13 16:12:03 2018 New Revision: 469804 URL: https://svnweb.freebsd.org/changeset/ports/469804 Log: www/validator: Change p5-CGI.pm dependency to p5-CGI Using p5-CGI rather than p5-CGI.pm is more convenient for many people because many www ports depends on p5-CGI and it conflicts with p5-CGI.pm. Also pet portlint. PR: 227653 Submitted by: cyberbotx@cyberbotx.com (maintainer) Approved by: pi (mentor) Differential Revision: https://reviews.freebsd.org/D15414 Modified: head/www/validator/Makefile Modified: head/www/validator/Makefile ============================================================================== --- head/www/validator/Makefile Sun May 13 15:35:02 2018 (r469803) +++ head/www/validator/Makefile Sun May 13 16:12:03 2018 (r469804) @@ -5,7 +5,7 @@ PORTNAME= validator DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1_3 DISTVERSIONSUFFIX= -release -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= cyberbotx@cyberbotx.com @@ -17,7 +17,7 @@ LICENSE_TEXT= See https://www.w3.org/Consortium/Legal/ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= onsgmls:textproc/opensp \ - p5-CGI.pm>=0:www/p5-CGI.pm \ + p5-CGI>=0:www/p5-CGI \ p5-Config-General>=0:devel/p5-Config-General \ p5-Encode-HanExtra>=0:chinese/p5-Encode-HanExtra \ p5-Encode-JIS2K>=0:converters/p5-Encode-JIS2K \ @@ -32,10 +32,10 @@ RUN_DEPENDS= onsgmls:textproc/opensp \ p5-URI>=0:net/p5-URI \ p5-XML-LibXML>=0:textproc/p5-XML-LibXML +USES= perl5 shebangfix USE_GITHUB= yes GH_ACCOUNT= w3c GH_PROJECT= markup-validator -USES= perl5 shebangfix NO_ARCH= yes NO_BUILD= yes USE_PERL5= run From owner-svn-ports-head@freebsd.org Sun May 13 16:43:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C51ABFBF3C3; Sun, 13 May 2018 16:43:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7768C6E951; Sun, 13 May 2018 16:43: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 3F260100B7; Sun, 13 May 2018 16:43: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 w4DGhc6x091815; Sun, 13 May 2018 16:43:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DGhbQU091812; Sun, 13 May 2018 16:43:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805131643.w4DGhbQU091812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 16:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469805 - in head/math: . py-GridDataFormats X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-GridDataFormats X-SVN-Commit-Revision: 469805 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 16:43:39 -0000 Author: yuri Date: Sun May 13 16:43:37 2018 New Revision: 469805 URL: https://svnweb.freebsd.org/changeset/ports/469805 Log: New port: math/py-GridDataFormats: Handle data on a grid: NumPy n-dimensional arrays Added: head/math/py-GridDataFormats/ head/math/py-GridDataFormats/Makefile (contents, props changed) head/math/py-GridDataFormats/distinfo (contents, props changed) head/math/py-GridDataFormats/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun May 13 16:12:03 2018 (r469804) +++ head/math/Makefile Sun May 13 16:43:37 2018 (r469805) @@ -643,6 +643,7 @@ SUBDIR += pure-mpfr SUBDIR += pure-rational SUBDIR += py-Diofant + SUBDIR += py-GridDataFormats SUBDIR += py-PySCIPOpt SUBDIR += py-PyWavelets SUBDIR += py-Pyomo Added: head/math/py-GridDataFormats/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-GridDataFormats/Makefile Sun May 13 16:43:37 2018 (r469805) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= GridDataFormats +DISTVERSION= 0.4.0 +CATEGORIES= math python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Handle data on a grid: NumPy n-dimensional arrays + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= MDAnalysis +USE_PYTHON= distutils autoplist concurrent +NO_ARCH= yes + +.include Added: head/math/py-GridDataFormats/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-GridDataFormats/distinfo Sun May 13 16:43:37 2018 (r469805) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526229297 +SHA256 (MDAnalysis-GridDataFormats-0.4.0_GH0.tar.gz) = 54a6ca9e517f6fe6550c642715993f3f35d18536c1f2139fc0090d8c51964f78 +SIZE (MDAnalysis-GridDataFormats-0.4.0_GH0.tar.gz) = 291102 Added: head/math/py-GridDataFormats/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-GridDataFormats/pkg-descr Sun May 13 16:43:37 2018 (r469805) @@ -0,0 +1,5 @@ +The GridDataFormats package provides classes to unify reading and writing +n-dimensional datasets. One can read grid data from files, make them available +as a Grid object, and write out the data again. + +WWW: https://github.com/MDAnalysis/GridDataFormats From owner-svn-ports-head@freebsd.org Sun May 13 17:14:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72023FC3EE1; Sun, 13 May 2018 17:14: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 21B4A76059; Sun, 13 May 2018 17:14: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 DE7FA10592; Sun, 13 May 2018 17:14: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 w4DHEEbM007082; Sun, 13 May 2018 17:14:14 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DHEDoM007078; Sun, 13 May 2018 17:14:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805131714.w4DHEDoM007078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 17:14:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469806 - in head/science: . py-mmtf-python X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-mmtf-python X-SVN-Commit-Revision: 469806 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 17:14:15 -0000 Author: yuri Date: Sun May 13 17:14:13 2018 New Revision: 469806 URL: https://svnweb.freebsd.org/changeset/ports/469806 Log: New port: science/py-mmtf-python: MMTF (Macromolecular Transmission Format) Python API Added: head/science/py-mmtf-python/ head/science/py-mmtf-python/Makefile (contents, props changed) head/science/py-mmtf-python/distinfo (contents, props changed) head/science/py-mmtf-python/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun May 13 16:43:37 2018 (r469805) +++ head/science/Makefile Sun May 13 17:14:13 2018 (r469806) @@ -173,6 +173,7 @@ SUBDIR += py-hcluster SUBDIR += py-mdp SUBDIR += py-mlpy + SUBDIR += py-mmtf-python SUBDIR += py-netCDF4 SUBDIR += py-obspy SUBDIR += py-openpiv Added: head/science/py-mmtf-python/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-mmtf-python/Makefile Sun May 13 17:14:13 2018 (r469806) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= mmtf-python +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.0 +CATEGORIES= science python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= MMTF (Macromolecular Transmission Format) Python API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${FLAVOR} + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= rcsb +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +post-build: + @${RM} ${STAGEDIR}${PREFIX}/bin/sample + +post-plist: + @${REINPLACE_CMD} -e '|bin/sample|d' ${TMPPLIST} + +.include Added: head/science/py-mmtf-python/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-mmtf-python/distinfo Sun May 13 17:14:13 2018 (r469806) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526230432 +SHA256 (rcsb-mmtf-python-v1.1.0_GH0.tar.gz) = de2cc1692209e560002e11236070d5978a2db2faaaafa16371542b8fbd98ecac +SIZE (rcsb-mmtf-python-v1.1.0_GH0.tar.gz) = 47054 Added: head/science/py-mmtf-python/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-mmtf-python/pkg-descr Sun May 13 17:14:13 2018 (r469806) @@ -0,0 +1,6 @@ +The python implementation of the MMTF API, decoder and encoder. + +The macromolecular transmission format (MMTF) is a binary encoding +of biological structures. + +WWW: https://github.com/rcsb/mmtf-python From owner-svn-ports-head@freebsd.org Sun May 13 17:46:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A45BDFC794B; Sun, 13 May 2018 17:46:11 +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 584387C923; Sun, 13 May 2018 17:46:11 +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 3411D10A79; Sun, 13 May 2018 17:46:11 +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 w4DHkBYq022073; Sun, 13 May 2018 17:46:11 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DHkAHd022071; Sun, 13 May 2018 17:46:10 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805131746.w4DHkAHd022071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 13 May 2018 17:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469807 - head/net/p5-Server-Starter X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/net/p5-Server-Starter X-SVN-Commit-Revision: 469807 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 17:46:11 -0000 Author: joneum Date: Sun May 13 17:46:10 2018 New Revision: 469807 URL: https://svnweb.freebsd.org/changeset/ports/469807 Log: Update to 0.34 PR: 219744 Approved by: maintainer timeout (2 weeks) Modified: head/net/p5-Server-Starter/Makefile head/net/p5-Server-Starter/distinfo Modified: head/net/p5-Server-Starter/Makefile ============================================================================== --- head/net/p5-Server-Starter/Makefile Sun May 13 17:14:13 2018 (r469806) +++ head/net/p5-Server-Starter/Makefile Sun May 13 17:46:10 2018 (r469807) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Server-Starter -PORTVERSION= 0.30 -PORTREVISION= 1 +PORTVERSION= 0.34 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KAZUHO Modified: head/net/p5-Server-Starter/distinfo ============================================================================== --- head/net/p5-Server-Starter/distinfo Sun May 13 17:14:13 2018 (r469806) +++ head/net/p5-Server-Starter/distinfo Sun May 13 17:46:10 2018 (r469807) @@ -1,2 +1,3 @@ -SHA256 (Server-Starter-0.30.tar.gz) = 3f50e283071f8dbe892ae8f3886517cc095fa2773ce1ca030d6cad21f2218e41 -SIZE (Server-Starter-0.30.tar.gz) = 22380 +TIMESTAMP = 1526233470 +SHA256 (Server-Starter-0.34.tar.gz) = 96a20d4a1f341655bd1b26df5795d57c5d7498d9bcf8ca9d0d6e2ed743608f78 +SIZE (Server-Starter-0.34.tar.gz) = 23789 From owner-svn-ports-head@freebsd.org Sun May 13 19:02:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2B8DFCC92A; Sun, 13 May 2018 19:02:19 +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 7580C69C26; Sun, 13 May 2018 19:02:19 +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 55908117B2; Sun, 13 May 2018 19:02:19 +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 w4DJ2JDW061843; Sun, 13 May 2018 19:02:19 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DJ2Imq061842; Sun, 13 May 2018 19:02:18 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201805131902.w4DJ2Imq061842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sun, 13 May 2018 19:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469808 - in head/net-mgmt/rackmonkey: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/net-mgmt/rackmonkey: . files X-SVN-Commit-Revision: 469808 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 19:02:19 -0000 Author: zi Date: Sun May 13 19:02:18 2018 New Revision: 469808 URL: https://svnweb.freebsd.org/changeset/ports/469808 Log: - Unbreak (Can't locate RackMonkey/CGI.pm in @INC) - Bump PORTREVISION Added: head/net-mgmt/rackmonkey/files/patch-perl_rackmonkey.pl (contents, props changed) Modified: head/net-mgmt/rackmonkey/Makefile Modified: head/net-mgmt/rackmonkey/Makefile ============================================================================== --- head/net-mgmt/rackmonkey/Makefile Sun May 13 17:46:10 2018 (r469807) +++ head/net-mgmt/rackmonkey/Makefile Sun May 13 19:02:18 2018 (r469808) @@ -5,7 +5,7 @@ PORTNAME= rackmonkey PORTVERSION= 1.2.5 PORTREVISION= 1 DISTVERSIONSUFFIX= -1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt www MASTER_SITES= SF \ ftp://ftp.secure-computing.net/pub/FreeBSD/ports/${PORTNAME}/ \ Added: head/net-mgmt/rackmonkey/files/patch-perl_rackmonkey.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/rackmonkey/files/patch-perl_rackmonkey.pl Sun May 13 19:02:18 2018 (r469808) @@ -0,0 +1,11 @@ +--- perl/rackmonkey.pl.orig 2018-05-13 19:00:11 UTC ++++ perl/rackmonkey.pl +@@ -28,6 +28,8 @@ use 5.006_001; + use HTML::Template; + use HTML::Entities; + use Time::Local; ++use FindBin; ++use lib "$FindBin::Bin/"; + + use RackMonkey::CGI; + use RackMonkey::Engine; From owner-svn-ports-head@freebsd.org Sun May 13 19:12:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AD27FCD1DC; Sun, 13 May 2018 19:12:49 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BC7F6CC23; Sun, 13 May 2018 19:12:49 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E1D641196F; Sun, 13 May 2018 19:12:48 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DJCmo8066887; Sun, 13 May 2018 19:12:48 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DJCmlD066884; Sun, 13 May 2018 19:12:48 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201805131912.w4DJCmlD066884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sun, 13 May 2018 19:12:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469809 - head/sysutils/cpupdate X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/sysutils/cpupdate X-SVN-Commit-Revision: 469809 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 19:12:49 -0000 Author: eugen Date: Sun May 13 19:12:48 2018 New Revision: 469809 URL: https://svnweb.freebsd.org/changeset/ports/469809 Log: Update sysutils/cpupdate to g20180513. - sync with platomav/CPUMicrocodes MCE DB r67; - new option -d to print microcode file statistics. Reported by: Stefan Blachmann (author) Modified: head/sysutils/cpupdate/Makefile head/sysutils/cpupdate/distinfo Modified: head/sysutils/cpupdate/Makefile ============================================================================== --- head/sysutils/cpupdate/Makefile Sun May 13 19:02:18 2018 (r469808) +++ head/sysutils/cpupdate/Makefile Sun May 13 19:12:48 2018 (r469809) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cpupdate -DISTVERSION= g20180324 -PORTREVISION= 1 +DISTVERSION= g20180513 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org @@ -23,13 +22,13 @@ SUB_LIST= CPM_DIR=${CPM_DIR} INTEL_DIR=${INTEL_DIR} USE_GITHUB= yes GH_ACCOUNT= kernschmelze GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 82ec0b6 +GH_TAGNAME= 48e42d5 PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz CPM_ACCOUNT= platomav CPM_PROJECT= CPUMicrocodes -CPM_TAGNAME= 869ad44 +CPM_TAGNAME= f9a4add OPTIONS_DEFINE= CPM INTEL CPM_DESC= Download platomav/CPUMicrocodes collection Modified: head/sysutils/cpupdate/distinfo ============================================================================== --- head/sysutils/cpupdate/distinfo Sun May 13 19:02:18 2018 (r469808) +++ head/sysutils/cpupdate/distinfo Sun May 13 19:12:48 2018 (r469809) @@ -1,7 +1,7 @@ -TIMESTAMP = 1525090663 +TIMESTAMP = 1526238325 SHA256 (microcode-20180312.tgz) = 0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779 SIZE (microcode-20180312.tgz) = 3789662 -SHA256 (kernschmelze-cpupdate-g20180324-82ec0b6_GH0.tar.gz) = 653a64962077550eeb75c683e2ff23e1901846b89d64d34630c1b0693128e0fe -SIZE (kernschmelze-cpupdate-g20180324-82ec0b6_GH0.tar.gz) = 4566676 -SHA256 (platomav-CPUMicrocodes-869ad44_GH0.tar.gz) = d3f3446e5a82fc874faf72e68a5c617cb61e772c0c00b61983408d343859d245 -SIZE (platomav-CPUMicrocodes-869ad44_GH0.tar.gz) = 4602485 +SHA256 (kernschmelze-cpupdate-g20180514-48e42d5_GH0.tar.gz) = d28582fe7edfb57da99fb2466417033ee619c32de9c6b5f1a5fae7d9be8253da +SIZE (kernschmelze-cpupdate-g20180514-48e42d5_GH0.tar.gz) = 4566722 +SHA256 (platomav-CPUMicrocodes-f9a4add_GH0.tar.gz) = 0b0a6ce5b032a29536a6932a7e6157c8c32299067fd3ff2bf806e80b816485cf +SIZE (platomav-CPUMicrocodes-f9a4add_GH0.tar.gz) = 4772723 From owner-svn-ports-head@freebsd.org Sun May 13 19:25:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41610FCDED8; Sun, 13 May 2018 19:25:11 +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 C9A116F9BF; Sun, 13 May 2018 19:25:10 +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 A7CC111B1D; Sun, 13 May 2018 19:25:10 +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 w4DJPAQI072094; Sun, 13 May 2018 19:25:10 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DJPAuO072092; Sun, 13 May 2018 19:25:10 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805131925.w4DJPAuO072092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sun, 13 May 2018 19:25:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469810 - head/x11/tint X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/x11/tint X-SVN-Commit-Revision: 469810 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 19:25:11 -0000 Author: krion Date: Sun May 13 19:25:09 2018 New Revision: 469810 URL: https://svnweb.freebsd.org/changeset/ports/469810 Log: Update to version 16.4 PR: 228221 Submitted by: maintainer Modified: head/x11/tint/Makefile head/x11/tint/distinfo Modified: head/x11/tint/Makefile ============================================================================== --- head/x11/tint/Makefile Sun May 13 19:12:48 2018 (r469809) +++ head/x11/tint/Makefile Sun May 13 19:25:09 2018 (r469810) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tint2 -PORTVERSION= 16.2 +PORTVERSION= 16.4 CATEGORIES= x11 MAINTAINER= yamagi@yamagi.org @@ -30,7 +30,8 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gettext -USE_GITHUB= yes -GH_ACCOUNT= o9000 +USE_GITLAB= yes +GL_ACCOUNT= o9000 +GL_COMMIT= 8a7ba9bf50d351dae94109284c868e3afddec8f8 .include Modified: head/x11/tint/distinfo ============================================================================== --- head/x11/tint/distinfo Sun May 13 19:12:48 2018 (r469809) +++ head/x11/tint/distinfo Sun May 13 19:25:09 2018 (r469810) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516968373 -SHA256 (o9000-tint2-16.2_GH0.tar.gz) = a95c8a22d4cc117335b3157c7de48da91c8721fc97f86d0353c545eed2598ce8 -SIZE (o9000-tint2-16.2_GH0.tar.gz) = 536613 +TIMESTAMP = 1526222258 +SHA256 (o9000-tint2-8a7ba9bf50d351dae94109284c868e3afddec8f8_GL0.tar.gz) = 5e72bda6ad0b0329c13d06c635c1957c91672219ef0486e0a08500fb5006aef9 +SIZE (o9000-tint2-8a7ba9bf50d351dae94109284c868e3afddec8f8_GL0.tar.gz) = 537260 From owner-svn-ports-head@freebsd.org Sun May 13 19:25:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05D3FFCDF15; Sun, 13 May 2018 19:25:20 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9377D6FAF5; Sun, 13 May 2018 19:25:19 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7439611B1F; Sun, 13 May 2018 19:25:19 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DJPJb9072214; Sun, 13 May 2018 19:25:19 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DJPJ9w072213; Sun, 13 May 2018 19:25:19 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201805131925.w4DJPJ9w072213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sun, 13 May 2018 19:25:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469811 - head/sysutils/cpupdate X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head/sysutils/cpupdate X-SVN-Commit-Revision: 469811 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 19:25:20 -0000 Author: eugen Date: Sun May 13 19:25:19 2018 New Revision: 469811 URL: https://svnweb.freebsd.org/changeset/ports/469811 Log: Unbreak sysutils/cpupdate after r469809 by fixing distinfo. Modified: head/sysutils/cpupdate/distinfo Modified: head/sysutils/cpupdate/distinfo ============================================================================== --- head/sysutils/cpupdate/distinfo Sun May 13 19:25:09 2018 (r469810) +++ head/sysutils/cpupdate/distinfo Sun May 13 19:25:19 2018 (r469811) @@ -1,7 +1,7 @@ -TIMESTAMP = 1526238325 +TIMESTAMP = 1526239449 SHA256 (microcode-20180312.tgz) = 0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779 SIZE (microcode-20180312.tgz) = 3789662 -SHA256 (kernschmelze-cpupdate-g20180514-48e42d5_GH0.tar.gz) = d28582fe7edfb57da99fb2466417033ee619c32de9c6b5f1a5fae7d9be8253da -SIZE (kernschmelze-cpupdate-g20180514-48e42d5_GH0.tar.gz) = 4566722 +SHA256 (kernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz) = d28582fe7edfb57da99fb2466417033ee619c32de9c6b5f1a5fae7d9be8253da +SIZE (kernschmelze-cpupdate-g20180513-48e42d5_GH0.tar.gz) = 4566722 SHA256 (platomav-CPUMicrocodes-f9a4add_GH0.tar.gz) = 0b0a6ce5b032a29536a6932a7e6157c8c32299067fd3ff2bf806e80b816485cf SIZE (platomav-CPUMicrocodes-f9a4add_GH0.tar.gz) = 4772723 From owner-svn-ports-head@freebsd.org Sun May 13 19:58:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FB24FCFA52; Sun, 13 May 2018 19:58: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 3214678B15; Sun, 13 May 2018 19:58: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 EA92B12013; Sun, 13 May 2018 19:58: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 w4DJwjWA087551; Sun, 13 May 2018 19:58:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DJwj6t087549; Sun, 13 May 2018 19:58:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805131958.w4DJwj6t087549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 13 May 2018 19:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469812 - head/devel/racer X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/racer X-SVN-Commit-Revision: 469812 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 19:58:46 -0000 Author: jbeich Date: Sun May 13 19:58:45 2018 New Revision: 469812 URL: https://svnweb.freebsd.org/changeset/ports/469812 Log: devel/racer: update to 2.0.12 Changes: https://github.com/racer-rust/racer/compare/2.0.10...2.0.12 Modified: head/devel/racer/Makefile (contents, props changed) head/devel/racer/distinfo (contents, props changed) Modified: head/devel/racer/Makefile ============================================================================== --- head/devel/racer/Makefile Sun May 13 19:25:19 2018 (r469811) +++ head/devel/racer/Makefile Sun May 13 19:58:45 2018 (r469812) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= racer -DISTVERSION= 2.0.10 -PORTREVISION= 1 +DISTVERSION= 2.0.12 CATEGORIES= devel MAINTAINER= beyert@cs.ucr.edu @@ -50,7 +49,6 @@ CARGO_CRATES= aho-corasick-0.5.3 \ thread_local-0.2.7 \ toml-0.1.30 \ toml-0.2.1 \ - typed-arena-1.3.0 \ unicode-normalization-0.1.4 \ unicode-segmentation-1.2.0 \ unicode-width-0.1.4 \ Modified: head/devel/racer/distinfo ============================================================================== --- head/devel/racer/distinfo Sun May 13 19:25:19 2018 (r469811) +++ head/devel/racer/distinfo Sun May 13 19:58:45 2018 (r469812) @@ -1,4 +1,4 @@ -TIMESTAMP = 1501256958 +TIMESTAMP = 1509468352 SHA256 (rust/crates/aho-corasick-0.5.3.tar.gz) = ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66 SIZE (rust/crates/aho-corasick-0.5.3.tar.gz) = 252052 SHA256 (rust/crates/ansi_term-0.9.0.tar.gz) = 23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6 @@ -63,8 +63,6 @@ SHA256 (rust/crates/toml-0.1.30.tar.gz) = 0590d72182e5 SIZE (rust/crates/toml-0.1.30.tar.gz) = 45082 SHA256 (rust/crates/toml-0.2.1.tar.gz) = 736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4 SIZE (rust/crates/toml-0.2.1.tar.gz) = 47258 -SHA256 (rust/crates/typed-arena-1.3.0.tar.gz) = 5934776c3ac1bea4a9d56620d6bf2d483b20d394e49581db40f187e1118ff667 -SIZE (rust/crates/typed-arena-1.3.0.tar.gz) = 3870 SHA256 (rust/crates/unicode-normalization-0.1.4.tar.gz) = e28fa37426fceeb5cf8f41ee273faa7c82c47dc8fba5853402841e665fcd86ff SIZE (rust/crates/unicode-normalization-0.1.4.tar.gz) = 278063 SHA256 (rust/crates/unicode-segmentation-1.2.0.tar.gz) = a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946 @@ -81,5 +79,5 @@ SHA256 (rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949 SIZE (rust/crates/winapi-0.2.8.tar.gz) = 455145 SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 -SHA256 (racer-rust-racer-2.0.10_GH0.tar.gz) = 8e81da4f238117affe7631a7656b219294950ff17b2bea85794060be11b80489 -SIZE (racer-rust-racer-2.0.10_GH0.tar.gz) = 149892 +SHA256 (racer-rust-racer-2.0.12_GH0.tar.gz) = 1fa063d90030c200d74efb25b8501bb9a5add7c2e25cbd4976adf7a73bf715cc +SIZE (racer-rust-racer-2.0.12_GH0.tar.gz) = 151413 From owner-svn-ports-head@freebsd.org Sun May 13 19:59:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAD70FCFAE0; Sun, 13 May 2018 19:59: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 7CD7E78FB9; Sun, 13 May 2018 19:59: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 5C67812016; Sun, 13 May 2018 19:59: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 w4DJxFfN087873; Sun, 13 May 2018 19:59:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DJxDpq087860; Sun, 13 May 2018 19:59:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805131959.w4DJxDpq087860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 13 May 2018 19:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469813 - in head/www/waterfox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www/waterfox: . files X-SVN-Commit-Revision: 469813 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 19:59:16 -0000 Author: jbeich Date: Sun May 13 19:59:12 2018 New Revision: 469813 URL: https://svnweb.freebsd.org/changeset/ports/469813 Log: www/waterfox: update to 56.1.0.111172 - Apply some FF61 fixes Changes: https://github.com/MrAlex94/Waterfox/compare/2bb1a86e5dbd6...941b28140102e Added: head/www/waterfox/files/patch-bug1432323 (contents, props changed) head/www/waterfox/files/patch-bug1436759 (contents, props changed) head/www/waterfox/files/patch-bug1436983 (contents, props changed) head/www/waterfox/files/patch-bug1439444 (contents, props changed) head/www/waterfox/files/patch-bug1439723 (contents, props changed) head/www/waterfox/files/patch-bug1443110 (contents, props changed) head/www/waterfox/files/patch-bug1457912 (contents, props changed) head/www/waterfox/files/patch-bug1458270 (contents, props changed) Deleted: head/www/waterfox/files/patch-bug1224396 head/www/waterfox/files/patch-bug1387079 head/www/waterfox/files/patch-bug1441941 head/www/waterfox/files/patch-bug1454692 Modified: head/www/waterfox/Makefile (contents, props changed) head/www/waterfox/distinfo (contents, props changed) head/www/waterfox/files/patch-bug847568 (contents, props changed) Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Sun May 13 19:58:45 2018 (r469812) +++ head/www/waterfox/Makefile Sun May 13 19:59:12 2018 (r469813) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= waterfox -DISTVERSION= 56.1.0-89 -DISTVERSIONSUFFIX= -g2bb1a86e5dbd6 +DISTVERSION= 56.1.0-111172 +DISTVERSIONSUFFIX= -g941b28140102e CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Modified: head/www/waterfox/distinfo ============================================================================== --- head/www/waterfox/distinfo Sun May 13 19:58:45 2018 (r469812) +++ head/www/waterfox/distinfo Sun May 13 19:59:12 2018 (r469813) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526056588 -SHA256 (MrAlex94-Waterfox-56.1.0-89-g2bb1a86e5dbd6_GH0.tar.gz) = ab20b2392440e321ce7a3ecbd8b77eae40110b387094488cec95c57f2a6853bc -SIZE (MrAlex94-Waterfox-56.1.0-89-g2bb1a86e5dbd6_GH0.tar.gz) = 394172045 +TIMESTAMP = 1526148821 +SHA256 (MrAlex94-Waterfox-56.1.0-111172-g941b28140102e_GH0.tar.gz) = a9cedc302e81667f75e46e971ad8e165761f3bed2e1a4a27f6fdb6bc4a812bf1 +SIZE (MrAlex94-Waterfox-56.1.0-111172-g941b28140102e_GH0.tar.gz) = 394958117 Added: head/www/waterfox/files/patch-bug1432323 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1432323 Sun May 13 19:59:12 2018 (r469813) @@ -0,0 +1,102 @@ +commit 694ff7ca4925 +Author: Eric Rahm +Date: Thu Feb 22 12:38:15 2018 -0800 + + Bug 1432323 - Refactor operator new in nsArrayEnumerator. r=froydnj + + --HG-- + extra : rebase_source : 9df6db9f17e14eff2f79cd29599b03619068cef3 +--- + xpcom/ds/nsArrayEnumerator.cpp | 44 ++++++++++++++++++++++++++++-------------- + 1 file changed, 29 insertions(+), 15 deletions(-) + +diff --git xpcom/ds/nsArrayEnumerator.cpp xpcom/ds/nsArrayEnumerator.cpp +index 54951222ae954..2e7d1f9af43a5 100644 +--- xpcom/ds/nsArrayEnumerator.cpp ++++ xpcom/ds/nsArrayEnumerator.cpp +@@ -13,6 +13,7 @@ + + #include "nsCOMArray.h" + #include "nsCOMPtr.h" ++#include "mozilla/OperatorNewExtensions.h" + #include "mozilla/RefPtr.h" + + class nsSimpleArrayEnumerator final : public nsISimpleEnumerator +@@ -112,14 +113,21 @@ public: + // nsISimpleEnumerator interface + NS_DECL_NSISIMPLEENUMERATOR + +- // nsSimpleArrayEnumerator methods +- nsCOMArrayEnumerator() : mIndex(0) {} ++ // Use this instead of `new`. ++ static nsCOMArrayEnumerator* Allocate(const nsCOMArray_base& aArray); + + // specialized operator to make sure we make room for mValues +- void* operator new(size_t aSize, const nsCOMArray_base& aArray) CPP_THROW_NEW; +- void operator delete(void* aPtr) { ::operator delete(aPtr); } ++ void operator delete(void* aPtr) { free(aPtr); } + + private: ++ // nsSimpleArrayEnumerator methods ++ nsCOMArrayEnumerator() ++ : mIndex(0) ++ , mArraySize(0) ++ { ++ mValueArray[0] = nullptr; ++ } ++ + ~nsCOMArrayEnumerator(void); + + protected: +@@ -176,26 +184,32 @@ nsCOMArrayEnumerator::GetNext(nsISupports** aResult) + return NS_OK; + } + +-void* +-nsCOMArrayEnumerator::operator new(size_t aSize, +- const nsCOMArray_base& aArray) CPP_THROW_NEW ++nsCOMArrayEnumerator* ++nsCOMArrayEnumerator::Allocate(const nsCOMArray_base& aArray) + { + // create enough space such that mValueArray points to a large + // enough value. Note that the initial value of aSize gives us + // space for mValueArray[0], so we must subtract +- aSize += (aArray.Count() - 1) * sizeof(aArray[0]); ++ size_t size = sizeof(nsCOMArrayEnumerator); ++ uint32_t count; ++ if (aArray.Count() > 0) { ++ count = static_cast(aArray.Count()); ++ size += (count - 1) * sizeof(aArray[0]); ++ } else { ++ count = 0; ++ } ++ ++ // Allocate a buffer large enough to contain our object and its array. ++ void* mem = moz_xmalloc(size); ++ auto result = new (mozilla::KnownNotNull, mem) nsCOMArrayEnumerator(); + +- // do the actual allocation +- nsCOMArrayEnumerator* result = +- static_cast(::operator new(aSize)); ++ result->mArraySize = count; + + // now need to copy over the values, and addref each one + // now this might seem like a lot of work, but we're actually just + // doing all our AddRef's ahead of time since GetNext() doesn't + // need to AddRef() on the way out +- uint32_t i; +- uint32_t max = result->mArraySize = aArray.Count(); +- for (i = 0; i < max; ++i) { ++ for (uint32_t i = 0; i < count; ++i) { + result->mValueArray[i] = aArray[i]; + NS_IF_ADDREF(result->mValueArray[i]); + } +@@ -207,7 +221,7 @@ nsresult + NS_NewArrayEnumerator(nsISimpleEnumerator** aResult, + const nsCOMArray_base& aArray) + { +- RefPtr enumerator = new (aArray) nsCOMArrayEnumerator(); ++ RefPtr enumerator = nsCOMArrayEnumerator::Allocate(aArray); + enumerator.forget(aResult); + return NS_OK; + } Added: head/www/waterfox/files/patch-bug1436759 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1436759 Sun May 13 19:59:12 2018 (r469813) @@ -0,0 +1,26 @@ +commit a9c9593126c7 +Author: Michael Froman +Date: Wed Feb 14 14:24:50 2018 -0600 + + Bug 1436759 - Release NrIceMediaStreams on sts thread in transport_unittests.cpp. r=bwc + + MozReview-Commit-ID: BLasqfQJxw + + --HG-- + extra : rebase_source : bca09672917ce5fc4a5450864c9f461952847b3f +--- + media/mtransport/test/transport_unittests.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git media/mtransport/test/transport_unittests.cpp media/mtransport/test/transport_unittests.cpp +index 167a14be1fd52..4bf6195122182 100644 +--- media/mtransport/test/transport_unittests.cpp ++++ media/mtransport/test/transport_unittests.cpp +@@ -481,6 +481,7 @@ class TransportTestPeer : public sigslot::has_slots<> { + flow_ = nullptr; + } + ice_ctx_ = nullptr; ++ streams_.clear(); + } + + void DisconnectDestroyFlow() { Added: head/www/waterfox/files/patch-bug1436983 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1436983 Sun May 13 19:59:12 2018 (r469813) @@ -0,0 +1,52 @@ +commit 7721a472b21b +Author: Jon Coppeard +Date: Mon Feb 12 10:34:21 2018 +0000 + + Bug 1436983 - Don't GC while linking JIT code r=nbp + + --HG-- + extra : rebase_source : b096346182b263753414e1ef7aa4cb86d57d7386 +--- + js/src/jit-test/tests/ion/getprop-primitive.js | 3 ++- + js/src/jit/CodeGenerator.cpp | 7 ++++++- + 2 files changed, 8 insertions(+), 2 deletions(-) + +diff --git js/src/jit-test/tests/ion/getprop-primitive.js js/src/jit-test/tests/ion/getprop-primitive.js +index 2cb912d7d4d42..bf59e35b5702b 100644 +--- js/src/jit-test/tests/ion/getprop-primitive.js ++++ js/src/jit-test/tests/ion/getprop-primitive.js +@@ -35,7 +35,8 @@ var template = function (set) { + // If we bailout in the inner loop, then x will have a smaller value + // than the number of iterations. + cont = assertEqIf(lastX > 0, x, set.length); +- lastX = x; ++ if (inIon()) ++ lastX = x; + x = 0; + } + return y; +diff --git js/src/jit/CodeGenerator.cpp js/src/jit/CodeGenerator.cpp +index 1b275a75cfd7e..6677d6cee443c 100644 +--- js/src/jit/CodeGenerator.cpp ++++ js/src/jit/CodeGenerator.cpp +@@ -9838,6 +9838,11 @@ CodeGenerator::linkSharedStubs(JSContext* cx) + bool + CodeGenerator::link(JSContext* cx, CompilerConstraintList* constraints) + { ++ // We cancel off-thread Ion compilations in a few places during GC, but if ++ // this compilation was performed off-thread it will already have been ++ // removed from the relevant lists by this point. Don't allow GC here. ++ JS::AutoAssertNoGC nogc(cx); ++ + RootedScript script(cx, gen->info().script()); + OptimizationLevel optimizationLevel = gen->optimizationInfo().level(); + +@@ -9918,7 +9923,7 @@ CodeGenerator::link(JSContext* cx, CompilerConstraintList* constraints) + // read barriers which were skipped while compiling the script off thread. + Linker linker(masm); + AutoFlushICache afc("IonLink"); +- JitCode* code = linker.newCode(cx, ION_CODE, !patchableBackedges_.empty()); ++ JitCode* code = linker.newCode(cx, ION_CODE, !patchableBackedges_.empty()); + if (!code) + return false; + Added: head/www/waterfox/files/patch-bug1439444 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1439444 Sun May 13 19:59:12 2018 (r469813) @@ -0,0 +1,53 @@ +commit e8f515046724 +Author: Christoph Kerschbaumer +Date: Thu Mar 1 13:45:04 2018 +0100 + + Bug 1439444: resource and chrome images and styles should not be subject to CSP. r=gijs +--- + dom/security/nsCSPService.cpp | 18 +++++++++++++----- + 1 file changed, 13 insertions(+), 5 deletions(-) + +diff --git dom/security/nsCSPService.cpp dom/security/nsCSPService.cpp +index 6e6f02c585fb7..f0d733454fc2a 100644 +--- dom/security/nsCSPService.cpp ++++ dom/security/nsCSPService.cpp +@@ -43,13 +43,17 @@ NS_IMPL_ISUPPORTS(CSPService, nsIContentPolicy, nsIChannelEventSink) + // Helper function to identify protocols and content types not subject to CSP. + bool + subjectToCSP(nsIURI* aURI, nsContentPolicyType aContentType) { ++ ++ nsContentPolicyType contentType = ++ nsContentUtils::InternalContentPolicyTypeToExternal(aContentType); ++ + // These content types are not subject to CSP content policy checks: + // TYPE_CSP_REPORT -- csp can't block csp reports + // TYPE_REFRESH -- never passed to ShouldLoad (see nsIContentPolicy.idl) + // TYPE_DOCUMENT -- used for frame-ancestors +- if (aContentType == nsIContentPolicy::TYPE_CSP_REPORT || +- aContentType == nsIContentPolicy::TYPE_REFRESH || +- aContentType == nsIContentPolicy::TYPE_DOCUMENT) { ++ if (contentType == nsIContentPolicy::TYPE_CSP_REPORT || ++ contentType == nsIContentPolicy::TYPE_REFRESH || ++ contentType == nsIContentPolicy::TYPE_DOCUMENT) { + return false; + } + +@@ -90,12 +94,16 @@ subjectToCSP(nsIURI* aURI, nsContentPolicyType aContentType) { + // hence we use protocol flags to accomplish that, but we also + // want resource:, chrome: and moz-icon to be subject to CSP + // (which also use URI_IS_LOCAL_RESOURCE). ++ // Exception to the rule are images and styles using a scheme ++ // of resource: or chrome: ++ bool isImgOrStyle = contentType == nsIContentPolicy::TYPE_IMAGE || ++ contentType == nsIContentPolicy::TYPE_STYLESHEET; + rv = aURI->SchemeIs("resource", &match); +- if (NS_SUCCEEDED(rv) && match) { ++ if (NS_SUCCEEDED(rv) && match && !isImgOrStyle) { + return true; + } + rv = aURI->SchemeIs("chrome", &match); +- if (NS_SUCCEEDED(rv) && match) { ++ if (NS_SUCCEEDED(rv) && match && !isImgOrStyle) { + return true; + } + rv = aURI->SchemeIs("moz-icon", &match); Added: head/www/waterfox/files/patch-bug1439723 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1439723 Sun May 13 19:59:12 2018 (r469813) @@ -0,0 +1,26 @@ +commit 821df39aefc0 +Author: Nathan Froyd +Date: Mon Feb 26 11:08:55 2018 -0500 + + Bug 1439723 - use a temporary in Animation::Tick(); r=mattwoodrow +--- + dom/animation/Animation.cpp | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git dom/animation/Animation.cpp dom/animation/Animation.cpp +index 6c5a55f0baf6e..7b89365f86811 100644 +--- dom/animation/Animation.cpp ++++ dom/animation/Animation.cpp +@@ -693,8 +693,10 @@ Animation::Tick() + // during the *previous* tick of the refresh driver, it can still be + // ahead of the *current* timeline time when we are using the + // vsync timer so we need to clamp it to the timeline time. +- mPendingReadyTime.SetValue(std::min(mTimeline->GetCurrentTime().Value(), +- mPendingReadyTime.Value())); ++ TimeDuration currentTime = mTimeline->GetCurrentTime().Value(); ++ if (currentTime < mPendingReadyTime.Value()) { ++ mPendingReadyTime.SetValue(currentTime); ++ } + FinishPendingAt(mPendingReadyTime.Value()); + mPendingReadyTime.SetNull(); + } Added: head/www/waterfox/files/patch-bug1443110 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1443110 Sun May 13 19:59:12 2018 (r469813) @@ -0,0 +1,25 @@ +commit 425c5a6ff8fc +Author: Christoph Kerschbaumer +Date: Fri Mar 9 15:54:02 2018 +0100 + + Bug 1443110: Add NullCheck for loadinfo within InitCSP. r=smaug a=jcristau + + --HG-- + extra : source : 25ade148226d93650b653c62e2f4b15cbc51caef +--- + dom/base/nsDocument.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git dom/base/nsDocument.cpp dom/base/nsDocument.cpp +index 88f3aea3b6255..5519dd662df31 100644 +--- dom/base/nsDocument.cpp ++++ dom/base/nsDocument.cpp +@@ -2939,7 +2939,7 @@ nsDocument::InitCSP(nsIChannel* aChannel) + // In case this channel was instrument to discard the CSP, then + // there is nothing for us to do here. + nsCOMPtr loadInfo = aChannel->GetLoadInfo(); +- if (loadInfo->GetAllowDocumentToBeAgnosticToCSP()) { ++ if (loadInfo && loadInfo->GetAllowDocumentToBeAgnosticToCSP()) { + return NS_OK; + } + Added: head/www/waterfox/files/patch-bug1457912 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1457912 Sun May 13 19:59:12 2018 (r469813) @@ -0,0 +1,169 @@ +commit 695328ac742d +Author: Xidorn Quan +Date: Mon May 7 10:40:34 2018 +1000 + + Bug 1457912 - Don't disable scrollbars when the window feature isn't listed explicitly. r=smaug, a=RyanVM + + MozReview-Commit-ID: CB0PVroA86L + + --HG-- + extra : source : f8876cbee5fa17c374115ed04404a3a3fc61ba40 +--- + .../components/windowwatcher/nsWindowWatcher.cpp | 5 +- + .../test/browser_new_content_window_chromeflags.js | 100 ++++++++++++++------- + 2 files changed, 73 insertions(+), 32 deletions(-) + +diff --git toolkit/components/windowwatcher/nsWindowWatcher.cpp toolkit/components/windowwatcher/nsWindowWatcher.cpp +index 44f06554b26fd..34706cd92b44e 100644 +--- toolkit/components/windowwatcher/nsWindowWatcher.cpp ++++ toolkit/components/windowwatcher/nsWindowWatcher.cpp +@@ -1700,9 +1700,12 @@ nsWindowWatcher::CalculateChromeFlagsHelper(uint32_t aInitialFlags, + nsIWebBrowserChrome::CHROME_WINDOW_MIN); + + // default scrollbar to "on," unless explicitly turned off +- if (WinHasOption(aFeatures, "scrollbars", 1, &presenceFlag) || !presenceFlag) { ++ bool scrollbarsPresent = false; ++ if (WinHasOption(aFeatures, "scrollbars", 1, &scrollbarsPresent) || ++ !scrollbarsPresent) { + chromeFlags |= nsIWebBrowserChrome::CHROME_SCROLLBARS; + } ++ presenceFlag = presenceFlag || scrollbarsPresent; + + return chromeFlags; + } +diff --git toolkit/components/windowwatcher/test/browser_new_content_window_chromeflags.js toolkit/components/windowwatcher/test/browser_new_content_window_chromeflags.js +index 871a4376f5671..2ea08da989467 100644 +--- toolkit/components/windowwatcher/test/browser_new_content_window_chromeflags.js ++++ toolkit/components/windowwatcher/test/browser_new_content_window_chromeflags.js +@@ -126,18 +126,6 @@ const DISALLOWED = { + }, + }; + +-// Construct a features string that flips all DISALLOWED features +-// to not be their defaults. +-const DISALLOWED_STRING = Object.keys(DISALLOWED).map(feature => { +- let toValue = DISALLOWED[feature].defaults_to ? "no" : "yes"; +- return `${feature}=${toValue}`; +-}).join(","); +- +-const FEATURES = [ALLOWED_STRING, DISALLOWED_STRING].join(","); +- +-const SCRIPT_PAGE = `data:text/html,`; +-const SCRIPT_PAGE_FOR_CHROME_ALL = `data:text/html,`; +- + // This magic value of 2 means that by default, when content tries + // to open a new window, it'll actually open in a new window instead + // of a new tab. +@@ -165,6 +153,35 @@ function getParentChromeFlags(win) { + .chromeFlags; + } + ++/** ++ * Given some nsIDOMWindow for a window running in the parent process, ++ * asynchronously return the nsIWebBrowserChrome chrome flags for the ++ * associated content window. ++ * ++ * @param win (nsIDOMWindow) ++ * @returns int ++ */ ++function getContentChromeFlags(win) { ++ let b = win.gBrowser.selectedBrowser; ++ return ContentTask.spawn(b, null, async function() { ++ // Content scripts provide docShell as a global. ++ /* global docShell */ ++ docShell.QueryInterface(Ci.nsIInterfaceRequestor); ++ try { ++ // This will throw if we're not a remote browser. ++ return docShell.getInterface(Ci.nsITabChild) ++ .QueryInterface(Ci.nsIWebBrowserChrome) ++ .chromeFlags; ++ } catch (e) { ++ // This must be a non-remote browser... ++ return docShell.QueryInterface(Ci.nsIDocShellTreeItem) ++ .treeOwner ++ .QueryInterface(Ci.nsIWebBrowserChrome) ++ .chromeFlags; ++ } ++ }); ++} ++ + /** + * For some chromeFlags, ensures that flags that are in the + * ALLOWED group were modified, and that flags in the DISALLOWED +@@ -214,6 +231,18 @@ function assertContentFlags(chromeFlags) { + * default. + */ + add_task(async function test_new_remote_window_flags() { ++ // Construct a features string that flips all DISALLOWED features ++ // to not be their defaults. ++ const DISALLOWED_STRING = Object.keys(DISALLOWED).map(feature => { ++ let toValue = DISALLOWED[feature].defaults_to ? "no" : "yes"; ++ return `${feature}=${toValue}`; ++ }).join(","); ++ ++ const FEATURES = [ALLOWED_STRING, DISALLOWED_STRING].join(","); ++ ++ const SCRIPT_PAGE = `data:text/html,`; ++ const SCRIPT_PAGE_FOR_CHROME_ALL = `data:text/html,`; ++ + let newWinPromise = BrowserTestUtils.waitForNewWindow(); + + await BrowserTestUtils.withNewTab({ +@@ -236,25 +265,7 @@ add_task(async function test_new_remote_window_flags() { + + // Confusingly, chromeFlags also exist in the content process + // as part of the TabChild, so we have to check those too. +- let b = win.gBrowser.selectedBrowser; +- let contentChromeFlags = await ContentTask.spawn(b, null, async function() { +- // Content scripts provide docShell as a global. +- /* global docShell */ +- docShell.QueryInterface(Ci.nsIInterfaceRequestor); +- try { +- // This will throw if we're not a remote browser. +- return docShell.getInterface(Ci.nsITabChild) +- .QueryInterface(Ci.nsIWebBrowserChrome) +- .chromeFlags; +- } catch (e) { +- // This must be a non-remote browser... +- return docShell.QueryInterface(Ci.nsIDocShellTreeItem) +- .treeOwner +- .QueryInterface(Ci.nsIWebBrowserChrome) +- .chromeFlags; +- } +- }); +- ++ let contentChromeFlags = await getContentChromeFlags(win); + assertContentFlags(contentChromeFlags); + Assert.ok(!(contentChromeFlags & + Ci.nsIWebBrowserChrome.CHROME_REMOTE_WINDOW), +@@ -279,3 +290,30 @@ add_task(async function test_new_remote_window_flags() { + await BrowserTestUtils.closeWindow(win); + }); + }); ++ ++/** ++ * Opens a window with some chrome flags specified, which should not affect ++ * scrollbars flag which defaults to true when not disabled explicitly. ++ */ ++add_task(async function test_scrollbars_flag() { ++ const SCRIPT = 'window.open("about:blank", "_blank", "toolbar=0");'; ++ const SCRIPT_PAGE = `data:text/html,`; ++ ++ let newWinPromise = BrowserTestUtils.waitForNewWindow(); ++ await BrowserTestUtils.withNewTab({ ++ gBrowser, ++ url: SCRIPT_PAGE, ++ }, async function(browser) { ++ let win = await newWinPromise; ++ ++ let parentChromeFlags = getParentChromeFlags(win); ++ Assert.ok(parentChromeFlags & Ci.nsIWebBrowserChrome.CHROME_SCROLLBARS, ++ "Should have scrollbars when not disabled explicitly"); ++ ++ let contentChromeFlags = await getContentChromeFlags(win); ++ Assert.ok(contentChromeFlags & Ci.nsIWebBrowserChrome.CHROME_SCROLLBARS, ++ "Should have scrollbars when not disabled explicitly"); ++ ++ await BrowserTestUtils.closeWindow(win); ++ }); ++}); Added: head/www/waterfox/files/patch-bug1458270 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1458270 Sun May 13 19:59:12 2018 (r469813) @@ -0,0 +1,125 @@ +commit df3a104363d4 +Author: David Major +Date: Tue May 8 17:37:25 2018 -0400 + + Bug 1458270 - Clean up in the shutdown observer. r=milan, a=RyanVM + + --HG-- + extra : source : 74cb61ae46eec86a761dfd8b245dff06bbf14634 +--- + widget/GfxInfoBase.cpp | 8 ++++++-- + widget/GfxInfoX11.cpp | 8 ++++++-- + widget/android/GfxInfo.cpp | 4 ++++ + widget/cocoa/GfxInfo.mm | 4 ++++ + widget/uikit/GfxInfo.cpp | 4 ++++ + widget/windows/GfxInfo.cpp | 4 ++++ + 6 files changed, 28 insertions(+), 4 deletions(-) + +diff --git widget/GfxInfoBase.cpp widget/GfxInfoBase.cpp +index 560a49e4d237b..d407acb3e611b 100644 +--- widget/GfxInfoBase.cpp ++++ widget/GfxInfoBase.cpp +@@ -65,11 +65,15 @@ public: + delete GfxInfoBase::mFeatureStatus; + GfxInfoBase::mFeatureStatus = nullptr; + +- for (uint32_t i = 0; i < DeviceFamilyMax; i++) ++ for (uint32_t i = 0; i < DeviceFamilyMax; i++) { + delete GfxDriverInfo::mDeviceFamilies[i]; ++ GfxDriverInfo::mDeviceFamilies[i] = nullptr; ++ } + +- for (uint32_t i = 0; i < DeviceVendorMax; i++) ++ for (uint32_t i = 0; i < DeviceVendorMax; i++) { + delete GfxDriverInfo::mDeviceVendors[i]; ++ GfxDriverInfo::mDeviceVendors[i] = nullptr; ++ } + + GfxInfoBase::mShutdownOccurred = true; + +diff --git widget/GfxInfoX11.cpp widget/GfxInfoX11.cpp +index 098f82d2976d2..6d48a88c57c5f 100644 +--- widget/GfxInfoX11.cpp ++++ widget/GfxInfoX11.cpp +@@ -275,8 +275,6 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature, + OperatingSystem* aOS /* = nullptr */) + + { +- GetData(); +- + NS_ENSURE_ARG_POINTER(aStatus); + *aStatus = nsIGfxInfo::FEATURE_STATUS_UNKNOWN; + aSuggestedDriverVersion.SetIsVoid(true); +@@ -284,6 +282,12 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature, + if (aOS) + *aOS = os; + ++ if (mShutdownOccurred) { ++ return NS_OK; ++ } ++ ++ GetData(); ++ + if (mGLMajorVersion == 1) { + // We're on OpenGL 1. In most cases that indicates really old hardware. + // We better block them, rather than rely on them to fail gracefully, because they don't! +diff --git widget/android/GfxInfo.cpp widget/android/GfxInfo.cpp +index 13d097e380c1a..4fc2c0919447c 100644 +--- widget/android/GfxInfo.cpp ++++ widget/android/GfxInfo.cpp +@@ -392,6 +392,10 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature, + if (aOS) + *aOS = os; + ++ if (mShutdownOccurred) { ++ return NS_OK; ++ } ++ + // OpenGL layers are never blacklisted on Android. + // This early return is so we avoid potentially slow + // GLStrings initialization on startup when we initialize GL layers. +diff --git widget/cocoa/GfxInfo.mm widget/cocoa/GfxInfo.mm +index f0cc36a18847d..bf6092488beab 100644 +--- widget/cocoa/GfxInfo.mm ++++ widget/cocoa/GfxInfo.mm +@@ -338,6 +338,10 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature, + if (aOS) + *aOS = os; + ++ if (mShutdownOccurred) { ++ return NS_OK; ++ } ++ + // Don't evaluate special cases when we're evaluating the downloaded blocklist. + if (!aDriverInfo.Length()) { + if (aFeature == nsIGfxInfo::FEATURE_WEBGL_MSAA) { +diff --git widget/uikit/GfxInfo.cpp widget/uikit/GfxInfo.cpp +index 2aea3b5eaba0d..cabe993dd06f1 100644 +--- widget/uikit/GfxInfo.cpp ++++ widget/uikit/GfxInfo.cpp +@@ -175,6 +175,10 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature, + if (aOS) + *aOS = OperatingSystem::Ios; + ++ if (mShutdownOccurred) { ++ return NS_OK; ++ } ++ + // OpenGL layers are never blacklisted on iOS. + // This early return is so we avoid potentially slow + // GLStrings initialization on startup when we initialize GL layers. +diff --git widget/windows/GfxInfo.cpp widget/windows/GfxInfo.cpp +index dd2798803449f..409c428b493f7 100644 +--- widget/windows/GfxInfo.cpp ++++ widget/windows/GfxInfo.cpp +@@ -1453,6 +1453,10 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature, + if (aOS) + *aOS = os; + ++ if (mShutdownOccurred) { ++ return NS_OK; ++ } ++ + // Don't evaluate special cases if we're checking the downloaded blocklist. + if (!aDriverInfo.Length()) { + nsAutoString adapterVendorID; Modified: head/www/waterfox/files/patch-bug847568 ============================================================================== --- head/www/waterfox/files/patch-bug847568 Sun May 13 19:58:45 2018 (r469812) +++ head/www/waterfox/files/patch-bug847568 Sun May 13 19:59:12 2018 (r469813) @@ -120,28 +120,28 @@ diff --git gfx/skia/generate_mozbuild.py gfx/skia/gene index e06ae3457a47..93faa61594a3 100755 --- gfx/skia/generate_mozbuild.py +++ gfx/skia/generate_mozbuild.py -@@ -143,6 +143,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: +@@ -148,6 +148,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): '-Wno-unused-private-field', ] +if CONFIG['MOZ_SYSTEM_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + - if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android'): + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk3', 'android'): CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] diff --git gfx/skia/moz.build gfx/skia/moz.build index 2118677ca3a8..e4978b413784 100644 --- gfx/skia/moz.build +++ gfx/skia/moz.build -@@ -753,6 +753,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: +@@ -822,6 +822,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): '-Wno-unused-private-field', ] +if CONFIG['MOZ_SYSTEM_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + - if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android'): + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk3', 'android'): CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] diff --git gfx/thebes/moz.build gfx/thebes/moz.build From owner-svn-ports-head@freebsd.org Sun May 13 20:05:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA1E4FCFFBA; Sun, 13 May 2018 20:05:30 +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 6AD4F7A106; Sun, 13 May 2018 20:05:30 +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 415BB121A7; Sun, 13 May 2018 20:05:30 +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 w4DK5UGF093503; Sun, 13 May 2018 20:05:30 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DK5TVZ093499; Sun, 13 May 2018 20:05:29 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201805132005.w4DK5TVZ093499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 13 May 2018 20:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469815 - in head/lang: gcc47 gcc48 gcc49 gcc5 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang: gcc47 gcc48 gcc49 gcc5 X-SVN-Commit-Revision: 469815 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:05:31 -0000 Author: gerald Date: Sun May 13 20:05:29 2018 New Revision: 469815 URL: https://svnweb.freebsd.org/changeset/ports/469815 Log: Simplify MASTER_SITES in all GCC-ports related to end-of-lifed releases (gcc47, gcc48, gcc49, and gcc5), taking advantage of the default for GCC releases provided by MASTER_SITES_ABBREVS. Reported by: portlint Modified: head/lang/gcc47/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/gcc5/Makefile Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun May 13 20:00:40 2018 (r469814) +++ head/lang/gcc47/Makefile Sun May 13 20:05:29 2018 (r469815) @@ -6,7 +6,7 @@ PORTVERSION= 4.7.4 PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= lang -MASTER_SITES= GCC/releases/gcc-${PORTVERSION} +MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun May 13 20:00:40 2018 (r469814) +++ head/lang/gcc48/Makefile Sun May 13 20:05:29 2018 (r469815) @@ -5,7 +5,7 @@ PORTNAME= gcc PORTVERSION= 4.8.5 PORTREVISION= 8 CATEGORIES= lang -MASTER_SITES= GCC/releases/gcc-${PORTVERSION} +MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun May 13 20:00:40 2018 (r469814) +++ head/lang/gcc49/Makefile Sun May 13 20:05:29 2018 (r469815) @@ -5,7 +5,7 @@ PORTNAME= gcc PORTVERSION= 4.9.4 PORTREVISION= 7 CATEGORIES= lang -MASTER_SITES= GCC/releases/gcc-${DISTVERSION} +MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Sun May 13 20:00:40 2018 (r469814) +++ head/lang/gcc5/Makefile Sun May 13 20:05:29 2018 (r469815) @@ -5,7 +5,7 @@ PORTNAME= gcc PORTVERSION= 5.5.0 PORTREVISION= 3 CATEGORIES= lang -MASTER_SITES= GCC/releases/gcc-${DISTVERSION} +MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun May 13 20:10:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51BBBFD026F; Sun, 13 May 2018 20:10: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 F18FA7A2C3; Sun, 13 May 2018 20:10: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 D3587121B2; Sun, 13 May 2018 20:10: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 w4DKA2f6093865; Sun, 13 May 2018 20:10:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKA2Qp093857; Sun, 13 May 2018 20:10:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKA2Qp093857@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, 13 May 2018 20:10:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469816 - head/converters/pecl-igbinary X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/pecl-igbinary X-SVN-Commit-Revision: 469816 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:03 -0000 Author: sunpoet Date: Sun May 13 20:10:02 2018 New Revision: 469816 URL: https://svnweb.freebsd.org/changeset/ports/469816 Log: Update to 2.0.6 Changes: https://pecl.php.net/package-changelog.php?package=igbinary Modified: head/converters/pecl-igbinary/Makefile head/converters/pecl-igbinary/distinfo Modified: head/converters/pecl-igbinary/Makefile ============================================================================== --- head/converters/pecl-igbinary/Makefile Sun May 13 20:05:29 2018 (r469815) +++ head/converters/pecl-igbinary/Makefile Sun May 13 20:10:02 2018 (r469816) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= igbinary -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= converters MAINTAINER= sunpoet@FreeBSD.org Modified: head/converters/pecl-igbinary/distinfo ============================================================================== --- head/converters/pecl-igbinary/distinfo Sun May 13 20:05:29 2018 (r469815) +++ head/converters/pecl-igbinary/distinfo Sun May 13 20:10:02 2018 (r469816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509911313 -SHA256 (PECL/igbinary-2.0.5.tgz) = 526b21f10b08eb9f6e17a6e92b6675348a5049e6d0f5a4ea0a38f24ec3513d34 -SIZE (PECL/igbinary-2.0.5.tgz) = 72129 +TIMESTAMP = 1526213284 +SHA256 (PECL/igbinary-2.0.6.tgz) = 42bbbbdf35b667f702c9083655c392fde842be97a04a97c439f44c11937c9e1f +SIZE (PECL/igbinary-2.0.6.tgz) = 73444 From owner-svn-ports-head@freebsd.org Sun May 13 20:10:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D555FD02B6; Sun, 13 May 2018 20:10: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 ED9457A3BA; Sun, 13 May 2018 20:10: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 4B5D2121B3; Sun, 13 May 2018 20:10: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 w4DKA8OS093990; Sun, 13 May 2018 20:10:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKA7nO093989; Sun, 13 May 2018 20:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKA7nO093989@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, 13 May 2018 20:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469817 - 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: 469817 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:10 -0000 Author: sunpoet Date: Sun May 13 20:10:07 2018 New Revision: 469817 URL: https://svnweb.freebsd.org/changeset/ports/469817 Log: Update to 2.11.48 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 May 13 20:10:02 2018 (r469816) +++ head/devel/rubygem-aws-sdk-core/Makefile Sun May 13 20:10:07 2018 (r469817) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.47 +DISTVERSION= 2.11.48 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Sun May 13 20:10:02 2018 (r469816) +++ head/devel/rubygem-aws-sdk-core/distinfo Sun May 13 20:10:07 2018 (r469817) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526148450 -SHA256 (rubygem/aws-sdk-core-2.11.47.gem) = cbce2644d6e9e25d018df432d8262bc6084871cd049db2cee45c02154c2ff828 -SIZE (rubygem/aws-sdk-core-2.11.47.gem) = 1238528 +TIMESTAMP = 1526213293 +SHA256 (rubygem/aws-sdk-core-2.11.48.gem) = 1ebcec5d377e23889030207fcd07277c3af6e27558bfe8329652b97235820a62 +SIZE (rubygem/aws-sdk-core-2.11.48.gem) = 1239040 From owner-svn-ports-head@freebsd.org Sun May 13 20:10:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FDA8FD02EF; Sun, 13 May 2018 20:10: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 DC0B67A48C; Sun, 13 May 2018 20:10:13 +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 A3E99121B4; Sun, 13 May 2018 20:10: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 w4DKADC7094115; Sun, 13 May 2018 20:10:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKADLk094113; Sun, 13 May 2018 20:10:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKADLk094113@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, 13 May 2018 20:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469818 - 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: 469818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:17 -0000 Author: sunpoet Date: Sun May 13 20:10:12 2018 New Revision: 469818 URL: https://svnweb.freebsd.org/changeset/ports/469818 Log: Update to 2.11.48 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 May 13 20:10:07 2018 (r469817) +++ head/devel/rubygem-aws-sdk-resources/Makefile Sun May 13 20:10:12 2018 (r469818) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.47 +DISTVERSION= 2.11.48 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Sun May 13 20:10:07 2018 (r469817) +++ head/devel/rubygem-aws-sdk-resources/distinfo Sun May 13 20:10:12 2018 (r469818) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526148453 -SHA256 (rubygem/aws-sdk-resources-2.11.47.gem) = a8e36e09d20610262673f7e44441e0961bc69f3bd57d39560340bc9677c72b78 -SIZE (rubygem/aws-sdk-resources-2.11.47.gem) = 48640 +TIMESTAMP = 1526213298 +SHA256 (rubygem/aws-sdk-resources-2.11.48.gem) = e916e92f5343b80e0a14e014293bafe241ae07cd95e6068c6d77cabf0936faaf +SIZE (rubygem/aws-sdk-resources-2.11.48.gem) = 48640 From owner-svn-ports-head@freebsd.org Sun May 13 20:10:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4BD7FD0317; Sun, 13 May 2018 20:10: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 8642D7A535; Sun, 13 May 2018 20:10: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 688AE121B5; Sun, 13 May 2018 20:10: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 w4DKAJbY094241; Sun, 13 May 2018 20:10:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKAJMR094239; Sun, 13 May 2018 20:10:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKAJMR094239@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, 13 May 2018 20:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469819 - 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: 469819 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:21 -0000 Author: sunpoet Date: Sun May 13 20:10:18 2018 New Revision: 469819 URL: https://svnweb.freebsd.org/changeset/ports/469819 Log: Update to 2.11.48 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 May 13 20:10:12 2018 (r469818) +++ head/devel/rubygem-aws-sdk/Makefile Sun May 13 20:10:18 2018 (r469819) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.47 +DISTVERSION= 2.11.48 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Sun May 13 20:10:12 2018 (r469818) +++ head/devel/rubygem-aws-sdk/distinfo Sun May 13 20:10:18 2018 (r469819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526148455 -SHA256 (rubygem/aws-sdk-2.11.47.gem) = 01823b4991cc9674e5d55f78ee124565e3a1e0bd0270da149b18d1125d6a454f -SIZE (rubygem/aws-sdk-2.11.47.gem) = 4608 +TIMESTAMP = 1526213306 +SHA256 (rubygem/aws-sdk-2.11.48.gem) = 85079dca1b36c33e82a024da2d3e0eec9e1e60520fbbb6a6b6dc43cdf0942f98 +SIZE (rubygem/aws-sdk-2.11.48.gem) = 4608 From owner-svn-ports-head@freebsd.org Sun May 13 20:10:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACEC8FD0339; Sun, 13 May 2018 20:10: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 4DDA27A609; Sun, 13 May 2018 20:10: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 CF1EA121B6; Sun, 13 May 2018 20:10: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 w4DKAOCH094366; Sun, 13 May 2018 20:10:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKAOJH094365; Sun, 13 May 2018 20:10:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKAOJH094365@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, 13 May 2018 20:10:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469820 - head/devel/rubygem-flipper X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-flipper X-SVN-Commit-Revision: 469820 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:26 -0000 Author: sunpoet Date: Sun May 13 20:10:24 2018 New Revision: 469820 URL: https://svnweb.freebsd.org/changeset/ports/469820 Log: Update to 0.15.0 Changes: https://github.com/jnunemaker/flipper/blob/master/Changelog.md Modified: head/devel/rubygem-flipper/Makefile head/devel/rubygem-flipper/distinfo Modified: head/devel/rubygem-flipper/Makefile ============================================================================== --- head/devel/rubygem-flipper/Makefile Sun May 13 20:10:18 2018 (r469819) +++ head/devel/rubygem-flipper/Makefile Sun May 13 20:10:24 2018 (r469820) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flipper -PORTVERSION= 0.14.0 +PORTVERSION= 0.15.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-flipper/distinfo ============================================================================== --- head/devel/rubygem-flipper/distinfo Sun May 13 20:10:18 2018 (r469819) +++ head/devel/rubygem-flipper/distinfo Sun May 13 20:10:24 2018 (r469820) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522937172 -SHA256 (rubygem/flipper-0.14.0.gem) = c3a7075c4a3d5177e99c4c53baa1ce710e076724f2e44527f18d560fa2438603 -SIZE (rubygem/flipper-0.14.0.gem) = 71680 +TIMESTAMP = 1526217104 +SHA256 (rubygem/flipper-0.15.0.gem) = 5155ac7a1633af1beea1a977caed8f2ef04d3da9d85feec52957f97295df915f +SIZE (rubygem/flipper-0.15.0.gem) = 72192 From owner-svn-ports-head@freebsd.org Sun May 13 20:10:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEB9FFD0373; Sun, 13 May 2018 20:10: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 D3CC57A6C4; Sun, 13 May 2018 20:10: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 E1D66121B7; Sun, 13 May 2018 20:10: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 w4DKATJR094491; Sun, 13 May 2018 20:10:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKATqV094489; Sun, 13 May 2018 20:10:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKATqV094489@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, 13 May 2018 20:10:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469821 - head/databases/rubygem-flipper-active_record X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-flipper-active_record X-SVN-Commit-Revision: 469821 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:32 -0000 Author: sunpoet Date: Sun May 13 20:10:29 2018 New Revision: 469821 URL: https://svnweb.freebsd.org/changeset/ports/469821 Log: Update to 0.15.0 Changes: https://github.com/jnunemaker/flipper/blob/master/Changelog.md Modified: head/databases/rubygem-flipper-active_record/Makefile head/databases/rubygem-flipper-active_record/distinfo Modified: head/databases/rubygem-flipper-active_record/Makefile ============================================================================== --- head/databases/rubygem-flipper-active_record/Makefile Sun May 13 20:10:24 2018 (r469820) +++ head/databases/rubygem-flipper-active_record/Makefile Sun May 13 20:10:29 2018 (r469821) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flipper-active_record -PORTVERSION= 0.14.0 +PORTVERSION= 0.15.0 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-flipper-active_record/distinfo ============================================================================== --- head/databases/rubygem-flipper-active_record/distinfo Sun May 13 20:10:24 2018 (r469820) +++ head/databases/rubygem-flipper-active_record/distinfo Sun May 13 20:10:29 2018 (r469821) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522937129 -SHA256 (rubygem/flipper-active_record-0.14.0.gem) = 4e4767a2fcd4fd2183a891636bc38e634243966b32d8f1eca80867e06ba3646a -SIZE (rubygem/flipper-active_record-0.14.0.gem) = 9216 +TIMESTAMP = 1526217106 +SHA256 (rubygem/flipper-active_record-0.15.0.gem) = 77f178383b945d30a32c1cf0356edaf7ae5fc46eff49ecfe72865a85f3d8a0ea +SIZE (rubygem/flipper-active_record-0.15.0.gem) = 9728 From owner-svn-ports-head@freebsd.org Sun May 13 20:10:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 252E1FD03A9; Sun, 13 May 2018 20:10: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 6BE4B7A7AB; Sun, 13 May 2018 20:10: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 6BD38121BC; Sun, 13 May 2018 20:10: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 w4DKAZ6m095536; Sun, 13 May 2018 20:10:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKAZH0095534; Sun, 13 May 2018 20:10:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKAZH0095534@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, 13 May 2018 20:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469822 - head/devel/rubygem-flipper-active_support_cache_store X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-flipper-active_support_cache_store X-SVN-Commit-Revision: 469822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:37 -0000 Author: sunpoet Date: Sun May 13 20:10:34 2018 New Revision: 469822 URL: https://svnweb.freebsd.org/changeset/ports/469822 Log: Update to 0.15.0 Changes: https://github.com/jnunemaker/flipper/blob/master/Changelog.md Modified: head/devel/rubygem-flipper-active_support_cache_store/Makefile head/devel/rubygem-flipper-active_support_cache_store/distinfo Modified: head/devel/rubygem-flipper-active_support_cache_store/Makefile ============================================================================== --- head/devel/rubygem-flipper-active_support_cache_store/Makefile Sun May 13 20:10:29 2018 (r469821) +++ head/devel/rubygem-flipper-active_support_cache_store/Makefile Sun May 13 20:10:34 2018 (r469822) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flipper-active_support_cache_store -PORTVERSION= 0.14.0 +PORTVERSION= 0.15.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-flipper-active_support_cache_store/distinfo ============================================================================== --- head/devel/rubygem-flipper-active_support_cache_store/distinfo Sun May 13 20:10:29 2018 (r469821) +++ head/devel/rubygem-flipper-active_support_cache_store/distinfo Sun May 13 20:10:34 2018 (r469822) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522937195 -SHA256 (rubygem/flipper-active_support_cache_store-0.14.0.gem) = 3dcba114358294a1f41e26f3d8846ec548601023ca5a2680dde02270d2ee577e -SIZE (rubygem/flipper-active_support_cache_store-0.14.0.gem) = 7680 +TIMESTAMP = 1526213314 +SHA256 (rubygem/flipper-active_support_cache_store-0.15.0.gem) = aafd6345f01d9b4eb5eccbe80c80f4050218ed4d837957beebdd38a02d467db1 +SIZE (rubygem/flipper-active_support_cache_store-0.15.0.gem) = 7680 From owner-svn-ports-head@freebsd.org Sun May 13 20:10:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29454FD03EB; Sun, 13 May 2018 20:10: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 792557A88B; Sun, 13 May 2018 20:10: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 968ED121C7; Sun, 13 May 2018 20:10: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 w4DKAe6q095662; Sun, 13 May 2018 20:10:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKAeeq095660; Sun, 13 May 2018 20:10:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKAeeq095660@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, 13 May 2018 20:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469823 - head/dns/p5-Net-DNS-SEC X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/p5-Net-DNS-SEC X-SVN-Commit-Revision: 469823 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:42 -0000 Author: sunpoet Date: Sun May 13 20:10:39 2018 New Revision: 469823 URL: https://svnweb.freebsd.org/changeset/ports/469823 Log: Update to 1.08 Changes: http://search.cpan.org/dist/Net-DNS-SEC/Changes Modified: head/dns/p5-Net-DNS-SEC/Makefile head/dns/p5-Net-DNS-SEC/distinfo Modified: head/dns/p5-Net-DNS-SEC/Makefile ============================================================================== --- head/dns/p5-Net-DNS-SEC/Makefile Sun May 13 20:10:34 2018 (r469822) +++ head/dns/p5-Net-DNS-SEC/Makefile Sun May 13 20:10:39 2018 (r469823) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-DNS-SEC -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= dns perl5 MASTER_SITES= CPAN \ http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.05:security/ p5-Crypt-OpenSSL-ECDSA>=0.06:security/p5-Crypt-OpenSSL-ECDSA \ p5-Crypt-OpenSSL-RSA>=0.28:security/p5-Crypt-OpenSSL-RSA \ p5-Crypt-OpenSSL-Random>=0.10:security/p5-Crypt-OpenSSL-Random \ - p5-Net-DNS>=1.01:dns/p5-Net-DNS + p5-Net-DNS>=1.08:dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 ssl Modified: head/dns/p5-Net-DNS-SEC/distinfo ============================================================================== --- head/dns/p5-Net-DNS-SEC/distinfo Sun May 13 20:10:34 2018 (r469822) +++ head/dns/p5-Net-DNS-SEC/distinfo Sun May 13 20:10:39 2018 (r469823) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522952413 -SHA256 (Net-DNS-SEC-1.07.tar.gz) = 39e92aae3d354007583843aa6b24ab74e8725c09ba952a87084529b5229aee94 -SIZE (Net-DNS-SEC-1.07.tar.gz) = 41644 +TIMESTAMP = 1526213334 +SHA256 (Net-DNS-SEC-1.08.tar.gz) = 996d4e8dfa0c810221e87f5d290ee12098bb38dd37e9b3fb6276f3b19627d57b +SIZE (Net-DNS-SEC-1.08.tar.gz) = 41084 From owner-svn-ports-head@freebsd.org Sun May 13 20:10:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B63BAFD041A; Sun, 13 May 2018 20:10: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 123E37A970; Sun, 13 May 2018 20:10: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 72E31121CE; Sun, 13 May 2018 20:10: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 w4DKAkGn095789; Sun, 13 May 2018 20:10:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKAkie095787; Sun, 13 May 2018 20:10:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKAkie095787@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, 13 May 2018 20:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469824 - head/devel/py-simplejson X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-simplejson X-SVN-Commit-Revision: 469824 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:47 -0000 Author: sunpoet Date: Sun May 13 20:10:45 2018 New Revision: 469824 URL: https://svnweb.freebsd.org/changeset/ports/469824 Log: Update to 3.15.0 Changes: https://github.com/simplejson/simplejson/blob/master/CHANGES.txt Modified: head/devel/py-simplejson/Makefile head/devel/py-simplejson/distinfo Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Sun May 13 20:10:39 2018 (r469823) +++ head/devel/py-simplejson/Makefile Sun May 13 20:10:45 2018 (r469824) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 3.14.0 +PORTVERSION= 3.15.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-simplejson/distinfo ============================================================================== --- head/devel/py-simplejson/distinfo Sun May 13 20:10:39 2018 (r469823) +++ head/devel/py-simplejson/distinfo Sun May 13 20:10:45 2018 (r469824) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524388737 -SHA256 (simplejson-3.14.0.tar.gz) = 1ebbd84c2d7512f7ba65df0b9cc3cbc1bbd6ef9eab39fc9389dfe7e3681f7bd2 -SIZE (simplejson-3.14.0.tar.gz) = 80112 +TIMESTAMP = 1526213369 +SHA256 (simplejson-3.15.0.tar.gz) = ad332f65d9551ceffc132d0a683f4ffd12e4bc7538681100190d577ced3473fb +SIZE (simplejson-3.15.0.tar.gz) = 80963 From owner-svn-ports-head@freebsd.org Sun May 13 20:10:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDA3CFD0473; Sun, 13 May 2018 20:10:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7817F7AB2A; Sun, 13 May 2018 20:10: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 43F94121DC; Sun, 13 May 2018 20:10: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 w4DKAvEJ096724; Sun, 13 May 2018 20:10:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKAubA096722; Sun, 13 May 2018 20:10:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKAubA096722@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, 13 May 2018 20:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469826 - head/security/rubygem-openssl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-openssl X-SVN-Commit-Revision: 469826 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:58 -0000 Author: sunpoet Date: Sun May 13 20:10:56 2018 New Revision: 469826 URL: https://svnweb.freebsd.org/changeset/ports/469826 Log: Update to 2.1.1 Changes: https://github.com/ruby/openssl/blob/master/History.md https://github.com/ruby/openssl/commits/master Modified: head/security/rubygem-openssl/Makefile head/security/rubygem-openssl/distinfo Modified: head/security/rubygem-openssl/Makefile ============================================================================== --- head/security/rubygem-openssl/Makefile Sun May 13 20:10:51 2018 (r469825) +++ head/security/rubygem-openssl/Makefile Sun May 13 20:10:56 2018 (r469826) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-openssl/distinfo ============================================================================== --- head/security/rubygem-openssl/distinfo Sun May 13 20:10:51 2018 (r469825) +++ head/security/rubygem-openssl/distinfo Sun May 13 20:10:56 2018 (r469826) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513266163 -SHA256 (rubygem/openssl-2.1.0.gem) = 00cb1081aff5c57b0f0597c054e07c6332f8bfafd8c5a42e1afe3dc80981b12b -SIZE (rubygem/openssl-2.1.0.gem) = 174592 +TIMESTAMP = 1526213391 +SHA256 (rubygem/openssl-2.1.1.gem) = c5f6fc91a7b9a3624a4d83b72d619139306aab957939050da10e1d24ad93b7ec +SIZE (rubygem/openssl-2.1.1.gem) = 174592 From owner-svn-ports-head@freebsd.org Sun May 13 20:10:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09C81FD0452; Sun, 13 May 2018 20:10: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 3BEDB7AA49; Sun, 13 May 2018 20:10: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 1967C121D7; Sun, 13 May 2018 20:10: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 w4DKApKK096598; Sun, 13 May 2018 20:10:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKAp87096596; Sun, 13 May 2018 20:10:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805132010.w4DKAp87096596@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, 13 May 2018 20:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469825 - head/devel/rubygem-eventmachine X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-eventmachine X-SVN-Commit-Revision: 469825 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:10:53 -0000 Author: sunpoet Date: Sun May 13 20:10:51 2018 New Revision: 469825 URL: https://svnweb.freebsd.org/changeset/ports/469825 Log: Update to 1.2.7 Changes: https://github.com/eventmachine/eventmachine/releases Modified: head/devel/rubygem-eventmachine/Makefile head/devel/rubygem-eventmachine/distinfo Modified: head/devel/rubygem-eventmachine/Makefile ============================================================================== --- head/devel/rubygem-eventmachine/Makefile Sun May 13 20:10:45 2018 (r469824) +++ head/devel/rubygem-eventmachine/Makefile Sun May 13 20:10:51 2018 (r469825) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eventmachine -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-eventmachine/distinfo ============================================================================== --- head/devel/rubygem-eventmachine/distinfo Sun May 13 20:10:45 2018 (r469824) +++ head/devel/rubygem-eventmachine/distinfo Sun May 13 20:10:51 2018 (r469825) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525195306 -SHA256 (rubygem/eventmachine-1.2.6.gem) = 20522e5545c44970623733679d3b7a7afff2b1ae0d79c79fad352760283c8720 -SIZE (rubygem/eventmachine-1.2.6.gem) = 247296 +TIMESTAMP = 1526213384 +SHA256 (rubygem/eventmachine-1.2.7.gem) = 994016e42aa041477ba9cff45cbe50de2047f25dd418eba003e84f0d16560972 +SIZE (rubygem/eventmachine-1.2.7.gem) = 247296 From owner-svn-ports-head@freebsd.org Sun May 13 20:19:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF093FD0B06; Sun, 13 May 2018 20:19:29 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 507387D7D6; Sun, 13 May 2018 20:19:29 +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 2BEA712350; Sun, 13 May 2018 20:19:29 +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 w4DKJSRV000228; Sun, 13 May 2018 20:19:28 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKJS8w000227; Sun, 13 May 2018 20:19:28 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805132019.w4DKJS8w000227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 13 May 2018 20:19:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469827 - head/security/keepassxc X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/security/keepassxc X-SVN-Commit-Revision: 469827 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:19:29 -0000 Author: tobik Date: Sun May 13 20:19:28 2018 New Revision: 469827 URL: https://svnweb.freebsd.org/changeset/ports/469827 Log: security/keepassxc: Unbreak build without BROWSER ===> Registering installation for keepassxc-2.3.1 pkg-static: Unable to access file /usr/ports/security/keepassxc/work/stage/usr/local/bin/keepassxc-proxy:No such file or directory *** Error code 74 PR: 228224 Submitted by: Dmitri Goutnik Modified: head/security/keepassxc/pkg-plist Modified: head/security/keepassxc/pkg-plist ============================================================================== --- head/security/keepassxc/pkg-plist Sun May 13 20:10:56 2018 (r469826) +++ head/security/keepassxc/pkg-plist Sun May 13 20:19:28 2018 (r469827) @@ -1,6 +1,6 @@ bin/keepassxc bin/keepassxc-cli -bin/keepassxc-proxy +%%BROWSER%%bin/keepassxc-proxy %%AUTOTYPE%%lib/keepassxc/libkeepassx-autotype-xcb.so man/man1/keepassxc-cli.1.gz share/applications/org.keepassxc.KeePassXC.desktop From owner-svn-ports-head@freebsd.org Sun May 13 20:30:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 149D6FD139A; Sun, 13 May 2018 20:30:05 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6AB97F902; Sun, 13 May 2018 20:30:04 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9968B124F2; Sun, 13 May 2018 20:30:04 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DKU41k005328; Sun, 13 May 2018 20:30:04 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKU3Ik005322; Sun, 13 May 2018 20:30:03 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201805132030.w4DKU3Ik005322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Sun, 13 May 2018 20:30:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469828 - head/www/node/files X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node/files X-SVN-Commit-Revision: 469828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:30:05 -0000 Author: bhughes Date: Sun May 13 20:30:03 2018 New Revision: 469828 URL: https://svnweb.freebsd.org/changeset/ports/469828 Log: www/node: fix build on i386 Add patch files missing from r469781, which ensure that the Node.js build on i386 falls back to the linux-elf OpenSSL config. PR: 228135 Reported by: Marcin Cieslak Added: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi (contents, props changed) head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi (contents, props changed) head/www/node/files/patch-deps_openssl_config_bn__conf__asm.h (contents, props changed) head/www/node/files/patch-deps_openssl_config_dso__conf__asm.h (contents, props changed) head/www/node/files/patch-deps_openssl_config_opensslconf__asm.h (contents, props changed) head/www/node/files/patch-deps_openssl_openssl__no__asm.gypi (contents, props changed) Added: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi Sun May 13 20:30:03 2018 (r469828) @@ -0,0 +1,15 @@ +--- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig 2018-05-11 12:05:05 UTC ++++ deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi +@@ -26,10 +26,10 @@ + 'POLY1305_ASM', + ], + 'openssl_cflags_linux-elf': [ +- '-Wall -O3 -pthread -DL_ENDIAN -fomit-frame-pointer', ++ '-Wall -O3 -pthread -DL_ENDIAN', + ], + 'openssl_ex_libs_linux-elf': [ +- '-ldl -pthread', ++ '', + ], + 'openssl_cli_srcs_linux-elf': [ + 'openssl/apps/app_rand.c', Added: head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi Sun May 13 20:30:03 2018 (r469828) @@ -0,0 +1,15 @@ +--- deps/openssl/config/archs/linux-elf/asm/openssl.gypi.orig 2018-05-11 12:05:18 UTC ++++ deps/openssl/config/archs/linux-elf/asm/openssl.gypi +@@ -681,10 +681,10 @@ + 'POLY1305_ASM', + ], + 'openssl_cflags_linux-elf': [ +- '-Wall -O3 -pthread -DL_ENDIAN -fomit-frame-pointer', ++ '-Wall -O3 -pthread -DL_ENDIAN', + ], + 'openssl_ex_libs_linux-elf': [ +- '-ldl -pthread', ++ '', + ], + }, + 'include_dirs': [ Added: head/www/node/files/patch-deps_openssl_config_bn__conf__asm.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_openssl_config_bn__conf__asm.h Sun May 13 20:30:03 2018 (r469828) @@ -0,0 +1,13 @@ +--- deps/openssl/config/bn_conf_asm.h.orig 2018-05-11 12:01:43 UTC ++++ deps/openssl/config/bn_conf_asm.h +@@ -21,8 +21,8 @@ + # include "./archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h" + #elif defined(_WIN32) && defined(_M_X64) + # include "./archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h" +-#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) +-# include "./archs/BSD-x86/asm/crypto/include/internal/bn_conf.h" ++//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) ++//# include "./archs/BSD-x86/asm/crypto/include/internal/bn_conf.h" + #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) + # include "./archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h" + #elif defined(__sun) && defined(__i386__) Added: head/www/node/files/patch-deps_openssl_config_dso__conf__asm.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_openssl_config_dso__conf__asm.h Sun May 13 20:30:03 2018 (r469828) @@ -0,0 +1,13 @@ +--- deps/openssl/config/dso_conf_asm.h.orig 2018-05-11 12:02:07 UTC ++++ deps/openssl/config/dso_conf_asm.h +@@ -21,8 +21,8 @@ + # include "./archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h" + #elif defined(_WIN32) && defined(_M_X64) + # include "./archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h" +-#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) +-# include "./archs/BSD-x86/asm/crypto/include/internal/dso_conf.h" ++//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) ++//# include "./archs/BSD-x86/asm/crypto/include/internal/dso_conf.h" + #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) + # include "./archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h" + #elif defined(__sun) && defined(__i386__) Added: head/www/node/files/patch-deps_openssl_config_opensslconf__asm.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_openssl_config_opensslconf__asm.h Sun May 13 20:30:03 2018 (r469828) @@ -0,0 +1,13 @@ +--- deps/openssl/config/opensslconf_asm.h.orig 2018-05-11 11:27:00 UTC ++++ deps/openssl/config/opensslconf_asm.h +@@ -108,8 +108,8 @@ + # include "./archs/VC-WIN32/asm/include/openssl/opensslconf.h" + #elif defined(_WIN32) && defined(_M_X64) + # include "./archs/VC-WIN64A/asm/include/openssl/opensslconf.h" +-#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) +-# include "./archs/BSD-x86/asm/include/openssl/opensslconf.h" ++//#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) ++//# include "./archs/BSD-x86/asm/include/openssl/opensslconf.h" + #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) + # include "./archs/BSD-x86_64/asm/include/openssl/opensslconf.h" + #elif defined(__sun) && defined(__i386__) Added: head/www/node/files/patch-deps_openssl_openssl__no__asm.gypi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-deps_openssl_openssl__no__asm.gypi Sun May 13 20:30:03 2018 (r469828) @@ -0,0 +1,11 @@ +--- deps/openssl/openssl_no_asm.gypi.orig 2018-05-11 12:27:27 UTC ++++ deps/openssl/openssl_no_asm.gypi +@@ -42,7 +42,7 @@ + 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], + }, { + # Other architectures don't use assembly +- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], ++ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'], + }], + ], + } From owner-svn-ports-head@freebsd.org Sun May 13 20:32:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96EEBFD1805; Sun, 13 May 2018 20:32:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45F9A80AA2; Sun, 13 May 2018 20:32: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 285CF12696; Sun, 13 May 2018 20:32: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 w4DKWhwa010183; Sun, 13 May 2018 20:32:43 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKWgHN010178; Sun, 13 May 2018 20:32:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805132032.w4DKWgHN010178@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 20:32:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469829 - in head/science: . py-gsd py-gsd/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-gsd py-gsd/files X-SVN-Commit-Revision: 469829 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:32:44 -0000 Author: yuri Date: Sun May 13 20:32:41 2018 New Revision: 469829 URL: https://svnweb.freebsd.org/changeset/ports/469829 Log: New port: science/py-gsd: GSD (General Simulation Data) file format for Python Added: head/science/py-gsd/ head/science/py-gsd/Makefile (contents, props changed) head/science/py-gsd/distinfo (contents, props changed) head/science/py-gsd/files/ head/science/py-gsd/files/patch-gsd_gsd.c (contents, props changed) head/science/py-gsd/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun May 13 20:30:03 2018 (r469828) +++ head/science/Makefile Sun May 13 20:32:41 2018 (r469829) @@ -169,6 +169,7 @@ SUBDIR += py-cdo SUBDIR += py-coards SUBDIR += py-dlib + SUBDIR += py-gsd SUBDIR += py-h5py SUBDIR += py-hcluster SUBDIR += py-mdp Added: head/science/py-gsd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-gsd/Makefile Sun May 13 20:32:41 2018 (r469829) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= gsd +DISTVERSION= 1.5.2 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= GSD (General Simulation Data) file format for Python + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} +BUILD_DEPENDS= ${PYNUMPY} + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/science/py-gsd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-gsd/distinfo Sun May 13 20:32:41 2018 (r469829) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526243034 +SHA256 (gsd-1.5.2.tar.gz) = 0ce73a9bc7b79968a2b96cc2b0934e2cbe11700adbd02b4b492fea1e3d4d51f4 +SIZE (gsd-1.5.2.tar.gz) = 198774 Added: head/science/py-gsd/files/patch-gsd_gsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-gsd/files/patch-gsd_gsd.c Sun May 13 20:32:41 2018 (r469829) @@ -0,0 +1,10 @@ +--- gsd/gsd.c.orig 2018-05-13 20:11:47 UTC ++++ gsd/gsd.c +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + + #include "gsd.h" + Added: head/science/py-gsd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-gsd/pkg-descr Sun May 13 20:32:41 2018 (r469829) @@ -0,0 +1,22 @@ +A library to read and write GSD (General Simulation Data) file format. + +The package also contains a python module that reads and writes hoomd +schema gsd files with an easy to use syntax. + +Features: +* Efficiently store many frames of data from simulation runs. +* High performance file read and write. +* Support arbitrary chunks of data in each frame (position, orientation, + type, etc...). +* Append frames to an existing file with a monotonically increasing frame + number. +* Resilient to job kills. +* Variable number of named chunks in each frame. +* Variable size of chunks in each frame. +* Each chunk identifies data type. +* Common use cases: NxM arrays in double, float, int, char types. +* Generic use case: binary blob of N bytes. +* Easy to integrate into other tools with python, or a C API (< 1k lines). +* Fast random access to frames. + +WWW: https://bitbucket.org/glotzer/gsd From owner-svn-ports-head@freebsd.org Sun May 13 20:51:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F5F3FD26F7; Sun, 13 May 2018 20:51:29 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B43B83E17; Sun, 13 May 2018 20:51:29 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C9851296A; Sun, 13 May 2018 20:51:29 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DKpS8G016523; Sun, 13 May 2018 20:51:28 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKpS9H016522; Sun, 13 May 2018 20:51:28 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201805132051.w4DKpS9H016522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 13 May 2018 20:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469830 - head/devel/tcl-trf X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/tcl-trf X-SVN-Commit-Revision: 469830 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:51:29 -0000 Author: dbaio Date: Sun May 13 20:51:28 2018 New Revision: 469830 URL: https://svnweb.freebsd.org/changeset/ports/469830 Log: devel/tcl-trf: Add LICENSE Strip libTrf2.1.4.so (Q/A warning) PR: 228179 Submitted by: Chris Hutchinson Approved by: portmgr (blanket) Modified: head/devel/tcl-trf/Makefile Modified: head/devel/tcl-trf/Makefile ============================================================================== --- head/devel/tcl-trf/Makefile Sun May 13 20:32:41 2018 (r469829) +++ head/devel/tcl-trf/Makefile Sun May 13 20:51:28 2018 (r469830) @@ -12,6 +12,11 @@ DISTNAME= trf${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= Data conversion, digests, compression, error-correction for Tcl +LICENSE= Tcl_Trf_License +LICENSE_NAME= Tcl Trf License +LICENSE_FILE= ${WRKSRC}/doc/license.terms +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= use of undeclared identifier 'SHA_Init' @@ -60,6 +65,7 @@ do-install: do \ ${INSTALL_MAN} $$m ${STAGEDIR}${MANNPREFIX}/man/mann/ ;\ done + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/Trf/libTrf${PORTVERSION}.so do-test: @if ! ${PKG_BIN} info --quiet tcl-memchan; then \ From owner-svn-ports-head@freebsd.org Sun May 13 20:55:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72041FD2A67; Sun, 13 May 2018 20:55:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 250D086207; Sun, 13 May 2018 20:55:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05368129C4; Sun, 13 May 2018 20:55:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DKt8TV020586; Sun, 13 May 2018 20:55:08 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DKt8mp020583; Sun, 13 May 2018 20:55:08 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201805132055.w4DKt8mp020583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 13 May 2018 20:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469831 - head/lang/clojure-mode.el X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/lang/clojure-mode.el X-SVN-Commit-Revision: 469831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 20:55:09 -0000 Author: dbaio Date: Sun May 13 20:55:08 2018 New Revision: 469831 URL: https://svnweb.freebsd.org/changeset/ports/469831 Log: lang/clojure-mode.el: Update to 5.7.0 While here, update LICENSE and improve pkg-descr, WWW wasn't pointing to the project address. Changes: https://github.com/clojure-emacs/clojure-mode/blob/5.7.0/CHANGELOG.md#570-2018-04-29 PR: 227884 Submitted by: harrigan-s@outlook.com (maintainer) Modified: head/lang/clojure-mode.el/Makefile head/lang/clojure-mode.el/distinfo head/lang/clojure-mode.el/pkg-descr Modified: head/lang/clojure-mode.el/Makefile ============================================================================== --- head/lang/clojure-mode.el/Makefile Sun May 13 20:51:28 2018 (r469830) +++ head/lang/clojure-mode.el/Makefile Sun May 13 20:55:08 2018 (r469831) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clojure-mode.el -PORTVERSION= 5.6.1 -PORTREVISION= 2 +PORTVERSION= 5.7.0 PORTEPOCH= 1 CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -11,7 +10,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= harrigan-s@outlook.com COMMENT= Emacs lisp module for the Clojure language -LICENSE= GPLv3 +LICENSE= GPLv3+ USES= emacs USE_GITHUB= yes Modified: head/lang/clojure-mode.el/distinfo ============================================================================== --- head/lang/clojure-mode.el/distinfo Sun May 13 20:51:28 2018 (r469830) +++ head/lang/clojure-mode.el/distinfo Sun May 13 20:55:08 2018 (r469831) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504373372 -SHA256 (clojure-emacs-clojure-mode-5.6.1_GH0.tar.gz) = 08e1101519bdcb65a7b4c2729f6ed6d15a42ce75b81efb2381cf17cf2c0c93b8 -SIZE (clojure-emacs-clojure-mode-5.6.1_GH0.tar.gz) = 47986 +TIMESTAMP = 1526217523 +SHA256 (clojure-emacs-clojure-mode-5.7.0_GH0.tar.gz) = 6eaf0a8a9fc2361fdac2e0b49dde2e988ece7df2891818110992442e235e5619 +SIZE (clojure-emacs-clojure-mode-5.7.0_GH0.tar.gz) = 54438 Modified: head/lang/clojure-mode.el/pkg-descr ============================================================================== --- head/lang/clojure-mode.el/pkg-descr Sun May 13 20:51:28 2018 (r469830) +++ head/lang/clojure-mode.el/pkg-descr Sun May 13 20:55:08 2018 (r469831) @@ -1,4 +1,5 @@ -clojure-mode is an emacs editing mode for the clojure -(www.clojure.org) programming language. +Clojure Mode is an Emacs editing mode. It provides Emacs font-lock, +indentation, navigation and refactoring for the Clojure(Script) programming +language (https://clojure.org/). -WWW: http://clojure.codestuffs.com/ +WWW: https://github.com/clojure-emacs/clojure-mode From owner-svn-ports-head@freebsd.org Sun May 13 21:00:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DEE7FD2F49; Sun, 13 May 2018 21:00:44 +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 14DC2869BA; Sun, 13 May 2018 21:00:44 +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 EBB76129E6; Sun, 13 May 2018 21:00:43 +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 w4DL0hbW020954; Sun, 13 May 2018 21:00:43 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DL0hrF020953; Sun, 13 May 2018 21:00:43 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201805132100.w4DL0hrF020953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 13 May 2018 21:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469832 - head/lang/gcc47 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc47 X-SVN-Commit-Revision: 469832 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 21:00:44 -0000 Author: gerald Date: Sun May 13 21:00:43 2018 New Revision: 469832 URL: https://svnweb.freebsd.org/changeset/ports/469832 Log: Add an EXPIRATION_DATE of 2018-07-13 since this version of GCC will not have been maintained upstream for more than three years by then. It also is not used anywhere in the FreeBSD Ports tree. Modified: head/lang/gcc47/Makefile Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun May 13 20:55:08 2018 (r469831) +++ head/lang/gcc47/Makefile Sun May 13 21:00:43 2018 (r469832) @@ -16,6 +16,7 @@ LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead. +EXPIRATION_DATE=2018-07-13 ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ From owner-svn-ports-head@freebsd.org Sun May 13 21:13:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6179FD42E9; Sun, 13 May 2018 21:13:46 +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 93D346A0A8; Sun, 13 May 2018 21:13:46 +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 72B5012D0D; Sun, 13 May 2018 21:13:46 +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 w4DLDkGZ030498; Sun, 13 May 2018 21:13:46 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DLDj7h030495; Sun, 13 May 2018 21:13:45 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201805132113.w4DLDj7h030495@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: Sun, 13 May 2018 21:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469833 - in head/graphics/imv: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/graphics/imv: . files X-SVN-Commit-Revision: 469833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 21:13:47 -0000 Author: fernape Date: Sun May 13 21:13:45 2018 New Revision: 469833 URL: https://svnweb.freebsd.org/changeset/ports/469833 Log: Update graphics/imv to 3.0.0 * Use DISTVERSION instead PORTVERSION * Remove custom do-install target PR: 227097 Reported by: lebarondemerde@privacychain.ch Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15397 Added: head/graphics/imv/files/ head/graphics/imv/files/patch-Makefile (contents, props changed) Modified: head/graphics/imv/Makefile head/graphics/imv/distinfo Modified: head/graphics/imv/Makefile ============================================================================== --- head/graphics/imv/Makefile Sun May 13 21:00:43 2018 (r469832) +++ head/graphics/imv/Makefile Sun May 13 21:13:45 2018 (r469833) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= imv -PORTVERSION= 2.1.3 DISTVERSIONPREFIX= v +DISTVERSION= 3.0.0 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org @@ -11,6 +11,7 @@ COMMENT= Simple image viewer LICENSE= GPLv2 +BUILD_DEPENDS= asciidoc:textproc/asciidoc LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreeimage.so:graphics/freeimage TEST_DEPENDS= ${LOCALBASE}/lib/libcmocka.so:sysutils/cmocka @@ -27,15 +28,9 @@ TEST_TARGET= check MAKE_ARGS= V=1 PLIST_FILES= bin/imv \ + etc/imv_config \ man/man1/imv.1.gz \ + man/man5/imv.5.gz \ share/applications/imv.desktop - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/build/imv \ - ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/files/imv.desktop \ - ${STAGEDIR}${PREFIX}/share/applications - ${INSTALL_MAN} ${WRKSRC}/doc/imv.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Modified: head/graphics/imv/distinfo ============================================================================== --- head/graphics/imv/distinfo Sun May 13 21:00:43 2018 (r469832) +++ head/graphics/imv/distinfo Sun May 13 21:13:45 2018 (r469833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477141222 -SHA256 (eXeC64-imv-v2.1.3_GH0.tar.gz) = f0b9acd7cff1d2f7301cb5cffb261ace4d0af2003dc4a293d9a37e73074978b7 -SIZE (eXeC64-imv-v2.1.3_GH0.tar.gz) = 27664 +TIMESTAMP = 1525879303 +SHA256 (eXeC64-imv-v3.0.0_GH0.tar.gz) = 51c3fc49b4db8b13f55816a502b68f4f660a8dfccd109cdea5af23cc9f613fad +SIZE (eXeC64-imv-v3.0.0_GH0.tar.gz) = 42611 Added: head/graphics/imv/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/imv/files/patch-Makefile Sun May 13 21:13:45 2018 (r469833) @@ -0,0 +1,31 @@ +--- Makefile.orig 2018-05-08 20:17:30 UTC ++++ Makefile +@@ -2,9 +2,9 @@ + + PREFIX ?= /usr + BINPREFIX ?= $(PREFIX)/bin +-MANPREFIX ?= $(PREFIX)/share/man ++MANPREFIX ?= $(PREFIX)/man + DATAPREFIX ?= $(PREFIX)/share +-CONFIGPREFIX ?= /etc ++CONFIGPREFIX ?= $(PREFIX)/etc + + CFLAGS ?= -W -Wall -pedantic -Wmissing-prototypes + CFLAGS += -std=c99 +@@ -56,11 +56,11 @@ doc/%: doc/%.txt + a2x --no-xmllint --doctype manpage --format manpage $< + + install: $(TARGET) doc +- install -D -m 0755 $(TARGET) $(DESTDIR)$(BINPREFIX)/imv +- install -D -m 0644 doc/imv.1 $(DESTDIR)$(MANPREFIX)/man1/imv.1 +- install -D -m 0644 doc/imv.5 $(DESTDIR)$(MANPREFIX)/man5/imv.5 +- install -D -m 0644 files/imv.desktop $(DESTDIR)$(DATAPREFIX)/applications/imv.desktop +- install -D -m 0644 files/imv_config $(DESTDIR)$(CONFIGPREFIX)/imv_config ++ install -m 0755 $(TARGET) $(DESTDIR)$(BINPREFIX)/imv ++ install -m 0644 doc/imv.1 $(DESTDIR)$(MANPREFIX)/man/man1/imv.1 ++ install -m 0644 doc/imv.5 $(DESTDIR)$(MANPREFIX)/man/man5/imv.5 ++ install -m 0644 files/imv.desktop $(DESTDIR)$(DATAPREFIX)/applications/imv.desktop ++ install -m 0644 files/imv_config $(DESTDIR)$(CONFIGPREFIX)/imv_config + + uninstall: + $(RM) $(DESTDIR)$(BINPREFIX)/imv From owner-svn-ports-head@freebsd.org Sun May 13 21:46:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AAB4FD5BC7; Sun, 13 May 2018 21:46:08 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9DBB7161F; Sun, 13 May 2018 21:46:07 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A883D131F1; Sun, 13 May 2018 21:46:07 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DLk7Bu045650; Sun, 13 May 2018 21:46:07 GMT (envelope-from kan@FreeBSD.org) Received: (from kan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DLk6uL045642; Sun, 13 May 2018 21:46:06 GMT (envelope-from kan@FreeBSD.org) Message-Id: <201805132146.w4DLk6uL045642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kan set sender to kan@FreeBSD.org using -f From: Alexander Kabaev Date: Sun, 13 May 2018 21:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469834 - in head/devel: aarch64-gcc aarch64-none-elf-gcc arm-none-eabi-gcc mips-gcc mips64-gcc powerpc64-gcc powerpc64-gcc/files sparc64-gcc X-SVN-Group: ports-head X-SVN-Commit-Author: kan X-SVN-Commit-Paths: in head/devel: aarch64-gcc aarch64-none-elf-gcc arm-none-eabi-gcc mips-gcc mips64-gcc powerpc64-gcc powerpc64-gcc/files sparc64-gcc X-SVN-Commit-Revision: 469834 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 21:46:08 -0000 Author: kan Date: Sun May 13 21:46:05 2018 New Revision: 469834 URL: https://svnweb.freebsd.org/changeset/ports/469834 Log: Upgrade ext-toolchain GCC ports to GCC 6.4.0 This is the latest supported release in GCC 6.x series. Drop aarch64 support patch - it has been committed upstream. Enable ifunc suppport by default. PR: 228161 Reviewed by: bapt (update part) Differential Revision: https://reviews.freebsd.org/D13602 Deleted: head/devel/powerpc64-gcc/files/patch-aarch64-support head/devel/powerpc64-gcc/files/patch-gcc_ubsan.c Modified: head/devel/aarch64-gcc/Makefile head/devel/aarch64-none-elf-gcc/Makefile head/devel/arm-none-eabi-gcc/Makefile head/devel/mips-gcc/Makefile head/devel/mips64-gcc/Makefile head/devel/powerpc64-gcc/Makefile head/devel/powerpc64-gcc/distinfo head/devel/sparc64-gcc/Makefile Modified: head/devel/aarch64-gcc/Makefile ============================================================================== --- head/devel/aarch64-gcc/Makefile Sun May 13 21:13:45 2018 (r469833) +++ head/devel/aarch64-gcc/Makefile Sun May 13 21:46:05 2018 (r469834) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 PKGNAMEPREFIX= aarch64- PLIST= ${.CURDIR}/pkg-plist Modified: head/devel/aarch64-none-elf-gcc/Makefile ============================================================================== --- head/devel/aarch64-none-elf-gcc/Makefile Sun May 13 21:13:45 2018 (r469833) +++ head/devel/aarch64-none-elf-gcc/Makefile Sun May 13 21:46:05 2018 (r469834) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 PKGNAMEPREFIX= aarch64-none-elf- COMMENT= GNU Compiler Collection for bare metal arm cross-development GCC_TARGET= aarch64-none-elf Modified: head/devel/arm-none-eabi-gcc/Makefile ============================================================================== --- head/devel/arm-none-eabi-gcc/Makefile Sun May 13 21:13:45 2018 (r469833) +++ head/devel/arm-none-eabi-gcc/Makefile Sun May 13 21:46:05 2018 (r469834) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 PKGNAMEPREFIX= arm-none-eabi- COMMENT= GNU Compiler Collection for bare metal arm cross-development GCC_TARGET= arm-none-eabi Modified: head/devel/mips-gcc/Makefile ============================================================================== --- head/devel/mips-gcc/Makefile Sun May 13 21:13:45 2018 (r469833) +++ head/devel/mips-gcc/Makefile Sun May 13 21:46:05 2018 (r469834) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 PKGNAMEPREFIX= mips- PLIST= ${.CURDIR}/pkg-plist Modified: head/devel/mips64-gcc/Makefile ============================================================================== --- head/devel/mips64-gcc/Makefile Sun May 13 21:13:45 2018 (r469833) +++ head/devel/mips64-gcc/Makefile Sun May 13 21:46:05 2018 (r469834) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 PKGNAMEPREFIX= mips64- PLIST= ${.CURDIR}/pkg-plist Modified: head/devel/powerpc64-gcc/Makefile ============================================================================== --- head/devel/powerpc64-gcc/Makefile Sun May 13 21:13:45 2018 (r469833) +++ head/devel/powerpc64-gcc/Makefile Sun May 13 21:46:05 2018 (r469834) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.3.0 -PORTREVISION= 5 +PORTVERSION= 6.4.0 CATEGORIES= devel MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMEPREFIX?= powerpc64- @@ -19,7 +18,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ BUILD_DEPENDS= ${BU_PREFIX}-as:devel/${PKGNAMEPREFIX}binutils RUN_DEPENDS= ${BU_PREFIX}-as:devel/${PKGNAMEPREFIX}binutils -USES= gmake iconv libtool tar:bzip2 makeinfo compiler +USES= gmake iconv libtool tar:xz makeinfo compiler PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \ OPSYS=${OPSYS:tl} \ GCC_TARGET=${GCC_TARGET} \ @@ -42,6 +41,7 @@ TARGETARCH=${PKGNAMEPREFIX:C/-//g} GNU_CONFIGURE= yes CONFIGURE_OUTSOURCE= yes CONFIGURE_ARGS+=--target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \ + --enable-gnu-indirect-function \ --without-headers \ --with-gmp=${LOCALBASE} \ --with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \ Modified: head/devel/powerpc64-gcc/distinfo ============================================================================== --- head/devel/powerpc64-gcc/distinfo Sun May 13 21:13:45 2018 (r469833) +++ head/devel/powerpc64-gcc/distinfo Sun May 13 21:46:05 2018 (r469834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482670316 -SHA256 (gcc-6.3.0.tar.bz2) = f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f -SIZE (gcc-6.3.0.tar.bz2) = 99903185 +TIMESTAMP = 1514072608 +SHA256 (gcc-6.4.0.tar.xz) = 850bf21eafdfe5cd5f6827148184c08c4a0852a37ccf36ce69855334d2c914d4 +SIZE (gcc-6.4.0.tar.xz) = 76156220 Modified: head/devel/sparc64-gcc/Makefile ============================================================================== --- head/devel/sparc64-gcc/Makefile Sun May 13 21:13:45 2018 (r469833) +++ head/devel/sparc64-gcc/Makefile Sun May 13 21:46:05 2018 (r469834) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist From owner-svn-ports-head@freebsd.org Sun May 13 22:30:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F145BFD7638; Sun, 13 May 2018 22: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 A1364797A3; Sun, 13 May 2018 22:30:00 +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 830CD13862; Sun, 13 May 2018 22:30:00 +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 w4DMU0Jv065866; Sun, 13 May 2018 22:30:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DMU0jP065865; Sun, 13 May 2018 22:30:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805132230.w4DMU0jP065865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 22:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469835 - head/biology/py-biopython X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/biology/py-biopython X-SVN-Commit-Revision: 469835 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 22:30:01 -0000 Author: yuri Date: Sun May 13 22:30:00 2018 New Revision: 469835 URL: https://svnweb.freebsd.org/changeset/ports/469835 Log: biology/py-biopython: Unbreak on python3; Add license Two items prevented python3 compatibility: * Breakage of ASCII codec due to non-ascii characters in README: https://github.com/biopython/biopython/issues/1649 * The outdated dependency: print/py-reportlab1 instead of the modern version 3.X print/py-reportlab Port changes: * USES=python:2.7 -> USES=python * Add pre-configure that clears the README file * Add LICENSE/LICENSE_FILE Testing: * Ran the tutorial testcase http://biopython.org/DIST/docs/tutorial/Tutorial.html, particularly pdf writing through print/py-reportlab worked fine. Asked the upstream to clarify the acceptable dependency version: https://github.com/biopython/biopython/issues/1650 Approved by: portmgr blanket (unbreak for python3; add license) Modified: head/biology/py-biopython/Makefile Modified: head/biology/py-biopython/Makefile ============================================================================== --- head/biology/py-biopython/Makefile Sun May 13 21:46:05 2018 (r469834) +++ head/biology/py-biopython/Makefile Sun May 13 22:30:00 2018 (r469835) @@ -3,6 +3,7 @@ PORTNAME= biopython PORTVERSION= 1.71 +PORTREVISION= 1 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/DIST/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,16 +11,22 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mauricio@arareko.net COMMENT= Collection of Python modules for bioinformatics +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:2.7 +USES= python USE_PYTHON= distutils autoplist OPTIONS_DEFINE= REPORTLAB OPTIONS_DEFAULT= REPORTLAB REPORTLAB_DESC= PDF support in Bio.Graphics module -REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab1>0:print/py-reportlab1@${FLAVOR} +REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${FLAVOR} + +pre-configure: # unbreak for python3: README.rst can't be decoded with the ascii codec: https://github.com/biopython/biopython/issues/1649 + @truncate -s 0 ${WRKSRC}/README.rst .include From owner-svn-ports-head@freebsd.org Sun May 13 22:55:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 466A0FD87A8; Sun, 13 May 2018 22:55:35 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E69E97F265; Sun, 13 May 2018 22:55:34 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7E2213D5D; Sun, 13 May 2018 22:55:34 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DMtYFl081925; Sun, 13 May 2018 22:55:34 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DMtY1o081924; Sun, 13 May 2018 22:55:34 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201805132255.w4DMtY1o081924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 13 May 2018 22:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469836 - head/www/analog X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/www/analog X-SVN-Commit-Revision: 469836 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 22:55:35 -0000 Author: dbaio Date: Sun May 13 22:55:34 2018 New Revision: 469836 URL: https://svnweb.freebsd.org/changeset/ports/469836 Log: www/analog: Fix MASTER_SITES PR: 228035 Reported by: dewayne@heuristicsystems.com.au Modified: head/www/analog/Makefile Modified: head/www/analog/Makefile ============================================================================== --- head/www/analog/Makefile Sun May 13 22:30:00 2018 (r469835) +++ head/www/analog/Makefile Sun May 13 22:55:34 2018 (r469836) @@ -6,11 +6,8 @@ PORTVERSION= 6.0 PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= http://www.analog.cx/ \ - http://analog.gsp.com/ \ - http://fossies.org/unix/www/ \ - ftp://ftp.polytechnic.edu.na/pub/analog/ \ - http://analog.tzone.it/ +MASTER_SITES= http://analog.gsp.com/ \ + http://fossies.org/unix/www/old/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast program for analysing WWW logfiles From owner-svn-ports-head@freebsd.org Sun May 13 23:09:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAE1BFD9251; Sun, 13 May 2018 23:09:46 +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 5B52F82120; Sun, 13 May 2018 23:09: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 376D113F34; Sun, 13 May 2018 23:09: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 w4DN9jqe087581; Sun, 13 May 2018 23:09:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DN9j41087577; Sun, 13 May 2018 23:09:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805132309.w4DN9j41087577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 23:09:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469837 - in head/textproc: . py-rnc2rng X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . py-rnc2rng X-SVN-Commit-Revision: 469837 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 23:09:47 -0000 Author: yuri Date: Sun May 13 23:09:45 2018 New Revision: 469837 URL: https://svnweb.freebsd.org/changeset/ports/469837 Log: New port: textproc/py-rnc2rng: RELAX NG Compact to regular syntax conversion library I couldn't find a more detailed descriprion for pkg-descr. I asked the upstream maintainer to add description. Added: head/textproc/py-rnc2rng/ head/textproc/py-rnc2rng/Makefile (contents, props changed) head/textproc/py-rnc2rng/distinfo (contents, props changed) head/textproc/py-rnc2rng/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 13 22:55:34 2018 (r469836) +++ head/textproc/Makefile Sun May 13 23:09:45 2018 (r469837) @@ -1367,6 +1367,7 @@ SUBDIR += py-rdflib SUBDIR += py-regex SUBDIR += py-reverend + SUBDIR += py-rnc2rng SUBDIR += py-rss2gen SUBDIR += py-rst2html5 SUBDIR += py-rstyoutube Added: head/textproc/py-rnc2rng/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-rnc2rng/Makefile Sun May 13 23:09:45 2018 (r469837) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= rnc2rng +DISTVERSION= 2.6 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= RELAX NG Compact to regular syntax conversion library + +LICENSE= PD + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rply>0:devel/py-rply@${FLAVOR} + +USES= python +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes + +.include Added: head/textproc/py-rnc2rng/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-rnc2rng/distinfo Sun May 13 23:09:45 2018 (r469837) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526252275 +SHA256 (rnc2rng-2.6.tar.gz) = 81a48b26f621f5010a0f550825356d0440c4dae88027ed6a8dffd7a303b1cc53 +SIZE (rnc2rng-2.6.tar.gz) = 14114 Added: head/textproc/py-rnc2rng/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-rnc2rng/pkg-descr Sun May 13 23:09:45 2018 (r469837) @@ -0,0 +1,3 @@ +RELAX NG Compact to regular syntax conversion library. + +WWW: https://github.com/djc/rnc2rng From owner-svn-ports-head@freebsd.org Sun May 13 23:37:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45A98FDA3BC; Sun, 13 May 2018 23:37: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 EC2786A43D; Sun, 13 May 2018 23:37: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 CDEF514408; Sun, 13 May 2018 23:37: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 w4DNbYGJ002683; Sun, 13 May 2018 23:37:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DNbXWx002679; Sun, 13 May 2018 23:37:33 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805132337.w4DNbXWx002679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 23:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469838 - in head/textproc: . py-citeproc-py py-citeproc-py/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . py-citeproc-py py-citeproc-py/files X-SVN-Commit-Revision: 469838 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 23:37:35 -0000 Author: yuri Date: Sun May 13 23:37:33 2018 New Revision: 469838 URL: https://svnweb.freebsd.org/changeset/ports/469838 Log: New port: textproc/py-citeproc-py: Citation Style Language (CSL) processor for Python Added: head/textproc/py-citeproc-py/ head/textproc/py-citeproc-py/Makefile (contents, props changed) head/textproc/py-citeproc-py/distinfo (contents, props changed) head/textproc/py-citeproc-py/files/ head/textproc/py-citeproc-py/files/patch-setup.py (contents, props changed) head/textproc/py-citeproc-py/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 13 23:09:45 2018 (r469837) +++ head/textproc/Makefile Sun May 13 23:37:33 2018 (r469838) @@ -1278,6 +1278,7 @@ SUBDIR += py-bibtexparser SUBDIR += py-bugzillatools SUBDIR += py-chardet + SUBDIR += py-citeproc-py SUBDIR += py-cjkwrap SUBDIR += py-cloud_sptheme SUBDIR += py-colorclass Added: head/textproc/py-citeproc-py/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py/Makefile Sun May 13 23:37:33 2018 (r469838) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= citeproc-py +DISTVERSION= 0.4.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Citation Style Language (CSL) processor for Python + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rnc2rng>=2.2:textproc/py-rnc2rng@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} + +USES= python +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes + +.include Added: head/textproc/py-citeproc-py/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py/distinfo Sun May 13 23:37:33 2018 (r469838) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526252111 +SHA256 (citeproc-py-0.4.0.tar.gz) = ed513dbc76f782b5e98126d6bebbd1284841fcf199ec9dda552e2bce864adadf +SIZE (citeproc-py-0.4.0.tar.gz) = 109786 Added: head/textproc/py-citeproc-py/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py/files/patch-setup.py Sun May 13 23:37:33 2018 (r469838) @@ -0,0 +1,19 @@ +--- setup.py.orig 2017-06-23 13:08:27 UTC ++++ setup.py +@@ -29,7 +29,7 @@ os.chdir(BASE_PATH) + # inspired by http://dcreager.net/2010/02/10/setuptools-git-version-numbers/ + try: + print('Attempting to get version number from git...') +- git = Popen(['git', 'describe', '--always', '--dirty'], ++ git = Popen(['/usr/bin/false', 'describe', '--always', '--dirty'], + stdout=PIPE, stderr=sys.stderr) + if git.wait() != 0: + raise OSError +@@ -85,7 +85,6 @@ setup( + name='citeproc-py', + version=__version__, + cmdclass = dict(build_py=custom_build_py, develop=custom_develop), +- packages=find_packages(), + package_data={PACKAGE: ['data/locales/*.xml', + 'data/schema/*.rng', + 'data/styles/*.csl']}, Added: head/textproc/py-citeproc-py/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py/pkg-descr Sun May 13 23:37:33 2018 (r469838) @@ -0,0 +1,7 @@ +Python implementation of the Citation Style Language (CSL). It is currently +far from complete, and may just be experiment. + +The goal is a Python CSL implementation that includes a good test foundation, +and is easy to integrate into different contexts. + +WWW: https://github.com/bdarcus/citeproc-py From owner-svn-ports-head@freebsd.org Sun May 13 23:56:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E261FDB013; Sun, 13 May 2018 23:56: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 335666FCD6; Sun, 13 May 2018 23:56: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 EE84D1475E; Sun, 13 May 2018 23:56:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4DNuVQC013016; Sun, 13 May 2018 23:56:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4DNuVcb013013; Sun, 13 May 2018 23:56:31 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805132356.w4DNuVcb013013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 13 May 2018 23:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469839 - in head/textproc: . py-citeproc-py-styles X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . py-citeproc-py-styles X-SVN-Commit-Revision: 469839 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 23:56:32 -0000 Author: yuri Date: Sun May 13 23:56:30 2018 New Revision: 469839 URL: https://svnweb.freebsd.org/changeset/ports/469839 Log: New port: textproc/py-citeproc-py-styles: Static resources package for citeproc-py Added: head/textproc/py-citeproc-py-styles/ head/textproc/py-citeproc-py-styles/Makefile (contents, props changed) head/textproc/py-citeproc-py-styles/distinfo (contents, props changed) head/textproc/py-citeproc-py-styles/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 13 23:37:33 2018 (r469838) +++ head/textproc/Makefile Sun May 13 23:56:30 2018 (r469839) @@ -1279,6 +1279,7 @@ SUBDIR += py-bugzillatools SUBDIR += py-chardet SUBDIR += py-citeproc-py + SUBDIR += py-citeproc-py-styles SUBDIR += py-cjkwrap SUBDIR += py-cloud_sptheme SUBDIR += py-colorclass Added: head/textproc/py-citeproc-py-styles/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py-styles/Makefile Sun May 13 23:56:30 2018 (r469839) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= citeproc-py-styles +DISTVERSION= 0.1.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Static resources package for citeproc-py + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.6.2:devel/py-pytest-runner@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.6.0:devel/py-lxml@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/textproc/py-citeproc-py-styles/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py-styles/distinfo Sun May 13 23:56:30 2018 (r469839) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526254803 +SHA256 (citeproc-py-styles-0.1.1.tar.gz) = 3856920968f1c5873bff2e85e4753131797f27a034c59f2b2e8dd625f1732a69 +SIZE (citeproc-py-styles-0.1.1.tar.gz) = 1809419 Added: head/textproc/py-citeproc-py-styles/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py-styles/pkg-descr Sun May 13 23:56:30 2018 (r469839) @@ -0,0 +1,5 @@ +This module is meant to be used as a static resources package, in order to +make it easy to include the required Citation Style files (.csl) when using +citeproc-py. + +WWW: https://github.com/inveniosoftware/citeproc-py-styles From owner-svn-ports-head@freebsd.org Mon May 14 00:08:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99D23FDBB69; Mon, 14 May 2018 00: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 3DD2F72A10; Mon, 14 May 2018 00: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 2005014910; Mon, 14 May 2018 00: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 w4E0899j018343; Mon, 14 May 2018 00:08:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E089YP018338; Mon, 14 May 2018 00:08:09 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805140008.w4E089YP018338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 14 May 2018 00:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469840 - in head/textproc: . py-duecredit py-duecredit/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . py-duecredit py-duecredit/files X-SVN-Commit-Revision: 469840 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 00:08:11 -0000 Author: yuri Date: Mon May 14 00:08:08 2018 New Revision: 469840 URL: https://svnweb.freebsd.org/changeset/ports/469840 Log: New port: textproc/py-duecredit: Embed scientific publication or other references in the original code Added: head/textproc/py-duecredit/ head/textproc/py-duecredit/Makefile (contents, props changed) head/textproc/py-duecredit/distinfo (contents, props changed) head/textproc/py-duecredit/files/ head/textproc/py-duecredit/files/patch-setup.py (contents, props changed) head/textproc/py-duecredit/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 13 23:56:30 2018 (r469839) +++ head/textproc/Makefile Mon May 14 00:08:08 2018 (r469840) @@ -1289,6 +1289,7 @@ SUBDIR += py-diff-match-patch SUBDIR += py-docutils SUBDIR += py-dsv + SUBDIR += py-duecredit SUBDIR += py-elasticsearch SUBDIR += py-elasticsearch-async SUBDIR += py-elasticsearch5 Added: head/textproc/py-duecredit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-duecredit/Makefile Mon May 14 00:08:08 2018 (r469840) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= duecredit +DISTVERSION= 0.6.3 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Embed scientific publication or other references in the original code + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}citeproc-py>=0.4:textproc/py-citeproc-py@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes + +.include Added: head/textproc/py-duecredit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-duecredit/distinfo Mon May 14 00:08:08 2018 (r469840) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526251833 +SHA256 (duecredit-0.6.3.tar.gz) = 93b84a0333b9f6985f025f5f7daa049e0d4081ebde54905ef4d97a5f36b4df17 +SIZE (duecredit-0.6.3.tar.gz) = 416360 Added: head/textproc/py-duecredit/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-duecredit/files/patch-setup.py Mon May 14 00:08:08 2018 (r469840) @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-05-14 00:01:07 UTC ++++ setup.py +@@ -39,7 +39,7 @@ try: + list(filter(lambda x: x.startswith(' -- '), lines))[0].rstrip()) + else: + print('Attempting to get version number from git...') +- git = Popen(['git', 'describe', '--abbrev=4', '--dirty'], ++ git = Popen(['false', 'describe', '--abbrev=4', '--dirty'], + stdout=PIPE, stderr=sys.stderr) + if git.wait() != 0: + raise OSError Added: head/textproc/py-duecredit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-duecredit/pkg-descr Mon May 14 00:08:08 2018 (r469840) @@ -0,0 +1,11 @@ +duecredit is being conceived to address the problem of inadequate citation of +scientific software and methods, and limited visibility of donation requests +for open-source software. + +It provides a simple framework (at the moment for Python only) to embed +publication or other references in the original code so they are automatically +collected and reported to the user at the necessary level of reference detail, +i.e. only references for actually used functionality will be presented back if +software provides multiple citeable implementations. + +WWW: https://github.com/duecredit/duecredit From owner-svn-ports-head@freebsd.org Mon May 14 00:15:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A822AFDC1F7; Mon, 14 May 2018 00:15:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59AE773DF4; Mon, 14 May 2018 00:15:33 +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 3AC4D14AAA; Mon, 14 May 2018 00:15:33 +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 w4E0FXUq023479; Mon, 14 May 2018 00:15:33 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E0FWL9023474; Mon, 14 May 2018 00:15:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805140015.w4E0FWL9023474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 14 May 2018 00:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469841 - in head/science: . py-MDAnalysis py-MDAnalysis/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-MDAnalysis py-MDAnalysis/files X-SVN-Commit-Revision: 469841 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 00:15:33 -0000 Author: yuri Date: Mon May 14 00:15:31 2018 New Revision: 469841 URL: https://svnweb.freebsd.org/changeset/ports/469841 Log: New port: science/py-MDAnalysis: Python library to analyze molecular dynamics trajectories Added: head/science/py-MDAnalysis/ head/science/py-MDAnalysis/Makefile (contents, props changed) head/science/py-MDAnalysis/distinfo (contents, props changed) head/science/py-MDAnalysis/files/ head/science/py-MDAnalysis/files/patch-setup.py (contents, props changed) head/science/py-MDAnalysis/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Mon May 14 00:08:08 2018 (r469840) +++ head/science/Makefile Mon May 14 00:15:31 2018 (r469841) @@ -165,6 +165,7 @@ SUBDIR += psychopy SUBDIR += pulseview SUBDIR += py-DendroPy + SUBDIR += py-MDAnalysis SUBDIR += py-OpenFermion SUBDIR += py-cdo SUBDIR += py-coards Added: head/science/py-MDAnalysis/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-MDAnalysis/Makefile Mon May 14 00:15:31 2018 (r469841) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= MDAnalysis +DISTVERSION= 0.18.0 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python library to analyze molecular dynamics trajectories + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}biopython>=1.59:biology/py-biopython@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}duecredit>0:textproc/py-duecredit@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}GridDataFormats>=0.4.0:math/py-GridDataFormats@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gsd>=1.4.0:science/py-gsd@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.1:math/py-matplotlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mmtf-python>=1.0.0:science/py-mmtf-python@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}networkx>=1.0:math/py-networkx@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/science/py-MDAnalysis/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-MDAnalysis/distinfo Mon May 14 00:15:31 2018 (r469841) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526244200 +SHA256 (MDAnalysis-0.18.0.tar.gz) = a08acea1755112411e7db55e3f282e164b47a59e15794b38744cce6c596f252a +SIZE (MDAnalysis-0.18.0.tar.gz) = 11085390 Added: head/science/py-MDAnalysis/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-MDAnalysis/files/patch-setup.py Mon May 14 00:15:31 2018 (r469841) @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-05-13 20:38:06 UTC ++++ setup.py +@@ -253,7 +253,7 @@ def extensions(config): + use_cython = config.get('use_cython', default=not is_release) + use_openmp = config.get('use_openmp', default=True) + +- extra_compile_args = ['-std=c99', '-ffast-math', '-O3', '-funroll-loops'] ++ extra_compile_args = ['-std=c99', '-ffast-math', '-funroll-loops'] + define_macros = [] + if config.get('debug_cflags', default=False): + extra_compile_args.extend(['-Wall', '-pedantic']) Added: head/science/py-MDAnalysis/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-MDAnalysis/pkg-descr Mon May 14 00:15:31 2018 (r469841) @@ -0,0 +1,6 @@ +MDAnalysis is an object-oriented Python library to analyze trajectories from +molecular dynamics (MD) simulations in many popular formats. It can write most +of these formats, too, together with atom selections suitable for visualization +or native analysis tools. + +WWW: https://www.mdanalysis.org From owner-svn-ports-head@freebsd.org Mon May 14 00:16:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC325FDC398; Mon, 14 May 2018 00:16:53 +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 5C7D473F25; Mon, 14 May 2018 00:16:53 +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 23A4714AAC; Mon, 14 May 2018 00:16:53 +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 w4E0GrrN023681; Mon, 14 May 2018 00:16:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E0GqqU023678; Mon, 14 May 2018 00:16:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805140016.w4E0GqqU023678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 14 May 2018 00:16:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469842 - in head/science: . py-MDAnalysisTests X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . py-MDAnalysisTests X-SVN-Commit-Revision: 469842 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 00:16:53 -0000 Author: yuri Date: Mon May 14 00:16:52 2018 New Revision: 469842 URL: https://svnweb.freebsd.org/changeset/ports/469842 Log: New port: science/py-MDAnalysisTests: Test code and the trajectory data for test cases of MDAnalysis Added: head/science/py-MDAnalysisTests/ head/science/py-MDAnalysisTests/Makefile (contents, props changed) head/science/py-MDAnalysisTests/distinfo (contents, props changed) head/science/py-MDAnalysisTests/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Mon May 14 00:15:31 2018 (r469841) +++ head/science/Makefile Mon May 14 00:16:52 2018 (r469842) @@ -166,6 +166,7 @@ SUBDIR += pulseview SUBDIR += py-DendroPy SUBDIR += py-MDAnalysis + SUBDIR += py-MDAnalysisTests SUBDIR += py-OpenFermion SUBDIR += py-cdo SUBDIR += py-coards Added: head/science/py-MDAnalysisTests/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-MDAnalysisTests/Makefile Mon May 14 00:16:52 2018 (r469842) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= MDAnalysisTests +DISTVERSION= 0.18.0 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Test code and the trajectory data for test cases of MDAnalysis + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}MDAnalysis>0:science/py-MDAnalysis@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=3.1.2:devel/py-pytest@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psutil>=4.0.2:sysutils/py-psutil@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/science/py-MDAnalysisTests/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-MDAnalysisTests/distinfo Mon May 14 00:16:52 2018 (r469842) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526244342 +SHA256 (MDAnalysisTests-0.18.0.tar.gz) = 287bd4326b5f9881c831c1bb7dadd3563f796b36198ba9b5f53b6707abd0711b +SIZE (MDAnalysisTests-0.18.0.tar.gz) = 43740649 Added: head/science/py-MDAnalysisTests/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-MDAnalysisTests/pkg-descr Mon May 14 00:16:52 2018 (r469842) @@ -0,0 +1,3 @@ +Test code and data for science/py-MDAnalysis. + +WWW: https://www.mdanalysis.org From owner-svn-ports-head@freebsd.org Mon May 14 00:25:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A770FDCD72; Mon, 14 May 2018 00:25:35 +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 DC2A776CEE; Mon, 14 May 2018 00:25:34 +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 BD45214C60; Mon, 14 May 2018 00:25:34 +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 w4E0PYLk028788; Mon, 14 May 2018 00:25:34 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E0PYSL028785; Mon, 14 May 2018 00:25:34 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201805140025.w4E0PYSL028785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 14 May 2018 00:25:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469843 - 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: 469843 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 00:25:35 -0000 Author: gerald Date: Mon May 14 00:25:33 2018 New Revision: 469843 URL: https://svnweb.freebsd.org/changeset/ports/469843 Log: - Infrastructure for writing kernel driver tests. - Support for showing file properties in the Shell browser. - MP3 decoder as a DirectX Media Object. - More support for the Task Scheduler. - Support for COM aggregation in UrlMon. - Various bug fixes. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Mon May 14 00:16:52 2018 (r469842) +++ head/emulators/wine-devel/Makefile Mon May 14 00:25:33 2018 (r469843) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.7 +DISTVERSION= 3.8 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://mirrors.ibiblio.org/wine/source/3.x/ \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Mon May 14 00:16:52 2018 (r469842) +++ head/emulators/wine-devel/distinfo Mon May 14 00:25:33 2018 (r469843) @@ -1,5 +1,5 @@ -TIMESTAMP = 1525183728 -SHA256 (wine-3.7.tar.xz) = 76c73760d72497c59e81dfd7c5def450171bd59e9cff3df0a42454e0c7fc2bb7 -SIZE (wine-3.7.tar.xz) = 20454036 -SHA256 (v3.7.tar.gz) = e5d49cc5c52ccbd7412242f561d738536b1255631be23e6f0091ed519a318df7 -SIZE (v3.7.tar.gz) = 9951654 +TIMESTAMP = 1526178184 +SHA256 (wine-3.8.tar.xz) = 02b00c6c948b3bab717e1b1e2075a5406b14d138bd2e01fdb1268a93d1c20d51 +SIZE (wine-3.8.tar.xz) = 20473392 +SHA256 (v3.8.tar.gz) = fd40c24e00b3da4498f78885a5d3c4a9699790c1de78f6e43ff151432824f2ad +SIZE (v3.8.tar.gz) = 9957202 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Mon May 14 00:16:52 2018 (r469842) +++ head/emulators/wine-devel/pkg-plist Mon May 14 00:25:33 2018 (r469843) @@ -878,6 +878,8 @@ include/wine/windows/winuser.h include/wine/windows/winuser.rh include/wine/windows/winver.h include/wine/windows/wlanapi.h +include/wine/windows/wmcodecdsp.h +include/wine/windows/wmcodecdsp.idl include/wine/windows/wmdrmsdk.h include/wine/windows/wmdrmsdk.idl include/wine/windows/wmistr.h @@ -1190,6 +1192,7 @@ lib/wine/atl100.dll.so lib/wine/atl110.dll.so lib/wine/atl80.dll.so lib/wine/atl90.dll.so +lib/wine/atmlib.dll.so lib/wine/attrib.exe.so lib/wine/authz.dll.so lib/wine/avicap32.dll.so @@ -1615,6 +1618,7 @@ lib/wine/fakedlls/atl100.dll lib/wine/fakedlls/atl110.dll lib/wine/fakedlls/atl80.dll lib/wine/fakedlls/atl90.dll +lib/wine/fakedlls/atmlib.dll lib/wine/fakedlls/attrib.exe lib/wine/fakedlls/authz.dll lib/wine/fakedlls/avicap32.dll @@ -2222,6 +2226,7 @@ lib/wine/fakedlls/wing32.dll lib/wine/fakedlls/winhlp32.exe lib/wine/fakedlls/winhttp.dll lib/wine/fakedlls/wininet.dll +lib/wine/fakedlls/winmgmt.exe lib/wine/fakedlls/winmm.dll %%WINE32%%lib/wine/fakedlls/winnls.dll16 lib/wine/fakedlls/winnls32.dll @@ -2403,6 +2408,7 @@ lib/wine/libdciman32.def lib/wine/libddraw.def lib/wine/libdinput.a lib/wine/libdinput8.def +lib/wine/libdmoguids.a lib/wine/libdnsapi.def lib/wine/libdplayx.def lib/wine/libdpnet.def @@ -2535,6 +2541,7 @@ lib/wine/libwintab32.def lib/wine/libwintrust.def lib/wine/libwlanapi.def lib/wine/libwldap32.def +lib/wine/libwmcodecdspuuid.a lib/wine/libwmvcore.def lib/wine/libwnaspi32.def %%WINE32%%lib/wine/libwow32.def @@ -2891,6 +2898,7 @@ lib/wine/wing32.dll.so lib/wine/winhlp32.exe.so lib/wine/winhttp.dll.so lib/wine/wininet.dll.so +lib/wine/winmgmt.exe.so lib/wine/winmm.dll.so %%WINE32%%lib/wine/winnls.dll16.so lib/wine/winnls32.dll.so From owner-svn-ports-head@freebsd.org Mon May 14 00:40:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 825B4FDD7D9; Mon, 14 May 2018 00:40:23 +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 366A079B08; Mon, 14 May 2018 00:40:23 +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 17C2714DF5; Mon, 14 May 2018 00:40:23 +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 w4E0eMWv033930; Mon, 14 May 2018 00:40:22 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E0eM7K033929; Mon, 14 May 2018 00:40:22 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201805140040.w4E0eM7K033929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Mon, 14 May 2018 00:40:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469844 - head/devel/rbenv X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/devel/rbenv X-SVN-Commit-Revision: 469844 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 00:40:23 -0000 Author: meta Date: Mon May 14 00:40:22 2018 New Revision: 469844 URL: https://svnweb.freebsd.org/changeset/ports/469844 Log: devel/rbenv: pass maintainership to ruby@ as I've joined ruby@. More eyes should catch up with updates quickly. Approved by: ? (mentor) Modified: head/devel/rbenv/Makefile Modified: head/devel/rbenv/Makefile ============================================================================== --- head/devel/rbenv/Makefile Mon May 14 00:25:33 2018 (r469843) +++ head/devel/rbenv/Makefile Mon May 14 00:40:22 2018 (r469844) @@ -5,7 +5,7 @@ PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= devel ruby -MAINTAINER= meta@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Manage multiple versions of ruby LICENSE= MIT From owner-svn-ports-head@freebsd.org Mon May 14 00:42:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A967AFDDAC1; Mon, 14 May 2018 00:42:16 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C31D79E9B; Mon, 14 May 2018 00:42:16 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 484DA3F50D; Sun, 13 May 2018 20:42:15 -0400 (EDT) Received: from [172.20.10.60] (unknown [12.235.85.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id D3DAB3F50B; Sun, 13 May 2018 20:42:14 -0400 (EDT) Date: Sun, 13 May 2018 18:42:13 -0600 (MDT) From: Gerald Pfeifer To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469843 - head/emulators/wine-devel In-Reply-To: <201805140025.w4E0PYSL028785@repo.freebsd.org> Message-ID: References: <201805140025.w4E0PYSL028785@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 00:42:16 -0000 On Mon, 14 May 2018, Gerald Pfeifer wrote: > Author: gerald > Date: Mon May 14 00:25:33 2018 > New Revision: 469843 > URL: https://svnweb.freebsd.org/changeset/ports/469843 > > Log: > - Infrastructure for writing kernel driver tests. > - Support for showing file properties in the Shell browser. > - MP3 decoder as a DirectX Media Object. > - More support for the Task Scheduler. > - Support for COM aggregation in UrlMon. > - Various bug fixes. Umm, this is missing a leading "Update to Wine 3.7. This includes the following changes:" There is no good way to actually fix this in our repository, is there? Gerald From owner-svn-ports-head@freebsd.org Mon May 14 01:44:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B786AFE0866; Mon, 14 May 2018 01:44:30 +0000 (UTC) (envelope-from 010101635c51eb5e-e8209a09-c1c1-4fac-bc25-2c886e83a13c-000000@us-west-2.amazonses.com) Received: from a27-35.smtp-out.us-west-2.amazonses.com (a27-35.smtp-out.us-west-2.amazonses.com [54.240.27.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16F5B69E39; Mon, 14 May 2018 01:44:29 +0000 (UTC) (envelope-from 010101635c51eb5e-e8209a09-c1c1-4fac-bc25-2c886e83a13c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1526262262; h=Date:From:To:Subject:Message-ID:References:MIME-Version:Content-Type:In-Reply-To:Feedback-ID; bh=3s019MAab1yuJ1WXiKq80/sZjRDUMPE/z0R8VUqroI8=; b=CHccF7YR/hwmUi2MIwFSnjyvgMa9FrDlgiePEQK8q/gf86ErBm2+gW3PW6/6dpj4 1I3Lr6+9i0uOuu1u09U8ebzkovv8JPwFHmmRN51Y7NyW6K8pah6ocMwC71nePQEvVeQ efN8jHrihKZ3Fdmv6vWSeWunh/izYBuGlcyo6DNk= Date: Mon, 14 May 2018 01:44:22 +0000 From: Koichiro Iwao To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469844 - head/devel/rbenv Message-ID: <010101635c51eb5e-e8209a09-c1c1-4fac-bc25-2c886e83a13c-000000@us-west-2.amazonses.com> References: <201805140040.w4E0eM7K033929@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201805140040.w4E0eM7K033929@repo.freebsd.org> X-Operating-System: FreeBSD 11.2-BETA1 amd64 User-Agent: NeoMutt/20180323 X-SES-Outgoing: 2018.05.14-54.240.27.35 Feedback-ID: 1.us-west-2.ngRt4x2U/cWqug8pbfjwMxB6pcDw1fmN73bGmMLYyRI=:AmazonSES X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 01:44:30 -0000 > Approved by: ? (mentor) Oops, forget to fill this in. Approved by pi@. On Mon, May 14, 2018 at 12:40:22AM +0000, Koichiro Iwao wrote: > Author: meta > Date: Mon May 14 00:40:22 2018 > New Revision: 469844 > URL: https://svnweb.freebsd.org/changeset/ports/469844 > > Log: > devel/rbenv: pass maintainership to ruby@ > > as I've joined ruby@. More eyes should catch up with updates quickly. > > Approved by: ? (mentor) > > Modified: > head/devel/rbenv/Makefile > > Modified: head/devel/rbenv/Makefile > ============================================================================== > --- head/devel/rbenv/Makefile Mon May 14 00:25:33 2018 (r469843) > +++ head/devel/rbenv/Makefile Mon May 14 00:40:22 2018 (r469844) > @@ -5,7 +5,7 @@ PORTVERSION= 1.1.1 > DISTVERSIONPREFIX= v > CATEGORIES= devel ruby > > -MAINTAINER= meta@FreeBSD.org > +MAINTAINER= ruby@FreeBSD.org > COMMENT= Manage multiple versions of ruby > > LICENSE= MIT > -- meta From owner-svn-ports-head@freebsd.org Mon May 14 02:29:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D61D4FE2487; Mon, 14 May 2018 02:29:06 +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 8B50C7374F; Mon, 14 May 2018 02:29:06 +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 6C6B015FE2; Mon, 14 May 2018 02:29:06 +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 w4E2T6i2088623; Mon, 14 May 2018 02:29:06 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E2T4ha088616; Mon, 14 May 2018 02:29:04 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805140229.w4E2T4ha088616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 14 May 2018 02:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469845 - in head/games: . julius julius/files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/games: . julius julius/files X-SVN-Commit-Revision: 469845 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 02:29:07 -0000 Author: vanilla Date: Mon May 14 02:29:04 2018 New Revision: 469845 URL: https://svnweb.freebsd.org/changeset/ports/469845 Log: Add julius g20180430, open source re-implementation of Caesar III. PR: 228103 Submitted by: Piotr Kubaj Added: head/games/julius/ head/games/julius/Makefile (contents, props changed) head/games/julius/distinfo (contents, props changed) head/games/julius/files/ head/games/julius/files/julius.in (contents, props changed) head/games/julius/files/patch-CMakeLists.txt (contents, props changed) head/games/julius/files/patch-test_CMakeLists.txt (contents, props changed) head/games/julius/files/pkg-message.in (contents, props changed) head/games/julius/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Mon May 14 00:40:22 2018 (r469844) +++ head/games/Makefile Mon May 14 02:29:04 2018 (r469845) @@ -462,6 +462,7 @@ SUBDIR += joequake SUBDIR += jools SUBDIR += jtans + SUBDIR += julius SUBDIR += jumpnbump SUBDIR += jutils SUBDIR += jvgs Added: head/games/julius/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/julius/Makefile Mon May 14 02:29:04 2018 (r469845) @@ -0,0 +1,33 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= julius +PORTVERSION= g20180430 +CATEGORIES= games + +MAINTAINER= pkubaj@anongoth.pl +COMMENT= Open source re-implementation of Caesar III + +LICENSE= GPLv3 + +USES= cmake:outsource + +USE_GITHUB= yes +GH_ACCOUNT= bvschaik +GH_TAGNAME= cb7ecdf + +USE_SDL= mixer2 sdl2 + +SUB_FILES= julius pkg-message + +PLIST_FILES= bin/${PORTNAME} \ + ${DATADIR}/${PORTNAME} + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${DATADIR}/ + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/ + +.include Added: head/games/julius/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/julius/distinfo Mon May 14 02:29:04 2018 (r469845) @@ -0,0 +1,3 @@ +TIMESTAMP = 1525895014 +SHA256 (bvschaik-julius-g20180430-cb7ecdf_GH0.tar.gz) = 7f60ba486c46c5cb55e6b581e29f8af3fd865dcbdc389f5b2ad639a568846487 +SIZE (bvschaik-julius-g20180430-cb7ecdf_GH0.tar.gz) = 2381369 Added: head/games/julius/files/julius.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/julius/files/julius.in Mon May 14 02:29:04 2018 (r469845) @@ -0,0 +1,3 @@ +#!/bin/sh + +cd %%PREFIX%%/share/julius && ./julius data Added: head/games/julius/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/julius/files/patch-CMakeLists.txt Mon May 14 02:29:04 2018 (r469845) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-05-09 19:46:16 UTC ++++ CMakeLists.txt +@@ -343,7 +343,7 @@ if(MSVC) + include_directories(ext/dirent) + endif() + +-target_link_libraries (julius ${SDL2_LIBRARY} ${SDL2_MIXER_LIBRARY}) ++target_link_libraries (julius ${SDL2_LIBRARY} ${SDL2_MIXER_LIBRARY} execinfo) + + install(TARGETS julius RUNTIME DESTINATION bin) + Added: head/games/julius/files/patch-test_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/julius/files/patch-test_CMakeLists.txt Mon May 14 02:29:04 2018 (r469845) @@ -0,0 +1,8 @@ +--- test/CMakeLists.txt.orig 2018-05-09 19:53:39 UTC ++++ test/CMakeLists.txt +@@ -82,3 +82,5 @@ add_integration_test(sav_routing_full ro + + # God curses + add_integration_test(sav_curses curses.sav curses-done.sav 13350) ++ ++target_link_libraries (autopilot execinfo) Added: head/games/julius/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/julius/files/pkg-message.in Mon May 14 02:29:04 2018 (r469845) @@ -0,0 +1 @@ +To play this game, copy Caesar III game files to %%DATADIR%%/data. Added: head/games/julius/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/julius/pkg-descr Mon May 14 02:29:04 2018 (r469845) @@ -0,0 +1,3 @@ +An open source re-implementation of Caesar III + +WWW: https://github.com/bvschaik/julius From owner-svn-ports-head@freebsd.org Mon May 14 02:31:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F13CFE2760; Mon, 14 May 2018 02:31:27 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF03A73C78; Mon, 14 May 2018 02:31:26 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D10A11612B; Mon, 14 May 2018 02:31:26 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E2VQv7091952; Mon, 14 May 2018 02:31:26 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E2VQp0091951; Mon, 14 May 2018 02:31:26 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201805140231.w4E2VQp0091951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Mon, 14 May 2018 02:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469846 - head/lang/php-mode.el X-SVN-Group: ports-head X-SVN-Commit-Author: knu X-SVN-Commit-Paths: head/lang/php-mode.el X-SVN-Commit-Revision: 469846 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 02:31:27 -0000 Author: knu Date: Mon May 14 02:31:26 2018 New Revision: 469846 URL: https://svnweb.freebsd.org/changeset/ports/469846 Log: Update to 1.19.1 PR: 228214 Submitted by: Yasuhiro KIMURA Modified: head/lang/php-mode.el/Makefile head/lang/php-mode.el/distinfo Modified: head/lang/php-mode.el/Makefile ============================================================================== --- head/lang/php-mode.el/Makefile Mon May 14 02:29:04 2018 (r469845) +++ head/lang/php-mode.el/Makefile Mon May 14 02:31:26 2018 (r469846) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= php-mode.el -PORTVERSION= 1.19.0 -PORTREVISION= 1 +PORTVERSION= 1.19.1 DISTVERSIONPREFIX= v CATEGORIES= lang elisp Modified: head/lang/php-mode.el/distinfo ============================================================================== --- head/lang/php-mode.el/distinfo Mon May 14 02:29:04 2018 (r469845) +++ head/lang/php-mode.el/distinfo Mon May 14 02:31:26 2018 (r469846) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520289039 -SHA256 (ejmr-php-mode-v1.19.0_GH0.tar.gz) = ba3c469eaee72fe25c0549249c859c2535cc0067857379e2713eb1416bed92a0 -SIZE (ejmr-php-mode-v1.19.0_GH0.tar.gz) = 96570 +TIMESTAMP = 1526208224 +SHA256 (ejmr-php-mode-v1.19.1_GH0.tar.gz) = 23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9 +SIZE (ejmr-php-mode-v1.19.1_GH0.tar.gz) = 94857 From owner-svn-ports-head@freebsd.org Mon May 14 02:55:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F639FE3744; Mon, 14 May 2018 02:55:55 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F21CF793DC; Mon, 14 May 2018 02:55:54 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD840164BB; Mon, 14 May 2018 02:55:54 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E2ts7X003796; Mon, 14 May 2018 02:55:54 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E2tqYG003786; Mon, 14 May 2018 02:55:52 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201805140255.w4E2tqYG003786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Mon, 14 May 2018 02:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469847 - in head: . net-p2p net-p2p/btsync net-p2p/rslsync net-p2p/rslsync/files X-SVN-Group: ports-head X-SVN-Commit-Author: knu X-SVN-Commit-Paths: in head: . net-p2p net-p2p/btsync net-p2p/rslsync net-p2p/rslsync/files X-SVN-Commit-Revision: 469847 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 02:55:55 -0000 Author: knu Date: Mon May 14 02:55:52 2018 New Revision: 469847 URL: https://svnweb.freebsd.org/changeset/ports/469847 Log: Rename btsync to rslsync and update it to 2.5.12 PR: 220871 Submitted by: knu, joshruehlig@gmail.com (MAINTAINER) Added: head/net-p2p/rslsync/ - copied from r469846, head/net-p2p/btsync/ head/net-p2p/rslsync/files/rslsync.in - copied, changed from r469834, head/net-p2p/btsync/files/btsync.in Deleted: head/net-p2p/btsync/ head/net-p2p/rslsync/files/btsync.in Modified: head/GIDs head/MOVED head/UIDs head/net-p2p/Makefile head/net-p2p/rslsync/Makefile head/net-p2p/rslsync/distinfo head/net-p2p/rslsync/files/pkg-message.in head/net-p2p/rslsync/pkg-descr head/net-p2p/rslsync/pkg-plist Modified: head/GIDs ============================================================================== --- head/GIDs Mon May 14 02:31:26 2018 (r469846) +++ head/GIDs Mon May 14 02:55:52 2018 (r469847) @@ -757,7 +757,7 @@ foreman_proxy:*:812: puppet:*:814: uchiwa:*:815: # free: 816 -btsync:*:817: +rslsync:*:817: jenkins:*:818: rundeck:*:819: openacs:*:820: Modified: head/MOVED ============================================================================== --- head/MOVED Mon May 14 02:31:26 2018 (r469846) +++ head/MOVED Mon May 14 02:55:52 2018 (r469847) @@ -10183,3 +10183,4 @@ devel/llvm39||2018-05-08|Obsolete, no remaining depend textproc/p5-Spork||2018-05-09|Removed, depends on expired www/p5-Kwiki www/p5-Kwiki||2018-05-09|Has expired: All www files wrongly belongs to www user x11-servers/x11rdp|x11-drivers/xorgxrdp|2018-05-13|Obsoleted by update of net/xrdp +net-p2p/btsync|net-p2p/rslsync|2018-05-13|Renamed by the vendor Modified: head/UIDs ============================================================================== --- head/UIDs Mon May 14 02:31:26 2018 (r469846) +++ head/UIDs Mon May 14 02:55:52 2018 (r469847) @@ -763,7 +763,7 @@ foreman_proxy:*:812:812::0:0:Foreman Smart Proxy:/usr/ puppet:*:814:814::0:0:Puppet Daemon:/nonexistent:/usr/sbin/nologin uchiwa:*:815:815::0:0:Uchiwa Dashboard:/nonexistent:/usr/sbin/nologin # free: 816 -btsync:*:817:817::0:0:BitTorrent Sync Daemon:/nonexistent:/usr/sbin/nologin +rslsync:*:817:817::0:0:Resilio Sync Daemon:/nonexistent:/usr/sbin/nologin jenkins:*:818:818::0:0:Jenkins CI:/usr/local/jenkins:/bin/sh rundeck:*:819:819::0:0:Rundeck:/usr/local/rundeck:/bin/sh openacs:*:820:820::0:0:OpenACS Daemon User:/nonexistent:/usr/sbin/nologin Modified: head/net-p2p/Makefile ============================================================================== --- head/net-p2p/Makefile Mon May 14 02:31:26 2018 (r469846) +++ head/net-p2p/Makefile Mon May 14 02:55:52 2018 (r469847) @@ -12,7 +12,6 @@ SUBDIR += bitmessage SUBDIR += bnbt SUBDIR += btpd - SUBDIR += btsync SUBDIR += couchpotato SUBDIR += cpuminer SUBDIR += createtorrent @@ -82,6 +81,7 @@ SUBDIR += qtum SUBDIR += radarr SUBDIR += retroshare + SUBDIR += rslsync SUBDIR += rtorrent SUBDIR += shx SUBDIR += sonarr Modified: head/net-p2p/rslsync/Makefile ============================================================================== --- head/net-p2p/btsync/Makefile Mon May 14 02:31:26 2018 (r469846) +++ head/net-p2p/rslsync/Makefile Mon May 14 02:55:52 2018 (r469847) @@ -1,31 +1,31 @@ # $FreeBSD$ -PORTNAME= btsync -PORTVERSION= 2.3.8 +PORTNAME= rslsync +PORTVERSION= 2.5.12 CATEGORIES= net-p2p -MASTER_SITES= https://download-cdn.getsync.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ - http://download-cdn.getsync.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ -DISTNAME= BitTorrent-Sync_freebsd_${CONFIG_ARCH} +MASTER_SITES= https://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ + http://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ +DISTNAME= resilio-sync_freebsd_${CONFIG_ARCH} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= joshruehlig@gmail.com COMMENT= Distributed peer-to-peer file syncing application LICENSE= EULA -LICENSE_NAME= BitTorrent Sync +LICENSE_NAME= Resilio Sync LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LICENSE_PERMS= auto-accept NO_WRKSUBDIR= yes -NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= It is a binary-only program. Source code not available. -PLIST_SUB= PORTNAME=${PORTNAME} USER=${USERS} GROUP=${GROUPS} -SUB_LIST= PORTNAME=${PORTNAME} USER=${USERS} GROUP=${GROUPS} +PLIST_SUB= USER=${USERS} GROUP=${GROUPS} +SUB_LIST= USER=${USERS} GROUP=${GROUPS} SUB_FILES= pkg-message -USE_RC_SUBR= ${PORTNAME} +USE_RC_SUBR= rslsync -USERS= ${PORTNAME} +USERS= rslsync GROUPS= ${USERS} .include @@ -36,16 +36,14 @@ CONFIG_ARCH= x64 CONFIG_ARCH= ${ARCH} .endif -post-extract: - ${MKDIR} ${WRKSRC}/temp - ${MV} ${WRKSRC}/${PORTNAME} ${WRKSRC}/temp +do-build: + ${WRKSRC}/rslsync --dump-sample-config > ${WRKSRC}/rslsync.conf.sample + ${REINPLACE_CMD} -e 's;^//\([[:space:]]*"storage_path"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/db/rslsync",;' ${WRKSRC}/rslsync.conf.sample + ${REINPLACE_CMD} -e 's;^//\([[:space:]]*"pid_file"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/run/rslsync/rslsync.pid",;' ${WRKSRC}/rslsync.conf.sample do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/temp/btsync ${STAGEDIR}${PREFIX}/bin - ${WRKSRC}/temp/btsync --dump-sample-config > ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample - ${REINPLACE_CMD} -e 's;^//\([[:space:]]*"storage_path"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/db/${PORTNAME}",;' ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample - ${REINPLACE_CMD} -e 's;^//\([[:space:]]*"pid_file"[[:space:]]*:[[:space:]]*"/var/run/${PORTNAME}/${PORTNAME}.pid",\)$$;\1;' ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample - - ${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/rslsync ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/rslsync.conf.sample ${STAGEDIR}${PREFIX}/etc + ${MKDIR} ${STAGEDIR}/var/db/rslsync .include Modified: head/net-p2p/rslsync/distinfo ============================================================================== --- head/net-p2p/btsync/distinfo Mon May 14 02:31:26 2018 (r469846) +++ head/net-p2p/rslsync/distinfo Mon May 14 02:55:52 2018 (r469847) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466844210 -SHA256 (BitTorrent-Sync_freebsd_i386.tar.gz) = 103ba012acd4af2365243f10f2fa8a2bdc551b47ac326b00a71624a0289c73fc -SIZE (BitTorrent-Sync_freebsd_i386.tar.gz) = 5714805 -SHA256 (BitTorrent-Sync_freebsd_x64.tar.gz) = fa0312f6616eb29ac9daa4b436ffda3dda3790d03f57008271963c63006060f6 -SIZE (BitTorrent-Sync_freebsd_x64.tar.gz) = 5879165 +TIMESTAMP = 1526266298 +SHA256 (rslsync-2.5.12/resilio-sync_freebsd_i386.tar.gz) = 90aec753fb41c55c3344047ba6c94a7012642ff9eff9e19a7460f9cdbe303454 +SIZE (rslsync-2.5.12/resilio-sync_freebsd_i386.tar.gz) = 10960760 +SHA256 (rslsync-2.5.12/resilio-sync_freebsd_x64.tar.gz) = 32462b30f706791da1997021f7a51d0b42497cb076760ae9937f37836762b4ba +SIZE (rslsync-2.5.12/resilio-sync_freebsd_x64.tar.gz) = 11138832 Modified: head/net-p2p/rslsync/files/pkg-message.in ============================================================================== --- head/net-p2p/btsync/files/pkg-message.in Mon May 14 02:31:26 2018 (r469846) +++ head/net-p2p/rslsync/files/pkg-message.in Mon May 14 02:55:52 2018 (r469847) @@ -1,13 +1,13 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -net-p2p/%%PORTNAME%% includes an RC script: -%%PREFIX%%/etc/rc.d/%%PORTNAME%% +net-p2p/rslsync includes an RC script: +%%PREFIX%%/etc/rc.d/rslsync TO START ON BOOT: -# echo '%%PORTNAME%%_enable="YES"' >> /etc/rc.conf +# sysrc rslsync_enable=YES START MANUALLY: -# service %%PORTNAME%% start +# service rslsync start Once started, visit the following to configure: http://localhost:8888/ Copied and modified: head/net-p2p/rslsync/files/rslsync.in (from r469834, head/net-p2p/btsync/files/btsync.in) ============================================================================== --- head/net-p2p/btsync/files/btsync.in Sun May 13 21:46:05 2018 (r469834, copy source) +++ head/net-p2p/rslsync/files/rslsync.in Mon May 14 02:55:52 2018 (r469847) @@ -2,41 +2,41 @@ # # $FreeBSD$ # -# PROVIDE: %%PORTNAME%% +# PROVIDE: rslsync # REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf # to enable this service: # -# %%PORTNAME%%_enable (bool): Set to NO by default. +# rslsync_enable (bool): Set to NO by default. # Set it to YES to enable it. -# %%PORTNAME%%_user: The user account %%PORTNAME%% daemon runs as +# rslsync_user: The user account rslsync daemon runs as # what you want it to be. It uses '%%USER%%' # user by default. Do not sets it as empty or it # will run as root. -# %%PORTNAME%%_group: The group account %%PORTNAME%% daemon runs as +# rslsync_group: The group account rslsync daemon runs as # what you want it to be. It uses '%%GROUP%%' # group by default. Do not sets it as empty or it # will run as wheel. . /etc/rc.subr -name="%%PORTNAME%%" +name="rslsync" rcvar="${name}_enable" -load_rc_config $name +load_rc_config ${name} -: ${%%PORTNAME%%_enable:="NO"} -: ${%%PORTNAME%%_user:="%%USER%%"} -: ${%%PORTNAME%%_group:="%%GROUP%%"} +: ${rslsync_enable:="NO"} +: ${rslsync_user:="%%USER%%"} +: ${rslsync_group:="%%GROUP%%"} -pidfile="/var/run/%%PORTNAME%%/%%PORTNAME%%.pid" -command="%%PREFIX%%/bin/btsync" -command_args="--config %%PREFIX%%/etc/%%PORTNAME%%.conf" +pidfile="/var/run/rslsync/rslsync.pid" +command="%%PREFIX%%/bin/rslsync" +command_args="--config %%PREFIX%%/etc/rslsync.conf" -start_precmd=%%PORTNAME%%_prestart -%%PORTNAME%%_prestart() { +start_precmd=rslsync_prestart +rslsync_prestart() { if [ ! -d ${pidfile%/*} ]; then - install -d -o $%%PORTNAME%%_user -g $%%PORTNAME%%_group ${pidfile%/*} + install -d -o ${rslsync_user} -g ${rslsync_group} ${pidfile%/*} fi } Modified: head/net-p2p/rslsync/pkg-descr ============================================================================== --- head/net-p2p/btsync/pkg-descr Mon May 14 02:31:26 2018 (r469846) +++ head/net-p2p/rslsync/pkg-descr Mon May 14 02:55:52 2018 (r469847) @@ -1,6 +1,6 @@ -Bittorrent Sync is a way to automatically sync files via a secure, +Resilio Sync is a way to automatically sync files via a secure, distributed technology. This allows users to share, sync and copy data between computers and, optionally, share subsets of their data with other people. -WWW: http://www.bittorrent.com/sync +WWW: https://www.resilio.com/ Modified: head/net-p2p/rslsync/pkg-plist ============================================================================== --- head/net-p2p/btsync/pkg-plist Mon May 14 02:31:26 2018 (r469846) +++ head/net-p2p/rslsync/pkg-plist Mon May 14 02:55:52 2018 (r469847) @@ -1,3 +1,3 @@ -bin/btsync -@sample etc/%%PORTNAME%%.conf.sample -@dir(%%USER%%,%%GROUP%%,) /var/db/%%PORTNAME%% +bin/rslsync +@sample etc/rslsync.conf.sample +@dir(%%USER%%,%%GROUP%%,) /var/db/rslsync From owner-svn-ports-head@freebsd.org Mon May 14 04:14:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3F0EFC7004; Mon, 14 May 2018 04:14:09 +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 D1E0468A85; Mon, 14 May 2018 04:14:08 +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 B46811722D; Mon, 14 May 2018 04:14:08 +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 w4E4E8GX045003; Mon, 14 May 2018 04:14:08 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E4E8Z5045002; Mon, 14 May 2018 04:14:08 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201805140414.w4E4E8Z5045002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 14 May 2018 04:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469848 - head/math/givaro X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/math/givaro X-SVN-Commit-Revision: 469848 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 04:14:10 -0000 Author: linimon Date: Mon May 14 04:14:08 2018 New Revision: 469848 URL: https://svnweb.freebsd.org/changeset/ports/469848 Log: Mark unfetchable from current locations. New location seems to be: https://github.com/linbox-team/givaro Modified: head/math/givaro/Makefile Modified: head/math/givaro/Makefile ============================================================================== --- head/math/givaro/Makefile Mon May 14 02:55:52 2018 (r469847) +++ head/math/givaro/Makefile Mon May 14 04:14:08 2018 (r469848) @@ -13,6 +13,9 @@ LICENSE_NAME= Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre] LICENSE_FILE= ${WRKSRC}/Licence_CeCILL-B_V1-en.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= unfetchable +EXPIRATION_DATE= 2018-08-14 + LIB_DEPENDS= libgmp.so:math/gmp USES= libtool localbase:ldflags From owner-svn-ports-head@freebsd.org Mon May 14 04:51:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 021B3FC902E; Mon, 14 May 2018 04:51:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A72F66FF5C; Mon, 14 May 2018 04:51: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 70B4417864; Mon, 14 May 2018 04:51:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E4pcHh062380; Mon, 14 May 2018 04:51:38 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E4pc5P062378; Mon, 14 May 2018 04:51:38 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805140451.w4E4pc5P062378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 14 May 2018 04:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469849 - head/textproc/xsv-rs X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/textproc/xsv-rs X-SVN-Commit-Revision: 469849 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 04:51:39 -0000 Author: tobik Date: Mon May 14 04:51:37 2018 New Revision: 469849 URL: https://svnweb.freebsd.org/changeset/ports/469849 Log: textprocs/xsv-rs: Update to 0.13.0 - Add missing DOCS option Changes: https://github.com/BurntSushi/xsv/compare/0.12.2...0.13.0 Modified: head/textproc/xsv-rs/Makefile head/textproc/xsv-rs/distinfo Modified: head/textproc/xsv-rs/Makefile ============================================================================== --- head/textproc/xsv-rs/Makefile Mon May 14 04:14:08 2018 (r469848) +++ head/textproc/xsv-rs/Makefile Mon May 14 04:51:37 2018 (r469849) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= xsv -DISTVERSION= 0.12.2 -PORTREVISION= 1 +DISTVERSION= 0.13.0 CATEGORIES= textproc PKGNAMESUFFIX= -rs MAINTAINER= tobik@FreeBSD.org -COMMENT= Fast CSV toolkit +COMMENT= Fast CSV toolkit LICENSE= MIT UNLICENSE LICENSE_COMB= dual @@ -18,57 +17,59 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= BurntSushi -CARGO_CRATES= aho-corasick-0.6.3 \ - byteorder-1.0.0 \ - chan-0.1.19 \ - csv-1.0.0-beta.4 \ - csv-core-0.1.3 \ - csv-index-0.1.3 \ - docopt-0.7.0 \ - filetime-0.1.10 \ - kernel32-sys-0.2.2 \ - lazy_static-0.2.8 \ +CARGO_CRATES= aho-corasick-0.6.4 \ + bitflags-1.0.3 \ + byteorder-1.2.2 \ + cfg-if-0.1.3 \ + chan-0.1.21 \ + csv-1.0.0 \ + csv-core-0.1.4 \ + csv-index-0.1.5 \ + docopt-1.0.0 \ + filetime-0.1.15 \ + fuchsia-zircon-0.3.3 \ + fuchsia-zircon-sys-0.3.3 \ + lazy_static-1.0.0 \ libc-0.2.40 \ - log-0.3.8 \ - memchr-1.0.1 \ - num-0.1.37 \ - num-bigint-0.1.37 \ - num-complex-0.1.37 \ - num-integer-0.1.34 \ - num-iter-0.1.33 \ - num-rational-0.1.36 \ - num-traits-0.1.37 \ - num_cpus-1.4.0 \ - quickcheck-0.4.1 \ - quote-0.3.15 \ - rand-0.3.15 \ - regex-0.2.2 \ - regex-syntax-0.4.1 \ - rustc-serialize-0.3.24 \ - serde-1.0.8 \ - serde_derive-1.0.8 \ - serde_derive_internals-0.15.1 \ - streaming-stats-0.1.28 \ - strsim-0.6.0 \ - syn-0.11.11 \ - synom-0.11.3 \ - tabwriter-1.0.3 \ - thread-id-3.1.0 \ - thread_local-0.3.3 \ - threadpool-1.3.2 \ + log-0.4.1 \ + memchr-2.0.1 \ + num-traits-0.2.4 \ + num_cpus-1.8.0 \ + proc-macro2-0.3.8 \ + quickcheck-0.6.2 \ + quote-0.5.2 \ + rand-0.3.22 \ + rand-0.4.2 \ + redox_syscall-0.1.37 \ + regex-1.0.0 \ + regex-syntax-0.6.0 \ + serde-1.0.54 \ + serde_derive-1.0.54 \ + streaming-stats-0.2.0 \ + strsim-0.7.0 \ + syn-0.13.9 \ + tabwriter-1.0.4 \ + thread_local-0.3.5 \ + threadpool-1.7.1 \ + ucd-util-0.1.1 \ unicode-width-0.1.4 \ - unicode-xid-0.0.4 \ - unreachable-0.1.1 \ + unicode-xid-0.1.0 \ + unreachable-1.0.0 \ utf8-ranges-1.0.0 \ void-1.0.2 \ - winapi-0.2.8 \ - winapi-build-0.1.1 + winapi-0.3.4 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/xsv PORTDOCS= README.md +OPTIONS_DEFINE= DOCS + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xsv + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} Modified: head/textproc/xsv-rs/distinfo ============================================================================== --- head/textproc/xsv-rs/distinfo Mon May 14 04:14:08 2018 (r469848) +++ head/textproc/xsv-rs/distinfo Mon May 14 04:51:37 2018 (r469849) @@ -1,93 +1,89 @@ -TIMESTAMP = 1507510264 -SHA256 (rust/crates/aho-corasick-0.6.3.tar.gz) = 500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699 -SIZE (rust/crates/aho-corasick-0.6.3.tar.gz) = 24963 -SHA256 (rust/crates/byteorder-1.0.0.tar.gz) = c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8 -SIZE (rust/crates/byteorder-1.0.0.tar.gz) = 8450 -SHA256 (rust/crates/chan-0.1.19.tar.gz) = f93bfe971116428a9066c1c3c69a09ae3ef69432f8418be28ab50f96783e6a50 -SIZE (rust/crates/chan-0.1.19.tar.gz) = 26047 -SHA256 (rust/crates/csv-1.0.0-beta.4.tar.gz) = a841f3bc2c613b7a3e892c9c4404044de9dab6bc506e253bf8ef05ef906531e5 -SIZE (rust/crates/csv-1.0.0-beta.4.tar.gz) = 883521 -SHA256 (rust/crates/csv-core-0.1.3.tar.gz) = ae1fbabf21d9a52d04675cc5b032d7bae24ecdcd22646f7eefcd0496a122686c -SIZE (rust/crates/csv-core-0.1.3.tar.gz) = 25252 -SHA256 (rust/crates/csv-index-0.1.3.tar.gz) = dea3ce07b04b8d951431ef5bcce2b04ce0317c31e92b11e703c202a7cfe1f3fd -SIZE (rust/crates/csv-index-0.1.3.tar.gz) = 6006 -SHA256 (rust/crates/docopt-0.7.0.tar.gz) = ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8 -SIZE (rust/crates/docopt-0.7.0.tar.gz) = 41313 -SHA256 (rust/crates/filetime-0.1.10.tar.gz) = 5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922 -SIZE (rust/crates/filetime-0.1.10.tar.gz) = 8884 -SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d -SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 -SHA256 (rust/crates/lazy_static-0.2.8.tar.gz) = 3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf -SIZE (rust/crates/lazy_static-0.2.8.tar.gz) = 9950 +TIMESTAMP = 1526248250 +SHA256 (rust/crates/aho-corasick-0.6.4.tar.gz) = d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4 +SIZE (rust/crates/aho-corasick-0.6.4.tar.gz) = 25443 +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.2.tar.gz) = 73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87 +SIZE (rust/crates/byteorder-1.2.2.tar.gz) = 18909 +SHA256 (rust/crates/cfg-if-0.1.3.tar.gz) = 405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18 +SIZE (rust/crates/cfg-if-0.1.3.tar.gz) = 7115 +SHA256 (rust/crates/chan-0.1.21.tar.gz) = 9af7c487bb99c929ba2715b1a3a7bf45f5062bf5b6eae5d32b292a96c5865172 +SIZE (rust/crates/chan-0.1.21.tar.gz) = 26435 +SHA256 (rust/crates/csv-1.0.0.tar.gz) = 71903184af9960c555e7f3b32ff17390d20ecaaf17d4f18c4a0993f2df8a49e3 +SIZE (rust/crates/csv-1.0.0.tar.gz) = 888471 +SHA256 (rust/crates/csv-core-0.1.4.tar.gz) = 4dd8e6d86f7ba48b4276ef1317edc8cc36167546d8972feb4a2b5fec0b374105 +SIZE (rust/crates/csv-core-0.1.4.tar.gz) = 25406 +SHA256 (rust/crates/csv-index-0.1.5.tar.gz) = 7b27beef016f9d0d43fd1f6097a469d1ccccd2191888f5dfeb4e7be7dbc8bfc6 +SIZE (rust/crates/csv-index-0.1.5.tar.gz) = 5981 +SHA256 (rust/crates/docopt-1.0.0.tar.gz) = e67fb750c36fc6fffbd3575cf8f2b46790fc0b05096ae3c03a36cf71b55e1e2b +SIZE (rust/crates/docopt-1.0.0.tar.gz) = 40894 +SHA256 (rust/crates/filetime-0.1.15.tar.gz) = 714653f3e34871534de23771ac7b26e999651a0a228f47beb324dfdf1dd4b10f +SIZE (rust/crates/filetime-0.1.15.tar.gz) = 11211 +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/lazy_static-1.0.0.tar.gz) = c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d +SIZE (rust/crates/lazy_static-1.0.0.tar.gz) = 12611 SHA256 (rust/crates/libc-0.2.40.tar.gz) = 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272 -SHA256 (rust/crates/log-0.3.8.tar.gz) = 880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b -SIZE (rust/crates/log-0.3.8.tar.gz) = 17756 -SHA256 (rust/crates/memchr-1.0.1.tar.gz) = 1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4 -SIZE (rust/crates/memchr-1.0.1.tar.gz) = 8221 -SHA256 (rust/crates/num-0.1.37.tar.gz) = 98b15ba84e910ea7a1973bccd3df7b31ae282bf9d8bd2897779950c9b8303d40 -SIZE (rust/crates/num-0.1.37.tar.gz) = 30152 -SHA256 (rust/crates/num-bigint-0.1.37.tar.gz) = ba6d838b16e56da1b6c383d065ff1ec3c7d7797f65a3e8f6ba7092fd87820bac -SIZE (rust/crates/num-bigint-0.1.37.tar.gz) = 35577 -SHA256 (rust/crates/num-complex-0.1.37.tar.gz) = 148eb324ca772230853418731ffdf13531738b50f89b30692a01fcdcb0a64677 -SIZE (rust/crates/num-complex-0.1.37.tar.gz) = 13522 -SHA256 (rust/crates/num-integer-0.1.34.tar.gz) = ef1a4bf6f9174aa5783a9b4cc892cacd11aebad6c69ad027a0b65c6ca5f8aa37 -SIZE (rust/crates/num-integer-0.1.34.tar.gz) = 10400 -SHA256 (rust/crates/num-iter-0.1.33.tar.gz) = f7d1891bd7b936f12349b7d1403761c8a0b85a18b148e9da4429d5d102c1a41e -SIZE (rust/crates/num-iter-0.1.33.tar.gz) = 7397 -SHA256 (rust/crates/num-rational-0.1.36.tar.gz) = c2dc5ea04020a8f18318ae485c751f8cfa1c0e69dcf465c29ddaaa64a313cc44 -SIZE (rust/crates/num-rational-0.1.36.tar.gz) = 12556 -SHA256 (rust/crates/num-traits-0.1.37.tar.gz) = e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99 -SIZE (rust/crates/num-traits-0.1.37.tar.gz) = 20492 -SHA256 (rust/crates/num_cpus-1.4.0.tar.gz) = ca313f1862c7ec3e0dfe8ace9fa91b1d9cb5c84ace3d00f5ec4216238e93c167 -SIZE (rust/crates/num_cpus-1.4.0.tar.gz) = 6782 -SHA256 (rust/crates/quickcheck-0.4.1.tar.gz) = 02c2411d418cea2364325b18a205664f9ef8252e06b2e911db97c0b0d98b1406 -SIZE (rust/crates/quickcheck-0.4.1.tar.gz) = 20003 -SHA256 (rust/crates/quote-0.3.15.tar.gz) = 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a -SIZE (rust/crates/quote-0.3.15.tar.gz) = 12041 -SHA256 (rust/crates/rand-0.3.15.tar.gz) = 022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d -SIZE (rust/crates/rand-0.3.15.tar.gz) = 55312 -SHA256 (rust/crates/regex-0.2.2.tar.gz) = 1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b -SIZE (rust/crates/regex-0.2.2.tar.gz) = 193403 -SHA256 (rust/crates/regex-syntax-0.4.1.tar.gz) = ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db -SIZE (rust/crates/regex-syntax-0.4.1.tar.gz) = 121453 -SHA256 (rust/crates/rustc-serialize-0.3.24.tar.gz) = dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda -SIZE (rust/crates/rustc-serialize-0.3.24.tar.gz) = 45926 -SHA256 (rust/crates/serde-1.0.8.tar.gz) = c2f530d36fb84ec48fb7146936881f026cdbf4892028835fd9398475f82c1bb4 -SIZE (rust/crates/serde-1.0.8.tar.gz) = 59699 -SHA256 (rust/crates/serde_derive-1.0.8.tar.gz) = 10552fad5500771f3902d0c5ba187c5881942b811b7ba0d8fbbfbf84d80806d3 -SIZE (rust/crates/serde_derive-1.0.8.tar.gz) = 24015 -SHA256 (rust/crates/serde_derive_internals-0.15.1.tar.gz) = 37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a -SIZE (rust/crates/serde_derive_internals-0.15.1.tar.gz) = 16441 -SHA256 (rust/crates/streaming-stats-0.1.28.tar.gz) = f13d0cd680e11a62c5e125d9799debfb39fcfff9a2ef416336ce748f65018b89 -SIZE (rust/crates/streaming-stats-0.1.28.tar.gz) = 8423 -SHA256 (rust/crates/strsim-0.6.0.tar.gz) = b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694 -SIZE (rust/crates/strsim-0.6.0.tar.gz) = 8500 -SHA256 (rust/crates/syn-0.11.11.tar.gz) = d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad -SIZE (rust/crates/syn-0.11.11.tar.gz) = 63309 -SHA256 (rust/crates/synom-0.11.3.tar.gz) = a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6 -SIZE (rust/crates/synom-0.11.3.tar.gz) = 17120 -SHA256 (rust/crates/tabwriter-1.0.3.tar.gz) = 3b7810162bc0a2eb2dc9a9bfd16ddb2d1f6022df3236d1478937bfadcb12385e -SIZE (rust/crates/tabwriter-1.0.3.tar.gz) = 7928 -SHA256 (rust/crates/thread-id-3.1.0.tar.gz) = 8df7875b676fddfadffd96deea3b1124e5ede707d4884248931077518cf1f773 -SIZE (rust/crates/thread-id-3.1.0.tar.gz) = 7195 -SHA256 (rust/crates/thread_local-0.3.3.tar.gz) = c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7 -SIZE (rust/crates/thread_local-0.3.3.tar.gz) = 10964 -SHA256 (rust/crates/threadpool-1.3.2.tar.gz) = 59f6d3eff89920113dac9db44dde461d71d01e88a5b57b258a0466c32b5d7fe1 -SIZE (rust/crates/threadpool-1.3.2.tar.gz) = 10474 +SHA256 (rust/crates/log-0.4.1.tar.gz) = 89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2 +SIZE (rust/crates/log-0.4.1.tar.gz) = 20731 +SHA256 (rust/crates/memchr-2.0.1.tar.gz) = 796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d +SIZE (rust/crates/memchr-2.0.1.tar.gz) = 9858 +SHA256 (rust/crates/num-traits-0.2.4.tar.gz) = 775393e285254d2f5004596d69bb8bc1149754570dcc08cf30cabeba67955e28 +SIZE (rust/crates/num-traits-0.2.4.tar.gz) = 38463 +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/proc-macro2-0.3.8.tar.gz) = 1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7 +SIZE (rust/crates/proc-macro2-0.3.8.tar.gz) = 24412 +SHA256 (rust/crates/quickcheck-0.6.2.tar.gz) = c01babc5ffd48a2a83744b3024814bb46dfd4f2a4705ccb44b1b60e644fdcab7 +SIZE (rust/crates/quickcheck-0.6.2.tar.gz) = 24634 +SHA256 (rust/crates/quote-0.5.2.tar.gz) = 9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8 +SIZE (rust/crates/quote-0.5.2.tar.gz) = 14982 +SHA256 (rust/crates/rand-0.3.22.tar.gz) = 15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1 +SIZE (rust/crates/rand-0.3.22.tar.gz) = 11318 +SHA256 (rust/crates/rand-0.4.2.tar.gz) = eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5 +SIZE (rust/crates/rand-0.4.2.tar.gz) = 76170 +SHA256 (rust/crates/redox_syscall-0.1.37.tar.gz) = 0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd +SIZE (rust/crates/redox_syscall-0.1.37.tar.gz) = 13980 +SHA256 (rust/crates/regex-1.0.0.tar.gz) = 75ecf88252dce580404a22444fc7d626c01815debba56a7f4f536772a5ff19d3 +SIZE (rust/crates/regex-1.0.0.tar.gz) = 210131 +SHA256 (rust/crates/regex-syntax-0.6.0.tar.gz) = 8f1ac0f60d675cc6cf13a20ec076568254472551051ad5dd050364d70671bf6b +SIZE (rust/crates/regex-syntax-0.6.0.tar.gz) = 233363 +SHA256 (rust/crates/serde-1.0.54.tar.gz) = db9c1726bdebaed7ac8afb7028672e068e12cf1b0b97cddd742a3a7939159699 +SIZE (rust/crates/serde-1.0.54.tar.gz) = 68103 +SHA256 (rust/crates/serde_derive-1.0.54.tar.gz) = 5121751b76f5a2e6f51b4c0d07976f4f04e33ae7a981467c2845e7cd4b67a114 +SIZE (rust/crates/serde_derive-1.0.54.tar.gz) = 45143 +SHA256 (rust/crates/streaming-stats-0.2.0.tar.gz) = 4f233aa550ceeb22c47cff12e167f7bc89c03e265e7fcff64b8359bb6799e0f4 +SIZE (rust/crates/streaming-stats-0.2.0.tar.gz) = 8813 +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.9.tar.gz) = 505550dded6ff93eb63bd9d0ada380ffccd9f51c046a5e80a3078d53fcef0038 +SIZE (rust/crates/syn-0.13.9.tar.gz) = 134214 +SHA256 (rust/crates/tabwriter-1.0.4.tar.gz) = 56ab9ac71e2a71d113e4568ab0a89e2182f0fc214d2e4952c6e5655cb8eac4dd +SIZE (rust/crates/tabwriter-1.0.4.tar.gz) = 8218 +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/threadpool-1.7.1.tar.gz) = e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865 +SIZE (rust/crates/threadpool-1.7.1.tar.gz) = 15756 +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/unicode-width-0.1.4.tar.gz) = bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f SIZE (rust/crates/unicode-width-0.1.4.tar.gz) = 15283 -SHA256 (rust/crates/unicode-xid-0.0.4.tar.gz) = 8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc -SIZE (rust/crates/unicode-xid-0.0.4.tar.gz) = 16034 -SHA256 (rust/crates/unreachable-0.1.1.tar.gz) = 1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91 -SIZE (rust/crates/unreachable-0.1.1.tar.gz) = 1772 +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/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-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc -SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 -SHA256 (BurntSushi-xsv-0.12.2_GH0.tar.gz) = 484e3d4a9fec0d4c8089a77cba3e122970113e2bf0277ab6a956bf12954bbca3 -SIZE (BurntSushi-xsv-0.12.2_GH0.tar.gz) = 60066 +SHA256 (rust/crates/winapi-0.3.4.tar.gz) = 04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3 +SIZE (rust/crates/winapi-0.3.4.tar.gz) = 905247 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +SHA256 (BurntSushi-xsv-0.13.0_GH0.tar.gz) = 2b75309b764c9f2f3fdc1dd31eeea5a74498f7da21ae757b3ffd6fd537ec5345 +SIZE (BurntSushi-xsv-0.13.0_GH0.tar.gz) = 60527 From owner-svn-ports-head@freebsd.org Mon May 14 05:27:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3505BFD10B1; Mon, 14 May 2018 05:27: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 CB6A27856D; Mon, 14 May 2018 05:27: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 A699117D81; Mon, 14 May 2018 05:27:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E5R9G6079972; Mon, 14 May 2018 05:27:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E5R9S7079970; Mon, 14 May 2018 05:27:09 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805140527.w4E5R9S7079970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 14 May 2018 05:27:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469850 - head/multimedia/obs-studio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/multimedia/obs-studio X-SVN-Commit-Revision: 469850 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 05:27:10 -0000 Author: yuri Date: Mon May 14 05:27:09 2018 New Revision: 469850 URL: https://svnweb.freebsd.org/changeset/ports/469850 Log: multimedia/obs-studio: Update 21.1.1 -> 21.1.2 Reported by: portscout Modified: head/multimedia/obs-studio/Makefile head/multimedia/obs-studio/distinfo Modified: head/multimedia/obs-studio/Makefile ============================================================================== --- head/multimedia/obs-studio/Makefile Mon May 14 04:51:37 2018 (r469849) +++ head/multimedia/obs-studio/Makefile Mon May 14 05:27:09 2018 (r469850) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= obs-studio -DISTVERSION= 21.1.1 -PORTREVISION= 1 +DISTVERSION= 21.1.2 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org Modified: head/multimedia/obs-studio/distinfo ============================================================================== --- head/multimedia/obs-studio/distinfo Mon May 14 04:51:37 2018 (r469849) +++ head/multimedia/obs-studio/distinfo Mon May 14 05:27:09 2018 (r469850) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521922705 -SHA256 (obsproject-obs-studio-21.1.1_GH0.tar.gz) = 67c9102ae9cd885aae1db6d81716026f96eb8acc409491d7be00adbe0e2bc1c1 -SIZE (obsproject-obs-studio-21.1.1_GH0.tar.gz) = 5959088 +TIMESTAMP = 1526274873 +SHA256 (obsproject-obs-studio-21.1.2_GH0.tar.gz) = d6eb32d4ff65879945fc19a639b3ae14a55e6034a45b036e00e5f3dbce0e3d4d +SIZE (obsproject-obs-studio-21.1.2_GH0.tar.gz) = 5959232 From owner-svn-ports-head@freebsd.org Mon May 14 05:36:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 484CBFD1622; Mon, 14 May 2018 05:36:48 +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 EDC3B79975; Mon, 14 May 2018 05:36:47 +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 B217E17F13; Mon, 14 May 2018 05:36:47 +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 w4E5alhE085067; Mon, 14 May 2018 05:36:47 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E5alS0085065; Mon, 14 May 2018 05:36:47 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201805140536.w4E5alS0085065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 14 May 2018 05:36:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469851 - in head: Mk/Uses deskutils/kdepim X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: Mk/Uses deskutils/kdepim X-SVN-Commit-Revision: 469851 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 05:36:48 -0000 Author: tcberner Date: Mon May 14 05:36:47 2018 New Revision: 469851 URL: https://svnweb.freebsd.org/changeset/ports/469851 Log: Fix desktuils/kdepim dependencies * Add missing dependency on PIM applications. Reported by: starikarp@yandex.com Modified: head/Mk/Uses/kde.mk head/deskutils/kdepim/Makefile Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Mon May 14 05:27:09 2018 (r469850) +++ head/Mk/Uses/kde.mk Mon May 14 05:36:47 2018 (r469851) @@ -299,7 +299,11 @@ _USE_KDEPIM5_ALL= akonadicontacts akonadiimportwizard kdepim-runtime5 kontactinterface kpimdav \ ksmtp ldap libkdepim libkleo libksieve mailcommon \ mailimporter mailtransport mbox messagelib \ - mime pimcommon pimtextedit syndication tnef + mime pimcommon pimtextedit syndication tnef \ + kalarm kontact kmail account-wizard mbox-importer \ + akonadiconsole akregator grantlee-editor kaddressbook \ + kalarm kmail-account-wizard kmail knotes kontact \ + korganizer mbox-importer pim-data-exporter _USE_KDE5_ALL= ${_USE_FRAMEWORKS_ALL} \ ${_USE_PLASMA_ALL} \ @@ -847,6 +851,43 @@ syndication_LIB= libKF5Syndication.so tnef_PORT= net/ktnef tnef_LIB= libKF5Tnef.so + +# PIM Applications +akonadiconsole_PORT= deskutils/akonadiconsole +akonadiconsole_PATH= ${KDE_PREFIX}/bin/akonadiconsole + +akregator_PORT= deskutils/akregator +akregator_PATH= ${KDE_PREFIX}/bin/akregator + +grantlee-editor_PORT= deskutils/grantlee-editor +grantlee-editor_PATH= ${KDE_PREFIX}/bin/contactthemeeditor + +kaddressbook_PORT= deskutils/kaddressbook +kaddressbook_PATH= ${KDE_PREFIX}/bin/kaddressbook + +kalarm_PORT= deskutils/kalarm +kalarm_PATH= ${KDE_PREFIX}/bin/kalarm + +kmail_PORT= deskutils/kmail +kmail_PATH= ${KDE_PREFIX}/bin/kmail + +kmail-account-wizard_PORT= deskutils/kmail-account-wizard +kmail-account-wizard_PATH= ${KDE_PREFIX}/bin/accountwizard + +knotes_PORT= deskutils/knotes +knotex_PATH= ${KDE_PREFIX}/bin/knotes + +kontact_PORT= deskutils/kontact +kontact_PATH= ${KDE_PREFIX}/bin/kontact + +korganizer_PORT= deskutils/korganizer +korganizer_PATH= ${KDE_PREFIX}/bin/korganizer + +mbox-importer_PORT= deskutils/mbox-importer +mbox-importer_PATH= ${KDE_PREFIX}/bin/mboximporter + +pim-data-exporter_PORT= deskutils/pim-data-exporter +pim-data-exporter_PATH= ${KDE_PREFIX}/bin/pimsettingexporter # ====================== end of pim5 components ================================ # ====================== multiversion component ================================ Modified: head/deskutils/kdepim/Makefile ============================================================================== --- head/deskutils/kdepim/Makefile Mon May 14 05:27:09 2018 (r469850) +++ head/deskutils/kdepim/Makefile Mon May 14 05:36:47 2018 (r469851) @@ -2,6 +2,7 @@ PORTNAME= kdepim DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde MAINTAINER= kde@FreeBSD.org From owner-svn-ports-head@freebsd.org Mon May 14 05:38:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7621FFD16E1; Mon, 14 May 2018 05:38:16 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A8A27A6BE; Mon, 14 May 2018 05:38:16 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qt0-x230.google.com with SMTP id e8-v6so14618324qth.0; Sun, 13 May 2018 22:38:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=q83LGOVg+5ytPv9ORjAijk4CGdHukRU4aYRwSx+DEPM=; b=dbc/VNDd5wbTLEzqRvovdHm63eq/8PFI6IGUswv+nS3/zWsUmHWjp2SCmJt7w61Y8S M2UXnqClGyaB2v8bezfs4z26c8dcssvPsBs2X7RRHUpurqbOWk41E6tXPoIKwy5JnZkm RIGLMDGbwv+aAxwoCWuW+WRpbQk1snNL0biHCpoJC39QudtV9JZoYhAvPYr0/CSw4h9+ NZ0ZUE7svZD2dHs5X65nroAJkuQfPRqQbOCCi1R/1CGGSxLKFjKnC/X8J/2yMue+9x4Z QIRMx5/4TOW7aZyx2wu9TmR/aAHK6z+qt53heex97JSvmD7HIMa1sizDEtq4MJemWHcJ x9Zw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=q83LGOVg+5ytPv9ORjAijk4CGdHukRU4aYRwSx+DEPM=; b=pyKJlH9HlGJpc5o/xcI1S+w3LcGhPXlKwXCtSvZSb4qBw0TUUzl74V/PI1Cw4CgVFB bU95kXALWmPsGtkXoV9LdCfFfUWjmjwWumzSLlzlSYhVem03vXX0e3ZEUiGVjaNjI8gp WfP9pEmDvxrkRffMl64H/DO0U3nLe+NgcDmNxgb7qnfyRQM0bJNbq94Iy8CmZ3ehtic1 IjZlSP2BIYazt+I+p3qiN9ctlvhAvRBca/dQUMuVTmXO9ZlVDPVBrkdyQu9WSy7NGeiu zv9l8Zr1hHNF+GXOJIcWJ900b3dPWtkjaxm6mBzE9BQma4d8+lqBOS6zndaPQRcgJcPn nVSQ== X-Gm-Message-State: ALKqPwc8imsyVIfLx9cwu6itRUlSZ1vApvGs8Y1LWQlwR1/qThYUxRw6 rC9pGpZoh8zL4oVe/0FOe71aNOc5ksrRyhEVtLDjkA== X-Google-Smtp-Source: AB8JxZpBD8Kq25u7gHgxu6uKXWw2nr7e3ZnOyaLd2ypl/14MKjNx3RZIOqV14b66cJbmARBo7Ynk3m65ILGuKPfc0mA= X-Received: by 2002:aed:3511:: with SMTP id a17-v6mr470253qte.289.1526276295220; Sun, 13 May 2018 22:38:15 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.12.172.207 with HTTP; Sun, 13 May 2018 22:38:14 -0700 (PDT) In-Reply-To: <201805140229.w4E2T4ha088616@repo.freebsd.org> References: <201805140229.w4E2T4ha088616@repo.freebsd.org> From: Antoine Brodin Date: Mon, 14 May 2018 07:38:14 +0200 X-Google-Sender-Auth: 3PW7pcvG82Nob5ScnBemYP1iQMg Message-ID: Subject: Re: svn commit: r469845 - in head/games: . julius julius/files To: "Vanilla I. Shu" Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 05:38:16 -0000 On Mon, May 14, 2018 at 4:29 AM, Vanilla I. Shu wrote: > Author: vanilla > Date: Mon May 14 02:29:04 2018 > New Revision: 469845 > URL: https://svnweb.freebsd.org/changeset/ports/469845 > > Log: > Add julius g20180430, open source re-implementation of Caesar III. > > PR: 228103 > Submitted by: Piotr Kubaj > Hi, There is a PKGBASE collision with audio/julius, please add a PKGNAMEPREFIX/SUFFIX. Antoine From owner-svn-ports-head@freebsd.org Mon May 14 05:39:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5628CFD181F; Mon, 14 May 2018 05:39:50 +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 F40B27B315; Mon, 14 May 2018 05:39:49 +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 D23B017F19; Mon, 14 May 2018 05:39:49 +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 w4E5dnd7085411; Mon, 14 May 2018 05:39:49 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E5dm3u085405; Mon, 14 May 2018 05:39:48 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805140539.w4E5dm3u085405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 14 May 2018 05:39:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469852 - in head/graphics/xfig: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/graphics/xfig: . files X-SVN-Commit-Revision: 469852 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 05:39:50 -0000 Author: pi Date: Mon May 14 05:39:48 2018 New Revision: 469852 URL: https://svnweb.freebsd.org/changeset/ports/469852 Log: graphics/xfig: update 3.2.5c -> 3.2.7a PR: 228124 Submitted by: (maintainer) Reported by: Pierre David Relnotes: http://mcj.sourceforge.net/frm_new_features.html http://mcj.sourceforge.net/frm_bugs_fixed.html Added: head/graphics/xfig/files/patch-src_main.c - copied, changed from r469851, head/graphics/xfig/files/patch-main.c head/graphics/xfig/files/patch-src_w__dir.c (contents, props changed) head/graphics/xfig/files/patch-src_w__dir.h (contents, props changed) Deleted: head/graphics/xfig/files/patch-Imakefile head/graphics/xfig/files/patch-main.c head/graphics/xfig/files/patch-w_intersect.c Modified: head/graphics/xfig/Makefile head/graphics/xfig/distinfo head/graphics/xfig/pkg-plist Modified: head/graphics/xfig/Makefile ============================================================================== --- head/graphics/xfig/Makefile Mon May 14 05:36:47 2018 (r469851) +++ head/graphics/xfig/Makefile Mon May 14 05:39:48 2018 (r469852) @@ -2,74 +2,28 @@ # $FreeBSD$ PORTNAME= xfig -PORTVERSION= 3.2.5c -PORTREVISION= 2 +PORTVERSION= 3.2.7a CATEGORIES= graphics -MASTER_SITES= SF/mcj/mcj-source/ -DISTNAME= ${PORTNAME}.${PORTVERSION}.full +MASTER_SITES= SF/mcj/ MAINTAINER= mjl@luckie.org.nz COMMENT= Drawing program for X11 LIB_DEPENDS= libpng.so:graphics/png \ libXaw3d.so:x11-toolkits/Xaw3d -RUN_DEPENDS= fig2dev:print/transfig +RUN_DEPENDS= fig2dev:print/fig2dev CONFLICTS= xfig-[12].* xfig-3.1* xfig-3.2.[1234]* -WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= imake jpeg +USES= desktop-file-utils gmake jpeg tar:xz +GNU_CONFIGURE= yes USE_XORG= ice sm x11 xaw xext xi xmu xpm xt USE_CSTD= gnu89 -CFLAGS+= -Wno-return-type -INSTALL_TARGET= install install.libs +CFLAGS+= -Wno-return-type -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV+= DOCSDIR=${DOCSDIR} CHMOD=${CHMOD} TAR=${TAR} -MAKE_ARGS+= INSTALLFLAGS="${COPY}" \ - INSTPGMFLAGS="${STRIP} -m ${BINMODE}" \ - INSTDATFLAGS="-m ${SHAREMODE}" \ - INSTMANFLAGS="-m ${MANMODE}" - -OPTIONS_DEFINE= GHOSTSCRIPT I18N DOCS -OPTIONS_DEFAULT= GHOSTSCRIPT I18N -I18N_DESC= I18N support and Japanese docs - -.include - -.if ${PORT_OPTIONS:MDOCS} -INSTALL_TARGET+= install.html -.endif - -.if ! ${PORT_OPTIONS:MI18N} || ! ${PORT_OPTIONS:MDOCS} -PLIST_SUB+= JPORTDOCS="@comment " -.else -PLIST_SUB+= JPORTDOCS="" -.endif - -.if ${PORT_OPTIONS:MI18N} -USES+= gettext -.endif - -post-extract: - @cd ${WRKSRC}/Doc && ${FIND} . -type f -name "*.orig" -delete - @${RM} ${WRKSRC}/Doc/html/images/pspbrwse.jbf - @${RM} ${WRKSRC}/Libraries/Examples/xfig.exe.stackdump - @${RM} ${WRKSRC}/Libraries/Fasteners/Fasteners.tar - @cd ${WRKSRC}/Doc && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x+r - @cd ${WRKSRC}/Libraries && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x+r - @${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC} - -post-patch: -.if ! ${PORT_OPTIONS:MGHOSTSCRIPT} -.if ! ${PORT_OPTIONS:MI18N} - @${REINPLACE_CMD} -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile -.else - @${REINPLACE_CMD} -e '/^XCOMM #define I18N/s|XCOMM ||' \ - -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile -.endif -.elif ${PORT_OPTIONS:MI18N} - @${REINPLACE_CMD} -e '/^XCOMM #define I18N/s|XCOMM ||' ${WRKSRC}/Imakefile -.endif +OPTIONS_DEFINE= DOCS .include Modified: head/graphics/xfig/distinfo ============================================================================== --- head/graphics/xfig/distinfo Mon May 14 05:36:47 2018 (r469851) +++ head/graphics/xfig/distinfo Mon May 14 05:39:48 2018 (r469852) @@ -1,2 +1,3 @@ -SHA256 (xfig.3.2.5c.full.tar.gz) = ea628f975b79ab175ab29220cc118274466497f6217f2989928317be2993a1f9 -SIZE (xfig.3.2.5c.full.tar.gz) = 6078933 +TIMESTAMP = 1526255520 +SHA256 (xfig-3.2.7a.tar.xz) = ca89986fc9ddb9f3c5a4f6f70e5423f98e2f33f5528a9d577fb05bbcc07ddf24 +SIZE (xfig-3.2.7a.tar.xz) = 5055456 Copied and modified: head/graphics/xfig/files/patch-src_main.c (from r469851, head/graphics/xfig/files/patch-main.c) ============================================================================== --- head/graphics/xfig/files/patch-main.c Mon May 14 05:36:47 2018 (r469851, copy source) +++ head/graphics/xfig/files/patch-src_main.c Mon May 14 05:39:48 2018 (r469852) @@ -1,15 +1,6 @@ ---- main.c.orig 2011-06-18 20:50:16.000000000 -0700 -+++ main.c 2011-06-18 20:50:52.000000000 -0700 -@@ -273,7 +273,7 @@ - {"browser", "Browser", XtRString, sizeof(char *), - XtOffset(appresPtr, browser), XtRString, (caddr_t) "firefox"}, - {"pdfviewer", "Viewer", XtRString, sizeof(char *), -- XtOffset(appresPtr, pdf_viewer), XtRString, (caddr_t) "acroread"}, -+ XtOffset(appresPtr, pdf_viewer), XtRString, (caddr_t) "xpdf"}, - {"spinner_delay", "spinnerDelay", XtRInt, sizeof(int), - XtOffset(appresPtr, spinner_delay), XtRImmediate, (caddr_t) 500}, - {"spinner_rate", "spinnerRate", XtRInt, sizeof(int), -@@ -629,7 +629,7 @@ +--- src/main.c.orig 2018-04-04 21:07:37 UTC ++++ src/main.c +@@ -631,7 +631,7 @@ struct geom geom; int setup_visual (int *argc_p, char **argv, Arg *args); void get_pointer_mapping (void); Added: head/graphics/xfig/files/patch-src_w__dir.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/xfig/files/patch-src_w__dir.c Mon May 14 05:39:48 2018 (r469852) @@ -0,0 +1,11 @@ +--- src/w_dir.c.orig 2017-10-08 18:52:17 UTC ++++ src/w_dir.c +@@ -174,7 +174,7 @@ ShowHidden(Widget w, XtPointer client_data, XtPointer + + /* if the export dir diverged from the file dir, leave it there */ + void +-update_file_export_dir(const char *restrict dir) ++update_file_export_dir(const char *dir) + { + if (!strcmp(cur_file_dir, cur_export_dir)) + strcpy(cur_export_dir, dir); Added: head/graphics/xfig/files/patch-src_w__dir.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/xfig/files/patch-src_w__dir.h Mon May 14 05:39:48 2018 (r469852) @@ -0,0 +1,11 @@ +--- src/w_dir.h.orig 2017-08-30 20:49:01 UTC ++++ src/w_dir.h +@@ -64,7 +64,7 @@ + + extern Widget popup_dir_text; + extern void create_dirinfo(Boolean file_exp, Widget parent, Widget below, Widget *ret_beside, Widget *ret_below, Widget *mask_w, Widget *dir_w, Widget *flist_w, Widget *dlist_w, int file_width, Boolean file_panel); +-extern void update_file_export_dir(const char *restrict dir); ++extern void update_file_export_dir(const char *dir); + + /* Xdir function declarations. */ + Modified: head/graphics/xfig/pkg-plist ============================================================================== --- head/graphics/xfig/pkg-plist Mon May 14 05:36:47 2018 (r469851) +++ head/graphics/xfig/pkg-plist Mon May 14 05:39:48 2018 (r469852) @@ -1,2539 +1,14 @@ bin/xfig -lib/X11/app-defaults/Fig -lib/X11/xfig/CompKeyDB man/man1/xfig.1.gz -lib/X11/xfig/Libraries/Arrows/3darrow1.fig -lib/X11/xfig/Libraries/Arrows/3darrow2.fig -lib/X11/xfig/Libraries/Arrows/3darrow3.fig -lib/X11/xfig/Libraries/Arrows/3darrow4.fig -lib/X11/xfig/Libraries/Arrows/README -lib/X11/xfig/Libraries/Arrows/circle_arrow1.fig -lib/X11/xfig/Libraries/Arrows/doublestraight_arrow2.fig -lib/X11/xfig/Libraries/Arrows/squig1_arrow1.fig -lib/X11/xfig/Libraries/Arrows/squig1_arrow2.fig -lib/X11/xfig/Libraries/Arrows/squig2_arrow1.fig -lib/X11/xfig/Libraries/Arrows/squig2_arrow2.fig -lib/X11/xfig/Libraries/Arrows/straight_arrow1.fig -lib/X11/xfig/Libraries/Arrows/straight_arrow2.fig -lib/X11/xfig/Libraries/Arrows/straight_arrow3.fig -lib/X11/xfig/Libraries/Arrows/straight_arrow4.fig -lib/X11/xfig/Libraries/Arrows/straight_arrow5.fig -lib/X11/xfig/Libraries/Arrows/straight_arrow6.fig -lib/X11/xfig/Libraries/Arrows/turn180A_arrow1.fig -lib/X11/xfig/Libraries/Arrows/turn180B_arrow1.fig -lib/X11/xfig/Libraries/Arrows/turn180C_arrow1.fig -lib/X11/xfig/Libraries/Arrows/turn90_arrow1.fig -lib/X11/xfig/Libraries/Arrows/turn90_arrow2.fig -lib/X11/xfig/Libraries/Arrows/turn90_arrow3.fig -lib/X11/xfig/Libraries/Audiovisual/README -lib/X11/xfig/Libraries/Audiovisual/audiorouter.fig -lib/X11/xfig/Libraries/Audiovisual/camcorder.fig -lib/X11/xfig/Libraries/Audiovisual/camcorder2.fig -lib/X11/xfig/Libraries/Audiovisual/camcorder3.fig -lib/X11/xfig/Libraries/Audiovisual/camera.fig -lib/X11/xfig/Libraries/Audiovisual/codec.fig -lib/X11/xfig/Libraries/Audiovisual/codec_minerva.fig -lib/X11/xfig/Libraries/Audiovisual/codec_vb4k.fig -lib/X11/xfig/Libraries/Audiovisual/codec_vbmp1.fig -lib/X11/xfig/Libraries/Audiovisual/headset.fig -lib/X11/xfig/Libraries/Audiovisual/microphone.fig -lib/X11/xfig/Libraries/Audiovisual/monitor1.fig -lib/X11/xfig/Libraries/Audiovisual/monitor2.fig -lib/X11/xfig/Libraries/Audiovisual/rack.fig -lib/X11/xfig/Libraries/Audiovisual/stand.fig -lib/X11/xfig/Libraries/Audiovisual/telcorouter.fig -lib/X11/xfig/Libraries/Audiovisual/uwavetower.fig -lib/X11/xfig/Libraries/Audiovisual/vcr.fig -lib/X11/xfig/Libraries/Buildings/README -lib/X11/xfig/Libraries/Buildings/barrack.fig -lib/X11/xfig/Libraries/Buildings/highrise1.fig -lib/X11/xfig/Libraries/Buildings/highrise2.fig -lib/X11/xfig/Libraries/Buildings/office.fig -lib/X11/xfig/Libraries/Buildings/office2.fig -lib/X11/xfig/Libraries/Buildings/twostory.fig -lib/X11/xfig/Libraries/Buildings/twostory_front.fig -lib/X11/xfig/Libraries/Charts/README -lib/X11/xfig/Libraries/Charts/linear.fig -lib/X11/xfig/Libraries/Charts/log_1.fig -lib/X11/xfig/Libraries/Charts/log_2.fig -lib/X11/xfig/Libraries/Charts/log_3.fig -lib/X11/xfig/Libraries/Charts/polar.fig -lib/X11/xfig/Libraries/Charts/smith.fig -lib/X11/xfig/Libraries/Computers/AOpenKF45E.fig -lib/X11/xfig/Libraries/Computers/AOpenKF45d.fig -lib/X11/xfig/Libraries/Computers/HPLJ-5P.fig -lib/X11/xfig/Libraries/Computers/Highprint-4011.fig -lib/X11/xfig/Libraries/Computers/Monitor_Keybd_Mouse.fig -lib/X11/xfig/Libraries/Computers/Primergy_Server.fig -lib/X11/xfig/Libraries/Computers/README -lib/X11/xfig/Libraries/Computers/Scenic-Pro_Desktop.fig -lib/X11/xfig/Libraries/Computers/cd_disk.fig -lib/X11/xfig/Libraries/Computers/dat-drive.fig -lib/X11/xfig/Libraries/Computers/dat-drive2.fig -lib/X11/xfig/Libraries/Computers/datacard.fig -lib/X11/xfig/Libraries/Computers/desktop1.fig -lib/X11/xfig/Libraries/Computers/desktop2.fig -lib/X11/xfig/Libraries/Computers/desktop3.fig -lib/X11/xfig/Libraries/Computers/desktop4.fig -lib/X11/xfig/Libraries/Computers/desktop5.fig -lib/X11/xfig/Libraries/Computers/disk-array.fig -lib/X11/xfig/Libraries/Computers/film_digitizer.fig -lib/X11/xfig/Libraries/Computers/floppy_lg.fig -lib/X11/xfig/Libraries/Computers/floppy_sm.fig -lib/X11/xfig/Libraries/Computers/fujitsu-siemens.fig -lib/X11/xfig/Libraries/Computers/generic_hardware.fig -lib/X11/xfig/Libraries/Computers/high_speed_disk.fig -lib/X11/xfig/Libraries/Computers/laptop.fig -lib/X11/xfig/Libraries/Computers/laptop2.fig -lib/X11/xfig/Libraries/Computers/minitower.fig -lib/X11/xfig/Libraries/Computers/mirapoint.fig -lib/X11/xfig/Libraries/Computers/printer.fig -lib/X11/xfig/Libraries/Computers/printer2.fig -lib/X11/xfig/Libraries/Computers/printer3.fig -lib/X11/xfig/Libraries/Computers/qic-drive.fig -lib/X11/xfig/Libraries/Computers/r320.fig -lib/X11/xfig/Libraries/Computers/scanner.fig -lib/X11/xfig/Libraries/Computers/screen.fig -lib/X11/xfig/Libraries/Computers/server.fig -lib/X11/xfig/Libraries/Computers/sparc5.fig -lib/X11/xfig/Libraries/Computers/sun_d1000.fig -lib/X11/xfig/Libraries/Computers/sunfire_v120.fig -lib/X11/xfig/Libraries/Computers/sunfire_v240.fig -lib/X11/xfig/Libraries/Computers/sunfire_v440.fig -lib/X11/xfig/Libraries/Computers/tapedrive.fig -lib/X11/xfig/Libraries/Computers/telephone.fig -lib/X11/xfig/Libraries/Computers/terminal.fig -lib/X11/xfig/Libraries/Computers/tower1.fig -lib/X11/xfig/Libraries/Computers/tower2.fig -lib/X11/xfig/Libraries/Computers/tower3.fig -lib/X11/xfig/Libraries/Computers/ultra2.fig -lib/X11/xfig/Libraries/Computers/ultra30.fig -lib/X11/xfig/Libraries/Computers/usbpen.fig -lib/X11/xfig/Libraries/Computers/va-jbot.fig -lib/X11/xfig/Libraries/Computers/va-server-11xx.fig -lib/X11/xfig/Libraries/Computers/va-server-1hd.fig -lib/X11/xfig/Libraries/Computers/va-server-2hd.fig -lib/X11/xfig/Libraries/Computers/va-server-2xxx-face.fig -lib/X11/xfig/Libraries/Computers/va-server-3500.fig -lib/X11/xfig/Libraries/Computers/va-server-3hd.fig -lib/X11/xfig/Libraries/Computers/va-server-4450.fig -lib/X11/xfig/Libraries/Computers/va-server-4hd.fig -lib/X11/xfig/Libraries/Computers/va-server-5df.fig -lib/X11/xfig/Libraries/Computers/va-server-nhs.fig -lib/X11/xfig/Libraries/Computers/xbox.fig -lib/X11/xfig/Libraries/Computers/xterminal.fig -lib/X11/xfig/Libraries/DSP/1toN.fig -lib/X11/xfig/Libraries/DSP/1toNtime.fig -lib/X11/xfig/Libraries/DSP/FFT.fig -lib/X11/xfig/Libraries/DSP/IFFT.fig -lib/X11/xfig/Libraries/DSP/Nto1.fig -lib/X11/xfig/Libraries/DSP/Nto1time.fig -lib/X11/xfig/Libraries/DSP/README -lib/X11/xfig/Libraries/DSP/adder.fig -lib/X11/xfig/Libraries/DSP/biquad.fig -lib/X11/xfig/Libraries/DSP/comparator.fig -lib/X11/xfig/Libraries/DSP/delay.fig -lib/X11/xfig/Libraries/DSP/demux.fig -lib/X11/xfig/Libraries/DSP/directform.fig -lib/X11/xfig/Libraries/DSP/downsample.fig -lib/X11/xfig/Libraries/DSP/filterbank.fig -lib/X11/xfig/Libraries/DSP/fraction_format.fig -lib/X11/xfig/Libraries/DSP/integrator.fig -lib/X11/xfig/Libraries/DSP/lpf.fig -lib/X11/xfig/Libraries/DSP/model.fig -lib/X11/xfig/Libraries/DSP/mul_composition.fig -lib/X11/xfig/Libraries/DSP/mult.fig -lib/X11/xfig/Libraries/DSP/mult_modul.fig -lib/X11/xfig/Libraries/DSP/mux.fig -lib/X11/xfig/Libraries/DSP/phasecomp.fig -lib/X11/xfig/Libraries/DSP/register.fig -lib/X11/xfig/Libraries/DSP/sum_composition.fig -lib/X11/xfig/Libraries/DSP/transfer.fig -lib/X11/xfig/Libraries/DSP/upsample.fig -lib/X11/xfig/Libraries/ERD/AUTHOR -lib/X11/xfig/Libraries/ERD/Entity.fig -lib/X11/xfig/Libraries/ERD/Entity_soft.fig -lib/X11/xfig/Libraries/ERD/LICENSE -lib/X11/xfig/Libraries/ERD/README -lib/X11/xfig/Libraries/ERD/REL_many_many.fig -lib/X11/xfig/Libraries/ERD/REL_many_many_h.fig -lib/X11/xfig/Libraries/ERD/REL_many_many_v.fig -lib/X11/xfig/Libraries/ERD/REL_one_many.fig -lib/X11/xfig/Libraries/ERD/REL_one_many_h.fig -lib/X11/xfig/Libraries/ERD/REL_one_many_v.fig -lib/X11/xfig/Libraries/ERD/REL_specialization_d.fig -lib/X11/xfig/Libraries/ERD/REL_specialization_l.fig -lib/X11/xfig/Libraries/ERD/REL_specialization_r.fig -lib/X11/xfig/Libraries/ERD/REL_specialization_u.fig -lib/X11/xfig/Libraries/ERD/stick_h.fig -lib/X11/xfig/Libraries/ERD/stick_v.fig -lib/X11/xfig/Libraries/Electrical/README -lib/X11/xfig/Libraries/Electrical/cable_outlet.fig -lib/X11/xfig/Libraries/Electrical/duplex_outlet.fig -lib/X11/xfig/Libraries/Electrical/duplex_outlet_20amp.fig -lib/X11/xfig/Libraries/Electrical/quad_outlet.fig -lib/X11/xfig/Libraries/Electrical/quad_outlet_20amp.fig -lib/X11/xfig/Libraries/Electrical/receptacle.fig -lib/X11/xfig/Libraries/Electrical/receptacle_250v.fig -lib/X11/xfig/Libraries/Electrical/receptacle_30amps.fig -lib/X11/xfig/Libraries/Electrical/receptacle_50amps.fig -lib/X11/xfig/Libraries/Electrical/receptacle_female.fig -lib/X11/xfig/Libraries/Electrical/receptacle_male.fig -lib/X11/xfig/Libraries/Electrical/telephone_outlet.fig -lib/X11/xfig/Libraries/Electronic/Physical/README -lib/X11/xfig/Libraries/Electronic/Physical/bal_mike.fig -lib/X11/xfig/Libraries/Electronic/Physical/bnc.fig -lib/X11/xfig/Libraries/Electronic/Physical/conn_db15.fig -lib/X11/xfig/Libraries/Electronic/Physical/conn_db25.fig -lib/X11/xfig/Libraries/Electronic/Physical/conn_db37.fig -lib/X11/xfig/Libraries/Electronic/Physical/conn_db9.fig -lib/X11/xfig/Libraries/Electronic/Physical/conn_molex_4pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/conn_molex_5pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/conn_molex_6pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/conn_ribbon_50pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/dip_08pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/dip_14pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/dip_16pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/dip_18pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/dip_20pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/dip_24pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/dip_28pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/dip_40pin.fig -lib/X11/xfig/Libraries/Electronic/Physical/fuse_holder.fig -lib/X11/xfig/Libraries/Electronic/Physical/led_digit.fig -lib/X11/xfig/Libraries/Electronic/Physical/on_off.fig -lib/X11/xfig/Libraries/Electronic/Physical/rca_conn.fig -lib/X11/xfig/Libraries/Electronic/Physical/reed_relay.fig -lib/X11/xfig/Libraries/Electronic/Physical/rs422.fig -lib/X11/xfig/Libraries/Electronic/Physical/sdi.fig -lib/X11/xfig/Libraries/Electronic/Physical/svga.fig -lib/X11/xfig/Libraries/Electronic/Physical/terminal_block.fig -lib/X11/xfig/Libraries/Electronic/README -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4000.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4001.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4002.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4006.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4007.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4008.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4009.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4010.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40100.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40101.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40102.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40103.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40104.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40105.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40106.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40107.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40108.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40109.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4011.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40110.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40115.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40116.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40117.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4012.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4013.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4014.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40147.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4015.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4016.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40160.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40161.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40162.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40163.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4017.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40174.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40175.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4018.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40181.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40182.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4019.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40192.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40193.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40194.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4020.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40208.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4021.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4022.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4023.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4024.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4025.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/40257.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4026.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4027.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4028.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4029.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4030.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4031.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4032.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4033.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4034.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4035.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4037.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4038.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4040.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4041.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4042.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4043.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4044.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4045.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4046.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4047.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4048.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4049.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4050.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4051.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4052.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4053.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4054.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4055.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4056.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4057.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4059.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4060.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4062.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4063.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4066.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4067.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4068.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4069.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4070.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4071.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4072.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4073.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4075.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4076.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4077.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4078.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4081.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4082.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4085.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4086.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4089.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4093.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4094.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4095.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4096.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4097.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4098.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4099.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4502.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4503.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4508.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4510.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4511.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4512.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4514.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4515.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4516.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4517.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4518.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4520.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4527.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4532.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4536.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4538.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4543.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4551.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4555.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4556.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_CMOS-metric/4585.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/cllog-400.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/cllog-500.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/cllog-804.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-1002.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S01.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S03.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S08.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S09.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S10.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S11.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S12.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S13.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S14.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S15.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S17.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S20.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S21.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S22.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S26.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S27.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S28.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S29.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S30.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S32.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S33.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S34.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S35.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-S36.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clog-dpmdb.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clogl-1000.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clogl-1004.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/clogl-1005.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/cph-prog.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_DScurves/cph-rad2.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7400.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7401.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7402.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7403.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7404.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7405.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7406.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7407.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7408.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7409.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7410.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74107.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74109.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74111.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74116.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7412.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74120.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74121.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74122.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74123.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74125.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74126.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74128.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7413.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74130.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74132.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74136.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7414.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74143.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74145.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74147.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74148.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74150.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74151.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74153.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74154.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74155.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74156.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74157.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74159.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7416.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74160.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74161.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74162.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74163.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74164.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74165.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74166.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74167.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7417.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74170.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74172.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74173.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74174.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74175.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74176.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74177.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74178.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74180.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74190.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74191.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74192.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74193.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74194.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74195.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74196.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74197.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74198.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74199.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7420.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7422.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74221.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7423.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74246.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74247.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7425.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74251.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74256.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74259.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7426.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7427.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74273.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74276.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74278.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74279.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7428.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74283.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74284.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74285.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74290.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74293.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74298.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7430.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7432.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7433.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74365.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74366.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74367.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74368.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7437.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74376.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7438.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7439.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74390.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74393.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7440.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7442.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7445.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7446.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7447.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7448.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7450.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7451.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7453.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7454.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7470.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7472.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7473.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7474.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7475.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7476.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7483.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7485.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7486.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7490.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7491.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7492.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7493.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7494.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7495.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7496.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/7497.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS107.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS11.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS112.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS113.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS114.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS125.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS126.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS137.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS138.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS139.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS15.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS158.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS160.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS161.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS162.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS163.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS169.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS171.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS181.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS183.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS19.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS21.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS24.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS240.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS241.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS242.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS243.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS244.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS245.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS248.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS253.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS257.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS258.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS261.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS266.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS280.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS292.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS294.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS295.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS297.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS299.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS31.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS320.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS321.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS323.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS348.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS352.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS353.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS354.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS355.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS356.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS373.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS374.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS375.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS377.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS378.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS379.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS381.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS382.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS384.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS385.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS386.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS395.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS396.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS399.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS422.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS423.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS440.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS441.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS442.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS444.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS445.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS446.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS449.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS465.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS466.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS467.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS468.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS49.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS490.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS51.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS54.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS540.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS541.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS55.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS56.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS57.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS590.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS591.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS592.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS594.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS595.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS596.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS597.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS598.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS599.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS600.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS601.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS603.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS604.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS606.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS607.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS610.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS611.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS612.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS613.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS620.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS621.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS623.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS624.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS625.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS626.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS627.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS628.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS629.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS630.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS636.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS637.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS638.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS639.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS640.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS641.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS642.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS644.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS645.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS646.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS647.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS648.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS649.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS651.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS652.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS653.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS668.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS669.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS670.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS671.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS672.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS673.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS674.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS68.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS681.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS682.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS686.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS687.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS688.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS69.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS690.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS691.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS693.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS696.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS697.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS699.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS73.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS76.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74LS78.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S124.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S133.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S134.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S135.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S140.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S182.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S260.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S350.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S436.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S64.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_TTL-metric/74S65.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/3ph-servo_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/3ph-servo_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/3ph_servo.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/ACsource.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/BNC-N.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/BNC-RCA.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/DCcurrent.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/JMono-sw.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/JMono.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/JStereo-sw.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/JStereo.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/OpAmp.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/VCC.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/VDD.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/VEE.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/VSS.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/and.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/and_st.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/ant-dip.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/ant-sqr.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/ant.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/bat.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/bridge-a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/bridge-b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/buffer.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/buffer_st.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/cap-pol_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/cap-pol_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/cap-pol_c.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/cap-var_1.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/cap-var_2.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/cap_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/cap_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/cap_c.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/choke.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/cmic.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/coax.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/coil-1.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/coil-2.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/coil-3.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/coil-asym.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/coil-sym.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/coil-var_1.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/coil-var_2.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/darlN_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/darlN_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/darlP_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/darlP_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/diac.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/diode-ir.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/diode-small.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/diode-zener.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/diode.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/dot-big.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/dot-small.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/dsp-half-CA.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/dsp-half-CK.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/dsp-half.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/dsp-whole-CA.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/dsp-whole-CK.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/dsp-whole.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/fuse.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/gnd-float.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/gnd-hearth.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/gnd_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/gnd_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/ind.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/inv.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/inv_st.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/jfet-n.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/jfet-p.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/jfetn2.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/jfetp2.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/junction.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/lamp.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/ldr_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/ldr_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/led.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/meter-A.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/meter-Ohm.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/meter-V.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/mic.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/mike.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/motor-AC.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/motor-DC.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/motor-step.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/motor.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/nand.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/nand_st.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/neon.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/nmos.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/nmos2g.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/nmosenh-hot.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/nmosenh.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/nor.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/npn-hot.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/npn-small.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/npn.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/opto.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/or.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/or_st.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pmos.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pmosenh-hot.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pmosenh.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pnp-hot.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pnp-small.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pnp.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pnt-NEG.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pnt-POS.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pnt-test.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pot_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/pot_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/reed.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/relay-nosw.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/res-PNtc_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/res-PNtc_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/res-var_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/res-var_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/res_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/res_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/scr.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sig-cont.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sig-in.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sig-out.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/socket-F.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/socket-M.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/spkr.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sw-brk.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sw-nc.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sw-no.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sw-pbnc.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sw-pbno.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sw-rotX10.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sw-rotX3.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sw-rotX4.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/sw-spdt.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/switch.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/thyr.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/tr-line_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/tr-line_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/tr-line_c.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/tr-line_d.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/tr-self12.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/tr-self21.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/trans22.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/trans23.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/trans33.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/transa.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/transb.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/transc.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/transd.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/transup.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/triac.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/trimpot_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/trimpot_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/tunnel.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/ujtn.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/ujtp.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/varicap.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/xnor.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/xor.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/xtal.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-inch/zener.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/3ph-servo_a.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/3ph-servo_b.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/3ph_servo.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/ACsource.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/BNC-N.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/BNC-RCA.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/DCcurrent.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/JMono-sw.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/JMono.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/JStereo-sw.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/JStereo.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/OpAmp.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/VCC.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/VDD.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/VEE.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/VSS.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/and.fig -lib/X11/xfig/Libraries/Electronic/Schematic/More/simple_device-metric/and_st.fig *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon May 14 06:15:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C138CFDAE00; Mon, 14 May 2018 06:15:00 +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 3BCD87F692; Mon, 14 May 2018 06:04:14 +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 1C404183E7; Mon, 14 May 2018 06:04: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 w4E64Dos000358; Mon, 14 May 2018 06:04:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E64Drj000357; Mon, 14 May 2018 06:04:13 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201805140604.w4E64Drj000357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 14 May 2018 06:04:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469853 - head/devel/erlang-gpb X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/devel/erlang-gpb X-SVN-Commit-Revision: 469853 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 06:15:00 -0000 Author: olgeni Date: Mon May 14 06:04:13 2018 New Revision: 469853 URL: https://svnweb.freebsd.org/changeset/ports/469853 Log: Update devel/erlang-gpb to version 4.1.7. Modified: head/devel/erlang-gpb/Makefile head/devel/erlang-gpb/distinfo Modified: head/devel/erlang-gpb/Makefile ============================================================================== --- head/devel/erlang-gpb/Makefile Mon May 14 05:39:48 2018 (r469852) +++ head/devel/erlang-gpb/Makefile Mon May 14 06:04:13 2018 (r469853) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gpb -PORTVERSION= 4.1.6 +PORTVERSION= 4.1.7 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gpb/distinfo ============================================================================== --- head/devel/erlang-gpb/distinfo Mon May 14 05:39:48 2018 (r469852) +++ head/devel/erlang-gpb/distinfo Mon May 14 06:04:13 2018 (r469853) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525932772 -SHA256 (tomas-abrahamsson-gpb-4.1.6_GH0.tar.gz) = b4a3fb85af32dcf2c7768c78e1f637ca069f84fa9162b4a3c133b4086e62962a -SIZE (tomas-abrahamsson-gpb-4.1.6_GH0.tar.gz) = 399341 +TIMESTAMP = 1526232863 +SHA256 (tomas-abrahamsson-gpb-4.1.7_GH0.tar.gz) = 53659fa3c38bf78be1e39e3b111354a50c3b8a8e72909747383ff219992634e3 +SIZE (tomas-abrahamsson-gpb-4.1.7_GH0.tar.gz) = 399626 From owner-svn-ports-head@freebsd.org Mon May 14 06:42:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83538FDC2E5; Mon, 14 May 2018 06:42: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 330D886030; Mon, 14 May 2018 06:42:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1188B18A2C; Mon, 14 May 2018 06:42:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E6g3Ou019540; Mon, 14 May 2018 06:42:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E6g3U4019537; Mon, 14 May 2018 06:42:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805140642.w4E6g3U4019537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 14 May 2018 06:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469854 - head/science/rdkit X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/rdkit X-SVN-Commit-Revision: 469854 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 06:42:04 -0000 Author: yuri Date: Mon May 14 06:42:03 2018 New Revision: 469854 URL: https://svnweb.freebsd.org/changeset/ports/469854 Log: science/rdkit: Update 2017_09_3 -> 2018_03_1 Port changes: * Add GH_TUPLE for 2 new bundled dependencies * Add BUILD_DEPENDS and post-extract script for the new rapidjson dependency Reported by: portscout Modified: head/science/rdkit/Makefile head/science/rdkit/distinfo head/science/rdkit/pkg-plist Modified: head/science/rdkit/Makefile ============================================================================== --- head/science/rdkit/Makefile Mon May 14 06:04:13 2018 (r469853) +++ head/science/rdkit/Makefile Mon May 14 06:42:03 2018 (r469854) @@ -2,8 +2,7 @@ PORTNAME= rdkit DISTVERSIONPREFIX= Release_ -DISTVERSION= 2017_09_3 -PORTREVISION= 2 +DISTVERSION= 2018_03_1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -12,11 +11,14 @@ COMMENT= Collection of cheminformatics and machine-lea LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt -BUILD_DEPENDS= flex:textproc/flex +BUILD_DEPENDS= flex:textproc/flex \ + rapidjson>=0:devel/rapidjson LIB_DEPENDS= libboost_system.so:devel/boost-libs USES= bison:build cmake:outsource eigen:3 python USE_GITHUB= yes +GH_TUPLE= schrodinger:maeparser:8336829:maeparser/External/CoordGen/maeparser \ + schrodinger:coordgenlibs:ede3191:coordgenlibs/External/CoordGen/coordgenlibs USE_LDCONFIG= yes CMAKE_OFF= RDK_INSTALL_INTREE RDK_USE_FLEXBISON \ @@ -41,5 +43,9 @@ PYTHON_RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} PORTDOCS= * + +post-extract: + @${MKDIR} ${WRKSRC}/External/rapidjson-1.1.0 + @cd ${WRKSRC}/External/rapidjson-1.1.0 && ${LN} -s ${LOCALBASE}/include/rapidjson include .include Modified: head/science/rdkit/distinfo ============================================================================== --- head/science/rdkit/distinfo Mon May 14 06:04:13 2018 (r469853) +++ head/science/rdkit/distinfo Mon May 14 06:42:03 2018 (r469854) @@ -1,3 +1,7 @@ -TIMESTAMP = 1521697971 -SHA256 (rdkit-rdkit-Release_2017_09_3_GH0.tar.gz) = 6a4d9e9eb0ca06cbcdc20505f0c6ea0b1167b4dcdf7d1185871ba16ce701a5f4 -SIZE (rdkit-rdkit-Release_2017_09_3_GH0.tar.gz) = 29567648 +TIMESTAMP = 1524726444 +SHA256 (rdkit-rdkit-Release_2018_03_1_GH0.tar.gz) = 9edac0f57c963947b59dfe6f5a84cf3bd2d93ca7111d4d3cf883c9c61756905d +SIZE (rdkit-rdkit-Release_2018_03_1_GH0.tar.gz) = 30290905 +SHA256 (schrodinger-maeparser-8336829_GH0.tar.gz) = b075902313b95e17057199591b90c801c922d63669e8900dea95bef74d41e600 +SIZE (schrodinger-maeparser-8336829_GH0.tar.gz) = 24974 +SHA256 (schrodinger-coordgenlibs-ede3191_GH0.tar.gz) = 85b1ab66647a523a87bee584533fa81315ea82fde42542aa59e1e08bdf734471 +SIZE (schrodinger-coordgenlibs-ede3191_GH0.tar.gz) = 3721485 Modified: head/science/rdkit/pkg-plist ============================================================================== --- head/science/rdkit/pkg-plist Mon May 14 06:04:13 2018 (r469853) +++ head/science/rdkit/pkg-plist Mon May 14 06:42:03 2018 (r469854) @@ -83,6 +83,7 @@ include/rdkit/GraphMol/ChemTransforms/ChemTransforms.h include/rdkit/GraphMol/ChemTransforms/MolFragmenter.h include/rdkit/GraphMol/Chirality.h include/rdkit/GraphMol/Conformer.h +include/rdkit/GraphMol/CoordGen.h include/rdkit/GraphMol/Depictor/DepictUtils.h include/rdkit/GraphMol/Depictor/EmbeddedFrag.h include/rdkit/GraphMol/Depictor/RDDepictor.h @@ -167,6 +168,8 @@ include/rdkit/GraphMol/MolDrawing/DrawingToCairo.h include/rdkit/GraphMol/MolDrawing/DrawingToSVG.h include/rdkit/GraphMol/MolDrawing/MolDrawing.h include/rdkit/GraphMol/MolHash/MolHash.h +include/rdkit/GraphMol/MolInterchange/MolInterchange.h +include/rdkit/GraphMol/MolInterchange/details.h include/rdkit/GraphMol/MolOps.h include/rdkit/GraphMol/MolPickler.h include/rdkit/GraphMol/MolTransforms/MolTransforms.h @@ -346,6 +349,9 @@ lib/libRDKitMolDraw2D.so.1.%%SHLIB_VER%% lib/libRDKitMolHash.so lib/libRDKitMolHash.so.1 lib/libRDKitMolHash.so.1.%%SHLIB_VER%% +lib/libRDKitMolInterchange.so +lib/libRDKitMolInterchange.so.1 +lib/libRDKitMolInterchange.so.1.%%SHLIB_VER%% lib/libRDKitMolTransforms.so lib/libRDKitMolTransforms.so.1 lib/libRDKitMolTransforms.so.1.%%SHLIB_VER%% @@ -397,9 +403,15 @@ lib/libRDKitSubstructMatch.so.1.%%SHLIB_VER%% lib/libRDKitTrajectory.so lib/libRDKitTrajectory.so.1 lib/libRDKitTrajectory.so.1.%%SHLIB_VER%% +lib/libRDKitcoordgenlib.so +lib/libRDKitcoordgenlib.so.1 +lib/libRDKitcoordgenlib.so.1.%%SHLIB_VER%% lib/libRDKithc.so lib/libRDKithc.so.1 lib/libRDKithc.so.1.%%SHLIB_VER%% +lib/libRDKitmaeparser.so +lib/libRDKitmaeparser.so.1 +lib/libRDKitmaeparser.so.1.%%SHLIB_VER%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Avalon/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/AllChem.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/AtomPairs/Pairs.py @@ -438,6 +450,7 @@ lib/libRDKithc.so.1.%%SHLIB_VER%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/EState/EState_VSA.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/EState/Fingerprinter.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/EState/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/EnumerateHeterocycles.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/EnumerateStereoisomers.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/FastSDMolSupplier.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/FeatFinderCLI.py @@ -521,6 +534,7 @@ lib/libRDKithc.so.1.%%SHLIB_VER%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/inchi.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdChemReactions.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdChemicalFeatures.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdCoordGen.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdDepictor.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdDistGeom.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdFMCS.so @@ -531,6 +545,7 @@ lib/libRDKithc.so.1.%%SHLIB_VER%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdMolChemicalFeatures.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdMolDescriptors.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdMolHash.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdMolInterchange.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdMolTransforms.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdPartialCharges.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/rdkit/Chem/rdRGroupDecomposition.so @@ -847,8 +862,20 @@ lib/rdkit-targets.cmake %%DATADIR%%/Contrib/ConformerParser/Wrap/test_list.py %%DATADIR%%/Contrib/ConformerParser/test.cpp %%DATADIR%%/Contrib/ConformerParser/test_list.py +%%DATADIR%%/Contrib/Fastcluster/README.md +%%DATADIR%%/Contrib/Fastcluster/cdk2.smi +%%DATADIR%%/Contrib/Fastcluster/centroid.tsv +%%DATADIR%%/Contrib/Fastcluster/clustered.tsv +%%DATADIR%%/Contrib/Fastcluster/clustered_parse.tsv +%%DATADIR%%/Contrib/Fastcluster/fastcluster.py +%%DATADIR%%/Contrib/Fastcluster/fp.tsv +%%DATADIR%%/Contrib/Fastcluster/testdata/cdk2.sdf +%%DATADIR%%/Contrib/Fastcluster/testdata/converted.smi +%%DATADIR%%/Contrib/Fastcluster/testdata/sdf2smi.py %%DATADIR%%/Contrib/Glare/README.txt %%DATADIR%%/Contrib/Glare/glare.py +%%DATADIR%%/Contrib/IFG/README +%%DATADIR%%/Contrib/IFG/ifg.py %%DATADIR%%/Contrib/LEF/AddLabels.py %%DATADIR%%/Contrib/LEF/ClusterFps.py %%DATADIR%%/Contrib/LEF/CreateFps.py @@ -953,6 +980,7 @@ lib/rdkit-targets.cmake %%DATADIR%%/Data/struchk/checkfgs.chk %%DATADIR%%/Data/struchk/checkfgs.opt %%DATADIR%%/Data/struchk/checkfgs.trn +%%DATADIR%%/Data/templates.mae %%PYTHON%%%%DATADIR%%/Projects/DbCLI/CreateDb.py %%PYTHON%%%%DATADIR%%/Projects/DbCLI/SearchDb.py %%PYTHON%%%%DATADIR%%/Projects/DbCLI/TestDbCLI.py @@ -964,4 +992,7 @@ lib/rdkit-targets.cmake %%PYTHON%%%%DATADIR%%/Projects/DbCLI/testData/bzr_q1.mol %%PYTHON%%%%DATADIR%%/Projects/DbCLI/testData/pubchem.200.sdf %%DATADIR%%/README +%%PYTHON%%%%DATADIR%%/Scripts/FeatFinderCLI.py +%%PYTHON%%%%DATADIR%%/Scripts/PythonFormat.py +%%PYTHON%%%%DATADIR%%/Scripts/README.md %%DATADIR%%/license.txt From owner-svn-ports-head@freebsd.org Mon May 14 06:52:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E5BCFDC90B; Mon, 14 May 2018 06:52:25 +0000 (UTC) (envelope-from kp@krion.cc) Received: from krion.cc (krion.cc [148.251.235.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC2F887874; Mon, 14 May 2018 06:52:24 +0000 (UTC) (envelope-from kp@krion.cc) Received: from jo (90-152-149-189.static.highway.a1.net [90.152.149.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by krion.cc (Postfix) with ESMTPSA id 5645219891C; Mon, 14 May 2018 08:52:16 +0200 (CEST) Date: Mon, 14 May 2018 08:52:15 +0200 From: Kirill Ponomarev To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r465269 - head/databases/grass7 Message-ID: <20180514065215.msiwm257ts357iow@jo> References: <201803220834.w2M8Ywtl036519@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ahhq4mftsprhfxcx" Content-Disposition: inline In-Reply-To: <201803220834.w2M8Ywtl036519@repo.freebsd.org> User-Agent: NeoMutt/20180323 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 06:52:25 -0000 --ahhq4mftsprhfxcx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 03/22, Antoine Brodin wrote: > Author: antoine > Date: Thu Mar 22 08:34:58 2018 > New Revision: 465269 > URL: https://svnweb.freebsd.org/changeset/ports/465269 >=20 > Log: > Mark BROKEN: fails to package Could you mail URL to log every time you mark port broken, so we can track consistency. It builds fine in poudriere. --ahhq4mftsprhfxcx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFdBAABCABHFiEEJCHRFhEAQujKni1pDyI9/LMCykUFAlr5Mh8pFIAAAAAAFQAL cGthLWFkZHJlc3NAZ251cGcub3Jna3BAa3Jpb24uY2MACgkQDyI9/LMCykUFjQf/ ROW+nWK+UZRigCuZlD53PpSKQ8f39psIUo5etZAzrraJCegpGfYZLtyZq8EB0Yqa aU10h+oTrL+/GSnnDZr0PxepFskGzjOFLOwi0+L7gsnRyrtK29GnLeRe970A1YTg y6LZX7SjSVue+zLS8T6rXpA0OA3Kwfw+f4mLWZehsgWiwWVKqrKjlQ7Wl8DZUjTe H1JiS15Y+P4W1huKVLV78DsIqr7drjE5tNa62s/fIGmqwY1DykyLfxup8rnEA6jS M4DWFfSfLaZAwy3KgrKMOpwmYRLlR5yFxYZL26kwNSLSR13zA01KoQzDgeEl7I8e mAY5/o+5Y+A/gqG4ENhj1w== =3rXQ -----END PGP SIGNATURE----- --ahhq4mftsprhfxcx-- From owner-svn-ports-head@freebsd.org Mon May 14 07:26:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B40CFDDFC0; Mon, 14 May 2018 07:26:40 +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 C1EEE71BC8; Mon, 14 May 2018 07:26:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4525190DF; Mon, 14 May 2018 07:26:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E7QdGt040794; Mon, 14 May 2018 07:26:39 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E7Qdgo040792; Mon, 14 May 2018 07:26:39 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805140726.w4E7Qdgo040792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 14 May 2018 07:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469855 - head/games/ags X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/games/ags X-SVN-Commit-Revision: 469855 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 07:26:40 -0000 Author: tobik Date: Mon May 14 07:26:38 2018 New Revision: 469855 URL: https://svnweb.freebsd.org/changeset/ports/469855 Log: games/ags: Update to 3.4.1.13 Changes: https://raw.githubusercontent.com/adventuregamestudio/ags/v.3.4.1.13/Changes.txt Modified: head/games/ags/Makefile head/games/ags/distinfo Modified: head/games/ags/Makefile ============================================================================== --- head/games/ags/Makefile Mon May 14 06:42:03 2018 (r469854) +++ head/games/ags/Makefile Mon May 14 07:26:38 2018 (r469855) @@ -2,7 +2,7 @@ PORTNAME= ags DISTVERSIONPREFIX= v. -DISTVERSION= 3.4.1.12 +DISTVERSION= 3.4.1.13 CATEGORIES= games MAINTAINER= tobik@FreeBSD.org Modified: head/games/ags/distinfo ============================================================================== --- head/games/ags/distinfo Mon May 14 06:42:03 2018 (r469854) +++ head/games/ags/distinfo Mon May 14 07:26:38 2018 (r469855) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518876959 -SHA256 (adventuregamestudio-ags-v.3.4.1.12_GH0.tar.gz) = 5b7444e874dd3ab4fe279f923f8c865959cb4f2e332156f6b589b70709e5295d -SIZE (adventuregamestudio-ags-v.3.4.1.12_GH0.tar.gz) = 9446437 +TIMESTAMP = 1526281649 +SHA256 (adventuregamestudio-ags-v.3.4.1.13_GH0.tar.gz) = a902587a33974af5d88eee97ba039b5fded02907e59e435e55fe052a5b00d788 +SIZE (adventuregamestudio-ags-v.3.4.1.13_GH0.tar.gz) = 9451204 From owner-svn-ports-head@freebsd.org Mon May 14 07:42:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E3C7FDEA10; Mon, 14 May 2018 07:42:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01C9674B99; Mon, 14 May 2018 07:42:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D707E19415; Mon, 14 May 2018 07:42:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E7gcZp050626; Mon, 14 May 2018 07:42:38 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E7gcuK050623; Mon, 14 May 2018 07:42:38 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805140742.w4E7gcuK050623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 14 May 2018 07:42:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469856 - head/devel/ksql X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/ksql X-SVN-Commit-Revision: 469856 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 07:42:39 -0000 Author: tobik Date: Mon May 14 07:42:38 2018 New Revision: 469856 URL: https://svnweb.freebsd.org/changeset/ports/469856 Log: devel/ksql: Update to 0.3.2 Changes: https://kristaps.bsd.lv/ksql/ Modified: head/devel/ksql/Makefile head/devel/ksql/distinfo head/devel/ksql/pkg-plist Modified: head/devel/ksql/Makefile ============================================================================== --- head/devel/ksql/Makefile Mon May 14 07:26:38 2018 (r469855) +++ head/devel/ksql/Makefile Mon May 14 07:42:38 2018 (r469856) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ksql -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= devel databases MASTER_SITES= http://kristaps.bsd.lv/ksql/snapshots/ Modified: head/devel/ksql/distinfo ============================================================================== --- head/devel/ksql/distinfo Mon May 14 07:26:38 2018 (r469855) +++ head/devel/ksql/distinfo Mon May 14 07:42:38 2018 (r469856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525759327 -SHA256 (ksql-0.3.1.tar.gz) = 06c5734d2604b6ff604cf9fa1ee90957ad036e58f26752d5d0688e7f40e5b074 -SIZE (ksql-0.3.1.tar.gz) = 41310 +TIMESTAMP = 1526283522 +SHA256 (ksql-0.3.2.tar.gz) = 960f8b80e7a57091b393a62ab7b274b6ee3aa05950f03cad00dd6523af4cb47b +SIZE (ksql-0.3.2.tar.gz) = 44608 Modified: head/devel/ksql/pkg-plist ============================================================================== --- head/devel/ksql/pkg-plist Mon May 14 07:26:38 2018 (r469855) +++ head/devel/ksql/pkg-plist Mon May 14 07:42:38 2018 (r469856) @@ -10,6 +10,7 @@ man/man3/ksql_exec.3.gz man/man3/ksql_free.3.gz man/man3/ksql_lastid.3.gz man/man3/ksql_open.3.gz +man/man3/ksql_result_double.3.gz man/man3/ksql_role.3.gz man/man3/ksql_stmt_alloc.3.gz man/man3/ksql_stmt_double.3.gz From owner-svn-ports-head@freebsd.org Mon May 14 08:08:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF633FDFBEA; Mon, 14 May 2018 08:08:48 +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 6036F7AA99; Mon, 14 May 2018 08:08:48 +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 405D61973F; Mon, 14 May 2018 08:08:48 +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 w4E88mZg060960; Mon, 14 May 2018 08:08:48 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E88muB060959; Mon, 14 May 2018 08:08:48 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201805140808.w4E88muB060959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 14 May 2018 08:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469857 - head/lang/php70-extensions X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php70-extensions X-SVN-Commit-Revision: 469857 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 08:08:48 -0000 Author: tz Date: Mon May 14 08:08:47 2018 New Revision: 469857 URL: https://svnweb.freebsd.org/changeset/ports/469857 Log: Take over maintainership Approved by: joneum Modified: head/lang/php70-extensions/Makefile Modified: head/lang/php70-extensions/Makefile ============================================================================== --- head/lang/php70-extensions/Makefile Mon May 14 07:42:38 2018 (r469856) +++ head/lang/php70-extensions/Makefile Mon May 14 08:08:47 2018 (r469857) @@ -6,7 +6,7 @@ PORTVERSION= 1.1 CATEGORIES= lang PKGNAMESUFFIX= -extensions -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= tz@FreeBSD.org COMMENT= "meta-port" to install PHP extensions USES= metaport php From owner-svn-ports-head@freebsd.org Mon May 14 08:16:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67F88FE02DD; Mon, 14 May 2018 08:16:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BF327C6E4; Mon, 14 May 2018 08:16:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBD37198CE; Mon, 14 May 2018 08:16:47 +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 w4E8GlkI066107; Mon, 14 May 2018 08:16:47 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E8GlEr066106; Mon, 14 May 2018 08:16:47 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805140816.w4E8GlEr066106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 14 May 2018 08:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469858 - head/misc/mbuffer X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/misc/mbuffer X-SVN-Commit-Revision: 469858 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 08:16:48 -0000 Author: tobik Date: Mon May 14 08:16:47 2018 New Revision: 469858 URL: https://svnweb.freebsd.org/changeset/ports/469858 Log: misc/mbuffer: Update to 20180505 - Unify versioning scheme with how it's done upstream and on other systems - Add missing gtar to TEST_DEPENDS - Clean up some unnecessary {CONFIGURE,MAKE}_ARGS Modified: head/misc/mbuffer/Makefile head/misc/mbuffer/distinfo Modified: head/misc/mbuffer/Makefile ============================================================================== --- head/misc/mbuffer/Makefile Mon May 14 08:08:47 2018 (r469857) +++ head/misc/mbuffer/Makefile Mon May 14 08:16:47 2018 (r469858) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= mbuffer -PORTVERSION= 2018.03.18 -PORTREVISION= 1 +PORTVERSION= 20180505 CATEGORIES= misc MASTER_SITES= http://www.maier-komor.de/software/mbuffer/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= tobik@FreeBSD.org COMMENT= Tool for buffering data streams @@ -14,14 +12,13 @@ COMMENT= Tool for buffering data streams LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= gtar:archivers/gtar + USES= gmake localbase ssl tar:tgz GNU_CONFIGURE= yes -# Prevent sendfile() from being detected by configure and rejected -# by mbuffer.c due to being "unable to send from buffers". -CONFIGURE_ARGS= ac_cv_search_sendfile=no \ - ac_cv_header_gcrypt_h=no \ +CONFIGURE_ARGS= ac_cv_header_gcrypt_h=no \ ac_cv_search_gcry_cipher_algo_name=no -MAKE_ARGS= SHELL=/bin/sh +TEST_ARGS= TAR=gtar # for --ignore-failed-read TEST_TARGET= check OPTIONS_DEFINE= MHASH Modified: head/misc/mbuffer/distinfo ============================================================================== --- head/misc/mbuffer/distinfo Mon May 14 08:08:47 2018 (r469857) +++ head/misc/mbuffer/distinfo Mon May 14 08:16:47 2018 (r469858) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521439655 -SHA256 (mbuffer-20180318.tgz) = d3c1e20bf7e731602d7801f403f4f3ff8445256b89be76c20c5ba973dc8d00ea -SIZE (mbuffer-20180318.tgz) = 137259 +TIMESTAMP = 1526284647 +SHA256 (mbuffer-20180505.tgz) = 33eb3f6969be995007fe8d3b0b5e301c8d324efeab37553a492bd23d2f330b72 +SIZE (mbuffer-20180505.tgz) = 140183 From owner-svn-ports-head@freebsd.org Mon May 14 08:24:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09D8DFE0AAA; Mon, 14 May 2018 08:24:47 +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 B44187F0C1; Mon, 14 May 2018 08:24:46 +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 92CBC19A98; Mon, 14 May 2018 08:24:46 +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 w4E8OkmX070884; Mon, 14 May 2018 08:24:46 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E8OkM5070882; Mon, 14 May 2018 08:24:46 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201805140824.w4E8OkM5070882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 14 May 2018 08:24:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469859 - head/audio/schismtracker X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/audio/schismtracker X-SVN-Commit-Revision: 469859 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 08:24:47 -0000 Author: ehaupt Date: Mon May 14 08:24:45 2018 New Revision: 469859 URL: https://svnweb.freebsd.org/changeset/ports/469859 Log: Update to 20180513 Modified: head/audio/schismtracker/Makefile head/audio/schismtracker/distinfo Modified: head/audio/schismtracker/Makefile ============================================================================== --- head/audio/schismtracker/Makefile Mon May 14 08:16:47 2018 (r469858) +++ head/audio/schismtracker/Makefile Mon May 14 08:24:45 2018 (r469859) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= schismtracker -PORTVERSION= 20180209 +PORTVERSION= 20180513 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org Modified: head/audio/schismtracker/distinfo ============================================================================== --- head/audio/schismtracker/distinfo Mon May 14 08:16:47 2018 (r469858) +++ head/audio/schismtracker/distinfo Mon May 14 08:24:45 2018 (r469859) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518260261 -SHA256 (schismtracker-schismtracker-20180209_GH0.tar.gz) = 260d7ef333e740adb0293b2ca21447db81595f277b1151108020723ef1f31f9b -SIZE (schismtracker-schismtracker-20180209_GH0.tar.gz) = 1061983 +TIMESTAMP = 1526284067 +SHA256 (schismtracker-schismtracker-20180513_GH0.tar.gz) = 2e4daeb36564f1b7171b250d66318307d668ec7d3884ed37b0a1acac04684efa +SIZE (schismtracker-schismtracker-20180513_GH0.tar.gz) = 1064439 From owner-svn-ports-head@freebsd.org Mon May 14 08:34:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 929F1FE1262; Mon, 14 May 2018 08:34: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 38B8881EE6; Mon, 14 May 2018 08:34: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 179BD19C2A; Mon, 14 May 2018 08:34:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E8Y50i075712; Mon, 14 May 2018 08:34:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E8Y59x075711; Mon, 14 May 2018 08:34:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805140834.w4E8Y59x075711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 08:34:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469860 - head/devel/mk-configure X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/mk-configure X-SVN-Commit-Revision: 469860 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 08:34:06 -0000 Author: amdmi3 Date: Mon May 14 08:34:05 2018 New Revision: 469860 URL: https://svnweb.freebsd.org/changeset/ports/469860 Log: - Switch to new test framework Approved by: portmgr blanket Modified: head/devel/mk-configure/Makefile Modified: head/devel/mk-configure/Makefile ============================================================================== --- head/devel/mk-configure/Makefile Mon May 14 08:24:45 2018 (r469859) +++ head/devel/mk-configure/Makefile Mon May 14 08:34:05 2018 (r469860) @@ -34,7 +34,7 @@ do-install: ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${INSTALL_TARGET} cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -regression-test: build +do-test: ${SETENV} NOSUBDIR="tests/pkg_config_2 tests/predopost_targets \ tests/lua_dirs examples/hello_lua examples/hello_lua2 \ examples/hello_lua3" CPPFLAGS='-I/usr/local/include' \ From owner-svn-ports-head@freebsd.org Mon May 14 08:36:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A7E6FE13D3; Mon, 14 May 2018 08:36:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38BAB821F8; Mon, 14 May 2018 08:36:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A48119C2E; Mon, 14 May 2018 08:36:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E8aLVm075930; Mon, 14 May 2018 08:36:21 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E8aLAJ075928; Mon, 14 May 2018 08:36:21 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805140836.w4E8aLAJ075928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 14 May 2018 08:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469861 - head/editors/mg X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/editors/mg X-SVN-Commit-Revision: 469861 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 08:36:22 -0000 Author: tobik Date: Mon May 14 08:36:21 2018 New Revision: 469861 URL: https://svnweb.freebsd.org/changeset/ports/469861 Log: editors/mg: Update to 20180408 - Upstream moved to GitHub - Simplify docs installation Modified: head/editors/mg/Makefile head/editors/mg/distinfo Modified: head/editors/mg/Makefile ============================================================================== --- head/editors/mg/Makefile Mon May 14 08:34:05 2018 (r469860) +++ head/editors/mg/Makefile Mon May 14 08:36:21 2018 (r469861) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= mg -PORTVERSION= 20171014 +PORTVERSION= 20180408 CATEGORIES= editors -MASTER_SITES= http://homepage.boetes.org/software/mg/ MAINTAINER= tobik@FreeBSD.org COMMENT= Small, fast Emacs-like editor @@ -12,6 +11,8 @@ COMMENT= Small, fast Emacs-like editor LICENSE= PD USES= ncurses +USE_GITHUB= yes +GH_ACCOUNT= hboetes PLIST_FILES= bin/mg man/man1/mg.1.gz PORTDOCS= README tutorial @@ -37,8 +38,6 @@ do-install: post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -.endfor + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/editors/mg/distinfo ============================================================================== --- head/editors/mg/distinfo Mon May 14 08:34:05 2018 (r469860) +++ head/editors/mg/distinfo Mon May 14 08:36:21 2018 (r469861) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509015261 -SHA256 (mg-20171014.tar.gz) = 51519698f3f44acd984d7805e4e315ded50c15aba8222521f88756fd67745341 -SIZE (mg-20171014.tar.gz) = 141045 +TIMESTAMP = 1526285944 +SHA256 (hboetes-mg-20180408_GH0.tar.gz) = 85c1d47500fd042e427b670c630c228668bcc4f532a280f9ecce3d302229bbe4 +SIZE (hboetes-mg-20180408_GH0.tar.gz) = 141988 From owner-svn-ports-head@freebsd.org Mon May 14 08:38:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AF67FE14AA; Mon, 14 May 2018 08:38: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 EF5C6831C2; Mon, 14 May 2018 08:38:06 +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 CF80319C30; Mon, 14 May 2018 08:38:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E8c6DF076082; Mon, 14 May 2018 08:38:06 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E8c606076081; Mon, 14 May 2018 08:38:06 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805140838.w4E8c606076081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 14 May 2018 08:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469862 - head/editors/mg X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/editors/mg X-SVN-Commit-Revision: 469862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 08:38:07 -0000 Author: tobik Date: Mon May 14 08:38:06 2018 New Revision: 469862 URL: https://svnweb.freebsd.org/changeset/ports/469862 Log: editors/mg: Update WWW Modified: head/editors/mg/pkg-descr Modified: head/editors/mg/pkg-descr ============================================================================== --- head/editors/mg/pkg-descr Mon May 14 08:36:21 2018 (r469861) +++ head/editors/mg/pkg-descr Mon May 14 08:38:06 2018 (r469862) @@ -3,4 +3,4 @@ editor maintained by the OpenBSD Project. It is inten who can't, or don't want to, run the real GNU Emacs, or are not familiar with the vi(1) editor. -WWW: http://homepage.boetes.org/software/mg/ +WWW: https://github.com/hboetes/mg From owner-svn-ports-head@freebsd.org Mon May 14 08:47:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02CBFFE1B99; Mon, 14 May 2018 08:47:25 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9ED984FBE; Mon, 14 May 2018 08:47:24 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B02719DC0; Mon, 14 May 2018 08:47:24 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E8lO10081351; Mon, 14 May 2018 08:47:24 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E8lOs6081349; Mon, 14 May 2018 08:47:24 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201805140847.w4E8lOs6081349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Mon, 14 May 2018 08:47:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469863 - head/net/bosh-bootloader X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/bosh-bootloader X-SVN-Commit-Revision: 469863 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 08:47:25 -0000 Author: dumbbell Date: Mon May 14 08:47:23 2018 New Revision: 469863 URL: https://svnweb.freebsd.org/changeset/ports/469863 Log: net/bosh-bootloader: Update to 6.6.9 Sponsored by: Pivotal Software, Inc. Modified: head/net/bosh-bootloader/Makefile head/net/bosh-bootloader/distinfo Modified: head/net/bosh-bootloader/Makefile ============================================================================== --- head/net/bosh-bootloader/Makefile Mon May 14 08:38:06 2018 (r469862) +++ head/net/bosh-bootloader/Makefile Mon May 14 08:47:23 2018 (r469863) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-bootloader -PORTVERSION= 6.6.8 +PORTVERSION= 6.6.9 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org Modified: head/net/bosh-bootloader/distinfo ============================================================================== --- head/net/bosh-bootloader/distinfo Mon May 14 08:38:06 2018 (r469862) +++ head/net/bosh-bootloader/distinfo Mon May 14 08:47:23 2018 (r469863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525948760 -SHA256 (cloudfoundry-bosh-bootloader-6.6.8-v6.6.8_GH0.tar.gz) = 3a2158ecf72f83f83f5e01f05adb266778cbccaa08904904a7e740cbf42e269e -SIZE (cloudfoundry-bosh-bootloader-6.6.8-v6.6.8_GH0.tar.gz) = 5122067 +TIMESTAMP = 1526287479 +SHA256 (cloudfoundry-bosh-bootloader-6.6.9-v6.6.9_GH0.tar.gz) = 0e96cd6f63e68688f6294a943edf3f55fcb66b48b31ba77a719b13417bedc7e1 +SIZE (cloudfoundry-bosh-bootloader-6.6.9-v6.6.9_GH0.tar.gz) = 5122079 From owner-svn-ports-head@freebsd.org Mon May 14 08:59:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05C1CFE263A; Mon, 14 May 2018 08:59:56 +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 AFA1087FEE; Mon, 14 May 2018 08:59:55 +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 8D01D19F56; Mon, 14 May 2018 08:59:55 +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 w4E8xtwx086667; Mon, 14 May 2018 08:59:55 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E8xtIM086665; Mon, 14 May 2018 08:59:55 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805140859.w4E8xtIM086665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 14 May 2018 08:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469864 - head/databases/R-cran-RMySQL X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/databases/R-cran-RMySQL X-SVN-Commit-Revision: 469864 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 08:59:56 -0000 Author: tota Date: Mon May 14 08:59:54 2018 New Revision: 469864 URL: https://svnweb.freebsd.org/changeset/ports/469864 Log: - Update to 0.10.15 Modified: head/databases/R-cran-RMySQL/Makefile (contents, props changed) head/databases/R-cran-RMySQL/distinfo (contents, props changed) Modified: head/databases/R-cran-RMySQL/Makefile ============================================================================== --- head/databases/R-cran-RMySQL/Makefile Mon May 14 08:47:23 2018 (r469863) +++ head/databases/R-cran-RMySQL/Makefile Mon May 14 08:59:54 2018 (r469864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RMySQL -DISTVERSION= 0.10.14 +DISTVERSION= 0.10.15 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/databases/R-cran-RMySQL/distinfo ============================================================================== --- head/databases/R-cran-RMySQL/distinfo Mon May 14 08:47:23 2018 (r469863) +++ head/databases/R-cran-RMySQL/distinfo Mon May 14 08:59:54 2018 (r469864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521702779 -SHA256 (RMySQL_0.10.14.tar.gz) = 2095aa0a9aa9fbf4dad978e105423dafab62dff0f7b5a68c17600d23ec0c0905 -SIZE (RMySQL_0.10.14.tar.gz) = 52703 +TIMESTAMP = 1526279780 +SHA256 (RMySQL_0.10.15.tar.gz) = 7610de7ebc4c7739bf07af2b575faa620c1fa786803d3dc6704a4eeb0a3fac2e +SIZE (RMySQL_0.10.15.tar.gz) = 52728 From owner-svn-ports-head@freebsd.org Mon May 14 09:04:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DA77FE2C2D; Mon, 14 May 2018 09:04: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 051E888513; Mon, 14 May 2018 09:04: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 DA3571A0FA; Mon, 14 May 2018 09:04: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 w4E9458r091311; Mon, 14 May 2018 09:04:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E945wv091310; Mon, 14 May 2018 09:04:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805140904.w4E945wv091310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 09:04:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469865 - head/x11-fonts/mkfontdir X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11-fonts/mkfontdir X-SVN-Commit-Revision: 469865 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 09:04:06 -0000 Author: amdmi3 Date: Mon May 14 09:04:05 2018 New Revision: 469865 URL: https://svnweb.freebsd.org/changeset/ports/469865 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/x11-fonts/mkfontdir/Makefile Modified: head/x11-fonts/mkfontdir/Makefile ============================================================================== --- head/x11-fonts/mkfontdir/Makefile Mon May 14 08:59:54 2018 (r469864) +++ head/x11-fonts/mkfontdir/Makefile Mon May 14 09:04:05 2018 (r469865) @@ -8,10 +8,15 @@ CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= Create an index of X font files in a directory +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= mkfontscale:x11-fonts/mkfontscale XORG_CAT= app PLIST_FILES= bin/mkfontdir man/man1/mkfontdir.1.gz + +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Mon May 14 09:04:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0427FE2C92; Mon, 14 May 2018 09:04:37 +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 5697488620; Mon, 14 May 2018 09:04:37 +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 37CE81A0FD; Mon, 14 May 2018 09:04:37 +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 w4E94bFM091458; Mon, 14 May 2018 09:04:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E94aWt091456; Mon, 14 May 2018 09:04:36 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805140904.w4E94aWt091456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 14 May 2018 09:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469866 - head/devel/libqb X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/libqb X-SVN-Commit-Revision: 469866 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 09:04:37 -0000 Author: vanilla Date: Mon May 14 09:04:36 2018 New Revision: 469866 URL: https://svnweb.freebsd.org/changeset/ports/469866 Log: change to distribution tarball. PR: 227563 Submitted by: maintainer Modified: head/devel/libqb/Makefile head/devel/libqb/distinfo Modified: head/devel/libqb/Makefile ============================================================================== --- head/devel/libqb/Makefile Mon May 14 09:04:05 2018 (r469865) +++ head/devel/libqb/Makefile Mon May 14 09:04:36 2018 (r469866) @@ -3,7 +3,9 @@ PORTNAME= libqb PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= devel +MASTER_SITES= https://github.com/ClusterLabs/libqb/releases/download/v${PORTVERSION}/ MAINTAINER= dpejesh@yahoo.com COMMENT= High performance logging, tracing, ipc, and polling library @@ -17,10 +19,6 @@ GROUPS= haclient QB_SOCKET_DIR?= /var/run/qb PLIST_SUB+= QB_SOCKET_DIR=${QB_SOCKET_DIR} - -USE_GITHUB= yes -GH_ACCOUNT= ClusterLabs -GH_TAGNAME= v${PORTVERSION} USE_BINUTILS= yes USE_LDCONFIG= yes Modified: head/devel/libqb/distinfo ============================================================================== --- head/devel/libqb/distinfo Mon May 14 09:04:05 2018 (r469865) +++ head/devel/libqb/distinfo Mon May 14 09:04:36 2018 (r469866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523289774 -SHA256 (ClusterLabs-libqb-1.0.3-v1.0.3_GH0.tar.gz) = 730387ef08616ec3267c1af6bc679a5092c2ce56f16d71a2cb7369ee65221559 -SIZE (ClusterLabs-libqb-1.0.3-v1.0.3_GH0.tar.gz) = 227704 +TIMESTAMP = 1526140064 +SHA256 (libqb-1.0.3.tar.xz) = a02ba8564ba4bfe9a10bbc03d4f0952c2a73a5e674441b4ac8d19dfe54eaf4f7 +SIZE (libqb-1.0.3.tar.xz) = 490360 From owner-svn-ports-head@freebsd.org Mon May 14 09:14:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00641FE31EE; Mon, 14 May 2018 09:14:45 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A2F8F8B22B; Mon, 14 May 2018 09:14:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 805A61A2B6; Mon, 14 May 2018 09:14:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E9Eibo096380; Mon, 14 May 2018 09:14:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E9EiaU096378; Mon, 14 May 2018 09:14:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201805140914.w4E9EiaU096378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 14 May 2018 09:14:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469867 - in head/x11/i3status: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/x11/i3status: . files X-SVN-Commit-Revision: 469867 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 09:14:45 -0000 Author: bapt Date: Mon May 14 09:14:43 2018 New Revision: 469867 URL: https://svnweb.freebsd.org/changeset/ports/469867 Log: Update to 2.12 Deleted: head/x11/i3status/files/patch-src_print__cpu__temperature.c Modified: head/x11/i3status/Makefile head/x11/i3status/distinfo Modified: head/x11/i3status/Makefile ============================================================================== --- head/x11/i3status/Makefile Mon May 14 09:04:36 2018 (r469866) +++ head/x11/i3status/Makefile Mon May 14 09:14:43 2018 (r469867) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= i3status -PORTVERSION= 2.11 -PORTREVISION= 1 +PORTVERSION= 2.12 CATEGORIES= x11 MASTER_SITES= http://i3wm.org/i3status/ Modified: head/x11/i3status/distinfo ============================================================================== --- head/x11/i3status/distinfo Mon May 14 09:04:36 2018 (r469866) +++ head/x11/i3status/distinfo Mon May 14 09:14:43 2018 (r469867) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485630647 -SHA256 (i3status-2.11.tar.bz2) = 98db7e730f0ce908eb656ac10d713ae6a885676621391d54f00b719752f18c5f -SIZE (i3status-2.11.tar.bz2) = 54970 +TIMESTAMP = 1526289145 +SHA256 (i3status-2.12.tar.bz2) = 6fc6881536043391ab4bed369d956f99d1088965d8bcebed18d1932de3ba791a +SIZE (i3status-2.12.tar.bz2) = 57162 From owner-svn-ports-head@freebsd.org Mon May 14 09:15:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB1F2FE3284; Mon, 14 May 2018 09:15:19 +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 A050E8B329; Mon, 14 May 2018 09:15:19 +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 815EE1A2B8; Mon, 14 May 2018 09:15:19 +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 w4E9FJcA096530; Mon, 14 May 2018 09:15:19 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E9FJ8X096528; Mon, 14 May 2018 09:15:19 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201805140915.w4E9FJ8X096528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 14 May 2018 09:15:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469868 - head/devel/tclbsd X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/devel/tclbsd X-SVN-Commit-Revision: 469868 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 09:15:20 -0000 Author: gahr Date: Mon May 14 09:15:18 2018 New Revision: 469868 URL: https://svnweb.freebsd.org/changeset/ports/469868 Log: devel/tclbsd: update to 1.9.0 Modified: head/devel/tclbsd/Makefile head/devel/tclbsd/distinfo Modified: head/devel/tclbsd/Makefile ============================================================================== --- head/devel/tclbsd/Makefile Mon May 14 09:14:43 2018 (r469867) +++ head/devel/tclbsd/Makefile Mon May 14 09:15:18 2018 (r469868) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tclbsd -PORTVERSION= 1.7 +PORTVERSION= 1.9.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/tclbsd/distinfo ============================================================================== --- head/devel/tclbsd/distinfo Mon May 14 09:14:43 2018 (r469867) +++ head/devel/tclbsd/distinfo Mon May 14 09:15:18 2018 (r469868) @@ -1,2 +1,3 @@ -SHA256 (flightaware-tclbsd-v1.7_GH0.tar.gz) = 2be5d9439b9c64975b5e48951e7a0d3c39d2e676cd798ec75b11cddbc77a6ccd -SIZE (flightaware-tclbsd-v1.7_GH0.tar.gz) = 185616 +TIMESTAMP = 1526289025 +SHA256 (flightaware-tclbsd-v1.9.0_GH0.tar.gz) = 859a8978646fbbf84d2ffcf0a7f71314f7175adfbf8a6551eb412195cc6817e8 +SIZE (flightaware-tclbsd-v1.9.0_GH0.tar.gz) = 186500 From owner-svn-ports-head@freebsd.org Mon May 14 09:16:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20E7DFE331A; Mon, 14 May 2018 09:16:10 +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 C2CEF8B42D; Mon, 14 May 2018 09:16: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 A3FA81A2B9; Mon, 14 May 2018 09:16: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 w4E9G9ZH096747; Mon, 14 May 2018 09:16:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E9G8Si096742; Mon, 14 May 2018 09:16:08 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805140916.w4E9G8Si096742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 14 May 2018 09:16:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469869 - in head/mail: . p5-Sisimai X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/mail: . p5-Sisimai X-SVN-Commit-Revision: 469869 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 09:16:10 -0000 Author: pi Date: Mon May 14 09:16:08 2018 New Revision: 469869 URL: https://svnweb.freebsd.org/changeset/ports/469869 Log: New port: mail/p5-Sisimai Sisimai is the system formerly known as bounceHammer 4, is a Perl module for analyzing bounce mails and generate structured data in a JSON format (YAML is also available if "YAML" module is installed on your system) from parsed bounce messages. Sisimai is a coined word: Sisi (the number 4 is pronounced "Si" in Japanese) and MAI (acronym of "Mail Analyzing Interface"). WWW: http://search.cpan.org/dist/Sisimai/ PR: 228201 Added: head/mail/p5-Sisimai/ head/mail/p5-Sisimai/Makefile (contents, props changed) head/mail/p5-Sisimai/distinfo (contents, props changed) head/mail/p5-Sisimai/pkg-descr (contents, props changed) head/mail/p5-Sisimai/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Mon May 14 09:15:18 2018 (r469868) +++ head/mail/Makefile Mon May 14 09:16:08 2018 (r469869) @@ -452,6 +452,7 @@ SUBDIR += p5-SES SUBDIR += p5-Sendmail-AccessDB SUBDIR += p5-Sendmail-Milter + SUBDIR += p5-Sisimai SUBDIR += p5-Test-Email SUBDIR += p5-URI-imap SUBDIR += p5-URI-imaps Added: head/mail/p5-Sisimai/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Sisimai/Makefile Mon May 14 09:16:08 2018 (r469869) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= Sisimai +PORTVERSION= 4.22.5 +DISTVERSIONPREFIX=v +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:AKXLIX +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Mail Analyzing Interface for bounce mails + +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= p5-Module-Build-Tiny>0:devel/p5-Module-Build-Tiny +TEST_DEPENDS= p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite + +USES= perl5 +USE_PERL5= modbuild + +.include Added: head/mail/p5-Sisimai/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Sisimai/distinfo Mon May 14 09:16:08 2018 (r469869) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526143052 +SHA256 (Sisimai-v4.22.5.tar.gz) = 7e91ea6adc3448ca03e09ff8b116111ebc2fc5999b80ee212b490a20ed96df31 +SIZE (Sisimai-v4.22.5.tar.gz) = 995961 Added: head/mail/p5-Sisimai/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Sisimai/pkg-descr Mon May 14 09:16:08 2018 (r469869) @@ -0,0 +1,8 @@ +Sisimai is the system formerly known as bounceHammer 4, is a Perl +module for analyzing bounce mails and generate structured data in +a JSON format (YAML is also available if "YAML" module is installed +on your system) from parsed bounce messages. Sisimai is a coined +word: Sisi (the number 4 is pronounced "Si" in Japanese) and MAI +(acronym of "Mail Analyzing Interface"). + +WWW: http://search.cpan.org/dist/Sisimai/ Added: head/mail/p5-Sisimai/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Sisimai/pkg-plist Mon May 14 09:16:08 2018 (r469869) @@ -0,0 +1,240 @@ +%%SITE_PERL%%/Sisimai.pm +%%SITE_PERL%%/Sisimai/ARF.pm +%%SITE_PERL%%/Sisimai/Address.pm +%%SITE_PERL%%/Sisimai/Bite.pm +%%SITE_PERL%%/Sisimai/Bite/Email.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Activehunter.pm +%%SITE_PERL%%/Sisimai/Bite/Email/AmazonSES.pm +%%SITE_PERL%%/Sisimai/Bite/Email/AmazonWorkMail.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Aol.pm +%%SITE_PERL%%/Sisimai/Bite/Email/ApacheJames.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Bigfoot.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Biglobe.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Courier.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Domino.pm +%%SITE_PERL%%/Sisimai/Bite/Email/EZweb.pm +%%SITE_PERL%%/Sisimai/Bite/Email/EinsUndEins.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Exchange2003.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Exchange2007.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Exim.pm +%%SITE_PERL%%/Sisimai/Bite/Email/FML.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Facebook.pm +%%SITE_PERL%%/Sisimai/Bite/Email/GMX.pm +%%SITE_PERL%%/Sisimai/Bite/Email/GSuite.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Google.pm +%%SITE_PERL%%/Sisimai/Bite/Email/IMailServer.pm +%%SITE_PERL%%/Sisimai/Bite/Email/InterScanMSS.pm +%%SITE_PERL%%/Sisimai/Bite/Email/KDDI.pm +%%SITE_PERL%%/Sisimai/Bite/Email/MXLogic.pm +%%SITE_PERL%%/Sisimai/Bite/Email/MailFoundry.pm +%%SITE_PERL%%/Sisimai/Bite/Email/MailMarshalSMTP.pm +%%SITE_PERL%%/Sisimai/Bite/Email/MailRu.pm +%%SITE_PERL%%/Sisimai/Bite/Email/McAfee.pm +%%SITE_PERL%%/Sisimai/Bite/Email/MessageLabs.pm +%%SITE_PERL%%/Sisimai/Bite/Email/MessagingServer.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Notes.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Office365.pm +%%SITE_PERL%%/Sisimai/Bite/Email/OpenSMTPD.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Outlook.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Postfix.pm +%%SITE_PERL%%/Sisimai/Bite/Email/ReceivingSES.pm +%%SITE_PERL%%/Sisimai/Bite/Email/SendGrid.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Sendmail.pm +%%SITE_PERL%%/Sisimai/Bite/Email/SurfControl.pm +%%SITE_PERL%%/Sisimai/Bite/Email/UserDefined.pm +%%SITE_PERL%%/Sisimai/Bite/Email/V5sendmail.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Verizon.pm +%%SITE_PERL%%/Sisimai/Bite/Email/X1.pm +%%SITE_PERL%%/Sisimai/Bite/Email/X2.pm +%%SITE_PERL%%/Sisimai/Bite/Email/X3.pm +%%SITE_PERL%%/Sisimai/Bite/Email/X4.pm +%%SITE_PERL%%/Sisimai/Bite/Email/X5.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Yahoo.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Yandex.pm +%%SITE_PERL%%/Sisimai/Bite/Email/Zoho.pm +%%SITE_PERL%%/Sisimai/Bite/Email/mFILTER.pm +%%SITE_PERL%%/Sisimai/Bite/Email/qmail.pm +%%SITE_PERL%%/Sisimai/Bite/JSON.pm +%%SITE_PERL%%/Sisimai/Bite/JSON/AmazonSES.pm +%%SITE_PERL%%/Sisimai/Bite/JSON/SendGrid.pm +%%SITE_PERL%%/Sisimai/Data.pm +%%SITE_PERL%%/Sisimai/Data/JSON.pm +%%SITE_PERL%%/Sisimai/Data/YAML.pm +%%SITE_PERL%%/Sisimai/DateTime.pm +%%SITE_PERL%%/Sisimai/MDA.pm +%%SITE_PERL%%/Sisimai/MIME.pm +%%SITE_PERL%%/Sisimai/Mail.pm +%%SITE_PERL%%/Sisimai/Mail/Maildir.pm +%%SITE_PERL%%/Sisimai/Mail/Mbox.pm +%%SITE_PERL%%/Sisimai/Mail/STDIN.pm +%%SITE_PERL%%/Sisimai/Message.pm +%%SITE_PERL%%/Sisimai/Message/Email.pm +%%SITE_PERL%%/Sisimai/Message/JSON.pm +%%SITE_PERL%%/Sisimai/Order.pm +%%SITE_PERL%%/Sisimai/Order/Email.pm +%%SITE_PERL%%/Sisimai/Order/JSON.pm +%%SITE_PERL%%/Sisimai/RFC2606.pm +%%SITE_PERL%%/Sisimai/RFC3464.pm +%%SITE_PERL%%/Sisimai/RFC3834.pm +%%SITE_PERL%%/Sisimai/RFC5322.pm +%%SITE_PERL%%/Sisimai/Reason.pm +%%SITE_PERL%%/Sisimai/Reason/Blocked.pm +%%SITE_PERL%%/Sisimai/Reason/ContentError.pm +%%SITE_PERL%%/Sisimai/Reason/Delivered.pm +%%SITE_PERL%%/Sisimai/Reason/ExceedLimit.pm +%%SITE_PERL%%/Sisimai/Reason/Expired.pm +%%SITE_PERL%%/Sisimai/Reason/Feedback.pm +%%SITE_PERL%%/Sisimai/Reason/Filtered.pm +%%SITE_PERL%%/Sisimai/Reason/HasMoved.pm +%%SITE_PERL%%/Sisimai/Reason/HostUnknown.pm +%%SITE_PERL%%/Sisimai/Reason/MailboxFull.pm +%%SITE_PERL%%/Sisimai/Reason/MailerError.pm +%%SITE_PERL%%/Sisimai/Reason/MesgTooBig.pm +%%SITE_PERL%%/Sisimai/Reason/NetworkError.pm +%%SITE_PERL%%/Sisimai/Reason/NoRelaying.pm +%%SITE_PERL%%/Sisimai/Reason/NotAccept.pm +%%SITE_PERL%%/Sisimai/Reason/OnHold.pm +%%SITE_PERL%%/Sisimai/Reason/PolicyViolation.pm +%%SITE_PERL%%/Sisimai/Reason/Rejected.pm +%%SITE_PERL%%/Sisimai/Reason/SecurityError.pm +%%SITE_PERL%%/Sisimai/Reason/SpamDetected.pm +%%SITE_PERL%%/Sisimai/Reason/Suspend.pm +%%SITE_PERL%%/Sisimai/Reason/SyntaxError.pm +%%SITE_PERL%%/Sisimai/Reason/SystemError.pm +%%SITE_PERL%%/Sisimai/Reason/SystemFull.pm +%%SITE_PERL%%/Sisimai/Reason/TooManyConn.pm +%%SITE_PERL%%/Sisimai/Reason/Undefined.pm +%%SITE_PERL%%/Sisimai/Reason/UserUnknown.pm +%%SITE_PERL%%/Sisimai/Reason/Vacation.pm +%%SITE_PERL%%/Sisimai/Reason/VirusDetected.pm +%%SITE_PERL%%/Sisimai/Rhost.pm +%%SITE_PERL%%/Sisimai/Rhost/ExchangeOnline.pm +%%SITE_PERL%%/Sisimai/Rhost/FrancePTT.pm +%%SITE_PERL%%/Sisimai/Rhost/GoDaddy.pm +%%SITE_PERL%%/Sisimai/Rhost/GoogleApps.pm +%%SITE_PERL%%/Sisimai/SMTP.pm +%%SITE_PERL%%/Sisimai/SMTP/Error.pm +%%SITE_PERL%%/Sisimai/SMTP/Reply.pm +%%SITE_PERL%%/Sisimai/SMTP/Status.pm +%%SITE_PERL%%/Sisimai/String.pm +%%SITE_PERL%%/Sisimai/Time.pm +%%PERL5_MAN3%%/Sisimai.3.gz +%%PERL5_MAN3%%/Sisimai::ARF.3.gz +%%PERL5_MAN3%%/Sisimai::Address.3.gz +%%PERL5_MAN3%%/Sisimai::Bite.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Activehunter.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::AmazonSES.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::AmazonWorkMail.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Aol.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::ApacheJames.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Bigfoot.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Biglobe.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Courier.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Domino.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::EZweb.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::EinsUndEins.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Exchange2003.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Exchange2007.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Exim.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::FML.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Facebook.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::GMX.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::GSuite.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Google.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::IMailServer.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::InterScanMSS.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::KDDI.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::MXLogic.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::MailFoundry.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::MailMarshalSMTP.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::MailRu.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::McAfee.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::MessageLabs.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::MessagingServer.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Notes.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Office365.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::OpenSMTPD.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Outlook.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Postfix.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::ReceivingSES.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::SendGrid.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Sendmail.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::SurfControl.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::UserDefined.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::V5sendmail.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Verizon.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::X1.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::X2.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::X3.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::X4.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::X5.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Yahoo.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Yandex.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::Zoho.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::mFILTER.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::Email::qmail.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::JSON.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::JSON::AmazonSES.3.gz +%%PERL5_MAN3%%/Sisimai::Bite::JSON::SendGrid.3.gz +%%PERL5_MAN3%%/Sisimai::Data.3.gz +%%PERL5_MAN3%%/Sisimai::Data::JSON.3.gz +%%PERL5_MAN3%%/Sisimai::Data::YAML.3.gz +%%PERL5_MAN3%%/Sisimai::DateTime.3.gz +%%PERL5_MAN3%%/Sisimai::MDA.3.gz +%%PERL5_MAN3%%/Sisimai::MIME.3.gz +%%PERL5_MAN3%%/Sisimai::Mail.3.gz +%%PERL5_MAN3%%/Sisimai::Mail::Maildir.3.gz +%%PERL5_MAN3%%/Sisimai::Mail::Mbox.3.gz +%%PERL5_MAN3%%/Sisimai::Mail::STDIN.3.gz +%%PERL5_MAN3%%/Sisimai::Message.3.gz +%%PERL5_MAN3%%/Sisimai::Message::Email.3.gz +%%PERL5_MAN3%%/Sisimai::Message::JSON.3.gz +%%PERL5_MAN3%%/Sisimai::Order.3.gz +%%PERL5_MAN3%%/Sisimai::Order::Email.3.gz +%%PERL5_MAN3%%/Sisimai::Order::JSON.3.gz +%%PERL5_MAN3%%/Sisimai::RFC2606.3.gz +%%PERL5_MAN3%%/Sisimai::RFC3464.3.gz +%%PERL5_MAN3%%/Sisimai::RFC3834.3.gz +%%PERL5_MAN3%%/Sisimai::RFC5322.3.gz +%%PERL5_MAN3%%/Sisimai::Reason.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::Blocked.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::ContentError.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::Delivered.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::ExceedLimit.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::Expired.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::Feedback.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::Filtered.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::HasMoved.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::HostUnknown.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::MailboxFull.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::MailerError.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::MesgTooBig.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::NetworkError.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::NoRelaying.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::NotAccept.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::OnHold.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::PolicyViolation.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::Rejected.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::SecurityError.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::SpamDetected.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::Suspend.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::SyntaxError.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::SystemError.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::SystemFull.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::TooManyConn.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::Undefined.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::UserUnknown.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::Vacation.3.gz +%%PERL5_MAN3%%/Sisimai::Reason::VirusDetected.3.gz +%%PERL5_MAN3%%/Sisimai::Rhost.3.gz +%%PERL5_MAN3%%/Sisimai::Rhost::ExchangeOnline.3.gz +%%PERL5_MAN3%%/Sisimai::Rhost::FrancePTT.3.gz +%%PERL5_MAN3%%/Sisimai::Rhost::GoDaddy.3.gz +%%PERL5_MAN3%%/Sisimai::Rhost::GoogleApps.3.gz +%%PERL5_MAN3%%/Sisimai::SMTP.3.gz +%%PERL5_MAN3%%/Sisimai::SMTP::Error.3.gz +%%PERL5_MAN3%%/Sisimai::SMTP::Reply.3.gz +%%PERL5_MAN3%%/Sisimai::SMTP::Status.3.gz +%%PERL5_MAN3%%/Sisimai::String.3.gz +%%PERL5_MAN3%%/Sisimai::Time.3.gz From owner-svn-ports-head@freebsd.org Mon May 14 09:28:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAD5DFE3B70; Mon, 14 May 2018 09:28:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E2D18E197; Mon, 14 May 2018 09:28:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F2AC1A44D; Mon, 14 May 2018 09:28:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E9SRq1002375; Mon, 14 May 2018 09:28:27 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E9SQ3W002373; Mon, 14 May 2018 09:28:26 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201805140928.w4E9SQ3W002373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 14 May 2018 09:28:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469870 - head/mail/neomutt X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/mail/neomutt X-SVN-Commit-Revision: 469870 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 09:28:28 -0000 Author: bapt Date: Mon May 14 09:28:26 2018 New Revision: 469870 URL: https://svnweb.freebsd.org/changeset/ports/469870 Log: Update to 20180512 Modified: head/mail/neomutt/Makefile head/mail/neomutt/distinfo head/mail/neomutt/pkg-descr Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Mon May 14 09:16:08 2018 (r469869) +++ head/mail/neomutt/Makefile Mon May 14 09:28:26 2018 (r469870) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20180323 +PORTVERSION= 20180512 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= mail @@ -42,7 +42,6 @@ TOKYOCABINET_DESC= Tokyo Cabinet support SCREEN_DESC= Screen options CONFIGURE_ARGS= --with-ssl="${OPENSSLBASE}" \ - --disable-fcntl \ --locales-fix \ --mandir=${PREFIX}/man \ ${ICONV_CONFIGURE_ARGS} @@ -68,7 +67,7 @@ NLS_USES_OFF= gettext-runtime:build gettext-tools:bui IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_ENABLE= idn -FLOCK_CONFIGURE_ENABLE= flock +FLOCK_CONFIGURE_ON= --with-lock=flock SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ON= --sasl Modified: head/mail/neomutt/distinfo ============================================================================== --- head/mail/neomutt/distinfo Mon May 14 09:16:08 2018 (r469869) +++ head/mail/neomutt/distinfo Mon May 14 09:28:26 2018 (r469870) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522141455 -SHA256 (neomutt-neomutt-neomutt-20180323_GH0.tar.gz) = 4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b -SIZE (neomutt-neomutt-neomutt-20180323_GH0.tar.gz) = 2650465 +TIMESTAMP = 1526289307 +SHA256 (neomutt-neomutt-neomutt-20180512_GH0.tar.gz) = fe573b9b6944c2d40d42e6ab62b711e9980da2d2bc36c533e0ba322fd9f3b851 +SIZE (neomutt-neomutt-neomutt-20180512_GH0.tar.gz) = 2758674 Modified: head/mail/neomutt/pkg-descr ============================================================================== --- head/mail/neomutt/pkg-descr Mon May 14 09:16:08 2018 (r469869) +++ head/mail/neomutt/pkg-descr Mon May 14 09:28:26 2018 (r469870) @@ -6,4 +6,4 @@ What is NeoMutt? Hopefully this will build the community and reduce duplicated effort. -WWW: http://www.neomutt.org +WWW: https://www.neomutt.org From owner-svn-ports-head@freebsd.org Mon May 14 09:28:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82BC2FE3BAB; Mon, 14 May 2018 09:28:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33B998E271; Mon, 14 May 2018 09:28:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14AF81A44E; Mon, 14 May 2018 09:28:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E9SjsI002490; Mon, 14 May 2018 09:28:45 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E9SjOh002489; Mon, 14 May 2018 09:28:45 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201805140928.w4E9SjOh002489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 14 May 2018 09:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469871 - head/mail/neomutt/files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/mail/neomutt/files X-SVN-Commit-Revision: 469871 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 09:28:46 -0000 Author: bapt Date: Mon May 14 09:28:45 2018 New Revision: 469871 URL: https://svnweb.freebsd.org/changeset/ports/469871 Log: Add forgotten patch Added: head/mail/neomutt/files/patch-doc_Makefile.autosetup (contents, props changed) Added: head/mail/neomutt/files/patch-doc_Makefile.autosetup ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/neomutt/files/patch-doc_Makefile.autosetup Mon May 14 09:28:45 2018 (r469871) @@ -0,0 +1,13 @@ +--- doc/Makefile.autosetup.orig 2018-05-12 02:46:56 UTC ++++ doc/Makefile.autosetup +@@ -29,8 +29,8 @@ srcdir_DOCFILES = $(SRCDIR)/doc/PGP-Notes.txt \ + $(SRCDIR)/doc/smime-notes.txt \ + $(SRCDIR)/ChangeLog.md \ + $(SRCDIR)/CODE_OF_CONDUCT.md \ +- $(SRCDIR)/COPYRIGHT \ +- $(SRCDIR)/INSTALL \ ++ $(SRCDIR)/COPYRIGHT.md \ ++ $(SRCDIR)/INSTALL.md \ + $(SRCDIR)/LICENSE.md \ + $(SRCDIR)/README.md + From owner-svn-ports-head@freebsd.org Mon May 14 09:34:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72260FE4028; Mon, 14 May 2018 09:34: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 2327A6816A; Mon, 14 May 2018 09:34: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 054001A5E2; Mon, 14 May 2018 09:34:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E9Y5mP007409; Mon, 14 May 2018 09:34:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E9Y571007407; Mon, 14 May 2018 09:34:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805140934.w4E9Y571007407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 09:34:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469872 - head/deskutils/horde-groupware X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/deskutils/horde-groupware X-SVN-Commit-Revision: 469872 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 09:34:06 -0000 Author: amdmi3 Date: Mon May 14 09:34:05 2018 New Revision: 469872 URL: https://svnweb.freebsd.org/changeset/ports/469872 Log: - Whitespace fix - Update WWW Approved by: portmgr blanket Modified: head/deskutils/horde-groupware/Makefile head/deskutils/horde-groupware/pkg-descr Modified: head/deskutils/horde-groupware/Makefile ============================================================================== --- head/deskutils/horde-groupware/Makefile Mon May 14 09:28:45 2018 (r469871) +++ head/deskutils/horde-groupware/Makefile Mon May 14 09:34:05 2018 (r469872) @@ -10,7 +10,7 @@ COMMENT= Horde Groupware CONFLICTS= horde-webmail-[456]* -USES= horde cpe +USES= horde cpe USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ content \ Modified: head/deskutils/horde-groupware/pkg-descr ============================================================================== --- head/deskutils/horde-groupware/pkg-descr Mon May 14 09:28:45 2018 (r469871) +++ head/deskutils/horde-groupware/pkg-descr Mon May 14 09:34:05 2018 (r469872) @@ -2,4 +2,4 @@ Horde Groupware is a free, enterprise ready, browser b suite. Users can manage and share calendars, contacts, tasks and notes with the standards compliant components from the Horde Project. -WWW: http://www.horde.org/apps/groupware/ +WWW: https://www.horde.org/apps/groupware/ From owner-svn-ports-head@freebsd.org Mon May 14 10:02:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6258FFE5371; Mon, 14 May 2018 10:02:39 +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 01E2C6EB85; Mon, 14 May 2018 10:02:39 +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 D6E021AAC5; Mon, 14 May 2018 10:02:38 +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 w4EA2cAn022248; Mon, 14 May 2018 10:02:38 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EA2cRn022246; Mon, 14 May 2018 10:02:38 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805141002.w4EA2cRn022246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 14 May 2018 10:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469873 - head/textproc/R-cran-stringr X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/textproc/R-cran-stringr X-SVN-Commit-Revision: 469873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 10:02:39 -0000 Author: tota Date: Mon May 14 10:02:38 2018 New Revision: 469873 URL: https://svnweb.freebsd.org/changeset/ports/469873 Log: - Update to 1.3.1 Modified: head/textproc/R-cran-stringr/Makefile (contents, props changed) head/textproc/R-cran-stringr/distinfo (contents, props changed) Modified: head/textproc/R-cran-stringr/Makefile ============================================================================== --- head/textproc/R-cran-stringr/Makefile Mon May 14 09:34:05 2018 (r469872) +++ head/textproc/R-cran-stringr/Makefile Mon May 14 10:02:38 2018 (r469873) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stringr -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,9 +11,9 @@ COMMENT= Make it easier to work with strings LICENSE= GPLv2 -CRAN_DEPENDS= R-cran-glue>0:devel/R-cran-glue \ +CRAN_DEPENDS= R-cran-glue>=1.2.0:devel/R-cran-glue \ R-cran-magrittr>0:devel/R-cran-magrittr \ - R-cran-stringi>=1.1.6:textproc/R-cran-stringi + R-cran-stringi>=1.1.7:textproc/R-cran-stringi BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/textproc/R-cran-stringr/distinfo ============================================================================== --- head/textproc/R-cran-stringr/distinfo Mon May 14 09:34:05 2018 (r469872) +++ head/textproc/R-cran-stringr/distinfo Mon May 14 10:02:38 2018 (r469873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521668696 -SHA256 (stringr_1.3.0.tar.gz) = 23b048d2344cafa10a3480f8d52ab818525c6fdf7210290635f3a10de772bb1d -SIZE (stringr_1.3.0.tar.gz) = 118333 +TIMESTAMP = 1526290060 +SHA256 (stringr_1.3.1.tar.gz) = 7a8b8ea038e45978bd797419b16793f44f10c5355ad4c64b74d15276fef20343 +SIZE (stringr_1.3.1.tar.gz) = 119156 From owner-svn-ports-head@freebsd.org Mon May 14 10:24:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A497FE5EA2; Mon, 14 May 2018 10:24:24 +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 2D1D873740; Mon, 14 May 2018 10:24:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A8BA1AE23; Mon, 14 May 2018 10:24:24 +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 w4EAONgx032358; Mon, 14 May 2018 10:24:23 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EAONGN032356; Mon, 14 May 2018 10:24:23 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805141024.w4EAONGN032356@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, 14 May 2018 10:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469874 - head/x11-fonts/fantasque-sans-mono X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/x11-fonts/fantasque-sans-mono X-SVN-Commit-Revision: 469874 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 10:24:24 -0000 Author: rakuco Date: Mon May 14 10:24:23 2018 New Revision: 469874 URL: https://svnweb.freebsd.org/changeset/ports/469874 Log: Add options to install variants. Fantasque Sans Mono distribution site has variants aside from the standard version. Add options to allow installing those variants. PR: 228206 Submitted by: Jonathan Chen Modified: head/x11-fonts/fantasque-sans-mono/Makefile head/x11-fonts/fantasque-sans-mono/distinfo Modified: head/x11-fonts/fantasque-sans-mono/Makefile ============================================================================== --- head/x11-fonts/fantasque-sans-mono/Makefile Mon May 14 10:02:38 2018 (r469873) +++ head/x11-fonts/fantasque-sans-mono/Makefile Mon May 14 10:24:23 2018 (r469874) @@ -2,9 +2,13 @@ PORTNAME= fantasque-sans-mono PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/ -DISTNAME= FantasqueSansMono-Normal +DISTFILES= FantasqueSansMono-Normal.tar.gz \ + FantasqueSansMono-NoLoopK.tar.gz \ + FantasqueSansMono-LargeLineHeight.tar.gz \ + FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz MAINTAINER= rakuco@FreeBSD.org COMMENT= Programming font, designed with functionality in mind @@ -17,6 +21,21 @@ NO_WRKSUBDIR= yes USES= fonts OPTIONS_DEFINE= DOCS + +OPTIONS_SINGLE= VARIANT +OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK + +NORMAL_DESC= Standard +NOLOOPK_DESC= Nondescript K +LLINE_DESC= Large line spacing +LLINENOLOOPK_DESC= Large line spacing with Nondescript K + +OPTIONS_DEFAULT= NORMAL + +NORMAL_EXTRACT_ONLY= FantasqueSansMono-Normal.tar.gz +NOLOOPK_EXTRACT_ONLY= FantasqueSansMono-NoLoopK.tar.gz +LLINE_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight.tar.gz +LLINENOLOOPK_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} Modified: head/x11-fonts/fantasque-sans-mono/distinfo ============================================================================== --- head/x11-fonts/fantasque-sans-mono/distinfo Mon May 14 10:02:38 2018 (r469873) +++ head/x11-fonts/fantasque-sans-mono/distinfo Mon May 14 10:24:23 2018 (r469874) @@ -1,3 +1,9 @@ -TIMESTAMP = 1525909662 +TIMESTAMP = 1526163725 SHA256 (FantasqueSansMono-Normal.tar.gz) = 8d96295a75a71d6ddb3a905ff8db993bd6990602d3b38dd4428827af8f6ef2f7 SIZE (FantasqueSansMono-Normal.tar.gz) = 1843873 +SHA256 (FantasqueSansMono-NoLoopK.tar.gz) = 51ac5eeb6108fc538bb43f99ff3891fc045932f85228d13090830a6f481eeb10 +SIZE (FantasqueSansMono-NoLoopK.tar.gz) = 1844981 +SHA256 (FantasqueSansMono-LargeLineHeight.tar.gz) = 6cb833cb2a8442a007c89dfe1b136052d13d4962d788e226f832618d0c10cdd9 +SIZE (FantasqueSansMono-LargeLineHeight.tar.gz) = 1845258 +SHA256 (FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = c5372f405a7f95a9a98349f218af17dc76802d2ff515fc00c9303b796f89af73 +SIZE (FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = 1845073 From owner-svn-ports-head@freebsd.org Mon May 14 10:56:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C767FFE7466; Mon, 14 May 2018 10:56:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D27F7A3D0; Mon, 14 May 2018 10:56:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id C1A502213E; Mon, 14 May 2018 06:56:47 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute4.internal (MEProxy); Mon, 14 May 2018 06:56:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=FsCpjj SHqt7ZMelBvLOwdAj++5gthAEQr/XWi/3/vb4=; b=PYYxN0AezU71qYwv+pMIkC bmdM5AHzZjkj0VrDgJZRn1MsEUHnAhfKjpth3ZOhPq5eD8dxzDfXK/XaWbIoRox1 s8Tj6NlZUpUqFF07MjIvR589LCysjSEq14fMl/G/pAemYvaxvtX+yxEDS2mCyY6k 0jNWm5SVhDkunIQoPowb+aHhd8I0e5PUNqebzyeZr7lebEXnA1JuTyr/rNwtZNj4 AtoH4rrEBMNoYZjk6vZR/4xu9AM5MRSexx2yyVD9gaIN7SwPXkjx1X0YjEyvFvdK UkEwyNL5v/QDsXOIF8PVFFkoi37lHXp7Gx80AzXOqP3KIPbJO3ihtWxElOok2hxQ == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 72F13425A; Mon, 14 May 2018 06:56:47 -0400 (EDT) Message-Id: <1526295407.2311419.1371181224.2C509C6F@webmail.messagingengine.com> From: Tobias Kortkamp To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-29fe4c42 In-Reply-To: <201805141024.w4EAONGN032356@repo.freebsd.org> Subject: Re: svn commit: r469874 - head/x11-fonts/fantasque-sans-mono Date: Mon, 14 May 2018 12:56:47 +0200 References: <201805141024.w4EAONGN032356@repo.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 10:56:49 -0000 On Mon, May 14, 2018, at 12:24, Raphael Kubo da Costa wrote: > Author: rakuco > Date: Mon May 14 10:24:23 2018 > New Revision: 469874 > URL: https://svnweb.freebsd.org/changeset/ports/469874 > > Log: > Add options to install variants. > > Fantasque Sans Mono distribution site has variants aside from the standard > version. Add options to allow installing those variants. > > PR: 228206 > Submitted by: Jonathan Chen > > Modified: > head/x11-fonts/fantasque-sans-mono/Makefile > head/x11-fonts/fantasque-sans-mono/distinfo > > Modified: head/x11-fonts/fantasque-sans-mono/Makefile > ============================================================================== > --- head/x11-fonts/fantasque-sans-mono/Makefile Mon May 14 10:02:38 2018 (r469873) > +++ head/x11-fonts/fantasque-sans-mono/Makefile Mon May 14 10:24:23 2018 (r469874) > @@ -2,9 +2,13 @@ > > PORTNAME= fantasque-sans-mono > PORTVERSION= 1.7.2 > +PORTREVISION= 1 > CATEGORIES= x11-fonts > MASTER_SITES= > https://github.com/belluzj/fantasque-sans/releases/download/v$ > {PORTVERSION}/ > -DISTNAME= FantasqueSansMono-Normal > +DISTFILES= FantasqueSansMono-Normal.tar.gz \ > + FantasqueSansMono-NoLoopK.tar.gz \ > + FantasqueSansMono-LargeLineHeight.tar.gz \ > + FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz > > MAINTAINER= rakuco@FreeBSD.org > COMMENT= Programming font, designed with functionality in mind > @@ -17,6 +21,21 @@ NO_WRKSUBDIR= yes > USES= fonts > > OPTIONS_DEFINE= DOCS > + > +OPTIONS_SINGLE= VARIANT > +OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK > + > +NORMAL_DESC= Standard > +NOLOOPK_DESC= Nondescript K > +LLINE_DESC= Large line spacing > +LLINENOLOOPK_DESC= Large line spacing with Nondescript K > + > +OPTIONS_DEFAULT= NORMAL > + > +NORMAL_EXTRACT_ONLY= FantasqueSansMono-Normal.tar.gz > +NOLOOPK_EXTRACT_ONLY= FantasqueSansMono-NoLoopK.tar.gz > +LLINE_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight.tar.gz > +LLINENOLOOPK_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz Why do I have to download all variants when only one distfile is ever be used for each one? Why not use something like NORMAL_DISTFILES=FantasqueSansMono-Normal.tar.gz or NORMAL_VARS=DISTNAME=FantasqueSansMono-Normal instead of the _EXTRACT_ONLY helpers? From owner-svn-ports-head@freebsd.org Mon May 14 11:08:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BAA4FE7E28; Mon, 14 May 2018 11:08:41 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09F107C2AF; Mon, 14 May 2018 11:08:41 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0F871B486; Mon, 14 May 2018 11:08:40 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EB8eUN052534; Mon, 14 May 2018 11:08:40 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EB8eQX052533; Mon, 14 May 2018 11:08:40 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201805141108.w4EB8eQX052533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 14 May 2018 11:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469875 - head/sysutils/zidrav X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/sysutils/zidrav X-SVN-Commit-Revision: 469875 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 11:08:41 -0000 Author: dinoex Date: Mon May 14 11:08:40 2018 New Revision: 469875 URL: https://svnweb.freebsd.org/changeset/ports/469875 Log: - fix build for FreeBSD 12.0 Modified: head/sysutils/zidrav/Makefile Modified: head/sysutils/zidrav/Makefile ============================================================================== --- head/sysutils/zidrav/Makefile Mon May 14 10:24:23 2018 (r469874) +++ head/sysutils/zidrav/Makefile Mon May 14 11:08:40 2018 (r469875) @@ -13,8 +13,8 @@ COMMENT= File corruption detection and repair program LICENSE= GPLv2 -BROKEN_FreeBSD_12= Regression C++ - +USE_CXXSTD= gnu++98 +CFLAGS= -std=gnu++98 ALL_TARGET= zidrav PLIST_FILES= bin/zidrav man/man1/zidrav.1.gz From owner-svn-ports-head@freebsd.org Mon May 14 11:43:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00F82FE9520; Mon, 14 May 2018 11:43:53 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A273F837C3; Mon, 14 May 2018 11:43:52 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 834EB1BAE1; Mon, 14 May 2018 11:43:52 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EBhqjJ072211; Mon, 14 May 2018 11:43:52 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EBhqcK072209; Mon, 14 May 2018 11:43:52 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201805141143.w4EBhqcK072209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 14 May 2018 11:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469876 - in head: . net-im net-im/licq-msn X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: in head: . net-im net-im/licq-msn X-SVN-Commit-Revision: 469876 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 11:43:53 -0000 Author: dinoex Date: Mon May 14 11:43:51 2018 New Revision: 469876 URL: https://svnweb.freebsd.org/changeset/ports/469876 Log: - remove msn plugin MSN Messenger service terminated 2017-05-19 Deleted: head/net-im/licq-msn/ Modified: head/MOVED head/net-im/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon May 14 11:08:40 2018 (r469875) +++ head/MOVED Mon May 14 11:43:51 2018 (r469876) @@ -10184,3 +10184,4 @@ textproc/p5-Spork||2018-05-09|Removed, depends on expi www/p5-Kwiki||2018-05-09|Has expired: All www files wrongly belongs to www user x11-servers/x11rdp|x11-drivers/xorgxrdp|2018-05-13|Obsoleted by update of net/xrdp net-p2p/btsync|net-p2p/rslsync|2018-05-13|Renamed by the vendor +net-im/licq-msn||2018-05-14|MSN Messenger service terminated 2017-05-19 Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Mon May 14 11:08:40 2018 (r469875) +++ head/net-im/Makefile Mon May 14 11:43:51 2018 (r469876) @@ -83,7 +83,6 @@ SUBDIR += licq SUBDIR += licq-icq SUBDIR += licq-jabber - SUBDIR += licq-msn SUBDIR += licq-osd SUBDIR += licq-qt-gui SUBDIR += linux-telegram-desktop From owner-svn-ports-head@freebsd.org Mon May 14 12:08:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83DDEFEAA02; Mon, 14 May 2018 12:08:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FAB6694D0; Mon, 14 May 2018 12:08:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F91D1BE37; Mon, 14 May 2018 12:08:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EC8ACf082452; Mon, 14 May 2018 12:08:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EC8AOv082449; Mon, 14 May 2018 12:08:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805141208.w4EC8AOv082449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 14 May 2018 12:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469877 - in head/games/openbor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/games/openbor: . files X-SVN-Commit-Revision: 469877 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 12:08:11 -0000 Author: jbeich Date: Mon May 14 12:08:09 2018 New Revision: 469877 URL: https://svnweb.freebsd.org/changeset/ports/469877 Log: games/openbor: update to 6138 Changes: https://github.com/DCurrent/openbor/compare/0b077e46...5673214c Added: head/games/openbor/files/patch-source_utils.h (contents, props changed) Modified: head/games/openbor/Makefile (contents, props changed) head/games/openbor/distinfo (contents, props changed) head/games/openbor/files/patch-source_utils.c (contents, props changed) Modified: head/games/openbor/Makefile ============================================================================== --- head/games/openbor/Makefile Mon May 14 11:43:51 2018 (r469876) +++ head/games/openbor/Makefile Mon May 14 12:08:09 2018 (r469877) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 5137 +PORTVERSION?= 6138 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= 0b077e46 +GH_TAGNAME?= 5673214c USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 Modified: head/games/openbor/distinfo ============================================================================== --- head/games/openbor/distinfo Mon May 14 11:43:51 2018 (r469876) +++ head/games/openbor/distinfo Mon May 14 12:08:09 2018 (r469877) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525902990 -SHA256 (DCurrent-openbor-5137-0b077e46_GH0.tar.gz) = 549538689d66d641410abb6a25457cadd13c04176f737b9e8b5f5ac52246ec17 -SIZE (DCurrent-openbor-5137-0b077e46_GH0.tar.gz) = 74507480 +TIMESTAMP = 1526285237 +SHA256 (DCurrent-openbor-6138-5673214c_GH0.tar.gz) = e07a3970ae1eb050ade6ea02ae21dd0dbc00c028b504a8fa8f3ee73379ba7fe3 +SIZE (DCurrent-openbor-6138-5673214c_GH0.tar.gz) = 74511657 Modified: head/games/openbor/files/patch-source_utils.c ============================================================================== --- head/games/openbor/files/patch-source_utils.c Mon May 14 11:43:51 2018 (r469876) +++ head/games/openbor/files/patch-source_utils.c Mon May 14 12:08:09 2018 (r469877) @@ -1,6 +1,14 @@ ---- source/utils.c.bak 2017-04-22 14:20:08 UTC +source/utils.c:303:54: error: implicit declaration of function 'mallinfo' is invalid in C99 + [-Werror,-Wimplicit-function-declaration] + writeToLogFile("Memory usage at exit: %u\n", mallinfo().arena); + ^ +source/utils.c:303:64: error: member reference base type 'int' is not a structure or union + writeToLogFile("Memory usage at exit: %u\n", mallinfo().arena); + ~~~~~~~~~~^~~~~~ + +--- source/utils.c.orig 2017-04-22 14:20:08 UTC +++ source/utils.c -@@ -295,7 +295,7 @@ void *checkAlloc(void *ptr, size_t size, const char *f +@@ -299,7 +299,7 @@ void *checkAlloc(void *ptr, size_t size, const char *f "\n* Shutting Down *\n\n"); writeToLogFile("Out of memory!\n"); writeToLogFile("Allocation of size %i failed in function '%s' at %s:%i.\n", size, func, file, line); Added: head/games/openbor/files/patch-source_utils.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/openbor/files/patch-source_utils.h Mon May 14 12:08:09 2018 (r469877) @@ -0,0 +1,19 @@ +In file included from openborscript.c:30: +In file included from source/openborscript/config.h:12: +In file included from source/scriptlib/Interpreter.h:11: +In file included from source/scriptlib/depends.h:13: +In file included from source/globals.h:24: +source/utils.h:65:59: error: unknown type name 'time_t' +void get_time_string(char buffer[], unsigned buffer_size, time_t timestamp, char* pattern); // ex. "%Y-%m-%d %H:%M:%S" + ^ + +--- source/utils.h.orig 2018-05-13 22:01:54 UTC ++++ source/utils.h +@@ -10,6 +10,7 @@ + #define UTILS_H + + // *** INCLUDES *** ++#include + #include "types.h" + #include "stringptr.h" + From owner-svn-ports-head@freebsd.org Mon May 14 12:08:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2A5FFEAA3F; Mon, 14 May 2018 12:08: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 8FF676959C; Mon, 14 May 2018 12:08: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 70B651BE38; Mon, 14 May 2018 12:08: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 w4EC8Nwc082584; Mon, 14 May 2018 12:08:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EC8N4G082582; Mon, 14 May 2018 12:08:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805141208.w4EC8N4G082582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 14 May 2018 12:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469878 - head/www/py-flexget X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/www/py-flexget X-SVN-Commit-Revision: 469878 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 12:08:24 -0000 Author: jbeich Date: Mon May 14 12:08:22 2018 New Revision: 469878 URL: https://svnweb.freebsd.org/changeset/ports/469878 Log: www/py-flexget: update to 2.13.17 Changes: https://github.com/Flexget/Flexget/compare/2.13.16...2.13.17 Modified: head/www/py-flexget/Makefile (contents, props changed) head/www/py-flexget/distinfo (contents, props changed) Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Mon May 14 12:08:09 2018 (r469877) +++ head/www/py-flexget/Makefile Mon May 14 12:08:22 2018 (r469878) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.13.16 +PORTVERSION= 2.13.17 PORTEPOCH= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Mon May 14 12:08:09 2018 (r469877) +++ head/www/py-flexget/distinfo Mon May 14 12:08:22 2018 (r469878) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526004207 -SHA256 (flexget-Flexget-2.13.16_GH0.tar.gz) = 0699fc26517a23a346360b3d24c754dcbc396163b814382eb40c794e549fc8b5 -SIZE (flexget-Flexget-2.13.16_GH0.tar.gz) = 6963172 +TIMESTAMP = 1526263405 +SHA256 (flexget-Flexget-2.13.17_GH0.tar.gz) = b61b202c3e853e9490db6ca29ac6bd9b9e988e156c4a79d9dc9c43a862af192b +SIZE (flexget-Flexget-2.13.17_GH0.tar.gz) = 6963214 From owner-svn-ports-head@freebsd.org Mon May 14 12:08:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 365E4FEAA84; Mon, 14 May 2018 12:08: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 DA89C6967C; Mon, 14 May 2018 12:08: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 BC0D91BE39; Mon, 14 May 2018 12:08: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 w4EC8c1x082881; Mon, 14 May 2018 12:08:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EC8b6m082873; Mon, 14 May 2018 12:08:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805141208.w4EC8b6m082873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 14 May 2018 12:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469879 - in head/www/waterfox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www/waterfox: . files X-SVN-Commit-Revision: 469879 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 12:08:39 -0000 Author: jbeich Date: Mon May 14 12:08:36 2018 New Revision: 469879 URL: https://svnweb.freebsd.org/changeset/ports/469879 Log: www/waterfox: update to 56.1.0.111178 - Apply some FF61 fixes Changes: https://github.com/MrAlex94/Waterfox/compare/941b28140102e...edfc016bc021c Added: head/www/waterfox/files/patch-bug1436241 (contents, props changed) head/www/waterfox/files/patch-bug1451262 (contents, props changed) head/www/waterfox/files/patch-bug1452576 (contents, props changed) head/www/waterfox/files/patch-bug1458166 (contents, props changed) head/www/waterfox/files/patch-bug1458720 (contents, props changed) head/www/waterfox/files/patch-bug1459206 (contents, props changed) Deleted: head/www/waterfox/files/patch-bug1381815 head/www/waterfox/files/patch-bug1436983 head/www/waterfox/files/patch-bug1444668 head/www/waterfox/files/patch-bug1445234 head/www/waterfox/files/patch-bug1449530 Modified: head/www/waterfox/Makefile (contents, props changed) head/www/waterfox/distinfo (contents, props changed) head/www/waterfox/files/patch-typos (contents, props changed) Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Mon May 14 12:08:22 2018 (r469878) +++ head/www/waterfox/Makefile Mon May 14 12:08:36 2018 (r469879) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= waterfox -DISTVERSION= 56.1.0-111172 -DISTVERSIONSUFFIX= -g941b28140102e +DISTVERSION= 56.1.0-111178 +DISTVERSIONSUFFIX= -gedfc016bc021c CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Modified: head/www/waterfox/distinfo ============================================================================== --- head/www/waterfox/distinfo Mon May 14 12:08:22 2018 (r469878) +++ head/www/waterfox/distinfo Mon May 14 12:08:36 2018 (r469879) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526148821 -SHA256 (MrAlex94-Waterfox-56.1.0-111172-g941b28140102e_GH0.tar.gz) = a9cedc302e81667f75e46e971ad8e165761f3bed2e1a4a27f6fdb6bc4a812bf1 -SIZE (MrAlex94-Waterfox-56.1.0-111172-g941b28140102e_GH0.tar.gz) = 394958117 +TIMESTAMP = 1526290324 +SHA256 (MrAlex94-Waterfox-56.1.0-111178-gedfc016bc021c_GH0.tar.gz) = a34715f6954e5b557e976166b69f976f0ae3bc92b168ca26ab6d3ba62bf8e6ec +SIZE (MrAlex94-Waterfox-56.1.0-111178-gedfc016bc021c_GH0.tar.gz) = 394952776 Added: head/www/waterfox/files/patch-bug1436241 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1436241 Mon May 14 12:08:36 2018 (r469879) @@ -0,0 +1,54 @@ +commit 540471c8085c +Author: Kyle Machulis +Date: Mon Apr 30 12:49:15 2018 -0700 + + Bug 1436241 - Check redirect status code before forwarding to NPAPI. r=jimm, r=pauljt, a=RyanVM + + NPAPI may handle a 307 redirect across different origins, while they + should only happen on same origin requests. Have the browser check + this before forwarding to NPAPI. + + MozReview-Commit-ID: 5vxMooygI4g + + --HG-- + extra : source : 6d595a423fb52766abb5c1d10d4b9d7d6027d68a +--- + dom/plugins/base/nsPluginStreamListenerPeer.cpp | 18 +++++++++--------- + 1 file changed, 9 insertions(+), 9 deletions(-) + +diff --git dom/plugins/base/nsPluginStreamListenerPeer.cpp dom/plugins/base/nsPluginStreamListenerPeer.cpp +index b780688ddd0c7..dd8e84d2df075 100644 +--- dom/plugins/base/nsPluginStreamListenerPeer.cpp ++++ dom/plugins/base/nsPluginStreamListenerPeer.cpp +@@ -668,15 +668,6 @@ nsPluginStreamListenerPeer::AsyncOnChannelRedirect(nsIChannel *oldChannel, nsICh + return NS_ERROR_FAILURE; + } + +- nsCOMPtr proxyCallback = +- new ChannelRedirectProxyCallback(this, callback, oldChannel, newChannel); +- +- // Give NPAPI a chance to control redirects. +- bool notificationHandled = mPStreamListener->HandleRedirectNotification(oldChannel, newChannel, proxyCallback); +- if (notificationHandled) { +- return NS_OK; +- } +- + // Don't allow cross-origin 307 POST redirects. + nsCOMPtr oldHttpChannel(do_QueryInterface(oldChannel)); + if (oldHttpChannel) { +@@ -700,6 +691,15 @@ nsPluginStreamListenerPeer::AsyncOnChannelRedirect(nsIChannel *oldChannel, nsICh + } + } + ++ nsCOMPtr proxyCallback = ++ new ChannelRedirectProxyCallback(this, callback, oldChannel, newChannel); ++ ++ // Give NPAPI a chance to control redirects. ++ bool notificationHandled = mPStreamListener->HandleRedirectNotification(oldChannel, newChannel, proxyCallback); ++ if (notificationHandled) { ++ return NS_OK; ++ } ++ + // Fall back to channel event sink for window. + nsCOMPtr channelEventSink; + nsresult rv = GetInterfaceGlobal(NS_GET_IID(nsIChannelEventSink), getter_AddRefs(channelEventSink)); Added: head/www/waterfox/files/patch-bug1451262 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1451262 Mon May 14 12:08:36 2018 (r469879) @@ -0,0 +1,62 @@ +commit 659634effe22 +Author: Valentin Gosu +Date: Wed Apr 4 13:47:46 2018 +0300 + + Bug 1451262 - Clear gSocketThread after finishing all operations so we don't trigger thread assertions r=mayhemer + + MozReview-Commit-ID: AHMPd72S2GB + + --HG-- + extra : rebase_source : fe5fb1604e771f223d78f23fcf9d37b1f85763f9 +--- + netwerk/base/nsSocketTransportService2.cpp | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git netwerk/base/nsSocketTransportService2.cpp netwerk/base/nsSocketTransportService2.cpp +index abaa8f8fb6da3..a16d888998ae9 100644 +--- netwerk/base/nsSocketTransportService2.cpp ++++ netwerk/base/nsSocketTransportService2.cpp +@@ -1067,9 +1067,8 @@ nsSocketTransportService::Run() + // socket detach handlers get processed. + NS_ProcessPendingEvents(mRawThread); + +- gSocketThread = nullptr; +- + psm::StopSSLServerCertVerificationThreads(); ++ gSocketThread = nullptr; + + SOCKET_LOG(("STS thread exit\n")); + +commit 43e3838b681b +Author: Valentin Gosu +Date: Thu May 10 10:37:24 2018 +0200 + + Bug 1451262 - Call NS_ProcessPendingEvents after StopSSLServerCertVerificationThreads. r=mayhemer, a=RyanVM + + If there are still pending events after we null out gSocketThread, OnSocketThread() will always return false, which can trigger assertions. + + MozReview-Commit-ID: CovFIU3cKL + + --HG-- + extra : source : b859a16d74500eed3b00d7e0bc1eba0d9e0c34a4 +--- + netwerk/base/nsSocketTransportService2.cpp | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git netwerk/base/nsSocketTransportService2.cpp netwerk/base/nsSocketTransportService2.cpp +index 637a7d95f748c..06cda53f52056 100644 +--- netwerk/base/nsSocketTransportService2.cpp ++++ netwerk/base/nsSocketTransportService2.cpp +@@ -1067,7 +1067,12 @@ nsSocketTransportService::Run() + // socket detach handlers get processed. + NS_ProcessPendingEvents(mRawThread); + ++ // Stopping the SLL threads can generate new events, so we need to ++ // process them before nulling out gSocketThread, otherwise we can get ++ // !onSocketThread assertions. + psm::StopSSLServerCertVerificationThreads(); ++ NS_ProcessPendingEvents(mRawThread); ++ + gSocketThread = nullptr; + + SOCKET_LOG(("STS thread exit\n")); Added: head/www/waterfox/files/patch-bug1452576 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1452576 Mon May 14 12:08:36 2018 (r469879) @@ -0,0 +1,92 @@ +commit fac32e857b4b +Author: Andrea Marchesini +Date: Thu May 10 09:02:16 2018 +0200 + + Bug 1452576 - Improve StructuredCloneHolder for fuzzy tests. r=decoder, a=RyanVM + + --HG-- + extra : source : c8d6bf455ae5ac9a31ff9fc5418e87a66f12e89c +--- + dom/base/StructuredCloneHolder.cpp | 34 ++++++++++++++++++---------------- + 1 file changed, 18 insertions(+), 16 deletions(-) + +diff --git dom/base/StructuredCloneHolder.cpp dom/base/StructuredCloneHolder.cpp +index 745ef7871b856..9f697fc2878e7 100644 +--- dom/base/StructuredCloneHolder.cpp ++++ dom/base/StructuredCloneHolder.cpp +@@ -1024,9 +1024,9 @@ StructuredCloneHolder::CustomReadHandler(JSContext* aCx, + return ReadFormData(aCx, aReader, aIndex, this); + } + +- if (aTag == SCTAG_DOM_IMAGEBITMAP) { +- MOZ_ASSERT(mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || +- mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread); ++ if (aTag == SCTAG_DOM_IMAGEBITMAP && ++ (mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || ++ mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread)) { + + // Get the current global object. + // This can be null. +@@ -1040,7 +1040,9 @@ StructuredCloneHolder::CustomReadHandler(JSContext* aCx, + return StructuredCloneBlob::ReadStructuredClone(aCx, aReader, this); + } + +- if (aTag == SCTAG_DOM_WASM) { ++ if (aTag == SCTAG_DOM_WASM && ++ (mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || ++ mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread)) { + return ReadWasmModule(aCx, aIndex, this); + } + +@@ -1175,9 +1177,9 @@ StructuredCloneHolder::CustomReadTransferHandler(JSContext* aCx, + return true; + } + +- if (aTag == SCTAG_DOM_CANVAS) { +- MOZ_ASSERT(mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || +- mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread); ++ if (aTag == SCTAG_DOM_CANVAS && ++ (mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || ++ mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread)) { + MOZ_ASSERT(aContent); + OffscreenCanvasCloneData* data = + static_cast(aContent); +@@ -1195,9 +1197,9 @@ StructuredCloneHolder::CustomReadTransferHandler(JSContext* aCx, + return true; + } + +- if (aTag == SCTAG_DOM_IMAGEBITMAP) { +- MOZ_ASSERT(mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || +- mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread); ++ if (aTag == SCTAG_DOM_IMAGEBITMAP && ++ (mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || ++ mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread)) { + MOZ_ASSERT(aContent); + ImageBitmapCloneData* data = + static_cast(aContent); +@@ -1320,9 +1322,9 @@ StructuredCloneHolder::CustomFreeTransferHandler(uint32_t aTag, + return; + } + +- if (aTag == SCTAG_DOM_CANVAS) { +- MOZ_ASSERT(mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || +- mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread); ++ if (aTag == SCTAG_DOM_CANVAS && ++ (mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || ++ mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread)) { + MOZ_ASSERT(aContent); + OffscreenCanvasCloneData* data = + static_cast(aContent); +@@ -1330,9 +1332,9 @@ StructuredCloneHolder::CustomFreeTransferHandler(uint32_t aTag, + return; + } + +- if (aTag == SCTAG_DOM_IMAGEBITMAP) { +- MOZ_ASSERT(mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || +- mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread); ++ if (aTag == SCTAG_DOM_IMAGEBITMAP && ++ (mStructuredCloneScope == StructuredCloneScope::SameProcessSameThread || ++ mStructuredCloneScope == StructuredCloneScope::SameProcessDifferentThread)) { + MOZ_ASSERT(aContent); + ImageBitmapCloneData* data = + static_cast(aContent); Added: head/www/waterfox/files/patch-bug1458166 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1458166 Mon May 14 12:08:36 2018 (r469879) @@ -0,0 +1,75 @@ +commit 64082ca923f8 +Author: Andreas Pehrson +Date: Mon May 7 11:33:07 2018 +0200 + + Bug 1458166 - Clear out tracks while destroying MediaStream. r=bryce, a=RyanVM + + MediaStream::Destroy() is part of a controlled shutdown sequence. + If there are still tracks with content beyond Destroy() they will + only get caught by the dtor, which may be on CC shutdown and too late. + + MozReview-Commit-ID: GV6XRiTCIRk + + --HG-- + extra : source : da84235630724b32d2e619c4ae6b7ae34a4c5c2d +--- + dom/media/MediaStreamGraph.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git dom/media/MediaStreamGraph.cpp dom/media/MediaStreamGraph.cpp +index 1c6683c966084..9cdb50e8abc98 100644 +--- dom/media/MediaStreamGraph.cpp ++++ dom/media/MediaStreamGraph.cpp +@@ -2054,6 +2054,7 @@ MediaStream::DestroyImpl() + for (int32_t i = mConsumers.Length() - 1; i >= 0; --i) { + mConsumers[i]->Disconnect(); + } ++ mTracks.Clear(); + mGraph = nullptr; + } + +commit d18fab7f3fa9 +Author: Andreas Pehrson +Date: Mon May 7 11:36:35 2018 +0200 + + Bug 1458166 - Remove listeners before destroying MediaStreams. r=bryce, a=RyanVM + + If listeners are still registered to a MediaStream on MediaStream::Destroy + (triggered by MediaStream::UnregisterUser below), they will catch and act + on further events from the MediaStream (such as a track ending). + + This may dispatch runnables that are unnecessary since we know we are + shutting down. + + If we first remove the listeners from the MediaStream we will never see + said events. + + MozReview-Commit-ID: IZ1kENqL2C8 + + --HG-- + extra : source : 8dc7d2696a29c0752066ebe67962b1ad323c4153 +--- + dom/media/DOMMediaStream.cpp | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git dom/media/DOMMediaStream.cpp dom/media/DOMMediaStream.cpp +index f69324d416a8f..febb527556701 100644 +--- dom/media/DOMMediaStream.cpp ++++ dom/media/DOMMediaStream.cpp +@@ -455,10 +455,16 @@ DOMMediaStream::Destroy() + { + LOG(LogLevel::Debug, ("DOMMediaStream %p Being destroyed.", this)); + if (mOwnedListener) { ++ if (mOwnedStream) { ++ mOwnedStream->RemoveListener(mOwnedListener); ++ } + mOwnedListener->Forget(); + mOwnedListener = nullptr; + } + if (mPlaybackListener) { ++ if (mPlaybackStream) { ++ mPlaybackStream->RemoveListener(mPlaybackListener); ++ } + mPlaybackListener->Forget(); + mPlaybackListener = nullptr; + } Added: head/www/waterfox/files/patch-bug1458720 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1458720 Mon May 14 12:08:36 2018 (r469879) @@ -0,0 +1,99 @@ +commit ba437f08694c +Author: David Keeler +Date: Wed May 2 16:42:51 2018 -0700 + + Bug 1458720 - Make RunOnAllContentParents runnable from any thread. r=Ehsan, r=jcj, a=RyanVM + + In bug 1215723 RunOnAllContentParents was added to the DataStorage + implementation so we could make more security state information available in + child processes. It uses IPC APIs, which in general are not thread-safe. We need + to make sure that these APIs are only accessed on the main thread, which means + we have to copy any necessary data, create a runnable, and send it to the main + thread to do the actual work. Note that the IPC APIs are async, so this dispatch + can be async as well. + + MozReview-Commit-ID: HwkgSX1iORU + + --HG-- + extra : source : 38e60f49b316258b72f8453387049c16d2005867 +--- + security/manager/ssl/DataStorage.cpp | 34 +++++++++++++++++++++++----------- + 1 file changed, 23 insertions(+), 11 deletions(-) + +diff --git security/manager/ssl/DataStorage.cpp security/manager/ssl/DataStorage.cpp +index e93f7f50a0b39..00e43f298aae3 100644 +--- security/manager/ssl/DataStorage.cpp ++++ security/manager/ssl/DataStorage.cpp +@@ -707,6 +707,8 @@ DataStorage::MaybeEvictOneEntry(DataStorageType aType, + } + } + ++// NB: Because this may cross a thread boundary, any variables captured by the ++// Functor must be captured by copy and not by reference. + template + static + void +@@ -716,11 +718,16 @@ RunOnAllContentParents(Functor func) + return; + } + using dom::ContentParent; +- nsTArray parents; +- ContentParent::GetAll(parents); +- for (auto& parent: parents) { +- func(parent); +- } ++ ++ nsCOMPtr r = NS_NewRunnableFunction("RunOnAllContentParents", ++ [func] () { ++ nsTArray parents; ++ ContentParent::GetAll(parents); ++ for (auto& parent: parents) { ++ func(parent); ++ } ++ }); ++ MOZ_ALWAYS_SUCCEEDS(NS_DispatchToMainThread(r)); + } + + nsresult +@@ -749,12 +756,14 @@ DataStorage::Put(const nsCString& aKey, const nsCString& aValue, + return rv; + } + +- RunOnAllContentParents([&](dom::ContentParent* aParent) { ++ nsString filename(mFilename); ++ RunOnAllContentParents( ++ [aKey, aValue, aType, filename] (dom::ContentParent* aParent) { + DataStorageItem item; + item.key() = aKey; + item.value() = aValue; + item.type() = aType; +- Unused << aParent->SendDataStoragePut(mFilename, item); ++ Unused << aParent->SendDataStoragePut(filename, item); + }); + + return NS_OK; +@@ -788,8 +797,10 @@ DataStorage::Remove(const nsCString& aKey, DataStorageType aType) + Unused << AsyncSetTimer(lock); + } + +- RunOnAllContentParents([&](dom::ContentParent* aParent) { +- Unused << aParent->SendDataStorageRemove(mFilename, aKey, aType); ++ nsString filename(mFilename); ++ RunOnAllContentParents( ++ [filename, aKey, aType] (dom::ContentParent* aParent) { ++ Unused << aParent->SendDataStorageRemove(filename, aKey, aType); + }); + } + +@@ -914,8 +925,9 @@ DataStorage::Clear() + } + } + +- RunOnAllContentParents([&](dom::ContentParent* aParent) { +- Unused << aParent->SendDataStorageClear(mFilename); ++ nsString filename(mFilename); ++ RunOnAllContentParents([filename] (dom::ContentParent* aParent) { ++ Unused << aParent->SendDataStorageClear(filename); + }); + + return NS_OK; Added: head/www/waterfox/files/patch-bug1459206 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1459206 Mon May 14 12:08:36 2018 (r469879) @@ -0,0 +1,44 @@ +commit 4741651d3ac6 +Author: Andrea Marchesini +Date: Thu May 10 11:24:25 2018 +0200 + + Bug 1459206 - Use FileSystemSecurity in ContentParent::RecvGetFilesRequest. r=ehsan, a=RyanVM + + --HG-- + extra : source : a3ebab26f0d9e962f1f892335838ee1b51335378 +--- + dom/filesystem/tests/test_webkitdirectory.html | 1 + + dom/ipc/ContentParent.cpp | 8 ++++++++ + 2 files changed, 9 insertions(+) + +diff --git dom/filesystem/tests/test_webkitdirectory.html dom/filesystem/tests/test_webkitdirectory.html +index 3611039a5a46a..45957f9bb56d0 100644 +--- dom/filesystem/tests/test_webkitdirectory.html ++++ dom/filesystem/tests/test_webkitdirectory.html +@@ -151,6 +151,7 @@ function test_changeDataWhileWorking() { + + function test_setup() { + SpecialPowers.pushPrefEnv({"set": [["dom.input.dirpicker", true], ++ ["dom.filesystem.pathcheck.disabled", true], + ["dom.webkitBlink.dirPicker.enabled", true]]}, next); + } + +diff --git dom/ipc/ContentParent.cpp dom/ipc/ContentParent.cpp +index 9912238b27744..c55fb106690f0 100644 +--- dom/ipc/ContentParent.cpp ++++ dom/ipc/ContentParent.cpp +@@ -5241,6 +5241,14 @@ ContentParent::RecvGetFilesRequest(const nsID& aUUID, + { + MOZ_ASSERT(!mGetFilesPendingRequests.GetWeak(aUUID)); + ++ if (!mozilla::Preferences::GetBool("dom.filesystem.pathcheck.disabled", false)) { ++ RefPtr fss = FileSystemSecurity::Get(); ++ if (NS_WARN_IF(!fss || ++ !fss->ContentProcessHasAccessTo(ChildID(), aDirectoryPath))) { ++ return IPC_FAIL_NO_REASON(this); ++ } ++ } ++ + ErrorResult rv; + RefPtr helper = + GetFilesHelperParent::Create(aUUID, aDirectoryPath, aRecursiveFlag, this, Modified: head/www/waterfox/files/patch-typos ============================================================================== --- head/www/waterfox/files/patch-typos Mon May 14 12:08:22 2018 (r469878) +++ head/www/waterfox/files/patch-typos Mon May 14 12:08:36 2018 (r469879) @@ -40,3 +40,16 @@ Mismerges found by comparing changes with Firefox 56 +#define SOFTOKEN_BETA PR_FALSE #endif /* _SOFTKVER_H_ */ +--- widget/WidgetMessageUtils.h.orig ++++ widget/WidgetMessageUtils.h +@@ -35,10 +35,6 @@ struct ParamTraits + }; + + template<> +-struct ParamTraits : public ContiguousEnumSerializerInclusive +-{ }; +- +-template<> + struct ParamTraits + : public ContiguousEnumSerializer + { From owner-svn-ports-head@freebsd.org Mon May 14 12:18:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65B52D84064; Mon, 14 May 2018 12:18:44 +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 1964069E35; Mon, 14 May 2018 12:18:44 +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 EA7501BFCB; Mon, 14 May 2018 12:18:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4ECIhTO088230; Mon, 14 May 2018 12:18:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ECIhAD088228; Mon, 14 May 2018 12:18:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201805141218.w4ECIhAD088228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 14 May 2018 12:18:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469882 - head/lang/perl5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/lang/perl5-devel X-SVN-Commit-Revision: 469882 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 12:18:44 -0000 Author: mat Date: Mon May 14 12:18:43 2018 New Revision: 469882 URL: https://svnweb.freebsd.org/changeset/ports/469882 Log: Update to v5.27.11-38-g64a9c78095. Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon May 14 12:09:58 2018 (r469881) +++ head/lang/perl5-devel/Makefile Mon May 14 12:18:43 2018 (r469882) @@ -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.27.11-30-g38c84d6ad1 +GH_TAGNAME= v5.27.11-38-g64a9c78095 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 Mon May 14 12:09:58 2018 (r469881) +++ head/lang/perl5-devel/distinfo Mon May 14 12:18:43 2018 (r469882) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525690123 -SHA256 (perl/Perl-perl5-v5.27.11-30-g38c84d6ad1_GH0.tar.gz) = 22ad8561546a80bd51e797d97a382414f4f3de793723d53c39e079d34515c5d2 -SIZE (perl/Perl-perl5-v5.27.11-30-g38c84d6ad1_GH0.tar.gz) = 19368841 +TIMESTAMP = 1526294533 +SHA256 (perl/Perl-perl5-v5.27.11-38-g64a9c78095_GH0.tar.gz) = 35ce05d6e9d70c64047dcc76a2d0aeeeeeb454967e38227480b000b30990394d +SIZE (perl/Perl-perl5-v5.27.11-38-g64a9c78095_GH0.tar.gz) = 19368851 From owner-svn-ports-head@freebsd.org Mon May 14 12:18:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3195D840BF; Mon, 14 May 2018 12:18:56 +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 57A6469F0F; Mon, 14 May 2018 12:18:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A3861BFCC; Mon, 14 May 2018 12:18:56 +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 w4ECIuBn088375; Mon, 14 May 2018 12:18:56 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ECItEx088372; Mon, 14 May 2018 12:18:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201805141218.w4ECItEx088372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 14 May 2018 12:18:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469883 - 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: 469883 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 12:18:57 -0000 Author: mat Date: Mon May 14 12:18:55 2018 New Revision: 469883 URL: https://svnweb.freebsd.org/changeset/ports/469883 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon May 14 12:18:43 2018 (r469882) +++ head/dns/bind9-devel/Makefile Mon May 14 12:18:55 2018 (r469883) @@ -34,13 +34,13 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.0a0.2018.05.04 +ISCVERSION= 9.13.0a0.2018.05.14 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= f0d3fe5d959ab29d5d1e9e5426a62d7c11edf9ff +GL_COMMIT= 34de85dab844040f896f56d4891bc5afd4f30d1b # XXX: remove tar:bz2 USES= cpe libedit ssl tar:bz2 Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon May 14 12:18:43 2018 (r469882) +++ head/dns/bind9-devel/distinfo Mon May 14 12:18:55 2018 (r469883) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525690138 -SHA256 (isc-projects-bind9-f0d3fe5d959ab29d5d1e9e5426a62d7c11edf9ff_GL0.tar.gz) = 330e837bc02f61b9b0b13a53d35f768606a61124a233636444236edef02cb2a8 -SIZE (isc-projects-bind9-f0d3fe5d959ab29d5d1e9e5426a62d7c11edf9ff_GL0.tar.gz) = 8963375 +TIMESTAMP = 1526294640 +SHA256 (isc-projects-bind9-34de85dab844040f896f56d4891bc5afd4f30d1b_GL0.tar.gz) = 2346a94f464d971084157a5fff91f6c16805bb9596ee54a731dd04cc52a5d789 +SIZE (isc-projects-bind9-34de85dab844040f896f56d4891bc5afd4f30d1b_GL0.tar.gz) = 8955815 Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon May 14 12:18:43 2018 (r469882) +++ head/dns/bind9-devel/files/patch-configure Mon May 14 12:18:55 2018 (r469883) @@ -1,6 +1,6 @@ ---- configure.orig 2018-05-05 00:51:14 UTC +--- configure.orig 2018-05-14 07:26:43 UTC +++ configure -@@ -14760,27 +14760,9 @@ done +@@ -14772,27 +14772,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 -@@ -14823,47 +14805,7 @@ $as_echo "no" >&6; } ;; +@@ -14835,47 +14817,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 -@@ -23416,7 +23358,7 @@ $as_echo "" >&6; } +@@ -23436,7 +23378,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). From owner-svn-ports-head@freebsd.org Mon May 14 12:41:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5C8DD91A68; Mon, 14 May 2018 12:41:05 +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 73BEA6E4DA; Mon, 14 May 2018 12:41:05 +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 54DD71C32D; Mon, 14 May 2018 12:41:05 +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 w4ECf50E099625; Mon, 14 May 2018 12:41:05 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ECf5EY099623; Mon, 14 May 2018 12:41:05 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201805141241.w4ECf5EY099623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 14 May 2018 12:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469884 - head/security/krb5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/krb5-devel X-SVN-Commit-Revision: 469884 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 12:41:06 -0000 Author: cy Date: Mon May 14 12:41:04 2018 New Revision: 469884 URL: https://svnweb.freebsd.org/changeset/ports/469884 Log: Update to the latest MIT commit. Modified: head/security/krb5-devel/Makefile head/security/krb5-devel/distinfo Modified: head/security/krb5-devel/Makefile ============================================================================== --- head/security/krb5-devel/Makefile Mon May 14 12:18:55 2018 (r469883) +++ head/security/krb5-devel/Makefile Mon May 14 12:41:04 2018 (r469884) @@ -7,8 +7,8 @@ CATEGORIES= security .if !defined(MASTERDIR) PKGNAMESUFFIX= -devel .endif -HASH= 928a36a -MIT_COMMIT_DATE= 2018.05.03 +HASH= 9ef59b4 +MIT_COMMIT_DATE= 2018.05.14 PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 Modified: head/security/krb5-devel/distinfo ============================================================================== --- head/security/krb5-devel/distinfo Mon May 14 12:18:55 2018 (r469883) +++ head/security/krb5-devel/distinfo Mon May 14 12:41:04 2018 (r469884) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525412540 -SHA256 (krb5-krb5-1.17.2018.05.03-928a36a_GH0.tar.gz) = 2183af437b42a8e0ff77277e980e7ad2ab4ee6cd9f2075329275596f56ce19a4 -SIZE (krb5-krb5-1.17.2018.05.03-928a36a_GH0.tar.gz) = 6322684 +TIMESTAMP = 1526301427 +SHA256 (krb5-krb5-1.17.2018.05.14-9ef59b4_GH0.tar.gz) = 925be698ab541b6f343f1b7e06f4297aff7fda7b5d1d0bbc49387d249fb1a22a +SIZE (krb5-krb5-1.17.2018.05.14-9ef59b4_GH0.tar.gz) = 6112516 From owner-svn-ports-head@freebsd.org Mon May 14 13:13:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3A05D92FC2; Mon, 14 May 2018 13:13:50 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80C7F759C7; Mon, 14 May 2018 13:13:50 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5EEDF1C973; Mon, 14 May 2018 13:13:50 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EDDo6d018531; Mon, 14 May 2018 13:13:50 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EDDolQ018530; Mon, 14 May 2018 13:13:50 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201805141313.w4EDDolQ018530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 14 May 2018 13:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469885 - head/devel/py-cluster X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-cluster X-SVN-Commit-Revision: 469885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 13:13:51 -0000 Author: dbaio Date: Mon May 14 13:13:49 2018 New Revision: 469885 URL: https://svnweb.freebsd.org/changeset/ports/469885 Log: devel/py-cluster: Update to 1.4.1 Modified: head/devel/py-cluster/Makefile head/devel/py-cluster/distinfo Modified: head/devel/py-cluster/Makefile ============================================================================== --- head/devel/py-cluster/Makefile Mon May 14 12:41:04 2018 (r469884) +++ head/devel/py-cluster/Makefile Mon May 14 13:13:49 2018 (r469885) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cluster -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= exhuma GH_PROJECT= python-cluster -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes PORTSCOUT= skipv:regression Modified: head/devel/py-cluster/distinfo ============================================================================== --- head/devel/py-cluster/distinfo Mon May 14 12:41:04 2018 (r469884) +++ head/devel/py-cluster/distinfo Mon May 14 13:13:49 2018 (r469885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495891146 -SHA256 (exhuma-python-cluster-v1.4.0_GH0.tar.gz) = 384a9df23226b3f72c97ea0f020da85f9370c9d51ed0d08e31bf16a0af4e2d95 -SIZE (exhuma-python-cluster-v1.4.0_GH0.tar.gz) = 49454 +TIMESTAMP = 1526302703 +SHA256 (exhuma-python-cluster-v1.4.1_GH0.tar.gz) = e5f4479e618618d1e2866892cd85306e6377e738e057eeb12194359c0a563cce +SIZE (exhuma-python-cluster-v1.4.1_GH0.tar.gz) = 51859 From owner-svn-ports-head@freebsd.org Mon May 14 13:15:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53FAEDB80A4; Mon, 14 May 2018 13:15:00 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04B1776482; Mon, 14 May 2018 13:15:00 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB42A1C975; Mon, 14 May 2018 13:14:59 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EDExmv018688; Mon, 14 May 2018 13:14:59 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EDExmi018686; Mon, 14 May 2018 13:14:59 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201805141314.w4EDExmi018686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 14 May 2018 13:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469886 - head/sysutils/prips X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/prips X-SVN-Commit-Revision: 469886 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 13:15:00 -0000 Author: dbaio Date: Mon May 14 13:14:59 2018 New Revision: 469886 URL: https://svnweb.freebsd.org/changeset/ports/469886 Log: sysutils/prips: Update to 1.1.0 Modified: head/sysutils/prips/Makefile head/sysutils/prips/distinfo Modified: head/sysutils/prips/Makefile ============================================================================== --- head/sysutils/prips/Makefile Mon May 14 13:13:49 2018 (r469885) +++ head/sysutils/prips/Makefile Mon May 14 13:14:59 2018 (r469886) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= prips -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/files/sys/prips/ Modified: head/sysutils/prips/distinfo ============================================================================== --- head/sysutils/prips/distinfo Mon May 14 13:13:49 2018 (r469885) +++ head/sysutils/prips/distinfo Mon May 14 13:14:59 2018 (r469886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517960411 -SHA256 (prips-1.0.2.tar.gz) = a475357897a3c87f777a5def004e1572ffc3fa3f0fd771269a3b6f0f7720f730 -SIZE (prips-1.0.2.tar.gz) = 20354 +TIMESTAMP = 1526302869 +SHA256 (prips-1.1.0.tar.gz) = 12eec29ecab625c31252f47161d67323572c710289d7483ffb66a806a6f88473 +SIZE (prips-1.1.0.tar.gz) = 20580 From owner-svn-ports-head@freebsd.org Mon May 14 13:48:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A037DBB720; Mon, 14 May 2018 13:48:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F7C27D01D; Mon, 14 May 2018 13:48:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CD551CE3B; Mon, 14 May 2018 13:48:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EDmVpu033692; Mon, 14 May 2018 13:48:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EDmUv3033688; Mon, 14 May 2018 13:48:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141348.w4EDmUv3033688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 13:48:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469887 - in head/devel/sfml: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/devel/sfml: . files X-SVN-Commit-Revision: 469887 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 13:48:31 -0000 Author: amdmi3 Date: Mon May 14 13:48:29 2018 New Revision: 469887 URL: https://svnweb.freebsd.org/changeset/ports/469887 Log: - Update to 2.5.0 Added: head/devel/sfml/files/patch-cmake_Macros.cmake (contents, props changed) head/devel/sfml/files/patch-doc_CMakeLists.txt (contents, props changed) Modified: head/devel/sfml/Makefile head/devel/sfml/distinfo head/devel/sfml/pkg-plist Modified: head/devel/sfml/Makefile ============================================================================== --- head/devel/sfml/Makefile Mon May 14 13:14:59 2018 (r469886) +++ head/devel/sfml/Makefile Mon May 14 13:48:29 2018 (r469887) @@ -2,48 +2,68 @@ # $FreeBSD$ PORTNAME= sfml -PORTVERSION= 2.4.2 -PORTREVISION= 3 +PORTVERSION= 2.5.0 CATEGORIES= devel -MASTER_SITES= http://www.sfml-dev.org/download/sfml/${PORTVERSION}/ -DISTNAME= SFML-${PORTVERSION}-sources MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple and Fast Multimedia Library LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/license.txt +LICENSE_FILE= ${WRKSRC}/license.md -LIB_DEPENDS= libFLAC.so:audio/flac \ - libfreetype.so:print/freetype2 \ - libogg.so:audio/libogg \ - libvorbis.so:audio/libvorbis \ - libxcb-image.so:x11/xcb-util-image +USE_GITHUB= yes +GH_ACCOUNT= SFML +GH_PROJECT= SFML -USES= cmake compiler:c++11-lang dos2unix jpeg openal:al zip:infozip -CMAKE_ARGS= -DSFML_INSTALL_PKGCONFIG_FILES=ON -DOS2UNIX_FILES= CMakeLists.txt -USE_XORG= x11 xext xrandr -USE_GL= gl +USES= cmake compiler:c++11-lang +CMAKE_ARGS= -DSFML_INSTALL_PKGCONFIG_FILES=ON \ + -DSFML_USE_SYSTEM_DEPS=ON USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/SFML-${PORTVERSION} - DATADIR= ${PREFIX}/share/SFML PORTDATA= * PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES DOXYGEN +OPTIONS_GROUP= MODULES +OPTIONS_GROUP_MODULES= WINDOW GRAPHICS AUDIO NETWORK +OPTIONS_DEFAULT=${OPTIONS_GROUP_MODULES} +OPTIONS_SUB= yes +MODULES_DESC= SFML modules + +WINDOW_DESC= SFML Window module +WINDOW_CMAKE_BOOL= SFML_BUILD_WINDOW +WINDOW_USE= XORG=x11,xrandr GL=gl + +GRAPHICS_DESC= SFML Graphics module +GRAPHICS_CMAKE_BOOL= SFML_BUILD_GRAPHICS +GRAPHICS_LIB_DEPENDS= libfreetype.so:print/freetype2 +GRAPHICS_IMPLIES= WINDOW + +AUDIO_DESC= SFML Audio module +AUDIO_CMAKE_BOOL= SFML_BUILD_AUDIO +AUDIO_USES= openal:al +AUDIO_LIB_DEPENDS= libFLAC.so:audio/flac \ + libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis + +NETWORK_DESC= SFML Network module +NETWORK_CMAKE_BOOL= SFML_BUILD_NETWORK + DOXYGEN_CMAKE_BOOL= SFML_BUILD_DOC DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_IMPLIES= DOCS EXAMPLES_CMAKE_BOOL= SFML_BUILD_EXAMPLES +post-install: + @${RM} ${STAGEDIR}${PREFIX}/*.pc + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/changelog.txt ${WRKSRC}/readme.txt \ + ${INSTALL_DATA} ${WRKSRC}/changelog.md ${WRKSRC}/readme.md \ ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/sfml/distinfo ============================================================================== --- head/devel/sfml/distinfo Mon May 14 13:14:59 2018 (r469886) +++ head/devel/sfml/distinfo Mon May 14 13:48:29 2018 (r469887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486984094 -SHA256 (SFML-2.4.2-sources.zip) = 8ba04f6fde6a7b42527d69742c49da2ac529354f71f553409f9f821d618de4b6 -SIZE (SFML-2.4.2-sources.zip) = 24961872 +TIMESTAMP = 1526052490 +SHA256 (SFML-SFML-2.5.0_GH0.tar.gz) = 4bc5ed0b6658f73a31bfb8b36878d71fe1678e6e95e4f20834ab589a1bdc7ef4 +SIZE (SFML-SFML-2.5.0_GH0.tar.gz) = 22864874 Added: head/devel/sfml/files/patch-cmake_Macros.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sfml/files/patch-cmake_Macros.cmake Mon May 14 13:48:29 2018 (r469887) @@ -0,0 +1,27 @@ +--- cmake/Macros.cmake.orig 2018-05-06 06:53:30 UTC ++++ cmake/Macros.cmake +@@ -227,12 +227,12 @@ macro(sfml_add_example target) + + # add the install rule + install(TARGETS ${target} +- RUNTIME DESTINATION ${SFML_MISC_INSTALL_PREFIX}/examples/${target} COMPONENT examples +- BUNDLE DESTINATION ${SFML_MISC_INSTALL_PREFIX}/examples/${target} COMPONENT examples) ++ RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/share/examples/sfml/${target} COMPONENT examples ++ BUNDLE DESTINATION ${CMAKE_INSTALL_PREFIX}/share/examples/sfml/${target} COMPONENT examples) + + # install the example's source code + install(FILES ${THIS_SOURCES} +- DESTINATION ${SFML_MISC_INSTALL_PREFIX}/examples/${target} ++ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/examples/sfml/${target} + COMPONENT examples) + + if (THIS_RESOURCES_DIR) +@@ -243,7 +243,7 @@ macro(sfml_add_example target) + message(FATAL_ERROR "Given resources directory to install does not exist: ${THIS_RESOURCES_DIR}") + endif() + install(DIRECTORY ${THIS_RESOURCES_DIR} +- DESTINATION ${SFML_MISC_INSTALL_PREFIX}/examples/${target} ++ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/examples/sfml/${target} + COMPONENT examples) + endif() + Added: head/devel/sfml/files/patch-doc_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sfml/files/patch-doc_CMakeLists.txt Mon May 14 13:48:29 2018 (r469887) @@ -0,0 +1,11 @@ +--- doc/CMakeLists.txt.orig 2018-05-06 06:53:30 UTC ++++ doc/CMakeLists.txt +@@ -53,7 +53,7 @@ add_custom_target(doc ALL + + # setup install rules + install(DIRECTORY ${DOXYGEN_OUTPUT_DIR}/html +- DESTINATION ${SFML_MISC_INSTALL_PREFIX}/doc ++ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/sfml + COMPONENT doc) + if(DOXYGEN_HHC_PROGRAM) + install(FILES ${DOXYGEN_OUTPUT_DIR}/sfml.chm Modified: head/devel/sfml/pkg-plist ============================================================================== --- head/devel/sfml/pkg-plist Mon May 14 13:14:59 2018 (r469886) +++ head/devel/sfml/pkg-plist Mon May 14 13:48:29 2018 (r469887) @@ -16,6 +16,7 @@ include/SFML/Audio/SoundRecorder.hpp include/SFML/Audio/SoundSource.hpp include/SFML/Audio/SoundStream.hpp include/SFML/Config.hpp +include/SFML/GpuPreference.hpp include/SFML/Graphics.hpp include/SFML/Graphics/BlendMode.hpp include/SFML/Graphics/CircleShape.hpp @@ -45,6 +46,7 @@ include/SFML/Graphics/Transform.hpp include/SFML/Graphics/Transformable.hpp include/SFML/Graphics/Vertex.hpp include/SFML/Graphics/VertexArray.hpp +include/SFML/Graphics/VertexBuffer.hpp include/SFML/Graphics/View.hpp include/SFML/Main.hpp include/SFML/Network.hpp @@ -87,8 +89,10 @@ include/SFML/System/Vector2.inl include/SFML/System/Vector3.hpp include/SFML/System/Vector3.inl include/SFML/Window.hpp +include/SFML/Window/Clipboard.hpp include/SFML/Window/Context.hpp include/SFML/Window/ContextSettings.hpp +include/SFML/Window/Cursor.hpp include/SFML/Window/Event.hpp include/SFML/Window/Export.hpp include/SFML/Window/GlResource.hpp @@ -101,24 +105,29 @@ include/SFML/Window/VideoMode.hpp include/SFML/Window/Window.hpp include/SFML/Window/WindowHandle.hpp include/SFML/Window/WindowStyle.hpp -lib/libsfml-audio.so -lib/libsfml-audio.so.2.4 -lib/libsfml-audio.so.2.4.2 -lib/libsfml-graphics.so -lib/libsfml-graphics.so.2.4 -lib/libsfml-graphics.so.2.4.2 -lib/libsfml-network.so -lib/libsfml-network.so.2.4 -lib/libsfml-network.so.2.4.2 +lib/cmake/SFML/SFMLConfig.cmake +lib/cmake/SFML/SFMLConfigDependencies.cmake +lib/cmake/SFML/SFMLConfigVersion.cmake +lib/cmake/SFML/SFMLSharedTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SFML/SFMLSharedTargets.cmake +%%AUDIO%%lib/libsfml-audio.so +%%AUDIO%%lib/libsfml-audio.so.2.5 +%%AUDIO%%lib/libsfml-audio.so.2.5.0 +%%GRAPHICS%%lib/libsfml-graphics.so +%%GRAPHICS%%lib/libsfml-graphics.so.2.5 +%%GRAPHICS%%lib/libsfml-graphics.so.2.5.0 +%%NETWORK%%lib/libsfml-network.so +%%NETWORK%%lib/libsfml-network.so.2.5 +%%NETWORK%%lib/libsfml-network.so.2.5.0 lib/libsfml-system.so -lib/libsfml-system.so.2.4 -lib/libsfml-system.so.2.4.2 -lib/libsfml-window.so -lib/libsfml-window.so.2.4 -lib/libsfml-window.so.2.4.2 +lib/libsfml-system.so.2.5 +lib/libsfml-system.so.2.5.0 +%%WINDOW%%lib/libsfml-window.so +%%WINDOW%%lib/libsfml-window.so.2.5 +%%WINDOW%%lib/libsfml-window.so.2.5.0 libdata/pkgconfig/sfml-all.pc -libdata/pkgconfig/sfml-audio.pc -libdata/pkgconfig/sfml-graphics.pc -libdata/pkgconfig/sfml-network.pc +%%AUDIO%%libdata/pkgconfig/sfml-audio.pc +%%GRAPHICS%%libdata/pkgconfig/sfml-graphics.pc +%%NETWORK%%libdata/pkgconfig/sfml-network.pc libdata/pkgconfig/sfml-system.pc -libdata/pkgconfig/sfml-window.pc +%%WINDOW%%libdata/pkgconfig/sfml-window.pc From owner-svn-ports-head@freebsd.org Mon May 14 13:52:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 986DEDBBDB2; Mon, 14 May 2018 13:52: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 46C0A7E762; Mon, 14 May 2018 13:52: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 28FBA1CFF9; Mon, 14 May 2018 13:52:35 +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 w4EDqZMK038580; Mon, 14 May 2018 13:52:35 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EDqZIY038579; Mon, 14 May 2018 13:52:35 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201805141352.w4EDqZIY038579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 14 May 2018 13:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469888 - head/databases/mysql55-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/databases/mysql55-server/files X-SVN-Commit-Revision: 469888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 13:52:35 -0000 Author: ale Date: Mon May 14 13:52:34 2018 New Revision: 469888 URL: https://svnweb.freebsd.org/changeset/ports/469888 Log: Try to fix build with clang6. Added: head/databases/mysql55-server/files/patch-sql_sql_partition.cc (contents, props changed) Added: head/databases/mysql55-server/files/patch-sql_sql_partition.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql55-server/files/patch-sql_sql_partition.cc Mon May 14 13:52:34 2018 (r469888) @@ -0,0 +1,11 @@ +--- sql/sql_partition.cc.orig 2018-05-14 15:35:48.089983000 +0200 ++++ sql/sql_partition.cc 2018-05-14 15:36:03.185749000 +0200 +@@ -283,7 +283,7 @@ + } + } + part_info->set_up_defaults_for_partitioning(table->file, +- (ulonglong)0, (uint)0); ++ NULL, 0U); + DBUG_RETURN(FALSE); + } + From owner-svn-ports-head@freebsd.org Mon May 14 14:09:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AC08DC4CBF; Mon, 14 May 2018 14:09:24 +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 0584E833FF; Mon, 14 May 2018 14:09: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 D71431D1A3; Mon, 14 May 2018 14:09:23 +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 w4EE9Nbl044103; Mon, 14 May 2018 14:09:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EE9N68044102; Mon, 14 May 2018 14:09:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805141409.w4EE9N68044102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 14 May 2018 14:09:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469889 - head/graphics/libkface X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/graphics/libkface X-SVN-Commit-Revision: 469889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 14:09:24 -0000 Author: swills Date: Mon May 14 14:09:23 2018 New Revision: 469889 URL: https://svnweb.freebsd.org/changeset/ports/469889 Log: graphics/libkface: fix LIB_DEPENDS Modified: head/graphics/libkface/Makefile (contents, props changed) Modified: head/graphics/libkface/Makefile ============================================================================== --- head/graphics/libkface/Makefile Mon May 14 13:52:34 2018 (r469888) +++ head/graphics/libkface/Makefile Mon May 14 14:09:23 2018 (r469889) @@ -16,7 +16,7 @@ EXPIRATION_DATE= 2018-06-07 LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi -LIB_DEPENDS= libopencv_legacy.so:graphics/opencv +LIB_DEPENDS= libopencv_ml.so:graphics/opencv USES= cmake:outsource kde:4 pathfix pkgconfig tar:xz USE_KDE= kdelibs automoc4 marble From owner-svn-ports-head@freebsd.org Mon May 14 14:09:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87208DC4D31; Mon, 14 May 2018 14:09: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 34981837A2; Mon, 14 May 2018 14:09:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1637C1D1A4; Mon, 14 May 2018 14:09: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 w4EE9iYJ044222; Mon, 14 May 2018 14:09:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EE9iLI044221; Mon, 14 May 2018 14:09:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805141409.w4EE9iLI044221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 14 May 2018 14:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469890 - head/math/scilab-toolbox-sivp X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/math/scilab-toolbox-sivp X-SVN-Commit-Revision: 469890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 14:09:45 -0000 Author: swills Date: Mon May 14 14:09:44 2018 New Revision: 469890 URL: https://svnweb.freebsd.org/changeset/ports/469890 Log: math/scilab-toolbox-sivp: fix LIB_DEPENDS Modified: head/math/scilab-toolbox-sivp/Makefile (contents, props changed) Modified: head/math/scilab-toolbox-sivp/Makefile ============================================================================== --- head/math/scilab-toolbox-sivp/Makefile Mon May 14 14:09:23 2018 (r469889) +++ head/math/scilab-toolbox-sivp/Makefile Mon May 14 14:09:44 2018 (r469890) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Scilab Image and Video Processing Toolbox BUILD_DEPENDS= ${SCILAB_CMD}:math/scilab -LIB_DEPENDS= libopencv_legacy.so:graphics/opencv +LIB_DEPENDS= libopencv_ml.so:graphics/opencv RUN_DEPENDS= ${SCILAB_CMD}:math/scilab From owner-svn-ports-head@freebsd.org Mon May 14 14:10:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AE68DC4D98; Mon, 14 May 2018 14:10: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 3D09E83B52; Mon, 14 May 2018 14:10: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 1E0EE1D1A9; Mon, 14 May 2018 14:10: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 w4EEA6Zo044372; Mon, 14 May 2018 14:10:06 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EEA6OJ044371; Mon, 14 May 2018 14:10:06 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805141410.w4EEA6OJ044371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 14 May 2018 14:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469891 - head/graphics/libkface X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/graphics/libkface X-SVN-Commit-Revision: 469891 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 14:10:07 -0000 Author: swills Date: Mon May 14 14:10:06 2018 New Revision: 469891 URL: https://svnweb.freebsd.org/changeset/ports/469891 Log: graphics/libkface: mark broken with new opencv Modified: head/graphics/libkface/Makefile (contents, props changed) Modified: head/graphics/libkface/Makefile ============================================================================== --- head/graphics/libkface/Makefile Mon May 14 14:09:44 2018 (r469890) +++ head/graphics/libkface/Makefile Mon May 14 14:10:06 2018 (r469891) @@ -10,6 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 library for face recognition +BROKEN= Does not build with newer opencv DEPRECATED= No longer maintained upstream EXPIRATION_DATE= 2018-06-07 From owner-svn-ports-head@freebsd.org Mon May 14 14:10:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ED20DC4E45; Mon, 14 May 2018 14:10:40 +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 4D475840C0; Mon, 14 May 2018 14:10:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E2C71D1AF; Mon, 14 May 2018 14:10:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EEAe8w044506; Mon, 14 May 2018 14:10:40 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EEAexG044505; Mon, 14 May 2018 14:10:40 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805141410.w4EEAexG044505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 14 May 2018 14:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469892 - head/math/scilab-toolbox-sivp X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/math/scilab-toolbox-sivp X-SVN-Commit-Revision: 469892 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 14:10:40 -0000 Author: swills Date: Mon May 14 14:10:39 2018 New Revision: 469892 URL: https://svnweb.freebsd.org/changeset/ports/469892 Log: math/scilab-toolbox-sivp: mark broken with new opencv Modified: head/math/scilab-toolbox-sivp/Makefile (contents, props changed) Modified: head/math/scilab-toolbox-sivp/Makefile ============================================================================== --- head/math/scilab-toolbox-sivp/Makefile Mon May 14 14:10:06 2018 (r469891) +++ head/math/scilab-toolbox-sivp/Makefile Mon May 14 14:10:39 2018 (r469892) @@ -15,6 +15,7 @@ LIB_DEPENDS= libopencv_ml.so:graphics/opencv RUN_DEPENDS= ${SCILAB_CMD}:math/scilab +BROKEN= Does not build with newer opencv DEPRECATED= Cannot build with newer opencv EXPIRATION_DATE= 2018-06-07 From owner-svn-ports-head@freebsd.org Mon May 14 14:17:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91D15DDB41F; Mon, 14 May 2018 14:17:46 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40125853BC; Mon, 14 May 2018 14:17:46 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D8401D335; Mon, 14 May 2018 14:17:46 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EEHjjp049330; Mon, 14 May 2018 14:17:45 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EEHjEk049329; Mon, 14 May 2018 14:17:45 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201805141417.w4EEHjEk049329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 14 May 2018 14:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469893 - head/net-im/licq X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/net-im/licq X-SVN-Commit-Revision: 469893 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 14:17:46 -0000 Author: dinoex Date: Mon May 14 14:17:45 2018 New Revision: 469893 URL: https://svnweb.freebsd.org/changeset/ports/469893 Log: - fix build for FreeBSD 12.0 Modified: head/net-im/licq/Makefile Modified: head/net-im/licq/Makefile ============================================================================== --- head/net-im/licq/Makefile Mon May 14 14:10:39 2018 (r469892) +++ head/net-im/licq/Makefile Mon May 14 14:17:45 2018 (r469893) @@ -16,9 +16,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs BROKEN_sparc64= Does not build: fails to link -BROKEN_FreeBSD_12= Regression C++ USES= cmake:noninja iconv ssl +USE_CXXSTD= c++98 WRKSRC= ${WRKDIR}/${DISTNAME} LICQ_PORT?= net-im/licq From owner-svn-ports-head@freebsd.org Mon May 14 14:19:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80F0CDDB543; Mon, 14 May 2018 14:19:27 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3617A864AB; Mon, 14 May 2018 14:19:27 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18E121D337; Mon, 14 May 2018 14:19:27 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EEJQLe049490; Mon, 14 May 2018 14:19:26 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EEJQCN049489; Mon, 14 May 2018 14:19:26 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201805141419.w4EEJQCN049489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 14 May 2018 14:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469894 - head/emulators/vice X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/emulators/vice X-SVN-Commit-Revision: 469894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 14:19:27 -0000 Author: dinoex Date: Mon May 14 14:19:26 2018 New Revision: 469894 URL: https://svnweb.freebsd.org/changeset/ports/469894 Log: - fix build for option XAW Modified: head/emulators/vice/Makefile Modified: head/emulators/vice/Makefile ============================================================================== --- head/emulators/vice/Makefile Mon May 14 14:17:45 2018 (r469893) +++ head/emulators/vice/Makefile Mon May 14 14:19:26 2018 (r469894) @@ -98,6 +98,7 @@ USE_GL+= glu gl .if ${PORT_OPTIONS:MXAW} USE_XORG+= xaw +USES+= readline .endif .if ${PORT_OPTIONS:MNLS} From owner-svn-ports-head@freebsd.org Mon May 14 14:24:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3078DDBACF; Mon, 14 May 2018 14:24:14 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5CC487573; Mon, 14 May 2018 14:24:14 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E5F71D4C6; Mon, 14 May 2018 14:24:14 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EEOElo054191; Mon, 14 May 2018 14:24:14 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EEODFV054188; Mon, 14 May 2018 14:24:13 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201805141424.w4EEODFV054188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Mon, 14 May 2018 14:24:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469895 - in head/lang/php56: . files X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: in head/lang/php56: . files X-SVN-Commit-Revision: 469895 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 14:24:15 -0000 Author: flo Date: Mon May 14 14:24:13 2018 New Revision: 469895 URL: https://svnweb.freebsd.org/changeset/ports/469895 Log: Prevent php 5.6 (opcache) from segfaulting when compiled with clang 6.0 PR: 227723 Submitted by: dim Reported by: flo, lampa@fit.vutbr.cz Approved by: maintainer timeout MFH: 2018Q2 Added: head/lang/php56/files/patch-Zend_zend__compile.h (contents, props changed) head/lang/php56/files/patch-Zend_zend__execute.h (contents, props changed) Modified: head/lang/php56/Makefile Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Mon May 14 14:19:26 2018 (r469894) +++ head/lang/php56/Makefile Mon May 14 14:24:13 2018 (r469895) @@ -3,7 +3,7 @@ PORTNAME= php56 PORTVERSION= 5.6.36 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Added: head/lang/php56/files/patch-Zend_zend__compile.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/php56/files/patch-Zend_zend__compile.h Mon May 14 14:24:13 2018 (r469895) @@ -0,0 +1,12 @@ +--- Zend/zend_compile.h.orig 2018-02-27 23:15:25 UTC ++++ Zend/zend_compile.h +@@ -414,9 +414,6 @@ struct _zend_execute_data { + + #define EX(element) execute_data.element + +-#define EX_TMP_VAR(ex, n) ((temp_variable*)(((char*)(ex)) + ((int)(n)))) +-#define EX_TMP_VAR_NUM(ex, n) (EX_TMP_VAR(ex, 0) - (1 + (n))) +- + #define EX_CV_NUM(ex, n) (((zval***)(((char*)(ex))+ZEND_MM_ALIGNED_SIZE(sizeof(zend_execute_data))))+(n)) + + Added: head/lang/php56/files/patch-Zend_zend__execute.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/php56/files/patch-Zend_zend__execute.h Mon May 14 14:24:13 2018 (r469895) @@ -0,0 +1,18 @@ +--- Zend/zend_execute.h.orig 2018-02-27 23:15:25 UTC ++++ Zend/zend_execute.h +@@ -71,6 +71,15 @@ ZEND_API int zend_eval_stringl_ex(char *str, int str_l + ZEND_API char * zend_verify_arg_class_kind(const zend_arg_info *cur_arg_info, ulong fetch_type, const char **class_name, zend_class_entry **pce TSRMLS_DC); + ZEND_API int zend_verify_arg_error(int error_type, const zend_function *zf, zend_uint arg_num, const char *need_msg, const char *need_kind, const char *given_msg, const char *given_kind TSRMLS_DC); + ++static zend_always_inline temp_variable *EX_TMP_VAR(void *ex, int n) ++{ ++ return (temp_variable *)((zend_uintptr_t)ex + n); ++} ++static inline temp_variable *EX_TMP_VAR_NUM(void *ex, int n) ++{ ++ return (temp_variable *)((zend_uintptr_t)ex - (1 + n) * sizeof(temp_variable)); ++} ++ + static zend_always_inline void i_zval_ptr_dtor(zval *zval_ptr ZEND_FILE_LINE_DC TSRMLS_DC) + { + if (!Z_DELREF_P(zval_ptr)) { From owner-svn-ports-head@freebsd.org Mon May 14 14:56:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 011FFDF3CF4; Mon, 14 May 2018 14:56:48 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EA1D6F259; Mon, 14 May 2018 14:56:48 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 608791D990; Mon, 14 May 2018 14:56:48 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EEumHd069382; Mon, 14 May 2018 14:56:48 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EEumf2069380; Mon, 14 May 2018 14:56:48 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201805141456.w4EEumf2069380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 14 May 2018 14:56:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469896 - in head/emulators/frodo: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: in head/emulators/frodo: . files X-SVN-Commit-Revision: 469896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 14:56:49 -0000 Author: dinoex Date: Mon May 14 14:56:47 2018 New Revision: 469896 URL: https://svnweb.freebsd.org/changeset/ports/469896 Log: - fix build for FreeBSD 12.0 Added: head/emulators/frodo/files/patch-Makefile.in (contents, props changed) Modified: head/emulators/frodo/Makefile Modified: head/emulators/frodo/Makefile ============================================================================== --- head/emulators/frodo/Makefile Mon May 14 14:24:13 2018 (r469895) +++ head/emulators/frodo/Makefile Mon May 14 14:56:47 2018 (r469896) @@ -10,15 +10,17 @@ DISTNAME= FrodoV4_1b.Src MAINTAINER= dinoex@FreeBSD.org COMMENT= Emulates a Commodore 64 -BROKEN_FreeBSD_12= Regression C++ - USES= shebangfix tk:run +USE_CXXSTD= gnu++98 +CXXFLAGS+= -std=gnu++98 USE_XORG= x11 xt xext sm ice +GNU_CONFIGURE= yes +CONFIGURE_ENV= CXXFLAGS='${CXXFLAGS}' +MAKE_ENV= LDFLAGS='${LDFLAGS}' ALL_TARGET= Frodo INSTALL_WRKSRC= ${WRKDIR}/Frodo-4.1b -WRKSRC= ${INSTALL_WRKSRC}/Src -GNU_CONFIGURE= yes SHEBANG_FILES= ../TkGui.tcl +WRKSRC= ${INSTALL_WRKSRC}/Src ROM= 1541 Basic Char Kernal Added: head/emulators/frodo/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/frodo/files/patch-Makefile.in Mon May 14 14:56:47 2018 (r469896) @@ -0,0 +1,23 @@ +--- Makefile.in.orig 2002-01-02 16:44:04 UTC ++++ Makefile.in +@@ -9,6 +9,7 @@ REVISION = 1 + CXX = @CXX@ + LIBS = @LIBS@ + CFLAGS = @CFLAGS@ -I./ -DFRODO_HPUX_REV=@HPUX_REV@ -DKBD_LANG=@KBD_LANG@ ++CXXFLAGS = @CXXFLAGS@ @CFLAGS@ -I./ -DFRODO_HPUX_REV=@HPUX_REV@ -DKBD_LANG=@KBD_LANG@ + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -62,10 +63,10 @@ depend dep: + makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null + + .cpp.o: +- $(CC) $(INCLUDES) $(CFLAGS) -o $@ -c $*.cpp ++ $(CC) $(INCLUDES) $(CXXFLAGS) -o $@ -c $*.cpp + + .cpp.s: +- $(CC) $(INCLUDES) $(CFLAGS) $(EXTRAFLAGS) -o $@ -S $*.cpp -g0 ++ $(CC) $(INCLUDES) $(CXXFLAGS) $(EXTRAFLAGS) -o $@ -S $*.cpp -g0 + + C64_PC.o: C64.cpp C64.h C64_x.i CmdPipe.h CPUC64.h CPU1541.h VIC.h SID.h CIA.h REU.h IEC.h 1541job.h Display.h Prefs.h + $(CC) $(INCLUDES) $(CFLAGS) $(PCFLAGS) -o $@ -c $*.cpp From owner-svn-ports-head@freebsd.org Mon May 14 15:04:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BF06DF4215; Mon, 14 May 2018 15:04:24 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C279B704D2; Mon, 14 May 2018 15:04:23 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2A5C1DB35; Mon, 14 May 2018 15:04:23 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EF4NhH074389; Mon, 14 May 2018 15:04:23 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EF4Nef074388; Mon, 14 May 2018 15:04:23 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201805141504.w4EF4Nef074388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 14 May 2018 15:04:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469897 - head/multimedia/sabbu X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/multimedia/sabbu X-SVN-Commit-Revision: 469897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:04:24 -0000 Author: dinoex Date: Mon May 14 15:04:23 2018 New Revision: 469897 URL: https://svnweb.freebsd.org/changeset/ports/469897 Log: - fix build for FreeBSD 12.0 Modified: head/multimedia/sabbu/Makefile Modified: head/multimedia/sabbu/Makefile ============================================================================== --- head/multimedia/sabbu/Makefile Mon May 14 14:56:47 2018 (r469896) +++ head/multimedia/sabbu/Makefile Mon May 14 15:04:23 2018 (r469897) @@ -1,4 +1,3 @@ -# $FreeBSD: head/ports-mgmt/pkg_jail/files/pkg_update 411390 2016-03-19 11:00:57Z dinoex 2 # $FreeBSD$ PORTNAME= sabbu @@ -15,12 +14,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \ libsndfile.so:audio/libsndfile -BROKEN_FreeBSD_12= Regression C++ - USES= tar:bzip2 gmake pkgconfig iconv GNU_CONFIGURE= yes USE_SDL= sdl +USE_CXXSTD= gnu++98 USE_GNOME= gtk20 CFLAGS+= -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib From owner-svn-ports-head@freebsd.org Mon May 14 15:10:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1101DF45E0; Mon, 14 May 2018 15:10:07 +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 87F357267E; Mon, 14 May 2018 15:10:07 +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 641121DB6C; Mon, 14 May 2018 15:10:07 +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 w4EFA7Cl074800; Mon, 14 May 2018 15:10:07 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFA6Vn074794; Mon, 14 May 2018 15:10:06 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805141510.w4EFA6Vn074794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 14 May 2018 15:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469898 - in head: devel/pear-PHP_CodeSniffer www/pear-twig www/pecl-twig www/pmwiki www/serendipity X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head: devel/pear-PHP_CodeSniffer www/pear-twig www/pecl-twig www/pmwiki www/serendipity X-SVN-Commit-Revision: 469898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:10:08 -0000 Author: joneum Date: Mon May 14 15:10:06 2018 New Revision: 469898 URL: https://svnweb.freebsd.org/changeset/ports/469898 Log: Take over maintainership Approved by: tz Modified: head/devel/pear-PHP_CodeSniffer/Makefile head/www/pear-twig/Makefile head/www/pecl-twig/Makefile head/www/pmwiki/Makefile head/www/serendipity/Makefile Modified: head/devel/pear-PHP_CodeSniffer/Makefile ============================================================================== --- head/devel/pear-PHP_CodeSniffer/Makefile Mon May 14 15:04:23 2018 (r469897) +++ head/devel/pear-PHP_CodeSniffer/Makefile Mon May 14 15:10:06 2018 (r469898) @@ -5,7 +5,7 @@ PORTNAME= PHP_CodeSniffer DISTVERSION= 3.2.3 CATEGORIES= devel www pear -MAINTAINER= tz@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= PHP Script Tokenises and Sniffs PHP and JavaScript code LICENSE= BSD3CLAUSE Modified: head/www/pear-twig/Makefile ============================================================================== --- head/www/pear-twig/Makefile Mon May 14 15:04:23 2018 (r469897) +++ head/www/pear-twig/Makefile Mon May 14 15:10:06 2018 (r469898) @@ -7,7 +7,7 @@ CATEGORIES= www pear MASTER_SITES= http://pear.twig-project.org/get/ DISTNAME= Twig-${PORTVERSION} -MAINTAINER= tz@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Flexible, fast, and secure template engine for PHP LICENSE= BSD3CLAUSE Modified: head/www/pecl-twig/Makefile ============================================================================== --- head/www/pecl-twig/Makefile Mon May 14 15:04:23 2018 (r469897) +++ head/www/pecl-twig/Makefile Mon May 14 15:10:06 2018 (r469898) @@ -8,7 +8,7 @@ MASTER_SITES= http://pear.twig-project.org/get/ PKGNAMEPREFIX= pecl- DISTNAME= CTwig-${PORTVERSION} -MAINTAINER= tz@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Twig C extension to improve performance of the Twig template language LICENSE= BSD3CLAUSE Modified: head/www/pmwiki/Makefile ============================================================================== --- head/www/pmwiki/Makefile Mon May 14 15:04:23 2018 (r469897) +++ head/www/pmwiki/Makefile Mon May 14 15:10:06 2018 (r469898) @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.pmwiki.org/pub/pmwiki/ -MAINTAINER= tz@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= WikiWikiWeb clone using PHP LICENSE= GPLv2 Modified: head/www/serendipity/Makefile ============================================================================== --- head/www/serendipity/Makefile Mon May 14 15:04:23 2018 (r469897) +++ head/www/serendipity/Makefile Mon May 14 15:10:06 2018 (r469898) @@ -6,7 +6,7 @@ PORTVERSION= 2.1.1 CATEGORIES= www MASTER_SITES= SF/php-blog/${PORTNAME}/${PORTVERSION} -MAINTAINER= tz@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= PHP based weblog software LICENSE= BSD3CLAUSE From owner-svn-ports-head@freebsd.org Mon May 14 15:19:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64CE8DF4D63; Mon, 14 May 2018 15:19:00 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7F974BE1; Mon, 14 May 2018 15:19:00 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 0E2AF13EC6; Mon, 14 May 2018 15:19:00 +0000 (UTC) From: Jan Beich To: Dirk Meyer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469896 - in head/emulators/frodo: . files References: <201805141456.w4EEumf2069380@repo.freebsd.org> Date: Mon, 14 May 2018 17:18:56 +0200 In-Reply-To: <201805141456.w4EEumf2069380@repo.freebsd.org> (Dirk Meyer's message of "Mon, 14 May 2018 14:56:48 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:19:00 -0000 Dirk Meyer writes: > +USE_CXXSTD= gnu++98 > +CXXFLAGS+= -std=gnu++98 One of these is redundant, see # from Mk/bsd.port.mk .for lang in C CXX .if defined(USE_${lang}STD) ${lang}FLAGS:= ${${lang}FLAGS:N-std=*} -std=${USE_${lang}STD} .endif > +GNU_CONFIGURE= yes > +CONFIGURE_ENV= CXXFLAGS='${CXXFLAGS}' > +MAKE_ENV= LDFLAGS='${LDFLAGS}' CXXFLAGS and LDFLAGS are passed via environ(7) by default, see # from Mk/bsd.port.mk do-configure: [...] @${MKDIR} ${CONFIGURE_WRKSRC} @(cd ${CONFIGURE_WRKSRC} && \ ${SET_LATE_CONFIGURE_ARGS} \ if ! ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \ INSTALL="/usr/bin/install -c" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_LIB="${INSTALL_LIB}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS}; then \ ${ECHO_MSG} "===> Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \ (${ECHO_CMD} ${CONFIGURE_FAIL_MESSAGE}) | ${FMT_80} ; \ ${FALSE}; \ fi) From owner-svn-ports-head@freebsd.org Mon May 14 15:28:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5312DF54EE; Mon, 14 May 2018 15:28:10 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (unknown [IPv6:2a01:4f8:d12:604::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BD5377206; Mon, 14 May 2018 15:28:10 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221] (may be forged)) by hz.grosbein.net (8.15.2/8.15.2) with ESMTPS id w4EFS2Eo041730 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 14 May 2018 17:28:03 +0200 (CEST) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: dinoex@FreeBSD.org Received: from [10.58.0.4] ([10.58.0.4]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTPS id w4EFRw8o049567 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 14 May 2018 22:27:58 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: svn commit: r469897 - head/multimedia/sabbu To: Dirk Meyer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805141504.w4EF4Nef074388@repo.freebsd.org> From: Eugene Grosbein Message-ID: <5AF9AAF3.502@grosbein.net> Date: Mon, 14 May 2018 22:27:47 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <201805141504.w4EF4Nef074388@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IoQ2AIxFuIMHU33a2GIH5bpiOMUeBgHa9" X-Spam-Status: No, score=2.2 required=5.0 tests=BAYES_00, LOCAL_FROM, RDNS_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.1 X-Spam-Report: * -0.0 SPF_PASS SPF: sender matches SPF record * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 2.6 LOCAL_FROM From my domains * 1.9 RDNS_NONE Delivered to internal network by a host with no rDNS X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hz.grosbein.net X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:28:11 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --IoQ2AIxFuIMHU33a2GIH5bpiOMUeBgHa9 Content-Type: multipart/mixed; boundary="t6ocuT3dh2t9fNBfFbwEvx5IpOGJF8tQo"; protected-headers="v1" From: Eugene Grosbein To: Dirk Meyer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <5AF9AAF3.502@grosbein.net> Subject: Re: svn commit: r469897 - head/multimedia/sabbu References: <201805141504.w4EF4Nef074388@repo.freebsd.org> In-Reply-To: <201805141504.w4EF4Nef074388@repo.freebsd.org> --t6ocuT3dh2t9fNBfFbwEvx5IpOGJF8tQo Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 14.05.2018 22:04, Dirk Meyer wrote: > Author: dinoex > Date: Mon May 14 15:04:23 2018 > New Revision: 469897 > URL: https://svnweb.freebsd.org/changeset/ports/469897 >=20 > Log: > - fix build for FreeBSD 12.0 >=20 > Modified: > head/multimedia/sabbu/Makefile >=20 > Modified: head/multimedia/sabbu/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/multimedia/sabbu/Makefile Mon May 14 14:56:47 2018 (r469896) > +++ head/multimedia/sabbu/Makefile Mon May 14 15:04:23 2018 (r469897) > @@ -1,4 +1,3 @@ > -# $FreeBSD: head/ports-mgmt/pkg_jail/files/pkg_update 411390 2016-03-1= 9 11:00:57Z dinoex 2 > # $FreeBSD$ > =20 > PORTNAME=3D sabbu You should not remove $FreeBSD$ line from the file, put it back please. --t6ocuT3dh2t9fNBfFbwEvx5IpOGJF8tQo-- --IoQ2AIxFuIMHU33a2GIH5bpiOMUeBgHa9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJa+ar5AAoJELDNGvImmIsoYFwH/inwexLUnMwZ/++cpPQuQ0d8 YUNTgls6263oiddJq70tCB6YFFu2Oyb+zvQi1Sbwt1SVydP+ovSLuY1cjT6KxdCy STeIw6MV3Nwc7JZ8EFmbu604z9zp329t2OomwfXPMM6F0uShoa/JFZqIEpSD32zZ 5BjLzABP/2mXNYJMQueoHZ9TavSC3V6uYFZqN6tw+U5FoW70Ew1Q51WfrL3Hh8G8 fwUu8+u7e/KF/K5yWNM9SoDLcOVvXiD5sAKBmQ+gx/yKcfuc8ynED3TSPVcge6vD zydQ1vogGFeDZ/raOZLDfqSHbw9WVGOppB/xdnjqTJVVOPcCIkyqijDUyNCzB3I= =0g2o -----END PGP SIGNATURE----- --IoQ2AIxFuIMHU33a2GIH5bpiOMUeBgHa9-- From owner-svn-ports-head@freebsd.org Mon May 14 15:31:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88BB6DF56B9; Mon, 14 May 2018 15:31:21 +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 1E65378BC8; Mon, 14 May 2018 15:31:21 +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 DA5DD1DEEF; Mon, 14 May 2018 15:31:20 +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 w4EFVKZ0088043; Mon, 14 May 2018 15:31:20 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFVKJm088040; Mon, 14 May 2018 15:31:20 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805141531.w4EFVKJm088040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 14 May 2018 15:31:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469899 - in head/mail: . py-flask-mail X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/mail: . py-flask-mail X-SVN-Commit-Revision: 469899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:31:22 -0000 Author: miwi Date: Mon May 14 15:31:19 2018 New Revision: 469899 URL: https://svnweb.freebsd.org/changeset/ports/469899 Log: Flask-Mail is an extension to the Flask web application micro framework providing simple email sending capabilities via SMTP. WWW: https://github.com/mattupstate/flask-mail PR: 224588 Submitted by: john@saltant.com Sponsored by: iXsystems Inc. Added: head/mail/py-flask-mail/ head/mail/py-flask-mail/Makefile (contents, props changed) head/mail/py-flask-mail/distinfo (contents, props changed) head/mail/py-flask-mail/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Mon May 14 15:10:06 2018 (r469898) +++ head/mail/Makefile Mon May 14 15:31:19 2018 (r469899) @@ -541,6 +541,7 @@ SUBDIR += py-cyruslib SUBDIR += py-dkimpy SUBDIR += py-email-reply-parser + SUBDIR += py-flask-mail SUBDIR += py-flufl.bounce SUBDIR += py-fuglu SUBDIR += py-libgmail Added: head/mail/py-flask-mail/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-flask-mail/Makefile Mon May 14 15:31:19 2018 (r469899) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= Flask-Mail +PORTVERSION= 0.9.1 +CATEGORIES= mail www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= Send SMTP email from a Flask web application + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker@${FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/mail/py-flask-mail/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-flask-mail/distinfo Mon May 14 15:31:19 2018 (r469899) @@ -0,0 +1,3 @@ +TIMESTAMP = 1514247148 +SHA256 (Flask-Mail-0.9.1.tar.gz) = 22e5eb9a940bf407bcf30410ecc3708f3c56cc44b29c34e1726fe85006935f41 +SIZE (Flask-Mail-0.9.1.tar.gz) = 45654 Added: head/mail/py-flask-mail/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-flask-mail/pkg-descr Mon May 14 15:31:19 2018 (r469899) @@ -0,0 +1,4 @@ +Flask-Mail is an extension to the Flask web application micro framework +providing simple email sending capabilities via SMTP. + +WWW: https://github.com/mattupstate/flask-mail From owner-svn-ports-head@freebsd.org Mon May 14 15:38:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 158FDDF5E90; Mon, 14 May 2018 15:38:08 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBD4D79347; Mon, 14 May 2018 15:38:07 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 98F6D1E048; Mon, 14 May 2018 15:38:07 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EFc7wf090094; Mon, 14 May 2018 15:38:07 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFc7tB090093; Mon, 14 May 2018 15:38:07 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805141538.w4EFc7tB090093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 15:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469900 - head/math/octave-forge-general X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge-general X-SVN-Commit-Revision: 469900 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:38:08 -0000 Author: stephen Date: Mon May 14 15:38:06 2018 New Revision: 469900 URL: https://svnweb.freebsd.org/changeset/ports/469900 Log: - Update to 2.1.0. - Unbreak. Modified: head/math/octave-forge-general/Makefile head/math/octave-forge-general/distinfo Modified: head/math/octave-forge-general/Makefile ============================================================================== --- head/math/octave-forge-general/Makefile Mon May 14 15:31:19 2018 (r469899) +++ head/math/octave-forge-general/Makefile Mon May 14 15:38:06 2018 (r469900) @@ -2,20 +2,18 @@ # $FreeBSD$ PORTNAME= octave-forge-general -PORTVERSION= 2.0.0 -PORTREVISION= 5 +PORTVERSION= 2.1.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -BROKEN= does not build with octave 4.4.0 - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src +GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" Modified: head/math/octave-forge-general/distinfo ============================================================================== --- head/math/octave-forge-general/distinfo Mon May 14 15:31:19 2018 (r469899) +++ head/math/octave-forge-general/distinfo Mon May 14 15:38:06 2018 (r469900) @@ -1,2 +1,3 @@ -SHA256 (octave-forge/general-2.0.0.tar.gz) = 80a6921bea3437ea233873ca4382bdc7c31c9e61bd1bcb9059da18db39df7194 -SIZE (octave-forge/general-2.0.0.tar.gz) = 18539 +TIMESTAMP = 1526311796 +SHA256 (octave-forge/general-2.1.0.tar.gz) = addb8d30b05e9e0c32259dee74756b6e29ecbe529ad6088d21b113d2c531246f +SIZE (octave-forge/general-2.1.0.tar.gz) = 59848 From owner-svn-ports-head@freebsd.org Mon May 14 15:39:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71DC9DF5FCA; Mon, 14 May 2018 15:39: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 275BB7947F; Mon, 14 May 2018 15:39: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 09A091E04F; Mon, 14 May 2018 15:39: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 w4EFdF35090253; Mon, 14 May 2018 15:39:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFdFVF090250; Mon, 14 May 2018 15:39:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805141539.w4EFdFVF090250@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, 14 May 2018 15:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469901 - head/german/mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/german/mythes X-SVN-Commit-Revision: 469901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:39:16 -0000 Author: sunpoet Date: Mon May 14 15:39:15 2018 New Revision: 469901 URL: https://svnweb.freebsd.org/changeset/ports/469901 Log: Update to 2018.05.13 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon May 14 15:38:06 2018 (r469900) +++ head/german/mythes/Makefile Mon May 14 15:39:15 2018 (r469901) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2018.05.06 +PORTVERSION= 2018.05.13 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon May 14 15:38:06 2018 (r469900) +++ head/german/mythes/distinfo Mon May 14 15:39:15 2018 (r469901) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525718461 -SHA256 (mythes/Deutscher-Thesaurus-20180506.oxt) = 320cbb342e2b543a821cb6f7dfe7cbc225aa392a88a8d64e6992fa32e47f24eb -SIZE (mythes/Deutscher-Thesaurus-20180506.oxt) = 8868436 +TIMESTAMP = 1526309177 +SHA256 (mythes/Deutscher-Thesaurus-20180513.oxt) = 4a67d98cfe45ac4aab296a6d4af9c5bc40a8ddfab816fcd3ce1dff1260718136 +SIZE (mythes/Deutscher-Thesaurus-20180513.oxt) = 8888937 From owner-svn-ports-head@freebsd.org Mon May 14 15:39:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C4BDDF5FF7; Mon, 14 May 2018 15:39:23 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E6067951E; Mon, 14 May 2018 15:39:21 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CD991E050; Mon, 14 May 2018 15:39:21 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EFdLMT090364; Mon, 14 May 2018 15:39:21 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFdLND090363; Mon, 14 May 2018 15:39:21 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805141539.w4EFdLND090363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 15:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469902 - head/math/octave-forge-miscellaneous X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge-miscellaneous X-SVN-Commit-Revision: 469902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:39:23 -0000 Author: stephen Date: Mon May 14 15:39:20 2018 New Revision: 469902 URL: https://svnweb.freebsd.org/changeset/ports/469902 Log: - Unbreak (because octave-forge-general is fixed). - Bump portrevision (because of upgrade of octave to 4.4.0). Modified: head/math/octave-forge-miscellaneous/Makefile Modified: head/math/octave-forge-miscellaneous/Makefile ============================================================================== --- head/math/octave-forge-miscellaneous/Makefile Mon May 14 15:39:15 2018 (r469901) +++ head/math/octave-forge-miscellaneous/Makefile Mon May 14 15:39:20 2018 (r469902) @@ -3,7 +3,7 @@ PORTNAME= octave-forge-miscellaneous PORTVERSION= 1.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -11,8 +11,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING - -BROKEN= depends upon octave-forge-general, which is broken # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. From owner-svn-ports-head@freebsd.org Mon May 14 15:39:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E532DF604A; Mon, 14 May 2018 15:39: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 4056C7964F; Mon, 14 May 2018 15:39: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 BCBCF1E052; Mon, 14 May 2018 15:39: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 w4EFdSPP090607; Mon, 14 May 2018 15:39:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFdSu6090605; Mon, 14 May 2018 15:39:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805141539.w4EFdSu6090605@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, 14 May 2018 15:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469904 - head/polish/hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/polish/hunspell X-SVN-Commit-Revision: 469904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:39:30 -0000 Author: sunpoet Date: Mon May 14 15:39:28 2018 New Revision: 469904 URL: https://svnweb.freebsd.org/changeset/ports/469904 Log: Update to 20180509 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon May 14 15:39:21 2018 (r469903) +++ head/polish/hunspell/Makefile Mon May 14 15:39:28 2018 (r469904) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20180506 +PORTVERSION= 20180509 CATEGORIES= polish textproc MASTER_SITES= https://sjp.pl/slownik/ort/ \ LOCAL/sunpoet/${PORTNAME} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon May 14 15:39:21 2018 (r469903) +++ head/polish/hunspell/distinfo Mon May 14 15:39:28 2018 (r469904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525718552 -SHA256 (hunspell/sjp-myspell-pl-20180506.zip) = fc8a23f264bbb17feecb89e762b714b397390424f1e420abd72659bb50a10a9b -SIZE (hunspell/sjp-myspell-pl-20180506.zip) = 1207250 +TIMESTAMP = 1526309224 +SHA256 (hunspell/sjp-myspell-pl-20180509.zip) = a3e1c55ba92dd895da7b04c25cd4ba0288160b0b365da0072fb1f33780bd69c5 +SIZE (hunspell/sjp-myspell-pl-20180509.zip) = 1207291 From owner-svn-ports-head@freebsd.org Mon May 14 15:39:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55543DF5FFF; Mon, 14 May 2018 15:39: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 043EC79531; Mon, 14 May 2018 15:39: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 A253E1E051; Mon, 14 May 2018 15:39: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 w4EFdMSt090482; Mon, 14 May 2018 15:39:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFdMOe090481; Mon, 14 May 2018 15:39:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805141539.w4EFdMOe090481@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, 14 May 2018 15:39:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469903 - 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: 469903 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:39:23 -0000 Author: sunpoet Date: Mon May 14 15:39:21 2018 New Revision: 469903 URL: https://svnweb.freebsd.org/changeset/ports/469903 Log: Update to 2018.05.13 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon May 14 15:39:20 2018 (r469902) +++ head/textproc/sk-mythes/Makefile Mon May 14 15:39:21 2018 (r469903) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2018.05.06 +PORTVERSION= 2018.05.13 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon May 14 15:39:20 2018 (r469902) +++ head/textproc/sk-mythes/distinfo Mon May 14 15:39:21 2018 (r469903) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525718473 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20180506.zip) = 5f519f0de2af36824b3d902e213c8123f373077e123ea6b243f07bf56ccb5e8c -SIZE (mythes/OOo-Thesaurus2-sk_SK-20180506.zip) = 239453 +TIMESTAMP = 1526309189 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20180513.zip) = c434d88303869ddb6f8a4ec56e5909a74b32b5d20ee072fb6984316d5255ccd6 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20180513.zip) = 239453 From owner-svn-ports-head@freebsd.org Mon May 14 15:39:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18D4BDF60D4; Mon, 14 May 2018 15:39:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1E7A797F9; Mon, 14 May 2018 15:39: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 8A2301E053; Mon, 14 May 2018 15:39: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 w4EFdoZP090742; Mon, 14 May 2018 15:39:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFdolU090740; Mon, 14 May 2018 15:39:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805141539.w4EFdolU090740@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, 14 May 2018 15:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469905 - head/www/py-django-simple-captcha X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-simple-captcha X-SVN-Commit-Revision: 469905 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:39:51 -0000 Author: sunpoet Date: Mon May 14 15:39:49 2018 New Revision: 469905 URL: https://svnweb.freebsd.org/changeset/ports/469905 Log: Update to 0.5.6 - Add LICENSE_FILE - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Add DOCS and MIGRATIONS options Changes: https://github.com/mbi/django-simple-captcha/blob/master/CHANGES PR: 228133 Submitted by: Kai Approved by: John Hixson (maintainer) Modified: head/www/py-django-simple-captcha/Makefile head/www/py-django-simple-captcha/distinfo Modified: head/www/py-django-simple-captcha/Makefile ============================================================================== --- head/www/py-django-simple-captcha/Makefile Mon May 14 15:39:28 2018 (r469904) +++ head/www/py-django-simple-captcha/Makefile Mon May 14 15:39:49 2018 (r469905) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-simple-captcha -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.5.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +11,27 @@ MAINTAINER= jhixson@gmail.com COMMENT= Simple, yet powerful, Django captcha application LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3:www/py-django18@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=2.0.0:graphics/py-pillow@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.2.0:devel/py-six@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.7.0:www/py-django111@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-ranged-response>=0.2.0:www/py-django-ranged-response@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=2.2.2:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.2.0:devel/py-six@${PY_FLAVOR} -USES= python -USE_PYTHON= distutils autoplist +USES= python zip +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + +PORTDOCS= * + +OPTIONS_DEFINE= DOCS MIGRATIONS +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} +DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" +MIGRATIONS_DESC= Schema and data migration support (via south) +MIGRATIONS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}south>0:databases/py-south@${PY_FLAVOR} + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -name objects.inv") .include Modified: head/www/py-django-simple-captcha/distinfo ============================================================================== --- head/www/py-django-simple-captcha/distinfo Mon May 14 15:39:28 2018 (r469904) +++ head/www/py-django-simple-captcha/distinfo Mon May 14 15:39:49 2018 (r469905) @@ -1,2 +1,3 @@ -SHA256 (django-simple-captcha-0.4.1.tar.gz) = caa194d5b7ea0cbcb69a797daaebae72d34a9ca32bfafddd08ead8e87bd7ef46 -SIZE (django-simple-captcha-0.4.1.tar.gz) = 60775 +TIMESTAMP = 1525990705 +SHA256 (django-simple-captcha-0.5.6.zip) = d6fd36e8ba4215908f8698ae0ee40ed2591f7ce544f6eb1a2c84a84ea55e4b0b +SIZE (django-simple-captcha-0.5.6.zip) = 226340 From owner-svn-ports-head@freebsd.org Mon May 14 15:39:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD574DF612D; Mon, 14 May 2018 15:39:58 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B64E798D1; Mon, 14 May 2018 15:39:58 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68B311E055; Mon, 14 May 2018 15:39:57 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EFdvja090868; Mon, 14 May 2018 15:39:57 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFdvhi090867; Mon, 14 May 2018 15:39:57 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805141539.w4EFdvhi090867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 15:39:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469906 - head/math/octave-forge-mechanics X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge-mechanics X-SVN-Commit-Revision: 469906 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:39:59 -0000 Author: stephen Date: Mon May 14 15:39:56 2018 New Revision: 469906 URL: https://svnweb.freebsd.org/changeset/ports/469906 Log: - Update reason why port is broken. Modified: head/math/octave-forge-mechanics/Makefile Modified: head/math/octave-forge-mechanics/Makefile ============================================================================== --- head/math/octave-forge-mechanics/Makefile Mon May 14 15:39:49 2018 (r469905) +++ head/math/octave-forge-mechanics/Makefile Mon May 14 15:39:56 2018 (r469906) @@ -12,7 +12,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -BROKEN= depends upon octave-forge-general, which is broken +BROKEN= depends upon octave-forge-linear-algebra, which is broken RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:math/octave-forge-general RUN_DEPENDS+= ${TARBALLS_DIR}/geometry.tar.gz:math/octave-forge-geometry From owner-svn-ports-head@freebsd.org Mon May 14 15:40:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49123DF626B; Mon, 14 May 2018 15:40: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 EFD5579A06; Mon, 14 May 2018 15:40: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 D29E31E059; Mon, 14 May 2018 15:40: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 w4EFeTBF091036; Mon, 14 May 2018 15:40:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFeT4A091034; Mon, 14 May 2018 15:40:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141540.w4EFeT4A091034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 15:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469907 - head/devel/py-flake8-builtins X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/py-flake8-builtins X-SVN-Commit-Revision: 469907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:40:30 -0000 Author: amdmi3 Date: Mon May 14 15:40:29 2018 New Revision: 469907 URL: https://svnweb.freebsd.org/changeset/ports/469907 Log: - Update to 1.4.1 Modified: head/devel/py-flake8-builtins/Makefile head/devel/py-flake8-builtins/distinfo Modified: head/devel/py-flake8-builtins/Makefile ============================================================================== --- head/devel/py-flake8-builtins/Makefile Mon May 14 15:39:56 2018 (r469906) +++ head/devel/py-flake8-builtins/Makefile Mon May 14 15:40:29 2018 (r469907) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flake8-builtins -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-flake8-builtins/distinfo ============================================================================== --- head/devel/py-flake8-builtins/distinfo Mon May 14 15:39:56 2018 (r469906) +++ head/devel/py-flake8-builtins/distinfo Mon May 14 15:40:29 2018 (r469907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525609855 -SHA256 (flake8-builtins-1.4.0.tar.gz) = f20c43801db99513ccdeea17741040e3683858200818bdf6d256f7bc5b40e902 -SIZE (flake8-builtins-1.4.0.tar.gz) = 17780 +TIMESTAMP = 1526309185 +SHA256 (flake8-builtins-1.4.1.tar.gz) = cd7b1b7fec4905386a3643b59f9ca8e305768da14a49a7efb31fe9364f33cd04 +SIZE (flake8-builtins-1.4.1.tar.gz) = 17873 From owner-svn-ports-head@freebsd.org Mon May 14 15:40:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3DC0DF62DD; Mon, 14 May 2018 15:40:51 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78F2479B40; Mon, 14 May 2018 15:40:51 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B4D51E06F; Mon, 14 May 2018 15:40:51 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EFep1X091934; Mon, 14 May 2018 15:40:51 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFepx3091933; Mon, 14 May 2018 15:40:51 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805141540.w4EFepx3091933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 15:40:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469908 - head/math/octave-forge X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge X-SVN-Commit-Revision: 469908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:40:51 -0000 Author: stephen Date: Mon May 14 15:40:50 2018 New Revision: 469908 URL: https://svnweb.freebsd.org/changeset/ports/469908 Log: - Set general and miscellaneous to default to on. - Bump portrevision. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Mon May 14 15:40:29 2018 (r469907) +++ head/math/octave-forge/Makefile Mon May 14 15:40:50 2018 (r469908) @@ -3,7 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -28,7 +28,7 @@ OPTIONS_DEFINE= ACTUARIAL AUDIO BENCHMARK BIM BIOINFO STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NGENERAL:NIMAGE:NLINEAR_ALGEBRA:NMECHANICS:NMISCELLANEOUS:NPARALLEL:NPDB:NTISEAN} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NIMAGE:NLINEAR_ALGEBRA:NMECHANICS:NPARALLEL:NPDB:NTISEAN} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs From owner-svn-ports-head@freebsd.org Mon May 14 15:40:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8363CDF6330; Mon, 14 May 2018 15:40:58 +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 392BC79C08; Mon, 14 May 2018 15:40:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 011B81E147; Mon, 14 May 2018 15:40:57 +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 w4EFevCV092059; Mon, 14 May 2018 15:40:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFev7Y092058; Mon, 14 May 2018 15:40:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141540.w4EFev7Y092058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 15:40:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469909 - head/astro/mkgmap X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/astro/mkgmap X-SVN-Commit-Revision: 469909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:40:58 -0000 Author: amdmi3 Date: Mon May 14 15:40:57 2018 New Revision: 469909 URL: https://svnweb.freebsd.org/changeset/ports/469909 Log: - Update to r4188 Modified: head/astro/mkgmap/Makefile head/astro/mkgmap/distinfo Modified: head/astro/mkgmap/Makefile ============================================================================== --- head/astro/mkgmap/Makefile Mon May 14 15:40:50 2018 (r469908) +++ head/astro/mkgmap/Makefile Mon May 14 15:40:57 2018 (r469909) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkgmap -PORTVERSION= r4183 +PORTVERSION= r4188 CATEGORIES= astro converters java MASTER_SITES= http://www.mkgmap.org.uk/download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/astro/mkgmap/distinfo ============================================================================== --- head/astro/mkgmap/distinfo Mon May 14 15:40:50 2018 (r469908) +++ head/astro/mkgmap/distinfo Mon May 14 15:40:57 2018 (r469909) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525374551 -SHA256 (mkgmap-r4183.tar.gz) = 6839e762de680cca1a2d07e23285d2fe51cf8d8f07676626dcc29f60b3e797ae -SIZE (mkgmap-r4183.tar.gz) = 3385821 +TIMESTAMP = 1526308478 +SHA256 (mkgmap-r4188.tar.gz) = bdb6d1f31e0a2b039bf729c5e0d275e57bcb5784b327dc5ee4547cfab1199082 +SIZE (mkgmap-r4188.tar.gz) = 3385628 From owner-svn-ports-head@freebsd.org Mon May 14 15:48:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D89E6DF6A82; Mon, 14 May 2018 15:48:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 860907C810; Mon, 14 May 2018 15:48:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 632121E1F6; Mon, 14 May 2018 15:48:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EFmZ95096492; Mon, 14 May 2018 15:48:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFmZHk096491; Mon, 14 May 2018 15:48:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141548.w4EFmZHk096491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 15:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469910 - head/astro/josm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/astro/josm X-SVN-Commit-Revision: 469910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:48:36 -0000 Author: amdmi3 Date: Mon May 14 15:48:34 2018 New Revision: 469910 URL: https://svnweb.freebsd.org/changeset/ports/469910 Log: - Update to 13710 Modified: head/astro/josm/Makefile head/astro/josm/distinfo Modified: head/astro/josm/Makefile ============================================================================== --- head/astro/josm/Makefile Mon May 14 15:40:57 2018 (r469909) +++ head/astro/josm/Makefile Mon May 14 15:48:34 2018 (r469910) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= josm -PORTVERSION= 13576 +PORTVERSION= 13710 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 May 14 15:40:57 2018 (r469909) +++ head/astro/josm/distinfo Mon May 14 15:48:34 2018 (r469910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524350408 -SHA256 (josm-snapshot-13576.jar) = a44d1908798da935e1081df763b37b021650e44ee7c8bde228fa23dd76d6875f -SIZE (josm-snapshot-13576.jar) = 12817082 +TIMESTAMP = 1526308431 +SHA256 (josm-snapshot-13710.jar) = 29594073d8c15713292fd3844430562ed6ad49be80e53194df4f517c8a973e17 +SIZE (josm-snapshot-13710.jar) = 12917307 From owner-svn-ports-head@freebsd.org Mon May 14 15:54:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57FB3DF714E; Mon, 14 May 2018 15:54:33 +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 E1E1E7E02E; Mon, 14 May 2018 15:54:32 +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 A55D71E39A; Mon, 14 May 2018 15:54:32 +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 w4EFsWUn001388; Mon, 14 May 2018 15:54:32 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFsV22001383; Mon, 14 May 2018 15:54:31 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805141554.w4EFsV22001383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 14 May 2018 15:54:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469911 - in head/www: . py-flask-moment X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/www: . py-flask-moment X-SVN-Commit-Revision: 469911 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:54:33 -0000 Author: miwi Date: Mon May 14 15:54:31 2018 New Revision: 469911 URL: https://svnweb.freebsd.org/changeset/ports/469911 Log: Flask-Moment is an extension for the Flask web application micro framework that enhances Jinja2 templates with formatting of dates and times using moment.js. WWW: https://github.com/miguelgrinberg/Flask-Moment PR: 224587 Submitted by: john@saltant.com Sponsored by: iXsystems Inc. Added: head/www/py-flask-moment/ head/www/py-flask-moment/Makefile (contents, props changed) head/www/py-flask-moment/distinfo (contents, props changed) head/www/py-flask-moment/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon May 14 15:48:34 2018 (r469910) +++ head/www/Makefile Mon May 14 15:54:31 2018 (r469911) @@ -1654,6 +1654,7 @@ SUBDIR += py-flask-login SUBDIR += py-flask-marshmallow SUBDIR += py-flask-migrate + SUBDIR += py-flask-moment SUBDIR += py-flask-oauthlib SUBDIR += py-flask-principal SUBDIR += py-flask-restful Added: head/www/py-flask-moment/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-moment/Makefile Mon May 14 15:54:31 2018 (r469911) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= Flask-Moment +PORTVERSION= 0.6.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= Format dates and times in Flask templates using moment.js + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/www/py-flask-moment/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-moment/distinfo Mon May 14 15:54:31 2018 (r469911) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523926533 +SHA256 (Flask-Moment-0.6.0.tar.gz) = af7ccd599d85e751ff1f7661904daa51df9950e9bc9bd4ccf174bd38ccbc401f +SIZE (Flask-Moment-0.6.0.tar.gz) = 5054 Added: head/www/py-flask-moment/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-moment/pkg-descr Mon May 14 15:54:31 2018 (r469911) @@ -0,0 +1,5 @@ +Flask-Moment is an extension for the Flask web application micro framework +that enhances Jinja2 templates with formatting of dates and times using +moment.js. + +WWW: https://github.com/miguelgrinberg/Flask-Moment From owner-svn-ports-head@freebsd.org Mon May 14 15:59:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D76EEDF7582; Mon, 14 May 2018 15:59:04 +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 880257F76E; Mon, 14 May 2018 15:59:04 +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 64C9C1E3D4; Mon, 14 May 2018 15:59:04 +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 w4EFx49J001769; Mon, 14 May 2018 15:59:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EFx3Zo001765; Mon, 14 May 2018 15:59:03 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805141559.w4EFx3Zo001765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 14 May 2018 15:59:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469912 - in head/security: . py-flask-kerberos X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/security: . py-flask-kerberos X-SVN-Commit-Revision: 469912 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:59:05 -0000 Author: miwi Date: Mon May 14 15:59:03 2018 New Revision: 469912 URL: https://svnweb.freebsd.org/changeset/ports/469912 Log: GSSAPI Negotiate HTTP authentication for Flask routes. WWW: https://github.com/mkomitee/flask-kerberos PR: 225199 Submitted by: John W. O'Brien Sponsored by: iXsystems Inc. Added: head/security/py-flask-kerberos/ head/security/py-flask-kerberos/Makefile (contents, props changed) head/security/py-flask-kerberos/distinfo (contents, props changed) head/security/py-flask-kerberos/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon May 14 15:54:31 2018 (r469911) +++ head/security/Makefile Mon May 14 15:59:03 2018 (r469912) @@ -934,6 +934,7 @@ SUBDIR += py-fchksum SUBDIR += py-first-server SUBDIR += py-flask-httpauth + SUBDIR += py-flask-kerberos SUBDIR += py-gixy SUBDIR += py-gnupg SUBDIR += py-gnutls Added: head/security/py-flask-kerberos/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-flask-kerberos/Makefile Mon May 14 15:59:03 2018 (r469912) @@ -0,0 +1,23 @@ +# Created by: John W. O'Brien +# $FreeBSD$ + +PORTNAME= Flask-Kerberos +PORTVERSION= 1.0.4 +CATEGORIES= security www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= GSSAPI Negotiate HTTP authentication for Flask routes + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/security/py-flask-kerberos/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-flask-kerberos/distinfo Mon May 14 15:59:03 2018 (r469912) @@ -0,0 +1,3 @@ +TIMESTAMP = 1516061296 +SHA256 (Flask-Kerberos-1.0.4.tar.gz) = 6f641f2f534e2194f67a0a15155f9b492e173175f8785e57c373f8754f27ea75 +SIZE (Flask-Kerberos-1.0.4.tar.gz) = 4683 Added: head/security/py-flask-kerberos/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-flask-kerberos/pkg-descr Mon May 14 15:59:03 2018 (r469912) @@ -0,0 +1,3 @@ +GSSAPI Negotiate HTTP authentication for Flask routes. + +WWW: https://github.com/mkomitee/flask-kerberos From owner-svn-ports-head@freebsd.org Mon May 14 16:27:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0B34DF893B; Mon, 14 May 2018 16:27: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 4B4D3862DA; Mon, 14 May 2018 16:27: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 2C59F1E8CF; Mon, 14 May 2018 16:27: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 w4EGRLHI016973; Mon, 14 May 2018 16:27:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EGRL5G016972; Mon, 14 May 2018 16:27:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805141627.w4EGRL5G016972@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, 14 May 2018 16:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469913 - head/japanese/p5-Text-ChaSen X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/japanese/p5-Text-ChaSen X-SVN-Commit-Revision: 469913 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 16:27:21 -0000 Author: sunpoet Date: Mon May 14 16:27:20 2018 New Revision: 469913 URL: https://svnweb.freebsd.org/changeset/ports/469913 Log: Update MASTER_SITES and unbreak this port MFH: 2018Q2 Modified: head/japanese/p5-Text-ChaSen/Makefile Modified: head/japanese/p5-Text-ChaSen/Makefile ============================================================================== --- head/japanese/p5-Text-ChaSen/Makefile Mon May 14 15:59:03 2018 (r469912) +++ head/japanese/p5-Text-ChaSen/Makefile Mon May 14 16:27:20 2018 (r469913) @@ -5,7 +5,7 @@ PORTNAME= Text-ChaSen PORTVERSION= 1.03 PORTREVISION= 7 CATEGORIES= japanese textproc perl5 -MASTER_SITES= OSDN/chasen-legacy/32224 +MASTER_SITES= OSDN/chasen-legacy/56305 DISTNAME= chasen-${CHASEN_VERSION} MAINTAINER= perl@FreeBSD.org From owner-svn-ports-head@freebsd.org Mon May 14 16:31:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD019DF8D2D; Mon, 14 May 2018 16:31: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 8F58386662; Mon, 14 May 2018 16: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 707671EA44; Mon, 14 May 2018 16:31: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 w4EGVitT018907; Mon, 14 May 2018 16:31:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EGViM7018905; Mon, 14 May 2018 16:31:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805141631.w4EGViM7018905@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, 14 May 2018 16:31:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469915 - head/devel/py-hypothesis X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-hypothesis X-SVN-Commit-Revision: 469915 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 16:31:45 -0000 Author: sunpoet Date: Mon May 14 16:31:43 2018 New Revision: 469915 URL: https://svnweb.freebsd.org/changeset/ports/469915 Log: Update to 3.56.9 Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst Modified: head/devel/py-hypothesis/Makefile head/devel/py-hypothesis/distinfo Modified: head/devel/py-hypothesis/Makefile ============================================================================== --- head/devel/py-hypothesis/Makefile Mon May 14 16:30:33 2018 (r469914) +++ head/devel/py-hypothesis/Makefile Mon May 14 16:31:43 2018 (r469915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hypothesis -PORTVERSION= 3.56.8 +PORTVERSION= 3.56.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-hypothesis/distinfo ============================================================================== --- head/devel/py-hypothesis/distinfo Mon May 14 16:30:33 2018 (r469914) +++ head/devel/py-hypothesis/distinfo Mon May 14 16:31:43 2018 (r469915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526148445 -SHA256 (hypothesis-3.56.8.tar.gz) = 3fcee49106451908e12a29722539407da797c1383ec9b7cd60cb48b68291b67d -SIZE (hypothesis-3.56.8.tar.gz) = 156605 +TIMESTAMP = 1526309939 +SHA256 (hypothesis-3.56.9.tar.gz) = a7da62992515f345b9b977bd519309d0f1ba15b99a7703964482c68ad8714434 +SIZE (hypothesis-3.56.9.tar.gz) = 156598 From owner-svn-ports-head@freebsd.org Mon May 14 16:31:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A0AADF8D5F; Mon, 14 May 2018 16:31: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 04C3E86732; Mon, 14 May 2018 16:31: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 120211EA51; Mon, 14 May 2018 16:31: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 w4EGVnLg019032; Mon, 14 May 2018 16:31:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EGVn0Q019030; Mon, 14 May 2018 16:31:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805141631.w4EGVn0Q019030@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, 14 May 2018 16:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469916 - 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: 469916 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 16:31:52 -0000 Author: sunpoet Date: Mon May 14 16:31:49 2018 New Revision: 469916 URL: https://svnweb.freebsd.org/changeset/ports/469916 Log: Update to 8.5.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 Mon May 14 16:31:43 2018 (r469915) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Mon May 14 16:31:49 2018 (r469916) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 8.4.1 +PORTVERSION= 8.5.0 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Mon May 14 16:31:43 2018 (r469915) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Mon May 14 16:31:49 2018 (r469916) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525105696 -SHA256 (rubygem/autoprefixer-rails-8.4.1.gem) = dd85d2c1f350d6655b5f32a512ff43e2cbb9aadda168be77bebd2b45a88cda5b -SIZE (rubygem/autoprefixer-rails-8.4.1.gem) = 200704 +TIMESTAMP = 1526309951 +SHA256 (rubygem/autoprefixer-rails-8.5.0.gem) = fb0c1fbe34a73e9b165fab1c8625b27dd0e1f445e892c009250eb07b8518af5e +SIZE (rubygem/autoprefixer-rails-8.5.0.gem) = 202240 From owner-svn-ports-head@freebsd.org Mon May 14 16:31:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFD44DF8D82; Mon, 14 May 2018 16:31: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 DFE0A868C8; Mon, 14 May 2018 16:31: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 C2FB11EA59; Mon, 14 May 2018 16:31: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 w4EGVuDB019156; Mon, 14 May 2018 16:31:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EGVut1019154; Mon, 14 May 2018 16:31:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805141631.w4EGVut1019154@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, 14 May 2018 16:31:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469917 - head/devel/py-coloredlogs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-coloredlogs X-SVN-Commit-Revision: 469917 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 16:31:58 -0000 Author: sunpoet Date: Mon May 14 16:31:56 2018 New Revision: 469917 URL: https://svnweb.freebsd.org/changeset/ports/469917 Log: Update to 10.0 Changes: https://github.com/xolox/python-coloredlogs/blob/master/CHANGELOG.rst Modified: head/devel/py-coloredlogs/Makefile head/devel/py-coloredlogs/distinfo Modified: head/devel/py-coloredlogs/Makefile ============================================================================== --- head/devel/py-coloredlogs/Makefile Mon May 14 16:31:49 2018 (r469916) +++ head/devel/py-coloredlogs/Makefile Mon May 14 16:31:56 2018 (r469917) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= coloredlogs -PORTVERSION= 9.3 +PORTVERSION= 10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-coloredlogs/distinfo ============================================================================== --- head/devel/py-coloredlogs/distinfo Mon May 14 16:31:49 2018 (r469916) +++ head/devel/py-coloredlogs/distinfo Mon May 14 16:31:56 2018 (r469917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525105730 -SHA256 (coloredlogs-9.3.tar.gz) = c4ad5f3b2f4e6d58892046e3b48add317ca1c7d3edab38bd153628e3e955fece -SIZE (coloredlogs-9.3.tar.gz) = 270026 +TIMESTAMP = 1526309971 +SHA256 (coloredlogs-10.0.tar.gz) = b869a2dda3fa88154b9dd850e27828d8755bfab5a838a1c97fbc850c6e377c36 +SIZE (coloredlogs-10.0.tar.gz) = 273273 From owner-svn-ports-head@freebsd.org Mon May 14 16:32:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45967DF8DB4; Mon, 14 May 2018 16:32: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 CE8368699B; Mon, 14 May 2018 16:32: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 07D331EA5E; Mon, 14 May 2018 16:32: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 w4EGW2QB019285; Mon, 14 May 2018 16:32:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EGW2Ge019283; Mon, 14 May 2018 16:32:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805141632.w4EGW2Ge019283@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, 14 May 2018 16:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469918 - head/devel/rubygem-google-api-client X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-google-api-client X-SVN-Commit-Revision: 469918 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 16:32:04 -0000 Author: sunpoet Date: Mon May 14 16:32:02 2018 New Revision: 469918 URL: https://svnweb.freebsd.org/changeset/ports/469918 Log: Update to 0.21.1 Changes: https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md Modified: head/devel/rubygem-google-api-client/Makefile head/devel/rubygem-google-api-client/distinfo Modified: head/devel/rubygem-google-api-client/Makefile ============================================================================== --- head/devel/rubygem-google-api-client/Makefile Mon May 14 16:31:56 2018 (r469917) +++ head/devel/rubygem-google-api-client/Makefile Mon May 14 16:32:02 2018 (r469918) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-client -PORTVERSION= 0.21.0 +PORTVERSION= 0.21.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-google-api-client/distinfo ============================================================================== --- head/devel/rubygem-google-api-client/distinfo Mon May 14 16:31:56 2018 (r469917) +++ head/devel/rubygem-google-api-client/distinfo Mon May 14 16:32:02 2018 (r469918) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526148475 -SHA256 (rubygem/google-api-client-0.21.0.gem) = 88cdc2caa8d9d03577b5466ad778c26b704177c11758e91a9ab17f84239f54c2 -SIZE (rubygem/google-api-client-0.21.0.gem) = 3877888 +TIMESTAMP = 1526310014 +SHA256 (rubygem/google-api-client-0.21.1.gem) = 0a7754fa6e3a1ec17759dae3a452a4edd2f42587339cf9bfd4e5bb27fa9dac0f +SIZE (rubygem/google-api-client-0.21.1.gem) = 3887104 From owner-svn-ports-head@freebsd.org Mon May 14 16:32:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 110DEDF8DE5; Mon, 14 May 2018 16: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 AABBB86A70; Mon, 14 May 2018 16:32: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 2484F1EA66; Mon, 14 May 2018 16:32: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 w4EGW9gY019410; Mon, 14 May 2018 16:32:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EGW85U019408; Mon, 14 May 2018 16:32:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805141632.w4EGW85U019408@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, 14 May 2018 16:32:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469919 - 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: 469919 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 16:32:12 -0000 Author: sunpoet Date: Mon May 14 16:32:08 2018 New Revision: 469919 URL: https://svnweb.freebsd.org/changeset/ports/469919 Log: Update to 3.2.8 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 Mon May 14 16:32:02 2018 (r469918) +++ head/devel/rubygem-test-unit/Makefile Mon May 14 16:32:08 2018 (r469919) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= test-unit -PORTVERSION= 3.2.7 +PORTVERSION= 3.2.8 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-test-unit/distinfo ============================================================================== --- head/devel/rubygem-test-unit/distinfo Mon May 14 16:32:02 2018 (r469918) +++ head/devel/rubygem-test-unit/distinfo Mon May 14 16:32:08 2018 (r469919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513077588 -SHA256 (rubygem/test-unit-3.2.7.gem) = 106b62bae71176886451cf08bf5049a6e783553129ee9d20c92edaf664978f5b -SIZE (rubygem/test-unit-3.2.7.gem) = 129024 +TIMESTAMP = 1526310024 +SHA256 (rubygem/test-unit-3.2.8.gem) = db014a868a728d241e5613dadea7a5da6b0c5f51780f20e8aee40fdcd6ef3e68 +SIZE (rubygem/test-unit-3.2.8.gem) = 129536 From owner-svn-ports-head@freebsd.org Mon May 14 16:34:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09633DF8F65; Mon, 14 May 2018 16:34:24 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2FCC86C89; Mon, 14 May 2018 16:34:23 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 952421EA8F; Mon, 14 May 2018 16:34:23 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EGYNVO022512; Mon, 14 May 2018 16:34:23 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EGYNgt022511; Mon, 14 May 2018 16:34:23 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201805141634.w4EGYNgt022511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 14 May 2018 16:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469920 - head/devel/py-django-tastypie-mongoengine X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/devel/py-django-tastypie-mongoengine X-SVN-Commit-Revision: 469920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 16:34:24 -0000 Author: dvl Date: Mon May 14 16:34:23 2018 New Revision: 469920 URL: https://svnweb.freebsd.org/changeset/ports/469920 Log: Use www/py-django111, which is DEPRECATED, use www/py-django111 Modified: head/devel/py-django-tastypie-mongoengine/Makefile Modified: head/devel/py-django-tastypie-mongoengine/Makefile ============================================================================== --- head/devel/py-django-tastypie-mongoengine/Makefile Mon May 14 16:32:08 2018 (r469919) +++ head/devel/py-django-tastypie-mongoengine/Makefile Mon May 14 16:34:23 2018 (r469920) @@ -3,7 +3,7 @@ PORTNAME= django-tastypie-mongoengine PORTVERSION= 0.4.6 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}django-tastypie>=0.9.12:www/py-django-tastypie@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mongoengine>=0.8.7:devel/py-mongoengine@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${FLAVOR} USE_GITHUB= yes GH_ACCOUNT= wlanslovenija From owner-svn-ports-head@freebsd.org Mon May 14 16:36:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17A85DF90E0; Mon, 14 May 2018 16:36:07 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C214386DD5; Mon, 14 May 2018 16:36:06 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A34421EA93; Mon, 14 May 2018 16:36:06 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EGa6R8022693; Mon, 14 May 2018 16:36:06 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EGa6Dl022692; Mon, 14 May 2018 16:36:06 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201805141636.w4EGa6Dl022692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 14 May 2018 16:36:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469921 - head/devel/py-django-tastypie-mongoengine X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/devel/py-django-tastypie-mongoengine X-SVN-Commit-Revision: 469921 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 16:36:07 -0000 Author: dvl Date: Mon May 14 16:36:06 2018 New Revision: 469921 URL: https://svnweb.freebsd.org/changeset/ports/469921 Log: Fixing my previous commit message, which was missing logic: Instead of using www/py-django111, which is DEPRECATED, use www/py-django111 Modified: head/devel/py-django-tastypie-mongoengine/Makefile Modified: head/devel/py-django-tastypie-mongoengine/Makefile ============================================================================== --- head/devel/py-django-tastypie-mongoengine/Makefile Mon May 14 16:34:23 2018 (r469920) +++ head/devel/py-django-tastypie-mongoengine/Makefile Mon May 14 16:36:06 2018 (r469921) @@ -3,7 +3,7 @@ PORTNAME= django-tastypie-mongoengine PORTVERSION= 0.4.6 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} From owner-svn-ports-head@freebsd.org Mon May 14 16:52:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 715C8DF9BFD; Mon, 14 May 2018 16:52:41 +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 2706C6C4B2; Mon, 14 May 2018 16:52:41 +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 08D011EE1A; Mon, 14 May 2018 16:52:41 +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 w4EGqeft032528; Mon, 14 May 2018 16:52:40 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EGqeks032526; Mon, 14 May 2018 16:52:40 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201805141652.w4EGqeks032526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 14 May 2018 16:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469922 - in head/biology/hyphy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head/biology/hyphy: . files X-SVN-Commit-Revision: 469922 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 16:52:41 -0000 Author: jrm Date: Mon May 14 16:52:40 2018 New Revision: 469922 URL: https://svnweb.freebsd.org/changeset/ports/469922 Log: biology/hyphy: Bump PORTREVISION after upstream rerolled release Also, remove patch that upstream incorporated in new tarball. Upstream issue: https://github.com/veg/hyphy/issues/796 Deleted: head/biology/hyphy/files/patch-src_core_calcnode.cpp Modified: head/biology/hyphy/Makefile (contents, props changed) head/biology/hyphy/distinfo (contents, props changed) Modified: head/biology/hyphy/Makefile ============================================================================== --- head/biology/hyphy/Makefile Mon May 14 16:36:06 2018 (r469921) +++ head/biology/hyphy/Makefile Mon May 14 16:52:40 2018 (r469922) @@ -2,6 +2,7 @@ PORTNAME= hyphy DISTVERSION= 2.3.12 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org Modified: head/biology/hyphy/distinfo ============================================================================== --- head/biology/hyphy/distinfo Mon May 14 16:36:06 2018 (r469921) +++ head/biology/hyphy/distinfo Mon May 14 16:52:40 2018 (r469922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525983314 -SHA256 (veg-hyphy-2.3.12_GH0.tar.gz) = f78d5e7bcab2ad8405b9da9bdb4c7893ad7cd3290e1eec749855b064c6fc60fd -SIZE (veg-hyphy-2.3.12_GH0.tar.gz) = 7901009 +TIMESTAMP = 1526314925 +SHA256 (veg-hyphy-2.3.12_GH0.tar.gz) = e2378a5130670d9440103b207e6b0fdb87e3eb163f55509d11a6876161072fed +SIZE (veg-hyphy-2.3.12_GH0.tar.gz) = 7900819 From owner-svn-ports-head@freebsd.org Mon May 14 16:56:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC56FDF9E14; Mon, 14 May 2018 16:56:04 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 872DF6C633; Mon, 14 May 2018 16:56:04 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 664201EE24; Mon, 14 May 2018 16:56:04 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EGu4cf032839; Mon, 14 May 2018 16:56:04 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EGu4V9032838; Mon, 14 May 2018 16:56:04 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805141656.w4EGu4V9032838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Mon, 14 May 2018 16:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469923 - head/databases/grass7 X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/databases/grass7 X-SVN-Commit-Revision: 469923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 16:56:05 -0000 Author: krion Date: Mon May 14 16:56:03 2018 New Revision: 469923 URL: https://svnweb.freebsd.org/changeset/ports/469923 Log: Remove broken as it builds fine on poudriere. PR: 228222 Submitted by: maintainer Modified: head/databases/grass7/Makefile Modified: head/databases/grass7/Makefile ============================================================================== --- head/databases/grass7/Makefile Mon May 14 16:52:40 2018 (r469922) +++ head/databases/grass7/Makefile Mon May 14 16:56:03 2018 (r469923) @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 7.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ @@ -24,8 +24,6 @@ COMMENT= Open source Geographical Information System ( LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL.TXT - -BROKEN= fails to package BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libgdal.so:graphics/gdal \ From owner-svn-ports-head@freebsd.org Mon May 14 17:08:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32EDBDFAAB3; Mon, 14 May 2018 17:08:55 +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 D114E6F4FA; Mon, 14 May 2018 17:08: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 AF6361EFCB; Mon, 14 May 2018 17:08: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 w4EH8sA9038347; Mon, 14 May 2018 17:08:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EH8s2K038344; Mon, 14 May 2018 17:08:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805141708.w4EH8s2K038344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 14 May 2018 17:08:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469924 - 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: 469924 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:08:55 -0000 Author: swills Date: Mon May 14 17:08:53 2018 New Revision: 469924 URL: https://svnweb.freebsd.org/changeset/ports/469924 Log: net/google-cloud-sdk: Update to 200.0.0 PR: 228228 Submitted by: Dmitri Goutnik Modified: head/net/google-cloud-sdk/Makefile (contents, props changed) head/net/google-cloud-sdk/distinfo (contents, props changed) head/net/google-cloud-sdk/pkg-plist (contents, props changed) Modified: head/net/google-cloud-sdk/Makefile ============================================================================== --- head/net/google-cloud-sdk/Makefile Mon May 14 16:56:03 2018 (r469923) +++ head/net/google-cloud-sdk/Makefile Mon May 14 17:08:53 2018 (r469924) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-cloud-sdk -PORTVERSION= 198.0.0 +PORTVERSION= 200.0.0 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 @@ -11,6 +11,7 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Google Cloud SDK for Google Cloud Platform USES= python:2.7 +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/google-cloud-sdk Modified: head/net/google-cloud-sdk/distinfo ============================================================================== --- head/net/google-cloud-sdk/distinfo Mon May 14 16:56:03 2018 (r469923) +++ head/net/google-cloud-sdk/distinfo Mon May 14 17:08:53 2018 (r469924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524507018 -SHA256 (google-cloud-sdk-198.0.0-linux-x86_64.tar.gz) = 37223616327ec82e33d0b07b77f6d641e4c031a786ea945f21e67f78fc67d1c1 -SIZE (google-cloud-sdk-198.0.0-linux-x86_64.tar.gz) = 19247163 +TIMESTAMP = 1526245215 +SHA256 (google-cloud-sdk-200.0.0-linux-x86_64.tar.gz) = 5b934c9b12b6da652de50e0a2c163af09d9eb9e67fe707f17a5c6e09b829226b +SIZE (google-cloud-sdk-200.0.0-linux-x86_64.tar.gz) = 19607189 Modified: head/net/google-cloud-sdk/pkg-plist ============================================================================== --- head/net/google-cloud-sdk/pkg-plist Mon May 14 16:56:03 2018 (r469923) +++ head/net/google-cloud-sdk/pkg-plist Mon May 14 17:08:53 2018 (r469924) @@ -99,6 +99,8 @@ google-cloud-sdk/lib/googlecloudsdk/api_lib/auth/refre google-cloud-sdk/lib/googlecloudsdk/api_lib/auth/service_account.py google-cloud-sdk/lib/googlecloudsdk/api_lib/auth/util.py google-cloud-sdk/lib/googlecloudsdk/api_lib/bigtable/__init__.py +google-cloud-sdk/lib/googlecloudsdk/api_lib/bigtable/app_profiles.py +google-cloud-sdk/lib/googlecloudsdk/api_lib/bigtable/clusters.py google-cloud-sdk/lib/googlecloudsdk/api_lib/bigtable/instances.py google-cloud-sdk/lib/googlecloudsdk/api_lib/bigtable/util.py google-cloud-sdk/lib/googlecloudsdk/api_lib/billing/__init__.py @@ -130,6 +132,10 @@ google-cloud-sdk/lib/googlecloudsdk/api_lib/cloudresou google-cloud-sdk/lib/googlecloudsdk/api_lib/cloudresourcemanager/organizations.py google-cloud-sdk/lib/googlecloudsdk/api_lib/cloudresourcemanager/projects_api.py google-cloud-sdk/lib/googlecloudsdk/api_lib/cloudresourcemanager/projects_util.py +google-cloud-sdk/lib/googlecloudsdk/api_lib/composer/__init__.py +google-cloud-sdk/lib/googlecloudsdk/api_lib/composer/environments_util.py +google-cloud-sdk/lib/googlecloudsdk/api_lib/composer/operations_util.py +google-cloud-sdk/lib/googlecloudsdk/api_lib/composer/util.py google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/__init__.py google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/alias_ip_range_utils.py google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/backend_buckets_utils.py @@ -203,6 +209,7 @@ google-cloud-sdk/lib/googlecloudsdk/api_lib/container/ google-cloud-sdk/lib/googlecloudsdk/api_lib/container/binauthz/__init__.py google-cloud-sdk/lib/googlecloudsdk/api_lib/container/binauthz/apis.py google-cloud-sdk/lib/googlecloudsdk/api_lib/container/binauthz/authorities.py +google-cloud-sdk/lib/googlecloudsdk/api_lib/container/binauthz/iam.py google-cloud-sdk/lib/googlecloudsdk/api_lib/container/binauthz/policies.py google-cloud-sdk/lib/googlecloudsdk/api_lib/container/binauthz/util.py google-cloud-sdk/lib/googlecloudsdk/api_lib/container/binauthz_util.py @@ -245,9 +252,11 @@ google-cloud-sdk/lib/googlecloudsdk/api_lib/deployment google-cloud-sdk/lib/googlecloudsdk/api_lib/deployment_manager/dm_labels.py google-cloud-sdk/lib/googlecloudsdk/api_lib/deployment_manager/exceptions.py google-cloud-sdk/lib/googlecloudsdk/api_lib/dns/__init__.py +google-cloud-sdk/lib/googlecloudsdk/api_lib/dns/dns_keys.py google-cloud-sdk/lib/googlecloudsdk/api_lib/dns/export_util.py google-cloud-sdk/lib/googlecloudsdk/api_lib/dns/import_util.py google-cloud-sdk/lib/googlecloudsdk/api_lib/dns/managed_zones.py +google-cloud-sdk/lib/googlecloudsdk/api_lib/dns/operations.py google-cloud-sdk/lib/googlecloudsdk/api_lib/dns/transaction_util.py google-cloud-sdk/lib/googlecloudsdk/api_lib/dns/util.py google-cloud-sdk/lib/googlecloudsdk/api_lib/endpoints/__init__.py @@ -318,6 +327,7 @@ google-cloud-sdk/lib/googlecloudsdk/api_lib/pubsub/__i google-cloud-sdk/lib/googlecloudsdk/api_lib/pubsub/snapshots.py google-cloud-sdk/lib/googlecloudsdk/api_lib/pubsub/subscriptions.py google-cloud-sdk/lib/googlecloudsdk/api_lib/pubsub/topics.py +google-cloud-sdk/lib/googlecloudsdk/api_lib/redis/__init__.py google-cloud-sdk/lib/googlecloudsdk/api_lib/regen/__init__.py google-cloud-sdk/lib/googlecloudsdk/api_lib/regen/api_def.py google-cloud-sdk/lib/googlecloudsdk/api_lib/regen/generate.py @@ -436,6 +446,7 @@ google-cloud-sdk/lib/googlecloudsdk/command_lib/bigtab google-cloud-sdk/lib/googlecloudsdk/command_lib/bigtable/iam.py google-cloud-sdk/lib/googlecloudsdk/command_lib/billing/__init__.py google-cloud-sdk/lib/googlecloudsdk/command_lib/billing/flags.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/billing/resources.yaml google-cloud-sdk/lib/googlecloudsdk/command_lib/billing/utils.py google-cloud-sdk/lib/googlecloudsdk/command_lib/category_manager/__init__.py google-cloud-sdk/lib/googlecloudsdk/command_lib/category_manager/flags.py @@ -449,6 +460,14 @@ google-cloud-sdk/lib/googlecloudsdk/command_lib/cloudb google-cloud-sdk/lib/googlecloudsdk/command_lib/components/__init__.py google-cloud-sdk/lib/googlecloudsdk/command_lib/components/completers.py google-cloud-sdk/lib/googlecloudsdk/command_lib/components/util.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/composer/__init__.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/composer/delete_util.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/composer/environment_patch_util.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/composer/flags.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/composer/parsers.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/composer/resource_args.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/composer/storage_util.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/composer/util.py google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/__init__.py google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/accelerator_types/__init__.py google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/accelerator_types/flags.py @@ -644,7 +663,12 @@ google-cloud-sdk/lib/googlecloudsdk/command_lib/deploy google-cloud-sdk/lib/googlecloudsdk/command_lib/deployment_manager/importer.py google-cloud-sdk/lib/googlecloudsdk/command_lib/deployment_manager/type_providers.py google-cloud-sdk/lib/googlecloudsdk/command_lib/deprecation_utils.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/dlp/__init__.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/dlp/flags.yaml +google-cloud-sdk/lib/googlecloudsdk/command_lib/dlp/hooks.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/dlp/resources.yaml google-cloud-sdk/lib/googlecloudsdk/command_lib/dns/__init__.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/dns/dns_keys.py google-cloud-sdk/lib/googlecloudsdk/command_lib/dns/flags.py google-cloud-sdk/lib/googlecloudsdk/command_lib/dns/util.py google-cloud-sdk/lib/googlecloudsdk/command_lib/emulators/__init__.py @@ -764,6 +788,12 @@ google-cloud-sdk/lib/googlecloudsdk/command_lib/pubsub google-cloud-sdk/lib/googlecloudsdk/command_lib/pubsub/resource_args.py google-cloud-sdk/lib/googlecloudsdk/command_lib/pubsub/resources.yaml google-cloud-sdk/lib/googlecloudsdk/command_lib/pubsub/util.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/redis/__init__.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/redis/instances_create_util.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/redis/instances_update_util.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/redis/resources.yaml +google-cloud-sdk/lib/googlecloudsdk/command_lib/redis/util.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/redis/zones_util.py google-cloud-sdk/lib/googlecloudsdk/command_lib/resource_manager/__init__.py google-cloud-sdk/lib/googlecloudsdk/command_lib/resource_manager/completers.py google-cloud-sdk/lib/googlecloudsdk/command_lib/resource_manager/flags.py @@ -792,6 +822,7 @@ google-cloud-sdk/lib/googlecloudsdk/command_lib/spanne google-cloud-sdk/lib/googlecloudsdk/command_lib/spanner/resource_args.py google-cloud-sdk/lib/googlecloudsdk/command_lib/spanner/resources.yaml google-cloud-sdk/lib/googlecloudsdk/command_lib/spanner/sql.py +google-cloud-sdk/lib/googlecloudsdk/command_lib/spanner/write_util.py google-cloud-sdk/lib/googlecloudsdk/command_lib/sql/__init__.py google-cloud-sdk/lib/googlecloudsdk/command_lib/sql/export_util.py google-cloud-sdk/lib/googlecloudsdk/command_lib/sql/flags.py @@ -1134,6 +1165,12 @@ google-cloud-sdk/lib/googlecloudsdk/third_party/apis/c google-cloud-sdk/lib/googlecloudsdk/third_party/apis/cloudtasks/v2beta2/cloudtasks_v2beta2_messages.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/cloudtasks/v2beta2/resources.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/cloudtasks_v2beta2.json +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/composer/__init__.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/composer/v1beta1/__init__.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/composer/v1beta1/composer_v1beta1_client.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/composer/v1beta1/composer_v1beta1_messages.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/composer/v1beta1/resources.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/composer_v1beta1.json google-cloud-sdk/lib/googlecloudsdk/third_party/apis/compute/__init__.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/compute/alpha/__init__.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/compute/alpha/compute_alpha_client.py @@ -1222,6 +1259,12 @@ google-cloud-sdk/lib/googlecloudsdk/third_party/apis/d google-cloud-sdk/lib/googlecloudsdk/third_party/apis/discovery/v1/discovery_v1_messages.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/discovery/v1/resources.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/discovery_v1.json +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dlp/__init__.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dlp/v2/__init__.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dlp/v2/dlp_v2_client.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dlp/v2/dlp_v2_messages.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dlp/v2/resources.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dlp_v2.json google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dns/__init__.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dns/v1/__init__.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/dns/v1/dns_v1_client.py @@ -1356,6 +1399,12 @@ google-cloud-sdk/lib/googlecloudsdk/third_party/apis/s google-cloud-sdk/lib/googlecloudsdk/third_party/apis/servicenetworking/v1alpha/servicenetworking_v1alpha_client.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/servicenetworking/v1alpha/servicenetworking_v1alpha_messages.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/servicenetworking_v1alpha.json +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/serviceusage/__init__.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/serviceusage/v1beta1/__init__.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/serviceusage/v1beta1/resources.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/serviceusage/v1beta1/serviceusage_v1beta1_client.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/serviceusage/v1beta1/serviceusage_v1beta1_messages.py +google-cloud-sdk/lib/googlecloudsdk/third_party/apis/serviceusage_v1beta1.json google-cloud-sdk/lib/googlecloudsdk/third_party/apis/serviceuser/__init__.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/serviceuser/v1/__init__.py google-cloud-sdk/lib/googlecloudsdk/third_party/apis/serviceuser/v1/serviceuser_v1_client.py @@ -1639,7 +1688,15 @@ google-cloud-sdk/lib/surface/auth/print_access_token.p google-cloud-sdk/lib/surface/auth/print_refresh_token.py google-cloud-sdk/lib/surface/auth/revoke.py google-cloud-sdk/lib/surface/bigtable/__init__.py +google-cloud-sdk/lib/surface/bigtable/app_profiles/__init__.py +google-cloud-sdk/lib/surface/bigtable/app_profiles/create.py +google-cloud-sdk/lib/surface/bigtable/app_profiles/delete.py +google-cloud-sdk/lib/surface/bigtable/app_profiles/describe.py +google-cloud-sdk/lib/surface/bigtable/app_profiles/list.py +google-cloud-sdk/lib/surface/bigtable/app_profiles/update.py google-cloud-sdk/lib/surface/bigtable/clusters/__init__.py +google-cloud-sdk/lib/surface/bigtable/clusters/create.py +google-cloud-sdk/lib/surface/bigtable/clusters/delete.py google-cloud-sdk/lib/surface/bigtable/clusters/describe.py google-cloud-sdk/lib/surface/bigtable/clusters/list.py google-cloud-sdk/lib/surface/bigtable/clusters/update.py @@ -1659,12 +1716,14 @@ google-cloud-sdk/lib/surface/bigtable/instances/upgrad google-cloud-sdk/lib/surface/billing/__init__.py google-cloud-sdk/lib/surface/billing/accounts/__init__.py google-cloud-sdk/lib/surface/billing/accounts/describe.py +google-cloud-sdk/lib/surface/billing/accounts/get_iam_policy.yaml google-cloud-sdk/lib/surface/billing/accounts/list.py google-cloud-sdk/lib/surface/billing/accounts/projects/__init__.py google-cloud-sdk/lib/surface/billing/accounts/projects/describe.py google-cloud-sdk/lib/surface/billing/accounts/projects/link.py google-cloud-sdk/lib/surface/billing/accounts/projects/list.py google-cloud-sdk/lib/surface/billing/accounts/projects/unlink.py +google-cloud-sdk/lib/surface/billing/accounts/set_iam_policy.yaml google-cloud-sdk/lib/surface/billing/projects/__init__.py google-cloud-sdk/lib/surface/billing/projects/describe.py google-cloud-sdk/lib/surface/billing/projects/link.py @@ -1675,6 +1734,7 @@ google-cloud-sdk/lib/surface/category_manager/assets/_ google-cloud-sdk/lib/surface/category_manager/assets/apply_annotation.py google-cloud-sdk/lib/surface/category_manager/assets/delete_annotation.py google-cloud-sdk/lib/surface/category_manager/assets/list_annotations.py +google-cloud-sdk/lib/surface/category_manager/assets/search.py google-cloud-sdk/lib/surface/category_manager/stores/__init__.py google-cloud-sdk/lib/surface/category_manager/stores/add_iam_policy_binding.py google-cloud-sdk/lib/surface/category_manager/stores/get_iam_policy.py @@ -1708,6 +1768,35 @@ google-cloud-sdk/lib/surface/components/repositories/l google-cloud-sdk/lib/surface/components/repositories/remove.py google-cloud-sdk/lib/surface/components/restore.py google-cloud-sdk/lib/surface/components/update.py +google-cloud-sdk/lib/surface/composer/__init__.py +google-cloud-sdk/lib/surface/composer/environments/__init__.py +google-cloud-sdk/lib/surface/composer/environments/create.py +google-cloud-sdk/lib/surface/composer/environments/delete.py +google-cloud-sdk/lib/surface/composer/environments/describe.py +google-cloud-sdk/lib/surface/composer/environments/list.py +google-cloud-sdk/lib/surface/composer/environments/run.py +google-cloud-sdk/lib/surface/composer/environments/storage/__init__.py +google-cloud-sdk/lib/surface/composer/environments/storage/dags/__init__.py +google-cloud-sdk/lib/surface/composer/environments/storage/dags/delete.py +google-cloud-sdk/lib/surface/composer/environments/storage/dags/export.py +google-cloud-sdk/lib/surface/composer/environments/storage/dags/import.py +google-cloud-sdk/lib/surface/composer/environments/storage/dags/list.py +google-cloud-sdk/lib/surface/composer/environments/storage/data/__init__.py +google-cloud-sdk/lib/surface/composer/environments/storage/data/delete.py +google-cloud-sdk/lib/surface/composer/environments/storage/data/export.py +google-cloud-sdk/lib/surface/composer/environments/storage/data/import.py +google-cloud-sdk/lib/surface/composer/environments/storage/data/list.py +google-cloud-sdk/lib/surface/composer/environments/storage/plugins/__init__.py +google-cloud-sdk/lib/surface/composer/environments/storage/plugins/delete.py +google-cloud-sdk/lib/surface/composer/environments/storage/plugins/export.py +google-cloud-sdk/lib/surface/composer/environments/storage/plugins/import.py +google-cloud-sdk/lib/surface/composer/environments/storage/plugins/list.py +google-cloud-sdk/lib/surface/composer/environments/update.py +google-cloud-sdk/lib/surface/composer/operations/__init__.py +google-cloud-sdk/lib/surface/composer/operations/delete.py +google-cloud-sdk/lib/surface/composer/operations/describe.py +google-cloud-sdk/lib/surface/composer/operations/list.py +google-cloud-sdk/lib/surface/composer/operations/wait.py google-cloud-sdk/lib/surface/compute/__init__.py google-cloud-sdk/lib/surface/compute/accelerator_types/__init__.py google-cloud-sdk/lib/surface/compute/accelerator_types/describe.py @@ -1944,6 +2033,7 @@ google-cloud-sdk/lib/surface/compute/interconnects/loc google-cloud-sdk/lib/surface/compute/interconnects/locations/describe.py google-cloud-sdk/lib/surface/compute/interconnects/locations/list.py google-cloud-sdk/lib/surface/compute/interconnects/patch.py +google-cloud-sdk/lib/surface/compute/interconnects/update.py google-cloud-sdk/lib/surface/compute/machine_types/__init__.py google-cloud-sdk/lib/surface/compute/machine_types/describe.py google-cloud-sdk/lib/surface/compute/machine_types/list.py @@ -2205,19 +2295,27 @@ google-cloud-sdk/lib/surface/container/binauthz/attest google-cloud-sdk/lib/surface/container/binauthz/attestations/create.py google-cloud-sdk/lib/surface/container/binauthz/attestations/list.py google-cloud-sdk/lib/surface/container/binauthz/authorities/__init__.py +google-cloud-sdk/lib/surface/container/binauthz/authorities/add_iam_policy_binding.py google-cloud-sdk/lib/surface/container/binauthz/authorities/create.py google-cloud-sdk/lib/surface/container/binauthz/authorities/delete.py google-cloud-sdk/lib/surface/container/binauthz/authorities/describe.py +google-cloud-sdk/lib/surface/container/binauthz/authorities/get_iam_policy.py google-cloud-sdk/lib/surface/container/binauthz/authorities/list.py google-cloud-sdk/lib/surface/container/binauthz/authorities/public_keys/__init__.py google-cloud-sdk/lib/surface/container/binauthz/authorities/public_keys/add.py google-cloud-sdk/lib/surface/container/binauthz/authorities/public_keys/remove.py google-cloud-sdk/lib/surface/container/binauthz/authorities/public_keys/update.py +google-cloud-sdk/lib/surface/container/binauthz/authorities/remove_iam_policy_binding.py +google-cloud-sdk/lib/surface/container/binauthz/authorities/set_iam_policy.py google-cloud-sdk/lib/surface/container/binauthz/authorities/update.py google-cloud-sdk/lib/surface/container/binauthz/create_signature_payload.py google-cloud-sdk/lib/surface/container/binauthz/policy/__init__.py +google-cloud-sdk/lib/surface/container/binauthz/policy/add_iam_policy_binding.py google-cloud-sdk/lib/surface/container/binauthz/policy/export.py +google-cloud-sdk/lib/surface/container/binauthz/policy/get_iam_policy.py google-cloud-sdk/lib/surface/container/binauthz/policy/import.py +google-cloud-sdk/lib/surface/container/binauthz/policy/remove_iam_policy_binding.py +google-cloud-sdk/lib/surface/container/binauthz/policy/set_iam_policy.py google-cloud-sdk/lib/surface/container/builds/__init__.py google-cloud-sdk/lib/surface/container/builds/cancel.py google-cloud-sdk/lib/surface/container/builds/create.py @@ -2381,7 +2479,20 @@ google-cloud-sdk/lib/surface/deployment_manager/types/ google-cloud-sdk/lib/surface/deployment_manager/types/describe.py google-cloud-sdk/lib/surface/deployment_manager/types/list.py google-cloud-sdk/lib/surface/deployment_manager/types/update.py +google-cloud-sdk/lib/surface/dlp/__init__.py +google-cloud-sdk/lib/surface/dlp/__init__.yaml +google-cloud-sdk/lib/surface/dlp/images/__init__.py +google-cloud-sdk/lib/surface/dlp/images/__init__.yaml +google-cloud-sdk/lib/surface/dlp/images/inspect.yaml +google-cloud-sdk/lib/surface/dlp/images/redact.yaml +google-cloud-sdk/lib/surface/dlp/text/__init__.py +google-cloud-sdk/lib/surface/dlp/text/__init__.yaml +google-cloud-sdk/lib/surface/dlp/text/inspect.yaml +google-cloud-sdk/lib/surface/dlp/text/redact.yaml google-cloud-sdk/lib/surface/dns/__init__.py +google-cloud-sdk/lib/surface/dns/dns_keys/__init__.py +google-cloud-sdk/lib/surface/dns/dns_keys/describe.py +google-cloud-sdk/lib/surface/dns/dns_keys/list.py google-cloud-sdk/lib/surface/dns/dnskeys/__init__.py google-cloud-sdk/lib/surface/dns/dnskeys/describe.py google-cloud-sdk/lib/surface/dns/dnskeys/list.py @@ -2897,6 +3008,21 @@ google-cloud-sdk/lib/surface/pubsub/topics/remove_iam_ google-cloud-sdk/lib/surface/pubsub/topics/set_iam_policy.py google-cloud-sdk/lib/surface/pubsub/topics/set_iam_policy.yaml google-cloud-sdk/lib/surface/pubsub/topics/update.py +google-cloud-sdk/lib/surface/redis/__init__.py +google-cloud-sdk/lib/surface/redis/instances/__init__.py +google-cloud-sdk/lib/surface/redis/instances/create.yaml +google-cloud-sdk/lib/surface/redis/instances/delete.yaml +google-cloud-sdk/lib/surface/redis/instances/describe.yaml +google-cloud-sdk/lib/surface/redis/instances/list.yaml +google-cloud-sdk/lib/surface/redis/instances/update.yaml +google-cloud-sdk/lib/surface/redis/operations/__init__.py +google-cloud-sdk/lib/surface/redis/operations/describe.yaml +google-cloud-sdk/lib/surface/redis/operations/list.yaml +google-cloud-sdk/lib/surface/redis/regions/__init__.py +google-cloud-sdk/lib/surface/redis/regions/describe.yaml +google-cloud-sdk/lib/surface/redis/regions/list.yaml +google-cloud-sdk/lib/surface/redis/zones/__init__.py +google-cloud-sdk/lib/surface/redis/zones/list.yaml google-cloud-sdk/lib/surface/resource_manager/__init__.py google-cloud-sdk/lib/surface/resource_manager/folders/__init__.py google-cloud-sdk/lib/surface/resource_manager/folders/add_iam_policy_binding.py @@ -3018,6 +3144,10 @@ google-cloud-sdk/lib/surface/spanner/operations/__init google-cloud-sdk/lib/surface/spanner/operations/cancel.py google-cloud-sdk/lib/surface/spanner/operations/describe.py google-cloud-sdk/lib/surface/spanner/operations/list.py +google-cloud-sdk/lib/surface/spanner/rows/__init__.py +google-cloud-sdk/lib/surface/spanner/rows/delete.py +google-cloud-sdk/lib/surface/spanner/rows/insert.py +google-cloud-sdk/lib/surface/spanner/rows/update.py google-cloud-sdk/lib/surface/sql/__init__.py google-cloud-sdk/lib/surface/sql/backups/__init__.py google-cloud-sdk/lib/surface/sql/backups/create.py @@ -3139,12 +3269,9 @@ google-cloud-sdk/lib/third_party/apitools/base/protorp google-cloud-sdk/lib/third_party/apitools/base/protorpclite/test_util.py google-cloud-sdk/lib/third_party/apitools/base/protorpclite/util.py google-cloud-sdk/lib/third_party/apitools/base/py/__init__.py -google-cloud-sdk/lib/third_party/apitools/base/py/app2.py google-cloud-sdk/lib/third_party/apitools/base/py/base_api.py -google-cloud-sdk/lib/third_party/apitools/base/py/base_cli.py google-cloud-sdk/lib/third_party/apitools/base/py/batch.py google-cloud-sdk/lib/third_party/apitools/base/py/buffered_stream.py -google-cloud-sdk/lib/third_party/apitools/base/py/cli.py google-cloud-sdk/lib/third_party/apitools/base/py/compression.py google-cloud-sdk/lib/third_party/apitools/base/py/credentials_lib.py google-cloud-sdk/lib/third_party/apitools/base/py/encoding.py @@ -3159,7 +3286,6 @@ google-cloud-sdk/lib/third_party/apitools/base/py/test google-cloud-sdk/lib/third_party/apitools/base/py/transfer.py google-cloud-sdk/lib/third_party/apitools/base/py/util.py google-cloud-sdk/lib/third_party/apitools/gen/__init__.py -google-cloud-sdk/lib/third_party/apitools/gen/command_registry.py google-cloud-sdk/lib/third_party/apitools/gen/extended_descriptor.py google-cloud-sdk/lib/third_party/apitools/gen/gen_client.py google-cloud-sdk/lib/third_party/apitools/gen/gen_client_lib.py @@ -3171,12 +3297,15 @@ google-cloud-sdk/lib/third_party/appdirs/LICENSE google-cloud-sdk/lib/third_party/appdirs/__init__.py google-cloud-sdk/lib/third_party/argcomplete/LICENSE google-cloud-sdk/lib/third_party/argcomplete/__init__.py +google-cloud-sdk/lib/third_party/argcomplete/compat.py google-cloud-sdk/lib/third_party/argcomplete/completers.py google-cloud-sdk/lib/third_party/argcomplete/my_argparse.py google-cloud-sdk/lib/third_party/argcomplete/my_shlex.py google-cloud-sdk/lib/third_party/argcomplete/scripts/activate-global-python-argcomplete google-cloud-sdk/lib/third_party/argcomplete/scripts/python-argcomplete-check-easy-install-script +google-cloud-sdk/lib/third_party/argcomplete/scripts/python-argcomplete-tcsh google-cloud-sdk/lib/third_party/argcomplete/scripts/register-python-argcomplete +google-cloud-sdk/lib/third_party/argcomplete/shellintegration.py google-cloud-sdk/lib/third_party/argparse/LICENSE.txt google-cloud-sdk/lib/third_party/argparse/NEWS.txt google-cloud-sdk/lib/third_party/argparse/README.txt @@ -3232,13 +3361,11 @@ google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/d google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/dataflow/batch_prediction_pipeline.py google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/dataflow/io/__init__.py google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/dataflow/io/multifiles_source.py -google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/dataflow/io/tfrecordio.py google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/docs/conf.py google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/io/__init__.py google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/io/coders.py google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/prediction/__init__.py google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/prediction/_interfaces.py -google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/prediction/_model_test_util.py google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/prediction/prediction_lib.py google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/util/__init__.py google-cloud-sdk/lib/third_party/cloud_ml_engine_sdk/util/_decoders.py @@ -3672,12 +3799,16 @@ google-cloud-sdk/lib/third_party/mako/__init__.py google-cloud-sdk/lib/third_party/mako/_ast_util.py google-cloud-sdk/lib/third_party/mako/ast.py google-cloud-sdk/lib/third_party/mako/cache.py +google-cloud-sdk/lib/third_party/mako/cmd.py google-cloud-sdk/lib/third_party/mako/codegen.py +google-cloud-sdk/lib/third_party/mako/compat.py google-cloud-sdk/lib/third_party/mako/exceptions.py google-cloud-sdk/lib/third_party/mako/ext/__init__.py google-cloud-sdk/lib/third_party/mako/ext/autohandler.py google-cloud-sdk/lib/third_party/mako/ext/babelplugin.py google-cloud-sdk/lib/third_party/mako/ext/beaker_cache.py +google-cloud-sdk/lib/third_party/mako/ext/extract.py +google-cloud-sdk/lib/third_party/mako/ext/linguaplugin.py google-cloud-sdk/lib/third_party/mako/ext/preprocessors.py google-cloud-sdk/lib/third_party/mako/ext/pygmentplugin.py google-cloud-sdk/lib/third_party/mako/ext/turbogears.py @@ -4498,7 +4629,6 @@ google-cloud-sdk/platform/gsutil/VERSION google-cloud-sdk/platform/gsutil/gslib/README google-cloud-sdk/platform/gsutil/gslib/__init__.py google-cloud-sdk/platform/gsutil/gslib/__main__.py -google-cloud-sdk/platform/gsutil/gslib/aclhelpers.py google-cloud-sdk/platform/gsutil/gslib/addlhelp/__init__.py google-cloud-sdk/platform/gsutil/gslib/addlhelp/acls.py google-cloud-sdk/platform/gsutil/gslib/addlhelp/anon.py @@ -4523,10 +4653,8 @@ google-cloud-sdk/platform/gsutil/gslib/addlhelp/wildca google-cloud-sdk/platform/gsutil/gslib/boto_resumable_upload.py google-cloud-sdk/platform/gsutil/gslib/boto_translation.py google-cloud-sdk/platform/gsutil/gslib/bucket_listing_ref.py -google-cloud-sdk/platform/gsutil/gslib/cat_helper.py google-cloud-sdk/platform/gsutil/gslib/cloud_api.py google-cloud-sdk/platform/gsutil/gslib/cloud_api_delegator.py -google-cloud-sdk/platform/gsutil/gslib/cloud_api_helper.py google-cloud-sdk/platform/gsutil/gslib/command.py google-cloud-sdk/platform/gsutil/gslib/command_argument.py google-cloud-sdk/platform/gsutil/gslib/command_runner.py @@ -4565,23 +4693,20 @@ google-cloud-sdk/platform/gsutil/gslib/commands/update google-cloud-sdk/platform/gsutil/gslib/commands/version.py google-cloud-sdk/platform/gsutil/gslib/commands/versioning.py google-cloud-sdk/platform/gsutil/gslib/commands/web.py -google-cloud-sdk/platform/gsutil/gslib/copy_helper.py google-cloud-sdk/platform/gsutil/gslib/cred_types.py google-cloud-sdk/platform/gsutil/gslib/cs_api_map.py google-cloud-sdk/platform/gsutil/gslib/daisy_chain_wrapper.py google-cloud-sdk/platform/gsutil/gslib/data/cacerts.txt google-cloud-sdk/platform/gsutil/gslib/devshell_auth_plugin.py -google-cloud-sdk/platform/gsutil/gslib/encryption_helper.py +google-cloud-sdk/platform/gsutil/gslib/discard_messages_queue.py google-cloud-sdk/platform/gsutil/gslib/exception.py google-cloud-sdk/platform/gsutil/gslib/file_part.py google-cloud-sdk/platform/gsutil/gslib/gcs_json_api.py google-cloud-sdk/platform/gsutil/gslib/gcs_json_credentials.py google-cloud-sdk/platform/gsutil/gslib/gcs_json_media.py -google-cloud-sdk/platform/gsutil/gslib/hashing_helper.py google-cloud-sdk/platform/gsutil/gslib/help_provider.py -google-cloud-sdk/platform/gsutil/gslib/iamhelpers.py google-cloud-sdk/platform/gsutil/gslib/kms_api.py -google-cloud-sdk/platform/gsutil/gslib/ls_helper.py +google-cloud-sdk/platform/gsutil/gslib/lazy_wrapper.py google-cloud-sdk/platform/gsutil/gslib/metrics.py google-cloud-sdk/platform/gsutil/gslib/metrics_reporter.py google-cloud-sdk/platform/gsutil/gslib/metrics_tuple.py @@ -4589,9 +4714,7 @@ google-cloud-sdk/platform/gsutil/gslib/name_expansion. google-cloud-sdk/platform/gsutil/gslib/no_op_auth_plugin.py google-cloud-sdk/platform/gsutil/gslib/no_op_credentials.py google-cloud-sdk/platform/gsutil/gslib/parallel_tracker_file.py -google-cloud-sdk/platform/gsutil/gslib/parallelism_framework_util.py google-cloud-sdk/platform/gsutil/gslib/plurality_checkable_iterator.py -google-cloud-sdk/platform/gsutil/gslib/posix_util.py google-cloud-sdk/platform/gsutil/gslib/progress_callback.py google-cloud-sdk/platform/gsutil/gslib/project_id.py google-cloud-sdk/platform/gsutil/gslib/pubsub_api.py @@ -4688,9 +4811,29 @@ google-cloud-sdk/platform/gsutil/gslib/third_party/sto google-cloud-sdk/platform/gsutil/gslib/third_party/storage_apitools/storage_v1_messages.py google-cloud-sdk/platform/gsutil/gslib/thread_message.py google-cloud-sdk/platform/gsutil/gslib/tracker_file.py -google-cloud-sdk/platform/gsutil/gslib/translation_helper.py +google-cloud-sdk/platform/gsutil/gslib/tz_utc.py google-cloud-sdk/platform/gsutil/gslib/ui_controller.py -google-cloud-sdk/platform/gsutil/gslib/util.py +google-cloud-sdk/platform/gsutil/gslib/utils/__init__.py +google-cloud-sdk/platform/gsutil/gslib/utils/acl_helper.py +google-cloud-sdk/platform/gsutil/gslib/utils/boto_util.py +google-cloud-sdk/platform/gsutil/gslib/utils/cat_helper.py +google-cloud-sdk/platform/gsutil/gslib/utils/cloud_api_helper.py +google-cloud-sdk/platform/gsutil/gslib/utils/constants.py +google-cloud-sdk/platform/gsutil/gslib/utils/copy_helper.py +google-cloud-sdk/platform/gsutil/gslib/utils/encryption_helper.py +google-cloud-sdk/platform/gsutil/gslib/utils/hashing_helper.py +google-cloud-sdk/platform/gsutil/gslib/utils/iam_helper.py +google-cloud-sdk/platform/gsutil/gslib/utils/ls_helper.py +google-cloud-sdk/platform/gsutil/gslib/utils/metadata_util.py +google-cloud-sdk/platform/gsutil/gslib/utils/parallelism_framework_util.py +google-cloud-sdk/platform/gsutil/gslib/utils/posix_util.py +google-cloud-sdk/platform/gsutil/gslib/utils/retry_util.py +google-cloud-sdk/platform/gsutil/gslib/utils/rsync_util.py +google-cloud-sdk/platform/gsutil/gslib/utils/system_util.py +google-cloud-sdk/platform/gsutil/gslib/utils/text_util.py +google-cloud-sdk/platform/gsutil/gslib/utils/translation_helper.py +google-cloud-sdk/platform/gsutil/gslib/utils/unit_util.py +google-cloud-sdk/platform/gsutil/gslib/utils/update_util.py google-cloud-sdk/platform/gsutil/gslib/wildcard_iterator.py google-cloud-sdk/platform/gsutil/gsutil google-cloud-sdk/platform/gsutil/gsutil.py @@ -5703,7 +5846,7 @@ google-cloud-sdk/platform/gsutil/third_party/funcsigs/ google-cloud-sdk/platform/gsutil/third_party/funcsigs/tests/test_funcsigs.py google-cloud-sdk/platform/gsutil/third_party/funcsigs/tests/test_inspect.py google-cloud-sdk/platform/gsutil/third_party/funcsigs/tox.ini -google-cloud-sdk/platform/gsutil/third_party/gcs-oauth2-boto-plugin/COPYING +google-cloud-sdk/platform/gsutil/third_party/gcs-oauth2-boto-plugin/LICENSE google-cloud-sdk/platform/gsutil/third_party/gcs-oauth2-boto-plugin/README.md google-cloud-sdk/platform/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/__init__.py google-cloud-sdk/platform/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/oauth2_client.py @@ -5713,6 +5856,28 @@ google-cloud-sdk/platform/gsutil/third_party/gcs-oauth google-cloud-sdk/platform/gsutil/third_party/gcs-oauth2-boto-plugin/requirements.txt google-cloud-sdk/platform/gsutil/third_party/gcs-oauth2-boto-plugin/setup.py google-cloud-sdk/platform/gsutil/third_party/gcs-oauth2-boto-plugin/test-requirements.txt +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/.coveragerc +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/.travis.yml +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/CHANGELOG.rst +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/CONTRIBUTING.rst +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/LICENSE +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/MANIFEST.in +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/README.rst +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/google_reauth/__init__.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/google_reauth/_helpers.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/google_reauth/_reauth_client.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/google_reauth/challenges.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/google_reauth/errors.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/google_reauth/reauth.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/google_reauth/reauth_creds.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/nox.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/setup.cfg +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/setup.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/tests/__init__.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/tests/test_challenges.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/tests/test_reauth.py +google-cloud-sdk/platform/gsutil/third_party/google-reauth-python/tests/test_reauth_creds.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/.travis.yml google-cloud-sdk/platform/gsutil/third_party/httplib2/CHANGELOG google-cloud-sdk/platform/gsutil/third_party/httplib2/LICENSE google-cloud-sdk/platform/gsutil/third_party/httplib2/MANIFEST.in @@ -5741,6 +5906,7 @@ google-cloud-sdk/platform/gsutil/third_party/httplib2/ google-cloud-sdk/platform/gsutil/third_party/httplib2/python3/httplib2/__init__.py google-cloud-sdk/platform/gsutil/third_party/httplib2/python3/httplib2/cacerts.txt google-cloud-sdk/platform/gsutil/third_party/httplib2/python3/httplib2/iri2uri.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/python3/httplib2/socks.py google-cloud-sdk/platform/gsutil/third_party/httplib2/python3/httplib2/test/other_cacerts.txt google-cloud-sdk/platform/gsutil/third_party/httplib2/python3/httplib2test.py google-cloud-sdk/platform/gsutil/third_party/httplib2/ref.tex @@ -5769,8 +5935,20 @@ google-cloud-sdk/platform/gsutil/third_party/httplib2/ google-cloud-sdk/platform/gsutil/third_party/httplib2/ref/ref.html google-cloud-sdk/platform/gsutil/third_party/httplib2/ref/response-objects.html google-cloud-sdk/platform/gsutil/third_party/httplib2/ref/up.png +google-cloud-sdk/platform/gsutil/third_party/httplib2/requirements-test.txt google-cloud-sdk/platform/gsutil/third_party/httplib2/script/release +google-cloud-sdk/platform/gsutil/third_party/httplib2/script/test +google-cloud-sdk/platform/gsutil/third_party/httplib2/setup.cfg google-cloud-sdk/platform/gsutil/third_party/httplib2/setup.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/__init__.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/test_auth.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/test_cache.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/test_encoding.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/test_external.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/test_http.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/test_other.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/test_proxy.py +google-cloud-sdk/platform/gsutil/third_party/httplib2/tests/test_uri.py google-cloud-sdk/platform/gsutil/third_party/mock/.testr.conf google-cloud-sdk/platform/gsutil/third_party/mock/.travis.yml google-cloud-sdk/platform/gsutil/third_party/mock/ChangeLog @@ -6206,6 +6384,43 @@ google-cloud-sdk/platform/gsutil/third_party/python-gf google-cloud-sdk/platform/gsutil/third_party/python-gflags/gflags2man.py google-cloud-sdk/platform/gsutil/third_party/python-gflags/gflags_validators.py google-cloud-sdk/platform/gsutil/third_party/python-gflags/setup.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/.travis.yml +google-cloud-sdk/platform/gsutil/third_party/pyu2f/CONTRIBUTING.md +google-cloud-sdk/platform/gsutil/third_party/pyu2f/LICENSE +google-cloud-sdk/platform/gsutil/third_party/pyu2f/README.md +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/__init__.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/apdu.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/convenience/__init__.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/convenience/authenticator.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/convenience/baseauthenticator.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/convenience/customauthenticator.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/convenience/localauthenticator.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/errors.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/hardware.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/hid/__init__.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/hid/base.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/hid/linux.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/hid/macos.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/hid/try.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/hid/windows.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/hidtransport.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/model.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/__init__.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/apdu_test.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/customauthenticator_test.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/hardware_test.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/hid/linux_test.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/hid/macos_test.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/hidtransport_test.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/lib/__init__.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/lib/util.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/localauthenticator_test.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/model_test.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/u2f_test.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/tests/util_test.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/u2f.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/setup.py +google-cloud-sdk/platform/gsutil/third_party/pyu2f/tox.ini google-cloud-sdk/platform/gsutil/third_party/retry-decorator/CHANGES.txt google-cloud-sdk/platform/gsutil/third_party/retry-decorator/LICENSE.txt google-cloud-sdk/platform/gsutil/third_party/retry-decorator/MANIFEST.in From owner-svn-ports-head@freebsd.org Mon May 14 17:17:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DAD8DFB4A7; Mon, 14 May 2018 17:17:13 +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 C6D2270621; Mon, 14 May 2018 17:17:12 +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 9668A1F17B; Mon, 14 May 2018 17:17:12 +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 w4EHHC8X043307; Mon, 14 May 2018 17:17:12 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHHCd8043304; Mon, 14 May 2018 17:17:12 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201805141717.w4EHHCd8043304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 14 May 2018 17:17:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469925 - head/biology/diamond X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/biology/diamond X-SVN-Commit-Revision: 469925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:17:13 -0000 Author: jrm Date: Mon May 14 17:17:11 2018 New Revision: 469925 URL: https://svnweb.freebsd.org/changeset/ports/469925 Log: biology/diamond: Update to version 0.9.22 Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.22 Modified: head/biology/diamond/Makefile (contents, props changed) head/biology/diamond/distinfo (contents, props changed) Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Mon May 14 17:08:53 2018 (r469924) +++ head/biology/diamond/Makefile Mon May 14 17:17:11 2018 (r469925) @@ -2,7 +2,7 @@ PORTNAME= diamond DISTVERSIONPREFIX= v -DISTVERSION= 0.9.21 +DISTVERSION= 0.9.22 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Mon May 14 17:08:53 2018 (r469924) +++ head/biology/diamond/distinfo Mon May 14 17:17:11 2018 (r469925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524255017 -SHA256 (bbuchfink-diamond-v0.9.21_GH0.tar.gz) = 3f10e089c24d24f3066f3a58fa01bf356c4044e0a0bcab081b9bf1a8d946c9b1 -SIZE (bbuchfink-diamond-v0.9.21_GH0.tar.gz) = 411220 +TIMESTAMP = 1526318003 +SHA256 (bbuchfink-diamond-v0.9.22_GH0.tar.gz) = 35e518cfa0ac2fbc57e422d380bdb5123c6335742dd7965b76c34c95f241b729 +SIZE (bbuchfink-diamond-v0.9.22_GH0.tar.gz) = 412996 From owner-svn-ports-head@freebsd.org Mon May 14 17:17:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B822DFB58C; Mon, 14 May 2018 17:17:39 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qk0-x22c.google.com (mail-qk0-x22c.google.com [IPv6:2607:f8b0:400d:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7A9A70A72; Mon, 14 May 2018 17:17:38 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qk0-x22c.google.com with SMTP id 11-v6so10635502qkk.4; Mon, 14 May 2018 10:17:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=r+sPj0y8kJM9EoC4UrBFvHFjsJe06vaLi2ytHWDDBmQ=; b=SjC+5dR+x856P4KWeoz1TPwlx1QfksuOLJK1xSup3PCDzEdLZdF3vD5prlLYh6/Ale qdsT/E9G9lPvJQBH1D4sEC08h6XWPw/l7fc/W1Rp/hB2vNouJiXCHIwC6f167MMUNPKr 3pMhBXBVrkmuIWS9CQI17Rm9Yz0LtbYJ0UEK6ku9qxeq0XRbAVLiFt6ykSNyvo/IDG/c YZdloT7RtfV33fYcEyz4qL+HC/ErjAG2UbNXx0D9E2aPYsCqfqdmtDWsD64pBn/GKTlu /CpQy5HQi5r14P21mo3noSBDAiUwvyEfY3zKU8S7PXc+XY3Dz9YMkmf3wKnGtLAYZ+zc Mztg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=r+sPj0y8kJM9EoC4UrBFvHFjsJe06vaLi2ytHWDDBmQ=; b=N9+wemTY3v9fJ+WQxM/gku67JoYaDN588iQY8TiXBmeowOH4fJd6rK5yHViWu6x1B2 gW0j6t+yNYdMu829pFJmdpZYh7q8tMUyNn2Iflu0jcKy8USOmyL43KnxseVJQooAKtj+ mSyleOlH725Fuo/UgAXV1UE927Cw/FsWRmfg/9Rpzkb8Tfz0cGYcPDbWxfOgWRh6wv8O FGYlQ1fWSdG0EtnHcJieu92hEO0aFUQISs6JJyPxa+i84Rsk05Fz4irz4RLP9tRiQ+Bf PWZnIH8PAci0JyQZTj5naZDfjz0DH1R4nwR6hGwY1SZPBnj+pIafJpDcW1Vx1iHsaipz 3m7w== X-Gm-Message-State: ALKqPwcOuWNKKuH5a5YysoSn/xhByAOJ1h2WOo5Ds/hmCiVLmCgnkPp2 ENvxCVj8BOYjerE0n0NPiFEp8bclxrAabRZYTxeD1A== X-Google-Smtp-Source: AB8JxZqiAWJZQTIlKAdmV0h4QSKWcN8/hfQK+lCvIbohrKBtDtGxFPFB/5tnkqD/n9ynLVVNiIFiqpd0LXUETPXoGZI= X-Received: by 2002:a37:1fa1:: with SMTP id n33-v6mr9493794qkh.393.1526318258050; Mon, 14 May 2018 10:17:38 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.12.172.207 with HTTP; Mon, 14 May 2018 10:17:37 -0700 (PDT) In-Reply-To: <201805141656.w4EGu4V9032838@repo.freebsd.org> References: <201805141656.w4EGu4V9032838@repo.freebsd.org> From: Antoine Brodin Date: Mon, 14 May 2018 19:17:37 +0200 X-Google-Sender-Auth: pAwGU4-3OVhQmqPiSzuPnAOE4u0 Message-ID: Subject: Re: svn commit: r469923 - head/databases/grass7 To: Kirill Ponomarev Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:17:39 -0000 On Mon, May 14, 2018 at 6:56 PM, Kirill Ponomarev wrote: > Author: krion > Date: Mon May 14 16:56:03 2018 > New Revision: 469923 > URL: https://svnweb.freebsd.org/changeset/ports/469923 > > Log: > Remove broken as it builds fine on poudriere. > > PR: 228222 > Submitted by: maintainer > > Modified: > head/databases/grass7/Makefile How was this tested? It still fails to package. pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/i_ortho_photo_step1.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/i_ortho_photo_step5.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/i_ortho_photo_step6.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/i_ortho_photo_step7.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/i_ortho_photo_step8.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/r.viewshed.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/rterraflow_accumulation.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/rterraflow_dir2.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/rterraflow_dir3.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/sweep1.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs/html/sweep2.png:No such file or directory Antoine From owner-svn-ports-head@freebsd.org Mon May 14 17:31:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20A19DFC344; Mon, 14 May 2018 17:31:07 +0000 (UTC) (envelope-from kp@krion.cc) Received: from krion.cc (krion.cc [148.251.235.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A60707555F; Mon, 14 May 2018 17:31:06 +0000 (UTC) (envelope-from kp@krion.cc) Received: from jo (90-152-149-189.static.highway.a1.net [90.152.149.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by krion.cc (Postfix) with ESMTPSA id 4E1CA4E59C; Mon, 14 May 2018 19:31:04 +0200 (CEST) Date: Mon, 14 May 2018 19:31:03 +0200 From: Kirill Ponomarev To: Antoine Brodin Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469923 - head/databases/grass7 Message-ID: <20180514173103.lgakim22zkbz5tyo@jo> References: <201805141656.w4EGu4V9032838@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jqg77bo4xcakwpvn" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180323 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:31:07 -0000 --jqg77bo4xcakwpvn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 05/14, Antoine Brodin wrote: > On Mon, May 14, 2018 at 6:56 PM, Kirill Ponomarev wro= te: > > Author: krion > > Date: Mon May 14 16:56:03 2018 > > New Revision: 469923 > > URL: https://svnweb.freebsd.org/changeset/ports/469923 > > > > Log: > > Remove broken as it builds fine on poudriere. > > > > PR: 228222 > > Submitted by: maintainer > > > > Modified: > > head/databases/grass7/Makefile >=20 > How was this tested? https://krion.cc/data/head-amd64-default/2018-05-13_21h26m46s/logs/grass7-7= =2E4.0_2.log with default options. > It still fails to package. Do you use any specific options to build it on the cluster =20 > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/i_ortho_photo_step1.png:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/i_ortho_photo_step5.png:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/i_ortho_photo_step6.png:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/i_ortho_photo_step7.png:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/i_ortho_photo_step8.png:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/r.viewshed.png:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/rterraflow_accumulation.png:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/rterraflow_dir2.png:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/rterraflow_dir3.png:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/sweep1.png:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/databases/grass7/work/stage/usr/local/grass-7.4.0/docs= /html/sweep2.png:No > such file or directory >=20 > Antoine >=20 --jqg77bo4xcakwpvn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFdBAABCABHFiEEJCHRFhEAQujKni1pDyI9/LMCykUFAlr5x9cpFIAAAAAAFQAL cGthLWFkZHJlc3NAZ251cGcub3Jna3BAa3Jpb24uY2MACgkQDyI9/LMCykVtSwf+ JlooIHtXUcE5aY7MXvUcnd+405GJoOMlmrLGUsVmb4M91moVm2CNodDNFKMy6d1f EvtCRNAFXhiLPnxn8Pjw/7y5zLhZ75xCaOzLuBbdJfZg+STAmGjz6mn2y7L8nCvi EQGB8FOe3bUks3JGVsDNgee7LKrdooeZhMgHo1c/BEPs6G5UlllT4+Jxtkm7v1YM YUnP4MqsQetzyMZDYirS2hmPYnfwnJ7ooEx65JNmf+Tx9ILaU07Q4UOzipR+UV7x AvkD+IQb6l5sxh9bk2V4ppPK/kqVuerPkZXF0PGZoskRda6CfqGtIkipcS/bwXMN EsD0jKGNghovrRCLZQN5eA== =NmjF -----END PGP SIGNATURE----- --jqg77bo4xcakwpvn-- From owner-svn-ports-head@freebsd.org Mon May 14 17:31:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47AA8DFC3D1; Mon, 14 May 2018 17:31: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 F139075853; Mon, 14 May 2018 17:31:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D24E11F45F; Mon, 14 May 2018 17:31: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 w4EHVjQ7052551; Mon, 14 May 2018 17:31:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHVjxg052550; Mon, 14 May 2018 17:31:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805141731.w4EHVjxg052550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 14 May 2018 17:31:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469926 - head/www/minio X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/minio X-SVN-Commit-Revision: 469926 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:31:46 -0000 Author: swills Date: Mon May 14 17:31:45 2018 New Revision: 469926 URL: https://svnweb.freebsd.org/changeset/ports/469926 Log: www/minio: update to 2018.05.11.00.29.24 PR: 228204 Submitted by: bp@barryp.org Modified: head/www/minio/Makefile (contents, props changed) head/www/minio/distinfo (contents, props changed) Modified: head/www/minio/Makefile ============================================================================== --- head/www/minio/Makefile Mon May 14 17:17:11 2018 (r469925) +++ head/www/minio/Makefile Mon May 14 17:31:45 2018 (r469926) @@ -14,9 +14,9 @@ BUILD_DEPENDS= go>=1.9.4:lang/go USES= compiler USE_GITHUB= yes -GH_TAGNAME= RELEASE.2018-05-04T23-13-12Z +GH_TAGNAME= RELEASE.2018-05-11T00-29-24Z GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} -COMMIT_ID= c5a00e513c44edefd1de7adf68b324bf352740de +COMMIT_ID= c872c30ea3c925bdae4f96b71b4fc4a1ca631f9f PLIST_FILES= bin/minio Modified: head/www/minio/distinfo ============================================================================== --- head/www/minio/distinfo Mon May 14 17:17:11 2018 (r469925) +++ head/www/minio/distinfo Mon May 14 17:31:45 2018 (r469926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525661285 -SHA256 (minio-minio-2018.05.04.23.13.12-RELEASE.2018-05-04T23-13-12Z_GH0.tar.gz) = f4fa849cbb2957d5b7af0c6bac2b0f2a13715da241bfb0759f0214383d70abe3 -SIZE (minio-minio-2018.05.04.23.13.12-RELEASE.2018-05-04T23-13-12Z_GH0.tar.gz) = 7779630 +TIMESTAMP = 1526158214 +SHA256 (minio-minio-2018.05.11.00.29.24-RELEASE.2018-05-11T00-29-24Z_GH0.tar.gz) = cef92ec46d339c4bc238907b9daf90d3aa181905190a4819e80b2050db3cc384 +SIZE (minio-minio-2018.05.11.00.29.24-RELEASE.2018-05-11T00-29-24Z_GH0.tar.gz) = 7795090 From owner-svn-ports-head@freebsd.org Mon May 14 17:34:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8987ADFC505; Mon, 14 May 2018 17:34:15 +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 3C450759F6; Mon, 14 May 2018 17:34:15 +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 1D45F1F4A0; Mon, 14 May 2018 17:34:15 +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 w4EHYEfo053557; Mon, 14 May 2018 17:34:14 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHYDmi053551; Mon, 14 May 2018 17:34:13 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141734.w4EHYDmi053551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 17:34:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469927 - in head/devel/libgit2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel/libgit2: . files X-SVN-Commit-Revision: 469927 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:34:15 -0000 Author: mfechner Date: Mon May 14 17:34:13 2018 New Revision: 469927 URL: https://svnweb.freebsd.org/changeset/ports/469927 Log: Update devel/libgit2 to 0.27.0 required for gitlab 10.7.x Updated patches to match new file locations. Reviewed by: swills (mentor), wg (maintainer) Approved by: swills (mentor), wg (maintainer) Differential Revision: https://reviews.freebsd.org/D15320 Added: head/devel/libgit2/files/patch-src_streams_openssl.c (contents, props changed) head/devel/libgit2/files/patch-src_streams_openssl.h (contents, props changed) Deleted: head/devel/libgit2/files/patch-src_openssl__stream.c head/devel/libgit2/files/patch-src_openssl__stream.h Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/libgit2/pkg-plist Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Mon May 14 17:31:45 2018 (r469926) +++ head/devel/libgit2/Makefile Mon May 14 17:34:13 2018 (r469927) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.26.0 +PORTVERSION= 0.27.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Mon May 14 17:31:45 2018 (r469926) +++ head/devel/libgit2/distinfo Mon May 14 17:34:13 2018 (r469927) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510679233 -SHA256 (libgit2-libgit2-v0.26.0_GH0.tar.gz) = 6a62393e0ceb37d02fe0d5707713f504e7acac9006ef33da1e88960bd78b6eac -SIZE (libgit2-libgit2-v0.26.0_GH0.tar.gz) = 4697156 +TIMESTAMP = 1524466383 +SHA256 (libgit2-libgit2-v0.27.0_GH0.tar.gz) = 545b0458292c786aba334f1bf1c8f73600ae73dd7205a7bb791a187ee48ab8d2 +SIZE (libgit2-libgit2-v0.27.0_GH0.tar.gz) = 4761312 Added: head/devel/libgit2/files/patch-src_streams_openssl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libgit2/files/patch-src_streams_openssl.c Mon May 14 17:34:13 2018 (r469927) @@ -0,0 +1,11 @@ +--- src/streams/openssl.c.orig 2018-04-23 07:00:42 UTC ++++ src/streams/openssl.c +@@ -104,7 +104,7 @@ int git_openssl_stream_global_init(void) + ssl_opts |= SSL_OP_NO_COMPRESSION; + #endif + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) + SSL_load_error_strings(); + OpenSSL_add_ssl_algorithms(); + #else Added: head/devel/libgit2/files/patch-src_streams_openssl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libgit2/files/patch-src_streams_openssl.h Mon May 14 17:34:13 2018 (r469927) @@ -0,0 +1,11 @@ +--- src/streams/openssl.h.orig 2018-04-23 07:00:52 UTC ++++ src/streams/openssl.h +@@ -31,7 +31,7 @@ extern int git_openssl__set_cert_locatio + + + +-# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) ++# if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) + + GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name) + { Modified: head/devel/libgit2/pkg-plist ============================================================================== --- head/devel/libgit2/pkg-plist Mon May 14 17:31:45 2018 (r469926) +++ head/devel/libgit2/pkg-plist Mon May 14 17:34:13 2018 (r469927) @@ -65,7 +65,6 @@ include/git2/sys/openssl.h include/git2/sys/refdb_backend.h include/git2/sys/reflog.h include/git2/sys/refs.h -include/git2/sys/remote.h include/git2/sys/repository.h include/git2/sys/stream.h include/git2/sys/time.h From owner-svn-ports-head@freebsd.org Mon May 14 17:36:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70F8BDFC66E; Mon, 14 May 2018 17:36:44 +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 2016D7609B; Mon, 14 May 2018 17:36:44 +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 F1FB21F4A6; Mon, 14 May 2018 17:36:43 +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 w4EHahIO053776; Mon, 14 May 2018 17:36:43 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHahFl053775; Mon, 14 May 2018 17:36:43 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141736.w4EHahFl053775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 17:36:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469928 - head/devel/py-pygit2 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/devel/py-pygit2 X-SVN-Commit-Revision: 469928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:36:44 -0000 Author: mfechner Date: Mon May 14 17:36:43 2018 New Revision: 469928 URL: https://svnweb.freebsd.org/changeset/ports/469928 Log: Update devel/py-pygit2 to 0.27.0 required by gitlab 10.7.x Reviewed by: tz (mentor), wg (maintainer) Approved by: tz (mentor), wg (maintainer) Differential Revision: https://reviews.freebsd.org/D15319 Modified: head/devel/py-pygit2/Makefile head/devel/py-pygit2/distinfo Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Mon May 14 17:34:13 2018 (r469927) +++ head/devel/py-pygit2/Makefile Mon May 14 17:36:43 2018 (r469928) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.26.0 -PORTREVISION= 1 +PORTVERSION= 0.27.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pygit2/distinfo ============================================================================== --- head/devel/py-pygit2/distinfo Mon May 14 17:34:13 2018 (r469927) +++ head/devel/py-pygit2/distinfo Mon May 14 17:36:43 2018 (r469928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510681588 -SHA256 (pygit2-0.26.0.tar.gz) = a7f06d61f25ab644c39e0e9bd4846a6cc4af81ae27f889473e6f0e9511226cb1 -SIZE (pygit2-0.26.0.tar.gz) = 457263 +TIMESTAMP = 1524467582 +SHA256 (pygit2-0.27.0.tar.gz) = 6febce4aea72f12ed5a1e7529b91119f21d93cb2ccb3f834eea26af76cc9a4cb +SIZE (pygit2-0.27.0.tar.gz) = 477427 From owner-svn-ports-head@freebsd.org Mon May 14 17:38:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A8A1DFC7D8; Mon, 14 May 2018 17:38:42 +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 D05607730F; Mon, 14 May 2018 17:38:41 +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 B1B711F4AC; Mon, 14 May 2018 17:38:41 +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 w4EHcfHE053980; Mon, 14 May 2018 17:38:41 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHcf2u053977; Mon, 14 May 2018 17:38:41 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201805141738.w4EHcf2u053977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 14 May 2018 17:38:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469929 - head/x11/babl X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/x11/babl X-SVN-Commit-Revision: 469929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:38:42 -0000 Author: kwm Date: Mon May 14 17:38:40 2018 New Revision: 469929 URL: https://svnweb.freebsd.org/changeset/ports/469929 Log: Update babl to 0.1.46. Modified: head/x11/babl/Makefile head/x11/babl/distinfo head/x11/babl/pkg-plist Modified: head/x11/babl/Makefile ============================================================================== --- head/x11/babl/Makefile Mon May 14 17:36:43 2018 (r469928) +++ head/x11/babl/Makefile Mon May 14 17:38:40 2018 (r469929) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= babl -PORTVERSION= 0.1.44 +PORTVERSION= 0.1.46 CATEGORIES= x11 MASTER_SITES= GIMP Modified: head/x11/babl/distinfo ============================================================================== --- head/x11/babl/distinfo Mon May 14 17:36:43 2018 (r469928) +++ head/x11/babl/distinfo Mon May 14 17:38:40 2018 (r469929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522409966 -SHA256 (babl-0.1.44.tar.bz2) = f463fda0dec534c442234d1c374ea5d19abe0da942e11c9c5092dcc6b30cde7d -SIZE (babl-0.1.44.tar.bz2) = 653829 +TIMESTAMP = 1523722443 +SHA256 (babl-0.1.46.tar.bz2) = bbc2403b1badf8014ec42200e65d7b1f46e68e627c33c6242fa31ac5dc869e5b +SIZE (babl-0.1.46.tar.bz2) = 653887 Modified: head/x11/babl/pkg-plist ============================================================================== --- head/x11/babl/pkg-plist Mon May 14 17:36:43 2018 (r469928) +++ head/x11/babl/pkg-plist Mon May 14 17:38:40 2018 (r469929) @@ -3,14 +3,13 @@ include/babl-0.1/babl/babl-macros.h include/babl-0.1/babl/babl-types.h include/babl-0.1/babl/babl-version.h include/babl-0.1/babl/babl.h -lib/babl-0.1/16bit.so lib/babl-0.1/CIE.so lib/babl-0.1/HCY.so lib/babl-0.1/HSL.so lib/babl-0.1/HSV.so lib/babl-0.1/cairo.so +lib/babl-0.1/double.so lib/babl-0.1/fast-float.so -lib/babl-0.1/float-half.so lib/babl-0.1/float.so lib/babl-0.1/gegl-fixups.so lib/babl-0.1/gggl-lies.so @@ -19,6 +18,7 @@ lib/babl-0.1/gggl-table.so lib/babl-0.1/gggl.so lib/babl-0.1/gimp-8bit.so lib/babl-0.1/grey.so +lib/babl-0.1/half.so lib/babl-0.1/naive-CMYK.so lib/babl-0.1/simple.so lib/babl-0.1/sse-half.so @@ -27,8 +27,10 @@ lib/babl-0.1/sse2-int16.so lib/babl-0.1/sse2-int8.so lib/babl-0.1/sse4-int8.so lib/babl-0.1/two-table.so +lib/babl-0.1/u16.so +lib/babl-0.1/u32.so lib/babl-0.1/ycbcr.so lib/libbabl-0.1.so lib/libbabl-0.1.so.0 -lib/libbabl-0.1.so.0.143.1 +lib/libbabl-0.1.so.0.145.1 libdata/pkgconfig/babl.pc From owner-svn-ports-head@freebsd.org Mon May 14 17:39:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B55E5DFC874; Mon, 14 May 2018 17:39:28 +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 6798077A68; Mon, 14 May 2018 17:39:28 +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 493491F4AD; Mon, 14 May 2018 17:39:28 +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 w4EHdSYC054111; Mon, 14 May 2018 17:39:28 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHdSpR054110; Mon, 14 May 2018 17:39:28 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141739.w4EHdSpR054110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 17:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469930 - head/devel/libgit2-glib X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/devel/libgit2-glib X-SVN-Commit-Revision: 469930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:39:28 -0000 Author: mfechner Date: Mon May 14 17:39:27 2018 New Revision: 469930 URL: https://svnweb.freebsd.org/changeset/ports/469930 Log: Mark devel/libgit2-glib as broken, upstream does not support libgit 0.27.0 Reviewed by: wg (maintainer) Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D15321 Modified: head/devel/libgit2-glib/Makefile Modified: head/devel/libgit2-glib/Makefile ============================================================================== --- head/devel/libgit2-glib/Makefile Mon May 14 17:38:40 2018 (r469929) +++ head/devel/libgit2-glib/Makefile Mon May 14 17:39:27 2018 (r469930) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgit2-glib -PORTVERSION= 0.26.0 +PORTVERSION= 0.27.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -12,6 +12,8 @@ COMMENT= Glib wrapper library around the libgit2 git a LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING + +BROKEN= upstream does not support libgit 0.27.0 BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libgit2.so:devel/libgit2 From owner-svn-ports-head@freebsd.org Mon May 14 17:39:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 337E6DFC8D1; Mon, 14 May 2018 17:39:46 +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 DA0F077D79; Mon, 14 May 2018 17:39:45 +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 BA0731F4B3; Mon, 14 May 2018 17:39:45 +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 w4EHdjSK054257; Mon, 14 May 2018 17:39:45 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHdjlE054254; Mon, 14 May 2018 17:39:45 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201805141739.w4EHdjlE054254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 14 May 2018 17:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469931 - head/graphics/gegl3 X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/graphics/gegl3 X-SVN-Commit-Revision: 469931 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:39:46 -0000 Author: kwm Date: Mon May 14 17:39:44 2018 New Revision: 469931 URL: https://svnweb.freebsd.org/changeset/ports/469931 Log: Update gegl3 to 0.3.34. Modified: head/graphics/gegl3/Makefile head/graphics/gegl3/distinfo head/graphics/gegl3/pkg-plist Modified: head/graphics/gegl3/Makefile ============================================================================== --- head/graphics/gegl3/Makefile Mon May 14 17:39:27 2018 (r469930) +++ head/graphics/gegl3/Makefile Mon May 14 17:39:44 2018 (r469931) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gegl -PORTVERSION= 0.3.20 -PORTREVISION= 5 +PORTVERSION= 0.3.34 CATEGORIES= graphics MASTER_SITES= GIMP PKGNAMESUFFIX= 3 @@ -30,7 +29,7 @@ CONFIGURE_ARGS= --without-vala --disable-docs CONFIGURE_ARGS+=--without-mrg --without-lensfun INSTALL_TARGET= install-strip -GEGL_MINOR= 320 +GEGL_MINOR= 334 GEGL_VER= 0.3 PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" GEGL_VER=${GEGL_VER} Modified: head/graphics/gegl3/distinfo ============================================================================== --- head/graphics/gegl3/distinfo Mon May 14 17:39:27 2018 (r469930) +++ head/graphics/gegl3/distinfo Mon May 14 17:39:44 2018 (r469931) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506876110 -SHA256 (gegl-0.3.20.tar.bz2) = 821568d17dc92a46f6105644c4f4d497daea2be794006140a016ed34e05eb084 -SIZE (gegl-0.3.20.tar.bz2) = 5816967 +TIMESTAMP = 1526313999 +SHA256 (gegl-0.3.34.tar.bz2) = 5ca2227655ebf1ab2e252cee3eede219c758336394288ef301b93264b9411304 +SIZE (gegl-0.3.34.tar.bz2) = 6707964 Modified: head/graphics/gegl3/pkg-plist ============================================================================== --- head/graphics/gegl3/pkg-plist Mon May 14 17:39:27 2018 (r469930) +++ head/graphics/gegl3/pkg-plist Mon May 14 17:39:44 2018 (r469931) @@ -78,6 +78,7 @@ include/gegl-%%GEGL_VER%%/sc/sc-sample.h %%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.so %%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.so %%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-save.so +lib/gegl-%%GEGL_VER%%/gegl-common-gpl3.so lib/gegl-%%GEGL_VER%%/gegl-common.so lib/gegl-%%GEGL_VER%%/gegl-core.so lib/gegl-%%GEGL_VER%%/gegl-generated.so From owner-svn-ports-head@freebsd.org Mon May 14 17:42:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBD24DFCBA6; Mon, 14 May 2018 17:42:15 +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 8D56978A15; Mon, 14 May 2018 17:42:15 +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 6E5211F62F; Mon, 14 May 2018 17:42:15 +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 w4EHgFO0059081; Mon, 14 May 2018 17:42:15 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHgFgc059079; Mon, 14 May 2018 17:42:15 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141742.w4EHgFgc059079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 17:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469932 - head/devel/rubygem-rugged X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/devel/rubygem-rugged X-SVN-Commit-Revision: 469932 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:42:16 -0000 Author: mfechner Date: Mon May 14 17:42:14 2018 New Revision: 469932 URL: https://svnweb.freebsd.org/changeset/ports/469932 Log: Update devel/rubygem-rugged to 0.27.0 required for gitlab 10.7.x. Reviewed by: tz (mentor), sunpoet (maintainer), ruby (maintainer) Approved by: tz (mentor), sunpoet (maintainer), ruby (maintainer) Differential Revision: https://reviews.freebsd.org/D15317 Modified: head/devel/rubygem-rugged/Makefile head/devel/rubygem-rugged/distinfo Modified: head/devel/rubygem-rugged/Makefile ============================================================================== --- head/devel/rubygem-rugged/Makefile Mon May 14 17:39:44 2018 (r469931) +++ head/devel/rubygem-rugged/Makefile Mon May 14 17:42:14 2018 (r469932) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rugged -PORTVERSION= 0.26.0 +PORTVERSION= 0.27.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rugged/distinfo ============================================================================== --- head/devel/rubygem-rugged/distinfo Mon May 14 17:39:44 2018 (r469931) +++ head/devel/rubygem-rugged/distinfo Mon May 14 17:42:14 2018 (r469932) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509092399 -SHA256 (rubygem/rugged-0.26.0.gem) = be09b6331ba7af2968a4f4703134447977e9e068eefb68961b5b092c9e7910e7 -SIZE (rubygem/rugged-0.26.0.gem) = 1127424 +TIMESTAMP = 1524466267 +SHA256 (rubygem/rugged-0.27.0.gem) = 638fd96e7e85384cc89df9e84a0fd385ffd875e905d454511f8062d05ecf3360 +SIZE (rubygem/rugged-0.27.0.gem) = 1153536 From owner-svn-ports-head@freebsd.org Mon May 14 17:44:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3DE7DFCE95; Mon, 14 May 2018 17:44: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 714C478DE1; Mon, 14 May 2018 17:44:46 +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 5279A1F64F; Mon, 14 May 2018 17:44:46 +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 w4EHikVY059394; Mon, 14 May 2018 17:44:46 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHikkM059393; Mon, 14 May 2018 17:44:46 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141744.w4EHikkM059393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 17:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469933 - head/textproc/rubygem-wikicloth081 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/textproc/rubygem-wikicloth081 X-SVN-Commit-Revision: 469933 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:44:46 -0000 Author: mfechner Date: Mon May 14 17:44:45 2018 New Revision: 469933 URL: https://svnweb.freebsd.org/changeset/ports/469933 Log: Added missing dependency to rinku. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15316 Modified: head/textproc/rubygem-wikicloth081/Makefile Modified: head/textproc/rubygem-wikicloth081/Makefile ============================================================================== --- head/textproc/rubygem-wikicloth081/Makefile Mon May 14 17:42:14 2018 (r469932) +++ head/textproc/rubygem-wikicloth081/Makefile Mon May 14 17:44:45 2018 (r469933) @@ -2,6 +2,7 @@ PORTNAME= wikicloth PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 081 @@ -16,6 +17,7 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder rubygem-expression_parser>=0:math/rubygem-expression_parser \ rubygem-htmlentities>=0:textproc/rubygem-htmlentities \ rubygem-nokogiri>=0:textproc/rubygem-nokogiri \ + rubygem-rinku>=0:www/rubygem-rinku \ rubygem-twitter-text>=0:textproc/rubygem-twitter-text PORTSCOUT= limit:^0\.8\.1 From owner-svn-ports-head@freebsd.org Mon May 14 17:49:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37186DFD181; Mon, 14 May 2018 17:49:52 +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 801E87B020; Mon, 14 May 2018 17:49:51 +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 E20EF1F655; Mon, 14 May 2018 17:49:50 +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 w4EHnog4059788; Mon, 14 May 2018 17:49:50 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHnoMG059785; Mon, 14 May 2018 17:49:50 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141749.w4EHnoMG059785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 17:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469934 - in head/www/rubygem-kubeclient: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/www/rubygem-kubeclient: . files X-SVN-Commit-Revision: 469934 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:49:52 -0000 Author: mfechner Date: Mon May 14 17:49:50 2018 New Revision: 469934 URL: https://svnweb.freebsd.org/changeset/ports/469934 Log: Update to 3.0.0 which is required for gitlab update to 10.7.x. Reviewed by: tz (mentor), sunpoet (maintainer by email) Approved by: tz (mentor), sunpoet (maintainer by email) Differential Revision: https://reviews.freebsd.org/D15202 Added: head/www/rubygem-kubeclient/files/patch-kubeclient.gemspec - copied, changed from r469933, head/www/rubygem-kubeclient/files/patch-gemspec Deleted: head/www/rubygem-kubeclient/files/patch-gemspec Modified: head/www/rubygem-kubeclient/Makefile head/www/rubygem-kubeclient/distinfo Modified: head/www/rubygem-kubeclient/Makefile ============================================================================== --- head/www/rubygem-kubeclient/Makefile Mon May 14 17:44:45 2018 (r469933) +++ head/www/rubygem-kubeclient/Makefile Mon May 14 17:49:50 2018 (r469934) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kubeclient -PORTVERSION= 2.5.2 +PORTVERSION= 3.0.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,9 +11,9 @@ COMMENT= Client for Kubernetes REST API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-http>=0.9.8:www/rubygem-http \ - rubygem-recursive-open-struct>=1.0:devel/rubygem-recursive-open-struct \ - rubygem-rest-client>=0:www/rubygem-rest-client +RUN_DEPENDS= rubygem-http>=2.2.2:www/rubygem-http \ + rubygem-recursive-open-struct10>=1.0.4:devel/rubygem-recursive-open-struct10 \ + rubygem-rest-client>=2.0:www/rubygem-rest-client NO_ARCH= yes USE_RUBY= yes Modified: head/www/rubygem-kubeclient/distinfo ============================================================================== --- head/www/rubygem-kubeclient/distinfo Mon May 14 17:44:45 2018 (r469933) +++ head/www/rubygem-kubeclient/distinfo Mon May 14 17:49:50 2018 (r469934) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524758038 -SHA256 (rubygem/kubeclient-2.5.2.gem) = 3b6e09dd3daaff8a1580781c7e3ef6953df58ebef6df4457c0af0fbf349642a8 -SIZE (rubygem/kubeclient-2.5.2.gem) = 51200 +TIMESTAMP = 1524581485 +SHA256 (rubygem/kubeclient-3.0.0.gem) = 5c0308c4d81eb9fa0415c404af470a7d8c3d6308405272b3c167e5fbcf8d7592 +SIZE (rubygem/kubeclient-3.0.0.gem) = 52224 Copied and modified: head/www/rubygem-kubeclient/files/patch-kubeclient.gemspec (from r469933, head/www/rubygem-kubeclient/files/patch-gemspec) ============================================================================== --- head/www/rubygem-kubeclient/files/patch-gemspec Mon May 14 17:44:45 2018 (r469933, copy source) +++ head/www/rubygem-kubeclient/files/patch-kubeclient.gemspec Mon May 14 17:49:50 2018 (r469934) @@ -1,13 +1,11 @@ ---- kubeclient.gemspec.orig 2018-04-26 16:00:32 UTC +--- kubeclient.gemspec.orig 2018-05-02 18:24:40 UTC +++ kubeclient.gemspec -@@ -30,8 +30,8 @@ Gem::Specification.new do |s| - s.add_development_dependency(%q.freeze, [">= 0"]) - s.add_development_dependency(%q.freeze, ["= 0.30.0"]) - s.add_runtime_dependency(%q.freeze, [">= 0"]) -- s.add_runtime_dependency(%q.freeze, ["~> 1.0.0"]) -- s.add_runtime_dependency(%q.freeze, ["< 3", ">= 0.98"]) -+ s.add_runtime_dependency(%q.freeze, ["~> 1.0"]) -+ s.add_runtime_dependency(%q.freeze, [">= 0.98"]) +@@ -32,7 +32,7 @@ Gem::Specification.new do |s| + s.add_development_dependency(%q.freeze, ["= 0.49.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.0.4"]) +- s.add_runtime_dependency(%q.freeze, ["~> 2.2.2"]) ++ s.add_runtime_dependency(%q.freeze, [">= 2.2.2"]) else s.add_dependency(%q.freeze, ["~> 1.6"]) - s.add_dependency(%q.freeze, ["~> 10.0"]) + s.add_dependency(%q.freeze, ["~> 12.0"]) From owner-svn-ports-head@freebsd.org Mon May 14 17:52:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19F5ADFD4D8; Mon, 14 May 2018 17:52: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 C2B267BC13; Mon, 14 May 2018 17:52:55 +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 A50BA1F7FD; Mon, 14 May 2018 17:52: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 w4EHqt0H064508; Mon, 14 May 2018 17:52:55 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHqt4q064504; Mon, 14 May 2018 17:52:55 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141752.w4EHqt4q064504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 17:52:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469935 - head/www/rubygem-acts-as-taggable-on X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/rubygem-acts-as-taggable-on X-SVN-Commit-Revision: 469935 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:52:56 -0000 Author: mfechner Date: Mon May 14 17:52:54 2018 New Revision: 469935 URL: https://svnweb.freebsd.org/changeset/ports/469935 Log: Update to 5.0.0 required for gitlab 10.7.x. Fixed some small problems reported by portlint. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15313 Modified: head/www/rubygem-acts-as-taggable-on/Makefile head/www/rubygem-acts-as-taggable-on/distinfo head/www/rubygem-acts-as-taggable-on/pkg-descr Modified: head/www/rubygem-acts-as-taggable-on/Makefile ============================================================================== --- head/www/rubygem-acts-as-taggable-on/Makefile Mon May 14 17:49:50 2018 (r469934) +++ head/www/rubygem-acts-as-taggable-on/Makefile Mon May 14 17:52:54 2018 (r469935) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acts-as-taggable-on -PORTVERSION= 4.0.0 +PORTVERSION= 5.0.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-activerecord4>=4.0:databases/rubygem-activerecord4 NO_ARCH= yes -USE_RUBY= YES USES= gem +USE_RUBY= YES .include Modified: head/www/rubygem-acts-as-taggable-on/distinfo ============================================================================== --- head/www/rubygem-acts-as-taggable-on/distinfo Mon May 14 17:49:50 2018 (r469934) +++ head/www/rubygem-acts-as-taggable-on/distinfo Mon May 14 17:52:54 2018 (r469935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488378759 -SHA256 (rubygem/acts-as-taggable-on-4.0.0.gem) = 7a9443fe203c7877f0ce4511bc3bcaf711358a2ad8efd7fe324ee64de0175ec0 -SIZE (rubygem/acts-as-taggable-on-4.0.0.gem) = 50176 +TIMESTAMP = 1525513158 +SHA256 (rubygem/acts-as-taggable-on-5.0.0.gem) = 71d8a997286bc2dc0d0f65b33416e9d52df88ed80c895c6e0f3f626d15856b4f +SIZE (rubygem/acts-as-taggable-on-5.0.0.gem) = 54272 Modified: head/www/rubygem-acts-as-taggable-on/pkg-descr ============================================================================== --- head/www/rubygem-acts-as-taggable-on/pkg-descr Mon May 14 17:49:50 2018 (r469934) +++ head/www/rubygem-acts-as-taggable-on/pkg-descr Mon May 14 17:52:54 2018 (r469935) @@ -2,4 +2,4 @@ With ActsAsTaggableOn, you can tag a single model on s such as skills, interests, and awards. It also provides other advanced functionality. -https://rubygems.org/gems/acts-as-taggable-on +WWW: https://rubygems.org/gems/acts-as-taggable-on From owner-svn-ports-head@freebsd.org Mon May 14 17:54:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F8C4DFD5D9; Mon, 14 May 2018 17:54:40 +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 1FEC27BD9E; Mon, 14 May 2018 17:54:40 +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 026EB1F803; Mon, 14 May 2018 17:54:40 +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 w4EHsdxL064693; Mon, 14 May 2018 17:54:39 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHsdev064692; Mon, 14 May 2018 17:54:39 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141754.w4EHsdev064692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 17:54:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469936 - head/devel/rubygem-licensee8 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/devel/rubygem-licensee8 X-SVN-Commit-Revision: 469936 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:54:40 -0000 Author: mfechner Date: Mon May 14 17:54:39 2018 New Revision: 469936 URL: https://svnweb.freebsd.org/changeset/ports/469936 Log: Update devel/rubygem-licensee8 to 8.9.2 required for gitlab 10.7.x. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15318 Modified: head/devel/rubygem-licensee8/Makefile head/devel/rubygem-licensee8/distinfo Modified: head/devel/rubygem-licensee8/Makefile ============================================================================== --- head/devel/rubygem-licensee8/Makefile Mon May 14 17:52:54 2018 (r469935) +++ head/devel/rubygem-licensee8/Makefile Mon May 14 17:54:39 2018 (r469936) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= licensee -PORTVERSION= 8.7.0 +PORTVERSION= 8.9.2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 8 Modified: head/devel/rubygem-licensee8/distinfo ============================================================================== --- head/devel/rubygem-licensee8/distinfo Mon May 14 17:52:54 2018 (r469935) +++ head/devel/rubygem-licensee8/distinfo Mon May 14 17:54:39 2018 (r469936) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497437247 -SHA256 (rubygem/licensee-8.7.0.gem) = 42992036a97e20bc1b80284d44f098f2f6e45fae7c8982cff2985230fa0612da -SIZE (rubygem/licensee-8.7.0.gem) = 129024 +TIMESTAMP = 1524580126 +SHA256 (rubygem/licensee-8.9.2.gem) = ec0e88188420897e5728535b455f84fcfaa9a63220465149677f8e07ab16cd70 +SIZE (rubygem/licensee-8.9.2.gem) = 159232 From owner-svn-ports-head@freebsd.org Mon May 14 17:56:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 358DBDFD7EF; Mon, 14 May 2018 17:56:24 +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 D92E77C1A2; Mon, 14 May 2018 17:56:23 +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 B9EB91F808; Mon, 14 May 2018 17:56:23 +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 w4EHuNR9064904; Mon, 14 May 2018 17:56:23 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHuN01064902; Mon, 14 May 2018 17:56:23 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141756.w4EHuN01064902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 17:56:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469937 - head/devel/rubygem-prometheus-client-mmap X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/devel/rubygem-prometheus-client-mmap X-SVN-Commit-Revision: 469937 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:56:24 -0000 Author: mfechner Date: Mon May 14 17:56:22 2018 New Revision: 469937 URL: https://svnweb.freebsd.org/changeset/ports/469937 Log: Update devel/rubygem-prometheus-client-mmap to 0.9.2 required for gitlab 10.7.x. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15376 Modified: head/devel/rubygem-prometheus-client-mmap/Makefile head/devel/rubygem-prometheus-client-mmap/distinfo Modified: head/devel/rubygem-prometheus-client-mmap/Makefile ============================================================================== --- head/devel/rubygem-prometheus-client-mmap/Makefile Mon May 14 17:54:39 2018 (r469936) +++ head/devel/rubygem-prometheus-client-mmap/Makefile Mon May 14 17:56:22 2018 (r469937) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= prometheus-client-mmap -DISTVERSION= 0.9.1 +DISTVERSION= 0.9.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-prometheus-client-mmap/distinfo ============================================================================== --- head/devel/rubygem-prometheus-client-mmap/distinfo Mon May 14 17:54:39 2018 (r469936) +++ head/devel/rubygem-prometheus-client-mmap/distinfo Mon May 14 17:56:22 2018 (r469937) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519304411 -SHA256 (rubygem/prometheus-client-mmap-0.9.1.gem) = 1636c40cbce0ec0d778f639857a303d30980f59935a5b44b6c2551f5d39c7ddc -SIZE (rubygem/prometheus-client-mmap-0.9.1.gem) = 77312 +TIMESTAMP = 1525942993 +SHA256 (rubygem/prometheus-client-mmap-0.9.2.gem) = f6309c30bf4c1d05d912e61d4e7b71d0941c9a20bfc24784f81fe1c9144fedc0 +SIZE (rubygem/prometheus-client-mmap-0.9.2.gem) = 51712 From owner-svn-ports-head@freebsd.org Mon May 14 17:58:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D924DFD990; Mon, 14 May 2018 17:58:33 +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 3E4FC7D554; Mon, 14 May 2018 17:58: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 1D29D1F80D; Mon, 14 May 2018 17:58: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 w4EHwWDY065154; Mon, 14 May 2018 17:58:32 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EHwWfl065150; Mon, 14 May 2018 17:58:32 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141758.w4EHwWfl065150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 17:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469938 - in head/devel/gitaly: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel/gitaly: . files X-SVN-Commit-Revision: 469938 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:58:33 -0000 Author: mfechner Date: Mon May 14 17:58:31 2018 New Revision: 469938 URL: https://svnweb.freebsd.org/changeset/ports/469938 Log: Upgrade devel/gitaly to 0.96.1 required for gitlab 10.7.x. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15323 Modified: head/devel/gitaly/Makefile head/devel/gitaly/distinfo head/devel/gitaly/files/patch-config.toml.example head/devel/gitaly/files/patch-ruby_Gemfile head/devel/gitaly/pkg-plist Modified: head/devel/gitaly/Makefile ============================================================================== --- head/devel/gitaly/Makefile Mon May 14 17:56:22 2018 (r469937) +++ head/devel/gitaly/Makefile Mon May 14 17:58:31 2018 (r469938) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 0.91.0 -PORTREVISION= 2 +DISTVERSION= 0.96.1 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -13,17 +12,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # define dependencies that are required for build and run under MY_DEPENDS MY_DEPENDS= git>=2.16.2:devel/git \ + rubygem-rugged>=0.27.0:devel/rubygem-rugged \ rubygem-github-linguist53>=5.3.3:textproc/rubygem-github-linguist53 \ rubygem-bundler>0:sysutils/rubygem-bundler \ rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ - rubygem-gitaly-proto088>=0.88.0:net/rubygem-gitaly-proto088 \ + rubygem-gitaly-proto095>=0.95.0:net/rubygem-gitaly-proto095 \ rubygem-activesupport50>=5.0.2:devel/rubygem-activesupport50 \ rubygem-rdoc>=4.2:devel/rubygem-rdoc \ - rubygem-gollum-lib-gitlab>=4.2.0:www/rubygem-gollum-lib-gitlab \ + rubygem-gollum-lib-gitlab>=4.2:www/rubygem-gollum-lib-gitlab \ rubygem-gollum-rugged_adapter>=0.4.4:www/rubygem-gollum-rugged_adapter \ rubygem-grpc>=1.10.0:net/rubygem-grpc \ rubygem-sentry-raven>=2.7.2:devel/rubygem-sentry-raven \ - rubygem-licensee8>=8.7:devel/rubygem-licensee8 \ + rubygem-licensee8>=8.7.0:devel/rubygem-licensee8 \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 BUILD_DEPENDS= go>=1.8:lang/go \ @@ -39,7 +39,7 @@ USE_RUBY= yes USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/tags -GL_COMMIT= 89298fe8b80b73a34352023555fe061866aff3ad +GL_COMMIT= d779c028099f79360209b92473c201e07721b885 post-patch: ${MV} ${WRKSRC}/config.toml.example ${WRKSRC}/config.toml.sample @@ -47,7 +47,8 @@ post-patch: do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DATADIR}/bin - $(RM) -f ${WRKSRC}/ruby/Gemfile.orig + ${FIND} ${WRKSRC} -name '*.orig' -delete + ${FIND} ${WRKSRC} -name "Gemfile.lock" -delete (cd ${WRKSRC}/_build/bin/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/bin && \ cd ${WRKSRC} && ${COPYTREE_SHARE} config.toml.sample ${STAGEDIR}${DATADIR}) && \ cd ${WRKSRC}/ruby && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ruby Modified: head/devel/gitaly/distinfo ============================================================================== --- head/devel/gitaly/distinfo Mon May 14 17:56:22 2018 (r469937) +++ head/devel/gitaly/distinfo Mon May 14 17:58:31 2018 (r469938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523378733 -SHA256 (gitlab-org-gitaly-89298fe8b80b73a34352023555fe061866aff3ad_GL0.tar.gz) = c1a8e836b572f249e05c3a821002781af6a3a1bf3434dff5fe515078700994b3 -SIZE (gitlab-org-gitaly-89298fe8b80b73a34352023555fe061866aff3ad_GL0.tar.gz) = 3586830 +TIMESTAMP = 1524579302 +SHA256 (gitlab-org-gitaly-d779c028099f79360209b92473c201e07721b885_GL0.tar.gz) = 8344bfff658433002444d756c3552b57ce7861b614efc2f3db42be68dd4aa4b5 +SIZE (gitlab-org-gitaly-d779c028099f79360209b92473c201e07721b885_GL0.tar.gz) = 3620431 Modified: head/devel/gitaly/files/patch-config.toml.example ============================================================================== --- head/devel/gitaly/files/patch-config.toml.example Mon May 14 17:56:22 2018 (r469937) +++ head/devel/gitaly/files/patch-config.toml.example Mon May 14 17:58:31 2018 (r469938) @@ -1,4 +1,4 @@ ---- config.toml.example.orig 2018-02-08 14:44:53 UTC +--- config.toml.example.orig 2018-04-12 00:44:37 UTC +++ config.toml.example @@ -1,9 +1,9 @@ # Example Gitaly configuration file @@ -28,7 +28,7 @@ # # You can optionally configure more storages for this Gitaly instance to serve up # -@@ -40,7 +40,7 @@ path = "/home/git/repositories" +@@ -42,7 +42,7 @@ path = "/home/git/repositories" [gitaly-ruby] # The directory where gitaly-ruby is installed @@ -37,7 +37,7 @@ # # Gitaly-ruby resident set size (RSS) that triggers a memory restart (bytes) # max_rss = 300000000 -@@ -53,7 +53,7 @@ dir = "/home/git/gitaly/ruby" +@@ -55,7 +55,7 @@ dir = "/home/git/gitaly/ruby" [gitlab-shell] # The directory where gitlab-shell is installed Modified: head/devel/gitaly/files/patch-ruby_Gemfile ============================================================================== --- head/devel/gitaly/files/patch-ruby_Gemfile Mon May 14 17:56:22 2018 (r469937) +++ head/devel/gitaly/files/patch-ruby_Gemfile Mon May 14 17:58:31 2018 (r469938) @@ -1,6 +1,12 @@ ---- ruby/Gemfile.orig 2018-02-25 18:31:26 UTC +--- ruby/Gemfile.orig 2018-04-12 00:44:37 UTC +++ ruby/Gemfile -@@ -12,7 +12,3 @@ gem 'grpc', '~> 1.8.0' +@@ -13,12 +13,8 @@ gem 'sentry-raven', '~> 2.7.2', require: + + # Detects the open source license the repository includes + # This version needs to be in sync with GitLab CE/EE +-gem 'licensee', '~> 8.7.0' ++gem 'licensee', '~> 8.9' + # Locked until https://github.com/google/protobuf/issues/4210 is closed gem 'google-protobuf', '= 3.5.1' Modified: head/devel/gitaly/pkg-plist ============================================================================== --- head/devel/gitaly/pkg-plist Mon May 14 17:56:22 2018 (r469937) +++ head/devel/gitaly/pkg-plist Mon May 14 17:58:31 2018 (r469938) @@ -1,5 +1,4 @@ %%DATADIR%%/ruby/Gemfile -%%DATADIR%%/ruby/Gemfile.lock %%DATADIR%%/ruby/README.md @(,,555) %%DATADIR%%/ruby/bin/gitaly-ruby @(,,555) %%DATADIR%%/ruby/bin/ruby-cd From owner-svn-ports-head@freebsd.org Mon May 14 17:59:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF5CCDFDA05; Mon, 14 May 2018 17:59:03 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qk0-x236.google.com (mail-qk0-x236.google.com [IPv6:2607:f8b0:400d:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 873887DA48; Mon, 14 May 2018 17:59:03 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qk0-x236.google.com with SMTP id c64-v6so10717833qkf.12; Mon, 14 May 2018 10:59:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=cWErUvSJCfOKaBS7KeMepPtoZ94BiJswdNFdT1LYiTw=; b=DkDwpyztFxX4Qo2wC2q/cBY7uvW/C2iHs8fedKEcNfEnGadA0xeKryNxrJy+BPWUHv F7BvG7VdmVlbqVE/7fkPC4VgPoiXSgfo4dbhA177o2va4B36oyICbbhukOBNRFp1trmE hUH5VSavdINXFikUlFp3RyjIXuJ2pMTzUj3gUgqL2OBhFfxJ8msm7ATXmDOj7Y/UArFw GC8vI2UT8qs08jJINHtCamvXRwT3LAI2YnpNaSpKvBaH7+lCQwyWE87pi6Ds2PEEQXt3 NmZAQwC7qHIiWRoysaqs6GpwzuoRYm+CKd0zXMtydSWOdI4mYejeovwGD0ObxVFgQZfQ OVYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=cWErUvSJCfOKaBS7KeMepPtoZ94BiJswdNFdT1LYiTw=; b=EJSsE4/fX0YqLuHrnRRjqjnBIvrQIPUsGNAGGrUdjAEwHJBPDHU5bME+O/H3OvjWMe HtXqLnmaZpf4mRYkhAIBm5XRmlHettvY4WY5bnO05Npc8cxnio9DC9+ZN5Nc5oXh6ybI +0IC7dCE2L67o0WaGk7dfg5kMLF7Zl7CwFlwCOJHbzoNEsgDviTBR+Pesuv1vQMGU7e1 XwEzIQ6x/YIQUaFK40FHYQ2OfzPmKmEm/mdMxgKAHmBIDb1DcsgvzYAf0T2t5fBsCfvA f1ZXzlIa+Ch3SnOfTd0R4W5i3KV86yK2W9fJWKDT3AogOlQXXsjuVnsFb65WM0zhU9Xt VUKQ== X-Gm-Message-State: ALKqPwcoTuDKve6HdGUjIhcKlJpOckFbNQzdi+usSpWyNnmAVnexnkn1 tmojk8y/9OQljKnH6S2l9YmOii240XCE8fiiabw= X-Google-Smtp-Source: AB8JxZp+C5cIxnwVB/Bi2CQHUenMsKXZqGdEz7b/FtGrRTanp8wW9oaqRiReP8PvWn0E40lw/yeBkHDB7XCFA03XNps= X-Received: by 2002:a37:49d8:: with SMTP id w207-v6mr9179537qka.139.1526320741637; Mon, 14 May 2018 10:59:01 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.12.172.207 with HTTP; Mon, 14 May 2018 10:59:01 -0700 (PDT) In-Reply-To: <20180514173103.lgakim22zkbz5tyo@jo> References: <201805141656.w4EGu4V9032838@repo.freebsd.org> <20180514173103.lgakim22zkbz5tyo@jo> From: Antoine Brodin Date: Mon, 14 May 2018 19:59:01 +0200 X-Google-Sender-Auth: fhFzqoJQJSS5hp1X57lgwzSdnCU Message-ID: Subject: Re: svn commit: r469923 - head/databases/grass7 To: Kirill Ponomarev Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 17:59:04 -0000 On Mon, May 14, 2018 at 7:31 PM, Kirill Ponomarev wrote: > On 05/14, Antoine Brodin wrote: >> On Mon, May 14, 2018 at 6:56 PM, Kirill Ponomarev wrote: >> > Author: krion >> > Date: Mon May 14 16:56:03 2018 >> > New Revision: 469923 >> > URL: https://svnweb.freebsd.org/changeset/ports/469923 >> > >> > Log: >> > Remove broken as it builds fine on poudriere. >> > >> > PR: 228222 >> > Submitted by: maintainer >> > >> > Modified: >> > head/databases/grass7/Makefile >> >> How was this tested? > > https://krion.cc/data/head-amd64-default/2018-05-13_21h26m46s/logs/grass7-7.4.0_2.log > > with default options. > >> It still fails to package. > > Do you use any specific options to build it on the cluster Default OPTIONS, no ccache, releases with security patches. Antoine From owner-svn-ports-head@freebsd.org Mon May 14 18:00:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7C48DFDB0F; Mon, 14 May 2018 18:00:13 +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 6A93D7E4F7; Mon, 14 May 2018 18:00: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 4CE101F816; Mon, 14 May 2018 18:00: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 w4EI0DOx065411; Mon, 14 May 2018 18:00:13 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EI0C32065407; Mon, 14 May 2018 18:00:12 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141800.w4EI0C32065407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 18:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469939 - head/devel/gitlab-shell X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/devel/gitlab-shell X-SVN-Commit-Revision: 469939 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:00:14 -0000 Author: mfechner Date: Mon May 14 18:00:12 2018 New Revision: 469939 URL: https://svnweb.freebsd.org/changeset/ports/469939 Log: Update devel/gitlab-shell to 7.1.2 required for gitlab 10.7.x. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15322 Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo head/devel/gitlab-shell/pkg-plist Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Mon May 14 17:58:31 2018 (r469938) +++ head/devel/gitlab-shell/Makefile Mon May 14 18:00:12 2018 (r469939) @@ -2,24 +2,26 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 6.0.4 +PORTVERSION= 7.1.2 CATEGORIES= devel -LICENSE= MIT - MAINTAINER= mfechner@FreeBSD.org COMMENT= GitLab Shell handles git commands for GitLab +LICENSE= MIT + BUILD_DEPENDS= gem:devel/ruby-gems \ go>=1.5.3:lang/go USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= 6feee1ccc265c765181533bbc719f91c364de2b3 +GL_COMMIT= 3a83767f650f996ef37382a21d05d8ed99873aa1 USERS= git GROUPS= git + +INSTALL_TARGET=install-strip post-patch: ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Mon May 14 17:58:31 2018 (r469938) +++ head/devel/gitlab-shell/distinfo Mon May 14 18:00:12 2018 (r469939) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523369483 -SHA256 (gitlab-org-gitlab-shell-6feee1ccc265c765181533bbc719f91c364de2b3_GL0.tar.gz) = bb1d7702c1c7177f36e09e77da081e90f145d786635d33b5c9e85bdc9387b2a2 -SIZE (gitlab-org-gitlab-shell-6feee1ccc265c765181533bbc719f91c364de2b3_GL0.tar.gz) = 773179 +TIMESTAMP = 1524408426 +SHA256 (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 6db5b6c4d0269d2510841add69bf78690ef67534fe5f83fb131fa1368a8d011d +SIZE (gitlab-org-gitlab-shell-3a83767f650f996ef37382a21d05d8ed99873aa1_GL0.tar.gz) = 1547242 Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Mon May 14 17:58:31 2018 (r469938) +++ head/devel/gitlab-shell/pkg-plist Mon May 14 18:00:12 2018 (r469939) @@ -1,7 +1,6 @@ %%DATADIR%%/.codeclimate.yml %%DATADIR%%/.gitignore %%DATADIR%%/.gitlab-ci.yml -%%DATADIR%%/.rspec %%DATADIR%%/.rubocop.yml %%DATADIR%%/CHANGELOG %%DATADIR%%/CONTRIBUTING.md @@ -15,12 +14,14 @@ @(,,555) %%DATADIR%%/bin/check @(,,555) %%DATADIR%%/bin/compile @(,,555) %%DATADIR%%/bin/create-hooks +@(,,555) %%DATADIR%%/bin/gitaly-upload-archive @(,,555) %%DATADIR%%/bin/gitaly-upload-pack @(,,555) %%DATADIR%%/bin/gitaly-receive-pack @(,,555) %%DATADIR%%/bin/gitlab-keys @(,,555) %%DATADIR%%/bin/gitlab-shell @(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-keys-check @(,,555) %%DATADIR%%/bin/install +@(,,555) %%DATADIR%%/bin/test-logger @sample %%DATADIR%%/config.yml.sample @(,,555) %%DATADIR%%/hooks/post-receive @(,,555) %%DATADIR%%/hooks/pre-receive From owner-svn-ports-head@freebsd.org Mon May 14 18:02:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7553EDFDD25; Mon, 14 May 2018 18:02: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 2A5AD7ED4A; Mon, 14 May 2018 18:02:22 +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 0C87A1F995; Mon, 14 May 2018 18:02:22 +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 w4EI2LqF070405; Mon, 14 May 2018 18:02:21 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EI2LJ3070403; Mon, 14 May 2018 18:02:21 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141802.w4EI2LJ3070403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 18:02:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469940 - head/www/gitlab-workhorse X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab-workhorse X-SVN-Commit-Revision: 469940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:02:22 -0000 Author: mfechner Date: Mon May 14 18:02:21 2018 New Revision: 469940 URL: https://svnweb.freebsd.org/changeset/ports/469940 Log: Update www/gitlab-workhorse to 4.1.0 required for gitlab 10.7.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15315 Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Mon May 14 18:00:12 2018 (r469939) +++ head/www/gitlab-workhorse/Makefile Mon May 14 18:02:21 2018 (r469940) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 4.0.0 +PORTVERSION= 4.1.0 CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org @@ -11,14 +11,15 @@ COMMENT= Smart reverse proxy for GitLab LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= go>=1.5.3:lang/go +BUILD_DEPENDS= go>=1.5.3:lang/go \ + git>=2.16.2:devel/git MAKE_JOBS_UNSAFE=yes USES= gmake USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags -GL_COMMIT= 75bc61a1ac262705a24e38c3fc6b388efb0fb5c4 +GL_COMMIT= 31b10f9eb762869b767408fa0b26ab25aefba047 PLIST_FILES= bin/gitlab-workhorse \ bin/gitlab-zip-cat \ Modified: head/www/gitlab-workhorse/distinfo ============================================================================== --- head/www/gitlab-workhorse/distinfo Mon May 14 18:00:12 2018 (r469939) +++ head/www/gitlab-workhorse/distinfo Mon May 14 18:02:21 2018 (r469940) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523369813 -SHA256 (gitlab-org-gitlab-workhorse-75bc61a1ac262705a24e38c3fc6b388efb0fb5c4_GL0.tar.gz) = b6bec2bd9df4727b70cd33912b50f813cbb863ace07aa3f5ea207f5cfdc09a7f -SIZE (gitlab-org-gitlab-workhorse-75bc61a1ac262705a24e38c3fc6b388efb0fb5c4_GL0.tar.gz) = 1718223 +TIMESTAMP = 1524407802 +SHA256 (gitlab-org-gitlab-workhorse-31b10f9eb762869b767408fa0b26ab25aefba047_GL0.tar.gz) = d9ef15f98532ca4a431f5e183501b981bcfa9b7fec76bcdc78de4089b06d2e03 +SIZE (gitlab-org-gitlab-workhorse-31b10f9eb762869b767408fa0b26ab25aefba047_GL0.tar.gz) = 1753761 From owner-svn-ports-head@freebsd.org Mon May 14 18:05:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27B6ADFDEE5; Mon, 14 May 2018 18:05:07 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C27557EEFA; Mon, 14 May 2018 18:05: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 84D4A1F9AB; Mon, 14 May 2018 18:05: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 w4EI56Q2070710; Mon, 14 May 2018 18:05:06 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EI55Mj070705; Mon, 14 May 2018 18:05:05 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141805.w4EI55Mj070705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 18:05:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469941 - in head/www/gitlab: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/www/gitlab: . files X-SVN-Commit-Revision: 469941 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:05:07 -0000 Author: mfechner Date: Mon May 14 18:05:05 2018 New Revision: 469941 URL: https://svnweb.freebsd.org/changeset/ports/469941 Log: Update gitlab to 10.7.3. For list of changes look here: https://about.gitlab.com/2018/04/22/gitlab-10-7-released/ Please note that gitlab-pages is temporarily removed and will be added later if upstream bug is fixed. To not update to this version if you require gitlab-pages. The Gemfile.lock is now generated on gitlab startup, so this should help with Gemfile issues. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15314 Modified: head/www/gitlab/Makefile head/www/gitlab/distinfo head/www/gitlab/files/gitlab.in head/www/gitlab/files/patch-Gemfile head/www/gitlab/pkg-message head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Mon May 14 18:02:21 2018 (r469940) +++ head/www/gitlab/Makefile Mon May 14 18:05:05 2018 (r469941) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 10.6.5 +PORTVERSION= 10.7.3 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -25,10 +25,9 @@ BUILD_DEPENDS= gem:devel/ruby-gems # only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS # for the options RUN_DEPENDS= git>=2.16.2:devel/git \ - gitlab-shell>=6.0.4:devel/gitlab-shell \ - gitlab-workhorse>=4.0.0:www/gitlab-workhorse \ - gitaly>=0.91.0:devel/gitaly \ - gitlab-pages>=0.7.1:www/gitlab-pages \ + gitlab-shell>=7.1.2:devel/gitlab-shell \ + gitlab-workhorse>=4.1.0:www/gitlab-workhorse \ + gitaly>=0.96.1:devel/gitaly \ redis>=2.8.23:databases/redis \ npm>=4.3.0:www/npm \ yarn>=0.17.0:www/yarn \ @@ -36,26 +35,26 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-rails-deprecated_sanitizer>=1.0.3:devel/rubygem-rails-deprecated_sanitizer \ rubygem-responders>=2.0:www/rubygem-responders \ rubygem-sprockets3>=3.7:devel/rubygem-sprockets3 \ - rubygem-default_value_for30>=3.0.1:devel/rubygem-default_value_for30 \ - rubygem-rugged>=0.26.0:devel/rubygem-rugged \ + rubygem-default_value_for30>=3.0.5:devel/rubygem-default_value_for30 \ + rubygem-rugged>=0.27.0:devel/rubygem-rugged \ rubygem-grape-route-helpers>=2.1.0:devel/rubygem-grape-route-helpers \ rubygem-faraday>=0.12.0:www/rubygem-faraday \ rubygem-devise>=4.2:devel/rubygem-devise \ - rubygem-doorkeeper42>=4.2:security/rubygem-doorkeeper42 \ - rubygem-doorkeeper-openid_connect12>=1.2.0:security/rubygem-doorkeeper-openid_connect12 \ - rubygem-omniauth14>=1.4.2:security/rubygem-omniauth14 \ + rubygem-doorkeeper>=4.3:security/rubygem-doorkeeper \ + rubygem-doorkeeper-openid_connect>=1.3:security/rubygem-doorkeeper-openid_connect \ + rubygem-omniauth>=1.8:security/rubygem-omniauth \ rubygem-omniauth-auth0>=2.0.0:net/rubygem-omniauth-auth0 \ rubygem-omniauth-azure-oauth2>=0.0.9:net/rubygem-omniauth-azure-oauth2 \ rubygem-omniauth-cas3>=1.1.4:security/rubygem-omniauth-cas3 \ rubygem-omniauth-facebook4>=4.0.0:net/rubygem-omniauth-facebook4 \ rubygem-omniauth-github11>=1.1.1:net/rubygem-omniauth-github11 \ rubygem-omniauth-gitlab>=1.0.2:security/rubygem-omniauth-gitlab \ - rubygem-omniauth-google-oauth2>=0.5.2:net/rubygem-omniauth-google-oauth2 \ + rubygem-omniauth-google-oauth2>=0.5.3:net/rubygem-omniauth-google-oauth2 \ rubygem-omniauth-kerberos>=0.3.0:net/rubygem-omniauth-kerberos \ rubygem-omniauth-oauth2-generic>=0.2.2:security/rubygem-omniauth-oauth2-generic \ - rubygem-omniauth-saml17>=1.7.0:security/rubygem-omniauth-saml17 \ + rubygem-omniauth-saml>=1.10:security/rubygem-omniauth-saml \ rubygem-omniauth-shibboleth12>=1.2.0:security/rubygem-omniauth-shibboleth12 \ - rubygem-omniauth-twitter12>=1.2.0:net/rubygem-omniauth-twitter12 \ + rubygem-omniauth-twitter>=1.4:net/rubygem-omniauth-twitter \ rubygem-omniauth_crowd22>=2.2.0:devel/rubygem-omniauth_crowd22 \ rubygem-omniauth-authentiq>=0.3.1:net/rubygem-omniauth-authentiq \ rubygem-rack-oauth212>=1.2.1:security/rubygem-rack-oauth212 \ @@ -64,7 +63,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-akismet>=2.0:devel/rubygem-akismet \ rubygem-devise-two-factor>=3.0.0:security/rubygem-devise-two-factor \ rubygem-rqrcode-rails3>=0.1.7:www/rubygem-rqrcode-rails3 \ - rubygem-attr_encrypted30>=3.0.0:security/rubygem-attr_encrypted30 \ + rubygem-attr_encrypted>=3.1.0:security/rubygem-attr_encrypted \ rubygem-u2f0>=0.2.1:net/rubygem-u2f0 \ rubygem-validates_hostname>=1.0.6:dns/rubygem-validates_hostname \ rubygem-browser>=2.2:www/rubygem-browser \ @@ -82,17 +81,17 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-hamlit26>=2.6.1:www/rubygem-hamlit26 \ rubygem-carrierwave>=1.1:www/rubygem-carrierwave \ rubygem-dropzonejs-rails07>=0.7.1:www/rubygem-dropzonejs-rails07 \ - rubygem-fog-aws1>=1.4:net/rubygem-fog-aws1 \ + rubygem-fog-aws>=2.0.1:net/rubygem-fog-aws \ rubygem-fog-core1>=1.44:devel/rubygem-fog-core1 \ - rubygem-fog-google0>=0.5:net/rubygem-fog-google0 \ + rubygem-fog-google>=1.3.3:net/rubygem-fog-google \ rubygem-fog-local>=0.3:net/rubygem-fog-local \ rubygem-fog-openstack>=0.1:net/rubygem-fog-openstack \ rubygem-fog-rackspace>=0.1.1:net/rubygem-fog-rackspace \ rubygem-fog-aliyun>=0.2.0:net/rubygem-fog-aliyun \ - rubygem-google-api-client>=0.13.6:devel/rubygem-google-api-client \ + rubygem-google-api-client>=0.19.8:devel/rubygem-google-api-client \ rubygem-unf>=0.1.4:textproc/rubygem-unf \ rubygem-seed-fu>=2.3.7:databases/rubygem-seed-fu \ - rubygem-html-pipeline1>=1.11.0:textproc/rubygem-html-pipeline1 \ + rubygem-html-pipeline>=2.7.1:textproc/rubygem-html-pipeline \ rubygem-deckar01-task_list>=2.0.0:www/rubygem-deckar01-task_list \ rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ rubygem-redcarpet>=3.4:textproc/rubygem-redcarpet \ @@ -102,8 +101,8 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-org-ruby>=0.9.12:textproc/rubygem-org-ruby \ rubygem-creole>=0.5.0:textproc/rubygem-creole \ rubygem-wikicloth081>=0.8.1:textproc/rubygem-wikicloth081 \ - rubygem-asciidoctor>=1.5.2:textproc/rubygem-asciidoctor \ - rubygem-asciidoctor-plantuml007>=0.0.7:textproc/rubygem-asciidoctor-plantuml007 \ + rubygem-asciidoctor>=1.5.6:textproc/rubygem-asciidoctor \ + rubygem-asciidoctor-plantuml>=0.0.8:textproc/rubygem-asciidoctor-plantuml \ rubygem-rouge2>=2.0:textproc/rubygem-rouge2 \ rubygem-truncato>=0.7.9:textproc/rubygem-truncato \ rubygem-bootstrap_form>=2.7.0:devel/rubygem-bootstrap_form \ @@ -111,8 +110,8 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-diffy31>=3.1.0:textproc/rubygem-diffy31 \ rubygem-unicorn51>=5.1.0:www/rubygem-unicorn51 \ rubygem-unicorn-worker-killer044>=0.4.4:www/rubygem-unicorn-worker-killer044 \ - rubygem-state_machines-activerecord>=0.4.0:databases/rubygem-state_machines-activerecord \ - rubygem-acts-as-taggable-on>=4.0.0:www/rubygem-acts-as-taggable-on \ + rubygem-state_machines-activerecord>=0.5.1:databases/rubygem-state_machines-activerecord \ + rubygem-acts-as-taggable-on>=5.0:www/rubygem-acts-as-taggable-on \ rubygem-sidekiq>=5.0.0:devel/rubygem-sidekiq \ rubygem-sidekiq-cron>=0.6.0:devel/rubygem-sidekiq-cron \ rubygem-redis-namespace15>=1.5.2:databases/rubygem-redis-namespace15 \ @@ -133,12 +132,12 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-slack-notifier1>=1.5.1:devel/rubygem-slack-notifier1 \ rubygem-asana>=0.6.0:www/rubygem-asana \ rubygem-ruby-fogbugz>=0.2.1:devel/rubygem-ruby-fogbugz \ - rubygem-kubeclient22>=2.2.0:www/rubygem-kubeclient22 \ + rubygem-kubeclient>=3.0.0:www/rubygem-kubeclient \ rubygem-d3_rails-rails4>=3.5.0:www/rubygem-d3_rails-rails4 \ rubygem-sanitize>=2.0:textproc/rubygem-sanitize \ rubygem-babosa>=1.0.2:textproc/rubygem-babosa \ rubygem-loofah>=2.2:textproc/rubygem-loofah \ - rubygem-licensee8>=8.7:devel/rubygem-licensee8 \ + rubygem-licensee8>=8.9:devel/rubygem-licensee8 \ rubygem-rack-attack44>=4.4.1:www/rubygem-rack-attack44 \ rubygem-ace-rails-ap>=4.1.0:www/rubygem-ace-rails-ap \ rubygem-mousetrap-rails>=1.4.6:www/rubygem-mousetrap-rails \ @@ -157,53 +156,50 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-gemojione>=3.3:graphics/rubygem-gemojione \ rubygem-gon61>=6.1.0:www/rubygem-gon61 \ rubygem-jquery-atwho-rails13>=1.3.2:www/rubygem-jquery-atwho-rails13 \ - rubygem-jquery-rails>=4.1.0:www/rubygem-jquery-rails \ rubygem-request_store>=1.3:devel/rubygem-request_store \ rubygem-select2-rails3>=3.5.9:www/rubygem-select2-rails3 \ rubygem-virtus>=1.0.1:devel/rubygem-virtus \ rubygem-base32>=0.3.0:converters/rubygem-base32 \ - rubygem-sentry-raven>=2.5.3:devel/rubygem-sentry-raven \ + rubygem-sentry-raven>=2.7:devel/rubygem-sentry-raven \ rubygem-premailer-rails19>=1.9.7:mail/rubygem-premailer-rails19 \ rubygem-ruby_parser>=3.8.4:devel/rubygem-ruby_parser \ rubygem-rails-i18n-4>=4.0.9:devel/rubygem-rails-i18n-4 \ rubygem-gettext_i18n_rails>=1.8.0:devel/rubygem-gettext_i18n_rails \ - rubygem-gettext_i18n_rails_js12>=1.2.0:devel/rubygem-gettext_i18n_rails_js12 \ + rubygem-gettext_i18n_rails_js>=1.3:devel/rubygem-gettext_i18n_rails_js \ rubygem-gettext>=3.2.2:devel/rubygem-gettext \ rubygem-batch-loader>=1.2.1:devel/rubygem-batch-loader \ rubygem-peek>=1.0.1:devel/rubygem-peek \ rubygem-peek-gc>=0.0.2:devel/rubygem-peek-gc \ - rubygem-peek-host>=1.0.0:devel/rubygem-peek-host \ rubygem-peek-performance_bar>=1.3.0:devel/rubygem-peek-performance_bar \ rubygem-peek-rblineprof>=0.2.0:devel/rubygem-peek-rblineprof \ rubygem-peek-redis>=1.2.0:devel/rubygem-peek-redis \ rubygem-peek-sidekiq>=1.0.3:devel/rubygem-peek-sidekiq \ rubygem-prometheus-client-mmap>=0.9.1:devel/rubygem-prometheus-client-mmap \ - rubygem-octokit46>=4.6.2:net/rubygem-octokit46 \ + rubygem-octokit>=4.8:net/rubygem-octokit \ rubygem-mail_room>=0.9.1:mail/rubygem-mail_room \ rubygem-email_reply_trimmer>=0.1:mail/rubygem-email_reply_trimmer \ rubygem-html2text>=0:textproc/rubygem-html2text \ - rubygem-ruby-prof016>=0.16.2:devel/rubygem-ruby-prof016 \ + rubygem-ruby-prof>=0.17.0:devel/rubygem-ruby-prof \ rubygem-oauth2>=1.4.0:net/rubygem-oauth2 \ rubygem-health_check26>=2.6.0:devel/rubygem-health_check26 \ rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \ rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \ - rubygem-net-ssh41>=4.1.0:security/rubygem-net-ssh41 \ + rubygem-net-ssh>=4.2.0:security/rubygem-net-ssh \ rubygem-sshkey>=1.9.0:security/rubygem-sshkey \ rubygem-rbnacl4<=4.0.2:security/rubygem-rbnacl4 \ rubygem-rbnacl-libsodium>=0:security/rubygem-rbnacl-libsodium \ rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \ - rubygem-gitaly-proto088>=0.88.0:net/rubygem-gitaly-proto088 \ + rubygem-gitaly-proto096>=0.96.0:net/rubygem-gitaly-proto096 \ rubygem-grpc>=1.10.0:net/rubygem-grpc \ rubygem-gitaly>=0.8.0:net/rubygem-gitaly \ rubygem-google-protobuf351>=3.5.1:devel/rubygem-google-protobuf351 \ rubygem-toml-rb10>=1.0.0:www/rubygem-toml-rb10 \ - rubygem-flipper011>=0.11.0:devel/rubygem-flipper011 \ - rubygem-flipper-active_record011>=0.11.0:databases/rubygem-flipper-active_record011 \ - rubygem-flipper-active_support_cache_store011>=0.11.0:devel/rubygem-flipper-active_support_cache_store011 \ + rubygem-flipper013>=0.13.0:devel/rubygem-flipper013 \ + rubygem-flipper-active_record013>=0.13.0:databases/rubygem-flipper-active_record013 \ + rubygem-flipper-active_support_cache_store013>=0.13.0:devel/rubygem-flipper-active_support_cache_store013 \ rubygem-lograge>=0.5:www/rubygem-lograge \ rubygem-grape_logging>=1.7:devel/rubygem-grape_logging \ - rubygem-asset_sync220>=2.2.0:net/rubygem-asset_sync220 \ - rubygem-rinku>=1.7.3:www/rubygem-rinku + rubygem-asset_sync220>=2.2.0:net/rubygem-asset_sync220 PGSQL_RUN_DEPENDS= rubygem-pg018>=0.18.2:databases/rubygem-pg018 \ rubygem-peek-pg>=1.3.0:databases/rubygem-peek-pg @@ -243,6 +239,7 @@ do-install: ${FIND} ${WRKSRC} -name '*.gitkeep' -delete ${FIND} ${WRKSRC} -name '*.gitignore' -delete ${FIND} ${WRKSRC} -name "Gemfile.lock" -delete + ${FIND} ${WRKSRC} -name "Gemfile.rail5.lock" -delete ${MV} ${WRKSRC}/config/gitlab.yml.example ${WRKSRC}/config/gitlab.yml.sample ${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample ${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Mon May 14 18:02:21 2018 (r469940) +++ head/www/gitlab/distinfo Mon May 14 18:05:05 2018 (r469941) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525161156 -SHA256 (gitlabhq-gitlabhq-v10.6.5_GH0.tar.gz) = 47fc8de80d7154150b11457b28920efdc93f4bc583017f6a13b4b6ba4fe8ee35 -SIZE (gitlabhq-gitlabhq-v10.6.5_GH0.tar.gz) = 46312621 +TIMESTAMP = 1525513670 +SHA256 (gitlabhq-gitlabhq-v10.7.3_GH0.tar.gz) = dac97113796da034784cdfb8489468e261af2266ada6a8faaecd11bab0525cb7 +SIZE (gitlabhq-gitlabhq-v10.7.3_GH0.tar.gz) = 47806135 Modified: head/www/gitlab/files/gitlab.in ============================================================================== --- head/www/gitlab/files/gitlab.in Mon May 14 18:02:21 2018 (r469940) +++ head/www/gitlab/files/gitlab.in Mon May 14 18:05:05 2018 (r469941) @@ -88,6 +88,20 @@ test -f /etc/default/gitlab && . /etc/default/gitlab # Switch to the app_user if it is not he/she who is running the script. if [ "$USER" != "$app_user" ]; then + # Regenerate the Gemfile.lock for all related products + echo "Regenerate Gitlab Gemfile.lock" + rm -f "${app_root}"/Gemfile.lock + if ! su -l ${app_user} -c "cd ${app_root} && /usr/local/bin/bundle install --local --quiet"; then + echo "Could not create Gemfile.lock for gitlab, please report this using FreeBSD Bugtracker, https://bugs.freebsd.org/" + exit 1 + fi + echo "Regenerate Gitaly Gemfile.lock" + rm -f "${gitaly_dir}"/ruby/Gemfile.lock + if ! su -l root -c "cd ${gitaly_dir}/ruby && /usr/local/bin/bundle install --local --quiet"; then + echo "Could not create Gemfile.lock for gitaly, please report this using FreeBSD Bugtracker, https://bugs.freebsd.org/" + exit 1 + fi + eval su - "$app_user" -c $(echo \")/usr/local/etc/rc.d/gitlab "$@"$(echo \"); exit; fi Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Mon May 14 18:02:21 2018 (r469940) +++ head/www/gitlab/files/patch-Gemfile Mon May 14 18:05:05 2018 (r469941) @@ -1,33 +1,24 @@ ---- Gemfile.orig 2018-04-09 20:57:26 UTC +--- Gemfile.orig 2018-04-23 19:39:01 UTC +++ Gemfile -@@ -12,7 +12,7 @@ gem 'sprockets', '~> 3.7.0' - gem 'default_value_for', '~> 3.0.0' +@@ -24,7 +24,7 @@ gem 'sprockets', '~> 3.7.0' + gem 'default_value_for', gem_versions['default_value_for'] # Supported DBs -gem 'mysql2', '~> 0.4.10', group: :mysql +gem 'mysql2', '>= 0.4.10', group: :mysql gem 'pg', '~> 0.18.2', group: :postgres - gem 'rugged', '~> 0.26.0' -@@ -113,7 +113,7 @@ gem 'fog-rackspace', '~> 0.1.1' + gem 'rugged', '~> 0.27' +@@ -126,7 +126,7 @@ gem 'fog-rackspace', '~> 0.1.1' gem 'fog-aliyun', '~> 0.2.0' # for Google storage --gem 'google-api-client', '~> 0.13.6' -+gem 'google-api-client', '>= 0.13.6' +-gem 'google-api-client', '~> 0.19.8' ++gem 'google-api-client', '>= 0.19.8' # for aws storage gem 'unf', '~> 0.1.4' -@@ -149,7 +149,7 @@ group :unicorn do - end - - # State machine --gem 'state_machines-activerecord', '~> 0.4.0' -+gem 'state_machines-activerecord', '>= 0.4.0' - - # Issue tags - gem 'acts-as-taggable-on', '~> 4.0' -@@ -164,7 +164,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req +@@ -177,7 +177,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', req gem 'rufus-scheduler', '~> 3.4' # HTTP requests @@ -36,7 +27,7 @@ # Colored output to console gem 'rainbow', '~> 2.2' -@@ -214,7 +214,7 @@ gem 'kubeclient', '~> 2.2.0' +@@ -227,7 +227,7 @@ gem 'kubeclient', '~> 3.0' gem 'd3_rails', '~> 3.5.0' # Sanitize user input @@ -45,25 +36,16 @@ gem 'babosa', '~> 1.0.2' # Sanitizes SVG input -@@ -264,7 +264,7 @@ gem 'virtus', '~> 1.0.1' - gem 'base32', '~> 0.3.0' - - # Sentry integration --gem 'sentry-raven', '~> 2.5.3' -+gem 'sentry-raven', '>= 2.5.3' - - gem 'premailer-rails', '~> 1.9.7' - -@@ -281,7 +281,7 @@ gem 'batch-loader', '~> 1.2.1' +@@ -289,7 +289,7 @@ gem 'batch-loader', '~> 1.2.1' + # Perf bar gem 'peek', '~> 1.0.1' gem 'peek-gc', '~> 0.0.2' - gem 'peek-host', '~> 1.0.0' -gem 'peek-mysql2', '~> 1.1.0', group: :mysql +gem 'peek-mysql2', '>= 1.1.0', group: :mysql gem 'peek-performance_bar', '~> 1.3.0' gem 'peek-pg', '~> 1.3.0', group: :postgres gem 'peek-rblineprof', '~> 0.2.0' -@@ -290,97 +290,11 @@ gem 'peek-sidekiq', '~> 1.0.3' +@@ -298,98 +298,11 @@ gem 'peek-sidekiq', '~> 1.0.3' # Metrics group :metrics do @@ -77,8 +59,8 @@ end -group :development do -- gem 'foreman', '~> 0.78.0' -- gem 'brakeman', '~> 3.6.0', require: false +- gem 'foreman', '~> 0.84.0' +- gem 'brakeman', '~> 4.2', require: false - - gem 'letter_opener_web', '~> 1.3.0' - gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false @@ -137,13 +119,15 @@ - gem 'benchmark-ips', '~> 2.3.0', require: false - - gem 'license_finder', '~> 3.1', require: false -- gem 'knapsack', '~> 1.11.0' +- gem 'knapsack', '~> 1.16' - -- gem 'activerecord_sane_schema_dumper', '0.2' +- gem 'activerecord_sane_schema_dumper', gem_versions['activerecord_sane_schema_dumper'] - - gem 'stackprof', '~> 0.2.10', require: false - - gem 'simple_po_parser', '~> 1.1.2', require: false +- +- gem 'timecop', '~> 0.8.0' -end - -group :test do @@ -151,20 +135,17 @@ - gem 'email_spec', '~> 1.6.0' - gem 'json-schema', '~> 2.8.0' - gem 'webmock', '~> 2.3.2' -- gem 'test_after_commit', '~> 1.1' +- gem 'test_after_commit', '~> 1.1' unless rails5? # Remove this gem when migrated to rails 5.0. It's been integrated to rails 5.0. - gem 'sham_rack', '~> 1.3.6' -- gem 'timecop', '~> 0.8.0' - gem 'concurrent-ruby', '~> 1.0.5' - gem 'test-prof', '~> 0.2.5' -end - - gem 'octokit', '~> 4.6.2' + gem 'octokit', '~> 4.8' gem 'mail_room', '~> 0.9.1' -@@ -431,3 +345,6 @@ gem 'grape_logging', '~> 1.7' +@@ -440,3 +353,4 @@ gem 'grape_logging', '~> 1.7' # Asset synchronization gem 'asset_sync', '~> 2.2.0' + -+# Make sure this is always present, as it is missing upstream but is required -+gem 'rinku' Modified: head/www/gitlab/pkg-message ============================================================================== --- head/www/gitlab/pkg-message Mon May 14 18:02:21 2018 (r469940) +++ head/www/gitlab/pkg-message Mon May 14 18:05:05 2018 (r469941) @@ -4,12 +4,12 @@ Gitlab was installed successfully. You now need to set up the various components of Gitlab, so please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/10.6-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/10.7-freebsd.md If you just installed an major upgrade of GitLab, for example you -switched from 10.4.x to 10.5.x, please follow the instructions in the guide at: +switched from 10.6.x to 10.7.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.5-10.6-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/10.6-10.7-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Mon May 14 18:02:21 2018 (r469940) +++ head/www/gitlab/pkg-plist Mon May 14 18:05:05 2018 (r469941) @@ -18,6 +18,8 @@ %%WWWDIR%%/.mailmap %%WWWDIR%%/.nvmrc %%WWWDIR%%/.pkgr.yml +%%WWWDIR%%/.prettierignore +%%WWWDIR%%/.prettierrc %%WWWDIR%%/.rubocop.yml %%WWWDIR%%/.rubocop_todo.yml %%WWWDIR%%/.ruby-version @@ -29,6 +31,8 @@ %%WWWDIR%%/GITLAB_SHELL_VERSION %%WWWDIR%%/GITLAB_WORKHORSE_VERSION %%WWWDIR%%/Gemfile +%%WWWDIR%%/Gemfile.rails5 +%%WWWDIR%%/Gemfile.rails5.lock %%WWWDIR%%/LICENSE %%WWWDIR%%/MAINTENANCE.md %%WWWDIR%%/PROCESS.md @@ -45,6 +49,16 @@ %%WWWDIR%%/app/assets/images/auth_buttons/google_64.png %%WWWDIR%%/app/assets/images/auth_buttons/signin_with_google.png %%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_canceled.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_created.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_failed.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_manual.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_not_found.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_pending.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_running.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_skipped.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_success.ico +%%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_warning.ico %%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_canceled.ico %%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_created.ico %%WWWDIR%%/app/assets/images/ci_favicons/dev/favicon_status_failed.ico @@ -1863,6 +1877,7 @@ %%WWWDIR%%/app/assets/images/emoji/zzz.png %%WWWDIR%%/app/assets/images/emoji@2x.png %%WWWDIR%%/app/assets/images/favicon-blue.ico +%%WWWDIR%%/app/assets/images/favicon-yellow.ico %%WWWDIR%%/app/assets/images/favicon.ico %%WWWDIR%%/app/assets/images/file_icons.svg %%WWWDIR%%/app/assets/images/gitlab_logo.png @@ -1871,63 +1886,6 @@ %%WWWDIR%%/app/assets/images/i2p-step.svg %%WWWDIR%%/app/assets/images/icon-merge-request-unmerged.svg %%WWWDIR%%/app/assets/images/icon_anchor.svg -%%WWWDIR%%/app/assets/images/icons.json -%%WWWDIR%%/app/assets/images/icons.svg -%%WWWDIR%%/app/assets/images/illustrations/cluster_popover.svg -%%WWWDIR%%/app/assets/images/illustrations/clusters_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/convdev_no_data.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/convdev_no_index.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/convdev_overview.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_1.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_10.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_2.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_3.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_4.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_5.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_6.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_7.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_8.svg -%%WWWDIR%%/app/assets/images/illustrations/convdev/i2p_step_9.svg -%%WWWDIR%%/app/assets/images/illustrations/epics.svg -%%WWWDIR%%/app/assets/images/illustrations/gitlab_logo.svg -%%WWWDIR%%/app/assets/images/illustrations/image_comment_light_cursor.svg -%%WWWDIR%%/app/assets/images/illustrations/image_comment_light_cursor@2x.svg -%%WWWDIR%%/app/assets/images/illustrations/issues.svg -%%WWWDIR%%/app/assets/images/illustrations/job_not_triggered.svg -%%WWWDIR%%/app/assets/images/illustrations/labels.svg -%%WWWDIR%%/app/assets/images/illustrations/logos/go_logo.svg -%%WWWDIR%%/app/assets/images/illustrations/logos/mattermost_logo.svg -%%WWWDIR%%/app/assets/images/illustrations/manual_action.svg -%%WWWDIR%%/app/assets/images/illustrations/merge_request_changes_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/merge_requests.svg -%%WWWDIR%%/app/assets/images/illustrations/monitoring/getting_started.svg -%%WWWDIR%%/app/assets/images/illustrations/monitoring/loading.svg -%%WWWDIR%%/app/assets/images/illustrations/monitoring/unable_to_connect.svg -%%WWWDIR%%/app/assets/images/illustrations/multi-editor_all_changes_committed_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/multi-editor_no_changes_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/multi-editor_no_staged_files_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/multi_file_editor_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/no_commits.svg -%%WWWDIR%%/app/assets/images/illustrations/pending_job_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/pipelines_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/pipelines_failed.svg -%%WWWDIR%%/app/assets/images/illustrations/pipelines_pending.svg -%%WWWDIR%%/app/assets/images/illustrations/priority_labels.svg -%%WWWDIR%%/app/assets/images/illustrations/service_desk_callout.svg -%%WWWDIR%%/app/assets/images/illustrations/service_desk_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/slack_logo.svg -%%WWWDIR%%/app/assets/images/illustrations/todos_all_done.svg -%%WWWDIR%%/app/assets/images/illustrations/todos_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/add_new_group.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/add_new_project.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/add_new_user.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/configure_server.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/ee_trial.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/globe.svg -%%WWWDIR%%/app/assets/images/illustrations/welcome/lightbulb.svg -%%WWWDIR%%/app/assets/images/illustrations/wiki-fro-logged-out-users.svg -%%WWWDIR%%/app/assets/images/illustrations/wiki_login_empty.svg -%%WWWDIR%%/app/assets/images/illustrations/wiki_logout_empty.svg %%WWWDIR%%/app/assets/images/koding-logo.svg %%WWWDIR%%/app/assets/images/logo.svg %%WWWDIR%%/app/assets/images/logo_wordmark.svg @@ -1964,13 +1922,28 @@ %%WWWDIR%%/app/assets/javascripts/api.js %%WWWDIR%%/app/assets/javascripts/autosave.js %%WWWDIR%%/app/assets/javascripts/awards_handler.js +%%WWWDIR%%/app/assets/javascripts/badges/components/badge.vue +%%WWWDIR%%/app/assets/javascripts/badges/components/badge_form.vue +%%WWWDIR%%/app/assets/javascripts/badges/components/badge_list.vue +%%WWWDIR%%/app/assets/javascripts/badges/components/badge_list_row.vue +%%WWWDIR%%/app/assets/javascripts/badges/components/badge_settings.vue +%%WWWDIR%%/app/assets/javascripts/badges/constants.js +%%WWWDIR%%/app/assets/javascripts/badges/empty_badge.js +%%WWWDIR%%/app/assets/javascripts/badges/store/actions.js +%%WWWDIR%%/app/assets/javascripts/badges/store/index.js +%%WWWDIR%%/app/assets/javascripts/badges/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/badges/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/badges/store/state.js %%WWWDIR%%/app/assets/javascripts/behaviors/autosize.js %%WWWDIR%%/app/assets/javascripts/behaviors/bind_in_out.js -%%WWWDIR%%/app/assets/javascripts/behaviors/copy_as_gfm.js %%WWWDIR%%/app/assets/javascripts/behaviors/copy_to_clipboard.js %%WWWDIR%%/app/assets/javascripts/behaviors/details_behavior.js %%WWWDIR%%/app/assets/javascripts/behaviors/gl_emoji.js %%WWWDIR%%/app/assets/javascripts/behaviors/index.js +%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/copy_as_gfm.js +%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/render_gfm.js +%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/render_math.js +%%WWWDIR%%/app/assets/javascripts/behaviors/markdown/render_mermaid.js %%WWWDIR%%/app/assets/javascripts/behaviors/quick_submit.js %%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js %%WWWDIR%%/app/assets/javascripts/behaviors/secret_values.js @@ -2208,6 +2181,73 @@ %%WWWDIR%%/app/assets/javascripts/help/help.js %%WWWDIR%%/app/assets/javascripts/helpers/issuables_helper.js %%WWWDIR%%/app/assets/javascripts/how_to_merge.js +%%WWWDIR%%/app/assets/javascripts/ide/components/changed_file_icon.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/actions.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list_collapsed.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/list_item.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/commit_sidebar/radio_group.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/editor_mode_dropdown.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_context_bar.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_external_links.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_file_buttons.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_branches_tree.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_project_tree.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_repo_tree.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_side_bar.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/ide_status_bar.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/mr_file_icon.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/index.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/modal.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/new_dropdown/upload.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_commit_section.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_editor.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_file.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_file_status_icon.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_loading_file.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_tab.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/repo_tabs.vue +%%WWWDIR%%/app/assets/javascripts/ide/components/resizable_panel.vue +%%WWWDIR%%/app/assets/javascripts/ide/eventhub.js +%%WWWDIR%%/app/assets/javascripts/ide/ide_router.js +%%WWWDIR%%/app/assets/javascripts/ide/index.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/common/disposable.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/common/model.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/common/model_manager.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/decorations/controller.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/controller.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/diff.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/diff/diff_worker.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/editor.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/editor_options.js +%%WWWDIR%%/app/assets/javascripts/ide/lib/themes/gl_theme.js +%%WWWDIR%%/app/assets/javascripts/ide/monaco_loader.js +%%WWWDIR%%/app/assets/javascripts/ide/services/index.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/actions.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/file.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/merge_request.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/project.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/actions/tree.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/getters.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/index.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/actions.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/constants.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/getters.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/index.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/mutations.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/modules/commit/state.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/branch.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/file.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/merge_request.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/project.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/mutations/tree.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/state.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/utils.js +%%WWWDIR%%/app/assets/javascripts/ide/stores/workers/files_decorator_worker.js %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/badge_helper.js %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/comment_indicator_helper.js %%WWWDIR%%/app/assets/javascripts/image_diff/helpers/dom_helper.js @@ -2314,10 +2354,13 @@ %%WWWDIR%%/app/assets/javascripts/monitoring/components/dashboard.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/empty_state.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/axis.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/deployment.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/flag.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/legend.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/path.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/track_info.vue +%%WWWDIR%%/app/assets/javascripts/monitoring/components/graph/track_line.vue %%WWWDIR%%/app/assets/javascripts/monitoring/components/graph_group.vue %%WWWDIR%%/app/assets/javascripts/monitoring/event_hub.js %%WWWDIR%%/app/assets/javascripts/monitoring/mixins/monitoring_mixins.js @@ -2380,6 +2423,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/admin/abuse_reports/abuse_reports.js %%WWWDIR%%/app/assets/javascripts/pages/admin/abuse_reports/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/admin.js +%%WWWDIR%%/app/assets/javascripts/pages/admin/application_settings/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/broadcast_message.js %%WWWDIR%%/app/assets/javascripts/pages/admin/broadcast_messages/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/cohorts/index.js @@ -2399,9 +2443,6 @@ %%WWWDIR%%/app/assets/javascripts/pages/admin/projects/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/admin/users/index.js -%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/ci_lint_editor.js -%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/new/index.js -%%WWWDIR%%/app/assets/javascripts/pages/ci/lints/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/constants.js %%WWWDIR%%/app/assets/javascripts/pages/dashboard/activity/index.js %%WWWDIR%%/app/assets/javascripts/pages/dashboard/groups/index/index.js @@ -2427,6 +2468,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/milestones/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/groups/settings/badges/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/settings/ci_cd/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/groups/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/help/index/index.js @@ -2458,6 +2500,9 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/boards/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/branches/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/branches/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/ci_lint_editor.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/new/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/ci/lints/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/destroy/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/clusters/show/index.js @@ -2535,7 +2580,10 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/registry/repositories/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/releases/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/services/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/badges/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/ci_cd/show/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/create_deploy_token/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/form.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/repository/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/components/project_feature_setting.vue %%WWWDIR%%/app/assets/javascripts/pages/projects/shared/permissions/components/project_setting_row.vue @@ -2561,6 +2609,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/sessions/new/oauth_remember_me.js %%WWWDIR%%/app/assets/javascripts/pages/sessions/new/signin_tabs_memoizer.js %%WWWDIR%%/app/assets/javascripts/pages/sessions/new/username_validator.js +%%WWWDIR%%/app/assets/javascripts/pages/shared/mount_badge_settings.js %%WWWDIR%%/app/assets/javascripts/pages/snippets/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/snippets/form.js %%WWWDIR%%/app/assets/javascripts/pages/snippets/new/index.js @@ -2571,7 +2620,14 @@ %%WWWDIR%%/app/assets/javascripts/pdf/assets/img/bg.gif %%WWWDIR%%/app/assets/javascripts/pdf/index.vue %%WWWDIR%%/app/assets/javascripts/pdf/page/index.vue -%%WWWDIR%%/app/assets/javascripts/performance_bar.js +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/detailed_metric.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/performance_bar_app.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/request_selector.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/simple_metric.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/components/upstream_performance_bar.vue +%%WWWDIR%%/app/assets/javascripts/performance_bar/index.js +%%WWWDIR%%/app/assets/javascripts/performance_bar/services/performance_bar_service.js +%%WWWDIR%%/app/assets/javascripts/performance_bar/stores/performance_bar_store.js %%WWWDIR%%/app/assets/javascripts/pipelines.js %%WWWDIR%%/app/assets/javascripts/pipelines/components/async_button.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/blank_state.vue @@ -2603,6 +2659,7 @@ %%WWWDIR%%/app/assets/javascripts/pipelines/stores/pipelines_store.js %%WWWDIR%%/app/assets/javascripts/preview_markdown.js %%WWWDIR%%/app/assets/javascripts/profile/account/components/delete_account_modal.vue +%%WWWDIR%%/app/assets/javascripts/profile/account/components/update_username.vue %%WWWDIR%%/app/assets/javascripts/profile/account/index.js %%WWWDIR%%/app/assets/javascripts/profile/gl_crop.js %%WWWDIR%%/app/assets/javascripts/profile/profile.js @@ -2652,9 +2709,6 @@ %%WWWDIR%%/app/assets/javascripts/registry/stores/index.js %%WWWDIR%%/app/assets/javascripts/registry/stores/mutation_types.js %%WWWDIR%%/app/assets/javascripts/registry/stores/mutations.js -%%WWWDIR%%/app/assets/javascripts/render_gfm.js -%%WWWDIR%%/app/assets/javascripts/render_math.js -%%WWWDIR%%/app/assets/javascripts/render_mermaid.js %%WWWDIR%%/app/assets/javascripts/right_sidebar.js %%WWWDIR%%/app/assets/javascripts/search_autocomplete.js %%WWWDIR%%/app/assets/javascripts/settings_panels.js @@ -2668,7 +2722,7 @@ %%WWWDIR%%/app/assets/javascripts/shortcuts_navigation.js %%WWWDIR%%/app/assets/javascripts/shortcuts_network.js %%WWWDIR%%/app/assets/javascripts/shortcuts_wiki.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_title.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignee_title.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/assignees.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/assignees/sidebar_assignees.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/confidential/confidential_issue_sidebar.vue @@ -2681,8 +2735,8 @@ %%WWWDIR%%/app/assets/javascripts/sidebar/components/participants/sidebar_participants.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/subscriptions/subscriptions.vue -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.js -%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.js +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue +%%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.vue %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/estimate_only_pane.js %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/help_state.js %%WWWDIR%%/app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.js @@ -2723,16 +2777,17 @@ %%WWWDIR%%/app/assets/javascripts/users_select.js %%WWWDIR%%/app/assets/javascripts/version_check_image.js %%WWWDIR%%/app/assets/javascripts/visibility_select.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/deployment.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/memory_usage.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_author_time.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_deployment.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_maintainer_edit.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_memory_usage.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_merge_help.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_related_links.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/mr_widget_status_icon.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/source_branch_removal_status.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_archived.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_auto_merge_failed.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_checking.vue @@ -2744,15 +2799,15 @@ %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_merging.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_missing_branch.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_not_allowed.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_nothing_to_merge.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_blocked.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_pipeline_failed.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_ready_to_merge.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_rebase.vue -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_sha_mismatch.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_squash_before_merge.js -%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_unresolved_discussions.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_wip.js +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/nothing_to_merge.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/sha_mismatch.vue +%%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/components/states/unresolved_discussions.vue %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/dependencies.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/event_hub.js %%WWWDIR%%/app/assets/javascripts/vue_merge_request_widget/index.js @@ -2765,6 +2820,12 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/ci_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/clipboard_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/commit.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/content_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/lib/viewer_utils.js +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/download_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/content_viewer/viewers/markdown_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/deprecated_modal.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/expand_button.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/file_icon/file_icon_map.js @@ -2779,8 +2840,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/header.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/toolbar.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/markdown/toolbar_button.vue -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/memory_graph.js -%%WWWDIR%%/app/assets/javascripts/vue_shared/components/modal.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/memory_graph.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/navigation_tabs.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/placeholder_note.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/notes/placeholder_system_note.vue @@ -2920,7 +2980,6 @@ %%WWWDIR%%/app/assets/stylesheets/pages/issues.scss %%WWWDIR%%/app/assets/stylesheets/pages/issues/issue_count_badge.scss %%WWWDIR%%/app/assets/stylesheets/pages/labels.scss -%%WWWDIR%%/app/assets/stylesheets/pages/lint.scss %%WWWDIR%%/app/assets/stylesheets/pages/login.scss %%WWWDIR%%/app/assets/stylesheets/pages/members.scss %%WWWDIR%%/app/assets/stylesheets/pages/merge_conflicts.scss @@ -2929,6 +2988,7 @@ %%WWWDIR%%/app/assets/stylesheets/pages/note_form.scss %%WWWDIR%%/app/assets/stylesheets/pages/notes.scss %%WWWDIR%%/app/assets/stylesheets/pages/notifications.scss +%%WWWDIR%%/app/assets/stylesheets/pages/pages.scss %%WWWDIR%%/app/assets/stylesheets/pages/pipeline_schedules.scss %%WWWDIR%%/app/assets/stylesheets/pages/pipelines.scss %%WWWDIR%%/app/assets/stylesheets/pages/profile.scss @@ -2990,6 +3050,7 @@ %%WWWDIR%%/app/controllers/ci/lints_controller.rb %%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb %%WWWDIR%%/app/controllers/concerns/boards_responses.rb +%%WWWDIR%%/app/controllers/concerns/checks_collaboration.rb %%WWWDIR%%/app/controllers/concerns/continue_params.rb %%WWWDIR%%/app/controllers/concerns/controller_with_cross_project_access_check.rb %%WWWDIR%%/app/controllers/concerns/creates_commit.rb @@ -3017,6 +3078,7 @@ %%WWWDIR%%/app/controllers/concerns/repository_settings_redirect.rb %%WWWDIR%%/app/controllers/concerns/requires_whitelisted_monitoring_client.rb %%WWWDIR%%/app/controllers/concerns/routable_actions.rb +%%WWWDIR%%/app/controllers/concerns/send_file_upload.rb %%WWWDIR%%/app/controllers/concerns/service_params.rb %%WWWDIR%%/app/controllers/concerns/snippets_actions.rb %%WWWDIR%%/app/controllers/concerns/spammable_actions.rb @@ -3046,6 +3108,7 @@ %%WWWDIR%%/app/controllers/groups/group_members_controller.rb %%WWWDIR%%/app/controllers/groups/labels_controller.rb %%WWWDIR%%/app/controllers/groups/milestones_controller.rb +%%WWWDIR%%/app/controllers/groups/settings/badges_controller.rb %%WWWDIR%%/app/controllers/groups/settings/ci_cd_controller.rb %%WWWDIR%%/app/controllers/groups/uploads_controller.rb %%WWWDIR%%/app/controllers/groups/variables_controller.rb @@ -3053,6 +3116,7 @@ %%WWWDIR%%/app/controllers/health_check_controller.rb %%WWWDIR%%/app/controllers/health_controller.rb %%WWWDIR%%/app/controllers/help_controller.rb +%%WWWDIR%%/app/controllers/ide_controller.rb %%WWWDIR%%/app/controllers/import/base_controller.rb %%WWWDIR%%/app/controllers/import/bitbucket_controller.rb %%WWWDIR%%/app/controllers/import/fogbugz_controller.rb @@ -3096,6 +3160,7 @@ %%WWWDIR%%/app/controllers/projects/branches_controller.rb %%WWWDIR%%/app/controllers/projects/build_artifacts_controller.rb %%WWWDIR%%/app/controllers/projects/builds_controller.rb +%%WWWDIR%%/app/controllers/projects/ci/lints_controller.rb %%WWWDIR%%/app/controllers/projects/clusters/applications_controller.rb %%WWWDIR%%/app/controllers/projects/clusters/gcp_controller.rb %%WWWDIR%%/app/controllers/projects/clusters/user_controller.rb @@ -3106,6 +3171,7 @@ %%WWWDIR%%/app/controllers/projects/cycle_analytics/events_controller.rb %%WWWDIR%%/app/controllers/projects/cycle_analytics_controller.rb %%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb +%%WWWDIR%%/app/controllers/projects/deploy_tokens_controller.rb %%WWWDIR%%/app/controllers/projects/deployments_controller.rb %%WWWDIR%%/app/controllers/projects/discussions_controller.rb %%WWWDIR%%/app/controllers/projects/environments_controller.rb @@ -3153,6 +3219,7 @@ %%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb %%WWWDIR%%/app/controllers/projects/runners_controller.rb %%WWWDIR%%/app/controllers/projects/services_controller.rb +%%WWWDIR%%/app/controllers/projects/settings/badges_controller.rb %%WWWDIR%%/app/controllers/projects/settings/ci_cd_controller.rb %%WWWDIR%%/app/controllers/projects/settings/integrations_controller.rb %%WWWDIR%%/app/controllers/projects/settings/repository_controller.rb @@ -3245,6 +3312,7 @@ %%WWWDIR%%/app/helpers/conversational_development_index_helper.rb %%WWWDIR%%/app/helpers/dashboard_helper.rb %%WWWDIR%%/app/helpers/defer_script_tag_helper.rb +%%WWWDIR%%/app/helpers/deploy_tokens_helper.rb %%WWWDIR%%/app/helpers/diff_helper.rb %%WWWDIR%%/app/helpers/dropdowns_helper.rb %%WWWDIR%%/app/helpers/emails_helper.rb @@ -3381,6 +3449,7 @@ %%WWWDIR%%/app/models/chat_team.rb %%WWWDIR%%/app/models/ci/artifact_blob.rb %%WWWDIR%%/app/models/ci/build.rb +%%WWWDIR%%/app/models/ci/build_metadata.rb %%WWWDIR%%/app/models/ci/build_trace_section.rb %%WWWDIR%%/app/models/ci/build_trace_section_name.rb %%WWWDIR%%/app/models/ci/group.rb @@ -3415,6 +3484,7 @@ %%WWWDIR%%/app/models/compare.rb %%WWWDIR%%/app/models/concerns/access_requestable.rb %%WWWDIR%%/app/models/concerns/artifact_migratable.rb +%%WWWDIR%%/app/models/concerns/atomic_internal_id.rb %%WWWDIR%%/app/models/concerns/avatarable.rb %%WWWDIR%%/app/models/concerns/awardable.rb %%WWWDIR%%/app/models/concerns/blob_like.rb @@ -3422,6 +3492,7 @@ %%WWWDIR%%/app/models/concerns/bulk_member_access_load.rb %%WWWDIR%%/app/models/concerns/cache_markdown_field.rb %%WWWDIR%%/app/models/concerns/case_sensitivity.rb +%%WWWDIR%%/app/models/concerns/chronic_duration_attribute.rb %%WWWDIR%%/app/models/concerns/created_at_filterable.rb %%WWWDIR%%/app/models/concerns/deployment_platform.rb %%WWWDIR%%/app/models/concerns/discussion_on_diff.rb @@ -3436,13 +3507,13 @@ %%WWWDIR%%/app/models/concerns/has_variable.rb %%WWWDIR%%/app/models/concerns/ignorable_column.rb %%WWWDIR%%/app/models/concerns/importable.rb -%%WWWDIR%%/app/models/concerns/internal_id.rb %%WWWDIR%%/app/models/concerns/issuable.rb %%WWWDIR%%/app/models/concerns/loaded_in_group_list.rb %%WWWDIR%%/app/models/concerns/manual_inverse_association.rb %%WWWDIR%%/app/models/concerns/mentionable.rb %%WWWDIR%%/app/models/concerns/mentionable/reference_regexes.rb %%WWWDIR%%/app/models/concerns/milestoneish.rb +%%WWWDIR%%/app/models/concerns/nonatomic_internal_id.rb %%WWWDIR%%/app/models/concerns/note_on_diff.rb %%WWWDIR%%/app/models/concerns/noteable.rb %%WWWDIR%%/app/models/concerns/participable.rb @@ -3483,10 +3554,10 @@ %%WWWDIR%%/app/models/conversational_development_index/idea_to_production_step.rb %%WWWDIR%%/app/models/conversational_development_index/metric.rb %%WWWDIR%%/app/models/cycle_analytics.rb -%%WWWDIR%%/app/models/cycle_analytics/summary.rb %%WWWDIR%%/app/models/dashboard_milestone.rb %%WWWDIR%%/app/models/deploy_key.rb %%WWWDIR%%/app/models/deploy_keys_project.rb +%%WWWDIR%%/app/models/deploy_token.rb %%WWWDIR%%/app/models/deployment.rb %%WWWDIR%%/app/models/diff_discussion.rb %%WWWDIR%%/app/models/diff_note.rb @@ -3535,6 +3606,7 @@ %%WWWDIR%%/app/models/identity.rb %%WWWDIR%%/app/models/individual_note_discussion.rb %%WWWDIR%%/app/models/instance_configuration.rb +%%WWWDIR%%/app/models/internal_id.rb %%WWWDIR%%/app/models/issue.rb %%WWWDIR%%/app/models/issue/metrics.rb %%WWWDIR%%/app/models/issue_assignee.rb @@ -3576,6 +3648,7 @@ %%WWWDIR%%/app/models/project_authorization.rb %%WWWDIR%%/app/models/project_auto_devops.rb %%WWWDIR%%/app/models/project_custom_attribute.rb +%%WWWDIR%%/app/models/project_deploy_token.rb %%WWWDIR%%/app/models/project_feature.rb %%WWWDIR%%/app/models/project_group_link.rb %%WWWDIR%%/app/models/project_import_data.rb @@ -3678,6 +3751,7 @@ %%WWWDIR%%/app/policies/clusters/cluster_policy.rb %%WWWDIR%%/app/policies/commit_status_policy.rb %%WWWDIR%%/app/policies/deploy_key_policy.rb +%%WWWDIR%%/app/policies/deploy_token_policy.rb %%WWWDIR%%/app/policies/deployment_policy.rb %%WWWDIR%%/app/policies/environment_policy.rb %%WWWDIR%%/app/policies/external_issue_policy.rb @@ -3695,9 +3769,12 @@ %%WWWDIR%%/app/policies/project_label_policy.rb %%WWWDIR%%/app/policies/project_member_policy.rb %%WWWDIR%%/app/policies/project_policy.rb +%%WWWDIR%%/app/policies/project_policy/class_methods.rb %%WWWDIR%%/app/policies/project_snippet_policy.rb +%%WWWDIR%%/app/policies/protected_branch_policy.rb %%WWWDIR%%/app/policies/user_policy.rb %%WWWDIR%%/app/presenters/README.md +%%WWWDIR%%/app/presenters/ci/build_metadata_presenter.rb %%WWWDIR%%/app/presenters/ci/build_presenter.rb %%WWWDIR%%/app/presenters/ci/group_variable_presenter.rb %%WWWDIR%%/app/presenters/ci/pipeline_presenter.rb @@ -3731,6 +3808,7 @@ %%WWWDIR%%/app/serializers/build_action_entity.rb %%WWWDIR%%/app/serializers/build_artifact_entity.rb %%WWWDIR%%/app/serializers/build_details_entity.rb +%%WWWDIR%%/app/serializers/build_metadata_entity.rb %%WWWDIR%%/app/serializers/build_serializer.rb %%WWWDIR%%/app/serializers/cluster_application_entity.rb %%WWWDIR%%/app/serializers/cluster_entity.rb @@ -3783,12 +3861,13 @@ %%WWWDIR%%/app/serializers/merge_request_widget_entity.rb %%WWWDIR%%/app/serializers/note_attachment_entity.rb %%WWWDIR%%/app/serializers/note_entity.rb -%%WWWDIR%%/app/serializers/note_serializer.rb %%WWWDIR%%/app/serializers/note_user_entity.rb %%WWWDIR%%/app/serializers/pipeline_details_entity.rb %%WWWDIR%%/app/serializers/pipeline_entity.rb %%WWWDIR%%/app/serializers/pipeline_serializer.rb %%WWWDIR%%/app/serializers/project_entity.rb +%%WWWDIR%%/app/serializers/project_note_entity.rb +%%WWWDIR%%/app/serializers/project_note_serializer.rb %%WWWDIR%%/app/serializers/project_serializer.rb %%WWWDIR%%/app/serializers/request_aware_entity.rb %%WWWDIR%%/app/serializers/runner_entity.rb @@ -3834,7 +3913,6 @@ %%WWWDIR%%/app/services/check_gcp_project_billing_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_schedule_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_service.rb -%%WWWDIR%%/app/services/ci/create_pipeline_stages_service.rb %%WWWDIR%%/app/services/ci/ensure_stage_service.rb %%WWWDIR%%/app/services/ci/extract_sections_from_build_trace_service.rb %%WWWDIR%%/app/services/ci/fetch_kubernetes_token_service.rb @@ -3874,6 +3952,7 @@ %%WWWDIR%%/app/services/delete_branch_service.rb %%WWWDIR%%/app/services/delete_merged_branches_service.rb %%WWWDIR%%/app/services/deploy_keys/create_service.rb +%%WWWDIR%%/app/services/deploy_tokens/create_service.rb %%WWWDIR%%/app/services/discussions/base_service.rb %%WWWDIR%%/app/services/discussions/resolve_service.rb %%WWWDIR%%/app/services/discussions/update_diff_position_service.rb @@ -3923,7 +4002,7 @@ %%WWWDIR%%/app/services/labels/promote_service.rb %%WWWDIR%%/app/services/labels/transfer_service.rb %%WWWDIR%%/app/services/labels/update_service.rb -%%WWWDIR%%/app/services/lfs/file_modification_handler.rb +%%WWWDIR%%/app/services/lfs/file_transformer.rb %%WWWDIR%%/app/services/lfs/lock_file_service.rb %%WWWDIR%%/app/services/lfs/locks_finder_service.rb %%WWWDIR%%/app/services/lfs/unlock_file_service.rb @@ -3979,6 +4058,7 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon May 14 18:12:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC13ADFE42E; Mon, 14 May 2018 18:12:02 +0000 (UTC) (envelope-from kp@krion.cc) Received: from krion.cc (krion.cc [148.251.235.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 814AE7F9FC; Mon, 14 May 2018 18:12:02 +0000 (UTC) (envelope-from kp@krion.cc) Received: from jo (90-152-149-189.static.highway.a1.net [90.152.149.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by krion.cc (Postfix) with ESMTPSA id 4B3204EE24; Mon, 14 May 2018 20:11:56 +0200 (CEST) Date: Mon, 14 May 2018 20:11:55 +0200 From: Kirill Ponomarev To: Antoine Brodin Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469923 - head/databases/grass7 Message-ID: <20180514181155.h5hepinnl5kcypj3@jo> References: <201805141656.w4EGu4V9032838@repo.freebsd.org> <20180514173103.lgakim22zkbz5tyo@jo> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dhgu5tz7onzkipau" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180323 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:12:03 -0000 --dhgu5tz7onzkipau Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 05/14, Antoine Brodin wrote: > >> It still fails to package. > > > > Do you use any specific options to build it on the cluster >=20 > Default OPTIONS, no ccache, releases with security patches. Weird, I disabled ccache and could build it as well: https://krion.cc/data/head-amd64-default/2018-05-14_20h05m09s/logs/grass7-7= =2E4.0_2.log Maintainer confirmed he can build it in poudriere. --dhgu5tz7onzkipau Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFdBAABCABHFiEEJCHRFhEAQujKni1pDyI9/LMCykUFAlr50WspFIAAAAAAFQAL cGthLWFkZHJlc3NAZ251cGcub3Jna3BAa3Jpb24uY2MACgkQDyI9/LMCykXUCwf9 Ei7ToZFVcly6mXiVyGLyJlUHRCAQY0Nl2ZJRj+GOqXfVk0ZiMaTAcqeigm7aRh42 g572outqyXwq3xWs8sI5RBJxACZ+UeR5dlcmRNs52dERW3EDYwaksM0Kqk/wEWd7 JDQxujI1La536Y1lOenZhxJMQnsGdTwICw4J7bgLQuLn6U0ytcDxm4n0ludsSBFc 8bxHSw46YnE6avgzNdQZOuwPkJHd7ptthJI6Q7YICeRduYGeffyG7bJRRXxpb1+c 3QyCBICBeDBMn+DqGHju5JTnjUBREs6BTx3HCw3xsOilmJBYr6KhgiNd0qx7Sgdx lLOiPKH77PlgWF7OcmU/HQ== =g42A -----END PGP SIGNATURE----- --dhgu5tz7onzkipau-- From owner-svn-ports-head@freebsd.org Mon May 14 18:18:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A07B1DFE84A; Mon, 14 May 2018 18:18:13 +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 4D63580ED1; Mon, 14 May 2018 18:18: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 288331FB3F; Mon, 14 May 2018 18:18: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 w4EIIDmH075720; Mon, 14 May 2018 18:18:13 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EIICFL075719; Mon, 14 May 2018 18:18:12 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141818.w4EIICFL075719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 18:18:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469942 - head X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 469942 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:18:13 -0000 Author: mfechner Date: Mon May 14 18:18:12 2018 New Revision: 469942 URL: https://svnweb.freebsd.org/changeset/ports/469942 Log: Added a note to UPDATING about gitlab-pages feature was removed till it is fixed upstream again. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon May 14 18:05:05 2018 (r469941) +++ head/UPDATING Mon May 14 18:18:12 2018 (r469942) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180514: + AFFECTS: users of www/gitlab + AUTHOR: mfechner@FreeBSD.org + + Gitlab-pages support was removed as new version does not compile. + If you require gitlab-pages do not update to version 10.7.3 till it is + fixed upstream. + You can find the bug report here: + https://gitlab.com/gitlab-org/gitlab-pages/issues/143 + 20180513: AFFECTS: users of net/xrdp AUTHOR: meta@FreeBSD.org From owner-svn-ports-head@freebsd.org Mon May 14 18:20:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D186EDFEA08; Mon, 14 May 2018 18:20:57 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 389C682561; Mon, 14 May 2018 18:20:57 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2a01:5c0:e093:5261:21b:21ff:fe7b:3468]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id AF5B911EB1DC; Mon, 14 May 2018 20:20:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1526322052; bh=VJRop1MK5aVuo+W5NURxg0MEjKGDjLnnoBz6quDBkwQ=; h=Subject:To:References:From:Date:In-Reply-To; b=NVm7LtE/vdNX6RrUPdq3OSVptsL1mzqKtS8XrBye6FMzpTmsrYHAszDUcP0xxnEv4 wo+oh0/PrM+Nz/ftcc0dCTzPgk7pA42IYiplK31gs5YEVM6B9Sb0cAHRmnn1tprY23 tGbpRbWqFOOmA0aC3VO77q61+AfTyGAUDSlpJDgQ= Received: from [192.168.0.151] (030-060-210-188.ip-addr.inexio.net [188.210.60.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 934F0153F6D2; Mon, 14 May 2018 20:20:51 +0200 (CEST) Subject: Re: svn commit: r469941 - in head/www/gitlab: . files To: Matthias Fechner , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805141805.w4EI55Mj070705@repo.freebsd.org> From: Matthias Fechner Openpgp: preference=signencrypt Autocrypt: addr=idefix@fechner.net; prefer-encrypt=mutual; keydata= xsFNBFqca1YBEADM9mF2+ifk8HILTlf5wtAzV6SYVR4RvNOo/8Kucw4sCZT76zS1fjZe4Zy1 3C0IZ07Wi+3PnoGIgOCsXp3PrTc2nuHQWkwVBYXy8UaR9DHBWA/mIvRGG1ZscKQYA6oUdCvd K8Mu26zO60yTt+ONzFtK6G1myH4EHXZ8dpmdCFf+W3rzTU+aCQ5S3OfwCLGgYgOaVREGkdOc 5SVCpFb4n+2B8+CqeWsRHhnT+4h7/YhgDMGp4GiI3yrB2nBVSUUvcosD2nRtJQgGQHcAFtMq 3hJaKPOR/mHc6KVrp0xmGNmdtazvXloHmGIl9O1UpmMmrYu9Kugl0JkGi2fAcno02XgVlkyX 7xDLTteP5cNqRxor4yVDaRWUQnOfK9XgcrKGrAzb65BkCSkjT+Aw3S/A8Qd6NvjL9qy1d+Ct dzatOVF/Y7jaW28CMr3jvwPS13OxV7PnJzIZzdik20eVxfOXuYfxZD+PwBaGgFF0qj6zKACC aKLalE0ZpY0zNn/iPyQX/Cf9KoDyFpOHSsEswiJ5rCWwppVcsFyogHOemVmeaXlvyDPEipnV ZUkpGP/CCqPu3eD0uDzP7UJ0pt/l/JfW0Xw/4p9mjB024xiRlxLa6vSRfGl//EdtAIbKKa8x 5wsKTQEbYJDmXE3tH/A54DCqRXhcopTlu2iJlTdnIMltn9afVwARAQABzSVNYXR0aGlhcyBG ZWNobmVyIDxpZGVmaXhAZmVjaG5lci5uZXQ+wsGXBBMBCgBBAhsDBQkJZgGABQsJCAcDBRUK CQgLBRYDAgEAAh4BAheAFiEEaWB64mCp804YOtqutot13J/XR+EFAlqcc9gCGQEACgkQtot1 3J/XR+GQyhAAwDxUSg7X2aS1d6rrYUZdDk8rT5TCjayDAyOATdAUhJRZk8qXRNF27Mu6xiOT mIvEMKLagNsitffZs1g/mulRQiDVLloGav7xozSfYlaOYWpPb55wpsugQPLZz0OkU9tzw7j7 7sPPvnAxeqSofUJzQdZzp43aVwXVqsJ3rY0jGzYA5RLS6CBI1RRR8/hHLMxspDPl79IW3GhI HAXaVX1HVJA2oJEo9Y95DnJwX8NV+hvLlUVA2KDdNKFiVJKeV3ccqw+/5zW3Y8J6Rd8blW9n p68Z7lyxt6mvsDEdSxOyGSkPagzIDfHqmDfkaeum7gHMwweH2e2pZuhzMZkrKNoSkKiJ5uim 638ZhnzzmEWh2qtYPgHlZG1jO6n2DSzCqJkQYjYUtLj7ylIgZakG8M3idQRugHImMBq+HSMu WR8FI52gh1+4LbIArHB4YWTTr933ElwhS1jtomK9SeWezPfjunpxqXQl4QR0qXAuglsOMJ6y Togb6lc0qyEdOa5VCXQTLSD9yZpolSQOjOe1XEyM4g5v7FrPBGVni9AxlARvUDVbYQDv1+4A gchtgpLmAF8mDPq/tGeXuAO3m+ExQDXpJ4CneI9YHc+joU2cXQi5MP1NzgMOV43XEZCiTW0O BWM1+857gmDqGbybE7F3UFpvBs9/NRWnuxoKaYxYbqCOc3nOwU0EWpxrVgEQAN3uCLHZF+1V gcrzYjwL1wAJwjYb7UnHKvNYdaBKgW0n0NTfaTCLHxHYPO8NlV1+lNctSeXLeiWpmE1lCDHq /++53EJ34OsRd/n246PdtfIfltML73tsmq6S9zTye2zv7LsmE7jgUBaasbv0qSLSybOUvkRx j3xBuK9Ymg/ZXaENOhxwIQ6oQoNLg3ers9t5Xl4NVK6gzzZ2OdTGnuUVhQmi4rbP04R0GJFh AtGLAYUCxlXVZhdPAs4qZaoAEP5nW/u2MyzSaIouwcEIdttAiPZdrJr+a4OGKz88Sn6zqKSa uyUADgX+G8tKUONgZbfz4SSRvlinOgyU2RyyfNS977r/YfaHH+oAxg31yUWPtD/ryfVw69bG vK8RQrZ9+c1vyWBABoQOh5+JHW/AE9Xj5dQatEfWmGO3+/FRo2TIhqZQXXl8PW+jtEjkhgOH OUX5ERzSm6nCcPIw+LUkEINcLc9bw4fv1eOWIdBuCckGM4rWXkLYbqhdSzdWeCsC0tiQk8x7 O1zXRJOKF4rITJd/qX322EH29BR+T9V1Hw7LDSRe+3YxtoXhROZRXjF8QniEHeKVNRUComr6 rWGmuHjsNTQ7twtwnG8xSOfCkYAp9GrbzBkIYX+VFvFQLqVM+It3RAlge/bwpZPvkr3bFsJk 4JS+EAugBIrP0xd9BMOh6Ej5ABEBAAHCwXwEGAEKACYWIQRpYHriYKnzThg62q62i3Xcn9dH 4QUCWpxrVgIbDAUJCWYBgAAKCRC2i3Xcn9dH4ZZsEACoQI109htphVe2AQhJ7wuPo8pIrSFA 0Mb0pfibX/sYw8ZZz/x3ctTI3Ajq2baSaoebIuUyd6oPI7cAzgL4s2zHiZ3ChH2dDxJlOPfk OaiK124DJMPqWiWuxe39tgq23tsPhwcvF+DC+SkJoLWKCYNC06fS3bLktZ0s4lVE5tqfL5ww MvxgxB+6+sWHwZWSv1IwB/geov6zkEhVdkXqrGPE52LyLfU0ACMmihcl0/npsCMZSls0urge CsPMuHPQnmcM2ERbere8i9OdKQDzGBrTbWl9DxNRf4o+cAYirEJM3Kc+ZD2SE34bTSvg3kdQ QZQbj+o+BRcsR0LaGbORkNaMZlp5OuXteL6nG7sbAPn0bjUUlup8CJEXDXENG6LJG1/oVWFq m3OtPyr5UoMQAuhuGx0/Om6AXKr/mk+veuoKWMXkqll045/bYE7bX2A0gkyGE5DdjaiHPmS9 NsWuKDeExLlXZOL1GX+PKjWLADwlv07XHB8Hf6U0/lpf3/mggRtqHyKbHt0iRqYaMC95gVdM rbugxh61U/zxIaweU7VolD5cRrltxqPp5szOwDzw42JYwbpYsXFJXNkuCGCmK1LHcShfEggt fV3g/JKzvNRQn6p1f0frppl/eZ5UvWVKrNERJzcZgkOecxwiK/L/JoGpGfWOqWGsTxe/AnQc Xxj8Dw== Message-ID: <4ae5070f-d9c7-3033-deae-74a1f50173bb@fechner.net> Date: Mon, 14 May 2018 20:20:49 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <201805141805.w4EI55Mj070705@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: de-DE X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:20:58 -0000 Am 14.05.2018 um 20:05 schrieb Matthias Fechner: > Please note that gitlab-pages is temporarily removed and will be added later if upstream bug is fixed. > To not update to this version if you require gitlab-pages. I added for this an entry in UPDATING, please see commit 469942. I hope it is fine, that I did this commit without an approval by my mentors. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-head@freebsd.org Mon May 14 18:23:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4274ADFECB4; Mon, 14 May 2018 18:23:25 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D89D7828AE; Mon, 14 May 2018 18:23:24 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BBE31FCEC; Mon, 14 May 2018 18:23:24 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EINOpL080877; Mon, 14 May 2018 18:23:24 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EINN8P080869; Mon, 14 May 2018 18:23:23 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201805141823.w4EINN8P080869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 14 May 2018 18:23:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469943 - in head/net/ocserv: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: in head/net/ocserv: . files X-SVN-Commit-Revision: 469943 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:23:25 -0000 Author: cpm Date: Mon May 14 18:23:23 2018 New Revision: 469943 URL: https://svnweb.freebsd.org/changeset/ports/469943 Log: net/ocserv: update to 0.12.1 Changelog: https://gitlab.com/ocserv/ocserv/blob/master/NEWS Tested by: Jov Added: head/net/ocserv/files/patch-doc_sample.config (contents, props changed) head/net/ocserv/files/patch-src_occtl_occtl.c (contents, props changed) head/net/ocserv/files/patch-src_occtl_time.c (contents, props changed) Deleted: head/net/ocserv/files/patch-doc_Makefile.am head/net/ocserv/files/patch-libopts_m4_libopts.m4 head/net/ocserv/files/patch-src_main-ctl-unix.c head/net/ocserv/files/patch-src_ocserv-args.def Modified: head/net/ocserv/Makefile head/net/ocserv/distinfo head/net/ocserv/files/ocserv.conf head/net/ocserv/files/patch-configure.ac head/net/ocserv/files/patch-src_config.c Modified: head/net/ocserv/Makefile ============================================================================== --- head/net/ocserv/Makefile Mon May 14 18:18:12 2018 (r469942) +++ head/net/ocserv/Makefile Mon May 14 18:23:23 2018 (r469943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ocserv -PORTVERSION= 0.11.11 +PORTVERSION= 0.12.1 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ \ LOCAL/cpm @@ -13,8 +13,7 @@ COMMENT= Server implementing the AnyConnect SSL VPN pr LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= autogen:devel/autogen \ - bash:shells/bash \ +BUILD_DEPENDS= bash:shells/bash \ gsed:textproc/gsed LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libiconv.so:converters/libiconv \ @@ -26,13 +25,12 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libnettle.so:security/nettle \ liboath.so:security/oath-toolkit -USES= autoreconf cpe gmake gperf libtool localbase ncurses \ +USES= autoreconf cpe gperf libtool localbase ncurses \ pathfix pkgconfig readline tar:xz CPE_VENDOR= infradead GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-nls \ - --enable-local-libopts \ +CONFIGURE_ARGS= --without-geoip \ --without-http-parser \ --without-pcl-lib @@ -56,12 +54,17 @@ RADIUS_LIB_DEPENDS= libradcli.so:net/radcli RADIUS_CONFIGURE_OFF= --without-radius post-patch: - @${RM} ${WRKSRC}/doc/*.8 + @${REINPLACE_CMD} 's|/usr/bin/ocserv-fw|${LOCALBASE}/bin/ocserv-fw|g' \ + ${WRKSRC}/src/main-user.c \ + ${WRKSRC}/doc/sample.config + @${REINPLACE_CMD} 's|/usr/bin/ocserv\\-fw|${LOCALBASE}/bin/ocserv\\-fw|g' \ + ${WRKSRC}/doc/ocserv.8 post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/ocserv @${MKDIR} ${STAGEDIR}/var/run/ocserv ${INSTALL_DATA} ${FILESDIR}/ocserv.conf ${STAGEDIR}${PREFIX}/etc/ocserv/conf.sample + ${INSTALL_MAN} ${WRKSRC}/doc/*.8 ${STAGEDIR}${MANPREFIX}/man/man8 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/net/ocserv/distinfo ============================================================================== --- head/net/ocserv/distinfo Mon May 14 18:18:12 2018 (r469942) +++ head/net/ocserv/distinfo Mon May 14 18:23:23 2018 (r469943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520410933 -SHA256 (ocserv-0.11.11.tar.xz) = 4d7b663f10d840b6dfc216e13f287defc28195394fa9f80fad578186105fabf8 -SIZE (ocserv-0.11.11.tar.xz) = 785972 +TIMESTAMP = 1526166790 +SHA256 (ocserv-0.12.1.tar.xz) = 0b7d6f4cd54cf8bf6400a27d202819eec32341225ae48ca73d049f9d17e3a2bc +SIZE (ocserv-0.12.1.tar.xz) = 678784 Modified: head/net/ocserv/files/ocserv.conf ============================================================================== --- head/net/ocserv/files/ocserv.conf Mon May 14 18:18:12 2018 (r469942) +++ head/net/ocserv/files/ocserv.conf Mon May 14 18:23:23 2018 (r469943) @@ -1,70 +1,240 @@ -# User authentication method. Could be set multiple times and in that case -# all should succeed. -# Options: certificate, pam. -#auth = "certificate" -#auth = "pam" +### The following directives do not change with server reload. -# The plain option requires specifying a password file which contains +# User authentication method. To require multiple methods to be +# used for the user to login, add multiple auth directives. The values +# in the 'auth' directive are AND composed (if multiple all must +# succeed). +# Available options: certificate, plain, pam, radius, gssapi. +# Note that authentication methods utilizing passwords cannot be +# combined (e.g., the plain, pam or radius methods). + +# certificate: +# This indicates that all connecting users must present a certificate. +# The username and user group will be then extracted from it (see +# cert-user-oid and cert-group-oid). The certificate to be accepted +# it must be signed by the CA certificate as specified in 'ca-cert' and +# it must not be listed in the CRL, as specified by the 'crl' option. +# +# pam[gid-min=1000]: +# This enabled PAM authentication of the user. The gid-min option is used +# by auto-select-group option, in order to select the minimum valid group ID. +# +# plain[passwd=/usr/local/etc/ocserv/ocpasswd,otp=/etc/ocserv/users.otp] +# The plain option requires specifying a password file which contains # entries of the following format. -# "username:groupname:encoded-password" -# One entry must be listed per line, and 'ocpasswd' can be used -# to generate password entries. -auth = "plain[passwd=/usr/local/etc/ocserv/passwd]" +# "username:groupname1,groupname2:encoded-password" +# One entry must be listed per line, and 'ocpasswd' should be used +# to generate password entries. The 'otp' suboption allows one to specify +# an oath password file to be used for one time passwords; the format of +# the file is described in https://code.google.com/p/mod-authn-otp/wiki/UsersFile +# +# radius[config=/etc/radiusclient/radiusclient.conf,groupconfig=true,nas-identifier=name]: +# The radius option requires specifying freeradius-client configuration +# file. If the groupconfig option is set, then config-per-user/group will be overridden, +# and all configuration will be read from radius. That also includes the +# Acct-Interim-Interval, and Session-Timeout values. +# +# See doc/README-radius.md for the supported radius configuration atributes. +# +# gssapi[keytab=/etc/key.tab,require-local-user-map=true,tgt-freshness-time=900] +# The gssapi option allows one to use authentication methods supported by GSSAPI, +# such as Kerberos tickets with ocserv. It should be best used as an alternative +# to PAM (i.e., have pam in auth and gssapi in enable-auth), to allow users with +# tickets and without tickets to login. The default value for require-local-user-map +# is true. The 'tgt-freshness-time' if set, it would require the TGT tickets presented +# to have been issued within the provided number of seconds. That option is used to +# restrict logins even if the KDC provides long time TGT tickets. -# A banner to be displayed on clients -banner = "Welcome to OpenConnect VPN" +#auth = "pam" +#auth = "pam[gid-min=1000]" +#auth = "plain[passwd=./sample.passwd,otp=./sample.otp]" +auth = "plain[passwd=./sample.passwd]" +#auth = "certificate" +#auth = "radius[config=/etc/radiusclient/radiusclient.conf,groupconfig=true]" -# Use listen-host to limit to specific IPs or to the IPs of a provided +# Specify alternative authentication methods that are sufficient +# for authentication. That is, if set, any of the methods enabled +# will be sufficient to login, irrespective of the main 'auth' entries. +# When multiple options are present, they are OR composed (any of them +# succeeding allows login). +#enable-auth = "certificate" +#enable-auth = "gssapi" +#enable-auth = "gssapi[keytab=/etc/key.tab,require-local-user-map=true,tgt-freshness-time=900]" + +# Accounting methods available: +# radius: can be combined with any authentication method, it provides +# radius accounting to available users (see also stats-report-time). +# +# pam: can be combined with any authentication method, it provides +# a validation of the connecting user's name using PAM. It is +# superfluous to use this method when authentication is already +# PAM. +# +# Only one accounting method can be specified. +#acct = "radius[config=/etc/radiusclient/radiusclient.conf]" + +# Use listen-host to limit to specific IPs or to the IPs of a provided # hostname. #listen-host = [IP|HOSTNAME] +# When the server has a dynamic DNS address (that may change), +# should set that to true to ask the client to resolve again on +# reconnects. +#listen-host-is-dyndns = true + +# TCP and UDP port number +tcp-port = 443 +udp-port = 443 + +# Accept connections using a socket file. It accepts HTTP +# connections (i.e., without SSL/TLS unlike its TCP counterpart), +# and uses it as the primary channel. That option is experimental +# and it has many known issues. +# * It can only be combined with certificate authentication, when receiving +# channel information through proxy protocol (see listen-proxy-proto) +# * It cannot derive any keys needed for the DTLS session (hence no support for dtls-psk) +# * It cannot enforce the framing of the SSL/TLS packets, and that +# breaks assumptions held by several openconnect clients. +# This option is not recommended for use, and may be removed +# in the future. +# +#listen-clear-file = /var/run/ocserv-conn.socket + +# The user the worker processes will be run as. It should be +# unique (no other services run as this user). +run-as-user = _ocserv +run-as-group = _ocserv + +# socket file used for IPC with occtl. You only need to set that, +# if you use more than a single servers. +#occtl-socket-file = /var/run/occtl.socket + +# socket file used for server IPC (worker-main), will be appended with .PID +# It must be accessible within the chroot environment (if any), so it is best +# specified relatively to the chroot directory. +socket-file = /var/run/ocserv-socket + +# The default server directory. Does not require any devices present. +#chroot-dir = /var/lib/ocserv + +# The key and the certificates of the server +# The key may be a file, or any URL supported by GnuTLS (e.g., +# tpmkey:uuid=xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx;storage=user +# or pkcs11:object=my-vpn-key;object-type=private) +# +# The server-cert file may contain a single certificate, or +# a sorted certificate chain. +# There may be multiple server-cert and server-key directives, +# but each key should correspond to the preceding certificate. +# The certificate files will be reloaded when changed allowing for in-place +# certificate renewal (they are checked and reloaded periodically; +# a SIGHUP signal to main server will force reload). + +#server-cert = /etc/ocserv/server-cert.pem +#server-key = /etc/ocserv/server-key.pem +server-cert = ../tests/certs/server-cert.pem +server-key = ../tests/certs/server-key.pem + +# Diffie-Hellman parameters. Only needed if for old (pre 3.6.0 +# versions of GnuTLS for supporting DHE ciphersuites. +# Can be generated using: +# certtool --generate-dh-params --outfile /etc/ocserv/dh.pem +#dh-params = /etc/ocserv/dh.pem + +# In case PKCS #11, TPM or encrypted keys are used the PINs should be available +# in files. The srk-pin-file is applicable to TPM keys only, and is the +# storage root key. +#pin-file = /etc/ocserv/pin.txt +#srk-pin-file = /etc/ocserv/srkpin.txt + +# The password or PIN needed to unlock the key in server-key file. +# Only needed if the file is encrypted or a PKCS #11 object. This +# is an alternative method to pin-file. +#key-pin = 1234 + +# The SRK PIN for TPM. +# This is an alternative method to srk-pin-file. +#srk-pin = 1234 + +# The Certificate Authority that will be used to verify +# client certificates (public keys) if certificate authentication +# is set. +#ca-cert = /etc/ocserv/ca.pem +ca-cert = ../tests/certs/ca.pem + + +### All configuration options below this line are reloaded on a SIGHUP. +### The options above, will remain unchanged. Note however, that the +### server-cert, server-key, dh-params and ca-cert options will be reloaded +### if the provided file changes, on server reload. That allows certificate +### rotation, but requires the server key to remain the same for seamless +### operation. If the server key changes on reload, there may be connection +### failures during the reloading time. + + +# A banner to be displayed on clients +#banner = "Welcome" + # Limit the number of clients. Unset or set to zero for unlimited. #max-clients = 1024 -max-clients = 8 +max-clients = 16 +# Limit the number of identical clients (i.e., users connecting +# multiple times). Unset or set to zero for unlimited. +max-same-clients = 2 + +# When the server receives connections from a proxy, like haproxy +# which supports the proxy protocol, set this to obtain the correct +# client addresses. The proxy protocol would then be expected in +# the TCP or UNIX socket (not the UDP one). Although both v1 +# and v2 versions of proxy protocol are supported, the v2 version +# is recommended as it is more efficient in parsing. +#listen-proxy-proto = true + # Limit the number of client connections to one every X milliseconds # (X is the provided value). Set to zero for no limit. #rate-limit-ms = 100 -# Limit the number of identical clients (i.e., users connecting -# multiple times). Unset or set to zero for unlimited. -max-same-clients = 2 +# Stats report time. The number of seconds after which each +# worker process will report its usage statistics (number of +# bytes transferred etc). This is useful when accounting like +# radius is in use. +#stats-report-time = 360 -# TCP and UDP port number -tcp-port = 4443 -udp-port = 4443 +# Stats reset time. The period of time statistics kept by main/sec-mod +# processes will be reset. These are the statistics shown by cmd +# 'occtl show stats'. For daily: 86400, weekly: 604800 +# This is unrelated to stats-report-time. +server-stats-reset-time = 604800 # Keepalive in seconds keepalive = 32400 # Dead peer detection in seconds. -dpd = 120 +# Note that when the client is behind a NAT this value +# needs to be short enough to prevent the NAT disassociating +# his UDP session from the port number. Otherwise the client +# could have his UDP connection stalled, for several minutes. +dpd = 90 -# Dead peer detection for mobile clients. The needs to -# be much higher to prevent such clients being awaken too +# Dead peer detection for mobile clients. That needs to +# be higher to prevent such clients being awaken too # often by the DPD messages, and save battery. -# (clients that send the X-AnyConnect-Identifier-DeviceType) -#mobile-dpd = 1800 +# The mobile clients are distinguished from the header +# 'X-AnyConnect-Identifier-Platform'. +mobile-dpd = 1800 +# If using DTLS, and no UDP traffic is received for this +# many seconds, attempt to send future traffic over the TCP +# connection instead, in an attempt to wake up the client +# in the case that there is a NAT and the UDP translation +# was deleted. If this is unset, do not attempt to use this +# recovery mechanism. +switch-to-tcp-timeout = 25 + # MTU discovery (DPD must be enabled) try-mtu-discovery = false -# The key and the certificates of the server -# The key may be a file, or any URL supported by GnuTLS (e.g., -# tpmkey:uuid=xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx;storage=user -# or pkcs11:object=my-vpn-key;object-type=private) -# -# There may be multiple certificate and key pairs and each key -# should correspond to the preceding certificate. -server-cert = /usr/local/etc/ocserv/pub.pem -server-key = /usr/local/etc/ocserv/key.pem - -# Diffie-Hellman parameters. Only needed if you require support -# for the DHE ciphersuites (by default this server supports ECDHE). -# Can be generated using: -# certtool --generate-dh-params --outfile /path/to/dh.pem -#dh-params = /path/to/dh.pem - # If you have a certificate from a CA that provides an OCSP # service you may provide a fresh OCSP status response within # the TLS handshake. That will prevent the client from connecting @@ -72,65 +242,132 @@ server-key = /usr/local/etc/ocserv/key.pem # You can update this response periodically using: # ocsptool --ask --load-cert=your_cert --load-issuer=your_ca --outfile response # Make sure that you replace the following file in an atomic way. -#ocsp-response = /path/to/ocsp.der +#ocsp-response = /etc/ocserv/ocsp.der -# In case PKCS #11 or TPM keys are used the PINs should be available -# in files. The srk-pin-file is applicable to TPM keys only, and is the -# storage root key. -#pin-file = /path/to/pin.txt -#srk-pin-file = /path/to/srkpin.txt - -# The Certificate Authority that will be used to verify -# client certificates (public keys) if certificate authentication -# is set. -#ca-cert = /usr/local/etc/ocserv/ca.pem - # The object identifier that will be used to read the user ID in the client # certificate. The object identifier should be part of the certificate's DN # Useful OIDs are: -# CN = 2.5.4.3, UID = 0.9.2342.19200300.100.1.1 -#cert-user-oid = 0.9.2342.19200300.100.1.1 +# CN = 2.5.4.3, UID = 0.9.2342.19200300.100.1.1, SAN(rfc822name) +cert-user-oid = 0.9.2342.19200300.100.1.1 # The object identifier that will be used to read the user group in the -# client certificate. The object identifier should be part of the certificate's -# DN. Useful OIDs are: +# client certificate. The object identifier should be part of the certificate's +# DN. If the user may belong to multiple groups, then use multiple such fields +# in the certificate's DN. Useful OIDs are: # OU (organizational unit) = 2.5.4.11 #cert-group-oid = 2.5.4.11 # The revocation list of the certificates issued by the 'ca-cert' above. -#crl = /usr/local/etc/ocserv/crl.pem +# See the manual to generate an empty CRL initially. The CRL will be reloaded +# periodically when ocserv detects a change in the file. To force a reload use +# SIGHUP. +#crl = /etc/ocserv/crl.pem -# GnuTLS priority string -tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT" +# Uncomment this to enable compression negotiation (LZS, LZ4). +#compression = true -# To enforce perfect forward secrecy (PFS) on the main channel. -#tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-RSA" +# Set the minimum size under which a packet will not be compressed. +# That is to allow low-latency for VoIP packets. The default size +# is 256 bytes. Modify it if the clients typically use compression +# as well of VoIP with codecs that exceed the default value. +#no-compress-limit = 256 +# GnuTLS priority string; note that SSL 3.0 is disabled by default +# as there are no openconnect (and possibly anyconnect clients) using +# that protocol. The string below does not enforce perfect forward +# secrecy, in order to be compatible with legacy clients. +# +# Note that the most performant ciphersuites are the moment are the ones +# involving AES-GCM. These are very fast in x86 and x86-64 hardware, and +# in addition require no padding, thus taking full advantage of the MTU. +# For that to be taken advantage of, the openconnect client must be +# used, and the server must be compiled against GnuTLS 3.2.7 or later. +# Use "gnutls-cli --benchmark-tls-ciphers", to see the performance +# difference with AES_128_CBC_SHA1 (the default for anyconnect clients) +# in your system. + +tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-VERS-SSL3.0" + +# More combinations in priority strings are available, check +# http://gnutls.org/manual/html_node/Priority-Strings.html +# E.g., the string below enforces perfect forward secrecy (PFS) +# on the main channel. +#tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-RSA:-VERS-SSL3.0:-ARCFOUR-128" + +# That option requires the established DTLS channel to use the same +# cipher as the primary TLS channel. This cannot be combined with +# listen-clear-file since the ciphersuite information is not available +# in that configuration. Note also, that this option implies that +# dtls-legacy option is false; this option cannot be enforced +# in the legacy/compat protocol. +#match-tls-dtls-ciphers = true + # The time (in seconds) that a client is allowed to stay connected prior # to authentication -auth-timeout = 40 +auth-timeout = 240 # The time (in seconds) that a client is allowed to stay idle (no traffic) # before being disconnected. Unset to disable. #idle-timeout = 1200 +# The time (in seconds) that a client is allowed to stay connected +# Unset to disable. When set a client will be disconnected after being +# continuously connected for this amount of time, and its cookies will +# be invalidated (i.e., re-authentication will be required). +#session-timeout = 86400 + # The time (in seconds) that a mobile client is allowed to stay idle (no # traffic) before being disconnected. Unset to disable. #mobile-idle-timeout = 2400 # The time (in seconds) that a client is not allowed to reconnect after # a failed authentication attempt. -#min-reauth-time = 2 +min-reauth-time = 300 -# Cookie validity time (in seconds) +# Banning clients in ocserv works with a point system. IP addresses +# that get a score over that configured number are banned for +# min-reauth-time seconds. By default a wrong password attempt is 10 points, +# a KKDCP POST is 1 point, and a connection is 1 point. Note that +# due to difference processes being involved the count of points +# will not be real-time precise. +# +# Score banning cannot be reliably used when receiving proxied connections +# locally from an HTTP server (i.e., when listen-clear-file is used). +# +# Set to zero to disable. +max-ban-score = 80 + +# The time (in seconds) that all score kept for a client is reset. +ban-reset-time = 1200 + +# In case you'd like to change the default points. +#ban-points-wrong-password = 10 +#ban-points-connection = 1 +#ban-points-kkdcp = 1 + +# Cookie timeout (in seconds) # Once a client is authenticated he's provided a cookie with -# which he can reconnect. This option sets the maximum lifetime -# of that cookie. -#cookie-validity = 86400 +# which he can reconnect. That cookie will be invalidated if not +# used within this timeout value. This cookie remains valid, during +# the user's connected time, and after user disconnection it +# remains active for this amount of time. That setting should allow a +# reasonable amount of time for roaming between different networks. +cookie-timeout = 300 +# If this is enabled (not recommended) the cookies will stay +# valid even after a user manually disconnects, and until they +# expire. This may improve roaming with some broken clients. +#persistent-cookies = true + +# Whether roaming is allowed, i.e., if true a cookie is +# restricted to a single IP address and cannot be re-used +# from a different IP. +deny-roaming = false + # ReKey time (in seconds) # ocserv will ask the client to refresh keys periodically once -# this amount of seconds is elapsed. Set to zero to disable. +# this amount of seconds is elapsed. Set to zero to disable (note +# that, some clients fail if rekey is disabled). rekey-time = 172800 # ReKey method @@ -142,36 +379,39 @@ rekey-time = 172800 # option. rekey-method = ssl -# Script to call when a client connects and obtains an IP -# Parameters are passed on the environment. -# REASON, USERNAME, GROUPNAME, HOSTNAME (the hostname selected by client), -# DEVICE, IP_REAL (the real IP of the client), IP_LOCAL (the local IP -# in the P-t-P connection), IP_REMOTE (the VPN IP of the client), +# Script to call when a client connects and obtains an IP. +# The following parameters are passed on the environment. +# REASON, VHOST, USERNAME, GROUPNAME, DEVICE, IP_REAL (the real IP of the client), +# IP_REAL_LOCAL (the local interface IP the client connected), IP_LOCAL +# (the local IP in the P-t-P connection), IP_REMOTE (the VPN IP of the client), +# IPV6_LOCAL (the IPv6 local address if there are both IPv4 and IPv6 +# assigned), IPV6_REMOTE (the IPv6 remote address), IPV6_PREFIX, and # ID (a unique numeric ID); REASON may be "connect" or "disconnect". -#connect-script = /scripts/ocserv-script -#disconnect-script = /scripts/ocserv-script +# In addition the following variables OCSERV_ROUTES (the applied routes for this +# client), OCSERV_NO_ROUTES, OCSERV_DNS (the DNS servers for this client), +# will contain a space separated list of routes or DNS servers. A version +# of these variables with the 4 or 6 suffix will contain only the IPv4 or +# IPv6 values. +# The disconnect script will receive the additional values: STATS_BYTES_IN, +# STATS_BYTES_OUT, STATS_DURATION that contain a 64-bit counter of the bytes +# output from the tun device, and the duration of the session in seconds. + +#connect-script = /usr/bin/myscript +#disconnect-script = /usr/bin/myscript + # UTMP -use-utmp = false +# Register the connected clients to utmp. This will allow viewing +# the connected clients using the command 'who'. +#use-utmp = true -# OCCTL +# Whether to enable support for the occtl tool (i.e., either through D-BUS, +# or via a unix socket). use-occtl = true -# PID file. It can be overriden in the command line. -pid-file = /var/run/ocserv/pid +# PID file. It can be overridden in the command line. +pid-file = /var/run/ocserv.pid -# The default server directory. Does not require any devices present. -chroot-dir = /var/run/ocserv - -# socket file used for IPC, will be appended with .PID -# It must be accessible within the chroot environment (if any) -socket-file = socket - -# The user the worker processes will be run as. It should be -# unique (no other services run as this user). -run-as-user = _ocserv -run-as-group = _ocserv - # Set the protocol-defined priority (SO_PRIORITY) for packets to # be sent. That is a number from 0 to 6 with 0 being the lowest # priority. Alternatively this can be used to set the IP Type- @@ -187,16 +427,44 @@ run-as-group = _ocserv # Network settings # -# The name of the tun device +# The name to use for the tun device device = vpns +# Whether the generated IPs will be predictable, i.e., IP stays the +# same for the same user when possible. +predictable-ips = true + # The default domain to be advertised default-domain = example.com -# The pool of addresses that leases will be given from. +# The pool of addresses that leases will be given from. If the leases +# are given via Radius, or via the explicit-ip? per-user config option then +# these network values should contain a network with at least a single +# address that will remain under the full control of ocserv (that is +# to be able to assign the local part of the tun device address). +# Note that, you could use addresses from a subnet of your LAN network if you +# enable [proxy arp in the LAN interface](http://ocserv.gitlab.io/www/recipes-ocserv-pseudo-bridge.html); +# in that case it is recommended to set ping-leases to true. ipv4-network = 192.168.1.0 ipv4-netmask = 255.255.255.0 +# An alternative way of specifying the network: +#ipv4-network = 192.168.1.0/24 + +# The IPv6 subnet that leases will be given from. +#ipv6-network = fda9:4efe:7e3b:03ea::/48 + +# Specify the size of the network to provide to clients. It is +# generally recommended to provide clients with a /64 network in +# IPv6, but any subnet may be specified. To provide clients only +# with a single IP use the prefix 128. +#ipv6-subnet-prefix = 128 +#ipv6-subnet-prefix = 64 + +# Whether to tunnel all DNS queries via the VPN. This is the default +# when a default route is set. +#tunnel-all-dns = true + # The advertized DNS server. Use multiple lines for # multiple servers. # dns = fc00::4be0 @@ -205,20 +473,21 @@ dns = 192.168.1.2 # The NBNS server (if any) #nbns = 192.168.1.3 -# The IPv6 subnet that leases will be given from. -#ipv6-network = fc00:: -#ipv6-prefix = 16 - # The domains over which the provided DNS should be used. Use # multiple lines for multiple domains. #split-dns = example.com # Prior to leasing any IP from the pool ping it to verify that # it is not in use by another (unrelated to this server) host. +# Only set to true, if there can be occupied addresses in the +# IP range for leases. ping-leases = false -# Unset to assign the default MTU of the device -# mtu = +# Use this option to set a link MTU value to the incoming +# connections. Unset to use the default MTU of the TUN device. +# Note that the MTU is negotiated using the value set and the +# value sent by the peer. +#mtu = 1420 # Unset to enable bandwidth restrictions (in bytes/sec). The # setting here is global, but can also be set per user or per group. @@ -235,56 +504,186 @@ ping-leases = false # config-per-user/group or even connect and disconnect scripts. # # To set the server as the default gateway for the client just -# comment out all routes from the server. -route = 192.168.1.0/255.255.255.0 -route = 192.168.5.0/255.255.255.0 +# comment out all routes from the server, or use the special keyword +# 'default'. + +route = 10.10.10.0/255.255.255.0 +route = 192.168.0.0/255.255.0.0 #route = fef4:db8:1000:1001::/64 +#route = default +# Subsets of the routes above that will not be routed by +# the server. + +no-route = 192.168.5.0/255.255.255.0 + +# Note the that following two firewalling options currently are available +# in Linux systems with iptables software. + +# If set, the script /usr/local/bin/ocserv-fw will be called to restrict +# the user to its allowed routes and prevent him from accessing +# any other routes. In case of defaultroute, the no-routes are restricted. +# All the routes applied by ocserv can be reverted using /usr/local/bin/ocserv-fw +# --removeall. This option can be set globally or in the per-user configuration. +#restrict-user-to-routes = true + +# This option implies restrict-user-to-routes set to true. If set, the +# script /usr/local/bin/ocserv-fw will be called to restrict the user to +# access specific ports in the network. This option can be set globally +# or in the per-user configuration. +#restrict-user-to-ports = "tcp(443), tcp(80), udp(443), sctp(99), tcp(583), icmp(), icmpv6()" + +# You could also use negation, i.e., block the user from accessing these ports only. +#restrict-user-to-ports = "!(tcp(443), tcp(80))" + +# When set to true, all client's iroutes are made visible to all +# connecting clients except for the ones offering them. This option +# only makes sense if config-per-user is set. +#expose-iroutes = true + +# Groups that a client is allowed to select from. +# A client may belong in multiple groups, and in certain use-cases +# it is needed to switch between them. For these cases the client can +# select prior to authentication. Add multiple entries for multiple groups. +# The group may be followed by a user-friendly name in brackets. +#select-group = group1 +#select-group = group2[My special group] + +# The name of the (virtual) group that if selected it would assign the user +# to its default group. +#default-select-group = DEFAULT + +# Instead of specifying manually all the allowed groups, you may instruct +# ocserv to scan all available groups and include the full list. +#auto-select-group = true + # Configuration files that will be applied per user connection or # per group. Each file name on these directories must match the username # or the groupname. # The options allowed in the configuration files are dns, nbns, -# ipv?-network, ipv4-netmask, ipv6-prefix, rx/tx-per-sec, iroute, route, -# net-priority and cgroup. +# ipv?-network, ipv4-netmask, rx/tx-per-sec, iroute, route, no-route, +# explicit-ipv4, explicit-ipv6, net-priority, deny-roaming, no-udp, +# keepalive, dpd, mobile-dpd, max-same-clients, tunnel-all-dns, +# restrict-user-to-routes, user-profile, cgroup, stats-report-time, +# mtu, idle-timeout, mobile-idle-timeout, restrict-user-to-ports, +# and session-timeout. # -# Note that the 'iroute' option allows to add routes on the server +# Note that the 'iroute' option allows one to add routes on the server # based on a user or group. The syntax depends on the input accepted -# by the commands route-add-cmd and route-del-cmd (see below). +# by the commands route-add-cmd and route-del-cmd (see below). The no-udp +# is a boolean option (e.g., no-udp = true), and will prevent a UDP session +# for that specific user or group. The hostname option will set a +# hostname to override any proposed by the user. Note also, that, any +# routes, no-routes, DNS or NBNS servers present will overwrite the global ones. #config-per-user = /usr/local/etc/ocserv/config-per-user/ #config-per-group = /usr/local/etc/ocserv/config-per-group/ -# The system command to use to setup a route. %R will be replaced with the -# route/mask and %D with the (tun) device. +# When config-per-xxx is specified and there is no group or user that +# matches, then utilize the following configuration. +#default-user-config = /usr/local/etc/ocserv/defaults/user.conf +#default-group-config = /usr/local/etc/ocserv/defaults/group.conf + +# The system command to use to setup a route. %{R} will be replaced with the +# route/mask, %{RI} with the route in CIDR format, and %{D} with the (tun) device. # -# The following example is from linux systems. %R should be something -# like 192.168.2.0/24 +# The following example is from linux systems. %{R} should be something +# like 192.168.2.0/255.255.255.0 and %{RI} 192.168.2.0/24 (the argument of iroute). -#route-add-cmd = "ip route add %R dev %D" -#route-del-cmd = "ip route delete %R dev %D" +#route-add-cmd = "ip route add %{R} dev %{D}" +#route-del-cmd = "ip route delete %{R} dev %{D}" +# This option allows one to forward a proxy. The special keywords '%{U}' +# and '%{G}', if present will be replaced by the username and group name. +#proxy-url = http://example.com/ +#proxy-url = http://example.com/%{U}/ + +# This option allows you to specify a URL location where a client can +# post using MS-KKDCP, and the message will be forwarded to the provided +# KDC server. That is a translation URL between HTTP and Kerberos. +# In MIT kerberos you'll need to add in realms: +# EXAMPLE.COM = { +# kdc = https://ocserv.example.com/KdcProxy +# http_anchors = FILE:/etc/ocserv-ca.pem +# } +# In some distributions the krb5-k5tls plugin of kinit is required. # -# The following options are for (experimental) AnyConnect client -# compatibility. +# The following option is available in ocserv, when compiled with GSSAPI support. -# Client profile xml. A sample file exists in doc/profile.xml. +#kkdcp = "SERVER-PATH KERBEROS-REALM PROTOCOL@SERVER:PORT" +#kkdcp = "/KdcProxy KERBEROS.REALM udp@127.0.0.1:88" +#kkdcp = "/KdcProxy KERBEROS.REALM tcp@127.0.0.1:88" +#kkdcp = "/KdcProxy KERBEROS.REALM tcp@[::1]:88" + +# Client profile xml. This can be used to advertise alternative servers +# to the client. A minimal file can be: +# +# +# +# +# VPN Server name +# localhost +# +# +# +# +# Other fields may be used by some of the CISCO clients. # This file must be accessible from inside the worker's chroot. -# It is not used by the openconnect client. +# Note that enabling this option is not recommended as it will allow +# the worker processes to open arbitrary files (when isolate-workers is +# set to true). #user-profile = profile.xml -# Binary files that may be downloaded by the CISCO client. Must -# be within any chroot environment. -#binary-files = /path/to/binaries +# +# The following options are for (experimental) AnyConnect client +# compatibility. -# Unless set to false it is required for clients to present their -# certificate even if they are authenticating via a previously granted -# cookie and complete their authentication in the same TCP connection. -# Legacy CISCO clients do not do that, and thus this option should be -# set for them. +# This option will enable the pre-draft-DTLS version of DTLS, and +# will not require clients to present their certificate on every TLS +# connection. It must be set to true to support legacy CISCO clients +# and openconnect clients < 7.08. When set to true, it implies dtls-legacy = true. cisco-client-compat = true +# This option allows one to disable the DTLS-PSK negotiation (enabled by default). +# The DTLS-PSK negotiation was introduced in ocserv 0.11.5 to deprecate +# the pre-draft-DTLS negotiation inherited from AnyConnect. It allows the +# DTLS channel to negotiate its ciphers and the DTLS protocol version. +#dtls-psk = false + +# This option allows one to disable the legacy DTLS negotiation (enabled by default, +# but that may change in the future). +# The legacy DTLS uses a pre-draft version of the DTLS protocol and was +# from AnyConnect protocol. It has several limitations, that are addressed +# by the dtls-psk protocol supported by openconnect 7.08+. +dtls-legacy = true + #Advanced options # Option to allow sending arbitrary custom headers to the client after -# authentication and prior to VPN tunnel establishment. +# authentication and prior to VPN tunnel establishment. You shouldn't +# need to use this option normally; if you do and you think that +# this may help others, please send your settings and reason to +# the openconnect mailing list. The special keywords '%{U}' +# and '%{G}', if present will be replaced by the username and group name. #custom-header = "X-My-Header: hi there" + + + +# An example virtual host with different authentication methods serviced +# by this server. + +[vhost:www.example.com] +auth = "certificate" + +ca-cert = ../tests/certs/ca.pem + +# The certificate set here must include a 'dns_name' corresponding to +# the virtual host name. + +server-cert = ../tests/certs/server-cert-secp521r1.pem +server-key = ../tests/certs/server-key-secp521r1.pem + +ipv4-network = 192.168.2.0 +ipv4-netmask = 255.255.255.0 + +cert-user-oid = 0.9.2342.19200300.100.1.1 Modified: head/net/ocserv/files/patch-configure.ac ============================================================================== --- head/net/ocserv/files/patch-configure.ac Mon May 14 18:18:12 2018 (r469942) +++ head/net/ocserv/files/patch-configure.ac Mon May 14 18:23:23 2018 (r469943) @@ -1,15 +1,15 @@ ---- configure.ac.orig 2017-02-12 09:19:02 UTC +--- configure.ac.orig 2018-04-22 08:43:20 UTC +++ configure.ac -@@ -19,7 +19,7 @@ if [ test "$GCC" = "yes" ];then +@@ -15,7 +15,7 @@ AM_PROG_AR + AM_PROG_CC_C_O + AC_PROG_SED + if [ test "$GCC" = "yes" ];then +- CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wno-implicit-fallthrough -Wno-stringop-truncation" ++ CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wno-implicit-fallthrough" fi AC_PATH_PROG(CTAGS, ctags, [:]) AC_PATH_PROG(CSCOPE, cscope, [:]) --AC_CHECK_PROG([AUTOGEN], [autogen], [autogen], [:]) -+AC_CHECK_PROG([AUTOGEN], [autogen], [autogen], [autogen]) - - AX_CODE_COVERAGE - -@@ -140,7 +140,7 @@ if test "$test_for_libnl" = yes;then +@@ -168,7 +168,7 @@ if test "$test_for_geoip" = yes;then fi have_readline=no @@ -18,20 +18,3 @@ #include #include ], [rl_replace_line(0,0);]) if test x$ac_cv_libreadline = xyes; then -@@ -190,6 +190,7 @@ AC_ARG_WITH(pam, - - pam_enabled=no - -+oldlibs=$LIBS - if test "$test_for_pam" = yes;then - oldlibs=$LIBS - LIBS="$oldlibs -lpam" -@@ -511,7 +512,7 @@ if test "$NEED_LIBOPTS_DIR" = "true";the - src/ocpasswd-args.h:src/ocpasswd/ocpasswd-args.h.in - src/ocserv-args.c:src/ocserv-args.c.in - src/ocserv-args.h:src/ocserv-args.h.in]) -- AC_SUBST([AUTOGEN], [:]) -+ AC_SUBST([AUTOGEN], [autogen]) - enable_local_libopts=yes - else - enable_local_libopts=no Added: head/net/ocserv/files/patch-doc_sample.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ocserv/files/patch-doc_sample.config Mon May 14 18:23:23 2018 (r469943) @@ -0,0 +1,76 @@ +--- doc/sample.config.orig 2018-04-15 19:13:39 UTC ++++ doc/sample.config +@@ -19,7 +19,7 @@ + # This enabled PAM authentication of the user. The gid-min option is used + # by auto-select-group option, in order to select the minimum valid group ID. + # +-# plain[passwd=/etc/ocserv/ocpasswd,otp=/etc/ocserv/users.otp] ++# plain[passwd=/usr/local/etc/ocserv/ocpasswd,otp=/etc/ocserv/users.otp] + # The plain option requires specifying a password file which contains + # entries of the following format. + # "username:groupname1,groupname2:encoded-password" +@@ -102,8 +102,8 @@ udp-port = 443 + + # The user the worker processes will be run as. It should be + # unique (no other services run as this user). +-run-as-user = nobody +-run-as-group = daemon ++run-as-user = _ocserv ++run-as-group = _ocserv + + # socket file used for IPC with occtl. You only need to set that, + # if you use more than a single servers. +@@ -172,16 +172,6 @@ ca-cert = ../tests/certs/ca.pem + ### failures during the reloading time. + + +-# Whether to enable seccomp/Linux namespaces worker isolation. That restricts the number of +-# system calls allowed to a worker process, in order to reduce damage from a +-# bug in the worker process. It is available on Linux systems at a performance cost. +-# The performance cost is roughly 2% overhead at transfer time (tested on a Linux 3.17.8). +-# Note however, that process isolation is restricted to the specific libc versions +-# the isolation was tested at. If you get random failures on worker processes, try +-# disabling that option and report the failures you, along with system and debugging +-# information at: https://gitlab.com/ocserv/ocserv/issues +-isolate-workers = true +- + # A banner to be displayed on clients + #banner = "Welcome" + +@@ -530,15 +520,15 @@ no-route = 192.168.5.0/255.255.255.0 + # Note the that following two firewalling options currently are available + # in Linux systems with iptables software. + +-# If set, the script /usr/bin/ocserv-fw will be called to restrict ++# If set, the script /usr/local/bin/ocserv-fw will be called to restrict + # the user to its allowed routes and prevent him from accessing + # any other routes. In case of defaultroute, the no-routes are restricted. +-# All the routes applied by ocserv can be reverted using /usr/bin/ocserv-fw ++# All the routes applied by ocserv can be reverted using /usr/local/bin/ocserv-fw + # --removeall. This option can be set globally or in the per-user configuration. + #restrict-user-to-routes = true + + # This option implies restrict-user-to-routes set to true. If set, the +-# script /usr/bin/ocserv-fw will be called to restrict the user to ++# script /usr/local/bin/ocserv-fw will be called to restrict the user to + # access specific ports in the network. This option can be set globally + # or in the per-user configuration. + #restrict-user-to-ports = "tcp(443), tcp(80), udp(443), sctp(99), tcp(583), icmp(), icmpv6()" +@@ -586,13 +576,13 @@ no-route = 192.168.5.0/255.255.255.0 + # hostname to override any proposed by the user. Note also, that, any + # routes, no-routes, DNS or NBNS servers present will overwrite the global ones. + +-#config-per-user = /etc/ocserv/config-per-user/ +-#config-per-group = /etc/ocserv/config-per-group/ ++#config-per-user = /usr/local/etc/ocserv/config-per-user/ ++#config-per-group = /usr/local/etc/ocserv/config-per-group/ + + # When config-per-xxx is specified and there is no group or user that + # matches, then utilize the following configuration. +-#default-user-config = /etc/ocserv/defaults/user.conf +-#default-group-config = /etc/ocserv/defaults/group.conf ++#default-user-config = /usr/local/etc/ocserv/defaults/user.conf ++#default-group-config = /usr/local/etc/ocserv/defaults/group.conf + + # The system command to use to setup a route. %{R} will be replaced with the + # route/mask, %{RI} with the route in CIDR format, and %{D} with the (tun) device. Modified: head/net/ocserv/files/patch-src_config.c ============================================================================== --- head/net/ocserv/files/patch-src_config.c Mon May 14 18:18:12 2018 (r469942) +++ head/net/ocserv/files/patch-src_config.c Mon May 14 18:23:23 2018 (r469943) @@ -1,34 +1,11 @@ ---- src/config.c.orig 2016-09-22 13:51:31 UTC +--- src/config.c.orig 2018-04-15 19:13:39 UTC +++ src/config.c -@@ -54,8 +54,7 @@ - #include - #include "common-config.h" +@@ -57,7 +57,7 @@ + #include --#define OLD_DEFAULT_CFG_FILE "/etc/ocserv.conf" *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon May 14 18:26:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23CBBDFEE63; Mon, 14 May 2018 18:26:38 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE20582EAC; Mon, 14 May 2018 18:26:37 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A74A1FCF2; Mon, 14 May 2018 18:26:37 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EIQbuo081109; Mon, 14 May 2018 18:26:37 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EIQb40081107; Mon, 14 May 2018 18:26:37 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201805141826.w4EIQb40081107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 14 May 2018 18:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469944 - head/devel/py-ddt X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/devel/py-ddt X-SVN-Commit-Revision: 469944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:26:38 -0000 Author: cpm Date: Mon May 14 18:26:36 2018 New Revision: 469944 URL: https://svnweb.freebsd.org/changeset/ports/469944 Log: devel/py-ddt: update to 1.1.3 Changelog: https://github.com/datadriventests/ddt/releases/tag/1.1.3 Modified: head/devel/py-ddt/Makefile head/devel/py-ddt/distinfo Modified: head/devel/py-ddt/Makefile ============================================================================== --- head/devel/py-ddt/Makefile Mon May 14 18:23:23 2018 (r469943) +++ head/devel/py-ddt/Makefile Mon May 14 18:26:36 2018 (r469944) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ddt -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-ddt/distinfo ============================================================================== --- head/devel/py-ddt/distinfo Mon May 14 18:23:23 2018 (r469943) +++ head/devel/py-ddt/distinfo Mon May 14 18:26:36 2018 (r469944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495480516 -SHA256 (ddt-1.1.1.tar.gz) = d6dc0fc0ec23c369090456ceaaf8baa43df8171a6906c44e52909edce78c00b0 -SIZE (ddt-1.1.1.tar.gz) = 10021 +TIMESTAMP = 1526319898 +SHA256 (ddt-1.1.3.tar.gz) = 73874c711396cf22cfda8e89699ab02a34646d415dbdff267cb0c608043981d3 +SIZE (ddt-1.1.3.tar.gz) = 8409 From owner-svn-ports-head@freebsd.org Mon May 14 18:28:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 933BADFEF2E; Mon, 14 May 2018 18:28:36 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 474A184086; Mon, 14 May 2018 18:28:36 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 276791FCFD; Mon, 14 May 2018 18:28:36 +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 w4EISaJU081286; Mon, 14 May 2018 18:28:36 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EISa5M081285; Mon, 14 May 2018 18:28:36 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201805141828.w4EISa5M081285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 14 May 2018 18:28:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469945 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 469945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:28:36 -0000 Author: jrm Date: Mon May 14 18:28:35 2018 New Revision: 469945 URL: https://svnweb.freebsd.org/changeset/ports/469945 Log: Mk/Uses/Emacs: Add noflavors argument to USES=emacs Reported by: des Reviewed by: des Approved by: ashish Differential Revision: https://reviews.freebsd.org/D15265 Modified: head/Mk/Uses/emacs.mk Modified: head/Mk/Uses/emacs.mk ============================================================================== --- head/Mk/Uses/emacs.mk Mon May 14 18:26:36 2018 (r469944) +++ head/Mk/Uses/emacs.mk Mon May 14 18:28:35 2018 (r469945) @@ -5,14 +5,16 @@ # # Feature: emacs # Usage: USES=emacs or USES=emacs:args -# Valid ARGS: build, run +# Valid ARGS: build, run, noflavors # -# build Indicates that Emacs is needed at build time. -# run Indicates that Emacs is needed at run time. +# build Indicates that Emacs is required at build time. +# run Indicates that Emacs is required at run time. +# noflavors Prevents flavors. This is implied when there is no run +# dependency on Emacs. # # If build and run are omitted from the argument list, Emacs will be added to # BUILD_DEPENDS and RUN_DEPENDS. EMACS_NO_DEPENDS can be set to prevent both -# Emacs dependencies. +# dependencies. # # Variables, which can be set in make.conf: # DEFAULT_VERSIONS+= The default flavor for Emacs ports (ports with @@ -20,14 +22,18 @@ # can be added to DEFAULT_VERSIONS. For example, # DEFAULT_VERSIONS+= emacs=nox # Valid flavors: full canna nox devel_full devel_nox -# Flavors specified on the command line take precedence. +# Flavors specified on the command line take +# precedence. # # Variables, which can be set by ports: # EMACS_FLAVORS_EXCLUDE: Do NOT build these Emacs flavors. -# If EMACS_FLAVORS_EXCLUDE is not define then all -# valid Emacs flavors are assumed. +# If EMACS_FLAVORS_EXCLUDE is not defined and +# - there is a run dependency on Emacs +# - the noflavors argument is not specified +# then all valid Emacs flavors are assumed. # # EMACS_NO_DEPENDS: Do NOT add build or run dependencies on Emacs. +# This will prevent flavors. # # Variables, which can be read by ports: # EMACS_CMD: Emacs command with full path (e.g. /usr/local/bin/emacs-25.3) @@ -50,15 +56,20 @@ _INCLUDE_USES_EMACS_MK= yes # pollutes the build/run dependency detection .undef _EMACS_BUILD_DEP .undef _EMACS_RUN_DEP +.undef _EMACS_NOFLAVORS _EMACS_ARGS= ${emacs_ARGS:S/,/ /g} .if ${_EMACS_ARGS:Mbuild} _EMACS_BUILD_DEP= yes _EMACS_ARGS:= ${_EMACS_ARGS:Nbuild} .endif .if ${_EMACS_ARGS:Mrun} -_EMACS_RUN_DEP= yes +_EMACS_RUN_DEP= yes _EMACS_ARGS:= ${_EMACS_ARGS:Nrun} .endif +.if ${_EMACS_ARGS:Mnoflavors} +_EMACS_NOFLAVORS= yes +_EMACS_ARGS:= ${_EMACS_ARGS:Nnoflavors} +.endif # If the port does not specify a build or run dependency, and does not define # EMACS_NO_DEPENDS, assume both dependencies are required. @@ -68,23 +79,28 @@ _EMACS_BUILD_DEP= yes _EMACS_RUN_DEP= yes .endif -.if defined(_EMACS_RUN_DEP) +# Only set FLAVORS when... +.if defined(_EMACS_RUN_DEP) && !defined(_EMACS_NOFLAVORS) FLAVORS= full canna nox devel_full devel_nox .for flavor in ${EMACS_FLAVORS_EXCLUDE} FLAVORS:= ${FLAVORS:N${flavor}} .endfor -.elif !defined(EMACS_NO_DEPENDS) -FLAVORS= full .endif -.if empty(FLAVOR) +# Only set FLAVOR when... +.if defined(_EMACS_RUN_DEP) && !defined(_EMACS_NOFLAVORS) && empty(FLAVOR) .if defined(EMACS_DEFAULT) FLAVOR= ${EMACS_DEFAULT} .else FLAVOR= ${FLAVORS:[1]} -.endif -.endif +.endif # defined(EMACS_DEFAULT) +.endif # !defined(_EMACS_NOFLAVORS) && defined(_EMACS_RUN_DEP) && empty(FLAVOR) + +.if !empty(FLAVOR) EMACS_FLAVOR= ${FLAVOR} +.else +EMACS_FLAVOR= full +.endif .if ${FLAVOR:Mdevel*} EMACS_VER= 27.0.50 From owner-svn-ports-head@freebsd.org Mon May 14 18:30:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EA98DFF02F; Mon, 14 May 2018 18:30:09 +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 DF36C84E96; Mon, 14 May 2018 18:30:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C082D1FD0E; Mon, 14 May 2018 18:30:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EIU8ML081468; Mon, 14 May 2018 18:30:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EIU83f081467; Mon, 14 May 2018 18:30:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141830.w4EIU83f081467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 18:30:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469946 - head/sysutils/pftop X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/pftop X-SVN-Commit-Revision: 469946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:30:09 -0000 Author: amdmi3 Date: Mon May 14 18:30:08 2018 New Revision: 469946 URL: https://svnweb.freebsd.org/changeset/ports/469946 Log: - Remove always true condition Approved by: portmgr blanket Modified: head/sysutils/pftop/Makefile Modified: head/sysutils/pftop/Makefile ============================================================================== --- head/sysutils/pftop/Makefile Mon May 14 18:28:35 2018 (r469945) +++ head/sysutils/pftop/Makefile Mon May 14 18:30:08 2018 (r469946) @@ -33,7 +33,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cache.c \ ${FILESDIR}/extra-patch-config.h \ ${FILESDIR}/extra-patch-pftop.c \ ${FILESDIR}/extra-patch-sf-gencode.c -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000017 +.if ${OPSYS} == FreeBSD CFLAGS+= -DHAVE_FINE_GRAINED_LOCKING=1 .endif From owner-svn-ports-head@freebsd.org Mon May 14 18:41:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C7CEDFF900; Mon, 14 May 2018 18:41:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4C1C68424; Mon, 14 May 2018 18:41:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from pi by fc.opsec.eu with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1fIIPs-000IH0-02; Mon, 14 May 2018 20:41:48 +0200 Date: Mon, 14 May 2018 20:41:47 +0200 From: Kurt Jaeger To: Kirill Ponomarev Cc: Antoine Brodin , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469923 - head/databases/grass7 Message-ID: <20180514184147.GD25490@fc.opsec.eu> References: <201805141656.w4EGu4V9032838@repo.freebsd.org> <20180514173103.lgakim22zkbz5tyo@jo> <20180514181155.h5hepinnl5kcypj3@jo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180514181155.h5hepinnl5kcypj3@jo> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:41:54 -0000 Hi! > On 05/14, Antoine Brodin wrote: > > >> It still fails to package. > > > > > > Do you use any specific options to build it on the cluster > > > > Default OPTIONS, no ccache, releases with security patches. > > Weird, I disabled ccache and could build it as well: > https://krion.cc/data/head-amd64-default/2018-05-14_20h05m09s/logs/grass7-7.4.0_2.log > > Maintainer confirmed he can build it in poudriere. I can reproduce the failure-to-package: http://people.freebsd.org/~pi/logs/grass7-7.4.0_2.log -- pi@FreeBSD.org +49 171 3101372 2 years to go ! From owner-svn-ports-head@freebsd.org Mon May 14 18:43:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC5C0DFFB14; Mon, 14 May 2018 18:43:03 +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 7FD2568596; Mon, 14 May 2018 18:43:03 +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 4927C20029; Mon, 14 May 2018 18:43:03 +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 w4EIh3BA091390; Mon, 14 May 2018 18:43:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EIh1WX091384; Mon, 14 May 2018 18:43:01 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805141843.w4EIh1WX091384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 14 May 2018 18:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469947 - in head/devel: . plasma plasma/files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . plasma plasma/files X-SVN-Commit-Revision: 469947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:43:04 -0000 Author: swills Date: Mon May 14 18:43:01 2018 New Revision: 469947 URL: https://svnweb.freebsd.org/changeset/ports/469947 Log: devel/plasma: create port PLASMA is an interactive disassembler. It can generate a more readable assembly (pseudo code) with a colored syntax. One can write scripts with the available Python API. It supports : * Architectures : x86{64}, ARM, MIPS{64} (partially for ARM and MIPS) * Formats : ELF, PE, RAW WWW: https://www.github.com/plasma-disassembler/plasma PR: 225669 Submitted by: Kai Added: head/devel/plasma/ head/devel/plasma/Makefile (contents, props changed) head/devel/plasma/distinfo (contents, props changed) head/devel/plasma/files/ head/devel/plasma/files/patch-setup.py (contents, props changed) head/devel/plasma/pkg-descr (contents, props changed) head/devel/plasma/pkg-message (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 14 18:30:08 2018 (r469946) +++ head/devel/Makefile Mon May 14 18:43:01 2018 (r469947) @@ -4132,6 +4132,7 @@ SUBDIR += pkg-info.el SUBDIR += pkgconf SUBDIR += plan9port + SUBDIR += plasma SUBDIR += plasma5-khotkeys SUBDIR += plasma5-kwrited SUBDIR += plasma5-plasma-sdk Added: head/devel/plasma/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/plasma/Makefile Mon May 14 18:43:01 2018 (r469947) @@ -0,0 +1,46 @@ +# $FreeBSD$ + +PORTNAME= plasma +DISTVERSION= g20171121 +CATEGORIES= devel python + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= Interactive disassembler for x86/ARM/MIPS + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= bash:shells/bash \ + binutils>=2:devel/binutils \ + capstone>=3:devel/capstone3 +RUN_DEPENDS= binutils>=2:devel/binutils \ + ${PYTHON_PKGNAMEPREFIX}capstone>=3:devel/py-capstone@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}keystone-engine>=:devel/py-keystone-engine@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pefile>=0:devel/py-pefile@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyelftools>=0:devel/py-pyelftools@${FLAVOR} + +USES= python:3.4+ shebangfix + +USE_GITHUB= yes +GH_ACCOUNT= plasma-disassembler +GH_PROJECT= plasma +GH_TAGNAME= 8ec3bb7 + +USE_PYTHON= distutils flavors autoplist +SHEBANG_FILES= tests/analyzer/run.sh +SHEBANG_GLOB= *.py + +OPTIONS_DEFINE= MEMMAP +OPTIONS_DEFAULT= MEMMAP +MEMMAP_DESC= View memory maps (pulls in QT4) +MEMMAP_USES= pyqt:4 +MEMMAP_USE= PYQT=gui_run + +post-patch: + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|g' ${WRKSRC}/Makefile + +.include Added: head/devel/plasma/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/plasma/distinfo Mon May 14 18:43:01 2018 (r469947) @@ -0,0 +1,3 @@ +TIMESTAMP = 1517675748 +SHA256 (plasma-disassembler-plasma-g20171121-8ec3bb7_GH0.tar.gz) = 5ae00ef3fa3326000968323bd6843fa293938a1024b2fcb6176b624c99e8c050 +SIZE (plasma-disassembler-plasma-g20171121-8ec3bb7_GH0.tar.gz) = 352158 Added: head/devel/plasma/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/plasma/files/patch-setup.py Mon May 14 18:43:01 2018 (r469947) @@ -0,0 +1,45 @@ +--- setup.py.orig 2018-04-15 11:48:52 UTC ++++ setup.py +@@ -6,30 +6,33 @@ except ImportError: + from distutils.core import setup + + +-from pip.req import parse_requirements ++#from pip.req import parse_requirements + from distutils.core import Extension + import plasma + +-requirements = parse_requirements('requirements.txt', session=False) ++#requirements = parse_requirements('requirements.txt', session=False) + + requires = [] +-for item in requirements: ++#for item in requirements: + # we want to handle package names and also repo urls +- if getattr(item, 'url', None): # older pip has url +- links.append(str(item.url)) +- if getattr(item, 'link', None): # newer pip has link +- links.append(str(item.link)) +- if item.req: +- requires.append(str(item.req)) ++# if getattr(item, 'url', None): # older pip has url ++# links.append(str(item.url)) ++# if getattr(item, 'link', None): # newer pip has link ++# links.append(str(item.link)) ++# if item.req: ++# requires.append(str(item.req)) + + + x86_analyzer = Extension('plasma.lib.arch.x86.analyzer', ++ include_dirs = ['%%PREFIX%%/include'], + sources = ['plasma/lib/arch/x86/analyzer.c']) + + mips_analyzer = Extension('plasma.lib.arch.mips.analyzer', ++ include_dirs = ['%%PREFIX%%/include'], + sources = ['plasma/lib/arch/mips/analyzer.c']) + + arm_analyzer = Extension('plasma.lib.arch.arm.analyzer', ++ include_dirs = ['%%PREFIX%%/include'], + sources = ['plasma/lib/arch/arm/analyzer.c']) + + Added: head/devel/plasma/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/plasma/pkg-descr Mon May 14 18:43:01 2018 (r469947) @@ -0,0 +1,10 @@ +PLASMA is an interactive disassembler. It can generate a more readable assembly + (pseudo code) with a colored syntax. One can write scripts with the available + Python API. + +It supports : + +* Architectures : x86{64}, ARM, MIPS{64} (partially for ARM and MIPS) +* Formats : ELF, PE, RAW + +WWW: https://www.github.com/plasma-disassembler/plasma Added: head/devel/plasma/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/plasma/pkg-message Mon May 14 18:43:01 2018 (r469947) @@ -0,0 +1,11 @@ + +============================================================================== + +To use the visual mode (command 'v' in the interactive mode) the terminal must +support 256 colors. + +For xterm this can be enabled by + +export TERM=xterm-256color + +============================================================================== From owner-svn-ports-head@freebsd.org Mon May 14 18:45:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF324DFFD41; Mon, 14 May 2018 18:45:28 +0000 (UTC) (envelope-from seanc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6043668714; Mon, 14 May 2018 18:45:28 +0000 (UTC) (envelope-from seanc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D6032002B; Mon, 14 May 2018 18:45:28 +0000 (UTC) (envelope-from seanc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EIjRnn091690; Mon, 14 May 2018 18:45:27 GMT (envelope-from seanc@FreeBSD.org) Received: (from seanc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EIjRFZ091687; Mon, 14 May 2018 18:45:27 GMT (envelope-from seanc@FreeBSD.org) Message-Id: <201805141845.w4EIjRFZ091687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: seanc set sender to seanc@FreeBSD.org using -f From: Sean Chittenden Date: Mon, 14 May 2018 18:45:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469948 - in head/www: . kurly X-SVN-Group: ports-head X-SVN-Commit-Author: seanc X-SVN-Commit-Paths: in head/www: . kurly X-SVN-Commit-Revision: 469948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:45:28 -0000 Author: seanc Date: Mon May 14 18:45:27 2018 New Revision: 469948 URL: https://svnweb.freebsd.org/changeset/ports/469948 Log: New port: www/kurly kurly is an alternative to the widely popular curl program. kurly is designed to operate in a similar manner to curl, with select features. Notably, kurly is not aiming for feature parity, but common flags and mechanisms particularly within the HTTP(S) realm are to be expected. Reviewed by: swills Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15332 Added: head/www/kurly/ head/www/kurly/Makefile (contents, props changed) head/www/kurly/distinfo (contents, props changed) head/www/kurly/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon May 14 18:43:01 2018 (r469947) +++ head/www/Makefile Mon May 14 18:45:27 2018 (r469948) @@ -340,6 +340,7 @@ SUBDIR += kohana SUBDIR += kpartsplugin SUBDIR += kplaylist + SUBDIR += kurly SUBDIR += kwebkitpart SUBDIR += larbin SUBDIR += libapreq2 Added: head/www/kurly/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/kurly/Makefile Mon May 14 18:45:27 2018 (r469948) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= kurly +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.1 +CATEGORIES= www + +MAINTAINER= seanc@FreeBSD.org +COMMENT= Alternative implementation of curl written in Golang + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= davidjpeacock +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} + +GH_TUPLE= davidjpeacock:kurly:${DISTVERSIONPREFIX}${DISTVERSION}:DEFAULT/src/github.com/davidjpeacock/kurly \ + aki237:nscjar:e2df936:nscjar/src/github.com/aki237/nscjar \ + alsm:ioprogress:063c372:ioprogress/src/github.com/alsm/ioprogress \ + davidjpeacock:cli:8ba6f23:cli/src/github.com/davidjpeacock/cli + +PLIST_FILES= bin/kurly + +do-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} \ + ${LOCALBASE}/bin/go build -o ${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/www/kurly/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/kurly/distinfo Mon May 14 18:45:27 2018 (r469948) @@ -0,0 +1,9 @@ +TIMESTAMP = 1525651131 +SHA256 (davidjpeacock-kurly-v1.2.1_GH0.tar.gz) = c6e26782e06d99eb3c36f8f4461ce57cba2c451db23f408ad1745e58620a761d +SIZE (davidjpeacock-kurly-v1.2.1_GH0.tar.gz) = 20600 +SHA256 (aki237-nscjar-e2df936_GH0.tar.gz) = 3933d7369d8cbaf040e4ec025295776b354821e6427c5a30b145186a72e9d929 +SIZE (aki237-nscjar-e2df936_GH0.tar.gz) = 3632 +SHA256 (alsm-ioprogress-063c372_GH0.tar.gz) = 6aab899894d5aa787bc5631423a1e3e3aa7de47f5968eadeaec3eb526123a340 +SIZE (alsm-ioprogress-063c372_GH0.tar.gz) = 4225 +SHA256 (davidjpeacock-cli-8ba6f23_GH0.tar.gz) = 7ce68d035a3304dcb5650b6b9566e6ba75a50e8eef2c719eb626341dba236dde +SIZE (davidjpeacock-cli-8ba6f23_GH0.tar.gz) = 56146 Added: head/www/kurly/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/kurly/pkg-descr Mon May 14 18:45:27 2018 (r469948) @@ -0,0 +1,8 @@ +kurly is an alternative to the widely popular curl program. + +kurly is designed to operate in a similar manner to curl, with select +features. Notably, kurly is not aiming for feature parity, but common +flags and mechanisms particularly within the HTTP(S) realm are to be +expected. + +WWW: https://github.com/davidjpeacock/kurly From owner-svn-ports-head@freebsd.org Mon May 14 18:47:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E948DFFEAD; Mon, 14 May 2018 18:47:42 +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 D4CAB695BE; Mon, 14 May 2018 18:47:41 +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 B07B32002F; Mon, 14 May 2018 18:47:41 +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 w4EIlfjN091868; Mon, 14 May 2018 18:47:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EIlfoa091867; Mon, 14 May 2018 18:47:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141847.w4EIlfoa091867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 18:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469949 - head/devel/sdl2pp X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/sdl2pp X-SVN-Commit-Revision: 469949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:47:42 -0000 Author: amdmi3 Date: Mon May 14 18:47:41 2018 New Revision: 469949 URL: https://svnweb.freebsd.org/changeset/ports/469949 Log: - Disable -Werror, fix build on 12 Modified: head/devel/sdl2pp/Makefile Modified: head/devel/sdl2pp/Makefile ============================================================================== --- head/devel/sdl2pp/Makefile Mon May 14 18:45:27 2018 (r469948) +++ head/devel/sdl2pp/Makefile Mon May 14 18:47:41 2018 (r469949) @@ -16,8 +16,7 @@ GH_ACCOUNT= libSDL2pp GH_PROJECT= libSDL2pp USES= compiler:c++11-lib cmake -CMAKE_ARGS= -DSDL2PP_ENABLE_LIVE_TESTS=OFF \ - -DSDL2PP_WITH_WERROR=ON +CMAKE_ARGS= -DSDL2PP_ENABLE_LIVE_TESTS=OFF USE_SDL= sdl2 image2 mixer2 ttf2 TEST_TARGET= test From owner-svn-ports-head@freebsd.org Mon May 14 18:54:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7E19E58353; Mon, 14 May 2018 18:54:36 +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 8BC5A6A85C; Mon, 14 May 2018 18:54: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 6D019201D2; Mon, 14 May 2018 18:54:36 +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 w4EIsaOL096657; Mon, 14 May 2018 18:54:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EIsZFc096654; Mon, 14 May 2018 18:54:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141854.w4EIsZFc096654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 18:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469950 - in head/games/sdl-ball: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games/sdl-ball: . files X-SVN-Commit-Revision: 469950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:54:37 -0000 Author: amdmi3 Date: Mon May 14 18:54:35 2018 New Revision: 469950 URL: https://svnweb.freebsd.org/changeset/ports/469950 Log: - Fix build with clang60 Added: head/games/sdl-ball/files/patch-main.cpp (contents, props changed) head/games/sdl-ball/files/patch-menu.cpp (contents, props changed) Modified: head/games/sdl-ball/Makefile Modified: head/games/sdl-ball/Makefile ============================================================================== --- head/games/sdl-ball/Makefile Mon May 14 18:47:41 2018 (r469949) +++ head/games/sdl-ball/Makefile Mon May 14 18:54:35 2018 (r469950) @@ -20,7 +20,7 @@ USES= dos2unix gmake tar:xz USE_SDL= sdl mixer image ttf USE_GL= gl glu MAKE_ENV= DATADIR=${DATADIR}/ -DOS2UNIX_FILES= main.cpp +DOS2UNIX_FILES= main.cpp menu.cpp PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ Added: head/games/sdl-ball/files/patch-main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/sdl-ball/files/patch-main.cpp Mon May 14 18:54:35 2018 (r469950) @@ -0,0 +1,11 @@ +--- main.cpp.orig 2018-05-14 18:46:05 UTC ++++ main.cpp +@@ -3762,7 +3762,7 @@ int main (int argc, char *argv[]) { + + difficulty = static_difficulty; + +- cout << "SDL-Ball v "VERSION << endl; ++ cout << "SDL-Ball v " VERSION << endl; + + // default to "" (If this have a 0 len after trying to getenv, it defaults to ./) + privFile.programRoot = ""; Added: head/games/sdl-ball/files/patch-menu.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/sdl-ball/files/patch-menu.cpp Mon May 14 18:54:35 2018 (r469950) @@ -0,0 +1,11 @@ +--- menu.cpp.orig 2016-08-25 16:21:38 UTC ++++ menu.cpp +@@ -204,7 +204,7 @@ public: + switch(t) + { + case 0: +- sprintf(highScores[t], "SDL-BALL v "VERSION ); ++ sprintf(highScores[t], "SDL-BALL v " VERSION ); + break; + case 1: + sprintf(highScores[t], "-----------------------"); From owner-svn-ports-head@freebsd.org Mon May 14 19:00:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EB0FE58699; Mon, 14 May 2018 19:00:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D06146D138; Mon, 14 May 2018 19:00: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 B192E201F3; Mon, 14 May 2018 19:00:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EJ0UtF097084; Mon, 14 May 2018 19:00:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJ0U8k097083; Mon, 14 May 2018 19:00:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141900.w4EJ0U8k097083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 19:00:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469951 - head/games/billardgl X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/billardgl X-SVN-Commit-Revision: 469951 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:00:31 -0000 Author: amdmi3 Date: Mon May 14 19:00:30 2018 New Revision: 469951 URL: https://svnweb.freebsd.org/changeset/ports/469951 Log: - Fix build with clang60 Modified: head/games/billardgl/Makefile Modified: head/games/billardgl/Makefile ============================================================================== --- head/games/billardgl/Makefile Mon May 14 18:54:35 2018 (r469950) +++ head/games/billardgl/Makefile Mon May 14 19:00:30 2018 (r469951) @@ -25,6 +25,8 @@ PORTDATA= * PLIST_FILES= bin/billardgl \ share/pixmaps/billardgl.bmp +CXXFLAGS+= -Wno-c++11-narrowing + DESKTOP_ENTRIES="${PORTNAME}" \ "" \ "${PREFIX}/share/pixmaps/${PORTNAME}.bmp" \ From owner-svn-ports-head@freebsd.org Mon May 14 19:01:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9644AE58858; Mon, 14 May 2018 19: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 4CC336D4C0; Mon, 14 May 2018 19:01:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DF0120239; Mon, 14 May 2018 19:01: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 w4EJ1RQq098798; Mon, 14 May 2018 19:01:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJ1RRx098797; Mon, 14 May 2018 19:01:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141901.w4EJ1RRx098797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 19:01:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469952 - head/games/apricots X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/apricots X-SVN-Commit-Revision: 469952 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:01:27 -0000 Author: amdmi3 Date: Mon May 14 19:01:26 2018 New Revision: 469952 URL: https://svnweb.freebsd.org/changeset/ports/469952 Log: - Fix build with clang 6.0 Modified: head/games/apricots/Makefile Modified: head/games/apricots/Makefile ============================================================================== --- head/games/apricots/Makefile Mon May 14 19:00:30 2018 (r469951) +++ head/games/apricots/Makefile Mon May 14 19:01:26 2018 (r469952) @@ -22,6 +22,8 @@ PORTDOCS= * CPPFLAGS+= -DAP_PATH="\"${DATADIR}/\"" LLD_UNSAFE= yes +CXXFLAGS+= -Wno-c++11-narrowing + DESKTOP_ENTRIES="Apricots" \ "${COMMENT}" \ "" \ From owner-svn-ports-head@freebsd.org Mon May 14 19:06:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4828E58C09; Mon, 14 May 2018 19:06:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1F16D88A; Mon, 14 May 2018 19:06:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2BCB6203B0; Mon, 14 May 2018 19:06:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EJ6ECf002368; Mon, 14 May 2018 19:06:14 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJ6EOP002367; Mon, 14 May 2018 19:06:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201805141906.w4EJ6EOP002367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 14 May 2018 19:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469953 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 469953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:06:14 -0000 Author: bapt Date: Mon May 14 19:06:13 2018 New Revision: 469953 URL: https://svnweb.freebsd.org/changeset/ports/469953 Log: Remove LIBDIR from build env variable This is leaking LIBDIR information (which is defined in base share/mk/*) to the build environement with a value which is not really suitable for ports (/usr/lib) which may have an impact on some build system forcing the maintainer to override the value. Revealed during the update of liblz4 PR: 228059 Submitted by: bapt Exp-run by: antoine Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon May 14 19:01:26 2018 (r469952) +++ head/Mk/bsd.port.mk Mon May 14 19:06:13 2018 (r469953) @@ -2043,7 +2043,6 @@ MAKEFILE?= Makefile MAKE_CMD?= ${BSDMAKE} MAKE_ENV+= PREFIX=${PREFIX} \ LOCALBASE=${LOCALBASE} \ - LIBDIR="${LIBDIR}" \ CC="${CC}" CFLAGS="${CFLAGS}" \ CPP="${CPP}" CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \ From owner-svn-ports-head@freebsd.org Mon May 14 19:12:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 841DAE6814B; Mon, 14 May 2018 19:12:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 316C6703A1; Mon, 14 May 2018 19:12:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 127ED20559; Mon, 14 May 2018 19:12:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EJCkCg007583; Mon, 14 May 2018 19:12:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJCkjb007580; Mon, 14 May 2018 19:12:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201805141912.w4EJCkjb007580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 14 May 2018 19:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469954 - in head/archivers: liblz4 zstd X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/archivers: liblz4 zstd X-SVN-Commit-Revision: 469954 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:12:47 -0000 Author: bapt Date: Mon May 14 19:12:46 2018 New Revision: 469954 URL: https://svnweb.freebsd.org/changeset/ports/469954 Log: Remove LIBDIR arguments which are now unneeded Modified: head/archivers/liblz4/Makefile head/archivers/zstd/Makefile Modified: head/archivers/liblz4/Makefile ============================================================================== --- head/archivers/liblz4/Makefile Mon May 14 19:06:13 2018 (r469953) +++ head/archivers/liblz4/Makefile Mon May 14 19:12:46 2018 (r469954) @@ -17,7 +17,7 @@ LICENSE_COMB= multi USES= gmake pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes -MAKE_ARGS= PREFIX="${PREFIX}" LIBDIR="${PREFIX}/lib" \ +MAKE_ARGS= PREFIX="${PREFIX}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ MANDIR="${MAN1PREFIX}/man" Modified: head/archivers/zstd/Makefile ============================================================================== --- head/archivers/zstd/Makefile Mon May 14 19:06:13 2018 (r469953) +++ head/archivers/zstd/Makefile Mon May 14 19:12:46 2018 (r469954) @@ -18,7 +18,6 @@ OPTIONS_DEFINE= LZ4 OPTIONS_DEFAULT=LZ4 ALL_TARGET= default -MAKE_ARGS= LIBDIR="${PREFIX}/lib" TEST_TARGET= test USE_LDCONFIG= yes USES= gmake From owner-svn-ports-head@freebsd.org Mon May 14 19:12:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6ACBBE68193; Mon, 14 May 2018 19:12:55 +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 1D09C70466; Mon, 14 May 2018 19:12:55 +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 F40752055B; Mon, 14 May 2018 19:12:54 +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 w4EJCsmx007708; Mon, 14 May 2018 19:12:54 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJCsED007706; Mon, 14 May 2018 19:12:54 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805141912.w4EJCsED007706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 14 May 2018 19:12:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469955 - head/x11-wm/cwm X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-wm/cwm X-SVN-Commit-Revision: 469955 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:12:55 -0000 Author: tobik Date: Mon May 14 19:12:54 2018 New Revision: 469955 URL: https://svnweb.freebsd.org/changeset/ports/469955 Log: x11-wm/cwm: Update to 6.3 Changes: https://github.com/chneukirchen/cwm/blob/v6.3/README Modified: head/x11-wm/cwm/Makefile head/x11-wm/cwm/distinfo Modified: head/x11-wm/cwm/Makefile ============================================================================== --- head/x11-wm/cwm/Makefile Mon May 14 19:12:46 2018 (r469954) +++ head/x11-wm/cwm/Makefile Mon May 14 19:12:54 2018 (r469955) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= cwm -DISTVERSIONPREFIX= v -DISTVERSION= 6.2-9 -DISTVERSIONSUFFIX= -ga0774f4 +DISTVERSION= 6.3 CATEGORIES= x11-wm +MASTER_SITES= http://chneukirchen.org/releases/ MAINTAINER= tobik@FreeBSD.org COMMENT= Minimalistic window manager for X11 based on evilwm @@ -15,8 +14,6 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= pkgconfig shebangfix -USE_GITHUB= yes -GH_ACCOUNT= chneukirchen USE_XORG= x11 xft xinerama xrandr PLIST_FILES= bin/cwm \ Modified: head/x11-wm/cwm/distinfo ============================================================================== --- head/x11-wm/cwm/distinfo Mon May 14 19:12:46 2018 (r469954) +++ head/x11-wm/cwm/distinfo Mon May 14 19:12:54 2018 (r469955) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513028085 -SHA256 (chneukirchen-cwm-v6.2-9-ga0774f4_GH0.tar.gz) = 32cdc586d7c4c5918564e94d28d22b428eda98ab9d0450f63c70c45683f0f8fa -SIZE (chneukirchen-cwm-v6.2-9-ga0774f4_GH0.tar.gz) = 51674 +TIMESTAMP = 1526324643 +SHA256 (cwm-6.3.tar.gz) = 4cd57ffac72841c128cccaea8ba210679d8913cd841690861d56c0e758baed9e +SIZE (cwm-6.3.tar.gz) = 52419 From owner-svn-ports-head@freebsd.org Mon May 14 19:15:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A3B6E683A3; Mon, 14 May 2018 19:15:39 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06BAD705DC; Mon, 14 May 2018 19:15:39 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA0002055D; Mon, 14 May 2018 19:15:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EJFc7W008046; Mon, 14 May 2018 19:15:38 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJFaFt008035; Mon, 14 May 2018 19:15:36 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201805141915.w4EJFaFt008035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 14 May 2018 19:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469956 - in head: Mk lang/gcc47 lang/gcc48 lang/gcc49 lang/gcc5 lang/gcc6 lang/gcc6-devel lang/gcc7 lang/gcc7-devel lang/gcc8-devel lang/gcc9-devel X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk lang/gcc47 lang/gcc48 lang/gcc49 lang/gcc5 lang/gcc6 lang/gcc6-devel lang/gcc7 lang/gcc7-devel lang/gcc8-devel lang/gcc9-devel X-SVN-Commit-Revision: 469956 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:15:39 -0000 Author: tijl Date: Mon May 14 19:15:36 2018 New Revision: 469956 URL: https://svnweb.freebsd.org/changeset/ports/469956 Log: Run "/usr/sbin/service ldconfig restart" for USE_LDCONFIG instead of "ldconfig -m " so the order of ldconfig search directories after package installation is the same as after a reboot. The original command simply appends the path to the list of directories while the ldconfig rc.d script uses "sort -u". Bump lang/gcc* which are known to install libraries with exactly the same name so the library loaded at runtime depends on the order of the search directories. PR: 228046 Approved by: portmgr (antoine) Modified: head/Mk/bsd.port.mk head/lang/gcc47/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/gcc5/Makefile head/lang/gcc6-devel/Makefile head/lang/gcc6/Makefile head/lang/gcc7-devel/Makefile head/lang/gcc7/Makefile head/lang/gcc8-devel/Makefile head/lang/gcc9-devel/Makefile Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon May 14 19:12:54 2018 (r469955) +++ head/Mk/bsd.port.mk Mon May 14 19:15:36 2018 (r469956) @@ -4512,22 +4512,13 @@ generate-plist: ${WRKDIR} @${ECHO_CMD} "@postunexec ${LINUXBASE}/sbin/ldconfig" >> ${TMPPLIST} .endif .else -.if defined(USE_LDCONFIG) +.if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32) .if !defined(INSTALL_AS_USER) - @${ECHO_CMD} "@postexec ${LDCONFIG} -m ${USE_LDCONFIG}" >> ${TMPPLIST} - @${ECHO_CMD} "@postunexec ${LDCONFIG} -R" >> ${TMPPLIST} + @${ECHO_CMD} "@postexec /usr/sbin/service ldconfig restart > /dev/null" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec /usr/sbin/service ldconfig restart > /dev/null" >> ${TMPPLIST} .else - @${ECHO_CMD} "@postexec ${LDCONFIG} -m ${USE_LDCONFIG} || ${TRUE}" >> ${TMPPLIST} - @${ECHO_CMD} "@postunexec ${LDCONFIG} -R || ${TRUE}" >> ${TMPPLIST} -.endif -.endif -.if defined(USE_LDCONFIG32) -.if !defined(INSTALL_AS_USER) - @${ECHO_CMD} "@postexec ${LDCONFIG} -32 -m ${USE_LDCONFIG32}" >> ${TMPPLIST} - @${ECHO_CMD} "@postunexec ${LDCONFIG} -32 -R" >> ${TMPPLIST} -.else - @${ECHO_CMD} "@postexec ${LDCONFIG} -32 -m ${USE_LDCONFIG32} || ${TRUE}" >> ${TMPPLIST} - @${ECHO_CMD} "@postunexec ${LDCONFIG} -32 -R || ${TRUE}" >> ${TMPPLIST} + @${ECHO_CMD} "@postexec /usr/sbin/service ldconfig restart > /dev/null || ${TRUE}" >> ${TMPPLIST} + @${ECHO_CMD} "@postunexec /usr/sbin/service ldconfig restart > /dev/null || ${TRUE}" >> ${TMPPLIST} .endif .endif .endif Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Mon May 14 19:12:54 2018 (r469955) +++ head/lang/gcc47/Makefile Mon May 14 19:15:36 2018 (r469956) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.7.4 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GCC Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Mon May 14 19:12:54 2018 (r469955) +++ head/lang/gcc48/Makefile Mon May 14 19:15:36 2018 (r469956) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.8.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Mon May 14 19:12:54 2018 (r469955) +++ head/lang/gcc49/Makefile Mon May 14 19:15:36 2018 (r469956) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 4.9.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Mon May 14 19:12:54 2018 (r469955) +++ head/lang/gcc5/Makefile Mon May 14 19:15:36 2018 (r469956) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 5.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Mon May 14 19:12:54 2018 (r469955) +++ head/lang/gcc6-devel/Makefile Mon May 14 19:15:36 2018 (r469956) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 6.4.1.s20180509 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Mon May 14 19:12:54 2018 (r469955) +++ head/lang/gcc6/Makefile Mon May 14 19:15:36 2018 (r469956) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 6.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Mon May 14 19:12:54 2018 (r469955) +++ head/lang/gcc7-devel/Makefile Mon May 14 19:15:36 2018 (r469956) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 7.3.1.s20180503 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7/Makefile ============================================================================== --- head/lang/gcc7/Makefile Mon May 14 19:12:54 2018 (r469955) +++ head/lang/gcc7/Makefile Mon May 14 19:15:36 2018 (r469956) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 7.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Mon May 14 19:12:54 2018 (r469955) +++ head/lang/gcc8-devel/Makefile Mon May 14 19:15:36 2018 (r469956) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 8.1.1.s20180511 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc9-devel/Makefile ============================================================================== --- head/lang/gcc9-devel/Makefile Mon May 14 19:12:54 2018 (r469955) +++ head/lang/gcc9-devel/Makefile Mon May 14 19:15:36 2018 (r469956) @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 9.0.0.s20180506 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel From owner-svn-ports-head@freebsd.org Mon May 14 19:18:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7FFDE6862E; Mon, 14 May 2018 19:18:52 +0000 (UTC) (envelope-from rakuco@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C74171F4F; Mon, 14 May 2018 19:18:52 +0000 (UTC) (envelope-from rakuco@freebsd.org) Received: from freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) by freefall.freebsd.org (Postfix) with ESMTP id 53C5C4119; Mon, 14 May 2018 19:18:52 +0000 (UTC) (envelope-from rakuco@freebsd.org) From: Raphael Kubo da Costa To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469874 - head/x11-fonts/fantasque-sans-mono References: <201805141024.w4EAONGN032356@repo.freebsd.org> <1526295407.2311419.1371181224.2C509C6F@webmail.messagingengine.com> Date: Mon, 14 May 2018 21:18:50 +0200 In-Reply-To: <1526295407.2311419.1371181224.2C509C6F@webmail.messagingengine.com> (Tobias Kortkamp's message of "Mon, 14 May 2018 12:56:47 +0200") Message-ID: <86d0xyoxk5.fsf@FreeBSD.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:18:53 -0000 Tobias Kortkamp writes: > Why do I have to download all variants when only one distfile is ever be used for each one? > Why not use something like NORMAL_DISTFILES=FantasqueSansMono-Normal.tar.gz or > NORMAL_VARS=DISTNAME=FantasqueSansMono-Normal instead of the > _EXTRACT_ONLY helpers? That probably works as well. Could you send a patch? From owner-svn-ports-head@freebsd.org Mon May 14 19:23:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F67AE68EAA; Mon, 14 May 2018 19:23: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 E6D0F73783; Mon, 14 May 2018 19:23:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7BCA206F3; Mon, 14 May 2018 19:23: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 w4EJNREo013000; Mon, 14 May 2018 19:23:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJNREq012999; Mon, 14 May 2018 19:23:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141923.w4EJNREq012999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 19:23:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469957 - head/games/violetland X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/violetland X-SVN-Commit-Revision: 469957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:23:28 -0000 Author: amdmi3 Date: Mon May 14 19:23:27 2018 New Revision: 469957 URL: https://svnweb.freebsd.org/changeset/ports/469957 Log: - Fix build with clang 6.0 Modified: head/games/violetland/Makefile Modified: head/games/violetland/Makefile ============================================================================== --- head/games/violetland/Makefile Mon May 14 19:15:36 2018 (r469956) +++ head/games/violetland/Makefile Mon May 14 19:23:27 2018 (r469957) @@ -26,6 +26,8 @@ USE_GL= gl glu CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}" \ -DLOCALE_INSTALL_DIR="${PREFIX}/share/locale" +CXXFLAGS+= -Wno-c++11-narrowing + PORTDOCS= * PORTDATA= * From owner-svn-ports-head@freebsd.org Mon May 14 19:31:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE1B4E6E4B5; Mon, 14 May 2018 19:31: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 910DB761E8; Mon, 14 May 2018 19:31:52 +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 72C5F20856; Mon, 14 May 2018 19:31:52 +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 w4EJVqfS015813; Mon, 14 May 2018 19:31:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJVq2P015811; Mon, 14 May 2018 19:31:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141931.w4EJVq2P015811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 19:31:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469959 - in head/games/stransball2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games/stransball2: . files X-SVN-Commit-Revision: 469959 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:31:53 -0000 Author: amdmi3 Date: Mon May 14 19:31:51 2018 New Revision: 469959 URL: https://svnweb.freebsd.org/changeset/ports/469959 Log: - Add LICENSE - Switch to options helpers - Fix build with clang 6.0 Added: head/games/stransball2/files/patch-sources_auxiliar.cpp (contents, props changed) Modified: head/games/stransball2/Makefile Modified: head/games/stransball2/Makefile ============================================================================== --- head/games/stransball2/Makefile Mon May 14 19:31:49 2018 (r469958) +++ head/games/stransball2/Makefile Mon May 14 19:31:51 2018 (r469959) @@ -12,10 +12,13 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION:C/\.//}-linux MAINTAINER= amdmi3@FreeBSD.org COMMENT= Sequel to Transball and Transball 2 THRUST-type games +LICENSE= GPLv2 +LICENSE_FILE= ${BUILD_WRKSRC}/LICENSE + LIB_DEPENDS= libSGE.so:devel/sdl_sge USES= gmake dos2unix zip -DOS2UNIX_FILES= sources/main.cpp +DOS2UNIX_FILES= sources/main.cpp sources/auxiliar.cpp USE_SDL= sdl image mixer sound BUILD_WRKSRC= ${WRKSRC}/sources @@ -37,8 +40,10 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - cd ${WRKSRC} && ${COPYTREE_SHARE} 'graphics sound maps demos' ${STAGEDIR}${DATADIR}/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} 'graphics sound maps demos' ${STAGEDIR}${DATADIR}/ + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}/ .include Added: head/games/stransball2/files/patch-sources_auxiliar.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/stransball2/files/patch-sources_auxiliar.cpp Mon May 14 19:31:51 2018 (r469959) @@ -0,0 +1,11 @@ +--- sources/auxiliar.cpp.orig 2018-05-14 19:20:42 UTC ++++ sources/auxiliar.cpp +@@ -48,7 +48,7 @@ SDL_Surface *load_maskedimage(char *imag + mask=IMG_Load(name); + + if (tmp==0 || +- mask==0) return false; ++ mask==0) return NULL; + + res=SDL_DisplayFormatAlpha(tmp); + From owner-svn-ports-head@freebsd.org Mon May 14 19:31:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E3FEE6E4AE; Mon, 14 May 2018 19:31:50 +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 F03EE761D8; Mon, 14 May 2018 19:31:49 +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 D185F20850; Mon, 14 May 2018 19:31:49 +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 w4EJVnsU015689; Mon, 14 May 2018 19:31:49 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJVnxN015688; Mon, 14 May 2018 19:31:49 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805141931.w4EJVnxN015688@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, 14 May 2018 19:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469958 - head/x11-fm/krusader2 X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/x11-fm/krusader2 X-SVN-Commit-Revision: 469958 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:31:50 -0000 Author: rakuco Date: Mon May 14 19:31:49 2018 New Revision: 469958 URL: https://svnweb.freebsd.org/changeset/ports/469958 Log: Update WWW in pkg-descr Modified: head/x11-fm/krusader2/pkg-descr Modified: head/x11-fm/krusader2/pkg-descr ============================================================================== --- head/x11-fm/krusader2/pkg-descr Mon May 14 19:23:27 2018 (r469957) +++ head/x11-fm/krusader2/pkg-descr Mon May 14 19:31:49 2018 (r469958) @@ -11,4 +11,4 @@ arj and rpm and can handle other KIOSlaves such as smb (almost) completely customizable, very user friendly, fast and looks great on your desktop! :-) -WWW: http://krusader.sourceforge.net/ +WWW: https://krusader.org/ From owner-svn-ports-head@freebsd.org Mon May 14 19:32:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D89BE6E672; Mon, 14 May 2018 19:32:10 +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 43B6B763BC; Mon, 14 May 2018 19:32:10 +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 24F8E2086E; Mon, 14 May 2018 19:32:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EJW9E0018120; Mon, 14 May 2018 19:32:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJW959018119; Mon, 14 May 2018 19:32:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141932.w4EJW959018119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 19:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469960 - head/games/toycars X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/toycars X-SVN-Commit-Revision: 469960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:32:10 -0000 Author: amdmi3 Date: Mon May 14 19:32:09 2018 New Revision: 469960 URL: https://svnweb.freebsd.org/changeset/ports/469960 Log: - Fix build with clang 6.0 Modified: head/games/toycars/Makefile Modified: head/games/toycars/Makefile ============================================================================== --- head/games/toycars/Makefile Mon May 14 19:31:51 2018 (r469959) +++ head/games/toycars/Makefile Mon May 14 19:32:09 2018 (r469960) @@ -20,6 +20,8 @@ GNU_CONFIGURE= yes USE_SDL= image sdl USE_GL= gl glu +CXXFLAGS+= -Wno-c++11-narrowing + PLIST_FILES= bin/toycars \ bin/toycars_track_editor \ bin/toycars_vehicle_editor From owner-svn-ports-head@freebsd.org Mon May 14 19:38:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FA95E6E984; Mon, 14 May 2018 19:38: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 C943B7671E; Mon, 14 May 2018 19:38: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 AA6292088D; Mon, 14 May 2018 19:38: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 w4EJcWnf018563; Mon, 14 May 2018 19:38:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EJcWuO018561; Mon, 14 May 2018 19:38:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805141938.w4EJcWuO018561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 May 2018 19:38:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469961 - in head/graphics/glosm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/graphics/glosm: . files X-SVN-Commit-Revision: 469961 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 19:38:33 -0000 Author: amdmi3 Date: Mon May 14 19:38:32 2018 New Revision: 469961 URL: https://svnweb.freebsd.org/changeset/ports/469961 Log: - Add LICENSE - Add missing dependency - Fix build with clang 6.0 Added: head/graphics/glosm/files/patch-tiler_PBuffer.cc (contents, props changed) Modified: head/graphics/glosm/Makefile Modified: head/graphics/glosm/Makefile ============================================================================== --- head/graphics/glosm/Makefile Mon May 14 19:32:09 2018 (r469960) +++ head/graphics/glosm/Makefile Mon May 14 19:38:32 2018 (r469961) @@ -10,22 +10,28 @@ MASTER_SITES= GHC http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D OpenGL renderer for OpenStreetMap +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libpng.so:graphics/png \ libexpat.so:textproc/expat2 USES= tar:bzip2 cmake USE_GL= gl +USE_XORG= x11 USE_SDL= sdl USE_GITHUB= yes GH_ACCOUNT= AMDmi3 TEST_TARGET= test +CXXFLAGS+= -Wno-c++11-narrowing + PORTDOCS= README ChangeLog OPTIONS_DEFINE= DOCS post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor Added: head/graphics/glosm/files/patch-tiler_PBuffer.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/glosm/files/patch-tiler_PBuffer.cc Mon May 14 19:38:32 2018 (r469961) @@ -0,0 +1,20 @@ +--- tiler/PBuffer.cc.orig 2011-02-27 15:05:45 UTC ++++ tiler/PBuffer.cc +@@ -38,7 +38,7 @@ static bool CheckGLXVersion(Display* dis + return true; + } + +-PBuffer::PBuffer(int width, int height, int samples) : width_(width), height_(height), display_(NULL), context_(NULL), pbuffer_(NULL) { ++PBuffer::PBuffer(int width, int height, int samples) : width_(width), height_(height), display_(NULL), context_(NULL), pbuffer_(None) { + if ((display_ = XOpenDisplay(NULL)) == NULL) + throw PBufferException() << "cannot open default X display"; + +@@ -113,7 +113,7 @@ PBuffer::PBuffer(int width, int height, + } + + PBuffer::~PBuffer() { +- if (!glXMakeCurrent(display_, NULL, NULL)) ++ if (!glXMakeCurrent(display_, None, NULL)) + warnx("cannot reset GLX context: glXMakeCurrent failed"); + glXDestroyContext(display_, context_); + glXDestroyPbuffer(display_, pbuffer_); From owner-svn-ports-head@freebsd.org Mon May 14 20:26:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37F04E75E33; Mon, 14 May 2018 20:26:50 +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 E0ACE7F90F; Mon, 14 May 2018 20:26:49 +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 C113F210AD; Mon, 14 May 2018 20:26:49 +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 w4EKQnNQ043690; Mon, 14 May 2018 20:26:49 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EKQneh043689; Mon, 14 May 2018 20:26:49 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805142026.w4EKQneh043689@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, 14 May 2018 20:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469962 - head/x11-fonts/fantasque-sans-mono X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/x11-fonts/fantasque-sans-mono X-SVN-Commit-Revision: 469962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 20:26:50 -0000 Author: rakuco Date: Mon May 14 20:26:49 2018 New Revision: 469962 URL: https://svnweb.freebsd.org/changeset/ports/469962 Log: Set DISTFILES as OPTIONs helpers. This allows one to only download the tarball corresponding to the chosen VARIANT option, at the expense of making `make makesum' more cumbersome to run (so add a comment to remind me of how to do it). PR: 228206 Submitted by: tobik Modified: head/x11-fonts/fantasque-sans-mono/Makefile Modified: head/x11-fonts/fantasque-sans-mono/Makefile ============================================================================== --- head/x11-fonts/fantasque-sans-mono/Makefile Mon May 14 19:38:32 2018 (r469961) +++ head/x11-fonts/fantasque-sans-mono/Makefile Mon May 14 20:26:49 2018 (r469962) @@ -5,10 +5,6 @@ PORTVERSION= 1.7.2 PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/ -DISTFILES= FantasqueSansMono-Normal.tar.gz \ - FantasqueSansMono-NoLoopK.tar.gz \ - FantasqueSansMono-LargeLineHeight.tar.gz \ - FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz MAINTAINER= rakuco@FreeBSD.org COMMENT= Programming font, designed with functionality in mind @@ -22,6 +18,9 @@ USES= fonts OPTIONS_DEFINE= DOCS +# For `make makesum' to include all distfiles, it should be run with +# WITH="$(make -V OPTIONS_SINGLE_VARIANT)". + OPTIONS_SINGLE= VARIANT OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK @@ -32,10 +31,10 @@ LLINENOLOOPK_DESC= Large line spacing with Nondescript OPTIONS_DEFAULT= NORMAL -NORMAL_EXTRACT_ONLY= FantasqueSansMono-Normal.tar.gz -NOLOOPK_EXTRACT_ONLY= FantasqueSansMono-NoLoopK.tar.gz -LLINE_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight.tar.gz -LLINENOLOOPK_EXTRACT_ONLY= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz +NORMAL_DISTFILES= FantasqueSansMono-Normal.tar.gz +NOLOOPK_DISTFILES= FantasqueSansMono-NoLoopK.tar.gz +LLINE_DISTFILES= FantasqueSansMono-LargeLineHeight.tar.gz +LLINENOLOOPK_DISTFILES= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} From owner-svn-ports-head@freebsd.org Mon May 14 20:26:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1C91E75E5B; Mon, 14 May 2018 20:26:55 +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 067847F9F2; Mon, 14 May 2018 20:26:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E899210AF; Mon, 14 May 2018 20:26:54 +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 w4EKQsMI043998; Mon, 14 May 2018 20:26:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EKQsLG043995; Mon, 14 May 2018 20:26:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805142026.w4EKQsLG043995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 14 May 2018 20:26:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469963 - in head/www/waterfox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www/waterfox: . files X-SVN-Commit-Revision: 469963 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 20:26:56 -0000 Author: jbeich Date: Mon May 14 20:26:53 2018 New Revision: 469963 URL: https://svnweb.freebsd.org/changeset/ports/469963 Log: www/waterfox: update to 56.2.0 Changes: https://github.com/MrAlex94/Waterfox/compare/edfc016bc021c...56.2.0 Deleted: head/www/waterfox/files/patch-bug1393367 head/www/waterfox/files/patch-bug1409440 head/www/waterfox/files/patch-bug1432323 head/www/waterfox/files/patch-bug1436759 head/www/waterfox/files/patch-bug1439723 head/www/waterfox/files/patch-bug1448705 head/www/waterfox/files/patch-bug1448771 head/www/waterfox/files/patch-bug1449358 head/www/waterfox/files/patch-bug1451376 head/www/waterfox/files/patch-bug1452202 head/www/waterfox/files/patch-bug1452417 head/www/waterfox/files/patch-typos Modified: head/www/waterfox/Makefile (contents, props changed) head/www/waterfox/distinfo (contents, props changed) head/www/waterfox/files/patch-bug1426129 (contents, props changed) Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Mon May 14 20:26:49 2018 (r469962) +++ head/www/waterfox/Makefile Mon May 14 20:26:53 2018 (r469963) @@ -1,15 +1,14 @@ # $FreeBSD$ PORTNAME= waterfox -DISTVERSION= 56.1.0-111178 -DISTVERSIONSUFFIX= -gedfc016bc021c +DISTVERSION= 56.2.0 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org COMMENT= Distilled fork of Firefox DEPRECATED= Temporary experiment -EXPIRATION_DATE=2018-05-16 +EXPIRATION_DATE=2018-07-03 BUILD_DEPENDS= nspr>=4.16:devel/nspr \ nss>=3.32.1:security/nss \ Modified: head/www/waterfox/distinfo ============================================================================== --- head/www/waterfox/distinfo Mon May 14 20:26:49 2018 (r469962) +++ head/www/waterfox/distinfo Mon May 14 20:26:53 2018 (r469963) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526290324 -SHA256 (MrAlex94-Waterfox-56.1.0-111178-gedfc016bc021c_GH0.tar.gz) = a34715f6954e5b557e976166b69f976f0ae3bc92b168ca26ab6d3ba62bf8e6ec -SIZE (MrAlex94-Waterfox-56.1.0-111178-gedfc016bc021c_GH0.tar.gz) = 394952776 +TIMESTAMP = 1526323182 +SHA256 (MrAlex94-Waterfox-56.2.0_GH0.tar.gz) = b4f8ee4ef6544bacb6b0575e99e05d399cf83f983d3b0193cd9df39bd509f0d2 +SIZE (MrAlex94-Waterfox-56.2.0_GH0.tar.gz) = 395158434 Modified: head/www/waterfox/files/patch-bug1426129 ============================================================================== --- head/www/waterfox/files/patch-bug1426129 Mon May 14 20:26:49 2018 (r469962) +++ head/www/waterfox/files/patch-bug1426129 Mon May 14 20:26:53 2018 (r469963) @@ -26,91 +26,6 @@ index 594b90f808e4..79224b73cefa 100644 LOG(("CamerasSingleton: %p", this)); } -@@ -291,7 +293,7 @@ CamerasChild::NumberOfCapabilities(CaptureEngine aCapEngine, - LOG(("NumberOfCapabilities for %s", deviceUniqueIdUTF8)); - nsCString unique_id(deviceUniqueIdUTF8); - nsCOMPtr runnable = -- mozilla::NewNonOwningRunnableMethod( -+ mozilla::NewRunnableMethod( - "camera::PCamerasChild::SendNumberOfCapabilities", - this, - &CamerasChild::SendNumberOfCapabilities, -@@ -307,7 +309,7 @@ CamerasChild::NumberOfCaptureDevices(CaptureEngine aCapEngine) - { - LOG((__PRETTY_FUNCTION__)); - nsCOMPtr runnable = -- mozilla::NewNonOwningRunnableMethod( -+ mozilla::NewRunnableMethod( - "camera::PCamerasChild::SendNumberOfCaptureDevices", - this, - &CamerasChild::SendNumberOfCaptureDevices, -@@ -334,7 +336,7 @@ CamerasChild::EnsureInitialized(CaptureEngine aCapEngine) - { - LOG((__PRETTY_FUNCTION__)); - nsCOMPtr runnable = -- mozilla::NewNonOwningRunnableMethod( -+ mozilla::NewRunnableMethod( - "camera::PCamerasChild::SendEnsureInitialized", - this, - &CamerasChild::SendEnsureInitialized, -@@ -353,7 +355,7 @@ CamerasChild::GetCaptureCapability(CaptureEngine aCapEngine, - LOG(("GetCaptureCapability: %s %d", unique_idUTF8, capability_number)); - nsCString unique_id(unique_idUTF8); - nsCOMPtr runnable = -- mozilla::NewNonOwningRunnableMethod( -+ mozilla::NewRunnableMethod( - "camera::PCamerasChild::SendGetCaptureCapability", - this, - &CamerasChild::SendGetCaptureCapability, -@@ -395,7 +397,7 @@ CamerasChild::GetCaptureDevice(CaptureEngine aCapEngine, - { - LOG((__PRETTY_FUNCTION__)); - nsCOMPtr runnable = -- mozilla::NewNonOwningRunnableMethod( -+ mozilla::NewRunnableMethod( - "camera::PCamerasChild::SendGetCaptureDevice", - this, - &CamerasChild::SendGetCaptureDevice, -@@ -439,9 +441,9 @@ CamerasChild::AllocateCaptureDevice(CaptureEngine aCapEngine, - LOG((__PRETTY_FUNCTION__)); - nsCString unique_id(unique_idUTF8); - nsCOMPtr runnable = -- mozilla::NewNonOwningRunnableMethod( -+ mozilla::NewRunnableMethod( - "camera::PCamerasChild::SendAllocateCaptureDevice", - this, - &CamerasChild::SendAllocateCaptureDevice, -@@ -475,7 +477,7 @@ CamerasChild::ReleaseCaptureDevice(CaptureEngine aCapEngine, - { - LOG((__PRETTY_FUNCTION__)); - nsCOMPtr runnable = -- mozilla::NewNonOwningRunnableMethod( -+ mozilla::NewRunnableMethod( - "camera::PCamerasChild::SendReleaseCaptureDevice", - this, - &CamerasChild::SendReleaseCaptureDevice, -@@ -526,7 +528,7 @@ CamerasChild::StartCapture(CaptureEngine aCapEngine, - webrtcCaps.codecType, - webrtcCaps.interlaced); - nsCOMPtr runnable = mozilla:: -- NewNonOwningRunnableMethod( -+ NewRunnableMethod( - "camera::PCamerasChild::SendStartCapture", - this, - &CamerasChild::SendStartCapture, -@@ -542,7 +544,7 @@ CamerasChild::StopCapture(CaptureEngine aCapEngine, const int capture_id) - { - LOG((__PRETTY_FUNCTION__)); - nsCOMPtr runnable = -- mozilla::NewNonOwningRunnableMethod( -+ mozilla::NewRunnableMethod( - "camera::PCamerasChild::SendStopCapture", - this, - &CamerasChild::SendStopCapture, @@ -559,6 +561,9 @@ void Shutdown(void) { @@ -121,15 +36,6 @@ index 594b90f808e4..79224b73cefa 100644 CamerasChild* child = CamerasSingleton::Child(); if (!child) { // We don't want to cause everything to get fired up if we're -@@ -610,7 +615,7 @@ CamerasChild::ShutdownParent() - // Delete the parent actor. - // CamerasChild (this) will remain alive and is only deleted by the - // IPC layer when SendAllDone returns. -- nsCOMPtr deleteRunnable = mozilla::NewNonOwningRunnableMethod( -+ nsCOMPtr deleteRunnable = mozilla::NewRunnableMethod( - "camera::PCamerasChild::SendAllDone", this, &CamerasChild::SendAllDone); - CamerasSingleton::Thread()->Dispatch(deleteRunnable, NS_DISPATCH_NORMAL); - } else { @@ -733,7 +738,7 @@ CamerasChild::~CamerasChild() { LOG(("~CamerasChild: %p", this)); @@ -166,3 +72,12 @@ index b2029dbd6b9d..620c409b656f 100644 }; // Get a pointer to a CamerasChild object we can use to do IPC with. +@@ -149,7 +158,7 @@ class CamerasChild final : public PCamerasChild + public: + // We are owned by the PBackground thread only. CamerasSingleton + // takes a non-owning reference. +- NS_INLINE_DECL_THREADSAFE_REFCOUNTING(CamerasChild) ++ NS_INLINE_DECL_REFCOUNTING(CamerasChild) + + // IPC messages recevied, received on the PBackground thread + // these are the actual callbacks with data From owner-svn-ports-head@freebsd.org Mon May 14 20:43:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0412E77054; Mon, 14 May 2018 20:43:51 +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 758D384E46; Mon, 14 May 2018 20:43:51 +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 56744213E9; Mon, 14 May 2018 20:43:51 +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 w4EKhpHE054186; Mon, 14 May 2018 20:43:51 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EKhofP054181; Mon, 14 May 2018 20:43:50 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201805142043.w4EKhofP054181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 14 May 2018 20:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469965 - in head: Mk/Uses x11-toolkits x11-toolkits/gtksourceview4 X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head: Mk/Uses x11-toolkits x11-toolkits/gtksourceview4 X-SVN-Commit-Revision: 469965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 20:43:52 -0000 Author: kwm Date: Mon May 14 20:43:50 2018 New Revision: 469965 URL: https://svnweb.freebsd.org/changeset/ports/469965 Log: Add gtksourceview4 4.0.1. * This port is still gtk30 based. * Add license lines * Add WWW: prefix in the pkg-descr Obtained from: gnome devel repo Added: head/x11-toolkits/gtksourceview4/ - copied from r469961, head/x11-toolkits/gtksourceview3/ Modified: head/Mk/Uses/gnome.mk head/x11-toolkits/Makefile head/x11-toolkits/gtksourceview4/Makefile head/x11-toolkits/gtksourceview4/distinfo head/x11-toolkits/gtksourceview4/pkg-descr head/x11-toolkits/gtksourceview4/pkg-plist Modified: head/Mk/Uses/gnome.mk ============================================================================== --- head/Mk/Uses/gnome.mk Mon May 14 20:28:23 2018 (r469964) +++ head/Mk/Uses/gnome.mk Mon May 14 20:43:50 2018 (r469965) @@ -89,7 +89,8 @@ _USE_GNOME_ALL+= atk cairo \ # GNOME 3 components _USE_GNOME_ALL+=dconf evolutiondataserver3 gnomecontrolcenter3 gnomedesktop3 \ - gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 libgda5 \ + gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 \ + gtksourceview4 libgda5 \ libgda5-ui libwnck3 metacity nautilus3 \ pygobject3 vte3 @@ -317,6 +318,9 @@ gtksourceview2_USE_GNOME_IMPL=gtk20 libxml2 gtksourceview3_LIB_DEPENDS= libgtksourceview-3.0.so:x11-toolkits/gtksourceview3 gtksourceview3_USE_GNOME_IMPL=gtk30 libxml2 + +gtksourceview4_LIB_DEPENDS= libgtksourceview-4.so:x11-toolkits/gtksourceview4 +gtksourceview4_USE_GNOME_IMPL=gtk30 libxml2 libgsf_LIB_DEPENDS= libgsf-1.so:devel/libgsf libgsf_USE_GNOME_IMPL= glib20 libxml2 Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Mon May 14 20:28:23 2018 (r469964) +++ head/x11-toolkits/Makefile Mon May 14 20:43:50 2018 (r469965) @@ -63,6 +63,7 @@ SUBDIR += gtksourceview2-reference SUBDIR += gtksourceview3 SUBDIR += gtksourceview3-reference + SUBDIR += gtksourceview4 SUBDIR += gtksourceviewmm3 SUBDIR += hippo-canvas SUBDIR += hs-GLURaw Modified: head/x11-toolkits/gtksourceview4/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview3/Makefile Mon May 14 19:38:32 2018 (r469961) +++ head/x11-toolkits/gtksourceview4/Makefile Mon May 14 20:43:50 2018 (r469965) @@ -2,43 +2,27 @@ # $FreeBSD$ PORTNAME= gtksourceview -PORTVERSION= 3.24.7 +PORTVERSION= 4.0.1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME -PKGNAMESUFFIX= 3 -DIST_SUBDIR= gnome3 +PKGNAMESUFFIX= 4 +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget -USES= tar:xz +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even -.if !defined(REFERENCE_PORT) - BUILD_DEPENDS= vala:lang/vala -USES+= compiler:c11 gettext gmake gnome libtool pathfix pkgconfig +USES= compiler:c11 gettext gmake gnome libtool pkgconfig tar:xz USE_CSTD= c11 -USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \ - introspection:build libxml2 referencehack +USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-compile-warnings=no \ - --enable-glade-catalog=no \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ - --enable-introspection -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -post-patch: - @${REINPLACE_CMD} -e 's|tests testsuite||g' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|--warn-all||g' \ - ${WRKSRC}/gtksourceview/Makefile.in - .include - -.endif Modified: head/x11-toolkits/gtksourceview4/distinfo ============================================================================== --- head/x11-toolkits/gtksourceview3/distinfo Mon May 14 19:38:32 2018 (r469961) +++ head/x11-toolkits/gtksourceview4/distinfo Mon May 14 20:43:50 2018 (r469965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526069225 -SHA256 (gnome3/gtksourceview-3.24.7.tar.xz) = a5c20d3a6347533689358f3ea52486409f6dd41d5a69c65eab7570cfaffee8e6 -SIZE (gnome3/gtksourceview-3.24.7.tar.xz) = 1390500 +TIMESTAMP = 1525964440 +SHA256 (gnome/gtksourceview-4.0.1.tar.xz) = 38ce20ce0b8162d2ac0ee60c33b6c95173435499c7e101d2bde5f0276df5a37a +SIZE (gnome/gtksourceview-4.0.1.tar.xz) = 1356580 Modified: head/x11-toolkits/gtksourceview4/pkg-descr ============================================================================== --- head/x11-toolkits/gtksourceview3/pkg-descr Mon May 14 19:38:32 2018 (r469961) +++ head/x11-toolkits/gtksourceview4/pkg-descr Mon May 14 20:43:50 2018 (r469965) @@ -1,4 +1,4 @@ GtkSourceView is a text widget for Gtk+-3 that provides syntax highlighting and other features typically expected in a source code editor. -https://wiki.gnome.org/Projects/GtkSourceView/ +WWW: https://wiki.gnome.org/Projects/GtkSourceView Modified: head/x11-toolkits/gtksourceview4/pkg-plist ============================================================================== --- head/x11-toolkits/gtksourceview3/pkg-plist Mon May 14 19:38:32 2018 (r469961) +++ head/x11-toolkits/gtksourceview4/pkg-plist Mon May 14 20:43:50 2018 (r469965) @@ -1,339 +1,343 @@ -%%DATADIR%%-3.0/language-specs/R.lang -%%DATADIR%%-3.0/language-specs/abnf.lang -%%DATADIR%%-3.0/language-specs/actionscript.lang -%%DATADIR%%-3.0/language-specs/ada.lang -%%DATADIR%%-3.0/language-specs/ansforth94.lang -%%DATADIR%%-3.0/language-specs/asp.lang -%%DATADIR%%-3.0/language-specs/automake.lang -%%DATADIR%%-3.0/language-specs/awk.lang -%%DATADIR%%-3.0/language-specs/bennugd.lang -%%DATADIR%%-3.0/language-specs/bibtex.lang -%%DATADIR%%-3.0/language-specs/bluespec.lang -%%DATADIR%%-3.0/language-specs/boo.lang -%%DATADIR%%-3.0/language-specs/c.lang -%%DATADIR%%-3.0/language-specs/cg.lang -%%DATADIR%%-3.0/language-specs/changelog.lang -%%DATADIR%%-3.0/language-specs/chdr.lang -%%DATADIR%%-3.0/language-specs/cmake.lang -%%DATADIR%%-3.0/language-specs/cobol.lang -%%DATADIR%%-3.0/language-specs/cpp.lang -%%DATADIR%%-3.0/language-specs/cpphdr.lang -%%DATADIR%%-3.0/language-specs/csharp.lang -%%DATADIR%%-3.0/language-specs/css.lang -%%DATADIR%%-3.0/language-specs/csv.lang -%%DATADIR%%-3.0/language-specs/cuda.lang -%%DATADIR%%-3.0/language-specs/d.lang -%%DATADIR%%-3.0/language-specs/def.lang -%%DATADIR%%-3.0/language-specs/desktop.lang -%%DATADIR%%-3.0/language-specs/diff.lang -%%DATADIR%%-3.0/language-specs/docbook.lang -%%DATADIR%%-3.0/language-specs/dosbatch.lang -%%DATADIR%%-3.0/language-specs/dot.lang -%%DATADIR%%-3.0/language-specs/dpatch.lang -%%DATADIR%%-3.0/language-specs/dtd.lang -%%DATADIR%%-3.0/language-specs/dtl.lang -%%DATADIR%%-3.0/language-specs/eiffel.lang -%%DATADIR%%-3.0/language-specs/erlang.lang -%%DATADIR%%-3.0/language-specs/fcl.lang -%%DATADIR%%-3.0/language-specs/forth.lang -%%DATADIR%%-3.0/language-specs/fortran.lang -%%DATADIR%%-3.0/language-specs/fsharp.lang -%%DATADIR%%-3.0/language-specs/gap.lang -%%DATADIR%%-3.0/language-specs/gdb-log.lang -%%DATADIR%%-3.0/language-specs/genie.lang -%%DATADIR%%-3.0/language-specs/glsl.lang -%%DATADIR%%-3.0/language-specs/go.lang -%%DATADIR%%-3.0/language-specs/groovy.lang -%%DATADIR%%-3.0/language-specs/gtk-doc.lang -%%DATADIR%%-3.0/language-specs/gtkrc.lang -%%DATADIR%%-3.0/language-specs/haddock.lang -%%DATADIR%%-3.0/language-specs/haskell-literate.lang -%%DATADIR%%-3.0/language-specs/haskell.lang -%%DATADIR%%-3.0/language-specs/haxe.lang -%%DATADIR%%-3.0/language-specs/html.lang -%%DATADIR%%-3.0/language-specs/idl-exelis.lang -%%DATADIR%%-3.0/language-specs/idl.lang -%%DATADIR%%-3.0/language-specs/imagej.lang -%%DATADIR%%-3.0/language-specs/ini.lang -%%DATADIR%%-3.0/language-specs/j.lang -%%DATADIR%%-3.0/language-specs/jade.lang -%%DATADIR%%-3.0/language-specs/java.lang -%%DATADIR%%-3.0/language-specs/javascript.lang -%%DATADIR%%-3.0/language-specs/json.lang -%%DATADIR%%-3.0/language-specs/julia.lang -%%DATADIR%%-3.0/language-specs/kotlin.lang -%%DATADIR%%-3.0/language-specs/language.dtd -%%DATADIR%%-3.0/language-specs/language.rng -%%DATADIR%%-3.0/language-specs/language2.rng -%%DATADIR%%-3.0/language-specs/latex.lang -%%DATADIR%%-3.0/language-specs/lex.lang -%%DATADIR%%-3.0/language-specs/libtool.lang -%%DATADIR%%-3.0/language-specs/llvm.lang -%%DATADIR%%-3.0/language-specs/logcat.lang -%%DATADIR%%-3.0/language-specs/lua.lang -%%DATADIR%%-3.0/language-specs/m4.lang -%%DATADIR%%-3.0/language-specs/makefile.lang -%%DATADIR%%-3.0/language-specs/mallard.lang -%%DATADIR%%-3.0/language-specs/markdown.lang -%%DATADIR%%-3.0/language-specs/matlab.lang -%%DATADIR%%-3.0/language-specs/maxima.lang -%%DATADIR%%-3.0/language-specs/mediawiki.lang -%%DATADIR%%-3.0/language-specs/meson.lang -%%DATADIR%%-3.0/language-specs/modelica.lang -%%DATADIR%%-3.0/language-specs/mxml.lang -%%DATADIR%%-3.0/language-specs/nemerle.lang -%%DATADIR%%-3.0/language-specs/netrexx.lang -%%DATADIR%%-3.0/language-specs/nsis.lang -%%DATADIR%%-3.0/language-specs/objc.lang -%%DATADIR%%-3.0/language-specs/objj.lang -%%DATADIR%%-3.0/language-specs/ocaml.lang -%%DATADIR%%-3.0/language-specs/ocl.lang -%%DATADIR%%-3.0/language-specs/octave.lang -%%DATADIR%%-3.0/language-specs/ooc.lang -%%DATADIR%%-3.0/language-specs/opal.lang -%%DATADIR%%-3.0/language-specs/opencl.lang -%%DATADIR%%-3.0/language-specs/pascal.lang -%%DATADIR%%-3.0/language-specs/perl.lang -%%DATADIR%%-3.0/language-specs/php.lang -%%DATADIR%%-3.0/language-specs/pig.lang -%%DATADIR%%-3.0/language-specs/pkgconfig.lang -%%DATADIR%%-3.0/language-specs/po.lang -%%DATADIR%%-3.0/language-specs/prolog.lang -%%DATADIR%%-3.0/language-specs/protobuf.lang -%%DATADIR%%-3.0/language-specs/puppet.lang -%%DATADIR%%-3.0/language-specs/python.lang -%%DATADIR%%-3.0/language-specs/python3.lang -%%DATADIR%%-3.0/language-specs/rpmspec.lang -%%DATADIR%%-3.0/language-specs/rst.lang -%%DATADIR%%-3.0/language-specs/ruby.lang -%%DATADIR%%-3.0/language-specs/rust.lang -%%DATADIR%%-3.0/language-specs/scala.lang -%%DATADIR%%-3.0/language-specs/scheme.lang -%%DATADIR%%-3.0/language-specs/scilab.lang -%%DATADIR%%-3.0/language-specs/sh.lang -%%DATADIR%%-3.0/language-specs/sml.lang -%%DATADIR%%-3.0/language-specs/sparql.lang -%%DATADIR%%-3.0/language-specs/sql.lang -%%DATADIR%%-3.0/language-specs/sweave.lang -%%DATADIR%%-3.0/language-specs/swift.lang -%%DATADIR%%-3.0/language-specs/systemverilog.lang -%%DATADIR%%-3.0/language-specs/t2t.lang -%%DATADIR%%-3.0/language-specs/tcl.lang -%%DATADIR%%-3.0/language-specs/tera.lang -%%DATADIR%%-3.0/language-specs/texinfo.lang -%%DATADIR%%-3.0/language-specs/thrift.lang -%%DATADIR%%-3.0/language-specs/toml.lang -%%DATADIR%%-3.0/language-specs/vala.lang -%%DATADIR%%-3.0/language-specs/vbnet.lang -%%DATADIR%%-3.0/language-specs/verilog.lang -%%DATADIR%%-3.0/language-specs/vhdl.lang -%%DATADIR%%-3.0/language-specs/xml.lang -%%DATADIR%%-3.0/language-specs/xslt.lang -%%DATADIR%%-3.0/language-specs/yacc.lang -%%DATADIR%%-3.0/language-specs/yaml.lang -%%DATADIR%%-3.0/styles/classic.xml -%%DATADIR%%-3.0/styles/cobalt.xml -%%DATADIR%%-3.0/styles/kate.xml -%%DATADIR%%-3.0/styles/oblivion.xml -%%DATADIR%%-3.0/styles/solarized-dark.xml -%%DATADIR%%-3.0/styles/solarized-light.xml -%%DATADIR%%-3.0/styles/styles.rng -%%DATADIR%%-3.0/styles/tango.xml -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceBuffer.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceCompletion.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceCompletionContext.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceCompletionInfo.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceCompletionItem.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceCompletionProposal.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceCompletionProvider.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceCompletionWords.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceEncoding.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceFile.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceFileLoader.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceFileSaver.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceGutter.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceGutterRenderer.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceGutterRendererPixbuf.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceGutterRendererText.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceLanguage.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceLanguageManager.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceMap.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceMark.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceMarkAttributes.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourcePrintCompositor.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceRegion.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceSearchContext.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceSearchSettings.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceSpaceDrawer.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceStyle.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceStyleScheme.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceStyleSchemeChooser.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceStyleSchemeChooserButton.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceStyleSchemeChooserWidget.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceStyleSchemeManager.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceTag.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceUndoManager.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceView.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/annotation-glossary.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/api-index-full.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/ch01.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/ch02.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/ch03.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/ch04.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/ch05.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/ch06.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/ch07.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/ch08.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/ch09.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/gtksourceview-3.0-GtkSourceUtils.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/gtksourceview-3.0-Version-Information.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/gtksourceview-3.0.devhelp2 -%%PORTDOCS%%%%DOCSDIR%%-3.0/home.png -%%PORTDOCS%%%%DOCSDIR%%-3.0/index.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/lang-reference.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/lang-tutorial.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/left-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%-3.0/left.png -%%PORTDOCS%%%%DOCSDIR%%-3.0/object-tree.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/pt01.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/pt02.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/pt03.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/pt04.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/right-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%-3.0/right.png -%%PORTDOCS%%%%DOCSDIR%%-3.0/style-reference.html -%%PORTDOCS%%%%DOCSDIR%%-3.0/style.css -%%PORTDOCS%%%%DOCSDIR%%-3.0/up-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%-3.0/up.png -include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h -include/gtksourceview-3.0/gtksourceview/gtksource.h -include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h -include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h -include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h -include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h -include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h -include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h -include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h -include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h -include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h -include/gtksourceview-3.0/gtksourceview/gtksourcefile.h -include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h -include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h -include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h -include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h -include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h -include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h -include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h -include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h -include/gtksourceview-3.0/gtksourceview/gtksourcemap.h -include/gtksourceview-3.0/gtksourceview/gtksourcemark.h -include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h -include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h -include/gtksourceview-3.0/gtksourceview/gtksourceregion.h -include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h -include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h -include/gtksourceview-3.0/gtksourceview/gtksourcespacedrawer.h -include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h -include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h -include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h -include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h -include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h -include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h -include/gtksourceview-3.0/gtksourceview/gtksourcetag.h -include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h -include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h -include/gtksourceview-3.0/gtksourceview/gtksourceutils.h -include/gtksourceview-3.0/gtksourceview/gtksourceversion.h -include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h -include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h -include/gtksourceview-3.0/gtksourceview/gtksourceview.h -lib/girepository-1.0/GtkSource-3.0.typelib -lib/libgtksourceview-3.0.so -lib/libgtksourceview-3.0.so.1 -lib/libgtksourceview-3.0.so.1.8.0 -libdata/pkgconfig/gtksourceview-3.0.pc -share/gir-1.0/GtkSource-3.0.gir -share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/fur/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo -share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo -share/vala/vapi/gtksourceview-3.0.deps -share/vala/vapi/gtksourceview-3.0.vapi +include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h +include/gtksourceview-4/gtksourceview/gtksource.h +include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h +include/gtksourceview-4/gtksourceview/gtksourcebuffer.h +include/gtksourceview-4/gtksourceview/gtksourcecompletion.h +include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h +include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h +include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h +include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h +include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h +include/gtksourceview-4/gtksourceview/gtksourceencoding.h +include/gtksourceview-4/gtksourceview/gtksourcefile.h +include/gtksourceview-4/gtksourceview/gtksourcefileloader.h +include/gtksourceview-4/gtksourceview/gtksourcefilesaver.h +include/gtksourceview-4/gtksourceview/gtksourcegutter.h +include/gtksourceview-4/gtksourceview/gtksourcegutterrenderer.h +include/gtksourceview-4/gtksourceview/gtksourcegutterrendererpixbuf.h +include/gtksourceview-4/gtksourceview/gtksourcegutterrenderertext.h +include/gtksourceview-4/gtksourceview/gtksourceinit.h +include/gtksourceview-4/gtksourceview/gtksourcelanguage.h +include/gtksourceview-4/gtksourceview/gtksourcelanguagemanager.h +include/gtksourceview-4/gtksourceview/gtksourcemap.h +include/gtksourceview-4/gtksourceview/gtksourcemark.h +include/gtksourceview-4/gtksourceview/gtksourcemarkattributes.h +include/gtksourceview-4/gtksourceview/gtksourceprintcompositor.h +include/gtksourceview-4/gtksourceview/gtksourceregion.h +include/gtksourceview-4/gtksourceview/gtksourcesearchcontext.h +include/gtksourceview-4/gtksourceview/gtksourcesearchsettings.h +include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h +include/gtksourceview-4/gtksourceview/gtksourcestyle.h +include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h +include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h +include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h +include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h +include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h +include/gtksourceview-4/gtksourceview/gtksourcetag.h +include/gtksourceview-4/gtksourceview/gtksourcetypes.h +include/gtksourceview-4/gtksourceview/gtksourceundomanager.h +include/gtksourceview-4/gtksourceview/gtksourceutils.h +include/gtksourceview-4/gtksourceview/gtksourceversion.h +include/gtksourceview-4/gtksourceview/gtksourceview.h +lib/girepository-1.0/GtkSource-4.typelib +lib/libgtksourceview-4.so +lib/libgtksourceview-4.so.0 +lib/libgtksourceview-4.so.0.0.0 +libdata/pkgconfig/gtksourceview-4.pc +share/gir-1.0/GtkSource-4.gir +share/gtk-doc/html/gtksourceview-4.0/GtkSourceBuffer.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletion.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionContext.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionInfo.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionItem.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProposal.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProvider.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionWords.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceEncoding.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceFile.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileLoader.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileSaver.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutter.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRenderer.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererPixbuf.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererText.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguage.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguageManager.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceMap.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceMark.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceMarkAttributes.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourcePrintCompositor.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceRegion.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchContext.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchSettings.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceSpaceDrawer.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyle.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleScheme.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooser.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserButton.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserWidget.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeManager.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceTag.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceUndoManager.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceView.html +share/gtk-doc/html/gtksourceview-4.0/annexes.html +share/gtk-doc/html/gtksourceview-4.0/annotation-glossary.html +share/gtk-doc/html/gtksourceview-4.0/api-index-full.html +share/gtk-doc/html/gtksourceview-4.0/api-reference.html +share/gtk-doc/html/gtksourceview-4.0/completion.html +share/gtk-doc/html/gtksourceview-4.0/file-loading-and-saving.html +share/gtk-doc/html/gtksourceview-4.0/general.html +share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceUtils.html +share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html +share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-Version-Information.html +share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0.devhelp2 +share/gtk-doc/html/gtksourceview-4.0/gutter.html +share/gtk-doc/html/gtksourceview-4.0/home.png +share/gtk-doc/html/gtksourceview-4.0/index.html +share/gtk-doc/html/gtksourceview-4.0/intro.html +share/gtk-doc/html/gtksourceview-4.0/lang-reference.html +share/gtk-doc/html/gtksourceview-4.0/lang-tutorial.html +share/gtk-doc/html/gtksourceview-4.0/left-insensitive.png +share/gtk-doc/html/gtksourceview-4.0/left.png +share/gtk-doc/html/gtksourceview-4.0/main-classes.html +share/gtk-doc/html/gtksourceview-4.0/misc.html +share/gtk-doc/html/gtksourceview-4.0/object-tree.html +share/gtk-doc/html/gtksourceview-4.0/porting-guide-3-to-4.html +share/gtk-doc/html/gtksourceview-4.0/porting-guide.html +share/gtk-doc/html/gtksourceview-4.0/printing.html +share/gtk-doc/html/gtksourceview-4.0/right-insensitive.png +share/gtk-doc/html/gtksourceview-4.0/right.png +share/gtk-doc/html/gtksourceview-4.0/search-and-replace.html +share/gtk-doc/html/gtksourceview-4.0/style-reference.html +share/gtk-doc/html/gtksourceview-4.0/style.css +share/gtk-doc/html/gtksourceview-4.0/styling.html +share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting-reference.html +share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting.html +share/gtk-doc/html/gtksourceview-4.0/up-insensitive.png +share/gtk-doc/html/gtksourceview-4.0/up.png +%%DATADIR%%-4/language-specs/R.lang +%%DATADIR%%-4/language-specs/abnf.lang +%%DATADIR%%-4/language-specs/actionscript.lang +%%DATADIR%%-4/language-specs/ada.lang +%%DATADIR%%-4/language-specs/ansforth94.lang +%%DATADIR%%-4/language-specs/asp.lang +%%DATADIR%%-4/language-specs/automake.lang +%%DATADIR%%-4/language-specs/awk.lang +%%DATADIR%%-4/language-specs/bennugd.lang +%%DATADIR%%-4/language-specs/bibtex.lang +%%DATADIR%%-4/language-specs/bluespec.lang +%%DATADIR%%-4/language-specs/boo.lang +%%DATADIR%%-4/language-specs/c.lang +%%DATADIR%%-4/language-specs/cg.lang +%%DATADIR%%-4/language-specs/changelog.lang +%%DATADIR%%-4/language-specs/chdr.lang +%%DATADIR%%-4/language-specs/cmake.lang +%%DATADIR%%-4/language-specs/cobol.lang +%%DATADIR%%-4/language-specs/cpp.lang +%%DATADIR%%-4/language-specs/cpphdr.lang +%%DATADIR%%-4/language-specs/csharp.lang +%%DATADIR%%-4/language-specs/css.lang +%%DATADIR%%-4/language-specs/csv.lang +%%DATADIR%%-4/language-specs/cuda.lang +%%DATADIR%%-4/language-specs/d.lang +%%DATADIR%%-4/language-specs/def.lang +%%DATADIR%%-4/language-specs/desktop.lang +%%DATADIR%%-4/language-specs/diff.lang +%%DATADIR%%-4/language-specs/docbook.lang +%%DATADIR%%-4/language-specs/dosbatch.lang +%%DATADIR%%-4/language-specs/dot.lang +%%DATADIR%%-4/language-specs/dpatch.lang +%%DATADIR%%-4/language-specs/dtd.lang +%%DATADIR%%-4/language-specs/dtl.lang +%%DATADIR%%-4/language-specs/eiffel.lang +%%DATADIR%%-4/language-specs/erlang.lang +%%DATADIR%%-4/language-specs/fcl.lang +%%DATADIR%%-4/language-specs/forth.lang +%%DATADIR%%-4/language-specs/fortran.lang +%%DATADIR%%-4/language-specs/fsharp.lang +%%DATADIR%%-4/language-specs/gap.lang +%%DATADIR%%-4/language-specs/gdb-log.lang +%%DATADIR%%-4/language-specs/genie.lang +%%DATADIR%%-4/language-specs/glsl.lang +%%DATADIR%%-4/language-specs/go.lang +%%DATADIR%%-4/language-specs/groovy.lang +%%DATADIR%%-4/language-specs/gtk-doc.lang +%%DATADIR%%-4/language-specs/gtkrc.lang +%%DATADIR%%-4/language-specs/haddock.lang +%%DATADIR%%-4/language-specs/haskell-literate.lang +%%DATADIR%%-4/language-specs/haskell.lang +%%DATADIR%%-4/language-specs/haxe.lang +%%DATADIR%%-4/language-specs/html.lang +%%DATADIR%%-4/language-specs/idl-exelis.lang +%%DATADIR%%-4/language-specs/idl.lang +%%DATADIR%%-4/language-specs/imagej.lang +%%DATADIR%%-4/language-specs/ini.lang +%%DATADIR%%-4/language-specs/j.lang +%%DATADIR%%-4/language-specs/jade.lang +%%DATADIR%%-4/language-specs/java.lang +%%DATADIR%%-4/language-specs/javascript.lang +%%DATADIR%%-4/language-specs/json.lang +%%DATADIR%%-4/language-specs/julia.lang +%%DATADIR%%-4/language-specs/kotlin.lang +%%DATADIR%%-4/language-specs/language.dtd +%%DATADIR%%-4/language-specs/language.rng +%%DATADIR%%-4/language-specs/language2.rng +%%DATADIR%%-4/language-specs/latex.lang +%%DATADIR%%-4/language-specs/lex.lang +%%DATADIR%%-4/language-specs/libtool.lang +%%DATADIR%%-4/language-specs/llvm.lang +%%DATADIR%%-4/language-specs/logcat.lang +%%DATADIR%%-4/language-specs/lua.lang +%%DATADIR%%-4/language-specs/m4.lang +%%DATADIR%%-4/language-specs/makefile.lang +%%DATADIR%%-4/language-specs/mallard.lang +%%DATADIR%%-4/language-specs/markdown.lang +%%DATADIR%%-4/language-specs/matlab.lang +%%DATADIR%%-4/language-specs/maxima.lang +%%DATADIR%%-4/language-specs/mediawiki.lang +%%DATADIR%%-4/language-specs/meson.lang +%%DATADIR%%-4/language-specs/modelica.lang +%%DATADIR%%-4/language-specs/mxml.lang +%%DATADIR%%-4/language-specs/nemerle.lang +%%DATADIR%%-4/language-specs/netrexx.lang +%%DATADIR%%-4/language-specs/nsis.lang +%%DATADIR%%-4/language-specs/objc.lang +%%DATADIR%%-4/language-specs/objj.lang +%%DATADIR%%-4/language-specs/ocaml.lang +%%DATADIR%%-4/language-specs/ocl.lang +%%DATADIR%%-4/language-specs/octave.lang +%%DATADIR%%-4/language-specs/ooc.lang +%%DATADIR%%-4/language-specs/opal.lang +%%DATADIR%%-4/language-specs/opencl.lang +%%DATADIR%%-4/language-specs/pascal.lang +%%DATADIR%%-4/language-specs/perl.lang +%%DATADIR%%-4/language-specs/php.lang +%%DATADIR%%-4/language-specs/pig.lang +%%DATADIR%%-4/language-specs/pkgconfig.lang +%%DATADIR%%-4/language-specs/po.lang +%%DATADIR%%-4/language-specs/prolog.lang +%%DATADIR%%-4/language-specs/protobuf.lang +%%DATADIR%%-4/language-specs/puppet.lang +%%DATADIR%%-4/language-specs/python.lang +%%DATADIR%%-4/language-specs/python3.lang +%%DATADIR%%-4/language-specs/rpmspec.lang +%%DATADIR%%-4/language-specs/rst.lang +%%DATADIR%%-4/language-specs/ruby.lang +%%DATADIR%%-4/language-specs/rust.lang +%%DATADIR%%-4/language-specs/scala.lang +%%DATADIR%%-4/language-specs/scheme.lang +%%DATADIR%%-4/language-specs/scilab.lang +%%DATADIR%%-4/language-specs/sh.lang +%%DATADIR%%-4/language-specs/sml.lang +%%DATADIR%%-4/language-specs/sparql.lang +%%DATADIR%%-4/language-specs/sql.lang +%%DATADIR%%-4/language-specs/sweave.lang +%%DATADIR%%-4/language-specs/swift.lang +%%DATADIR%%-4/language-specs/systemverilog.lang +%%DATADIR%%-4/language-specs/t2t.lang +%%DATADIR%%-4/language-specs/tcl.lang +%%DATADIR%%-4/language-specs/tera.lang +%%DATADIR%%-4/language-specs/texinfo.lang +%%DATADIR%%-4/language-specs/thrift.lang +%%DATADIR%%-4/language-specs/toml.lang +%%DATADIR%%-4/language-specs/vala.lang +%%DATADIR%%-4/language-specs/vbnet.lang +%%DATADIR%%-4/language-specs/verilog.lang +%%DATADIR%%-4/language-specs/vhdl.lang +%%DATADIR%%-4/language-specs/xml.lang +%%DATADIR%%-4/language-specs/xslt.lang +%%DATADIR%%-4/language-specs/yacc.lang +%%DATADIR%%-4/language-specs/yaml.lang +%%DATADIR%%-4/styles/classic.xml +%%DATADIR%%-4/styles/cobalt.xml +%%DATADIR%%-4/styles/kate.xml +%%DATADIR%%-4/styles/oblivion.xml +%%DATADIR%%-4/styles/solarized-dark.xml +%%DATADIR%%-4/styles/solarized-light.xml +%%DATADIR%%-4/styles/styles.rng +%%DATADIR%%-4/styles/tango.xml +share/locale/ar/LC_MESSAGES/gtksourceview-4.mo +share/locale/as/LC_MESSAGES/gtksourceview-4.mo +share/locale/ast/LC_MESSAGES/gtksourceview-4.mo +share/locale/az/LC_MESSAGES/gtksourceview-4.mo +share/locale/be/LC_MESSAGES/gtksourceview-4.mo +share/locale/bg/LC_MESSAGES/gtksourceview-4.mo +share/locale/bn/LC_MESSAGES/gtksourceview-4.mo +share/locale/bn_IN/LC_MESSAGES/gtksourceview-4.mo +share/locale/bs/LC_MESSAGES/gtksourceview-4.mo +share/locale/ca/LC_MESSAGES/gtksourceview-4.mo +share/locale/ca@valencia/LC_MESSAGES/gtksourceview-4.mo +share/locale/cs/LC_MESSAGES/gtksourceview-4.mo +share/locale/cy/LC_MESSAGES/gtksourceview-4.mo +share/locale/da/LC_MESSAGES/gtksourceview-4.mo +share/locale/de/LC_MESSAGES/gtksourceview-4.mo +share/locale/dz/LC_MESSAGES/gtksourceview-4.mo +share/locale/el/LC_MESSAGES/gtksourceview-4.mo +share/locale/en@shaw/LC_MESSAGES/gtksourceview-4.mo +share/locale/en_CA/LC_MESSAGES/gtksourceview-4.mo +share/locale/en_GB/LC_MESSAGES/gtksourceview-4.mo +share/locale/eo/LC_MESSAGES/gtksourceview-4.mo +share/locale/es/LC_MESSAGES/gtksourceview-4.mo +share/locale/et/LC_MESSAGES/gtksourceview-4.mo +share/locale/eu/LC_MESSAGES/gtksourceview-4.mo +share/locale/fa/LC_MESSAGES/gtksourceview-4.mo +share/locale/fi/LC_MESSAGES/gtksourceview-4.mo +share/locale/fr/LC_MESSAGES/gtksourceview-4.mo +share/locale/fur/LC_MESSAGES/gtksourceview-4.mo +share/locale/ga/LC_MESSAGES/gtksourceview-4.mo +share/locale/gl/LC_MESSAGES/gtksourceview-4.mo +share/locale/gu/LC_MESSAGES/gtksourceview-4.mo +share/locale/he/LC_MESSAGES/gtksourceview-4.mo +share/locale/hi/LC_MESSAGES/gtksourceview-4.mo +share/locale/hr/LC_MESSAGES/gtksourceview-4.mo +share/locale/hu/LC_MESSAGES/gtksourceview-4.mo +share/locale/id/LC_MESSAGES/gtksourceview-4.mo +share/locale/it/LC_MESSAGES/gtksourceview-4.mo +share/locale/ja/LC_MESSAGES/gtksourceview-4.mo +share/locale/kk/LC_MESSAGES/gtksourceview-4.mo +share/locale/kn/LC_MESSAGES/gtksourceview-4.mo +share/locale/ko/LC_MESSAGES/gtksourceview-4.mo +share/locale/lt/LC_MESSAGES/gtksourceview-4.mo +share/locale/lv/LC_MESSAGES/gtksourceview-4.mo +share/locale/mai/LC_MESSAGES/gtksourceview-4.mo +share/locale/mg/LC_MESSAGES/gtksourceview-4.mo +share/locale/mk/LC_MESSAGES/gtksourceview-4.mo +share/locale/ml/LC_MESSAGES/gtksourceview-4.mo +share/locale/mn/LC_MESSAGES/gtksourceview-4.mo +share/locale/mr/LC_MESSAGES/gtksourceview-4.mo +share/locale/ms/LC_MESSAGES/gtksourceview-4.mo +share/locale/nb/LC_MESSAGES/gtksourceview-4.mo +share/locale/ne/LC_MESSAGES/gtksourceview-4.mo +share/locale/nl/LC_MESSAGES/gtksourceview-4.mo +share/locale/nn/LC_MESSAGES/gtksourceview-4.mo +share/locale/oc/LC_MESSAGES/gtksourceview-4.mo +share/locale/or/LC_MESSAGES/gtksourceview-4.mo +share/locale/pa/LC_MESSAGES/gtksourceview-4.mo +share/locale/pl/LC_MESSAGES/gtksourceview-4.mo +share/locale/pt/LC_MESSAGES/gtksourceview-4.mo +share/locale/pt_BR/LC_MESSAGES/gtksourceview-4.mo +share/locale/ro/LC_MESSAGES/gtksourceview-4.mo +share/locale/ru/LC_MESSAGES/gtksourceview-4.mo +share/locale/rw/LC_MESSAGES/gtksourceview-4.mo +share/locale/si/LC_MESSAGES/gtksourceview-4.mo +share/locale/sk/LC_MESSAGES/gtksourceview-4.mo +share/locale/sl/LC_MESSAGES/gtksourceview-4.mo +share/locale/sq/LC_MESSAGES/gtksourceview-4.mo +share/locale/sr/LC_MESSAGES/gtksourceview-4.mo +share/locale/sr@latin/LC_MESSAGES/gtksourceview-4.mo +share/locale/sv/LC_MESSAGES/gtksourceview-4.mo +share/locale/ta/LC_MESSAGES/gtksourceview-4.mo +share/locale/te/LC_MESSAGES/gtksourceview-4.mo +share/locale/tg/LC_MESSAGES/gtksourceview-4.mo +share/locale/th/LC_MESSAGES/gtksourceview-4.mo +share/locale/tr/LC_MESSAGES/gtksourceview-4.mo +share/locale/ug/LC_MESSAGES/gtksourceview-4.mo +share/locale/uk/LC_MESSAGES/gtksourceview-4.mo +share/locale/vi/LC_MESSAGES/gtksourceview-4.mo +share/locale/xh/LC_MESSAGES/gtksourceview-4.mo +share/locale/zh_CN/LC_MESSAGES/gtksourceview-4.mo +share/locale/zh_HK/LC_MESSAGES/gtksourceview-4.mo +share/locale/zh_TW/LC_MESSAGES/gtksourceview-4.mo +share/vala/vapi/gtksourceview-4.deps +share/vala/vapi/gtksourceview-4.vapi From owner-svn-ports-head@freebsd.org Mon May 14 21:01:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7A1FE77B7B; Mon, 14 May 2018 21:01:38 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89AD26A62E; Mon, 14 May 2018 21:01:38 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AC0E216F6; Mon, 14 May 2018 21:01:38 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EL1cub061299; Mon, 14 May 2018 21:01:38 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EL1bAh061293; Mon, 14 May 2018 21:01:37 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805142101.w4EL1bAh061293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 21:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469966 - in head/math/octave-forge-linear-algebra: . files X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: in head/math/octave-forge-linear-algebra: . files X-SVN-Commit-Revision: 469966 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:01:39 -0000 Author: stephen Date: Mon May 14 21:01:37 2018 New Revision: 469966 URL: https://svnweb.freebsd.org/changeset/ports/469966 Log: - Add patches that unbreak it. - Bump portrevision. Obtained from: https://sourceforge.net/p/octave/linear-algebra/ci/default/tree/ Added: head/math/octave-forge-linear-algebra/files/ head/math/octave-forge-linear-algebra/files/patch-CmplxGSVD.cc (contents, props changed) head/math/octave-forge-linear-algebra/files/patch-CmplxGSVD.h (contents, props changed) head/math/octave-forge-linear-algebra/files/patch-Makefile (contents, props changed) head/math/octave-forge-linear-algebra/files/patch-dbleGSVD.cc (contents, props changed) head/math/octave-forge-linear-algebra/files/patch-dbleGSVD.h (contents, props changed) Modified: head/math/octave-forge-linear-algebra/Makefile Modified: head/math/octave-forge-linear-algebra/Makefile ============================================================================== --- head/math/octave-forge-linear-algebra/Makefile Mon May 14 20:43:50 2018 (r469965) +++ head/math/octave-forge-linear-algebra/Makefile Mon May 14 21:01:37 2018 (r469966) @@ -3,14 +3,14 @@ PORTNAME= octave-forge-linear-algebra PORTVERSION= 2.2.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -BROKEN= does not build with octave 4.4.0 +#BROKEN= does not build with octave 4.4.0 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. Added: head/math/octave-forge-linear-algebra/files/patch-CmplxGSVD.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-linear-algebra/files/patch-CmplxGSVD.cc Mon May 14 21:01:37 2018 (r469966) @@ -0,0 +1,147 @@ +--- CmplxGSVD.cc.orig 2015-01-24 19:54:11 UTC ++++ CmplxGSVD.cc +@@ -14,13 +14,12 @@ + // You should have received a copy of the GNU General Public License along with + // this program; if not, see . + +-#ifdef HAVE_CONFIG_H +-#include +-#endif ++#include "CmplxGSVD.h" + + #include + +-#include "CmplxGSVD.h" ++#include ++ + #include "f77-fcn.h" + #include "lo-error.h" + +@@ -30,6 +29,13 @@ + #include "pager.h" + */ + ++#if defined (OCTAVE_HAVE_F77_INT_TYPE) ++# define TO_F77_INT(x) octave::to_f77_int (x) ++#else ++typedef octave_idx_type F77_INT; ++# define TO_F77_INT(x) (x) ++#endif ++ + extern "C" + { + F77_RET_T +@@ -38,27 +44,27 @@ extern "C" + F77_CONST_CHAR_ARG_DECL, // JOBU (input) CHARACTER*1 + F77_CONST_CHAR_ARG_DECL, // JOBV (input) CHARACTER*1 + F77_CONST_CHAR_ARG_DECL, // JOBQ (input) CHARACTER*1 +- const octave_idx_type&, // M (input) INTEGER +- const octave_idx_type&, // N (input) INTEGER +- const octave_idx_type&, // P (input) INTEGER +- octave_idx_type &, // K (output) INTEGER +- octave_idx_type &, // L (output) INTEGER ++ const F77_INT&, // M (input) INTEGER ++ const F77_INT&, // N (input) INTEGER ++ const F77_INT&, // P (input) INTEGER ++ F77_INT&, // K (output) INTEGER ++ F77_INT&, // L (output) INTEGER + Complex*, // A (input/output) COMPLEX*16 array, dimension (LDA,N) +- const octave_idx_type&, // LDA (input) INTEGER ++ const F77_INT&, // LDA (input) INTEGER + Complex*, // B (input/output) COMPLEX*16 array, dimension (LDB,N) +- const octave_idx_type&, // LDB (input) INTEGER ++ const F77_INT&, // LDB (input) INTEGER + double*, // ALPHA (output) DOUBLE PRECISION array, dimension (N) + double*, // BETA (output) DOUBLE PRECISION array, dimension (N) + Complex*, // U (output) COMPLEX*16 array, dimension (LDU,M) +- const octave_idx_type&, // LDU (input) INTEGER ++ const F77_INT&, // LDU (input) INTEGER + Complex*, // V (output) COMPLEX*16 array, dimension (LDV,P) +- const octave_idx_type&, // LDV (input) INTEGER ++ const F77_INT&, // LDV (input) INTEGER + Complex*, // Q (output) COMPLEX*16 array, dimension (LDQ,N) +- const octave_idx_type&, // LDQ (input) INTEGER ++ const F77_INT&, // LDQ (input) INTEGER + Complex*, // WORK (workspace) COMPLEX*16 array + double*, // RWORK (workspace) DOUBLE PRECISION array +- int*, // IWORK (workspace/output) INTEGER array, dimension (N) +- octave_idx_type& // INFO (output)INTEGER ++ F77_INT*, // IWORK (workspace/output) INTEGER array, dimension (N) ++ F77_INT& // INFO (output)INTEGER + F77_CHAR_ARG_LEN_DECL + F77_CHAR_ARG_LEN_DECL + F77_CHAR_ARG_LEN_DECL +@@ -121,11 +127,11 @@ octave_idx_type + ComplexGSVD::init (const ComplexMatrix& a, const ComplexMatrix& b, + GSVD::type gsvd_type) + { +- octave_idx_type info; ++ F77_INT info; + +- octave_idx_type m = a.rows (); +- octave_idx_type n = a.cols (); +- octave_idx_type p = b.rows (); ++ F77_INT m = TO_F77_INT (a.rows ()); ++ F77_INT n = TO_F77_INT (a.cols ()); ++ F77_INT p = TO_F77_INT (b.rows ()); + + ComplexMatrix atmp = a; + Complex *tmp_dataA = atmp.fortran_vec (); +@@ -133,17 +139,17 @@ ComplexGSVD::init (const ComplexMatrix& + ComplexMatrix btmp = b; + Complex *tmp_dataB = btmp.fortran_vec (); + +- // octave_idx_type min_mn = m < n ? m : n; ++ // F77_INT min_mn = m < n ? m : n; + + char jobu = 'U'; + char jobv = 'V'; + char jobq = 'Q'; + +- octave_idx_type nrow_u = m; +- octave_idx_type nrow_v = p; +- octave_idx_type nrow_q = n; ++ F77_INT nrow_u = m; ++ F77_INT nrow_v = p; ++ F77_INT nrow_q = n; + +- octave_idx_type k, l; ++ F77_INT k, l; + + switch (gsvd_type) + { +@@ -187,7 +193,7 @@ ComplexGSVD::init (const ComplexMatrix& + } + Complex *q = right_sm.fortran_vec (); + +- octave_idx_type lwork = 3*n; ++ F77_INT lwork = 3*n; + lwork = lwork > m ? lwork : m; + lwork = (lwork > p ? lwork : p) + n; + +@@ -195,7 +201,7 @@ ComplexGSVD::init (const ComplexMatrix& + Array alpha (dim_vector (n, 1)); + Array beta (dim_vector (n, 1)); + Array rwork(dim_vector (2*n, 1)); +- Array iwork (dim_vector (n, 1)); ++ Array iwork (dim_vector (n, 1)); + + F77_XFCN (zggsvd, ZGGSVD, (F77_CONST_CHAR_ARG2 (&jobu, 1), + F77_CONST_CHAR_ARG2 (&jobv, 1), +@@ -219,13 +225,13 @@ ComplexGSVD::init (const ComplexMatrix& + if (info > 0) { + (*current_liboctave_error_handler) ("zggsvd.f: Jacobi-type procedure failed to converge."); + } else { +- octave_idx_type i, j; ++ F77_INT i, j; + + if (GSVD::std == gsvd_type) { + R.resize(k+l, k+l); +- int astart = n-k-l; ++ F77_INT astart = n-k-l; + if (m - k - l >= 0) { +- int astart = n-k-l; ++ F77_INT astart = n-k-l; + /* + * R is stored in A(1:K+L,N-K-L+1:N) + */ Added: head/math/octave-forge-linear-algebra/files/patch-CmplxGSVD.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-linear-algebra/files/patch-CmplxGSVD.h Mon May 14 21:01:37 2018 (r469966) @@ -0,0 +1,11 @@ +--- CmplxGSVD.h.orig 2015-01-24 19:54:11 UTC ++++ CmplxGSVD.h +@@ -19,6 +19,8 @@ + + #include + ++#include ++ + #include "dDiagMatrix.h" + #include "CMatrix.h" + #include "dbleGSVD.h" Added: head/math/octave-forge-linear-algebra/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-linear-algebra/files/patch-Makefile Mon May 14 21:01:37 2018 (r469966) @@ -0,0 +1,83 @@ +--- Makefile.orig 2015-01-24 19:54:11 UTC ++++ Makefile +@@ -1,66 +1,24 @@ +-sinclude Makeconf +- +-ifndef OCTAVE_FORGE +-MKOCTFILE = mkoctfile +-endif +- +-ifndef LAPACK_LIBS +-LAPACK_LIBS := $(shell $(MKOCTFILE) -p LAPACK_LIBS) +-endif +-ifndef BLAS_LIBS +-BLAS_LIBS := $(shell $(MKOCTFILE) -p BLAS_LIBS) +-endif +-LFLAGS := $(shell $(MKOCTFILE) -p LFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) +-export LFLAGS +- +-DEFINES = -DHAVE_CONFIG_H -Wall +-GSVD_OBJECTS = gsvd.o dbleGSVD.o CmplxGSVD.o +-GSVD_TARGET = gsvd.oct +-GSVD_TEST = gsvd +-GSVD_DEPENDS = gsvd.d dbleGSVD.d CmplxGSVD.d +- +-OBJECTS = $(GSVD_OBJECTS) +-TARGETS = $(GSVD_TARGET) +-DEPENDS = $(GSVD_DEPENDS) +- +-.PHONY: all test clean count +- +-.SUFFIXES: +- +-.PRECIOUS: %.d %.o +- +-all : $(TARGETS) pgmres.oct +- +-$(GSVD_TARGET) : $(GSVD_DEPENDS) $(GSVD_OBJECTS) +- $(MKOCTFILE) $(DEFINES) $(GSVD_OBJECTS) -o $@ ${LAPACK_LIBS} ++MKOCTFILE ?= mkoctfile + +-$(GSVD_TEST) : $(GSVD_TARGET) ++OCT_FILES := gsvd.oct pgmres.oct + +-ifneq (,$(DEPENDS)) +- sinclude $(DEPENDS) +-endif ++GSVD_DEPENDS := dbleGSVD.o CmplxGSVD.o + +-%.d:%.cc +- $(MKOCTFILE) $(DEFINES) -M $< ++LAPACK_LIBS ?= $(shell $(MKOCTFILE) -p LAPACK_LIBS) ++BLAS_LIBS ?= $(shell $(MKOCTFILE) -p BLAS_LIBS) + +-%.o:%.cc +-%.o:%.cc %.d +- $(MKOCTFILE) $(DEFINES) -c $< ++.PHONY: all clean + +-%.o:%.f +- $(MKOCTFILE) $(DEFINES) -c $< +-%.oct:%.o +- $(MKOCTFILE) $(DEFINES) $< -o $@ ++all: $(OCT_FILES) + + %.oct: %.cc +- mkoctfile $(DEFINES) $< -o $@ ${LAPACK_LIBS} ++ $(MKOCTFILE) $^ + +-.phony: test +-test: $(GSVD_TEST) +- for i in $^; do echo "test $$i"; done | octave --silent ++%.o: %.cc %.h ++ $(MKOCTFILE) -c $< + +-clean: +- rm -f $(TARGETS) $(DEPENDS) $(OBJECTS) octave-core ++gsvd.oct: gsvd.cc $(GSVD_DEPENDS) ++ $(MKOCTFILE) -c $< $(LAPACK_LIBS) $(BLAS_LIBS) + +-count: +- wc *{.cc,.h,.f} ++clean: ++ $(RM) *.o *.oct octave-core octave-workspace Added: head/math/octave-forge-linear-algebra/files/patch-dbleGSVD.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-linear-algebra/files/patch-dbleGSVD.cc Mon May 14 21:01:37 2018 (r469966) @@ -0,0 +1,147 @@ +--- dbleGSVD.cc.orig 2015-01-24 19:54:11 UTC ++++ dbleGSVD.cc +@@ -14,14 +14,14 @@ + // You should have received a copy of the GNU General Public License along with + // this program; if not, see . + +-#ifdef HAVE_CONFIG_H +-#include +-#endif ++#include "dbleGSVD.h" + + #include + +-#include "dbleGSVD.h" ++#include ++ + #include "f77-fcn.h" ++#include "lo-error.h" + + /* + uncomment those lines to monitor k and l +@@ -29,6 +29,13 @@ + #include "pager.h" + */ + ++#if defined (OCTAVE_HAVE_F77_INT_TYPE) ++# define TO_F77_INT(x) octave::to_f77_int (x) ++#else ++# define TO_F77_INT(x) (x) ++typedef octave_idx_type F77_INT; ++#endif ++ + extern "C" + { + F77_RET_T +@@ -37,26 +44,26 @@ extern "C" + F77_CONST_CHAR_ARG_DECL, // JOBU (input) CHARACTER*1 + F77_CONST_CHAR_ARG_DECL, // JOBV (input) CHARACTER*1 + F77_CONST_CHAR_ARG_DECL, // JOBQ (input) CHARACTER*1 +- const octave_idx_type&, // M (input) INTEGER +- const octave_idx_type&, // N (input) INTEGER +- const octave_idx_type&, // P (input) INTEGER +- octave_idx_type &, // K (output) INTEGER +- octave_idx_type &, // L (output) INTEGER ++ const F77_INT&, // M (input) INTEGER ++ const F77_INT&, // N (input) INTEGER ++ const F77_INT&, // P (input) INTEGER ++ F77_INT &, // K (output) INTEGER ++ F77_INT &, // L (output) INTEGER + double*, // A (input/output) DOUBLE PRECISION array, dimension (LDA,N) +- const octave_idx_type&, // LDA (input) INTEGER ++ const F77_INT&, // LDA (input) INTEGER + double*, // B (input/output) DOUBLE PRECISION array, dimension (LDB,N) +- const octave_idx_type&, // LDB (input) INTEGER ++ const F77_INT&, // LDB (input) INTEGER + double*, // ALPHA (output) DOUBLE PRECISION array, dimension (N) + double*, // BETA (output) DOUBLE PRECISION array, dimension (N) + double*, // U (output) DOUBLE PRECISION array, dimension (LDU,M) +- const octave_idx_type&, // LDU (input) INTEGER ++ const F77_INT&, // LDU (input) INTEGER + double*, // V (output) DOUBLE PRECISION array, dimension (LDV,P) +- const octave_idx_type&, // LDV (input) INTEGER ++ const F77_INT&, // LDV (input) INTEGER + double*, // Q (output) DOUBLE PRECISION array, dimension (LDQ,N) +- const octave_idx_type&, // LDQ (input) INTEGER ++ const F77_INT&, // LDQ (input) INTEGER + double*, // WORK (workspace) DOUBLE PRECISION array +- int*, // IWORK (workspace/output) INTEGER array, dimension (N) +- octave_idx_type& // INFO (output)INTEGER ++ F77_INT*, // IWORK (workspace/output) INTEGER array, dimension (N) ++ F77_INT& // INFO (output)INTEGER + F77_CHAR_ARG_LEN_DECL + F77_CHAR_ARG_LEN_DECL + F77_CHAR_ARG_LEN_DECL +@@ -117,11 +124,11 @@ GSVD::R_matrix (void) const + octave_idx_type + GSVD::init (const Matrix& a, const Matrix& b, GSVD::type gsvd_type) + { +- octave_idx_type info; ++ F77_INT info; + +- octave_idx_type m = a.rows (); +- octave_idx_type n = a.cols (); +- octave_idx_type p = b.rows (); ++ F77_INT m = TO_F77_INT (a.rows ()); ++ F77_INT n = TO_F77_INT (a.cols ()); ++ F77_INT p = TO_F77_INT (b.rows ()); + + Matrix atmp = a; + double *tmp_dataA = atmp.fortran_vec (); +@@ -129,17 +136,17 @@ GSVD::init (const Matrix& a, const Matri + Matrix btmp = b; + double *tmp_dataB = btmp.fortran_vec (); + +- // octave_idx_type min_mn = m < n ? m : n; ++ // F77_INT min_mn = m < n ? m : n; + + char jobu = 'U'; + char jobv = 'V'; + char jobq = 'Q'; + +- octave_idx_type nrow_u = m; +- octave_idx_type nrow_v = p; +- octave_idx_type nrow_q = n; ++ F77_INT nrow_u = m; ++ F77_INT nrow_v = p; ++ F77_INT nrow_q = n; + +- octave_idx_type k, l; ++ F77_INT k, l; + + switch (gsvd_type) + { +@@ -183,14 +190,14 @@ GSVD::init (const Matrix& a, const Matri + } + double *q = right_sm.fortran_vec (); + +- octave_idx_type lwork = 3*n; ++ F77_INT lwork = 3*n; + lwork = lwork > m ? lwork : m; + lwork = (lwork > p ? lwork : p) + n; + + Array work (dim_vector (lwork, 1)); + Array alpha (dim_vector (n, 1)); + Array beta (dim_vector (n, 1)); +- Array iwork (dim_vector (n, 1)); ++ Array iwork (dim_vector (n, 1)); + + F77_XFCN (dggsvd, DGGSVD, (F77_CONST_CHAR_ARG2 (&jobu, 1), + F77_CONST_CHAR_ARG2 (&jobv, 1), +@@ -213,13 +220,13 @@ GSVD::init (const Matrix& a, const Matri + if (info > 0) { + (*current_liboctave_error_handler) ("dggsvd.f: Jacobi-type procedure failed to converge."); + } else { +- octave_idx_type i, j; ++ F77_INT i, j; + + if (GSVD::std == gsvd_type) { + R.resize(k+l, k+l); +- int astart = n-k-l; ++ F77_INT astart = n-k-l; + if (m - k - l >= 0) { +- int astart = n-k-l; ++ F77_INT astart = n-k-l; + /* + * R is stored in A(1:K+L,N-K-L+1:N) + */ Added: head/math/octave-forge-linear-algebra/files/patch-dbleGSVD.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-linear-algebra/files/patch-dbleGSVD.h Mon May 14 21:01:37 2018 (r469966) @@ -0,0 +1,11 @@ +--- dbleGSVD.h.orig 2015-01-24 19:54:11 UTC ++++ dbleGSVD.h +@@ -19,6 +19,8 @@ + + #include + ++#include ++ + #include "dDiagMatrix.h" + #include "dMatrix.h" + From owner-svn-ports-head@freebsd.org Mon May 14 21:01:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C360E77BC4; Mon, 14 May 2018 21:01:54 +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 3E7DC6A73E; Mon, 14 May 2018 21:01:54 +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 1F1812170A; Mon, 14 May 2018 21:01:54 +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 w4EL1sXK064005; Mon, 14 May 2018 21:01:54 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EL1pRi063995; Mon, 14 May 2018 21:01:51 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201805142101.w4EL1pRi063995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 14 May 2018 21:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469967 - in head: . finance/gnucash finance/gnucash-docs finance/gnucash/files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head: . finance/gnucash finance/gnucash-docs finance/gnucash/files X-SVN-Commit-Revision: 469967 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:01:55 -0000 Author: madpilot Date: Mon May 14 21:01:51 2018 New Revision: 469967 URL: https://svnweb.freebsd.org/changeset/ports/469967 Log: - Update finance/gnucash to 3.1 - Remove portscout limitation - Add TEST option, disabled by default - Remove upstreamed patch - Update WWW link in pkg-descr - Update finance/gnucash-docs to 3.1 Version 3.x brings various changes: - Based on gtk3 - Using webkit2 - Using cmake to build - Dropped support for guile1 For a full changelog visit https://gnucash.org/news.phtml Added: head/finance/gnucash/files/patch-CMakeLists.txt (contents, props changed) head/finance/gnucash/files/patch-gnucash_import-export_ofx_gnc-ofx-import.c - copied, changed from r469966, head/finance/gnucash/files/patch-src_import-export_ofx_gnc-ofx-import.c head/finance/gnucash/files/patch-libgnucash_app-utils_guile-util.c - copied, changed from r469966, head/finance/gnucash/files/patch-src_app-utils_guile-util.c Deleted: head/finance/gnucash/files/patch-configure head/finance/gnucash/files/patch-src_app-utils_guile-util.c head/finance/gnucash/files/patch-src_import-export_ofx_gnc-ofx-import.c head/finance/gnucash/files/patch-src_report_report-gnome_Makefile.in Modified: head/MOVED head/finance/gnucash-docs/Makefile head/finance/gnucash-docs/distinfo head/finance/gnucash/Makefile head/finance/gnucash/distinfo head/finance/gnucash/pkg-descr head/finance/gnucash/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Mon May 14 21:01:37 2018 (r469966) +++ head/MOVED Mon May 14 21:01:51 2018 (r469967) @@ -10185,3 +10185,4 @@ www/p5-Kwiki||2018-05-09|Has expired: All www files wr x11-servers/x11rdp|x11-drivers/xorgxrdp|2018-05-13|Obsoleted by update of net/xrdp net-p2p/btsync|net-p2p/rslsync|2018-05-13|Renamed by the vendor net-im/licq-msn||2018-05-14|MSN Messenger service terminated 2017-05-19 +finance/gnucash@guile1||2018-05-14|Version 3.0 dropped guile1 support. Use unflavored finance/gnucash instead. Modified: head/finance/gnucash-docs/Makefile ============================================================================== --- head/finance/gnucash-docs/Makefile Mon May 14 21:01:37 2018 (r469966) +++ head/finance/gnucash-docs/Makefile Mon May 14 21:01:51 2018 (r469967) @@ -3,7 +3,7 @@ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ PORTNAME= gnucash-docs -PORTVERSION= 2.6.20 +PORTVERSION= 3.1 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ Modified: head/finance/gnucash-docs/distinfo ============================================================================== --- head/finance/gnucash-docs/distinfo Mon May 14 21:01:37 2018 (r469966) +++ head/finance/gnucash-docs/distinfo Mon May 14 21:01:51 2018 (r469967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522864262 -SHA256 (gnucash-docs-2.6.20.tar.gz) = 9a5cb59a6b2b367d590b378ba6aabb484ee7e7ba39225e821386520e7bf363e8 -SIZE (gnucash-docs-2.6.20.tar.gz) = 92247935 +TIMESTAMP = 1525420712 +SHA256 (gnucash-docs-3.1.tar.gz) = 52852ed90ccdf27b76deb1b4095b9e457c807c5598a2eea31e00560bb0c3531c +SIZE (gnucash-docs-3.1.tar.gz) = 92352352 Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Mon May 14 21:01:37 2018 (r469966) +++ head/finance/gnucash/Makefile Mon May 14 21:01:51 2018 (r469967) @@ -2,7 +2,8 @@ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash -PORTVERSION= 2.6.21 +PORTVERSION= 3.1 +DISTVERSIONSUFFIX= -1 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} @@ -13,77 +14,57 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring \ - libwebkitgtk-1.0.so:www/webkit-gtk2 \ - libgoffice-0.8.so:devel/goffice \ + libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libsecret-1.so:security/libsecret \ - libsoup-2.4.so:devel/libsoup + libsoup-2.4.so:devel/libsoup \ + libguile-2.0.so:lang/guile2 \ + libgc-threaded.so:devel/boehm-gc-threaded \ + libboost_date_time.so:devel/boost-libs \ + libicudata.so:devel/icu RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-Finance-Quote>=0:finance/p5-Finance-Quote -PORTSCOUT= limitw:1,even - -FLAVORS= guile2 guile1 - -guile1_PKGNAMESUFFIX= -guile1 -guile1_LIB_DEPENDS= libguile.so:lang/guile \ - libgmp.so:math/gmp \ - libltdl.so:devel/libltdl -guile1_BUILD_DEPENDS= slib-guile>0:lang/slib-guile -guile1_RUN_DEPENDS= slib-guile>0:lang/slib-guile -guile1_CONFLICTS_INSTALL= gnucash-[0-9]* -guile2_LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ - libgc-threaded.so:devel/boehm-gc-threaded -guile2_BUILD_DEPENDS= slib-guile2>0:lang/slib-guile2 -guile2_RUN_DEPENDS= slib-guile2>0:lang/slib-guile2 -guile2_CONFLICTS_INSTALL= gnucash-guile1-[0-9]* - -OPTIONS_DEFINE= AQBANKING DATABASE DOCS GTKMM LOCALE_TAX NLS OFX PYTHON +OPTIONS_DEFINE= AQBANKING DATABASE DOCS NLS OFX PYTHON TEST OPTIONS_DEFAULT= AQBANKING OFX AQBANKING_DESC= AqBanking support (HBCI/OpenHBCI) DATABASE_DESC= Enable SQL database backends -GTKMM_DESC= Enable GTKMM based UI -LOCALE_TAX_DESC= Enable localized tax categories OFX_DESC= OFX support OPTIONS_SUB= yes -AQBANKING_CONFIGURE_ENABLE=aqbanking -AQBANKING_LIB_DEPENDS= libgwengui-gtk2.so:devel/gwenhywfar-gtk2 \ +AQBANKING_CMAKE_BOOL= WITH_AQBANKING +AQBANKING_LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \ libgwenhywfar.so:devel/gwenhywfar \ libktoblzcheck.so:finance/ktoblzcheck \ libaqbanking.so:finance/aqbanking AQBANKING_VARS= GLIB_SCHEMAS+=org.gnucash.dialogs.import.hbci.gschema.xml -DATABASE_CONFIGURE_ENABLE=dbi +DATABASE_CMAKE_BOOL= WITH_SQL DATABASE_BUILD_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers DATABASE_LIB_DEPENDS= libdbi.so:databases/libdbi DATABASE_RUN_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers -DATABASE_CONFIGURE_ON= --with-dbi-dbd-dir=${LOCALBASE}/lib/dbd -GTKMM_USE= GNOME=gtkmm24 -GTKMM_CONFIGURE_ON= --enable-gtkmm -GTKMM_CONFIGURE_OFF= --disable-gtkmm -LOCALE_TAX_CONFIGURE_ON=--enable-locale-specific-tax -NLS_CONFIGURE_ENABLE= nls +NLS_CMAKE_BOOL_OFF= DISABLE_NLS NLS_USES= gettext-runtime -OFX_CONFIGURE_ENABLE= ofx +OFX_CMAKE_BOOL= WITH_OFX OFX_LIB_DEPENDS= libofx.so:finance/libofx OFX_VARS= GLIB_SCHEMAS+=org.gnucash.dialogs.import.ofx.gschema.xml -PYTHON_CONFIGURE_ON= --enable-python -PYTHON_USES= python:2.7 +PYTHON_CMAKE_BOOL= WITH_PYTHON +PYTHON_USES= python:3.3+ +TEST_BUILD_DEPENDS= ${NONEXISTENT}:devel/googlemock:build \ + gtest-config:devel/googletest -USES= compiler:c++11-lib desktop-file-utils gettext-tools gmake libtool localbase \ +USES= cmake compiler:c++11-lib desktop-file-utils gettext-tools libtool localbase \ perl5 pkgconfig shebangfix tar:bzip2 USE_XORG= x11 USE_CXXSTD= c++11 INSTALLS_ICONS= yes -USE_GNOME+= cairo gtk20 intltool libgnomecanvas libxml2 libxslt -GNU_CONFIGURE= yes +USE_GNOME+= cairo gtk30 intltool libxml2 libxslt USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-error-on-warning \ - --disable-doxygen -SHEBANG_FILES= src/gnc-test-env.pl src/quotes/gnc-fq-dump +CMAKE_ARGS= -DCOMPILE_GSCHEMAS=OFF \ + -DENABLE_BINRELOC=OFF +SHEBANG_FILES= common/gnc-test-env.pl libgnucash/quotes/gnc-fq-dump WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml \ @@ -104,20 +85,24 @@ GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml org.gnucash.window.pages.account.tree.gschema.xml \ org.gnucash.window.pages.gschema.xml -.if ${FLAVOR:U} == guile1 -CONFIGURE_ARGS+= --with-guile=1.8 -PLIST_SUB+= GUILE2="@comment " -.elif ${FLAVOR:U${FLAVORS:[1]}} == guile2 -CONFIGURE_ARGS+= --with-guile=2.0 -PLIST_SUB+= GUILE2="" -.endif - .include -.if ${CHOSEN_COMPILER_TYPE} == gcc -LDFLAGS+= -lstdc++ +.if ${PORT_OPTIONS:MTEST} +GMOCK_WRKSRC!= cd ${PORTSDIR}/devel/googlemock && ${MAKE} -V WRKSRC +CONFIGURE_ENV+= GMOCK_ROOT="${GMOCK_WRKSRC}" .endif +post-patch-TEST-off: + @(cd ${WRKSRC} ; \ + ${FIND} . -type f -name CMakeLists.txt \ + -exec ${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY *(test.*)/d' \ + -e '/ENABLE_TESTING()/d' -e '/INCLUDE (GncAddTest)/d' \ + -e '/GNC_GTEST_CONFIGURE()/d' {} +) + +post-install: + @(cd ${STAGEDIR}${DATADIR}/icons/hicolor && \ + ${RMDIR} 22x22 32x32 48x48 64x64 96x96 128x128 256x256 scalable) + post-install-PYTHON-on: @(cd ${STAGEDIR}${PREFIX} \ && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ @@ -126,9 +111,5 @@ post-install-PYTHON-on: && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/${PORTNAME}) @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gnucash/_gnucash_core_c.so - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*so* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnucash/lib*.so .include Modified: head/finance/gnucash/distinfo ============================================================================== --- head/finance/gnucash/distinfo Mon May 14 21:01:37 2018 (r469966) +++ head/finance/gnucash/distinfo Mon May 14 21:01:51 2018 (r469967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524233488 -SHA256 (gnucash-2.6.21.tar.bz2) = 2c3bed2a9366ac0def3e1abf39e148b2850f5ef34c99d0497acd2643db4ffa58 -SIZE (gnucash-2.6.21.tar.bz2) = 13685082 +TIMESTAMP = 1525419034 +SHA256 (gnucash-3.1-1.tar.bz2) = a1ef66cec3b8b74b7b8bfe791ff12456796a69cc004427e8d9205b6872bdd261 +SIZE (gnucash-3.1-1.tar.bz2) = 13374530 Added: head/finance/gnucash/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/gnucash/files/patch-CMakeLists.txt Mon May 14 21:01:51 2018 (r469967) @@ -0,0 +1,21 @@ +--- CMakeLists.txt.orig 2018-04-30 18:58:18 UTC ++++ CMakeLists.txt +@@ -43,6 +43,7 @@ INCLUDE (MacroAppendForeach) + INCLUDE (MacroAddSourceFileCompileFlags) + INCLUDE (GncAddSwigCommand) + INCLUDE (CheckIncludeFiles) ++INCLUDE (CheckSymbolExists) + INCLUDE (GncAddSchemeTargets) + INCLUDE (GncAddGSchemaTargets) + INCLUDE (GncAddTest) +@@ -550,8 +551,8 @@ SET(CMAKE_CXX_FLAGS "-std=gnu++11 ${CMAKE_CXX_FLAGS}") + + + IF (UNIX) +- SET( CMAKE_C_FLAGS "-Werror -Wdeclaration-after-statement -Wno-pointer-sign -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-unused ${CMAKE_C_FLAGS}") +- SET( CMAKE_CXX_FLAGS "-Werror -Wall -Wmissing-declarations -Wno-unused ${CMAKE_CXX_FLAGS}") ++ SET( CMAKE_C_FLAGS "-Wdeclaration-after-statement -Wno-pointer-sign -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-unused ${CMAKE_C_FLAGS}") ++ SET( CMAKE_CXX_FLAGS "-Wall -Wmissing-declarations -Wno-unused ${CMAKE_CXX_FLAGS}") + SET( CMAKE_C_FLAGS "-Wno-deprecated-declarations -std=gnu11 ${CMAKE_C_FLAGS}") + SET( CMAKE_C_FLAGS_RELEASE "-O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ${CMAKE_C_FLAGS}") + ENDIF (UNIX) Copied and modified: head/finance/gnucash/files/patch-gnucash_import-export_ofx_gnc-ofx-import.c (from r469966, head/finance/gnucash/files/patch-src_import-export_ofx_gnc-ofx-import.c) ============================================================================== --- head/finance/gnucash/files/patch-src_import-export_ofx_gnc-ofx-import.c Mon May 14 21:01:37 2018 (r469966, copy source) +++ head/finance/gnucash/files/patch-gnucash_import-export_ofx_gnc-ofx-import.c Mon May 14 21:01:51 2018 (r469967) @@ -1,18 +1,19 @@ ---- src/import-export/ofx/gnc-ofx-import.c.orig 2016-12-15 21:46:51 UTC -+++ src/import-export/ofx/gnc-ofx-import.c -@@ -336,8 +336,25 @@ fix_ofx_bug_39 (time64 t) +--- gnucash/import-export/ofx/gnc-ofx-import.c.orig 2018-03-31 22:46:37 UTC ++++ gnucash/import-export/ofx/gnc-ofx-import.c +@@ -337,8 +337,26 @@ fix_ofx_bug_39 (time64 t) { #if HAVE_OFX_BUG_39 struct tm stm; -+ +#ifdef __FreeBSD__ + time64 now; + /* + * FreeBSD has it's own libc implementation which differs from glibc. In particular: -+ * There is no daylight global -+ * tzname members are set to the string " " (three spaces) when not explicitly populated ++ * There is no daylight global. ++ * tzname members are set to the string " " (three spaces) when not explicitly ++ * populated + * -+ * To check that the current timezone does not observe DST I check if tzname[1] starts with a space. ++ * To check that the current timezone does not observe DST I check if tzname[1] ++ * starts with a space. + */ + now = gnc_time (NULL); + gnc_localtime_r(&now, &stm); @@ -23,6 +24,6 @@ gnc_localtime_r(&t, &stm); if (daylight && !stm.tm_isdst) +#endif - t += 3600; + t += 3600; #endif return t; Copied and modified: head/finance/gnucash/files/patch-libgnucash_app-utils_guile-util.c (from r469966, head/finance/gnucash/files/patch-src_app-utils_guile-util.c) ============================================================================== --- head/finance/gnucash/files/patch-src_app-utils_guile-util.c Mon May 14 21:01:37 2018 (r469966, copy source) +++ head/finance/gnucash/files/patch-libgnucash_app-utils_guile-util.c Mon May 14 21:01:51 2018 (r469967) @@ -1,6 +1,6 @@ ---- src/app-utils/guile-util.c.orig 2017-09-19 23:23:17 UTC -+++ src/app-utils/guile-util.c -@@ -1083,6 +1083,8 @@ gnc_parse_time_to_time64 (const gchar *s, const gchar +--- libgnucash/app-utils/guile-util.c.orig 2018-03-31 22:46:38 UTC ++++ libgnucash/app-utils/guile-util.c +@@ -1095,6 +1095,8 @@ gnc_parse_time_to_time64 (const gchar *s, const gchar g_return_val_if_fail(s && format, -1); Modified: head/finance/gnucash/pkg-descr ============================================================================== --- head/finance/gnucash/pkg-descr Mon May 14 21:01:37 2018 (r469966) +++ head/finance/gnucash/pkg-descr Mon May 14 21:01:51 2018 (r469967) @@ -9,4 +9,4 @@ Its features include: * Separate the GUI from the actual "account/transaction engine" * Multiple accounts ( Check, Credit, Cash, Mutual Funds, etc.. ) -WWW: http://www.gnucash.org/ +WWW: https://www.gnucash.org/ Modified: head/finance/gnucash/pkg-plist ============================================================================== --- head/finance/gnucash/pkg-plist Mon May 14 21:01:37 2018 (r469966) +++ head/finance/gnucash/pkg-plist Mon May 14 21:01:51 2018 (r469967) @@ -3,11 +3,8 @@ bin/gnc-fq-dump bin/gnc-fq-helper bin/gnc-fq-update bin/gnucash -bin/gnucash-env -bin/gnucash-make-guids bin/gnucash-valgrind -etc/gnucash/config -etc/gnucash/environment +%%ETCDIR%%/environment include/gnucash/Account.h include/gnucash/FreqSpec.h include/gnucash/Query.h @@ -63,6 +60,7 @@ include/gnucash/gnc-account-sel.h include/gnucash/gnc-accounting-period.h include/gnucash/gnc-addr-quickfill.h include/gnucash/gnc-amount-edit.h +include/gnucash/gnc-aqbanking-templates.h include/gnucash/gnc-basic-gobject.h include/gnucash/gnc-budget.h include/gnucash/gnc-cell-renderer-date.h @@ -76,8 +74,8 @@ include/gnucash/gnc-currency-edit.h include/gnucash/gnc-date-delta.h include/gnucash/gnc-date-edit.h include/gnucash/gnc-date-format.h -include/gnucash/gnc-date-p.h include/gnucash/gnc-date.h +include/gnucash/gnc-datetime.hpp include/gnucash/gnc-dense-cal-model.h include/gnucash/gnc-dense-cal-store.h include/gnucash/gnc-dense-cal.h @@ -87,6 +85,7 @@ include/gnucash/gnc-entry-quickfill.h include/gnucash/gnc-euro.h include/gnucash/gnc-event.h include/gnucash/gnc-exp-parser.h +include/gnucash/gnc-features.h include/gnucash/gnc-file.h include/gnucash/gnc-frequency.h include/gnucash/gnc-general-search.h @@ -104,6 +103,7 @@ include/gnucash/gnc-html-history.h include/gnucash/gnc-html-p.h include/gnucash/gnc-html-webkit-p.h include/gnucash/gnc-html-webkit.h +include/gnucash/gnc-html-webkit2.h include/gnucash/gnc-html.h include/gnucash/gnc-icons.h include/gnucash/gnc-keyring.h @@ -112,6 +112,7 @@ include/gnucash/gnc-menu-extensions.h include/gnucash/gnc-module-api.h include/gnucash/gnc-module.h include/gnucash/gnc-numeric.h +include/gnucash/gnc-numeric.hpp include/gnucash/gnc-period-select.h include/gnucash/gnc-plugin-file-history.h include/gnucash/gnc-plugin-manager.h @@ -122,6 +123,8 @@ include/gnucash/gnc-plugin.h include/gnucash/gnc-prefs-utils.h include/gnucash/gnc-pricedb.h include/gnucash/gnc-query-view.h +include/gnucash/gnc-rational-rounding.hpp +include/gnucash/gnc-rational.hpp include/gnucash/gnc-recurrence.h include/gnucash/gnc-report.h include/gnucash/gnc-session.h @@ -130,6 +133,7 @@ include/gnucash/gnc-state.h include/gnucash/gnc-sx-instance-dense-cal-adapter.h include/gnucash/gnc-sx-instance-model.h include/gnucash/gnc-sx-list-tree-model-adapter.h +include/gnucash/gnc-timezone.hpp include/gnucash/gnc-tree-control-split-reg.h include/gnucash/gnc-tree-model-account-types.h include/gnucash/gnc-tree-model-account.h @@ -150,6 +154,7 @@ include/gnucash/gnc-tree-view.h include/gnucash/gnc-ui-balances.h include/gnucash/gnc-ui-util.h include/gnucash/gnc-ui.h +include/gnucash/gnc-uri-utils.h include/gnucash/gnc-window.h include/gnucash/gncAddress.h include/gnucash/gncAddressP.h @@ -178,23 +183,22 @@ include/gnucash/gncVendor.h include/gnucash/gncVendorP.h include/gnucash/gtable.h include/gnucash/guid.h +include/gnucash/guid.hpp include/gnucash/guile-util.h -include/gnucash/import-match-map.h include/gnucash/import-parse.h +include/gnucash/kvp-frame.hpp include/gnucash/kvp-scm.h -include/gnucash/kvp-util-p.h -include/gnucash/kvp-util.h -include/gnucash/kvp_frame.h +include/gnucash/kvp-value.hpp include/gnucash/misc-gnome-utils.h include/gnucash/numcell.h include/gnucash/option-util.h include/gnucash/policy.h include/gnucash/pricecell.h include/gnucash/print-session.h +include/gnucash/qof-backend.hpp include/gnucash/qof-gobject.h include/gnucash/qof-string-cache.h include/gnucash/qof.h -include/gnucash/qofbackend-p.h include/gnucash/qofbackend.h include/gnucash/qofbook.h include/gnucash/qofbookslots.h @@ -209,8 +213,8 @@ include/gnucash/qoflog.h include/gnucash/qofobject.h include/gnucash/qofquery.h include/gnucash/qofquerycore.h -include/gnucash/qofreference.h include/gnucash/qofsession.h +include/gnucash/qofsession.hpp include/gnucash/qofutil.h include/gnucash/quickfillcell.h include/gnucash/recncell.h @@ -222,222 +226,215 @@ include/gnucash/table-model.h include/gnucash/tree-view-utils.h include/gnucash/window-main-summarybar.h include/gnucash/window-report.h -%%PYTHON%%lib/gnucash/libgncmod-app-utils-python.so -%%PYTHON%%lib/gnucash/libgncmod-app-utils-python.so.0 -%%PYTHON%%lib/gnucash/libgncmod-app-utils-python.so.0.0.0 lib/gnucash/libgncmod-app-utils.so %%AQBANKING%%lib/gnucash/libgncmod-aqbanking.so %%DATABASE%%lib/gnucash/libgncmod-backend-dbi.so lib/gnucash/libgncmod-backend-xml.so -lib/gnucash/libgncmod-bi_import.so -lib/gnucash/libgncmod-business-gnome.so +lib/gnucash/libgncmod-bi-import.so lib/gnucash/libgncmod-csv-export.so lib/gnucash/libgncmod-csv-import.so -lib/gnucash/libgncmod-customer_import.so +lib/gnucash/libgncmod-customer-import.so lib/gnucash/libgncmod-engine.so lib/gnucash/libgncmod-generic-import.so lib/gnucash/libgncmod-gnome-search.so lib/gnucash/libgncmod-gnome-utils.so -%%GTKMM%%lib/gnucash/libgncmod-gtkmm.so lib/gnucash/libgncmod-html.so lib/gnucash/libgncmod-ledger-core.so lib/gnucash/libgncmod-locale-reports-us.so lib/gnucash/libgncmod-log-replay.so %%OFX%%lib/gnucash/libgncmod-ofx.so -%%PYTHON%%lib/gnucash/libgncmod-python.so lib/gnucash/libgncmod-qif-import.so lib/gnucash/libgncmod-qif.so -lib/gnucash/libgncmod-qif.so.0 -lib/gnucash/libgncmod-qif.so.0.0.0 lib/gnucash/libgncmod-register-core.so lib/gnucash/libgncmod-register-gnome.so lib/gnucash/libgncmod-report-gnome.so lib/gnucash/libgncmod-report-system.so -lib/gnucash/libgncmod-standard-reports.so lib/gnucash/libgncmod-stylesheets.so lib/gnucash/libgncmod-tax-us.so -lib/gnucash/libgncmod-utility-reports.so -%%GUILE2%%lib/gnucash/scm/ccache/2.0/build-config.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/business-options.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/business-prefs.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/c-interface.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/commodity-table.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/commodity-utilities.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/config-var.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/date-utilities.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/engine-interface.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/engine-utilities.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/fin.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnc-menu-extensions.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnc-numeric.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/app-utils.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/business-core.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/business-gnome.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/engine.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/gettext.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-module.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/gnome-utils.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/import-export/qif-import.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/main.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/price-quotes.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/printf.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/aging.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/balsheet-eg.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/business-reports.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/customer-summary.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/easy-invoice.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-gnc.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-html-utilities.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-utilities.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/fancy-invoice.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/hello-world.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/invoice.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/job-report.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/de_DE.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/us.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/owner-report.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/payables.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/receivables.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-gnome.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/collectors.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/list-extras.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/report-collectors.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/account-piecharts.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/account-summary.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/advanced-portfolio.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/average-balance.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/balance-sheet.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-balance-sheet.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-barchart.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-flow.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-income-statement.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/cash-flow.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/category-barchart.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/daily-reports.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/equity-statement.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/general-journal.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/general-ledger.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/income-statement.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/net-barchart.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/net-linechart.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/portfolio.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/price-scatter.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/register.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/sx-summary.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/transaction.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/trial-balance.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-easy.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-fancy.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-footer.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-plain.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheets.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/taxinvoice.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/taxtxf-de_DE.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/taxtxf.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/utility-reports.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/view-column.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/report/welcome-to-gnucash.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/tax/de_DE.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/tax/us.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnucash/unittest-support.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnumeric/gnumeric-utilities.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/gnumeric/table-utils.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/hooks.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-acct-table.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-barchart.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-document.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-fonts.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-jqplot.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-linechart.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-piechart.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-scatter.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-style-info.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-style-sheet.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-table.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-text.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/html-utilities.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/migrate-prefs.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/options-utilities.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/options.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/prefs.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/qif-import/qif-dialog-utils.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/qif-import/qif-file.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/qif-import/qif-guess-map.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/qif-import/qif-import.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/qif-import/qif-merge-groups.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/qif-import/qif-objects.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/qif-import/qif-parse.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/qif-import/qif-to-gnc.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/qif-import/qif-utils.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/report-utilities.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/report.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/simple-obj.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/string.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/substring-search.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/txf-de_DE.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/txf-help-de_DE.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/txf-help.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/txf.go -%%GUILE2%%lib/gnucash/scm/ccache/2.0/xml-generator.go -lib/libgnc-backend-sql.so -lib/libgnc-backend-sql.so.0 -lib/libgnc-backend-sql.so.0.0.0 +lib/gnucash/scm/ccache/2.0/business-options.go +lib/gnucash/scm/ccache/2.0/business-prefs.go +lib/gnucash/scm/ccache/2.0/c-interface.go +lib/gnucash/scm/ccache/2.0/commodity-table.go +lib/gnucash/scm/ccache/2.0/commodity-utilities.go +lib/gnucash/scm/ccache/2.0/config-var.go +lib/gnucash/scm/ccache/2.0/date-utilities.go +lib/gnucash/scm/ccache/2.0/engine-interface.go +lib/gnucash/scm/ccache/2.0/engine-utilities.go +lib/gnucash/scm/ccache/2.0/fin.go +lib/gnucash/scm/ccache/2.0/gnc-menu-extensions.go +lib/gnucash/scm/ccache/2.0/gnc-numeric.go +lib/gnucash/scm/ccache/2.0/gnucash/app-utils.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/baz.go +lib/gnucash/scm/ccache/2.0/gnucash/business-core.go +lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go +lib/gnucash/scm/ccache/2.0/gnucash/engine.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/engine/test/test-extras.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/foo.go +lib/gnucash/scm/ccache/2.0/gnucash/gettext.go +lib/gnucash/scm/ccache/2.0/gnucash/gnc-module.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-load-deps.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-load-scm.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-dynload.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-init.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-module.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-multi.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-swigged-c.go +lib/gnucash/scm/ccache/2.0/gnucash/gnome-utils.go +lib/gnucash/scm/ccache/2.0/gnucash/import-export/qif-import.go +lib/gnucash/scm/ccache/2.0/gnucash/import-export/string.go +lib/gnucash/scm/ccache/2.0/gnucash/price-quotes.go +lib/gnucash/scm/ccache/2.0/gnucash/report/aging.go +lib/gnucash/scm/ccache/2.0/gnucash/report/balsheet-eg.go +lib/gnucash/scm/ccache/2.0/gnucash/report/business-reports.go +lib/gnucash/scm/ccache/2.0/gnucash/report/customer-summary.go +lib/gnucash/scm/ccache/2.0/gnucash/report/easy-invoice.go +lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-gnc.go +lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-html-utilities.go +lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-utilities.go +lib/gnucash/scm/ccache/2.0/gnucash/report/fancy-invoice.go +lib/gnucash/scm/ccache/2.0/gnucash/report/hello-world.go +lib/gnucash/scm/ccache/2.0/gnucash/report/invoice.go +lib/gnucash/scm/ccache/2.0/gnucash/report/job-report.go +lib/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/de_DE.go +lib/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/us.go +lib/gnucash/scm/ccache/2.0/gnucash/report/owner-report.go +lib/gnucash/scm/ccache/2.0/gnucash/report/payables.go +lib/gnucash/scm/ccache/2.0/gnucash/report/receipt.go +lib/gnucash/scm/ccache/2.0/gnucash/report/receivables.go +lib/gnucash/scm/ccache/2.0/gnucash/report/report-gnome.go +lib/gnucash/scm/ccache/2.0/gnucash/report/report-system.go +lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/collectors.go +lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/list-extras.go +lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/report-collectors.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-collectors.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-extras.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-list-extras.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-load-report-system-module.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-report-utilities.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/account-piecharts.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/account-summary.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/advanced-portfolio.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/average-balance.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/balance-sheet.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-balance-sheet.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-barchart.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-flow.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-income-statement.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/cash-flow.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/cashflow-barchart.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/category-barchart.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/daily-reports.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/equity-statement.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/general-journal.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/general-ledger.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/income-gst-statement.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/income-statement.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/net-barchart.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/net-linechart.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/portfolio.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/price-scatter.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/register.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/sx-summary.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-cash-flow.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-cashflow-barchart.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-generic-category-report.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-generic-net-barchart.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-generic-net-linechart.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-standard-category-report.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-standard-net-barchart.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-standard-net-linechart.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/transaction.go +lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/trial-balance.go +lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-easy.go +lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-fancy.go +lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-footer.go +lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-head-or-tail.go +lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-plain.go +lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheets.go +lib/gnucash/scm/ccache/2.0/gnucash/report/taxinvoice.go +lib/gnucash/scm/ccache/2.0/gnucash/report/taxtxf-de_DE.go +lib/gnucash/scm/ccache/2.0/gnucash/report/taxtxf.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/test-load-report-stylesheets-module.go +lib/gnucash/scm/ccache/2.0/gnucash/report/utility-reports.go +lib/gnucash/scm/ccache/2.0/gnucash/report/view-column.go +lib/gnucash/scm/ccache/2.0/gnucash/report/welcome-to-gnucash.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/reports/test-load-app-utils-module.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/reports/test-load-gnome-utils-module.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/reports/test-load-report-gnome-module.go +lib/gnucash/scm/ccache/2.0/gnucash/tax/de_DE.go +lib/gnucash/scm/ccache/2.0/gnucash/tax/us.go +%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/unittest-support.go +lib/gnucash/scm/ccache/2.0/gnucash/utilities.go +lib/gnucash/scm/ccache/2.0/hooks.go +lib/gnucash/scm/ccache/2.0/html-acct-table.go +lib/gnucash/scm/ccache/2.0/html-barchart.go +lib/gnucash/scm/ccache/2.0/html-document.go +lib/gnucash/scm/ccache/2.0/html-fonts.go +lib/gnucash/scm/ccache/2.0/html-linechart.go +lib/gnucash/scm/ccache/2.0/html-piechart.go +lib/gnucash/scm/ccache/2.0/html-scatter.go +lib/gnucash/scm/ccache/2.0/html-style-info.go +lib/gnucash/scm/ccache/2.0/html-style-sheet.go +lib/gnucash/scm/ccache/2.0/html-table.go +lib/gnucash/scm/ccache/2.0/html-text.go +lib/gnucash/scm/ccache/2.0/html-utilities.go +lib/gnucash/scm/ccache/2.0/migrate-prefs.go +lib/gnucash/scm/ccache/2.0/options-utilities.go +lib/gnucash/scm/ccache/2.0/options.go +lib/gnucash/scm/ccache/2.0/prefs.go +lib/gnucash/scm/ccache/2.0/qif-import/qif-dialog-utils.go +lib/gnucash/scm/ccache/2.0/qif-import/qif-file.go +lib/gnucash/scm/ccache/2.0/qif-import/qif-guess-map.go +lib/gnucash/scm/ccache/2.0/qif-import/qif-import.go +lib/gnucash/scm/ccache/2.0/qif-import/qif-merge-groups.go +lib/gnucash/scm/ccache/2.0/qif-import/qif-objects.go +lib/gnucash/scm/ccache/2.0/qif-import/qif-parse.go +lib/gnucash/scm/ccache/2.0/qif-import/qif-to-gnc.go +lib/gnucash/scm/ccache/2.0/qif-import/qif-utils.go +lib/gnucash/scm/ccache/2.0/report-utilities.go +lib/gnucash/scm/ccache/2.0/report.go +lib/gnucash/scm/ccache/2.0/simple-obj.go +%%TEST%%lib/gnucash/scm/ccache/2.0/test-account.go +%%TEST%%lib/gnucash/scm/ccache/2.0/test-c-interface.go +%%TEST%%lib/gnucash/scm/ccache/2.0/test-create-account.go +%%TEST%%lib/gnucash/scm/ccache/2.0/test-split.go +%%TEST%%lib/gnucash/scm/ccache/2.0/test-test-extras.go +lib/gnucash/scm/ccache/2.0/txf-de_DE.go +lib/gnucash/scm/ccache/2.0/txf-help-de_DE.go +lib/gnucash/scm/ccache/2.0/txf-help.go +lib/gnucash/scm/ccache/2.0/txf.go +%%DATABASE%%lib/libgnc-backend-sql.so lib/libgnc-backend-xml-utils.so -lib/libgnc-backend-xml-utils.so.0 -lib/libgnc-backend-xml-utils.so.0.0.0 -lib/libgnc-business-ledger.so -lib/libgnc-business-ledger.so.0 -lib/libgnc-business-ledger.so.0.0.0 -%%PYTHON%%lib/libgnc-core-utils-python.so -%%PYTHON%%lib/libgnc-core-utils-python.so.0 -%%PYTHON%%lib/libgnc-core-utils-python.so.0.0.0 lib/libgnc-core-utils.so -lib/libgnc-core-utils.so.0 -lib/libgnc-core-utils.so.0.0.0 lib/libgnc-gnome.so -lib/libgnc-gnome.so.0 -lib/libgnc-gnome.so.0.0.0 lib/libgnc-module.so -lib/libgnc-module.so.0 -lib/libgnc-module.so.0.0.0 -lib/libgnc-qof.so -lib/libgnc-qof.so.1 -lib/libgnc-qof.so.1.0.4 +%%AQBANKING%%lib/libgwengui-gtk3.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/__init__.cpython-36.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/function_class.cpython-36.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/function_class.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_business.cpython-36.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_business.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core.cpython-36.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core.cpython-36.%%PYTHON_PYOEXTENSION%% +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core_c.cpython-36.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core_c.cpython-36.%%PYTHON_PYOEXTENSION%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_gnucash_core_c.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_sw_app_utils.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_sw_core_utils.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.pyo -libexec/gnucash/overrides/gnucash-env -libexec/gnucash/overrides/gnucash-make-guids -libexec/gnucash/src/libqof/qof/test/kvp_frame.h -libexec/gnucash/src/libqof/qof/test/qofbook.h -libexec/gnucash/src/libqof/qof/test/qofinstance.h -libexec/gnucash/src/libqof/qof/test/qofobject.h -libexec/gnucash/src/libqof/qof/test/qofsession.h -libexec/gnucash/src/libqof/qof/test/unittest-support.h man/man1/gnc-fq-dump.1.gz man/man1/gnc-fq-helper.1.gz man/man1/gnucash.1.gz share/appdata/gnucash.appdata.xml share/applications/gnucash.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.1999 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2000 @@ -457,9 +454,9 @@ share/applications/gnucash.desktop %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2014 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2015 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2016 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2017 %%PORTDOCS%%%%DOCSDIR%%/DOCUMENTERS %%PORTDOCS%%%%DOCSDIR%%/HACKING -%%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/Money95bank_fr.qif %%PORTDOCS%%%%DOCSDIR%%/Money95invst_fr.qif @@ -486,6 +483,7 @@ share/applications/gnucash.desktop %%PORTDOCS%%%%DOCSDIR%%/cbb-export.qif %%PORTDOCS%%%%DOCSDIR%%/currency_tree_xml.gnucash %%PORTDOCS%%%%DOCSDIR%%/every.qif +%%PORTDOCS%%%%DOCSDIR%%/gtk-3.0.css %%PORTDOCS%%%%DOCSDIR%%/guile-hackers.txt %%PORTDOCS%%%%DOCSDIR%%/invoice.csv %%PORTDOCS%%%%DOCSDIR%%/ms-money.qif @@ -880,11 +878,11 @@ share/applications/gnucash.desktop %%DATADIR%%/checks/quicken_check_21.chk %%DATADIR%%/checks/quicken_wallet.chk %%DATADIR%%/checks/voucher.chk -%%DATADIR%%/gnome %%AQBANKING%%%%DATADIR%%/gtkbuilder/assistant-ab-initial.glade %%DATADIR%%/gtkbuilder/assistant-acct-period.glade %%DATADIR%%/gtkbuilder/assistant-csv-account-import.glade %%DATADIR%%/gtkbuilder/assistant-csv-export.glade +%%DATADIR%%/gtkbuilder/assistant-csv-price-import.glade %%DATADIR%%/gtkbuilder/assistant-csv-trans-import.glade %%DATADIR%%/gtkbuilder/assistant-hierarchy.glade %%DATADIR%%/gtkbuilder/assistant-loan.glade @@ -893,7 +891,11 @@ share/applications/gnucash.desktop %%DATADIR%%/gtkbuilder/assistant-xml-encoding.glade %%DATADIR%%/gtkbuilder/business-options-gnome.glade %%DATADIR%%/gtkbuilder/business-prefs.glade +%%AQBANKING%%%%DATADIR%%/gtkbuilder/dialog-ab-pref.glade %%AQBANKING%%%%DATADIR%%/gtkbuilder/dialog-ab.glade +%%DATADIR%%/gtkbuilder/dialog-find-account.glade +%%DATADIR%%/gtkbuilder/dialog-imap-editor.glade +%%DATADIR%%/gtkbuilder/dialog-trans-assoc.glade %%DATADIR%%/gtkbuilder/dialog-account-picker.glade %%DATADIR%%/gtkbuilder/dialog-account.glade %%DATADIR%%/gtkbuilder/dialog-bi-import-gui.glade @@ -942,6 +944,42 @@ share/applications/gnucash.desktop %%DATADIR%%/gtkbuilder/gnc-tree-view-owner.glade %%DATADIR%%/gtkbuilder/window-autoclear.glade %%DATADIR%%/gtkbuilder/window-reconcile.glade +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-delete.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-edit.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-new.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-open.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-report.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-account.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-gnome-pdf.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-duplicate.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-edit.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-new.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-pay.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-post.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-unpost.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-jumpto.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-split-trans.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-sx-new.png +%%DATADIR%%/icons/hicolor/16x16/actions/gnc-transfer.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-delete.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-edit.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-new.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-open.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-report.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-account.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-gnome-pdf.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-duplicate.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-edit.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-new.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-pay.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-post.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-unpost.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-jumpto.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-split-trans.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-sx-new.png +%%DATADIR%%/icons/hicolor/24x24/actions/gnc-transfer.png %%DATADIR%%/jqplot/jqplot.BezierCurveRenderer.js %%DATADIR%%/jqplot/jqplot.barRenderer.js %%DATADIR%%/jqplot/jqplot.blockRenderer.js @@ -972,54 +1010,9 @@ share/applications/gnucash.desktop %%DATADIR%%/jqplot/jquery.min.js %%DATADIR%%/make-prefs-migration-script.xsl %%DATADIR%%/migratable-prefs.xml -%%DATADIR%%/pixmaps/gnc-account-16.png -%%DATADIR%%/pixmaps/gnc-account-delete-16.png -%%DATADIR%%/pixmaps/gnc-account-delete.png -%%DATADIR%%/pixmaps/gnc-account-edit-16.png -%%DATADIR%%/pixmaps/gnc-account-edit.png -%%DATADIR%%/pixmaps/gnc-account-new-16.png -%%DATADIR%%/pixmaps/gnc-account-new.png -%%DATADIR%%/pixmaps/gnc-account-open-16.png -%%DATADIR%%/pixmaps/gnc-account-open.png -%%DATADIR%%/pixmaps/gnc-account-report-16.png -%%DATADIR%%/pixmaps/gnc-account-report.png -%%DATADIR%%/pixmaps/gnc-account.png -%%DATADIR%%/pixmaps/gnc-gnome-pdf-16.png -%%DATADIR%%/pixmaps/gnc-gnome-pdf-24.png -%%DATADIR%%/pixmaps/gnc-invoice-16.png -%%DATADIR%%/pixmaps/gnc-invoice-duplicate-16.png -%%DATADIR%%/pixmaps/gnc-invoice-duplicate.png -%%DATADIR%%/pixmaps/gnc-invoice-edit-16.png -%%DATADIR%%/pixmaps/gnc-invoice-edit.png -%%DATADIR%%/pixmaps/gnc-invoice-new-16.png -%%DATADIR%%/pixmaps/gnc-invoice-new.png -%%DATADIR%%/pixmaps/gnc-invoice-pay-16.png -%%DATADIR%%/pixmaps/gnc-invoice-pay.png -%%DATADIR%%/pixmaps/gnc-invoice-post-16.png -%%DATADIR%%/pixmaps/gnc-invoice-post.png -%%DATADIR%%/pixmaps/gnc-invoice-unpost-16.png -%%DATADIR%%/pixmaps/gnc-invoice-unpost.png -%%DATADIR%%/pixmaps/gnc-invoice.png -%%DATADIR%%/pixmaps/gnc-jumpto-16.png -%%DATADIR%%/pixmaps/gnc-jumpto.png -%%DATADIR%%/pixmaps/gnc-split-trans-16.png -%%DATADIR%%/pixmaps/gnc-split-trans.png -%%DATADIR%%/pixmaps/gnc-sx-new-16.png -%%DATADIR%%/pixmaps/gnc-sx-new.png -%%DATADIR%%/pixmaps/gnc-transfer-16.png -%%DATADIR%%/pixmaps/gnc-transfer.png -%%DATADIR%%/pixmaps/gnucash-icon-128x128.png -%%DATADIR%%/pixmaps/gnucash-icon-16x16.png -%%DATADIR%%/pixmaps/gnucash-icon-256x256.png -%%DATADIR%%/pixmaps/gnucash-icon-32x32.png %%DATADIR%%/pixmaps/gnucash-icon-48x48.bmp -%%DATADIR%%/pixmaps/gnucash-icon-48x48.png -%%DATADIR%%/pixmaps/gnucash-icon-64x64.png -%%DATADIR%%/pixmaps/gnucash-icon-96x96.png %%DATADIR%%/pixmaps/gnucash-icon.ico %%DATADIR%%/pixmaps/gnucash_splash.png -%%DATADIR%%/pixmaps/stock_split_title.png -%%DATADIR%%/pixmaps/stock_split_watermark.png %%PYTHON%%%%DATADIR%%/python/init.py %%PYTHON%%%%DATADIR%%/python/pycons/__init__.py %%PYTHON%%%%DATADIR%%/python/pycons/console.py @@ -1028,7 +1021,6 @@ share/applications/gnucash.desktop %%PYTHON%%%%DATADIR%%/python/pycons/setup.py %%PYTHON%%%%DATADIR%%/python/pycons/shell.py %%PYTHON%%%%DATADIR%%/python/pycons/simple_plot.py -%%DATADIR%%/scm/build-config.scm %%DATADIR%%/scm/business-options.scm %%DATADIR%%/scm/business-prefs.scm %%DATADIR%%/scm/c-interface.scm @@ -1042,17 +1034,25 @@ share/applications/gnucash.desktop %%DATADIR%%/scm/gnc-menu-extensions.scm %%DATADIR%%/scm/gnc-numeric.scm %%DATADIR%%/scm/gnucash/app-utils.scm +%%TEST%%%%DATADIR%%/scm/gnucash/baz.scm %%DATADIR%%/scm/gnucash/business-core.scm -%%DATADIR%%/scm/gnucash/business-gnome.scm %%DATADIR%%/scm/gnucash/core-utils.scm %%DATADIR%%/scm/gnucash/engine.scm +%%TEST%%%%DATADIR%%/scm/gnucash/engine/test/test-extras.scm +%%TEST%%%%DATADIR%%/scm/gnucash/foo.scm %%DATADIR%%/scm/gnucash/gettext.scm %%DATADIR%%/scm/gnucash/gnc-module.scm +%%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-load-deps.scm +%%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-load-scm.scm +%%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-dynload.scm +%%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-init.scm +%%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-module.scm +%%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-multi.scm +%%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-swigged-c.scm %%DATADIR%%/scm/gnucash/gnome-utils.scm %%DATADIR%%/scm/gnucash/import-export/qif-import.scm -%%DATADIR%%/scm/gnucash/main.scm +%%DATADIR%%/scm/gnucash/import-export/string.scm %%DATADIR%%/scm/gnucash/price-quotes.scm -%%DATADIR%%/scm/gnucash/printf.scm %%DATADIR%%/scm/gnucash/report/aging.scm %%DATADIR%%/scm/gnucash/report/balsheet-eg.css %%DATADIR%%/scm/gnucash/report/balsheet-eg.eguile.scm @@ -1071,12 +1071,20 @@ share/applications/gnucash.desktop %%DATADIR%%/scm/gnucash/report/locale-specific/us.scm %%DATADIR%%/scm/gnucash/report/owner-report.scm %%DATADIR%%/scm/gnucash/report/payables.scm +%%DATADIR%%/scm/gnucash/report/receipt.css +%%DATADIR%%/scm/gnucash/report/receipt.eguile.scm +%%DATADIR%%/scm/gnucash/report/receipt.scm %%DATADIR%%/scm/gnucash/report/receivables.scm %%DATADIR%%/scm/gnucash/report/report-gnome.scm %%DATADIR%%/scm/gnucash/report/report-system.scm %%DATADIR%%/scm/gnucash/report/report-system/collectors.scm %%DATADIR%%/scm/gnucash/report/report-system/list-extras.scm %%DATADIR%%/scm/gnucash/report/report-system/report-collectors.scm +%%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-collectors.scm +%%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-extras.scm +%%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-list-extras.scm +%%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-load-report-system-module.scm +%%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-report-utilities.scm %%DATADIR%%/scm/gnucash/report/standard-reports.scm %%DATADIR%%/scm/gnucash/report/standard-reports/account-piecharts.scm %%DATADIR%%/scm/gnucash/report/standard-reports/account-summary.scm @@ -1089,11 +1097,13 @@ share/applications/gnucash.desktop %%DATADIR%%/scm/gnucash/report/standard-reports/budget-income-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget.scm %%DATADIR%%/scm/gnucash/report/standard-reports/cash-flow.scm +%%DATADIR%%/scm/gnucash/report/standard-reports/cashflow-barchart.scm %%DATADIR%%/scm/gnucash/report/standard-reports/category-barchart.scm %%DATADIR%%/scm/gnucash/report/standard-reports/daily-reports.scm %%DATADIR%%/scm/gnucash/report/standard-reports/equity-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/general-journal.scm %%DATADIR%%/scm/gnucash/report/standard-reports/general-ledger.scm +%%DATADIR%%/scm/gnucash/report/standard-reports/income-gst-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/income-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/net-barchart.scm %%DATADIR%%/scm/gnucash/report/standard-reports/net-linechart.scm *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon May 14 21:02:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77B5DE77DD7; Mon, 14 May 2018 21:02:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DB8F6A9A7; Mon, 14 May 2018 21:02:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 259794837; Mon, 14 May 2018 21:02:26 +0000 (UTC) Date: Mon, 14 May 2018 21:02:26 +0000 From: Alexey Dokuchaev To: Eugene Grosbein Cc: Dirk Meyer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469897 - head/multimedia/sabbu Message-ID: <20180514210226.GA91855@FreeBSD.org> References: <201805141504.w4EF4Nef074388@repo.freebsd.org> <5AF9AAF3.502@grosbein.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5AF9AAF3.502@grosbein.net> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:02:26 -0000 On Mon, May 14, 2018 at 10:27:47PM +0700, Eugene Grosbein wrote: > 14.05.2018 22:04, Dirk Meyer wrote: > > New Revision: 469897 > > URL: https://svnweb.freebsd.org/changeset/ports/469897 > > > > Modified: head/multimedia/sabbu/Makefile > > @@ -1,4 +1,3 @@ > > -# $FreeBSD: head/ports-mgmt/pkg_jail/files/pkg_update 411390 2016-03-19 11:00:57Z dinoex 2 > > # $FreeBSD$ > > > > PORTNAME= sabbu > > You should not remove $FreeBSD$ line from the file, put it back please. Looks like removed line was redundant (and bogus, judging from the diff). Correct line remains in place. ./danfe From owner-svn-ports-head@freebsd.org Mon May 14 21:03:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38741E77EF5; Mon, 14 May 2018 21:03:48 +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 D8D196AAD0; Mon, 14 May 2018 21:03:47 +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 B9E162173A; Mon, 14 May 2018 21:03:47 +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 w4EL3lo1064972; Mon, 14 May 2018 21:03:47 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EL3lSe064970; Mon, 14 May 2018 21:03:47 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201805142103.w4EL3lSe064970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Mon, 14 May 2018 21:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469968 - in head/lang/ptoc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head/lang/ptoc: . files X-SVN-Commit-Revision: 469968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:03:48 -0000 Author: osa Date: Mon May 14 21:03:47 2018 New Revision: 469968 URL: https://svnweb.freebsd.org/changeset/ports/469968 Log: Fix build with clang 6.0. Bump PORTREVISION. Modified: head/lang/ptoc/Makefile head/lang/ptoc/files/patch-makefile.bsd Modified: head/lang/ptoc/Makefile ============================================================================== --- head/lang/ptoc/Makefile Mon May 14 21:01:51 2018 (r469967) +++ head/lang/ptoc/Makefile Mon May 14 21:03:47 2018 (r469968) @@ -3,6 +3,7 @@ PORTNAME= ptoc PORTVERSION= 3.58 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.garret.ru/ Modified: head/lang/ptoc/files/patch-makefile.bsd ============================================================================== --- head/lang/ptoc/files/patch-makefile.bsd Mon May 14 21:01:51 2018 (r469967) +++ head/lang/ptoc/files/patch-makefile.bsd Mon May 14 21:03:47 2018 (r469968) @@ -1,5 +1,41 @@ ---- makefile.bsd.orig Sat Nov 7 10:10:50 1998 -+++ makefile.bsd Sat Oct 21 05:54:55 2000 +--- makefile.bsd.orig 1998-11-06 21:10:50.000000000 -0500 ++++ makefile.bsd 2018-05-14 12:46:15.288108000 -0400 +@@ -10,21 +10,21 @@ + # + # C/C++ compiler + # +-CC?= gcc +-CXX?= g++ ++CC?= cc ++CXX?= c++ + + # + # C/C++ flags + # +-CFLAGS?= -O5 -g -Wall -c +-CXXFLAGS?= -O5 -g -Wall -c ++CFLAGS?= -Wall -c ++CXXFLAGS= -Wall -c -std=c++98 + #CFLAGS= -fno-exceptions -O5 -g -Wall -c + #CXXFLAGS= -fno-exceptions -O5 -g -Wall -c + + # + # X Window System directory + # +-X11BASE?= /usr/X11R6 ++X11BASE?= /usr/local + + # + # Local packages directory +@@ -94,7 +94,7 @@ + $(CXX) $(CXXFLAGS) $(DEFINES) $(INCLUDES) -o $@ -c $< + + .c.o : +- $(CC) $(CXXFLAGS) $(DEFINES) $(INCLUDES) -o $@ -c $< ++ $(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ -c $< + + # + # Custom targets. @@ -131,7 +131,7 @@ $(LD) $(LDFLAGS) -o $@ $(OBJS) From owner-svn-ports-head@freebsd.org Mon May 14 21:04:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43B0DE77F36; Mon, 14 May 2018 21:04:14 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E89E56ABB6; Mon, 14 May 2018 21:04:13 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA0F92173B; Mon, 14 May 2018 21:04:13 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EL4DfW065093; Mon, 14 May 2018 21:04:13 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EL4Del065092; Mon, 14 May 2018 21:04:13 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805142104.w4EL4Del065092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 21:04:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469969 - head/math/octave-forge-linear-algebra X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge-linear-algebra X-SVN-Commit-Revision: 469969 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:04:14 -0000 Author: stephen Date: Mon May 14 21:04:13 2018 New Revision: 469969 URL: https://svnweb.freebsd.org/changeset/ports/469969 Log: - Oops, remove the "broken" line (which I had simply commented out in r469966). Modified: head/math/octave-forge-linear-algebra/Makefile Modified: head/math/octave-forge-linear-algebra/Makefile ============================================================================== --- head/math/octave-forge-linear-algebra/Makefile Mon May 14 21:03:47 2018 (r469968) +++ head/math/octave-forge-linear-algebra/Makefile Mon May 14 21:04:13 2018 (r469969) @@ -10,8 +10,6 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -#BROKEN= does not build with octave 4.4.0 - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} From owner-svn-ports-head@freebsd.org Mon May 14 21:04:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E33D8E77F93; Mon, 14 May 2018 21:04:41 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96D116AC9B; Mon, 14 May 2018 21:04:41 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77E012173C; Mon, 14 May 2018 21:04:41 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EL4fLk065245; Mon, 14 May 2018 21:04:41 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EL4eEd065242; Mon, 14 May 2018 21:04:40 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201805142104.w4EL4eEd065242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Mon, 14 May 2018 21:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469970 - head/www/phpmyfaq X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: head/www/phpmyfaq X-SVN-Commit-Revision: 469970 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:04:42 -0000 Author: flo Date: Mon May 14 21:04:40 2018 New Revision: 469970 URL: https://svnweb.freebsd.org/changeset/ports/469970 Log: - update to 2.9.10 - add license Modified: head/www/phpmyfaq/Makefile head/www/phpmyfaq/distinfo head/www/phpmyfaq/pkg-plist Modified: head/www/phpmyfaq/Makefile ============================================================================== --- head/www/phpmyfaq/Makefile Mon May 14 21:04:13 2018 (r469969) +++ head/www/phpmyfaq/Makefile Mon May 14 21:04:40 2018 (r469970) @@ -2,12 +2,14 @@ # $FreeBSD$ PORTNAME= phpmyfaq -PORTVERSION= 2.9.9 +PORTVERSION= 2.9.10 CATEGORIES= www MASTER_SITES= http://download.phpmyfaq.de/files/ MAINTAINER= flo@FreeBSD.org COMMENT= Multilingual, completely database-driven FAQ-system + +LICENSE= MPL20 WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/www/phpmyfaq/distinfo ============================================================================== --- head/www/phpmyfaq/distinfo Mon May 14 21:04:13 2018 (r469969) +++ head/www/phpmyfaq/distinfo Mon May 14 21:04:40 2018 (r469970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508499153 -SHA256 (phpmyfaq-2.9.9.tar.gz) = 2ad36d0d39531eb00b429350ef8e9330f2df153004383b44b1337f89f9a46e56 -SIZE (phpmyfaq-2.9.9.tar.gz) = 7064447 +TIMESTAMP = 1526073341 +SHA256 (phpmyfaq-2.9.10.tar.gz) = 4e2e1e51d8a93b162f0f3f0e08be2fec48fd6d0e3dafa9da3972930c49734084 +SIZE (phpmyfaq-2.9.10.tar.gz) = 7344931 Modified: head/www/phpmyfaq/pkg-plist ============================================================================== --- head/www/phpmyfaq/pkg-plist Mon May 14 21:04:13 2018 (r469969) +++ head/www/phpmyfaq/pkg-plist Mon May 14 21:04:40 2018 (r469970) @@ -95,6 +95,10 @@ %%WWWDIR%%/admin/assets/js/editor/plugins/fullscreen/index.js %%WWWDIR%%/admin/assets/js/editor/plugins/fullscreen/plugin.js %%WWWDIR%%/admin/assets/js/editor/plugins/fullscreen/plugin.min.js +%%WWWDIR%%/admin/assets/js/editor/plugins/help/img/logo.png +%%WWWDIR%%/admin/assets/js/editor/plugins/help/index.js +%%WWWDIR%%/admin/assets/js/editor/plugins/help/plugin.js +%%WWWDIR%%/admin/assets/js/editor/plugins/help/plugin.min.js %%WWWDIR%%/admin/assets/js/editor/plugins/hr/index.js %%WWWDIR%%/admin/assets/js/editor/plugins/hr/plugin.js %%WWWDIR%%/admin/assets/js/editor/plugins/hr/plugin.min.js @@ -414,7 +418,7 @@ %%WWWDIR%%/inc/PMF/Enc/Crypt.php %%WWWDIR%%/inc/PMF/Enc/Hash.php %%WWWDIR%%/inc/PMF/Enc/Md5.php -%%WWWDIR%%/inc/PMF/Enc/Sha.php +%%WWWDIR%%/inc/PMF/Enc/Sha1.php %%WWWDIR%%/inc/PMF/Entity/Category.php %%WWWDIR%%/inc/PMF/Entity/Tags.php %%WWWDIR%%/inc/PMF/Exception.php @@ -750,7 +754,7 @@ %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Stats.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Percolate.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Ping.php -%%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/ReIndex.php +%%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Reindex.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/RenderSearchTemplate.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Script/Delete.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Script/Get.php @@ -772,7 +776,7 @@ %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Source/Get.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Suggest.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Tasks/Cancel.php -%%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Tasks/Show.php +%%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Tasks/Get.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Template/Delete.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Template/Get.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Endpoints/Template/Put.php @@ -788,7 +792,7 @@ %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Namespaces/IndicesNamespace.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Namespaces/NodesNamespace.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Namespaces/SnapshotNamespace.php -%%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Namespaces/TaskNamespace.php +%%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Namespaces/TasksNamespace.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Serializers/ArrayToJSONSerializer.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Serializers/EverythingToJSONSerializer.php %%WWWDIR%%/inc/libs/elasticsearch/src/Elasticsearch/Serializers/SerializerInterface.php @@ -876,7 +880,10 @@ %%WWWDIR%%/inc/libs/monolog/src/Monolog/Handler/RollbarHandler.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Handler/RotatingFileHandler.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Handler/SamplingHandler.php +%%WWWDIR%%/inc/libs/monolog/src/Monolog/Handler/Slack/SlackRecord.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Handler/SlackHandler.php +%%WWWDIR%%/inc/libs/monolog/src/Monolog/Handler/SlackWebhookHandler.php +%%WWWDIR%%/inc/libs/monolog/src/Monolog/Handler/SlackbotHandler.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Handler/SocketHandler.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Handler/StreamHandler.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Handler/SwiftMailerHandler.php @@ -892,6 +899,7 @@ %%WWWDIR%%/inc/libs/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Processor/MemoryProcessor.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Processor/MemoryUsageProcessor.php +%%WWWDIR%%/inc/libs/monolog/src/Monolog/Processor/MercurialProcessor.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Processor/ProcessIdProcessor.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php %%WWWDIR%%/inc/libs/monolog/src/Monolog/Processor/TagProcessor.php @@ -908,14 +916,6 @@ %%WWWDIR%%/inc/libs/phpseclib/Crypt/RC2.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/RC4.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA.php -%%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA/MSBLOB.php -%%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA/OpenSSH.php -%%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA/PKCS.php -%%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA/PKCS1.php -%%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA/PKCS8.php -%%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA/PuTTY.php -%%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA/Raw.php -%%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA/XML.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/Random.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/Rijndael.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/TripleDES.php @@ -1159,8 +1159,18 @@ %%WWWDIR%%/inc/libs/tcpdf/tcpdf_barcodes_2d.php %%WWWDIR%%/inc/libs/tcpdf/tcpdf_import.php %%WWWDIR%%/inc/libs/tcpdf/tcpdf_parser.php -%%WWWDIR%%/inc/libs/twitteroauth/OAuth.php -%%WWWDIR%%/inc/libs/twitteroauth/twitteroauth.php +%%WWWDIR%%/inc/libs/twitteroauth/Config.php +%%WWWDIR%%/inc/libs/twitteroauth/Consumer.php +%%WWWDIR%%/inc/libs/twitteroauth/HmacSha1.php +%%WWWDIR%%/inc/libs/twitteroauth/Request.php +%%WWWDIR%%/inc/libs/twitteroauth/Response.php +%%WWWDIR%%/inc/libs/twitteroauth/SignatureMethod.php +%%WWWDIR%%/inc/libs/twitteroauth/Token.php +%%WWWDIR%%/inc/libs/twitteroauth/TwitterOAuth.php +%%WWWDIR%%/inc/libs/twitteroauth/TwitterOAuthException.php +%%WWWDIR%%/inc/libs/twitteroauth/Util.php +%%WWWDIR%%/inc/libs/twitteroauth/Util/JsonDecoder.php +%%WWWDIR%%/inc/libs/twitteroauth/cacert.pem %%WWWDIR%%/index.php %%WWWDIR%%/lang/language_ar.php %%WWWDIR%%/lang/language_bn.php From owner-svn-ports-head@freebsd.org Mon May 14 21:07:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DE86E780A1; Mon, 14 May 2018 21:07:22 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C66C66B815; Mon, 14 May 2018 21:07:21 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2B852173D; Mon, 14 May 2018 21:07:21 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EL7LsH065455; Mon, 14 May 2018 21:07:21 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EL7Llv065454; Mon, 14 May 2018 21:07:21 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805142107.w4EL7Llv065454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 21:07:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469971 - head/math/octave-forge-mechanics X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge-mechanics X-SVN-Commit-Revision: 469971 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:07:22 -0000 Author: stephen Date: Mon May 14 21:07:21 2018 New Revision: 469971 URL: https://svnweb.freebsd.org/changeset/ports/469971 Log: - Unbreak because now octave-forge-linear-algebra is fixed. - Bump portrevision (because octave upgraded to 4.4.0). Modified: head/math/octave-forge-mechanics/Makefile Modified: head/math/octave-forge-mechanics/Makefile ============================================================================== --- head/math/octave-forge-mechanics/Makefile Mon May 14 21:04:40 2018 (r469970) +++ head/math/octave-forge-mechanics/Makefile Mon May 14 21:07:21 2018 (r469971) @@ -3,7 +3,7 @@ PORTNAME= octave-forge-mechanics PORTVERSION= 1.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -11,8 +11,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING - -BROKEN= depends upon octave-forge-linear-algebra, which is broken RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:math/octave-forge-general RUN_DEPENDS+= ${TARBALLS_DIR}/geometry.tar.gz:math/octave-forge-geometry From owner-svn-ports-head@freebsd.org Mon May 14 21:10:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7C0BE7820E; Mon, 14 May 2018 21:10:03 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E4D26D092; Mon, 14 May 2018 21:10:03 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 966587EDD; Mon, 14 May 2018 21:10:03 +0000 (UTC) From: Jan Beich To: Raphael Kubo da Costa Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469962 - head/x11-fonts/fantasque-sans-mono References: <201805142026.w4EKQneh043689@repo.freebsd.org> Date: Mon, 14 May 2018 23:09:55 +0200 In-Reply-To: <201805142026.w4EKQneh043689@repo.freebsd.org> (Raphael Kubo da Costa's message of "Mon, 14 May 2018 20:26:49 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:10:04 -0000 Raphael Kubo da Costa writes: > +# For `make makesum' to include all distfiles, it should be run with > +# WITH="$(make -V OPTIONS_SINGLE_VARIANT)". > + $ make WITH="$(make -V OPTIONS_SINGLE_VARIANT)" BATCH= ===> License OFL11 accepted by the user ====> You must select one and only one option from the VARIANT single =====> Only one of these must be defined: NORMAL NOLOOPK LLINE LLINENOLOOPK ====> You must select one and only one option from the VARIANT single =====> Only one of these must be defined: NORMAL NOLOOPK LLINE LLINENOLOOPK ====> You must select one and only one option from the VARIANT single =====> Only one of these must be defined: NORMAL NOLOOPK LLINE LLINENOLOOPK *** Error code 1 Maybe try the following patch. Index: x11-fonts/fantasque-sans-mono/Makefile =================================================================== --- x11-fonts/fantasque-sans-mono/Makefile (revision 469967) +++ x11-fonts/fantasque-sans-mono/Makefile (working copy) @@ -18,9 +18,6 @@ USES= fonts OPTIONS_DEFINE= DOCS -# For `make makesum' to include all distfiles, it should be run with -# WITH="$(make -V OPTIONS_SINGLE_VARIANT)". - OPTIONS_SINGLE= VARIANT OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK @@ -36,6 +33,10 @@ NOLOOPK_DISTFILES= FantasqueSansMono-NoLoopK.tar.g LLINE_DISTFILES= FantasqueSansMono-LargeLineHeight.tar.gz LLINENOLOOPK_DISTFILES= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz +.if make(makesum) # for optional distfiles +.MAKEFLAGS: WITH="${OPTIONS_SINGLE_VARIANT}" +.endif + do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} cd ${WRKSRC}/OTF && \ From owner-svn-ports-head@freebsd.org Mon May 14 21:13:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC5CFE78534; Mon, 14 May 2018 21:13:24 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F63F6DA75; Mon, 14 May 2018 21:13:24 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 86D5D891D; Mon, 14 May 2018 21:13:24 +0000 (UTC) From: Jan Beich To: Raphael Kubo da Costa Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469962 - head/x11-fonts/fantasque-sans-mono References: <201805142026.w4EKQneh043689@repo.freebsd.org> Date: Mon, 14 May 2018 23:13:18 +0200 In-Reply-To: (Jan Beich's message of "Mon, 14 May 2018 23:09:55 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:13:25 -0000 Jan Beich writes: > Raphael Kubo da Costa writes: > >> +# For `make makesum' to include all distfiles, it should be run with >> +# WITH="$(make -V OPTIONS_SINGLE_VARIANT)". >> + > > $ make WITH="$(make -V OPTIONS_SINGLE_VARIANT)" BATCH= > ===> License OFL11 accepted by the user > ====> You must select one and only one option from the VARIANT single > =====> Only one of these must be defined: NORMAL NOLOOPK LLINE LLINENOLOOPK > ====> You must select one and only one option from the VARIANT single > =====> Only one of these must be defined: NORMAL NOLOOPK LLINE LLINENOLOOPK > ====> You must select one and only one option from the VARIANT single > =====> Only one of these must be defined: NORMAL NOLOOPK LLINE LLINENOLOOPK > *** Error code 1 Nevermind. I forgot to pass "makesum". From owner-svn-ports-head@freebsd.org Mon May 14 21:16:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A469E78698; Mon, 14 May 2018 21:16:05 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 190886DD42; Mon, 14 May 2018 21:16:05 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E92F3218CE; Mon, 14 May 2018 21:16:04 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4ELG4mJ070370; Mon, 14 May 2018 21:16:04 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ELG4hc070369; Mon, 14 May 2018 21:16:04 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805142116.w4ELG4hc070369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 21:16:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469972 - head/math/octave-forge X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge X-SVN-Commit-Revision: 469972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:16:05 -0000 Author: stephen Date: Mon May 14 21:16:04 2018 New Revision: 469972 URL: https://svnweb.freebsd.org/changeset/ports/469972 Log: - Default options linear-algebra and mechanics to on. - Bump portrevision. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Mon May 14 21:07:21 2018 (r469971) +++ head/math/octave-forge/Makefile Mon May 14 21:16:04 2018 (r469972) @@ -3,7 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -28,7 +28,7 @@ OPTIONS_DEFINE= ACTUARIAL AUDIO BENCHMARK BIM BIOINFO STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NIMAGE:NLINEAR_ALGEBRA:NMECHANICS:NPARALLEL:NPDB:NTISEAN} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NIMAGE:NPARALLEL:NPDB:NTISEAN} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs From owner-svn-ports-head@freebsd.org Mon May 14 21:34:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88F1EE79311; Mon, 14 May 2018 21:34:03 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3939071065; Mon, 14 May 2018 21:34:03 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1BAFF21C17; Mon, 14 May 2018 21:34:03 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4ELY2n1080456; Mon, 14 May 2018 21:34:02 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ELY1X5080448; Mon, 14 May 2018 21:34:01 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805142134.w4ELY1X5080448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 21:34:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469973 - in head/math/octave-forge-tisean: . files X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: in head/math/octave-forge-tisean: . files X-SVN-Commit-Revision: 469973 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:34:03 -0000 Author: stephen Date: Mon May 14 21:34:01 2018 New Revision: 469973 URL: https://svnweb.freebsd.org/changeset/ports/469973 Log: - Add patches to unbreak. - Bump portrevision (since octave upgraded to 4.4.0). Obtained from: https://sourceforge.net/p/octave/tisean/ci/default/tree/ except I added the -fPIC to Makefile.in. Added: head/math/octave-forge-tisean/files/ head/math/octave-forge-tisean/files/patch-Makefile.in (contents, props changed) head/math/octave-forge-tisean/files/patch-____c1____.cc (contents, props changed) head/math/octave-forge-tisean/files/patch-____surrogates____.cc (contents, props changed) head/math/octave-forge-tisean/files/patch-____upo____.cc (contents, props changed) head/math/octave-forge-tisean/files/patch-lazy.cc (contents, props changed) Modified: head/math/octave-forge-tisean/Makefile Modified: head/math/octave-forge-tisean/Makefile ============================================================================== --- head/math/octave-forge-tisean/Makefile Mon May 14 21:16:04 2018 (r469972) +++ head/math/octave-forge-tisean/Makefile Mon May 14 21:34:01 2018 (r469973) @@ -3,7 +3,7 @@ PORTNAME= octave-forge-tisean PORTVERSION= 0.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -11,8 +11,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING - -BROKEN= does not build with octave 4.4.0 RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:math/octave-forge-signal Added: head/math/octave-forge-tisean/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-tisean/files/patch-Makefile.in Mon May 14 21:34:01 2018 (r469973) @@ -0,0 +1,15 @@ +--- Makefile.in.orig 2018-05-14 21:28:27 UTC ++++ Makefile.in +@@ -73,10 +73,10 @@ $(OCTFILES) : %.oct : %.cc + $(MKOCTFILE) $(CXXFLAGS) $< $(LIBS) -o $@ + + $(OCT_LINK_F): %.oct : %.cc $(OBJECTS_F) $(LIBS_F) +- $(MKOCTFILE) $(CXXFLAGS) $< $(OBJECTS_F) $(LIBS_F) -o $@ ++ $(MKOCTFILE) -fPIC $(CXXFLAGS) $< $(OBJECTS_F) $(LIBS_F) -o $@ + + $(OCT_LINK_CC): %.oct : %.cc $(OBJECTS_CC) +- $(MKOCTFILE) $(CXXFLAGS) $< $(OBJECTS_CC) -o $@ ++ $(MKOCTFILE) -fPIC $(CXXFLAGS) $< $(OBJECTS_CC) -o $@ + + PKG_ADD PKG_DEL: $(OCT_SOURCES) + $(SED) -n -e 's/.*$@: \(.*\)/\1/p' $^ > $@-t Added: head/math/octave-forge-tisean/files/patch-____c1____.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-tisean/files/patch-____c1____.cc Mon May 14 21:34:01 2018 (r469973) @@ -0,0 +1,75 @@ +--- __c1__.cc.orig 2015-08-14 22:25:52 UTC ++++ __c1__.cc +@@ -34,17 +34,24 @@ FOR INTERNAL USE ONLY" + #include + #include + ++#if defined (OCTAVE_HAVE_F77_INT_TYPE) ++# define TO_F77_INT(x) octave::to_f77_int (x) ++#else ++typedef octave_idx_type F77_INT; ++# define TO_F77_INT(x) (x) ++#endif ++ + extern "C" + { + F77_RET_T + F77_FUNC (d1, D1) +- (const octave_idx_type& nmax, const octave_idx_type& mmax, +- const octave_idx_type& nxx, const double *y, +- const octave_idx_type& delay, const octave_idx_type& m, +- const octave_idx_type& ncmin, const double& pr, ++ (const F77_INT& nmax, const F77_INT& mmax, ++ const F77_INT& nxx, const double *y, ++ const F77_INT& delay, const F77_INT& m, ++ const F77_INT& ncmin, const double& pr, + double& pln, double& eln, +- const octave_idx_type& nmin, const octave_idx_type& kmax, +- const octave_idx_type& iverb); ++ const F77_INT& nmin, const F77_INT& kmax, ++ const F77_INT& iverb); + + F77_RET_T + F77_FUNC (rand, RAND) +@@ -66,23 +73,23 @@ DEFUN_DLD (__c1__, args, nargout, HELPTE + { + // Assigning inputs + Matrix input = args(0).matrix_value (); +- octave_idx_type mindim = args(1).idx_type_value (); +- octave_idx_type maxdim = args(2).idx_type_value (); +- octave_idx_type delay = args(3).idx_type_value (); +- octave_idx_type tmin = args(4).idx_type_value (); +- octave_idx_type cmin = args(5).idx_type_value (); ++ F77_INT mindim = TO_F77_INT (args(1).idx_type_value ()); ++ F77_INT maxdim = TO_F77_INT (args(2).idx_type_value ()); ++ F77_INT delay = TO_F77_INT (args(3).idx_type_value ()); ++ F77_INT tmin = TO_F77_INT (args(4).idx_type_value ()); ++ F77_INT cmin = TO_F77_INT (args(5).idx_type_value ()); + double resolution = args(6).double_value (); + double seed = args(7).double_value (); +- octave_idx_type kmax = args(8).idx_type_value (); ++ F77_INT kmax = TO_F77_INT (args(8).idx_type_value ()); + bool verbose = args(9).bool_value (); +- octave_idx_type iverb = verbose; ++ F77_INT iverb = TO_F77_INT (verbose); + + + if (! error_state) + { + +- octave_idx_type lines_read = input.rows (); //nmax in d1() +- octave_idx_type columns_read = input.columns (); ++ F77_INT lines_read = TO_F77_INT (input.rows ()); //nmax in d1() ++ F77_INT columns_read = TO_F77_INT (input.columns ()); + + + dim_vector dv (maxdim - mindim + 1, 1); +@@ -94,7 +101,7 @@ DEFUN_DLD (__c1__, args, nargout, HELPTE + // Seed the rand() function for d1() + F77_XFCN (rand, RAND, (sqrt(seed))); + +- for (octave_idx_type m = mindim; m <= maxdim; m++) ++ for (F77_INT m = mindim; m <= maxdim; m++) + { + octave_scalar_map tmp (keys); + tmp.setfield ("dim", m); Added: head/math/octave-forge-tisean/files/patch-____surrogates____.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-tisean/files/patch-____surrogates____.cc Mon May 14 21:34:01 2018 (r469973) @@ -0,0 +1,57 @@ +--- __surrogates__.cc.orig 2015-08-14 22:25:52 UTC ++++ __surrogates__.cc +@@ -34,14 +34,21 @@ FOR INTERNAL USE ONLY" + #include + #include + ++#if defined (OCTAVE_HAVE_F77_INT_TYPE) ++# define TO_F77_INT(x) octave::to_f77_int (x) ++#else ++typedef octave_idx_type F77_INT; ++# define TO_F77_INT(x) (x) ++#endif ++ + extern "C" + { + F77_RET_T + F77_FUNC (ts_surrogates, TS_SURROGATES) +- (const double *xx, const octave_idx_type& nmaxp, +- const octave_idx_type& mcmax, const octave_idx_type& imax, +- const octave_idx_type& ispec, const double& seed, double *output, +- octave_idx_type& iterations, double& rel_discrepency); ++ (const double *xx, const F77_INT& nmaxp, ++ const F77_INT& mcmax, const F77_INT& imax, ++ const F77_INT& ispec, const double& seed, double *output, ++ F77_INT& iterations, double& rel_discrepency); + } + + +@@ -59,15 +66,15 @@ DEFUN_DLD (__surrogates__, args, nargout + // Assigning inputs + Matrix input = args(0).matrix_value (); + octave_idx_type nsur = args(1).idx_type_value (); +- octave_idx_type imax = args(2).idx_type_value (); +- octave_idx_type ispec = args(3).idx_type_value (); ++ F77_INT imax = TO_F77_INT (args(2).idx_type_value ()); ++ F77_INT ispec = TO_F77_INT (args(3).idx_type_value ()); + double seed = args(4).double_value (); + + if (! error_state) + { + +- octave_idx_type nmaxp = input.rows (); +- octave_idx_type mcmax = input.columns (); ++ F77_INT nmaxp = TO_F77_INT (input.rows ()); ++ F77_INT mcmax = TO_F77_INT (input.columns ()); + + Cell surro_data (dim_vector (nsur,1)); + Matrix surro_tmp (input.dims ()); +@@ -75,7 +82,7 @@ DEFUN_DLD (__surrogates__, args, nargout + + for (octave_idx_type i = 0; i < nsur; i++) + { +- octave_idx_type it_tmp; ++ F77_INT it_tmp; + double rel_discrepency_tmp; + + F77_XFCN (ts_surrogates, TS_SURROGATES, Added: head/math/octave-forge-tisean/files/patch-____upo____.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-tisean/files/patch-____upo____.cc Mon May 14 21:34:01 2018 (r469973) @@ -0,0 +1,58 @@ +--- __upo__.cc.orig 2015-08-14 22:25:52 UTC ++++ __upo__.cc +@@ -33,18 +33,24 @@ FOR INTERNAL USE ONLY" + #include + #include + ++#if defined (OCTAVE_HAVE_F77_INT_TYPE) ++# define TO_F77_INT(x) octave::to_f77_int (x) ++#else ++typedef octave_idx_type F77_INT; ++# define TO_F77_INT(x) (x) ++#endif + + extern "C" + { + F77_RET_T + F77_FUNC (ts_upo, TS_UPO) +- (const int& m, const double& eps, ++ (const F77_INT& m, const double& eps, + const double& frac, const double& teq, + const double& tdis, const double& h, +- const double& tacc, const int& iper, +- const int& icen, const int& lines_read, ++ const double& tacc, const F77_INT& iper, ++ const F77_INT& icen, const F77_INT& lines_read, + double* in_out1, double* olens, +- double* orbit_data, const int& sizedat, ++ double* orbit_data, const F77_INT& sizedat, + double* accuracy, double* stability); + } + +@@ -63,22 +69,22 @@ DEFUN_DLD (__upo__, args, nargout, HELPT + { + // Assigning inputs + NDArray in_out1 = args(0).array_value(); +- int m = args(1).int_value(); ++ F77_INT m = TO_F77_INT (args(1).int_value()); + double eps = args(2).double_value(); + double frac = args(3).double_value(); + double teq = args(4).double_value(); + double tdis = args(5).double_value(); + double h = args(6).double_value(); + double tacc = args(7).double_value(); +- int iper = args(8).int_value(); +- int icen = args(9).int_value(); ++ F77_INT iper = TO_F77_INT (args(8).int_value()); ++ F77_INT icen = TO_F77_INT (args(9).int_value()); + + + + if (! error_state) + { + +- int lines_read = in_out1.numel(); ++ F77_INT lines_read = TO_F77_INT (in_out1.numel()); + // Generating output vectors with estimated lengths + // The extra length (+1) is to store the actual lengths + NDArray olens (dim_vector (icen+1,1)); Added: head/math/octave-forge-tisean/files/patch-lazy.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-tisean/files/patch-lazy.cc Mon May 14 21:34:01 2018 (r469973) @@ -0,0 +1,58 @@ +--- lazy.cc.orig 2015-08-14 22:25:52 UTC ++++ lazy.cc +@@ -35,7 +35,7 @@ Performs simple nonlinear noise reductio + @item X\n\ + Must be realvector. If it is a row vector then the output will be row vectors as well.\n\ + @item m\n\ +-Embedding dimension. Must be postive integer.\n\ ++Embedding dimension. Must be positive integer.\n\ + @item rv\n\ + If @var{rv} > 0 then it is equal to the absolute radius of the neighbourhoods. If @var{rv} < 0 then its opposite (-@var{rv}) is equal to the fraction of standard deviation used. It cannot be equal 0.\n\ + @item imax\n\ +@@ -71,12 +71,19 @@ Uses TISEAN package lazy\n\ + // In order to avoid clobbered warnings transposed is initialized globally. + bool transposed; + ++#if defined (OCTAVE_HAVE_F77_INT_TYPE) ++# define TO_F77_INT(x) octave::to_f77_int (x) ++#else ++typedef octave_idx_type F77_INT; ++# define TO_F77_INT(x) (x) ++#endif ++ + extern "C" + { + F77_RET_T + F77_FUNC (ts_lazy, TS_LAZY) +- (const int& m, const double& rv, +- const int& imax, const int& lines_read, ++ (const F77_INT& m, const double& rv, ++ const F77_INT& imax, const F77_INT& lines_read, + double* in_out1, double* in_out2); + } + +@@ -100,12 +107,12 @@ DEFUN_DLD (lazy, args, nargout, HELPTEXT + { + // Assigning inputs + Matrix in_out1 = args(0).matrix_value(); +- int m = args(1).int_value(); ++ F77_INT m = TO_F77_INT (args(1).int_value()); + double rv = args(2).double_value(); +- int imax = DEFAULT_IMAX; ++ F77_INT imax = DEFAULT_IMAX; + + if (nargin == 4) +- imax = args(3).int_value(); ++ imax = TO_F77_INT (args(3).int_value()); + + // --- DATA VALIDATION --- + +@@ -144,7 +151,7 @@ DEFUN_DLD (lazy, args, nargout, HELPTEXT + in_out1 = in_out1.transpose(); + } + +- int lines_read = in_out1.numel(); ++ F77_INT lines_read = TO_F77_INT (in_out1.numel()); + NDArray in_out2 (Matrix (lines_read, 1)); + + F77_XFCN (ts_lazy, TS_LAZY, From owner-svn-ports-head@freebsd.org Mon May 14 21:40:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 856D5E795FC; Mon, 14 May 2018 21:40:27 +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 393EA73827; Mon, 14 May 2018 21:40:27 +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 1977A21C27; Mon, 14 May 2018 21:40:27 +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 w4ELeQJ4080822; Mon, 14 May 2018 21:40:26 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ELeQVR080821; Mon, 14 May 2018 21:40:26 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201805142140.w4ELeQVR080821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 14 May 2018 21:40:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469974 - head/graphics/py-django-easy-thumbnails X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/graphics/py-django-easy-thumbnails X-SVN-Commit-Revision: 469974 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:40:27 -0000 Author: mat Date: Mon May 14 21:40:26 2018 New Revision: 469974 URL: https://svnweb.freebsd.org/changeset/ports/469974 Log: Fix build with Python != 2.7. Sponsored by: Absolight Modified: head/graphics/py-django-easy-thumbnails/Makefile (contents, props changed) Modified: head/graphics/py-django-easy-thumbnails/Makefile ============================================================================== --- head/graphics/py-django-easy-thumbnails/Makefile Mon May 14 21:34:01 2018 (r469973) +++ head/graphics/py-django-easy-thumbnails/Makefile Mon May 14 21:40:26 2018 (r469974) @@ -24,7 +24,8 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" post-patch-DOCS-on: From owner-svn-ports-head@freebsd.org Mon May 14 21:43:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0156DE79BB2; Mon, 14 May 2018 21:43:39 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0F0673EC1; Mon, 14 May 2018 21:43:39 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 818A521DB2; Mon, 14 May 2018 21:43:39 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4ELhd0f085616; Mon, 14 May 2018 21:43:39 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ELhdJ1085615; Mon, 14 May 2018 21:43:39 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805142143.w4ELhdJ1085615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 21:43:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469975 - head/math/octave-forge X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge X-SVN-Commit-Revision: 469975 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:43:40 -0000 Author: stephen Date: Mon May 14 21:43:38 2018 New Revision: 469975 URL: https://svnweb.freebsd.org/changeset/ports/469975 Log: - Default option tisean to on. - Bump portrevision. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Mon May 14 21:40:26 2018 (r469974) +++ head/math/octave-forge/Makefile Mon May 14 21:43:38 2018 (r469975) @@ -3,7 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -28,7 +28,7 @@ OPTIONS_DEFINE= ACTUARIAL AUDIO BENCHMARK BIM BIOINFO STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NIMAGE:NPARALLEL:NPDB:NTISEAN} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NIMAGE:NPARALLEL:NPDB} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs From owner-svn-ports-head@freebsd.org Mon May 14 21:54:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85450E7A4F2; Mon, 14 May 2018 21:54:22 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38C5476DAC; Mon, 14 May 2018 21:54:22 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 15D0321F62; Mon, 14 May 2018 21:54:22 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4ELsLRX090621; Mon, 14 May 2018 21:54:21 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ELsLum090620; Mon, 14 May 2018 21:54:21 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201805142154.w4ELsLum090620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 14 May 2018 21:54:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469976 - head/math/scilab X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: head/math/scilab X-SVN-Commit-Revision: 469976 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:54:22 -0000 Author: makc Date: Mon May 14 21:54:21 2018 New Revision: 469976 URL: https://svnweb.freebsd.org/changeset/ports/469976 Log: math/scilab: - Restrict to gnu++98 standard to allow build on FreeBSD 11.x and greater Modified: head/math/scilab/Makefile Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Mon May 14 21:43:38 2018 (r469975) +++ head/math/scilab/Makefile Mon May 14 21:54:21 2018 (r469976) @@ -25,6 +25,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils USES= cpe desktop-file-utils fortran gettext gmake iconv \ libtool ncurses pathfix pkgconfig shared-mime-info +USE_CXXSTD= gnu++98 USE_LOCALE= en_US.UTF-8 GNU_CONFIGURE= yes From owner-svn-ports-head@freebsd.org Mon May 14 21:55:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B575E7A558; Mon, 14 May 2018 21:55:11 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5103576EBA; Mon, 14 May 2018 21:55:11 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3201B21F65; Mon, 14 May 2018 21:55:11 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4ELtB4P090871; Mon, 14 May 2018 21:55:11 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ELt9BO090864; Mon, 14 May 2018 21:55:09 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201805142155.w4ELt9BO090864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 14 May 2018 21:55:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469977 - in head/math/qtiplot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: in head/math/qtiplot: . files X-SVN-Commit-Revision: 469977 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:55:11 -0000 Author: makc Date: Mon May 14 21:55:09 2018 New Revision: 469977 URL: https://svnweb.freebsd.org/changeset/ports/469977 Log: math/qtiplot: - Add patches to fix build with clang6 - Remove DEBUG option and related bits: USES=qmake does the job nowadays Added: head/math/qtiplot/files/patch-3rdparty_qwtplot3d_src_qwt3d__lighting.cpp (contents, props changed) head/math/qtiplot/files/patch-qtiplot_src_core_ConfigDialog.cpp (contents, props changed) head/math/qtiplot/files/patch-qtiplot_src_lib_src_ColorMapEditor.cpp (contents, props changed) Modified: head/math/qtiplot/Makefile head/math/qtiplot/files/build.conf head/math/qtiplot/files/patch-qtiplot__src__analysis__dialogs__FitDialog.cpp head/math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip Modified: head/math/qtiplot/Makefile ============================================================================== --- head/math/qtiplot/Makefile Mon May 14 21:54:21 2018 (r469976) +++ head/math/qtiplot/Makefile Mon May 14 21:55:09 2018 (r469977) @@ -28,7 +28,7 @@ DESKTOP_ENTRIES="QtiPlot" "Data analysis and plotting" "${PREFIX}/share/pixmaps/qtiplot.png" \ "qtiplot" "" true -OPTIONS_DEFINE= DOCS PYTHON NLS DEBUG +OPTIONS_DEFINE= DOCS PYTHON NLS OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes @@ -56,15 +56,19 @@ post-patch: ${WRKSRC}/fitPlugins/*/*.pro ${REINPLACE_CMD} -e '/^system($$$$LUPDATE/d; /^system($$$$LRELEASE/d' \ ${WRKSRC}/${PORTNAME}/qtiplot.pro +# fix build with clang6 + ${REINPLACE_CMD} \ + -e '/new[[:space:]]*QComboBox/s,false,,g' \ + -e '/new[[:space:]]*PatternBox/s,false,,g' \ + ${WRKSRC}/qtiplot/src/matrix/MatrixValuesDialog.cpp \ + ${WRKSRC}/qtiplot/src/plot2D/dialogs/LayerDialog.cpp \ + ${WRKSRC}/qtiplot/src/plot2D/dialogs/PlotDialog.cpp \ + ${WRKSRC}/qtiplot/src/table/SetColValuesDialog.cpp \ + ${WRKSRC}/qtiplot/src/table/TableDialog.cpp post-patch-PYTHON-off: ${REINPLACE_CMD} -e \ "s/SCRIPTING_LANGS.*Python//" \ - ${WRKSRC}/build.conf - -post-patch-DEBUG-on: - ${REINPLACE_CMD} -e \ - "/^CONFIG.*release/s|release|debug|" \ ${WRKSRC}/build.conf post-patch-NLS-off: Modified: head/math/qtiplot/files/build.conf ============================================================================== --- head/math/qtiplot/files/build.conf Mon May 14 21:54:21 2018 (r469976) +++ head/math/qtiplot/files/build.conf Mon May 14 21:55:09 2018 (r469977) @@ -25,6 +25,4 @@ contains( TARGET, qtiplot ) { SCRIPTING_LANGS += Python DEFINES += SCRIPTING_CONSOLE CONFIG += CustomInstall - - CONFIG += release } Added: head/math/qtiplot/files/patch-3rdparty_qwtplot3d_src_qwt3d__lighting.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/qtiplot/files/patch-3rdparty_qwtplot3d_src_qwt3d__lighting.cpp Mon May 14 21:55:09 2018 (r469977) @@ -0,0 +1,11 @@ +--- 3rdparty/qwtplot3d/src/qwt3d_lighting.cpp.orig 2011-08-24 10:25:10 UTC ++++ 3rdparty/qwtplot3d/src/qwt3d_lighting.cpp +@@ -175,7 +175,7 @@ void ExtGLWidget::applyLight(unsigned li + glRotatef( lights_[light].rot.x-90, 1.0, 0.0, 0.0 ); + glRotatef( lights_[light].rot.y , 0.0, 1.0, 0.0 ); + glRotatef( lights_[light].rot.z , 0.0, 0.0, 1.0 ); +- GLfloat lightPos[4] = { lights_[light].shift.x, lights_[light].shift.y, lights_[light].shift.z, 1.0}; ++ GLfloat lightPos[4] = { static_cast(lights_[light].shift.x), static_cast(lights_[light].shift.y), static_cast(lights_[light].shift.z), 1.0}; + GLenum le = lightEnum(light); + glLightfv(le, GL_POSITION, lightPos); + } Modified: head/math/qtiplot/files/patch-qtiplot__src__analysis__dialogs__FitDialog.cpp ============================================================================== --- head/math/qtiplot/files/patch-qtiplot__src__analysis__dialogs__FitDialog.cpp Mon May 14 21:54:21 2018 (r469976) +++ head/math/qtiplot/files/patch-qtiplot__src__analysis__dialogs__FitDialog.cpp Mon May 14 21:55:09 2018 (r469977) @@ -1,6 +1,6 @@ ---- ./qtiplot/src/analysis/dialogs/FitDialog.cpp.orig 2009-10-18 10:44:45.000000000 +0400 -+++ ./qtiplot/src/analysis/dialogs/FitDialog.cpp 2009-10-18 18:54:12.000000000 +0400 -@@ -119,7 +119,7 @@ +--- qtiplot/src/analysis/dialogs/FitDialog.cpp.orig 2011-10-17 10:38:07 UTC ++++ qtiplot/src/analysis/dialogs/FitDialog.cpp +@@ -101,7 +101,7 @@ FitDialog::FitDialog(Graph *g, QWidget* ApplicationWindow *app = (ApplicationWindow *)parent; QString pluginsPath = app->fitPluginsPath; QFileInfo fi(pluginsPath); @@ -9,3 +9,36 @@ choosePluginsFolder(); else loadPlugins(); +@@ -1019,11 +1019,7 @@ void FitDialog::showFitPage() + int prec = boxPrecision->value(); + for (int i = 0; isetFlags(it->flags() & (~Qt::ItemIsEditable)); +-#else +- it->setFlags(!Qt::ItemIsEditable); +-#endif + it->setBackground(QBrush(Qt::lightGray)); + it->setForeground(Qt::black); + QFont font = it->font(); +@@ -1049,7 +1045,7 @@ void FitDialog::showFitPage() + boxParams->setCellWidget(i, 2, sb); + + it = new QTableWidgetItem(); +- it->setFlags(!Qt::ItemIsEditable); ++ it->setFlags(it->flags() & (~Qt::ItemIsEditable)); + it->setText("--"); + boxParams->setItem(i, 5, it); + } +@@ -1061,11 +1057,7 @@ void FitDialog::showFitPage() + boxParams->showColumn(4); + for (int i = 0; irowCount(); i++ ){ + QTableWidgetItem *it = new QTableWidgetItem(); +-#ifdef Q_CC_MSVC + it->setFlags(it->flags() & (~Qt::ItemIsEditable)); +-#else +- it->setFlags(!Qt::ItemIsEditable); +-#endif + it->setBackground(QBrush(Qt::lightGray)); + boxParams->setItem(i, 4, it); + Modified: head/math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip ============================================================================== --- head/math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip Mon May 14 21:54:21 2018 (r469976) +++ head/math/qtiplot/files/patch-qtiplot__src__scripting__qti.sip Mon May 14 21:55:09 2018 (r469977) @@ -1,6 +1,15 @@ ---- ./qtiplot/src/scripting/qti.sip.orig 2011-02-08 15:33:02.000000000 +0300 -+++ ./qtiplot/src/scripting/qti.sip 2011-03-19 00:06:07.578146696 +0300 -@@ -3390,57 +3390,6 @@ +--- qtiplot/src/scripting/qti.sip.orig 2018-05-11 22:48:48 UTC ++++ qtiplot/src/scripting/qti.sip +@@ -370,7 +370,7 @@ public: + if (sipCpp->text(row, col) != "") + sipRes = sipCpp->cell(row, col); + else { +- sipRes = NULL; ++ sipRes = 0; + PyErr_SetString(PyExc_ValueError, "Empty table cell"); + } + } +@@ -3433,57 +3433,6 @@ public: double pValue(); }; Added: head/math/qtiplot/files/patch-qtiplot_src_core_ConfigDialog.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/qtiplot/files/patch-qtiplot_src_core_ConfigDialog.cpp Mon May 14 21:55:09 2018 (r469977) @@ -0,0 +1,11 @@ +--- qtiplot/src/core/ConfigDialog.cpp.orig 2011-10-25 09:50:22 UTC ++++ qtiplot/src/core/ConfigDialog.cpp +@@ -1390,7 +1390,7 @@ void ConfigDialog::setColorsList(const Q + colorsList->setRowCount(colors); + for (int i = 0; i < colors; i++){ + QTableWidgetItem *it = new QTableWidgetItem(); +- it->setFlags(!Qt::ItemIsEditable); ++ it->setFlags(it->flags() & (~Qt::ItemIsEditable)); + it->setBackground(QBrush(colList[i])); + colorsList->setItem(i, 0, it); + Added: head/math/qtiplot/files/patch-qtiplot_src_lib_src_ColorMapEditor.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/qtiplot/files/patch-qtiplot_src_lib_src_ColorMapEditor.cpp Mon May 14 21:55:09 2018 (r469977) @@ -0,0 +1,26 @@ +--- qtiplot/src/lib/src/ColorMapEditor.cpp.orig 2011-07-02 07:23:52 UTC ++++ qtiplot/src/lib/src/ColorMapEditor.cpp +@@ -155,11 +155,7 @@ void ColorMapEditor::setColorMap(const L + QColor c = color_map.color(i); + + QTableWidgetItem *it = new QTableWidgetItem(c.name()); +- #ifdef Q_CC_MSVC + it->setFlags(it->flags() & (~Qt::ItemIsEditable)); +- #else +- it->setFlags(!Qt::ItemIsEditable); +- #endif + it->setBackground(QBrush(c)); + it->setForeground(QBrush(c)); + table->setItem(i, 1, it); +@@ -246,11 +242,7 @@ void ColorMapEditor::insertLevel() + table->setCellWidget(row, 0, sb); + + QTableWidgetItem *it = new QTableWidgetItem(c.name()); +-#ifdef Q_CC_MSVC + it->setFlags(it->flags() & (~Qt::ItemIsEditable)); +-#else +- it->setFlags(!Qt::ItemIsEditable); +-#endif + it->setBackground(QBrush(c)); + it->setForeground(QBrush(c)); + table->setItem(row, 1, it); From owner-svn-ports-head@freebsd.org Mon May 14 22:08:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E397CE7B58B; Mon, 14 May 2018 22:08:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9497C7B9DA; Mon, 14 May 2018 22:08:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 713B72210E; Mon, 14 May 2018 22:08:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EM8mvN096417; Mon, 14 May 2018 22:08:48 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EM8lWV096414; Mon, 14 May 2018 22:08:47 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201805142208.w4EM8lWV096414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 14 May 2018 22:08:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469978 - in head/textproc: . py-elasticsearch-dsl X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/textproc: . py-elasticsearch-dsl X-SVN-Commit-Revision: 469978 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 22:08:49 -0000 Author: dbaio Date: Mon May 14 22:08:47 2018 New Revision: 469978 URL: https://svnweb.freebsd.org/changeset/ports/469978 Log: Add textproc/py-elasticsearch-dsl: High level Python client for Elasticsearch - Repocopy from textproc/py-elasticsearch-dsl-py (v0.0.11) - Update to 6.1.0 - PORTNAME equals to PyPI-name (Python Ports Policy) Version 6 (6.x.y) is for Elasticsearch 6.0 and later. PR: 227794 Submitted by: Jeremy Baggs Added: head/textproc/py-elasticsearch-dsl/ - copied from r469965, head/textproc/py-elasticsearch-dsl-py/ Modified: head/textproc/Makefile head/textproc/py-elasticsearch-dsl/Makefile head/textproc/py-elasticsearch-dsl/distinfo head/textproc/py-elasticsearch-dsl/pkg-descr Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon May 14 21:55:09 2018 (r469977) +++ head/textproc/Makefile Mon May 14 22:08:47 2018 (r469978) @@ -1294,6 +1294,7 @@ SUBDIR += py-elasticsearch-async SUBDIR += py-elasticsearch5 SUBDIR += py-elasticsearch-curator + SUBDIR += py-elasticsearch-dsl SUBDIR += py-elasticsearch-dsl-py SUBDIR += py-elasticsearch2-dsl-py SUBDIR += py-elib.intl Modified: head/textproc/py-elasticsearch-dsl/Makefile ============================================================================== --- head/textproc/py-elasticsearch-dsl-py/Makefile Mon May 14 20:43:50 2018 (r469965) +++ head/textproc/py-elasticsearch-dsl/Makefile Mon May 14 22:08:47 2018 (r469978) @@ -1,24 +1,30 @@ # Created by: Dan Langille # $FreeBSD$ -PORTNAME= elasticsearch-dsl-py -PORTVERSION= 0.0.11 -PORTREVISION= 3 +PORTNAME= elasticsearch-dsl +PORTVERSION= 6.1.0 CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= dvl@FreeBSD.org +MAINTAINER= jbaggs2016@gmail.com COMMENT= High level Python client for Elasticsearch LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=1.3.0:textproc/py-elasticsearch@${FLAVOR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.1.0:textproc/py-elasticsearch@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= elastic +USES= python +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes -USES= python:2.7 -USE_PYTHON= autoplist distutils +.include -.include +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress@${FLAVOR} +.endif + +.include Modified: head/textproc/py-elasticsearch-dsl/distinfo ============================================================================== --- head/textproc/py-elasticsearch-dsl-py/distinfo Mon May 14 20:43:50 2018 (r469965) +++ head/textproc/py-elasticsearch-dsl/distinfo Mon May 14 22:08:47 2018 (r469978) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490198203 -SHA256 (elastic-elasticsearch-dsl-py-0.0.11_GH0.tar.gz) = 4771ca6bc9f57c053bd81f84164f0b0ccb44b7e6cc8edef56482ca8b2550c763 -SIZE (elastic-elasticsearch-dsl-py-0.0.11_GH0.tar.gz) = 75007 +TIMESTAMP = 1526332558 +SHA256 (elasticsearch-dsl-6.1.0.tar.gz) = 5114a38a88e93a4663782eae07a1e8084ba333c49887335c83de8b8043bc72b2 +SIZE (elasticsearch-dsl-6.1.0.tar.gz) = 44282 Modified: head/textproc/py-elasticsearch-dsl/pkg-descr ============================================================================== --- head/textproc/py-elasticsearch-dsl-py/pkg-descr Mon May 14 20:43:50 2018 (r469965) +++ head/textproc/py-elasticsearch-dsl/pkg-descr Mon May 14 22:08:47 2018 (r469978) @@ -14,4 +14,4 @@ document data in user-defined classes. To use the other Elasticsearch APIs (eg. cluster health) just use the underlying client. -WWW: http://elasticsearch-dsl.readthedocs.org/en/latest/ +WWW: https://pypi.org/project/elasticsearch-dsl/ From owner-svn-ports-head@freebsd.org Mon May 14 22:10:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A43C2E7B7E0; Mon, 14 May 2018 22:10:21 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53C127C80C; Mon, 14 May 2018 22:10:21 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3697722113; Mon, 14 May 2018 22:10:21 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EMALEs096616; Mon, 14 May 2018 22:10:21 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EMALnK096615; Mon, 14 May 2018 22:10:21 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201805142210.w4EMALnK096615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 14 May 2018 22:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469979 - head/textproc/py-elasticsearch-dsl-py X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/textproc/py-elasticsearch-dsl-py X-SVN-Commit-Revision: 469979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 22:10:21 -0000 Author: dbaio Date: Mon May 14 22:10:20 2018 New Revision: 469979 URL: https://svnweb.freebsd.org/changeset/ports/469979 Log: textproc/py-elasticsearch-dsl-py: Mark deprecated ElasticSearch 1.x End of Life Approved by: dvl (maintainer) Modified: head/textproc/py-elasticsearch-dsl-py/Makefile Modified: head/textproc/py-elasticsearch-dsl-py/Makefile ============================================================================== --- head/textproc/py-elasticsearch-dsl-py/Makefile Mon May 14 22:08:47 2018 (r469978) +++ head/textproc/py-elasticsearch-dsl-py/Makefile Mon May 14 22:10:20 2018 (r469979) @@ -12,6 +12,9 @@ COMMENT= High level Python client for Elasticsearch LICENSE= APACHE20 +DEPRECATED= ElasticSearch 1.x End of Life +EXPIRATION_DATE= 2018-06-14 + RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=1.3.0:textproc/py-elasticsearch@${FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR} From owner-svn-ports-head@freebsd.org Mon May 14 22:11:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4069E7BA33; Mon, 14 May 2018 22:11:02 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6BAD7CDE9; Mon, 14 May 2018 22:11:02 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8964E22232; Mon, 14 May 2018 22:11:02 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EMB2sQ098146; Mon, 14 May 2018 22:11:02 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EMB2VB098145; Mon, 14 May 2018 22:11:02 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201805142211.w4EMB2VB098145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 14 May 2018 22:11:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469980 - head/textproc/py-elasticsearch2-dsl-py X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/textproc/py-elasticsearch2-dsl-py X-SVN-Commit-Revision: 469980 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 22:11:03 -0000 Author: dbaio Date: Mon May 14 22:11:02 2018 New Revision: 469980 URL: https://svnweb.freebsd.org/changeset/ports/469980 Log: textproc/py-elasticsearch2-dsl-py: Mark deprecated We don't have Python 'elasticsearch>=2.0.0,<3.0.0' in the ports tree anymore. Approved by: dvl (maintainer) Modified: head/textproc/py-elasticsearch2-dsl-py/Makefile Modified: head/textproc/py-elasticsearch2-dsl-py/Makefile ============================================================================== --- head/textproc/py-elasticsearch2-dsl-py/Makefile Mon May 14 22:10:20 2018 (r469979) +++ head/textproc/py-elasticsearch2-dsl-py/Makefile Mon May 14 22:11:02 2018 (r469980) @@ -12,6 +12,9 @@ COMMENT= High level Python client for Elasticsearch LICENSE= APACHE20 +DEPRECATED= Needs Python ElasticSearch 2.x +EXPIRATION_DATE= 2018-06-14 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=1.3.0:textproc/py-elasticsearch@${FLAVOR} USE_GITHUB= yes From owner-svn-ports-head@freebsd.org Mon May 14 23:28:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A57AE7FD54; Mon, 14 May 2018 23:28:49 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D82AD6EE75; Mon, 14 May 2018 23:28:48 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1C0522DF4; Mon, 14 May 2018 23:28:48 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4ENSmKx036755; Mon, 14 May 2018 23:28:48 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ENSmkk036753; Mon, 14 May 2018 23:28:48 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805142328.w4ENSmkk036753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 23:28:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469981 - in head/math/octave-forge-fuzzy-logic-toolkit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: in head/math/octave-forge-fuzzy-logic-toolkit: . files X-SVN-Commit-Revision: 469981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 23:28:49 -0000 Author: stephen Date: Mon May 14 23:28:48 2018 New Revision: 469981 URL: https://svnweb.freebsd.org/changeset/ports/469981 Log: - Add patch to unbreak. - Bump portrevision (because of update of octave to 4.4.0). Obtained from: https://sourceforge.net/p/octave/fuzzy-logic-toolkit/ci/default/tree/ Added: head/math/octave-forge-fuzzy-logic-toolkit/files/ head/math/octave-forge-fuzzy-logic-toolkit/files/patch-inst_defuzz.m (contents, props changed) Modified: head/math/octave-forge-fuzzy-logic-toolkit/Makefile Modified: head/math/octave-forge-fuzzy-logic-toolkit/Makefile ============================================================================== --- head/math/octave-forge-fuzzy-logic-toolkit/Makefile Mon May 14 22:11:02 2018 (r469980) +++ head/math/octave-forge-fuzzy-logic-toolkit/Makefile Mon May 14 23:28:48 2018 (r469981) @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fuzzy-logic-toolkit PORTVERSION= 0.4.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -12,11 +12,11 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -BROKEN= parse error when installing with octave 4.4.0 - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC} # Only required so that patch will apply. .include "${.CURDIR}/../../Mk/bsd.octave.mk" Added: head/math/octave-forge-fuzzy-logic-toolkit/files/patch-inst_defuzz.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-fuzzy-logic-toolkit/files/patch-inst_defuzz.m Mon May 14 23:28:48 2018 (r469981) @@ -0,0 +1,62 @@ +--- inst/defuzz.m.orig 2014-07-02 00:11:06 UTC ++++ inst/defuzz.m +@@ -1,4 +1,4 @@ +-## Copyright (C) 2011-2014 L. Markowsky ++## Copyright (C) 2011-2018 L. Markowsky + ## + ## This file is part of the fuzzy-logic-toolkit. + ## +@@ -162,7 +162,16 @@ endfunction + function crisp_x = mom (x, y) + + max_y = max (y); +- y_val = @(y_val) if (y_val == max_y) 1 else 0 endif; ++ ++ function y_val = calc_yval(y_val) ++ if (y_val == max_y) ++ y_val = 1; ++ else ++ y_val = 0; ++ endif ++ endfunction ++ ++ y_val = @(y_val) calc_yval(y_val); + max_y_locations = arrayfun (y_val, y); + crisp_x = sum (x .* max_y_locations) / sum (max_y_locations); + +@@ -185,7 +194,16 @@ endfunction + function crisp_x = som (x, y) + + max_y = max (y); +- y_val = @(y_val) if (y_val == max_y) 1 else (NaN) endif; ++ ++ function y_val = calc_yval(y_val) ++ if (y_val == max_y) ++ y_val = 1; ++ else ++ y_val = (NaN); ++ endif ++ endfunction ++ ++ y_val = @(y_val) calc_yval(y_val); + max_y_locations = arrayfun (y_val, y); + crisp_x = min (x .* max_y_locations); + +@@ -207,7 +225,16 @@ endfunction + function crisp_x = lom (x, y) + + max_y = max (y); +- y_val = @(y_val) if (y_val == max_y) 1 else (NaN) endif; ++ ++ function y_val = calc_yval(y_val) ++ if (y_val == max_y) ++ y_val = 1; ++ else ++ y_val = (NaN); ++ endif ++ endfunction ++ ++ y_val = @(y_val) calc_yval(y_val); + max_y_locations = arrayfun (y_val, y); + crisp_x = max (x .* max_y_locations); + From owner-svn-ports-head@freebsd.org Mon May 14 23:34:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D210EA73BD; Mon, 14 May 2018 23:34:13 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB53703B7; Mon, 14 May 2018 23:34:13 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DEF3D22F98; Mon, 14 May 2018 23:34:12 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4ENYCcb041645; Mon, 14 May 2018 23:34:12 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ENYC0Z041644; Mon, 14 May 2018 23:34:12 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805142334.w4ENYC0Z041644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 14 May 2018 23:34:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469982 - head/math/octave-forge X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge X-SVN-Commit-Revision: 469982 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 23:34:13 -0000 Author: stephen Date: Mon May 14 23:34:12 2018 New Revision: 469982 URL: https://svnweb.freebsd.org/changeset/ports/469982 Log: - Set default fuzzy_logic_toolkit to on. - Bump portrevision. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Mon May 14 23:28:48 2018 (r469981) +++ head/math/octave-forge/Makefile Mon May 14 23:34:12 2018 (r469982) @@ -3,7 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -28,7 +28,7 @@ OPTIONS_DEFINE= ACTUARIAL AUDIO BENCHMARK BIM BIOINFO STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NIMAGE:NPARALLEL:NPDB} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NIMAGE:NPARALLEL:NPDB} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs From owner-svn-ports-head@freebsd.org Tue May 15 00:21:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26896EAA29F; Tue, 15 May 2018 00:21:36 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF11B7B9A7; Tue, 15 May 2018 00:21:35 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF08D23668; Tue, 15 May 2018 00:21:35 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F0LZqh064439; Tue, 15 May 2018 00:21:35 GMT (envelope-from dteske@FreeBSD.org) Received: (from dteske@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F0LYQM064435; Tue, 15 May 2018 00:21:34 GMT (envelope-from dteske@FreeBSD.org) Message-Id: <201805150021.w4F0LYQM064435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dteske set sender to dteske@FreeBSD.org using -f From: Devin Teske Date: Tue, 15 May 2018 00:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469983 - in head/sysutils: . dwatch-gource X-SVN-Group: ports-head X-SVN-Commit-Author: dteske X-SVN-Commit-Paths: in head/sysutils: . dwatch-gource X-SVN-Commit-Revision: 469983 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 00:21:36 -0000 Author: dteske Date: Tue May 15 00:21:34 2018 New Revision: 469983 URL: https://svnweb.freebsd.org/changeset/ports/469983 Log: [New Port] sysutils/dwatch-gource DTrace modules for FreeBSD dwatch(1) to produce gource logs. Gource (graphics/gource) is a tool normally used for visualizing source control revisions, but it can also be used for visualizing process trees, filesystem activity, syscall access, and more. These modules allow you to generate log files for rendering realtime process, filesystem, and other activities in FreeBSD using gource. Reviewed by: imp (mentor; earlier version), mat (mentor) Approved by: mat (mentor) Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D15407 Added: head/sysutils/dwatch-gource/ head/sysutils/dwatch-gource/Makefile (contents, props changed) head/sysutils/dwatch-gource/distinfo (contents, props changed) head/sysutils/dwatch-gource/pkg-descr (contents, props changed) head/sysutils/dwatch-gource/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon May 14 23:34:12 2018 (r469982) +++ head/sysutils/Makefile Tue May 15 00:21:34 2018 (r469983) @@ -285,6 +285,7 @@ SUBDIR += dvdvideo SUBDIR += dvtm SUBDIR += dwatch + SUBDIR += dwatch-gource SUBDIR += e2fsprogs SUBDIR += ec2-scripts SUBDIR += edid-decode Added: head/sysutils/dwatch-gource/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dwatch-gource/Makefile Tue May 15 00:21:34 2018 (r469983) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= dwatch-gource +DISTVERSION= 0.4 +CATEGORIES= sysutils + +MAINTAINER= dteske@FreeBSD.org +COMMENT= FreeBSD dwatch profiles for creating gource logs + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= FrauBSD +NO_BUILD= yes +NO_ARCH= yes + +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/gwatch ${STAGEDIR}${PREFIX}/sbin + @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dwatch + ${INSTALL_DATA} ${WRKSRC}/gource-* ${STAGEDIR}${PREFIX}/libexec/dwatch + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include Added: head/sysutils/dwatch-gource/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dwatch-gource/distinfo Tue May 15 00:21:34 2018 (r469983) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526225519 +SHA256 (FrauBSD-dwatch-gource-0.4_GH0.tar.gz) = 519533cd1e886dc46c02dd6f46ac3a4107925bda5fc9f2b6903e9461786a047b +SIZE (FrauBSD-dwatch-gource-0.4_GH0.tar.gz) = 10482 Added: head/sysutils/dwatch-gource/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dwatch-gource/pkg-descr Tue May 15 00:21:34 2018 (r469983) @@ -0,0 +1,9 @@ +DTrace modules for FreeBSD dwatch(1) to produce gource logs. Gource +(graphics/gource) is a tool normally used for visualizing source control +revisions, but it can also be used for visualizing process trees, filesystem +activity, syscall access, and more. + +These modules allow you to generate log files for rendering realtime process, +filesystem, and other activities in FreeBSD using gource. + +WWW: https://fraubsd.org/dwatch-gource/ Added: head/sysutils/dwatch-gource/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dwatch-gource/pkg-plist Tue May 15 00:21:34 2018 (r469983) @@ -0,0 +1,9 @@ +sbin/gwatch +libexec/dwatch/gource-open +libexec/dwatch/gource-open-raw +libexec/dwatch/gource-proc +libexec/dwatch/gource-proc-raw +libexec/dwatch/gource-syscall +libexec/dwatch/gource-syscall-raw +libexec/dwatch/gource-vfs +libexec/dwatch/gource-vfs-raw From owner-svn-ports-head@freebsd.org Tue May 15 00:30:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0226EAAACE; Tue, 15 May 2018 00:30:41 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 512507E31B; Tue, 15 May 2018 00:30:41 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32730237BD; Tue, 15 May 2018 00:30:41 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F0UfoF067150; Tue, 15 May 2018 00:30:41 GMT (envelope-from dteske@FreeBSD.org) Received: (from dteske@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F0Ue6O067145; Tue, 15 May 2018 00:30:40 GMT (envelope-from dteske@FreeBSD.org) Message-Id: <201805150030.w4F0Ue6O067145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dteske set sender to dteske@FreeBSD.org using -f From: Devin Teske Date: Tue, 15 May 2018 00:30:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469984 - in head/sysutils: . dwatch-pwsnoop X-SVN-Group: ports-head X-SVN-Commit-Author: dteske X-SVN-Commit-Paths: in head/sysutils: . dwatch-pwsnoop X-SVN-Commit-Revision: 469984 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 00:30:42 -0000 Author: dteske Date: Tue May 15 00:30:40 2018 New Revision: 469984 URL: https://svnweb.freebsd.org/changeset/ports/469984 Log: [New Port] sysutils/dwatch-pwsnoop DTrace module for FreeBSD dwatch(1) to read password prompts by snooping on read/write syscalls. Reviewed by: mat (mentor; earlier version), imp (mentor), dbaio Approved by: imp (mentor) Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D15415 Added: head/sysutils/dwatch-pwsnoop/ head/sysutils/dwatch-pwsnoop/Makefile (contents, props changed) head/sysutils/dwatch-pwsnoop/distinfo (contents, props changed) head/sysutils/dwatch-pwsnoop/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue May 15 00:21:34 2018 (r469983) +++ head/sysutils/Makefile Tue May 15 00:30:40 2018 (r469984) @@ -286,6 +286,7 @@ SUBDIR += dvtm SUBDIR += dwatch SUBDIR += dwatch-gource + SUBDIR += dwatch-pwsnoop SUBDIR += e2fsprogs SUBDIR += ec2-scripts SUBDIR += edid-decode Added: head/sysutils/dwatch-pwsnoop/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dwatch-pwsnoop/Makefile Tue May 15 00:30:40 2018 (r469984) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= dwatch-pwsnoop +DISTVERSION= 0.1 +CATEGORIES= sysutils + +MAINTAINER= dteske@FreeBSD.org +COMMENT= FreeBSD dwatch profile for snooping passwords + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= FrauBSD +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= libexec/dwatch/pwsnoop +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dwatch + ${INSTALL_DATA} ${WRKSRC}/pwsnoop ${STAGEDIR}${PREFIX}/libexec/dwatch + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include Added: head/sysutils/dwatch-pwsnoop/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dwatch-pwsnoop/distinfo Tue May 15 00:30:40 2018 (r469984) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526227953 +SHA256 (FrauBSD-dwatch-pwsnoop-0.1_GH0.tar.gz) = 93ce9a18d0a9d91d827b33c37c36b9abf9d862d6439b4059e67bc815b09a4531 +SIZE (FrauBSD-dwatch-pwsnoop-0.1_GH0.tar.gz) = 5146 Added: head/sysutils/dwatch-pwsnoop/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dwatch-pwsnoop/pkg-descr Tue May 15 00:30:40 2018 (r469984) @@ -0,0 +1,4 @@ +DTrace module for FreeBSD dwatch(1) to read password prompts by snooping on +read/write syscalls. + +WWW: https://fraubsd.org/dwatch-pwsnoop/ From owner-svn-ports-head@freebsd.org Tue May 15 00:41:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAB07EA84AD; Tue, 15 May 2018 00:41:55 +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 7DC5C81027; Tue, 15 May 2018 00:41:55 +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 5ED3E239AD; Tue, 15 May 2018 00:41:55 +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 w4F0ftbO076874; Tue, 15 May 2018 00:41:55 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F0ftuM076872; Tue, 15 May 2018 00:41:55 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805150041.w4F0ftuM076872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 May 2018 00:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469985 - head/www/ilias X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/www/ilias X-SVN-Commit-Revision: 469985 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 00:41:56 -0000 Author: wen Date: Tue May 15 00:41:54 2018 New Revision: 469985 URL: https://svnweb.freebsd.org/changeset/ports/469985 Log: - Update to 5.3.5 Modified: head/www/ilias/Makefile head/www/ilias/distinfo Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Tue May 15 00:30:40 2018 (r469984) +++ head/www/ilias/Makefile Tue May 15 00:41:54 2018 (r469985) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 5.3.4 +PORTVERSION= 5.3.5 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/ilias/distinfo ============================================================================== --- head/www/ilias/distinfo Tue May 15 00:30:40 2018 (r469984) +++ head/www/ilias/distinfo Tue May 15 00:41:54 2018 (r469985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524743419 -SHA256 (ILIAS-eLearning-ILIAS-v5.3.4_GH0.tar.gz) = 3a2747e40bae06f51280b73fb932d8ba91d2a31986ec11a155f44d55d20ae1ea -SIZE (ILIAS-eLearning-ILIAS-v5.3.4_GH0.tar.gz) = 176913368 +TIMESTAMP = 1526371343 +SHA256 (ILIAS-eLearning-ILIAS-v5.3.5_GH0.tar.gz) = 0a82a63016d82b27eaeee92c42e07ec08367dced60c851464c62fd7539df146f +SIZE (ILIAS-eLearning-ILIAS-v5.3.5_GH0.tar.gz) = 176842958 From owner-svn-ports-head@freebsd.org Tue May 15 01:30:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA140EABB2F; Tue, 15 May 2018 01:30: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 9EA7C6ABF0; Tue, 15 May 2018 01:30:44 +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 7FF25241DE; Tue, 15 May 2018 01:30:44 +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 w4F1UiGU097540; Tue, 15 May 2018 01:30:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F1Uigf097539; Tue, 15 May 2018 01:30:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805150130.w4F1Uigf097539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 15 May 2018 01:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469986 - in head/emulators/rpcs3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/emulators/rpcs3: . files X-SVN-Commit-Revision: 469986 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 01:30:45 -0000 Author: jbeich Date: Tue May 15 01:30:43 2018 New Revision: 469986 URL: https://svnweb.freebsd.org/changeset/ports/469986 Log: emulators/rpcs3: update to 0.0.5.282 Changes: https://github.com/RPCS3/rpcs3/compare/76a1d0d8f...04ad49de4 Changes: https://github.com/RPCS3/llvm/compare/6154c0dcaf1a...17ec6d78a737 Deleted: head/emulators/rpcs3/files/patch-no-asserts 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 May 15 00:41:54 2018 (r469985) +++ head/emulators/rpcs3/Makefile Tue May 15 01:30:43 2018 (r469986) @@ -2,9 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-259 -DISTVERSIONSUFFIX= -g76a1d0d8f -PORTREVISION= 1 +DISTVERSION= 0.0.5-282 +DISTVERSIONSUFFIX= -g04ad49de4 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -26,9 +25,10 @@ ONLY_FOR_ARCHS_REASON= requires int128 and SSE2 USE_GITHUB= yes GH_ACCOUNT= RPCS3 GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-25-gca39ce8:hidapi/3rdparty/hidapi \ - RPCS3:llvm:6154c0dcaf1:llvm/llvm \ + RPCS3:llvm:17ec6d78a73:llvm/llvm \ RPCS3:yaml-cpp:release-0.5.3-62-g017626a:yamlcpp/Utilities/yaml-cpp \ akrzemi1:Optional:f27e790:Optional/3rdparty/Optional \ + Cyan4973:xxHash:v0.6.5:xxHash/3rdparty/xxHash \ kobalicek:asmjit:673dcef:asmjit/asmjit \ Microsoft:GSL:fc5fce4:GSL/3rdparty/GSL \ USCiLab:cereal:v1.2.0:cereal/3rdparty/cereal \ Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Tue May 15 00:41:54 2018 (r469985) +++ head/emulators/rpcs3/distinfo Tue May 15 01:30:43 2018 (r469986) @@ -1,14 +1,16 @@ -TIMESTAMP = 1525898306 -SHA256 (RPCS3-rpcs3-v0.0.5-259-g76a1d0d8f_GH0.tar.gz) = 8398bb419320cd433add13f3f1d72842d32e1aac4eca5262c24feb89ded990b5 -SIZE (RPCS3-rpcs3-v0.0.5-259-g76a1d0d8f_GH0.tar.gz) = 4842636 +TIMESTAMP = 1526318079 +SHA256 (RPCS3-rpcs3-v0.0.5-282-g04ad49de4_GH0.tar.gz) = fae9894c962e62dc9eb7c36c23081373355dbed3a30949cdb356bd44f41b2d92 +SIZE (RPCS3-rpcs3-v0.0.5-282-g04ad49de4_GH0.tar.gz) = 4859220 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 -SHA256 (RPCS3-llvm-6154c0dcaf1_GH0.tar.gz) = 7623cfb81e587c7ae8db783676689eee1249d8332b7b9a688cbb76763f172127 -SIZE (RPCS3-llvm-6154c0dcaf1_GH0.tar.gz) = 37831787 +SHA256 (RPCS3-llvm-17ec6d78a73_GH0.tar.gz) = 4567d1d946429ce55d6c0480fad3b82874aad22c2b1928ac4d4ba5ba40338604 +SIZE (RPCS3-llvm-17ec6d78a73_GH0.tar.gz) = 37823077 SHA256 (RPCS3-yaml-cpp-release-0.5.3-62-g017626a_GH0.tar.gz) = 1d4b32443f137c23b68d3cb183ba6fb48eb76be2b0b30016970adff5c770d841 SIZE (RPCS3-yaml-cpp-release-0.5.3-62-g017626a_GH0.tar.gz) = 65888 SHA256 (akrzemi1-Optional-f27e790_GH0.tar.gz) = d9f81fa3699b724812994897180365b7ee2fdef1549239d5086722bd4552baf1 SIZE (akrzemi1-Optional-f27e790_GH0.tar.gz) = 16055 +SHA256 (Cyan4973-xxHash-v0.6.5_GH0.tar.gz) = 19030315f4fc1b4b2cdb9d7a317069a109f90e39d1fe4c9159b7aaa39030eb95 +SIZE (Cyan4973-xxHash-v0.6.5_GH0.tar.gz) = 37521 SHA256 (kobalicek-asmjit-673dcef_GH0.tar.gz) = 228dd2f422740a1c9e713f1c86934e95d75fc1a8731a88ea006a2cebb033ca8c SIZE (kobalicek-asmjit-673dcef_GH0.tar.gz) = 448118 SHA256 (Microsoft-GSL-fc5fce4_GH0.tar.gz) = 2df1538ff240bf4dd3ef44ba8c832451376fff8e74f7734d32fc8c337557a64d From owner-svn-ports-head@freebsd.org Tue May 15 01:56:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 561B3EAE905; Tue, 15 May 2018 01:56:14 +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 C3EA7710F9; Tue, 15 May 2018 01:56:13 +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 8CBCF24793; Tue, 15 May 2018 01:56:13 +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 w4F1uDJV012294; Tue, 15 May 2018 01:56:13 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F1uDkQ012291; Tue, 15 May 2018 01:56:13 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201805150156.w4F1uDkQ012291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 15 May 2018 01:56:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469987 - head/www/nginx-devel X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/nginx-devel X-SVN-Commit-Revision: 469987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 01:56:14 -0000 Author: osa Date: Tue May 15 01:56:12 2018 New Revision: 469987 URL: https://svnweb.freebsd.org/changeset/ports/469987 Log: Upgrade third-party redis module to recent 0.3.9 version. Bump PORTREVISION. *) Feature: redis "AUTH" command support. Original idea from https://github.com/Yongke/ngx_http_redis-0.3.7 Thanks to Wang Yongke. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/Makefile.extmod head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue May 15 01:30:43 2018 (r469986) +++ head/www/nginx-devel/Makefile Tue May 15 01:56:12 2018 (r469987) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.14.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Tue May 15 01:30:43 2018 (r469986) +++ head/www/nginx-devel/Makefile.extmod Tue May 15 01:56:12 2018 (r469987) @@ -132,8 +132,8 @@ HTTP_PUSH_STREAM_GH_TUPLE= wandenberg:nginx-push-strea HTTP_PUSH_STREAM_CONFIGURE_ON= --add-module=${WRKSRC_pushstream} HTTP_REDIS_MASTER_SITES= LOCAL/osa:redis -HTTP_REDIS_DISTFILES= ngx_http_redis-0.3.8.tar.gz:redis -HTTP_REDIS_VARS= DSO_EXTDIRS+=ngx_http_redis-0.3.8 +HTTP_REDIS_DISTFILES= ngx_http_redis-0.3.9.tar.gz:redis +HTTP_REDIS_VARS= DSO_EXTDIRS+=ngx_http_redis-0.3.9 HTTP_RESPONSE_MASTER_SITES= http://catap.ru/downloads/nginx/:response HTTP_RESPONSE_DISTFILES= ngx_http_response-0.3.tar.gz:response Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue May 15 01:30:43 2018 (r469986) +++ head/www/nginx-devel/distinfo Tue May 15 01:56:12 2018 (r469987) @@ -1,4 +1,4 @@ -TIMESTAMP = 1526222484 +TIMESTAMP = 1526259197 SHA256 (nginx-1.14.0.tar.gz) = 5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5 SIZE (nginx-1.14.0.tar.gz) = 1016272 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -7,8 +7,8 @@ SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d3 SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19 SIZE (nginx_mod_h264_streaming-2.2.7.tar.gz) = 44012 -SHA256 (ngx_http_redis-0.3.8.tar.gz) = 95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934 -SIZE (ngx_http_redis-0.3.8.tar.gz) = 12342 +SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46 +SIZE (ngx_http_redis-0.3.9.tar.gz) = 13051 SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 SIZE (ngx_http_response-0.3.tar.gz) = 2244 SHA256 (08a395c66e42.tar.gz) = 53e440737ed1aff1f09fae150219a45f16add0c8d6e84546cb7d80f73ebffd90 From owner-svn-ports-head@freebsd.org Tue May 15 02:29:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCD1EEB177F; Tue, 15 May 2018 02:29:48 +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 6CA6F792F2; Tue, 15 May 2018 02:29:48 +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 4E3A824CF3; Tue, 15 May 2018 02:29:48 +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 w4F2TmlQ027394; Tue, 15 May 2018 02:29:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F2Tmun027393; Tue, 15 May 2018 02:29:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805150229.w4F2Tmun027393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 May 2018 02:29:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469988 - head/math/R-cran-Amelia X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/R-cran-Amelia X-SVN-Commit-Revision: 469988 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 02:29:48 -0000 Author: wen Date: Tue May 15 02:29:47 2018 New Revision: 469988 URL: https://svnweb.freebsd.org/changeset/ports/469988 Log: - Update to 1.7.5 Modified: head/math/R-cran-Amelia/Makefile head/math/R-cran-Amelia/distinfo Modified: head/math/R-cran-Amelia/Makefile ============================================================================== --- head/math/R-cran-Amelia/Makefile Tue May 15 01:56:12 2018 (r469987) +++ head/math/R-cran-Amelia/Makefile Tue May 15 02:29:47 2018 (r469988) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Amelia -PORTREVISION= 2 -DISTVERSION= 1.7.4 +DISTVERSION= 1.7.5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-Amelia/distinfo ============================================================================== --- head/math/R-cran-Amelia/distinfo Tue May 15 01:56:12 2018 (r469987) +++ head/math/R-cran-Amelia/distinfo Tue May 15 02:29:47 2018 (r469988) @@ -1,2 +1,3 @@ -SHA256 (Amelia_1.7.4.tar.gz) = cd01b0e261a4256a047b816faa32250c997828ae1e42fc0fe1f7e45eb418c570 -SIZE (Amelia_1.7.4.tar.gz) = 1309481 +TIMESTAMP = 1526373766 +SHA256 (Amelia_1.7.5.tar.gz) = ea7ee22a586563f29d90da8c88ebf79da33ca33dddd5c6cf06b1b0b786aedbd6 +SIZE (Amelia_1.7.5.tar.gz) = 1321133 From owner-svn-ports-head@freebsd.org Tue May 15 02:49:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97BFEEC654C; Tue, 15 May 2018 02:49:51 +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 4962E7CF8B; Tue, 15 May 2018 02:49:51 +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 2A9DB2509D; Tue, 15 May 2018 02:49:51 +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 w4F2npXb037589; Tue, 15 May 2018 02:49:51 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F2noSN037588; Tue, 15 May 2018 02:49:50 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805150249.w4F2noSN037588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 May 2018 02:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469989 - head/math/R-cran-Matching X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/R-cran-Matching X-SVN-Commit-Revision: 469989 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 02:49:51 -0000 Author: wen Date: Tue May 15 02:49:50 2018 New Revision: 469989 URL: https://svnweb.freebsd.org/changeset/ports/469989 Log: - Update to 4.9.3 Modified: head/math/R-cran-Matching/Makefile head/math/R-cran-Matching/distinfo Modified: head/math/R-cran-Matching/Makefile ============================================================================== --- head/math/R-cran-Matching/Makefile Tue May 15 02:29:47 2018 (r469988) +++ head/math/R-cran-Matching/Makefile Tue May 15 02:49:50 2018 (r469989) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Matching -PORTREVISION= 2 -DISTVERSION= 4.9-2 +DISTVERSION= 4.9-3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-Matching/distinfo ============================================================================== --- head/math/R-cran-Matching/distinfo Tue May 15 02:29:47 2018 (r469988) +++ head/math/R-cran-Matching/distinfo Tue May 15 02:49:50 2018 (r469989) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493088184 -SHA256 (Matching_4.9-2.tar.gz) = a4173fbb9de5efdd791fad8ecdf6beff106be5c7adfe2ce822eca44303596553 -SIZE (Matching_4.9-2.tar.gz) = 300967 +TIMESTAMP = 1526380275 +SHA256 (Matching_4.9-3.tar.gz) = 1fbf346d75a079f5b23137dd7bc112207db8d64adfd197826ae6b5748600bc02 +SIZE (Matching_4.9-3.tar.gz) = 302135 From owner-svn-ports-head@freebsd.org Tue May 15 02:55:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B2A4EC6D24; Tue, 15 May 2018 02:55:49 +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 C07F97D475; Tue, 15 May 2018 02:55:48 +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 A19F925238; Tue, 15 May 2018 02:55:48 +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 w4F2tmgL042500; Tue, 15 May 2018 02:55:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F2tmY3042499; Tue, 15 May 2018 02:55:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805150255.w4F2tmY3042499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 May 2018 02:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469990 - head/math/R-cran-rgenoud X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/R-cran-rgenoud X-SVN-Commit-Revision: 469990 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 02:55:49 -0000 Author: wen Date: Tue May 15 02:55:48 2018 New Revision: 469990 URL: https://svnweb.freebsd.org/changeset/ports/469990 Log: - Update to 5.8.2.0 Modified: head/math/R-cran-rgenoud/Makefile head/math/R-cran-rgenoud/distinfo Modified: head/math/R-cran-rgenoud/Makefile ============================================================================== --- head/math/R-cran-rgenoud/Makefile Tue May 15 02:49:50 2018 (r469989) +++ head/math/R-cran-rgenoud/Makefile Tue May 15 02:55:48 2018 (r469990) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rgenoud -DISTVERSION= 5.8-1.0 -PORTREVISION= 1 +DISTVERSION= 5.8-2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-rgenoud/distinfo ============================================================================== --- head/math/R-cran-rgenoud/distinfo Tue May 15 02:49:50 2018 (r469989) +++ head/math/R-cran-rgenoud/distinfo Tue May 15 02:55:48 2018 (r469990) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510236481 -SHA256 (rgenoud_5.8-1.0.tar.gz) = 9deca354be6887f56bf9f4ca9a7291296050e51149ae9a3b757501704126c38a -SIZE (rgenoud_5.8-1.0.tar.gz) = 728574 +TIMESTAMP = 1525554896 +SHA256 (rgenoud_5.8-2.0.tar.gz) = 106c4f6a6df5159578e929a0141b3cfbaa88141a70703ff59a1fc48a27e2d239 +SIZE (rgenoud_5.8-2.0.tar.gz) = 729096 From owner-svn-ports-head@freebsd.org Tue May 15 02:58:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 506EFEC8195; Tue, 15 May 2018 02:58:59 +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 EFCD57EE41; Tue, 15 May 2018 02:58:58 +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 D257B25244; Tue, 15 May 2018 02:58:58 +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 w4F2wwPJ042722; Tue, 15 May 2018 02:58:58 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F2wwnS042721; Tue, 15 May 2018 02:58:58 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805150258.w4F2wwnS042721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 May 2018 02:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469991 - head/math/R-cran-sm X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/R-cran-sm X-SVN-Commit-Revision: 469991 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 02:58:59 -0000 Author: wen Date: Tue May 15 02:58:58 2018 New Revision: 469991 URL: https://svnweb.freebsd.org/changeset/ports/469991 Log: - Update to 2.2.5.5wq Modified: head/math/R-cran-sm/Makefile head/math/R-cran-sm/distinfo Modified: head/math/R-cran-sm/Makefile ============================================================================== --- head/math/R-cran-sm/Makefile Tue May 15 02:55:48 2018 (r469990) +++ head/math/R-cran-sm/Makefile Tue May 15 02:58:58 2018 (r469991) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sm -DISTVERSION= 2.2-5.4 -PORTREVISION= 3 +DISTVERSION= 2.2-5.5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-sm/distinfo ============================================================================== --- head/math/R-cran-sm/distinfo Tue May 15 02:55:48 2018 (r469990) +++ head/math/R-cran-sm/distinfo Tue May 15 02:58:58 2018 (r469991) @@ -1,2 +1,3 @@ -SHA256 (sm_2.2-5.4.tar.gz) = 49f26c52728ac9dd2152d80ef1d3d59b98269bdc81616f81548fa4ed842ed842 -SIZE (sm_2.2-5.4.tar.gz) = 256311 +TIMESTAMP = 1526381778 +SHA256 (sm_2.2-5.5.tar.gz) = 43e212a14c364b98b10018b56fe0a619ccffe4bde1294e6c45b3eafe7caf82e7 +SIZE (sm_2.2-5.5.tar.gz) = 256346 From owner-svn-ports-head@freebsd.org Tue May 15 03:17:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 841BBECBF26; Tue, 15 May 2018 03:17:55 +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 209908332F; Tue, 15 May 2018 03:17:55 +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 022152562D; Tue, 15 May 2018 03:17:55 +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 w4F3HsWY053753; Tue, 15 May 2018 03:17:54 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F3Hsel053751; Tue, 15 May 2018 03:17:54 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805150317.w4F3Hsel053751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 May 2018 03:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469992 - head/biology/phyml X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/biology/phyml X-SVN-Commit-Revision: 469992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 03:17:55 -0000 Author: wen Date: Tue May 15 03:17:54 2018 New Revision: 469992 URL: https://svnweb.freebsd.org/changeset/ports/469992 Log: - Update to 3.3.20180214 Modified: head/biology/phyml/Makefile head/biology/phyml/distinfo Modified: head/biology/phyml/Makefile ============================================================================== --- head/biology/phyml/Makefile Tue May 15 02:58:58 2018 (r469991) +++ head/biology/phyml/Makefile Tue May 15 03:17:54 2018 (r469992) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= phyml -DISTVERSION= 3.3.20180129 +DISTVERSIONPREFIX= v +DISTVERSION= 3.3.20180214 PORTEPOCH= 1 CATEGORIES= biology @@ -10,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +#LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= stephaneguindon Modified: head/biology/phyml/distinfo ============================================================================== --- head/biology/phyml/distinfo Tue May 15 02:58:58 2018 (r469991) +++ head/biology/phyml/distinfo Tue May 15 03:17:54 2018 (r469992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517469692 -SHA256 (stephaneguindon-phyml-3.3.20180129_GH0.tar.gz) = 9fe2158ca6dfdd08269b3890d6f5e35d4cbaef2f7c9be9ed3bd3af8209f4862b -SIZE (stephaneguindon-phyml-3.3.20180129_GH0.tar.gz) = 2459684 +TIMESTAMP = 1526382421 +SHA256 (stephaneguindon-phyml-v3.3.20180214_GH0.tar.gz) = ec059e3662874be3fdf1a9dc6d71fe4d568d987f66da9495f154f8f49c6d153e +SIZE (stephaneguindon-phyml-v3.3.20180214_GH0.tar.gz) = 2466457 From owner-svn-ports-head@freebsd.org Tue May 15 06:48:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37EBBEE2B78; Tue, 15 May 2018 06:48:20 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E125073207; Tue, 15 May 2018 06:48:19 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3C882799F; Tue, 15 May 2018 06:48:19 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F6mJhc058269; Tue, 15 May 2018 06:48:19 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F6mJnx058268; Tue, 15 May 2018 06:48:19 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201805150648.w4F6mJnx058268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 15 May 2018 06:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469993 - head/www/py-bleach X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/www/py-bleach X-SVN-Commit-Revision: 469993 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 06:48:20 -0000 Author: koobs Date: Tue May 15 06:48:19 2018 New Revision: 469993 URL: https://svnweb.freebsd.org/changeset/ports/469993 Log: www/py-bleach: Update to 2.1.3 [1] - Update TEST_DEPENDS (upstream switched from nose -> pytest) This version also fixes notifications in the existing version of net-im/py-matrix-synapse. [2] Changelog: https://github.com/mozilla/bleach/blob/v2.1.3/CHANGES PR: 226851 [1][2] Submitted by: mi MFH: 2018Q2 Modified: head/www/py-bleach/Makefile head/www/py-bleach/distinfo Modified: head/www/py-bleach/Makefile ============================================================================== --- head/www/py-bleach/Makefile Tue May 15 03:17:54 2018 (r469992) +++ head/www/py-bleach/Makefile Tue May 15 06:48:19 2018 (r469993) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bleach -PORTVERSION= 1.4.2 +PORTVERSION= 2.1.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,9 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}html5lib>=0.999:www/py-html5lib@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3:devel/py-nose@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}html5lib>=0.99999999:www/py-html5lib@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0:devel/py-pytest-runner@${FLAVOR} USES= python USE_PYTHON= autoplist distutils Modified: head/www/py-bleach/distinfo ============================================================================== --- head/www/py-bleach/distinfo Tue May 15 03:17:54 2018 (r469992) +++ head/www/py-bleach/distinfo Tue May 15 06:48:19 2018 (r469993) @@ -1,2 +1,3 @@ -SHA256 (bleach-1.4.2.tar.gz) = 56018a17d1488eb1a1e18e7cdddcaea24d3c7b3704172e356f6916c577f4fd9e -SIZE (bleach-1.4.2.tar.gz) = 17876 +TIMESTAMP = 1526364338 +SHA256 (bleach-2.1.3.tar.gz) = eb7386f632349d10d9ce9d4a838b134d4731571851149f9cc2c05a9a837a9a44 +SIZE (bleach-2.1.3.tar.gz) = 60141 From owner-svn-ports-head@freebsd.org Tue May 15 06:58:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32BFCEE3561; Tue, 15 May 2018 06:58:53 +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 D41BE74C9E; Tue, 15 May 2018 06:58:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B510527B5D; Tue, 15 May 2018 06:58:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F6wqP6063609; Tue, 15 May 2018 06:58:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F6wq53063607; Tue, 15 May 2018 06:58:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805150658.w4F6wq53063607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 15 May 2018 06:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469994 - head/misc/py-palettable X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/py-palettable X-SVN-Commit-Revision: 469994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 06:58:53 -0000 Author: yuri Date: Tue May 15 06:58:51 2018 New Revision: 469994 URL: https://svnweb.freebsd.org/changeset/ports/469994 Log: misc/py-palettable: Update 3.1.0 -> 3.1.1 Also add LICENSE_FILE. Reported by: portscout Modified: head/misc/py-palettable/Makefile head/misc/py-palettable/distinfo Modified: head/misc/py-palettable/Makefile ============================================================================== --- head/misc/py-palettable/Makefile Tue May 15 06:48:19 2018 (r469993) +++ head/misc/py-palettable/Makefile Tue May 15 06:58:51 2018 (r469994) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= palettable -DISTVERSION= 3.1.0 +DISTVERSION= 3.1.1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,7 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Library of color palettes for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/license.txt USES= python USE_PYTHON= autoplist distutils Modified: head/misc/py-palettable/distinfo ============================================================================== --- head/misc/py-palettable/distinfo Tue May 15 06:48:19 2018 (r469993) +++ head/misc/py-palettable/distinfo Tue May 15 06:58:51 2018 (r469994) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512709787 -SHA256 (palettable-3.1.0.tar.gz) = 4c6f6531b93d97eb0bf4d707160626261de11470c47e2d017ac6bb569b5308aa -SIZE (palettable-3.1.0.tar.gz) = 71857 +TIMESTAMP = 1526367323 +SHA256 (palettable-3.1.1.tar.gz) = 0685b223a236bb7e2a900ef7a855ccf9a4027361c8acf400f3b350ea51870f80 +SIZE (palettable-3.1.1.tar.gz) = 73556 From owner-svn-ports-head@freebsd.org Tue May 15 07:10:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 709E6EE404C; Tue, 15 May 2018 07:10:23 +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 2130E77787; Tue, 15 May 2018 07:10:23 +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 F255D27CF5; Tue, 15 May 2018 07:10:22 +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 w4F7AMfu068930; Tue, 15 May 2018 07:10:22 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F7AMRN068927; Tue, 15 May 2018 07:10:22 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805150710.w4F7AMRN068927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 May 2018 07:10:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469995 - in head/textproc/xqilla: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/textproc/xqilla: . files X-SVN-Commit-Revision: 469995 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 07:10:23 -0000 Author: wen Date: Tue May 15 07:10:22 2018 New Revision: 469995 URL: https://svnweb.freebsd.org/changeset/ports/469995 Log: - Update to 2.3.4 Deleted: head/textproc/xqilla/files/patch-src_dom-api_impl_XPathDocumentImpl.cpp head/textproc/xqilla/files/patch-src_dom-api_impl_XPathNamespaceImpl.cpp Modified: head/textproc/xqilla/Makefile head/textproc/xqilla/distinfo head/textproc/xqilla/pkg-plist Modified: head/textproc/xqilla/Makefile ============================================================================== --- head/textproc/xqilla/Makefile Tue May 15 06:58:51 2018 (r469994) +++ head/textproc/xqilla/Makefile Tue May 15 07:10:22 2018 (r469995) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xqilla -PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTVERSION= 2.3.4 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} Modified: head/textproc/xqilla/distinfo ============================================================================== --- head/textproc/xqilla/distinfo Tue May 15 06:58:51 2018 (r469994) +++ head/textproc/xqilla/distinfo Tue May 15 07:10:22 2018 (r469995) @@ -1,2 +1,3 @@ -SHA256 (XQilla-2.3.3.tar.gz) = 8f76b9b4f966f315acc2a8e104e426d8a76ba4ea3441b0ecfdd1e39195674fd6 -SIZE (XQilla-2.3.3.tar.gz) = 16170903 +TIMESTAMP = 1526394824 +SHA256 (XQilla-2.3.4.tar.gz) = adfd4df011fcda08be3f51771006da23e852bac81e2fe63159beddc3633b3f55 +SIZE (XQilla-2.3.4.tar.gz) = 15436023 Modified: head/textproc/xqilla/pkg-plist ============================================================================== --- head/textproc/xqilla/pkg-plist Tue May 15 06:58:51 2018 (r469994) +++ head/textproc/xqilla/pkg-plist Tue May 15 07:10:22 2018 (r469995) @@ -394,5 +394,5 @@ include/xqilla/xqts/TestSuiteResultListener.hpp include/xqilla/xqts/TestSuiteRunner.hpp lib/libxqilla.a lib/libxqilla.so -lib/libxqilla.so.3 -lib/libxqilla.so.3.3.0 +lib/libxqilla.so.2 +lib/libxqilla.so.2.4.0 From owner-svn-ports-head@freebsd.org Tue May 15 07:17:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9349EE4746; Tue, 15 May 2018 07:17: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 5CA2578A74; Tue, 15 May 2018 07:17: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 3F13F27E9F; Tue, 15 May 2018 07:17: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 w4F7HPwg073697; Tue, 15 May 2018 07:17:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F7HOft073695; Tue, 15 May 2018 07:17:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805150717.w4F7HOft073695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 15 May 2018 07:17:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469996 - head/devel/py-python-gist X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-python-gist X-SVN-Commit-Revision: 469996 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 07:17:25 -0000 Author: yuri Date: Tue May 15 07:17:24 2018 New Revision: 469996 URL: https://svnweb.freebsd.org/changeset/ports/469996 Log: devel/py-python-gist: Update 0.6.0 -> 0.6.1 Reported by: portscout Modified: head/devel/py-python-gist/Makefile head/devel/py-python-gist/distinfo Modified: head/devel/py-python-gist/Makefile ============================================================================== --- head/devel/py-python-gist/Makefile Tue May 15 07:10:22 2018 (r469995) +++ head/devel/py-python-gist/Makefile Tue May 15 07:17:24 2018 (r469996) @@ -2,7 +2,7 @@ PORTNAME= python-gist DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-gnupg>0:security/py-python-gnupg@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-gnupg>=0.4.1:security/py-python-gnupg@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ Modified: head/devel/py-python-gist/distinfo ============================================================================== --- head/devel/py-python-gist/distinfo Tue May 15 07:10:22 2018 (r469995) +++ head/devel/py-python-gist/distinfo Tue May 15 07:17:24 2018 (r469996) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510650505 -SHA256 (jdowner-gist-v0.6.0_GH0.tar.gz) = 3ced3c4071d4eded4ca681fd09a1775d95c83f8ca05f8c5ff6bb52b2ae4285c8 -SIZE (jdowner-gist-v0.6.0_GH0.tar.gz) = 18440 +TIMESTAMP = 1526368302 +SHA256 (jdowner-gist-v0.6.1_GH0.tar.gz) = ec27370dda7a846b9b77000f32c414b31dbaded6976ca6bb2a6d23ed83231ede +SIZE (jdowner-gist-v0.6.1_GH0.tar.gz) = 18515 From owner-svn-ports-head@freebsd.org Tue May 15 07:37:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6037EE5A03; Tue, 15 May 2018 07:37:49 +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 76A837D19B; Tue, 15 May 2018 07:37:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5794A272; Tue, 15 May 2018 07:37:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F7bnEZ083853; Tue, 15 May 2018 07:37:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F7bnrE083851; Tue, 15 May 2018 07:37:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201805150737.w4F7bnrE083851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 15 May 2018 07:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469997 - in head/sysutils: munin-common/files munin-node X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/sysutils: munin-common/files munin-node X-SVN-Commit-Revision: 469997 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 07:37:50 -0000 Author: mat Date: Tue May 15 07:37:48 2018 New Revision: 469997 URL: https://svnweb.freebsd.org/changeset/ports/469997 Log: On FreeBSD 10, sh handles ${foo:-} differently, and creates an empty argument, which ping does not like. PR: 228149 Reported by: Niels Bakker Sponsored by: Absolight Added: head/sysutils/munin-common/files/patch-plugins_node.d_ping__.in (contents, props changed) Modified: head/sysutils/munin-node/Makefile (contents, props changed) Added: head/sysutils/munin-common/files/patch-plugins_node.d_ping__.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-common/files/patch-plugins_node.d_ping__.in Tue May 15 07:37:48 2018 (r469997) @@ -0,0 +1,11 @@ +Can be removed when 10.4 goes out of support. + +--- plugins/node.d/ping_.in.orig 2018-03-28 19:36:43 UTC ++++ plugins/node.d/ping_.in +@@ -91,5 +91,5 @@ fi + + + # shellcheck disable=SC2086 +-"${ping:-$PING}" ${ping_args:-'-c 2'} "${host}" ${ping_args2:-} \ ++"${ping:-$PING}" ${ping_args:-'-c 2'} "${host}" ${ping_args2:- } \ + | perl -n -e 'print "ping.value ", $1 / 1000, "\n" if m@min/avg/max.*\s\d+(?:\.\d+)?/(\d+(?:\.\d+)?)/\d+(?:\.\d+)?@; print "packetloss.value $1\n" if /(\d+)% packet loss/;' Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Tue May 15 07:17:24 2018 (r469996) +++ head/sysutils/munin-node/Makefile Tue May 15 07:37:48 2018 (r469997) @@ -3,6 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node From owner-svn-ports-head@freebsd.org Tue May 15 07:45:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5168BEE60E2; Tue, 15 May 2018 07:45:07 +0000 (UTC) (envelope-from kp@krion.cc) Received: from krion.cc (krion.cc [148.251.235.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE5237EF59; Tue, 15 May 2018 07:45:06 +0000 (UTC) (envelope-from kp@krion.cc) Received: from krion.cc (krion.cc [148.251.235.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by krion.cc (Postfix) with ESMTPSA id 31DBF13C0FF; Tue, 15 May 2018 09:44:58 +0200 (CEST) Date: Tue, 15 May 2018 09:44:58 +0200 From: Kirill Ponomarev To: Kurt Jaeger Cc: Antoine Brodin , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469923 - head/databases/grass7 Message-ID: <20180515074457.GA60757@krion.cc> References: <201805141656.w4EGu4V9032838@repo.freebsd.org> <20180514173103.lgakim22zkbz5tyo@jo> <20180514181155.h5hepinnl5kcypj3@jo> <20180514184147.GD25490@fc.opsec.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <20180514184147.GD25490@fc.opsec.eu> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 07:45:07 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 05/14, Kurt Jaeger wrote: > > Weird, I disabled ccache and could build it as well: > > https://krion.cc/data/head-amd64-default/2018-05-14_20h05m09s/logs/gras= s7-7.4.0_2.log > >=20 > > Maintainer confirmed he can build it in poudriere. >=20 > I can reproduce the failure-to-package: >=20 > http://people.freebsd.org/~pi/logs/grass7-7.4.0_2.log I can't on -stable as well: https://krion.cc/data/11amd64-default/2018-05-14_21h32m44s/logs/grass7-7.4.= 0_2.log --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEJCHRFhEAQujKni1pDyI9/LMCykUFAlr6j/kACgkQDyI9/LMC ykULQgf9FTf46Hwo/RPsrh3r281TH8G6JIZ/G7ytdeBr1txaY1lrF+6Zdq0isHY2 EwZCkD7GHYzbFSoH69wPyslTZSl3eIcvqGJ5RzoMKXydNwAO6m58mIQo0Z8sdT+r glKQMbdASmq2MOnC4DXa+lbYsx2604hGhZSnz36mhRxYQjrKDzurfUkCF/Wq/xMB 5xutdtk755+J8seUUc9TzjNrX7XtQhTWcMYlR9kZYlduSeggALiuVONLYI0qFi38 SaP9vdFmfr0LkfXmNMWCHqhO7FBNK+vUWjiuZi+Hw/sK97ckADm0xi/BnHGWvpN+ Fef3kTz1nagemPG/EtUhP5xuEPvKMQ== =cPKu -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- From owner-svn-ports-head@freebsd.org Tue May 15 08:24:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35F69EE8887; Tue, 15 May 2018 08:24:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE1FA87688; Tue, 15 May 2018 08:24: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 BC988AC8; Tue, 15 May 2018 08:24: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 w4F8OoHB008963; Tue, 15 May 2018 08:24:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F8OoKf008960; Tue, 15 May 2018 08:24:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805150824.w4F8OoKf008960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 15 May 2018 08:24:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469998 - in head/www/waterfox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www/waterfox: . files X-SVN-Commit-Revision: 469998 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 08:24:51 -0000 Author: jbeich Date: Tue May 15 08:24:49 2018 New Revision: 469998 URL: https://svnweb.freebsd.org/changeset/ports/469998 Log: www/waterfox: update to 56.2.0.7 Changes: https://github.com/MrAlex94/Waterfox/compare/56.2.0...436898372f858 Added: head/www/waterfox/files/patch-bug1381815 - copied unchanged from r469878, head/www/waterfox/files/patch-bug1381815 Deleted: head/www/waterfox/files/patch-bug1426129 head/www/waterfox/files/patch-bug1439444 head/www/waterfox/files/patch-bug1443110 Modified: head/www/waterfox/Makefile head/www/waterfox/distinfo Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Tue May 15 07:37:48 2018 (r469997) +++ head/www/waterfox/Makefile Tue May 15 08:24:49 2018 (r469998) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= waterfox -DISTVERSION= 56.2.0 +DISTVERSION= 56.2.0-7 +DISTVERSIONSUFFIX= -g436898372f858 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Modified: head/www/waterfox/distinfo ============================================================================== --- head/www/waterfox/distinfo Tue May 15 07:37:48 2018 (r469997) +++ head/www/waterfox/distinfo Tue May 15 08:24:49 2018 (r469998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526323182 -SHA256 (MrAlex94-Waterfox-56.2.0_GH0.tar.gz) = b4f8ee4ef6544bacb6b0575e99e05d399cf83f983d3b0193cd9df39bd509f0d2 -SIZE (MrAlex94-Waterfox-56.2.0_GH0.tar.gz) = 395158434 +TIMESTAMP = 1526343922 +SHA256 (MrAlex94-Waterfox-56.2.0-7-g436898372f858_GH0.tar.gz) = ed9b870b81e3263afaf92efa9830b2a8e84cd71d78e300feaa5de70395974aae +SIZE (MrAlex94-Waterfox-56.2.0-7-g436898372f858_GH0.tar.gz) = 395153667 Copied: head/www/waterfox/files/patch-bug1381815 (from r469878, head/www/waterfox/files/patch-bug1381815) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1381815 Tue May 15 08:24:49 2018 (r469998, copy of r469878, head/www/waterfox/files/patch-bug1381815) @@ -0,0 +1,278 @@ +commit 165fab2f8596 +Author: Jan Horak +Date: Tue Oct 10 13:35:56 2017 +0200 + + Bug 1381815 - fixing dimensions of radio and checkbox for GTK 3.20+; r=karlt + + In the GTK < 3.20 the size of radio and checkbox toggle is determined by indicator + spacing and indicator size. By GTK 3.20+ it is replaced by standard box model + (padding, margin, border). The patch fixes that while keeping the functionality + for older GTK. The values are also cached by similar way as scrollbar metrics + are cached now. + + The focus is no longer rendered by GTK but by Mozilla code, so the extra + size for toggles has been removed from GetExtraSizeForWidget and toggles + no longer render focus indicator. + + MozReview-Commit-ID: 1Wg5AgHy1Vz + + --HG-- + extra : rebase_source : 81437f45b7d32555942d21fccc9de4a561d85111 +--- + widget/gtk/gtk3drawing.cpp | 121 ++++++++++++++++++++++++++++++---------- + widget/gtk/gtkdrawing.h | 14 +++++ + widget/gtk/nsNativeThemeGTK.cpp | 32 +---------- + 3 files changed, 107 insertions(+), 60 deletions(-) + +diff --git widget/gtk/gtk3drawing.cpp widget/gtk/gtk3drawing.cpp +index 4c562b380095..7968aef920f6 100644 +--- widget/gtk/gtk3drawing.cpp ++++ widget/gtk/gtk3drawing.cpp +@@ -22,6 +22,8 @@ static gboolean checkbox_check_state; + static gboolean notebook_has_tab_gap; + + static ScrollbarGTKMetrics sScrollbarMetrics[2]; ++static ToggleGTKMetrics sCheckboxMetrics; ++static ToggleGTKMetrics sRadioMetrics; + + #define ARROW_UP 0 + #define ARROW_DOWN G_PI +@@ -110,6 +112,8 @@ moz_gtk_refresh() + + sScrollbarMetrics[GTK_ORIENTATION_HORIZONTAL].initialized = false; + sScrollbarMetrics[GTK_ORIENTATION_VERTICAL].initialized = false; ++ sCheckboxMetrics.initialized = false; ++ sRadioMetrics.initialized = false; + } + + gint +@@ -308,33 +312,21 @@ moz_gtk_toggle_paint(cairo_t *cr, GdkRectangle* rect, + gboolean isradio, GtkTextDirection direction) + { + GtkStateFlags state_flags = GetStateFlagsFromGtkWidgetState(state); +- gint indicator_size, indicator_spacing; + gint x, y, width, height; +- gint focus_x, focus_y, focus_width, focus_height; + GtkStyleContext *style; + +- GtkWidget *widget = GetWidget(isradio ? MOZ_GTK_RADIOBUTTON_CONTAINER : +- MOZ_GTK_CHECKBUTTON_CONTAINER); +- gtk_widget_style_get(widget, +- "indicator_size", &indicator_size, +- "indicator_spacing", &indicator_spacing, +- nullptr); ++ const ToggleGTKMetrics* metrics = GetToggleMetrics(isradio); + + // XXX we should assert rect->height >= indicator_size too + // after bug 369581 is fixed. +- MOZ_ASSERT(rect->width >= indicator_size, ++ MOZ_ASSERT(rect->width >= metrics->minSizeWithBorder.width, + "GetMinimumWidgetSize was ignored"); + + // Paint it center aligned in the rect. +- x = rect->x + (rect->width - indicator_size) / 2; +- y = rect->y + (rect->height - indicator_size) / 2; +- width = indicator_size; +- height = indicator_size; +- +- focus_x = x - indicator_spacing; +- focus_y = y - indicator_spacing; +- focus_width = width + 2 * indicator_spacing; +- focus_height = height + 2 * indicator_spacing; ++ width = metrics->minSizeWithBorder.width; ++ height = metrics->minSizeWithBorder.height; ++ x = rect->x + (rect->width - width) / 2; ++ y = rect->y + (rect->height - height) / 2; + + if (selected) + state_flags = static_cast(state_flags|checkbox_check_state); +@@ -348,20 +340,25 @@ moz_gtk_toggle_paint(cairo_t *cr, GdkRectangle* rect, + if (gtk_check_version(3, 20, 0) == nullptr) { + gtk_render_background(style, cr, x, y, width, height); + gtk_render_frame(style, cr, x, y, width, height); +- } +- +- if (isradio) { +- gtk_render_option(style, cr, x, y, width, height); +- if (state->focused) { +- gtk_render_focus(style, cr, focus_x, focus_y, +- focus_width, focus_height); ++ // Indicator is inset by the toggle's padding and border. ++ gint indicator_x = x + metrics->borderAndPadding.left; ++ gint indicator_y = y + metrics->borderAndPadding.top; ++ gint indicator_width = metrics->minSizeWithBorder.width - ++ metrics->borderAndPadding.left - metrics->borderAndPadding.right; ++ gint indicator_height = metrics->minSizeWithBorder.height - ++ metrics->borderAndPadding.top - metrics->borderAndPadding.bottom; ++ if (isradio) { ++ gtk_render_option(style, cr, indicator_x, indicator_y, ++ indicator_width, indicator_height); ++ } else { ++ gtk_render_check(style, cr, indicator_x, indicator_y, ++ indicator_width, indicator_height); + } +- } +- else { +- gtk_render_check(style, cr, x, y, width, height); +- if (state->focused) { +- gtk_render_focus(style, cr, +- focus_x, focus_y, focus_width, focus_height); ++ } else { ++ if (isradio) { ++ gtk_render_option(style, cr, x, y, width, height); ++ } else { ++ gtk_render_check(style, cr, x, y, width, height); + } + } + +@@ -2514,6 +2511,68 @@ SizeFromLengthAndBreadth(GtkOrientation aOrientation, + MozGtkSize({aLength, aBreadth}) : MozGtkSize({aBreadth, aLength}); + } + ++const ToggleGTKMetrics* ++GetToggleMetrics(bool isRadio) ++{ ++ ToggleGTKMetrics* metrics; ++ if (isRadio) { ++ metrics = &sRadioMetrics; ++ } else { ++ metrics = &sCheckboxMetrics; ++ } ++ if (metrics->initialized) ++ return metrics; ++ ++ metrics->initialized = true; ++ if (gtk_check_version(3,20,0) == nullptr) { ++ GtkStyleContext* style; ++ if (isRadio) { ++ style = GetStyleContext(MOZ_GTK_RADIOBUTTON); ++ } else { ++ style = GetStyleContext(MOZ_GTK_CHECKBUTTON); ++ } ++ GtkStateFlags state_flags = gtk_style_context_get_state(style); ++ gtk_style_context_get(style, state_flags, ++ "min-height",&(metrics->minSizeWithBorder.height), ++ "min-width", &(metrics->minSizeWithBorder.width), ++ nullptr); ++ // Fallback to indicator size if min dimensions are zero ++ if (metrics->minSizeWithBorder.height == 0 || ++ metrics->minSizeWithBorder.width == 0) { ++ gint indicator_size; ++ gtk_widget_style_get(GetWidget(MOZ_GTK_CHECKBUTTON_CONTAINER), ++ "indicator_size", &indicator_size, nullptr); ++ if (metrics->minSizeWithBorder.height == 0) { ++ metrics->minSizeWithBorder.height = indicator_size; ++ } ++ if (metrics->minSizeWithBorder.width == 0) { ++ metrics->minSizeWithBorder.width = indicator_size; ++ } ++ } ++ ++ GtkBorder border, padding; ++ gtk_style_context_get_border(style, state_flags, &border); ++ gtk_style_context_get_padding(style, state_flags, &padding); ++ metrics->borderAndPadding.left = border.left + padding.left; ++ metrics->borderAndPadding.right = border.right + padding.right; ++ metrics->borderAndPadding.top = border.top + padding.top; ++ metrics->borderAndPadding.bottom = border.bottom + padding.bottom; ++ metrics->minSizeWithBorder.width += metrics->borderAndPadding.left + ++ metrics->borderAndPadding.right; ++ metrics->minSizeWithBorder.height += metrics->borderAndPadding.top + ++ metrics->borderAndPadding.bottom; ++ } else { ++ gint indicator_size, indicator_spacing; ++ gtk_widget_style_get(GetWidget(MOZ_GTK_CHECKBUTTON_CONTAINER), ++ "indicator_size", &indicator_size, ++ "indicator_spacing", &indicator_spacing, ++ nullptr); ++ metrics->minSizeWithBorder.width = ++ metrics->minSizeWithBorder.height = indicator_size; ++ } ++ return metrics; ++} ++ + const ScrollbarGTKMetrics* + GetScrollbarMetrics(GtkOrientation aOrientation) + { +diff --git widget/gtk/gtkdrawing.h widget/gtk/gtkdrawing.h +index 42dbf8287499..909c18f7f525 100644 +--- widget/gtk/gtkdrawing.h ++++ widget/gtk/gtkdrawing.h +@@ -83,6 +83,12 @@ typedef struct { + } border; + } ScrollbarGTKMetrics; + ++typedef struct { ++ bool initialized; ++ MozGtkSize minSizeWithBorder; ++ GtkBorder borderAndPadding; ++} ToggleGTKMetrics; ++ + typedef enum { + MOZ_GTK_STEPPER_DOWN = 1 << 0, + MOZ_GTK_STEPPER_BOTTOM = 1 << 1, +@@ -391,6 +397,14 @@ moz_gtk_get_tab_border(gint* left, gint* top, gint* right, gint* bottom, + gint + moz_gtk_checkbox_get_metrics(gint* indicator_size, gint* indicator_spacing); + ++/** ++ * Get metrics of the toggle (radio or checkbox) ++ * isRadio: [IN] true when requesting metrics for the radio button ++ * returns: pointer to ToggleGTKMetrics struct ++ */ ++const ToggleGTKMetrics* ++GetToggleMetrics(bool isRadio); ++ + /** + * Get the desired size of a GtkRadioButton + * indicator_size: [OUT] the indicator size +diff --git widget/gtk/nsNativeThemeGTK.cpp widget/gtk/nsNativeThemeGTK.cpp +index 06e62efbcda8..da3eaa71a6b4 100644 +--- widget/gtk/nsNativeThemeGTK.cpp ++++ widget/gtk/nsNativeThemeGTK.cpp +@@ -1020,24 +1020,6 @@ nsNativeThemeGTK::GetExtraSizeForWidget(nsIFrame* aFrame, uint8_t aWidgetType, + aExtra->left = aExtra->right = 1; + break; + +- // Include the indicator spacing (the padding around the control). +- case NS_THEME_CHECKBOX: +- case NS_THEME_RADIO: +- { +- gint indicator_size, indicator_spacing; +- +- if (aWidgetType == NS_THEME_CHECKBOX) { +- moz_gtk_checkbox_get_metrics(&indicator_size, &indicator_spacing); +- } else { +- moz_gtk_radio_get_metrics(&indicator_size, &indicator_spacing); +- } +- +- aExtra->top = indicator_spacing; +- aExtra->right = indicator_spacing; +- aExtra->bottom = indicator_spacing; +- aExtra->left = indicator_spacing; +- break; +- } + case NS_THEME_BUTTON : + { + if (IsDefaultButton(aFrame)) { +@@ -1595,17 +1577,9 @@ nsNativeThemeGTK::GetMinimumWidgetSize(nsPresContext* aPresContext, + case NS_THEME_CHECKBOX: + case NS_THEME_RADIO: + { +- gint indicator_size, indicator_spacing; +- +- if (aWidgetType == NS_THEME_CHECKBOX) { +- moz_gtk_checkbox_get_metrics(&indicator_size, &indicator_spacing); +- } else { +- moz_gtk_radio_get_metrics(&indicator_size, &indicator_spacing); +- } +- +- // Include space for the indicator and the padding around it. +- aResult->width = indicator_size; +- aResult->height = indicator_size; ++ const ToggleGTKMetrics* metrics = GetToggleMetrics(aWidgetType == NS_THEME_RADIO); ++ aResult->width = metrics->minSizeWithBorder.width; ++ aResult->height = metrics->minSizeWithBorder.height; + } + break; + case NS_THEME_TOOLBARBUTTON_DROPDOWN: From owner-svn-ports-head@freebsd.org Tue May 15 08:28:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E820EE8C65; Tue, 15 May 2018 08:28:58 +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 31D55680F4; Tue, 15 May 2018 08:28:58 +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 13205ACC; Tue, 15 May 2018 08:28:58 +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 w4F8SvvJ009209; Tue, 15 May 2018 08:28:57 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F8SvBq009208; Tue, 15 May 2018 08:28:57 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201805150828.w4F8SvBq009208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 15 May 2018 08:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469999 - head X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 469999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 08:28:58 -0000 Author: mat Date: Tue May 15 08:28:57 2018 New Revision: 469999 URL: https://svnweb.freebsd.org/changeset/ports/469999 Log: lint. Pointy hat: madpilot Sponsored by: Absolight Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Tue May 15 08:24:49 2018 (r469998) +++ head/MOVED Tue May 15 08:28:57 2018 (r469999) @@ -10185,4 +10185,4 @@ www/p5-Kwiki||2018-05-09|Has expired: All www files wr x11-servers/x11rdp|x11-drivers/xorgxrdp|2018-05-13|Obsoleted by update of net/xrdp net-p2p/btsync|net-p2p/rslsync|2018-05-13|Renamed by the vendor net-im/licq-msn||2018-05-14|MSN Messenger service terminated 2017-05-19 -finance/gnucash@guile1||2018-05-14|Version 3.0 dropped guile1 support. Use unflavored finance/gnucash instead. +finance/gnucash@guile1||2018-05-14|Version 3.0 dropped guile1 support. Use unflavored finance/gnucash instead From owner-svn-ports-head@freebsd.org Tue May 15 08:34:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBC4DEE9252; Tue, 15 May 2018 08:34:08 +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 8D8456862F; Tue, 15 May 2018 08:34:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EC42C5D; Tue, 15 May 2018 08:34:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F8Y83G013891; Tue, 15 May 2018 08:34:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F8Y8wK013890; Tue, 15 May 2018 08:34:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805150834.w4F8Y8wK013890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 15 May 2018 08:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470000 - head/math/superlu_mt X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/math/superlu_mt X-SVN-Commit-Revision: 470000 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 08:34:09 -0000 Author: amdmi3 Date: Tue May 15 08:34:08 2018 New Revision: 470000 URL: https://svnweb.freebsd.org/changeset/ports/470000 Log: - Switch to options helpers - Switch to new test framework Approved by: portmgr blanket Modified: head/math/superlu_mt/Makefile Modified: head/math/superlu_mt/Makefile ============================================================================== --- head/math/superlu_mt/Makefile Tue May 15 08:28:57 2018 (r469999) +++ head/math/superlu_mt/Makefile Tue May 15 08:34:08 2018 (r470000) @@ -113,16 +113,14 @@ do-install: ${STAGEDIR}${PREFIX}/lib/libsuperlu_mt.so ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/SRC/*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME} -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/DOC/*.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/simax97.ps.gz ${STAGEDIR}${DOCSDIR} -.endif -.ifdef MAINTAINER_MODE -regression-test: do-build +do-test: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} testing) @(cd ${WRKSRC_SHARED} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} testing) -.endif .include From owner-svn-ports-head@freebsd.org Tue May 15 08:39:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C434EEE96FE; Tue, 15 May 2018 08:39: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 71E866A66A; Tue, 15 May 2018 08:39:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ECF2C63; Tue, 15 May 2018 08:39:40 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F8deha014259; Tue, 15 May 2018 08:39:40 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F8dddq014256; Tue, 15 May 2018 08:39:39 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201805150839.w4F8dddq014256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Tue, 15 May 2018 08:39:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470001 - in head: . net-im net-im/rubygem-earthquake security security/rubygem-jugyo-twitter_oauth X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: in head: . net-im net-im/rubygem-earthquake security security/rubygem-jugyo-twitter_oauth X-SVN-Commit-Revision: 470001 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 08:39:41 -0000 Author: meta Date: Tue May 15 08:39:39 2018 New Revision: 470001 URL: https://svnweb.freebsd.org/changeset/ports/470001 Log: net-im/rubygem-earthquake: Remove port This port has been broken for years and no longer maintained by upstream. Also, remove security/rubygem-jugyo_twtter_oauth. It is a fork of twitter_oauth[1] and required only by net-im/rubygem-earthquake. [1] https://rubygems.org/gems/twitter_oauth Approved by: hrs (mentor) Differential Revision: https://reviews.freebsd.org/D15441 Deleted: head/net-im/rubygem-earthquake/ head/security/rubygem-jugyo-twitter_oauth/ Modified: head/MOVED head/net-im/Makefile head/security/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue May 15 08:34:08 2018 (r470000) +++ head/MOVED Tue May 15 08:39:39 2018 (r470001) @@ -10186,3 +10186,5 @@ x11-servers/x11rdp|x11-drivers/xorgxrdp|2018-05-13|Obs net-p2p/btsync|net-p2p/rslsync|2018-05-13|Renamed by the vendor net-im/licq-msn||2018-05-14|MSN Messenger service terminated 2017-05-19 finance/gnucash@guile1||2018-05-14|Version 3.0 dropped guile1 support. Use unflavored finance/gnucash instead +net-im/rubygem-earthquake||2018-05-15|Broken and unmaintained upstream +security/rubygem-jugyo-twitter_oauth||2018-05-15|The only consumer of this port (net-im/rubygem-earthquake) has been removed Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Tue May 15 08:34:08 2018 (r470000) +++ head/net-im/Makefile Tue May 15 08:39:39 2018 (r470001) @@ -167,7 +167,6 @@ SUBDIR += qxmpp-qt5 SUBDIR += ramblercontacts SUBDIR += ricochet - SUBDIR += rubygem-earthquake SUBDIR += rubygem-hipchat SUBDIR += rubygem-hipchat15 SUBDIR += rubygem-lita Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue May 15 08:34:08 2018 (r470000) +++ head/security/Makefile Tue May 15 08:39:39 2018 (r470001) @@ -1107,7 +1107,6 @@ SUBDIR += rubygem-gpgr SUBDIR += rubygem-gssapi SUBDIR += rubygem-hkdf - SUBDIR += rubygem-jugyo-twitter_oauth SUBDIR += rubygem-metasploit-aggregator SUBDIR += rubygem-metasploit-concern SUBDIR += rubygem-metasploit-credential From owner-svn-ports-head@freebsd.org Tue May 15 08:40:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4BA5EE97B0; Tue, 15 May 2018 08:40:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A8D26AD8A; Tue, 15 May 2018 08:40:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D58CC6E; Tue, 15 May 2018 08:40:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F8eQ5J014441; Tue, 15 May 2018 08:40:26 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F8ePdY014439; Tue, 15 May 2018 08:40:25 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805150840.w4F8ePdY014439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 May 2018 08:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470002 - head/textproc/coccigrep X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/textproc/coccigrep X-SVN-Commit-Revision: 470002 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 08:40:26 -0000 Author: wen Date: Tue May 15 08:40:25 2018 New Revision: 470002 URL: https://svnweb.freebsd.org/changeset/ports/470002 Log: - Update to 1.17 Modified: head/textproc/coccigrep/Makefile head/textproc/coccigrep/distinfo Modified: head/textproc/coccigrep/Makefile ============================================================================== --- head/textproc/coccigrep/Makefile Tue May 15 08:39:39 2018 (r470001) +++ head/textproc/coccigrep/Makefile Tue May 15 08:40:25 2018 (r470002) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= coccigrep -PORTVERSION= 1.16 +PORTVERSION= 1.17 DISTVERSIONPREFIX= v CATEGORIES= textproc Modified: head/textproc/coccigrep/distinfo ============================================================================== --- head/textproc/coccigrep/distinfo Tue May 15 08:39:39 2018 (r470001) +++ head/textproc/coccigrep/distinfo Tue May 15 08:40:25 2018 (r470002) @@ -1,2 +1,3 @@ -SHA256 (regit-coccigrep-v1.16_GH0.tar.gz) = 5570b2a5742808a88e08c299e0e7651fa2a82626e2fac137600f110dc699ed9a -SIZE (regit-coccigrep-v1.16_GH0.tar.gz) = 32622 +TIMESTAMP = 1526400286 +SHA256 (regit-coccigrep-v1.17_GH0.tar.gz) = 4770fda04c4ad4e3ff1f4a2830f0a74c8fb4e73d09e350eaa9f4a2380a34a296 +SIZE (regit-coccigrep-v1.17_GH0.tar.gz) = 32830 From owner-svn-ports-head@freebsd.org Tue May 15 08:43:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43930EE9C3B; Tue, 15 May 2018 08:43:12 +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 E06EE6B619; Tue, 15 May 2018 08:43:11 +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 C0F84E13; Tue, 15 May 2018 08:43:11 +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 w4F8hBW2019972; Tue, 15 May 2018 08:43:11 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F8hAZI019968; Tue, 15 May 2018 08:43:10 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201805150843.w4F8hAZI019968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Tue, 15 May 2018 08:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470005 - in head/textproc: . bat bat/files X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head/textproc: . bat bat/files X-SVN-Commit-Revision: 470005 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 08:43:12 -0000 Author: pizzamig Date: Tue May 15 08:43:10 2018 New Revision: 470005 URL: https://svnweb.freebsd.org/changeset/ports/470005 Log: textproc/bat: a cat(1) clone with syntax highlighting Add bat, a cat(1) clone with syntax highlighting, Git integration and automatic paging Written in Rust. Added: head/textproc/bat/ head/textproc/bat/Makefile (contents, props changed) head/textproc/bat/distinfo (contents, props changed) head/textproc/bat/files/ head/textproc/bat/files/patch-cargo-crates_console-0.6.1_src_unix__term.rs (contents, props changed) head/textproc/bat/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue May 15 08:42:03 2018 (r470004) +++ head/textproc/Makefile Tue May 15 08:43:10 2018 (r470005) @@ -51,6 +51,7 @@ SUBDIR += augeas SUBDIR += az-aspell SUBDIR += bar + SUBDIR += bat SUBDIR += bbe SUBDIR += be-aspell SUBDIR += bedic-data Added: head/textproc/bat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/bat/Makefile Tue May 15 08:43:10 2018 (r470005) @@ -0,0 +1,119 @@ +# $FreeBSD$ + +PORTNAME= bat +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.0 +CATEGORIES= textproc + +MAINTAINER= pizzamig@FreeBSD.org +COMMENT= Clone of cat with syntax highlighting + +LICENSE= APACHE20 + +USES= cargo cmake:noninja gmake +USE_GITHUB= yes +GH_ACCOUNT= sharkdp + +PLIST_FILES= bin/bat + +CARGO_CRATES= aho-corasick-0.6.4 \ + ansi_term-0.10.2 \ + ansi_term-0.11.0 \ + atty-0.2.10 \ + backtrace-0.3.7 \ + backtrace-sys-0.1.16 \ + base64-0.8.0 \ + bincode-1.0.0 \ + bitflags-1.0.3 \ + byteorder-1.2.2 \ + bytes-0.4.7 \ + cc-1.0.15 \ + cfg-if-0.1.3 \ + chrono-0.4.2 \ + clap-2.31.2 \ + clicolors-control-0.2.0 \ + cmake-0.1.31 \ + console-0.6.1 \ + directories-0.10.0 \ + dtoa-0.4.2 \ + duct-0.10.0 \ + error-chain-0.11.0 \ + flate2-1.0.1 \ + fnv-1.0.6 \ + fuchsia-zircon-0.3.3 \ + fuchsia-zircon-sys-0.3.3 \ + gcc-0.3.54 \ + git2-0.7.1 \ + idna-0.1.4 \ + iovec-0.1.2 \ + itoa-0.4.1 \ + kernel32-sys-0.2.2 \ + lazy_static-0.2.11 \ + lazy_static-1.0.0 \ + lazycell-0.6.0 \ + libc-0.2.40 \ + libgit2-sys-0.7.1 \ + libz-sys-1.0.18 \ + linked-hash-map-0.5.1 \ + log-0.4.1 \ + matches-0.1.6 \ + memchr-2.0.1 \ + miniz-sys-0.1.10 \ + nix-0.10.0 \ + num-integer-0.1.36 \ + num-traits-0.2.2 \ + onig-3.2.2 \ + onig_sys-68.0.1 \ + os_pipe-0.6.1 \ + owning_ref-0.3.3 \ + parking_lot-0.5.5 \ + parking_lot_core-0.2.14 \ + percent-encoding-1.0.1 \ + pkg-config-0.3.11 \ + plist-0.2.4 \ + proc-macro2-0.3.8 \ + quote-0.5.2 \ + rand-0.4.2 \ + redox_syscall-0.1.37 \ + redox_termios-0.1.1 \ + regex-0.2.11 \ + regex-syntax-0.4.2 \ + regex-syntax-0.5.6 \ + rustc-demangle-0.1.8 \ + safemem-0.2.0 \ + same-file-1.0.2 \ + serde-1.0.51 \ + serde_derive-1.0.51 \ + serde_json-1.0.17 \ + shared_child-0.3.2 \ + smallvec-0.6.1 \ + stable_deref_trait-1.0.0 \ + strsim-0.7.0 \ + syn-0.13.7 \ + syntect-2.0.1 \ + term_size-0.3.1 \ + termion-1.5.1 \ + termios-0.2.2 \ + textwrap-0.9.0 \ + thread_local-0.3.5 \ + time-0.1.39 \ + ucd-util-0.1.1 \ + unicode-bidi-0.3.4 \ + unicode-normalization-0.1.6 \ + unicode-width-0.1.4 \ + unicode-xid-0.1.0 \ + unreachable-1.0.0 \ + url-1.7.0 \ + utf8-ranges-1.0.0 \ + vcpkg-0.2.3 \ + void-1.0.2 \ + walkdir-2.1.4 \ + winapi-0.2.8 \ + winapi-0.3.4 \ + winapi-build-0.1.1 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + xml-rs-0.7.0 \ + yaml-rust-0.4.0 + +.include Added: head/textproc/bat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/bat/distinfo Tue May 15 08:43:10 2018 (r470005) @@ -0,0 +1,201 @@ +TIMESTAMP = 1526299978 +SHA256 (rust/crates/aho-corasick-0.6.4.tar.gz) = d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4 +SIZE (rust/crates/aho-corasick-0.6.4.tar.gz) = 25443 +SHA256 (rust/crates/ansi_term-0.10.2.tar.gz) = 6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455 +SIZE (rust/crates/ansi_term-0.10.2.tar.gz) = 16642 +SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b +SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 +SHA256 (rust/crates/atty-0.2.10.tar.gz) = 2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1 +SIZE (rust/crates/atty-0.2.10.tar.gz) = 5962 +SHA256 (rust/crates/backtrace-0.3.7.tar.gz) = 8ea58cd16fd6c9d120b5bcb01d63883ae4cc7ba2aed35c1841b862a3c7ef6639 +SIZE (rust/crates/backtrace-0.3.7.tar.gz) = 28432 +SHA256 (rust/crates/backtrace-sys-0.1.16.tar.gz) = 44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661 +SIZE (rust/crates/backtrace-sys-0.1.16.tar.gz) = 283418 +SHA256 (rust/crates/base64-0.8.0.tar.gz) = 7c4a342b450b268e1be8036311e2c613d7f8a7ed31214dff1cc3b60852a3168d +SIZE (rust/crates/base64-0.8.0.tar.gz) = 33091 +SHA256 (rust/crates/bincode-1.0.0.tar.gz) = bda13183df33055cbb84b847becce220d392df502ebe7a4a78d7021771ed94d0 +SIZE (rust/crates/bincode-1.0.0.tar.gz) = 13617 +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.2.tar.gz) = 73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87 +SIZE (rust/crates/byteorder-1.2.2.tar.gz) = 18909 +SHA256 (rust/crates/bytes-0.4.7.tar.gz) = 2f1d50c876fb7545f5f289cd8b2aee3f359d073ae819eed5d6373638e2c61e59 +SIZE (rust/crates/bytes-0.4.7.tar.gz) = 44743 +SHA256 (rust/crates/cc-1.0.15.tar.gz) = 0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba +SIZE (rust/crates/cc-1.0.15.tar.gz) = 41839 +SHA256 (rust/crates/cfg-if-0.1.3.tar.gz) = 405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18 +SIZE (rust/crates/cfg-if-0.1.3.tar.gz) = 7115 +SHA256 (rust/crates/chrono-0.4.2.tar.gz) = 1cce36c92cb605414e9b824f866f5babe0a0368e39ea07393b9b63cf3844c0e6 +SIZE (rust/crates/chrono-0.4.2.tar.gz) = 129309 +SHA256 (rust/crates/clap-2.31.2.tar.gz) = f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536 +SIZE (rust/crates/clap-2.31.2.tar.gz) = 194051 +SHA256 (rust/crates/clicolors-control-0.2.0.tar.gz) = 1f84dec9bc083ce2503908cd305af98bd363da6f54bf8d4bf0ac14ee749ad5d1 +SIZE (rust/crates/clicolors-control-0.2.0.tar.gz) = 3029 +SHA256 (rust/crates/cmake-0.1.31.tar.gz) = 95470235c31c726d72bf2e1f421adc1e65b9d561bf5529612cbe1a72da1467b3 +SIZE (rust/crates/cmake-0.1.31.tar.gz) = 12480 +SHA256 (rust/crates/console-0.6.1.tar.gz) = 7649ca90478264b9686aac8d269fcb014f14c2bed7c79a7e51b9f6afd4d783eb +SIZE (rust/crates/console-0.6.1.tar.gz) = 12181 +SHA256 (rust/crates/directories-0.10.0.tar.gz) = fc2561db021b6f1321d0f16b67ed28ce843ef4610dfaa432e3ffa2e8a3050ebf +SIZE (rust/crates/directories-0.10.0.tar.gz) = 16116 +SHA256 (rust/crates/dtoa-0.4.2.tar.gz) = 09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab +SIZE (rust/crates/dtoa-0.4.2.tar.gz) = 14227 +SHA256 (rust/crates/duct-0.10.0.tar.gz) = 166298c17c5b4fe5997b962c2f22e887c7c5adc44308eb9103ce5b66af45a423 +SIZE (rust/crates/duct-0.10.0.tar.gz) = 25949 +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/flate2-1.0.1.tar.gz) = 9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909 +SIZE (rust/crates/flate2-1.0.1.tar.gz) = 61869 +SHA256 (rust/crates/fnv-1.0.6.tar.gz) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 +SIZE (rust/crates/fnv-1.0.6.tar.gz) = 11131 +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/gcc-0.3.54.tar.gz) = 5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb +SIZE (rust/crates/gcc-0.3.54.tar.gz) = 37248 +SHA256 (rust/crates/git2-0.7.1.tar.gz) = 0f41c0035c37ec11ed3f1e1946a76070b0c740393687e9a9c7612f6a709036b3 +SIZE (rust/crates/git2-0.7.1.tar.gz) = 141487 +SHA256 (rust/crates/idna-0.1.4.tar.gz) = 014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d +SIZE (rust/crates/idna-0.1.4.tar.gz) = 289112 +SHA256 (rust/crates/iovec-0.1.2.tar.gz) = dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 +SIZE (rust/crates/iovec-0.1.2.tar.gz) = 8565 +SHA256 (rust/crates/itoa-0.4.1.tar.gz) = c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682 +SIZE (rust/crates/itoa-0.4.1.tar.gz) = 10563 +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 +SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) = 76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73 +SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361 +SHA256 (rust/crates/lazy_static-1.0.0.tar.gz) = c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d +SIZE (rust/crates/lazy_static-1.0.0.tar.gz) = 12611 +SHA256 (rust/crates/lazycell-0.6.0.tar.gz) = a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef +SIZE (rust/crates/lazycell-0.6.0.tar.gz) = 10099 +SHA256 (rust/crates/libc-0.2.40.tar.gz) = 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b +SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272 +SHA256 (rust/crates/libgit2-sys-0.7.1.tar.gz) = 1ecbd6428006c321c29b6c8a895f0d90152f1cf4fd8faab69fc436a3d9594f63 +SIZE (rust/crates/libgit2-sys-0.7.1.tar.gz) = 4717492 +SHA256 (rust/crates/libz-sys-1.0.18.tar.gz) = 87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16 +SIZE (rust/crates/libz-sys-1.0.18.tar.gz) = 632715 +SHA256 (rust/crates/linked-hash-map-0.5.1.tar.gz) = 70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e +SIZE (rust/crates/linked-hash-map-0.5.1.tar.gz) = 16559 +SHA256 (rust/crates/log-0.4.1.tar.gz) = 89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2 +SIZE (rust/crates/log-0.4.1.tar.gz) = 20731 +SHA256 (rust/crates/matches-0.1.6.tar.gz) = 100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376 +SIZE (rust/crates/matches-0.1.6.tar.gz) = 1916 +SHA256 (rust/crates/memchr-2.0.1.tar.gz) = 796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d +SIZE (rust/crates/memchr-2.0.1.tar.gz) = 9858 +SHA256 (rust/crates/miniz-sys-0.1.10.tar.gz) = 609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4 +SIZE (rust/crates/miniz-sys-0.1.10.tar.gz) = 53357 +SHA256 (rust/crates/nix-0.10.0.tar.gz) = b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f +SIZE (rust/crates/nix-0.10.0.tar.gz) = 124570 +SHA256 (rust/crates/num-integer-0.1.36.tar.gz) = f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe +SIZE (rust/crates/num-integer-0.1.36.tar.gz) = 12168 +SHA256 (rust/crates/num-traits-0.2.2.tar.gz) = dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364 +SIZE (rust/crates/num-traits-0.2.2.tar.gz) = 34777 +SHA256 (rust/crates/onig-3.2.2.tar.gz) = f5eeb268a4620c74ea5768c6d2ccd492d60a47a8754666b91a46bfc35cd4d1ba +SIZE (rust/crates/onig-3.2.2.tar.gz) = 36111 +SHA256 (rust/crates/onig_sys-68.0.1.tar.gz) = 5c6be7c4f985508684e54f18dd37f71e66f3e1ad9318336a520d7e42f0d3ea8e +SIZE (rust/crates/onig_sys-68.0.1.tar.gz) = 647250 +SHA256 (rust/crates/os_pipe-0.6.1.tar.gz) = 934868c3f86ed7a39ef63d88edeac5bd49a0c843192651900e9ce1178cbbf157 +SIZE (rust/crates/os_pipe-0.6.1.tar.gz) = 8451 +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/parking_lot_core-0.2.14.tar.gz) = 4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa +SIZE (rust/crates/parking_lot_core-0.2.14.tar.gz) = 22140 +SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) = 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 +SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) = 10057 +SHA256 (rust/crates/pkg-config-0.3.11.tar.gz) = 110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f +SIZE (rust/crates/pkg-config-0.3.11.tar.gz) = 13227 +SHA256 (rust/crates/plist-0.2.4.tar.gz) = c61ac2afed2856590ae79d6f358a24b85ece246d2aa134741a66d589519b7503 +SIZE (rust/crates/plist-0.2.4.tar.gz) = 20553 +SHA256 (rust/crates/proc-macro2-0.3.8.tar.gz) = 1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7 +SIZE (rust/crates/proc-macro2-0.3.8.tar.gz) = 24412 +SHA256 (rust/crates/quote-0.5.2.tar.gz) = 9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8 +SIZE (rust/crates/quote-0.5.2.tar.gz) = 14982 +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.37.tar.gz) = 0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd +SIZE (rust/crates/redox_syscall-0.1.37.tar.gz) = 13980 +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-0.2.11.tar.gz) = 9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384 +SIZE (rust/crates/regex-0.2.11.tar.gz) = 209507 +SHA256 (rust/crates/regex-syntax-0.4.2.tar.gz) = 8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e +SIZE (rust/crates/regex-syntax-0.4.2.tar.gz) = 126234 +SHA256 (rust/crates/regex-syntax-0.5.6.tar.gz) = 7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7 +SIZE (rust/crates/regex-syntax-0.5.6.tar.gz) = 233912 +SHA256 (rust/crates/rustc-demangle-0.1.8.tar.gz) = 76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649 +SIZE (rust/crates/rustc-demangle-0.1.8.tar.gz) = 10737 +SHA256 (rust/crates/safemem-0.2.0.tar.gz) = e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f +SIZE (rust/crates/safemem-0.2.0.tar.gz) = 6450 +SHA256 (rust/crates/same-file-1.0.2.tar.gz) = cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637 +SIZE (rust/crates/same-file-1.0.2.tar.gz) = 8870 +SHA256 (rust/crates/serde-1.0.51.tar.gz) = 21924cc18e5281f232a17c040355fac97732b42cf019c24996a1642bcb169cdb +SIZE (rust/crates/serde-1.0.51.tar.gz) = 67881 +SHA256 (rust/crates/serde_derive-1.0.51.tar.gz) = 9c624a90bec6fe9bc60d275d7af71c72c26b24cd6c6776d8e344dc4044caa3e2 +SIZE (rust/crates/serde_derive-1.0.51.tar.gz) = 44846 +SHA256 (rust/crates/serde_json-1.0.17.tar.gz) = f3ad6d546e765177cf3dded3c2e424a8040f870083a0e64064746b958ece9cb1 +SIZE (rust/crates/serde_json-1.0.17.tar.gz) = 64689 +SHA256 (rust/crates/shared_child-0.3.2.tar.gz) = bcd5e483b3475af9bc2a35311c2f3bbf0bd98fde91410ab15a0d4ba3c3127b4e +SIZE (rust/crates/shared_child-0.3.2.tar.gz) = 6845 +SHA256 (rust/crates/smallvec-0.6.1.tar.gz) = 03dab98ab5ded3a8b43b2c80751194608d0b2aa0f1d46cf95d1c35e192844aa7 +SIZE (rust/crates/smallvec-0.6.1.tar.gz) = 17927 +SHA256 (rust/crates/stable_deref_trait-1.0.0.tar.gz) = 15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b +SIZE (rust/crates/stable_deref_trait-1.0.0.tar.gz) = 7321 +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.7.tar.gz) = 61b8f1b737f929c6516ba46a3133fd6d5215ad8a62f66760f851f7048aebedfb +SIZE (rust/crates/syn-0.13.7.tar.gz) = 134199 +SHA256 (rust/crates/syntect-2.0.1.tar.gz) = eceb461f684c9e8e00f7a50055698af62c76d5b86e4ad50b4311acd5f655d606 +SIZE (rust/crates/syntect-2.0.1.tar.gz) = 663960 +SHA256 (rust/crates/term_size-0.3.1.tar.gz) = 9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327 +SIZE (rust/crates/term_size-0.3.1.tar.gz) = 10754 +SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 +SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 +SHA256 (rust/crates/termios-0.2.2.tar.gz) = d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a +SIZE (rust/crates/termios-0.2.2.tar.gz) = 8966 +SHA256 (rust/crates/textwrap-0.9.0.tar.gz) = c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693 +SIZE (rust/crates/textwrap-0.9.0.tar.gz) = 15795 +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/time-0.1.39.tar.gz) = a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098 +SIZE (rust/crates/time-0.1.39.tar.gz) = 29295 +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/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 +SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 +SHA256 (rust/crates/unicode-normalization-0.1.6.tar.gz) = 90d662d111b0dbb08a180f2761026cba648c258023c355954a7c00e00e354636 +SIZE (rust/crates/unicode-normalization-0.1.6.tar.gz) = 329865 +SHA256 (rust/crates/unicode-width-0.1.4.tar.gz) = bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f +SIZE (rust/crates/unicode-width-0.1.4.tar.gz) = 15283 +SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc +SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 +SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 +SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 +SHA256 (rust/crates/url-1.7.0.tar.gz) = f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7 +SIZE (rust/crates/url-1.7.0.tar.gz) = 67909 +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/vcpkg-0.2.3.tar.gz) = 7ed0f6789c8a85ca41bbc1c9d175422116a9869bd1cf31bb08e1493ecce60380 +SIZE (rust/crates/vcpkg-0.2.3.tar.gz) = 6015 +SHA256 (rust/crates/void-1.0.2.tar.gz) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d +SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 +SHA256 (rust/crates/walkdir-2.1.4.tar.gz) = 63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369 +SIZE (rust/crates/walkdir-2.1.4.tar.gz) = 22695 +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.4.tar.gz) = 04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3 +SIZE (rust/crates/winapi-0.3.4.tar.gz) = 905247 +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +SHA256 (rust/crates/xml-rs-0.7.0.tar.gz) = 3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2 +SIZE (rust/crates/xml-rs-0.7.0.tar.gz) = 50980 +SHA256 (rust/crates/yaml-rust-0.4.0.tar.gz) = 57ab38ee1a4a266ed033496cf9af1828d8d6e6c1cfa5f643a2809effcae4d628 +SIZE (rust/crates/yaml-rust-0.4.0.tar.gz) = 44668 +SHA256 (sharkdp-bat-v0.3.0_GH0.tar.gz) = ffb3f2b20fb831e503c3db224a563dc30e766c627a08c069cf60e5182845207c +SIZE (sharkdp-bat-v0.3.0_GH0.tar.gz) = 337970 Added: head/textproc/bat/files/patch-cargo-crates_console-0.6.1_src_unix__term.rs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/bat/files/patch-cargo-crates_console-0.6.1_src_unix__term.rs Tue May 15 08:43:10 2018 (r470005) @@ -0,0 +1,11 @@ +--- cargo-crates/console-0.6.1/src/unix_term.rs.orig 2017-05-11 05:32:00 UTC ++++ cargo-crates/console-0.6.1/src/unix_term.rs +@@ -28,7 +28,7 @@ pub fn terminal_size() -> Option<(u16, u16)> { + } + + let mut winsize: libc::winsize = mem::zeroed(); +- libc::ioctl(libc::STDOUT_FILENO, libc::TIOCGWINSZ, &mut winsize); ++ libc::ioctl(libc::STDOUT_FILENO, libc::TIOCGWINSZ.into(), &mut winsize); + if winsize.ws_row > 0 && winsize.ws_col > 0 { + Some((winsize.ws_row as u16, winsize.ws_col as u16)) + } else { Added: head/textproc/bat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/bat/pkg-descr Tue May 15 08:43:10 2018 (r470005) @@ -0,0 +1,3 @@ +A cat(1) clone with syntax highlighting and Git integration. + +WWW: https://github.com/sharkdp/bat From owner-svn-ports-head@freebsd.org Tue May 15 08:45:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB954EE9EB8; Tue, 15 May 2018 08:45:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FB486B7A6; Tue, 15 May 2018 08:45:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40CC2E23; Tue, 15 May 2018 08:45:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F8juAV020196; Tue, 15 May 2018 08:45:56 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F8juWU020195; Tue, 15 May 2018 08:45:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201805150845.w4F8juWU020195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 15 May 2018 08:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470006 - head/mail/neomutt X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/mail/neomutt X-SVN-Commit-Revision: 470006 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 08:45:56 -0000 Author: bapt Date: Tue May 15 08:45:55 2018 New Revision: 470006 URL: https://svnweb.freebsd.org/changeset/ports/470006 Log: Actually commit the plist changes Pointy hat to: bapt Reported by: antoine, pkg-fallout Modified: head/mail/neomutt/pkg-plist Modified: head/mail/neomutt/pkg-plist ============================================================================== --- head/mail/neomutt/pkg-plist Tue May 15 08:43:10 2018 (r470005) +++ head/mail/neomutt/pkg-plist Tue May 15 08:45:55 2018 (r470006) @@ -41,12 +41,11 @@ man/man5/neomuttrc.5.gz %%NLS%%share/locale/zh_CN/LC_MESSAGES/neomutt.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/neomutt.mo %%PORTDOCS%%%%DOCSDIR%%/CODE_OF_CONDUCT.md -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.md %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.md -%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.md %%PORTDOCS%%%%DOCSDIR%%/LICENSE.md %%PORTDOCS%%%%DOCSDIR%%/PGP-Notes.txt -%%PORTDOCS%%%%DOCSDIR%%/README.SSL %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/advancedusage.html %%PORTDOCS%%%%DOCSDIR%%/colorschemes/neonwolf-256.neomuttrc From owner-svn-ports-head@freebsd.org Tue May 15 09:04:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3C39EEB5F9; Tue, 15 May 2018 09:04:07 +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 511E170817; Tue, 15 May 2018 09:04:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30F641159; Tue, 15 May 2018 09:04:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F947T3029938; Tue, 15 May 2018 09:04:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F947pt029937; Tue, 15 May 2018 09:04:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805150904.w4F947pt029937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 15 May 2018 09:04:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470007 - head/textproc/p5-Lingua-Stem-Snowball-No X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/textproc/p5-Lingua-Stem-Snowball-No X-SVN-Commit-Revision: 470007 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 09:04:08 -0000 Author: amdmi3 Date: Tue May 15 09:04:06 2018 New Revision: 470007 URL: https://svnweb.freebsd.org/changeset/ports/470007 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/textproc/p5-Lingua-Stem-Snowball-No/Makefile Modified: head/textproc/p5-Lingua-Stem-Snowball-No/Makefile ============================================================================== --- head/textproc/p5-Lingua-Stem-Snowball-No/Makefile Tue May 15 08:45:55 2018 (r470006) +++ head/textproc/p5-Lingua-Stem-Snowball-No/Makefile Tue May 15 09:04:06 2018 (r470007) @@ -9,11 +9,16 @@ MASTER_SITE_SUBDIR= CPAN:ASKSH PKGNAMEPREFIX= p5- DISTNAME= Snowball-Norwegian-${PORTVERSION} +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + MAINTAINER= perl@FreeBSD.org COMMENT= Stemmer for Norwegian USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= bin/stemmer-no.pl +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Tue May 15 09:34:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65DFEEA8361; Tue, 15 May 2018 09:34:07 +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 17907774BC; Tue, 15 May 2018 09:34:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED8661688; Tue, 15 May 2018 09:34:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F9Y68M045011; Tue, 15 May 2018 09:34:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F9Y62H045010; Tue, 15 May 2018 09:34:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805150934.w4F9Y62H045010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 15 May 2018 09:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470008 - head/devel/bugzilla50 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/bugzilla50 X-SVN-Commit-Revision: 470008 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 09:34:07 -0000 Author: amdmi3 Date: Tue May 15 09:34:06 2018 New Revision: 470008 URL: https://svnweb.freebsd.org/changeset/ports/470008 Log: - Update WWW Approved by: portmgr blanket Modified: head/devel/bugzilla50/pkg-descr Modified: head/devel/bugzilla50/pkg-descr ============================================================================== --- head/devel/bugzilla50/pkg-descr Tue May 15 09:04:06 2018 (r470007) +++ head/devel/bugzilla50/pkg-descr Tue May 15 09:34:06 2018 (r470008) @@ -19,4 +19,4 @@ These include: Bugzilla email interface and checkin/checkout scripts) * too many more features to list -WWW: http://www.bugzilla.org/ +WWW: https://www.bugzilla.org/ From owner-svn-ports-head@freebsd.org Tue May 15 10:02:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44C8DEAA43D; Tue, 15 May 2018 10:02:09 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C7637E0E4; Tue, 15 May 2018 10:02:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 7F81D21E6C; Tue, 15 May 2018 06:02:07 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute4.internal (MEProxy); Tue, 15 May 2018 06:02:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=G+WFsR a7ov+dVt5VWX2XEE0FBirHNr0XCW+NDY4Zw40=; b=iDtAestbHTEkmUTaF9B+qa ci6QwHa3YhArPuwuzluHMfyid8ZeqgwnY4HOjec5v68eIbcSKruyO31syFz7TS3r nkDO+W0awfM9K4/YIS9EUIYxEAMzx21cmMOa0koj4ygiisTPw64nol2zApxZI/ZZ DsvRESkLuWQMfmCmWqqX78qm4UWizORB5C89D1RZ5Brba71RhsxquShK+3R7pAiJ YLjDPV45EyIxRmLoYh2Rut30Oa9BgK4jSGPQinWOS270lC0AZxXm+euNfEJSHz8P n09aXGogAn+wydAfhgdLQ8jeWVjG95e3uHo35oxiSHjhiizbwyAGVI00GYNe+Ebw == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 27E1E4185; Tue, 15 May 2018 06:02:07 -0400 (EDT) Message-Id: <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> From: Tobias Kortkamp To: Luca Pizzamiglio , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-29fe4c42 References: <201805150843.w4F8hAZI019968@repo.freebsd.org> Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files In-Reply-To: <201805150843.w4F8hAZI019968@repo.freebsd.org> Date: Tue, 15 May 2018 12:02:06 +0200 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 10:02:09 -0000 On Tue, May 15, 2018, at 10:43, Luca Pizzamiglio wrote: > Author: pizzamig > Date: Tue May 15 08:43:10 2018 > New Revision: 470005 > URL: https://svnweb.freebsd.org/changeset/ports/470005 > > Log: > textproc/bat: a cat(1) clone with syntax highlighting > > Add bat, a cat(1) clone with syntax highlighting, Git integration > and automatic paging > Written in Rust. > > Added: > head/textproc/bat/ > head/textproc/bat/Makefile (contents, props changed) > head/textproc/bat/distinfo (contents, props changed) > head/textproc/bat/files/ > head/textproc/bat/files/patch-cargo- > crates_console-0.6.1_src_unix__term.rs (contents, props changed) > head/textproc/bat/pkg-descr (contents, props changed) > Modified: > head/textproc/Makefile > > Modified: head/textproc/Makefile > ============================================================================== > --- head/textproc/Makefile Tue May 15 08:42:03 2018 (r470004) > +++ head/textproc/Makefile Tue May 15 08:43:10 2018 (r470005) > @@ -51,6 +51,7 @@ > SUBDIR += augeas > SUBDIR += az-aspell > SUBDIR += bar > + SUBDIR += bat > SUBDIR += bbe > SUBDIR += be-aspell > SUBDIR += bedic-data > > Added: head/textproc/bat/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/textproc/bat/Makefile Tue May 15 08:43:10 2018 (r470005) > @@ -0,0 +1,119 @@ > +# $FreeBSD$ > + > +PORTNAME= bat > +DISTVERSIONPREFIX= v > +DISTVERSION= 0.3.0 > +CATEGORIES= textproc > + > +MAINTAINER= pizzamig@FreeBSD.org > +COMMENT= Clone of cat with syntax highlighting > + > +LICENSE= APACHE20 > + > +USES= cargo cmake:noninja gmake Why does this need cmake and gmake? If it's for the build scripts of some crates it could be helpful to encode this knowledge in cargo.mk instead of adding it to individual ports and letting everyone figure it out time and time again. We currently do this for the openssl-sys, pkg-config, and libgit2-sys crates already. I suspect this might be for the onig_sys crate here? In which case I think it'd be a good idea to let it use textproc/oniguruma instead of building a bundled version of it. > +USE_GITHUB= yes > +GH_ACCOUNT= sharkdp > + > +PLIST_FILES= bin/bat > + > +CARGO_CRATES= aho-corasick-0.6.4 \ > + ansi_term-0.10.2 \ > + ansi_term-0.11.0 \ > + atty-0.2.10 \ > + backtrace-0.3.7 \ > + backtrace-sys-0.1.16 \ > + base64-0.8.0 \ > + bincode-1.0.0 \ > + bitflags-1.0.3 \ > + byteorder-1.2.2 \ > + bytes-0.4.7 \ > + cc-1.0.15 \ > + cfg-if-0.1.3 \ > + chrono-0.4.2 \ > + clap-2.31.2 \ > + clicolors-control-0.2.0 \ > + cmake-0.1.31 \ > + console-0.6.1 \ > + directories-0.10.0 \ > + dtoa-0.4.2 \ > + duct-0.10.0 \ > + error-chain-0.11.0 \ > + flate2-1.0.1 \ > + fnv-1.0.6 \ > + fuchsia-zircon-0.3.3 \ > + fuchsia-zircon-sys-0.3.3 \ > + gcc-0.3.54 \ > + git2-0.7.1 \ > + idna-0.1.4 \ > + iovec-0.1.2 \ > + itoa-0.4.1 \ > + kernel32-sys-0.2.2 \ > + lazy_static-0.2.11 \ > + lazy_static-1.0.0 \ > + lazycell-0.6.0 \ > + libc-0.2.40 \ > + libgit2-sys-0.7.1 \ > + libz-sys-1.0.18 \ > + linked-hash-map-0.5.1 \ > + log-0.4.1 \ > + matches-0.1.6 \ > + memchr-2.0.1 \ > + miniz-sys-0.1.10 \ > + nix-0.10.0 \ > + num-integer-0.1.36 \ > + num-traits-0.2.2 \ > + onig-3.2.2 \ > + onig_sys-68.0.1 \ > + os_pipe-0.6.1 \ > + owning_ref-0.3.3 \ > + parking_lot-0.5.5 \ > + parking_lot_core-0.2.14 \ > + percent-encoding-1.0.1 \ > + pkg-config-0.3.11 \ > + plist-0.2.4 \ > + proc-macro2-0.3.8 \ > + quote-0.5.2 \ > + rand-0.4.2 \ > + redox_syscall-0.1.37 \ > + redox_termios-0.1.1 \ > + regex-0.2.11 \ > + regex-syntax-0.4.2 \ > + regex-syntax-0.5.6 \ > + rustc-demangle-0.1.8 \ > + safemem-0.2.0 \ > + same-file-1.0.2 \ > + serde-1.0.51 \ > + serde_derive-1.0.51 \ > + serde_json-1.0.17 \ > + shared_child-0.3.2 \ > + smallvec-0.6.1 \ > + stable_deref_trait-1.0.0 \ > + strsim-0.7.0 \ > + syn-0.13.7 \ > + syntect-2.0.1 \ > + term_size-0.3.1 \ > + termion-1.5.1 \ > + termios-0.2.2 \ > + textwrap-0.9.0 \ > + thread_local-0.3.5 \ > + time-0.1.39 \ > + ucd-util-0.1.1 \ > + unicode-bidi-0.3.4 \ > + unicode-normalization-0.1.6 \ > + unicode-width-0.1.4 \ > + unicode-xid-0.1.0 \ > + unreachable-1.0.0 \ > + url-1.7.0 \ > + utf8-ranges-1.0.0 \ > + vcpkg-0.2.3 \ > + void-1.0.2 \ > + walkdir-2.1.4 \ > + winapi-0.2.8 \ > + winapi-0.3.4 \ > + winapi-build-0.1.1 \ > + winapi-i686-pc-windows-gnu-0.4.0 \ > + winapi-x86_64-pc-windows-gnu-0.4.0 \ > + xml-rs-0.7.0 \ > + yaml-rust-0.4.0 > + > +.include > > Added: head/textproc/bat/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/textproc/bat/distinfo Tue May 15 08:43:10 2018 (r470005) > @@ -0,0 +1,201 @@ > +TIMESTAMP = 1526299978 > +SHA256 (rust/crates/aho-corasick-0.6.4.tar.gz) = > d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4 > +SIZE (rust/crates/aho-corasick-0.6.4.tar.gz) = 25443 > +SHA256 (rust/crates/ansi_term-0.10.2.tar.gz) = > 6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455 > +SIZE (rust/crates/ansi_term-0.10.2.tar.gz) = 16642 > +SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = > ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b > +SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 > +SHA256 (rust/crates/atty-0.2.10.tar.gz) = > 2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1 > +SIZE (rust/crates/atty-0.2.10.tar.gz) = 5962 > +SHA256 (rust/crates/backtrace-0.3.7.tar.gz) = > 8ea58cd16fd6c9d120b5bcb01d63883ae4cc7ba2aed35c1841b862a3c7ef6639 > +SIZE (rust/crates/backtrace-0.3.7.tar.gz) = 28432 > +SHA256 (rust/crates/backtrace-sys-0.1.16.tar.gz) = > 44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661 > +SIZE (rust/crates/backtrace-sys-0.1.16.tar.gz) = 283418 > +SHA256 (rust/crates/base64-0.8.0.tar.gz) = > 7c4a342b450b268e1be8036311e2c613d7f8a7ed31214dff1cc3b60852a3168d > +SIZE (rust/crates/base64-0.8.0.tar.gz) = 33091 > +SHA256 (rust/crates/bincode-1.0.0.tar.gz) = > bda13183df33055cbb84b847becce220d392df502ebe7a4a78d7021771ed94d0 > +SIZE (rust/crates/bincode-1.0.0.tar.gz) = 13617 > +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.2.tar.gz) = > 73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87 > +SIZE (rust/crates/byteorder-1.2.2.tar.gz) = 18909 > +SHA256 (rust/crates/bytes-0.4.7.tar.gz) = > 2f1d50c876fb7545f5f289cd8b2aee3f359d073ae819eed5d6373638e2c61e59 > +SIZE (rust/crates/bytes-0.4.7.tar.gz) = 44743 > +SHA256 (rust/crates/cc-1.0.15.tar.gz) = > 0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba > +SIZE (rust/crates/cc-1.0.15.tar.gz) = 41839 > +SHA256 (rust/crates/cfg-if-0.1.3.tar.gz) = > 405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18 > +SIZE (rust/crates/cfg-if-0.1.3.tar.gz) = 7115 > +SHA256 (rust/crates/chrono-0.4.2.tar.gz) = > 1cce36c92cb605414e9b824f866f5babe0a0368e39ea07393b9b63cf3844c0e6 > +SIZE (rust/crates/chrono-0.4.2.tar.gz) = 129309 > +SHA256 (rust/crates/clap-2.31.2.tar.gz) = > f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536 > +SIZE (rust/crates/clap-2.31.2.tar.gz) = 194051 > +SHA256 (rust/crates/clicolors-control-0.2.0.tar.gz) = > 1f84dec9bc083ce2503908cd305af98bd363da6f54bf8d4bf0ac14ee749ad5d1 > +SIZE (rust/crates/clicolors-control-0.2.0.tar.gz) = 3029 > +SHA256 (rust/crates/cmake-0.1.31.tar.gz) = > 95470235c31c726d72bf2e1f421adc1e65b9d561bf5529612cbe1a72da1467b3 > +SIZE (rust/crates/cmake-0.1.31.tar.gz) = 12480 > +SHA256 (rust/crates/console-0.6.1.tar.gz) = > 7649ca90478264b9686aac8d269fcb014f14c2bed7c79a7e51b9f6afd4d783eb > +SIZE (rust/crates/console-0.6.1.tar.gz) = 12181 > +SHA256 (rust/crates/directories-0.10.0.tar.gz) = > fc2561db021b6f1321d0f16b67ed28ce843ef4610dfaa432e3ffa2e8a3050ebf > +SIZE (rust/crates/directories-0.10.0.tar.gz) = 16116 > +SHA256 (rust/crates/dtoa-0.4.2.tar.gz) = > 09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab > +SIZE (rust/crates/dtoa-0.4.2.tar.gz) = 14227 > +SHA256 (rust/crates/duct-0.10.0.tar.gz) = > 166298c17c5b4fe5997b962c2f22e887c7c5adc44308eb9103ce5b66af45a423 > +SIZE (rust/crates/duct-0.10.0.tar.gz) = 25949 > +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/flate2-1.0.1.tar.gz) = > 9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909 > +SIZE (rust/crates/flate2-1.0.1.tar.gz) = 61869 > +SHA256 (rust/crates/fnv-1.0.6.tar.gz) = > 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 > +SIZE (rust/crates/fnv-1.0.6.tar.gz) = 11131 > +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/gcc-0.3.54.tar.gz) = > 5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb > +SIZE (rust/crates/gcc-0.3.54.tar.gz) = 37248 > +SHA256 (rust/crates/git2-0.7.1.tar.gz) = > 0f41c0035c37ec11ed3f1e1946a76070b0c740393687e9a9c7612f6a709036b3 > +SIZE (rust/crates/git2-0.7.1.tar.gz) = 141487 > +SHA256 (rust/crates/idna-0.1.4.tar.gz) = > 014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d > +SIZE (rust/crates/idna-0.1.4.tar.gz) = 289112 > +SHA256 (rust/crates/iovec-0.1.2.tar.gz) = > dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 > +SIZE (rust/crates/iovec-0.1.2.tar.gz) = 8565 > +SHA256 (rust/crates/itoa-0.4.1.tar.gz) = > c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682 > +SIZE (rust/crates/itoa-0.4.1.tar.gz) = 10563 > +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = > 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d > +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 > +SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) = > 76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73 > +SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361 > +SHA256 (rust/crates/lazy_static-1.0.0.tar.gz) = > c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d > +SIZE (rust/crates/lazy_static-1.0.0.tar.gz) = 12611 > +SHA256 (rust/crates/lazycell-0.6.0.tar.gz) = > a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef > +SIZE (rust/crates/lazycell-0.6.0.tar.gz) = 10099 > +SHA256 (rust/crates/libc-0.2.40.tar.gz) = > 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b > +SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272 > +SHA256 (rust/crates/libgit2-sys-0.7.1.tar.gz) = > 1ecbd6428006c321c29b6c8a895f0d90152f1cf4fd8faab69fc436a3d9594f63 > +SIZE (rust/crates/libgit2-sys-0.7.1.tar.gz) = 4717492 > +SHA256 (rust/crates/libz-sys-1.0.18.tar.gz) = > 87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16 > +SIZE (rust/crates/libz-sys-1.0.18.tar.gz) = 632715 > +SHA256 (rust/crates/linked-hash-map-0.5.1.tar.gz) = > 70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e > +SIZE (rust/crates/linked-hash-map-0.5.1.tar.gz) = 16559 > +SHA256 (rust/crates/log-0.4.1.tar.gz) = > 89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2 > +SIZE (rust/crates/log-0.4.1.tar.gz) = 20731 > +SHA256 (rust/crates/matches-0.1.6.tar.gz) = > 100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376 > +SIZE (rust/crates/matches-0.1.6.tar.gz) = 1916 > +SHA256 (rust/crates/memchr-2.0.1.tar.gz) = > 796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d > +SIZE (rust/crates/memchr-2.0.1.tar.gz) = 9858 > +SHA256 (rust/crates/miniz-sys-0.1.10.tar.gz) = > 609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4 > +SIZE (rust/crates/miniz-sys-0.1.10.tar.gz) = 53357 > +SHA256 (rust/crates/nix-0.10.0.tar.gz) = > b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f > +SIZE (rust/crates/nix-0.10.0.tar.gz) = 124570 > +SHA256 (rust/crates/num-integer-0.1.36.tar.gz) = > f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe > +SIZE (rust/crates/num-integer-0.1.36.tar.gz) = 12168 > +SHA256 (rust/crates/num-traits-0.2.2.tar.gz) = > dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364 > +SIZE (rust/crates/num-traits-0.2.2.tar.gz) = 34777 > +SHA256 (rust/crates/onig-3.2.2.tar.gz) = > f5eeb268a4620c74ea5768c6d2ccd492d60a47a8754666b91a46bfc35cd4d1ba > +SIZE (rust/crates/onig-3.2.2.tar.gz) = 36111 > +SHA256 (rust/crates/onig_sys-68.0.1.tar.gz) = > 5c6be7c4f985508684e54f18dd37f71e66f3e1ad9318336a520d7e42f0d3ea8e > +SIZE (rust/crates/onig_sys-68.0.1.tar.gz) = 647250 > +SHA256 (rust/crates/os_pipe-0.6.1.tar.gz) = > 934868c3f86ed7a39ef63d88edeac5bd49a0c843192651900e9ce1178cbbf157 > +SIZE (rust/crates/os_pipe-0.6.1.tar.gz) = 8451 > +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/parking_lot_core-0.2.14.tar.gz) = > 4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa > +SIZE (rust/crates/parking_lot_core-0.2.14.tar.gz) = 22140 > +SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) = > 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 > +SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) = 10057 > +SHA256 (rust/crates/pkg-config-0.3.11.tar.gz) = > 110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f > +SIZE (rust/crates/pkg-config-0.3.11.tar.gz) = 13227 > +SHA256 (rust/crates/plist-0.2.4.tar.gz) = > c61ac2afed2856590ae79d6f358a24b85ece246d2aa134741a66d589519b7503 > +SIZE (rust/crates/plist-0.2.4.tar.gz) = 20553 > +SHA256 (rust/crates/proc-macro2-0.3.8.tar.gz) = > 1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7 > +SIZE (rust/crates/proc-macro2-0.3.8.tar.gz) = 24412 > +SHA256 (rust/crates/quote-0.5.2.tar.gz) = > 9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8 > +SIZE (rust/crates/quote-0.5.2.tar.gz) = 14982 > +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.37.tar.gz) = > 0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd > +SIZE (rust/crates/redox_syscall-0.1.37.tar.gz) = 13980 > +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-0.2.11.tar.gz) = > 9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384 > +SIZE (rust/crates/regex-0.2.11.tar.gz) = 209507 > +SHA256 (rust/crates/regex-syntax-0.4.2.tar.gz) = > 8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e > +SIZE (rust/crates/regex-syntax-0.4.2.tar.gz) = 126234 > +SHA256 (rust/crates/regex-syntax-0.5.6.tar.gz) = > 7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7 > +SIZE (rust/crates/regex-syntax-0.5.6.tar.gz) = 233912 > +SHA256 (rust/crates/rustc-demangle-0.1.8.tar.gz) = > 76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649 > +SIZE (rust/crates/rustc-demangle-0.1.8.tar.gz) = 10737 > +SHA256 (rust/crates/safemem-0.2.0.tar.gz) = > e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f > +SIZE (rust/crates/safemem-0.2.0.tar.gz) = 6450 > +SHA256 (rust/crates/same-file-1.0.2.tar.gz) = > cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637 > +SIZE (rust/crates/same-file-1.0.2.tar.gz) = 8870 > +SHA256 (rust/crates/serde-1.0.51.tar.gz) = > 21924cc18e5281f232a17c040355fac97732b42cf019c24996a1642bcb169cdb > +SIZE (rust/crates/serde-1.0.51.tar.gz) = 67881 > +SHA256 (rust/crates/serde_derive-1.0.51.tar.gz) = > 9c624a90bec6fe9bc60d275d7af71c72c26b24cd6c6776d8e344dc4044caa3e2 > +SIZE (rust/crates/serde_derive-1.0.51.tar.gz) = 44846 > +SHA256 (rust/crates/serde_json-1.0.17.tar.gz) = > f3ad6d546e765177cf3dded3c2e424a8040f870083a0e64064746b958ece9cb1 > +SIZE (rust/crates/serde_json-1.0.17.tar.gz) = 64689 > +SHA256 (rust/crates/shared_child-0.3.2.tar.gz) = > bcd5e483b3475af9bc2a35311c2f3bbf0bd98fde91410ab15a0d4ba3c3127b4e > +SIZE (rust/crates/shared_child-0.3.2.tar.gz) = 6845 > +SHA256 (rust/crates/smallvec-0.6.1.tar.gz) = > 03dab98ab5ded3a8b43b2c80751194608d0b2aa0f1d46cf95d1c35e192844aa7 > +SIZE (rust/crates/smallvec-0.6.1.tar.gz) = 17927 > +SHA256 (rust/crates/stable_deref_trait-1.0.0.tar.gz) = > 15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b > +SIZE (rust/crates/stable_deref_trait-1.0.0.tar.gz) = 7321 > +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.7.tar.gz) = > 61b8f1b737f929c6516ba46a3133fd6d5215ad8a62f66760f851f7048aebedfb > +SIZE (rust/crates/syn-0.13.7.tar.gz) = 134199 > +SHA256 (rust/crates/syntect-2.0.1.tar.gz) = > eceb461f684c9e8e00f7a50055698af62c76d5b86e4ad50b4311acd5f655d606 > +SIZE (rust/crates/syntect-2.0.1.tar.gz) = 663960 > +SHA256 (rust/crates/term_size-0.3.1.tar.gz) = > 9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327 > +SIZE (rust/crates/term_size-0.3.1.tar.gz) = 10754 > +SHA256 (rust/crates/termion-1.5.1.tar.gz) = > 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 > +SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 > +SHA256 (rust/crates/termios-0.2.2.tar.gz) = > d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a > +SIZE (rust/crates/termios-0.2.2.tar.gz) = 8966 > +SHA256 (rust/crates/textwrap-0.9.0.tar.gz) = > c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693 > +SIZE (rust/crates/textwrap-0.9.0.tar.gz) = 15795 > +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/time-0.1.39.tar.gz) = > a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098 > +SIZE (rust/crates/time-0.1.39.tar.gz) = 29295 > +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/unicode-bidi-0.3.4.tar.gz) = > 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 > +SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 > +SHA256 (rust/crates/unicode-normalization-0.1.6.tar.gz) = > 90d662d111b0dbb08a180f2761026cba648c258023c355954a7c00e00e354636 > +SIZE (rust/crates/unicode-normalization-0.1.6.tar.gz) = 329865 > +SHA256 (rust/crates/unicode-width-0.1.4.tar.gz) = > bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f > +SIZE (rust/crates/unicode-width-0.1.4.tar.gz) = 15283 > +SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = > fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc > +SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 > +SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = > 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 > +SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 > +SHA256 (rust/crates/url-1.7.0.tar.gz) = > f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7 > +SIZE (rust/crates/url-1.7.0.tar.gz) = 67909 > +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/vcpkg-0.2.3.tar.gz) = > 7ed0f6789c8a85ca41bbc1c9d175422116a9869bd1cf31bb08e1493ecce60380 > +SIZE (rust/crates/vcpkg-0.2.3.tar.gz) = 6015 > +SHA256 (rust/crates/void-1.0.2.tar.gz) = > 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d > +SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 > +SHA256 (rust/crates/walkdir-2.1.4.tar.gz) = > 63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369 > +SIZE (rust/crates/walkdir-2.1.4.tar.gz) = 22695 > +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.4.tar.gz) = > 04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3 > +SIZE (rust/crates/winapi-0.3.4.tar.gz) = 905247 > +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = > 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc > +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 > +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = > ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 > +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 > +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = > 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f > +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 > +SHA256 (rust/crates/xml-rs-0.7.0.tar.gz) = > 3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2 > +SIZE (rust/crates/xml-rs-0.7.0.tar.gz) = 50980 > +SHA256 (rust/crates/yaml-rust-0.4.0.tar.gz) = > 57ab38ee1a4a266ed033496cf9af1828d8d6e6c1cfa5f643a2809effcae4d628 > +SIZE (rust/crates/yaml-rust-0.4.0.tar.gz) = 44668 > +SHA256 (sharkdp-bat-v0.3.0_GH0.tar.gz) = > ffb3f2b20fb831e503c3db224a563dc30e766c627a08c069cf60e5182845207c > +SIZE (sharkdp-bat-v0.3.0_GH0.tar.gz) = 337970 > > Added: head/textproc/bat/files/patch-cargo- > crates_console-0.6.1_src_unix__term.rs > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/textproc/bat/files/patch-cargo- > crates_console-0.6.1_src_unix__term.rs Tue May 15 08:43:10 2018 (r470005) > @@ -0,0 +1,11 @@ > +--- cargo-crates/console-0.6.1/src/unix_term.rs.orig 2017-05-11 05:32:00 > UTC > ++++ cargo-crates/console-0.6.1/src/unix_term.rs > +@@ -28,7 +28,7 @@ pub fn terminal_size() -> Option<(u16, u16)> { > + } > + > + let mut winsize: libc::winsize = mem::zeroed(); > +- libc::ioctl(libc::STDOUT_FILENO, libc::TIOCGWINSZ, &mut > winsize); > ++ libc::ioctl(libc::STDOUT_FILENO, libc::TIOCGWINSZ.into(), &mut > winsize); > + if winsize.ws_row > 0 && winsize.ws_col > 0 { > + Some((winsize.ws_row as u16, winsize.ws_col as u16)) > + } else { > > Added: head/textproc/bat/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/textproc/bat/pkg-descr Tue May 15 08:43:10 2018 (r470005) > @@ -0,0 +1,3 @@ > +A cat(1) clone with syntax highlighting and Git integration. > + > +WWW: https://github.com/sharkdp/bat > From owner-svn-ports-head@freebsd.org Tue May 15 10:30:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DF34EABD54; Tue, 15 May 2018 10:30:03 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 434C583DF1; Tue, 15 May 2018 10:30:03 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 245B31EA1; Tue, 15 May 2018 10:30:03 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FAU2tw070396; Tue, 15 May 2018 10:30:02 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FAU29n070394; Tue, 15 May 2018 10:30:02 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201805151030.w4FAU29n070394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Tue, 15 May 2018 10:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470009 - head/net/bosh-bootloader X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/bosh-bootloader X-SVN-Commit-Revision: 470009 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 10:30:03 -0000 Author: dumbbell Date: Tue May 15 10:30:02 2018 New Revision: 470009 URL: https://svnweb.freebsd.org/changeset/ports/470009 Log: net/bosh-bootloader: Update to 6.6.10 Sponsored by: Pivotal Software, Inc. Modified: head/net/bosh-bootloader/Makefile head/net/bosh-bootloader/distinfo Modified: head/net/bosh-bootloader/Makefile ============================================================================== --- head/net/bosh-bootloader/Makefile Tue May 15 09:34:06 2018 (r470008) +++ head/net/bosh-bootloader/Makefile Tue May 15 10:30:02 2018 (r470009) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-bootloader -PORTVERSION= 6.6.9 +PORTVERSION= 6.6.10 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org Modified: head/net/bosh-bootloader/distinfo ============================================================================== --- head/net/bosh-bootloader/distinfo Tue May 15 09:34:06 2018 (r470008) +++ head/net/bosh-bootloader/distinfo Tue May 15 10:30:02 2018 (r470009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526287479 -SHA256 (cloudfoundry-bosh-bootloader-6.6.9-v6.6.9_GH0.tar.gz) = 0e96cd6f63e68688f6294a943edf3f55fcb66b48b31ba77a719b13417bedc7e1 -SIZE (cloudfoundry-bosh-bootloader-6.6.9-v6.6.9_GH0.tar.gz) = 5122079 +TIMESTAMP = 1526380077 +SHA256 (cloudfoundry-bosh-bootloader-6.6.10-v6.6.10_GH0.tar.gz) = 9ef19dc7126002726af22ab42eb609498878881d6ecd739fc6dece51b8a130a2 +SIZE (cloudfoundry-bosh-bootloader-6.6.10-v6.6.10_GH0.tar.gz) = 5125103 From owner-svn-ports-head@freebsd.org Tue May 15 10:51:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41932EACE59; Tue, 15 May 2018 10:51:30 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6FCF6979F; Tue, 15 May 2018 10:51:29 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 618CABDC89; Tue, 15 May 2018 12:51:26 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id AB0FBBDC85; Tue, 15 May 2018 12:51:25 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 093296151; Tue, 15 May 2018 12:51:24 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id A2087697C20E; Tue, 15 May 2018 12:51:24 +0200 (CEST) Date: Tue, 15 May 2018 12:51:24 +0200 From: Mathieu Arnold To: Jung-uk Kim Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469570 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod Message-ID: <20180515105124.arb5o2x6juwdbuub@ogg.in.absolight.net> References: <201805101841.w4AIfW66050134@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wtxlun5fxf3yw6am" Content-Disposition: inline In-Reply-To: <201805101841.w4AIfW66050134@repo.freebsd.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 10:51:30 -0000 --wtxlun5fxf3yw6am Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 10, 2018 at 06:41:32PM +0000, Jung-uk Kim wrote: > Author: jkim > Date: Thu May 10 18:41:32 2018 > New Revision: 469570 > URL: https://svnweb.freebsd.org/changeset/ports/469570 >=20 > Log: > Update to 5.2.12. After this, I get build errors: /wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.1= 2/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:113:45: error: = use of undeclared identifier 'glBlitFramebuffer' { "glBlitFramebuffer", (CR_PROC) VBOXGLTAG(glBlitFramebuffer) }, ^ /wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.1= 2/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:133:52: error: = use of undeclared identifier 'glCheckFramebufferStatus' { "glCheckFramebufferStatus", (CR_PROC) VBOXGLTAG(glCheckFramebuffe= rStatus) }, ^ /wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.1= 2/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:310:48: error: = use of undeclared identifier 'glDeleteFramebuffers' { "glDeleteFramebuffers", (CR_PROC) VBOXGLTAG(glDeleteFramebuffers)= }, ^ /wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.1= 2/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:453:50: error: = use of undeclared identifier 'glFramebufferTexture2D' { "glFramebufferTexture2D", (CR_PROC) VBOXGLTAG(glFramebufferTextur= e2D) }, ^ /wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.1= 2/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:473:45: error: = use of undeclared identifier 'glGenFramebuffers' { "glGenFramebuffers", (CR_PROC) VBOXGLTAG(glGenFramebuffers) }, https://pkg.absolight.fr/data/11amd64-pkgng-default/20180515T094733Z/logs/e= rrors/virtualbox-ose-additions-5.2.12.log --=20 Mathieu Arnold --wtxlun5fxf3yw6am Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJa+rurXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IBTcP/AmjHR1En1ltTvktMpVA0+AM KIIL4C43nHy2z9ZeZR0Q3ICVGsbMl2+stwT6hv311f0LL53s/gpC6U2b0lXf/FD5 /7/tI7mqRSUqNxG8EZRjHHkEWJasqhQPD8U55VODIPR0AmdqcF1pn1e7r8E9GR/U O8wAu0nzXVNn4jlScw+jYq/WMDFM7CBt6l/DQ56jQM3RK0FsLmNgIw4/4YYMLdPZ vrlWSC/OWgCXESZIEmizYWzF+2tZbXibUvx4Lehs4vuEXImf8GHscErqclyTe8Ex vzzd/nZ/BYbV6cwDp5GSdCe/gN/oZrVQs5ukC5St8JXo+9K8SwR5Y0v/lZNvJ8rR 0RUZ4QH/q5XxSTfRU648HFqFp6td/5zAEmm3t9s9QNjPrqXhwtC9ueIw+obv/2X/ whTxNPHuCj2qREoFQMDoZP5It+9Zu91riINI4Xj/9cjOCHW9Gs3MkuwEaVUa+AIQ ounrP+a/vTqf1FI30LmSUQ8ZyycZHGPGNTsv4I7PHrldcJ8trFBzv2rUOvBXKbsY q86EfEdmSnERahdFDmDAkUQURWJIl2WcyuNAVBkF2vuxJNjcvxJbY4UuQAIjsgI5 vViV2yaTbNfT4u2dbRUhlFMbXsaNBrsIYDGSfam1vtu69lbN0/gArUAnF5sn+hzG Rpzd3nGaNnmti7W1FeBj =6D62 -----END PGP SIGNATURE----- --wtxlun5fxf3yw6am-- From owner-svn-ports-head@freebsd.org Tue May 15 11:01:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A93FBEAD7FF; Tue, 15 May 2018 11:01:59 +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 5628F6A50B; Tue, 15 May 2018 11:01:59 +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 36DD124E0; Tue, 15 May 2018 11:01:59 +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 w4FB1xaG090036; Tue, 15 May 2018 11:01:59 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FB1wJ4090034; Tue, 15 May 2018 11:01:58 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805151101.w4FB1wJ4090034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 May 2018 11:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470010 - head/lang/cython X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/lang/cython X-SVN-Commit-Revision: 470010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 11:01:59 -0000 Author: wen Date: Tue May 15 11:01:58 2018 New Revision: 470010 URL: https://svnweb.freebsd.org/changeset/ports/470010 Log: - Update to 0.28.2 PR: 228235 Submitted by: wenheping2000@hotmail.com(myself) Approved by: maintainer Modified: head/lang/cython/Makefile head/lang/cython/distinfo Modified: head/lang/cython/Makefile ============================================================================== --- head/lang/cython/Makefile Tue May 15 10:30:02 2018 (r470009) +++ head/lang/cython/Makefile Tue May 15 11:01:58 2018 (r470010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cython -PORTVERSION= 0.26 +PORTVERSION= 0.28.2 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/release/ \ CHEESESHOP Modified: head/lang/cython/distinfo ============================================================================== --- head/lang/cython/distinfo Tue May 15 10:30:02 2018 (r470009) +++ head/lang/cython/distinfo Tue May 15 11:01:58 2018 (r470010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503735344 -SHA256 (Cython-0.26.tar.gz) = 4c24e2c22ddaed624d35229dc5db25049e9e225c6f64f3364326836cad8f2c66 -SIZE (Cython-0.26.tar.gz) = 1692039 +TIMESTAMP = 1526297067 +SHA256 (Cython-0.28.2.tar.gz) = 634e2f10fc8d026c633cffacb45cd8f4582149fa68e1428124e762dbc566e68a +SIZE (Cython-0.28.2.tar.gz) = 1878797 From owner-svn-ports-head@freebsd.org Tue May 15 11:03:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC8BFEAD95D; Tue, 15 May 2018 11:03:26 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5877C6B2C6; Tue, 15 May 2018 11:03:25 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 78953BDD1E; Tue, 15 May 2018 13:03:24 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 40148BDC85; Tue, 15 May 2018 13:03:24 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 778A56151; Tue, 15 May 2018 13:03:23 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 3B5CF697D9DE; Tue, 15 May 2018 13:03:22 +0200 (CEST) Date: Tue, 15 May 2018 13:03:22 +0200 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469511 - head/comms/gammu Message-ID: <20180515110322.qwgptct3iggj32s5@ogg.in.absolight.net> References: <201805100705.w4A75mGR096450@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hpj35mpbod54laxd" Content-Disposition: inline In-Reply-To: <201805100705.w4A75mGR096450@repo.freebsd.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 11:03:27 -0000 --hpj35mpbod54laxd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 10, 2018 at 07:05:48AM +0000, Yuri Victorovich wrote: > Author: yuri > Date: Thu May 10 07:05:48 2018 > New Revision: 469511 > URL: https://svnweb.freebsd.org/changeset/ports/469511 >=20 > Log: > comms/gammu: Unbreak: add missing files to pkg-config You forgot to bump PORTREVISION. > Approved by: portmgr (port compliance, infrastructure) >=20 > Modified: > head/comms/gammu/pkg-plist >=20 > Modified: head/comms/gammu/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/comms/gammu/pkg-plist Thu May 10 07:00:19 2018 (r469510) > +++ head/comms/gammu/pkg-plist Thu May 10 07:05:48 2018 (r469511) > @@ -105,6 +105,8 @@ share/locale/it/LC_MESSAGES/gammu.mo > share/locale/it/LC_MESSAGES/libgammu.mo > share/locale/ko/LC_MESSAGES/gammu.mo > share/locale/ko/LC_MESSAGES/libgammu.mo > +share/locale/nb_NO/LC_MESSAGES/gammu.mo > +share/locale/nb_NO/LC_MESSAGES/libgammu.mo > share/locale/nl/LC_MESSAGES/gammu.mo > share/locale/nl/LC_MESSAGES/libgammu.mo > share/locale/pl/LC_MESSAGES/gammu.mo >=20 >=20 --=20 Mathieu Arnold --hpj35mpbod54laxd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJa+r56XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IQXgQAIcj3gkA6wz7biJSvpiIi/N9 SFOkf7dALqBZsgLP8c2bLvyeqm79L9/w4EEhh1L3z7M1TBvwnA0B2d/4+xGFrD/y xtuuSDHc08N7NfDRGEIv2PDyhSr6kTB9CEd/j06s4MNDdr3gaDte1+ci9XuaNAyC qwVxQ8I1rfyB8x6QSp2xxvzRkavq+bYzvhYQ/ZAPPCX8lPSkqxHhYNK4JJL/APhx hhWlGSdAM3Q9iOS6mThNRY+o0qUHwlD/2gB/KaESjc/DrIGioM61FsjVaHE1Ebww 7NbdZwiBupItU+RooWmNQApAyO3htY0eu5pr3ATvWhNoDPnwMXF3/zL3YuNwT963 WQ8ngcri+q9r6T0hyRXGjZKcncUknots4o1fq6YnQFCfGDL1xtqm8CyajgqOsBYS DfXoSHz+udLuhLXvHTnjW7/duixGmj7julUCXy10HNHtdFB0nlOU4eUP67o1y5V4 Rg1mUysPQb01aXpFyGyNGSZSou47HxhhPkpEPKEd8LVHFH3iUlYTC8zNRp9ZG5W/ hcj50+yZi/7u86ooox1TySo6lXDeZvBUmIGZI1ja2GRQjwFc6/NTwTxneFA2bLTg xCoyb0p3D1ONP+UjLPF5f3qb0u5x2vCUfV4H37L6AKTHCkzEI4rdUP20gzZ7my3D anZ113S2xr2MhdNyURR0 =4P7b -----END PGP SIGNATURE----- --hpj35mpbod54laxd-- From owner-svn-ports-head@freebsd.org Tue May 15 11:03:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B732EAD9C3; Tue, 15 May 2018 11:03:51 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0ACF6B700; Tue, 15 May 2018 11:03:50 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 83722BDD2F; Tue, 15 May 2018 13:03:48 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 62ABBBDD2D; Tue, 15 May 2018 13:03:48 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 1E580616A; Tue, 15 May 2018 13:03:48 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 15A67697DBA3; Tue, 15 May 2018 13:03:48 +0200 (CEST) Date: Tue, 15 May 2018 13:03:48 +0200 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469512 - head/misc/openhab2 Message-ID: <20180515110348.swvvs5cnhdjklrcy@ogg.in.absolight.net> References: <201805100713.w4A7DmNj001351@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jrsal5l5l4oqkziq" Content-Disposition: inline In-Reply-To: <201805100713.w4A7DmNj001351@repo.freebsd.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 11:03:51 -0000 --jrsal5l5l4oqkziq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 10, 2018 at 07:13:48AM +0000, Yuri Victorovich wrote: > Author: yuri > Date: Thu May 10 07:13:48 2018 > New Revision: 469512 > URL: https://svnweb.freebsd.org/changeset/ports/469512 >=20 > Log: > misc/openhab2: Unbreak: add missing file in pkg-plist You forgot to bump PORTREVISION. > Also add missing NO_ARCH=3Dyes. > Also order USExx section. > =20 > Approved by: portmgr (port compliance, infrastructure) >=20 > Modified: > head/misc/openhab2/Makefile > head/misc/openhab2/pkg-plist >=20 > Modified: head/misc/openhab2/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/misc/openhab2/Makefile Thu May 10 07:05:48 2018 (r469511) > +++ head/misc/openhab2/Makefile Thu May 10 07:13:48 2018 (r469512) > @@ -17,16 +17,16 @@ LICENSE_FILE=3D ${WRKSRC}/LICENSE.TXT > USE_JAVA=3D yes > JAVA_VERSION=3D 1.8 > JAVA_RUN=3D yes > - > -USERS=3D openhab > -GROUPS=3D openhab > USE_RC_SUBR=3D openhab2 > SUB_FILES=3D pkg-message > - > NO_WRKSUBDIR=3D yes > +NO_ARCH=3D yes > =20 > +USERS=3D openhab > +GROUPS=3D openhab > + > post-patch: > - ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/runtime/= bin/setenv > + @${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/runtime= /bin/setenv > =20 > do-build: > .for conf in services/runtime.cfg services/addons.cfg html/index.html tr= ansform/en.map transform/de.map >=20 > Modified: head/misc/openhab2/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/misc/openhab2/pkg-plist Thu May 10 07:05:48 2018 (r469511) > +++ head/misc/openhab2/pkg-plist Thu May 10 07:13:48 2018 (r469512) > @@ -11,6 +11,7 @@ libexec/openhab2/runtime/bin/shell > libexec/openhab2/runtime/bin/start > libexec/openhab2/runtime/bin/status > libexec/openhab2/runtime/bin/stop > +libexec/openhab2/runtime/bin/update > libexec/openhab2/runtime/etc/jetty.xml > libexec/openhab2/runtime/etc/quartz.properties > libexec/openhab2/runtime/lib/README >=20 >=20 --=20 Mathieu Arnold --jrsal5l5l4oqkziq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJa+r6TXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IKbUP/i3UX31fIRYhQaQiPdyjUT+J zN/FKWmusGUaG7Z5o/Q2Y88zG5yp9DcF7aORG892CvubNRLhPInYjBxg2TIP4b/O D/PuARXyYdBJRCYSkBkTF56ZzT2FBS2PjNyhcu/YtEvIdp8V2JX8JEHxsqejbg5H +AP5Z0jfkNKzPmJaEbRM90rPcdr1uVyL1Fy2yIFC330YDwW8H/Vjy+2ll9yBLr0V Gxhobv4ZmsBoPzUgDXN0HimBG9YJGpMPHrgcLpGPYBj160zbg8ENPPx/GuDfkBRS +Kz1jFb8/2dr9AERavp/in2WUZiHB+9g4kwG/uvtZUVcgGVEQf5GzjZGNh+dy9t5 pXxEfX4nFaeSYQBHiUwioLiRpMIiVf9VfTR9RB1d8Hv7kXxenq2kuY/MTIJ/g30d NxMoWfIQE8x5l+hG+1zYyqTgko4kWNdvueZM3S/ZRZ+Vq4wcdhYvpr/OCE089mRh 7RKCwF2CgNXA6eLNxe8RFvo7HrZTu+6uPfhdrDcqCg+i/iVZ6NW1K6R4snvxFDnp FFZDmDljy0bASHN9avXj1qzAo3ygVYAq1+M92BmofJDfW1rsP1TFw+WvfNIGBE2Q X2yu2YHtoaul3nZIoh2ouPYf5XtO0J8X4lQuE0IoWLyVDTgF9w55QesUgU9oa5Ii TPIXtIjPeF/KmIbkS8z9 =+jBX -----END PGP SIGNATURE----- --jrsal5l5l4oqkziq-- From owner-svn-ports-head@freebsd.org Tue May 15 11:18:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DA83EAEA31; Tue, 15 May 2018 11:18:10 +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 AC8CA6D847; Tue, 15 May 2018 11:18:09 +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 8AE3526A2; Tue, 15 May 2018 11:18:09 +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 w4FBI9fa095796; Tue, 15 May 2018 11:18:09 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FBI8Bx095791; Tue, 15 May 2018 11:18:08 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201805151118.w4FBI8Bx095791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 15 May 2018 11:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470011 - in head/www: nginx-devel nginx-devel/files rubygem-passenger X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head/www: nginx-devel nginx-devel/files rubygem-passenger X-SVN-Commit-Revision: 470011 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 11:18:10 -0000 Author: osa Date: Tue May 15 11:18:08 2018 New Revision: 470011 URL: https://svnweb.freebsd.org/changeset/ports/470011 Log: Upgrade to recent bugfix release 5.3.1. 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/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue May 15 11:01:58 2018 (r470010) +++ head/www/nginx-devel/Makefile Tue May 15 11:18:08 2018 (r470011) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.14.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Tue May 15 11:01:58 2018 (r470010) +++ head/www/nginx-devel/Makefile.extmod Tue May 15 11:18:08 2018 (r470011) @@ -224,7 +224,7 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_sr NJS_GH_TUPLE= nginx:njs:ce54200:njs NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx -PASSENGER_NGINX_VER= 5.3.0 +PASSENGER_NGINX_VER= 5.3.1 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 Tue May 15 11:01:58 2018 (r470010) +++ head/www/nginx-devel/distinfo Tue May 15 11:18:08 2018 (r470011) @@ -1,4 +1,4 @@ -TIMESTAMP = 1526259197 +TIMESTAMP = 1526381709 SHA256 (nginx-1.14.0.tar.gz) = 5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5 SIZE (nginx-1.14.0.tar.gz) = 1016272 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.0.tar.gz) = 096c637d8fa14b71160eab5c8a5caee4d6553683f04e78ce37f47f7113b5842d -SIZE (passenger-5.3.0.tar.gz) = 7033231 +SHA256 (passenger-5.3.1.tar.gz) = dfa559a4e36201cd66ec098aa0943407c5ce24331904e115b8aa6f64936cfb62 +SIZE (passenger-5.3.1.tar.gz) = 7033258 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 Tue May 15 11:01:58 2018 (r470010) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Tue May 15 11:18:08 2018 (r470011) @@ -1,5 +1,5 @@ ---- ../passenger-5.3.0/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-5.3.0/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 +--- ../passenger-5.3.1/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-5.3.1/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/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Tue May 15 11:01:58 2018 (r470010) +++ head/www/rubygem-passenger/Makefile Tue May 15 11:18:08 2018 (r470011) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 5.3.0 +PORTVERSION= 5.3.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Tue May 15 11:01:58 2018 (r470010) +++ head/www/rubygem-passenger/distinfo Tue May 15 11:18:08 2018 (r470011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526221844 -SHA256 (rubygem/passenger-5.3.0.gem) = 679514abb49b4ae3843053b88335e47f10b97c7dfc36f2118e900a9c41c93d65 -SIZE (rubygem/passenger-5.3.0.gem) = 6956032 +TIMESTAMP = 1526380970 +SHA256 (rubygem/passenger-5.3.1.gem) = 74c88fe937e0d27cf8a89510d5ac6d6b1c7cc93588f2ed840e8902158932919f +SIZE (rubygem/passenger-5.3.1.gem) = 6956032 From owner-svn-ports-head@freebsd.org Tue May 15 11:56:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5EBDEB0D7C; Tue, 15 May 2018 11:56:40 +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 4D1D477173; Tue, 15 May 2018 11:56:40 +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 1064D2D0A; Tue, 15 May 2018 11:56: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 w4FBudcK015816; Tue, 15 May 2018 11:56:39 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FBudw0015815; Tue, 15 May 2018 11:56:39 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805151156.w4FBudw0015815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 15 May 2018 11:56:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470012 - in head/www/qupzilla-qt5: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/www/qupzilla-qt5: . files X-SVN-Commit-Revision: 470012 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 11:56:40 -0000 Author: rakuco Date: Tue May 15 11:56:39 2018 New Revision: 470012 URL: https://svnweb.freebsd.org/changeset/ports/470012 Log: Add an upstream patch to fix the build with Qt 5.10. In file included from webtab/searchtoolbar.cpp:21: ../../build/ui_searchtoolbar.h:76:31: error: no viable conversion from 'QLatin1String' to 'const QKeySequence' previous->setShortcut(QLatin1String("Ctrl+Shift+G")); PR: 228213 Added: head/www/qupzilla-qt5/files/patch-git_ca2b5f22b (contents, props changed) Modified: head/www/qupzilla-qt5/Makefile Modified: head/www/qupzilla-qt5/Makefile ============================================================================== --- head/www/qupzilla-qt5/Makefile Tue May 15 11:18:08 2018 (r470011) +++ head/www/qupzilla-qt5/Makefile Tue May 15 11:56:39 2018 (r470012) @@ -2,7 +2,7 @@ PORTNAME= qupzilla PORTVERSION= 1.8.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt5 Added: head/www/qupzilla-qt5/files/patch-git_ca2b5f22b ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qupzilla-qt5/files/patch-git_ca2b5f22b Tue May 15 11:56:39 2018 (r470012) @@ -0,0 +1,44 @@ +commit ca2b5f22bedec6dbfa85863e8611ac6c40f1174c +Author: David Rosca +Date: Sun Dec 3 10:13:10 2017 +0100 + + SearchToolbar: Don't set shortcuts from UI file + + Fixes build with Qt 5.10 + + Closes #2515 + +--- src/lib/webtab/searchtoolbar.cpp.orig 2015-11-11 15:13:24 UTC ++++ src/lib/webtab/searchtoolbar.cpp +@@ -35,7 +35,9 @@ SearchToolBar::SearchToolBar(WebView* view, QWidget* p + + ui->closeButton->setIcon(IconProvider::standardIcon(QStyle::SP_DialogCloseButton)); + ui->next->setIcon(IconProvider::standardIcon(QStyle::SP_ArrowDown)); ++ ui->next->setShortcut(QKeySequence("Ctrl+G")); + ui->previous->setIcon(IconProvider::standardIcon(QStyle::SP_ArrowUp)); ++ ui->previous->setShortcut(QKeySequence("Ctrl+Shift+G")); + + connect(ui->closeButton, SIGNAL(clicked()), this, SLOT(hide())); + connect(ui->lineEdit, SIGNAL(textChanged(QString)), this, SLOT(findNext())); +--- src/lib/webtab/searchtoolbar.ui.orig 2015-11-11 15:13:24 UTC ++++ src/lib/webtab/searchtoolbar.ui +@@ -64,9 +64,6 @@ + 0 + + +- +- Ctrl+Shift+G +- + + true + +@@ -79,9 +76,6 @@ + 0 + 0 + +- +- +- Ctrl+G + + + true From owner-svn-ports-head@freebsd.org Tue May 15 11:58:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68491EB0EDA; Tue, 15 May 2018 11:58:43 +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 1B3E3772B8; Tue, 15 May 2018 11:58:43 +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 F243E2D0E; Tue, 15 May 2018 11:58:42 +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 w4FBwgFD016024; Tue, 15 May 2018 11:58:42 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FBwgmv016022; Tue, 15 May 2018 11:58:42 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805151158.w4FBwgmv016022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 15 May 2018 11:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470013 - head/net/httpry X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/net/httpry X-SVN-Commit-Revision: 470013 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 11:58:43 -0000 Author: wen Date: Tue May 15 11:58:42 2018 New Revision: 470013 URL: https://svnweb.freebsd.org/changeset/ports/470013 Log: - Update to 0.1.8 Modified: head/net/httpry/Makefile head/net/httpry/distinfo Modified: head/net/httpry/Makefile ============================================================================== --- head/net/httpry/Makefile Tue May 15 11:56:39 2018 (r470012) +++ head/net/httpry/Makefile Tue May 15 11:58:42 2018 (r470013) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= httpry -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= net MASTER_SITES= http://dumpsterventures.com/jason/httpry/ Modified: head/net/httpry/distinfo ============================================================================== --- head/net/httpry/distinfo Tue May 15 11:56:39 2018 (r470012) +++ head/net/httpry/distinfo Tue May 15 11:58:42 2018 (r470013) @@ -1,2 +1,3 @@ -SHA256 (httpry-0.1.7.tar.gz) = 00debb88f90f79d65dcbcc590c2a1172411f70f9134a9367f29c113594d7b9fa -SIZE (httpry-0.1.7.tar.gz) = 50175 +TIMESTAMP = 1526414165 +SHA256 (httpry-0.1.8.tar.gz) = ef53454f895f68005f7b9ab634d1b433c4df839eacea9109e4ee48d4296fb613 +SIZE (httpry-0.1.8.tar.gz) = 49804 From owner-svn-ports-head@freebsd.org Tue May 15 12:04:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EB87EB1D60; Tue, 15 May 2018 12:04:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3499D790C0; Tue, 15 May 2018 12:04:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 2A89D7737; Tue, 15 May 2018 12:04:40 +0000 (UTC) Date: Tue, 15 May 2018 12:04:40 +0000 From: Alexey Dokuchaev To: Luca Pizzamiglio Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files Message-ID: <20180515120440.GA44225@FreeBSD.org> References: <201805150843.w4F8hAZI019968@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201805150843.w4F8hAZI019968@repo.freebsd.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 12:04:40 -0000 On Tue, May 15, 2018 at 08:43:10AM +0000, Luca Pizzamiglio wrote: > New Revision: 470005 > URL: https://svnweb.freebsd.org/changeset/ports/470005 > > Log: > textproc/bat: a cat(1) clone with syntax highlighting > > Add bat, a cat(1) clone with syntax highlighting, Git integration > and automatic paging o_O > Written in Rust. > [...] > +CARGO_CRATES= aho-corasick-0.6.4 \ > + ansi_term-0.10.2 \ > + ansi_term-0.11.0 \ > + atty-0.2.10 \ > + backtrace-0.3.7 \ > + backtrace-sys-0.1.16 \ > + base64-0.8.0 \ < shitload of weird creates skipped > > + winapi-0.2.8 \ > + winapi-0.3.4 \ > + winapi-build-0.1.1 \ > + winapi-i686-pc-windows-gnu-0.4.0 \ > + winapi-x86_64-pc-windows-gnu-0.4.0 \ WinAPI in the cat(1) clone? Oh boy. ./danfe From owner-svn-ports-head@freebsd.org Tue May 15 12:21:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D78AAEB4E8C; Tue, 15 May 2018 12:21:42 +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 8B8507AF3A; Tue, 15 May 2018 12:21:42 +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 6E5A330A8; Tue, 15 May 2018 12:21:42 +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 w4FCLg5Y029280; Tue, 15 May 2018 12:21:42 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FCLfBw029278; Tue, 15 May 2018 12:21:41 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805151221.w4FCLfBw029278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 15 May 2018 12:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470014 - in head/devel: libgit2 libgit2-glib libgit2-glib/files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/devel: libgit2 libgit2-glib libgit2-glib/files X-SVN-Commit-Revision: 470014 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 12:21:43 -0000 Author: rakuco Date: Tue May 15 12:21:41 2018 New Revision: 470014 URL: https://svnweb.freebsd.org/changeset/ports/470014 Log: devel/libgit2-glib: Unbreak with libgit2 0.27. The fix is two-fold: * Adjust the path for the sed call in devel/libgit2 so that we leave out openssl from libgit2.pc's Requires.private line, otherwise libgit2-glib will look for openssl.pc, which does not exist when OpenSSL from base is used. * Reset libgit2-glib back to 0.26, and import a patch both Arch Linux and openSUSE have been carrying to fix the build with libgit2 0.27. PORTEPOCH was not set because there is no libgit2-glib 0.27 and no package could have possibly been built after r469930. Approved by: mfechner, gnome (kwm) Differential Revision: https://reviews.freebsd.org/D15437 Added: head/devel/libgit2-glib/files/ head/devel/libgit2-glib/files/patch-libgit2-glib_ggit-config.c (contents, props changed) Modified: head/devel/libgit2-glib/Makefile head/devel/libgit2/Makefile Modified: head/devel/libgit2-glib/Makefile ============================================================================== --- head/devel/libgit2-glib/Makefile Tue May 15 11:58:42 2018 (r470013) +++ head/devel/libgit2-glib/Makefile Tue May 15 12:21:41 2018 (r470014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgit2-glib -PORTVERSION= 0.27.0 +PORTVERSION= 0.26.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -12,8 +12,6 @@ COMMENT= Glib wrapper library around the libgit2 git a LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= upstream does not support libgit 0.27.0 BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libgit2.so:devel/libgit2 Added: head/devel/libgit2-glib/files/patch-libgit2-glib_ggit-config.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libgit2-glib/files/patch-libgit2-glib_ggit-config.c Tue May 15 12:21:41 2018 (r470014) @@ -0,0 +1,13 @@ +Fix the build with libgit2 0.27. + +Obtained from: https://git.archlinux.org/svntogit/packages.git/commit/trunk/libgit2-0.27.0.diff?h=packages/libgit2-glib&id=5c8af6b8236ed9a108ad980899477cb50ffeb324 +--- libgit2-glib/ggit-config.c.orig 2015-08-10 06:33:13 UTC ++++ libgit2-glib/ggit-config.c +@@ -295,6 +295,7 @@ ggit_config_add_file (GgitConfig *config, + ret = git_config_add_file_ondisk (_ggit_native_get (config), + path, + (git_config_level_t)level, ++ NULL, + force); + g_free (path); + Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Tue May 15 11:58:42 2018 (r470013) +++ head/devel/libgit2/Makefile Tue May 15 12:21:41 2018 (r470014) @@ -2,6 +2,7 @@ PORTNAME= libgit2 PORTVERSION= 0.27.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -38,7 +39,7 @@ post-patch: @${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*zlib/ d" ${WRKSRC}/CMakeLists.txt .if ${SSL_DEFAULT} == base @${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*openssl/ d" \ - ${WRKSRC}/CMakeLists.txt + ${WRKSRC}/src/CMakeLists.txt .endif .include From owner-svn-ports-head@freebsd.org Tue May 15 13:37:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1967CEDA62B; Tue, 15 May 2018 13:37:07 +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 C0B446BCF3; Tue, 15 May 2018 13:37:06 +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 9D91E41AD; Tue, 15 May 2018 13:37:06 +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 w4FDb61w066262; Tue, 15 May 2018 13:37:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FDb6Cq066259; Tue, 15 May 2018 13:37:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805151337.w4FDb6Cq066259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 15 May 2018 13:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470015 - in head/www/otrs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/www/otrs: . files X-SVN-Commit-Revision: 470015 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 13:37:07 -0000 Author: pi Date: Tue May 15 13:37:05 2018 New Revision: 470015 URL: https://svnweb.freebsd.org/changeset/ports/470015 Log: www/otrs: add missing dependencies, and missing DBUpdateTo6 scripts - Add missing dependencies - Attempt to run otrs.SetPermissions.pl script on install. It is going to work if there is an existing otrs user from the previous installation. Users installing the port for the first time should run it manually as stated in pkg-message. - Install DBUpdateTo6 scripts PR: 227924, 228106 Reported by: jonaspalm@posteo.de Submitted by: m.tsatsenko@gmail.com (maintainer), Felix J. Ogris Modified: head/www/otrs/Makefile head/www/otrs/files/pkg-message.in head/www/otrs/pkg-plist Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Tue May 15 12:21:41 2018 (r470014) +++ head/www/otrs/Makefile Tue May 15 13:37:05 2018 (r470015) @@ -3,6 +3,7 @@ PORTNAME= otrs PORTVERSION= 6.0.6 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= m.tsatsenko@gmail.com @@ -43,7 +44,9 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive- p5-CGI>=0:www/p5-CGI \ p5-Lingua-Translit>=0:devel/p5-Lingua-Translit \ p5-Pod-Strip>=0:textproc/p5-Pod-Strip \ - p5-Template-Toolkit>=0:www/p5-Template-Toolkit + p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-Sisimai>=0:mail/p5-Sisimai RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cpe shebangfix perl5 tar:bzip2 @@ -169,16 +172,15 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/scripts/database/*.* ${STAGEDIR}${OTRSDIR}/scripts/database/ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/test/*.t ${STAGEDIR}${OTRSDIR}/scripts/test/ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/tools/*.pl ${STAGEDIR}${OTRSDIR}/scripts/tools/ + (cd ${WRKSRC}/scripts && ${PAX} -r -w DBUpdateTo6 ${STAGEDIR}${OTRSDIR}/scripts) ${FIND} ${CRON_SCRIPTS} -type f -name *.dist | ${SED} -e "p;s/\.dist//" | ${XARGS} -n2 ${MV} ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/var/article ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/var/httpd/htdocs/js/js-cache/ ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/var/tmp - -# otrs.SetPermissions.pl does not work in stage environment due to missing otrs user -#post-install: -# cd ${STAGEDIR}/${OTRSDIR} && ${PERL} ./bin/otrs.SetPermissions.pl \ -# --web-group=${WWWOWN} \ -# --otrs-user=${PORTNAME} \ -# --admin-group=wheel ${STAGEDIR}${OTRSDIR} + # Attemt to set permissions for OTRS. It will fail if there is no pre-existing otrs user + cd ${STAGEDIR}/${OTRSDIR} && ${PERL} ./bin/otrs.SetPermissions.pl \ + --web-group=${WWWOWN} \ + --otrs-user=${PORTNAME} \ + --admin-group=wheel ${STAGEDIR}${OTRSDIR} || true .include Modified: head/www/otrs/files/pkg-message.in ============================================================================== --- head/www/otrs/files/pkg-message.in Tue May 15 12:21:41 2018 (r470014) +++ head/www/otrs/files/pkg-message.in Tue May 15 13:37:05 2018 (r470015) @@ -8,7 +8,8 @@ and/or documentation in %%DOCSDIR%% for further instru regarding configuring your web server, database, cron scripts, and receiving emails. -Do not forget to run otrs.SetPermissions.pl script. +Do not forget to run otrs.SetPermissions.pl script when installing OTRS +for the first time. For example: # %%PREFIX%%/otrs/bin/otrs.SetPermissions.pl \ --web-group=%%WWWOWN%% --otrs-user=%%OTRS_USER%% \ Modified: head/www/otrs/pkg-plist ============================================================================== --- head/www/otrs/pkg-plist Tue May 15 12:21:41 2018 (r470014) +++ head/www/otrs/pkg-plist Tue May 15 13:37:05 2018 (r470015) @@ -1,4 +1,4 @@ -@owner %%OTRS_USER%% +@owner otrs @group %%WWWOWN%% @sample otrs/.fetchmailrc.dist otrs/.fetchmailrc @sample otrs/.mailfilter.dist otrs/.mailfilter @@ -1301,6 +1301,62 @@ otrs/bin/otrs.PostMaster.pl otrs/bin/otrs.SetPermissions.pl otrs/scripts/DBUpdate-to-6.pl otrs/scripts/DBUpdateTo6.pm +otrs/scripts/DBUpdateTo6/AddAppointmentCalendarNotification.pm +otrs/scripts/DBUpdateTo6/Base.pm +otrs/scripts/DBUpdateTo6/CacheCleanup.pm +otrs/scripts/DBUpdateTo6/CleanGroupUserPermissionValue.pm +otrs/scripts/DBUpdateTo6/CreateAppointmentCalendarTables.pm +otrs/scripts/DBUpdateTo6/CreateFormDraftTables.pm +otrs/scripts/DBUpdateTo6/CreateTicketNumberCounterTables.pm +otrs/scripts/DBUpdateTo6/DatabaseBackupCheck.pm +otrs/scripts/DBUpdateTo6/DatabaseCharsetCheck.pm +otrs/scripts/DBUpdateTo6/DatabaseVersionCheck.pm +otrs/scripts/DBUpdateTo6/DropObjectLockState.pm +otrs/scripts/DBUpdateTo6/FrameworkVersionCheck.pm +otrs/scripts/DBUpdateTo6/InitializeDefaultCronjobs.pm +otrs/scripts/DBUpdateTo6/MigrateChatData.pm +otrs/scripts/DBUpdateTo6/MigrateArticleData.pm +otrs/scripts/DBUpdateTo6/MigrateArticleSearchIndex.pm +otrs/scripts/DBUpdateTo6/MigrateConfigEffectiveValues.pm +otrs/scripts/DBUpdateTo6/MigrateGenericAgentJobs.pm +otrs/scripts/DBUpdateTo6/MigratePackageRepositoryConfiguration.pm +otrs/scripts/DBUpdateTo6/MigratePossibleNextActions.pm +otrs/scripts/DBUpdateTo6/MigratePostMasterData.pm +otrs/scripts/DBUpdateTo6/MigrateProcessManagementData.pm +otrs/scripts/DBUpdateTo6/MigrateTicketAppointments.pm +otrs/scripts/DBUpdateTo6/MigrateTicketFrontendCustomerInfoZoom.pm +otrs/scripts/DBUpdateTo6/MigrateTicketMergedHistory.pm +otrs/scripts/DBUpdateTo6/MigrateTicketNotifications.pm +otrs/scripts/DBUpdateTo6/TaskConfig/MigrateArticleData.yml.dist +otrs/scripts/DBUpdateTo6/MigrateTicketStats.pm +otrs/scripts/DBUpdateTo6/MigrateTicketStorageModule.pm +otrs/scripts/DBUpdateTo6/MigrateTimeZoneConfiguration.pm +otrs/scripts/DBUpdateTo6/MigrateWebServiceConfiguration.pm +otrs/scripts/DBUpdateTo6/MigrateZoomExpandConfig.pm +otrs/scripts/DBUpdateTo6/PerlModulesCheck.pm +otrs/scripts/DBUpdateTo6/PerlVersionCheck.pm +otrs/scripts/DBUpdateTo6/PostArticleTableStructureChanges.pm +otrs/scripts/DBUpdateTo6/RebuildConfig.pm +otrs/scripts/DBUpdateTo6/SysConfigCheck.pm +otrs/scripts/DBUpdateTo6/UninstallMergedFeatureAddOns.pm +otrs/scripts/DBUpdateTo6/UpdateAppointmentCalendarFutureTasks.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/ArticleTableChangesPostRename.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/ArticleTableChangesPreRename.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/ArticleTableChangesRename.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/CommunicationLogs.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/DynamicFieldChanges.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/NewArticleSearchIndexTable.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/NewChatDataTable.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/NewCommunicationChannelTable.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/NewCustomerRelationTables.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/NewSysconfigTables.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/PasswordColumnChanges.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/RemoveMD5Columns.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/TicketDropCreateTimeUnix.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/TicketHistoryTableChanges.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/TicketIndexUpdate.pm +otrs/scripts/DBUpdateTo6/UpgradeDatabaseStructure/UpdateNotificationTables.pm otrs/scripts/apache2-httpd-plack-proxy.conf otrs/scripts/apache2-httpd.include.conf otrs/scripts/apache2-perl-startup.pl From owner-svn-ports-head@freebsd.org Tue May 15 13:41:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18056EDAA90; Tue, 15 May 2018 13:41:36 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A83AF6E09B; Tue, 15 May 2018 13:41:35 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 06F2ABDD2D; Tue, 15 May 2018 15:41:34 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id DE2ECBDD25; Tue, 15 May 2018 15:41:33 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 254A5614F; Tue, 15 May 2018 15:41:33 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id ABE8F698CB73; Tue, 15 May 2018 15:41:32 +0200 (CEST) Date: Tue, 15 May 2018 15:41:31 +0200 From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469676 - head/security/kbfs Message-ID: <20180515134131.gt7b6fpfby5a6qvv@ogg.in.absolight.net> References: <201805111711.w4BHBfVI048172@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="stjtz22lbypursgg" Content-Disposition: inline In-Reply-To: <201805111711.w4BHBfVI048172@repo.freebsd.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 13:41:36 -0000 --stjtz22lbypursgg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 11, 2018 at 05:11:41PM +0000, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Fri May 11 17:11:40 2018 > New Revision: 469676 > URL: https://svnweb.freebsd.org/changeset/ports/469676 >=20 > Log: > Add pkg-message for setup instructions You forgot to bump PORTREVISION. --=20 Mathieu Arnold --stjtz22lbypursgg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJa+uOLXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I5d4P/0Kzt52bDUe1gzPJMbYF0fjc jhatLSNCvgZNQ/7hUxKspkg0W0Cd5WNZtkLikrfUUER0QfrN66e8TByqskp+ArvV AcLBMPl0Hdc83qnliRmlXGBflEw9HNqRd2/8GpUJIo+rzWub8Z79nnaF7rdSKMag /sI1hZLewvxhQWn8U7bKt34mweNhk+x/tmi/ppB4s/hiYQQMYaQJUkeeaMKDYr4x fGAhcKLV9T88368LDqiD35EDuGZkuxf7mVj+FnoGiNjJush06XOnYcpNw3FTBZSM HwMrZKHU+g6bP/tPEmVJe4CmBy3+2LlIwy5NTztL08Pr6cVB/x3xUe59P1kvXwZs arLqPlvzSh6HgwqKMkSOn5xyr4avioxVs6+7G6G7WPBzxBcWTs0giz6lE1+/Nx8l JczuN8in/khwdD6jD274aMWoeeSpZXvRm9Q4kL1sef9vRHHR4ZRAkXB2nbhXnvj3 TPNDVc6Me+pIgKfh3EQZt1VOXqMmlm6YZ9+u4MTFldnZvAWLthKOvsLq8n8esHrf 1jHZ6qZ5LIWSk+ZElOEjGNL/xMt1xZhyQyJd/2ZlzXFbh3cKk3oZiDAGXxTIeIuf cvWQiMNJdOiUv+Rv545DDoCdg4IzWIPeffM8U3tdTH6PtT+rOYYjgk0g7F2dffMU 27ejfeM31njCXLJU5kSF =6MFB -----END PGP SIGNATURE----- --stjtz22lbypursgg-- From owner-svn-ports-head@freebsd.org Tue May 15 13:43:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B4AFEDAD9F; Tue, 15 May 2018 13:43:35 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCBC96E266; Tue, 15 May 2018 13:43:34 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD5CC4343; Tue, 15 May 2018 13:43:34 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FDhYTU071045; Tue, 15 May 2018 13:43:34 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FDhYif071044; Tue, 15 May 2018 13:43:34 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201805151343.w4FDhYif071044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Tue, 15 May 2018 13:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470016 - in head/lang/rust: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: in head/lang/rust: . files X-SVN-Commit-Revision: 470016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 13:43:35 -0000 Author: dumbbell Date: Tue May 15 13:43:34 2018 New Revision: 470016 URL: https://svnweb.freebsd.org/changeset/ports/470016 Log: lang/rust: Update to 1.26.0 The announcement is available on Rust blog: https://blog.rust-lang.org/2018/05/10/Rust-1.26.html Rust 1.25.0, used as the bootstrap compiler, contains the patch from bdrewery@ to use the compat (non-ino64) symbols on FreeBSD 12-CURRENT. Therefore, we don't need `old_fstat.c` and the associated machinery in the `Makefile` anymore. Deleted: head/lang/rust/files/old_fstat.c head/lang/rust/files/patch-src_binaryen_CMakeLists.txt head/lang/rust/files/patch-src_librustc__back_target_freebsd__base.rs Modified: head/lang/rust/Makefile head/lang/rust/distinfo Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Tue May 15 13:37:05 2018 (r470015) +++ head/lang/rust/Makefile Tue May 15 13:43:34 2018 (r470016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rust -PORTVERSION?= 1.25.0 +PORTVERSION?= 1.26.0 PORTREVISION?= CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/:src \ @@ -44,13 +44,13 @@ ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap com CONFLICTS_INSTALL?= rust-nightly # See WRKSRC/src/stage0.txt for this date and version values. -BOOTSTRAPS_DATE?= 2018-02-15 +BOOTSTRAPS_DATE?= 2018-03-29 -RUST_BOOTSTRAP_VERSION?= 1.24.0 +RUST_BOOTSTRAP_VERSION?= 1.25.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.25.0 +CARGO_BOOTSTRAP_VERSION?= 0.26.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/^-//} @@ -92,13 +92,6 @@ PLIST_FILES= lib/rustlib/components \ lib/rustlib/rust-installer-version .include -# ABI patch needed to address ino64 before fixes upstreamed. -# https://github.com/rust-lang/rust/issues/42681 -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200031 && !defined(NIGHTLY_DATE) -NEED_ABI_PATCH= 1 -.else -NEED_ABI_PATCH= 0 -.endif X_PY_ENV= HOME="${WRKDIR}" \ OPENSSL_DIR="${OPENSSLBASE}" @@ -139,26 +132,10 @@ post-extract: ${WRKSRC}/build/cache/${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}} ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${RUSTC_BOOTSTRAP} \ ${WRKSRC}/build/cache/${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}} -.if ${NEED_ABI_PATCH} == 0 ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${RUST_STD_BOOTSTRAP} \ ${WRKSRC}/build/cache/${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}} -.endif ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${CARGO_BOOTSTRAP} \ ${WRKSRC}/build/cache/${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}} -.if ${NEED_ABI_PATCH} == 1 - ${TAR} -x -C ${WRKSRC} -f ${DISTDIR}/${DIST_SUBDIR}/${RUST_STD_BOOTSTRAP} - ${CC} ${CFLAGS} -fPIC -c -o ${WRKSRC}/old_fstat.o ${FILESDIR}/old_fstat.c - (set -ex; cd ${WRKSRC}; \ - libstd="$$(echo "${RUST_STD_DIR}/rust-std-${RUST_TARGET}/lib/rustlib/${RUST_TARGET}/lib/"libstd-*.rlib)"; \ - hash="$$(basename "$$libstd" .rlib | ${SED} 's/^libstd-//')"; \ - std_o="$$(${AR} t "$$libstd" | ${GREP} -E "^std-$$hash.*\.o$$" | ${HEAD} -n 1)"; \ - ${AR} x "$$libstd" "$$std_o"; \ - ${LD} -r -o std.xx.o "$$std_o" old_fstat.o; \ - ${MV} std.xx.o "$$std_o"; \ - ${AR} r "$$libstd" "$$std_o") - ${TAR} -c --format=ustar -C ${WRKSRC} -f ${WRKSRC}/rust-std.tar.gz ${RUST_STD_DIR} - ${MV} ${WRKSRC}/rust-std.tar.gz ${WRKSRC}/build/cache/${RUST_STD_BOOTSTRAP} -.endif post-patch: @${REINPLACE_CMD} -e 's|gdb|${LOCALBASE}/bin/gdb|' \ @@ -329,7 +306,8 @@ post-install: ${STAGEDIR}${PREFIX}/bin/rustdoc \ ${STAGEDIR}${PREFIX}/bin/rustfmt \ ${STAGEDIR}${PREFIX}/lib/*.so \ - ${STAGEDIR}${PREFIX}/lib/rustlib/*/lib/*.so + ${STAGEDIR}${PREFIX}/lib/rustlib/*/lib/*.so \ + ${STAGEDIR}${PREFIX}/lib/rustlib/*/codegen-backends/*.so # We set `extended = true` in config.toml because we want to build # Cargo at the same time. However, this installs the rust-src component Modified: head/lang/rust/distinfo ============================================================================== --- head/lang/rust/distinfo Tue May 15 13:37:05 2018 (r470015) +++ head/lang/rust/distinfo Tue May 15 13:43:34 2018 (r470016) @@ -1,21 +1,21 @@ -SHA256 (rust/2018-02-15/cargo-0.25.0-aarch64-unknown-freebsd.tar.gz) = b722073829728fb6519b0653f42086d75a3dcfabdc0e760ed950bf2442d3c9b8 -SIZE (rust/2018-02-15/cargo-0.25.0-aarch64-unknown-freebsd.tar.gz) = 4080471 -SHA256 (rust/2018-02-15/cargo-0.25.0-i686-unknown-freebsd.tar.gz) = c0ebc42bc19933220d56238920dcade0750eb64462d55830403e0e7167f09316 -SIZE (rust/2018-02-15/cargo-0.25.0-i686-unknown-freebsd.tar.gz) = 5455389 -SHA256 (rust/2018-02-15/cargo-0.25.0-x86_64-unknown-freebsd.tar.gz) = 9b914574fbdbd4190718ce681041af3ac161aab2bcd5b3b6d52ccb954660c5d3 -SIZE (rust/2018-02-15/cargo-0.25.0-x86_64-unknown-freebsd.tar.gz) = 5604586 -SHA256 (rust/2018-02-15/rust-std-1.24.0-aarch64-unknown-freebsd.tar.gz) = 9e9b4d9ce972e972986b0ebb4f417041400e2be76dcddf645f6d6c8d1b3987bf -SIZE (rust/2018-02-15/rust-std-1.24.0-aarch64-unknown-freebsd.tar.gz) = 78129215 -SHA256 (rust/2018-02-15/rust-std-1.24.0-i686-unknown-freebsd.tar.gz) = 41d21402bd5b29c292c4db4a06b07396271e10824006794138e6f9b581f9f319 -SIZE (rust/2018-02-15/rust-std-1.24.0-i686-unknown-freebsd.tar.gz) = 81013253 -SHA256 (rust/2018-02-15/rust-std-1.24.0-x86_64-unknown-freebsd.tar.gz) = 99d0ca487e292f76e425074ae77f4e12fe1f67d3f90e0b0a8c4b8ed4e87bc163 -SIZE (rust/2018-02-15/rust-std-1.24.0-x86_64-unknown-freebsd.tar.gz) = 80387975 -SHA256 (rust/2018-02-15/rustc-1.24.0-aarch64-unknown-freebsd.tar.gz) = 14efaeb960da1b4524ae9a25657415ca92f6e54d12bb55e95ad4e38b625ef9ab -SIZE (rust/2018-02-15/rustc-1.24.0-aarch64-unknown-freebsd.tar.gz) = 60099868 -SHA256 (rust/2018-02-15/rustc-1.24.0-i686-unknown-freebsd.tar.gz) = f775a54ee18263a12fe9039d98af19c36a7b4e513f54cbd247a32e6b008d40cd -SIZE (rust/2018-02-15/rustc-1.24.0-i686-unknown-freebsd.tar.gz) = 63788470 -SHA256 (rust/2018-02-15/rustc-1.24.0-x86_64-unknown-freebsd.tar.gz) = 2a0110adc137bf241962eb4000bdba8cbf3713e09087edaba499bb917dce9b8e -SIZE (rust/2018-02-15/rustc-1.24.0-x86_64-unknown-freebsd.tar.gz) = 62428675 -SHA256 (rust/rustc-1.25.0-src.tar.xz) = 14fcb82d5959df758aaf422539359300917217fa8420e34bd596e3fb6ed2de87 -SIZE (rust/rustc-1.25.0-src.tar.xz) = 56108536 -TIMESTAMP = 1523914189 +TIMESTAMP = 1526286569 +SHA256 (rust/rustc-1.26.0-src.tar.xz) = 903b4727ad0c07e0edf9e27d5962c6e6f07f0f3c32e06c0f937bc79a087a32af +SIZE (rust/rustc-1.26.0-src.tar.xz) = 54613664 +SHA256 (rust/2018-03-29/rustc-1.25.0-aarch64-unknown-freebsd.tar.gz) = bef48b3ba5d560ae2eae532bfa4858827cd90687684e42ba515cb6dd78348ea9 +SIZE (rust/2018-03-29/rustc-1.25.0-aarch64-unknown-freebsd.tar.gz) = 62374768 +SHA256 (rust/2018-03-29/rust-std-1.25.0-aarch64-unknown-freebsd.tar.gz) = 994e415d2bec4c862cede93ca8f50fdc30272930170d30d963f5f9e127f8e60b +SIZE (rust/2018-03-29/rust-std-1.25.0-aarch64-unknown-freebsd.tar.gz) = 59733871 +SHA256 (rust/2018-03-29/cargo-0.26.0-aarch64-unknown-freebsd.tar.gz) = a2efee9c92a87ac48d3281eafeb24d713e32aca18dc7b287079f054dd68c533f +SIZE (rust/2018-03-29/cargo-0.26.0-aarch64-unknown-freebsd.tar.gz) = 4170950 +SHA256 (rust/2018-03-29/rustc-1.25.0-i686-unknown-freebsd.tar.gz) = 8a2488f0d905bd2d498addf8943bed58f817f3fad8387ba4cb7124f38a4c24dd +SIZE (rust/2018-03-29/rustc-1.25.0-i686-unknown-freebsd.tar.gz) = 56770706 +SHA256 (rust/2018-03-29/rust-std-1.25.0-i686-unknown-freebsd.tar.gz) = fe470bcb2e46d91d866b8a7cb22d7f78f421962b54116938b78286a4f9242775 +SIZE (rust/2018-03-29/rust-std-1.25.0-i686-unknown-freebsd.tar.gz) = 50402505 +SHA256 (rust/2018-03-29/cargo-0.26.0-i686-unknown-freebsd.tar.gz) = 3736e794fcede8f24dae8798d70ec4252b47516978460448e324b7dd3d875a73 +SIZE (rust/2018-03-29/cargo-0.26.0-i686-unknown-freebsd.tar.gz) = 4930623 +SHA256 (rust/2018-03-29/rustc-1.25.0-x86_64-unknown-freebsd.tar.gz) = 42279e4bb3ab6a6be87096c023ee62a43ffcefb36d2d23ed13b762c5b509ea6d +SIZE (rust/2018-03-29/rustc-1.25.0-x86_64-unknown-freebsd.tar.gz) = 56569917 +SHA256 (rust/2018-03-29/rust-std-1.25.0-x86_64-unknown-freebsd.tar.gz) = c5c62da893a1563e7ccff77ff313417a241300e09b4d06d9f5165bf35a72c58a +SIZE (rust/2018-03-29/rust-std-1.25.0-x86_64-unknown-freebsd.tar.gz) = 50228076 +SHA256 (rust/2018-03-29/cargo-0.26.0-x86_64-unknown-freebsd.tar.gz) = f5c4c0fbbb11b36223de815b734ab6f3497b6c453ca7f9fb93d457316fbfc1b7 +SIZE (rust/2018-03-29/cargo-0.26.0-x86_64-unknown-freebsd.tar.gz) = 5211772 From owner-svn-ports-head@freebsd.org Tue May 15 14:01:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E7FAEDBC00; Tue, 15 May 2018 14:01:34 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF8C9715D7; Tue, 15 May 2018 14:01:33 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 909DC462F; Tue, 15 May 2018 14:01:33 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FE1XlO079422; Tue, 15 May 2018 14:01:33 GMT (envelope-from kan@FreeBSD.org) Received: (from kan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FE1XPO079421; Tue, 15 May 2018 14:01:33 GMT (envelope-from kan@FreeBSD.org) Message-Id: <201805151401.w4FE1XPO079421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kan set sender to kan@FreeBSD.org using -f From: Alexander Kabaev Date: Tue, 15 May 2018 14:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470017 - head/devel/powerpc64-gcc/files X-SVN-Group: ports-head X-SVN-Commit-Author: kan X-SVN-Commit-Paths: head/devel/powerpc64-gcc/files X-SVN-Commit-Revision: 470017 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 14:01:34 -0000 Author: kan Date: Tue May 15 14:01:33 2018 New Revision: 470017 URL: https://svnweb.freebsd.org/changeset/ports/470017 Log: Make mips64 compiler use /lib:/usr/lib instead if lib64 variants This allows mips64 compiler to be used bo build base/ packages, while it was failing to find crt1.o and like before. Modified: head/devel/powerpc64-gcc/files/patch-gcc-freebsd-mips Modified: head/devel/powerpc64-gcc/files/patch-gcc-freebsd-mips ============================================================================== --- head/devel/powerpc64-gcc/files/patch-gcc-freebsd-mips Tue May 15 13:43:34 2018 (r470016) +++ head/devel/powerpc64-gcc/files/patch-gcc-freebsd-mips Tue May 15 14:01:33 2018 (r470017) @@ -64,7 +64,7 @@ new file mode 100644 index 0000000..56a921e --- /dev/null +++ gcc/config/mips/freebsd.h -@@ -0,0 +1,340 @@ +@@ -0,0 +1,347 @@ +/* Definitions for MIPS varients running FreeBSD with ELF format + Copyright (C) 2008 Free Software Foundation, Inc. + Continued by David O'Brien @@ -405,6 +405,13 @@ index 0000000..56a921e + +/************************[ Debugger stuff ]*********************************/ +#undef DBX_DEBUGGING_INFO ++ ++#if MIPS_ABI_DEFAULT == ABI_64 ++#undef STANDARD_STARTFILE_PREFIX_1 ++#define STANDARD_STARTFILE_PREFIX_1 "/lib/" ++#undef STANDARD_STARTFILE_PREFIX_2 ++#define STANDARD_STARTFILE_PREFIX_2 "/usr/lib/" ++#endif diff --git a/libgcc/config.host b/libgcc/config.host index f4a7428..5e5c33e 100644 --- libgcc/config.host From owner-svn-ports-head@freebsd.org Tue May 15 14:03:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA6EEEDBFD2; Tue, 15 May 2018 14:03:56 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5AD2272D3E; Tue, 15 May 2018 14:03:56 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id C6FDABDC89; Tue, 15 May 2018 16:03:54 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 99D60BDC85; Tue, 15 May 2018 16:03:53 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 0FC31616A; Tue, 15 May 2018 16:03:53 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 8CA67698F06B; Tue, 15 May 2018 16:03:51 +0200 (CEST) Date: Tue, 15 May 2018 16:03:51 +0200 From: Mathieu Arnold To: Joe Marcus Clarke Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469754 - in head/ports-mgmt/portlint: . src Message-ID: <20180515140351.oyfapiqygprxomvq@ogg.in.absolight.net> References: <201805121859.w4CIx8jx035047@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="pyg6cpvfpp3winqx" Content-Disposition: inline In-Reply-To: <201805121859.w4CIx8jx035047@repo.freebsd.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 14:03:57 -0000 --pyg6cpvfpp3winqx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 12, 2018 at 06:59:08PM +0000, Joe Marcus Clarke wrote: > if ($m{'fla'} ne '${PY_FLAVOR}') { > - &perror("FATAL", $file, -1, "directory for dependency ". > - "$m{'dep'} must be $m{'dir'}:\@\${PY_FLAVOR}"); > + &perror("WARN", $file, -1, "you may want directory for ". > + "dependency $m{'dep'} to be $m{'dir'}:\@\${PY_FLAVOR}"); > } > } else { > if ($m{'fla'} ne '${FLAVOR}') { > - &perror("FATAL", $file, -1, "directory for dependency ". > - "$m{'dep'} must be $m{'dir'}:\@\${FLAVOR}"); > + &perror("WARN", $file, -1, "you may want directory for ". > + "dependency $m{'dep'} to be $m{'dir'}:\@\${FLAVOR}"); Could you please only tell people to use PY_FLAVOR? Using FLAVOR directly dates back from when I was implementing the Python flavors and is a bad idea. --=20 Mathieu Arnold --pyg6cpvfpp3winqx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJa+ujHXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IF5cP+gPI81mzL0pidrPyjinIifbQ e9QuIFZcCssEDpIAmQs5JrUfCNIPWopwnwEdA3IvWD5msbhRBzF8yCq78jD2IprY zDovwCRFK3GpKNqm0qVliyn8BpGDNAuCUtgENwfqhZSIqo2S9PkFB+8K6x46bEHw A77q7VLFZIbpW+Bc8lqSsPAyDr8LfEw3yQfl5oR6F5i2Aaq2TDa2KfIwWaRPg+bv awGJterHQRyeJWq1fTQ65tVBbiD57q/hH7pj+3/WWLQs7PJw7MNQzw7GSv9RJU5t dD96nUX9YuvPPOsFEB9O0juCX0t5dzd1Bo3Qtrnq83r3H/4nYx4WokRdha07rHLt KX+5hCKamFxZGG/4rHY2Kydy0X24sZY9F2zqnZ472+X96IBJAE4ibJLPsjhtDYR7 SiFj80xoJA7bCphFh3nWNHQ9FyGEUvqn0OhLjtZVz3cZdtii8gAIfx+gf2YHmU01 ygjDmV2vyp7tuZVMq7R/OPerqkEFn09VDfemn9Yl6hSANv+38kRYxf2HHo47/dRw XqdSi2789bcvvb8NDrna2O87pJt8An5vgQ3Jb5brym/pTtfWWpEyAGH/JQ66dCU5 tiIe5zfNhfa7vqPQAmmqQxwNEImd11QK+VA0SC5Al7/U2pS7J7+pJtf1rjTxhAwT YphFG1Uziorpa3Qi34Av =3E7E -----END PGP SIGNATURE----- --pyg6cpvfpp3winqx-- From owner-svn-ports-head@freebsd.org Tue May 15 14:07:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECB2AEDC321; Tue, 15 May 2018 14:07:27 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A27AE74032; Tue, 15 May 2018 14:07:27 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F8734681; Tue, 15 May 2018 14:07:27 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FE7Rwb081331; Tue, 15 May 2018 14:07:27 GMT (envelope-from kan@FreeBSD.org) Received: (from kan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FE7RGi081330; Tue, 15 May 2018 14:07:27 GMT (envelope-from kan@FreeBSD.org) Message-Id: <201805151407.w4FE7RGi081330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kan set sender to kan@FreeBSD.org using -f From: Alexander Kabaev Date: Tue, 15 May 2018 14:07:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470018 - head/base/gcc X-SVN-Group: ports-head X-SVN-Commit-Author: kan X-SVN-Commit-Paths: head/base/gcc X-SVN-Commit-Revision: 470018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 14:07:28 -0000 Author: kan Date: Tue May 15 14:07:26 2018 New Revision: 470018 URL: https://svnweb.freebsd.org/changeset/ports/470018 Log: Upgrade base/gcc port to 6.4.0 to match xtoolchain Reviewed by: jhb, bapt Modified: head/base/gcc/Makefile head/base/gcc/distinfo Modified: head/base/gcc/Makefile ============================================================================== --- head/base/gcc/Makefile Tue May 15 14:01:33 2018 (r470017) +++ head/base/gcc/Makefile Tue May 15 14:07:26 2018 (r470018) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.3.0 +PORTVERSION= 6.4.0 CATEGORIES= base MASTER_SITES= GCC/releases/gcc-${DISTVERSION} \ http://www.mpfr.org/mpfr-3.1.6/:mpfr \ @@ -28,14 +28,15 @@ LICENSE_COMB= multi .error Please define CROSS_SYSROOT before building .endif +GCC_TARGET= ${ARCH}-unknown-${OPSYS:tl}${OSREL} + PREFIX= /usr CONFIGURE_ENV= gcc_gxx_include_dir="/usr/include/c++/v1" \ NM=/usr/bin/nm \ AS_FOR_TARGET=/usr/bin/as \ LD_FOR_TARGET=/usr/bin/ld \ NM_FOR_TARGET=/usr/bin/nm -GCC_TARGET= ${ARCH}-unknown-${OPSYS:tl}${OSREL} -USES= gmake libtool tar:bzip2 makeinfo +USES= gmake libtool tar:xz makeinfo PLIST_SUB= TARGETARCH=${ARCH} \ OPSYS=${OPSYS:tl} \ GCC_TARGET=${GCC_TARGET} \ @@ -49,6 +50,7 @@ CONFIGURE_OUTSOURCE= yes CONFIGURE_ARGS+= \ --target=${GCC_TARGET} \ --enable-languages=c,c++ \ + --enable-gnu-indirect-function \ --disable-nls \ --without-headers \ --with-gxx-include-dir=/usr/include/c++/v1/ \ Modified: head/base/gcc/distinfo ============================================================================== --- head/base/gcc/distinfo Tue May 15 14:01:33 2018 (r470017) +++ head/base/gcc/distinfo Tue May 15 14:07:26 2018 (r470018) @@ -1,6 +1,7 @@ TIMESTAMP = 1508105556 -SHA256 (gcc-6.3.0.tar.bz2) = f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f -SIZE (gcc-6.3.0.tar.bz2) = 99903185 +TIMESTAMP = 1514072608 +SHA256 (gcc-6.4.0.tar.xz) = 850bf21eafdfe5cd5f6827148184c08c4a0852a37ccf36ce69855334d2c914d4 +SIZE (gcc-6.4.0.tar.xz) = 76156220 SHA256 (mpfr-3.1.6.tar.xz) = 7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950 SIZE (mpfr-3.1.6.tar.xz) = 1133672 SHA256 (gmp-6.1.2.tar.xz) = 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 From owner-svn-ports-head@freebsd.org Tue May 15 14:12:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73AF5EDC833; Tue, 15 May 2018 14:12:11 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F35C744E0; Tue, 15 May 2018 14:12:10 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id IagKfAcwJuYopIagLfKEZy; Tue, 15 May 2018 08:12:02 -0600 X-Authority-Analysis: v=2.3 cv=GopsBH9C c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=VUJBJC2UJ8kA:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=VKtgnZ0QAAAA:8 a=9heGtwYjHaFIusoIxU8A:9 a=P1O7GA93iOcrKjUB:21 a=40qyOQIAEIg6tTbG:21 a=CjuIK1q_8ugA:10 a=gH7RwdH-NQV8nJiwR9cA:9 a=4ZGJ-rOF0MfgTUdm:21 a=Yagnh4Qtmc0sUdIB:21 a=cm1XispUKuScknbi:21 a=_W_S_7VecoQA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 a=Hpu4JVTVrob5gkMLv37w:22 Received: from [25.170.45.77] (unknown [72.143.235.63]) by spqr.komquats.com (Postfix) with ESMTPSA id 02B6F7E4; Tue, 15 May 2018 07:11:58 -0700 (PDT) MIME-Version: 1.0 From: Cy Schubert Subject: RE: svn commit: r469570 - in head/emulators: virtualbox-osevirtualbox-ose-additions virtualbox-ose-kmod Date: Tue, 15 May 2018 07:12:01 -0700 To: Mathieu Arnold , Jung-uk Kim CC: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Message-Id: <20180515141159.02B6F7E4@spqr.komquats.com> X-CMAE-Envelope: MS4wfBlr4zCsplfzA0hViX4Hv0XinlGPrtO4HVVgcAM4E7hb9TpHFHzO3ZstbiNgSNYCIkfHE99F6UKwQJIs8vyyWTNSJLrlbqdauEMaVMaWOIm2GtGqEWwv 6ltgRKXpsgV2Qv7ha9+u0W6UDvTicOd/s8aVQE091WC/kD8vn8ioqIOfGkofP5Dn5cmUAtrt3JTwChHL1Cr7DEpB/uh45uA0KjUDj+Su3UlbcImCX6uU/Uxq XHG3bEcfV/luC1vdZs1CLWTFAwwMzVs3WmiaGn9MyNieJbxR2EWEa2zIJ3N2wmptZczocl9e7y/szPT5VMw2P2ry8A1oQ5ND1HRk7d3fg6g/9GmwsKRRSN0w Ie5V1AJX Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 14:12:11 -0000 It built fine here. Using 12-current. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Also, this old phone only supports top post. Apologies. Cy Schubert or The need of the many outweighs the greed of the few. --- -----Original Message----- From: Mathieu Arnold Sent: 15/05/2018 03:51 To: Jung-uk Kim Cc: ports-committers@freebsd.org; svn-ports-all@freebsd.org; svn-ports-head= @freebsd.org Subject: Re: svn commit: r469570 - in head/emulators: virtualbox-osevirtual= box-ose-additions virtualbox-ose-kmod On Thu, May 10, 2018 at 06:41:32PM +0000, Jung-uk Kim wrote: > Author: jkim > Date: Thu May 10 18:41:32 2018 > New Revision: 469570 > URL: https://svnweb.freebsd.org/changeset/ports/469570 >=20 > Log: > Update to 5.2.12. After this, I get build errors: /wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.1= 2/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:113:45: error: = use of undeclared identifier 'glBlitFramebuffer' { "glBlitFramebuffer", (CR_PROC) VBOXGLTAG(glBlitFramebuffer) }, ^ /wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.1= 2/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:133:52: error: = use of undeclared identifier 'glCheckFramebufferStatus' { "glCheckFramebufferStatus", (CR_PROC) VBOXGLTAG(glCheckFramebuffe= rStatus) }, ^ /wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.1= 2/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:310:48: error: = use of undeclared identifier 'glDeleteFramebuffers' { "glDeleteFramebuffers", (CR_PROC) VBOXGLTAG(glDeleteFramebuffers)= }, ^ /wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.1= 2/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:453:50: error: = use of undeclared identifier 'glFramebufferTexture2D' { "glFramebufferTexture2D", (CR_PROC) VBOXGLTAG(glFramebufferTextur= e2D) }, ^ /wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.1= 2/out/freebsd.amd64/release/obj/VBoxOGLgen/getprocaddress.c:473:45: error: = use of undeclared identifier 'glGenFramebuffers' { "glGenFramebuffers", (CR_PROC) VBOXGLTAG(glGenFramebuffers) }, https://pkg.absolight.fr/data/11amd64-pkgng-default/20180515T094733Z/logs/e= rrors/virtualbox-ose-additions-5.2.12.log --=20 Mathieu Arnold From owner-svn-ports-head@freebsd.org Tue May 15 14:18:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B6D6EDCCB6; Tue, 15 May 2018 14:18:37 +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 382B775C53; Tue, 15 May 2018 14:18:37 +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 159744826; Tue, 15 May 2018 14:18:37 +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 w4FEIa1f086718; Tue, 15 May 2018 14:18:36 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FEIako086716; Tue, 15 May 2018 14:18:36 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201805151418.w4FEIako086716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 15 May 2018 14:18:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470019 - 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: 470019 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 14:18:37 -0000 Author: adamw Date: Tue May 15 14:18:36 2018 New Revision: 470019 URL: https://svnweb.freebsd.org/changeset/ports/470019 Log: Update Mojolicious to 7.79 Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Tue May 15 14:07:26 2018 (r470018) +++ head/www/p5-Mojolicious/Makefile Tue May 15 14:18:36 2018 (r470019) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.78 +PORTVERSION= 7.79 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Tue May 15 14:07:26 2018 (r470018) +++ head/www/p5-Mojolicious/distinfo Tue May 15 14:18:36 2018 (r470019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526061879 -SHA256 (Mojolicious-7.78.tar.gz) = d80de26506a7b539ef4b2c7f4c43a3ab3f63010ed587393d596269695cd1b0f3 -SIZE (Mojolicious-7.78.tar.gz) = 716338 +TIMESTAMP = 1526393766 +SHA256 (Mojolicious-7.79.tar.gz) = cd8bc365700d48ffa90cc33d446b0e54283360bafd7c95546cc899b28f0528f0 +SIZE (Mojolicious-7.79.tar.gz) = 717013 From owner-svn-ports-head@freebsd.org Tue May 15 14:25:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9050EDD527; Tue, 15 May 2018 14:25:40 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 892E7774CB; Tue, 15 May 2018 14:25:40 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 508CD49BF; Tue, 15 May 2018 14:25:40 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FEPe9m091469; Tue, 15 May 2018 14:25:40 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FEPeIl091468; Tue, 15 May 2018 14:25:40 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201805151425.w4FEPeIl091468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 15 May 2018 14:25:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470020 - head/multimedia/motion X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: head/multimedia/motion X-SVN-Commit-Revision: 470020 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 14:25:41 -0000 Author: lme Date: Tue May 15 14:25:39 2018 New Revision: 470020 URL: https://svnweb.freebsd.org/changeset/ports/470020 Log: multimedia/motion: - Add WEBCAMD option and enable by default - Bump PORTREVISION From the initiating PR: The multimedia/pwcbsd port contains an kernel module that appears to no longer work. The multimedia/pwcbsd port distfile has not been updated since 2014 so it is very unlikely to work. The multimedia/pwcbsd port was long ago replaced by the multimedia/webcamd port. The current multimedia/motion port has a PWCBSD option. This sets --with-pwcbsd in the configure step, create a build depend on v4l_compat and creates a run depend on multimedia/pwcbsd, which is then built and installed but not used. The motion application reads from /dev/video* which is now handled by multimedia/webcamd. The patch provided adds an option named WEBCAMD to an existing radio option that contains the PWCBSD option. The WEBCAMD option sets --with-pwcbsd in the configure step, creates the build depend on v4l_compat but does not create a run depend on pwcbsd. It could create a run depend on multimedia/webcamd but I didn't add that. The only affect of --with-pwcbsd in the configure step of the downstream port is to suppress disabling video4linux support and link with v4l_compat library. At some point the downstream should be advised to change the option names in the configure.ac file to reflect the demise of pwcbsd. I left the PWCBSD option in place and unchanged. It may serve no useful purpose so it could be removed. PR: 228102 Submitted by: Curtis Villamizar MFH: yes Modified: head/multimedia/motion/Makefile Modified: head/multimedia/motion/Makefile ============================================================================== --- head/multimedia/motion/Makefile Tue May 15 14:18:36 2018 (r470019) +++ head/multimedia/motion/Makefile Tue May 15 14:25:39 2018 (r470020) @@ -4,7 +4,7 @@ PORTNAME= motion PORTVERSION= 4.0.1 DISTVERSIONPREFIX= release- -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org @@ -41,8 +41,8 @@ PORTEXAMPLES= camera1-dist.conf camera2-dist.conf \ OPTIONS_DEFINE= DOCS EXAMPLES FFMPEG MYSQL PGSQL SQLITE3 OPTIONS_RADIO= VIDEO -OPTIONS_RADIO_VIDEO= BKTR PWCBSD -OPTIONS_DEFAULT= BKTR FFMPEG +OPTIONS_RADIO_VIDEO= BKTR PWCBSD WEBCAMD +OPTIONS_DEFAULT= WEBCAMD FFMPEG VIDEO_DESC= Video capture driver (Netcam support only if none selected) BKTR_DESC= BKTR based TV capture cards @@ -52,6 +52,11 @@ PWCBSD_DESC= PWCBSD based Webcams PWCBSD_BUILD_DEPENDS= v4l_compat>=1.0.20060801:multimedia/v4l_compat PWCBSD_RUN_DEPENDS= ${KMODDIR}/pwc.ko:multimedia/pwcbsd PWCBSD_CONFIGURE_WITH= pwcbsd + +WEBCAMD_DESC= Webcams using webcamd +WEBCAMD_BUILD_DEPENDS= v4l_compat>=1.0.20060801:multimedia/v4l_compat +# note: all configure --with-pwcbsd does is not shut off v4l support +WEBCAMD_CONFIGURE_WITH= pwcbsd FFMPEG_LIB_DEPENDS= libavformat.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ON= --with-ffmpeg=${LOCALBASE} From owner-svn-ports-head@freebsd.org Tue May 15 14:45:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C690EDEB41; Tue, 15 May 2018 14:45: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 CCCA07BB8D; Tue, 15 May 2018 14:45: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 AD93A4CFA; Tue, 15 May 2018 14:45: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 w4FEjNVd001740; Tue, 15 May 2018 14:45:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FEjNhE001739; Tue, 15 May 2018 14:45:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805151445.w4FEjNhE001739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 15 May 2018 14:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470021 - head/devel/RStudio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/RStudio X-SVN-Commit-Revision: 470021 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 14:45:24 -0000 Author: yuri Date: Tue May 15 14:45:22 2018 New Revision: 470021 URL: https://svnweb.freebsd.org/changeset/ports/470021 Log: devel/RStudio: Update 1.1.449 -> 1.1.451 Reported by: portscout Modified: head/devel/RStudio/Makefile head/devel/RStudio/distinfo Modified: head/devel/RStudio/Makefile ============================================================================== --- head/devel/RStudio/Makefile Tue May 15 14:25:39 2018 (r470020) +++ head/devel/RStudio/Makefile Tue May 15 14:45:22 2018 (r470021) @@ -5,7 +5,7 @@ PORTNAME= RStudio DISTVERSIONPREFIX= v -DISTVERSION= 1.1.449 +DISTVERSION= 1.1.451 CATEGORIES= devel math java MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \ https://s3.amazonaws.com/rstudio-buildtools/:buildtools Modified: head/devel/RStudio/distinfo ============================================================================== --- head/devel/RStudio/distinfo Tue May 15 14:25:39 2018 (r470020) +++ head/devel/RStudio/distinfo Tue May 15 14:45:22 2018 (r470021) @@ -1,4 +1,4 @@ -TIMESTAMP = 1526139904 +TIMESTAMP = 1526368168 SHA256 (core-dictionaries.zip) = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494 SIZE (core-dictionaries.zip) = 876339 SHA256 (gin-1.5.zip) = f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94 @@ -7,8 +7,8 @@ SHA256 (gwt-2.7.0.zip) = aa65061b73836190410720bea422e SIZE (gwt-2.7.0.zip) = 108818328 SHA256 (mathjax-26.zip) = 939a2d7f37e26287970be942df70f3e8f272bac2eb868ce1de18bb95d3c26c71 SIZE (mathjax-26.zip) = 3061588 -SHA256 (RStudio-rstudio-v1.1.449_GH0.tar.gz) = 134edaa0e98cda56e079b9c2bf6dd03dc187889460b0a8bce3b7d7d127aa5e90 -SIZE (RStudio-rstudio-v1.1.449_GH0.tar.gz) = 20200123 +SHA256 (RStudio-rstudio-v1.1.451_GH0.tar.gz) = 103e21ad4e5a2fa4104e0bdcd5784c5b30216eddf916491936b67a8fc0dd4b41 +SIZE (RStudio-rstudio-v1.1.451_GH0.tar.gz) = 20200885 SHA256 (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = b6f6f48dd9930514204739d8957c2737f0b1d110aebf9f89fa31de10598cb29b SIZE (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = 2087615 SHA256 (rstudio-rsconnect-03c379b_GH0.tar.gz) = d24b6ee49f32f650f6d10bbfc7b2f61aee258f2fbf45a43c006f9e0a726bcea6 From owner-svn-ports-head@freebsd.org Tue May 15 15:06:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3E94EE01A4; Tue, 15 May 2018 15:06:14 +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 A0E7C80518; Tue, 15 May 2018 15:06:14 +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 7C2595026; Tue, 15 May 2018 15:06:14 +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 w4FF6EN6011602; Tue, 15 May 2018 15:06:14 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FF6Eue011600; Tue, 15 May 2018 15:06:14 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805151506.w4FF6Eue011600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 15 May 2018 15:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470022 - head/devel/pecl-swoole X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/pecl-swoole X-SVN-Commit-Revision: 470022 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 15:06:15 -0000 Author: vanilla Date: Tue May 15 15:06:13 2018 New Revision: 470022 URL: https://svnweb.freebsd.org/changeset/ports/470022 Log: Update to 1.10.5. Modified: head/devel/pecl-swoole/Makefile head/devel/pecl-swoole/distinfo Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Tue May 15 14:45:22 2018 (r470021) +++ head/devel/pecl-swoole/Makefile Tue May 15 15:06:13 2018 (r470022) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 1.10.4 +PORTVERSION= 1.10.5 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org @@ -13,9 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to build: swoole_config.h: error GCC 4.4 or later required -USES= php:pecl ssl -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= localbase:ldflags php:pecl ssl USE_PHP= pcre OPTIONS_DEFINE= HTTP2 REDIS SOCKETS Modified: head/devel/pecl-swoole/distinfo ============================================================================== --- head/devel/pecl-swoole/distinfo Tue May 15 14:45:22 2018 (r470021) +++ head/devel/pecl-swoole/distinfo Tue May 15 15:06:13 2018 (r470022) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523519072 -SHA256 (PECL/swoole-1.10.4.tgz) = 015121fb9439ec92e23ddd99d61481ab3aacbec2beb678e2e726f1b5b699913b -SIZE (PECL/swoole-1.10.4.tgz) = 729676 +TIMESTAMP = 1526396311 +SHA256 (PECL/swoole-1.10.5.tgz) = 5c1dc0b82772ca1c352de4ddf20deeb35f06e4c5a01beba5a446d78a1f747bd2 +SIZE (PECL/swoole-1.10.5.tgz) = 730797 From owner-svn-ports-head@freebsd.org Tue May 15 15:10:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01084EE0543; Tue, 15 May 2018 15:10:30 +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 A624182B4D; Tue, 15 May 2018 15:10:29 +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 87EA1502F; Tue, 15 May 2018 15:10:29 +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 w4FFATUJ011900; Tue, 15 May 2018 15:10:29 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FFATk6011899; Tue, 15 May 2018 15:10:29 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805151510.w4FFATk6011899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 15 May 2018 15:10:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470023 - head/sysutils/tarsnap-gui/files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/sysutils/tarsnap-gui/files X-SVN-Commit-Revision: 470023 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 15:10:30 -0000 Author: rakuco Date: Tue May 15 15:10:29 2018 New Revision: 470023 URL: https://svnweb.freebsd.org/changeset/ports/470023 Log: Add upstream patch to fix `make configure' with Qt 5.10. Without this commit, configuring with Qt 5.10 fails with Project ERROR: Tarsnap-gui requires Qt 5.2 or higher. PR: 228213 Added: head/sysutils/tarsnap-gui/files/ head/sysutils/tarsnap-gui/files/patch-git_f1824def12 (contents, props changed) Added: head/sysutils/tarsnap-gui/files/patch-git_f1824def12 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tarsnap-gui/files/patch-git_f1824def12 Tue May 15 15:10:29 2018 (r470023) @@ -0,0 +1,32 @@ +From f1824def1277daedcd38df199fc4039be3c1c76c Mon Sep 17 00:00:00 2001 +From: Graham Percival +Date: Tue, 12 Dec 2017 14:07:28 -0800 +Subject: [PATCH] build: require Qt 5.2 without (5.10 < 5.2) bug + +qmake's lessThan() sorts "5.10" as less than "5.2". The newly-added +versionLessThan() would also fix this, but that seems to be only 5.10 or later. +--- + Tarsnap.pro | 14 +++++++++++++- + 1 file changed, 13 insertions(+), 1 deletion(-) + +--- Tarsnap.pro ++++ Tarsnap.pro +@@ -1,5 +1,17 @@ + # Check for at least Qt 5.2 +-lessThan(QT_VERSION, 5.2): error("Tarsnap-gui requires Qt 5.2 or higher.") ++NOTSUPPORTED=0 ++lessThan(QT_MAJOR_VERSION, 6) { ++ lessThan(QT_MAJOR_VERSION, 5) { ++ # Qt 4 or below ++ NOTSUPPORTED=1 ++ } else { ++ lessThan(QT_MINOR_VERSION, 2) { ++ # Qt 5.0 or 5.1 ++ NOTSUPPORTED=1 ++ } ++ } ++} ++greaterThan(NOTSUPPORTED, 0): error("Tarsnap-gui requires Qt 5.2 or higher.") + + QT += core gui network sql widgets + CONFIG += c++11 From owner-svn-ports-head@freebsd.org Tue May 15 15:13:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C974EE0C63; Tue, 15 May 2018 15:13: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 E621C834AF; Tue, 15 May 2018 15:13:11 +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 C725F51D0; Tue, 15 May 2018 15:13:11 +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 w4FFDBLb016755; Tue, 15 May 2018 15:13:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FFDB8f016754; Tue, 15 May 2018 15:13:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805151513.w4FFDB8f016754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 15 May 2018 15:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470024 - head/emulators/mgba/files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/emulators/mgba/files X-SVN-Commit-Revision: 470024 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 15:13:12 -0000 Author: rakuco Date: Tue May 15 15:13:11 2018 New Revision: 470024 URL: https://svnweb.freebsd.org/changeset/ports/470024 Log: Add upstream patch to fix the build with Qt 5.10. /wrkdirs/usr/ports/emulators/mgba/work/mgba-0.6.1/src/platform/qt/MemoryModel.cpp:102:15: error: no viable overloaded '=' m_regionName = name; ~~~~~~~~~~~~ ^ ~~~~ PR: 228213 Added: head/emulators/mgba/files/ head/emulators/mgba/files/patch-git_e3137356 (contents, props changed) Added: head/emulators/mgba/files/patch-git_e3137356 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/mgba/files/patch-git_e3137356 Tue May 15 15:13:11 2018 (r470024) @@ -0,0 +1,21 @@ +From e31373560535203d826687044290a4994706c2dd Mon Sep 17 00:00:00 2001 +From: ilovezfs +Date: Mon, 11 Dec 2017 00:39:32 -0800 +Subject: [PATCH] Qt: Fix build with Qt 5.10 + +Fixes "MemoryModel.cpp:102:15: error: no viable overloaded '='" +--- + src/platform/qt/MemoryModel.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- src/platform/qt/MemoryModel.cpp ++++ src/platform/qt/MemoryModel.cpp +@@ -99,7 +99,7 @@ void MemoryModel::setRegion(uint32_t base, uint32_t size, const QString& name, i + m_top = 0; + m_base = base; + m_size = size; +- m_regionName = name; ++ m_regionName = QStaticText(name); + m_regionName.prepare(QTransform(), m_font); + m_currentBank = segment; + verticalScrollBar()->setRange(0, (size >> 4) + 1 - viewport()->size().height() / m_cellHeight); From owner-svn-ports-head@freebsd.org Tue May 15 15:16:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DF81EE10CC; Tue, 15 May 2018 15:16:55 +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 B50B2836FE; Tue, 15 May 2018 15:16: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 9632C51E7; Tue, 15 May 2018 15:16: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 w4FFGsnF017014; Tue, 15 May 2018 15:16:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FFGsKG017013; Tue, 15 May 2018 15:16:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805151516.w4FFGsKG017013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 15 May 2018 15:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470025 - head/sysutils/consul X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/sysutils/consul X-SVN-Commit-Revision: 470025 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 15:16:55 -0000 Author: swills Date: Tue May 15 15:16:53 2018 New Revision: 470025 URL: https://svnweb.freebsd.org/changeset/ports/470025 Log: sysutils/consul: update to 1.1.0 Modified: head/sysutils/consul/Makefile (contents, props changed) head/sysutils/consul/distinfo (contents, props changed) Modified: head/sysutils/consul/Makefile ============================================================================== --- head/sysutils/consul/Makefile Tue May 15 15:13:11 2018 (r470024) +++ head/sysutils/consul/Makefile Tue May 15 15:16:53 2018 (r470025) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 1.0.7 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/consul/distinfo ============================================================================== --- head/sysutils/consul/distinfo Tue May 15 15:13:11 2018 (r470024) +++ head/sysutils/consul/distinfo Tue May 15 15:16:53 2018 (r470025) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524154693 -SHA256 (hashicorp-consul-v1.0.7_GH0.tar.gz) = 0e2edc88f34115a94b7fc3ea31b5936fb38ac730cb13b383e149ead5ec2a5bea -SIZE (hashicorp-consul-v1.0.7_GH0.tar.gz) = 8331575 +TIMESTAMP = 1526396305 +SHA256 (hashicorp-consul-v1.1.0_GH0.tar.gz) = 8e2539561eb07b2623d9828587e68f5ef46cee882227c7331ff26dddcdc0e9df +SIZE (hashicorp-consul-v1.1.0_GH0.tar.gz) = 11125956 From owner-svn-ports-head@freebsd.org Tue May 15 15:20:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F09E5EE13F4; Tue, 15 May 2018 15:20: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 A45F2838D4; Tue, 15 May 2018 15:20: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 85B8451FD; Tue, 15 May 2018 15:20:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FFKk8U017297; Tue, 15 May 2018 15:20:46 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FFKkVR017295; Tue, 15 May 2018 15:20:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805151520.w4FFKkVR017295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 15 May 2018 15:20:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470026 - head/sysutils/direnv X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/sysutils/direnv X-SVN-Commit-Revision: 470026 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 15:20:47 -0000 Author: swills Date: Tue May 15 15:20:45 2018 New Revision: 470026 URL: https://svnweb.freebsd.org/changeset/ports/470026 Log: sysutils/direnv: update to 2.16.0 Modified: head/sysutils/direnv/Makefile (contents, props changed) head/sysutils/direnv/distinfo (contents, props changed) Modified: head/sysutils/direnv/Makefile ============================================================================== --- head/sysutils/direnv/Makefile Tue May 15 15:16:53 2018 (r470025) +++ head/sysutils/direnv/Makefile Tue May 15 15:20:45 2018 (r470026) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= direnv -PORTVERSION= 2.15.2 +PORTVERSION= 2.16.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/direnv/distinfo ============================================================================== --- head/sysutils/direnv/distinfo Tue May 15 15:16:53 2018 (r470025) +++ head/sysutils/direnv/distinfo Tue May 15 15:20:45 2018 (r470026) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520998537 -SHA256 (direnv-direnv-v2.15.2_GH0.tar.gz) = 35076978e2ccbd367043e8aa33ba4268c03270a68bac3789262dacb3b26115c2 -SIZE (direnv-direnv-v2.15.2_GH0.tar.gz) = 91070 +TIMESTAMP = 1526397454 +SHA256 (direnv-direnv-v2.16.0_GH0.tar.gz) = a17eb4e3ba7600699541a0ac1d7e820b6faf1f2dcda02f791f6e69548d7bb0aa +SIZE (direnv-direnv-v2.16.0_GH0.tar.gz) = 92398 From owner-svn-ports-head@freebsd.org Tue May 15 15:21:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84C14EE1706; Tue, 15 May 2018 15:21:49 +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 36F338411B; Tue, 15 May 2018 15:21:49 +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 18A715353; Tue, 15 May 2018 15:21:49 +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 w4FFLmVj019069; Tue, 15 May 2018 15:21:48 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FFLmRG019068; Tue, 15 May 2018 15:21:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805151521.w4FFLmRG019068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 15 May 2018 15:21:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470027 - head/devel/grpc X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/grpc X-SVN-Commit-Revision: 470027 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 15:21:49 -0000 Author: vanilla Date: Tue May 15 15:21:48 2018 New Revision: 470027 URL: https://svnweb.freebsd.org/changeset/ports/470027 Log: Update to 1.11.1. Modified: head/devel/grpc/Makefile head/devel/grpc/distinfo Modified: head/devel/grpc/Makefile ============================================================================== --- head/devel/grpc/Makefile Tue May 15 15:20:45 2018 (r470026) +++ head/devel/grpc/Makefile Tue May 15 15:21:48 2018 (r470027) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/grpc/distinfo ============================================================================== --- head/devel/grpc/distinfo Tue May 15 15:20:45 2018 (r470026) +++ head/devel/grpc/distinfo Tue May 15 15:21:48 2018 (r470027) @@ -1,5 +1,5 @@ -TIMESTAMP = 1523718131 -SHA256 (grpc-grpc-v1.11.0_GH0.tar.gz) = df9bb06e89d0f904176d4df76f38031711fa369283e5c731da26032526e775f1 -SIZE (grpc-grpc-v1.11.0_GH0.tar.gz) = 13431990 +TIMESTAMP = 1526396799 +SHA256 (grpc-grpc-v1.11.1_GH0.tar.gz) = 0068a0b11795ac89ba8f5cc7332cd8cd2870a2ee0016126f014ce0bc3004e590 +SIZE (grpc-grpc-v1.11.1_GH0.tar.gz) = 13433734 SHA256 (google-benchmark-v1.4.0_GH0.tar.gz) = 616f252f37d61b15037e3c2ef956905baf9c9eecfeab400cb3ad25bae714e214 SIZE (google-benchmark-v1.4.0_GH0.tar.gz) = 125274 From owner-svn-ports-head@freebsd.org Tue May 15 15:23:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72BB4EE18EC; Tue, 15 May 2018 15:23:38 +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 266DF851AD; Tue, 15 May 2018 15:23:38 +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 089735392; Tue, 15 May 2018 15:23:38 +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 w4FFNbXL022361; Tue, 15 May 2018 15:23:37 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FFNbGV022359; Tue, 15 May 2018 15:23:37 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805151523.w4FFNbGV022359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 15 May 2018 15:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470028 - head/security/pear-Horde_Crypt X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/security/pear-Horde_Crypt X-SVN-Commit-Revision: 470028 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 15:23:38 -0000 Author: joneum Date: Tue May 15 15:23:37 2018 New Revision: 470028 URL: https://svnweb.freebsd.org/changeset/ports/470028 Log: Update to 2.7.12 Modified: head/security/pear-Horde_Crypt/Makefile head/security/pear-Horde_Crypt/distinfo Modified: head/security/pear-Horde_Crypt/Makefile ============================================================================== --- head/security/pear-Horde_Crypt/Makefile Tue May 15 15:21:48 2018 (r470027) +++ head/security/pear-Horde_Crypt/Makefile Tue May 15 15:23:37 2018 (r470028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Horde_Crypt -DISTVERSION= 2.7.11 +DISTVERSION= 2.7.12 CATEGORIES= security www pear PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX} Modified: head/security/pear-Horde_Crypt/distinfo ============================================================================== --- head/security/pear-Horde_Crypt/distinfo Tue May 15 15:21:48 2018 (r470027) +++ head/security/pear-Horde_Crypt/distinfo Tue May 15 15:23:37 2018 (r470028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512588313 -SHA256 (Horde/Horde_Crypt-2.7.11.tgz) = 1dcd2a7bc908ad0524b41e7ca5a43f7e3a42130e19382affb6c8981a57d9ad3d -SIZE (Horde/Horde_Crypt-2.7.11.tgz) = 154850 +TIMESTAMP = 1526397784 +SHA256 (Horde/Horde_Crypt-2.7.12.tgz) = de27105b211f4e42251fe863b8d6dcd3d9b49c75399e91cac6d2e17ee35eb5df +SIZE (Horde/Horde_Crypt-2.7.12.tgz) = 156807 From owner-svn-ports-head@freebsd.org Tue May 15 15:24:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEBE2EE19A5; Tue, 15 May 2018 15:24:25 +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 5B62A8576E; Tue, 15 May 2018 15:24:25 +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 3DE285393; Tue, 15 May 2018 15:24:25 +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 w4FFOPXh022521; Tue, 15 May 2018 15:24:25 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FFOOMf022518; Tue, 15 May 2018 15:24:24 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201805151524.w4FFOOMf022518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 15 May 2018 15:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470029 - head/textproc/ibus-typing-booster X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/textproc/ibus-typing-booster X-SVN-Commit-Revision: 470029 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 15:24:25 -0000 Author: thierry Date: Tue May 15 15:24:24 2018 New Revision: 470029 URL: https://svnweb.freebsd.org/changeset/ports/470029 Log: Upgrade to 1.5.37. Release notes at . Modified: head/textproc/ibus-typing-booster/Makefile head/textproc/ibus-typing-booster/distinfo head/textproc/ibus-typing-booster/pkg-plist Modified: head/textproc/ibus-typing-booster/Makefile ============================================================================== --- head/textproc/ibus-typing-booster/Makefile Tue May 15 15:23:37 2018 (r470028) +++ head/textproc/ibus-typing-booster/Makefile Tue May 15 15:24:24 2018 (r470029) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ibus-typing-booster -PORTVERSION= 1.5.36 +PORTVERSION= 1.5.37 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org Modified: head/textproc/ibus-typing-booster/distinfo ============================================================================== --- head/textproc/ibus-typing-booster/distinfo Tue May 15 15:23:37 2018 (r470028) +++ head/textproc/ibus-typing-booster/distinfo Tue May 15 15:24:24 2018 (r470029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523381579 -SHA256 (mike-fabian-ibus-typing-booster-1.5.36_GH0.tar.gz) = 7232e31a6a3e3c587573641988456fc9573ed58cdf98343da435e5f457250b25 -SIZE (mike-fabian-ibus-typing-booster-1.5.36_GH0.tar.gz) = 6342769 +TIMESTAMP = 1526396048 +SHA256 (mike-fabian-ibus-typing-booster-1.5.37_GH0.tar.gz) = c6455de9a4bffbb39055f1ca4e3f12869e7825db8bbab171d442d5e7d60e2af2 +SIZE (mike-fabian-ibus-typing-booster-1.5.37_GH0.tar.gz) = 6340931 Modified: head/textproc/ibus-typing-booster/pkg-plist ============================================================================== --- head/textproc/ibus-typing-booster/pkg-plist Tue May 15 15:23:37 2018 (r470028) +++ head/textproc/ibus-typing-booster/pkg-plist Tue May 15 15:24:24 2018 (r470029) @@ -1047,7 +1047,6 @@ share/applications/ibus-setup-typing-booster.desktop %%DATADIR%%/setup/i18n.py %%DATADIR%%/setup/main.py %%DATADIR%%/setup/pkginstall.py -%%DATADIR%%/setup/setup.glade %%DATADIR%%/setup/version.py share/ibus/component/typing-booster.xml share/locale/ca/LC_MESSAGES/ibus-typing-booster.mo From owner-svn-ports-head@freebsd.org Tue May 15 15:54:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A3FAEE3E83; Tue, 15 May 2018 15:54: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 AEBA96CC18; Tue, 15 May 2018 15:54: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 912EF5888; Tue, 15 May 2018 15:54: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 w4FFsYmv037550; Tue, 15 May 2018 15:54:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FFsYJW037548; Tue, 15 May 2018 15:54:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805151554.w4FFsYJW037548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 15 May 2018 15:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470030 - head/security/vault X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vault X-SVN-Commit-Revision: 470030 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 15:54:35 -0000 Author: swills Date: Tue May 15 15:54:33 2018 New Revision: 470030 URL: https://svnweb.freebsd.org/changeset/ports/470030 Log: security/vault: update to 0.10.1 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 May 15 15:24:24 2018 (r470029) +++ head/security/vault/Makefile Tue May 15 15:54:33 2018 (r470030) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/vault/distinfo ============================================================================== --- head/security/vault/distinfo Tue May 15 15:24:24 2018 (r470029) +++ head/security/vault/distinfo Tue May 15 15:54:33 2018 (r470030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524505173 -SHA256 (hashicorp-vault-v0.10.0_GH0.tar.gz) = 1aa4f3b8dab5257d4b5d3ddf0f06b674f79dcefd4326ba53db1c0f585b641cd0 -SIZE (hashicorp-vault-v0.10.0_GH0.tar.gz) = 12533158 +TIMESTAMP = 1526397654 +SHA256 (hashicorp-vault-v0.10.1_GH0.tar.gz) = 425a5ac7c2958619bdceaa2528d6b84f26661a603eadf5f32b8172db74e6f0c5 +SIZE (hashicorp-vault-v0.10.1_GH0.tar.gz) = 13001413 From owner-svn-ports-head@freebsd.org Tue May 15 16:03:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFC3AEE48DC; Tue, 15 May 2018 16:03:51 +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 812546EA28; Tue, 15 May 2018 16:03:51 +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 613455A24; Tue, 15 May 2018 16:03:51 +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 w4FG3pZv042808; Tue, 15 May 2018 16:03:51 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FG3pkc042806; Tue, 15 May 2018 16:03:51 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805151603.w4FG3pkc042806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 15 May 2018 16:03:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470031 - head/www/pmwiki X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/pmwiki X-SVN-Commit-Revision: 470031 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 16:03:52 -0000 Author: joneum Date: Tue May 15 16:03:50 2018 New Revision: 470031 URL: https://svnweb.freebsd.org/changeset/ports/470031 Log: Update to 2.2.107 Changelog: https://www.pmwiki.org/wiki/PmWiki/ChangeLog Modified: head/www/pmwiki/Makefile head/www/pmwiki/distinfo Modified: head/www/pmwiki/Makefile ============================================================================== --- head/www/pmwiki/Makefile Tue May 15 15:54:33 2018 (r470030) +++ head/www/pmwiki/Makefile Tue May 15 16:03:50 2018 (r470031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pmwiki -PORTVERSION= 2.2.102 +PORTVERSION= 2.2.107 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.pmwiki.org/pub/pmwiki/ Modified: head/www/pmwiki/distinfo ============================================================================== --- head/www/pmwiki/distinfo Tue May 15 15:54:33 2018 (r470030) +++ head/www/pmwiki/distinfo Tue May 15 16:03:50 2018 (r470031) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505817324 -SHA256 (pmwiki-2.2.102.tgz) = b704d9448a8bb7b5b46b3f8f88241ccc95ca85c04edb27d5ab240c719e3b250b -SIZE (pmwiki-2.2.102.tgz) = 456778 +TIMESTAMP = 1526400190 +SHA256 (pmwiki-2.2.107.tgz) = 76ff2b236e77d6e84848c35801e22edfd2146e3b989131ece2dd92c5967dadf8 +SIZE (pmwiki-2.2.107.tgz) = 464182 From owner-svn-ports-head@freebsd.org Tue May 15 16:07:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13D2FEE4C92; Tue, 15 May 2018 16:07: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 BC1376FCA7; Tue, 15 May 2018 16:07: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 9CBF65A2E; Tue, 15 May 2018 16:07: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 w4FG7dKS043086; Tue, 15 May 2018 16:07:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FG7drD043084; Tue, 15 May 2018 16:07:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805151607.w4FG7drD043084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 15 May 2018 16:07:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470032 - in head: comms/gammu misc/openhab2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: comms/gammu misc/openhab2 X-SVN-Commit-Revision: 470032 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 16:07:40 -0000 Author: yuri Date: Tue May 15 16:07:39 2018 New Revision: 470032 URL: https://svnweb.freebsd.org/changeset/ports/470032 Log: misc/openhab2 comms/gammu: Bump I didn't bump them in r469511 and r469512 because they were previously broken such that they couldn't be installed. Reported by: mat Modified: head/comms/gammu/Makefile head/misc/openhab2/Makefile Modified: head/comms/gammu/Makefile ============================================================================== --- head/comms/gammu/Makefile Tue May 15 16:03:50 2018 (r470031) +++ head/comms/gammu/Makefile Tue May 15 16:07:39 2018 (r470032) @@ -3,6 +3,7 @@ PORTNAME= gammu PORTVERSION= 1.39.0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ Modified: head/misc/openhab2/Makefile ============================================================================== --- head/misc/openhab2/Makefile Tue May 15 16:03:50 2018 (r470031) +++ head/misc/openhab2/Makefile Tue May 15 16:07:39 2018 (r470032) @@ -3,7 +3,7 @@ PORTNAME= openhab2 PORTVERSION= 2.2.0 -PORTREVISION= 2 +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} From owner-svn-ports-head@freebsd.org Tue May 15 16:32:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 301E2EE66C2; Tue, 15 May 2018 16:32: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 D6A8E75F34; Tue, 15 May 2018 16:32:53 +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 B86535F6A; Tue, 15 May 2018 16:32:53 +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 w4FGWrID057706; Tue, 15 May 2018 16:32:53 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FGWrvC057704; Tue, 15 May 2018 16:32:53 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201805151632.w4FGWrvC057704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 15 May 2018 16:32:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470033 - head/devel/jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins X-SVN-Commit-Revision: 470033 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 16:32:54 -0000 Author: lwhsu Date: Tue May 15 16:32:53 2018 New Revision: 470033 URL: https://svnweb.freebsd.org/changeset/ports/470033 Log: - Update to 2.122 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Tue May 15 16:07:39 2018 (r470032) +++ head/devel/jenkins/Makefile Tue May 15 16:32:53 2018 (r470033) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.121 +PORTVERSION= 2.122 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Tue May 15 16:07:39 2018 (r470032) +++ head/devel/jenkins/distinfo Tue May 15 16:32:53 2018 (r470033) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526008976 -SHA256 (jenkins/2.121/jenkins.war) = 3b1b415d98cfa13dac7b68138d56f787f9504213da96c7d43d4e374f01a296dc -SIZE (jenkins/2.121/jenkins.war) = 74737297 +TIMESTAMP = 1526401594 +SHA256 (jenkins/2.122/jenkins.war) = d2e39ead2d684308e708848671a7997419d06a7bad463212ba9222b6e4dc8ce9 +SIZE (jenkins/2.122/jenkins.war) = 74741090 From owner-svn-ports-head@freebsd.org Tue May 15 16:38:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F07B8EE6BDC; Tue, 15 May 2018 16:38:01 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F8AF762D8; Tue, 15 May 2018 16:38:01 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2a01:5c0:e098:8e81:21b:21ff:fe7b:3468]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 5296411F613E; Tue, 15 May 2018 18:38:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1526402280; bh=0u47j/u/G0+2eBjck+ov5sDZSaoocXHvkMCitBO9t00=; h=Subject:To:References:From:Date:In-Reply-To; b=hWfDqjbyiZB720sT0KquqS5GTRnERMtVBEC/yWi+ig18MAMC8H38LUga5C4gsZkWQ HbGe1tFrxWENe2fdWBMC6SX0dU5uuwmJK2vaOeAeepsOdbPgnyWzmroya7IqQeoC93 1KSFPBfmu4lY9x9j6Iec30ui2Zzz/MTCKmTWYPt0= Received: from matthias-fechners-macbook.local (001-142-067-156.ip-addr.inexio.net [156.67.142.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 8345215474EA; Tue, 15 May 2018 18:37:56 +0200 (CEST) Subject: Re: svn commit: r469212 - head/textproc/rubygem-html-pipeline To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805061250.w46CoVt5048398@repo.freebsd.org> From: Matthias Fechner Openpgp: preference=signencrypt Autocrypt: addr=idefix@fechner.net; prefer-encrypt=mutual; keydata= xsFNBFqca1YBEADM9mF2+ifk8HILTlf5wtAzV6SYVR4RvNOo/8Kucw4sCZT76zS1fjZe4Zy1 3C0IZ07Wi+3PnoGIgOCsXp3PrTc2nuHQWkwVBYXy8UaR9DHBWA/mIvRGG1ZscKQYA6oUdCvd K8Mu26zO60yTt+ONzFtK6G1myH4EHXZ8dpmdCFf+W3rzTU+aCQ5S3OfwCLGgYgOaVREGkdOc 5SVCpFb4n+2B8+CqeWsRHhnT+4h7/YhgDMGp4GiI3yrB2nBVSUUvcosD2nRtJQgGQHcAFtMq 3hJaKPOR/mHc6KVrp0xmGNmdtazvXloHmGIl9O1UpmMmrYu9Kugl0JkGi2fAcno02XgVlkyX 7xDLTteP5cNqRxor4yVDaRWUQnOfK9XgcrKGrAzb65BkCSkjT+Aw3S/A8Qd6NvjL9qy1d+Ct dzatOVF/Y7jaW28CMr3jvwPS13OxV7PnJzIZzdik20eVxfOXuYfxZD+PwBaGgFF0qj6zKACC aKLalE0ZpY0zNn/iPyQX/Cf9KoDyFpOHSsEswiJ5rCWwppVcsFyogHOemVmeaXlvyDPEipnV ZUkpGP/CCqPu3eD0uDzP7UJ0pt/l/JfW0Xw/4p9mjB024xiRlxLa6vSRfGl//EdtAIbKKa8x 5wsKTQEbYJDmXE3tH/A54DCqRXhcopTlu2iJlTdnIMltn9afVwARAQABzSVNYXR0aGlhcyBG ZWNobmVyIDxpZGVmaXhAZmVjaG5lci5uZXQ+wsGXBBMBCgBBAhsDBQkJZgGABQsJCAcDBRUK CQgLBRYDAgEAAh4BAheAFiEEaWB64mCp804YOtqutot13J/XR+EFAlqcc9gCGQEACgkQtot1 3J/XR+GQyhAAwDxUSg7X2aS1d6rrYUZdDk8rT5TCjayDAyOATdAUhJRZk8qXRNF27Mu6xiOT mIvEMKLagNsitffZs1g/mulRQiDVLloGav7xozSfYlaOYWpPb55wpsugQPLZz0OkU9tzw7j7 7sPPvnAxeqSofUJzQdZzp43aVwXVqsJ3rY0jGzYA5RLS6CBI1RRR8/hHLMxspDPl79IW3GhI HAXaVX1HVJA2oJEo9Y95DnJwX8NV+hvLlUVA2KDdNKFiVJKeV3ccqw+/5zW3Y8J6Rd8blW9n p68Z7lyxt6mvsDEdSxOyGSkPagzIDfHqmDfkaeum7gHMwweH2e2pZuhzMZkrKNoSkKiJ5uim 638ZhnzzmEWh2qtYPgHlZG1jO6n2DSzCqJkQYjYUtLj7ylIgZakG8M3idQRugHImMBq+HSMu WR8FI52gh1+4LbIArHB4YWTTr933ElwhS1jtomK9SeWezPfjunpxqXQl4QR0qXAuglsOMJ6y Togb6lc0qyEdOa5VCXQTLSD9yZpolSQOjOe1XEyM4g5v7FrPBGVni9AxlARvUDVbYQDv1+4A gchtgpLmAF8mDPq/tGeXuAO3m+ExQDXpJ4CneI9YHc+joU2cXQi5MP1NzgMOV43XEZCiTW0O BWM1+857gmDqGbybE7F3UFpvBs9/NRWnuxoKaYxYbqCOc3nOwU0EWpxrVgEQAN3uCLHZF+1V gcrzYjwL1wAJwjYb7UnHKvNYdaBKgW0n0NTfaTCLHxHYPO8NlV1+lNctSeXLeiWpmE1lCDHq /++53EJ34OsRd/n246PdtfIfltML73tsmq6S9zTye2zv7LsmE7jgUBaasbv0qSLSybOUvkRx j3xBuK9Ymg/ZXaENOhxwIQ6oQoNLg3ers9t5Xl4NVK6gzzZ2OdTGnuUVhQmi4rbP04R0GJFh AtGLAYUCxlXVZhdPAs4qZaoAEP5nW/u2MyzSaIouwcEIdttAiPZdrJr+a4OGKz88Sn6zqKSa uyUADgX+G8tKUONgZbfz4SSRvlinOgyU2RyyfNS977r/YfaHH+oAxg31yUWPtD/ryfVw69bG vK8RQrZ9+c1vyWBABoQOh5+JHW/AE9Xj5dQatEfWmGO3+/FRo2TIhqZQXXl8PW+jtEjkhgOH OUX5ERzSm6nCcPIw+LUkEINcLc9bw4fv1eOWIdBuCckGM4rWXkLYbqhdSzdWeCsC0tiQk8x7 O1zXRJOKF4rITJd/qX322EH29BR+T9V1Hw7LDSRe+3YxtoXhROZRXjF8QniEHeKVNRUComr6 rWGmuHjsNTQ7twtwnG8xSOfCkYAp9GrbzBkIYX+VFvFQLqVM+It3RAlge/bwpZPvkr3bFsJk 4JS+EAugBIrP0xd9BMOh6Ej5ABEBAAHCwXwEGAEKACYWIQRpYHriYKnzThg62q62i3Xcn9dH 4QUCWpxrVgIbDAUJCWYBgAAKCRC2i3Xcn9dH4ZZsEACoQI109htphVe2AQhJ7wuPo8pIrSFA 0Mb0pfibX/sYw8ZZz/x3ctTI3Ajq2baSaoebIuUyd6oPI7cAzgL4s2zHiZ3ChH2dDxJlOPfk OaiK124DJMPqWiWuxe39tgq23tsPhwcvF+DC+SkJoLWKCYNC06fS3bLktZ0s4lVE5tqfL5ww MvxgxB+6+sWHwZWSv1IwB/geov6zkEhVdkXqrGPE52LyLfU0ACMmihcl0/npsCMZSls0urge CsPMuHPQnmcM2ERbere8i9OdKQDzGBrTbWl9DxNRf4o+cAYirEJM3Kc+ZD2SE34bTSvg3kdQ QZQbj+o+BRcsR0LaGbORkNaMZlp5OuXteL6nG7sbAPn0bjUUlup8CJEXDXENG6LJG1/oVWFq m3OtPyr5UoMQAuhuGx0/Om6AXKr/mk+veuoKWMXkqll045/bYE7bX2A0gkyGE5DdjaiHPmS9 NsWuKDeExLlXZOL1GX+PKjWLADwlv07XHB8Hf6U0/lpf3/mggRtqHyKbHt0iRqYaMC95gVdM rbugxh61U/zxIaweU7VolD5cRrltxqPp5szOwDzw42JYwbpYsXFJXNkuCGCmK1LHcShfEggt fV3g/JKzvNRQn6p1f0frppl/eZ5UvWVKrNERJzcZgkOecxwiK/L/JoGpGfWOqWGsTxe/AnQc Xxj8Dw== Message-ID: Date: Tue, 15 May 2018 18:37:54 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <201805061250.w46CoVt5048398@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 16:38:02 -0000 Am 06.05.18 um 14:50 schrieb Sunpoet Po-Chuan Hsieh: > Author: sunpoet > Date: Sun May 6 12:50:30 2018 > New Revision: 469212 > URL: https://svnweb.freebsd.org/changeset/ports/469212 > > Log: > Update to 2.8.0 > > Changes: https://github.com/jch/html-pipeline/releases this update has broken gitlab. I will try to provide a patch shortly. Gruß, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-head@freebsd.org Tue May 15 16:51:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7FADEE7A2B; Tue, 15 May 2018 16:51:35 +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 9901479838; Tue, 15 May 2018 16:51:35 +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 7A3216282; Tue, 15 May 2018 16:51:35 +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 w4FGpZ48064785; Tue, 15 May 2018 16:51:35 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FGpZq1064783; Tue, 15 May 2018 16:51:35 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805151651.w4FGpZq1064783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 15 May 2018 16:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470034 - head/devel/p5-Module-Metadata X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/p5-Module-Metadata X-SVN-Commit-Revision: 470034 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 16:51:36 -0000 Author: joneum Date: Tue May 15 16:51:34 2018 New Revision: 470034 URL: https://svnweb.freebsd.org/changeset/ports/470034 Log: devel/p5-Module-Metadata: Update to 1.000033 Changelog: http://cpansearch.perl.org/src/ETHER/Module-Metadata-1.000033/Changes PR: 223935 Approved by: maintainer timeout (2 weeks) Modified: head/devel/p5-Module-Metadata/Makefile head/devel/p5-Module-Metadata/distinfo Modified: head/devel/p5-Module-Metadata/Makefile ============================================================================== --- head/devel/p5-Module-Metadata/Makefile Tue May 15 16:32:53 2018 (r470033) +++ head/devel/p5-Module-Metadata/Makefile Tue May 15 16:51:34 2018 (r470034) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Module-Metadata -PORTVERSION= 1.000027 +PORTVERSION= 1.000033 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER Modified: head/devel/p5-Module-Metadata/distinfo ============================================================================== --- head/devel/p5-Module-Metadata/distinfo Tue May 15 16:32:53 2018 (r470033) +++ head/devel/p5-Module-Metadata/distinfo Tue May 15 16:51:34 2018 (r470034) @@ -1,2 +1,3 @@ -SHA256 (Module-Metadata-1.000027.tar.gz) = e2f7dcb48e826d9cb4c08ca8d7e1a1d4ceaa7725f1245eb30c71ecbd119132e7 -SIZE (Module-Metadata-1.000027.tar.gz) = 41980 +TIMESTAMP = 1526402987 +SHA256 (Module-Metadata-1.000033.tar.gz) = bc96cc7949b52e2dac1595e806102640760917cfcd7497c7a023192156f3ff8e +SIZE (Module-Metadata-1.000033.tar.gz) = 47684 From owner-svn-ports-head@freebsd.org Tue May 15 16:55:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6517EE7E2D; Tue, 15 May 2018 16:55:19 +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 84A587ACA1; Tue, 15 May 2018 16:55: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 4C7BA62DB; Tue, 15 May 2018 16:55: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 w4FGtJrm068396; Tue, 15 May 2018 16:55:19 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FGtFGU068373; Tue, 15 May 2018 16:55:15 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805151655.w4FGtFGU068373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 15 May 2018 16:55:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470035 - in head: databases/rubygem-flipper-active_record011 devel/rubygem-flipper-active_support_cache_store011 devel/rubygem-flipper011 devel/rubygem-gettext_i18n_rails_js12 devel/ru... X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head: databases/rubygem-flipper-active_record011 devel/rubygem-flipper-active_support_cache_store011 devel/rubygem-flipper011 devel/rubygem-gettext_i18n_rails_js12 devel/rubygem-oj2 devel/rubygem-r... X-SVN-Commit-Revision: 470035 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 16:55:20 -0000 Author: mfechner Date: Tue May 15 16:55:14 2018 New Revision: 470035 URL: https://svnweb.freebsd.org/changeset/ports/470035 Log: Mark ports as deprecated which are not required by gitlab 10.7.x anymore and have no other dependency on them. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15434 Modified: head/databases/rubygem-flipper-active_record011/Makefile head/devel/rubygem-flipper-active_support_cache_store011/Makefile head/devel/rubygem-flipper011/Makefile head/devel/rubygem-gettext_i18n_rails_js12/Makefile head/devel/rubygem-oj2/Makefile head/devel/rubygem-recursive-open-struct100/Makefile head/devel/rubygem-ruby-prof016/Makefile head/net/rubygem-fog-aws1/Makefile head/net/rubygem-fog-google0/Makefile head/net/rubygem-gitaly-proto088/Makefile head/net/rubygem-octokit46/Makefile head/net/rubygem-omniauth-twitter12/Makefile head/security/rubygem-attr_encrypted30/Makefile head/security/rubygem-doorkeeper-openid_connect12/Makefile head/security/rubygem-doorkeeper42/Makefile head/security/rubygem-net-ssh41/Makefile head/security/rubygem-omniauth-saml17/Makefile head/security/rubygem-omniauth14/Makefile head/textproc/rubygem-asciidoctor-plantuml007/Makefile head/www/rubygem-kubeclient22/Makefile Modified: head/databases/rubygem-flipper-active_record011/Makefile ============================================================================== --- head/databases/rubygem-flipper-active_record011/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/databases/rubygem-flipper-active_record011/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -11,6 +11,9 @@ COMMENT= ActiveRecord adapter for Flipper LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab. Please use databases/rubygem-flipper-active_record instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-activerecord4>=3.2:databases/rubygem-activerecord4 \ rubygem-flipper011>=${PORTVERSION}:devel/rubygem-flipper011 Modified: head/devel/rubygem-flipper-active_support_cache_store011/Makefile ============================================================================== --- head/devel/rubygem-flipper-active_support_cache_store011/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/devel/rubygem-flipper-active_support_cache_store011/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -11,6 +11,9 @@ COMMENT= ActiveSupport::Cache store adapter for Flippe LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab. Please use devel/rubygem-flipper-active_support_cache_store instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-activesupport4>=3.2:devel/rubygem-activesupport4 \ rubygem-flipper011>=${PORTVERSION}:devel/rubygem-flipper011 Modified: head/devel/rubygem-flipper011/Makefile ============================================================================== --- head/devel/rubygem-flipper011/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/devel/rubygem-flipper011/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Act of enabling/disabling features in your ap LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsoleted by update of www/gitlab. Please use devel/rubygem-flipper instead. +EXPIRATION_DATE= 2018-06-30 + CONFLICTS_INSTALL= rubygem-flipper rubygem-flipper010 PORTSCOUT= limit:^0\.11\. Modified: head/devel/rubygem-gettext_i18n_rails_js12/Makefile ============================================================================== --- head/devel/rubygem-gettext_i18n_rails_js12/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/devel/rubygem-gettext_i18n_rails_js12/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Make gettext_i18n_rails .po files as JSON LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsoleted by update of www/gitlab. Please use devel/rubygem-gettext_i18n_rails_js instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-gettext>=3.0.2:devel/rubygem-gettext \ rubygem-gettext_i18n_rails>=0.7.1:devel/rubygem-gettext_i18n_rails \ rubygem-po_to_json>=1.0.0:converters/rubygem-po_to_json \ Modified: head/devel/rubygem-oj2/Makefile ============================================================================== --- head/devel/rubygem-oj2/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/devel/rubygem-oj2/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Fast JSON parser and serializer LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab. Please use devel/rubygem-oj instead. +EXPIRATION_DATE= 2018-06-30 + LIB_DEPENDS= libgmp.so:math/gmp PORTSCOUT= limit:^2\. Modified: head/devel/rubygem-recursive-open-struct100/Makefile ============================================================================== --- head/devel/rubygem-recursive-open-struct100/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/devel/rubygem-recursive-open-struct100/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Allows nested hashes to be treated in a recur LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Obsoleted by update of www/gitlab. Please use devel/rubygem-recursive-open-struct instead. +EXPIRATION_DATE= 2018-06-30 + PORTSCOUT= limit:^1\.0\.0 NO_ARCH= yes Modified: head/devel/rubygem-ruby-prof016/Makefile ============================================================================== --- head/devel/rubygem-ruby-prof016/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/devel/rubygem-ruby-prof016/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Fast profiler for Ruby LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsoleted by update of www/gitlab. Please use devel/rubygem-ruby-prof instead. +EXPIRATION_DATE= 2018-06-30 + PORTSCOUNT= limit:^0\.16 CONFLICTS_INSTALL= rubygem-ruby-prof Modified: head/net/rubygem-fog-aws1/Makefile ============================================================================== --- head/net/rubygem-fog-aws1/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/net/rubygem-fog-aws1/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -14,6 +14,9 @@ COMMENT= Module for the 'fog' gem to support Amazon We LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= Obsoleted by update of www/gitlab. Please use net/rubygem-fog-aws instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-fog-core1>=1.38:devel/rubygem-fog-core1 \ rubygem-fog-json>=1.0:devel/rubygem-fog-json \ rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \ Modified: head/net/rubygem-fog-google0/Makefile ============================================================================== --- head/net/rubygem-fog-google0/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/net/rubygem-fog-google0/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Module for the 'fog' gem to support Google Cl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= Obsoleted by update of www/gitlab. Please use net/rubygem-fog-google instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-json>=0:devel/rubygem-fog-json \ rubygem-fog-xml>=0:textproc/rubygem-fog-xml Modified: head/net/rubygem-gitaly-proto088/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto088/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/net/rubygem-gitaly-proto088/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Protobuf specifications and client libraries LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ rubygem-grpc>=1.0:net/rubygem-grpc Modified: head/net/rubygem-octokit46/Makefile ============================================================================== --- head/net/rubygem-octokit46/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/net/rubygem-octokit46/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Simple wrapper for the GitHub API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= Obsoleted by update of www/gitlab. Please use net/rubygem-octokit instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-sawyer>=0.8.0:www/rubygem-sawyer PORTSCOUT= limit:^4\.6\. Modified: head/net/rubygem-omniauth-twitter12/Makefile ============================================================================== --- head/net/rubygem-omniauth-twitter12/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/net/rubygem-omniauth-twitter12/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -11,6 +11,9 @@ COMMENT= OmniAuth strategy for Twitter LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab. Please use net/rubygem-omniauth-twitter instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-json1>=1.3:devel/rubygem-json1 \ rubygem-omniauth-oauth>=1.1:net/rubygem-omniauth-oauth \ rubygem-rack>=0:www/rubygem-rack Modified: head/security/rubygem-attr_encrypted30/Makefile ============================================================================== --- head/security/rubygem-attr_encrypted30/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/security/rubygem-attr_encrypted30/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Generates attr_accessors that encrypt and dec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE +DEPRECATED= Obsoleted by update of www/gitlab. Please use security/rubygem-attr_encrypted instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-encryptor>=3.0.0:security/rubygem-encryptor PORTSCOUT= limit:^3\.0\. Modified: head/security/rubygem-doorkeeper-openid_connect12/Makefile ============================================================================== --- head/security/rubygem-doorkeeper-openid_connect12/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/security/rubygem-doorkeeper-openid_connect12/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= OpenID Connect extension for Doorkeeper LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Obsoleted by update of www/gitlab. Please use security/rubygem-doorkeeper-openid_connect instead. +EXPIRATION_DATE= 2018-06-30 + CONFLICTS_INSTALL= rubygem-doorkeeper-openid_connect RUN_DEPENDS= rubygem-doorkeeper42>=4.0:security/rubygem-doorkeeper42 \ Modified: head/security/rubygem-doorkeeper42/Makefile ============================================================================== --- head/security/rubygem-doorkeeper42/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/security/rubygem-doorkeeper42/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Doorkeeper is an OAuth 2 provider for Rails a LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE +DEPRECATED= Obsoleted by update of www/gitlab. Please use security/rubygem-doorkeeper instead. +EXPIRATION_DATE= 2018-06-30 + CONFLICTS_INSTALL= rubygem-doorkeeper RUN_DEPENDS= rubygem-railties4>=4.2:www/rubygem-railties4 Modified: head/security/rubygem-net-ssh41/Makefile ============================================================================== --- head/security/rubygem-net-ssh41/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/security/rubygem-net-ssh41/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Non-interactive SSH processing LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Obsoleted by update of www/gitlab. Please use security/rubygem-net-ssh instead. +EXPIRATION_DATE= 2018-06-30 + OPTIONS_DEFINE= PROMPT_PASSPHRASES OPTIONS_DEFAULT=PROMPT_PASSPHRASES PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys Modified: head/security/rubygem-omniauth-saml17/Makefile ============================================================================== --- head/security/rubygem-omniauth-saml17/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/security/rubygem-omniauth-saml17/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= OmniAuth strategy for SAML LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= Obsoleted by update of www/gitlab. Please use security/rubygem-omniauth-saml instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-omniauth>=1.3:security/rubygem-omniauth \ rubygem-ruby-saml>=1.4:security/rubygem-ruby-saml Modified: head/security/rubygem-omniauth14/Makefile ============================================================================== --- head/security/rubygem-omniauth14/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/security/rubygem-omniauth14/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Generalized Rack framework for multiple-provi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= Obsoleted by update of www/gitlab. Please use security/rubygem-omniauth instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \ rubygem-rack>=1.6.2:www/rubygem-rack Modified: head/textproc/rubygem-asciidoctor-plantuml007/Makefile ============================================================================== --- head/textproc/rubygem-asciidoctor-plantuml007/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/textproc/rubygem-asciidoctor-plantuml007/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -11,6 +11,9 @@ COMMENT= Asciidoctor PlantUML extension LICENSE= MIT +DEPRECATED= Obsoleted by update of www/gitlab. Please use textproc/rubygem-asciidoctor-plantuml instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-asciidoctor>=1.5:textproc/rubygem-asciidoctor PORTSCOUT= limit:^0\.0\.7 Modified: head/www/rubygem-kubeclient22/Makefile ============================================================================== --- head/www/rubygem-kubeclient22/Makefile Tue May 15 16:51:34 2018 (r470034) +++ head/www/rubygem-kubeclient22/Makefile Tue May 15 16:55:14 2018 (r470035) @@ -12,6 +12,9 @@ COMMENT= Client for Kubernetes REST API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Obsoleted by update of www/gitlab. Please use www/rubygem-kubeclient instead. +EXPIRATION_DATE= 2018-06-30 + RUN_DEPENDS= rubygem-http>=0.9.8:www/rubygem-http \ rubygem-recursive-open-struct100=1.0.0:devel/rubygem-recursive-open-struct100 \ rubygem-rest-client>=0:www/rubygem-rest-client From owner-svn-ports-head@freebsd.org Tue May 15 17:04:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 250B3EE8A10; Tue, 15 May 2018 17:04: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 BF4807C34B; Tue, 15 May 2018 17:04: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 A2135648A; Tue, 15 May 2018 17:04:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FH4HMb073707; Tue, 15 May 2018 17:04:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FH4HGc073706; Tue, 15 May 2018 17:04:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805151704.w4FH4HGc073706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 15 May 2018 17:04:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470036 - head/audio/qjackctl X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/qjackctl X-SVN-Commit-Revision: 470036 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 17:04:18 -0000 Author: yuri Date: Tue May 15 17:04:17 2018 New Revision: 470036 URL: https://svnweb.freebsd.org/changeset/ports/470036 Log: audio/qjackctl: Take maintainership Modified: head/audio/qjackctl/Makefile Modified: head/audio/qjackctl/Makefile ============================================================================== --- head/audio/qjackctl/Makefile Tue May 15 16:55:14 2018 (r470035) +++ head/audio/qjackctl/Makefile Tue May 15 17:04:17 2018 (r470036) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= qjackctl_ DISTVERSION= 0_5_0 CATEGORIES= audio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Qt interface for JACK Audio Connection Kit LICENSE= GPLv2+ From owner-svn-ports-head@freebsd.org Tue May 15 17:20:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B918EE9848; Tue, 15 May 2018 17:20:04 +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 D23AC7F3EE; Tue, 15 May 2018 17:20:03 +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 B45E6666F; Tue, 15 May 2018 17:20:03 +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 w4FHK3wX078903; Tue, 15 May 2018 17:20:03 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FHK2BC078899; Tue, 15 May 2018 17:20:02 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201805151720.w4FHK2BC078899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Tue, 15 May 2018 17:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470037 - in head/sysutils/rpi-firmware: . files X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: in head/sysutils/rpi-firmware: . files X-SVN-Commit-Revision: 470037 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 17:20:04 -0000 Author: manu (src committer) Date: Tue May 15 17:20:02 2018 New Revision: 470037 URL: https://svnweb.freebsd.org/changeset/ports/470037 Log: sysutils/rpi-firware Update to 1.20180328 Latest release of the firmware. Also add a config.txt for the rpi3 as it is not the same as the other rpi. Reviewed by: imp Approved by: imp Differential Revision: https://reviews.freebsd.org/D15401 Added: head/sysutils/rpi-firmware/files/config_rpi3.txt (contents, props changed) Modified: head/sysutils/rpi-firmware/Makefile head/sysutils/rpi-firmware/distinfo head/sysutils/rpi-firmware/pkg-plist Modified: head/sysutils/rpi-firmware/Makefile ============================================================================== --- head/sysutils/rpi-firmware/Makefile Tue May 15 17:04:17 2018 (r470036) +++ head/sysutils/rpi-firmware/Makefile Tue May 15 17:20:02 2018 (r470037) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rpi-firmware -PORTVERSION= 1.20180326 +PORTVERSION= 1.20180328 CATEGORIES= sysutils MAINTAINER= manu@freebsd.org @@ -18,8 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= raspberrypi gonzoua:pscimon GH_PROJECT= firmware rpi3-psci-monitor:pscimon PSCI_TAG= 2b8890a -FW_TAG= 75de5d7 -GH_TAGNAME= ${FW_TAG} ${PSCI_TAG}:pscimon +GH_TAGNAME= ${PSCI_TAG}:pscimon PSCI_MONITOR= rpi3-psci-monitor-${PSCI_TAG} PSCI_DIR= ${WRKDIR}/${PSCI_MONITOR} @@ -28,6 +27,7 @@ INSTALL_DIR= ${PREFIX}/share/${PORTNAME} do-patch: ${CP} ${FILESDIR}/config.txt ${WRKSRC}/boot/ + ${CP} ${FILESDIR}/config_rpi3.txt ${WRKSRC}/boot/ post-patch: ${RM} ${WRKSRC}/boot/kernel.img Modified: head/sysutils/rpi-firmware/distinfo ============================================================================== --- head/sysutils/rpi-firmware/distinfo Tue May 15 17:04:17 2018 (r470036) +++ head/sysutils/rpi-firmware/distinfo Tue May 15 17:20:02 2018 (r470037) @@ -1,5 +1,5 @@ -TIMESTAMP = 1522087525 -SHA256 (raspberrypi-firmware-1.20180326-75de5d7_GH0.tar.gz) = 7cbfcb96883ae8e37e1711b3d890adc1d495b3b703a220c14c4c9aaf15791d7c -SIZE (raspberrypi-firmware-1.20180326-75de5d7_GH0.tar.gz) = 122071912 +TIMESTAMP = 1526136538 +SHA256 (raspberrypi-firmware-1.20180328_GH0.tar.gz) = 44731225495bb211353dd86fbead980f8bb62930a3ec6711ed7094aff2397758 +SIZE (raspberrypi-firmware-1.20180328_GH0.tar.gz) = 122075858 SHA256 (gonzoua-rpi3-psci-monitor-2b8890a_GH0.tar.gz) = a7b89678adea178359646a1e95a078d5c60d23821ba355f27f14ed7b28f32f4d SIZE (gonzoua-rpi3-psci-monitor-2b8890a_GH0.tar.gz) = 5115 Added: head/sysutils/rpi-firmware/files/config_rpi3.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rpi-firmware/files/config_rpi3.txt Tue May 15 17:20:02 2018 (r470037) @@ -0,0 +1,7 @@ +arm_control=0x200 +dtparam=audio=on,i2c_arm=on,spi=on +dtoverlay=mmc +dtoverlay=pwm +dtoverlay=pi3-disable-bt +device_tree_address=0x4000 +kernel=u-boot.bin Modified: head/sysutils/rpi-firmware/pkg-plist ============================================================================== --- head/sysutils/rpi-firmware/pkg-plist Tue May 15 17:04:17 2018 (r470036) +++ head/sysutils/rpi-firmware/pkg-plist Tue May 15 17:20:02 2018 (r470037) @@ -11,6 +11,7 @@ %%DATADIR%%/bcm2710-rpi-cm3.dtb %%DATADIR%%/bootcode.bin %%DATADIR%%/config.txt +%%DATADIR%%/config_rpi3.txt %%DATADIR%%/fixup.dat %%DATADIR%%/fixup_cd.dat %%DATADIR%%/fixup_db.dat From owner-svn-ports-head@freebsd.org Tue May 15 17:23:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F339EE9E7C; Tue, 15 May 2018 17:23:55 +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 BDB888120D; Tue, 15 May 2018 17:23:54 +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 9E9D06814; Tue, 15 May 2018 17:23:54 +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 w4FHNsHl084014; Tue, 15 May 2018 17:23:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FHNrXf084006; Tue, 15 May 2018 17:23:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201805151723.w4FHNrXf084006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 15 May 2018 17:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470038 - in head: . www/miniflux www/miniflux/files X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head: . www/miniflux www/miniflux/files X-SVN-Commit-Revision: 470038 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 17:23:55 -0000 Author: feld Date: Tue May 15 17:23:53 2018 New Revision: 470038 URL: https://svnweb.freebsd.org/changeset/ports/470038 Log: www/miniflux: Improvements - Working RC script - Rename config file to .env so it's obvious what it is - Don't depend on Postgres server by default - Depend on ca_root_nss so it can actually fetch articles over HTTPS - Run as a dedicated user PR: 228275 Approved by: maintainer Added: head/www/miniflux/files/miniflux.env.sample - copied, changed from r470037, head/www/miniflux/files/miniflux.conf.sample head/www/miniflux/files/miniflux.in (contents, props changed) Deleted: head/www/miniflux/files/miniflux.conf.sample Modified: head/GIDs head/UIDs head/www/miniflux/Makefile head/www/miniflux/pkg-plist Modified: head/GIDs ============================================================================== --- head/GIDs Tue May 15 17:20:02 2018 (r470037) +++ head/GIDs Tue May 15 17:23:53 2018 (r470038) @@ -826,7 +826,7 @@ chronyd:*:849: # free: 883 # free: 884 # free: 885 -# free: 886 +miniflux:*:886: pdagent:*:887: vuls:*:888: mattermost:*:889: Modified: head/UIDs ============================================================================== --- head/UIDs Tue May 15 17:20:02 2018 (r470037) +++ head/UIDs Tue May 15 17:23:53 2018 (r470038) @@ -832,7 +832,7 @@ archiva:*:871:871::0:0:Apache Archiva Daemon:/nonexist # free: 883 # free: 884 # free: 885 -# free: 886 +miniflux:*:886:886::0:0:Miniflux:/nonexistent:/usr/sbin/nologin pdagent:*:887:887::0:0:PagerDuty Agent:/nonexistent:/usr/sbin/nologin vuls:*:888:888::0:0:VULnerability Scanner:/var/db/vuls:/usr/sbin/nologin mattermost:*:889:889::0:0:Mattermost:/usr/local/www/mattermost:/usr/sbin/nologin Modified: head/www/miniflux/Makefile ============================================================================== --- head/www/miniflux/Makefile Tue May 15 17:20:02 2018 (r470037) +++ head/www/miniflux/Makefile Tue May 15 17:23:53 2018 (r470038) @@ -2,6 +2,7 @@ PORTNAME= miniflux DISTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= krion@FreeBSD.org @@ -10,16 +11,30 @@ COMMENT= Miniflux is a self-hosted software to read RS LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss + +USERS= miniflux +GROUPS= miniflux + USES= go pgsql -WANT_PGSQL= server +WANT_PGSQL= client +USE_RC_SUBR= miniflux + USE_GITHUB= yes GH_ACCOUNT= miniflux GO_PKGNAME= github.com/miniflux/${PORTNAME} +OPTIONS_DEFINE= PGSQL_SERVER +OPTIONS_DEFAULT= +PGSQL_SERVER_DESC= Install the PostgreSQL Server Component +PGSQL_SERVER_VARS= WANT_PGSQL=server + +.include + post-install: - ${INSTALL_DATA} ${FILESDIR}/miniflux.conf.sample \ + ${INSTALL_DATA} ${FILESDIR}/miniflux.env.sample \ ${STAGEDIR}${PREFIX}/etc .include Copied and modified: head/www/miniflux/files/miniflux.env.sample (from r470037, head/www/miniflux/files/miniflux.conf.sample) ============================================================================== --- head/www/miniflux/files/miniflux.conf.sample Tue May 15 17:20:02 2018 (r470037, copy source) +++ head/www/miniflux/files/miniflux.env.sample Tue May 15 17:23:53 2018 (r470038) @@ -1,3 +1,3 @@ -# See https://docs.miniflux.net/ +# See https://docs.miniflux.net/en/latest/configuration.html LISTEN_ADDR=0.0.0.0:8080 Added: head/www/miniflux/files/miniflux.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/miniflux/files/miniflux.in Tue May 15 17:23:53 2018 (r470038) @@ -0,0 +1,34 @@ +#!/bin/sh +# +# Author: Mark Felder +# +# $FreeBSD$ +# + +# PROVIDE: miniflux +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable miniflux: +# miniflux_enable="YES" +# miniflux_flags="" + +. /etc/rc.subr + +name="miniflux" +rcvar=miniflux_enable + +load_rc_config $name + +: ${miniflux_enable="NO"} + +# Miniflux doesn’t use any config file, only environment variables. +set -a +. %%PREFIX%%/etc/miniflux.env +set +a + +pidfile="/var/run/miniflux.pid" +command=/usr/sbin/daemon +command_args=" -p ${pidfile} -u miniflux %%PREFIX%%/bin/miniflux | /usr/bin/logger -t miniflux &" + +run_rc_command "$1" Modified: head/www/miniflux/pkg-plist ============================================================================== --- head/www/miniflux/pkg-plist Tue May 15 17:20:02 2018 (r470037) +++ head/www/miniflux/pkg-plist Tue May 15 17:23:53 2018 (r470038) @@ -1,2 +1,2 @@ bin/miniflux -@sample etc/miniflux.conf.sample +@sample etc/miniflux.env.sample From owner-svn-ports-head@freebsd.org Tue May 15 17:27:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9C1FEEA2A9; Tue, 15 May 2018 17:27:32 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 284E8824EE; Tue, 15 May 2018 17:27:31 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2a01:5c0:e098:8e81:21b:21ff:fe7b:3468]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 2AA5B11F78C5; Tue, 15 May 2018 19:27:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1526405250; bh=t+XMg1Htwc4K15QX6MYBbiFUaRohopj4aE0iX+pemO4=; h=Subject:From:To:References:Date:In-Reply-To; b=KTnwTegokZ0YuVNvz/NphwiROf5b4L8u/jap/xRcd5LkIi9sxx1KRCDo3/S9Ajo5V r4PXfyqSl+bOhtXIyH+XMCH8ndAaDokfmG4jJ+YQGkn6FiXenmSIXkRORtoK3k8nKP L8G6acTfsx16i+eMw3hnBY7gLbdCOlRiGBuzWBJA= Received: from [192.168.0.151] (001-142-067-156.ip-addr.inexio.net [156.67.142.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 2D3261547307; Tue, 15 May 2018 19:27:28 +0200 (CEST) Subject: Re: svn commit: r469212 - head/textproc/rubygem-html-pipeline From: Matthias Fechner To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805061250.w46CoVt5048398@repo.freebsd.org> Openpgp: preference=signencrypt Autocrypt: addr=idefix@fechner.net; prefer-encrypt=mutual; keydata= xsFNBFqca1YBEADM9mF2+ifk8HILTlf5wtAzV6SYVR4RvNOo/8Kucw4sCZT76zS1fjZe4Zy1 3C0IZ07Wi+3PnoGIgOCsXp3PrTc2nuHQWkwVBYXy8UaR9DHBWA/mIvRGG1ZscKQYA6oUdCvd K8Mu26zO60yTt+ONzFtK6G1myH4EHXZ8dpmdCFf+W3rzTU+aCQ5S3OfwCLGgYgOaVREGkdOc 5SVCpFb4n+2B8+CqeWsRHhnT+4h7/YhgDMGp4GiI3yrB2nBVSUUvcosD2nRtJQgGQHcAFtMq 3hJaKPOR/mHc6KVrp0xmGNmdtazvXloHmGIl9O1UpmMmrYu9Kugl0JkGi2fAcno02XgVlkyX 7xDLTteP5cNqRxor4yVDaRWUQnOfK9XgcrKGrAzb65BkCSkjT+Aw3S/A8Qd6NvjL9qy1d+Ct dzatOVF/Y7jaW28CMr3jvwPS13OxV7PnJzIZzdik20eVxfOXuYfxZD+PwBaGgFF0qj6zKACC aKLalE0ZpY0zNn/iPyQX/Cf9KoDyFpOHSsEswiJ5rCWwppVcsFyogHOemVmeaXlvyDPEipnV ZUkpGP/CCqPu3eD0uDzP7UJ0pt/l/JfW0Xw/4p9mjB024xiRlxLa6vSRfGl//EdtAIbKKa8x 5wsKTQEbYJDmXE3tH/A54DCqRXhcopTlu2iJlTdnIMltn9afVwARAQABzSVNYXR0aGlhcyBG ZWNobmVyIDxpZGVmaXhAZmVjaG5lci5uZXQ+wsGXBBMBCgBBAhsDBQkJZgGABQsJCAcDBRUK CQgLBRYDAgEAAh4BAheAFiEEaWB64mCp804YOtqutot13J/XR+EFAlqcc9gCGQEACgkQtot1 3J/XR+GQyhAAwDxUSg7X2aS1d6rrYUZdDk8rT5TCjayDAyOATdAUhJRZk8qXRNF27Mu6xiOT mIvEMKLagNsitffZs1g/mulRQiDVLloGav7xozSfYlaOYWpPb55wpsugQPLZz0OkU9tzw7j7 7sPPvnAxeqSofUJzQdZzp43aVwXVqsJ3rY0jGzYA5RLS6CBI1RRR8/hHLMxspDPl79IW3GhI HAXaVX1HVJA2oJEo9Y95DnJwX8NV+hvLlUVA2KDdNKFiVJKeV3ccqw+/5zW3Y8J6Rd8blW9n p68Z7lyxt6mvsDEdSxOyGSkPagzIDfHqmDfkaeum7gHMwweH2e2pZuhzMZkrKNoSkKiJ5uim 638ZhnzzmEWh2qtYPgHlZG1jO6n2DSzCqJkQYjYUtLj7ylIgZakG8M3idQRugHImMBq+HSMu WR8FI52gh1+4LbIArHB4YWTTr933ElwhS1jtomK9SeWezPfjunpxqXQl4QR0qXAuglsOMJ6y Togb6lc0qyEdOa5VCXQTLSD9yZpolSQOjOe1XEyM4g5v7FrPBGVni9AxlARvUDVbYQDv1+4A gchtgpLmAF8mDPq/tGeXuAO3m+ExQDXpJ4CneI9YHc+joU2cXQi5MP1NzgMOV43XEZCiTW0O BWM1+857gmDqGbybE7F3UFpvBs9/NRWnuxoKaYxYbqCOc3nOwU0EWpxrVgEQAN3uCLHZF+1V gcrzYjwL1wAJwjYb7UnHKvNYdaBKgW0n0NTfaTCLHxHYPO8NlV1+lNctSeXLeiWpmE1lCDHq /++53EJ34OsRd/n246PdtfIfltML73tsmq6S9zTye2zv7LsmE7jgUBaasbv0qSLSybOUvkRx j3xBuK9Ymg/ZXaENOhxwIQ6oQoNLg3ers9t5Xl4NVK6gzzZ2OdTGnuUVhQmi4rbP04R0GJFh AtGLAYUCxlXVZhdPAs4qZaoAEP5nW/u2MyzSaIouwcEIdttAiPZdrJr+a4OGKz88Sn6zqKSa uyUADgX+G8tKUONgZbfz4SSRvlinOgyU2RyyfNS977r/YfaHH+oAxg31yUWPtD/ryfVw69bG vK8RQrZ9+c1vyWBABoQOh5+JHW/AE9Xj5dQatEfWmGO3+/FRo2TIhqZQXXl8PW+jtEjkhgOH OUX5ERzSm6nCcPIw+LUkEINcLc9bw4fv1eOWIdBuCckGM4rWXkLYbqhdSzdWeCsC0tiQk8x7 O1zXRJOKF4rITJd/qX322EH29BR+T9V1Hw7LDSRe+3YxtoXhROZRXjF8QniEHeKVNRUComr6 rWGmuHjsNTQ7twtwnG8xSOfCkYAp9GrbzBkIYX+VFvFQLqVM+It3RAlge/bwpZPvkr3bFsJk 4JS+EAugBIrP0xd9BMOh6Ej5ABEBAAHCwXwEGAEKACYWIQRpYHriYKnzThg62q62i3Xcn9dH 4QUCWpxrVgIbDAUJCWYBgAAKCRC2i3Xcn9dH4ZZsEACoQI109htphVe2AQhJ7wuPo8pIrSFA 0Mb0pfibX/sYw8ZZz/x3ctTI3Ajq2baSaoebIuUyd6oPI7cAzgL4s2zHiZ3ChH2dDxJlOPfk OaiK124DJMPqWiWuxe39tgq23tsPhwcvF+DC+SkJoLWKCYNC06fS3bLktZ0s4lVE5tqfL5ww MvxgxB+6+sWHwZWSv1IwB/geov6zkEhVdkXqrGPE52LyLfU0ACMmihcl0/npsCMZSls0urge CsPMuHPQnmcM2ERbere8i9OdKQDzGBrTbWl9DxNRf4o+cAYirEJM3Kc+ZD2SE34bTSvg3kdQ QZQbj+o+BRcsR0LaGbORkNaMZlp5OuXteL6nG7sbAPn0bjUUlup8CJEXDXENG6LJG1/oVWFq m3OtPyr5UoMQAuhuGx0/Om6AXKr/mk+veuoKWMXkqll045/bYE7bX2A0gkyGE5DdjaiHPmS9 NsWuKDeExLlXZOL1GX+PKjWLADwlv07XHB8Hf6U0/lpf3/mggRtqHyKbHt0iRqYaMC95gVdM rbugxh61U/zxIaweU7VolD5cRrltxqPp5szOwDzw42JYwbpYsXFJXNkuCGCmK1LHcShfEggt fV3g/JKzvNRQn6p1f0frppl/eZ5UvWVKrNERJzcZgkOecxwiK/L/JoGpGfWOqWGsTxe/AnQc Xxj8Dw== Message-ID: <4bb71ffe-5650-991d-4205-1f0e1034e9b1@fechner.net> Date: Tue, 15 May 2018 19:27:23 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: de-DE X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 17:27:32 -0000 Dear all, Am 15.05.2018 um 18:37 schrieb Matthias Fechner: > this update has broken gitlab. > I will try to provide a patch shortly. fix for this can be found here: https://reviews.freebsd.org/D15444 https://reviews.freebsd.org/D15445 the testbuild including reinstall the vagrant test machine took some time to confirm these two patch fixing it. I will commit it if my mentors approve it. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-head@freebsd.org Tue May 15 17:39:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06438EEAE28; Tue, 15 May 2018 17:39:17 +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 ABD4E8525E; Tue, 15 May 2018 17:39:16 +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 731F169C7; Tue, 15 May 2018 17:39:16 +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 w4FHdGO0089343; Tue, 15 May 2018 17:39:16 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FHdFBd089340; Tue, 15 May 2018 17:39:15 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805151739.w4FHdFBd089340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 15 May 2018 17:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470039 - head/www/nginx X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/nginx X-SVN-Commit-Revision: 470039 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 17:39:17 -0000 Author: joneum Date: Tue May 15 17:39:15 2018 New Revision: 470039 URL: https://svnweb.freebsd.org/changeset/ports/470039 Log: Add third-party vts (virtual host traffic status) module. [1] Speed-up the port's build by enable multiple jobs build. [2] Upgrade third-party-module redis2 to version 0.15 PR: 225833 [1], 228127 [2] Modified: head/www/nginx/Makefile head/www/nginx/Makefile.extmod head/www/nginx/Makefile.options.desc head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue May 15 17:23:53 2018 (r470038) +++ head/www/nginx/Makefile Tue May 15 17:39:15 2018 (r470039) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.14.0 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ @@ -55,6 +55,7 @@ CONFIGURE_ARGS+=--prefix=${ETCDIR} \ --pid-path=${NGINX_RUNDIR}/nginx.pid \ --error-log-path=${NGINX_ERRORLOG} \ --user=${WWWOWN} --group=${WWWGRP} +ALL_TARGET= PLIST_SUB+= NGINX_TMPDIR=${NGINX_TMPDIR} NGINX_LOGDIR=${NGINX_LOGDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} @@ -81,7 +82,7 @@ OPTIONS_GROUP_HTTPGRP+= AJP AWS_AUTH BROTLI CACHE_PURG HTTP_UPSTREAM_CHECK HTTP_UPSTREAM_FAIR HTTP_UPSTREAM_STICKY \ HTTP_VIDEO_THUMBEXTRACTOR HTTP_ZIP ICONV LET LUA MEMC MODSECURITY \ MODSECURITY3 NAXSI NJS PASSENGER POSTGRES RDS_CSV RDS_JSON REDIS2 RTMP \ - SET_MISC SFLOW SHIBBOLETH SLOWFS_CACHE SMALL_LIGHT SRCACHE XSS + SET_MISC SFLOW SHIBBOLETH SLOWFS_CACHE SMALL_LIGHT SRCACHE VTS XSS OPTIONS_GROUP_MAILGRP= MAIL MAIL_IMAP MAIL_POP3 MAIL_SMTP MAIL_SSL OPTIONS_DEFINE= DEBUG DEBUGLOG DSO FILE_AIO IPV6 THREADS WWW OPTIONS_DEFAULT?= DSO FILE_AIO HTTP HTTP_ADDITION HTTP_AUTH_REQ HTTP_CACHE \ @@ -307,9 +308,6 @@ pre-configure-MODSECURITY-on: pre-configure-SMALL_LIGHT-on: ( cd ${WRKSRC_small_light} && ./setup ) - -do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} Modified: head/www/nginx/Makefile.extmod ============================================================================== --- head/www/nginx/Makefile.extmod Tue May 15 17:23:53 2018 (r470038) +++ head/www/nginx/Makefile.extmod Tue May 15 17:39:15 2018 (r470039) @@ -251,7 +251,7 @@ RDS_CSV_CONFIGURE_ON= --add-module=${WRKSRC_rdscsv} RDS_JSON_GH_TUPLE= openresty:rds-json-nginx-module:v0.14:rdsjson RDS_JSON_CONFIGURE_ON= --add-module=${WRKSRC_rdsjson} -REDIS2_GH_TUPLE= openresty:redis2-nginx-module:v0.14:redis2 +REDIS2_GH_TUPLE= openresty:redis2-nginx-module:v0.15:redis2 REDIS2_VARS= DSO_EXTMODS+=redis2 RTMP_GH_TUPLE= arut:nginx-rtmp-module:v1.2.1:rtmp @@ -281,6 +281,9 @@ SMALL_LIGHT_VARS= DSO_EXTMODS+=small_light SRCACHE_GH_TUPLE= openresty:srcache-nginx-module:v0.31:srcache #SRCACHE_CONFIGURE_ON= --add-module=${WRKSRC_srcache} SRCACHE_VARS= DSO_EXTMODS+=srcache + +VTS_GH_TUPLE= vozlt:nginx-module-vts:v0.1.15:vts +VTS_CONFIGURE_ON= --add-module=${WRKSRC_vts} XSS_GH_TUPLE= openresty:xss-nginx-module:v0.05:xss XSS_CONFIGURE_ON= --add-module=${WRKSRC_xss} Modified: head/www/nginx/Makefile.options.desc ============================================================================== --- head/www/nginx/Makefile.options.desc Tue May 15 17:23:53 2018 (r470038) +++ head/www/nginx/Makefile.options.desc Tue May 15 17:39:15 2018 (r470039) @@ -104,5 +104,6 @@ STREAM_DESC= Enable stream module STREAM_SSL_DESC= Enable stream_ssl module (SSL req.) STREAM_SSL_PREREAD_DESC= Enable stream_ssl_preread module (SSL req.) THREADS_DESC= Enable threads support +VTS_DESC= 3rd party vts module WWW_DESC= Enable html sample files XSS_DESC= 3rd party xss module Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Tue May 15 17:23:53 2018 (r470038) +++ head/www/nginx/distinfo Tue May 15 17:39:15 2018 (r470039) @@ -1,4 +1,4 @@ -TIMESTAMP = 1525935620 +TIMESTAMP = 1526404263 SHA256 (nginx-1.14.0.tar.gz) = 5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5 SIZE (nginx-1.14.0.tar.gz) = 1016272 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -115,8 +115,8 @@ SHA256 (openresty-rds-csv-nginx-module-v0.08_GH0.tar.g SIZE (openresty-rds-csv-nginx-module-v0.08_GH0.tar.gz) = 20518 SHA256 (openresty-rds-json-nginx-module-v0.14_GH0.tar.gz) = 99aedf222a9664484918392988cce41b1a6238240d42f8bd44f5ff102c05c36c SIZE (openresty-rds-json-nginx-module-v0.14_GH0.tar.gz) = 33496 -SHA256 (openresty-redis2-nginx-module-v0.14_GH0.tar.gz) = d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71 -SIZE (openresty-redis2-nginx-module-v0.14_GH0.tar.gz) = 27924 +SHA256 (openresty-redis2-nginx-module-v0.15_GH0.tar.gz) = d255571bcfb9939b78099df39cb4d42f174d789aec8c8e5e47b93942b0299438 +SIZE (openresty-redis2-nginx-module-v0.15_GH0.tar.gz) = 25471 SHA256 (arut-nginx-rtmp-module-v1.2.1_GH0.tar.gz) = 87aa597400b0b5a05274ee2d23d8cb8224e12686227a0abe31d783b3a645ea37 SIZE (arut-nginx-rtmp-module-v1.2.1_GH0.tar.gz) = 519919 SHA256 (openresty-set-misc-nginx-module-cda7e50_GH0.tar.gz) = 6fb2c99d4aecdd0335f55493b0dd4170efa46b0014a4c2e41f2ea519b633aca2 @@ -129,5 +129,7 @@ SHA256 (cubicdaiya-ngx_small_light-v0.9.2_GH0.tar.gz) SIZE (cubicdaiya-ngx_small_light-v0.9.2_GH0.tar.gz) = 56502 SHA256 (openresty-srcache-nginx-module-v0.31_GH0.tar.gz) = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d SIZE (openresty-srcache-nginx-module-v0.31_GH0.tar.gz) = 48310 +SHA256 (vozlt-nginx-module-vts-v0.1.15_GH0.tar.gz) = 5112a054b1b1edb4c0042a9a840ef45f22abb3c05c68174e28ebf483164fb7e1 +SIZE (vozlt-nginx-module-vts-v0.1.15_GH0.tar.gz) = 371128 SHA256 (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 958bd8de773601d8d3138501cc4be0420f1c818a3987a70cc9c0023371e432cf SIZE (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 11477 From owner-svn-ports-head@freebsd.org Tue May 15 17:50:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DCD9EEB8B7; Tue, 15 May 2018 17:50:20 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38CFA6823D; Tue, 15 May 2018 17:50:20 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1AA556B7D; Tue, 15 May 2018 17:50:20 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FHoJE1094521; Tue, 15 May 2018 17:50:19 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FHoJI1094520; Tue, 15 May 2018 17:50:19 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201805151750.w4FHoJI1094520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 15 May 2018 17:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470040 - in head/devel/llvm60: . files X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in head/devel/llvm60: . files X-SVN-Commit-Revision: 470040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 17:50:21 -0000 Author: brooks Date: Tue May 15 17:50:19 2018 New Revision: 470040 URL: https://svnweb.freebsd.org/changeset/ports/470040 Log: Merge r322325 from upstream. This allows devel/godot to build in a reasionable abount of time: PeepholeOpt cleanup/refactor; NFC - Less unnecessary use of `auto` - Add early `using RegSubRegPair(AndIdx) =` to avoid countless `TargetInstrInfo::` qualifications. - Use references instead of pointers where possible. - Remove unused parameters. - Rewrite the CopyRewriter class hierarchy: - Pull out uncoalescable copy rewriting functionality into PeepholeOptimizer class. - Use an abstract base class to make it clear that rewriters are independent. - Remove unnecessary \brief in doxygen comments. - Remove unused constructor and method from ValueTracker. - Replace UseAdvancedTracking of ValueTracker with DisableAdvCopyOpt use. PR: 228261 Reported by: FreeBSD@ShaneWare.Biz Added: head/devel/llvm60/files/patch-svn-r322325 (contents, props changed) Modified: head/devel/llvm60/Makefile Modified: head/devel/llvm60/Makefile ============================================================================== --- head/devel/llvm60/Makefile Tue May 15 17:39:15 2018 (r470039) +++ head/devel/llvm60/Makefile Tue May 15 17:50:19 2018 (r470040) @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 6.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel lang MASTER_SITES= http://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} Added: head/devel/llvm60/files/patch-svn-r322325 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm60/files/patch-svn-r322325 Tue May 15 17:50:19 2018 (r470040) @@ -0,0 +1,1589 @@ +r322325: + +PeepholeOpt cleanup/refactor; NFC + +- Less unnecessary use of `auto` +- Add early `using RegSubRegPair(AndIdx) =` to avoid countless + `TargetInstrInfo::` qualifications. +- Use references instead of pointers where possible. +- Remove unused parameters. +- Rewrite the CopyRewriter class hierarchy: + - Pull out uncoalescable copy rewriting functionality into + PeepholeOptimizer class. + - Use an abstract base class to make it clear that rewriters are + independent. +- Remove unnecessary \brief in doxygen comments. +- Remove unused constructor and method from ValueTracker. +- Replace UseAdvancedTracking of ValueTracker with DisableAdvCopyOpt use. + +--- lib/CodeGen/PeepholeOptimizer.cpp.orig ++++ lib/CodeGen/PeepholeOptimizer.cpp +@@ -98,6 +98,8 @@ + #include + + using namespace llvm; ++using RegSubRegPair = TargetInstrInfo::RegSubRegPair; ++using RegSubRegPairAndIdx = TargetInstrInfo::RegSubRegPairAndIdx; + + #define DEBUG_TYPE "peephole-opt" + +@@ -110,6 +112,9 @@ + DisablePeephole("disable-peephole", cl::Hidden, cl::init(false), + cl::desc("Disable the peephole optimizer")); + ++/// Specifiy whether or not the value tracking looks through ++/// complex instructions. When this is true, the value tracker ++/// bails on everything that is not a copy or a bitcast. + static cl::opt + DisableAdvCopyOpt("disable-adv-copy-opt", cl::Hidden, cl::init(false), + cl::desc("Disable advanced copy optimization")); +@@ -132,11 +137,11 @@ + "of commuting operands")); + + +-STATISTIC(NumReuse, "Number of extension results reused"); +-STATISTIC(NumCmps, "Number of compares eliminated"); +-STATISTIC(NumImmFold, "Number of move immediate folded"); +-STATISTIC(NumLoadFold, "Number of loads folded"); +-STATISTIC(NumSelects, "Number of selects optimized"); ++STATISTIC(NumReuse, "Number of extension results reused"); ++STATISTIC(NumCmps, "Number of compares eliminated"); ++STATISTIC(NumImmFold, "Number of move immediate folded"); ++STATISTIC(NumLoadFold, "Number of loads folded"); ++STATISTIC(NumSelects, "Number of selects optimized"); + STATISTIC(NumUncoalescableCopies, "Number of uncoalescable copies optimized"); + STATISTIC(NumRewrittenCopies, "Number of copies rewritten"); + STATISTIC(NumNAPhysCopies, "Number of non-allocatable physical copies removed"); +@@ -149,9 +154,9 @@ + class PeepholeOptimizer : public MachineFunctionPass { + const TargetInstrInfo *TII; + const TargetRegisterInfo *TRI; +- MachineRegisterInfo *MRI; +- MachineDominatorTree *DT; // Machine dominator tree +- MachineLoopInfo *MLI; ++ MachineRegisterInfo *MRI; ++ MachineDominatorTree *DT; // Machine dominator tree ++ MachineLoopInfo *MLI; + + public: + static char ID; // Pass identification +@@ -173,31 +178,28 @@ + } + } + +- /// \brief Track Def -> Use info used for rewriting copies. +- using RewriteMapTy = +- SmallDenseMap; ++ /// Track Def -> Use info used for rewriting copies. ++ using RewriteMapTy = SmallDenseMap; + +- /// \brief Sequence of instructions that formulate recurrence cycle. ++ /// Sequence of instructions that formulate recurrence cycle. + using RecurrenceCycle = SmallVector; + + private: +- bool optimizeCmpInstr(MachineInstr *MI, MachineBasicBlock *MBB); +- bool optimizeExtInstr(MachineInstr *MI, MachineBasicBlock *MBB, ++ bool optimizeCmpInstr(MachineInstr &MI); ++ bool optimizeExtInstr(MachineInstr &MI, MachineBasicBlock &MBB, + SmallPtrSetImpl &LocalMIs); +- bool optimizeSelect(MachineInstr *MI, ++ bool optimizeSelect(MachineInstr &MI, + SmallPtrSetImpl &LocalMIs); +- bool optimizeCondBranch(MachineInstr *MI); +- bool optimizeCoalescableCopy(MachineInstr *MI); +- bool optimizeUncoalescableCopy(MachineInstr *MI, ++ bool optimizeCondBranch(MachineInstr &MI); ++ bool optimizeCoalescableCopy(MachineInstr &MI); ++ bool optimizeUncoalescableCopy(MachineInstr &MI, + SmallPtrSetImpl &LocalMIs); + bool optimizeRecurrence(MachineInstr &PHI); +- bool findNextSource(unsigned Reg, unsigned SubReg, +- RewriteMapTy &RewriteMap); +- bool isMoveImmediate(MachineInstr *MI, ++ bool findNextSource(RegSubRegPair RegSubReg, RewriteMapTy &RewriteMap); ++ bool isMoveImmediate(MachineInstr &MI, + SmallSet &ImmDefRegs, + DenseMap &ImmDefMIs); +- bool foldImmediate(MachineInstr *MI, MachineBasicBlock *MBB, +- SmallSet &ImmDefRegs, ++ bool foldImmediate(MachineInstr &MI, SmallSet &ImmDefRegs, + DenseMap &ImmDefMIs); + + /// \brief Finds recurrence cycles, but only ones that formulated around +@@ -212,11 +214,11 @@ + /// the set \p CopySrcRegs and \p CopyMIs. If this virtual register was + /// previously seen as a copy, replace the uses of this copy with the + /// previously seen copy's destination register. +- bool foldRedundantCopy(MachineInstr *MI, ++ bool foldRedundantCopy(MachineInstr &MI, + SmallSet &CopySrcRegs, + DenseMap &CopyMIs); + +- /// \brief Is the register \p Reg a non-allocatable physical register? ++ /// Is the register \p Reg a non-allocatable physical register? + bool isNAPhysCopy(unsigned Reg); + + /// \brief If copy instruction \p MI is a non-allocatable virtual<->physical +@@ -224,11 +226,10 @@ + /// non-allocatable physical register was previously copied to a virtual + /// registered and hasn't been clobbered, the virt->phys copy can be + /// deleted. +- bool foldRedundantNAPhysCopy( +- MachineInstr *MI, ++ bool foldRedundantNAPhysCopy(MachineInstr &MI, + DenseMap &NAPhysToVirtMIs); + +- bool isLoadFoldable(MachineInstr *MI, ++ bool isLoadFoldable(MachineInstr &MI, + SmallSet &FoldAsLoadDefCandidates); + + /// \brief Check whether \p MI is understood by the register coalescer +@@ -249,10 +250,13 @@ + (MI.isRegSequenceLike() || MI.isInsertSubregLike() || + MI.isExtractSubregLike())); + } ++ ++ MachineInstr &rewriteSource(MachineInstr &CopyLike, ++ RegSubRegPair Def, RewriteMapTy &RewriteMap); + }; + +- /// \brief Helper class to hold instructions that are inside recurrence +- /// cycles. The recurrence cycle is formulated around 1) a def operand and its ++ /// Helper class to hold instructions that are inside recurrence cycles. ++ /// The recurrence cycle is formulated around 1) a def operand and its + /// tied use operand, or 2) a def operand and a use operand that is commutable + /// with another use operand which is tied to the def operand. In the latter + /// case, index of the tied use operand and the commutable use operand are +@@ -273,13 +277,13 @@ + Optional CommutePair; + }; + +- /// \brief Helper class to hold a reply for ValueTracker queries. Contains the +- /// returned sources for a given search and the instructions where the sources +- /// were tracked from. ++ /// Helper class to hold a reply for ValueTracker queries. ++ /// Contains the returned sources for a given search and the instructions ++ /// where the sources were tracked from. + class ValueTrackerResult { + private: + /// Track all sources found by one ValueTracker query. +- SmallVector RegSrcs; ++ SmallVector RegSrcs; + + /// Instruction using the sources in 'RegSrcs'. + const MachineInstr *Inst = nullptr; +@@ -302,16 +306,20 @@ + } + + void addSource(unsigned SrcReg, unsigned SrcSubReg) { +- RegSrcs.push_back(TargetInstrInfo::RegSubRegPair(SrcReg, SrcSubReg)); ++ RegSrcs.push_back(RegSubRegPair(SrcReg, SrcSubReg)); + } + + void setSource(int Idx, unsigned SrcReg, unsigned SrcSubReg) { + assert(Idx < getNumSources() && "Reg pair source out of index"); +- RegSrcs[Idx] = TargetInstrInfo::RegSubRegPair(SrcReg, SrcSubReg); ++ RegSrcs[Idx] = RegSubRegPair(SrcReg, SrcSubReg); + } + + int getNumSources() const { return RegSrcs.size(); } + ++ RegSubRegPair getSrc(int Idx) const { ++ return RegSrcs[Idx]; ++ } ++ + unsigned getSrcReg(int Idx) const { + assert(Idx < getNumSources() && "Reg source out of index"); + return RegSrcs[Idx].Reg; +@@ -367,59 +375,41 @@ + /// The register where the value can be found. + unsigned Reg; + +- /// Specifiy whether or not the value tracking looks through +- /// complex instructions. When this is false, the value tracker +- /// bails on everything that is not a copy or a bitcast. +- /// +- /// Note: This could have been implemented as a specialized version of +- /// the ValueTracker class but that would have complicated the code of +- /// the users of this class. +- bool UseAdvancedTracking; +- + /// MachineRegisterInfo used to perform tracking. + const MachineRegisterInfo &MRI; + +- /// Optional TargetInstrInfo used to perform some complex +- /// tracking. ++ /// Optional TargetInstrInfo used to perform some complex tracking. + const TargetInstrInfo *TII; + +- /// \brief Dispatcher to the right underlying implementation of +- /// getNextSource. ++ /// Dispatcher to the right underlying implementation of getNextSource. + ValueTrackerResult getNextSourceImpl(); + +- /// \brief Specialized version of getNextSource for Copy instructions. ++ /// Specialized version of getNextSource for Copy instructions. + ValueTrackerResult getNextSourceFromCopy(); + +- /// \brief Specialized version of getNextSource for Bitcast instructions. ++ /// Specialized version of getNextSource for Bitcast instructions. + ValueTrackerResult getNextSourceFromBitcast(); + +- /// \brief Specialized version of getNextSource for RegSequence +- /// instructions. ++ /// Specialized version of getNextSource for RegSequence instructions. + ValueTrackerResult getNextSourceFromRegSequence(); + +- /// \brief Specialized version of getNextSource for InsertSubreg +- /// instructions. ++ /// Specialized version of getNextSource for InsertSubreg instructions. + ValueTrackerResult getNextSourceFromInsertSubreg(); + +- /// \brief Specialized version of getNextSource for ExtractSubreg +- /// instructions. ++ /// Specialized version of getNextSource for ExtractSubreg instructions. + ValueTrackerResult getNextSourceFromExtractSubreg(); + +- /// \brief Specialized version of getNextSource for SubregToReg +- /// instructions. ++ /// Specialized version of getNextSource for SubregToReg instructions. + ValueTrackerResult getNextSourceFromSubregToReg(); + +- /// \brief Specialized version of getNextSource for PHI instructions. ++ /// Specialized version of getNextSource for PHI instructions. + ValueTrackerResult getNextSourceFromPHI(); + + public: +- /// \brief Create a ValueTracker instance for the value defined by \p Reg. ++ /// Create a ValueTracker instance for the value defined by \p Reg. + /// \p DefSubReg represents the sub register index the value tracker will + /// track. It does not need to match the sub register index used in the + /// definition of \p Reg. +- /// \p UseAdvancedTracking specifies whether or not the value tracker looks +- /// through complex instructions. By default (false), it handles only copy +- /// and bitcast instructions. + /// If \p Reg is a physical register, a value tracker constructed with + /// this constructor will not find any alternative source. + /// Indeed, when \p Reg is a physical register that constructor does not +@@ -427,46 +417,20 @@ + /// Use the next constructor to track a physical register. + ValueTracker(unsigned Reg, unsigned DefSubReg, + const MachineRegisterInfo &MRI, +- bool UseAdvancedTracking = false, + const TargetInstrInfo *TII = nullptr) +- : DefSubReg(DefSubReg), Reg(Reg), +- UseAdvancedTracking(UseAdvancedTracking), MRI(MRI), TII(TII) { ++ : DefSubReg(DefSubReg), Reg(Reg), MRI(MRI), TII(TII) { + if (!TargetRegisterInfo::isPhysicalRegister(Reg)) { + Def = MRI.getVRegDef(Reg); + DefIdx = MRI.def_begin(Reg).getOperandNo(); + } + } + +- /// \brief Create a ValueTracker instance for the value defined by +- /// the pair \p MI, \p DefIdx. +- /// Unlike the other constructor, the value tracker produced by this one +- /// may be able to find a new source when the definition is a physical +- /// register. +- /// This could be useful to rewrite target specific instructions into +- /// generic copy instructions. +- ValueTracker(const MachineInstr &MI, unsigned DefIdx, unsigned DefSubReg, +- const MachineRegisterInfo &MRI, +- bool UseAdvancedTracking = false, +- const TargetInstrInfo *TII = nullptr) +- : Def(&MI), DefIdx(DefIdx), DefSubReg(DefSubReg), +- UseAdvancedTracking(UseAdvancedTracking), MRI(MRI), TII(TII) { +- assert(DefIdx < Def->getDesc().getNumDefs() && +- Def->getOperand(DefIdx).isReg() && "Invalid definition"); +- Reg = Def->getOperand(DefIdx).getReg(); +- } +- + /// \brief Following the use-def chain, get the next available source + /// for the tracked value. + /// \return A ValueTrackerResult containing a set of registers + /// and sub registers with tracked values. A ValueTrackerResult with + /// an empty set of registers means no source was found. + ValueTrackerResult getNextSource(); +- +- /// \brief Get the last register where the initial value can be found. +- /// Initially this is the register of the definition. +- /// Then, after each successful call to getNextSource, this is the +- /// register of the last source. +- unsigned getReg() const { return Reg; } + }; + + } // end anonymous namespace +@@ -476,11 +440,11 @@ + char &llvm::PeepholeOptimizerID = PeepholeOptimizer::ID; + + INITIALIZE_PASS_BEGIN(PeepholeOptimizer, DEBUG_TYPE, +- "Peephole Optimizations", false, false) ++ "Peephole Optimizations", false, false) + INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree) + INITIALIZE_PASS_DEPENDENCY(MachineLoopInfo) + INITIALIZE_PASS_END(PeepholeOptimizer, DEBUG_TYPE, +- "Peephole Optimizations", false, false) ++ "Peephole Optimizations", false, false) + + /// If instruction is a copy-like instruction, i.e. it reads a single register + /// and writes a single register and it does not modify the source, and if the +@@ -491,10 +455,10 @@ + /// the code. Since this code does not currently share EXTRACTs, just ignore all + /// debug uses. + bool PeepholeOptimizer:: +-optimizeExtInstr(MachineInstr *MI, MachineBasicBlock *MBB, ++optimizeExtInstr(MachineInstr &MI, MachineBasicBlock &MBB, + SmallPtrSetImpl &LocalMIs) { + unsigned SrcReg, DstReg, SubIdx; +- if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx)) ++ if (!TII->isCoalescableExtInstr(MI, SrcReg, DstReg, SubIdx)) + return false; + + if (TargetRegisterInfo::isPhysicalRegister(DstReg) || +@@ -535,7 +499,7 @@ + bool ExtendLife = true; + for (MachineOperand &UseMO : MRI->use_nodbg_operands(SrcReg)) { + MachineInstr *UseMI = UseMO.getParent(); +- if (UseMI == MI) ++ if (UseMI == &MI) + continue; + + if (UseMI->isPHI()) { +@@ -568,7 +532,7 @@ + continue; + + MachineBasicBlock *UseMBB = UseMI->getParent(); +- if (UseMBB == MBB) { ++ if (UseMBB == &MBB) { + // Local uses that come after the extension. + if (!LocalMIs.count(UseMI)) + Uses.push_back(&UseMO); +@@ -576,7 +540,7 @@ + // Non-local uses where the result of the extension is used. Always + // replace these unless it's a PHI. + Uses.push_back(&UseMO); +- } else if (Aggressive && DT->dominates(MBB, UseMBB)) { ++ } else if (Aggressive && DT->dominates(&MBB, UseMBB)) { + // We may want to extend the live range of the extension result in order + // to replace these uses. + ExtendedUses.push_back(&UseMO); +@@ -640,19 +604,18 @@ + /// against already sets (or could be modified to set) the same flag as the + /// compare, then we can remove the comparison and use the flag from the + /// previous instruction. +-bool PeepholeOptimizer::optimizeCmpInstr(MachineInstr *MI, +- MachineBasicBlock *MBB) { ++bool PeepholeOptimizer::optimizeCmpInstr(MachineInstr &MI) { + // If this instruction is a comparison against zero and isn't comparing a + // physical register, we can try to optimize it. + unsigned SrcReg, SrcReg2; + int CmpMask, CmpValue; +- if (!TII->analyzeCompare(*MI, SrcReg, SrcReg2, CmpMask, CmpValue) || ++ if (!TII->analyzeCompare(MI, SrcReg, SrcReg2, CmpMask, CmpValue) || + TargetRegisterInfo::isPhysicalRegister(SrcReg) || + (SrcReg2 != 0 && TargetRegisterInfo::isPhysicalRegister(SrcReg2))) + return false; + + // Attempt to optimize the comparison instruction. +- if (TII->optimizeCompareInstr(*MI, SrcReg, SrcReg2, CmpMask, CmpValue, MRI)) { ++ if (TII->optimizeCompareInstr(MI, SrcReg, SrcReg2, CmpMask, CmpValue, MRI)) { + ++NumCmps; + return true; + } +@@ -661,27 +624,26 @@ + } + + /// Optimize a select instruction. +-bool PeepholeOptimizer::optimizeSelect(MachineInstr *MI, ++bool PeepholeOptimizer::optimizeSelect(MachineInstr &MI, + SmallPtrSetImpl &LocalMIs) { + unsigned TrueOp = 0; + unsigned FalseOp = 0; + bool Optimizable = false; + SmallVector Cond; +- if (TII->analyzeSelect(*MI, Cond, TrueOp, FalseOp, Optimizable)) ++ if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) + return false; + if (!Optimizable) + return false; +- if (!TII->optimizeSelect(*MI, LocalMIs)) ++ if (!TII->optimizeSelect(MI, LocalMIs)) + return false; +- MI->eraseFromParent(); ++ MI.eraseFromParent(); + ++NumSelects; + return true; + } + +-/// \brief Check if a simpler conditional branch can be +-/// generated +-bool PeepholeOptimizer::optimizeCondBranch(MachineInstr *MI) { +- return TII->optimizeCondBranch(*MI); ++/// Check if a simpler conditional branch can be generated. ++bool PeepholeOptimizer::optimizeCondBranch(MachineInstr &MI) { ++ return TII->optimizeCondBranch(MI); + } + + /// \brief Try to find the next source that share the same register file +@@ -695,30 +657,29 @@ + /// share the same register file as \p Reg and \p SubReg. The client should + /// then be capable to rewrite all intermediate PHIs to get the next source. + /// \return False if no alternative sources are available. True otherwise. +-bool PeepholeOptimizer::findNextSource(unsigned Reg, unsigned SubReg, ++bool PeepholeOptimizer::findNextSource(RegSubRegPair RegSubReg, + RewriteMapTy &RewriteMap) { + // Do not try to find a new source for a physical register. + // So far we do not have any motivating example for doing that. + // Thus, instead of maintaining untested code, we will revisit that if + // that changes at some point. ++ unsigned Reg = RegSubReg.Reg; + if (TargetRegisterInfo::isPhysicalRegister(Reg)) + return false; + const TargetRegisterClass *DefRC = MRI->getRegClass(Reg); + +- SmallVector SrcToLook; +- TargetInstrInfo::RegSubRegPair CurSrcPair(Reg, SubReg); ++ SmallVector SrcToLook; ++ RegSubRegPair CurSrcPair = RegSubReg; + SrcToLook.push_back(CurSrcPair); + + unsigned PHICount = 0; +- while (!SrcToLook.empty() && PHICount < RewritePHILimit) { +- TargetInstrInfo::RegSubRegPair Pair = SrcToLook.pop_back_val(); ++ do { ++ CurSrcPair = SrcToLook.pop_back_val(); + // As explained above, do not handle physical registers +- if (TargetRegisterInfo::isPhysicalRegister(Pair.Reg)) ++ if (TargetRegisterInfo::isPhysicalRegister(CurSrcPair.Reg)) + return false; + +- CurSrcPair = Pair; +- ValueTracker ValTracker(CurSrcPair.Reg, CurSrcPair.SubReg, *MRI, +- !DisableAdvCopyOpt, TII); ++ ValueTracker ValTracker(CurSrcPair.Reg, CurSrcPair.SubReg, *MRI, TII); + + // Follow the chain of copies until we find a more suitable source, a phi + // or have to abort. +@@ -747,14 +708,17 @@ + unsigned NumSrcs = Res.getNumSources(); + if (NumSrcs > 1) { + PHICount++; ++ if (PHICount >= RewritePHILimit) { ++ DEBUG(dbgs() << "findNextSource: PHI limit reached\n"); ++ return false; ++ } ++ + for (unsigned i = 0; i < NumSrcs; ++i) +- SrcToLook.push_back(TargetInstrInfo::RegSubRegPair( +- Res.getSrcReg(i), Res.getSrcSubReg(i))); ++ SrcToLook.push_back(Res.getSrc(i)); + break; + } + +- CurSrcPair.Reg = Res.getSrcReg(0); +- CurSrcPair.SubReg = Res.getSrcSubReg(0); ++ CurSrcPair = Res.getSrc(0); + // Do not extend the live-ranges of physical registers as they add + // constraints to the register allocator. Moreover, if we want to extend + // the live-range of a physical register, unlike SSA virtual register, +@@ -764,7 +728,8 @@ + + // Keep following the chain if the value isn't any better yet. + const TargetRegisterClass *SrcRC = MRI->getRegClass(CurSrcPair.Reg); +- if (!TRI->shouldRewriteCopySrc(DefRC, SubReg, SrcRC, CurSrcPair.SubReg)) ++ if (!TRI->shouldRewriteCopySrc(DefRC, RegSubReg.SubReg, SrcRC, ++ CurSrcPair.SubReg)) + continue; + + // We currently cannot deal with subreg operands on PHI instructions +@@ -775,7 +740,7 @@ + // We found a suitable source, and are done with this chain. + break; + } +- } ++ } while (!SrcToLook.empty()); + + // If we did not find a more suitable source, there is nothing to optimize. + return CurSrcPair.Reg != Reg; +@@ -786,54 +751,50 @@ + /// successfully traverse a PHI instruction and find suitable sources coming + /// from its edges. By inserting a new PHI, we provide a rewritten PHI def + /// suitable to be used in a new COPY instruction. +-static MachineInstr * +-insertPHI(MachineRegisterInfo *MRI, const TargetInstrInfo *TII, +- const SmallVectorImpl &SrcRegs, +- MachineInstr *OrigPHI) { ++static MachineInstr & ++insertPHI(MachineRegisterInfo &MRI, const TargetInstrInfo &TII, ++ const SmallVectorImpl &SrcRegs, ++ MachineInstr &OrigPHI) { + assert(!SrcRegs.empty() && "No sources to create a PHI instruction?"); + +- const TargetRegisterClass *NewRC = MRI->getRegClass(SrcRegs[0].Reg); ++ const TargetRegisterClass *NewRC = MRI.getRegClass(SrcRegs[0].Reg); + // NewRC is only correct if no subregisters are involved. findNextSource() + // should have rejected those cases already. + assert(SrcRegs[0].SubReg == 0 && "should not have subreg operand"); +- unsigned NewVR = MRI->createVirtualRegister(NewRC); +- MachineBasicBlock *MBB = OrigPHI->getParent(); +- MachineInstrBuilder MIB = BuildMI(*MBB, OrigPHI, OrigPHI->getDebugLoc(), +- TII->get(TargetOpcode::PHI), NewVR); ++ unsigned NewVR = MRI.createVirtualRegister(NewRC); ++ MachineBasicBlock *MBB = OrigPHI.getParent(); ++ MachineInstrBuilder MIB = BuildMI(*MBB, &OrigPHI, OrigPHI.getDebugLoc(), ++ TII.get(TargetOpcode::PHI), NewVR); + + unsigned MBBOpIdx = 2; +- for (auto RegPair : SrcRegs) { ++ for (const RegSubRegPair &RegPair : SrcRegs) { + MIB.addReg(RegPair.Reg, 0, RegPair.SubReg); +- MIB.addMBB(OrigPHI->getOperand(MBBOpIdx).getMBB()); ++ MIB.addMBB(OrigPHI.getOperand(MBBOpIdx).getMBB()); + // Since we're extended the lifetime of RegPair.Reg, clear the + // kill flags to account for that and make RegPair.Reg reaches + // the new PHI. +- MRI->clearKillFlags(RegPair.Reg); ++ MRI.clearKillFlags(RegPair.Reg); + MBBOpIdx += 2; + } + +- return MIB; ++ return *MIB; + } + + namespace { + +-/// \brief Helper class to rewrite the arguments of a copy-like instruction. +-class CopyRewriter { ++/// Interface to query instructions amenable to copy rewriting. ++class Rewriter { + protected: +- /// The copy-like instruction. + MachineInstr &CopyLike; +- +- /// The index of the source being rewritten. +- unsigned CurrentSrcIdx = 0; +- ++ unsigned CurrentSrcIdx = 0; ///< The index of the source being rewritten. + public: +- CopyRewriter(MachineInstr &MI) : CopyLike(MI) {} +- virtual ~CopyRewriter() = default; ++ Rewriter(MachineInstr &CopyLike) : CopyLike(CopyLike) {} ++ virtual ~Rewriter() {} + + /// \brief Get the next rewritable source (SrcReg, SrcSubReg) and +- /// the related value that it affects (TrackReg, TrackSubReg). ++ /// the related value that it affects (DstReg, DstSubReg). + /// A source is considered rewritable if its register class and the +- /// register class of the related TrackReg may not be register ++ /// register class of the related DstReg may not be register + /// coalescer friendly. In other words, given a copy-like instruction + /// not all the arguments may be returned at rewritable source, since + /// some arguments are none to be register coalescer friendly. +@@ -848,137 +809,72 @@ + /// the only source this instruction has: + /// (SrcReg, SrcSubReg) = (src, srcSubIdx). + /// This source defines the whole definition, i.e., +- /// (TrackReg, TrackSubReg) = (dst, dstSubIdx). ++ /// (DstReg, DstSubReg) = (dst, dstSubIdx). + /// + /// The second and subsequent calls will return false, as there is only one + /// rewritable source. + /// + /// \return True if a rewritable source has been found, false otherwise. + /// The output arguments are valid if and only if true is returned. +- virtual bool getNextRewritableSource(unsigned &SrcReg, unsigned &SrcSubReg, +- unsigned &TrackReg, +- unsigned &TrackSubReg) { +- // If CurrentSrcIdx == 1, this means this function has already been called +- // once. CopyLike has one definition and one argument, thus, there is +- // nothing else to rewrite. +- if (!CopyLike.isCopy() || CurrentSrcIdx == 1) ++ virtual bool getNextRewritableSource(RegSubRegPair &Src, ++ RegSubRegPair &Dst) = 0; ++ ++ /// Rewrite the current source with \p NewReg and \p NewSubReg if possible. ++ /// \return True if the rewriting was possible, false otherwise. ++ virtual bool RewriteCurrentSource(unsigned NewReg, unsigned NewSubReg) = 0; ++}; ++ ++/// Rewriter for COPY instructions. ++class CopyRewriter : public Rewriter { ++public: ++ CopyRewriter(MachineInstr &MI) : Rewriter(MI) { ++ assert(MI.isCopy() && "Expected copy instruction"); ++ } ++ virtual ~CopyRewriter() = default; ++ ++ bool getNextRewritableSource(RegSubRegPair &Src, ++ RegSubRegPair &Dst) override { ++ // CurrentSrcIdx > 0 means this function has already been called. ++ if (CurrentSrcIdx > 0) + return false; + // This is the first call to getNextRewritableSource. + // Move the CurrentSrcIdx to remember that we made that call. + CurrentSrcIdx = 1; + // The rewritable source is the argument. + const MachineOperand &MOSrc = CopyLike.getOperand(1); +- SrcReg = MOSrc.getReg(); +- SrcSubReg = MOSrc.getSubReg(); ++ Src = RegSubRegPair(MOSrc.getReg(), MOSrc.getSubReg()); + // What we track are the alternative sources of the definition. + const MachineOperand &MODef = CopyLike.getOperand(0); +- TrackReg = MODef.getReg(); +- TrackSubReg = MODef.getSubReg(); ++ Dst = RegSubRegPair(MODef.getReg(), MODef.getSubReg()); + return true; + } + +- /// \brief Rewrite the current source with \p NewReg and \p NewSubReg +- /// if possible. +- /// \return True if the rewriting was possible, false otherwise. +- virtual bool RewriteCurrentSource(unsigned NewReg, unsigned NewSubReg) { +- if (!CopyLike.isCopy() || CurrentSrcIdx != 1) ++ bool RewriteCurrentSource(unsigned NewReg, unsigned NewSubReg) override { ++ if (CurrentSrcIdx != 1) + return false; + MachineOperand &MOSrc = CopyLike.getOperand(CurrentSrcIdx); + MOSrc.setReg(NewReg); + MOSrc.setSubReg(NewSubReg); + return true; + } +- +- /// \brief Given a \p Def.Reg and Def.SubReg pair, use \p RewriteMap to find +- /// the new source to use for rewrite. If \p HandleMultipleSources is true and +- /// multiple sources for a given \p Def are found along the way, we found a +- /// PHI instructions that needs to be rewritten. +- /// TODO: HandleMultipleSources should be removed once we test PHI handling +- /// with coalescable copies. +- TargetInstrInfo::RegSubRegPair +- getNewSource(MachineRegisterInfo *MRI, const TargetInstrInfo *TII, +- TargetInstrInfo::RegSubRegPair Def, +- PeepholeOptimizer::RewriteMapTy &RewriteMap, +- bool HandleMultipleSources = true) { +- TargetInstrInfo::RegSubRegPair LookupSrc(Def.Reg, Def.SubReg); +- do { +- ValueTrackerResult Res = RewriteMap.lookup(LookupSrc); +- // If there are no entries on the map, LookupSrc is the new source. +- if (!Res.isValid()) +- return LookupSrc; +- +- // There's only one source for this definition, keep searching... +- unsigned NumSrcs = Res.getNumSources(); +- if (NumSrcs == 1) { +- LookupSrc.Reg = Res.getSrcReg(0); +- LookupSrc.SubReg = Res.getSrcSubReg(0); +- continue; +- } +- +- // TODO: Remove once multiple srcs w/ coalescable copies are supported. +- if (!HandleMultipleSources) +- break; +- +- // Multiple sources, recurse into each source to find a new source +- // for it. Then, rewrite the PHI accordingly to its new edges. +- SmallVector NewPHISrcs; +- for (unsigned i = 0; i < NumSrcs; ++i) { +- TargetInstrInfo::RegSubRegPair PHISrc(Res.getSrcReg(i), +- Res.getSrcSubReg(i)); +- NewPHISrcs.push_back( +- getNewSource(MRI, TII, PHISrc, RewriteMap, HandleMultipleSources)); +- } +- +- // Build the new PHI node and return its def register as the new source. +- MachineInstr *OrigPHI = const_cast(Res.getInst()); +- MachineInstr *NewPHI = insertPHI(MRI, TII, NewPHISrcs, OrigPHI); +- DEBUG(dbgs() << "-- getNewSource\n"); +- DEBUG(dbgs() << " Replacing: " << *OrigPHI); +- DEBUG(dbgs() << " With: " << *NewPHI); +- const MachineOperand &MODef = NewPHI->getOperand(0); +- return TargetInstrInfo::RegSubRegPair(MODef.getReg(), MODef.getSubReg()); +- +- } while (true); +- +- return TargetInstrInfo::RegSubRegPair(0, 0); +- } +- +- /// \brief Rewrite the source found through \p Def, by using the \p RewriteMap +- /// and create a new COPY instruction. More info about RewriteMap in +- /// PeepholeOptimizer::findNextSource. Right now this is only used to handle +- /// Uncoalescable copies, since they are copy like instructions that aren't +- /// recognized by the register allocator. +- virtual MachineInstr * +- RewriteSource(TargetInstrInfo::RegSubRegPair Def, +- PeepholeOptimizer::RewriteMapTy &RewriteMap) { +- return nullptr; +- } + }; + + /// \brief Helper class to rewrite uncoalescable copy like instructions + /// into new COPY (coalescable friendly) instructions. +-class UncoalescableRewriter : public CopyRewriter { +-protected: +- const TargetInstrInfo &TII; +- MachineRegisterInfo &MRI; +- +- /// The number of defs in the bitcast +- unsigned NumDefs; ++class UncoalescableRewriter : public Rewriter { ++ unsigned NumDefs; ///< Number of defs in the bitcast. + + public: +- UncoalescableRewriter(MachineInstr &MI, const TargetInstrInfo &TII, +- MachineRegisterInfo &MRI) +- : CopyRewriter(MI), TII(TII), MRI(MRI) { ++ UncoalescableRewriter(MachineInstr &MI) : Rewriter(MI) { + NumDefs = MI.getDesc().getNumDefs(); + } + +- /// \brief Get the next rewritable def source (TrackReg, TrackSubReg) ++ /// \see See Rewriter::getNextRewritableSource() + /// All such sources need to be considered rewritable in order to + /// rewrite a uncoalescable copy-like instruction. This method return + /// each definition that must be checked if rewritable. +- bool getNextRewritableSource(unsigned &SrcReg, unsigned &SrcSubReg, +- unsigned &TrackReg, +- unsigned &TrackSubReg) override { ++ bool getNextRewritableSource(RegSubRegPair &Src, ++ RegSubRegPair &Dst) override { + // Find the next non-dead definition and continue from there. + if (CurrentSrcIdx == NumDefs) + return false; +@@ -990,64 +886,27 @@ + } + + // What we track are the alternative sources of the definition. ++ Src = RegSubRegPair(0, 0); + const MachineOperand &MODef = CopyLike.getOperand(CurrentSrcIdx); +- TrackReg = MODef.getReg(); +- TrackSubReg = MODef.getSubReg(); ++ Dst = RegSubRegPair(MODef.getReg(), MODef.getSubReg()); + + CurrentSrcIdx++; + return true; + } + +- /// \brief Rewrite the source found through \p Def, by using the \p RewriteMap +- /// and create a new COPY instruction. More info about RewriteMap in +- /// PeepholeOptimizer::findNextSource. Right now this is only used to handle +- /// Uncoalescable copies, since they are copy like instructions that aren't +- /// recognized by the register allocator. +- MachineInstr * +- RewriteSource(TargetInstrInfo::RegSubRegPair Def, +- PeepholeOptimizer::RewriteMapTy &RewriteMap) override { +- assert(!TargetRegisterInfo::isPhysicalRegister(Def.Reg) && +- "We do not rewrite physical registers"); +- +- // Find the new source to use in the COPY rewrite. +- TargetInstrInfo::RegSubRegPair NewSrc = +- getNewSource(&MRI, &TII, Def, RewriteMap); +- +- // Insert the COPY. +- const TargetRegisterClass *DefRC = MRI.getRegClass(Def.Reg); +- unsigned NewVR = MRI.createVirtualRegister(DefRC); +- +- MachineInstr *NewCopy = +- BuildMI(*CopyLike.getParent(), &CopyLike, CopyLike.getDebugLoc(), +- TII.get(TargetOpcode::COPY), NewVR) +- .addReg(NewSrc.Reg, 0, NewSrc.SubReg); +- +- NewCopy->getOperand(0).setSubReg(Def.SubReg); +- if (Def.SubReg) +- NewCopy->getOperand(0).setIsUndef(); +- +- DEBUG(dbgs() << "-- RewriteSource\n"); +- DEBUG(dbgs() << " Replacing: " << CopyLike); +- DEBUG(dbgs() << " With: " << *NewCopy); +- MRI.replaceRegWith(Def.Reg, NewVR); +- MRI.clearKillFlags(NewVR); +- +- // We extended the lifetime of NewSrc.Reg, clear the kill flags to +- // account for that. +- MRI.clearKillFlags(NewSrc.Reg); +- +- return NewCopy; ++ bool RewriteCurrentSource(unsigned NewReg, unsigned NewSubReg) override { ++ return false; + } + }; + +-/// \brief Specialized rewriter for INSERT_SUBREG instruction. +-class InsertSubregRewriter : public CopyRewriter { ++/// Specialized rewriter for INSERT_SUBREG instruction. ++class InsertSubregRewriter : public Rewriter { + public: +- InsertSubregRewriter(MachineInstr &MI) : CopyRewriter(MI) { ++ InsertSubregRewriter(MachineInstr &MI) : Rewriter(MI) { + assert(MI.isInsertSubreg() && "Invalid instruction"); + } + +- /// \brief See CopyRewriter::getNextRewritableSource. ++ /// \see See Rewriter::getNextRewritableSource() + /// Here CopyLike has the following form: + /// dst = INSERT_SUBREG Src1, Src2.src2SubIdx, subIdx. + /// Src1 has the same register class has dst, hence, there is +@@ -1055,29 +914,27 @@ + /// Src2.src2SubIdx, may not be register coalescer friendly. + /// Therefore, the first call to this method returns: + /// (SrcReg, SrcSubReg) = (Src2, src2SubIdx). +- /// (TrackReg, TrackSubReg) = (dst, subIdx). ++ /// (DstReg, DstSubReg) = (dst, subIdx). + /// + /// Subsequence calls will return false. +- bool getNextRewritableSource(unsigned &SrcReg, unsigned &SrcSubReg, +- unsigned &TrackReg, +- unsigned &TrackSubReg) override { ++ bool getNextRewritableSource(RegSubRegPair &Src, ++ RegSubRegPair &Dst) override { + // If we already get the only source we can rewrite, return false. + if (CurrentSrcIdx == 2) + return false; + // We are looking at v2 = INSERT_SUBREG v0, v1, sub0. + CurrentSrcIdx = 2; + const MachineOperand &MOInsertedReg = CopyLike.getOperand(2); +- SrcReg = MOInsertedReg.getReg(); +- SrcSubReg = MOInsertedReg.getSubReg(); ++ Src = RegSubRegPair(MOInsertedReg.getReg(), MOInsertedReg.getSubReg()); + const MachineOperand &MODef = CopyLike.getOperand(0); + + // We want to track something that is compatible with the + // partial definition. +- TrackReg = MODef.getReg(); + if (MODef.getSubReg()) + // Bail if we have to compose sub-register indices. + return false; +- TrackSubReg = (unsigned)CopyLike.getOperand(3).getImm(); ++ Dst = RegSubRegPair(MODef.getReg(), ++ (unsigned)CopyLike.getOperand(3).getImm()); + return true; + } + +@@ -1092,41 +949,39 @@ + } + }; + +-/// \brief Specialized rewriter for EXTRACT_SUBREG instruction. +-class ExtractSubregRewriter : public CopyRewriter { ++/// Specialized rewriter for EXTRACT_SUBREG instruction. ++class ExtractSubregRewriter : public Rewriter { + const TargetInstrInfo &TII; + + public: + ExtractSubregRewriter(MachineInstr &MI, const TargetInstrInfo &TII) +- : CopyRewriter(MI), TII(TII) { ++ : Rewriter(MI), TII(TII) { + assert(MI.isExtractSubreg() && "Invalid instruction"); + } + +- /// \brief See CopyRewriter::getNextRewritableSource. ++ /// \see Rewriter::getNextRewritableSource() + /// Here CopyLike has the following form: + /// dst.dstSubIdx = EXTRACT_SUBREG Src, subIdx. + /// There is only one rewritable source: Src.subIdx, + /// which defines dst.dstSubIdx. +- bool getNextRewritableSource(unsigned &SrcReg, unsigned &SrcSubReg, +- unsigned &TrackReg, +- unsigned &TrackSubReg) override { ++ bool getNextRewritableSource(RegSubRegPair &Src, ++ RegSubRegPair &Dst) override { + // If we already get the only source we can rewrite, return false. + if (CurrentSrcIdx == 1) + return false; + // We are looking at v1 = EXTRACT_SUBREG v0, sub0. + CurrentSrcIdx = 1; + const MachineOperand &MOExtractedReg = CopyLike.getOperand(1); +- SrcReg = MOExtractedReg.getReg(); + // If we have to compose sub-register indices, bail out. + if (MOExtractedReg.getSubReg()) + return false; + +- SrcSubReg = CopyLike.getOperand(2).getImm(); ++ Src = RegSubRegPair(MOExtractedReg.getReg(), ++ CopyLike.getOperand(2).getImm()); + + // We want to track something that is compatible with the definition. + const MachineOperand &MODef = CopyLike.getOperand(0); +- TrackReg = MODef.getReg(); +- TrackSubReg = MODef.getSubReg(); ++ Dst = RegSubRegPair(MODef.getReg(), MODef.getSubReg()); + return true; + } + +@@ -1156,14 +1011,14 @@ + } + }; + +-/// \brief Specialized rewriter for REG_SEQUENCE instruction. +-class RegSequenceRewriter : public CopyRewriter { ++/// Specialized rewriter for REG_SEQUENCE instruction. ++class RegSequenceRewriter : public Rewriter { + public: +- RegSequenceRewriter(MachineInstr &MI) : CopyRewriter(MI) { ++ RegSequenceRewriter(MachineInstr &MI) : Rewriter(MI) { + assert(MI.isRegSequence() && "Invalid instruction"); + } + +- /// \brief See CopyRewriter::getNextRewritableSource. ++ /// \see Rewriter::getNextRewritableSource() + /// Here CopyLike has the following form: + /// dst = REG_SEQUENCE Src1.src1SubIdx, subIdx1, Src2.src2SubIdx, subIdx2. + /// Each call will return a different source, walking all the available +@@ -1171,17 +1026,16 @@ + /// + /// The first call returns: + /// (SrcReg, SrcSubReg) = (Src1, src1SubIdx). +- /// (TrackReg, TrackSubReg) = (dst, subIdx1). ++ /// (DstReg, DstSubReg) = (dst, subIdx1). + /// + /// The second call returns: + /// (SrcReg, SrcSubReg) = (Src2, src2SubIdx). +- /// (TrackReg, TrackSubReg) = (dst, subIdx2). ++ /// (DstReg, DstSubReg) = (dst, subIdx2). + /// + /// And so on, until all the sources have been traversed, then + /// it returns false. +- bool getNextRewritableSource(unsigned &SrcReg, unsigned &SrcSubReg, +- unsigned &TrackReg, +- unsigned &TrackSubReg) override { ++ bool getNextRewritableSource(RegSubRegPair &Src, ++ RegSubRegPair &Dst) override { + // We are looking at v0 = REG_SEQUENCE v1, sub1, v2, sub2, etc. + + // If this is the first call, move to the first argument. +@@ -1194,17 +1048,17 @@ + return false; + } + const MachineOperand &MOInsertedReg = CopyLike.getOperand(CurrentSrcIdx); +- SrcReg = MOInsertedReg.getReg(); ++ Src.Reg = MOInsertedReg.getReg(); + // If we have to compose sub-register indices, bail out. +- if ((SrcSubReg = MOInsertedReg.getSubReg())) ++ if ((Src.SubReg = MOInsertedReg.getSubReg())) + return false; + + // We want to track something that is compatible with the related + // partial definition. +- TrackSubReg = CopyLike.getOperand(CurrentSrcIdx + 1).getImm(); ++ Dst.SubReg = CopyLike.getOperand(CurrentSrcIdx + 1).getImm(); + + const MachineOperand &MODef = CopyLike.getOperand(0); +- TrackReg = MODef.getReg(); ++ Dst.Reg = MODef.getReg(); + // If we have to compose sub-registers, bail. + return MODef.getSubReg() == 0; + } +@@ -1224,16 +1078,14 @@ + + } // end anonymous namespace + +-/// \brief Get the appropriated CopyRewriter for \p MI. +-/// \return A pointer to a dynamically allocated CopyRewriter or nullptr +-/// if no rewriter works for \p MI. +-static CopyRewriter *getCopyRewriter(MachineInstr &MI, +- const TargetInstrInfo &TII, +- MachineRegisterInfo &MRI) { ++/// Get the appropriated Rewriter for \p MI. *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Tue May 15 17:50:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF41AEEBA56; Tue, 15 May 2018 17:50:38 +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 6B6F768327; Tue, 15 May 2018 17:50:38 +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 4C4B06B86; Tue, 15 May 2018 17:50:38 +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 w4FHocI8094678; Tue, 15 May 2018 17:50:38 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FHob2w094676; Tue, 15 May 2018 17:50:37 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201805151750.w4FHob2w094676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 15 May 2018 17:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470041 - head/x11/xfce4-terminal X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/x11/xfce4-terminal X-SVN-Commit-Revision: 470041 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 17:50:38 -0000 Author: madpilot Date: Tue May 15 17:50:37 2018 New Revision: 470041 URL: https://svnweb.freebsd.org/changeset/ports/470041 Log: Update xfce4-terminal to 0.8.7.4 Modified: head/x11/xfce4-terminal/Makefile head/x11/xfce4-terminal/distinfo head/x11/xfce4-terminal/pkg-plist Modified: head/x11/xfce4-terminal/Makefile ============================================================================== --- head/x11/xfce4-terminal/Makefile Tue May 15 17:50:19 2018 (r470040) +++ head/x11/xfce4-terminal/Makefile Tue May 15 17:50:37 2018 (r470041) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-terminal -PORTVERSION= 0.8.7.3 +PORTVERSION= 0.8.7.4 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R:R} DIST_SUBDIR= xfce4 Modified: head/x11/xfce4-terminal/distinfo ============================================================================== --- head/x11/xfce4-terminal/distinfo Tue May 15 17:50:19 2018 (r470040) +++ head/x11/xfce4-terminal/distinfo Tue May 15 17:50:37 2018 (r470041) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522277684 -SHA256 (xfce4/xfce4-terminal-0.8.7.3.tar.bz2) = dafa155177934fc7dce2d4efb33402f74b1a593a17ff17d2187a6429f599dfd6 -SIZE (xfce4/xfce4-terminal-0.8.7.3.tar.bz2) = 867967 +TIMESTAMP = 1526398448 +SHA256 (xfce4/xfce4-terminal-0.8.7.4.tar.bz2) = a88f98af4da72394f2cfbd7f14b0f053ec0a3b58a4f6a577836357c60a6c42ab +SIZE (xfce4/xfce4-terminal-0.8.7.4.tar.bz2) = 884272 Modified: head/x11/xfce4-terminal/pkg-plist ============================================================================== --- head/x11/xfce4-terminal/pkg-plist Tue May 15 17:50:19 2018 (r470040) +++ head/x11/xfce4-terminal/pkg-plist Tue May 15 17:50:37 2018 (r470041) @@ -1,5 +1,6 @@ bin/xfce4-terminal man/man1/xfce4-terminal.1.gz +share/applications/xfce4-terminal-settings.desktop share/applications/xfce4-terminal.desktop share/locale/ar/LC_MESSAGES/xfce4-terminal.mo share/locale/ast/LC_MESSAGES/xfce4-terminal.mo From owner-svn-ports-head@freebsd.org Tue May 15 18:20:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0AEBEEDA91; Tue, 15 May 2018 18:20:50 +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 101036F48C; Tue, 15 May 2018 18:20:50 +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 E548A709D; Tue, 15 May 2018 18:20:49 +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 w4FIKn6p009816; Tue, 15 May 2018 18:20:49 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FIKncq009815; Tue, 15 May 2018 18:20:49 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805151820.w4FIKncq009815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 15 May 2018 18:20:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470042 - in head/databases/pgmodeler: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/databases/pgmodeler: . files X-SVN-Commit-Revision: 470042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 18:20:51 -0000 Author: rakuco Date: Tue May 15 18:20:49 2018 New Revision: 470042 URL: https://svnweb.freebsd.org/changeset/ports/470042 Log: Add an upstream patch to fix the build with Qt 5.10. src/ui_sqlexecutionwidget.h:186:34: error: no viable conversion from 'QLatin1String' to 'const QKeySequence' snippets_tb->setShortcut(QLatin1String("Alt+X")); ^~~~~~~~~~~~~~~~~~~~~~ PR: 228213 Added: head/databases/pgmodeler/files/patch-git_309be58b (contents, props changed) Modified: head/databases/pgmodeler/Makefile Modified: head/databases/pgmodeler/Makefile ============================================================================== --- head/databases/pgmodeler/Makefile Tue May 15 17:50:37 2018 (r470041) +++ head/databases/pgmodeler/Makefile Tue May 15 18:20:49 2018 (r470042) @@ -3,7 +3,7 @@ PORTNAME= pgmodeler PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= databases Added: head/databases/pgmodeler/files/patch-git_309be58b ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgmodeler/files/patch-git_309be58b Tue May 15 18:20:49 2018 (r470042) @@ -0,0 +1,39 @@ +From 309be58bbb2b47ca530eecdaf38f2965e35da4f1 Mon Sep 17 00:00:00 2001 +From: "Raphael A. Silva" +Date: Mon, 26 Feb 2018 17:27:09 -0300 +Subject: [PATCH] Fixed a problem with sqlexecutionwidget.ui that is not + building properly in Qt 5.10 + +--- + libpgmodeler_ui/ui/sqlexecutionwidget.ui | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +--- libpgmodeler_ui/ui/sqlexecutionwidget.ui ++++ libpgmodeler_ui/ui/sqlexecutionwidget.ui +@@ -199,7 +199,7 @@ + + + +- Ctrl+S ++ + + + true +@@ -316,7 +316,7 @@ + + + +- Alt+X ++ Alt+T + + + false +@@ -360,7 +360,7 @@ + + + +- Alt+X ++ Alt+X + + + false From owner-svn-ports-head@freebsd.org Tue May 15 18:35:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C9F4EEEA8B; Tue, 15 May 2018 18:35:54 +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 C2BB473861; Tue, 15 May 2018 18:35:53 +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 A3C2A73DC; Tue, 15 May 2018 18:35:53 +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 w4FIZr1X019677; Tue, 15 May 2018 18:35:53 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FIZrsF019675; Tue, 15 May 2018 18:35:53 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805151835.w4FIZrsF019675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 15 May 2018 18:35:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470043 - head/textproc/p5-PPIx-Regexp X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/textproc/p5-PPIx-Regexp X-SVN-Commit-Revision: 470043 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 18:35:54 -0000 Author: joneum Date: Tue May 15 18:35:53 2018 New Revision: 470043 URL: https://svnweb.freebsd.org/changeset/ports/470043 Log: textproc/p5-PPIx-Regexp: update to 0.059 Changelog: http://cpansearch.perl.org/src/WYANT/PPIx-Regexp-0.059/Changes PR: 228244 Submitted by: maintainer Modified: head/textproc/p5-PPIx-Regexp/Makefile head/textproc/p5-PPIx-Regexp/distinfo Modified: head/textproc/p5-PPIx-Regexp/Makefile ============================================================================== --- head/textproc/p5-PPIx-Regexp/Makefile Tue May 15 18:20:49 2018 (r470042) +++ head/textproc/p5-PPIx-Regexp/Makefile Tue May 15 18:35:53 2018 (r470043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PPIx-Regexp -PORTVERSION= 0.058 +PORTVERSION= 0.059 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WYANT @@ -13,6 +13,8 @@ COMMENT= PPI regular expression parser LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSES/Artistic +LICENSE_FILE_GPLv1= ${WRKSRC}/LICENSES/Copying BUILD_DEPENDS= p5-PPI>=1.117:textproc/p5-PPI RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/textproc/p5-PPIx-Regexp/distinfo ============================================================================== --- head/textproc/p5-PPIx-Regexp/distinfo Tue May 15 18:20:49 2018 (r470042) +++ head/textproc/p5-PPIx-Regexp/distinfo Tue May 15 18:35:53 2018 (r470043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525026001 -SHA256 (PPIx-Regexp-0.058.tar.gz) = 99c429ff9d01f1d5d1a3162f7dbb48f1ef46035171e29ad546b92b74ef15efaf -SIZE (PPIx-Regexp-0.058.tar.gz) = 215728 +TIMESTAMP = 1526408938 +SHA256 (PPIx-Regexp-0.059.tar.gz) = f2464c449d9cb21866f8adc7b5299d1f611cef5322b9d885ec55790243458635 +SIZE (PPIx-Regexp-0.059.tar.gz) = 217836 From owner-svn-ports-head@freebsd.org Tue May 15 18:40:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 544AFEEEEBD; Tue, 15 May 2018 18:40:41 +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 01C5873A86; Tue, 15 May 2018 18:40:41 +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 D800A73E9; Tue, 15 May 2018 18:40:40 +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 w4FIeeR4019993; Tue, 15 May 2018 18:40:40 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FIeelt019992; Tue, 15 May 2018 18:40:40 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805151840.w4FIeelt019992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 15 May 2018 18:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470044 - head/x11-fonts/font-awesome X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/x11-fonts/font-awesome X-SVN-Commit-Revision: 470044 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 18:40:41 -0000 Author: joneum Date: Tue May 15 18:40:40 2018 New Revision: 470044 URL: https://svnweb.freebsd.org/changeset/ports/470044 Log: x11-fonts/font-awesome: Update to 5.0.13 Changelog: https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md PR: 228247 Submitted by: maintainer Modified: head/x11-fonts/font-awesome/Makefile head/x11-fonts/font-awesome/distinfo Modified: head/x11-fonts/font-awesome/Makefile ============================================================================== --- head/x11-fonts/font-awesome/Makefile Tue May 15 18:35:53 2018 (r470043) +++ head/x11-fonts/font-awesome/Makefile Tue May 15 18:40:40 2018 (r470044) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= font-awesome -DISTVERSION= 5.0.8 +DISTVERSION= 5.0.13 CATEGORIES= x11-fonts MASTER_SITES= https://use.fontawesome.com/releases/v${DISTVERSION}/ DISTNAME= fontawesome-free-${DISTVERSION} Modified: head/x11-fonts/font-awesome/distinfo ============================================================================== --- head/x11-fonts/font-awesome/distinfo Tue May 15 18:35:53 2018 (r470043) +++ head/x11-fonts/font-awesome/distinfo Tue May 15 18:40:40 2018 (r470044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521389185 -SHA256 (fontawesome-free-5.0.8.zip) = 5e0ae87af9341f46e7000b2667b75c28041b1bc0038dd358f84398c0a499fcf8 -SIZE (fontawesome-free-5.0.8.zip) = 15927525 +TIMESTAMP = 1526409575 +SHA256 (fontawesome-free-5.0.13.zip) = 4dae5a9af21780e0754cb80ace75be3c878c76b9f7cef2e6d4fdcd27762379bf +SIZE (fontawesome-free-5.0.13.zip) = 18733809 From owner-svn-ports-head@freebsd.org Tue May 15 18:51:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD4A6EEFACF; Tue, 15 May 2018 18:51:52 +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 6CB9C745FF; Tue, 15 May 2018 18:51:52 +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 4F12A75EE; Tue, 15 May 2018 18:51:52 +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 w4FIpqDn029134; Tue, 15 May 2018 18:51:52 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FIppwd029133; Tue, 15 May 2018 18:51:51 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805151851.w4FIppwd029133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 15 May 2018 18:51:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470045 - in head/biology/ugene: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/biology/ugene: . files X-SVN-Commit-Revision: 470045 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 18:51:53 -0000 Author: rakuco Date: Tue May 15 18:51:51 2018 New Revision: 470045 URL: https://svnweb.freebsd.org/changeset/ports/470045 Log: Add upstream patch to fix the build with Qt 5.10. _tmp/ui/ui_Bowtie2Settings.h:189:35: error: no viable conversion from 'QLatin1String' to 'const QKeySequence' gbarCheckBox->setShortcut(QLatin1String("")); ^~~~~~~~~~~~~~~~~ PR: 228213 Added: head/biology/ugene/files/patch-git_279756e4 (contents, props changed) Modified: head/biology/ugene/Makefile Modified: head/biology/ugene/Makefile ============================================================================== --- head/biology/ugene/Makefile Tue May 15 18:40:40 2018 (r470044) +++ head/biology/ugene/Makefile Tue May 15 18:51:51 2018 (r470045) @@ -3,7 +3,7 @@ PORTNAME= ugene DISTVERSION= 1.22.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology science MASTER_SITES= http://ugene.unipro.ru/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} QueryDesigner_UserManual.pdf \ Added: head/biology/ugene/files/patch-git_279756e4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/ugene/files/patch-git_279756e4 Tue May 15 18:51:51 2018 (r470045) @@ -0,0 +1,30 @@ +From 279756e448f53af5a495a2ce3a12abdf833fc703 Mon Sep 17 00:00:00 2001 +From: Kevin Kofler +Date: Tue, 2 Jan 2018 22:21:03 +0100 +Subject: [PATCH] Fix build against Qt 5.10 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +src/plugins/external_tool_support/src/bowtie2/Bowtie2Settings.ui: Remove +shortcut setting that breaks the build with Qt 5.10. + +UGENE can be built with Qt ≥ 5.6 and a separate QtWebKit. With Qt 5.10, +we were hitting a build error: uic was producing code that did not +compile. +--- + src/plugins/external_tool_support/src/bowtie2/Bowtie2Settings.ui | 3 --- + 1 file changed, 3 deletions(-) + +--- src/plugins/external_tool_support/src/ui/Bowtie2Settings.ui ++++ src/plugins/external_tool_support/src/ui/Bowtie2Settings.ui +@@ -254,9 +254,6 @@ + + Disallow gaps (--gbar) + +- +- +- + + + From owner-svn-ports-head@freebsd.org Tue May 15 19:19:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C150EEA812B; Tue, 15 May 2018 19:19:58 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 75F4D76EB5; Tue, 15 May 2018 19:19:58 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 570A67A70; Tue, 15 May 2018 19:19:58 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FJJws0040157; Tue, 15 May 2018 19:19:58 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FJJwOw040155; Tue, 15 May 2018 19:19:58 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201805151919.w4FJJwOw040155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Tue, 15 May 2018 19:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470046 - head/security/pcsc-tools X-SVN-Group: ports-head X-SVN-Commit-Author: arved X-SVN-Commit-Paths: head/security/pcsc-tools X-SVN-Commit-Revision: 470046 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 19:19:58 -0000 Author: arved Date: Tue May 15 19:19:57 2018 New Revision: 470046 URL: https://svnweb.freebsd.org/changeset/ports/470046 Log: Update to 1.5.3 Modified: head/security/pcsc-tools/Makefile head/security/pcsc-tools/distinfo Modified: head/security/pcsc-tools/Makefile ============================================================================== --- head/security/pcsc-tools/Makefile Tue May 15 18:51:51 2018 (r470045) +++ head/security/pcsc-tools/Makefile Tue May 15 19:19:57 2018 (r470046) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcsc-tools -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= security MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ Modified: head/security/pcsc-tools/distinfo ============================================================================== --- head/security/pcsc-tools/distinfo Tue May 15 18:51:51 2018 (r470045) +++ head/security/pcsc-tools/distinfo Tue May 15 19:19:57 2018 (r470046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518474831 -SHA256 (pcsc-tools-1.5.2.tar.bz2) = ff4e087c76700aa5a25dd7d0bc4f55bb4a5e71cd4f0d6b5301babe0b434f86fc -SIZE (pcsc-tools-1.5.2.tar.bz2) = 256456 +TIMESTAMP = 1526411751 +SHA256 (pcsc-tools-1.5.3.tar.bz2) = daaa011c28daa00653bd8e2a3d8b0b9f8abae00f7344f50b1a94fbd2b01f1d14 +SIZE (pcsc-tools-1.5.3.tar.bz2) = 267564 From owner-svn-ports-head@freebsd.org Tue May 15 19:47:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D613AEAA207; Tue, 15 May 2018 19:47:34 +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 85470797A9; Tue, 15 May 2018 19:47:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 67F127F4E; Tue, 15 May 2018 19:47:34 +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 w4FJlYZA055185; Tue, 15 May 2018 19:47:34 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FJlYqq055183; Tue, 15 May 2018 19:47:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805151947.w4FJlYqq055183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 15 May 2018 19:47:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470047 - head/net/p5-SOAP-Lite X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/net/p5-SOAP-Lite X-SVN-Commit-Revision: 470047 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 19:47:35 -0000 Author: pi Date: Tue May 15 19:47:33 2018 New Revision: 470047 URL: https://svnweb.freebsd.org/changeset/ports/470047 Log: net/p5-SOAP-Lite: update 1.26 -> 1.27 - fix problem with compression in server mode PR: 228274 Submitted by: Sergei Vyshenski (maintainer) Changes: http://cpansearch.perl.org/src/PHRED/SOAP-Lite-1.27/Changes Modified: head/net/p5-SOAP-Lite/Makefile head/net/p5-SOAP-Lite/distinfo Modified: head/net/p5-SOAP-Lite/Makefile ============================================================================== --- head/net/p5-SOAP-Lite/Makefile Tue May 15 19:19:57 2018 (r470046) +++ head/net/p5-SOAP-Lite/Makefile Tue May 15 19:47:33 2018 (r470047) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SOAP-Lite -PORTVERSION= 1.26 +PORTVERSION= 1.27 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,10 +22,11 @@ BUILD_DEPENDS= p5-Class-Inspector>=0:devel/p5-Class-In p5-Task-Weaken>=0:devel/p5-Task-Weaken \ p5-URI>=0:net/p5-URI \ p5-XML-Parser>=2.23:textproc/p5-XML-Parser \ - p5-XML-Parser-Lite>=0:textproc/p5-XML-Parser-Lite \ + p5-XML-Parser-Lite>=0.715:textproc/p5-XML-Parser-Lite \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn \ +TEST_DEPENDS= p5-Test-MockObject>=0:devel/p5-Test-MockObject \ + p5-Test-Warn>=0:devel/p5-Test-Warn \ p5-Test-XML>=0:devel/p5-Test-XML CONFLICTS_INSTALL= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]* Modified: head/net/p5-SOAP-Lite/distinfo ============================================================================== --- head/net/p5-SOAP-Lite/distinfo Tue May 15 19:19:57 2018 (r470046) +++ head/net/p5-SOAP-Lite/distinfo Tue May 15 19:47:33 2018 (r470047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517589820 -SHA256 (SOAP-Lite-1.26.tar.gz) = ecbcf8312cb0890b359aafcf1c7d2af8ff708af2ce3cc0ecd8947d5118f902ff -SIZE (SOAP-Lite-1.26.tar.gz) = 272187 +TIMESTAMP = 1526398424 +SHA256 (SOAP-Lite-1.27.tar.gz) = e359106bab1a45a16044a4c2f8049fad034e5ded1517990bc9b5f8d86dddd301 +SIZE (SOAP-Lite-1.27.tar.gz) = 271466 From owner-svn-ports-head@freebsd.org Tue May 15 20:07:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C097CEAB42A; Tue, 15 May 2018 20:07:44 +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 68B037AF83; Tue, 15 May 2018 20:07:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45F9B102A6; Tue, 15 May 2018 20:07:44 +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 w4FK7iF6065269; Tue, 15 May 2018 20:07:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FK7heP065264; Tue, 15 May 2018 20:07:43 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805152007.w4FK7heP065264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 15 May 2018 20:07:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470048 - in head/devel/grv: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/devel/grv: . files X-SVN-Commit-Revision: 470048 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:07:45 -0000 Author: pi Date: Tue May 15 20:07:43 2018 New Revision: 470048 URL: https://svnweb.freebsd.org/changeset/ports/470048 Log: devel/grv: Fix build with devel/libgit2 0.27 PR: 228273 Submitted by: Dmitri Goutnik (maintainer) Added: head/devel/grv/files/ head/devel/grv/files/patch-cmd_grv_repo__data__loader.go (contents, props changed) head/devel/grv/files/patch-src_gopkg.in_libgit2_git2go.v27_diff.go (contents, props changed) Modified: head/devel/grv/Makefile head/devel/grv/distinfo Modified: head/devel/grv/Makefile ============================================================================== --- head/devel/grv/Makefile Tue May 15 19:47:33 2018 (r470047) +++ head/devel/grv/Makefile Tue May 15 20:07:43 2018 (r470048) @@ -3,6 +3,7 @@ PORTNAME= grv DISTVERSIONPREFIX= v DISTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= dg@syrec.org @@ -32,7 +33,7 @@ GH_TUPLE= bradfitz:slice:d9036e2:slice/src/github.com/ stretchr:objx:8a3f715:objx/src/github.com/stretchr/objx \ stretchr:testify:a726187:testify/src/github.com/stretchr/testify \ tchap:go-patricia:5ad6cdb:patricia/src/github.com/tchap/go-patricia \ - libgit2:git2go:eb0bf21:git2go/src/gopkg.in/libgit2/git2go.v26 # Keep git2go branch in sync with devel/libgit2 version + libgit2:git2go:b479bd1:git2go/src/gopkg.in/libgit2/git2go.v27 # Keep git2go branch in sync with devel/libgit2 version PLIST_FILES= bin/grv Modified: head/devel/grv/distinfo ============================================================================== --- head/devel/grv/distinfo Tue May 15 19:47:33 2018 (r470047) +++ head/devel/grv/distinfo Tue May 15 20:07:43 2018 (r470048) @@ -1,10 +1,12 @@ -TIMESTAMP = 1520586235 +TIMESTAMP = 1526392501 SHA256 (rgburke-grv-v0.1.3_GH0.tar.gz) = c4684393c5f68be42e4c6c57e9209de8c79426b772cd313083dc34c5a5aac02d SIZE (rgburke-grv-v0.1.3_GH0.tar.gz) = 4229360 SHA256 (bradfitz-slice-d9036e2_GH0.tar.gz) = 30446ea3f3428f802a6238216cce2a9eeef42429b7be9523073c02d0b976c5ac SIZE (bradfitz-slice-d9036e2_GH0.tar.gz) = 2623 SHA256 (camlistore-go4-fba789b_GH0.tar.gz) = 14623c4196629db8fe82d66c62ce497e59cfc3fa8b948b767c55e986cd929721 SIZE (camlistore-go4-fba789b_GH0.tar.gz) = 78856 +SHA256 (davecgh-go-spew-87df7c6_GH0.tar.gz) = 27fc117797f5da86efefd7cbd44da0400e237423a5633086e682882c3838cb54 +SIZE (davecgh-go-spew-87df7c6_GH0.tar.gz) = 42156 SHA256 (gobwas-glob-51eb1ee_GH0.tar.gz) = 664219022e7081c313f6fccf2afb145f4a1d1142d0577f3cd8ab24131249e25b SIZE (gobwas-glob-51eb1ee_GH0.tar.gz) = 25009 SHA256 (golang-crypto-1875d0a_GH0.tar.gz) = 648f2ad0b7a255d9286af0202d6ebdfb5703eb3b9d82691c67b32f6092c1ef22 @@ -13,21 +15,19 @@ SHA256 (golang-sys-37707fd_GH0.tar.gz) = 9a86c90f56459 SIZE (golang-sys-37707fd_GH0.tar.gz) = 795284 SHA256 (mattn-go-runewidth-97311d9_GH0.tar.gz) = 8330497728f75464111ee7145fc97cfa588cb0d6561b3af5447aa05d489bca85 SIZE (mattn-go-runewidth-97311d9_GH0.tar.gz) = 22384 +SHA256 (pmezard-go-difflib-792786c_GH0.tar.gz) = 7c2a6d7ea0700411ba7d13865230c03bd6734d3ff6c213357bda121f5bb707fb +SIZE (pmezard-go-difflib-792786c_GH0.tar.gz) = 11401 SHA256 (rgburke-goncurses-74f667a_GH0.tar.gz) = af7aabf62aee38639417ac1eef9c3aaabea7e56e5f88c5702cab7a9652613e22 SIZE (rgburke-goncurses-74f667a_GH0.tar.gz) = 46774 SHA256 (rjeczalik-notify-c31e5f2_GH0.tar.gz) = 622ce128a6da4c01ea924f0409bd0b36ce52a56380effef9802eb8b558e20ac1 SIZE (rjeczalik-notify-c31e5f2_GH0.tar.gz) = 56294 SHA256 (Sirupsen-logrus-768a92a_GH0.tar.gz) = ce58ca8b5b3628757e89a526c5399b684914b1c9979ac5e6cbe30181bbabc55a SIZE (Sirupsen-logrus-768a92a_GH0.tar.gz) = 28603 -SHA256 (tchap-go-patricia-5ad6cdb_GH0.tar.gz) = ea8127ce3b9e7bedf4ffbe998179d94ebe1c59ad36ece22aa5682fb27d5bab4b -SIZE (tchap-go-patricia-5ad6cdb_GH0.tar.gz) = 11903 -SHA256 (davecgh-go-spew-87df7c6_GH0.tar.gz) = 27fc117797f5da86efefd7cbd44da0400e237423a5633086e682882c3838cb54 -SIZE (davecgh-go-spew-87df7c6_GH0.tar.gz) = 42156 -SHA256 (pmezard-go-difflib-792786c_GH0.tar.gz) = 7c2a6d7ea0700411ba7d13865230c03bd6734d3ff6c213357bda121f5bb707fb -SIZE (pmezard-go-difflib-792786c_GH0.tar.gz) = 11401 SHA256 (stretchr-objx-8a3f715_GH0.tar.gz) = 2602184e83baec18f98b2a7ba5d874b423c374ffb84d28a474e69b931412f8a9 SIZE (stretchr-objx-8a3f715_GH0.tar.gz) = 75047 SHA256 (stretchr-testify-a726187_GH0.tar.gz) = 799b0b2de51ec7ec5aad54b3ccf7cbca95715f9167310f99487b21e87fcfec51 SIZE (stretchr-testify-a726187_GH0.tar.gz) = 96955 -SHA256 (libgit2-git2go-eb0bf21_GH0.tar.gz) = ee90d7f69aa37e6729f9c367aeb259fe0b3c370fd7f161564065ef0a0302b2c0 -SIZE (libgit2-git2go-eb0bf21_GH0.tar.gz) = 72363 +SHA256 (tchap-go-patricia-5ad6cdb_GH0.tar.gz) = ea8127ce3b9e7bedf4ffbe998179d94ebe1c59ad36ece22aa5682fb27d5bab4b +SIZE (tchap-go-patricia-5ad6cdb_GH0.tar.gz) = 11903 +SHA256 (libgit2-git2go-b479bd1_GH0.tar.gz) = 6ac991fc5af8b9ede6fc60c1ecc900c3eb8c84513d8d36c0d03f37e3004324c8 +SIZE (libgit2-git2go-b479bd1_GH0.tar.gz) = 72737 Added: head/devel/grv/files/patch-cmd_grv_repo__data__loader.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/grv/files/patch-cmd_grv_repo__data__loader.go Tue May 15 20:07:43 2018 (r470048) @@ -0,0 +1,11 @@ +--- cmd/grv/repo_data_loader.go.orig 2018-05-15 13:55:57 UTC ++++ cmd/grv/repo_data_loader.go +@@ -9,7 +9,7 @@ import ( + + log "github.com/Sirupsen/logrus" + slice "github.com/bradfitz/slice" +- git "gopkg.in/libgit2/git2go.v26" ++ git "gopkg.in/libgit2/git2go.v27" + ) + + const ( Added: head/devel/grv/files/patch-src_gopkg.in_libgit2_git2go.v27_diff.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/grv/files/patch-src_gopkg.in_libgit2_git2go.v27_diff.go Tue May 15 20:07:43 2018 (r470048) @@ -0,0 +1,20 @@ +--- src/gopkg.in/libgit2/git2go.v27/diff.go.orig 2018-05-15 14:06:24 UTC ++++ src/gopkg.in/libgit2/git2go.v27/diff.go +@@ -14,7 +14,7 @@ import ( + "unsafe" + ) + +-type DiffFlag int ++type DiffFlag int64 + + const ( + DiffFlagBinary DiffFlag = C.GIT_DIFF_FLAG_BINARY +@@ -405,7 +405,7 @@ func (diff *Diff) Patch(deltaIndex int) + return newPatchFromC(patchPtr), nil + } + +-type DiffOptionsFlag int ++type DiffOptionsFlag int64 + + const ( + DiffNormal DiffOptionsFlag = C.GIT_DIFF_NORMAL From owner-svn-ports-head@freebsd.org Tue May 15 20:19:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C101EAC02D; Tue, 15 May 2018 20:19:55 +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 E5C3B7C31A; Tue, 15 May 2018 20:19:54 +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 C7E4C10446; Tue, 15 May 2018 20:19:54 +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 w4FKJsIM070324; Tue, 15 May 2018 20:19:54 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FKJs6V070322; Tue, 15 May 2018 20:19:54 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805152019.w4FKJs6V070322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Tue, 15 May 2018 20:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470049 - head/dns/nsd X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/dns/nsd X-SVN-Commit-Revision: 470049 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:19:55 -0000 Author: krion Date: Tue May 15 20:19:54 2018 New Revision: 470049 URL: https://svnweb.freebsd.org/changeset/ports/470049 Log: Update to 4.1.21 PR: 228272 Submitted by: maintainer Modified: head/dns/nsd/Makefile head/dns/nsd/distinfo Modified: head/dns/nsd/Makefile ============================================================================== --- head/dns/nsd/Makefile Tue May 15 20:07:43 2018 (r470048) +++ head/dns/nsd/Makefile Tue May 15 20:19:54 2018 (r470049) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -DISTVERSION= 4.1.20 +PORTVERSION= 4.1.21 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -51,7 +51,7 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-D OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \ MINRESPSIZE NSEC3 MMAP DOCS RRL ZONE_STATS MUNIN_PLUGIN \ RADIXTREE PACKED -OPTIONS_DEFAULT= LARGEFILE NSEC3 MINRESPSIZE RRL RADIXTREE +OPTIONS_DEFAULT= LARGEFILE NSEC3 MINRESPSIZE RRL RADIXTREE BIND8_STATS ZONE_STATS OPTIONS_SUB= yes MUNIN_PLUGIN_IMPLIES= BIND8_STATS Modified: head/dns/nsd/distinfo ============================================================================== --- head/dns/nsd/distinfo Tue May 15 20:07:43 2018 (r470048) +++ head/dns/nsd/distinfo Tue May 15 20:19:54 2018 (r470049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519155287 -SHA256 (nsd-4.1.20.tar.gz) = 8a97f61d7bbb98a2ce04dc4425596f9023677a5f1c5ea743ff408d487f82f713 -SIZE (nsd-4.1.20.tar.gz) = 1096797 +TIMESTAMP = 1526378215 +SHA256 (nsd-4.1.21.tar.gz) = 7858b934a07e1582079d7e724b05855380416b7fd68cdaeeca16305bd66bd2bd +SIZE (nsd-4.1.21.tar.gz) = 1099021 From owner-svn-ports-head@freebsd.org Tue May 15 20:24:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3DC8EAC5AD; Tue, 15 May 2018 20:24:41 +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 5C0717CD61; Tue, 15 May 2018 20:24:41 +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 36251105DA; Tue, 15 May 2018 20:24:41 +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 w4FKOfTt075356; Tue, 15 May 2018 20:24:41 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FKOeQt075354; Tue, 15 May 2018 20:24:40 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805152024.w4FKOeQt075354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Tue, 15 May 2018 20:24:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470050 - head/net/vether-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/net/vether-kmod X-SVN-Commit-Revision: 470050 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:24:41 -0000 Author: krion Date: Tue May 15 20:24:40 2018 New Revision: 470050 URL: https://svnweb.freebsd.org/changeset/ports/470050 Log: Update to g20180515 version. PR: 228267 Submitted by: maintainer Modified: head/net/vether-kmod/Makefile head/net/vether-kmod/distinfo Modified: head/net/vether-kmod/Makefile ============================================================================== --- head/net/vether-kmod/Makefile Tue May 15 20:19:54 2018 (r470049) +++ head/net/vether-kmod/Makefile Tue May 15 20:24:40 2018 (r470050) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vether-kmod -DISTVERSION= g20180328 +DISTVERSION= g20180515 CATEGORIES= net MAINTAINER= henning.matyschok@outlook.com @@ -15,7 +15,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= hmatyschok GH_PROJECT= if_vether -GH_TAGNAME= f7bca5c5bb0274c12527e80fa42d419c06b314bb +GH_TAGNAME= 8c4a0c9c7c2793817e2ba42b0eafc3070b0c50c6 PLIST_FILES= ${KMODDIR}/if_vether.ko \ man/man4/if_vether.4.gz \ Modified: head/net/vether-kmod/distinfo ============================================================================== --- head/net/vether-kmod/distinfo Tue May 15 20:19:54 2018 (r470049) +++ head/net/vether-kmod/distinfo Tue May 15 20:24:40 2018 (r470050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522250294 -SHA256 (hmatyschok-if_vether-g20180328-f7bca5c5bb0274c12527e80fa42d419c06b314bb_GH0.tar.gz) = 76ff6496d021333560da99df74898cdbaae28a9ced4f856244c87839f5258bc8 -SIZE (hmatyschok-if_vether-g20180328-f7bca5c5bb0274c12527e80fa42d419c06b314bb_GH0.tar.gz) = 7566 +TIMESTAMP = 1526415770 +SHA256 (hmatyschok-if_vether-g20180515-8c4a0c9c7c2793817e2ba42b0eafc3070b0c50c6_GH0.tar.gz) = 8e5c888d75d27f7b49e825c1f22947355485d25619576ca2084597d2b18d2177 +SIZE (hmatyschok-if_vether-g20180515-8c4a0c9c7c2793817e2ba42b0eafc3070b0c50c6_GH0.tar.gz) = 7512 From owner-svn-ports-head@freebsd.org Tue May 15 20:32:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5CBAEAD183 for ; Tue, 15 May 2018 20:32:26 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DF1C7D5DE for ; Tue, 15 May 2018 20:32:26 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-it0-x232.google.com with SMTP id q4-v6so5209425ite.3 for ; Tue, 15 May 2018 13:32:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=N8AZ6md3LlvGT1vnuFVlH4VnrJtsrKWi3tJ3kPGaRl4=; b=gSPpfLeSTxTDDeJB+o0+HGpbTn7Zd1+c0VKe1MU2t1rYewNcOTNE11Q1Yl9+IB9L20 JWrh9RtMMFcramP3g48FJX1Sd6D5lI92T91cdrUzbf8PMaOJ5hjJMalcDtP31PU+n4YS 6kHGy0n2aRJEnuMyslOWY8lHTZFXrKty8lTw+rnRsQCxwJVmJZKxzWolvWhYyvVbuFHc ILXQIx8mq9l4I1zRfWflrgzHJsUTzdEb6ReMU+L+zAHzUWd6Cq/PB19wYkoL2t1fFCVI Fewu2vSOVRZNwEt0DivFXqxrksGOLR/dlbJig/Eh3NNVKPQCzirBhZoBlzN9dhDfH7eK SxmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=N8AZ6md3LlvGT1vnuFVlH4VnrJtsrKWi3tJ3kPGaRl4=; b=gPf6H6gs3wMhs4nVjbB/oVZJvJI5nTS/7f6/cOXLrMB5+wYByjmfQkw4eioUUIwIHx nW29BEqQvC98aqoEgB1LtmFrKJz+Kkdds3gjMLm7rJScvpobLRqVr5W2wrwCk/EI5+Ka YjGh5rJyP1WGJCjJCSvSg4mJbdSfYJhQOiMRxMzXmzGYp5CYkpE+dzPzGQpnIC5PmeOb HUgzqMAThotlijz3tJSUoF4dIWqBDLlPr2RNxmSv39/yzqcg8eaWcSNlry7q3unr3Wfg dPGzjg0eWzRbUqjqvFLRwBtS22gkyY53MAN5os/aZiDBu4ejiJzVkAmiadFlYl6YwO5V tpZA== X-Gm-Message-State: ALKqPwebuA9dNIGgPkcmOcfVHBqRR9KGgskDOpPQ7BNqxZwGhdOyyPxE LZ5xstIfyOqilEO6/68ms4jjELrrCqn6qVa0XyE4yg== X-Google-Smtp-Source: AB8JxZp0TQX3jMG4eu3ce9zq9FBIJ+glQfZcYnPsC9H/4QzfHQuBTKHJbEXHNNajSPdIfbHvRsonNZHIteC1dLIArEE= X-Received: by 2002:a24:ca87:: with SMTP id k129-v6mr16171520itg.140.1526416345259; Tue, 15 May 2018 13:32:25 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 2002:a02:9046:0:0:0:0:0 with HTTP; Tue, 15 May 2018 13:31:44 -0700 (PDT) In-Reply-To: <4bb71ffe-5650-991d-4205-1f0e1034e9b1@fechner.net> References: <201805061250.w46CoVt5048398@repo.freebsd.org> <4bb71ffe-5650-991d-4205-1f0e1034e9b1@fechner.net> From: Sunpoet Po-Chuan Hsieh Date: Wed, 16 May 2018 04:31:44 +0800 X-Google-Sender-Auth: FLV5zuKD4kF82pwlUECpoWWgCio Message-ID: Subject: Re: svn commit: r469212 - head/textproc/rubygem-html-pipeline To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:32:27 -0000 On Wed, May 16, 2018 at 1:27 AM, Matthias Fechner wrote: > Dear all, > > Am 15.05.2018 um 18:37 schrieb Matthias Fechner: > > this update has broken gitlab. > > I will try to provide a patch shortly. > > fix for this can be found here: > > https://reviews.freebsd.org/D15444 > https://reviews.freebsd.org/D15445 > > the testbuild including reinstall the vagrant test machine took some > time to confirm these two patch fixing it. > I will commit it if my mentors approve it. > I've prepared the same patch. Do you want me to commit now or do it by yourself after mentors' approval? > > Gru=C3=9F > Matthias > > -- > > "Programming today is a race between software engineers striving to > build bigger and better idiot-proof programs, and the universe trying to > produce bigger and better idiots. So far, the universe is winning." -- > Rich Cook > > From owner-svn-ports-head@freebsd.org Tue May 15 20:37:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32C46EAD70A; Tue, 15 May 2018 20:37:48 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D8217D847; Tue, 15 May 2018 20:37:47 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2a01:5c0:e098:8e81:21b:21ff:fe7b:3468]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 433F711F5C67; Tue, 15 May 2018 22:37:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1526416665; bh=GX1DYcp5csrURzCMIzCcIuCcgeCiGppo/I9bhe/gUEg=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=ZlyU6aSdFiCagojdftYLVwIjhmGt84b03PgJhhcBmvwT00OzQwTYS5VJ2S73nTE/Y KVElLdQJaIST7ng5PL/FRF/FT5btYJ02G/PrDKMwhYksBQ/4t2CVwTXrLhY+mXHy3w NLNQSzf6TdLow24jRJ6fYydG4ddOLXiXbGpeTknc= Received: from [192.168.0.151] (001-142-067-156.ip-addr.inexio.net [156.67.142.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 248C51547A67; Tue, 15 May 2018 22:37:42 +0200 (CEST) Subject: Re: svn commit: r469212 - head/textproc/rubygem-html-pipeline To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805061250.w46CoVt5048398@repo.freebsd.org> <4bb71ffe-5650-991d-4205-1f0e1034e9b1@fechner.net> From: Matthias Fechner Openpgp: preference=signencrypt Autocrypt: addr=idefix@fechner.net; prefer-encrypt=mutual; keydata= xsFNBFqca1YBEADM9mF2+ifk8HILTlf5wtAzV6SYVR4RvNOo/8Kucw4sCZT76zS1fjZe4Zy1 3C0IZ07Wi+3PnoGIgOCsXp3PrTc2nuHQWkwVBYXy8UaR9DHBWA/mIvRGG1ZscKQYA6oUdCvd K8Mu26zO60yTt+ONzFtK6G1myH4EHXZ8dpmdCFf+W3rzTU+aCQ5S3OfwCLGgYgOaVREGkdOc 5SVCpFb4n+2B8+CqeWsRHhnT+4h7/YhgDMGp4GiI3yrB2nBVSUUvcosD2nRtJQgGQHcAFtMq 3hJaKPOR/mHc6KVrp0xmGNmdtazvXloHmGIl9O1UpmMmrYu9Kugl0JkGi2fAcno02XgVlkyX 7xDLTteP5cNqRxor4yVDaRWUQnOfK9XgcrKGrAzb65BkCSkjT+Aw3S/A8Qd6NvjL9qy1d+Ct dzatOVF/Y7jaW28CMr3jvwPS13OxV7PnJzIZzdik20eVxfOXuYfxZD+PwBaGgFF0qj6zKACC aKLalE0ZpY0zNn/iPyQX/Cf9KoDyFpOHSsEswiJ5rCWwppVcsFyogHOemVmeaXlvyDPEipnV ZUkpGP/CCqPu3eD0uDzP7UJ0pt/l/JfW0Xw/4p9mjB024xiRlxLa6vSRfGl//EdtAIbKKa8x 5wsKTQEbYJDmXE3tH/A54DCqRXhcopTlu2iJlTdnIMltn9afVwARAQABzSVNYXR0aGlhcyBG ZWNobmVyIDxpZGVmaXhAZmVjaG5lci5uZXQ+wsGXBBMBCgBBAhsDBQkJZgGABQsJCAcDBRUK CQgLBRYDAgEAAh4BAheAFiEEaWB64mCp804YOtqutot13J/XR+EFAlqcc9gCGQEACgkQtot1 3J/XR+GQyhAAwDxUSg7X2aS1d6rrYUZdDk8rT5TCjayDAyOATdAUhJRZk8qXRNF27Mu6xiOT mIvEMKLagNsitffZs1g/mulRQiDVLloGav7xozSfYlaOYWpPb55wpsugQPLZz0OkU9tzw7j7 7sPPvnAxeqSofUJzQdZzp43aVwXVqsJ3rY0jGzYA5RLS6CBI1RRR8/hHLMxspDPl79IW3GhI HAXaVX1HVJA2oJEo9Y95DnJwX8NV+hvLlUVA2KDdNKFiVJKeV3ccqw+/5zW3Y8J6Rd8blW9n p68Z7lyxt6mvsDEdSxOyGSkPagzIDfHqmDfkaeum7gHMwweH2e2pZuhzMZkrKNoSkKiJ5uim 638ZhnzzmEWh2qtYPgHlZG1jO6n2DSzCqJkQYjYUtLj7ylIgZakG8M3idQRugHImMBq+HSMu WR8FI52gh1+4LbIArHB4YWTTr933ElwhS1jtomK9SeWezPfjunpxqXQl4QR0qXAuglsOMJ6y Togb6lc0qyEdOa5VCXQTLSD9yZpolSQOjOe1XEyM4g5v7FrPBGVni9AxlARvUDVbYQDv1+4A gchtgpLmAF8mDPq/tGeXuAO3m+ExQDXpJ4CneI9YHc+joU2cXQi5MP1NzgMOV43XEZCiTW0O BWM1+857gmDqGbybE7F3UFpvBs9/NRWnuxoKaYxYbqCOc3nOwU0EWpxrVgEQAN3uCLHZF+1V gcrzYjwL1wAJwjYb7UnHKvNYdaBKgW0n0NTfaTCLHxHYPO8NlV1+lNctSeXLeiWpmE1lCDHq /++53EJ34OsRd/n246PdtfIfltML73tsmq6S9zTye2zv7LsmE7jgUBaasbv0qSLSybOUvkRx j3xBuK9Ymg/ZXaENOhxwIQ6oQoNLg3ers9t5Xl4NVK6gzzZ2OdTGnuUVhQmi4rbP04R0GJFh AtGLAYUCxlXVZhdPAs4qZaoAEP5nW/u2MyzSaIouwcEIdttAiPZdrJr+a4OGKz88Sn6zqKSa uyUADgX+G8tKUONgZbfz4SSRvlinOgyU2RyyfNS977r/YfaHH+oAxg31yUWPtD/ryfVw69bG vK8RQrZ9+c1vyWBABoQOh5+JHW/AE9Xj5dQatEfWmGO3+/FRo2TIhqZQXXl8PW+jtEjkhgOH OUX5ERzSm6nCcPIw+LUkEINcLc9bw4fv1eOWIdBuCckGM4rWXkLYbqhdSzdWeCsC0tiQk8x7 O1zXRJOKF4rITJd/qX322EH29BR+T9V1Hw7LDSRe+3YxtoXhROZRXjF8QniEHeKVNRUComr6 rWGmuHjsNTQ7twtwnG8xSOfCkYAp9GrbzBkIYX+VFvFQLqVM+It3RAlge/bwpZPvkr3bFsJk 4JS+EAugBIrP0xd9BMOh6Ej5ABEBAAHCwXwEGAEKACYWIQRpYHriYKnzThg62q62i3Xcn9dH 4QUCWpxrVgIbDAUJCWYBgAAKCRC2i3Xcn9dH4ZZsEACoQI109htphVe2AQhJ7wuPo8pIrSFA 0Mb0pfibX/sYw8ZZz/x3ctTI3Ajq2baSaoebIuUyd6oPI7cAzgL4s2zHiZ3ChH2dDxJlOPfk OaiK124DJMPqWiWuxe39tgq23tsPhwcvF+DC+SkJoLWKCYNC06fS3bLktZ0s4lVE5tqfL5ww MvxgxB+6+sWHwZWSv1IwB/geov6zkEhVdkXqrGPE52LyLfU0ACMmihcl0/npsCMZSls0urge CsPMuHPQnmcM2ERbere8i9OdKQDzGBrTbWl9DxNRf4o+cAYirEJM3Kc+ZD2SE34bTSvg3kdQ QZQbj+o+BRcsR0LaGbORkNaMZlp5OuXteL6nG7sbAPn0bjUUlup8CJEXDXENG6LJG1/oVWFq m3OtPyr5UoMQAuhuGx0/Om6AXKr/mk+veuoKWMXkqll045/bYE7bX2A0gkyGE5DdjaiHPmS9 NsWuKDeExLlXZOL1GX+PKjWLADwlv07XHB8Hf6U0/lpf3/mggRtqHyKbHt0iRqYaMC95gVdM rbugxh61U/zxIaweU7VolD5cRrltxqPp5szOwDzw42JYwbpYsXFJXNkuCGCmK1LHcShfEggt fV3g/JKzvNRQn6p1f0frppl/eZ5UvWVKrNERJzcZgkOecxwiK/L/JoGpGfWOqWGsTxe/AnQc Xxj8Dw== Message-ID: Date: Tue, 15 May 2018 22:37:37 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: de-DE X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:37:48 -0000 Am 15.05.2018 um 22:31 schrieb Sunpoet Po-Chuan Hsieh: > I've prepared the same patch. > Do you want me to commit now or do it by yourself after mentors' approval? please let do the commit to me. I found also another problem while testing this fix, then I can commit all together. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-head@freebsd.org Tue May 15 20:41:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FB8EEADC96; Tue, 15 May 2018 20:41:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D318A7DB39; Tue, 15 May 2018 20:41: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 B5379107F5; Tue, 15 May 2018 20:41: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 w4FKfqtl085323; Tue, 15 May 2018 20:41:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FKfqve085322; Tue, 15 May 2018 20:41:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805152041.w4FKfqve085322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 15 May 2018 20:41:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470051 - head/math/ceres-solver X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/ceres-solver X-SVN-Commit-Revision: 470051 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:41:53 -0000 Author: jbeich Date: Tue May 15 20:41:52 2018 New Revision: 470051 URL: https://svnweb.freebsd.org/changeset/ports/470051 Log: math/ceres-solver: unbreak NETLIB=on by backing out r465552 -- Found BLAS: /usr/local/lib/libopenblas.so -- Found LAPACK library: /usr/local/lib/libopenblas.so;/usr/local/lib/libopenblas.so Pointy hat to: jbeich Modified: head/math/ceres-solver/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Tue May 15 20:24:40 2018 (r470050) +++ head/math/ceres-solver/Makefile Tue May 15 20:41:52 2018 (r470051) @@ -2,7 +2,7 @@ PORTNAME= ceres-solver DISTVERSION= 1.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org @@ -71,18 +71,18 @@ LAPACK_DESC= Linear Algebra PACKage LAPACK_USES= fortran # LDFLAGS LAPACK_CMAKE_BOOL= LAPACK ATLAS_USES= blaslapack:atlas -ATLAS_MAKE_ENV= BLA_VENDOR=ATLAS -ATLAS_CMAKE_ON= -DLAPACK_LIBRARIES:STRING=alapack +ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" \ + -DLAPACK_LIBRARIES:STRING=alapack ATLAS_IMPLIES= LAPACK GOTOBLAS_DESC= Goto blas implementation GOTOBLAS_USES= blaslapack:gotoblas -GOTOBLAS_MAKE_ENV= BLA_VENDOR=Goto +GOTOBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="Goto" GOTOBLAS_IMPLIES= LAPACK NETLIB_USES= blaslapack:netlib -NETLIB_MAKE_ENV= BLA_VENDOR=Generic +NETLIB_CMAKE_ON= -DBLA_VENDOR:STRING="Generic" NETLIB_IMPLIES= LAPACK OPENBLAS_USES= blaslapack:openblas -OPENBLAS_MAKE_ENV= BLA_VENDOR=OpenBLAS +OPENBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="OpenBLAS" OPENBLAS_IMPLIES= LAPACK SPARSE_DESC= Sparse linear algebra library From owner-svn-ports-head@freebsd.org Tue May 15 20:42:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A38F8EADCEE; Tue, 15 May 2018 20:42: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 599AF7DD52; Tue, 15 May 2018 20:42: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 3C1A71080D; Tue, 15 May 2018 20:42: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 w4FKgClK085454; Tue, 15 May 2018 20:42:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FKgCKO085453; Tue, 15 May 2018 20:42:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805152042.w4FKgCKO085453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 15 May 2018 20:42:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470052 - head/math/ceres-solver/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/ceres-solver/files X-SVN-Commit-Revision: 470052 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:42:12 -0000 Author: jbeich Date: Tue May 15 20:42:11 2018 New Revision: 470052 URL: https://svnweb.freebsd.org/changeset/ports/470052 Log: math/ceres-solver: unbreak TBB=on Determining if the include file pthread.h exists failed with the following output: Change Dir: /wrkdirs/usr/ports/math/ceres-solver/work/.build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_b9506/fast" /usr/bin/make -f CMakeFiles/cmTC_b9506.dir/build.make CMakeFiles/cmTC_b9506.dir/build Building C object CMakeFiles/cmTC_b9506.dir/CheckIncludeFile.c.o /usr/bin/cc -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -o CMakeFiles/cmTC_b9506.dir/CheckIncludeFile.c.o -c /wrkdirs/usr/ports/math/ceres-solver/work/.build/CMakeFiles/CMakeTmp/CheckIncludeFile.c error: invalid argument '-std=c++11' not allowed with 'C/ObjC' *** Error code 1 Added: head/math/ceres-solver/files/ head/math/ceres-solver/files/patch-CMakeLists.txt (contents, props changed) Added: head/math/ceres-solver/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ceres-solver/files/patch-CMakeLists.txt Tue May 15 20:42:11 2018 (r470052) @@ -0,0 +1,13 @@ +https://github.com/ceres-solver/ceres-solver/issues/355 + +--- CMakeLists.txt.orig 2018-03-22 04:00:14 UTC ++++ CMakeLists.txt +@@ -435,7 +435,7 @@ if (CXX11 AND COMPILER_HAS_CXX11_FLAG) + # Update CMAKE_REQUIRED_FLAGS used by CheckCXXSourceCompiles to include + # -std=c++11 s/t we will detect the C++11 versions of unordered_map & + # shared_ptr if they exist. +- set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -std=c++11") ++ set(CMAKE_CXX_STANDARD 11) + endif (CXX11 AND COMPILER_HAS_CXX11_FLAG) + + # Set the Ceres compile definitions for the unordered_map configuration. From owner-svn-ports-head@freebsd.org Tue May 15 20:42:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD80AEADD69; Tue, 15 May 2018 20:42:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BAC87DE88; Tue, 15 May 2018 20:42:32 +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 6E50B1091E; Tue, 15 May 2018 20:42:32 +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 w4FKgW7M085573; Tue, 15 May 2018 20:42:32 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FKgW7L085572; Tue, 15 May 2018 20:42:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805152042.w4FKgW7L085572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 15 May 2018 20:42:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470053 - head/math/ceres-solver X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/ceres-solver X-SVN-Commit-Revision: 470053 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:42:33 -0000 Author: jbeich Date: Tue May 15 20:42:31 2018 New Revision: 470053 URL: https://svnweb.freebsd.org/changeset/ports/470053 Log: math/ceres-solver: unbreak OPENBLAS=on after r465553 -- Found BLAS: /usr/local/lib/libopenblas.so -- Did not find LAPACK library, disabling LAPACK support. Pointy hat to: jbeich Modified: head/math/ceres-solver/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Tue May 15 20:42:11 2018 (r470052) +++ head/math/ceres-solver/Makefile Tue May 15 20:42:31 2018 (r470053) @@ -2,7 +2,7 @@ PORTNAME= ceres-solver DISTVERSION= 1.14.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org @@ -70,6 +70,7 @@ TEST_IMPLIES= GFLAGS LAPACK_DESC= Linear Algebra PACKage LAPACK_USES= fortran # LDFLAGS LAPACK_CMAKE_BOOL= LAPACK +LAPACK_CMAKE_ON= -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW # USES=fortran ATLAS_USES= blaslapack:atlas ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" \ -DLAPACK_LIBRARIES:STRING=alapack From owner-svn-ports-head@freebsd.org Tue May 15 20:42:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9B89EADE0D; Tue, 15 May 2018 20:42: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 C8D7E7DFA9; Tue, 15 May 2018 20:42:51 +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 AB51E10923; Tue, 15 May 2018 20:42:51 +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 w4FKgpj3085694; Tue, 15 May 2018 20:42:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FKgpf3085693; Tue, 15 May 2018 20:42:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805152042.w4FKgpf3085693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 15 May 2018 20:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470054 - head/math/ceres-solver X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/ceres-solver X-SVN-Commit-Revision: 470054 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:42:52 -0000 Author: jbeich Date: Tue May 15 20:42:51 2018 New Revision: 470054 URL: https://svnweb.freebsd.org/changeset/ports/470054 Log: math/ceres-solver: document r465553 rationale Modified: head/math/ceres-solver/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Tue May 15 20:42:31 2018 (r470053) +++ head/math/ceres-solver/Makefile Tue May 15 20:42:51 2018 (r470054) @@ -71,6 +71,9 @@ LAPACK_DESC= Linear Algebra PACKage LAPACK_USES= fortran # LDFLAGS LAPACK_CMAKE_BOOL= LAPACK LAPACK_CMAKE_ON= -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW # USES=fortran +# Avoid conflict with Ceres threading by using single-threaded BLAS library. +# BLASLIB from USES=blaslapack cannot be used as it's multi-threaded. +# https://github.com/xianyi/OpenBLAS/wiki/faq#multi-threaded ATLAS_USES= blaslapack:atlas ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" \ -DLAPACK_LIBRARIES:STRING=alapack From owner-svn-ports-head@freebsd.org Tue May 15 20:43:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7852EADE65; Tue, 15 May 2018 20:43:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 507027E09C; Tue, 15 May 2018 20:43:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3321810924; Tue, 15 May 2018 20:43:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FKhBrG085819; Tue, 15 May 2018 20:43:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FKhBrW085818; Tue, 15 May 2018 20:43:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805152043.w4FKhBrW085818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 15 May 2018 20:43:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470055 - head/math/ceres-solver X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/ceres-solver X-SVN-Commit-Revision: 470055 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:43:11 -0000 Author: jbeich Date: Tue May 15 20:43:10 2018 New Revision: 470055 URL: https://svnweb.freebsd.org/changeset/ports/470055 Log: math/ceres-solver: unbreak ATLAS=on after r465553 When math/suitesparse has OPENBLAS=on: -- Found BLAS: /usr/local/lib/libopenblas.so -- Found LAPACK library: alapack [...] 0x0000000000000001 NEEDED Shared library: [libalapack.so.2] 0x0000000000000001 NEEDED Shared library: [libopenblas.so.0] When math/suitesparse has ATLAS=on: -- Found BLAS: /usr/local/lib/libf77blas.so;/usr/local/lib/libatlas.so -- Found LAPACK library: alapack [...] //usr/local/lib/libalapack.so.2: undefined reference to `cblas_izamax' //usr/local/lib/libalapack.so.2: undefined reference to `cblas_sswap' c++: error: linker command failed with exit code 1 (use -v to see invocation) Pointy hat to: jbeich Modified: head/math/ceres-solver/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Tue May 15 20:42:51 2018 (r470054) +++ head/math/ceres-solver/Makefile Tue May 15 20:43:10 2018 (r470055) @@ -2,7 +2,7 @@ PORTNAME= ceres-solver DISTVERSION= 1.14.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org @@ -76,7 +76,8 @@ LAPACK_CMAKE_ON= -DCMAKE_POLICY_DEFAULT_CMP0056:STRING # https://github.com/xianyi/OpenBLAS/wiki/faq#multi-threaded ATLAS_USES= blaslapack:atlas ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" \ - -DLAPACK_LIBRARIES:STRING=alapack + -DBLAS_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libcblas.so" \ + -DLAPACK_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libalapack.so" ATLAS_IMPLIES= LAPACK GOTOBLAS_DESC= Goto blas implementation GOTOBLAS_USES= blaslapack:gotoblas From owner-svn-ports-head@freebsd.org Tue May 15 20:48:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 330DCEAE1B9 for ; Tue, 15 May 2018 20:48:16 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B18547F42B for ; Tue, 15 May 2018 20:48:15 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-it0-x236.google.com with SMTP id e20-v6so5353405itc.1 for ; Tue, 15 May 2018 13:48:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=7IUYW7zFpp+FYoOezRETerKWxxrYwhP29Xt1aj8ZIOA=; b=AnrX5ctcW1H1tVtRFe4oqJ+3jo4xStWBvSAkqT7AhZBS4sECKKfggr6PSbIB4Dwosh 585sT1E7nj/4g6nWnTgsBfT5KuV3D9tp//UVJsuhJUWXk4YGAHrfVrNqFXmspySsgcjp M74xjoD9V2jWrRmj2nw4ipNRdA1O9lGs41iHGqAipwqQAsv0C3nH/kzeCS3q5GmaUpBe GyZdfh7Agl23MkPjGrYx+SPwphLrNGffCLLDkS1qyyAFOMq0g2JnOAs3n3bgSoyULMNs 8RoESJ1Vr/SXMoZuNSPdF2lcfJvGY1K87ZbJgNPdDCcJbCk2fMk1puReqFMfI7AE7DO6 KSAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=7IUYW7zFpp+FYoOezRETerKWxxrYwhP29Xt1aj8ZIOA=; b=NqkfLsY5f85+auZsawDs8x6UzJVVrOhsIoLZA21uCss7VdQbhlXkMQm3Qga7gppr0g GGVG6kyYw6v/0kh+dyNo+c3bwPsdeQpp8ZqFdQb1NSS2HD6RrT/CTt1zrWVKHq7ykrwQ 2/35XQ9sn+d/Avl8n1Hm1dBv70DsORrDbjC0hfBhiyQ+8V55u24l3MCT5G/VrCuwwmXQ kIam4XOjZEActDjCJit9AH3mcv7zgUAadLIYqlBoD4GhnJaHn+IA+VcneQZn1xX/FML5 8JbpXk2O2g2S3AVmWMTF98id40ZePRlFDCUstPS8gdPuvsmWZpzV9AvAUEaqyPK/lJgQ BF+g== X-Gm-Message-State: ALKqPwetnKqRaJmmguyg/5S8/bxrKiPq/QEYJtTAX1WiHQ7gBpOzXXUh L92u0Eie3JdYy1GO0YaQ4Nc3gWwmMw5HyTzc+FdltA== X-Google-Smtp-Source: AB8JxZoTe+TFbDzA2QUOTUPrLl1/i+yXCQSV/d9ZpZz9FTqCd+6cBhjnITgfer+Z5SJX5EL/CUXrH9jNNfXDuilvFg0= X-Received: by 2002:a24:2e94:: with SMTP id i142-v6mr17699366ita.42.1526417295004; Tue, 15 May 2018 13:48:15 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 2002:a02:9046:0:0:0:0:0 with HTTP; Tue, 15 May 2018 13:47:34 -0700 (PDT) In-Reply-To: References: <201805061250.w46CoVt5048398@repo.freebsd.org> <4bb71ffe-5650-991d-4205-1f0e1034e9b1@fechner.net> From: Sunpoet Po-Chuan Hsieh Date: Wed, 16 May 2018 04:47:34 +0800 X-Google-Sender-Auth: 8y_BBd-sLYm_6R65Vka1gxq2CZ8 Message-ID: Subject: Re: svn commit: r469212 - head/textproc/rubygem-html-pipeline To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:48:16 -0000 On Wed, May 16, 2018 at 4:37 AM, Matthias Fechner wrote: > Am 15.05.2018 um 22:31 schrieb Sunpoet Po-Chuan Hsieh: > > I've prepared the same patch. > > Do you want me to commit now or do it by yourself after mentors' > approval? > > please let do the commit to me. > I found also another problem while testing this fix, then I can commit > all together. > OK. Thanks for fixing it. Regards, sunpoet > > Gru=C3=9F > Matthias > > -- > > "Programming today is a race between software engineers striving to > build bigger and better idiot-proof programs, and the universe trying to > produce bigger and better idiots. So far, the universe is winning." -- > Rich Cook > > From owner-svn-ports-head@freebsd.org Tue May 15 20:53:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04BC0EAE707; Tue, 15 May 2018 20:53:32 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B4CB802CC; Tue, 15 May 2018 20:53:31 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2a01:5c0:e098:8e81:21b:21ff:fe7b:3468]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id CD86111F6347; Tue, 15 May 2018 22:53:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1526417608; bh=x4QFX+wlnfcdxIyUnjGDkMks/fMys4Ns0FSztKcHE74=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=AC6g289qZN6g1306mB+TOGYehWSYzxsCFEmPWZIdy8yKib9pqMrv4It8HsjQSwyi2 aPXRD2ZG9ZuPrakwXWilyUaYjHmCGcTR68UZKrY8q/uU5b3aBurb9Imi8F4gzno7J5 5KlJ7hDJBsxTmkwJawp2ZEvHzQ6Xo5NmgnVlFsUs= Received: from [192.168.0.151] (001-142-067-156.ip-addr.inexio.net [156.67.142.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 0B7AF1547F81; Tue, 15 May 2018 22:53:27 +0200 (CEST) Subject: Re: svn commit: r469212 - head/textproc/rubygem-html-pipeline To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805061250.w46CoVt5048398@repo.freebsd.org> <4bb71ffe-5650-991d-4205-1f0e1034e9b1@fechner.net> From: Matthias Fechner Openpgp: preference=signencrypt Autocrypt: addr=idefix@fechner.net; prefer-encrypt=mutual; keydata= xsFNBFqca1YBEADM9mF2+ifk8HILTlf5wtAzV6SYVR4RvNOo/8Kucw4sCZT76zS1fjZe4Zy1 3C0IZ07Wi+3PnoGIgOCsXp3PrTc2nuHQWkwVBYXy8UaR9DHBWA/mIvRGG1ZscKQYA6oUdCvd K8Mu26zO60yTt+ONzFtK6G1myH4EHXZ8dpmdCFf+W3rzTU+aCQ5S3OfwCLGgYgOaVREGkdOc 5SVCpFb4n+2B8+CqeWsRHhnT+4h7/YhgDMGp4GiI3yrB2nBVSUUvcosD2nRtJQgGQHcAFtMq 3hJaKPOR/mHc6KVrp0xmGNmdtazvXloHmGIl9O1UpmMmrYu9Kugl0JkGi2fAcno02XgVlkyX 7xDLTteP5cNqRxor4yVDaRWUQnOfK9XgcrKGrAzb65BkCSkjT+Aw3S/A8Qd6NvjL9qy1d+Ct dzatOVF/Y7jaW28CMr3jvwPS13OxV7PnJzIZzdik20eVxfOXuYfxZD+PwBaGgFF0qj6zKACC aKLalE0ZpY0zNn/iPyQX/Cf9KoDyFpOHSsEswiJ5rCWwppVcsFyogHOemVmeaXlvyDPEipnV ZUkpGP/CCqPu3eD0uDzP7UJ0pt/l/JfW0Xw/4p9mjB024xiRlxLa6vSRfGl//EdtAIbKKa8x 5wsKTQEbYJDmXE3tH/A54DCqRXhcopTlu2iJlTdnIMltn9afVwARAQABzSVNYXR0aGlhcyBG ZWNobmVyIDxpZGVmaXhAZmVjaG5lci5uZXQ+wsGXBBMBCgBBAhsDBQkJZgGABQsJCAcDBRUK CQgLBRYDAgEAAh4BAheAFiEEaWB64mCp804YOtqutot13J/XR+EFAlqcc9gCGQEACgkQtot1 3J/XR+GQyhAAwDxUSg7X2aS1d6rrYUZdDk8rT5TCjayDAyOATdAUhJRZk8qXRNF27Mu6xiOT mIvEMKLagNsitffZs1g/mulRQiDVLloGav7xozSfYlaOYWpPb55wpsugQPLZz0OkU9tzw7j7 7sPPvnAxeqSofUJzQdZzp43aVwXVqsJ3rY0jGzYA5RLS6CBI1RRR8/hHLMxspDPl79IW3GhI HAXaVX1HVJA2oJEo9Y95DnJwX8NV+hvLlUVA2KDdNKFiVJKeV3ccqw+/5zW3Y8J6Rd8blW9n p68Z7lyxt6mvsDEdSxOyGSkPagzIDfHqmDfkaeum7gHMwweH2e2pZuhzMZkrKNoSkKiJ5uim 638ZhnzzmEWh2qtYPgHlZG1jO6n2DSzCqJkQYjYUtLj7ylIgZakG8M3idQRugHImMBq+HSMu WR8FI52gh1+4LbIArHB4YWTTr933ElwhS1jtomK9SeWezPfjunpxqXQl4QR0qXAuglsOMJ6y Togb6lc0qyEdOa5VCXQTLSD9yZpolSQOjOe1XEyM4g5v7FrPBGVni9AxlARvUDVbYQDv1+4A gchtgpLmAF8mDPq/tGeXuAO3m+ExQDXpJ4CneI9YHc+joU2cXQi5MP1NzgMOV43XEZCiTW0O BWM1+857gmDqGbybE7F3UFpvBs9/NRWnuxoKaYxYbqCOc3nOwU0EWpxrVgEQAN3uCLHZF+1V gcrzYjwL1wAJwjYb7UnHKvNYdaBKgW0n0NTfaTCLHxHYPO8NlV1+lNctSeXLeiWpmE1lCDHq /++53EJ34OsRd/n246PdtfIfltML73tsmq6S9zTye2zv7LsmE7jgUBaasbv0qSLSybOUvkRx j3xBuK9Ymg/ZXaENOhxwIQ6oQoNLg3ers9t5Xl4NVK6gzzZ2OdTGnuUVhQmi4rbP04R0GJFh AtGLAYUCxlXVZhdPAs4qZaoAEP5nW/u2MyzSaIouwcEIdttAiPZdrJr+a4OGKz88Sn6zqKSa uyUADgX+G8tKUONgZbfz4SSRvlinOgyU2RyyfNS977r/YfaHH+oAxg31yUWPtD/ryfVw69bG vK8RQrZ9+c1vyWBABoQOh5+JHW/AE9Xj5dQatEfWmGO3+/FRo2TIhqZQXXl8PW+jtEjkhgOH OUX5ERzSm6nCcPIw+LUkEINcLc9bw4fv1eOWIdBuCckGM4rWXkLYbqhdSzdWeCsC0tiQk8x7 O1zXRJOKF4rITJd/qX322EH29BR+T9V1Hw7LDSRe+3YxtoXhROZRXjF8QniEHeKVNRUComr6 rWGmuHjsNTQ7twtwnG8xSOfCkYAp9GrbzBkIYX+VFvFQLqVM+It3RAlge/bwpZPvkr3bFsJk 4JS+EAugBIrP0xd9BMOh6Ej5ABEBAAHCwXwEGAEKACYWIQRpYHriYKnzThg62q62i3Xcn9dH 4QUCWpxrVgIbDAUJCWYBgAAKCRC2i3Xcn9dH4ZZsEACoQI109htphVe2AQhJ7wuPo8pIrSFA 0Mb0pfibX/sYw8ZZz/x3ctTI3Ajq2baSaoebIuUyd6oPI7cAzgL4s2zHiZ3ChH2dDxJlOPfk OaiK124DJMPqWiWuxe39tgq23tsPhwcvF+DC+SkJoLWKCYNC06fS3bLktZ0s4lVE5tqfL5ww MvxgxB+6+sWHwZWSv1IwB/geov6zkEhVdkXqrGPE52LyLfU0ACMmihcl0/npsCMZSls0urge CsPMuHPQnmcM2ERbere8i9OdKQDzGBrTbWl9DxNRf4o+cAYirEJM3Kc+ZD2SE34bTSvg3kdQ QZQbj+o+BRcsR0LaGbORkNaMZlp5OuXteL6nG7sbAPn0bjUUlup8CJEXDXENG6LJG1/oVWFq m3OtPyr5UoMQAuhuGx0/Om6AXKr/mk+veuoKWMXkqll045/bYE7bX2A0gkyGE5DdjaiHPmS9 NsWuKDeExLlXZOL1GX+PKjWLADwlv07XHB8Hf6U0/lpf3/mggRtqHyKbHt0iRqYaMC95gVdM rbugxh61U/zxIaweU7VolD5cRrltxqPp5szOwDzw42JYwbpYsXFJXNkuCGCmK1LHcShfEggt fV3g/JKzvNRQn6p1f0frppl/eZ5UvWVKrNERJzcZgkOecxwiK/L/JoGpGfWOqWGsTxe/AnQc Xxj8Dw== Message-ID: Date: Tue, 15 May 2018 22:53:23 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: de-DE X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:53:32 -0000 Am 15.05.2018 um 22:47 schrieb Sunpoet Po-Chuan Hsieh: > OK. Thanks for fixing it. thanks for the bug, that helped to find another one ;) Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-head@freebsd.org Tue May 15 20:54:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79009EAE762; Tue, 15 May 2018 20:54:03 +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 26939803B8; Tue, 15 May 2018 20:54:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07C0410AC0; Tue, 15 May 2018 20:54:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4FKs2jl091008; Tue, 15 May 2018 20:54:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FKs2qs091007; Tue, 15 May 2018 20:54:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805152054.w4FKs2qs091007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 15 May 2018 20:54:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470056 - head/math/ceres-solver/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/ceres-solver/files X-SVN-Commit-Revision: 470056 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 20:54:03 -0000 Author: jbeich Date: Tue May 15 20:54:02 2018 New Revision: 470056 URL: https://svnweb.freebsd.org/changeset/ports/470056 Log: math/ceres-solver: unbreak TBB=on (r470052 didn't help) In file included from internal/ceres/block_random_access_dense_matrix.cc:31: In file included from internal/ceres/block_random_access_dense_matrix.h:34: In file included from internal/ceres/block_random_access_matrix.h:36: In file included from internal/ceres/mutex.h:98: include/ceres/internal/port.h:56:4: error: One of CERES_USE_OPENMP, CERES_USE_TBB,CERES_USE_CXX11_THREADS or CERES_NO_THREADS must be defined. # error One of CERES_USE_OPENMP, CERES_USE_TBB,CERES_USE_CXX11_THREADS or CERES_NO_THREADS must be defined. ^ Pointy hat to: jbeich Modified: head/math/ceres-solver/files/patch-CMakeLists.txt (contents, props changed) Modified: head/math/ceres-solver/files/patch-CMakeLists.txt ============================================================================== --- head/math/ceres-solver/files/patch-CMakeLists.txt Tue May 15 20:43:10 2018 (r470055) +++ head/math/ceres-solver/files/patch-CMakeLists.txt Tue May 15 20:54:02 2018 (r470056) @@ -7,7 +7,7 @@ https://github.com/ceres-solver/ceres-solver/issues/35 # -std=c++11 s/t we will detect the C++11 versions of unordered_map & # shared_ptr if they exist. - set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -std=c++11") -+ set(CMAKE_CXX_STANDARD 11) ++ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") endif (CXX11 AND COMPILER_HAS_CXX11_FLAG) # Set the Ceres compile definitions for the unordered_map configuration. From owner-svn-ports-head@freebsd.org Tue May 15 21:00:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC781EAED61; Tue, 15 May 2018 21:00: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 7183380648; Tue, 15 May 2018 21:00:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53C5C10AE2; Tue, 15 May 2018 21:00: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 w4FL0lhb091416; Tue, 15 May 2018 21:00:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FL0lvd091415; Tue, 15 May 2018 21:00:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152100.w4FL0lvd091415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 21:00:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470057 - head/security/kbfs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/kbfs X-SVN-Commit-Revision: 470057 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 21:00:47 -0000 Author: sunpoet Date: Tue May 15 21:00:46 2018 New Revision: 470057 URL: https://svnweb.freebsd.org/changeset/ports/470057 Log: Bump PORTREVISION for package change in r469676 Notified by: mat Modified: head/security/kbfs/Makefile Modified: head/security/kbfs/Makefile ============================================================================== --- head/security/kbfs/Makefile Tue May 15 20:54:02 2018 (r470056) +++ head/security/kbfs/Makefile Tue May 15 21:00:46 2018 (r470057) @@ -3,6 +3,7 @@ PORTNAME= kbfs PORTVERSION= 1.0.48 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org From owner-svn-ports-head@freebsd.org Tue May 15 21:02:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68DF2EAF08C for ; Tue, 15 May 2018 21:02:37 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9ED5680AAB for ; Tue, 15 May 2018 21:02:36 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-it0-x22e.google.com with SMTP id z6-v6so5122432iti.4 for ; Tue, 15 May 2018 14:02:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=jQ0kUVa57jZpwJrBOANsURu7jUwb5eFxyiWSKJ8ihhM=; b=gX35m2CjsYk2Y9+9+moW5EdkE/z5Dsms6rC01JDCUjK38WRXz+CatuYR/h8sB8rvw8 hYVJeuQxXrhZXfEsIvrUarxJ6jgJ3xhrTTff1sUK3vvLZWIgBQ/h73fqK57/DocHYFBp m/l22NoMsAJlFMM6V6bNevJj+gFoJ3g8sDpso2inZHSdoLBWQ7vT4H/7YoC58oE+iGEi 61nrwk21QHADcXfBbC68tXl/YD5KkBFUbEBNoSwhzoXEzMPI2KjTx6gssPkWgWTIZjPI iW/tvxrJ7pOv9etfavlqKv69xP/fUELka+2evNvxfbNRPekM02JkU0RTpWpbpLW18DTa 2ouA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=jQ0kUVa57jZpwJrBOANsURu7jUwb5eFxyiWSKJ8ihhM=; b=TnCkII0fw2qzd8aaqHrynUApP2knkQQxu45ppQq1hsUh6kOgV7+sr2c1R+8Iyk79zu sMFaUyGBR5KyW8eWEvkNpSKLHwMO1qXN/2CBSERvqXM8pV+zydk06hvjzmLHhZdoiwNX a3xFIlxOHk5NT6emR1sQUrP+w13s2G/GQD5p9Nk9PjxPtCX51IZgSMH1FuX+/O2yZZy4 8sK+XzKvPqvtAMrELSHztJ7eoqaJAkMIy3QYDA88qU6LiHXwmTM48+Lu/w8ay5NaeP1t X2VCPaJsKbtTRnUheNmyNy2oTx4Kz+CP+2fUiCFhGJOdGNq2AfQ52Kwxrh785MW2Nfm1 4Cyg== X-Gm-Message-State: ALKqPwekN0kx+0NurjVCu+EOSThWfaen26RgPl92fnzrTjXcgkI/wnAR 2JaWYphMBSfZG3NSoVq0LNGe5O2fzIf3SPw1G2uZ5A== X-Google-Smtp-Source: AB8JxZrSNBAo2q7WHiidhMFztcQMEQHhT7Zl9vpubxoUg9IZ5jtfOxk8ft5CYUWyhitnScKwVkgRg8DV3E976jRzrUA= X-Received: by 2002:a24:2e94:: with SMTP id i142-v6mr17759357ita.42.1526418155927; Tue, 15 May 2018 14:02:35 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 2002:a02:9046:0:0:0:0:0 with HTTP; Tue, 15 May 2018 14:01:55 -0700 (PDT) In-Reply-To: <20180515134131.gt7b6fpfby5a6qvv@ogg.in.absolight.net> References: <201805111711.w4BHBfVI048172@repo.freebsd.org> <20180515134131.gt7b6fpfby5a6qvv@ogg.in.absolight.net> From: Sunpoet Po-Chuan Hsieh Date: Wed, 16 May 2018 05:01:55 +0800 X-Google-Sender-Auth: mA5Pf3yeP01jTokr-9CuLy6Nhe8 Message-ID: Subject: Re: svn commit: r469676 - head/security/kbfs To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 21:02:37 -0000 On Tue, May 15, 2018 at 9:41 PM, Mathieu Arnold wrote: > On Fri, May 11, 2018 at 05:11:41PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Fri May 11 17:11:40 2018 > > New Revision: 469676 > > URL: https://svnweb.freebsd.org/changeset/ports/469676 > > > > Log: > > Add pkg-message for setup instructions > > You forgot to bump PORTREVISION. > Done in r470057. Thanks! > > -- > Mathieu Arnold > From owner-svn-ports-head@freebsd.org Tue May 15 21:16:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 828FAEAFB57; Tue, 15 May 2018 21:16:04 +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 2EA32812D4; Tue, 15 May 2018 21:16:04 +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 10B9910E0F; Tue, 15 May 2018 21:16:04 +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 w4FLG3fT001584; Tue, 15 May 2018 21:16:03 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FLG3qB001583; Tue, 15 May 2018 21:16:03 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201805152116.w4FLG3qB001583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 15 May 2018 21:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470059 - head/emulators/virtualbox-ose/files X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/emulators/virtualbox-ose/files X-SVN-Commit-Revision: 470059 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 21:16:04 -0000 Author: jkim Date: Tue May 15 21:16:03 2018 New Revision: 470059 URL: https://svnweb.freebsd.org/changeset/ports/470059 Log: Fix emulators/virtualbox-ose-additions build with OpenGL option. Reported by: mat, des Added: head/emulators/virtualbox-ose/files/patch-src_VBox_GuestHost_OpenGL_include_chromium.h (contents, props changed) Added: head/emulators/virtualbox-ose/files/patch-src_VBox_GuestHost_OpenGL_include_chromium.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/patch-src_VBox_GuestHost_OpenGL_include_chromium.h Tue May 15 21:16:03 2018 (r470059) @@ -0,0 +1,11 @@ +--- src/VBox/GuestHost/OpenGL/include/chromium.h.orig 2018-05-09 16:38:12 UTC ++++ src/VBox/GuestHost/OpenGL/include/chromium.h +@@ -63,7 +63,7 @@ + #include + /* Quick fix so as not to update the version of glext.h we provide. */ + #ifdef GL_GLEXT_PROTOTYPES +-# if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS) ++# if defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS) + GLAPI void APIENTRY glBindFramebuffer (GLenum, GLuint); + GLAPI void APIENTRY glBlitFramebuffer (GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLint, GLbitfield, GLenum); + GLAPI GLenum APIENTRY glCheckFramebufferStatus (GLenum); From owner-svn-ports-head@freebsd.org Tue May 15 23:42:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21D1EEDC7E7; Tue, 15 May 2018 23:42:32 +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 C33E068B42; Tue, 15 May 2018 23:42:31 +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 A4AE512696; Tue, 15 May 2018 23:42:31 +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 w4FNgVK1075898; Tue, 15 May 2018 23:42:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNgV1b075896; Tue, 15 May 2018 23:42:31 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201805152342.w4FNgV1b075896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 15 May 2018 23:42:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470060 - head/net-mgmt/unifi5 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/net-mgmt/unifi5 X-SVN-Commit-Revision: 470060 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:42:32 -0000 Author: feld Date: Tue May 15 23:42:31 2018 New Revision: 470060 URL: https://svnweb.freebsd.org/changeset/ports/470060 Log: net-mgmt/unifi5: Update to 5.7.23 - Update mongodb dependency to mongodb 3.4 Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-7-23-Stable-has-been-released/ba-p/2318813 Modified: head/net-mgmt/unifi5/Makefile head/net-mgmt/unifi5/distinfo Modified: head/net-mgmt/unifi5/Makefile ============================================================================== --- head/net-mgmt/unifi5/Makefile Tue May 15 21:16:03 2018 (r470059) +++ head/net-mgmt/unifi5/Makefile Tue May 15 23:42:31 2018 (r470060) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unifi5 -PORTVERSION= 5.7.20 +PORTVERSION= 5.7.23 PORTREVISION= 0 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}/ @@ -13,7 +13,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= feld@FreeBSD.org COMMENT= UniFi Controller v5 -RUN_DEPENDS= mongodb>0:databases/mongodb \ +RUN_DEPENDS= mongodb34>0:databases/mongodb34 \ snappyjava>0:archivers/snappy-java SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} \ Modified: head/net-mgmt/unifi5/distinfo ============================================================================== --- head/net-mgmt/unifi5/distinfo Tue May 15 21:16:03 2018 (r470059) +++ head/net-mgmt/unifi5/distinfo Tue May 15 23:42:31 2018 (r470060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522084574 -SHA256 (unifi5-5.7.20/unifi_sysvinit_all.deb) = ada196fb05a3c2df4d1e306a4ce32767e21c5c63ac1c21864ddf6c564b2492fa -SIZE (unifi5-5.7.20/unifi_sysvinit_all.deb) = 64551764 +TIMESTAMP = 1526406650 +SHA256 (unifi5-5.7.23/unifi_sysvinit_all.deb) = e7b60814c27d85c13e54fc3041da721cc38ad21bb0a932bdfe810c2ad3855392 +SIZE (unifi5-5.7.23/unifi_sysvinit_all.deb) = 64571866 From owner-svn-ports-head@freebsd.org Tue May 15 23:43:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2C96EDC895; Tue, 15 May 2018 23:43:05 +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 A4EB168C4D; Tue, 15 May 2018 23:43:05 +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 864DA1269B; Tue, 15 May 2018 23:43:05 +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 w4FNh5J7076054; Tue, 15 May 2018 23:43:05 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNh4LT076051; Tue, 15 May 2018 23:43:04 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201805152343.w4FNh4LT076051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Tue, 15 May 2018 23:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470061 - head/audio/teamspeak3-server X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/audio/teamspeak3-server X-SVN-Commit-Revision: 470061 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:43:06 -0000 Author: ultima Date: Tue May 15 23:43:04 2018 New Revision: 470061 URL: https://svnweb.freebsd.org/changeset/ports/470061 Log: * Updated to 3.2.0 Changes: https://forum.teamspeak.com/threads/135760-TeamSpeak-3-Server-3-2-0 Modified: head/audio/teamspeak3-server/Makefile head/audio/teamspeak3-server/distinfo head/audio/teamspeak3-server/pkg-plist Modified: head/audio/teamspeak3-server/Makefile ============================================================================== --- head/audio/teamspeak3-server/Makefile Tue May 15 23:42:31 2018 (r470060) +++ head/audio/teamspeak3-server/Makefile Tue May 15 23:43:04 2018 (r470061) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= teamspeak3-server -PORTVERSION= 3.1.3 +PORTVERSION= 3.2.0 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://dl.4players.de/ts/releases/${PORTVERSION}/ \ Modified: head/audio/teamspeak3-server/distinfo ============================================================================== --- head/audio/teamspeak3-server/distinfo Tue May 15 23:42:31 2018 (r470060) +++ head/audio/teamspeak3-server/distinfo Tue May 15 23:43:04 2018 (r470061) @@ -1,5 +1,5 @@ -TIMESTAMP = 1526175828 -SHA256 (teamspeak3-server_freebsd_amd64-3.1.3.tar.bz2) = ad08f1e55fb4df53a4a52601258caf8002dc65c6766949396bd0ce9c03763e0c -SIZE (teamspeak3-server_freebsd_amd64-3.1.3.tar.bz2) = 6758944 -SHA256 (teamspeak3-server_freebsd_x86-3.1.3.tar.bz2) = 7de20eda83b325b63cfe078a8d504deb0d221fcb1ae670a4f2af5f9635d96d98 -SIZE (teamspeak3-server_freebsd_x86-3.1.3.tar.bz2) = 6709935 +TIMESTAMP = 1526425725 +SHA256 (teamspeak3-server_freebsd_amd64-3.2.0.tar.bz2) = c359bf6d3ed173a6e235bfb88aecfe244bfc39f9184350c7e17de39a8d83e4ee +SIZE (teamspeak3-server_freebsd_amd64-3.2.0.tar.bz2) = 6790286 +SHA256 (teamspeak3-server_freebsd_x86-3.2.0.tar.bz2) = 66a274245b119c20d83297ff98ef26f8baf7671631793afbe6ddcf92e6ef8c02 +SIZE (teamspeak3-server_freebsd_x86-3.2.0.tar.bz2) = 6731338 Modified: head/audio/teamspeak3-server/pkg-plist ============================================================================== --- head/audio/teamspeak3-server/pkg-plist Tue May 15 23:42:31 2018 (r470060) +++ head/audio/teamspeak3-server/pkg-plist Tue May 15 23:43:04 2018 (r470061) @@ -58,8 +58,10 @@ share/teamspeak/server/serverquerydocs/complainadd.txt share/teamspeak/server/serverquerydocs/complaindel.txt share/teamspeak/server/serverquerydocs/complaindelall.txt share/teamspeak/server/serverquerydocs/complainlist.txt +share/teamspeak/server/serverquerydocs/customdelete.txt share/teamspeak/server/serverquerydocs/custominfo.txt share/teamspeak/server/serverquerydocs/customsearch.txt +share/teamspeak/server/serverquerydocs/customset.txt share/teamspeak/server/serverquerydocs/ftcreatedir.txt share/teamspeak/server/serverquerydocs/ftdeletefile.txt share/teamspeak/server/serverquerydocs/ftgetfileinfo.txt @@ -180,10 +182,11 @@ share/teamspeak/server/sql/create_mariadb/create_table share/teamspeak/server/sql/create_mariadb/drop_tables.sql share/teamspeak/server/sql/create_sqlite/create_tables.sql share/teamspeak/server/sql/create_sqlite/drop_tables.sql -share/teamspeak/server/sql/custom_delete_by_clientid.sql +share/teamspeak/server/sql/custom_delete.sql share/teamspeak/server/sql/custom_get_by_id.sql share/teamspeak/server/sql/custom_get_by_ident.sql share/teamspeak/server/sql/custom_insert.sql +share/teamspeak/server/sql/custom_update.sql share/teamspeak/server/sql/defaults.sql share/teamspeak/server/sql/group_delete.sql share/teamspeak/server/sql/group_id_get_by_name.sql @@ -272,11 +275,14 @@ share/teamspeak/server/sql/update_24.sql share/teamspeak/server/sql/update_25.sql share/teamspeak/server/sql/update_26.sql share/teamspeak/server/sql/update_27.sql +share/teamspeak/server/sql/update_28.sql share/teamspeak/server/sql/update_database_version.sql share/teamspeak/server/sql/update_mariadb_26.sql share/teamspeak/server/sql/update_mariadb_27.sql +share/teamspeak/server/sql/update_mariadb_28.sql share/teamspeak/server/sql/update_permissions_12.sql share/teamspeak/server/sql/update_sqlite_27.sql +share/teamspeak/server/sql/update_sqlite_28.sql share/teamspeak/server/sql/updates_and_fixes/convert_mysql_to_mariadb.sql share/teamspeak/server/sql/updates_and_fixes/mariadb_fix_latin_utf8.sql @dir(teamspeak,teamspeak,) %%ETCDIR%% From owner-svn-ports-head@freebsd.org Tue May 15 23:52:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96EECEDD26C; Tue, 15 May 2018 23:52:37 +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 4B424695FD; Tue, 15 May 2018 23:52:37 +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 2D8371283D; Tue, 15 May 2018 23:52:37 +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 w4FNqb67081028; Tue, 15 May 2018 23:52:37 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNqaIQ081026; Tue, 15 May 2018 23:52:36 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201805152352.w4FNqaIQ081026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 15 May 2018 23:52:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470062 - head/net-mgmt/unifi-lts X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/net-mgmt/unifi-lts X-SVN-Commit-Revision: 470062 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:52:37 -0000 Author: feld Date: Tue May 15 23:52:36 2018 New Revision: 470062 URL: https://svnweb.freebsd.org/changeset/ports/470062 Log: net-mgmt/unifi-lts: Update to 5.6.37 - Update mongodb dependency to mongodb 3.4 Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-37-LTS-Stable-has-been-released/ba-p/2318810 Modified: head/net-mgmt/unifi-lts/Makefile head/net-mgmt/unifi-lts/distinfo Modified: head/net-mgmt/unifi-lts/Makefile ============================================================================== --- head/net-mgmt/unifi-lts/Makefile Tue May 15 23:43:04 2018 (r470061) +++ head/net-mgmt/unifi-lts/Makefile Tue May 15 23:52:36 2018 (r470062) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unifi -PORTVERSION= 5.6.30 +PORTVERSION= 5.6.37 PORTREVISION= 0 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}/ @@ -14,7 +14,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= feld@FreeBSD.org COMMENT= UniFi Controller v5 -RUN_DEPENDS= mongodb>0:databases/mongodb \ +RUN_DEPENDS= mongodb34>0:databases/mongodb34 \ snappyjava>0:archivers/snappy-java SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} \ Modified: head/net-mgmt/unifi-lts/distinfo ============================================================================== --- head/net-mgmt/unifi-lts/distinfo Tue May 15 23:43:04 2018 (r470061) +++ head/net-mgmt/unifi-lts/distinfo Tue May 15 23:52:36 2018 (r470062) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522764193 -SHA256 (unifi-5.6.30/unifi_sysvinit_all.deb) = 44facefdca0e3270ccbacdf661a9dd2a2e3fe126a840c3a402f6b61393806b20 -SIZE (unifi-5.6.30/unifi_sysvinit_all.deb) = 50209900 +TIMESTAMP = 1526427917 +SHA256 (unifi-5.6.37/unifi_sysvinit_all.deb) = 0a1fc20618709d8704309757fc7f33f2f0c108e5e2dd455750dbd5ba34d6334e +SIZE (unifi-5.6.37/unifi_sysvinit_all.deb) = 50275940 From owner-svn-ports-head@freebsd.org Tue May 15 23:55:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC61EEDD4B2; Tue, 15 May 2018 23:55:39 +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 A2A2669AF7; Tue, 15 May 2018 23:55:39 +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 84ADB12841; Tue, 15 May 2018 23:55:39 +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 w4FNtdR7081308; Tue, 15 May 2018 23:55:39 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNtdgE081307; Tue, 15 May 2018 23:55:39 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201805152355.w4FNtdgE081307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 15 May 2018 23:55:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470063 - head/java/openjdk6/files X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/java/openjdk6/files X-SVN-Commit-Revision: 470063 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:55:40 -0000 Author: jkim Date: Tue May 15 23:55:39 2018 New Revision: 470063 URL: https://svnweb.freebsd.org/changeset/ports/470063 Log: Fix build on head. Modified: head/java/openjdk6/files/patch-set Modified: head/java/openjdk6/files/patch-set ============================================================================== --- head/java/openjdk6/files/patch-set Tue May 15 23:52:36 2018 (r470062) +++ head/java/openjdk6/files/patch-set Tue May 15 23:55:39 2018 (r470063) @@ -1090,7 +1090,7 @@ # include # include # include -@@ -126,11 +125,25 @@ +@@ -126,11 +125,24 @@ # include #ifndef __APPLE__ # include @@ -1104,7 +1104,6 @@ +#if __FreeBSD_version > 700109 +#include +#endif -+#include +#include +#if __FreeBSD_version > 900030 +#include @@ -1116,7 +1115,7 @@ #if defined(__FreeBSD__) || defined(__NetBSD__) # include #endif -@@ -162,8 +175,10 @@ +@@ -162,8 +174,10 @@ #endif int (*os::Bsd::_clock_gettime)(clockid_t, struct timespec *) = NULL; @@ -1128,7 +1127,7 @@ Mutex* os::Bsd::_createThread_lock = NULL; #endif pthread_t os::Bsd::_main_thread; -@@ -171,7 +186,11 @@ +@@ -171,7 +185,11 @@ #ifndef _ALLBSD_SOURCE bool os::Bsd::_is_floating_stack = false; bool os::Bsd::_is_NPTL = false; @@ -1140,7 +1139,7 @@ const char * os::Bsd::_glibc_version = NULL; const char * os::Bsd::_libpthread_version = NULL; #endif -@@ -205,6 +224,30 @@ +@@ -205,6 +223,30 @@ julong os::Bsd::available_memory() { #ifdef _ALLBSD_SOURCE @@ -1171,7 +1170,7 @@ // XXXBSD: this is just a stopgap implementation return physical_memory() >> 2; #else -@@ -221,6 +264,17 @@ +@@ -221,6 +263,17 @@ } julong os::allocatable_physical_memory(julong size) { @@ -1189,7 +1188,7 @@ #ifdef _LP64 return size; #else -@@ -308,16 +362,22 @@ +@@ -308,16 +361,22 @@ #define COMPILER_VARIANT "client" #endif @@ -1216,7 +1215,7 @@ int rslt = syscall(SYS_gettid); if (rslt == -1) { // old kernel, no NPTL support -@@ -325,6 +385,7 @@ +@@ -325,6 +384,7 @@ } else { return (pid_t)rslt; } @@ -1224,7 +1223,7 @@ } // Most versions of bsd have a bug where the number of processors are -@@ -337,7 +398,35 @@ +@@ -337,7 +397,35 @@ "environment on Bsd when /proc filesystem is not mounted."; #endif @@ -1261,7 +1260,7 @@ void os::Bsd::initialize_system_info() { int mib[2]; size_t len; -@@ -452,7 +541,7 @@ +@@ -452,7 +540,7 @@ * 7: The default directories, normally /lib and /usr/lib. */ #ifndef DEFAULT_LIBPATH @@ -1270,7 +1269,7 @@ #endif #define EXTENSIONS_DIR "/lib/ext" -@@ -997,7 +1086,7 @@ +@@ -997,7 +1085,7 @@ return NULL; } @@ -1279,7 +1278,7 @@ #ifdef __APPLE__ // thread_id is mach thread on macos osthread->set_thread_id(::mach_thread_self()); -@@ -1009,6 +1098,7 @@ +@@ -1009,6 +1097,7 @@ // thread_id is kernel thread id (similar to Solaris LWP id) osthread->set_thread_id(os::Bsd::gettid()); @@ -1287,7 +1286,7 @@ if (UseNUMA) { int lgrp_id = os::numa_get_group_id(); if (lgrp_id != -1) { -@@ -1016,6 +1106,7 @@ +@@ -1016,6 +1105,7 @@ } } #endif @@ -1295,7 +1294,7 @@ // initialize signal mask for this thread os::Bsd::hotspot_sigmask(thread); -@@ -1105,7 +1196,7 @@ +@@ -1105,7 +1195,7 @@ // let pthread_create() pick the default value. } @@ -1304,7 +1303,7 @@ // glibc guard page pthread_attr_setguardsize(&attr, os::Bsd::default_guard_size(thr_type)); #endif -@@ -1194,7 +1285,7 @@ +@@ -1194,7 +1284,7 @@ } // Store pthread info into the OSThread @@ -1313,7 +1312,7 @@ #ifdef __APPLE__ osthread->set_thread_id(::mach_thread_self()); #else -@@ -1630,7 +1721,10 @@ +@@ -1630,7 +1720,10 @@ } #endif @@ -1325,7 +1324,7 @@ #ifndef SYS_clock_getres #if defined(IA32) || defined(AMD64) -@@ -1644,6 +1738,7 @@ +@@ -1644,6 +1737,7 @@ #else #define sys_clock_getres(x,y) ::syscall(SYS_clock_getres, x, y) #endif @@ -1333,7 +1332,7 @@ void os::Bsd::fast_thread_clock_init() { if (!UseBsdPosixThreadCPUClocks) { -@@ -1814,8 +1909,10 @@ +@@ -1814,8 +1908,10 @@ } intx os::current_thread_id() { @@ -1345,7 +1344,7 @@ #else return (intx)::pthread_self(); #endif -@@ -2338,14 +2435,16 @@ +@@ -2338,14 +2434,16 @@ } void os::print_os_info_brief(outputStream* st) { @@ -1364,7 +1363,7 @@ os::Posix::print_uname_info(st); -@@ -2363,7 +2462,23 @@ +@@ -2363,7 +2461,23 @@ st->print("Memory:"); st->print(" %dk page", os::vm_page_size()>>10); @@ -1389,7 +1388,7 @@ // values in struct sysinfo are "unsigned long" struct sysinfo si; sysinfo(&si); -@@ -2373,17 +2488,22 @@ +@@ -2373,17 +2487,22 @@ os::physical_memory() >> 10); st->print("(" UINT64_FORMAT "k free)", os::available_memory() >> 10); @@ -1414,7 +1413,7 @@ st->cr(); } -@@ -2396,7 +2516,7 @@ +@@ -2396,7 +2515,7 @@ const char *fpe_names[] = { "FPE0", "FPE_INTDIV", "FPE_INTOVF", "FPE_FLTDIV", "FPE_FLTOVF", "FPE_FLTUND", "FPE_FLTRES", @@ -1423,7 +1422,7 @@ const char *segv_names[] = { "SEGV0", "SEGV_MAPERR", "SEGV_ACCERR" }; -@@ -2422,7 +2542,7 @@ +@@ -2422,7 +2541,7 @@ st->print(", si_addr=" PTR_FORMAT, si->si_addr); break; case SIGFPE: @@ -1432,7 +1431,7 @@ st->print(", si_addr=" PTR_FORMAT, si->si_addr); break; case SIGSEGV: -@@ -2531,10 +2651,17 @@ +@@ -2531,10 +2650,17 @@ jrelib_p = buf + len; // Add the appropriate library subdir @@ -1450,7 +1449,7 @@ // Add the appropriate client or server subdir len = strlen(buf); -@@ -2752,7 +2879,7 @@ +@@ -2752,7 +2878,7 @@ if (::write(fd, "", 1) == 1) { mmap(base, size, PROT_READ|PROT_WRITE|PROT_EXEC, @@ -1459,7 +1458,7 @@ } } ::close(fd); -@@ -2815,7 +2942,7 @@ +@@ -2815,7 +2941,7 @@ } void os::free_memory(char *addr, size_t bytes, size_t alignment_hint) { @@ -1468,7 +1467,7 @@ } void os::numa_make_global(char *addr, size_t bytes) { -@@ -2962,7 +3089,7 @@ +@@ -2962,7 +3088,7 @@ return ::mprotect(addr, size, PROT_NONE) == 0; #else uintptr_t res = (uintptr_t) ::mmap(addr, size, PROT_NONE, @@ -1477,7 +1476,7 @@ return res != (uintptr_t) MAP_FAILED; #endif } -@@ -2989,15 +3116,16 @@ +@@ -2989,15 +3115,16 @@ char * addr; int flags; @@ -1498,7 +1497,7 @@ flags, -1, 0); if (addr != MAP_FAILED) { -@@ -3242,9 +3370,11 @@ +@@ -3242,9 +3369,11 @@ #endif char* os::reserve_memory_special(size_t bytes, char* req_addr, bool exec) { @@ -1510,7 +1509,7 @@ key_t key = IPC_PRIVATE; char *addr; -@@ -3319,11 +3449,19 @@ +@@ -3319,11 +3448,19 @@ // with SysV SHM the entire memory region must be allocated as shared // memory. bool os::can_commit_large_page_memory() { @@ -1530,7 +1529,7 @@ } // Reserve memory at an arbitrary address, only if that area is -@@ -3652,8 +3790,8 @@ +@@ -3652,8 +3789,8 @@ return OS_OK; #else int ret = setpriority(PRIO_PROCESS, thread->osthread()->thread_id(), newpri); @@ -1540,7 +1539,7 @@ } OSReturn os::get_native_priority(const Thread* const thread, int *priority_ptr) { -@@ -4169,7 +4307,7 @@ +@@ -4169,7 +4306,7 @@ } } @@ -1549,7 +1548,7 @@ // This is the fastest way to get thread cpu time on Bsd. // Returns cpu time (user+sys) for any thread, not only for current. // POSIX compliant clocks are implemented in the kernels 2.6.16+. -@@ -4186,6 +4324,7 @@ +@@ -4186,6 +4323,7 @@ } #endif @@ -1557,7 +1556,7 @@ ///// // glibc on Bsd platform uses non-documented flag // to indicate, that some special sort of signal -@@ -4196,6 +4335,7 @@ +@@ -4196,6 +4334,7 @@ #undef SIGNIFICANT_SIGNAL_MASK #endif #define SIGNIFICANT_SIGNAL_MASK (~0x04000000) @@ -1565,7 +1564,7 @@ static const char* get_signal_handler_name(address handler, char* buf, int buflen) { -@@ -4220,8 +4360,10 @@ +@@ -4220,8 +4359,10 @@ sigaction(sig, NULL, &sa); @@ -1576,7 +1575,7 @@ st->print("%s: ", os::exception_name(sig, buf, buflen)); -@@ -4243,7 +4385,11 @@ +@@ -4243,7 +4384,11 @@ // May be, handler was resetted by VMError? if(rh != NULL) { handler = rh; @@ -1588,7 +1587,7 @@ } st->print(", sa_flags=" PTR32_FORMAT, sa.sa_flags); -@@ -4318,7 +4464,9 @@ +@@ -4318,7 +4463,9 @@ os_sigaction(sig, (struct sigaction*)NULL, &act); @@ -1598,7 +1597,7 @@ address thisHandler = (act.sa_flags & SA_SIGINFO) ? CAST_FROM_FN_PTR(address, act.sa_sigaction) -@@ -4379,6 +4527,14 @@ +@@ -4379,6 +4526,14 @@ extern bool signal_name(int signo, char* buf, size_t len); @@ -1613,7 +1612,7 @@ const char* os::exception_name(int exception_code, char* buf, size_t size) { if (0 < exception_code && exception_code <= SIGRTMAX) { // signal -@@ -4448,7 +4604,7 @@ +@@ -4448,7 +4603,7 @@ // this is called _after_ the global arguments have been parsed jint os::init_2(void) { @@ -1622,7 +1621,7 @@ Bsd::fast_thread_clock_init(); #endif -@@ -4632,6 +4788,20 @@ +@@ -4632,6 +4787,20 @@ int os::active_processor_count() { #ifdef _ALLBSD_SOURCE @@ -1643,7 +1642,7 @@ return _processor_count; #else // Bsd doesn't yet have a (official) notion of processor sets, -@@ -5031,7 +5201,7 @@ +@@ -5031,7 +5200,7 @@ return munmap(addr, bytes) == 0; } @@ -1652,7 +1651,7 @@ static jlong slow_thread_cpu_time(Thread *thread, bool user_sys_cpu_time); static clockid_t thread_cpu_clockid(Thread* thread) { -@@ -5055,7 +5225,7 @@ +@@ -5055,7 +5224,7 @@ jlong os::current_thread_cpu_time() { #ifdef __APPLE__ return os::thread_cpu_time(Thread::current(), true /* user + sys */); @@ -1661,7 +1660,7 @@ if (os::Bsd::supports_fast_thread_cpu_time()) { return os::Bsd::fast_thread_cpu_time(CLOCK_THREAD_CPUTIME_ID); } else { -@@ -5066,7 +5236,7 @@ +@@ -5066,7 +5235,7 @@ } jlong os::thread_cpu_time(Thread* thread) { @@ -1670,7 +1669,7 @@ // consistent with what current_thread_cpu_time() returns if (os::Bsd::supports_fast_thread_cpu_time()) { return os::Bsd::fast_thread_cpu_time(thread_cpu_clockid(thread)); -@@ -5079,7 +5249,7 @@ +@@ -5079,7 +5248,7 @@ jlong os::current_thread_cpu_time(bool user_sys_cpu_time) { #ifdef __APPLE__ return os::thread_cpu_time(Thread::current(), user_sys_cpu_time); @@ -1679,7 +1678,7 @@ if (user_sys_cpu_time && os::Bsd::supports_fast_thread_cpu_time()) { return os::Bsd::fast_thread_cpu_time(CLOCK_THREAD_CPUTIME_ID); } else { -@@ -5108,7 +5278,7 @@ +@@ -5108,7 +5277,7 @@ } else { return ((jlong)tinfo.user_time.seconds * 1000000000) + ((jlong)tinfo.user_time.microseconds * (jlong)1000); } @@ -1688,7 +1687,7 @@ if (user_sys_cpu_time && os::Bsd::supports_fast_thread_cpu_time()) { return os::Bsd::fast_thread_cpu_time(thread_cpu_clockid(thread)); } else { -@@ -5117,12 +5287,15 @@ +@@ -5117,12 +5286,15 @@ #endif } @@ -1705,7 +1704,7 @@ static bool proc_pid_cpu_avail = true; static bool proc_task_unchecked = true; static const char *proc_stat_path = "/proc/%d/stat"; -@@ -5206,6 +5379,7 @@ +@@ -5206,6 +5378,7 @@ } else { return (jlong)user_time * (1000000000 / clock_tics_per_sec); } @@ -1713,7 +1712,7 @@ } #endif -@@ -5224,7 +5398,7 @@ +@@ -5224,7 +5397,7 @@ } bool os::is_thread_cpu_time_supported() { @@ -1722,7 +1721,7 @@ return true; #elif defined(_ALLBSD_SOURCE) return false; -@@ -5799,3 +5973,30 @@ +@@ -5799,3 +5972,30 @@ return true; } From owner-svn-ports-head@freebsd.org Tue May 15 23:58:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23D4AEDDA4A; Tue, 15 May 2018 23:58: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 CD2D769E01; Tue, 15 May 2018 23:58: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 9421212846; Tue, 15 May 2018 23:58: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 w4FNwR4b081560; Tue, 15 May 2018 23:58:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNwQLI081556; Tue, 15 May 2018 23:58:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152358.w4FNwQLI081556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:58:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470064 - in head/www: . py-django-jsonfield2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . py-django-jsonfield2 X-SVN-Commit-Revision: 470064 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:58:28 -0000 Author: sunpoet Date: Tue May 15 23:58:26 2018 New Revision: 470064 URL: https://svnweb.freebsd.org/changeset/ports/470064 Log: Add py-django-jsonfield2 3.0.0 jsonfield2 is a reusable model field that allows you to store validated JSON, automatically handling serialization to and from the database. To use, add jsonfield.JSONField to one of your models. WWW: https://pypi.org/project/jsonfield2/ WWW: https://github.com/rpkilby/jsonfield2 Added: head/www/py-django-jsonfield2/ head/www/py-django-jsonfield2/Makefile (contents, props changed) head/www/py-django-jsonfield2/distinfo (contents, props changed) head/www/py-django-jsonfield2/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue May 15 23:55:39 2018 (r470063) +++ head/www/Makefile Tue May 15 23:58:26 2018 (r470064) @@ -1568,6 +1568,7 @@ SUBDIR += py-django-js-asset SUBDIR += py-django-json-rpc SUBDIR += py-django-jsonfield + SUBDIR += py-django-jsonfield2 SUBDIR += py-django-keyedcache SUBDIR += py-django-ldapdb SUBDIR += py-django-livesettings Added: head/www/py-django-jsonfield2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-jsonfield2/Makefile Tue May 15 23:58:26 2018 (r470064) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= jsonfield2 +PORTVERSION= 3.0.0 +CATEGORIES= www python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Reusable Django field to store validated JSON in your model + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python:3.4+ + +GH_ACCOUNT= rpkilby +USE_GITHUB= yes + +.include Added: head/www/py-django-jsonfield2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-jsonfield2/distinfo Tue May 15 23:58:26 2018 (r470064) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526219720 +SHA256 (rpkilby-jsonfield2-3.0.0_GH0.tar.gz) = 223dbbedf1cbc63a711ea02da58446b679e9e56bd698ef02affb737b34445973 +SIZE (rpkilby-jsonfield2-3.0.0_GH0.tar.gz) = 9731 Added: head/www/py-django-jsonfield2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-jsonfield2/pkg-descr Tue May 15 23:58:26 2018 (r470064) @@ -0,0 +1,6 @@ +jsonfield2 is a reusable model field that allows you to store validated JSON, +automatically handling serialization to and from the database. To use, add +jsonfield.JSONField to one of your models. + +WWW: https://pypi.org/project/jsonfield2/ +WWW: https://github.com/rpkilby/jsonfield2 From owner-svn-ports-head@freebsd.org Tue May 15 23:58:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 364D0EDDA9B; Tue, 15 May 2018 23:58: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 C3F1669ED3; Tue, 15 May 2018 23:58:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBABA12847; Tue, 15 May 2018 23:58: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 w4FNwXRo081728; Tue, 15 May 2018 23:58:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNwWCX081725; Tue, 15 May 2018 23:58:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152358.w4FNwWCX081725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470065 - in head/textproc: . rubygem-raabro X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . rubygem-raabro X-SVN-Commit-Revision: 470065 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:58:36 -0000 Author: sunpoet Date: Tue May 15 23:58:32 2018 New Revision: 470065 URL: https://svnweb.freebsd.org/changeset/ports/470065 Log: Add rubygem-raabro 1.1.5 raabro is a dumb PEG parser library. WWW: https://github.com/floraison/raabro Added: head/textproc/rubygem-raabro/ head/textproc/rubygem-raabro/Makefile (contents, props changed) head/textproc/rubygem-raabro/distinfo (contents, props changed) head/textproc/rubygem-raabro/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue May 15 23:58:26 2018 (r470064) +++ head/textproc/Makefile Tue May 15 23:58:32 2018 (r470065) @@ -1572,6 +1572,7 @@ SUBDIR += rubygem-parslet SUBDIR += rubygem-phone SUBDIR += rubygem-pretty-xml + SUBDIR += rubygem-raabro SUBDIR += rubygem-rails-dom-testing SUBDIR += rubygem-rails-dom-testing-rails5 SUBDIR += rubygem-rails-dom-testing-rails50 Added: head/textproc/rubygem-raabro/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-raabro/Makefile Tue May 15 23:58:32 2018 (r470065) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= raabro +PORTVERSION= 1.1.5 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Dumb PEG parser library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/textproc/rubygem-raabro/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-raabro/distinfo Tue May 15 23:58:32 2018 (r470065) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526408516 +SHA256 (rubygem/raabro-1.1.5.gem) = d21601c3b114a31d658899814c89da2fa142869d0f65bbb6721d1acb184b211f +SIZE (rubygem/raabro-1.1.5.gem) = 11776 Added: head/textproc/rubygem-raabro/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-raabro/pkg-descr Tue May 15 23:58:32 2018 (r470065) @@ -0,0 +1,3 @@ +raabro is a dumb PEG parser library. + +WWW: https://github.com/floraison/raabro From owner-svn-ports-head@freebsd.org Tue May 15 23:58:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29A91EDDADD; Tue, 15 May 2018 23:58:43 +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 695BC69F15; Tue, 15 May 2018 23:58: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 0E5B912848; Tue, 15 May 2018 23:58: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 w4FNwdsS081896; Tue, 15 May 2018 23:58:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNwdF9081892; Tue, 15 May 2018 23:58:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152358.w4FNwdF9081892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470066 - in head/devel: . rubygem-fugit X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-fugit X-SVN-Commit-Revision: 470066 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:58:43 -0000 Author: sunpoet Date: Tue May 15 23:58:38 2018 New Revision: 470066 URL: https://svnweb.freebsd.org/changeset/ports/470066 Log: Add rubygem-fugit 1.1.1 Fugit is a time tools for flor and the floraison group. It uses et-orbi to represent time instances and raabro as a basis for its parsers. Fugit will probably become the foundation for rufus-scheduler 4.x WWW: https://github.com/floraison/fugit Added: head/devel/rubygem-fugit/ head/devel/rubygem-fugit/Makefile (contents, props changed) head/devel/rubygem-fugit/distinfo (contents, props changed) head/devel/rubygem-fugit/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 15 23:58:32 2018 (r470065) +++ head/devel/Makefile Tue May 15 23:58:38 2018 (r470066) @@ -5530,6 +5530,7 @@ SUBDIR += rubygem-foreman SUBDIR += rubygem-formatador SUBDIR += rubygem-forwardable-extended + SUBDIR += rubygem-fugit SUBDIR += rubygem-gdata SUBDIR += rubygem-gem-compare SUBDIR += rubygem-gem_plugin Added: head/devel/rubygem-fugit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-fugit/Makefile Tue May 15 23:58:38 2018 (r470066) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fugit +PORTVERSION= 1.1.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Time tools for flor and the floraison project + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-et-orbi>=1.1.1:devel/rubygem-et-orbi \ + rubygem-raabro>=1.1:textproc/rubygem-raabro + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-fugit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-fugit/distinfo Tue May 15 23:58:38 2018 (r470066) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526408715 +SHA256 (rubygem/fugit-1.1.1.gem) = 7968409d04b56c7aba860d599635dd77f3abcfec8178f8ac6d40e0282246241a +SIZE (rubygem/fugit-1.1.1.gem) = 16896 Added: head/devel/rubygem-fugit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-fugit/pkg-descr Tue May 15 23:58:38 2018 (r470066) @@ -0,0 +1,5 @@ +Fugit is a time tools for flor and the floraison group. It uses et-orbi to represent +time instances and raabro as a basis for its parsers. Fugit will probably become +the foundation for rufus-scheduler 4.x + +WWW: https://github.com/floraison/fugit From owner-svn-ports-head@freebsd.org Tue May 15 23:58:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26CD0EDDAFA; Tue, 15 May 2018 23:58: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 CCF9269FBB; Tue, 15 May 2018 23:58: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 AF86512849; Tue, 15 May 2018 23:58: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 w4FNwjcH082035; Tue, 15 May 2018 23:58:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNwjwL082032; Tue, 15 May 2018 23:58:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152358.w4FNwjwL082032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470067 - head/devel/byacc X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/byacc X-SVN-Commit-Revision: 470067 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:58:46 -0000 Author: sunpoet Date: Tue May 15 23:58:44 2018 New Revision: 470067 URL: https://svnweb.freebsd.org/changeset/ports/470067 Log: Update to 20180510 - Update MASTER_SITES - Update WWW Changes: https://invisible-island.net/byacc/CHANGES.html Modified: head/devel/byacc/Makefile head/devel/byacc/distinfo head/devel/byacc/pkg-descr Modified: head/devel/byacc/Makefile ============================================================================== --- head/devel/byacc/Makefile Tue May 15 23:58:38 2018 (r470066) +++ head/devel/byacc/Makefile Tue May 15 23:58:44 2018 (r470067) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= byacc -PORTVERSION= 20170709 +PORTVERSION= 20180510 CATEGORIES= devel -MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ \ +MASTER_SITES= https://invisible-mirror.net/archives/byacc/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org Modified: head/devel/byacc/distinfo ============================================================================== --- head/devel/byacc/distinfo Tue May 15 23:58:38 2018 (r470066) +++ head/devel/byacc/distinfo Tue May 15 23:58:44 2018 (r470067) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499701965 -SHA256 (byacc-20170709.tgz) = 27cf801985dc6082b8732522588a7b64377dd3df841d584ba6150bc86d78d9eb -SIZE (byacc-20170709.tgz) = 743677 +TIMESTAMP = 1526403247 +SHA256 (byacc-20180510.tgz) = d0940dbffbc7e9c9dd4985c25349c390beede84ae1d9fe86b71c0aa659a6d693 +SIZE (byacc-20180510.tgz) = 744070 Modified: head/devel/byacc/pkg-descr ============================================================================== --- head/devel/byacc/pkg-descr Tue May 15 23:58:38 2018 (r470066) +++ head/devel/byacc/pkg-descr Tue May 15 23:58:44 2018 (r470067) @@ -2,4 +2,4 @@ Berkeley Yacc (byacc) is a LALR(1) parser generator. B as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation. -WWW: http://invisible-island.net/byacc/ +WWW: https://invisible-island.net/byacc/ From owner-svn-ports-head@freebsd.org Tue May 15 23:58:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE305EDDB3D; Tue, 15 May 2018 23:58: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 1A6B66A0EB; Tue, 15 May 2018 23:58:51 +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 279A71284A; Tue, 15 May 2018 23:58: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 w4FNwob6082157; Tue, 15 May 2018 23:58:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNwoBW082156; Tue, 15 May 2018 23:58:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152358.w4FNwoBW082156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:58:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470068 - head/misc/pciids X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/pciids X-SVN-Commit-Revision: 470068 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:58:54 -0000 Author: sunpoet Date: Tue May 15 23:58:50 2018 New Revision: 470068 URL: https://svnweb.freebsd.org/changeset/ports/470068 Log: Update to 20180428 Changes: https://github.com/pciutils/pciids/commits/master Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Tue May 15 23:58:44 2018 (r470067) +++ head/misc/pciids/Makefile Tue May 15 23:58:50 2018 (r470068) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20180406 +PORTVERSION= 20180428 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids GH_ACCOUNT= pciutils -GH_TAGNAME= 8b48aa9 +GH_TAGNAME= 2999d91 USE_GITHUB= yes do-install: Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Tue May 15 23:58:44 2018 (r470067) +++ head/misc/pciids/distinfo Tue May 15 23:58:50 2018 (r470068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523094401 -SHA256 (pciutils-pciids-20180406-8b48aa9_GH0.tar.gz) = face141e69cdc03677f00714871bd91ca315911bbe2fbf28e1dcae74acba1858 -SIZE (pciutils-pciids-20180406-8b48aa9_GH0.tar.gz) = 262970 +TIMESTAMP = 1526404379 +SHA256 (pciutils-pciids-20180428-2999d91_GH0.tar.gz) = f96deb342784ff92983fc9036c11070c5a9fb88c8dc99f1101ee2638c7625079 +SIZE (pciutils-pciids-20180428-2999d91_GH0.tar.gz) = 263401 From owner-svn-ports-head@freebsd.org Tue May 15 23:58:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBB61EDDB60; Tue, 15 May 2018 23:58: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 6E2836A15E; Tue, 15 May 2018 23:58: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 508C11284B; Tue, 15 May 2018 23:58: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 w4FNwuOW082282; Tue, 15 May 2018 23:58:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNwugt082281; Tue, 15 May 2018 23:58:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152358.w4FNwugt082281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470069 - head/misc/usbids X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/usbids X-SVN-Commit-Revision: 470069 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:58:56 -0000 Author: sunpoet Date: Tue May 15 23:58:55 2018 New Revision: 470069 URL: https://svnweb.freebsd.org/changeset/ports/470069 Log: Update to 20180504 Changes: https://people.FreeBSD.org/~sunpoet/usbids-20180504.diff Modified: head/misc/usbids/Makefile head/misc/usbids/distinfo Modified: head/misc/usbids/Makefile ============================================================================== --- head/misc/usbids/Makefile Tue May 15 23:58:50 2018 (r470068) +++ head/misc/usbids/Makefile Tue May 15 23:58:55 2018 (r470069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= usbids -PORTVERSION= 20180414 +PORTVERSION= 20180504 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/usbids/distinfo ============================================================================== --- head/misc/usbids/distinfo Tue May 15 23:58:50 2018 (r470068) +++ head/misc/usbids/distinfo Tue May 15 23:58:55 2018 (r470069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523786651 -SHA256 (usbids-20180414.tar.xz) = a44bae243a39f336d54b68251e967e4e80354f3725002bd3ce1e0c4d6e1383c1 -SIZE (usbids-20180414.tar.xz) = 166660 +TIMESTAMP = 1526313493 +SHA256 (usbids-20180504.tar.xz) = 10450fd66fe357c079e7cc444a71fc1bfdfe8af38331db5be9723955e52ac6a9 +SIZE (usbids-20180504.tar.xz) = 166592 From owner-svn-ports-head@freebsd.org Tue May 15 23:59:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84B6CEDDBB9; Tue, 15 May 2018 23:59: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 701B36A25F; Tue, 15 May 2018 23:59: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 CDEF31284C; Tue, 15 May 2018 23:59: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 w4FNx11A082427; Tue, 15 May 2018 23:59:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNx1hX082424; Tue, 15 May 2018 23:59:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNx1hX082424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470070 - head/www/ckeditor X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/ckeditor X-SVN-Commit-Revision: 470070 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:03 -0000 Author: sunpoet Date: Tue May 15 23:59:00 2018 New Revision: 470070 URL: https://svnweb.freebsd.org/changeset/ports/470070 Log: Update to 4.9.2 Changes: https://ckeditor.com/cke4/release-notes Modified: head/www/ckeditor/Makefile head/www/ckeditor/distinfo head/www/ckeditor/pkg-plist Modified: head/www/ckeditor/Makefile ============================================================================== --- head/www/ckeditor/Makefile Tue May 15 23:58:55 2018 (r470069) +++ head/www/ckeditor/Makefile Tue May 15 23:59:00 2018 (r470070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ckeditor -PORTVERSION= 4.8.0 +PORTVERSION= 4.9.2 CATEGORIES= www MASTER_SITES= https://download.cksource.com/CKEditor/CKEditor/CKEditor%20${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}_full Modified: head/www/ckeditor/distinfo ============================================================================== --- head/www/ckeditor/distinfo Tue May 15 23:58:55 2018 (r470069) +++ head/www/ckeditor/distinfo Tue May 15 23:59:00 2018 (r470070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514220467 -SHA256 (ckeditor_4.8.0_full.zip) = 92e0f1dcd65a73ae92a2803b4d44f178e263a5f01c1fd148e6792d622b10c7d6 -SIZE (ckeditor_4.8.0_full.zip) = 1660009 +TIMESTAMP = 1526403318 +SHA256 (ckeditor_4.9.2_full.zip) = 887e10fe016da11232e6c2cdd2a7bbc723ff8fc1bffe58575400fd46c1024bb2 +SIZE (ckeditor_4.9.2_full.zip) = 1686056 Modified: head/www/ckeditor/pkg-plist ============================================================================== --- head/www/ckeditor/pkg-plist Tue May 15 23:58:55 2018 (r470069) +++ head/www/ckeditor/pkg-plist Tue May 15 23:59:00 2018 (r470070) @@ -145,6 +145,7 @@ %%WWWDIR%%/plugins/about/dialogs/about.js %%WWWDIR%%/plugins/about/dialogs/hidpi/logo_ckeditor.png %%WWWDIR%%/plugins/about/dialogs/logo_ckeditor.png +%%WWWDIR%%/plugins/clipboard/dialogs/paste.js %%WWWDIR%%/plugins/colordialog/dialogs/colordialog.css %%WWWDIR%%/plugins/colordialog/dialogs/colordialog.js %%WWWDIR%%/plugins/copyformatting/cursors/cursor-disabled.svg @@ -328,6 +329,7 @@ %%WWWDIR%%/samples/img/header-bg.png %%WWWDIR%%/samples/img/header-separator.png %%WWWDIR%%/samples/img/logo.png +%%WWWDIR%%/samples/img/logo.svg %%WWWDIR%%/samples/img/navigation-tip.png %%WWWDIR%%/samples/index.html %%WWWDIR%%/samples/js/sample.js From owner-svn-ports-head@freebsd.org Tue May 15 23:59:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBE20EDDBF6; Tue, 15 May 2018 23:59: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 0D1506A309; Tue, 15 May 2018 23:59: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 CD48A1284D; Tue, 15 May 2018 23:59: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 w4FNx6lK082550; Tue, 15 May 2018 23:59:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNx6JB082548; Tue, 15 May 2018 23:59:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNx6JB082548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470071 - head/security/p5-Parse-Snort X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Parse-Snort X-SVN-Commit-Revision: 470071 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:08 -0000 Author: sunpoet Date: Tue May 15 23:59:06 2018 New Revision: 470071 URL: https://svnweb.freebsd.org/changeset/ports/470071 Log: Update to 0.9 Changes: http://search.cpan.org/dist/Parse-Snort/Changes Modified: head/security/p5-Parse-Snort/Makefile head/security/p5-Parse-Snort/distinfo Modified: head/security/p5-Parse-Snort/Makefile ============================================================================== --- head/security/p5-Parse-Snort/Makefile Tue May 15 23:59:00 2018 (r470070) +++ head/security/p5-Parse-Snort/Makefile Tue May 15 23:59:06 2018 (r470071) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Parse-Snort -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Parse-Snort/distinfo ============================================================================== --- head/security/p5-Parse-Snort/distinfo Tue May 15 23:59:00 2018 (r470070) +++ head/security/p5-Parse-Snort/distinfo Tue May 15 23:59:06 2018 (r470071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525895004 -SHA256 (Parse-Snort-0.8.tar.gz) = 809a9e99327db8246843ef38ac475935c7a8b7c1ea576432c4fcee11a621b638 -SIZE (Parse-Snort-0.8.tar.gz) = 12690 +TIMESTAMP = 1526403332 +SHA256 (Parse-Snort-0.9.tar.gz) = 819d077b7b9e53fe14069c175768da30974836693b6a8a6e9a9899b109c952f1 +SIZE (Parse-Snort-0.9.tar.gz) = 13314 From owner-svn-ports-head@freebsd.org Tue May 15 23:59:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89C23EDDC45; Tue, 15 May 2018 23:59:14 +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 561DA6A403; Tue, 15 May 2018 23: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 AF6D01284E; Tue, 15 May 2018 23: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 w4FNxClB082674; Tue, 15 May 2018 23:59:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNxCIu082672; Tue, 15 May 2018 23:59:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNxCIu082672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470072 - head/devel/pecl-zookeeper X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pecl-zookeeper X-SVN-Commit-Revision: 470072 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:14 -0000 Author: sunpoet Date: Tue May 15 23:59:11 2018 New Revision: 470072 URL: https://svnweb.freebsd.org/changeset/ports/470072 Log: Update to 0.5.0 Changes: https://pecl.php.net/package-changelog.php?package=zookeeper Modified: head/devel/pecl-zookeeper/Makefile head/devel/pecl-zookeeper/distinfo Modified: head/devel/pecl-zookeeper/Makefile ============================================================================== --- head/devel/pecl-zookeeper/Makefile Tue May 15 23:59:06 2018 (r470071) +++ head/devel/pecl-zookeeper/Makefile Tue May 15 23:59:11 2018 (r470072) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zookeeper -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org Modified: head/devel/pecl-zookeeper/distinfo ============================================================================== --- head/devel/pecl-zookeeper/distinfo Tue May 15 23:59:06 2018 (r470071) +++ head/devel/pecl-zookeeper/distinfo Tue May 15 23:59:11 2018 (r470072) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525554978 -SHA256 (PECL/zookeeper-0.4.1.tgz) = b478258ec6fcb1568a70a4719a794b59b594c022302b836c5b3947a14d0ddbc9 -SIZE (PECL/zookeeper-0.4.1.tgz) = 26599 +TIMESTAMP = 1526403364 +SHA256 (PECL/zookeeper-0.5.0.tgz) = 7cded6021b5b39bb06f86621bbc7b6657d039934f462603f8847ac8379f11237 +SIZE (PECL/zookeeper-0.5.0.tgz) = 26780 From owner-svn-ports-head@freebsd.org Tue May 15 23:59:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAB54EDDC7C; Tue, 15 May 2018 23:59: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 3E0CB6A4C1; Tue, 15 May 2018 23:59: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 BFF961284F; Tue, 15 May 2018 23:59: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 w4FNxHYv082799; Tue, 15 May 2018 23:59:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNxHt6082797; Tue, 15 May 2018 23:59:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNxHt6082797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470073 - head/databases/py-apsw X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-apsw X-SVN-Commit-Revision: 470073 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:18 -0000 Author: sunpoet Date: Tue May 15 23:59:17 2018 New Revision: 470073 URL: https://svnweb.freebsd.org/changeset/ports/470073 Log: Update to 3.23.1 Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html Modified: head/databases/py-apsw/Makefile head/databases/py-apsw/distinfo Modified: head/databases/py-apsw/Makefile ============================================================================== --- head/databases/py-apsw/Makefile Tue May 15 23:59:11 2018 (r470072) +++ head/databases/py-apsw/Makefile Tue May 15 23:59:17 2018 (r470073) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= apsw -PORTVERSION= 3.22.0 +PORTVERSION= 3.23.1 DISTVERSIONSUFFIX= -r1 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-apsw/distinfo ============================================================================== --- head/databases/py-apsw/distinfo Tue May 15 23:59:11 2018 (r470072) +++ head/databases/py-apsw/distinfo Tue May 15 23:59:17 2018 (r470073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520265775 -SHA256 (rogerbinns-apsw-3.22.0-r1_GH0.tar.gz) = 4ac5a9a66b5dd0c11987bff0cc3bd94733e89da26b1cfa4037a36a3ba8392615 -SIZE (rogerbinns-apsw-3.22.0-r1_GH0.tar.gz) = 306007 +TIMESTAMP = 1526403384 +SHA256 (rogerbinns-apsw-3.23.1-r1_GH0.tar.gz) = 692936799f8edfae371709fb948c446ea9e7d6fff5993bc9af6fd579c887f641 +SIZE (rogerbinns-apsw-3.23.1-r1_GH0.tar.gz) = 306415 From owner-svn-ports-head@freebsd.org Tue May 15 23:59:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E97BEDDCC5; Tue, 15 May 2018 23:59: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 680506A600; Tue, 15 May 2018 23:59: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 D4C9112850; Tue, 15 May 2018 23:59: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 w4FNxN68082924; Tue, 15 May 2018 23:59:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNxN4g082922; Tue, 15 May 2018 23:59:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNxN4g082922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470074 - head/databases/py-tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-tarantool X-SVN-Commit-Revision: 470074 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:26 -0000 Author: sunpoet Date: Tue May 15 23:59:23 2018 New Revision: 470074 URL: https://svnweb.freebsd.org/changeset/ports/470074 Log: Update to 0.6.4 Changes: https://github.com/tarantool/tarantool-python/releases Modified: head/databases/py-tarantool/Makefile head/databases/py-tarantool/distinfo Modified: head/databases/py-tarantool/Makefile ============================================================================== --- head/databases/py-tarantool/Makefile Tue May 15 23:59:17 2018 (r470073) +++ head/databases/py-tarantool/Makefile Tue May 15 23:59:23 2018 (r470074) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTVERSION= 0.6.4 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.4:devel NO_ARCH= yes REINPLACE_ARGS= -i '' -USES= python tar:bz2 +USES= python USE_PYTHON= autoplist concurrent distutils post-patch: Modified: head/databases/py-tarantool/distinfo ============================================================================== --- head/databases/py-tarantool/distinfo Tue May 15 23:59:17 2018 (r470073) +++ head/databases/py-tarantool/distinfo Tue May 15 23:59:23 2018 (r470074) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520177361 -SHA256 (tarantool-0.6.1.tar.bz2) = 986dacec1885b98fa3a5cd9c83bff2f177f21d1950ccb9c4a7df8ad02c75ffd8 -SIZE (tarantool-0.6.1.tar.bz2) = 18859 +TIMESTAMP = 1526406214 +SHA256 (tarantool-0.6.4.tar.gz) = 418561b5b232266db80542d2db1313cc8fba889a50ebad640c0a29e20547d387 +SIZE (tarantool-0.6.4.tar.gz) = 21482 From owner-svn-ports-head@freebsd.org Tue May 15 23:59:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96E7BEDDCEA; Tue, 15 May 2018 23: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 4D7516A621; Tue, 15 May 2018 23: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 2EA0012851; Tue, 15 May 2018 23:59: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 w4FNxSCI083046; Tue, 15 May 2018 23:59:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNxS1d083044; Tue, 15 May 2018 23:59:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNxS1d083044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470075 - head/devel/py-oslo.service X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-oslo.service X-SVN-Commit-Revision: 470075 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:29 -0000 Author: sunpoet Date: Tue May 15 23:59:28 2018 New Revision: 470075 URL: https://svnweb.freebsd.org/changeset/ports/470075 Log: Update to 1.31.2 Changes: https://docs.openstack.org/oslo.service/latest/user/history.html Modified: head/devel/py-oslo.service/Makefile head/devel/py-oslo.service/distinfo Modified: head/devel/py-oslo.service/Makefile ============================================================================== --- head/devel/py-oslo.service/Makefile Tue May 15 23:59:23 2018 (r470074) +++ head/devel/py-oslo.service/Makefile Tue May 15 23:59:28 2018 (r470075) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.service -PORTVERSION= 1.31.1 +PORTVERSION= 1.31.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-oslo.service/distinfo ============================================================================== --- head/devel/py-oslo.service/distinfo Tue May 15 23:59:23 2018 (r470074) +++ head/devel/py-oslo.service/distinfo Tue May 15 23:59:28 2018 (r470075) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524259329 -SHA256 (oslo.service-1.31.1.tar.gz) = 2ac82c1d2a2adbb83e05f1075b6d97e46405682b4d143cd04760ad107441feb7 -SIZE (oslo.service-1.31.1.tar.gz) = 69471 +TIMESTAMP = 1526403445 +SHA256 (oslo.service-1.31.2.tar.gz) = 1a78717fafa09805546e5f71e6e5bf6722dc51a60c6452f723ae7d828ae416a5 +SIZE (oslo.service-1.31.2.tar.gz) = 72699 From owner-svn-ports-head@freebsd.org Tue May 15 23:59:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31AF0EDDD1A; Tue, 15 May 2018 23:59: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 824F66A708; Tue, 15 May 2018 23:59:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53ECC12853; Tue, 15 May 2018 23:59: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 w4FNxYCw083171; Tue, 15 May 2018 23:59:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNxY2G083170; Tue, 15 May 2018 23:59:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNxY2G083170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470076 - 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: 470076 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:35 -0000 Author: sunpoet Date: Tue May 15 23:59:33 2018 New Revision: 470076 URL: https://svnweb.freebsd.org/changeset/ports/470076 Log: Update to 3.36.2 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 Tue May 15 23:59:28 2018 (r470075) +++ head/devel/py-oslo.utils/Makefile Tue May 15 23:59:33 2018 (r470076) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oslo.utils -PORTVERSION= 3.36.1 +PORTVERSION= 3.36.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-oslo.utils/distinfo ============================================================================== --- head/devel/py-oslo.utils/distinfo Tue May 15 23:59:28 2018 (r470075) +++ head/devel/py-oslo.utils/distinfo Tue May 15 23:59:33 2018 (r470076) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524750726 -SHA256 (oslo.utils-3.36.1.tar.gz) = baaffb9d1528bdb5677f8c67828c457d5c015249674a33c62e6a0dbddd9f0e58 -SIZE (oslo.utils-3.36.1.tar.gz) = 88497 +TIMESTAMP = 1526403478 +SHA256 (oslo.utils-3.36.2.tar.gz) = 9900be2bc8bf14c187731393dea672ea9579312d6f31b862e527999fde63f2c6 +SIZE (oslo.utils-3.36.2.tar.gz) = 89274 From owner-svn-ports-head@freebsd.org Tue May 15 23:59:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0348CEDDD61; Tue, 15 May 2018 23:59: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 AFF776A7DF; Tue, 15 May 2018 23:59: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 73AE412854; Tue, 15 May 2018 23:59: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 w4FNxdo0083296; Tue, 15 May 2018 23:59:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNxdCo083295; Tue, 15 May 2018 23:59:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNxdCo083295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470077 - head/devel/py-pipenv X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pipenv X-SVN-Commit-Revision: 470077 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:42 -0000 Author: sunpoet Date: Tue May 15 23:59:38 2018 New Revision: 470077 URL: https://svnweb.freebsd.org/changeset/ports/470077 Log: Update to 2018.5.18 - Clean up: REINPLACE_ARGS is not needed after r469395 Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt Modified: head/devel/py-pipenv/Makefile head/devel/py-pipenv/distinfo Modified: head/devel/py-pipenv/Makefile ============================================================================== --- head/devel/py-pipenv/Makefile Tue May 15 23:59:33 2018 (r470076) +++ head/devel/py-pipenv/Makefile Tue May 15 23:59:38 2018 (r470077) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pipenv -PORTVERSION= 11.10.4 +PORTVERSION= 2018.5.18 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:securit ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${FLAVOR} NO_ARCH= yes -REINPLACE_ARGS= -i '' USE_PYTHON= autoplist concurrent distutils USES= python Modified: head/devel/py-pipenv/distinfo ============================================================================== --- head/devel/py-pipenv/distinfo Tue May 15 23:59:33 2018 (r470076) +++ head/devel/py-pipenv/distinfo Tue May 15 23:59:38 2018 (r470077) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526054432 -SHA256 (pipenv-11.10.4.tar.gz) = 986975edaad7bac821fc82426972ff6a8eb417387d0009dedb6cec8c1daca313 -SIZE (pipenv-11.10.4.tar.gz) = 5950213 +TIMESTAMP = 1526403595 +SHA256 (pipenv-2018.5.18.tar.gz) = 04b9a8b02a3ff12a5502b335850cfdb192adcfd1d6bbdb7a7c47cae9ab9ddece +SIZE (pipenv-2018.5.18.tar.gz) = 5944787 From owner-svn-ports-head@freebsd.org Tue May 15 23:59:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFA16EDDD90; Tue, 15 May 2018 23:59: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 B0A4D6A8A2; Tue, 15 May 2018 23:59: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 78D4B12857; Tue, 15 May 2018 23:59: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 w4FNxi4J083419; Tue, 15 May 2018 23:59:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNxilw083418; Tue, 15 May 2018 23:59:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNxilw083418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470078 - head/math/py-statsmodels X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-statsmodels X-SVN-Commit-Revision: 470078 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:45 -0000 Author: sunpoet Date: Tue May 15 23:59:43 2018 New Revision: 470078 URL: https://svnweb.freebsd.org/changeset/ports/470078 Log: Update to 0.9.0 Changes: https://github.com/statsmodels/statsmodels/releases https://github.com/statsmodels/statsmodels/commits/master Modified: head/math/py-statsmodels/Makefile head/math/py-statsmodels/distinfo Modified: head/math/py-statsmodels/Makefile ============================================================================== --- head/math/py-statsmodels/Makefile Tue May 15 23:59:38 2018 (r470077) +++ head/math/py-statsmodels/Makefile Tue May 15 23:59:43 2018 (r470078) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= statsmodels -PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTVERSION= 0.9.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +13,9 @@ COMMENT= Complement to SciPy for statistical computati LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0.12:math/py-pandas@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}patsy>=0.2.1:math/py-patsy@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pandas>=0.14:math/py-pandas@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/math/py-statsmodels/distinfo ============================================================================== --- head/math/py-statsmodels/distinfo Tue May 15 23:59:38 2018 (r470077) +++ head/math/py-statsmodels/distinfo Tue May 15 23:59:43 2018 (r470078) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519521127 -SHA256 (statsmodels-0.8.0.tar.gz) = 26431ab706fbae896db7870a0892743bfbb9f5c83231644692166a31d2d86048 -SIZE (statsmodels-0.8.0.tar.gz) = 9464851 +TIMESTAMP = 1526403624 +SHA256 (statsmodels-0.9.0.tar.gz) = 6461f93a842c649922c2c9a9bc9d9c4834110b89de8c4af196a791ab8f42ba3b +SIZE (statsmodels-0.9.0.tar.gz) = 12658359 From owner-svn-ports-head@freebsd.org Tue May 15 23:59:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1945EEDDDE6; Tue, 15 May 2018 23:59:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F7026A9A6; Tue, 15 May 2018 23:59: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 0380012858; Tue, 15 May 2018 23:59: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 w4FNxnKs083527; Tue, 15 May 2018 23:59:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNxnff083526; Tue, 15 May 2018 23:59:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNxnff083526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470079 - head/textproc/py-elasticsearch-async X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-elasticsearch-async X-SVN-Commit-Revision: 470079 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:51 -0000 Author: sunpoet Date: Tue May 15 23:59:49 2018 New Revision: 470079 URL: https://svnweb.freebsd.org/changeset/ports/470079 Log: Sort TEST_DEPENDS Modified: head/textproc/py-elasticsearch-async/Makefile Modified: head/textproc/py-elasticsearch-async/Makefile ============================================================================== --- head/textproc/py-elasticsearch-async/Makefile Tue May 15 23:59:43 2018 (r470078) +++ head/textproc/py-elasticsearch-async/Makefile Tue May 15 23:59:49 2018 (r470079) @@ -16,9 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}async_timeout>=0:devel/py-async_timeout@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.0.0:textproc/py-elasticsearch@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist distutils From owner-svn-ports-head@freebsd.org Tue May 15 23:59:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6949EDDE34; Tue, 15 May 2018 23:59: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 9DFA16AA86; Tue, 15 May 2018 23:59: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 3AD7312859; Tue, 15 May 2018 23:59: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 w4FNxtcV083652; Tue, 15 May 2018 23:59:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4FNxsHb083650; Tue, 15 May 2018 23:59:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805152359.w4FNxsHb083650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 15 May 2018 23:59:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470080 - 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: 470080 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 23:59:57 -0000 Author: sunpoet Date: Tue May 15 23:59:54 2018 New Revision: 470080 URL: https://svnweb.freebsd.org/changeset/ports/470080 Log: Update to 2.11.49 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 Tue May 15 23:59:49 2018 (r470079) +++ head/devel/rubygem-aws-sdk-core/Makefile Tue May 15 23:59:54 2018 (r470080) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.48 +DISTVERSION= 2.11.49 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Tue May 15 23:59:49 2018 (r470079) +++ head/devel/rubygem-aws-sdk-core/distinfo Tue May 15 23:59:54 2018 (r470080) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526213293 -SHA256 (rubygem/aws-sdk-core-2.11.48.gem) = 1ebcec5d377e23889030207fcd07277c3af6e27558bfe8329652b97235820a62 -SIZE (rubygem/aws-sdk-core-2.11.48.gem) = 1239040 +TIMESTAMP = 1526403656 +SHA256 (rubygem/aws-sdk-core-2.11.49.gem) = bfe2560fd7787bb16336e8ee82bf34ba29ed836462795c4bc2aee453ba7bd49d +SIZE (rubygem/aws-sdk-core-2.11.49.gem) = 1268224 From owner-svn-ports-head@freebsd.org Wed May 16 00:00:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0CEEEDDE9A; Wed, 16 May 2018 00:00: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 01CF56AB42; Wed, 16 May 2018 00:00: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 99C7E1285F; Wed, 16 May 2018 00:00: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 w4G000rK083837; Wed, 16 May 2018 00:00:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G000Ex083836; Wed, 16 May 2018 00:00:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G000Ex083836@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, 16 May 2018 00:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470081 - 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: 470081 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:02 -0000 Author: sunpoet Date: Tue May 15 23:59:59 2018 New Revision: 470081 URL: https://svnweb.freebsd.org/changeset/ports/470081 Log: Update to 2.11.49 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 Tue May 15 23:59:54 2018 (r470080) +++ head/devel/rubygem-aws-sdk-resources/Makefile Tue May 15 23:59:59 2018 (r470081) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.48 +DISTVERSION= 2.11.49 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Tue May 15 23:59:54 2018 (r470080) +++ head/devel/rubygem-aws-sdk-resources/distinfo Tue May 15 23:59:59 2018 (r470081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526213298 -SHA256 (rubygem/aws-sdk-resources-2.11.48.gem) = e916e92f5343b80e0a14e014293bafe241ae07cd95e6068c6d77cabf0936faaf -SIZE (rubygem/aws-sdk-resources-2.11.48.gem) = 48640 +TIMESTAMP = 1526403667 +SHA256 (rubygem/aws-sdk-resources-2.11.49.gem) = 8918f65d284d127d1ecbe8735b5e304317951c68cd3af26f3198206c40a6c275 +SIZE (rubygem/aws-sdk-resources-2.11.49.gem) = 48640 From owner-svn-ports-head@freebsd.org Wed May 16 00:00:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC861EDDECE; Wed, 16 May 2018 00:00: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 2D2696AC19; Wed, 16 May 2018 00:00: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 EC94612860; Wed, 16 May 2018 00:00: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 w4G005kA083969; Wed, 16 May 2018 00:00:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G005O9083968; Wed, 16 May 2018 00:00:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G005O9083968@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, 16 May 2018 00:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470082 - 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: 470082 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:07 -0000 Author: sunpoet Date: Wed May 16 00:00:05 2018 New Revision: 470082 URL: https://svnweb.freebsd.org/changeset/ports/470082 Log: Update to 2.11.49 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 Tue May 15 23:59:59 2018 (r470081) +++ head/devel/rubygem-aws-sdk/Makefile Wed May 16 00:00:05 2018 (r470082) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.48 +DISTVERSION= 2.11.49 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Tue May 15 23:59:59 2018 (r470081) +++ head/devel/rubygem-aws-sdk/distinfo Wed May 16 00:00:05 2018 (r470082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526213306 -SHA256 (rubygem/aws-sdk-2.11.48.gem) = 85079dca1b36c33e82a024da2d3e0eec9e1e60520fbbb6a6b6dc43cdf0942f98 -SIZE (rubygem/aws-sdk-2.11.48.gem) = 4608 +TIMESTAMP = 1526403677 +SHA256 (rubygem/aws-sdk-2.11.49.gem) = 69aa60a130ed1dcaabe23dea2eb30b5d533b6ac4b9d99237182a5a36500f653e +SIZE (rubygem/aws-sdk-2.11.49.gem) = 4608 From owner-svn-ports-head@freebsd.org Wed May 16 00:00:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08DDDEDDF08; Wed, 16 May 2018 00: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 91A396ACEA; Wed, 16 May 2018 00: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 475D112863; Wed, 16 May 2018 00:00: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 w4G00BhB084105; Wed, 16 May 2018 00:00:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00AiF084103; Wed, 16 May 2018 00:00:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00AiF084103@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, 16 May 2018 00:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470083 - 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: 470083 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:12 -0000 Author: sunpoet Date: Wed May 16 00:00:10 2018 New Revision: 470083 URL: https://svnweb.freebsd.org/changeset/ports/470083 Log: Update to 0.4.6 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 Wed May 16 00:00:05 2018 (r470082) +++ head/devel/rubygem-mixlib-archive/Makefile Wed May 16 00:00:10 2018 (r470083) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mixlib-archive -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.6 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-mixlib-archive/distinfo ============================================================================== --- head/devel/rubygem-mixlib-archive/distinfo Wed May 16 00:00:05 2018 (r470082) +++ head/devel/rubygem-mixlib-archive/distinfo Wed May 16 00:00:10 2018 (r470083) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524750921 -SHA256 (rubygem/mixlib-archive-0.4.2.gem) = 1967ebd495df6dfff2454cfd705a3e2ea7a1eea84f54ad6b7ad664881cece6ff -SIZE (rubygem/mixlib-archive-0.4.2.gem) = 13312 +TIMESTAMP = 1526403687 +SHA256 (rubygem/mixlib-archive-0.4.6.gem) = 1b67941ffbecc013f6fd00935f2e4c99f71aec69eb42d43b51b3f39f17177968 +SIZE (rubygem/mixlib-archive-0.4.6.gem) = 14336 From owner-svn-ports-head@freebsd.org Wed May 16 00:00:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4C1CEDDF44; Wed, 16 May 2018 00:00: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 77F186ADAB; Wed, 16 May 2018 00:00: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 4EF6F12866; Wed, 16 May 2018 00:00: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 w4G00GNx084235; Wed, 16 May 2018 00:00:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00GpD084234; Wed, 16 May 2018 00:00:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00GpD084234@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, 16 May 2018 00:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470084 - in head/www/rubygem-smashing: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/rubygem-smashing: . files X-SVN-Commit-Revision: 470084 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:17 -0000 Author: sunpoet Date: Wed May 16 00:00:15 2018 New Revision: 470084 URL: https://svnweb.freebsd.org/changeset/ports/470084 Log: Fix gemspec for rubygem-rufus-scheduler 3.5.0 update - Bump PORTREVISION for package change Modified: head/www/rubygem-smashing/Makefile head/www/rubygem-smashing/files/patch-gemspec Modified: head/www/rubygem-smashing/Makefile ============================================================================== --- head/www/rubygem-smashing/Makefile Wed May 16 00:00:10 2018 (r470083) +++ head/www/rubygem-smashing/Makefile Wed May 16 00:00:15 2018 (r470084) @@ -3,6 +3,7 @@ PORTNAME= smashing PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-smashing/files/patch-gemspec ============================================================================== --- head/www/rubygem-smashing/files/patch-gemspec Wed May 16 00:00:10 2018 (r470083) +++ head/www/rubygem-smashing/files/patch-gemspec Wed May 16 00:00:15 2018 (r470084) @@ -1,10 +1,12 @@ ---- smashing.gemspec.orig 2017-12-27 15:59:19 UTC +--- smashing.gemspec.orig 2018-05-15 18:18:17 UTC +++ smashing.gemspec -@@ -28,7 +28,7 @@ Gem::Specification.new do |s| +@@ -27,8 +27,8 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q.freeze, ["~> 2.0.0"]) s.add_runtime_dependency(%q.freeze, ["~> 2.0.0"]) s.add_runtime_dependency(%q.freeze, ["~> 1.7.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 3.4.2"]) +- s.add_runtime_dependency(%q.freeze, ["~> 3.4.2"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.19.4"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 3.4", ">= 3.4.2"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.19", ">= 0.19.4"]) s.add_runtime_dependency(%q.freeze, ["~> 3.7.1"]) s.add_runtime_dependency(%q.freeze, ["~> 2.0.0"]) From owner-svn-ports-head@freebsd.org Wed May 16 00:00:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50A5CEDDF83; Wed, 16 May 2018 00:00: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 C02FD6AE9D; Wed, 16 May 2018 00:00:22 +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 4BF0212867; Wed, 16 May 2018 00:00: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 w4G00MCt084370; Wed, 16 May 2018 00:00:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00LsP084367; Wed, 16 May 2018 00:00:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00LsP084367@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, 16 May 2018 00:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470085 - head/devel/rubygem-rufus-scheduler X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-rufus-scheduler X-SVN-Commit-Revision: 470085 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:23 -0000 Author: sunpoet Date: Wed May 16 00:00:21 2018 New Revision: 470085 URL: https://svnweb.freebsd.org/changeset/ports/470085 Log: Update to 3.5.0 Changes: https://github.com/jmettraux/rufus-scheduler/blob/master/CHANGELOG.txt Modified: head/devel/rubygem-rufus-scheduler/Makefile head/devel/rubygem-rufus-scheduler/distinfo Modified: head/devel/rubygem-rufus-scheduler/Makefile ============================================================================== --- head/devel/rubygem-rufus-scheduler/Makefile Wed May 16 00:00:15 2018 (r470084) +++ head/devel/rubygem-rufus-scheduler/Makefile Wed May 16 00:00:21 2018 (r470085) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rufus-scheduler -PORTVERSION= 3.4.2 +PORTVERSION= 3.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Ruby job scheduler for at, cron and others LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-et-orbi>=1.0:devel/rubygem-et-orbi +RUN_DEPENDS= rubygem-fugit>=1.1.1:devel/rubygem-fugit NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-rufus-scheduler/distinfo ============================================================================== --- head/devel/rubygem-rufus-scheduler/distinfo Wed May 16 00:00:15 2018 (r470084) +++ head/devel/rubygem-rufus-scheduler/distinfo Wed May 16 00:00:21 2018 (r470085) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499142296 -SHA256 (rubygem/rufus-scheduler-3.4.2.gem) = bca2ad35b56d52860606a9abf26808c7a12a1977e674d4600a76cfcd416dac1f -SIZE (rubygem/rufus-scheduler-3.4.2.gem) = 48128 +TIMESTAMP = 1526403696 +SHA256 (rubygem/rufus-scheduler-3.5.0.gem) = 0601cdf547d8fd87e6ae37ade5ef99c8c63d3f30511caee7628147fe793c9145 +SIZE (rubygem/rufus-scheduler-3.5.0.gem) = 36352 From owner-svn-ports-head@freebsd.org Wed May 16 00:00:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 589EDEDDFC6; Wed, 16 May 2018 00:00: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 40C8E6AFAC; Wed, 16 May 2018 00:00: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 2E55E12868; Wed, 16 May 2018 00:00: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 w4G00RtE084494; Wed, 16 May 2018 00:00:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00R5U084493; Wed, 16 May 2018 00:00:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00R5U084493@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, 16 May 2018 00:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470086 - head/devel/rubygem-sidekiq-scheduler X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-sidekiq-scheduler X-SVN-Commit-Revision: 470086 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:30 -0000 Author: sunpoet Date: Wed May 16 00:00:27 2018 New Revision: 470086 URL: https://svnweb.freebsd.org/changeset/ports/470086 Log: Update to 2.2.2 Changes: https://github.com/moove-it/sidekiq-scheduler/releases Modified: head/devel/rubygem-sidekiq-scheduler/Makefile head/devel/rubygem-sidekiq-scheduler/distinfo Modified: head/devel/rubygem-sidekiq-scheduler/Makefile ============================================================================== --- head/devel/rubygem-sidekiq-scheduler/Makefile Wed May 16 00:00:21 2018 (r470085) +++ head/devel/rubygem-sidekiq-scheduler/Makefile Wed May 16 00:00:27 2018 (r470086) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sidekiq-scheduler -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sidekiq-scheduler/distinfo ============================================================================== --- head/devel/rubygem-sidekiq-scheduler/distinfo Wed May 16 00:00:21 2018 (r470085) +++ head/devel/rubygem-sidekiq-scheduler/distinfo Wed May 16 00:00:27 2018 (r470086) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517036001 -SHA256 (rubygem/sidekiq-scheduler-2.2.1.gem) = 6ed8e283162b5d7aa7d3989ccf70f5e6633a15eb04eae94a2659223f9332bba0 -SIZE (rubygem/sidekiq-scheduler-2.2.1.gem) = 18944 +TIMESTAMP = 1526403708 +SHA256 (rubygem/sidekiq-scheduler-2.2.2.gem) = 4970bdea805d1eb21533c3b28ea9893b4286d68166c0b79ff0525d22c2d9a599 +SIZE (rubygem/sidekiq-scheduler-2.2.2.gem) = 19456 From owner-svn-ports-head@freebsd.org Wed May 16 00:00:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F113EDDFF7; Wed, 16 May 2018 00: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 0D5DC6B120; Wed, 16 May 2018 00:00:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E37191286A; Wed, 16 May 2018 00: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 w4G00XPY084617; Wed, 16 May 2018 00:00:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00XVj084615; Wed, 16 May 2018 00:00:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00XVj084615@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, 16 May 2018 00:00:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470087 - head/devel/p5-CHI-Driver-DBI X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-CHI-Driver-DBI X-SVN-Commit-Revision: 470087 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:34 -0000 Author: sunpoet Date: Wed May 16 00:00:33 2018 New Revision: 470087 URL: https://svnweb.freebsd.org/changeset/ports/470087 Log: Add LICENSE - Fix *_DEPENDS - Add NO_ARCH - Update pkg-descr - Bump PORTREVISION for dependency change - Take maintainership Modified: head/devel/p5-CHI-Driver-DBI/Makefile head/devel/p5-CHI-Driver-DBI/pkg-descr (contents, props changed) Modified: head/devel/p5-CHI-Driver-DBI/Makefile ============================================================================== --- head/devel/p5-CHI-Driver-DBI/Makefile Wed May 16 00:00:27 2018 (r470086) +++ head/devel/p5-CHI-Driver-DBI/Makefile Wed May 16 00:00:33 2018 (r470087) @@ -2,22 +2,25 @@ PORTNAME= CHI-Driver-DBI PORTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JSWARTZ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Use DBI for CHI unified cache interface storage +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-CHI>=0.241:devel/p5-CHI \ p5-DBI>=1.26:databases/p5-DBI \ - p5-Moose>=0.66:devel/p5-Moose \ - p5-Test-Class>=0:devel/p5-Test-Class \ - p5-Test-Exception>=0:devel/p5-Test-Exception \ - p5-Try-Tiny>=0:lang/p5-Try-Tiny + p5-Moose>=0.66:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-CHI-Driver-DBI/pkg-descr ============================================================================== --- head/devel/p5-CHI-Driver-DBI/pkg-descr Wed May 16 00:00:27 2018 (r470086) +++ head/devel/p5-CHI-Driver-DBI/pkg-descr Wed May 16 00:00:33 2018 (r470087) @@ -1,6 +1,5 @@ -This driver uses a database table to store the cache for CHI. -The newest versions of MySQL and SQLite are known to work. -Other RDBMSes should work. +This driver uses a database table to store the cache. The newest versions of +MySQL and SQLite work are known to work. Other RDBMSes should work. Why cache things in a database? Isn't the database what people are trying to avoid with caches? This is often true, but a simple primary key lookup is From owner-svn-ports-head@freebsd.org Wed May 16 00:00:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83FFDEDE02E; Wed, 16 May 2018 00:00:40 +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 216AA6B20E; Wed, 16 May 2018 00:00: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 D792112873; Wed, 16 May 2018 00:00: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 w4G00dIm084740; Wed, 16 May 2018 00:00:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00dAb084738; Wed, 16 May 2018 00:00:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00dAb084738@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, 16 May 2018 00:00:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470088 - head/devel/p5-Data-Serializable X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Data-Serializable X-SVN-Commit-Revision: 470088 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:40 -0000 Author: sunpoet Date: Wed May 16 00:00:39 2018 New Revision: 470088 URL: https://svnweb.freebsd.org/changeset/ports/470088 Log: Fix LICENSE - Fix *_DEPENDS - Add NO_ARCH - Update pkg-descr - Bump PORTREVISION for dependency change - Take maintainership Modified: head/devel/p5-Data-Serializable/Makefile head/devel/p5-Data-Serializable/pkg-descr (contents, props changed) Modified: head/devel/p5-Data-Serializable/Makefile ============================================================================== --- head/devel/p5-Data-Serializable/Makefile Wed May 16 00:00:33 2018 (r470087) +++ head/devel/p5-Data-Serializable/Makefile Wed May 16 00:00:39 2018 (r470088) @@ -2,22 +2,25 @@ PORTNAME= Data-Serializable PORTVERSION= 0.41.0 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Moose role that adds serialization support to any class -LICENSE= GPLv3 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-JSON>=0:converters/p5-JSON \ p5-Module-Runtime>=0:devel/p5-Module-Runtime \ - p5-Moose>=0:devel/p5-Moose \ - p5-Test-Exception>=0:devel/p5-Test-Exception + p5-Moose>=0:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Data-Serializable/pkg-descr ============================================================================== --- head/devel/p5-Data-Serializable/pkg-descr Wed May 16 00:00:33 2018 (r470087) +++ head/devel/p5-Data-Serializable/pkg-descr Wed May 16 00:00:39 2018 (r470088) @@ -1,6 +1,7 @@ -A Moose-based role that enables the consumer to easily serialize/deserialize -data structures. The default serializer is Storable, but any serializer in the -Data::Serializer hierarchy can be used automatically. You can even install your -own custom serializer if the pre-defined ones are not useful for you. +Data::Serializable is a Moose-based role that enables the consumer to easily +serialize/deserialize data structures. The default serializer is Storable, but +any serializer in the Data::Serializer hierarchy can be used automatically. You +can even install your own custom serializer if the pre-defined ones are not +useful for you. WWW: http://search.cpan.org/dist/Data-Serializable/ From owner-svn-ports-head@freebsd.org Wed May 16 00:00:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 718E4EDE05E; Wed, 16 May 2018 00:00: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 00DCD6B303; Wed, 16 May 2018 00:00: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 D253B1287C; Wed, 16 May 2018 00:00: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 w4G00j0D085781; Wed, 16 May 2018 00:00:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00jYe085779; Wed, 16 May 2018 00:00:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00jYe085779@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, 16 May 2018 00:00:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470089 - head/devel/p5-Log-Log4perl-Appender-Socket-UNIX X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Log-Log4perl-Appender-Socket-UNIX X-SVN-Commit-Revision: 470089 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:46 -0000 Author: sunpoet Date: Wed May 16 00:00:45 2018 New Revision: 470089 URL: https://svnweb.freebsd.org/changeset/ports/470089 Log: Fix LICENSE - Add NO_ARCH - Update pkg-descr - Take maintainership Modified: head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr (contents, props changed) Modified: head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile ============================================================================== --- head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile Wed May 16 00:00:39 2018 (r470088) +++ head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/Makefile Wed May 16 00:00:45 2018 (r470089) @@ -6,12 +6,14 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl module which allows logging to a unix domain socket -LICENSE= GPLv1 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr ============================================================================== --- head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr Wed May 16 00:00:39 2018 (r470088) +++ head/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr Wed May 16 00:00:45 2018 (r470089) @@ -1,3 +1,9 @@ -This is a simple appender for writing log info to a unix domain socket. +Log::Log4perl::Appender::Socket::UNIX is a simple appender for writing to a unix +domain socket. It relies on Socket and only logs to an existing socket - ie. +very useful to always log debug streams to the socket. + +The appender tries to stream to a socket. The socket in questions is beeing +created by the client who wants to listen, once created the messages are coming +thru. WWW: http://search.cpan.org/dist/Log-Log4perl-Appender-Socket-UNIX/ From owner-svn-ports-head@freebsd.org Wed May 16 00:00:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72CBDEDE1A1; Wed, 16 May 2018 00:00:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 245846B3D7; Wed, 16 May 2018 00:00:51 +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 E168E1287F; Wed, 16 May 2018 00:00: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 w4G00oR5085902; Wed, 16 May 2018 00:00:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00o4h085901; Wed, 16 May 2018 00:00:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00o4h085901@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, 16 May 2018 00:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470090 - head/graphics/p5-Data-Google-Visualization-DataSource X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-Data-Google-Visualization-DataSource X-SVN-Commit-Revision: 470090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:51 -0000 Author: sunpoet Date: Wed May 16 00:00:50 2018 New Revision: 470090 URL: https://svnweb.freebsd.org/changeset/ports/470090 Log: Add LICENSE_FILE - Add NO_ARCH - Update pkg-descr - Take maintainership Modified: head/graphics/p5-Data-Google-Visualization-DataSource/Makefile head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr (contents, props changed) Modified: head/graphics/p5-Data-Google-Visualization-DataSource/Makefile ============================================================================== --- head/graphics/p5-Data-Google-Visualization-DataSource/Makefile Wed May 16 00:00:45 2018 (r470089) +++ head/graphics/p5-Data-Google-Visualization-DataSource/Makefile Wed May 16 00:00:50 2018 (r470090) @@ -7,18 +7,20 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl helper class for the Google Chart Tools Datasource Protocol LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \ p5-Data-Google-Visualization-DataTable>=0:graphics/p5-Data-Google-Visualization-DataTable \ - p5-JSON-XS>=2.0:converters/p5-JSON-XS \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-Moose>=0:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr ============================================================================== --- head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr Wed May 16 00:00:45 2018 (r470089) +++ head/graphics/p5-Data-Google-Visualization-DataSource/pkg-descr Wed May 16 00:00:50 2018 (r470090) @@ -1,11 +1,12 @@ -Perl helper class for implementing the Google Chart Tools Datasource Protocol. - The Google Visualization API is a nifty bit of kit for generating pretty -pictures from your data. By design it has a fair amount of Google-cruft, such -as non-standard JSON and stuffing configuration options in to a single CGI -query parameter. +pictures from your data. By design it has a fair amount of Google-cruft, such as +non-standard JSON and stuffing configuration options in to a single CGI query +parameter. It's also got somewhat confusing documentation, and some non-obvious +rules for generating certain message classes. -Data::Google::Visualization::DataTable takes care of preparing data for the -API. +Data::Google::Visualization::DataTable takes care of preparing data for the API, +but this module implements the Google Chart Tools Datasource Protocol, or Google +Visualization API wire protocol, or whatever it is they've decided to call it +this week. WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataSource/ From owner-svn-ports-head@freebsd.org Wed May 16 00:00:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E68E7EDE22D; Wed, 16 May 2018 00:00: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 98B9B6B4B8; Wed, 16 May 2018 00:00: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 77D6812889; Wed, 16 May 2018 00:00: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 w4G00usA086043; Wed, 16 May 2018 00:00:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G00uId086041; Wed, 16 May 2018 00:00:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160000.w4G00uId086041@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, 16 May 2018 00:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470091 - head/graphics/p5-Data-Google-Visualization-DataTable X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-Data-Google-Visualization-DataTable X-SVN-Commit-Revision: 470091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:00:57 -0000 Author: sunpoet Date: Wed May 16 00:00:55 2018 New Revision: 470091 URL: https://svnweb.freebsd.org/changeset/ports/470091 Log: Add LICENSE_FILE - Clean up PLIST - Update pkg-descr - Take maintainership Modified: head/graphics/p5-Data-Google-Visualization-DataTable/Makefile head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr (contents, props changed) head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist (contents, props changed) Modified: head/graphics/p5-Data-Google-Visualization-DataTable/Makefile ============================================================================== --- head/graphics/p5-Data-Google-Visualization-DataTable/Makefile Wed May 16 00:00:50 2018 (r470090) +++ head/graphics/p5-Data-Google-Visualization-DataTable/Makefile Wed May 16 00:00:55 2018 (r470091) @@ -7,14 +7,15 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easily create Google DataTable objects for the Google Visulization API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-JSON-XS>=2.0:converters/p5-JSON-XS -RUN_DEPENDS= p5-JSON-XS>=2.0:converters/p5-JSON-XS +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr ============================================================================== --- head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr Wed May 16 00:00:50 2018 (r470090) +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-descr Wed May 16 00:00:55 2018 (r470091) @@ -1,8 +1,15 @@ -Easily create Google DataTable objects for the Google Visulization API. +Google's excellent Visualization suite requires you to format your Javascript +data very carefully. It's entirely possible to do this by hand, especially with +the help of the most excellent JSON::XS but it's a bit fiddly, largely because +Perl doesn't natively support data types and Google's API accepts a super-set of +JSON - see "JSON vs Javascript" below. -This module is attempts to hide the gory details of preparing your data -before sending it to a JSON serializer - more specifically, hiding some -of the hoops that have to be jump through for making sure your data -serializes to the right data types. +This module is attempts to hide the gory details of preparing your data before +sending it to a JSON serializer - more specifically, hiding some of the hoops +that have to be jump through for making sure your data serializes to the right +data types. + +Every effort has been made to keep naming conventions as close as possible to +those in the API itself. WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataTable/ Modified: head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist ============================================================================== --- head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist Wed May 16 00:00:50 2018 (r470090) +++ head/graphics/p5-Data-Google-Visualization-DataTable/pkg-plist Wed May 16 00:00:55 2018 (r470091) @@ -1,3 +1,2 @@ %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm -@comment %%SITE_PERL%%/Data/Google/Visualization/DataTable.pm.orig %%PERL5_MAN3%%/Data::Google::Visualization::DataTable.3.gz From owner-svn-ports-head@freebsd.org Wed May 16 00:01:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83C9BEDE26E; Wed, 16 May 2018 00:01: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 299CF6B599; Wed, 16 May 2018 00:01: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 0B7A812891; Wed, 16 May 2018 00:01: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 w4G011qC086178; Wed, 16 May 2018 00:01:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G011g9086176; Wed, 16 May 2018 00:01:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160001.w4G011g9086176@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, 16 May 2018 00:01:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470092 - head/net/p5-Net-LDAP-FilterBuilder X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-LDAP-FilterBuilder X-SVN-Commit-Revision: 470092 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:01:02 -0000 Author: sunpoet Date: Wed May 16 00:01:01 2018 New Revision: 470092 URL: https://svnweb.freebsd.org/changeset/ports/470092 Log: Add LICENSE_FILE - Update COMMENT - Update pkg-descr - Take maintainership Modified: head/net/p5-Net-LDAP-FilterBuilder/Makefile head/net/p5-Net-LDAP-FilterBuilder/pkg-descr (contents, props changed) Modified: head/net/p5-Net-LDAP-FilterBuilder/Makefile ============================================================================== --- head/net/p5-Net-LDAP-FilterBuilder/Makefile Wed May 16 00:00:55 2018 (r470091) +++ head/net/p5-Net-LDAP-FilterBuilder/Makefile Wed May 16 00:01:01 2018 (r470092) @@ -6,11 +6,12 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl module to construct LDAP filter statments +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Build LDAP filter statements LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure Modified: head/net/p5-Net-LDAP-FilterBuilder/pkg-descr ============================================================================== --- head/net/p5-Net-LDAP-FilterBuilder/pkg-descr Wed May 16 00:00:55 2018 (r470091) +++ head/net/p5-Net-LDAP-FilterBuilder/pkg-descr Wed May 16 00:01:01 2018 (r470092) @@ -1,4 +1,5 @@ -Perl convenience module which simplifies the construction of LDAP query filter -statments as described in RFC-4515. +Net::LDAP::FilterBuilder is a convenience module which greatly simplifies the +construction of LDAP query filter statements, which are described in RFC 4515 +and also the Net::LDAP::Filter manual page. WWW: http://search.cpan.org/dist/Net-LDAP-FilterBuilder/ From owner-svn-ports-head@freebsd.org Wed May 16 00:01:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9CE0EDE2B1; Wed, 16 May 2018 00:01: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 79E7D6B681; Wed, 16 May 2018 00:01: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 59D481289F; Wed, 16 May 2018 00:01: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 w4G017Rl086298; Wed, 16 May 2018 00:01:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G017Ja086297; Wed, 16 May 2018 00:01:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160001.w4G017Ja086297@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, 16 May 2018 00:01:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470093 - head/textproc/p5-PDF-API2-Simple X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-PDF-API2-Simple X-SVN-Commit-Revision: 470093 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:01:08 -0000 Author: sunpoet Date: Wed May 16 00:01:06 2018 New Revision: 470093 URL: https://svnweb.freebsd.org/changeset/ports/470093 Log: Add LICENSE - Add BUILD_DEPENDS - Add NO_ARCH - Take maintainership Modified: head/textproc/p5-PDF-API2-Simple/Makefile head/textproc/p5-PDF-API2-Simple/pkg-descr (contents, props changed) Modified: head/textproc/p5-PDF-API2-Simple/Makefile ============================================================================== --- head/textproc/p5-PDF-API2-Simple/Makefile Wed May 16 00:01:01 2018 (r470092) +++ head/textproc/p5-PDF-API2-Simple/Makefile Wed May 16 00:01:06 2018 (r470093) @@ -7,11 +7,15 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHROMATIC PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper for the PDF::API2 modules -RUN_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2 +LICENSE= PD +BUILD_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2 +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-PDF-API2-Simple/pkg-descr ============================================================================== --- head/textproc/p5-PDF-API2-Simple/pkg-descr Wed May 16 00:01:01 2018 (r470092) +++ head/textproc/p5-PDF-API2-Simple/pkg-descr Wed May 16 00:01:06 2018 (r470093) @@ -1,3 +1,3 @@ -Simplistic wrapper for the PDF-API2 modules +PDF::API2::Simple is a simplistic wrapper for the excellent PDF::API2 modules. WWW: http://search.cpan.org/dist/PDF-API2-Simple/ From owner-svn-ports-head@freebsd.org Wed May 16 00:01:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6E1FEDE2FA; Wed, 16 May 2018 00:01: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 9CD806B763; Wed, 16 May 2018 00:01: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 7F7B5128A4; Wed, 16 May 2018 00:01: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 w4G01C79086421; Wed, 16 May 2018 00:01:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G01C5b086419; Wed, 16 May 2018 00:01:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160001.w4G01C5b086419@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, 16 May 2018 00:01:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470094 - head/textproc/p5-Search-QueryParser X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Search-QueryParser X-SVN-Commit-Revision: 470094 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:01:13 -0000 Author: sunpoet Date: Wed May 16 00:01:11 2018 New Revision: 470094 URL: https://svnweb.freebsd.org/changeset/ports/470094 Log: Fix LICENSE - Add NO_ARCH - Fix indent - Update pkg-descr - Take maintainership Modified: head/textproc/p5-Search-QueryParser/Makefile head/textproc/p5-Search-QueryParser/pkg-descr (contents, props changed) Modified: head/textproc/p5-Search-QueryParser/Makefile ============================================================================== --- head/textproc/p5-Search-QueryParser/Makefile Wed May 16 00:01:06 2018 (r470093) +++ head/textproc/p5-Search-QueryParser/Makefile Wed May 16 00:01:11 2018 (r470094) @@ -6,12 +6,14 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse a query into a structure suitable for external search engines -LICENSE= GPLv2 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual -USES= perl5 +NO_ARCH= yes +USES= perl5 USE_PERL5= configure .include Modified: head/textproc/p5-Search-QueryParser/pkg-descr ============================================================================== --- head/textproc/p5-Search-QueryParser/pkg-descr Wed May 16 00:01:06 2018 (r470093) +++ head/textproc/p5-Search-QueryParser/pkg-descr Wed May 16 00:01:11 2018 (r470094) @@ -1,4 +1,5 @@ -This module parses a query string into a data structure to be handled by -external search engines. +Search::QueryParser parses a query string into a data structure to be handled by +external search engines. For examples of such engines, see File::Tabular and +Search::Indexer. WWW: http://search.cpan.org/dist/Search-QueryParser/ From owner-svn-ports-head@freebsd.org Wed May 16 00:01:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A176DEDE399; Wed, 16 May 2018 00:01: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 3D4946B875; Wed, 16 May 2018 00:01: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 F3726128AD; Wed, 16 May 2018 00:01: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 w4G01Hun086544; Wed, 16 May 2018 00:01:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G01H57086542; Wed, 16 May 2018 00:01:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160001.w4G01H57086542@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, 16 May 2018 00:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470095 - head/textproc/p5-Search-QueryParser-SQL X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Search-QueryParser-SQL X-SVN-Commit-Revision: 470095 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:01:19 -0000 Author: sunpoet Date: Wed May 16 00:01:17 2018 New Revision: 470095 URL: https://svnweb.freebsd.org/changeset/ports/470095 Log: Fix LICENSE - Add NO_ARCH - Update pkg-descr - Take maintainership Modified: head/textproc/p5-Search-QueryParser-SQL/Makefile head/textproc/p5-Search-QueryParser-SQL/pkg-descr (contents, props changed) Modified: head/textproc/p5-Search-QueryParser-SQL/Makefile ============================================================================== --- head/textproc/p5-Search-QueryParser-SQL/Makefile Wed May 16 00:01:11 2018 (r470094) +++ head/textproc/p5-Search-QueryParser-SQL/Makefile Wed May 16 00:01:17 2018 (r470095) @@ -6,19 +6,18 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl module to turn free-text queries into SQL WHERE clauses +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Turn free-text queries into SQL WHERE clauses -LICENSE= GPLv2 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Data-Dump>=0:devel/p5-Data-Dump \ p5-Search-QueryParser>=0.93:textproc/p5-Search-QueryParser +RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS:= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ - p5-Data-Dump>=0:devel/p5-Data-Dump \ - p5-Search-QueryParser>=0.93:textproc/p5-Search-QueryParser - +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Search-QueryParser-SQL/pkg-descr ============================================================================== --- head/textproc/p5-Search-QueryParser-SQL/pkg-descr Wed May 16 00:01:11 2018 (r470094) +++ head/textproc/p5-Search-QueryParser-SQL/pkg-descr Wed May 16 00:01:17 2018 (r470095) @@ -1,4 +1,8 @@ -Turn free-text queries into SQL WHERE clauses. The idea is to allow you to treat -your database like a free-text search index, when it really isn't. +Search::QueryParser::SQL is a subclass of Search::QueryParser. Chiefly it +extends the unparse() method to stringify free-text search queries as valid SQL +WHERE clauses. + +The idea is to allow you to treat your database like a free-text search index, +when it really isn't. WWW: http://search.cpan.org/dist/Search-QueryParser-SQL/ From owner-svn-ports-head@freebsd.org Wed May 16 00:01:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 070B5EDE42A; Wed, 16 May 2018 00:01: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 13C5F6B978; Wed, 16 May 2018 00:01: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 290C2128B6; Wed, 16 May 2018 00:01: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 w4G01MfT086666; Wed, 16 May 2018 00:01:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G01Mw8086665; Wed, 16 May 2018 00:01:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160001.w4G01Mw8086665@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, 16 May 2018 00:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470096 - head/www/p5-Plack-Middleware-CrossOrigin X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Plack-Middleware-CrossOrigin X-SVN-Commit-Revision: 470096 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:01:25 -0000 Author: sunpoet Date: Wed May 16 00:01:22 2018 New Revision: 470096 URL: https://svnweb.freebsd.org/changeset/ports/470096 Log: Fix LICENSE - Add NO_ARCH - Update pkg-descr - Fix WWW - Take maintainership Modified: head/www/p5-Plack-Middleware-CrossOrigin/Makefile head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr (contents, props changed) Modified: head/www/p5-Plack-Middleware-CrossOrigin/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-CrossOrigin/Makefile Wed May 16 00:01:17 2018 (r470095) +++ head/www/p5-Plack-Middleware-CrossOrigin/Makefile Wed May 16 00:01:22 2018 (r470096) @@ -6,15 +6,17 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Plack Middleware headers to allow Cross-Origin Resource Sharing -LICENSE= GPLv1 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Plack>=0:www/p5-Plack -RUN_DEPENDS= p5-Plack>=0:www/p5-Plack +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr ============================================================================== --- head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr Wed May 16 00:01:17 2018 (r470095) +++ head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr Wed May 16 00:01:22 2018 (r470096) @@ -1,4 +1,8 @@ -Turn free-text queries into SQL WHERE clauses. The idea is to allow you to treat -your database like a free-text search index, when it really isn't. +Plack::Middleware::CrossOrigin adds Cross Origin Request Sharing headers used by +modern browsers to allow XMLHttpRequest to work across domains. This module will +also help protect against CSRF attacks in some browsers. -WWW: http://search.cpan.org/dist/Search-QueryParser-SQL/ +This module attempts to fully conform to the CORS spec, while allowing +additional flexibility in the values specified for the of the headers. + +WWW: http://search.cpan.org/dist/Plack-Middleware-CrossOrigin/ From owner-svn-ports-head@freebsd.org Wed May 16 00:01:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A07D2EDE4D8; Wed, 16 May 2018 00:01: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 E1ABB6BA8C; Wed, 16 May 2018 00:01: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 23FAF128BC; Wed, 16 May 2018 00:01: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 w4G01R1c086787; Wed, 16 May 2018 00:01:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G01Rr4086786; Wed, 16 May 2018 00:01:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160001.w4G01Rr4086786@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, 16 May 2018 00:01:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470097 - head/www/p5-Plack-Middleware-NoMultipleSlashes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Plack-Middleware-NoMultipleSlashes X-SVN-Commit-Revision: 470097 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:01:31 -0000 Author: sunpoet Date: Wed May 16 00:01:27 2018 New Revision: 470097 URL: https://svnweb.freebsd.org/changeset/ports/470097 Log: Fix LICENSE - Update COMMENT - Add NO_ARCH - Update pkg-descr - Take maintainership Modified: head/www/p5-Plack-Middleware-NoMultipleSlashes/Makefile head/www/p5-Plack-Middleware-NoMultipleSlashes/pkg-descr (contents, props changed) Modified: head/www/p5-Plack-Middleware-NoMultipleSlashes/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-NoMultipleSlashes/Makefile Wed May 16 00:01:22 2018 (r470096) +++ head/www/p5-Plack-Middleware-NoMultipleSlashes/Makefile Wed May 16 00:01:27 2018 (r470097) @@ -6,15 +6,17 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Automatically remove multiple slashes in your paths +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Remove multiple slashes in your paths automatically -LICENSE= GPLv1 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Plack>=0:www/p5-Plack -RUN_DEPENDS= p5-Plack>=0:www/p5-Plack +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-Plack-Middleware-NoMultipleSlashes/pkg-descr ============================================================================== --- head/www/p5-Plack-Middleware-NoMultipleSlashes/pkg-descr Wed May 16 00:01:22 2018 (r470096) +++ head/www/p5-Plack-Middleware-NoMultipleSlashes/pkg-descr Wed May 16 00:01:27 2018 (r470097) @@ -1,5 +1,17 @@ -Plack Middleware. By enabling this middleware, all multiple slashes in your -requests will automatically be cut. //hello///world becomes /hello/world. -Simple as that. +Plack::Middleware::NoMultipleSlashes removes all multiple slashes from your +PATH_INFO. + +Multiple slashes in requests are a common problem, which many share. Apparently, +the RFC states that you should be able to expect different results from +http://server/ and http://server// (notice the second slash), so if the +frameworks wish to maintain RFC compatibility, they cannot remove those extra +slashes for you. + +While you can handle this issue in a reverse proxy, in a rewrite module or in +your code, I find it more comfortable to have Plack take care of it in the thin +layer called Middlewares. + +By enabling this middleware, all multiple slashes in your requests will +automatically be cut. //hello///world becomes /hello/world. Simple as that. WWW: http://search.cpan.org/dist/Plack-Middleware-NoMultipleSlashes/ From owner-svn-ports-head@freebsd.org Wed May 16 00:01:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2669EDE5CC; Wed, 16 May 2018 00:01: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 ECF5E6BB7E; Wed, 16 May 2018 00:01: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 15A9F128C2; Wed, 16 May 2018 00:01: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 w4G01WZ7086896; Wed, 16 May 2018 00:01:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G01WhU086895; Wed, 16 May 2018 00:01:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160001.w4G01WhU086895@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, 16 May 2018 00:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470098 - head/textproc/py-elasticsearch-dsl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-elasticsearch-dsl X-SVN-Commit-Revision: 470098 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:01:37 -0000 Author: sunpoet Date: Wed May 16 00:01:32 2018 New Revision: 470098 URL: https://svnweb.freebsd.org/changeset/ports/470098 Log: Use PY_IPADDRESS - While I'm here, sort RUN_DEPENDS With hat: python Modified: head/textproc/py-elasticsearch-dsl/Makefile Modified: head/textproc/py-elasticsearch-dsl/Makefile ============================================================================== --- head/textproc/py-elasticsearch-dsl/Makefile Wed May 16 00:01:27 2018 (r470097) +++ head/textproc/py-elasticsearch-dsl/Makefile Wed May 16 00:01:32 2018 (r470098) @@ -13,18 +13,13 @@ COMMENT= High level Python client for Elasticsearch LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.1.0:textproc/py-elasticsearch@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.1.0:textproc/py-elasticsearch@${FLAVOR} \ + ${PY_IPADDRESS} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress@${FLAVOR} -.endif - -.include +.include From owner-svn-ports-head@freebsd.org Wed May 16 00:01:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6727AEDE676; Wed, 16 May 2018 00:01: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 1D1D36BC39; Wed, 16 May 2018 00:01: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 B2B71128CF; Wed, 16 May 2018 00:01: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 w4G01cC2089415; Wed, 16 May 2018 00:01:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G01cpe089414; Wed, 16 May 2018 00:01:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805160001.w4G01cpe089414@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, 16 May 2018 00:01:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470099 - 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: 470099 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 00:01:39 -0000 Author: sunpoet Date: Wed May 16 00:01:38 2018 New Revision: 470099 URL: https://svnweb.freebsd.org/changeset/ports/470099 Log: Update to 0.56.0 Changes: https://github.com/bbatsov/rubocop/releases Modified: head/devel/rubygem-rubocop/Makefile head/devel/rubygem-rubocop/distinfo Modified: head/devel/rubygem-rubocop/Makefile ============================================================================== --- head/devel/rubygem-rubocop/Makefile Wed May 16 00:01:32 2018 (r470098) +++ head/devel/rubygem-rubocop/Makefile Wed May 16 00:01:38 2018 (r470099) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rubocop -PORTVERSION= 0.55.0 +PORTVERSION= 0.56.0 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-rubocop/distinfo ============================================================================== --- head/devel/rubygem-rubocop/distinfo Wed May 16 00:01:32 2018 (r470098) +++ head/devel/rubygem-rubocop/distinfo Wed May 16 00:01:38 2018 (r470099) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523979043 -SHA256 (rubygem/rubocop-0.55.0.gem) = 21fc1b25eee37a6b601144b02f2b90d608555aa09aafbf57f03636828d99169f -SIZE (rubygem/rubocop-0.55.0.gem) = 392192 +TIMESTAMP = 1526403727 +SHA256 (rubygem/rubocop-0.56.0.gem) = 687f9418a1475911fdd0cf7c57009620daef2caffe5692b621dc6d1abfb04212 +SIZE (rubygem/rubocop-0.56.0.gem) = 396288 From owner-svn-ports-head@freebsd.org Wed May 16 01:13:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E15B0EE34EF; Wed, 16 May 2018 01:13:24 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AE556E839; Wed, 16 May 2018 01:13:24 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B6E213596; Wed, 16 May 2018 01:13:24 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4G1DO2g025992; Wed, 16 May 2018 01:13:24 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G1DOO8025991; Wed, 16 May 2018 01:13:24 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201805160113.w4G1DOO8025991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Wed, 16 May 2018 01:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470100 - head/sysutils/hared X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/sysutils/hared X-SVN-Commit-Revision: 470100 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 01:13:25 -0000 Author: dvl Date: Wed May 16 01:13:23 2018 New Revision: 470100 URL: https://svnweb.freebsd.org/changeset/ports/470100 Log: Add CONFLICTS_INSTALL. Simplify sample configuration installation after sending patches upstream. Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> Differential Revision: D15079 Modified: head/sysutils/hared/Makefile head/sysutils/hared/distinfo Modified: head/sysutils/hared/Makefile ============================================================================== --- head/sysutils/hared/Makefile Wed May 16 00:01:38 2018 (r470099) +++ head/sysutils/hared/Makefile Wed May 16 01:13:23 2018 (r470100) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= hared -DISTVERSION= 1.0-41 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -ge17cdc6 +DISTVERSION= 1.0-45 +DISTVERSIONSUFFIX= -g8341d8a CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org @@ -23,6 +22,8 @@ GH_TUPLE= go-gcfg:gcfg:f02745a:gcfg/src/gopkg.in/gcfg. golang:net:9dfe398:net/src/golang.org/x/net \ gorilla:websocket:7a8dacf:websocket/src/github.com/gorilla/websocket +CONFLICTS_INSTALL= sysutils/py-hared + OPTIONS_DEFINE= DOCS ETCDIR= ${PREFIX}/etc @@ -34,8 +35,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${GO_WRKSRC}/${GO_PKGNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/daemon/hared.ini.example \ - ${STAGEDIR}${ETCDIR}/hared.ini.sample + ${INSTALL_DATA} ${WRKSRC}/daemon/hared.ini.sample ${STAGEDIR}${ETCDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/hared/distinfo ============================================================================== --- head/sysutils/hared/distinfo Wed May 16 00:01:38 2018 (r470099) +++ head/sysutils/hared/distinfo Wed May 16 01:13:23 2018 (r470100) @@ -1,6 +1,6 @@ -TIMESTAMP = 1522849010 -SHA256 (jpmens-hared-hare-1.0-41-ge17cdc6_GH0.tar.gz) = f16038eaf12d7060462f36af60017141be748f5f9be0ebcd064fb39004156179 -SIZE (jpmens-hared-hare-1.0-41-ge17cdc6_GH0.tar.gz) = 16023 +TIMESTAMP = 1523833144 +SHA256 (jpmens-hared-hare-1.0-45-g8341d8a_GH0.tar.gz) = 2db2b095668426752cd8129ddbd0586188dbad171f64638248c6f6f6e5477b20 +SIZE (jpmens-hared-hare-1.0-45-g8341d8a_GH0.tar.gz) = 16042 SHA256 (go-gcfg-gcfg-f02745a_GH0.tar.gz) = cd1eb3b45b0cc06da82118bcd5cb15fa9f65b4ccb39d67050b666028f8bb9233 SIZE (go-gcfg-gcfg-f02745a_GH0.tar.gz) = 28580 SHA256 (go-warnings-warnings-27b9fab_GH0.tar.gz) = 1db6ca861b2f9f3a53e3dff65d6c2d1b675f2fc7c81dc4f5672e1aaf79b9fe7b From owner-svn-ports-head@freebsd.org Wed May 16 03:51:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EE60EECBA0; Wed, 16 May 2018 03:51:22 +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 D7E6174FDA; Wed, 16 May 2018 03:51:21 +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 B9F91150A7; Wed, 16 May 2018 03:51:21 +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 w4G3pLJc003476; Wed, 16 May 2018 03:51:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G3pLT2003474; Wed, 16 May 2018 03:51:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805160351.w4G3pLT2003474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 16 May 2018 03:51:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470101 - head/math/piranha X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/piranha X-SVN-Commit-Revision: 470101 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 03:51:22 -0000 Author: yuri Date: Wed May 16 03:51:21 2018 New Revision: 470101 URL: https://svnweb.freebsd.org/changeset/ports/470101 Log: math/piranha: Update 0.10 -> 0.11 Reported by: portscout Modified: head/math/piranha/Makefile head/math/piranha/distinfo Modified: head/math/piranha/Makefile ============================================================================== --- head/math/piranha/Makefile Wed May 16 01:13:23 2018 (r470100) +++ head/math/piranha/Makefile Wed May 16 03:51:21 2018 (r470101) @@ -2,8 +2,7 @@ PORTNAME= piranha DISTVERSIONPREFIX= v -DISTVERSION= 0.10 -PORTREVISION= 1 +DISTVERSION= 0.11 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/piranha/distinfo ============================================================================== --- head/math/piranha/distinfo Wed May 16 01:13:23 2018 (r470100) +++ head/math/piranha/distinfo Wed May 16 03:51:21 2018 (r470101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522392828 -SHA256 (bluescarni-piranha-v0.10_GH0.tar.gz) = e2feefb7dac5e441688b2d849c1d89219243ce9a5daeb611b1d9fe952c86bd26 -SIZE (bluescarni-piranha-v0.10_GH0.tar.gz) = 821512 +TIMESTAMP = 1526442547 +SHA256 (bluescarni-piranha-v0.11_GH0.tar.gz) = ab5782696a40888726c752c06a4b60783eda28ee4736b56083b96a53fd9a6230 +SIZE (bluescarni-piranha-v0.11_GH0.tar.gz) = 821345 From owner-svn-ports-head@freebsd.org Wed May 16 04:25:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD1DFEEE50D; Wed, 16 May 2018 04:25:47 +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 8F86D75F71; Wed, 16 May 2018 04:25:47 +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 56CCF155F7; Wed, 16 May 2018 04:25:47 +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 w4G4PlWU021671; Wed, 16 May 2018 04:25:47 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G4PkAI021667; Wed, 16 May 2018 04:25:46 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805160425.w4G4PkAI021667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 16 May 2018 04:25:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470102 - head/net-im/mikutter X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/net-im/mikutter X-SVN-Commit-Revision: 470102 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 04:25:48 -0000 Author: tota Date: Wed May 16 04:25:46 2018 New Revision: 470102 URL: https://svnweb.freebsd.org/changeset/ports/470102 Log: - Update to 3.7.0 Modified: head/net-im/mikutter/Makefile (contents, props changed) head/net-im/mikutter/distinfo (contents, props changed) head/net-im/mikutter/pkg-plist (contents, props changed) Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Wed May 16 03:51:21 2018 (r470101) +++ head/net-im/mikutter/Makefile Wed May 16 04:25:46 2018 (r470102) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.6.8 +PORTVERSION= 3.7.0 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Wed May 16 03:51:21 2018 (r470101) +++ head/net-im/mikutter/distinfo Wed May 16 04:25:46 2018 (r470102) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525690677 -SHA256 (mikutter.3.6.8.tar.gz) = 1b35e80e548190e6d4c81335b6af6d11254834eca4fe097673f0fbda20620d1b -SIZE (mikutter.3.6.8.tar.gz) = 2901057 +TIMESTAMP = 1525766319 +SHA256 (mikutter.3.7.0.tar.gz) = 5850d805bd30994edfd971b6afd32b6640274ac91cc91c1f34ad801d4fa92f5a +SIZE (mikutter.3.7.0.tar.gz) = 2908618 Modified: head/net-im/mikutter/pkg-plist ============================================================================== --- head/net-im/mikutter/pkg-plist Wed May 16 03:51:21 2018 (r470101) +++ head/net-im/mikutter/pkg-plist Wed May 16 04:25:46 2018 (r470102) @@ -14,14 +14,13 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/environment.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/entity.rb -%%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/entity/basic_twitter_entity.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/entity/blank_entity.rb -%%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/entity/extended_twitter_entity.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/entity/regexp_entity.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/entity/segment.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/entity/url_entity.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/mixin.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/mixin/message_mixin.rb +%%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/mixin/photo_interface.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/mixin/photo_mixin.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/mixin/user_mixin.rb %%RUBY_SITELIBDIR%%/mikutter/core/lib/diva_hacks/model.rb @@ -230,6 +229,8 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/zh_TW/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/core/.mikutter.yml %%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/direct_message/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/direct_message.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/dmlistview.rb @@ -482,7 +483,9 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/zh_TW/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/window.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo/model/inner_photo.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo/model/photo.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo/model/photo_variant.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo/photo.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo_support/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/photo_support/Gemfile @@ -548,6 +551,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/zh_CN/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/zh_TW/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/saved_search.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/score/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/score/model/emoji_note.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/score/model/hyper_link_note.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/score/model/text_note.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/score/score.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/score/select.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/model/search.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/ar/search.po @@ -762,6 +771,7 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter/mikutwitter/utils.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter/model.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter/model/directmessage.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter/model/hash_tag.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter/model/message.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter/model/user.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter/model/userlist.rb @@ -770,6 +780,8 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter/test/test_user.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter/test/test_userlist.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter/twitter.rb +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter_api_keys/.mikutter.yml +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/twitter_api_keys/twitter_api_keys.rb %%RUBY_SITELIBDIR%%/mikutter/core/plugin/uitranslator/.mikutter.yml %%RUBY_SITELIBDIR%%/mikutter/core/plugin/uitranslator/Gemfile %%RUBY_SITELIBDIR%%/mikutter/core/plugin/uitranslator/uitranslator.rb From owner-svn-ports-head@freebsd.org Wed May 16 05:00:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A68BDEEFBBE; Wed, 16 May 2018 05:00:11 +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 5978676E4B; Wed, 16 May 2018 05:00:11 +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 3AE9715ACC; Wed, 16 May 2018 05:00:11 +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 w4G50Bij036946; Wed, 16 May 2018 05:00:11 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G50A6u036945; Wed, 16 May 2018 05:00:10 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805160500.w4G50A6u036945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 16 May 2018 05:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470103 - head/net-im/mikutter X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/net-im/mikutter X-SVN-Commit-Revision: 470103 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 05:00:11 -0000 Author: tota Date: Wed May 16 05:00:10 2018 New Revision: 470103 URL: https://svnweb.freebsd.org/changeset/ports/470103 Log: - Update to 3.7.1 Modified: head/net-im/mikutter/Makefile (contents, props changed) head/net-im/mikutter/distinfo (contents, props changed) Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Wed May 16 04:25:46 2018 (r470102) +++ head/net-im/mikutter/Makefile Wed May 16 05:00:10 2018 (r470103) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.7.0 +PORTVERSION= 3.7.1 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Wed May 16 04:25:46 2018 (r470102) +++ head/net-im/mikutter/distinfo Wed May 16 05:00:10 2018 (r470103) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525766319 -SHA256 (mikutter.3.7.0.tar.gz) = 5850d805bd30994edfd971b6afd32b6640274ac91cc91c1f34ad801d4fa92f5a -SIZE (mikutter.3.7.0.tar.gz) = 2908618 +TIMESTAMP = 1526445639 +SHA256 (mikutter.3.7.1.tar.gz) = e076fd26ecdd92dfa2a7828ba41d19fa030705956b9829714ec7c5ec09500d8b +SIZE (mikutter.3.7.1.tar.gz) = 2908736 From owner-svn-ports-head@freebsd.org Wed May 16 05:04:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFCD6EEFFF9; Wed, 16 May 2018 05:04:53 +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 86A1C7723D; Wed, 16 May 2018 05:04:53 +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 65ABE15C5B; Wed, 16 May 2018 05:04:53 +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 w4G54rdc041570; Wed, 16 May 2018 05:04:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G54rbC041569; Wed, 16 May 2018 05:04:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805160504.w4G54rbC041569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 16 May 2018 05:04:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470104 - head/devel/py-fastnumbers X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-fastnumbers X-SVN-Commit-Revision: 470104 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 05:04:54 -0000 Author: yuri Date: Wed May 16 05:04:52 2018 New Revision: 470104 URL: https://svnweb.freebsd.org/changeset/ports/470104 Log: devel/py-fastnumbers: Update 2.0.2 -> 2.0.3 Reported by: portscout Modified: head/devel/py-fastnumbers/Makefile head/devel/py-fastnumbers/distinfo Modified: head/devel/py-fastnumbers/Makefile ============================================================================== --- head/devel/py-fastnumbers/Makefile Wed May 16 05:00:10 2018 (r470103) +++ head/devel/py-fastnumbers/Makefile Wed May 16 05:04:52 2018 (r470104) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fastnumbers -DISTVERSION= 2.0.2 +DISTVERSION= 2.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-fastnumbers/distinfo ============================================================================== --- head/devel/py-fastnumbers/distinfo Wed May 16 05:00:10 2018 (r470103) +++ head/devel/py-fastnumbers/distinfo Wed May 16 05:04:52 2018 (r470104) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510810920 -SHA256 (fastnumbers-2.0.2.tar.gz) = 9bb643edbad37dba9fb14c51fafff573e5ff81fcb903628c2d6c98ed4b88f34f -SIZE (fastnumbers-2.0.2.tar.gz) = 348266 +TIMESTAMP = 1526446861 +SHA256 (fastnumbers-2.0.3.tar.gz) = cdd60a87877814124b10d66fe23042fcefe3e6e4a0ccc1bfef1ee34ec10875c5 +SIZE (fastnumbers-2.0.3.tar.gz) = 370922 From owner-svn-ports-head@freebsd.org Wed May 16 07:36:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 135D6EAB698; Wed, 16 May 2018 07:36:17 +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 B56C27BF5F; Wed, 16 May 2018 07:36:16 +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 9234017435; Wed, 16 May 2018 07:36:16 +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 w4G7aG6p016144; Wed, 16 May 2018 07:36:16 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G7aGsB016142; Wed, 16 May 2018 07:36:16 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805160736.w4G7aGsB016142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 16 May 2018 07:36:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470105 - in head/x11-fm: . krusader2-kde4 X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/x11-fm: . krusader2-kde4 X-SVN-Commit-Revision: 470105 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 07:36:17 -0000 Author: rakuco Date: Wed May 16 07:36:15 2018 New Revision: 470105 URL: https://svnweb.freebsd.org/changeset/ports/470105 Log: Copy x11-fm/krusader2 to x11-fm/krusader-kde4. Keep a KDE4-based version around for the KDE4 widows as preparation for updating Krusader to a newer, KF5-based version. Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D15448 Added: head/x11-fm/krusader2-kde4/ - copied from r470012, head/x11-fm/krusader2/ Modified: head/x11-fm/Makefile head/x11-fm/krusader2-kde4/Makefile Modified: head/x11-fm/Makefile ============================================================================== --- head/x11-fm/Makefile Wed May 16 05:04:52 2018 (r470104) +++ head/x11-fm/Makefile Wed May 16 07:36:15 2018 (r470105) @@ -16,6 +16,7 @@ SUBDIR += gprename SUBDIR += konqueror SUBDIR += krusader2 + SUBDIR += krusader2-kde4 SUBDIR += librfm SUBDIR += libtubo SUBDIR += mtoolsfm Modified: head/x11-fm/krusader2-kde4/Makefile ============================================================================== --- head/x11-fm/krusader2/Makefile Tue May 15 11:56:39 2018 (r470012) +++ head/x11-fm/krusader2-kde4/Makefile Wed May 16 07:36:15 2018 (r470105) @@ -6,12 +6,15 @@ DISTVERSION= 2.4.0-beta3 PORTREVISION= 6 CATEGORIES= x11-fm kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ +PKGNAMESUFFIX= -kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Twin panel file manager for KDE, like midnight or norton commander LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= krusader2-2.* USES= cmake:outsource gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 From owner-svn-ports-head@freebsd.org Wed May 16 08:34:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 776E2EAE870; Wed, 16 May 2018 08:34:11 +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 2A3A77DF55; Wed, 16 May 2018 08:34:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0725817DF1; Wed, 16 May 2018 08:34:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4G8YA44045850; Wed, 16 May 2018 08:34:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G8YAk1045849; Wed, 16 May 2018 08:34:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805160834.w4G8YAk1045849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 16 May 2018 08:34:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470106 - head/textproc/py-pyscss X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/textproc/py-pyscss X-SVN-Commit-Revision: 470106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 08:34:11 -0000 Author: amdmi3 Date: Wed May 16 08:34:10 2018 New Revision: 470106 URL: https://svnweb.freebsd.org/changeset/ports/470106 Log: - Add LICENSE_FILE - Switch to USES=localbase - Switch to new test framework Approved by: portmgr blanket Modified: head/textproc/py-pyscss/Makefile Modified: head/textproc/py-pyscss/Makefile ============================================================================== --- head/textproc/py-pyscss/Makefile Wed May 16 07:36:15 2018 (r470105) +++ head/textproc/py-pyscss/Makefile Wed May 16 08:34:10 2018 (r470106) @@ -11,6 +11,7 @@ MAINTAINER= rum1cro@yandex.ru COMMENT= Compiler for SCSS flavor of the Sass language LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ ${PY_ENUM34} ${PY_PATHLIB} @@ -21,13 +22,10 @@ USE_GITHUB= yes GH_ACCOUNT= Kronuz GH_PROJECT= pyScss -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -USES= python +USES= python localbase:ldflags USE_PYTHON= distutils autoplist -regression-test: build +do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) .include From owner-svn-ports-head@freebsd.org Wed May 16 09:04:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95A34EB072A; Wed, 16 May 2018 09:04:08 +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 461277F1FB; Wed, 16 May 2018 09:04:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 269A9182C5; Wed, 16 May 2018 09:04:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4G948Cr060979; Wed, 16 May 2018 09:04:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G948Ia060978; Wed, 16 May 2018 09:04:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805160904.w4G948Ia060978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 16 May 2018 09:04:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470107 - head/textproc/p5-libxml X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/textproc/p5-libxml X-SVN-Commit-Revision: 470107 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 09:04:08 -0000 Author: amdmi3 Date: Wed May 16 09:04:07 2018 New Revision: 470107 URL: https://svnweb.freebsd.org/changeset/ports/470107 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/textproc/p5-libxml/Makefile Modified: head/textproc/p5-libxml/Makefile ============================================================================== --- head/textproc/p5-libxml/Makefile Wed May 16 08:34:10 2018 (r470106) +++ head/textproc/p5-libxml/Makefile Wed May 16 09:04:07 2018 (r470107) @@ -12,10 +12,14 @@ DISTNAME= libxml-perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Collection of Perl5 modules for working with XML +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Wed May 16 09:11:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 640BDEB0BBA; Wed, 16 May 2018 09:11:11 +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 130857F51A; Wed, 16 May 2018 09:11:11 +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 E8BDC182F7; Wed, 16 May 2018 09:11:10 +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 w4G9BAWg063702; Wed, 16 May 2018 09:11:10 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G9BAdp063697; Wed, 16 May 2018 09:11:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805160911.w4G9BAdp063697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 16 May 2018 09:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470108 - in head/x11-fm/krusader2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/x11-fm/krusader2: . files X-SVN-Commit-Revision: 470108 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 09:11:11 -0000 Author: rakuco Date: Wed May 16 09:11:09 2018 New Revision: 470108 URL: https://svnweb.freebsd.org/changeset/ports/470108 Log: Update Krusader to 2.7.0. This version is based on KDE Frameworks 5. Release notes: https://krusader.org/release/2.7.0/release_notes.txt While here, update pkg-message by pointing to Krusader's documentation, as providing a list of all ports Krusader might use as external dependencies is too much. Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D15436 Deleted: head/x11-fm/krusader2/files/ Modified: head/x11-fm/krusader2/Makefile head/x11-fm/krusader2/distinfo head/x11-fm/krusader2/pkg-message head/x11-fm/krusader2/pkg-plist Modified: head/x11-fm/krusader2/Makefile ============================================================================== --- head/x11-fm/krusader2/Makefile Wed May 16 09:04:07 2018 (r470107) +++ head/x11-fm/krusader2/Makefile Wed May 16 09:11:09 2018 (r470108) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= krusader -DISTVERSION= 2.4.0-beta3 -PORTREVISION= 6 +DISTVERSION= 2.7.0 CATEGORIES= x11-fm kde -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ MAINTAINER= kde@FreeBSD.org COMMENT= Twin panel file manager for KDE, like midnight or norton commander @@ -13,8 +12,15 @@ COMMENT= Twin panel file manager for KDE, like midnigh LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:outsource gettext kde:4 tar:bzip2 -USE_KDE= kdelibs automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build +CONFLICTS_INSTALL= krusader2-kde4 + +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= archive auth auth bookmarks codecs completion config \ + configwidgets coreaddons doctools ecm guiaddons i18n \ + iconthemes itemviews jobwidgets kio notifications parts \ + service solid sonnet textwidgets wallet widgetsaddons \ + windowsystem xmlgui +USE_QT5= concurrent core dbus gui network printsupport xml widgets \ + buildtools_build qmake_build .include Modified: head/x11-fm/krusader2/distinfo ============================================================================== --- head/x11-fm/krusader2/distinfo Wed May 16 09:04:07 2018 (r470107) +++ head/x11-fm/krusader2/distinfo Wed May 16 09:11:09 2018 (r470108) @@ -1,2 +1,3 @@ -SHA256 (krusader-2.4.0-beta3.tar.bz2) = ca43ddeef91e2821142b723d13c0be4bf0d138a9718cccd914cecb675cc97dae -SIZE (krusader-2.4.0-beta3.tar.bz2) = 4305463 +TIMESTAMP = 1526326251 +SHA256 (krusader-2.7.0.tar.xz) = 8b41522b3b1297d5f293f4fe9becaf255bc06b16d5b19b220653da5e951e9a27 +SIZE (krusader-2.7.0.tar.xz) = 2875080 Modified: head/x11-fm/krusader2/pkg-message ============================================================================== --- head/x11-fm/krusader2/pkg-message Wed May 16 09:04:07 2018 (r470107) +++ head/x11-fm/krusader2/pkg-message Wed May 16 09:11:09 2018 (r470108) @@ -1,19 +1,10 @@ -Krusader supports the following additional archivers: +Krusader can use several external programs for additional functionality, from +diff utilities to email programs. -archivers/zip -archivers/unzip -archivers/bzip2 -archivers/rar -archivers/unrar -archivers/unace -archivers/unarj -archivers/rpm +https://docs.kde.org/trunk5/en/extragear-utils/krusader/konfig-dependencies.html +contains a list of programs Krusader optionally looks for. -To use 'update DB' button in the locate dialog, open Settings->Konfigurator, -Dependencies and write '/usr/libexec/locate.updatedb' into the field 'updatedb'. - -Krusader allows to diff file with kdiff3 (textproc/kdiff3) or kompare (devel/kdesdk). - -Krusader supports krename (sysutils/krename) for renaming operations. - +To use 'update DB' button in the locate dialog, open "Settings->Configure +Krusader -> Dependencies" and write '/usr/libexec/locate.updatedb' into the +field 'updatedb'. Modified: head/x11-fm/krusader2/pkg-plist ============================================================================== --- head/x11-fm/krusader2/pkg-plist Wed May 16 09:04:07 2018 (r470107) +++ head/x11-fm/krusader2/pkg-plist Wed May 16 09:11:09 2018 (r470108) @@ -1,402 +1,53 @@ bin/krusader -lib/kde4/kio_iso.so -lib/kde4/kio_krarc.so -share/applications/kde4/krusader.desktop -share/applications/kde4/krusader_root-mode.desktop -share/apps/krusader/icons/hicolor/128x128/actions/exec.png -share/apps/krusader/icons/hicolor/128x128/actions/file_broken.png -share/apps/krusader/icons/hicolor/128x128/actions/fileopen.png -share/apps/krusader/icons/hicolor/128x128/actions/folder.png -share/apps/krusader/icons/hicolor/128x128/actions/folder_html.png -share/apps/krusader/icons/hicolor/128x128/actions/network.png -share/apps/krusader/icons/hicolor/128x128/actions/pipe.png -share/apps/krusader/icons/hicolor/128x128/apps/ark.png -share/apps/krusader/icons/hicolor/128x128/apps/colors.png -share/apps/krusader/icons/hicolor/128x128/apps/date.png -share/apps/krusader/icons/hicolor/128x128/apps/kfm_home.png -share/apps/krusader/icons/hicolor/128x128/apps/konqueror.png -share/apps/krusader/icons/hicolor/128x128/apps/konsole.png -share/apps/krusader/icons/hicolor/128x128/apps/looknfeel.png -share/apps/krusader/icons/hicolor/128x128/apps/package.png -share/apps/krusader/icons/hicolor/128x128/apps/terminal.png -share/apps/krusader/icons/hicolor/128x128/devices/blockdevice.png -share/apps/krusader/icons/hicolor/128x128/mimetypes/binary.png -share/apps/krusader/icons/hicolor/128x128/mimetypes/kmultiple.png -share/apps/krusader/icons/hicolor/128x128/mimetypes/misc.png -share/apps/krusader/icons/hicolor/128x128/mimetypes/tar.png -share/apps/krusader/icons/hicolor/128x128/mimetypes/tgz.png -share/apps/krusader/icons/hicolor/128x128/mimetypes/txt.png -share/apps/krusader/icons/hicolor/16x16/actions/1downarrow.png -share/apps/krusader/icons/hicolor/16x16/actions/1leftarrow.png -share/apps/krusader/icons/hicolor/16x16/actions/1rightarrow.png -share/apps/krusader/icons/hicolor/16x16/actions/1uparrow.png -share/apps/krusader/icons/hicolor/16x16/actions/about_kde.png -share/apps/krusader/icons/hicolor/16x16/actions/add.png -share/apps/krusader/icons/hicolor/16x16/actions/back.png -share/apps/krusader/icons/hicolor/16x16/actions/bookmark.png -share/apps/krusader/icons/hicolor/16x16/actions/bookmark_add.png -share/apps/krusader/icons/hicolor/16x16/actions/bookmark_folder.png -share/apps/krusader/icons/hicolor/16x16/actions/cancel.png -share/apps/krusader/icons/hicolor/16x16/actions/configure.png -share/apps/krusader/icons/hicolor/16x16/actions/connect_creating.png -share/apps/krusader/icons/hicolor/16x16/actions/down.png -share/apps/krusader/icons/hicolor/16x16/actions/edit.png -share/apps/krusader/icons/hicolor/16x16/actions/editcopy.png -share/apps/krusader/icons/hicolor/16x16/actions/editdelete.png -share/apps/krusader/icons/hicolor/16x16/actions/editpaste.png -share/apps/krusader/icons/hicolor/16x16/actions/exec.png -share/apps/krusader/icons/hicolor/16x16/actions/file_broken.png -share/apps/krusader/icons/hicolor/16x16/actions/fileexport.png -share/apps/krusader/icons/hicolor/16x16/actions/filefind.png -share/apps/krusader/icons/hicolor/16x16/actions/fileimport.png -share/apps/krusader/icons/hicolor/16x16/actions/filenew.png -share/apps/krusader/icons/hicolor/16x16/actions/fileopen.png -share/apps/krusader/icons/hicolor/16x16/actions/filesave.png -share/apps/krusader/icons/hicolor/16x16/actions/filesaveas.png -share/apps/krusader/icons/hicolor/16x16/actions/find.png -share/apps/krusader/icons/hicolor/16x16/actions/folder.png -share/apps/krusader/icons/hicolor/16x16/actions/folder_html.png -share/apps/krusader/icons/hicolor/16x16/actions/folder_new.png -share/apps/krusader/icons/hicolor/16x16/actions/history.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_addbookmark.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_arc_pack.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_arc_test.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_arc_unpack.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_bookman.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_bookmark.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_calc.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_cdrom_mounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_cdrom_unmounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_cdwriter_mounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_cdwriter_unmounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_combine.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_compare.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_comparedirs.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_diskusage.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_dvd_mounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_dvd_unmounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_floppy5_mounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_floppy5_unmounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_floppy_mounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_floppy_unmounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_ftp_connect.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_ftp_disconnect.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_ftp_new.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_fullview.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_hdd_mounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_hdd_unmounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_hwinfo.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_invert.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_jumpback.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_mountman.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_nfs_mounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_nfs_unmounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_profile.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_properties.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_select.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_selectall.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_setjumpback.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_split.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_syncbrowse_off.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_syncbrowse_on.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_syncdirs.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_terminal.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_treeview.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_unselect.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_unselectall.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_zip_mounted.png -share/apps/krusader/icons/hicolor/16x16/actions/kr_zip_unmounted.png -share/apps/krusader/icons/hicolor/16x16/actions/locationbar_erase.png -share/apps/krusader/icons/hicolor/16x16/actions/misc.png -share/apps/krusader/icons/hicolor/16x16/actions/network.png -share/apps/krusader/icons/hicolor/16x16/actions/pipe.png -share/apps/krusader/icons/hicolor/16x16/actions/reload.png -share/apps/krusader/icons/hicolor/16x16/actions/remove.png -share/apps/krusader/icons/hicolor/16x16/actions/tab_duplicate.png -share/apps/krusader/icons/hicolor/16x16/actions/tab_new.png -share/apps/krusader/icons/hicolor/16x16/actions/tab_remove.png -share/apps/krusader/icons/hicolor/16x16/actions/thumbnail.png -share/apps/krusader/icons/hicolor/16x16/actions/top.png -share/apps/krusader/icons/hicolor/16x16/actions/up.png -share/apps/krusader/icons/hicolor/16x16/actions/view_detailed.png -share/apps/krusader/icons/hicolor/16x16/actions/view_left_right.png -share/apps/krusader/icons/hicolor/16x16/actions/view_tree.png -share/apps/krusader/icons/hicolor/16x16/actions/viewmag.png -share/apps/krusader/icons/hicolor/16x16/apps/ark.png -share/apps/krusader/icons/hicolor/16x16/apps/colors.png -share/apps/krusader/icons/hicolor/16x16/apps/date.png -share/apps/krusader/icons/hicolor/16x16/apps/kcalc.png -share/apps/krusader/icons/hicolor/16x16/apps/kfm_home.png -share/apps/krusader/icons/hicolor/16x16/apps/konqueror.png -share/apps/krusader/icons/hicolor/16x16/apps/konsole.png -share/apps/krusader/icons/hicolor/16x16/apps/looknfeel.png -share/apps/krusader/icons/hicolor/16x16/apps/package.png -share/apps/krusader/icons/hicolor/16x16/apps/terminal.png -share/apps/krusader/icons/hicolor/16x16/devices/blockdevice.png -share/apps/krusader/icons/hicolor/16x16/mimetypes/binary.png -share/apps/krusader/icons/hicolor/16x16/mimetypes/kmultiple.png -share/apps/krusader/icons/hicolor/16x16/mimetypes/misc.png -share/apps/krusader/icons/hicolor/16x16/mimetypes/tar.png -share/apps/krusader/icons/hicolor/16x16/mimetypes/tgz.png -share/apps/krusader/icons/hicolor/16x16/mimetypes/txt.png -share/apps/krusader/icons/hicolor/22x22/actions/1downarrow.png -share/apps/krusader/icons/hicolor/22x22/actions/1leftarrow.png -share/apps/krusader/icons/hicolor/22x22/actions/1rightarrow.png -share/apps/krusader/icons/hicolor/22x22/actions/1uparrow.png -share/apps/krusader/icons/hicolor/22x22/actions/about_kde.png -share/apps/krusader/icons/hicolor/22x22/actions/add.png -share/apps/krusader/icons/hicolor/22x22/actions/back.png -share/apps/krusader/icons/hicolor/22x22/actions/bookmark.png -share/apps/krusader/icons/hicolor/22x22/actions/bookmark_add.png -share/apps/krusader/icons/hicolor/22x22/actions/bookmark_folder.png -share/apps/krusader/icons/hicolor/22x22/actions/configure.png -share/apps/krusader/icons/hicolor/22x22/actions/connect_creating.png -share/apps/krusader/icons/hicolor/22x22/actions/down.png -share/apps/krusader/icons/hicolor/22x22/actions/edit.png -share/apps/krusader/icons/hicolor/22x22/actions/editcopy.png -share/apps/krusader/icons/hicolor/22x22/actions/editdelete.png -share/apps/krusader/icons/hicolor/22x22/actions/editpaste.png -share/apps/krusader/icons/hicolor/22x22/actions/exec.png -share/apps/krusader/icons/hicolor/22x22/actions/fileexport.png -share/apps/krusader/icons/hicolor/22x22/actions/filefind.png -share/apps/krusader/icons/hicolor/22x22/actions/fileimport.png -share/apps/krusader/icons/hicolor/22x22/actions/filenew.png -share/apps/krusader/icons/hicolor/22x22/actions/fileopen.png -share/apps/krusader/icons/hicolor/22x22/actions/filesave.png -share/apps/krusader/icons/hicolor/22x22/actions/filesaveas.png -share/apps/krusader/icons/hicolor/22x22/actions/find.png -share/apps/krusader/icons/hicolor/22x22/actions/folder.png -share/apps/krusader/icons/hicolor/22x22/actions/folder_new.png -share/apps/krusader/icons/hicolor/22x22/actions/history.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_addbookmark.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_arc_pack.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_arc_test.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_arc_unpack.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_bookman.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_bookmark.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_calc.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_combine.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_compare.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_comparedirs.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_diskusage.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_floppy_mounted.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_floppy_unmounted.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_ftp_connect.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_ftp_disconnect.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_ftp_new.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_fullview.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_hdd_mounted.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_hdd_unmounted.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_hwinfo.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_invert.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_mountman.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_profile.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_properties.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_select.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_selectall.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_split.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_syncdirs.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_terminal.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_treeview.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_unselect.png -share/apps/krusader/icons/hicolor/22x22/actions/kr_unselectall.png -share/apps/krusader/icons/hicolor/22x22/actions/leftjust.png -share/apps/krusader/icons/hicolor/22x22/actions/locationbar_erase.png -share/apps/krusader/icons/hicolor/22x22/actions/misc.png -share/apps/krusader/icons/hicolor/22x22/actions/network.png -share/apps/krusader/icons/hicolor/22x22/actions/reload.png -share/apps/krusader/icons/hicolor/22x22/actions/remove.png -share/apps/krusader/icons/hicolor/22x22/actions/thumbnail.png -share/apps/krusader/icons/hicolor/22x22/actions/top.png -share/apps/krusader/icons/hicolor/22x22/actions/up.png -share/apps/krusader/icons/hicolor/22x22/actions/view_detailed.png -share/apps/krusader/icons/hicolor/22x22/actions/view_left_right.png -share/apps/krusader/icons/hicolor/22x22/actions/view_tree.png -share/apps/krusader/icons/hicolor/22x22/actions/viewmag.png -share/apps/krusader/icons/hicolor/22x22/apps/ark.png -share/apps/krusader/icons/hicolor/22x22/apps/colors.png -share/apps/krusader/icons/hicolor/22x22/apps/date.png -share/apps/krusader/icons/hicolor/22x22/apps/kcalc.png -share/apps/krusader/icons/hicolor/22x22/apps/konqueror.png -share/apps/krusader/icons/hicolor/22x22/apps/konsole.png -share/apps/krusader/icons/hicolor/22x22/mimetypes/binary.png -share/apps/krusader/icons/hicolor/22x22/mimetypes/kmultiple.png -share/apps/krusader/icons/hicolor/22x22/mimetypes/tar.png -share/apps/krusader/icons/hicolor/22x22/mimetypes/tgz.png -share/apps/krusader/icons/hicolor/22x22/mimetypes/txt.png -share/apps/krusader/icons/hicolor/32x32/actions/about_kde.png -share/apps/krusader/icons/hicolor/32x32/actions/add.png -share/apps/krusader/icons/hicolor/32x32/actions/back.png -share/apps/krusader/icons/hicolor/32x32/actions/bookmark.png -share/apps/krusader/icons/hicolor/32x32/actions/bookmark_add.png -share/apps/krusader/icons/hicolor/32x32/actions/bookmark_folder.png -share/apps/krusader/icons/hicolor/32x32/actions/configure.png -share/apps/krusader/icons/hicolor/32x32/actions/connect_creating.png -share/apps/krusader/icons/hicolor/32x32/actions/down.png -share/apps/krusader/icons/hicolor/32x32/actions/edit.png -share/apps/krusader/icons/hicolor/32x32/actions/editcopy.png -share/apps/krusader/icons/hicolor/32x32/actions/editdelete.png -share/apps/krusader/icons/hicolor/32x32/actions/editpaste.png -share/apps/krusader/icons/hicolor/32x32/actions/exec.png -share/apps/krusader/icons/hicolor/32x32/actions/file_broken.png -share/apps/krusader/icons/hicolor/32x32/actions/filefind.png -share/apps/krusader/icons/hicolor/32x32/actions/fileimport.png -share/apps/krusader/icons/hicolor/32x32/actions/filenew.png -share/apps/krusader/icons/hicolor/32x32/actions/fileopen.png -share/apps/krusader/icons/hicolor/32x32/actions/filesave.png -share/apps/krusader/icons/hicolor/32x32/actions/filesaveas.png -share/apps/krusader/icons/hicolor/32x32/actions/find.png -share/apps/krusader/icons/hicolor/32x32/actions/folder.png -share/apps/krusader/icons/hicolor/32x32/actions/folder_html.png -share/apps/krusader/icons/hicolor/32x32/actions/folder_new.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_addbookmark.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_arc_pack.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_arc_test.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_arc_unpack.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_bookman.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_bookmark.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_calc.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_cdrom_mounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_cdrom_unmounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_cdwriter_mounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_cdwriter_unmounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_combine.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_compare.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_comparedirs.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_dependencies.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_diskusage.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_dvd_mounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_dvd_unmounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_floppy5_mounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_floppy5_unmounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_floppy_mounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_floppy_unmounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_ftp_connect.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_ftp_disconnect.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_ftp_new.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_fullview.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_hdd_mounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_hdd_unmounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_hwinfo.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_invert.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_mountman.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_nfs_mounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_nfs_unmounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_profile.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_properties.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_select.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_selectall.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_split.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_syncdirs.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_terminal.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_treeview.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_unselect.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_unselectall.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_useractions.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_zip_mounted.png -share/apps/krusader/icons/hicolor/32x32/actions/kr_zip_unmounted.png -share/apps/krusader/icons/hicolor/32x32/actions/leftjust.png -share/apps/krusader/icons/hicolor/32x32/actions/locationbar_erase.png -share/apps/krusader/icons/hicolor/32x32/actions/messagebox_critical.png -share/apps/krusader/icons/hicolor/32x32/actions/messagebox_info.png -share/apps/krusader/icons/hicolor/32x32/actions/messagebox_warning.png -share/apps/krusader/icons/hicolor/32x32/actions/misc.png -share/apps/krusader/icons/hicolor/32x32/actions/network.png -share/apps/krusader/icons/hicolor/32x32/actions/pipe.png -share/apps/krusader/icons/hicolor/32x32/actions/reload.png -share/apps/krusader/icons/hicolor/32x32/actions/remove.png -share/apps/krusader/icons/hicolor/32x32/actions/top.png -share/apps/krusader/icons/hicolor/32x32/actions/up.png -share/apps/krusader/icons/hicolor/32x32/actions/view_detailed.png -share/apps/krusader/icons/hicolor/32x32/actions/view_left_right.png -share/apps/krusader/icons/hicolor/32x32/actions/view_tree.png -share/apps/krusader/icons/hicolor/32x32/actions/viewmag.png -share/apps/krusader/icons/hicolor/32x32/apps/ark.png -share/apps/krusader/icons/hicolor/32x32/apps/colors.png -share/apps/krusader/icons/hicolor/32x32/apps/date.png -share/apps/krusader/icons/hicolor/32x32/apps/kcalc.png -share/apps/krusader/icons/hicolor/32x32/apps/kfm_home.png -share/apps/krusader/icons/hicolor/32x32/apps/konqueror.png -share/apps/krusader/icons/hicolor/32x32/apps/konsole.png -share/apps/krusader/icons/hicolor/32x32/apps/krename.png -share/apps/krusader/icons/hicolor/32x32/apps/looknfeel.png -share/apps/krusader/icons/hicolor/32x32/apps/package.png -share/apps/krusader/icons/hicolor/32x32/apps/terminal.png -share/apps/krusader/icons/hicolor/32x32/devices/blockdevice.png -share/apps/krusader/icons/hicolor/32x32/mimetypes/binary.png -share/apps/krusader/icons/hicolor/32x32/mimetypes/kmultiple.png -share/apps/krusader/icons/hicolor/32x32/mimetypes/misc.png -share/apps/krusader/icons/hicolor/32x32/mimetypes/tar.png -share/apps/krusader/icons/hicolor/32x32/mimetypes/tgz.png -share/apps/krusader/icons/hicolor/32x32/mimetypes/txt.png -share/apps/krusader/icons/hicolor/48x48/actions/add.png -share/apps/krusader/icons/hicolor/48x48/actions/back.png -share/apps/krusader/icons/hicolor/48x48/actions/bookmark.png -share/apps/krusader/icons/hicolor/48x48/actions/down.png -share/apps/krusader/icons/hicolor/48x48/actions/exec.png -share/apps/krusader/icons/hicolor/48x48/actions/file_broken.png -share/apps/krusader/icons/hicolor/48x48/actions/filenew.png -share/apps/krusader/icons/hicolor/48x48/actions/folder.png -share/apps/krusader/icons/hicolor/48x48/actions/folder_html.png -share/apps/krusader/icons/hicolor/48x48/actions/misc.png -share/apps/krusader/icons/hicolor/48x48/actions/network.png -share/apps/krusader/icons/hicolor/48x48/actions/pipe.png -share/apps/krusader/icons/hicolor/48x48/actions/reload.png -share/apps/krusader/icons/hicolor/48x48/actions/remove.png -share/apps/krusader/icons/hicolor/48x48/actions/up.png -share/apps/krusader/icons/hicolor/48x48/apps/ark.png -share/apps/krusader/icons/hicolor/48x48/apps/colors.png -share/apps/krusader/icons/hicolor/48x48/apps/date.png -share/apps/krusader/icons/hicolor/48x48/apps/kcalc.png -share/apps/krusader/icons/hicolor/48x48/apps/kfm_home.png -share/apps/krusader/icons/hicolor/48x48/apps/konqueror.png -share/apps/krusader/icons/hicolor/48x48/apps/konsole.png -share/apps/krusader/icons/hicolor/48x48/apps/krename.png -share/apps/krusader/icons/hicolor/48x48/apps/looknfeel.png -share/apps/krusader/icons/hicolor/48x48/apps/package.png -share/apps/krusader/icons/hicolor/48x48/apps/terminal.png -share/apps/krusader/icons/hicolor/48x48/devices/blockdevice.png -share/apps/krusader/icons/hicolor/48x48/mimetypes/binary.png -share/apps/krusader/icons/hicolor/48x48/mimetypes/kmultiple.png -share/apps/krusader/icons/hicolor/48x48/mimetypes/misc.png -share/apps/krusader/icons/hicolor/48x48/mimetypes/tar.png -share/apps/krusader/icons/hicolor/48x48/mimetypes/tgz.png -share/apps/krusader/icons/hicolor/48x48/mimetypes/txt.png -share/apps/krusader/icons/hicolor/64x64/actions/exec.png -share/apps/krusader/icons/hicolor/64x64/actions/file_broken.png -share/apps/krusader/icons/hicolor/64x64/actions/fileopen.png -share/apps/krusader/icons/hicolor/64x64/actions/folder.png -share/apps/krusader/icons/hicolor/64x64/actions/folder_html.png -share/apps/krusader/icons/hicolor/64x64/actions/network.png -share/apps/krusader/icons/hicolor/64x64/actions/pipe.png -share/apps/krusader/icons/hicolor/64x64/apps/ark.png -share/apps/krusader/icons/hicolor/64x64/apps/colors.png -share/apps/krusader/icons/hicolor/64x64/apps/date.png -share/apps/krusader/icons/hicolor/64x64/apps/kcalc.png -share/apps/krusader/icons/hicolor/64x64/apps/kfm_home.png -share/apps/krusader/icons/hicolor/64x64/apps/konqueror.png -share/apps/krusader/icons/hicolor/64x64/apps/konsole.png -share/apps/krusader/icons/hicolor/64x64/apps/looknfeel.png -share/apps/krusader/icons/hicolor/64x64/apps/package.png -share/apps/krusader/icons/hicolor/64x64/apps/terminal.png -share/apps/krusader/icons/hicolor/64x64/devices/blockdevice.png -share/apps/krusader/icons/hicolor/64x64/mimetypes/binary.png -share/apps/krusader/icons/hicolor/64x64/mimetypes/kmultiple.png -share/apps/krusader/icons/hicolor/64x64/mimetypes/misc.png -share/apps/krusader/icons/hicolor/64x64/mimetypes/tar.png -share/apps/krusader/icons/hicolor/64x64/mimetypes/tgz.png -share/apps/krusader/icons/hicolor/64x64/mimetypes/txt.png -share/apps/krusader/krusaderlisterui.rc -share/apps/krusader/krusaderui.rc -share/apps/krusader/krviewer.rc -share/apps/krusader/layout.xml -share/apps/krusader/midnight_commander.color -share/apps/krusader/splash.png -share/apps/krusader/total_commander.color -share/apps/krusader/total_commander.keymap -share/apps/krusader/total_commander.keymap.info -share/apps/krusader/useraction_examples.xml -share/config/kio_isorc +etc/xdg/kio_isorc +%%QT_PLUGINDIR%%/kio_iso.so +%%QT_PLUGINDIR%%/kio_krarc.so +man/de/man1/krusader.1.gz +man/it/man1/krusader.1.gz +man/man1/krusader.1.gz +man/nl/man1/krusader.1.gz +man/pt/man1/krusader.1.gz +man/sv/man1/krusader.1.gz +man/uk/man1/krusader.1.gz +share/applications/org.kde.krusader.desktop +share/doc/HTML/de/krusader/advanced-functions.docbook +share/doc/HTML/de/krusader/archives.docbook +share/doc/HTML/de/krusader/basic-functions.docbook +share/doc/HTML/de/krusader/bookmarks.docbook +share/doc/HTML/de/krusader/checksum.docbook +share/doc/HTML/de/krusader/compare.docbook +share/doc/HTML/de/krusader/configuration-files.docbook +share/doc/HTML/de/krusader/credits-and-license.docbook +share/doc/HTML/de/krusader/diskusage.docbook +share/doc/HTML/de/krusader/editors-note.docbook +share/doc/HTML/de/krusader/faq.docbook +share/doc/HTML/de/krusader/features.docbook +share/doc/HTML/de/krusader/glossary.docbook +share/doc/HTML/de/krusader/help.docbook +share/doc/HTML/de/krusader/index.cache.bz2 +share/doc/HTML/de/krusader/index.docbook +share/doc/HTML/de/krusader/installation.docbook +share/doc/HTML/de/krusader/introduction.docbook +share/doc/HTML/de/krusader/keyboard-commands.docbook +share/doc/HTML/de/krusader/konfigurator.docbook +share/doc/HTML/de/krusader/krusader-tools.docbook +share/doc/HTML/de/krusader/locate.docbook +share/doc/HTML/de/krusader/menu-commands.docbook +share/doc/HTML/de/krusader/mount.docbook +share/doc/HTML/de/krusader/mouse-commands.docbook +share/doc/HTML/de/krusader/occupied-space.docbook +share/doc/HTML/de/krusader/profiles.docbook +share/doc/HTML/de/krusader/release-overview.docbook +share/doc/HTML/de/krusader/remote-connections.docbook +share/doc/HTML/de/krusader/search.docbook +share/doc/HTML/de/krusader/splitter.docbook +share/doc/HTML/de/krusader/synchronizer.docbook +share/doc/HTML/de/krusader/user-interface.docbook +share/doc/HTML/de/krusader/useraction-xml.docbook +share/doc/HTML/de/krusader/useractions.docbook +share/doc/HTML/de/krusader/vfs.docbook +share/doc/HTML/de/krusader/viewer-editor.docbook +share/doc/HTML/en/krusader/Icon-edit-delete.png share/doc/HTML/en/krusader/actionman.png share/doc/HTML/en/krusader/advanced-functions.docbook share/doc/HTML/en/krusader/archives.docbook @@ -406,9 +57,9 @@ share/doc/HTML/en/krusader/bookmanedit.png share/doc/HTML/en/krusader/bookmarks.docbook share/doc/HTML/en/krusader/checksum.docbook share/doc/HTML/en/krusader/cmdline.png -share/doc/HTML/en/krusader/common share/doc/HTML/en/krusader/compare.docbook share/doc/HTML/en/krusader/configuration-files.docbook +share/doc/HTML/en/krusader/copyjob.png share/doc/HTML/en/krusader/credits-and-license.docbook share/doc/HTML/en/krusader/diskusage.docbook share/doc/HTML/en/krusader/editors-note.docbook @@ -426,11 +77,9 @@ share/doc/HTML/en/krusader/kgstartup.png share/doc/HTML/en/krusader/konfigurator.docbook share/doc/HTML/en/krusader/krusader-tools.docbook share/doc/HTML/en/krusader/krusader1.png -share/doc/HTML/en/krusader/krusader_title.png share/doc/HTML/en/krusader/listpanel.png share/doc/HTML/en/krusader/locate.docbook share/doc/HTML/en/krusader/mainwindow.png -share/doc/HTML/en/krusader/man-krusader.1.docbook share/doc/HTML/en/krusader/menu-commands.docbook share/doc/HTML/en/krusader/mount.docbook share/doc/HTML/en/krusader/mountman.png @@ -453,12 +102,85 @@ share/doc/HTML/en/krusader/useraction-xml.docbook share/doc/HTML/en/krusader/useractions.docbook share/doc/HTML/en/krusader/vfs.docbook share/doc/HTML/en/krusader/viewer-editor.docbook +share/doc/HTML/it/krusader/advanced-functions.docbook +share/doc/HTML/it/krusader/archives.docbook +share/doc/HTML/it/krusader/basic-functions.docbook +share/doc/HTML/it/krusader/bookmarks.docbook +share/doc/HTML/it/krusader/checksum.docbook +share/doc/HTML/it/krusader/compare.docbook +share/doc/HTML/it/krusader/configuration-files.docbook +share/doc/HTML/it/krusader/credits-and-license.docbook +share/doc/HTML/it/krusader/diskusage.docbook +share/doc/HTML/it/krusader/editors-note.docbook +share/doc/HTML/it/krusader/faq.docbook +share/doc/HTML/it/krusader/features.docbook +share/doc/HTML/it/krusader/glossary.docbook +share/doc/HTML/it/krusader/help.docbook +share/doc/HTML/it/krusader/index.cache.bz2 +share/doc/HTML/it/krusader/index.docbook +share/doc/HTML/it/krusader/installation.docbook +share/doc/HTML/it/krusader/introduction.docbook +share/doc/HTML/it/krusader/keyboard-commands.docbook +share/doc/HTML/it/krusader/konfigurator.docbook +share/doc/HTML/it/krusader/krusader-tools.docbook +share/doc/HTML/it/krusader/locate.docbook +share/doc/HTML/it/krusader/menu-commands.docbook +share/doc/HTML/it/krusader/mount.docbook +share/doc/HTML/it/krusader/mouse-commands.docbook +share/doc/HTML/it/krusader/occupied-space.docbook +share/doc/HTML/it/krusader/profiles.docbook +share/doc/HTML/it/krusader/release-overview.docbook +share/doc/HTML/it/krusader/remote-connections.docbook +share/doc/HTML/it/krusader/search.docbook +share/doc/HTML/it/krusader/splitter.docbook +share/doc/HTML/it/krusader/synchronizer.docbook +share/doc/HTML/it/krusader/user-interface.docbook +share/doc/HTML/it/krusader/useraction-xml.docbook +share/doc/HTML/it/krusader/useractions.docbook +share/doc/HTML/it/krusader/vfs.docbook +share/doc/HTML/it/krusader/viewer-editor.docbook +share/doc/HTML/nl/krusader/advanced-functions.docbook +share/doc/HTML/nl/krusader/archives.docbook +share/doc/HTML/nl/krusader/basic-functions.docbook +share/doc/HTML/nl/krusader/bookmarks.docbook +share/doc/HTML/nl/krusader/checksum.docbook +share/doc/HTML/nl/krusader/compare.docbook +share/doc/HTML/nl/krusader/configuration-files.docbook +share/doc/HTML/nl/krusader/credits-and-license.docbook +share/doc/HTML/nl/krusader/diskusage.docbook +share/doc/HTML/nl/krusader/editors-note.docbook +share/doc/HTML/nl/krusader/faq.docbook +share/doc/HTML/nl/krusader/features.docbook +share/doc/HTML/nl/krusader/glossary.docbook +share/doc/HTML/nl/krusader/help.docbook +share/doc/HTML/nl/krusader/index.cache.bz2 +share/doc/HTML/nl/krusader/index.docbook +share/doc/HTML/nl/krusader/installation.docbook +share/doc/HTML/nl/krusader/introduction.docbook +share/doc/HTML/nl/krusader/keyboard-commands.docbook +share/doc/HTML/nl/krusader/konfigurator.docbook +share/doc/HTML/nl/krusader/krusader-tools.docbook +share/doc/HTML/nl/krusader/locate.docbook +share/doc/HTML/nl/krusader/menu-commands.docbook +share/doc/HTML/nl/krusader/mount.docbook +share/doc/HTML/nl/krusader/mouse-commands.docbook +share/doc/HTML/nl/krusader/occupied-space.docbook +share/doc/HTML/nl/krusader/profiles.docbook +share/doc/HTML/nl/krusader/release-overview.docbook +share/doc/HTML/nl/krusader/remote-connections.docbook +share/doc/HTML/nl/krusader/search.docbook +share/doc/HTML/nl/krusader/splitter.docbook +share/doc/HTML/nl/krusader/synchronizer.docbook +share/doc/HTML/nl/krusader/user-interface.docbook +share/doc/HTML/nl/krusader/useraction-xml.docbook +share/doc/HTML/nl/krusader/useractions.docbook +share/doc/HTML/nl/krusader/vfs.docbook +share/doc/HTML/nl/krusader/viewer-editor.docbook share/doc/HTML/pt/krusader/advanced-functions.docbook share/doc/HTML/pt/krusader/archives.docbook share/doc/HTML/pt/krusader/basic-functions.docbook share/doc/HTML/pt/krusader/bookmarks.docbook share/doc/HTML/pt/krusader/checksum.docbook -share/doc/HTML/pt/krusader/common share/doc/HTML/pt/krusader/compare.docbook share/doc/HTML/pt/krusader/configuration-files.docbook share/doc/HTML/pt/krusader/credits-and-license.docbook @@ -472,12 +194,10 @@ share/doc/HTML/pt/krusader/index.cache.bz2 share/doc/HTML/pt/krusader/index.docbook share/doc/HTML/pt/krusader/installation.docbook share/doc/HTML/pt/krusader/introduction.docbook -share/doc/HTML/pt/krusader/java.docbook share/doc/HTML/pt/krusader/keyboard-commands.docbook share/doc/HTML/pt/krusader/konfigurator.docbook share/doc/HTML/pt/krusader/krusader-tools.docbook share/doc/HTML/pt/krusader/locate.docbook -share/doc/HTML/pt/krusader/man-krusader.1.docbook share/doc/HTML/pt/krusader/menu-commands.docbook share/doc/HTML/pt/krusader/mount.docbook share/doc/HTML/pt/krusader/mouse-commands.docbook @@ -493,51 +213,11 @@ share/doc/HTML/pt/krusader/useraction-xml.docbook share/doc/HTML/pt/krusader/useractions.docbook share/doc/HTML/pt/krusader/vfs.docbook share/doc/HTML/pt/krusader/viewer-editor.docbook -share/doc/HTML/pt_BR/krusader/advanced-functions.docbook -share/doc/HTML/pt_BR/krusader/archives.docbook -share/doc/HTML/pt_BR/krusader/basic-functions.docbook -share/doc/HTML/pt_BR/krusader/bookmarks.docbook -share/doc/HTML/pt_BR/krusader/checksum.docbook -share/doc/HTML/pt_BR/krusader/common -share/doc/HTML/pt_BR/krusader/compare.docbook -share/doc/HTML/pt_BR/krusader/configuration-files.docbook -share/doc/HTML/pt_BR/krusader/credits-and-license.docbook -share/doc/HTML/pt_BR/krusader/diskusage.docbook -share/doc/HTML/pt_BR/krusader/editors-note.docbook -share/doc/HTML/pt_BR/krusader/faq.docbook -share/doc/HTML/pt_BR/krusader/features.docbook -share/doc/HTML/pt_BR/krusader/glossary.docbook -share/doc/HTML/pt_BR/krusader/help.docbook -share/doc/HTML/pt_BR/krusader/index.cache.bz2 -share/doc/HTML/pt_BR/krusader/index.docbook -share/doc/HTML/pt_BR/krusader/installation.docbook -share/doc/HTML/pt_BR/krusader/introduction.docbook -share/doc/HTML/pt_BR/krusader/keyboard-commands.docbook -share/doc/HTML/pt_BR/krusader/konfigurator.docbook -share/doc/HTML/pt_BR/krusader/krusader-tools.docbook -share/doc/HTML/pt_BR/krusader/locate.docbook -share/doc/HTML/pt_BR/krusader/man-krusader.1.docbook -share/doc/HTML/pt_BR/krusader/menu-commands.docbook -share/doc/HTML/pt_BR/krusader/mount.docbook -share/doc/HTML/pt_BR/krusader/mouse-commands.docbook -share/doc/HTML/pt_BR/krusader/occupied-space.docbook -share/doc/HTML/pt_BR/krusader/profiles.docbook -share/doc/HTML/pt_BR/krusader/release-overview.docbook -share/doc/HTML/pt_BR/krusader/remote-connections.docbook -share/doc/HTML/pt_BR/krusader/search.docbook -share/doc/HTML/pt_BR/krusader/splitter.docbook -share/doc/HTML/pt_BR/krusader/synchronizer.docbook -share/doc/HTML/pt_BR/krusader/user-interface.docbook -share/doc/HTML/pt_BR/krusader/useraction-xml.docbook -share/doc/HTML/pt_BR/krusader/useractions.docbook -share/doc/HTML/pt_BR/krusader/vfs.docbook -share/doc/HTML/pt_BR/krusader/viewer-editor.docbook share/doc/HTML/sv/krusader/advanced-functions.docbook share/doc/HTML/sv/krusader/archives.docbook share/doc/HTML/sv/krusader/basic-functions.docbook share/doc/HTML/sv/krusader/bookmarks.docbook share/doc/HTML/sv/krusader/checksum.docbook -share/doc/HTML/sv/krusader/common share/doc/HTML/sv/krusader/compare.docbook share/doc/HTML/sv/krusader/configuration-files.docbook share/doc/HTML/sv/krusader/credits-and-license.docbook @@ -555,7 +235,6 @@ share/doc/HTML/sv/krusader/keyboard-commands.docbook share/doc/HTML/sv/krusader/konfigurator.docbook share/doc/HTML/sv/krusader/krusader-tools.docbook share/doc/HTML/sv/krusader/locate.docbook -share/doc/HTML/sv/krusader/man-krusader.1.docbook share/doc/HTML/sv/krusader/menu-commands.docbook share/doc/HTML/sv/krusader/mount.docbook share/doc/HTML/sv/krusader/mouse-commands.docbook @@ -579,7 +258,6 @@ share/doc/HTML/uk/krusader/bookmanadd.png share/doc/HTML/uk/krusader/bookmanedit.png share/doc/HTML/uk/krusader/bookmarks.docbook share/doc/HTML/uk/krusader/checksum.docbook -share/doc/HTML/uk/krusader/common share/doc/HTML/uk/krusader/compare.docbook share/doc/HTML/uk/krusader/configuration-files.docbook share/doc/HTML/uk/krusader/credits-and-license.docbook @@ -602,7 +280,6 @@ share/doc/HTML/uk/krusader/krusader1.png share/doc/HTML/uk/krusader/listpanel.png share/doc/HTML/uk/krusader/locate.docbook share/doc/HTML/uk/krusader/mainwindow.png -share/doc/HTML/uk/krusader/man-krusader.1.docbook share/doc/HTML/uk/krusader/menu-commands.docbook share/doc/HTML/uk/krusader/mount.docbook share/doc/HTML/uk/krusader/mountman.png @@ -648,11 +325,36 @@ share/icons/hicolor/64x64/apps/krusader_red.png share/icons/hicolor/64x64/apps/krusader_root.png share/icons/hicolor/64x64/apps/krusader_shield.png share/icons/hicolor/64x64/apps/krusader_user.png -share/icons/locolor/16x16/apps/krusader.png -share/icons/locolor/32x32/apps/krusader.png -share/icons/locolor/32x32/apps/krusader2.png -share/kde4/services/iso.protocol -share/kde4/services/krarc.protocol +share/krusader/icons/hicolor/16x16/actions/kr_combine.png +share/krusader/icons/hicolor/16x16/actions/kr_comparedirs.png +share/krusader/icons/hicolor/16x16/actions/kr_diskusage.png +share/krusader/icons/hicolor/16x16/actions/kr_mountman.png +share/krusader/icons/hicolor/16x16/actions/kr_syncbrowse_off.png +share/krusader/icons/hicolor/16x16/actions/kr_syncbrowse_on.png +share/krusader/icons/hicolor/16x16/actions/kr_unselect.png +share/krusader/icons/hicolor/22x22/actions/kr_combine.png +share/krusader/icons/hicolor/22x22/actions/kr_comparedirs.png +share/krusader/icons/hicolor/22x22/actions/kr_diskusage.png +share/krusader/icons/hicolor/22x22/actions/kr_mountman.png +share/krusader/icons/hicolor/22x22/actions/kr_unselect.png +share/krusader/icons/hicolor/32x32/actions/kr_combine.png +share/krusader/icons/hicolor/32x32/actions/kr_comparedirs.png +share/krusader/icons/hicolor/32x32/actions/kr_diskusage.png +share/krusader/icons/hicolor/32x32/actions/kr_mountman.png +share/krusader/icons/hicolor/32x32/actions/kr_unselect.png +share/krusader/layout.xml +share/krusader/midnight_commander.color +share/krusader/splash.png +share/krusader/total_commander.color +share/krusader/total_commander.keymap +share/krusader/total_commander.keymap.info +share/krusader/useraction_examples.xml +share/kservices5/iso.protocol +share/kservices5/krarc.protocol +share/kxmlgui5/krusader/krusaderlisterui.rc +share/kxmlgui5/krusader/krusaderui.rc +share/kxmlgui5/krusader/krviewer.rc +share/locale/ast/LC_MESSAGES/krusader.mo share/locale/bg/LC_MESSAGES/krusader.mo share/locale/bs/LC_MESSAGES/krusader.mo share/locale/ca/LC_MESSAGES/krusader.mo @@ -671,11 +373,13 @@ share/locale/ga/LC_MESSAGES/krusader.mo share/locale/gl/LC_MESSAGES/krusader.mo share/locale/hr/LC_MESSAGES/krusader.mo share/locale/hu/LC_MESSAGES/krusader.mo +share/locale/ia/LC_MESSAGES/krusader.mo share/locale/it/LC_MESSAGES/krusader.mo share/locale/ja/LC_MESSAGES/krusader.mo share/locale/ko/LC_MESSAGES/krusader.mo share/locale/lt/LC_MESSAGES/krusader.mo share/locale/mai/LC_MESSAGES/krusader.mo +share/locale/mr/LC_MESSAGES/krusader.mo share/locale/nb/LC_MESSAGES/krusader.mo share/locale/nds/LC_MESSAGES/krusader.mo share/locale/nl/LC_MESSAGES/krusader.mo @@ -697,3 +401,4 @@ share/locale/ug/LC_MESSAGES/krusader.mo share/locale/uk/LC_MESSAGES/krusader.mo share/locale/zh_CN/LC_MESSAGES/krusader.mo share/locale/zh_TW/LC_MESSAGES/krusader.mo +share/metainfo/org.kde.krusader.appdata.xml From owner-svn-ports-head@freebsd.org Wed May 16 09:15:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78C45EB0FB3; Wed, 16 May 2018 09:15:34 +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 25D227F8D9; Wed, 16 May 2018 09:15:34 +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 076CA18462; Wed, 16 May 2018 09:15:34 +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 w4G9FXiA066167; Wed, 16 May 2018 09:15:33 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G9FXvV066166; Wed, 16 May 2018 09:15:33 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201805160915.w4G9FXvV066166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 16 May 2018 09:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470109 - head/devel/py-magic X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/py-magic X-SVN-Commit-Revision: 470109 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 09:15:34 -0000 Author: lwhsu Date: Wed May 16 09:15:33 2018 New Revision: 470109 URL: https://svnweb.freebsd.org/changeset/ports/470109 Log: - Update to 5.33 Modified: head/devel/py-magic/Makefile head/devel/py-magic/distinfo Modified: head/devel/py-magic/Makefile ============================================================================== --- head/devel/py-magic/Makefile Wed May 16 09:11:09 2018 (r470108) +++ head/devel/py-magic/Makefile Wed May 16 09:15:33 2018 (r470109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= magic -PORTVERSION= 5.32 +PORTVERSION= 5.33 CATEGORIES= devel python MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ Modified: head/devel/py-magic/distinfo ============================================================================== --- head/devel/py-magic/distinfo Wed May 16 09:11:09 2018 (r470108) +++ head/devel/py-magic/distinfo Wed May 16 09:15:33 2018 (r470109) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504520106 -SHA256 (file-5.32.tar.gz) = 8639dc4d1b21e232285cd483604afc4a6ee810710e00e579dbe9591681722b50 -SIZE (file-5.32.tar.gz) = 797025 +TIMESTAMP = 1526461148 +SHA256 (file-5.33.tar.gz) = 1c52c8c3d271cd898d5511c36a68059cda94036111ab293f01f83c3525b737c6 +SIZE (file-5.33.tar.gz) = 817060 From owner-svn-ports-head@freebsd.org Wed May 16 09:28:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29096EB1916; Wed, 16 May 2018 09:28:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2E8D7FF0F; Wed, 16 May 2018 09:28:27 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFADE185F3; Wed, 16 May 2018 09:28:27 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4G9SRYo071358; Wed, 16 May 2018 09:28:27 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G9SR0W071355; Wed, 16 May 2018 09:28:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201805160928.w4G9SR0W071355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 16 May 2018 09:28:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470110 - head/security/libu2f-host X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/security/libu2f-host X-SVN-Commit-Revision: 470110 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 09:28:28 -0000 Author: cpm Date: Wed May 16 09:28:26 2018 New Revision: 470110 URL: https://svnweb.freebsd.org/changeset/ports/470110 Log: security/libu2f-host: Update to 1.1.6 Noteworthy changes in 1.1.6 - Change waiting logic on authenticate to allow for faster feedback Modified: head/security/libu2f-host/Makefile head/security/libu2f-host/distinfo head/security/libu2f-host/pkg-plist Modified: head/security/libu2f-host/Makefile ============================================================================== --- head/security/libu2f-host/Makefile Wed May 16 09:15:33 2018 (r470109) +++ head/security/libu2f-host/Makefile Wed May 16 09:28:26 2018 (r470110) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libu2f-host -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= security devel Modified: head/security/libu2f-host/distinfo ============================================================================== --- head/security/libu2f-host/distinfo Wed May 16 09:15:33 2018 (r470109) +++ head/security/libu2f-host/distinfo Wed May 16 09:28:26 2018 (r470110) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520556856 -SHA256 (Yubico-libu2f-host-libu2f-host-1.1.5_GH0.tar.gz) = 9d4a84acc50306264fd419015fac41b943a53a16e2feeb0db078aa1bde7f6747 -SIZE (Yubico-libu2f-host-libu2f-host-1.1.5_GH0.tar.gz) = 143721 +TIMESTAMP = 1526462515 +SHA256 (Yubico-libu2f-host-libu2f-host-1.1.6_GH0.tar.gz) = 45beabd3ba5a08643f3aea4642ea4c68f34f0ad701878f3ad447c5b3c13ecb21 +SIZE (Yubico-libu2f-host-libu2f-host-1.1.6_GH0.tar.gz) = 143785 Modified: head/security/libu2f-host/pkg-plist ============================================================================== --- head/security/libu2f-host/pkg-plist Wed May 16 09:15:33 2018 (r470109) +++ head/security/libu2f-host/pkg-plist Wed May 16 09:28:26 2018 (r470110) @@ -5,6 +5,6 @@ include/u2f-host/u2f-host.h lib/libu2f-host.a lib/libu2f-host.so lib/libu2f-host.so.0 -lib/libu2f-host.so.0.1.5 +lib/libu2f-host.so.0.1.6 libdata/pkgconfig/u2f-host.pc man/man1/u2f-host.1.gz From owner-svn-ports-head@freebsd.org Wed May 16 09:34:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 191B3EB1D30; Wed, 16 May 2018 09:34:08 +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 B2D3C8032D; Wed, 16 May 2018 09:34:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FB9A187BF; Wed, 16 May 2018 09:34:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4G9Y7JQ076271; Wed, 16 May 2018 09:34:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G9Y7V3076269; Wed, 16 May 2018 09:34:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805160934.w4G9Y7V3076269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 16 May 2018 09:34:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470111 - head/databases/postgresql-odbc X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/databases/postgresql-odbc X-SVN-Commit-Revision: 470111 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 09:34:08 -0000 Author: amdmi3 Date: Wed May 16 09:34:06 2018 New Revision: 470111 URL: https://svnweb.freebsd.org/changeset/ports/470111 Log: - Fix LICENSE - Update WWW Approved by: portmgr blanket Modified: head/databases/postgresql-odbc/Makefile head/databases/postgresql-odbc/pkg-descr Modified: head/databases/postgresql-odbc/Makefile ============================================================================== --- head/databases/postgresql-odbc/Makefile Wed May 16 09:28:26 2018 (r470110) +++ head/databases/postgresql-odbc/Makefile Wed May 16 09:34:06 2018 (r470111) @@ -11,7 +11,7 @@ DIST_SUBDIR= postgresql MAINTAINER= bofh@FreeBSD.org COMMENT= PostgreSQL ODBC driver -LICENSE= LGPL20 +LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libodbc.so:databases/unixODBC Modified: head/databases/postgresql-odbc/pkg-descr ============================================================================== --- head/databases/postgresql-odbc/pkg-descr Wed May 16 09:28:26 2018 (r470110) +++ head/databases/postgresql-odbc/pkg-descr Wed May 16 09:34:06 2018 (r470111) @@ -2,4 +2,4 @@ The official ODBC driver for connecting to PostgreSQL part of the PostgreSQL Database distribution, though -- developed and maintained separately. -WWW: http://www.postgresql.org/ftp/odbc/versions/ +WWW: https://www.postgresql.org/ftp/odbc/versions/ From owner-svn-ports-head@freebsd.org Wed May 16 09:36:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C801CEB1F54; Wed, 16 May 2018 09:36: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 7A321804C7; Wed, 16 May 2018 09:36: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 5B575187C1; Wed, 16 May 2018 09:36: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 w4G9aSbx076486; Wed, 16 May 2018 09:36:28 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G9aSH3076483; Wed, 16 May 2018 09:36:28 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201805160936.w4G9aSH3076483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 16 May 2018 09:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470112 - head/devel/py-python-jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/py-python-jenkins X-SVN-Commit-Revision: 470112 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 09:36:29 -0000 Author: lwhsu Date: Wed May 16 09:36:27 2018 New Revision: 470112 URL: https://svnweb.freebsd.org/changeset/ports/470112 Log: - Update to 1.0.0 Modified: head/devel/py-python-jenkins/Makefile head/devel/py-python-jenkins/distinfo Modified: head/devel/py-python-jenkins/Makefile ============================================================================== --- head/devel/py-python-jenkins/Makefile Wed May 16 09:34:06 2018 (r470111) +++ head/devel/py-python-jenkins/Makefile Wed May 16 09:36:27 2018 (r470112) @@ -1,8 +1,7 @@ -# Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= python-jenkins -PORTVERSION= 0.4.16 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-python-jenkins/distinfo ============================================================================== --- head/devel/py-python-jenkins/distinfo Wed May 16 09:34:06 2018 (r470111) +++ head/devel/py-python-jenkins/distinfo Wed May 16 09:36:27 2018 (r470112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520741539 -SHA256 (python-jenkins-0.4.16.tar.gz) = af899c4fb773a97acc920dc329dcc39f8bc6d2b3b6c7ad231d46f2eb370f9ab3 -SIZE (python-jenkins-0.4.16.tar.gz) = 51584 +TIMESTAMP = 1526460604 +SHA256 (python-jenkins-1.0.0.tar.gz) = 62cb35eaee1c149550b0a0fdbfb3b1c9dcd3de048dd18d6de20add6d78356ef4 +SIZE (python-jenkins-1.0.0.tar.gz) = 53130 From owner-svn-ports-head@freebsd.org Wed May 16 09:36:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0EB8EB1FA8; Wed, 16 May 2018 09:36:58 +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 850CE805AD; Wed, 16 May 2018 09:36:58 +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 660A8187C2; Wed, 16 May 2018 09:36:58 +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 w4G9aw04076623; Wed, 16 May 2018 09:36:58 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4G9awhc076620; Wed, 16 May 2018 09:36:58 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201805160936.w4G9awhc076620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 16 May 2018 09:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470113 - 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: 470113 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 09:36:59 -0000 Author: lwhsu Date: Wed May 16 09:36:57 2018 New Revision: 470113 URL: https://svnweb.freebsd.org/changeset/ports/470113 Log: - Update to 2.0.7 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 Wed May 16 09:36:27 2018 (r470112) +++ head/devel/py-jenkins-job-builder/Makefile Wed May 16 09:36:57 2018 (r470113) @@ -1,8 +1,7 @@ -# Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= jenkins-job-builder -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +19,8 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FL ${PKGNAMEPREFIX}stevedore>0:devel/py-stevedore@${FLAVOR} \ ${PKGNAMEPREFIX}python-jenkins>0:devel/py-python-jenkins@${FLAVOR} \ ${PKGNAMEPREFIX}fasteners>0:devel/py-fasteners@${FLAVOR} \ - ${PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} + ${PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \ + ${PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-jenkins-job-builder/distinfo ============================================================================== --- head/devel/py-jenkins-job-builder/distinfo Wed May 16 09:36:27 2018 (r470112) +++ head/devel/py-jenkins-job-builder/distinfo Wed May 16 09:36:57 2018 (r470113) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520741569 -SHA256 (jenkins-job-builder-2.0.3.tar.gz) = 2b3207638d45fec579592ee545fc880e99f41b6e3fbf2a5eb4a8399764e67913 -SIZE (jenkins-job-builder-2.0.3.tar.gz) = 523023 +TIMESTAMP = 1526460667 +SHA256 (jenkins-job-builder-2.0.7.tar.gz) = 2f0e5cc118f3c85cc26ae469fd41f4dbc4a424ec9f8f94e949c7675bdb9b2bdd +SIZE (jenkins-job-builder-2.0.7.tar.gz) = 543091 From owner-svn-ports-head@freebsd.org Wed May 16 10:24:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 241D7ED7B1D for ; Wed, 16 May 2018 10:24:02 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-yb0-x243.google.com (mail-yb0-x243.google.com [IPv6:2607:f8b0:4002:c09::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7DB3822D6 for ; Wed, 16 May 2018 10:24:01 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-yb0-x243.google.com with SMTP id r13-v6so68010ybm.12 for ; Wed, 16 May 2018 03:24:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=9Hm0+lhYHQrUnUYvG0ih+qJb2ha+YRtU2YHmtMxNxTc=; b=uu3JWy5+1MsG9bzjobE/kNu1HfJbXt9FTc2cfGjVQ+Wr2SuVEsQDTdu61a/XfMrmS2 D1YkAPPMYr3DNTPY2wxYTLXUmyGasnEHK6PDB3peighiqVBJ2pJbhU0DmtwjOuUeqAKp pcZMOgMKlxJ16QwKiPTDiD9fNyOwVoSCnHFDMtJysaN3YZpXVpWZKMhgCI0cuuPQUTmF AO8ijzDvYy5PrtR7DY7pKxsLNfusZYqcv+fpucC1QL9EbTW0gRNytwQJq+3S3mXfKkgB 8mamINOU2CakSq6suF0Ipvb7HSxfG3+1G2I/tJ9mMmSj6z+H4cQYY3k9qHGd8qkmwz7J TpHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=9Hm0+lhYHQrUnUYvG0ih+qJb2ha+YRtU2YHmtMxNxTc=; b=p+XFas1oEexrnMKwqsZyWjm+fLouWV+bRdTRfYUtsoFutzIpVW7vbEAVyzjCBEuoDD QYeR4/in0h4TL7x5DQBq2bXvzKEzEJ/V8wFNjlO/qmmtpoOf1c/09SXfU2c5w09tVBvb wGqzGDDTN+XDheQyFIHRY8ZYbTKBdYKvadVvUYOSe8bHO6q/48/Lo09xqTrTi1K94S/e 50LN4nodRJcwNy/g2+2s27hqZ6HwNDpP2OteQcl0XAoQXokGlfBSDcfkArjq6kUShInC KXAXIXxfBMFeZ5aclE2kiZKc5NTuEMcEl74vgdKhjzcnGvi/prfKkw6K2Xr00W7k6xXU hBvg== X-Gm-Message-State: ALKqPweQ/oPcN7Jy+2sePkDmQa3Jz9uwPllnh2ngWP8w7kgVvkRj2lzw jVNi/tiUMcWsPpRYcEu5wGJD5Sm/9678ksGS0l3S9Q== X-Google-Smtp-Source: AB8JxZrXd1RHK98TVGgHlo9aqgWh1ZsUNN22vadzQceP5mlVdO+BFWMQRDwPES2y9vX9+OsGGQEDclBLBQGliA6OKI4= X-Received: by 2002:a25:780c:: with SMTP id t12-v6mr132771ybc.516.1526466240771; Wed, 16 May 2018 03:24:00 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:afd1:0:0:0:0:0 with HTTP; Wed, 16 May 2018 03:24:00 -0700 (PDT) Reply-To: v@fatpipi.com In-Reply-To: <201805151343.w4FDhYif071044@repo.freebsd.org> References: <201805151343.w4FDhYif071044@repo.freebsd.org> From: Vanilla Hsu Date: Wed, 16 May 2018 18:24:00 +0800 Message-ID: Subject: Re: svn commit: r470016 - in head/lang/rust: . files To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 10:24:02 -0000 Seems not compatible with libressl-2.7. -- --- stderr thread 'main' panicked at ' This crate is only compatible with OpenSSL 1.0.1 through 1.1.1, or LibreSSL 2.5 and 2.6, but a different version of OpenSSL was found. The build is now aborting due to this version mismatch. ', vendor/openssl-sys/build.rs:500:9 note: Run with `RUST_BACKTRACE=3D1` for a backtrace. warning: build failed, waiting for other jobs to finish... 2018-05-15 21:43 GMT+08:00 Jean-S=C3=A9bastien P=C3=A9dron : > Author: dumbbell > Date: Tue May 15 13:43:34 2018 > New Revision: 470016 > URL: https://svnweb.freebsd.org/changeset/ports/470016 > > Log: > lang/rust: Update to 1.26.0 > > The announcement is available on Rust blog: > https://blog.rust-lang.org/2018/05/10/Rust-1.26.html > > Rust 1.25.0, used as the bootstrap compiler, contains the patch from > bdrewery@ to use the compat (non-ino64) symbols on FreeBSD 12-CURRENT. > Therefore, we don't need `old_fstat.c` and the associated machinery in > the `Makefile` anymore. > > Deleted: > head/lang/rust/files/old_fstat.c > head/lang/rust/files/patch-src_binaryen_CMakeLists.txt > head/lang/rust/files/patch-src_librustc__back_target_freebsd__base.rs > Modified: > head/lang/rust/Makefile > head/lang/rust/distinfo > > Modified: head/lang/rust/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/lang/rust/Makefile Tue May 15 13:37:05 2018 (r470015) > +++ head/lang/rust/Makefile Tue May 15 13:43:34 2018 (r470016) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME=3D rust > -PORTVERSION?=3D 1.25.0 > +PORTVERSION?=3D 1.26.0 > PORTREVISION?=3D > CATEGORIES=3D lang > MASTER_SITES=3D http://static.rust-lang.org/dist/:src \ > @@ -44,13 +44,13 @@ ONLY_FOR_ARCHS_REASON=3D requires prebuilt > bootstrap com > CONFLICTS_INSTALL?=3D rust-nightly > > # See WRKSRC/src/stage0.txt for this date and version values. > -BOOTSTRAPS_DATE?=3D 2018-02-15 > +BOOTSTRAPS_DATE?=3D 2018-03-29 > > -RUST_BOOTSTRAP_VERSION?=3D 1.24.0 > +RUST_BOOTSTRAP_VERSION?=3D 1.25.0 > RUSTC_BOOTSTRAP=3D ${BOOTSTRAPS_DATE_${ARCH}:U${ > BOOTSTRAPS_DATE}}/rustc-${RUST_BOOTSTRAP_VERSION_${ARCH} > :U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz > RUST_STD_BOOTSTRAP=3D ${BOOTSTRAPS_DATE_${ARCH}:U${ > BOOTSTRAPS_DATE}}/rust-std-${RUST_BOOTSTRAP_VERSION_${ARCH} > :U${RUST_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz > > -CARGO_BOOTSTRAP_VERSION?=3D 0.25.0 > +CARGO_BOOTSTRAP_VERSION?=3D 0.26.0 > CARGO_BOOTSTRAP=3D ${BOOTSTRAPS_DATE_${ARCH}:U${ > BOOTSTRAPS_DATE}}/cargo-${CARGO_BOOTSTRAP_VERSION_${ > ARCH}:U${CARGO_BOOTSTRAP_VERSION}}-${RUST_TARGET}.tar.gz > > RUST_CHANNEL=3D ${PKGNAMESUFFIX:Ustable:S/^-//} > @@ -92,13 +92,6 @@ PLIST_FILES=3D lib/rustlib/components \ > lib/rustlib/rust-installer-version > > .include > -# ABI patch needed to address ino64 before fixes upstreamed. > -# https://github.com/rust-lang/rust/issues/42681 > -.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} >=3D 1200031 && > !defined(NIGHTLY_DATE) > -NEED_ABI_PATCH=3D 1 > -.else > -NEED_ABI_PATCH=3D 0 > -.endif > > X_PY_ENV=3D HOME=3D"${WRKDIR}" \ > OPENSSL_DIR=3D"${OPENSSLBASE}" > @@ -139,26 +132,10 @@ post-extract: > ${WRKSRC}/build/cache/${BOOTSTRAPS_DATE_${ARCH}:U${ > BOOTSTRAPS_DATE}} > ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${RUSTC_BOOTSTRAP} \ > ${WRKSRC}/build/cache/${BOOTSTRAPS_DATE_${ARCH}:U${ > BOOTSTRAPS_DATE}} > -.if ${NEED_ABI_PATCH} =3D=3D 0 > ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${RUST_STD_BOOTSTRAP} \ > ${WRKSRC}/build/cache/${BOOTSTRAPS_DATE_${ARCH}:U${ > BOOTSTRAPS_DATE}} > -.endif > ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${CARGO_BOOTSTRAP} \ > ${WRKSRC}/build/cache/${BOOTSTRAPS_DATE_${ARCH}:U${ > BOOTSTRAPS_DATE}} > -.if ${NEED_ABI_PATCH} =3D=3D 1 > - ${TAR} -x -C ${WRKSRC} -f ${DISTDIR}/${DIST_SUBDIR}/${ > RUST_STD_BOOTSTRAP} > - ${CC} ${CFLAGS} -fPIC -c -o ${WRKSRC}/old_fstat.o > ${FILESDIR}/old_fstat.c > - (set -ex; cd ${WRKSRC}; \ > - libstd=3D"$$(echo "${RUST_STD_DIR}/rust-std-${ > RUST_TARGET}/lib/rustlib/${RUST_TARGET}/lib/"libstd-*.rlib)"; \ > - hash=3D"$$(basename "$$libstd" .rlib | ${SED} 's/^libstd-//')"; = \ > - std_o=3D"$$(${AR} t "$$libstd" | ${GREP} -E "^std-$$hash.*\.o$$"= | > ${HEAD} -n 1)"; \ > - ${AR} x "$$libstd" "$$std_o"; \ > - ${LD} -r -o std.xx.o "$$std_o" old_fstat.o; \ > - ${MV} std.xx.o "$$std_o"; \ > - ${AR} r "$$libstd" "$$std_o") > - ${TAR} -c --format=3Dustar -C ${WRKSRC} -f ${WRKSRC}/rust-std.tar= .gz > ${RUST_STD_DIR} > - ${MV} ${WRKSRC}/rust-std.tar.gz ${WRKSRC}/build/cache/${RUST_ > STD_BOOTSTRAP} > -.endif > > post-patch: > @${REINPLACE_CMD} -e 's|gdb|${LOCALBASE}/bin/gdb|' \ > @@ -329,7 +306,8 @@ post-install: > ${STAGEDIR}${PREFIX}/bin/rustdoc \ > ${STAGEDIR}${PREFIX}/bin/rustfmt \ > ${STAGEDIR}${PREFIX}/lib/*.so \ > - ${STAGEDIR}${PREFIX}/lib/rustlib/*/lib/*.so > + ${STAGEDIR}${PREFIX}/lib/rustlib/*/lib/*.so \ > + ${STAGEDIR}${PREFIX}/lib/rustlib/*/codegen-backends/*.so > > # We set `extended =3D true` in config.toml because we want to build > # Cargo at the same time. However, this installs the rust-src component > > Modified: head/lang/rust/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- head/lang/rust/distinfo Tue May 15 13:37:05 2018 (r470015) > +++ head/lang/rust/distinfo Tue May 15 13:43:34 2018 (r470016) > @@ -1,21 +1,21 @@ > -SHA256 (rust/2018-02-15/cargo-0.25.0-aarch64-unknown-freebsd.tar.gz) =3D > b722073829728fb6519b0653f42086d75a3dcfabdc0e760ed950bf2442d3c9b8 > -SIZE (rust/2018-02-15/cargo-0.25.0-aarch64-unknown-freebsd.tar.gz) =3D > 4080471 > -SHA256 (rust/2018-02-15/cargo-0.25.0-i686-unknown-freebsd.tar.gz) =3D > c0ebc42bc19933220d56238920dcade0750eb64462d55830403e0e7167f09316 > -SIZE (rust/2018-02-15/cargo-0.25.0-i686-unknown-freebsd.tar.gz) =3D 5455= 389 > -SHA256 (rust/2018-02-15/cargo-0.25.0-x86_64-unknown-freebsd.tar.gz) =3D > 9b914574fbdbd4190718ce681041af3ac161aab2bcd5b3b6d52ccb954660c5d3 > -SIZE (rust/2018-02-15/cargo-0.25.0-x86_64-unknown-freebsd.tar.gz) =3D > 5604586 > -SHA256 (rust/2018-02-15/rust-std-1.24.0-aarch64-unknown-freebsd.tar.gz) > =3D 9e9b4d9ce972e972986b0ebb4f417041400e2be76dcddf645f6d6c8d1b3987bf > -SIZE (rust/2018-02-15/rust-std-1.24.0-aarch64-unknown-freebsd.tar.gz) = =3D > 78129215 > -SHA256 (rust/2018-02-15/rust-std-1.24.0-i686-unknown-freebsd.tar.gz) =3D > 41d21402bd5b29c292c4db4a06b07396271e10824006794138e6f9b581f9f319 > -SIZE (rust/2018-02-15/rust-std-1.24.0-i686-unknown-freebsd.tar.gz) =3D > 81013253 > -SHA256 (rust/2018-02-15/rust-std-1.24.0-x86_64-unknown-freebsd.tar.gz) = =3D > 99d0ca487e292f76e425074ae77f4e12fe1f67d3f90e0b0a8c4b8ed4e87bc163 > -SIZE (rust/2018-02-15/rust-std-1.24.0-x86_64-unknown-freebsd.tar.gz) =3D > 80387975 > -SHA256 (rust/2018-02-15/rustc-1.24.0-aarch64-unknown-freebsd.tar.gz) =3D > 14efaeb960da1b4524ae9a25657415ca92f6e54d12bb55e95ad4e38b625ef9ab > -SIZE (rust/2018-02-15/rustc-1.24.0-aarch64-unknown-freebsd.tar.gz) =3D > 60099868 > -SHA256 (rust/2018-02-15/rustc-1.24.0-i686-unknown-freebsd.tar.gz) =3D > f775a54ee18263a12fe9039d98af19c36a7b4e513f54cbd247a32e6b008d40cd > -SIZE (rust/2018-02-15/rustc-1.24.0-i686-unknown-freebsd.tar.gz) =3D > 63788470 > -SHA256 (rust/2018-02-15/rustc-1.24.0-x86_64-unknown-freebsd.tar.gz) =3D > 2a0110adc137bf241962eb4000bdba8cbf3713e09087edaba499bb917dce9b8e > -SIZE (rust/2018-02-15/rustc-1.24.0-x86_64-unknown-freebsd.tar.gz) =3D > 62428675 > -SHA256 (rust/rustc-1.25.0-src.tar.xz) =3D 14fcb82d5959df758aaf4225393593 > 00917217fa8420e34bd596e3fb6ed2de87 > -SIZE (rust/rustc-1.25.0-src.tar.xz) =3D 56108536 > -TIMESTAMP =3D 1523914189 > +TIMESTAMP =3D 1526286569 > +SHA256 (rust/rustc-1.26.0-src.tar.xz) =3D 903b4727ad0c07e0edf9e27d5962c6 > e6f07f0f3c32e06c0f937bc79a087a32af > +SIZE (rust/rustc-1.26.0-src.tar.xz) =3D 54613664 > +SHA256 (rust/2018-03-29/rustc-1.25.0-aarch64-unknown-freebsd.tar.gz) =3D > bef48b3ba5d560ae2eae532bfa4858827cd90687684e42ba515cb6dd78348ea9 > +SIZE (rust/2018-03-29/rustc-1.25.0-aarch64-unknown-freebsd.tar.gz) =3D > 62374768 > +SHA256 (rust/2018-03-29/rust-std-1.25.0-aarch64-unknown-freebsd.tar.gz) > =3D 994e415d2bec4c862cede93ca8f50fdc30272930170d30d963f5f9e127f8e60b > +SIZE (rust/2018-03-29/rust-std-1.25.0-aarch64-unknown-freebsd.tar.gz) = =3D > 59733871 > +SHA256 (rust/2018-03-29/cargo-0.26.0-aarch64-unknown-freebsd.tar.gz) =3D > a2efee9c92a87ac48d3281eafeb24d713e32aca18dc7b287079f054dd68c533f > +SIZE (rust/2018-03-29/cargo-0.26.0-aarch64-unknown-freebsd.tar.gz) =3D > 4170950 > +SHA256 (rust/2018-03-29/rustc-1.25.0-i686-unknown-freebsd.tar.gz) =3D > 8a2488f0d905bd2d498addf8943bed58f817f3fad8387ba4cb7124f38a4c24dd > +SIZE (rust/2018-03-29/rustc-1.25.0-i686-unknown-freebsd.tar.gz) =3D > 56770706 > +SHA256 (rust/2018-03-29/rust-std-1.25.0-i686-unknown-freebsd.tar.gz) =3D > fe470bcb2e46d91d866b8a7cb22d7f78f421962b54116938b78286a4f9242775 > +SIZE (rust/2018-03-29/rust-std-1.25.0-i686-unknown-freebsd.tar.gz) =3D > 50402505 > +SHA256 (rust/2018-03-29/cargo-0.26.0-i686-unknown-freebsd.tar.gz) =3D > 3736e794fcede8f24dae8798d70ec4252b47516978460448e324b7dd3d875a73 > +SIZE (rust/2018-03-29/cargo-0.26.0-i686-unknown-freebsd.tar.gz) =3D 4930= 623 > +SHA256 (rust/2018-03-29/rustc-1.25.0-x86_64-unknown-freebsd.tar.gz) =3D > 42279e4bb3ab6a6be87096c023ee62a43ffcefb36d2d23ed13b762c5b509ea6d > +SIZE (rust/2018-03-29/rustc-1.25.0-x86_64-unknown-freebsd.tar.gz) =3D > 56569917 > +SHA256 (rust/2018-03-29/rust-std-1.25.0-x86_64-unknown-freebsd.tar.gz) = =3D > c5c62da893a1563e7ccff77ff313417a241300e09b4d06d9f5165bf35a72c58a > +SIZE (rust/2018-03-29/rust-std-1.25.0-x86_64-unknown-freebsd.tar.gz) =3D > 50228076 > +SHA256 (rust/2018-03-29/cargo-0.26.0-x86_64-unknown-freebsd.tar.gz) =3D > f5c4c0fbbb11b36223de815b734ab6f3497b6c453ca7f9fb93d457316fbfc1b7 > +SIZE (rust/2018-03-29/cargo-0.26.0-x86_64-unknown-freebsd.tar.gz) =3D > 5211772 > > From owner-svn-ports-head@freebsd.org Wed May 16 11:57:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1109BEDC774; Wed, 16 May 2018 11:57:44 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B27DE84FDC; Wed, 16 May 2018 11:57:43 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 750B119DF6; Wed, 16 May 2018 11:57:43 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GBvhEn046557; Wed, 16 May 2018 11:57:43 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GBvgv1046553; Wed, 16 May 2018 11:57:42 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201805161157.w4GBvgv1046553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 16 May 2018 11:57:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470114 - in head/japanese: ajaxzip2-data zipcodes X-SVN-Group: ports-head X-SVN-Commit-Author: kuriyama X-SVN-Commit-Paths: in head/japanese: ajaxzip2-data zipcodes X-SVN-Commit-Revision: 470114 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 11:57:44 -0000 Author: kuriyama Date: Wed May 16 11:57:42 2018 New Revision: 470114 URL: https://svnweb.freebsd.org/changeset/ports/470114 Log: - Update to 20180427. Modified: head/japanese/ajaxzip2-data/Makefile head/japanese/ajaxzip2-data/distinfo head/japanese/zipcodes/Makefile head/japanese/zipcodes/distinfo Modified: head/japanese/ajaxzip2-data/Makefile ============================================================================== --- head/japanese/ajaxzip2-data/Makefile Wed May 16 09:36:57 2018 (r470113) +++ head/japanese/ajaxzip2-data/Makefile Wed May 16 11:57:42 2018 (r470114) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ajaxzip2 -PORTVERSION= 20180228 +PORTVERSION= 20180427 CATEGORIES= japanese MASTER_SITES= LOCAL/kuriyama PKGNAMESUFFIX= -data Modified: head/japanese/ajaxzip2-data/distinfo ============================================================================== --- head/japanese/ajaxzip2-data/distinfo Wed May 16 09:36:57 2018 (r470113) +++ head/japanese/ajaxzip2-data/distinfo Wed May 16 11:57:42 2018 (r470114) @@ -1,5 +1,5 @@ -TIMESTAMP = 1521411485 -SHA256 (ken_all-20180228.zip) = ce602ccb8fac8b5ee41b613da61e8c871f64037ed1055438b5d888344deb9161 -SIZE (ken_all-20180228.zip) = 1686611 -SHA256 (jigyosyo-20180228.zip) = 95c2099255fec79e374018c1bf5927a283079368d12d84125c8858df4bf3264c -SIZE (jigyosyo-20180228.zip) = 759923 +TIMESTAMP = 1526471382 +SHA256 (ken_all-20180427.zip) = 69725f49a14a5c8dfb714d126bb17e552d531aee0023a85af9f6b609903669f7 +SIZE (ken_all-20180427.zip) = 1686463 +SHA256 (jigyosyo-20180427.zip) = 4aef010f6456bd55d2ec3bdab8b30cb5bd2751a81dc458b83bae91fcbb697260 +SIZE (jigyosyo-20180427.zip) = 760902 Modified: head/japanese/zipcodes/Makefile ============================================================================== --- head/japanese/zipcodes/Makefile Wed May 16 09:36:57 2018 (r470113) +++ head/japanese/zipcodes/Makefile Wed May 16 11:57:42 2018 (r470114) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zipcodes -PORTVERSION= 20180228 +PORTVERSION= 20180427 CATEGORIES= japanese MASTER_SITES= LOCAL/kuriyama DISTFILES= ken_all-${PORTVERSION_K}.zip jigyosyo-${PORTVERSION_J}.zip Modified: head/japanese/zipcodes/distinfo ============================================================================== --- head/japanese/zipcodes/distinfo Wed May 16 09:36:57 2018 (r470113) +++ head/japanese/zipcodes/distinfo Wed May 16 11:57:42 2018 (r470114) @@ -1,5 +1,5 @@ -TIMESTAMP = 1521411507 -SHA256 (ken_all-20180228.zip) = ce602ccb8fac8b5ee41b613da61e8c871f64037ed1055438b5d888344deb9161 -SIZE (ken_all-20180228.zip) = 1686611 -SHA256 (jigyosyo-20180228.zip) = 95c2099255fec79e374018c1bf5927a283079368d12d84125c8858df4bf3264c -SIZE (jigyosyo-20180228.zip) = 759923 +TIMESTAMP = 1526471371 +SHA256 (ken_all-20180427.zip) = 69725f49a14a5c8dfb714d126bb17e552d531aee0023a85af9f6b609903669f7 +SIZE (ken_all-20180427.zip) = 1686463 +SHA256 (jigyosyo-20180427.zip) = 4aef010f6456bd55d2ec3bdab8b30cb5bd2751a81dc458b83bae91fcbb697260 +SIZE (jigyosyo-20180427.zip) = 760902 From owner-svn-ports-head@freebsd.org Wed May 16 12:12:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6905FEDDBE2; Wed, 16 May 2018 12:12:01 +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 140CE85D15; Wed, 16 May 2018 12:12:01 +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 D150D1A106; Wed, 16 May 2018 12:12:00 +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 w4GCC0mv056061; Wed, 16 May 2018 12:12:00 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GCC0L4056058; Wed, 16 May 2018 12:12:00 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201805161212.w4GCC0L4056058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 16 May 2018 12:12:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470115 - head/graphics/grafx2 X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/graphics/grafx2 X-SVN-Commit-Revision: 470115 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 12:12:01 -0000 Author: ehaupt Date: Wed May 16 12:11:59 2018 New Revision: 470115 URL: https://svnweb.freebsd.org/changeset/ports/470115 Log: - Update to 2.5 - Add license - Fetch from GitLab - Quiesce STRIP_CMD Modified: head/graphics/grafx2/Makefile head/graphics/grafx2/distinfo head/graphics/grafx2/pkg-plist Modified: head/graphics/grafx2/Makefile ============================================================================== --- head/graphics/grafx2/Makefile Wed May 16 11:57:42 2018 (r470114) +++ head/graphics/grafx2/Makefile Wed May 16 12:11:59 2018 (r470115) @@ -2,32 +2,37 @@ # $FreeBSD$ PORTNAME= grafx2 -PORTVERSION= 2.4.2035 -PORTREVISION= 4 +PORTVERSION= 2.5 +DISTVERSIONPREFIX= v CATEGORIES= graphics -MASTER_SITES= LOCAL/ehaupt -DISTNAME= ${PORTNAME}-${PORTVERSION}-src -# Project site uses 'Content-Disposition: attachment; filename=' to provide the -# filename. Unfortunately this is not supported by fetch. Therefore self host -# distfile. - MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pixelart-oriented bitmap painting program +LICENSE= GPLv2 + LIB_DEPENDS= libX11.so:x11/libX11 \ libpng.so:graphics/png -USES= gmake pkgconfig tar:tgz +USES= gmake pkgconfig tar:tgz iconv:wchar_t USE_SDL= sdl image +USE_GITLAB= yes +GL_ACCOUNT= GrafX2 +GL_PROJECT= grafX2 +GL_COMMIT= 60b5e5fd50acb01cbdc59f50e2c8f4b8786635c0 -WRKSRC= ${WRKDIR}/${PORTNAME}/src +WRKSRC_SUBDIR= src CFLAGS+= -DHAVE_SYS_PARAM_H -DHAVE_SYS_UCRED_H -DHAVE_SYS_MOUNT_H OPTIONS_DEFINE= TTF LUA TTF_DESC= True Type font support OPTIONS_DEFAULT=TTF +TTF_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig + +# disable recoil support until we have a librecoil port +MAKE_ENV+= NORECOIL=1 + .include .if ${PORT_OPTIONS:MTTF} @@ -56,6 +61,6 @@ post-patch: ${WRKSRC}/setup.c post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grafx2 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grafx2 .include Modified: head/graphics/grafx2/distinfo ============================================================================== --- head/graphics/grafx2/distinfo Wed May 16 11:57:42 2018 (r470114) +++ head/graphics/grafx2/distinfo Wed May 16 12:11:59 2018 (r470115) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475439629 -SHA256 (grafx2-2.4.2035-src.tgz) = 5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b -SIZE (grafx2-2.4.2035-src.tgz) = 721482 +TIMESTAMP = 1526283506 +SHA256 (GrafX2-grafX2-60b5e5fd50acb01cbdc59f50e2c8f4b8786635c0_GL0.tar.gz) = da62f807f34b398706f59c99056dc821031641ec88b669b281e5f5b34149797f +SIZE (GrafX2-grafX2-60b5e5fd50acb01cbdc59f50e2c8f4b8786635c0_GL0.tar.gz) = 1746766 Modified: head/graphics/grafx2/pkg-plist ============================================================================== --- head/graphics/grafx2/pkg-plist Wed May 16 11:57:42 2018 (r470114) +++ head/graphics/grafx2/pkg-plist Wed May 16 12:11:59 2018 (r470115) @@ -1,72 +1,96 @@ bin/grafx2 share/applications/grafx2.desktop -share/grafx2/fonts/8pxfont.png -share/grafx2/fonts/PF_Arma_5__.png -share/grafx2/fonts/PF_Easta_7_.png -share/grafx2/fonts/PF_Easta_7__.png -share/grafx2/fonts/PF_Ronda_7__.png -share/grafx2/fonts/PF_Tempesta_5.png -share/grafx2/fonts/PF_Tempesta_5_.png -share/grafx2/fonts/PF_Tempesta_5__.png -share/grafx2/fonts/PF_Tempesta_5___.png -share/grafx2/fonts/PF_Tempesta_7.png -share/grafx2/fonts/PF_Tempesta_7_.png -share/grafx2/fonts/PF_Tempesta_7__.png -share/grafx2/fonts/PF_Tempesta_7___.png -share/grafx2/fonts/PF_Westa_7_.png -share/grafx2/fonts/PF_Westa_7__.png -share/grafx2/fonts/Tuffy.ttf -share/grafx2/gfx2.gif -share/grafx2/gfx2def.ini -share/grafx2/scripts/samples_2.4/brush/ApplyColor.lua -share/grafx2/scripts/samples_2.4/brush/Fisheye.lua -share/grafx2/scripts/samples_2.4/brush/GrayscaleAvg.lua -share/grafx2/scripts/samples_2.4/brush/GrayscaleDesat.lua -share/grafx2/scripts/samples_2.4/brush/Halfsmooth.lua -share/grafx2/scripts/samples_2.4/brush/Waves.lua -share/grafx2/scripts/samples_2.4/demo/3DPalette.lua -share/grafx2/scripts/samples_2.4/demo/Ellipse.lua -share/grafx2/scripts/samples_2.4/demo/FlipPicture.lua -share/grafx2/scripts/samples_2.4/demo/SierpinskyCarpet.lua -share/grafx2/scripts/samples_2.4/demo/SierpinskyTriangle.lua -share/grafx2/scripts/samples_2.4/demo/Spritesheet.lua -share/grafx2/scripts/samples_2.4/demo/brush/Amigaball.lua -share/grafx2/scripts/samples_2.4/demo/brush/ColorSphere.lua -share/grafx2/scripts/samples_2.4/demo/brush/FindAA.lua -share/grafx2/scripts/samples_2.4/demo/brush/Mandelbrot.lua -share/grafx2/scripts/samples_2.4/libs/dawnbringer_lib.lua -share/grafx2/scripts/samples_2.4/libs/memory.lua -share/grafx2/scripts/samples_2.4/palette/Desaturate.lua -share/grafx2/scripts/samples_2.4/palette/ExpandColors.lua -share/grafx2/scripts/samples_2.4/palette/FillColorCube.lua -share/grafx2/scripts/samples_2.4/palette/InvertedRGB.lua -share/grafx2/scripts/samples_2.4/palette/Set3bit.lua -share/grafx2/scripts/samples_2.4/palette/Set6bit.lua -share/grafx2/scripts/samples_2.4/palette/SetC64Palette.lua -share/grafx2/scripts/samples_2.4/palette/ShiftHue.lua -share/grafx2/scripts/samples_2.4/picture/CellColourReducer.lua -share/grafx2/scripts/samples_2.4/picture/DrawGridIsometric.lua -share/grafx2/scripts/samples_2.4/picture/DrawGridOrthogonal_RGB.lua -share/grafx2/scripts/samples_2.4/picture/DrawgridOrthogonal_Index.lua -share/grafx2/scripts/samples_2.4/picture/GlassGridFilter.lua -share/grafx2/scripts/samples_2.4/picture/PaletteToPicture.lua -share/grafx2/scripts/samples_2.4/picture/Pic2isometric.lua -share/grafx2/scripts/samples_2.4/picture/Rainbow-Dark2Bright.lua -share/grafx2/scripts/samples_2.4/picture/RemapImage2RGB.lua -share/grafx2/scripts/samples_2.4/picture/RemapImage2RGB_ed.lua -share/grafx2/scripts/samples_2.4/picture/RemapImageTo3bitPal.lua -share/grafx2/scripts/samples_2.4/picture/Tiler.lua -share/grafx2/scripts/samples_2.4/picture/XBitColourXpaceFromPalette.lua -share/grafx2/skins/font_Classic.png -share/grafx2/skins/font_DPaint.png -share/grafx2/skins/font_Fairlight.png -share/grafx2/skins/font_Fun.png -share/grafx2/skins/font_Melon.png -share/grafx2/skins/font_Seen.png -share/grafx2/skins/skin_Aurora.png -share/grafx2/skins/skin_DPaint.png -share/grafx2/skins/skin_classic.png -share/grafx2/skins/skin_modern.png -share/grafx2/skins/skin_scenish.png +%%DATADIR%%/fonts/5pxtinyfont.png +%%DATADIR%%/fonts/8pxfont.png +%%DATADIR%%/fonts/GrafX2_Black.gif +%%DATADIR%%/fonts/GrafX2_Dark.gif +%%DATADIR%%/fonts/PF_Arma_5__.png +%%DATADIR%%/fonts/PF_Easta_7_.png +%%DATADIR%%/fonts/PF_Easta_7__.png +%%DATADIR%%/fonts/PF_Ronda_7__.png +%%DATADIR%%/fonts/PF_Tempesta_5.png +%%DATADIR%%/fonts/PF_Tempesta_5_.png +%%DATADIR%%/fonts/PF_Tempesta_5__.png +%%DATADIR%%/fonts/PF_Tempesta_5___.png +%%DATADIR%%/fonts/PF_Tempesta_7.png +%%DATADIR%%/fonts/PF_Tempesta_7_.png +%%DATADIR%%/fonts/PF_Tempesta_7__.png +%%DATADIR%%/fonts/PF_Tempesta_7___.png +%%DATADIR%%/fonts/PF_Westa_7_.png +%%DATADIR%%/fonts/PF_Westa_7__.png +%%DATADIR%%/fonts/Tuffy.ttf +%%DATADIR%%/fonts/colorfont.pcx +%%DATADIR%%/gfx2.gif +%%DATADIR%%/gfx2def.ini +%%DATADIR%%/scripts/samples_2.4/brush/ApplyColor.lua +%%DATADIR%%/scripts/samples_2.4/brush/Fisheye.lua +%%DATADIR%%/scripts/samples_2.4/brush/GrayscaleAvg.lua +%%DATADIR%%/scripts/samples_2.4/brush/GrayscaleDesat.lua +%%DATADIR%%/scripts/samples_2.4/brush/Halfsmooth.lua +%%DATADIR%%/scripts/samples_2.4/brush/Waves.lua +%%DATADIR%%/scripts/samples_2.4/demo/3DPalette.lua +%%DATADIR%%/scripts/samples_2.4/demo/Ellipse.lua +%%DATADIR%%/scripts/samples_2.4/demo/FlipPicture.lua +%%DATADIR%%/scripts/samples_2.4/demo/SierpinskyCarpet.lua +%%DATADIR%%/scripts/samples_2.4/demo/SierpinskyTriangle.lua +%%DATADIR%%/scripts/samples_2.4/demo/Spritesheet.lua +%%DATADIR%%/scripts/samples_2.4/demo/brush/Amigaball.lua +%%DATADIR%%/scripts/samples_2.4/demo/brush/ColorSphere.lua +%%DATADIR%%/scripts/samples_2.4/demo/brush/FindAA.lua +%%DATADIR%%/scripts/samples_2.4/demo/brush/Mandelbrot.lua +%%DATADIR%%/scripts/samples_2.4/libs/dawnbringer_lib.lua +%%DATADIR%%/scripts/samples_2.4/libs/memory.lua +%%DATADIR%%/scripts/samples_2.4/palette/Desaturate.lua +%%DATADIR%%/scripts/samples_2.4/palette/ExpandColors.lua +%%DATADIR%%/scripts/samples_2.4/palette/FillColorCube.lua +%%DATADIR%%/scripts/samples_2.4/palette/InvertedRGB.lua +%%DATADIR%%/scripts/samples_2.4/palette/Set3bit.lua +%%DATADIR%%/scripts/samples_2.4/palette/Set6bit.lua +%%DATADIR%%/scripts/samples_2.4/palette/SetC64Palette.lua +%%DATADIR%%/scripts/samples_2.4/palette/ShiftHue.lua +%%DATADIR%%/scripts/samples_2.4/picture/CellColourReducer.lua +%%DATADIR%%/scripts/samples_2.4/picture/DrawGridIsometric.lua +%%DATADIR%%/scripts/samples_2.4/picture/DrawGridOrthogonal_RGB.lua +%%DATADIR%%/scripts/samples_2.4/picture/DrawgridOrthogonal_Index.lua +%%DATADIR%%/scripts/samples_2.4/picture/FontConvert.lua +%%DATADIR%%/scripts/samples_2.4/picture/GlassGridFilter.lua +%%DATADIR%%/scripts/samples_2.4/picture/PaletteToPicture.lua +%%DATADIR%%/scripts/samples_2.4/picture/Pic2isometric.lua +%%DATADIR%%/scripts/samples_2.4/picture/Rainbow-Dark2Bright.lua +%%DATADIR%%/scripts/samples_2.4/picture/RemapImage2RGB.lua +%%DATADIR%%/scripts/samples_2.4/picture/RemapImage2RGB_ed.lua +%%DATADIR%%/scripts/samples_2.4/picture/RemapImageTo3bitPal.lua +%%DATADIR%%/scripts/samples_2.4/picture/Tiler.lua +%%DATADIR%%/scripts/samples_2.4/picture/XBitColourXpaceFromPalette.lua +%%DATADIR%%/scripts/samples_2.4/picture/others-8bit/lib/ostro_other.lua +%%DATADIR%%/scripts/samples_2.4/picture/others-8bit/ostro_oric.lua +%%DATADIR%%/scripts/samples_2.4/picture/others-8bit/ostro_zx.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/bayer4_mo5.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/bayer4_to8.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/lib/bayer.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/lib/color.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/lib/color_reduction.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/lib/convex_hull.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/lib/ostromoukhov.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/lib/thomson.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/none_mo5.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/none_to8.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/none_to9.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/ostro_mo5.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/ostro_to7.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/ostro_to8.lua +%%DATADIR%%/scripts/samples_2.4/picture/thomson/ostro_to9.lua +%%DATADIR%%/skins/font_Classic.png +%%DATADIR%%/skins/font_DPaint.png +%%DATADIR%%/skins/font_Fairlight.png +%%DATADIR%%/skins/font_Fun.png +%%DATADIR%%/skins/font_Melon.png +%%DATADIR%%/skins/font_Seen.png +%%DATADIR%%/skins/skin_Aurora.png +%%DATADIR%%/skins/skin_DPaint.png +%%DATADIR%%/skins/skin_classic.png +%%DATADIR%%/skins/skin_modern.png +%%DATADIR%%/skins/skin_scenish.png +%%DATADIR%%/skins/unicode_0410-044F.png share/icons/grafx2.svg share/icons/grafx2.xpm From owner-svn-ports-head@freebsd.org Wed May 16 12:40:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5039CEDFA62; Wed, 16 May 2018 12:40:03 +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 01FC586BEC; Wed, 16 May 2018 12:40:03 +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 B8C241A44D; Wed, 16 May 2018 12:40:02 +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 w4GCe20B066540; Wed, 16 May 2018 12:40:02 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GCe2dg066539; Wed, 16 May 2018 12:40:02 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201805161240.w4GCe2dg066539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 16 May 2018 12:40:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470116 - head/graphics/grafx2/files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/graphics/grafx2/files X-SVN-Commit-Revision: 470116 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 12:40:03 -0000 Author: ehaupt Date: Wed May 16 12:40:02 2018 New Revision: 470116 URL: https://svnweb.freebsd.org/changeset/ports/470116 Log: Remove obsolete patch. Forgotten in previous commit. Deleted: head/graphics/grafx2/files/ From owner-svn-ports-head@freebsd.org Wed May 16 12:47:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1493BEE03A1; Wed, 16 May 2018 12:47:21 +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 BE528871C2; Wed, 16 May 2018 12:47:20 +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 9CE671A5D8; Wed, 16 May 2018 12:47:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GClKOB071265; Wed, 16 May 2018 12:47:20 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GClK2P071264; Wed, 16 May 2018 12:47:20 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201805161247.w4GClK2P071264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 16 May 2018 12:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470117 - head/graphics/grafx2/files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/graphics/grafx2/files X-SVN-Commit-Revision: 470117 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 12:47:21 -0000 Author: ehaupt Date: Wed May 16 12:47:20 2018 New Revision: 470117 URL: https://svnweb.freebsd.org/changeset/ports/470117 Log: Add missing patch. Forgotten in previous update. Added: head/graphics/grafx2/files/ head/graphics/grafx2/files/patch-Makefile (contents, props changed) Added: head/graphics/grafx2/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/grafx2/files/patch-Makefile Wed May 16 12:47:20 2018 (r470117) @@ -0,0 +1,36 @@ +--- Makefile.orig 2018-05-06 15:36:46 UTC ++++ Makefile +@@ -35,7 +35,11 @@ + + # Detect GIT revision + GIT_REVISION = $(shell git rev-list --count 1af8c74f53110e349d8f0d19b14599281913f71f..) +- GIT_BRANCH = $(shell git rev-parse --abbrev-ref HEAD) ++ ifneq (,$(CI_COMMIT_REF_NAME)) ++ GIT_BRANCH = $(CI_COMMIT_REF_NAME) ++ else ++ GIT_BRANCH = $(shell git rev-parse --abbrev-ref HEAD) ++ endif + ifneq (master,$(GIT_BRANCH)) + GIT_REVISION := "$(GIT_REVISION)-$(GIT_BRANCH)" + endif +@@ -384,7 +388,9 @@ endif + COPT += $(LUACOPT) + LOPT += $(LUALOPT) + OBJDIR = ../obj/win32 ++ WINDRES ?= $(shell which i686-w64-mingw32-windres || which mingw32-windres) + PLATFORM = win32 ++ PLATFORMOBJ = winres.o + PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll $(wildcard ../bin/libpng*.dll) $(wildcard ../bin/libjpeg*.dll) bin/zlib1.dll $(TTFLIBS) + else + ifdef GP2XCROSS +@@ -789,6 +795,10 @@ install : $(BIN) + test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/libs || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/libs + test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/palette || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/palette + test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture ++ test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/thomson || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/thomson ++ test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/thomson/lib || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/thomson/lib ++ test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/others-8bit || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/others-8bit ++ test -d $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/others-8bit/lib || $(MKDIR) $(DESTDIR)$(datadir)/grafx2/scripts/samples_2.4/picture/others-8bit/lib + test -d $(DESTDIR)$(datadir)/applications || $(MKDIR) $(DESTDIR)$(datadir)/applications + test -d $(DESTDIR)$(pixmapdir) || $(MKDIR) $(DESTDIR)$(pixmapdir) + From owner-svn-ports-head@freebsd.org Wed May 16 13:26:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B57BEEE21E1; Wed, 16 May 2018 13:26:09 +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 59AAC686BE; Wed, 16 May 2018 13:26:09 +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 2D77D1AC47; Wed, 16 May 2018 13:26:09 +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 w4GDQ85G091216; Wed, 16 May 2018 13:26:08 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GDQ8TM091212; Wed, 16 May 2018 13:26:08 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805161326.w4GDQ8TM091212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 16 May 2018 13:26:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470118 - head/devel/grpc X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/grpc X-SVN-Commit-Revision: 470118 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 13:26:10 -0000 Author: vanilla Date: Wed May 16 13:26:08 2018 New Revision: 470118 URL: https://svnweb.freebsd.org/changeset/ports/470118 Log: Update to 1.12.0. Modified: head/devel/grpc/Makefile head/devel/grpc/distinfo head/devel/grpc/pkg-plist Modified: head/devel/grpc/Makefile ============================================================================== --- head/devel/grpc/Makefile Wed May 16 12:47:20 2018 (r470117) +++ head/devel/grpc/Makefile Wed May 16 13:26:08 2018 (r470118) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.11.1 +PORTVERSION= 1.12.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/grpc/distinfo ============================================================================== --- head/devel/grpc/distinfo Wed May 16 12:47:20 2018 (r470117) +++ head/devel/grpc/distinfo Wed May 16 13:26:08 2018 (r470118) @@ -1,5 +1,5 @@ -TIMESTAMP = 1526396799 -SHA256 (grpc-grpc-v1.11.1_GH0.tar.gz) = 0068a0b11795ac89ba8f5cc7332cd8cd2870a2ee0016126f014ce0bc3004e590 -SIZE (grpc-grpc-v1.11.1_GH0.tar.gz) = 13433734 +TIMESTAMP = 1526466321 +SHA256 (grpc-grpc-v1.12.0_GH0.tar.gz) = eb9698f23aeec2c3832601fa3f804e4d9dc28eca3cc560ef466c9ade1ec951db +SIZE (grpc-grpc-v1.12.0_GH0.tar.gz) = 13692310 SHA256 (google-benchmark-v1.4.0_GH0.tar.gz) = 616f252f37d61b15037e3c2ef956905baf9c9eecfeab400cb3ad25bae714e214 SIZE (google-benchmark-v1.4.0_GH0.tar.gz) = 125274 Modified: head/devel/grpc/pkg-plist ============================================================================== --- head/devel/grpc/pkg-plist Wed May 16 12:47:20 2018 (r470117) +++ head/devel/grpc/pkg-plist Wed May 16 13:26:08 2018 (r470118) @@ -171,6 +171,8 @@ include/grpcpp/impl/codegen/create_auth_context.h include/grpcpp/impl/codegen/grpc_library.h include/grpcpp/impl/codegen/metadata_map.h include/grpcpp/impl/codegen/method_handler_impl.h +include/grpcpp/impl/codegen/proto_buffer_reader.h +include/grpcpp/impl/codegen/proto_buffer_writer.h include/grpcpp/impl/codegen/proto_utils.h include/grpcpp/impl/codegen/rpc_method.h include/grpcpp/impl/codegen/rpc_service_method.h @@ -210,6 +212,8 @@ include/grpcpp/support/byte_buffer.h include/grpcpp/support/channel_arguments.h include/grpcpp/support/config.h include/grpcpp/support/error_details.h +include/grpcpp/support/proto_buffer_reader.h +include/grpcpp/support/proto_buffer_writer.h include/grpcpp/support/slice.h include/grpcpp/support/status.h include/grpcpp/support/status_code_enum.h From owner-svn-ports-head@freebsd.org Wed May 16 13:26:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B637DEE22A4; Wed, 16 May 2018 13:26:27 +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 68378687B2; Wed, 16 May 2018 13:26:27 +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 4A1F71AC48; Wed, 16 May 2018 13:26:27 +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 w4GDQR74091346; Wed, 16 May 2018 13:26:27 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GDQQxg091344; Wed, 16 May 2018 13:26:26 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805161326.w4GDQQxg091344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 16 May 2018 13:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470119 - 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: 470119 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 13:26:27 -0000 Author: vanilla Date: Wed May 16 13:26:26 2018 New Revision: 470119 URL: https://svnweb.freebsd.org/changeset/ports/470119 Log: Update to 1.11.1. Modified: head/devel/pecl-grpc/Makefile head/devel/pecl-grpc/distinfo Modified: head/devel/pecl-grpc/Makefile ============================================================================== --- head/devel/pecl-grpc/Makefile Wed May 16 13:26:08 2018 (r470118) +++ head/devel/pecl-grpc/Makefile Wed May 16 13:26:26 2018 (r470119) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.1 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org Modified: head/devel/pecl-grpc/distinfo ============================================================================== --- head/devel/pecl-grpc/distinfo Wed May 16 13:26:08 2018 (r470118) +++ head/devel/pecl-grpc/distinfo Wed May 16 13:26:26 2018 (r470119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523970490 -SHA256 (PECL/grpc-1.11.0.tgz) = b4a04a613b6ec606b0588a2634b8f17a9f0ed8f99852e1e7a863c53631dd5ddb -SIZE (PECL/grpc-1.11.0.tgz) = 2454902 +TIMESTAMP = 1526476414 +SHA256 (PECL/grpc-1.11.1.tgz) = bb30eb1042de6a777be57ff763317652188353f9ca08dbe345b2d54f5fdeaaa7 +SIZE (PECL/grpc-1.11.1.tgz) = 2454752 From owner-svn-ports-head@freebsd.org Wed May 16 13:26:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B704EE232F; Wed, 16 May 2018 13:26:55 +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 00E91688A1; Wed, 16 May 2018 13:26:55 +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 D658F1AC49; Wed, 16 May 2018 13:26:54 +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 w4GDQsF2091483; Wed, 16 May 2018 13:26:54 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GDQsUE091481; Wed, 16 May 2018 13:26:54 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805161326.w4GDQsUE091481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 16 May 2018 13:26:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470120 - head/devel/py-grpcio X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/py-grpcio X-SVN-Commit-Revision: 470120 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 13:26:55 -0000 Author: vanilla Date: Wed May 16 13:26:54 2018 New Revision: 470120 URL: https://svnweb.freebsd.org/changeset/ports/470120 Log: Update to 1.12.0. Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Wed May 16 13:26:26 2018 (r470119) +++ head/devel/py-grpcio/Makefile Wed May 16 13:26:54 2018 (r470120) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Wed May 16 13:26:26 2018 (r470119) +++ head/devel/py-grpcio/distinfo Wed May 16 13:26:54 2018 (r470120) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523723453 -SHA256 (grpcio-1.11.0.tar.gz) = a26d32bdc1479c3983194ad380e4cc4bad379729fac4d4acbbda209658d65610 -SIZE (grpcio-1.11.0.tar.gz) = 14188590 +TIMESTAMP = 1526468360 +SHA256 (grpcio-1.12.0.tar.gz) = e1fd1f0782751d281e7d4e67b8d3143f0326cf3a7ab7c7ccf21ee51a152a5c37 +SIZE (grpcio-1.12.0.tar.gz) = 14219877 From owner-svn-ports-head@freebsd.org Wed May 16 13:27:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92CA1EE23B8; Wed, 16 May 2018 13:27:14 +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 408A168985; Wed, 16 May 2018 13:27:14 +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 21E3A1AC4A; Wed, 16 May 2018 13:27:14 +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 w4GDREeQ091615; Wed, 16 May 2018 13:27:14 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GDRDv6091613; Wed, 16 May 2018 13:27:13 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805161327.w4GDRDv6091613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 16 May 2018 13:27:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470121 - head/devel/py-grpcio-tools X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/py-grpcio-tools X-SVN-Commit-Revision: 470121 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 13:27:14 -0000 Author: vanilla Date: Wed May 16 13:27:13 2018 New Revision: 470121 URL: https://svnweb.freebsd.org/changeset/ports/470121 Log: Update to 1.12.0. Modified: head/devel/py-grpcio-tools/Makefile head/devel/py-grpcio-tools/distinfo Modified: head/devel/py-grpcio-tools/Makefile ============================================================================== --- head/devel/py-grpcio-tools/Makefile Wed May 16 13:26:54 2018 (r470120) +++ head/devel/py-grpcio-tools/Makefile Wed May 16 13:27:13 2018 (r470121) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio-tools -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-grpcio-tools/distinfo ============================================================================== --- head/devel/py-grpcio-tools/distinfo Wed May 16 13:26:54 2018 (r470120) +++ head/devel/py-grpcio-tools/distinfo Wed May 16 13:27:13 2018 (r470121) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523756065 -SHA256 (grpcio-tools-1.11.0.tar.gz) = 6c9e7734bc9f0f30a5b12a33fc9a0ba304c63a7809dccc6dcd2af653116a5bef -SIZE (grpcio-tools-1.11.0.tar.gz) = 1917055 +TIMESTAMP = 1526475947 +SHA256 (grpcio-tools-1.12.0.tar.gz) = 88cb9bf5eb09fec2515f8a227deb1a5a2c42330114f8cea8aea8ccaf5c4f06b9 +SIZE (grpcio-tools-1.12.0.tar.gz) = 1925902 From owner-svn-ports-head@freebsd.org Wed May 16 13:35:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9B58EE2B8A; Wed, 16 May 2018 13:35:24 +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 56E3568EB9; Wed, 16 May 2018 13:35:24 +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 320C41ADD8; Wed, 16 May 2018 13:35:24 +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 w4GDZO0e096876; Wed, 16 May 2018 13:35:24 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GDZNCx096874; Wed, 16 May 2018 13:35:23 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805161335.w4GDZNCx096874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 16 May 2018 13:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470122 - in head/games/julius: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/games/julius: . files X-SVN-Commit-Revision: 470122 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 13:35:24 -0000 Author: vanilla Date: Wed May 16 13:35:23 2018 New Revision: 470122 URL: https://svnweb.freebsd.org/changeset/ports/470122 Log: 1: add PKGNAMESUFFIX. 2: remove uneeded julius.in. PR: 228103 Submitted by: maintainer Deleted: head/games/julius/files/julius.in Modified: head/games/julius/Makefile head/games/julius/files/pkg-message.in Modified: head/games/julius/Makefile ============================================================================== --- head/games/julius/Makefile Wed May 16 13:27:13 2018 (r470121) +++ head/games/julius/Makefile Wed May 16 13:35:23 2018 (r470122) @@ -2,7 +2,9 @@ # $FreeBSD$ PORTNAME= julius +PKGNAMESUFFIX= -caesariii PORTVERSION= g20180430 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= pkubaj@anongoth.pl @@ -18,16 +20,12 @@ GH_TAGNAME= cb7ecdf USE_SDL= mixer2 sdl2 -SUB_FILES= julius pkg-message +SUB_FILES= pkg-message -PLIST_FILES= bin/${PORTNAME} \ - ${DATADIR}/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \ - ${STAGEDIR}${DATADIR}/ - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ - ${STAGEDIR}${PREFIX}/bin/ + ${STAGEDIR}${PREFIX}/bin .include Modified: head/games/julius/files/pkg-message.in ============================================================================== --- head/games/julius/files/pkg-message.in Wed May 16 13:27:13 2018 (r470121) +++ head/games/julius/files/pkg-message.in Wed May 16 13:35:23 2018 (r470122) @@ -1 +1,2 @@ -To play this game, copy Caesar III game files to %%DATADIR%%/data. +To play this game, you need to cd to the directory with the game files +and run julius or just pass the directory as a 1st argument. From owner-svn-ports-head@freebsd.org Wed May 16 14:16:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01FB2EE51A2; Wed, 16 May 2018 14:16:11 +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 A2F836AD40; Wed, 16 May 2018 14:16:10 +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 7EC961B432; Wed, 16 May 2018 14:16:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GEGAeq017093; Wed, 16 May 2018 14:16:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GEGAYI017092; Wed, 16 May 2018 14:16:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805161416.w4GEGAYI017092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 16 May 2018 14:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470123 - head/net/traceroute X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net/traceroute X-SVN-Commit-Revision: 470123 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 14:16:11 -0000 Author: amdmi3 Date: Wed May 16 14:16:09 2018 New Revision: 470123 URL: https://svnweb.freebsd.org/changeset/ports/470123 Log: - Mark broken and deprecated: upstream gone, fetch is broken Approved by: portmgr blanket Modified: head/net/traceroute/Makefile Modified: head/net/traceroute/Makefile ============================================================================== --- head/net/traceroute/Makefile Wed May 16 13:35:23 2018 (r470122) +++ head/net/traceroute/Makefile Wed May 16 14:16:09 2018 (r470123) @@ -10,6 +10,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Version of 'traceroute' that shows the AS network number of each hop +BROKEN= does not fetch +DEPRECATED= Upstream gone +EXPIRATION_DATE=2018-08-16 + RELEASEDATE= 991603 NO_WRKSUBDIR= yes PLIST_FILES= "@(,,4555) sbin/traceroute" man/man8/traceroute.8.gz From owner-svn-ports-head@freebsd.org Wed May 16 15:13:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24653EE7E69; Wed, 16 May 2018 15:13:44 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CABF36CFCF; Wed, 16 May 2018 15:13:43 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABC5D1BDE1; Wed, 16 May 2018 15:13:43 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GFDhix046615; Wed, 16 May 2018 15:13:43 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GFDhIr046613; Wed, 16 May 2018 15:13:43 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201805161513.w4GFDhIr046613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Wed, 16 May 2018 15:13:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470124 - in head/biology/fastx-toolkit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: in head/biology/fastx-toolkit: . files X-SVN-Commit-Revision: 470124 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 15:13:44 -0000 Author: jwb Date: Wed May 16 15:13:43 2018 New Revision: 470124 URL: https://svnweb.freebsd.org/changeset/ports/470124 Log: biology/fastx-toolkit: Fix build on FreeBSD 12 Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D15451 Added: head/biology/fastx-toolkit/files/ head/biology/fastx-toolkit/files/patch-src_libfastx_fastx.h (contents, props changed) Modified: head/biology/fastx-toolkit/Makefile Modified: head/biology/fastx-toolkit/Makefile ============================================================================== --- head/biology/fastx-toolkit/Makefile Wed May 16 14:16:09 2018 (r470123) +++ head/biology/fastx-toolkit/Makefile Wed May 16 15:13:43 2018 (r470124) @@ -15,10 +15,8 @@ LIB_DEPENDS= libgtextutils.so:biology/libgtextutils USES= autoreconf libtool perl5 pkgconfig shebangfix USE_PERL5= run SHEBANG_FILES= scripts/*.pl - USE_GITHUB= yes GH_ACCOUNT= agordon - GNU_CONFIGURE= yes .include Added: head/biology/fastx-toolkit/files/patch-src_libfastx_fastx.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastx-toolkit/files/patch-src_libfastx_fastx.h Wed May 16 15:13:43 2018 (r470124) @@ -0,0 +1,19 @@ +--- src/libfastx/fastx.h.orig 2018-05-16 14:50:08 UTC ++++ src/libfastx/fastx.h +@@ -58,7 +58,7 @@ typedef enum { + OUTPUT_SAME_AS_INPUT=3 + } OUTPUT_FILE_TYPE; + +-#pragma pack(1) ++#pragma pack(push,1) + typedef struct + { + /* Record data - common for FASTA/FASTQ */ +@@ -115,6 +115,7 @@ typedef struct + FILE* input; + FILE* output; + } FASTX ; ++#pragma pack(pop) + + + void fastx_init_reader(FASTX *pFASTX, const char* filename, From owner-svn-ports-head@freebsd.org Wed May 16 15:15:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F47EEE7F38; Wed, 16 May 2018 15:15:46 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-ot0-f195.google.com (mail-ot0-f195.google.com [74.125.82.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C06CE6D0F9; Wed, 16 May 2018 15:15:45 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mail-ot0-f195.google.com with SMTP id g7-v6so1305627otj.11; Wed, 16 May 2018 08:15:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=CDVeiaEo2YxTrvIC6FpmBXByyxRB/ww1rKV0fVTIFGA=; b=E9HzbzhNA80W6TPHqcymLwBDVXuM7p8k3XBHKKma8/2Mw6pLe4PiBIMuq90OkfNHgO 5dUfpYtdUPVqot9b14m4OjxxIIKwMl/8/5um6bLnrt7xa0cYN6N7C9WF/7+/TPJBdXt0 k/X1VVM6MpU3o3ioStZn7a6wj6S4LLtayjHwKVr4g5rTIGXgX5FzHSd6Xpm/FjaufblV gHPYxDY4cN0m9SKIsBdlRNc78s803cywyZ5n39CRzasn5DIMK9kR6kMMbxvhmsUTm2ii tAjqFYF5nJ9ygazZyMaktYzGBRfJTeG2WRukBYSXCSwsgVVW57bYmgPsBG9DvLxJR91I 5eGg== X-Gm-Message-State: ALKqPwd3Q8F6bF31JegTzI6fSVsu2iLZ7jknuL6R8CCW5C1l2/8xJn4J Iqfo9J2sFJ8yudrw2D8jv6IpfOD+ X-Google-Smtp-Source: AB8JxZq4+sEUDubbAParCjv7WxhImNx5Euhc7G+HV9DiRRUDCVzuHpMx2jHsBC/qKsIy5mneWgqEAw== X-Received: by 2002:a9d:21ca:: with SMTP id s68-v6mr879835otb.347.1526483245875; Wed, 16 May 2018 08:07:25 -0700 (PDT) Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com. [209.85.218.45]) by smtp.gmail.com with ESMTPSA id f142-v6sm1503950oig.45.2018.05.16.08.07.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 May 2018 08:07:25 -0700 (PDT) Received: by mail-oi0-f45.google.com with SMTP id w123-v6so1016412oia.4; Wed, 16 May 2018 08:07:25 -0700 (PDT) X-Received: by 2002:aca:618a:: with SMTP id v132-v6mr779164oib.220.1526483244893; Wed, 16 May 2018 08:07:24 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:22ca:0:0:0:0:0 with HTTP; Wed, 16 May 2018 08:07:04 -0700 (PDT) In-Reply-To: <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> From: Luca Pizzamiglio Date: Wed, 16 May 2018 17:07:04 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files To: Tobias Kortkamp Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 15:15:46 -0000 Hi Tobias, thanks for the feedback. Those are my findings: * gmake is needed by backtrace-sys. I'm preparing a patch to include its dependency in cargo.mk * cmake is indeed needed by onig-sys. the onig crate is well documented and I guess it should be doable to use textproc/oniguruma, as you suggest Best regards, pizzamig On Tue, May 15, 2018 at 12:02 PM, Tobias Kortkamp wrote: > On Tue, May 15, 2018, at 10:43, Luca Pizzamiglio wrote: > > Author: pizzamig > > Date: Tue May 15 08:43:10 2018 > > New Revision: 470005 > > URL: https://svnweb.freebsd.org/changeset/ports/470005 > > > > Log: > > textproc/bat: a cat(1) clone with syntax highlighting > > > > Add bat, a cat(1) clone with syntax highlighting, Git integration > > and automatic paging > > Written in Rust. > > > > Added: > > head/textproc/bat/ > > head/textproc/bat/Makefile (contents, props changed) > > head/textproc/bat/distinfo (contents, props changed) > > head/textproc/bat/files/ > > head/textproc/bat/files/patch-cargo- > > crates_console-0.6.1_src_unix__term.rs (contents, props changed) > > head/textproc/bat/pkg-descr (contents, props changed) > > Modified: > > head/textproc/Makefile > > > > Modified: head/textproc/Makefile > > ============================================================ > ================== > > --- head/textproc/Makefile Tue May 15 08:42:03 2018 (r470004) > > +++ head/textproc/Makefile Tue May 15 08:43:10 2018 (r470005) > > @@ -51,6 +51,7 @@ > > SUBDIR += augeas > > SUBDIR += az-aspell > > SUBDIR += bar > > + SUBDIR += bat > > SUBDIR += bbe > > SUBDIR += be-aspell > > SUBDIR += bedic-data > > > > Added: head/textproc/bat/Makefile > > ============================================================ > ================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/textproc/bat/Makefile Tue May 15 08:43:10 2018 > (r470005) > > @@ -0,0 +1,119 @@ > > +# $FreeBSD$ > > + > > +PORTNAME= bat > > +DISTVERSIONPREFIX= v > > +DISTVERSION= 0.3.0 > > +CATEGORIES= textproc > > + > > +MAINTAINER= pizzamig@FreeBSD.org > > +COMMENT= Clone of cat with syntax highlighting > > + > > +LICENSE= APACHE20 > > + > > +USES= cargo cmake:noninja gmake > > Why does this need cmake and gmake? If it's for the build scripts of > some crates it could be helpful to encode this knowledge in cargo.mk > instead of adding it to individual ports and letting everyone figure > it out time and time again. > > We currently do this for the openssl-sys, pkg-config, and libgit2-sys > crates already. > > I suspect this might be for the onig_sys crate here? In which case I > think it'd be a good idea to let it use textproc/oniguruma instead of > building a bundled version of it. > > > +USE_GITHUB= yes > > +GH_ACCOUNT= sharkdp > > + > > +PLIST_FILES= bin/bat > > + > > +CARGO_CRATES= aho-corasick-0.6.4 \ > > + ansi_term-0.10.2 \ > > + ansi_term-0.11.0 \ > > + atty-0.2.10 \ > > + backtrace-0.3.7 \ > > + backtrace-sys-0.1.16 \ > > + base64-0.8.0 \ > > + bincode-1.0.0 \ > > + bitflags-1.0.3 \ > > + byteorder-1.2.2 \ > > + bytes-0.4.7 \ > > + cc-1.0.15 \ > > + cfg-if-0.1.3 \ > > + chrono-0.4.2 \ > > + clap-2.31.2 \ > > + clicolors-control-0.2.0 \ > > + cmake-0.1.31 \ > > + console-0.6.1 \ > > + directories-0.10.0 \ > > + dtoa-0.4.2 \ > > + duct-0.10.0 \ > > + error-chain-0.11.0 \ > > + flate2-1.0.1 \ > > + fnv-1.0.6 \ > > + fuchsia-zircon-0.3.3 \ > > + fuchsia-zircon-sys-0.3.3 \ > > + gcc-0.3.54 \ > > + git2-0.7.1 \ > > + idna-0.1.4 \ > > + iovec-0.1.2 \ > > + itoa-0.4.1 \ > > + kernel32-sys-0.2.2 \ > > + lazy_static-0.2.11 \ > > + lazy_static-1.0.0 \ > > + lazycell-0.6.0 \ > > + libc-0.2.40 \ > > + libgit2-sys-0.7.1 \ > > + libz-sys-1.0.18 \ > > + linked-hash-map-0.5.1 \ > > + log-0.4.1 \ > > + matches-0.1.6 \ > > + memchr-2.0.1 \ > > + miniz-sys-0.1.10 \ > > + nix-0.10.0 \ > > + num-integer-0.1.36 \ > > + num-traits-0.2.2 \ > > + onig-3.2.2 \ > > + onig_sys-68.0.1 \ > > + os_pipe-0.6.1 \ > > + owning_ref-0.3.3 \ > > + parking_lot-0.5.5 \ > > + parking_lot_core-0.2.14 \ > > + percent-encoding-1.0.1 \ > > + pkg-config-0.3.11 \ > > + plist-0.2.4 \ > > + proc-macro2-0.3.8 \ > > + quote-0.5.2 \ > > + rand-0.4.2 \ > > + redox_syscall-0.1.37 \ > > + redox_termios-0.1.1 \ > > + regex-0.2.11 \ > > + regex-syntax-0.4.2 \ > > + regex-syntax-0.5.6 \ > > + rustc-demangle-0.1.8 \ > > + safemem-0.2.0 \ > > + same-file-1.0.2 \ > > + serde-1.0.51 \ > > + serde_derive-1.0.51 \ > > + serde_json-1.0.17 \ > > + shared_child-0.3.2 \ > > + smallvec-0.6.1 \ > > + stable_deref_trait-1.0.0 \ > > + strsim-0.7.0 \ > > + syn-0.13.7 \ > > + syntect-2.0.1 \ > > + term_size-0.3.1 \ > > + termion-1.5.1 \ > > + termios-0.2.2 \ > > + textwrap-0.9.0 \ > > + thread_local-0.3.5 \ > > + time-0.1.39 \ > > + ucd-util-0.1.1 \ > > + unicode-bidi-0.3.4 \ > > + unicode-normalization-0.1.6 \ > > + unicode-width-0.1.4 \ > > + unicode-xid-0.1.0 \ > > + unreachable-1.0.0 \ > > + url-1.7.0 \ > > + utf8-ranges-1.0.0 \ > > + vcpkg-0.2.3 \ > > + void-1.0.2 \ > > + walkdir-2.1.4 \ > > + winapi-0.2.8 \ > > + winapi-0.3.4 \ > > + winapi-build-0.1.1 \ > > + winapi-i686-pc-windows-gnu-0.4.0 \ > > + winapi-x86_64-pc-windows-gnu-0.4.0 \ > > + xml-rs-0.7.0 \ > > + yaml-rust-0.4.0 > > + > > +.include > > > > Added: head/textproc/bat/distinfo > > ============================================================ > ================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/textproc/bat/distinfo Tue May 15 08:43:10 2018 > (r470005) > > @@ -0,0 +1,201 @@ > > +TIMESTAMP = 1526299978 > > +SHA256 (rust/crates/aho-corasick-0.6.4.tar.gz) = > > d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4 > > +SIZE (rust/crates/aho-corasick-0.6.4.tar.gz) = 25443 > > +SHA256 (rust/crates/ansi_term-0.10.2.tar.gz) = > > 6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455 > > +SIZE (rust/crates/ansi_term-0.10.2.tar.gz) = 16642 > > +SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = > > ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b > > +SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 > > +SHA256 (rust/crates/atty-0.2.10.tar.gz) = > > 2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1 > > +SIZE (rust/crates/atty-0.2.10.tar.gz) = 5962 > > +SHA256 (rust/crates/backtrace-0.3.7.tar.gz) = > > 8ea58cd16fd6c9d120b5bcb01d63883ae4cc7ba2aed35c1841b862a3c7ef6639 > > +SIZE (rust/crates/backtrace-0.3.7.tar.gz) = 28432 > > +SHA256 (rust/crates/backtrace-sys-0.1.16.tar.gz) = > > 44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661 > > +SIZE (rust/crates/backtrace-sys-0.1.16.tar.gz) = 283418 > > +SHA256 (rust/crates/base64-0.8.0.tar.gz) = > > 7c4a342b450b268e1be8036311e2c613d7f8a7ed31214dff1cc3b60852a3168d > > +SIZE (rust/crates/base64-0.8.0.tar.gz) = 33091 > > +SHA256 (rust/crates/bincode-1.0.0.tar.gz) = > > bda13183df33055cbb84b847becce220d392df502ebe7a4a78d7021771ed94d0 > > +SIZE (rust/crates/bincode-1.0.0.tar.gz) = 13617 > > +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.2.tar.gz) = > > 73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87 > > +SIZE (rust/crates/byteorder-1.2.2.tar.gz) = 18909 > > +SHA256 (rust/crates/bytes-0.4.7.tar.gz) = > > 2f1d50c876fb7545f5f289cd8b2aee3f359d073ae819eed5d6373638e2c61e59 > > +SIZE (rust/crates/bytes-0.4.7.tar.gz) = 44743 > > +SHA256 (rust/crates/cc-1.0.15.tar.gz) = > > 0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba > > +SIZE (rust/crates/cc-1.0.15.tar.gz) = 41839 > > +SHA256 (rust/crates/cfg-if-0.1.3.tar.gz) = > > 405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18 > > +SIZE (rust/crates/cfg-if-0.1.3.tar.gz) = 7115 > > +SHA256 (rust/crates/chrono-0.4.2.tar.gz) = > > 1cce36c92cb605414e9b824f866f5babe0a0368e39ea07393b9b63cf3844c0e6 > > +SIZE (rust/crates/chrono-0.4.2.tar.gz) = 129309 > > +SHA256 (rust/crates/clap-2.31.2.tar.gz) = > > f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536 > > +SIZE (rust/crates/clap-2.31.2.tar.gz) = 194051 > > +SHA256 (rust/crates/clicolors-control-0.2.0.tar.gz) = > > 1f84dec9bc083ce2503908cd305af98bd363da6f54bf8d4bf0ac14ee749ad5d1 > > +SIZE (rust/crates/clicolors-control-0.2.0.tar.gz) = 3029 > > +SHA256 (rust/crates/cmake-0.1.31.tar.gz) = > > 95470235c31c726d72bf2e1f421adc1e65b9d561bf5529612cbe1a72da1467b3 > > +SIZE (rust/crates/cmake-0.1.31.tar.gz) = 12480 > > +SHA256 (rust/crates/console-0.6.1.tar.gz) = > > 7649ca90478264b9686aac8d269fcb014f14c2bed7c79a7e51b9f6afd4d783eb > > +SIZE (rust/crates/console-0.6.1.tar.gz) = 12181 > > +SHA256 (rust/crates/directories-0.10.0.tar.gz) = > > fc2561db021b6f1321d0f16b67ed28ce843ef4610dfaa432e3ffa2e8a3050ebf > > +SIZE (rust/crates/directories-0.10.0.tar.gz) = 16116 > > +SHA256 (rust/crates/dtoa-0.4.2.tar.gz) = > > 09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab > > +SIZE (rust/crates/dtoa-0.4.2.tar.gz) = 14227 > > +SHA256 (rust/crates/duct-0.10.0.tar.gz) = > > 166298c17c5b4fe5997b962c2f22e887c7c5adc44308eb9103ce5b66af45a423 > > +SIZE (rust/crates/duct-0.10.0.tar.gz) = 25949 > > +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/flate2-1.0.1.tar.gz) = > > 9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909 > > +SIZE (rust/crates/flate2-1.0.1.tar.gz) = 61869 > > +SHA256 (rust/crates/fnv-1.0.6.tar.gz) = > > 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 > > +SIZE (rust/crates/fnv-1.0.6.tar.gz) = 11131 > > +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/gcc-0.3.54.tar.gz) = > > 5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb > > +SIZE (rust/crates/gcc-0.3.54.tar.gz) = 37248 > > +SHA256 (rust/crates/git2-0.7.1.tar.gz) = > > 0f41c0035c37ec11ed3f1e1946a76070b0c740393687e9a9c7612f6a709036b3 > > +SIZE (rust/crates/git2-0.7.1.tar.gz) = 141487 > > +SHA256 (rust/crates/idna-0.1.4.tar.gz) = > > 014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d > > +SIZE (rust/crates/idna-0.1.4.tar.gz) = 289112 > > +SHA256 (rust/crates/iovec-0.1.2.tar.gz) = > > dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 > > +SIZE (rust/crates/iovec-0.1.2.tar.gz) = 8565 > > +SHA256 (rust/crates/itoa-0.4.1.tar.gz) = > > c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682 > > +SIZE (rust/crates/itoa-0.4.1.tar.gz) = 10563 > > +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = > > 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d > > +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 > > +SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) = > > 76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73 > > +SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361 > > +SHA256 (rust/crates/lazy_static-1.0.0.tar.gz) = > > c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d > > +SIZE (rust/crates/lazy_static-1.0.0.tar.gz) = 12611 > > +SHA256 (rust/crates/lazycell-0.6.0.tar.gz) = > > a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef > > +SIZE (rust/crates/lazycell-0.6.0.tar.gz) = 10099 > > +SHA256 (rust/crates/libc-0.2.40.tar.gz) = > > 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b > > +SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272 > > +SHA256 (rust/crates/libgit2-sys-0.7.1.tar.gz) = > > 1ecbd6428006c321c29b6c8a895f0d90152f1cf4fd8faab69fc436a3d9594f63 > > +SIZE (rust/crates/libgit2-sys-0.7.1.tar.gz) = 4717492 > > +SHA256 (rust/crates/libz-sys-1.0.18.tar.gz) = > > 87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16 > > +SIZE (rust/crates/libz-sys-1.0.18.tar.gz) = 632715 > > +SHA256 (rust/crates/linked-hash-map-0.5.1.tar.gz) = > > 70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e > > +SIZE (rust/crates/linked-hash-map-0.5.1.tar.gz) = 16559 > > +SHA256 (rust/crates/log-0.4.1.tar.gz) = > > 89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2 > > +SIZE (rust/crates/log-0.4.1.tar.gz) = 20731 > > +SHA256 (rust/crates/matches-0.1.6.tar.gz) = > > 100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376 > > +SIZE (rust/crates/matches-0.1.6.tar.gz) = 1916 > > +SHA256 (rust/crates/memchr-2.0.1.tar.gz) = > > 796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d > > +SIZE (rust/crates/memchr-2.0.1.tar.gz) = 9858 > > +SHA256 (rust/crates/miniz-sys-0.1.10.tar.gz) = > > 609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4 > > +SIZE (rust/crates/miniz-sys-0.1.10.tar.gz) = 53357 > > +SHA256 (rust/crates/nix-0.10.0.tar.gz) = > > b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f > > +SIZE (rust/crates/nix-0.10.0.tar.gz) = 124570 > > +SHA256 (rust/crates/num-integer-0.1.36.tar.gz) = > > f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe > > +SIZE (rust/crates/num-integer-0.1.36.tar.gz) = 12168 > > +SHA256 (rust/crates/num-traits-0.2.2.tar.gz) = > > dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364 > > +SIZE (rust/crates/num-traits-0.2.2.tar.gz) = 34777 > > +SHA256 (rust/crates/onig-3.2.2.tar.gz) = > > f5eeb268a4620c74ea5768c6d2ccd492d60a47a8754666b91a46bfc35cd4d1ba > > +SIZE (rust/crates/onig-3.2.2.tar.gz) = 36111 > > +SHA256 (rust/crates/onig_sys-68.0.1.tar.gz) = > > 5c6be7c4f985508684e54f18dd37f71e66f3e1ad9318336a520d7e42f0d3ea8e > > +SIZE (rust/crates/onig_sys-68.0.1.tar.gz) = 647250 > > +SHA256 (rust/crates/os_pipe-0.6.1.tar.gz) = > > 934868c3f86ed7a39ef63d88edeac5bd49a0c843192651900e9ce1178cbbf157 > > +SIZE (rust/crates/os_pipe-0.6.1.tar.gz) = 8451 > > +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/parking_lot_core-0.2.14.tar.gz) = > > 4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa > > +SIZE (rust/crates/parking_lot_core-0.2.14.tar.gz) = 22140 > > +SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) = > > 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 > > +SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) = 10057 > > +SHA256 (rust/crates/pkg-config-0.3.11.tar.gz) = > > 110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f > > +SIZE (rust/crates/pkg-config-0.3.11.tar.gz) = 13227 > > +SHA256 (rust/crates/plist-0.2.4.tar.gz) = > > c61ac2afed2856590ae79d6f358a24b85ece246d2aa134741a66d589519b7503 > > +SIZE (rust/crates/plist-0.2.4.tar.gz) = 20553 > > +SHA256 (rust/crates/proc-macro2-0.3.8.tar.gz) = > > 1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7 > > +SIZE (rust/crates/proc-macro2-0.3.8.tar.gz) = 24412 > > +SHA256 (rust/crates/quote-0.5.2.tar.gz) = > > 9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8 > > +SIZE (rust/crates/quote-0.5.2.tar.gz) = 14982 > > +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.37.tar.gz) = > > 0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd > > +SIZE (rust/crates/redox_syscall-0.1.37.tar.gz) = 13980 > > +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-0.2.11.tar.gz) = > > 9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384 > > +SIZE (rust/crates/regex-0.2.11.tar.gz) = 209507 > > +SHA256 (rust/crates/regex-syntax-0.4.2.tar.gz) = > > 8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e > > +SIZE (rust/crates/regex-syntax-0.4.2.tar.gz) = 126234 > > +SHA256 (rust/crates/regex-syntax-0.5.6.tar.gz) = > > 7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7 > > +SIZE (rust/crates/regex-syntax-0.5.6.tar.gz) = 233912 > > +SHA256 (rust/crates/rustc-demangle-0.1.8.tar.gz) = > > 76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649 > > +SIZE (rust/crates/rustc-demangle-0.1.8.tar.gz) = 10737 > > +SHA256 (rust/crates/safemem-0.2.0.tar.gz) = > > e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f > > +SIZE (rust/crates/safemem-0.2.0.tar.gz) = 6450 > > +SHA256 (rust/crates/same-file-1.0.2.tar.gz) = > > cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637 > > +SIZE (rust/crates/same-file-1.0.2.tar.gz) = 8870 > > +SHA256 (rust/crates/serde-1.0.51.tar.gz) = > > 21924cc18e5281f232a17c040355fac97732b42cf019c24996a1642bcb169cdb > > +SIZE (rust/crates/serde-1.0.51.tar.gz) = 67881 > > +SHA256 (rust/crates/serde_derive-1.0.51.tar.gz) = > > 9c624a90bec6fe9bc60d275d7af71c72c26b24cd6c6776d8e344dc4044caa3e2 > > +SIZE (rust/crates/serde_derive-1.0.51.tar.gz) = 44846 > > +SHA256 (rust/crates/serde_json-1.0.17.tar.gz) = > > f3ad6d546e765177cf3dded3c2e424a8040f870083a0e64064746b958ece9cb1 > > +SIZE (rust/crates/serde_json-1.0.17.tar.gz) = 64689 > > +SHA256 (rust/crates/shared_child-0.3.2.tar.gz) = > > bcd5e483b3475af9bc2a35311c2f3bbf0bd98fde91410ab15a0d4ba3c3127b4e > > +SIZE (rust/crates/shared_child-0.3.2.tar.gz) = 6845 > > +SHA256 (rust/crates/smallvec-0.6.1.tar.gz) = > > 03dab98ab5ded3a8b43b2c80751194608d0b2aa0f1d46cf95d1c35e192844aa7 > > +SIZE (rust/crates/smallvec-0.6.1.tar.gz) = 17927 > > +SHA256 (rust/crates/stable_deref_trait-1.0.0.tar.gz) = > > 15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b > > +SIZE (rust/crates/stable_deref_trait-1.0.0.tar.gz) = 7321 > > +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.7.tar.gz) = > > 61b8f1b737f929c6516ba46a3133fd6d5215ad8a62f66760f851f7048aebedfb > > +SIZE (rust/crates/syn-0.13.7.tar.gz) = 134199 > > +SHA256 (rust/crates/syntect-2.0.1.tar.gz) = > > eceb461f684c9e8e00f7a50055698af62c76d5b86e4ad50b4311acd5f655d606 > > +SIZE (rust/crates/syntect-2.0.1.tar.gz) = 663960 > > +SHA256 (rust/crates/term_size-0.3.1.tar.gz) = > > 9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327 > > +SIZE (rust/crates/term_size-0.3.1.tar.gz) = 10754 > > +SHA256 (rust/crates/termion-1.5.1.tar.gz) = > > 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 > > +SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 > > +SHA256 (rust/crates/termios-0.2.2.tar.gz) = > > d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a > > +SIZE (rust/crates/termios-0.2.2.tar.gz) = 8966 > > +SHA256 (rust/crates/textwrap-0.9.0.tar.gz) = > > c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693 > > +SIZE (rust/crates/textwrap-0.9.0.tar.gz) = 15795 > > +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/time-0.1.39.tar.gz) = > > a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098 > > +SIZE (rust/crates/time-0.1.39.tar.gz) = 29295 > > +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/unicode-bidi-0.3.4.tar.gz) = > > 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 > > +SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 > > +SHA256 (rust/crates/unicode-normalization-0.1.6.tar.gz) = > > 90d662d111b0dbb08a180f2761026cba648c258023c355954a7c00e00e354636 > > +SIZE (rust/crates/unicode-normalization-0.1.6.tar.gz) = 329865 > > +SHA256 (rust/crates/unicode-width-0.1.4.tar.gz) = > > bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f > > +SIZE (rust/crates/unicode-width-0.1.4.tar.gz) = 15283 > > +SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = > > fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc > > +SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 > > +SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = > > 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 > > +SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 > > +SHA256 (rust/crates/url-1.7.0.tar.gz) = > > f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7 > > +SIZE (rust/crates/url-1.7.0.tar.gz) = 67909 > > +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/vcpkg-0.2.3.tar.gz) = > > 7ed0f6789c8a85ca41bbc1c9d175422116a9869bd1cf31bb08e1493ecce60380 > > +SIZE (rust/crates/vcpkg-0.2.3.tar.gz) = 6015 > > +SHA256 (rust/crates/void-1.0.2.tar.gz) = > > 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d > > +SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 > > +SHA256 (rust/crates/walkdir-2.1.4.tar.gz) = > > 63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369 > > +SIZE (rust/crates/walkdir-2.1.4.tar.gz) = 22695 > > +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.4.tar.gz) = > > 04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3 > > +SIZE (rust/crates/winapi-0.3.4.tar.gz) = 905247 > > +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = > > 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc > > +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 > > +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = > > ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 > > +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 > > +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = > > 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f > > +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 > > +SHA256 (rust/crates/xml-rs-0.7.0.tar.gz) = > > 3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2 > > +SIZE (rust/crates/xml-rs-0.7.0.tar.gz) = 50980 > > +SHA256 (rust/crates/yaml-rust-0.4.0.tar.gz) = > > 57ab38ee1a4a266ed033496cf9af1828d8d6e6c1cfa5f643a2809effcae4d628 > > +SIZE (rust/crates/yaml-rust-0.4.0.tar.gz) = 44668 > > +SHA256 (sharkdp-bat-v0.3.0_GH0.tar.gz) = > > ffb3f2b20fb831e503c3db224a563dc30e766c627a08c069cf60e5182845207c > > +SIZE (sharkdp-bat-v0.3.0_GH0.tar.gz) = 337970 > > > > Added: head/textproc/bat/files/patch-cargo- > > crates_console-0.6.1_src_unix__term.rs > > ============================================================ > ================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/textproc/bat/files/patch-cargo- > > crates_console-0.6.1_src_unix__term.rs Tue May 15 08:43:10 2018 > (r470005) > > @@ -0,0 +1,11 @@ > > +--- cargo-crates/console-0.6.1/src/unix_term.rs.orig 2017-05-11 > 05:32:00 > > UTC > > ++++ cargo-crates/console-0.6.1/src/unix_term.rs > > +@@ -28,7 +28,7 @@ pub fn terminal_size() -> Option<(u16, u16)> { > > + } > > + > > + let mut winsize: libc::winsize = mem::zeroed(); > > +- libc::ioctl(libc::STDOUT_FILENO, libc::TIOCGWINSZ, &mut > > winsize); > > ++ libc::ioctl(libc::STDOUT_FILENO, libc::TIOCGWINSZ.into(), > &mut > > winsize); > > + if winsize.ws_row > 0 && winsize.ws_col > 0 { > > + Some((winsize.ws_row as u16, winsize.ws_col as u16)) > > + } else { > > > > Added: head/textproc/bat/pkg-descr > > ============================================================ > ================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/textproc/bat/pkg-descr Tue May 15 08:43:10 2018 > (r470005) > > @@ -0,0 +1,3 @@ > > +A cat(1) clone with syntax highlighting and Git integration. > > + > > +WWW: https://github.com/sharkdp/bat > > > From owner-svn-ports-head@freebsd.org Wed May 16 15:33:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2406EE8E0A; Wed, 16 May 2018 15:33:09 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F3B46DBF3; Wed, 16 May 2018 15:33:09 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E2F01C106; Wed, 16 May 2018 15:33:09 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GFX95r056876; Wed, 16 May 2018 15:33:09 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GFX8X7056871; Wed, 16 May 2018 15:33:08 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201805161533.w4GFX8X7056871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 16 May 2018 15:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470125 - in head/graphics/libdrm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/graphics/libdrm: . files X-SVN-Commit-Revision: 470125 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 15:33:10 -0000 Author: zeising Date: Wed May 16 15:33:08 2018 New Revision: 470125 URL: https://svnweb.freebsd.org/changeset/ports/470125 Log: graphics/libdrm: Update to 2.4.92 Regenerate and update patches so they apply cleanly. Changelog: https://cgit.freedesktop.org/mesa/drm/log/?id=libdrm-2.4.92 Tested by: Pete Wright Modified: head/graphics/libdrm/Makefile head/graphics/libdrm/distinfo head/graphics/libdrm/files/patch-libkms_vmwgfx.c head/graphics/libdrm/files/patch-xf86drm.c head/graphics/libdrm/files/patch-xf86drm.h head/graphics/libdrm/files/patch-xf86drmMode.c Modified: head/graphics/libdrm/Makefile ============================================================================== --- head/graphics/libdrm/Makefile Wed May 16 15:13:43 2018 (r470124) +++ head/graphics/libdrm/Makefile Wed May 16 15:33:08 2018 (r470125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdrm -PORTVERSION= 2.4.91 +PORTVERSION= 2.4.92 PORTEPOCH= 1 CATEGORIES= graphics x11 MASTER_SITES= http://dri.freedesktop.org/libdrm/ Modified: head/graphics/libdrm/distinfo ============================================================================== --- head/graphics/libdrm/distinfo Wed May 16 15:13:43 2018 (r470124) +++ head/graphics/libdrm/distinfo Wed May 16 15:33:08 2018 (r470125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520284005 -SHA256 (libdrm-2.4.91.tar.bz2) = 634a0ed0cc1eff06f48674b1da81aafa661a9f001e7a4f43dde81076886dc800 -SIZE (libdrm-2.4.91.tar.bz2) = 815419 +TIMESTAMP = 1526201904 +SHA256 (libdrm-2.4.92.tar.bz2) = e9e48fdb4de139dc4d9880aa1473158a16ff6aff63d14341367bd30a51ff39fa +SIZE (libdrm-2.4.92.tar.bz2) = 821789 Modified: head/graphics/libdrm/files/patch-libkms_vmwgfx.c ============================================================================== --- head/graphics/libdrm/files/patch-libkms_vmwgfx.c Wed May 16 15:13:43 2018 (r470124) +++ head/graphics/libdrm/files/patch-libkms_vmwgfx.c Wed May 16 15:33:08 2018 (r470125) @@ -4,11 +4,11 @@ # _WANT_KERNEL_ERRNO is too recent to be part of any release, so just # define ERESTART if we still don't have it after including errno.h # ---- libkms/vmwgfx.c.orig 2017-04-14 23:29:46 UTC +--- libkms/vmwgfx.c.orig 2018-05-09 22:26:03 UTC +++ libkms/vmwgfx.c -@@ -30,10 +30,18 @@ - #include "config.h" - #endif +@@ -26,10 +26,18 @@ + **************************************************************************/ + +#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) +#define _WANT_KERNEL_ERRNO Modified: head/graphics/libdrm/files/patch-xf86drm.c ============================================================================== --- head/graphics/libdrm/files/patch-xf86drm.c Wed May 16 15:13:43 2018 (r470124) +++ head/graphics/libdrm/files/patch-xf86drm.c Wed May 16 15:33:08 2018 (r470125) @@ -1,6 +1,6 @@ ---- xf86drm.c.orig 2017-07-25 19:15:41 UTC +--- xf86drm.c.orig 2018-05-13 08:59:08 UTC +++ xf86drm.c -@@ -49,6 +49,9 @@ +@@ -46,6 +46,9 @@ #include #include #include @@ -10,7 +10,7 @@ #include #define stat_t struct stat #include -@@ -62,6 +65,10 @@ +@@ -59,6 +62,10 @@ #endif #include @@ -21,7 +21,7 @@ /* Not all systems have MAP_FAILED defined */ #ifndef MAP_FAILED #define MAP_FAILED ((void *)-1) -@@ -72,18 +79,8 @@ +@@ -69,18 +76,8 @@ #include "util_math.h" @@ -41,7 +41,7 @@ #endif #ifdef __NetBSD__ -@@ -180,7 +177,7 @@ void drmFree(void *pt) +@@ -177,7 +174,7 @@ void drmFree(void *pt) } /** @@ -50,7 +50,7 @@ */ int drmIoctl(int fd, unsigned long request, void *arg) -@@ -223,6 +220,89 @@ drmHashEntry *drmGetEntry(int fd) +@@ -220,6 +217,89 @@ drmHashEntry *drmGetEntry(int fd) return entry; } @@ -140,7 +140,7 @@ /** * Compare two busid strings * -@@ -290,7 +370,7 @@ static int drmMatchBusID(const char *id1 +@@ -287,7 +367,7 @@ static int drmMatchBusID(const char *id1, const char * * * \internal * Checks for failure. If failure was caused by signal call chown again. @@ -148,8 +148,8 @@ + * If any other failure happened then it will output error message using * drmMsg() call. */ - #if !defined(UDEV) -@@ -327,8 +407,8 @@ static int chown_check_return(const char + #if !UDEV +@@ -324,8 +404,8 @@ static int chown_check_return(const char *path, uid_t static int drmOpenDevice(dev_t dev, int minor, int type) { stat_t st; @@ -160,7 +160,7 @@ int fd; mode_t devmode = DRM_DEV_MODE, serv_mode; gid_t serv_group; -@@ -338,21 +418,14 @@ static int drmOpenDevice(dev_t dev, int +@@ -335,21 +415,14 @@ static int drmOpenDevice(dev_t dev, int minor, int typ gid_t group = DRM_DEV_GID; #endif @@ -187,7 +187,7 @@ drmMsg("drmOpenDevice: node name is %s\n", buf); if (drm_server_info && drm_server_info->get_perms) { -@@ -456,27 +529,20 @@ wait_for_udev: +@@ -453,27 +526,20 @@ wait_for_udev: static int drmOpenMinor(int minor, int create, int type) { int fd; @@ -222,7 +222,7 @@ if ((fd = open(buf, O_RDWR, 0)) >= 0) return fd; return -errno; -@@ -517,51 +583,6 @@ int drmAvailable(void) +@@ -514,51 +580,6 @@ int drmAvailable(void) return retval; } @@ -274,7 +274,7 @@ /** * Open the device by bus ID. * -@@ -2703,33 +2724,40 @@ int drmDropMaster(int fd) +@@ -2737,33 +2758,40 @@ int drmDropMaster(int fd) char *drmGetDeviceNameFromFd(int fd) { @@ -328,7 +328,7 @@ int maj, min, type; if (fstat(fd, &sbuf)) -@@ -2747,6 +2775,7 @@ int drmGetNodeTypeFromFd(int fd) +@@ -2781,6 +2809,7 @@ int drmGetNodeTypeFromFd(int fd) if (type == -1) errno = ENODEV; return type; @@ -336,19 +336,19 @@ } int drmPrimeHandleToFD(int fd, uint32_t handle, uint32_t flags, int *prime_fd) -@@ -2786,7 +2815,7 @@ static char *drmGetMinorNameForFD(int fd +@@ -2820,7 +2849,7 @@ static char *drmGetMinorNameForFD(int fd, int type) #ifdef __linux__ DIR *sysdir; - struct dirent *pent, *ent; + struct dirent *ent; - struct stat sbuf; + stat_t sbuf; const char *name = drmGetMinorName(type); int len; char dev_name[64], buf[64]; -@@ -2837,13 +2866,35 @@ static char *drmGetMinorNameForFD(int fd - - out_close_dir: - closedir(sysdir); +@@ -2856,13 +2885,35 @@ static char *drmGetMinorNameForFD(int fd, int type) + } + } + return NULL; +#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) + const char *dev_name = drmGetDeviceName(type); + if (!dev_name) @@ -384,7 +384,7 @@ if (fstat(fd, &sbuf)) return NULL; -@@ -2853,20 +2904,6 @@ out_close_dir: +@@ -2872,20 +2923,6 @@ static char *drmGetMinorNameForFD(int fd, int type) if (maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode)) return NULL; @@ -405,7 +405,7 @@ base = drmGetMinorBase(type); if (base < 0) return NULL; -@@ -2964,7 +3001,7 @@ static int drmParseSubsystemType(int maj +@@ -2982,7 +3019,7 @@ static int drmParseSubsystemType(int maj, int min) return DRM_BUS_HOST1X; return -EINVAL; @@ -414,7 +414,7 @@ return DRM_BUS_PCI; #else #warning "Missing implementation of drmParseSubsystemType" -@@ -2972,7 +3009,8 @@ static int drmParseSubsystemType(int maj +@@ -2990,7 +3027,8 @@ static int drmParseSubsystemType(int maj, int min) #endif } @@ -424,7 +424,7 @@ { #ifdef __linux__ unsigned int domain, bus, dev, func; -@@ -3021,6 +3059,60 @@ static int drmParsePciBusInfo(int maj, i +@@ -3039,6 +3077,60 @@ static int drmParsePciBusInfo(int maj, int min, drmPci info->func = pinfo.func; return 0; @@ -485,7 +485,7 @@ #else #warning "Missing implementation of drmParsePciBusInfo" return -EINVAL; -@@ -3055,32 +3147,6 @@ int drmDevicesEqual(drmDevicePtr a, drmD +@@ -3073,32 +3165,6 @@ int drmDevicesEqual(drmDevicePtr a, drmDevicePtr b) return 0; } @@ -518,7 +518,7 @@ #ifdef __linux__ static int parse_separate_sysfs_files(int maj, int min, drmPciDeviceInfoPtr device, -@@ -3150,6 +3216,7 @@ static int parse_config_sysfs_file(int m +@@ -3168,6 +3234,7 @@ static int parse_config_sysfs_file(int maj, int min, #endif static int drmParsePciDeviceInfo(int maj, int min, @@ -526,7 +526,7 @@ drmPciDeviceInfoPtr device, uint32_t flags) { -@@ -3186,6 +3253,43 @@ static int drmParsePciDeviceInfo(int maj +@@ -3204,6 +3271,43 @@ static int drmParsePciDeviceInfo(int maj, int min, device->subdevice_id = pinfo.subdevice_id; return 0; @@ -570,7 +570,7 @@ #else #warning "Missing implementation of drmParsePciDeviceInfo" return -EINVAL; -@@ -3266,7 +3370,7 @@ static drmDevicePtr drmDeviceAlloc(unsig +@@ -3284,7 +3388,7 @@ static drmDevicePtr drmDeviceAlloc(unsigned int type, unsigned int i; char *ptr; @@ -579,7 +579,7 @@ extra = DRM_NODE_MAX * (sizeof(void *) + max_node_length); size = sizeof(*device) + extra + bus_size + device_size; -@@ -3312,7 +3416,7 @@ static int drmProcessPciDevice(drmDevice +@@ -3330,7 +3434,7 @@ static int drmProcessPciDevice(drmDevicePtr *device, dev->businfo.pci = (drmPciBusInfoPtr)addr; @@ -588,7 +588,7 @@ if (ret) goto free_device; -@@ -3321,7 +3425,7 @@ static int drmProcessPciDevice(drmDevice +@@ -3339,7 +3443,7 @@ static int drmProcessPciDevice(drmDevicePtr *device, addr += sizeof(drmPciBusInfo); dev->deviceinfo.pci = (drmPciDeviceInfoPtr)addr; @@ -597,7 +597,7 @@ if (ret) goto free_device; } -@@ -3671,7 +3775,7 @@ static void drmFoldDuplicatedDevices(drm +@@ -3689,7 +3793,7 @@ static void drmFoldDuplicatedDevices(drmDevicePtr loca local_devices[i]->available_nodes |= local_devices[j]->available_nodes; node_type = log2(local_devices[j]->available_nodes); memcpy(local_devices[i]->nodes[node_type], @@ -606,7 +606,7 @@ drmFreeDevice(&local_devices[j]); } } -@@ -3689,7 +3793,7 @@ drm_device_validate_flags(uint32_t flags +@@ -3707,7 +3811,7 @@ drm_device_validate_flags(uint32_t flags) * Get information about the opened drm device * * \param fd file descriptor of the drm device @@ -615,7 +615,7 @@ * \param device the address of a drmDevicePtr where the information * will be allocated in stored * -@@ -3707,8 +3811,8 @@ int drmGetDevice2(int fd, uint32_t flags +@@ -3725,8 +3829,8 @@ int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr * Avoid stat'ing all of /dev needlessly by implementing this custom path. */ drmDevicePtr d; @@ -626,7 +626,7 @@ const char *dev_name; int node_type, subsystem_type; int maj, min, n, ret, base; -@@ -3729,26 +3833,16 @@ int drmGetDevice2(int fd, uint32_t flags +@@ -3747,26 +3851,16 @@ int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr if (node_type == -1) return -ENODEV; @@ -657,7 +657,7 @@ return -errno; if (stat(node, &sbuf)) return -EINVAL; -@@ -3769,8 +3863,8 @@ int drmGetDevice2(int fd, uint32_t flags +@@ -3787,8 +3881,8 @@ int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr drmDevicePtr d; DIR *sysdir; struct dirent *dent; @@ -668,7 +668,7 @@ int node_type, subsystem_type; int maj, min; int ret, i, node_count; -@@ -3790,7 +3884,7 @@ int drmGetDevice2(int fd, uint32_t flags +@@ -3808,7 +3902,7 @@ int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr maj = major(sbuf.st_rdev); min = minor(sbuf.st_rdev); @@ -677,7 +677,7 @@ return -EINVAL; subsystem_type = drmParseSubsystemType(maj, min); -@@ -3811,14 +3905,14 @@ int drmGetDevice2(int fd, uint32_t flags +@@ -3829,14 +3923,14 @@ int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr if (node_type < 0) continue; @@ -694,7 +694,7 @@ continue; if (drmParseSubsystemType(maj, min) != subsystem_type) -@@ -3916,7 +4010,7 @@ int drmGetDevice(int fd, drmDevicePtr *d +@@ -3934,7 +4028,7 @@ int drmGetDevice(int fd, drmDevicePtr *device) /** * Get drm devices on the system * @@ -703,7 +703,7 @@ * \param devices the array of devices with drmDevicePtr elements * can be NULL to get the device number first * \param max_devices the maximum number of devices for the array -@@ -3935,8 +4029,8 @@ int drmGetDevices2(uint32_t flags, drmDe +@@ -3953,8 +4047,8 @@ int drmGetDevices2(uint32_t flags, drmDevicePtr device drmDevicePtr device; DIR *sysdir; struct dirent *dent; @@ -714,7 +714,7 @@ int node_type, subsystem_type; int maj, min; int ret, i, node_count, device_count; -@@ -3961,14 +4055,14 @@ int drmGetDevices2(uint32_t flags, drmDe +@@ -3979,14 +4073,14 @@ int drmGetDevices2(uint32_t flags, drmDevicePtr device if (node_type < 0) continue; @@ -731,7 +731,7 @@ continue; subsystem_type = drmParseSubsystemType(maj, min); -@@ -4076,7 +4170,7 @@ int drmGetDevices(drmDevicePtr devices[] +@@ -4094,7 +4188,7 @@ int drmGetDevices(drmDevicePtr devices[], int max_devi char *drmGetDeviceNameFromFd2(int fd) { #ifdef __linux__ @@ -740,7 +740,7 @@ char path[PATH_MAX + 1], *value; unsigned int maj, min; -@@ -4099,9 +4193,26 @@ char *drmGetDeviceNameFromFd2(int fd) +@@ -4117,9 +4211,26 @@ char *drmGetDeviceNameFromFd2(int fd) free(value); return strdup(path); @@ -769,7 +769,7 @@ const char *dev_name; int node_type; int maj, min, n, base; -@@ -4119,26 +4230,16 @@ char *drmGetDeviceNameFromFd2(int fd) +@@ -4137,26 +4248,16 @@ char *drmGetDeviceNameFromFd2(int fd) if (node_type == -1) return NULL; Modified: head/graphics/libdrm/files/patch-xf86drm.h ============================================================================== --- head/graphics/libdrm/files/patch-xf86drm.h Wed May 16 15:13:43 2018 (r470124) +++ head/graphics/libdrm/files/patch-xf86drm.h Wed May 16 15:33:08 2018 (r470125) @@ -1,6 +1,6 @@ ---- xf86drm.h.orig 2017-04-07 08:49:13 UTC +--- xf86drm.h.orig 2018-03-05 21:06:45 UTC +++ xf86drm.h -@@ -78,17 +78,27 @@ extern "C" { +@@ -78,16 +78,26 @@ extern "C" { #ifdef __OpenBSD__ #define DRM_DIR_NAME "/dev" @@ -20,7 +20,7 @@ +#define DRM_CONTROL_MINOR_NAME "controlD" +#define DRM_RENDER_MINOR_NAME "renderD" #endif - ++ +#define DRM_DEV_NAME "%s/" DRM_PRIMARY_MINOR_NAME "%d" +#define DRM_CONTROL_DEV_NAME "%s/" DRM_CONTROL_MINOR_NAME "%d" +#define DRM_RENDER_DEV_NAME "%s/" DRM_RENDER_MINOR_NAME "%d" @@ -31,7 +31,6 @@ + sizeof(DRM_CONTROL_MINOR_NAME), \ + sizeof(DRM_RENDER_MINOR_NAME)) \ + + 3) /* length of the node number */ -+ + #define DRM_ERR_NO_DEVICE (-1001) #define DRM_ERR_NO_ACCESS (-1002) - #define DRM_ERR_NOT_ROOT (-1003) Modified: head/graphics/libdrm/files/patch-xf86drmMode.c ============================================================================== --- head/graphics/libdrm/files/patch-xf86drmMode.c Wed May 16 15:13:43 2018 (r470124) +++ head/graphics/libdrm/files/patch-xf86drmMode.c Wed May 16 15:33:08 2018 (r470125) @@ -1,6 +1,6 @@ ---- xf86drmMode.c.orig 2017-04-07 08:49:13 UTC +--- xf86drmMode.c.orig 2018-05-13 10:01:15 UTC +++ xf86drmMode.c -@@ -47,6 +47,7 @@ +@@ -43,6 +43,7 @@ #include #include #ifdef HAVE_SYS_SYSCTL_H @@ -8,7 +8,7 @@ #include #endif #include -@@ -796,43 +797,60 @@ int drmCheckModesettingSupported(const c +@@ -792,41 +793,59 @@ int drmCheckModesettingSupported(const char *busid) closedir(sysdir); if (found) return 0; @@ -95,9 +95,6 @@ } -#elif defined(__DragonFly__) - return 0; --#endif --#ifdef __OpenBSD__ -+#elif defined(__OpenBSD__) + #elif defined(__OpenBSD__) int fd; struct drm_mode_card_res res; - drmModeResPtr r = 0; From owner-svn-ports-head@freebsd.org Wed May 16 15:40:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED46EEE9330; Wed, 16 May 2018 15:40:37 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30F246DEFA; Wed, 16 May 2018 15:40:37 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lf0-f47.google.com with SMTP id h9-v6so5382593lfi.0; Wed, 16 May 2018 08:40:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Q0UXX6qF3dYIphyhUUgdpOaOJTEkqEGt1hPDPikUFms=; b=G1pdhIt3zXJf3YkdzNBth82RgwcZaQ/n+Pv3oR2sel8HylkGgT9wWQRXyFMV34D370 mktJyqbYhFaRWIa68LRQzL7HNkynd2MdDTFg8lVNiLjkh4jRZSA2mBKJfOdCBhv/I6OC nScm4ysObk2Uvum55UYzmHv5RWXdaVKL2gR8tUG2IVlJ92bohQLiQxxTVAromn0QPQjc uL7MIHc2PHWuabfc7gAQJCKPrP8CMZ5weWBWh6CDp28u5GRHEQx+8U0fBewXEj5KLCBK MREtD5Yco/17/TSPEJdRVLYIUGYN92qd9u9o2aZGRf21uwsJsI+YGnx6bvC4N57fLMxt KDMA== X-Gm-Message-State: ALKqPwc3Vx9qa2KRGMpIC+51iZkxGKUS6Dypqnb+ueer348XVZSZOqU1 dwNCL9mcdmhdVZjFJUdl+I2PI457BqQ= X-Google-Smtp-Source: AB8JxZp1ZOOMiQK30zH7ywFiToQaQ5uJNkwCWqaLCFZSgKRCxVcTU+/hCKJQwvBhgAnDSgPviCwx3Q== X-Received: by 2002:a2e:638f:: with SMTP id s15-v6mr951272lje.78.1526485230125; Wed, 16 May 2018 08:40:30 -0700 (PDT) Received: from oxy (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id l14-v6sm699125lfi.7.2018.05.16.08.40.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 May 2018 08:40:29 -0700 (PDT) Date: Wed, 16 May 2018 17:41:32 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: Luca Pizzamiglio Cc: Tobias Kortkamp , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files Message-ID: <20180516174132.3fde2c5b@oxy> In-Reply-To: <20180516173933.3b10ad56@oxy> References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> <20180516173933.3b10ad56@oxy> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 15:40:38 -0000 I'm sorry, I hit reply too early. On Wed, 16 May 2018 17:39:33 +0200 Mateusz Piotrowski <0mp@FreeBSD.org> wrote: >Anyway, here's a link to the issue on Bugzilla which links to my >version of the port (you might be willing to incorporate some of the >work I've done). https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227931 From owner-svn-ports-head@freebsd.org Wed May 16 15:43:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10C9CEE9713; Wed, 16 May 2018 15:43:51 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1826E323; Wed, 16 May 2018 15:43:50 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lf0-f51.google.com with SMTP id r25-v6so5394037lfd.1; Wed, 16 May 2018 08:43:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=yH99maZVYOaZz35ui2OGLcFPB9rGAG7QahBnx5PSw3c=; b=Bl845Ts9iBVYa5R0+4/nTlHhPe1zRQRZ1QYIV5KpR1/MOernPaNQfygq1cll1qh9jr W0mNIyY9ReS781P6eQuASLWMvZBnqWiOB5JuI5X8jorMhzSWDxVTkUJmcEm9pQ0mX2uk DEZ7jIz40hmLcNsXzAtkdm3xtYRLqhGrQ7W6f5pJgfnc7IJfEoQUi9RJyTELYwdslHJ+ lmfpMixQMU3eS5/JQcpfGJ0YrdlyS2uGmd+hkyk5yCchPT+Z3R1No6nyjbaj2Sd7yPSQ H9/ApAAeF7ub5a+UJgJLy9GFdWk77AQorh1tBiiIGqcDuWERP6Z5PHmWFZkOOc4zdQLq tbCQ== X-Gm-Message-State: ALKqPwf0sI89jXQ4SXrvpbLotpgbJaIWVKezHhBkSs6ha51cSKcrd0Rq axZzfyc83jISg+ztI31nIDoD9hTHf4M= X-Google-Smtp-Source: AB8JxZpQeJ0b1Wz+n7A+7baAMQLQ/ZvFPcfHJ6keTmSHhEitwvLAj6wCuTGEeIW8ASWSp613FDrLoA== X-Received: by 2002:a19:a70f:: with SMTP id q15-v6mr4986515lfe.39.1526485111069; Wed, 16 May 2018 08:38:31 -0700 (PDT) Received: from oxy (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id d7-v6sm458071ljc.45.2018.05.16.08.38.30 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 May 2018 08:38:30 -0700 (PDT) Date: Wed, 16 May 2018 17:39:33 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: Luca Pizzamiglio Cc: Tobias Kortkamp , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files Message-ID: <20180516173933.3b10ad56@oxy> In-Reply-To: References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 15:43:51 -0000 On Wed, 16 May 2018 17:07:04 +0200 Luca Pizzamiglio wrote: >> On Tue, May 15, 2018, at 10:43, Luca Pizzamiglio wrote: >> > Author: pizzamig >> > Date: Tue May 15 08:43:10 2018 >> > New Revision: 470005 >> > URL: https://svnweb.freebsd.org/changeset/ports/470005 >> > >> > Log: >> > textproc/bat: a cat(1) clone with syntax highlighting >> > >> > Add bat, a cat(1) clone with syntax highlighting, Git integration >> > and automatic paging >> > Written in Rust. BTW, I've been working on the port since May 2. It's amazing that you've managed to port it without the upstream fixes I've been waiting for. Anyway, here's a link to the issue on Bugzilla which links to my version of the port (you might be willing to incorporate some of the work I've done). There is a link to an issue I opened upstream. It might give you a nice idea of what's the status of the upstream patches/changes I've been pushing and waiting for. Cheers! Mateusz From owner-svn-ports-head@freebsd.org Wed May 16 16:10:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A389EEAC8A; Wed, 16 May 2018 16:10:28 +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 277146F092; Wed, 16 May 2018 16:10:28 +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 F3CA21C5D5; Wed, 16 May 2018 16:10:27 +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 w4GGAR6k071857; Wed, 16 May 2018 16:10:27 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GGARUp071856; Wed, 16 May 2018 16:10:27 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805161610.w4GGARUp071856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 16 May 2018 16:10:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470126 - in head/devel/gitaly: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel/gitaly: . files X-SVN-Commit-Revision: 470126 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 16:10:28 -0000 Author: mfechner Date: Wed May 16 16:10:27 2018 New Revision: 470126 URL: https://svnweb.freebsd.org/changeset/ports/470126 Log: Fixed a wrong standard path in a configuration. New projects can be created again if the standard gitaly configuration is used. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15447 Modified: head/devel/gitaly/Makefile head/devel/gitaly/files/patch-config.toml.example Modified: head/devel/gitaly/Makefile ============================================================================== --- head/devel/gitaly/Makefile Wed May 16 15:33:08 2018 (r470125) +++ head/devel/gitaly/Makefile Wed May 16 16:10:27 2018 (r470126) @@ -2,6 +2,7 @@ PORTNAME= gitaly DISTVERSION= 0.96.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org Modified: head/devel/gitaly/files/patch-config.toml.example ============================================================================== --- head/devel/gitaly/files/patch-config.toml.example Wed May 16 15:33:08 2018 (r470125) +++ head/devel/gitaly/files/patch-config.toml.example Wed May 16 16:10:27 2018 (r470126) @@ -42,7 +42,7 @@ [gitlab-shell] # The directory where gitlab-shell is installed -dir = "/home/git/gitlab-shell" -+dir = "/usr/local/share/gitlab-shell/bin" ++dir = "/usr/local/share/gitlab-shell" # # You can adjust the concurrency of each RPC endpoint # [[concurrency]] From owner-svn-ports-head@freebsd.org Wed May 16 16:14:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDC19EEB002; Wed, 16 May 2018 16:14: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 6978F6F47E; Wed, 16 May 2018 16:14:32 +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 41EE01C76E; Wed, 16 May 2018 16:14:32 +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 w4GGEVhZ077040; Wed, 16 May 2018 16:14:31 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GGEV1t077039; Wed, 16 May 2018 16:14:31 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805161614.w4GGEV1t077039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 16 May 2018 16:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470127 - head/www/gitlab X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab X-SVN-Commit-Revision: 470127 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 16:14:32 -0000 Author: mfechner Date: Wed May 16 16:14:31 2018 New Revision: 470127 URL: https://svnweb.freebsd.org/changeset/ports/470127 Log: Fixed dependency problem to textproc/rubygem-html-pipeline version 2.7.x. Reported by: tz Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15445 Modified: head/www/gitlab/Makefile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Wed May 16 16:10:27 2018 (r470126) +++ head/www/gitlab/Makefile Wed May 16 16:14:31 2018 (r470127) @@ -3,6 +3,7 @@ PORTNAME= gitlab PORTVERSION= 10.7.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -91,7 +92,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-google-api-client>=0.19.8:devel/rubygem-google-api-client \ rubygem-unf>=0.1.4:textproc/rubygem-unf \ rubygem-seed-fu>=2.3.7:databases/rubygem-seed-fu \ - rubygem-html-pipeline>=2.7.1:textproc/rubygem-html-pipeline \ + rubygem-html-pipeline27>=2.7.1:textproc/rubygem-html-pipeline27 \ rubygem-deckar01-task_list>=2.0.0:www/rubygem-deckar01-task_list \ rubygem-gitlab-markup>=1.6.2:textproc/rubygem-gitlab-markup \ rubygem-redcarpet>=3.4:textproc/rubygem-redcarpet \ From owner-svn-ports-head@freebsd.org Wed May 16 16:27:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BF22EEBA0B; Wed, 16 May 2018 16:27:43 +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 B2BEB6FAD9; Wed, 16 May 2018 16:27: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 954951C907; Wed, 16 May 2018 16:27: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 w4GGRgoV082059; Wed, 16 May 2018 16:27:42 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GGRguL082057; Wed, 16 May 2018 16:27:42 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805161627.w4GGRguL082057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 16 May 2018 16:27:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470128 - in head/textproc: . rubygem-html-pipeline27 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/textproc: . rubygem-html-pipeline27 X-SVN-Commit-Revision: 470128 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 16:27:43 -0000 Author: mfechner Date: Wed May 16 16:27:41 2018 New Revision: 470128 URL: https://svnweb.freebsd.org/changeset/ports/470128 Log: Added a note to UPDATING about gitlab-pages feature was removed till it is fixed upstream again. Added: head/textproc/rubygem-html-pipeline27/ - copied from r468375, head/textproc/rubygem-html-pipeline/ Modified: head/textproc/Makefile head/textproc/rubygem-html-pipeline27/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed May 16 16:14:31 2018 (r470127) +++ head/textproc/Makefile Wed May 16 16:27:41 2018 (r470128) @@ -1532,6 +1532,7 @@ SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline + SUBDIR += rubygem-html-pipeline27 SUBDIR += rubygem-html-pipeline-gitlab SUBDIR += rubygem-html-pipeline1 SUBDIR += rubygem-html2text Modified: head/textproc/rubygem-html-pipeline27/Makefile ============================================================================== --- head/textproc/rubygem-html-pipeline/Makefile Thu Apr 26 18:52:09 2018 (r468375) +++ head/textproc/rubygem-html-pipeline27/Makefile Wed May 16 16:27:41 2018 (r470128) @@ -4,8 +4,9 @@ PORTNAME= html-pipeline PORTVERSION= 2.7.2 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 27 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= GitHub HTML processing filters and utilities LICENSE= MIT @@ -14,8 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport4>=2:devel/rubygem-activesupport4 \ rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri +PORTSCOUT= limit:^2\.7\. + NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes .include From owner-svn-ports-head@freebsd.org Wed May 16 16:33:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39F17EEBF69; Wed, 16 May 2018 16:33:28 +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 D92B16FF89; Wed, 16 May 2018 16:33:27 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9EAA21CAAB; Wed, 16 May 2018 16:33:27 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GGXR2O086812; Wed, 16 May 2018 16:33:27 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GGXRZF086808; Wed, 16 May 2018 16:33:27 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805161633.w4GGXRZF086808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 16 May 2018 16:33:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470129 - 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: 470129 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 16:33:28 -0000 Author: joneum Date: Wed May 16 16:33:26 2018 New Revision: 470129 URL: https://svnweb.freebsd.org/changeset/ports/470129 Log: Update to 3.6.3 Changelog: https://sourceforge.net/p/group-office/code/HEAD/tree/branches/groupoffice-6.3/www/CHANGELOG.TXT 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 Wed May 16 16:27:41 2018 (r470128) +++ head/www/groupoffice/Makefile Wed May 16 16:33:26 2018 (r470129) @@ -3,7 +3,7 @@ PORTNAME= groupoffice DISTVERSIONPREFIX= com- -DISTVERSION= 6.2.93 +DISTVERSION= 6.3.6 CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} @@ -19,15 +19,13 @@ NO_ARCH= yes NO_BUILD= yes USES= mysql shebangfix php:web python USE_PHP= mysqli session mbstring pcre xml -SHEBANG_FILES= go/vendor/tcpdf/tools/tcpdf_addfont.php \ - groupoffice \ +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/fkooman/php-oauth-client/bin/php-oauth-client-create-tables \ vendor/sabre/dav/bin/naturalselection \ vendor/sabre/dav/bin/googlecode_upload.py \ vendor/bin/../sabre/dav/bin/naturalselection \ @@ -54,7 +52,7 @@ post-patch: ${WRKSRC}/go/base/Config.php @${REINPLACE_CMD} 's|/etc/groupoffice|${PREFIX}&|g' \ ${WRKSRC}/go/base/Config.php \ - ${WRKSRC}/install/configFile.php \ + ${WRKSRC}/install/configfile.php \ ${WRKSRC}/modules/serverclient/HttpClient.php \ ${WRKSRC}/modules/serverclient/ServerclientModule.php \ ${WRKSRC}/modules/site/index.php Modified: head/www/groupoffice/distinfo ============================================================================== --- head/www/groupoffice/distinfo Wed May 16 16:27:41 2018 (r470128) +++ head/www/groupoffice/distinfo Wed May 16 16:33:26 2018 (r470129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526160380 -SHA256 (groupoffice-com-6.2.93.tar.gz) = f5aceacb787076fcefaa64bad7d998e3c2eb1636aa4ac32334d48850b47b5ad8 -SIZE (groupoffice-com-6.2.93.tar.gz) = 34357242 +TIMESTAMP = 1526482051 +SHA256 (groupoffice-com-6.3.6.tar.gz) = ad98651acffcf6e671598d41e2120ebfc142b05a09bedaa1a2f3db96657b6815 +SIZE (groupoffice-com-6.3.6.tar.gz) = 35135571 Modified: head/www/groupoffice/files/patch-go_base_Config.php ============================================================================== --- head/www/groupoffice/files/patch-go_base_Config.php Wed May 16 16:27:41 2018 (r470128) +++ head/www/groupoffice/files/patch-go_base_Config.php Wed May 16 16:33:26 2018 (r470129) @@ -1,5 +1,5 @@ ---- go/base/Config.php.orig 2016-10-07 11:58:58 UTC -+++ go/base/Config.php +--- 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 @@ -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,7 +9,7 @@ * * To edit these options use install.php. * -@@ -786,7 +786,7 @@ class Config { +@@ -873,7 +873,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -18,7 +18,7 @@ /** * Command to convert wbxml to xml -@@ -794,7 +794,7 @@ class Config { +@@ -881,7 +881,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -27,7 +27,7 @@ /** * Command to unpack winmail.dat files -@@ -802,7 +802,7 @@ class Config { +@@ -889,7 +889,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -36,7 +36,7 @@ /** * Command to execute the php command line interface -@@ -810,7 +810,7 @@ class Config { +@@ -897,7 +897,7 @@ var $billing_clear_payment_method_on_duplicate = true; * @var StringHelper * @access public */ @@ -45,7 +45,7 @@ /** -@@ -1290,8 +1290,8 @@ class Config { +@@ -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 @@ -53,10 +53,10 @@ - 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(); -@@ -1615,13 +1615,13 @@ class Config { +@@ -1839,7 +1839,7 @@ var $billing_clear_payment_method_on_duplicate = true; } }*/ if(!empty($_SERVER['SERVER_NAME'])){ @@ -65,10 +65,3 @@ if(@file_exists($config_file)) { $_SESSION['GO_SESSION']['config_file']=$config_file; return $config_file; - } - } -- $config_file = '/etc/groupoffice/config.php'; -+ $config_file = '/usr/local/usr/local/etc/groupoffice/config.php'; - if(@file_exists($config_file)) { - $_SESSION['GO_SESSION']['config_file']=$config_file; - return $config_file; Modified: head/www/groupoffice/pkg-plist ============================================================================== --- head/www/groupoffice/pkg-plist Wed May 16 16:27:41 2018 (r470128) +++ head/www/groupoffice/pkg-plist Wed May 16 16:33:26 2018 (r470129) @@ -1,16 +1,13 @@ -%%WWWDIR%%/CHANGELOG.TXT -%%WWWDIR%%/FAQ.TXT %%WWWDIR%%/GO.php %%WWWDIR%%/INSTALL.TXT %%WWWDIR%%/LICENSE.AGPL %%WWWDIR%%/LICENSE.TXT -%%WWWDIR%%/RELEASE.TXT +%%WWWDIR%%/auth.php %%WWWDIR%%/composer.json %%WWWDIR%%/composer.lock -%%WWWDIR%%/config.php.bak +%%WWWDIR%%/config.ini.example @sample %%WWWDIR%%/config.php.sample %%WWWDIR%%/controller/AclGroupController.php -%%WWWDIR%%/controller/AclUserController.php %%WWWDIR%%/controller/AdvancedSearchController.php %%WWWDIR%%/controller/AuthController.php %%WWWDIR%%/controller/BatchEditController.php @@ -27,6 +24,8 @@ %%WWWDIR%%/controller/SettingsController.php %%WWWDIR%%/controls/win32/unzip.exe %%WWWDIR%%/controls/win32/zip.exe +%%WWWDIR%%/docs/guidelines.md +%%WWWDIR%%/download.php %%WWWDIR%%/favicon.ico %%WWWDIR%%/go/GO.php %%WWWDIR%%/go/base/Config.php @@ -226,262 +225,453 @@ %%WWWDIR%%/go/base/wbxml/Convertor.php %%WWWDIR%%/go/base/wbxml/Decoder.php %%WWWDIR%%/go/base/wbxml/Encoder.php -%%WWWDIR%%/go/vendor/Cron/AbstractField.php -%%WWWDIR%%/go/vendor/Cron/CronExpression.php -%%WWWDIR%%/go/vendor/Cron/DayOfMonthField.php -%%WWWDIR%%/go/vendor/Cron/DayOfWeekField.php -%%WWWDIR%%/go/vendor/Cron/FieldFactory.php -%%WWWDIR%%/go/vendor/Cron/FieldInterface.php -%%WWWDIR%%/go/vendor/Cron/HoursField.php -%%WWWDIR%%/go/vendor/Cron/LICENSE -%%WWWDIR%%/go/vendor/Cron/MinutesField.php -%%WWWDIR%%/go/vendor/Cron/MonthField.php -%%WWWDIR%%/go/vendor/Cron/README.md -%%WWWDIR%%/go/vendor/Cron/YearField.php -%%WWWDIR%%/go/vendor/Markdown/License.md -%%WWWDIR%%/go/vendor/Markdown/Michelf/Markdown.inc.php -%%WWWDIR%%/go/vendor/Markdown/Michelf/Markdown.php -%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownExtra.inc.php -%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownExtra.php -%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownInterface.inc.php -%%WWWDIR%%/go/vendor/Markdown/Michelf/MarkdownInterface.php -%%WWWDIR%%/go/vendor/Markdown/Readme.md -%%WWWDIR%%/go/vendor/Markdown/Readme.php -%%WWWDIR%%/go/vendor/Markdown/composer.json -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Autoloader.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/APC.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/CacheBase.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/DiscISAM.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/ICache.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Igbinary.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Memcache.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Memory.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/MemoryGZip.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/MemorySerialized.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/PHPTemp.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/SQLite.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/SQLite3.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorage/Wincache.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CachedObjectStorageFactory.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CalcEngine/CyclicReferenceStack.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/CalcEngine/Logger.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Database.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/DateTime.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Engineering.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Exception.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/ExceptionHandler.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Financial.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/FormulaParser.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/FormulaToken.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Function.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Functions.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Logical.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/LookupRef.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/MathTrig.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Statistical.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/TextData.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/Token/Stack.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Calculation/functionlist.txt -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/AdvancedValueBinder.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/DataType.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/DataValidation.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/DefaultValueBinder.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/Hyperlink.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Cell/IValueBinder.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/DataSeries.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/DataSeriesValues.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Exception.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Layout.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Legend.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/PlotArea.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Renderer/jpgraph.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Chart/Title.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Comment.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/DocumentProperties.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/DocumentSecurity.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Exception.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/HashTable.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/IComparable.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/IOFactory.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/NamedRange.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Abstract.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/CSV.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/DefaultReadFilter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2003XML.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007/Chart.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel2007/Theme.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel5.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Excel5/Escher.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Exception.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/Gnumeric.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/HTML.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/IReadFilter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/IReader.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/OOCalc.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Reader/SYLK.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/ReferenceHelper.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText/ITextElement.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText/Run.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/RichText/TextElement.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Settings.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/CodePage.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Date.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Drawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Excel5.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/File.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/Font.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/CHANGELOG.TXT -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/CholeskyDecomposition.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/LUDecomposition.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/Matrix.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/QRDecomposition.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/SingularValueDecomposition.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/utils/Error.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/JAMA/utils/Maths.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/ChainedBlockStream.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS/File.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLE/PPS/Root.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/OLERead.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip/gnu-lgpl.txt -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip/pclzip.lib.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PCLZip/readme.txt -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/PasswordHasher.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/String.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/TimeZone.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/XMLWriter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/ZipArchive.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/ZipStreamWrapper.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/bestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/exponentialBestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/linearBestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/logarithmicBestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/polynomialBestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/powerBestFitClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Shared/trend/trendClass.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Alignment.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Border.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Borders.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Color.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Conditional.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Fill.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Font.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/NumberFormat.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Protection.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Style/Supervisor.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column/Rule.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/BaseDrawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/CellIterator.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/ColumnDimension.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Drawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Drawing/Shadow.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/HeaderFooter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/HeaderFooterDrawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/MemoryDrawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/PageMargins.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/PageSetup.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Protection.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/Row.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/RowDimension.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/RowIterator.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Worksheet/SheetView.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/WorksheetIterator.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Abstract.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/CSV.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Chart.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Comments.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/ContentTypes.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/DocProps.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Drawing.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Rels.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/StringTable.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Style.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Theme.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Workbook.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/Worksheet.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel2007/WriterPart.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/BIFFwriter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Escher.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Font.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Parser.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Workbook.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Worksheet.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Excel5/Xf.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/Exception.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/HTML.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/IWriter.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/Core.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/DomPDF.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/mPDF.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/Writer/PDF/tcPDF.php -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/cs/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/cs/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/da/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/da/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/de/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/de/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/en/uk/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/es/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/es/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fi/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fi/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fr/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/fr/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/hu/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/hu/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/it/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/it/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/nl/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/nl/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/no/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/no/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pl/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pl/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/br/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/br/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/pt/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/ru/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/ru/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/sv/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/sv/functions -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/tr/config -%%WWWDIR%%/go/vendor/PHPExcel/PHPExcel/locale/tr/functions -%%WWWDIR%%/go/vendor/fpdi/LICENSE -%%WWWDIR%%/go/vendor/fpdi/composer.json -%%WWWDIR%%/go/vendor/fpdi/filters/FilterASCII85.php -%%WWWDIR%%/go/vendor/fpdi/filters/FilterASCIIHexDecode.php -%%WWWDIR%%/go/vendor/fpdi/filters/FilterLZW.php -%%WWWDIR%%/go/vendor/fpdi/fpdf_tpl.php -%%WWWDIR%%/go/vendor/fpdi/fpdi.php -%%WWWDIR%%/go/vendor/fpdi/fpdi_bridge.php -%%WWWDIR%%/go/vendor/fpdi/fpdi_pdf_parser.php -%%WWWDIR%%/go/vendor/fpdi/pdf_context.php -%%WWWDIR%%/go/vendor/fpdi/pdf_parser.php +%%WWWDIR%%/go/core/App.php +%%WWWDIR%%/go/core/Controller.php +%%WWWDIR%%/go/core/Debugger.php +%%WWWDIR%%/go/core/Environment.php +%%WWWDIR%%/go/core/ErrorHandler.php +%%WWWDIR%%/go/core/Installer.php +%%WWWDIR%%/go/core/Language.php +%%WWWDIR%%/go/core/RouterInterface.php +%%WWWDIR%%/go/core/Settings.php +%%WWWDIR%%/go/core/Singleton.php +%%WWWDIR%%/go/core/SingletonTrait.php +%%WWWDIR%%/go/core/acl/model/Acl.php +%%WWWDIR%%/go/core/acl/model/AclEntity.php +%%WWWDIR%%/go/core/acl/model/AclGroup.php +%%WWWDIR%%/go/core/acl/model/AclItemEntity.php +%%WWWDIR%%/go/core/auth/BaseAuthenticator.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/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 +%%WWWDIR%%/go/core/cache/None.php +%%WWWDIR%%/go/core/cli/State.php +%%WWWDIR%%/go/core/customfields/datatype/Base.php +%%WWWDIR%%/go/core/customfields/datatype/FunctionField.php +%%WWWDIR%%/go/core/customfields/datatype/Text.php +%%WWWDIR%%/go/core/data/ArrayableInterface.php +%%WWWDIR%%/go/core/data/MagicPropertiesTrait.php +%%WWWDIR%%/go/core/data/Model.php +%%WWWDIR%%/go/core/data/ModelHelper.php +%%WWWDIR%%/go/core/data/Store.php +%%WWWDIR%%/go/core/data/exception/NotArrayable.php +%%WWWDIR%%/go/core/db/Column.php +%%WWWDIR%%/go/core/db/Command.php +%%WWWDIR%%/go/core/db/Connection.php +%%WWWDIR%%/go/core/db/Criteria.php +%%WWWDIR%%/go/core/db/Database.php +%%WWWDIR%%/go/core/db/Expression.php +%%WWWDIR%%/go/core/db/Query.php +%%WWWDIR%%/go/core/db/QueryBuilder.php +%%WWWDIR%%/go/core/db/Statement.php +%%WWWDIR%%/go/core/db/Store.php +%%WWWDIR%%/go/core/db/Table.php +%%WWWDIR%%/go/core/db/Utils.php +%%WWWDIR%%/go/core/db/exception/DeleteRestrict.php +%%WWWDIR%%/go/core/event/EventEmitterTrait.php +%%WWWDIR%%/go/core/event/Listeners.php +%%WWWDIR%%/go/core/exception/Forbidden.php +%%WWWDIR%%/go/core/exception/NotFound.php +%%WWWDIR%%/go/core/exception/TLSException.php +%%WWWDIR%%/go/core/fs/Blob.php +%%WWWDIR%%/go/core/fs/File.php +%%WWWDIR%%/go/core/fs/FileSystemObject.php +%%WWWDIR%%/go/core/fs/Folder.php +%%WWWDIR%%/go/core/fs/GarbageCollector.php +%%WWWDIR%%/go/core/fs/MemoryFile.php +%%WWWDIR%%/go/core/fs/MetaData.php +%%WWWDIR%%/go/core/fs/TempFolder.php +%%WWWDIR%%/go/core/fs/datareader/BinaryFileReader.php +%%WWWDIR%%/go/core/fs/datareader/ID3Reader.php +%%WWWDIR%%/go/core/http/Exception.php +%%WWWDIR%%/go/core/http/Request.php +%%WWWDIR%%/go/core/http/Response.php +%%WWWDIR%%/go/core/imap/Connection.php +%%WWWDIR%%/go/core/imap/IMAPDetector.php +%%WWWDIR%%/go/core/imap/Mailbox.php +%%WWWDIR%%/go/core/imap/Message.php +%%WWWDIR%%/go/core/imap/MultiPart.php +%%WWWDIR%%/go/core/imap/Part.php +%%WWWDIR%%/go/core/imap/SinglePart.php +%%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 +%%WWWDIR%%/go/core/jmap/EntityController.php +%%WWWDIR%%/go/core/jmap/ReadOnlyEntityController.php +%%WWWDIR%%/go/core/jmap/Request.php +%%WWWDIR%%/go/core/jmap/Response.php +%%WWWDIR%%/go/core/jmap/Router.php +%%WWWDIR%%/go/core/jmap/SetError.php +%%WWWDIR%%/go/core/jmap/State.php +%%WWWDIR%%/go/core/jmap/exception/CannotCalculateChanges.php +%%WWWDIR%%/go/core/jmap/exception/InvalidArguments.php +%%WWWDIR%%/go/core/jmap/exception/StateMismatch.php +%%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 +%%WWWDIR%%/go/core/orm/LinksTrait.php +%%WWWDIR%%/go/core/orm/MappedTable.php +%%WWWDIR%%/go/core/orm/Mapping.php +%%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 +%%WWWDIR%%/go/core/util/DateTime.php +%%WWWDIR%%/go/core/util/Ftp.php +%%WWWDIR%%/go/core/util/Image.php +%%WWWDIR%%/go/core/util/IniFile.php +%%WWWDIR%%/go/core/util/Lock.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/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/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/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/email/controller/Account.php +%%WWWDIR%%/go/modules/community/email/model/Account.php +%%WWWDIR%%/go/modules/community/googleauthenticator/Googleauthenticator.php +%%WWWDIR%%/go/modules/community/googleauthenticator/Module.php +%%WWWDIR%%/go/modules/community/googleauthenticator/icon.png +%%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/en.php +%%WWWDIR%%/go/modules/community/googleauthenticator/model/Googleauthenticator.php +%%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/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/language/en.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 +%%WWWDIR%%/go/modules/community/imapauthenticator/model/Server.php +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/Module.js +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/ServerForm.js +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/ServerGrid.js +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/Settings.js +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/themes/default/images/googleauthenticator.png +%%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/install/install.sql +%%WWWDIR%%/go/modules/community/ldapauthenticator/install/uninstall.sql +%%WWWDIR%%/go/modules/community/ldapauthenticator/language/en.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 +%%WWWDIR%%/go/modules/community/ldapauthenticator/model/Server.php +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/Module.js +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/ServerForm.js +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/ServerGrid.js +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/Settings.js +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/themes/default/images/googleauthenticator.png +%%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/themes/default/images/googleauthenticator_lrg.png +%%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/controller/Instance.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/language/en.php +%%WWWDIR%%/go/modules/community/multi_instance/model/Instance.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/notes/Module.php +%%WWWDIR%%/go/modules/community/notes/controller/Note.php +%%WWWDIR%%/go/modules/community/notes/controller/NoteBook.php +%%WWWDIR%%/go/modules/community/notes/install/install.sql +%%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/ca.php +%%WWWDIR%%/go/modules/community/notes/language/cn.php +%%WWWDIR%%/go/modules/community/notes/language/cs.php +%%WWWDIR%%/go/modules/community/notes/language/da.php +%%WWWDIR%%/go/modules/community/notes/language/de.php +%%WWWDIR%%/go/modules/community/notes/language/el.php +%%WWWDIR%%/go/modules/community/notes/language/en.php +%%WWWDIR%%/go/modules/community/notes/language/es.php +%%WWWDIR%%/go/modules/community/notes/language/et.php +%%WWWDIR%%/go/modules/community/notes/language/fi.php +%%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/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/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/model/Note.php +%%WWWDIR%%/go/modules/community/notes/model/NoteBook.php +%%WWWDIR%%/go/modules/community/notes/views/extjs3/Decrypt.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/MainPanel.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/Module.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookCombo.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookForm.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookGrid.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteDetail.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteForm.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteGrid.js +%%WWWDIR%%/go/modules/community/notes/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/community/notes/views/extjs3/themes/default/images/notes.png +%%WWWDIR%%/go/modules/community/notes/views/extjs3/themes/default/style.css +%%WWWDIR%%/go/modules/community/tasks/controller/TaskList.php +%%WWWDIR%%/go/modules/community/tasks/model/TaskList.php +%%WWWDIR%%/go/modules/community/test/Module.php +%%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/model/A.php +%%WWWDIR%%/go/modules/community/test/model/ADynamic.php +%%WWWDIR%%/go/modules/community/test/model/AHasMany.php +%%WWWDIR%%/go/modules/community/test/model/AHasOne.php +%%WWWDIR%%/go/modules/community/test/model/B.php +%%WWWDIR%%/go/modules/community/test/model/C.php +%%WWWDIR%%/go/modules/core/core/Module.php +%%WWWDIR%%/go/modules/core/core/controller/Settings.php +%%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/ca.php +%%WWWDIR%%/go/modules/core/core/language/cn.php +%%WWWDIR%%/go/modules/core/core/language/cs.php +%%WWWDIR%%/go/modules/core/core/language/da.php +%%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/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/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/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/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/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/it.php +%%WWWDIR%%/go/modules/core/customfields/language/ko.php +%%WWWDIR%%/go/modules/core/customfields/language/nb.php +%%WWWDIR%%/go/modules/core/customfields/language/nl.php +%%WWWDIR%%/go/modules/core/customfields/language/pl.php +%%WWWDIR%%/go/modules/core/customfields/language/ro.php +%%WWWDIR%%/go/modules/core/customfields/language/ru.php +%%WWWDIR%%/go/modules/core/customfields/language/sv.php +%%WWWDIR%%/go/modules/core/customfields/language/th.php +%%WWWDIR%%/go/modules/core/customfields/model/Field.php +%%WWWDIR%%/go/modules/core/customfields/model/FieldSet.php +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoriesDialog.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoriesPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoryDialog.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoryFormPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CustomFormPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CustomfieldsTpl.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/DataTypes.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/DisableCategoriesPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/EnableBlocksPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/FieldDialog.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/Functions.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ImportDialog.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/MainPanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ManageBlockDialog.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ManageBlocksGrid.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/Module.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/SelectOptionsGrid.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/TreeSelectOptions.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/TypePanel.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/namespaces.js +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/scripts.inc.php +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/scripts.txt +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/images/categories.png +%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/images/customfields.png +%%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/language/bg.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 +%%WWWDIR%%/go/modules/core/groups/language/da.php +%%WWWDIR%%/go/modules/core/groups/language/de.php +%%WWWDIR%%/go/modules/core/groups/language/el.php +%%WWWDIR%%/go/modules/core/groups/language/en.php +%%WWWDIR%%/go/modules/core/groups/language/es.php +%%WWWDIR%%/go/modules/core/groups/language/et.php +%%WWWDIR%%/go/modules/core/groups/language/fi.php +%%WWWDIR%%/go/modules/core/groups/language/fr.php +%%WWWDIR%%/go/modules/core/groups/language/hr.php +%%WWWDIR%%/go/modules/core/groups/language/hu.php +%%WWWDIR%%/go/modules/core/groups/language/it.php +%%WWWDIR%%/go/modules/core/groups/language/ko.php +%%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/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/readme.txt +%%WWWDIR%%/go/modules/core/links/Module.php +%%WWWDIR%%/go/modules/core/links/controller/Link.php +%%WWWDIR%%/go/modules/core/links/language/nl.php +%%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/ca.php +%%WWWDIR%%/go/modules/core/modules/language/cn.php +%%WWWDIR%%/go/modules/core/modules/language/cs.php +%%WWWDIR%%/go/modules/core/modules/language/da.php +%%WWWDIR%%/go/modules/core/modules/language/de.php +%%WWWDIR%%/go/modules/core/modules/language/el.php +%%WWWDIR%%/go/modules/core/modules/language/en.php +%%WWWDIR%%/go/modules/core/modules/language/es.php +%%WWWDIR%%/go/modules/core/modules/language/et.php +%%WWWDIR%%/go/modules/core/modules/language/fi.php +%%WWWDIR%%/go/modules/core/modules/language/fr.php +%%WWWDIR%%/go/modules/core/modules/language/hr.php +%%WWWDIR%%/go/modules/core/modules/language/hu.php +%%WWWDIR%%/go/modules/core/modules/language/it.php +%%WWWDIR%%/go/modules/core/modules/language/ko.php +%%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/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/search/Module.php +%%WWWDIR%%/go/modules/core/search/controller/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/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/ca.php +%%WWWDIR%%/go/modules/core/users/language/cn.php +%%WWWDIR%%/go/modules/core/users/language/cs.php +%%WWWDIR%%/go/modules/core/users/language/da.php +%%WWWDIR%%/go/modules/core/users/language/de.php +%%WWWDIR%%/go/modules/core/users/language/el.php +%%WWWDIR%%/go/modules/core/users/language/en.php +%%WWWDIR%%/go/modules/core/users/language/es.php +%%WWWDIR%%/go/modules/core/users/language/et.php +%%WWWDIR%%/go/modules/core/users/language/fi.php +%%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/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/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/model/Settings.php +%%WWWDIR%%/go/modules/core/users/readme.txt +%%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/wjhk.jupload.jar %%WWWDIR%%/go/vendor/odtphp/library/Segment.php %%WWWDIR%%/go/vendor/odtphp/library/SegmentIterator.php @@ -507,669 +697,35 @@ %%WWWDIR%%/go/vendor/pear/Net/Socket.php %%WWWDIR%%/go/vendor/pear/PEAR.php %%WWWDIR%%/go/vendor/pear/PEAR5.php -%%WWWDIR%%/go/vendor/sabre/dav/.travis.yml -%%WWWDIR%%/go/vendor/sabre/event/.travis.yml -%%WWWDIR%%/go/vendor/sabre/http/.travis.yml -%%WWWDIR%%/go/vendor/sabre/http/bin/.empty -%%WWWDIR%%/go/vendor/sabre/uri/.travis.yml -%%WWWDIR%%/go/vendor/sabre/vobject/.travis.yml -%%WWWDIR%%/go/vendor/sabre/xml/.travis.yml -%%WWWDIR%%/go/vendor/sabre/xml/bin/.empty -%%WWWDIR%%/go/vendor/swift/CHANGES -%%WWWDIR%%/go/vendor/swift/LICENSE -%%WWWDIR%%/go/vendor/swift/README -%%WWWDIR%%/go/vendor/swift/VERSION -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Attachment.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/ArrayByteStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/FileByteStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader/UsAsciiReader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReader/Utf8Reader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReaderFactory.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/CharacterStream/NgCharacterStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ConfigurableSpool.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/DependencyContainer.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/DependencyException.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/EmbeddedFile.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder/Base64Encoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder/QpEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoder/Rfc2231Encoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Encoding.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/CommandEvent.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/CommandListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/Event.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/EventDispatcher.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/EventListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/EventObject.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/ResponseEvent.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/ResponseListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/SendEvent.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/SendListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/SimpleEventDispatcher.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportChangeEvent.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportChangeListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportExceptionEvent.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Events/TransportExceptionListener.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/FailoverTransport.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/FileSpool.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/FileStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Filterable.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Image.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/InputByteStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/IoException.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/ArrayKeyCache.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/DiskKeyCache.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/DummyKeyCache.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/KeyCacheInputStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/NullKeyCache.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/LoadBalancedTransport.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/MailTransport.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer/ArrayRecipientIterator.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mailer/RecipientIterator.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/MemorySpool.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Message.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Attachment.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/CharsetObserver.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/EmbeddedFile.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/EncodingObserver.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Grammar.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Header.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderFactory.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/HeaderSet.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/AbstractHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/DateHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/IdentificationHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/MailboxHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/PathHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/Message.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/MimeEntity.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/MimePart.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/ParameterizedHeader.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleHeaderFactory.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleHeaderSet.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleMessage.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Mime/SimpleMimeEntity.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/MimePart.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/NullTransport.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/OutputByteStream.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/AntiFloodPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Decorator/Replacements.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/DecoratorPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/ImpersonatePlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Logger.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/LoggerPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Loggers/EchoLogger.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/MessageLogger.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Pop/Pop3Connection.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Pop/Pop3Exception.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/RedirectingPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporter.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/ReporterPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporters/HitReporter.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Sleeper.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/ThrottlerPlugin.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Plugins/Timer.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/Preferences.php -%%WWWDIR%%/go/vendor/swift/lib/classes/Swift/ReplacementFilterFactory.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Wed May 16 16:44:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DA67EEC90A; Wed, 16 May 2018 16:44:54 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-ot0-f195.google.com (mail-ot0-f195.google.com [74.125.82.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADD4E7073B; Wed, 16 May 2018 16:44:53 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mail-ot0-f195.google.com with SMTP id i5-v6so1694234otf.1; Wed, 16 May 2018 09:44:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=WRUmsOBH+7QPVMhle4p10qlWnWolW+Ps6FWgF9Mb4cY=; b=qRP6g20+hd4bdE6aSYTANz12PQC5r2s8ts26W90LlkDyFQtwVJK+XTtmafPtfXxRNR uaMt4HwHiSVMG36oOS9HLDd8X2YYCDCysrEzHLTBq2xtsLvUaQXQ6Dey0EV2gjBM5sq6 cgY/Ck2zK2XCQviaoYB50jNYABK1TnYoGL1++YXGwkagwsH/5dq5kZ87283xHIBOY/+t tz3xJfMT525BDcazggtbkZmgBYZ+p/SB99DhQQg1sI6vh5ei6nYvO8V7jVIE1B6N+OEN jsRR5d25n5zf4fi0Npn9iHlg52lqV18CMtKTxytVrce5IktdAnU6iEB0cqdVrc61zK+R W0aA== X-Gm-Message-State: ALKqPwd/Jn2HZWoDnFP3Qi70BOraMXDi4Vd1KJIrd8q01z2Ux16jQ+t9 iJM3bCj+BFTf5LfTT1oZsGOeeIz4 X-Google-Smtp-Source: AB8JxZqh/RuVAE2MyfR2CLHh3dEjfeJLHdJiHOueeDzicqQHGmkJZDjhHGPUffENu5KWUKVBywR3bA== X-Received: by 2002:a9d:10e:: with SMTP id 14-v6mr1145130otu.238.1526489091694; Wed, 16 May 2018 09:44:51 -0700 (PDT) Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com. [209.85.218.43]) by smtp.gmail.com with ESMTPSA id f67-v6sm1584662oih.21.2018.05.16.09.44.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 May 2018 09:44:51 -0700 (PDT) Received: by mail-oi0-f43.google.com with SMTP id b130-v6so1308251oif.12; Wed, 16 May 2018 09:44:51 -0700 (PDT) X-Received: by 2002:aca:6856:: with SMTP id d83-v6mr1069795oic.66.1526489091153; Wed, 16 May 2018 09:44:51 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:22ca:0:0:0:0:0 with HTTP; Wed, 16 May 2018 09:44:30 -0700 (PDT) In-Reply-To: <20180516174132.3fde2c5b@oxy> References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> <20180516173933.3b10ad56@oxy> <20180516174132.3fde2c5b@oxy> From: Luca Pizzamiglio Date: Wed, 16 May 2018 18:44:30 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files To: Mateusz Piotrowski <0mp@freebsd.org> Cc: Tobias Kortkamp , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 16:44:54 -0000 Hi Mateusz, I'm feeling bad, it seems that I've stolen your port :( The directory crates int Cargo.toml is already at version 0.10.0 so I didn't found that issue. But the libc one (TIOCGWINSZ) is currently annoying, and the whole discussion around this crate seems have no immediate solution [1], so a patch was the fastest solution. Sorry again! Regards, Luca [1] https://github.com/rust-lang/libc/pull/704 On Wed, May 16, 2018 at 5:41 PM, Mateusz Piotrowski <0mp@freebsd.org> wrote: > I'm sorry, I hit reply too early. > > On Wed, 16 May 2018 17:39:33 +0200 > Mateusz Piotrowski <0mp@FreeBSD.org> wrote: > > >Anyway, here's a link to the issue on Bugzilla which links to my > >version of the port (you might be willing to incorporate some of the > >work I've done). > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227931 > From owner-svn-ports-head@freebsd.org Wed May 16 17:04:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA541EEDE98; Wed, 16 May 2018 17:04:10 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F0A971991; Wed, 16 May 2018 17:04:10 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FD561CF89; Wed, 16 May 2018 17:04:10 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GH4Asg002192; Wed, 16 May 2018 17:04:10 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GH4968002187; Wed, 16 May 2018 17:04:09 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201805161704.w4GH4968002187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 16 May 2018 17:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470130 - in head/devel/fstrm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head/devel/fstrm: . files X-SVN-Commit-Revision: 470130 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 17:04:10 -0000 Author: truckman Date: Wed May 16 17:04:09 2018 New Revision: 470130 URL: https://svnweb.freebsd.org/changeset/ports/470130 Log: Upgrade the devel/fstrm port from version 0.3.2 to 0.4.0: * Added manual pages for fstrm_capture and fstrm_dump. * Added new tool, fstrm_replay, for replaying saved Frame Streams data to a socket connection. * Adds TCP support. Add tcp_writer to the core library which implements a bi-directional Frame Streams writer as a TCP socket client. Introduces new developer API: fstrm_tcp_writer_init, fstrm_tcp_writer_options_init, fstrm_tcp_writer_options_destroy, fstrm_tcp_writer_options_set_socket_address, and fstrm_tcp_writer_options_set_socket_port. * fstrm_capture: new options for reading from TCP socket. * fstrm_capture: add "-c" / "--connections" option to limit the number of concurrent connections it will accept. * fstrm_capture: add "-b / --buffer-size" option to set the read buffer size (effectively the maximum frame size) to a value other than the default 256 KiB. * fstrm_capture: skip oversize messages to fix stalled connections caused by messages larger than the read highwater mark of the input buffer. Discarded messages are logged for the purposes of tuning the input buffer size. * fstrm_capture: complete sending of FINISH frame before closing connection. * Various test additions and improvements. Add a patch to fix a build issue on FreeBSD. Adjust statement USE vs. USES ordering in Makefile to pacify portlint. PR: 228172 Approved by: Leo Vandewoestijne (maintainer) Sponsored by: Farsight Security, Inc. Added: head/devel/fstrm/files/ head/devel/fstrm/files/patch-src_fstrm__replay.c (contents, props changed) Modified: head/devel/fstrm/Makefile head/devel/fstrm/distinfo head/devel/fstrm/pkg-plist Modified: head/devel/fstrm/Makefile ============================================================================== --- head/devel/fstrm/Makefile Wed May 16 16:33:26 2018 (r470129) +++ head/devel/fstrm/Makefile Wed May 16 17:04:09 2018 (r470130) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fstrm -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -14,12 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:devel/libevent +USES= autoreconf gmake libtool pkgconfig USE_GITHUB= yes +USE_LDCONFIG= yes GH_ACCOUNT= farsightsec GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pkgconfig -USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check Modified: head/devel/fstrm/distinfo ============================================================================== --- head/devel/fstrm/distinfo Wed May 16 16:33:26 2018 (r470129) +++ head/devel/fstrm/distinfo Wed May 16 17:04:09 2018 (r470130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491861016 -SHA256 (farsightsec-fstrm-v0.3.2_GH0.tar.gz) = 16112cda18aece363e32a04cd2265174b09944f3f3dcffa5c8312a293ec93737 -SIZE (farsightsec-fstrm-v0.3.2_GH0.tar.gz) = 185466 +TIMESTAMP = 1526070744 +SHA256 (farsightsec-fstrm-v0.4.0_GH0.tar.gz) = 2c84ff059d5850078d3d85927fd2e8f8a1cbe76bcf91cb125cfbbbd89ec5afc0 +SIZE (farsightsec-fstrm-v0.4.0_GH0.tar.gz) = 194789 Added: head/devel/fstrm/files/patch-src_fstrm__replay.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fstrm/files/patch-src_fstrm__replay.c Wed May 16 17:04:09 2018 (r470130) @@ -0,0 +1,11 @@ +--- src/fstrm_replay.c.orig 2018-05-10 14:44:28 UTC ++++ src/fstrm_replay.c +@@ -15,6 +15,8 @@ + */ + + #include ++#include ++#include + #include + #include + #include Modified: head/devel/fstrm/pkg-plist ============================================================================== --- head/devel/fstrm/pkg-plist Wed May 16 16:33:26 2018 (r470129) +++ head/devel/fstrm/pkg-plist Wed May 16 17:04:09 2018 (r470130) @@ -1,15 +1,20 @@ bin/fstrm_capture bin/fstrm_dump +bin/fstrm_replay include/fstrm.h include/fstrm/control.h include/fstrm/file.h include/fstrm/iothr.h include/fstrm/rdwr.h include/fstrm/reader.h +include/fstrm/tcp_writer.h include/fstrm/unix_writer.h include/fstrm/writer.h lib/libfstrm.a lib/libfstrm.so lib/libfstrm.so.0 -lib/libfstrm.so.0.0.0 +lib/libfstrm.so.0.1.0 +man/man1/fstrm_capture.1.gz +man/man1/fstrm_dump.1.gz +man/man1/fstrm_replay.1.gz libdata/pkgconfig/libfstrm.pc From owner-svn-ports-head@freebsd.org Wed May 16 17:09:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EEE3EEE22E; Wed, 16 May 2018 17:09:36 +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 B562871BD0; Wed, 16 May 2018 17:09:35 +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 974A01CFBE; Wed, 16 May 2018 17:09:35 +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 w4GH9Zw7002511; Wed, 16 May 2018 17:09:35 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GH9Z8V002509; Wed, 16 May 2018 17:09:35 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805161709.w4GH9Z8V002509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 16 May 2018 17:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470131 - head/www/pear-twig X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/pear-twig X-SVN-Commit-Revision: 470131 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 17:09:36 -0000 Author: joneum Date: Wed May 16 17:09:34 2018 New Revision: 470131 URL: https://svnweb.freebsd.org/changeset/ports/470131 Log: Update to 1.29.0 Modified: head/www/pear-twig/Makefile head/www/pear-twig/distinfo Modified: head/www/pear-twig/Makefile ============================================================================== --- head/www/pear-twig/Makefile Wed May 16 17:04:09 2018 (r470130) +++ head/www/pear-twig/Makefile Wed May 16 17:09:34 2018 (r470131) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twig -PORTVERSION= 1.28.1 +PORTVERSION= 1.29.0 CATEGORIES= www pear MASTER_SITES= http://pear.twig-project.org/get/ DISTNAME= Twig-${PORTVERSION} Modified: head/www/pear-twig/distinfo ============================================================================== --- head/www/pear-twig/distinfo Wed May 16 17:04:09 2018 (r470130) +++ head/www/pear-twig/distinfo Wed May 16 17:09:34 2018 (r470131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481117929 -SHA256 (PEAR/Twig-1.28.1.tgz) = d9b0648e99163918b061d2aa28572f1abbfdc58f18eb2a14df9951fc27288301 -SIZE (PEAR/Twig-1.28.1.tgz) = 105626 +TIMESTAMP = 1526490537 +SHA256 (PEAR/Twig-1.29.0.tgz) = 0658f189d165ad4ad232e4bae15580bef9bbba4b6a092c04b7d0eac2199688b8 +SIZE (PEAR/Twig-1.29.0.tgz) = 106748 From owner-svn-ports-head@freebsd.org Wed May 16 17:10:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFC2FEEE2A7; Wed, 16 May 2018 17:10:18 +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 9F9BC71CC4; Wed, 16 May 2018 17:10:18 +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 80BA21CFC2; Wed, 16 May 2018 17:10:18 +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 w4GHAIEj002685; Wed, 16 May 2018 17:10:18 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GHAIeA002684; Wed, 16 May 2018 17:10:18 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805161710.w4GHAIeA002684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 16 May 2018 17:10:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470132 - head/www/pecl-twig X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/pecl-twig X-SVN-Commit-Revision: 470132 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 17:10:19 -0000 Author: joneum Date: Wed May 16 17:10:17 2018 New Revision: 470132 URL: https://svnweb.freebsd.org/changeset/ports/470132 Log: Update to 1.29.0 Modified: head/www/pecl-twig/Makefile head/www/pecl-twig/distinfo Modified: head/www/pecl-twig/Makefile ============================================================================== --- head/www/pecl-twig/Makefile Wed May 16 17:09:34 2018 (r470131) +++ head/www/pecl-twig/Makefile Wed May 16 17:10:17 2018 (r470132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twig -PORTVERSION= 1.28.1 +PORTVERSION= 1.29.0 CATEGORIES= www MASTER_SITES= http://pear.twig-project.org/get/ PKGNAMEPREFIX= pecl- Modified: head/www/pecl-twig/distinfo ============================================================================== --- head/www/pecl-twig/distinfo Wed May 16 17:09:34 2018 (r470131) +++ head/www/pecl-twig/distinfo Wed May 16 17:10:17 2018 (r470132) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481117921 -SHA256 (CTwig-1.28.1.tgz) = 7e13af249ad246911e6d58af03f105aa23fecd34edf5f4e6783cb5a8efd5ec0e -SIZE (CTwig-1.28.1.tgz) = 8673 +TIMESTAMP = 1526490595 +SHA256 (CTwig-1.29.0.tgz) = 7ae27b8bc21affd93af1608058104ec426c337800a27f269003e80477bda236d +SIZE (CTwig-1.29.0.tgz) = 8674 From owner-svn-ports-head@freebsd.org Wed May 16 17:10:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1798FEEE2F2; Wed, 16 May 2018 17:10:44 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5725A71DBA; Wed, 16 May 2018 17:10:43 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-wr0-f175.google.com with SMTP id q3-v6so2269910wrj.6; Wed, 16 May 2018 10:10:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lzG0hSPyJ6phgYoYwU2TD1gOgDTn1aps/jUZFZUXTmQ=; b=jqmHL18vdrXkVqaw2GxUDDIxqcjM4agdq4Gxmk8RVbwkbDaMiyWZm/NXrPwbpQz/yK Ur8x3oMuXbpgzVVPvxj1y89D3B3pC3+dk6UBUr9S7Jl/cUngASCvtON2MmSGZBSaL7Jp sXwsr8Ql0o6onGn/xoSPo4KxKeh6Z++3bLbJEcTbuzuejHI3gzmOuhLH5VIn7/8RuQDo U1QdoIrty5Yvhf6rohYV89UNOEnGSEIZOA+chFbDAam8x1YashptmJXY4PeTWr4gktM2 HdQmJjqmeSPrHkeWTWTL9+ZzY3XZw53JDEY1pzCORv25smxQ+L6Sp2HA6HFq1P6JBz7A fihQ== X-Gm-Message-State: ALKqPweD76WZHJPW8LwkM4GZIgGj24VD2k6B3UOexb0IZCQhmIToMFl0 Tjafb44RbE66m00COphBKxL2qKo7Xko= X-Google-Smtp-Source: AB8JxZrLO1TjiSn0vf6Zytnd+fdnrJRIdznSBX7AHCc23Q8IuEl1p103xFAXeJyU281hj1j7D8vJnA== X-Received: by 2002:a19:e45c:: with SMTP id b89-v6mr15138530lfh.48.1526490321463; Wed, 16 May 2018 10:05:21 -0700 (PDT) Received: from oxy (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id d73-v6sm731771lfd.50.2018.05.16.10.05.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 May 2018 10:05:21 -0700 (PDT) Date: Wed, 16 May 2018 19:06:24 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: Luca Pizzamiglio Cc: Tobias Kortkamp , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files Message-ID: <20180516190624.200a40b0@oxy> In-Reply-To: References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> <20180516173933.3b10ad56@oxy> <20180516174132.3fde2c5b@oxy> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 17:10:44 -0000 On Wed, 16 May 2018 18:44:30 +0200 Luca Pizzamiglio wrote: >I'm feeling bad, it seems that I've stolen your port :( Nah, it's fine. You've done a marvelous job there. :) >But the libc one (TIOCGWINSZ) is currently annoying, and the whole >discussion around this crate seems have no immediate solution [1], so a >patch was the fastest solution. I've heard[1] that the fix is going to be included in the next libc release (0.2.41). Also, I think that this link[2] was missing from my Bugzilla issue. It has some troubleshooting history. Cheers, Mateusz [1]: https://github.com/jwilm/alacritty/issues/1247 [2]: https://github.com/sharkdp/bat/issues/41 From owner-svn-ports-head@freebsd.org Wed May 16 17:19:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59DECEEE876; Wed, 16 May 2018 17:19:19 +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 080FA72300; Wed, 16 May 2018 17:19:19 +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 D5E821D15C; Wed, 16 May 2018 17:19:18 +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 w4GHJIrv007447; Wed, 16 May 2018 17:19:18 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GHJIc2007446; Wed, 16 May 2018 17:19:18 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201805161719.w4GHJIc2007446@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: Wed, 16 May 2018 17:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470133 - head/multimedia/handbrake X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/multimedia/handbrake X-SVN-Commit-Revision: 470133 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 17:19:19 -0000 Author: fernape Date: Wed May 16 17:19:18 2018 New Revision: 470133 URL: https://svnweb.freebsd.org/changeset/ports/470133 Log: multimedia/handbrake: Add ONLY_FOR_ARCHS_REASON Reported by: mat Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15063 Modified: head/multimedia/handbrake/Makefile Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Wed May 16 17:10:17 2018 (r470132) +++ head/multimedia/handbrake/Makefile Wed May 16 17:19:18 2018 (r470133) @@ -13,6 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= invokes x86 assembler BUILD_DEPENDS= bash:shells/bash \ yasm:devel/yasm \ From owner-svn-ports-head@freebsd.org Wed May 16 17:26:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED928EEEDCD; Wed, 16 May 2018 17:26:17 +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 9828C727F2; Wed, 16 May 2018 17:26:17 +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 5D7541D2FD; Wed, 16 May 2018 17:26:17 +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 w4GHQHZK013050; Wed, 16 May 2018 17:26:17 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GHQGWN013042; Wed, 16 May 2018 17:26:16 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805161726.w4GHQGWN013042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 16 May 2018 17:26:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470134 - in head/net/syncthing: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net/syncthing: . files X-SVN-Commit-Revision: 470134 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 17:26:18 -0000 Author: swills Date: Wed May 16 17:26:15 2018 New Revision: 470134 URL: https://svnweb.freebsd.org/changeset/ports/470134 Log: net/syncthing: update to 0.14.47 While here, install all binaries and update rc scripts Added: head/net/syncthing/files/syncthing-discosrv.in (contents, props changed) head/net/syncthing/files/syncthing-relaypoolsrv.in (contents, props changed) head/net/syncthing/files/syncthing-relaysrv.in (contents, props changed) Modified: head/net/syncthing/Makefile (contents, props changed) head/net/syncthing/distinfo (contents, props changed) head/net/syncthing/files/syncthing.in (contents, props changed) Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Wed May 16 17:19:18 2018 (r470133) +++ head/net/syncthing/Makefile Wed May 16 17:26:15 2018 (r470134) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.14.46 +PORTVERSION= 0.14.47 DISTVERSIONPREFIX= v CATEGORIES= net @@ -13,8 +13,15 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} -USE_RC_SUBR= syncthing -PLIST_FILES= bin/syncthing +USE_RC_SUBR= syncthing syncthing-discosrv syncthing-relaysrv syncthing-relaypoolsrv +BINS= stbench stcli stcompdirs stdisco stdiscosrv stevents stfileinfo \ + stfinddevice stgenfiles stindex strelaypoolsrv strelaysrv \ + stsigtool sttestutil stvanity stwatchfile syncthing + +.for x in ${BINS} +PLIST_FILES+= bin/${x} +.endfor + PORTDOCS= * USERS= syncthing @@ -22,13 +29,17 @@ GROUPS= syncthing do-build: @cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; \ - ${SETENV} ${MAKE_ENV} go run build.go -no-upgrade=true -version v${PORTVERSION} + ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 go run build.go -no-upgrade=true -version v${PORTVERSION} + @${MV} ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME}/bin/testutil \ + ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME}/bin/sttestutil do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME}/bin/syncthing \ +.for x in ${BINS} + ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME}/bin/${x} \ ${STAGEDIR}${PREFIX}/bin/ +.endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for x in AUTHORS CONTRIBUTING.md LICENSE README.md +.for x in AUTHORS LICENSE README.md ${INSTALL_DATA} ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME}/${x} \ ${STAGEDIR}${DOCSDIR} .endfor Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Wed May 16 17:19:18 2018 (r470133) +++ head/net/syncthing/distinfo Wed May 16 17:26:15 2018 (r470134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524505661 -SHA256 (syncthing-syncthing-v0.14.46_GH0.tar.gz) = 2a2d6472935b6b125a6f028a7fbfe27fd30a6bb0fbadc1d920b2314c9fb31ac3 -SIZE (syncthing-syncthing-v0.14.46_GH0.tar.gz) = 10200015 +TIMESTAMP = 1526399696 +SHA256 (syncthing-syncthing-v0.14.47_GH0.tar.gz) = 2c34e711ed0b0eb78f18822adc1621e204c5a6193298ad711934517949ce816d +SIZE (syncthing-syncthing-v0.14.47_GH0.tar.gz) = 10278343 Added: head/net/syncthing/files/syncthing-discosrv.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/syncthing/files/syncthing-discosrv.in Wed May 16 17:26:15 2018 (r470134) @@ -0,0 +1,68 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: syncthingdiscosrv +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# syncthingdiscosrv_enable (bool): Set to NO by default. +# Set it to YES to enable syncthing-discosrv. +# syncthingdiscosrv_user (user): Set user to run syncthing-discosrv. +# Default is "syncthing". +# syncthingdiscosrv_group (group): Set group to run syncthing-discosrv. +# Default is "syncthing". +# syncthingdiscosrv_dir (dir): Set dir to run syncthing-discosrv in. +# Default is "/var/db/syncthing-discosrv". +# syncthingdiscosrv_log_file (path): Syncthing log file +# Default: /var/log/syncthing-discosrv.log +# syncthingdiscosrv_key (file): Set key file to use +# Default is "${syncthingdiscosrv_dir}/syncthing.key". +# syncthingdiscosrv_cert (file): Set cert file to use +# Default is "${syncthingdiscosrv_dir}/syncthing.cert". +# syncthingdiscosrv_args (string): Extra args to pass to syncthing-discosrv +# Default is "" + +. /etc/rc.subr + +name=syncthingdiscosrv +rcvar=syncthingdiscosrv_enable + +load_rc_config $name + +: ${syncthingdiscosrv_enable:="NO"} +: ${syncthingdiscosrv_user:="syncthing"} +: ${syncthingdiscosrv_group:="syncthing"} +: ${syncthingdiscosrv_dir:="/var/db/syncthing-discosrv"} +: ${syncthingdiscosrv_log_file=/var/log/syncthing-discosrv.log} +: ${syncthingdiscosrv_key:="${syncthingdiscosrv_dir}/syncthing.key"} +: ${syncthingdiscosrv_cert:="${syncthingdiscosrv_dir}/syncthing.cert"} + +export STNORESTART=true + +pidfile=/var/run/syncthingdiscosrv.pid +procname="%%PREFIX%%/bin/stdiscosrv" +command="/usr/sbin/daemon" +command_args="-p ${pidfile} ${procname} -key ${syncthingdiscosrv_key} -cert ${syncthingdiscosrv_cert} ${syncthingdiscosrv_args} >> ${syncthingdiscosrv_log_file}" +syncthingdiscosrv_chdir=${syncthingdiscosrv_dir} + +start_precmd=syncthingdiscosrv_startprecmd + +syncthingdiscosrv_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${syncthingdiscosrv_user} -g ${syncthingdiscosrv_group} /dev/null ${pidfile}; + fi + + if [ ! -d ${syncthingdiscosrv_dir} ]; then + install -d -o ${syncthingdiscosrv_user} -g ${syncthingdiscosrv_group} ${syncthingdiscosrv_dir} + fi + if [ ! -e ${syncthingdiscosrv_log_file} ]; then + install -o ${syncthingdiscosrv_user} -g ${syncthingdiscosrv_group} /dev/null ${syncthingdiscosrv_log_file}; + fi +} + +run_rc_command "$1" Added: head/net/syncthing/files/syncthing-relaypoolsrv.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/syncthing/files/syncthing-relaypoolsrv.in Wed May 16 17:26:15 2018 (r470134) @@ -0,0 +1,61 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: syncthingrelaypoolsrv +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# syncthingrelaypoolsrv_enable (bool): Set to NO by default. +# Set it to YES to enable syncthing-relaypoolsrv. +# syncthingrelaypoolsrv_user (user): Set user to run syncthing-relaypoolsrv. +# Default is "syncthing". +# syncthingrelaypoolsrv_group (group): Set group to run syncthing-relaypoolsrv. +# Default is "syncthing". +# syncthingrelaypoolsrv_dir (dir): Set dir to run syncthing-relaypoolsrv in. +# Default is "/var/db/syncthing-relaypoolsrv". +# syncthingrelaypoolsrv_log_file (path): Syncthing log file +# Default: /var/log/syncthing-relaypoolsrv.log +# syncthingrelaypoolsrv_args (string): Extra args to pass to syncthing-relaypoolsrv +# Default is "" + +. /etc/rc.subr + +name=syncthingrelaypoolsrv +rcvar=syncthingrelaypoolsrv_enable + +load_rc_config $name + +: ${syncthingrelaypoolsrv_enable:="NO"} +: ${syncthingrelaypoolsrv_user:="syncthing"} +: ${syncthingrelaypoolsrv_group:="syncthing"} +: ${syncthingrelaypoolsrv_dir:="/var/db/syncthing-relaypoolsrv"} +: ${syncthingrelaypoolsrv_log_file=/var/log/syncthing-relaypoolsrv.log} + +export STNORESTART=true + +pidfile=/var/run/syncthingrelaypoolsrv.pid +procname="%%PREFIX%%/bin/strelaypoolsrv" +command="/usr/sbin/daemon" +command_args="-c -p ${pidfile} ${procname} -keys ${syncthingrelaypoolsrv_dir} ${syncthingrelaypoolsrv_args} >> ${syncthingrelaypoolsrv_log_file} 2>&1" + +start_precmd=syncthingrelaypoolsrv_startprecmd + +syncthingrelaypoolsrv_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${syncthingrelaypoolsrv_user} -g ${syncthingrelaypoolsrv_group} /dev/null ${pidfile}; + fi + + if [ ! -d ${syncthingrelaypoolsrv_dir} ]; then + install -d -o ${syncthingrelaypoolsrv_user} -g ${syncthingrelaypoolsrv_group} ${syncthingrelaypoolsrv_dir} + fi + if [ ! -e ${syncthingrelaypoolsrv_log_file} ]; then + install -o ${syncthingrelaypoolsrv_user} -g ${syncthingrelaypoolsrv_group} /dev/null ${syncthingrelaypoolsrv_log_file}; + fi +} + +run_rc_command "$1" Added: head/net/syncthing/files/syncthing-relaysrv.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/syncthing/files/syncthing-relaysrv.in Wed May 16 17:26:15 2018 (r470134) @@ -0,0 +1,65 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: syncthingrelaysrv +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# syncthingrelaysrv_enable (bool): Set to NO by default. +# Set it to YES to enable syncthing-relaysrv. +# syncthingrelaysrv_user (user): Set user to run syncthing-relaysrv. +# Default is "syncthing". +# syncthingrelaysrv_group (group): Set group to run syncthing-relaysrv. +# Default is "syncthing". +# syncthingrelaysrv_dir (dir): Set dir to run syncthing-relaysrv in. +# Default is "/var/db/syncthing-relaysrv". +# syncthingrelaysrv_log_file (path): Syncthing log file +# Default: /var/log/syncthing-relaysrv.log +# syncthingrelaysrv_key (file): Set key file to use +# Default is "${syncthingrelaysrv_dir}/syncthing.key". +# syncthingrelaysrv_cert (file): Set cert file to use +# Default is "${syncthingrelaysrv_dir}/syncthing.cert". +# syncthingrelaysrv_args (string): Extra args to pass to syncthing-relaysrv +# Default is "" + +. /etc/rc.subr + +name=syncthingrelaysrv +rcvar=syncthingrelaysrv_enable + +load_rc_config $name + +: ${syncthingrelaysrv_enable:="NO"} +: ${syncthingrelaysrv_user:="syncthing"} +: ${syncthingrelaysrv_group:="syncthing"} +: ${syncthingrelaysrv_dir:="/var/db/syncthing-relaysrv"} +: ${syncthingrelaysrv_log_file=/var/log/syncthing-relaysrv.log} + +export STNORESTART=true + +pidfile=/var/run/syncthingrelaysrv.pid +procname="%%PREFIX%%/bin/strelaysrv" +command="/usr/sbin/daemon" +command_args="-c -p ${pidfile} ${procname} -keys ${syncthingrelaysrv_dir} ${syncthingrelaysrv_args} >> ${syncthingrelaysrv_log_file} 2>&1" + +start_precmd=syncthingrelaysrv_startprecmd + +syncthingrelaysrv_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${syncthingrelaysrv_user} -g ${syncthingrelaysrv_group} /dev/null ${pidfile}; + fi + + if [ ! -d ${syncthingrelaysrv_dir} ]; then + install -d -o ${syncthingrelaysrv_user} -g ${syncthingrelaysrv_group} ${syncthingrelaysrv_dir} + fi + if [ ! -e ${syncthingrelaysrv_log_file} ]; then + install -o ${syncthingrelaysrv_user} -g ${syncthingrelaysrv_group} /dev/null ${syncthingrelaysrv_log_file}; + fi +} + +run_rc_command "$1" Modified: head/net/syncthing/files/syncthing.in ============================================================================== --- head/net/syncthing/files/syncthing.in Wed May 16 17:19:18 2018 (r470133) +++ head/net/syncthing/files/syncthing.in Wed May 16 17:26:15 2018 (r470134) @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: syncthing -# REQUIRE: LOGIN +# REQUIRE: DAEMON # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf @@ -11,12 +11,15 @@ # # syncthing_enable (bool): Set to NO by default. # Set it to YES to enable syncthing. +# syncthing_home (path): Directory where syncthing configuration +# data is stored. +# Default: %%PREFIX%%/etc/syncthing +# syncthing_log_file (path): Syncthing log file +# Default: /var/log/syncthing.log # syncthing_user (user): Set user to run syncthing. # Default is "syncthing". # syncthing_group (group): Set group to run syncthing. # Default is "syncthing". -# syncthing_dir (dir): Set dir to run syncthing in. -# Default is "/var/db/syncthing". . /etc/rc.subr @@ -26,14 +29,15 @@ rcvar=syncthing_enable load_rc_config $name : ${syncthing_enable:="NO"} +: ${syncthing_home=%%PREFIX%%/etc/syncthing} +: ${syncthing_log_file=/var/log/syncthing.log} : ${syncthing_user:="syncthing"} -: ${syncthing_group:="syncthing"} -: ${syncthing_dir:="/var/db/syncthing"} +: ${syncthing_group=${syncthing_group:-$syncthing_user}} pidfile=/var/run/syncthing.pid procname="%%PREFIX%%/bin/syncthing" command="/usr/sbin/daemon" -command_args="-f -p ${pidfile} ${procname} -home=${syncthing_dir} -no-browser ${syncthing_args}" +command_args="-cf -p ${pidfile} ${procname} ${syncthing_home:+-home=${syncthing_home}} ${syncthing_log_file:+-logfile=${syncthing_log_file}} -no-browser ${syncthing_args}" start_precmd=syncthing_startprecmd @@ -43,10 +47,13 @@ syncthing_startprecmd() install -o ${syncthing_user} -g ${syncthing_group} /dev/null ${pidfile}; fi - if [ ! -d ${syncthing_dir} ]; then - install -d -o ${syncthing_user} -g ${syncthing_group} ${syncthing_dir} + if [ ! -d ${syncthing_home} ]; then + install -d -o ${syncthing_user} -g ${syncthing_group} ${syncthing_home} fi + if [ ! -e ${syncthing_log_file} ]; then + install -o ${syncthing_user} -g ${syncthing_group} /dev/null ${syncthing_log_file}; + fi } run_rc_command "$1" From owner-svn-ports-head@freebsd.org Wed May 16 17:26:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A2A3EEEE42; Wed, 16 May 2018 17:26:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 183B5728D3; Wed, 16 May 2018 17:26:39 +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 ED7721D2FE; Wed, 16 May 2018 17:26:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GHQcOb013173; Wed, 16 May 2018 17:26:38 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GHQclp013172; Wed, 16 May 2018 17:26:38 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805161726.w4GHQclp013172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 16 May 2018 17:26:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470135 - head/net/syncthing-inotify X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/syncthing-inotify X-SVN-Commit-Revision: 470135 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 17:26:39 -0000 Author: swills Date: Wed May 16 17:26:38 2018 New Revision: 470135 URL: https://svnweb.freebsd.org/changeset/ports/470135 Log: net/syncthing-inotify: mark deprecated Modified: head/net/syncthing-inotify/Makefile (contents, props changed) Modified: head/net/syncthing-inotify/Makefile ============================================================================== --- head/net/syncthing-inotify/Makefile Wed May 16 17:26:15 2018 (r470134) +++ head/net/syncthing-inotify/Makefile Wed May 16 17:26:38 2018 (r470135) @@ -15,6 +15,10 @@ GH_ACCOUNT= syncthing GH_SUBDIR= src/github.com/syncthing/syncthing-inotify PLIST_FILES= bin/syncthing-inotify +DEPRECATED= Included in net/syncthing now +EXPIRATION_DATE= 2018-06-17 + + do-build: @cd ${WRKSRC}/${GH_SUBDIR} ; ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} go build From owner-svn-ports-head@freebsd.org Wed May 16 17:27:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 747CFEEEEAD; Wed, 16 May 2018 17:27: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 22494729BC; Wed, 16 May 2018 17:27: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 032FC1D2FF; Wed, 16 May 2018 17:27: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 w4GHR6XY013300; Wed, 16 May 2018 17:27:06 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GHR6Bv013299; Wed, 16 May 2018 17:27:06 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805161727.w4GHR6Bv013299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 16 May 2018 17:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470136 - head/net/syncthing-discosrv X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/syncthing-discosrv X-SVN-Commit-Revision: 470136 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 17:27:07 -0000 Author: swills Date: Wed May 16 17:27:06 2018 New Revision: 470136 URL: https://svnweb.freebsd.org/changeset/ports/470136 Log: net/syncthing-discosrv: mark deprecated Modified: head/net/syncthing-discosrv/Makefile (contents, props changed) Modified: head/net/syncthing-discosrv/Makefile ============================================================================== --- head/net/syncthing-discosrv/Makefile Wed May 16 17:26:38 2018 (r470135) +++ head/net/syncthing-discosrv/Makefile Wed May 16 17:27:06 2018 (r470136) @@ -21,6 +21,10 @@ USE_RC_SUBR= syncthing-discosrv USERS= syncthing GROUPS= syncthing + +DEPRECATED= Included in net/syncthing now +EXPIRATION_DATE= 2018-06-17 + post-patch: @cd ${WRKSRC} ; ${MKDIR} src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \ ${MV} .gitignore CONTRIBUTORS LICENSE README.md build.sh \ From owner-svn-ports-head@freebsd.org Wed May 16 17:27:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88408EEEF2D; Wed, 16 May 2018 17:27: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 3A99E72AAB; Wed, 16 May 2018 17:27: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 1B9AD1D300; Wed, 16 May 2018 17:27:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GHRZow013425; Wed, 16 May 2018 17:27:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GHRZgr013424; Wed, 16 May 2018 17:27:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805161727.w4GHRZgr013424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 16 May 2018 17:27:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470137 - head/net/syncthing-cli X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/syncthing-cli X-SVN-Commit-Revision: 470137 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 17:27:36 -0000 Author: swills Date: Wed May 16 17:27:35 2018 New Revision: 470137 URL: https://svnweb.freebsd.org/changeset/ports/470137 Log: net/syncthing-cli: mark deprecated Modified: head/net/syncthing-cli/Makefile (contents, props changed) Modified: head/net/syncthing-cli/Makefile ============================================================================== --- head/net/syncthing-cli/Makefile Wed May 16 17:27:06 2018 (r470136) +++ head/net/syncthing-cli/Makefile Wed May 16 17:27:35 2018 (r470137) @@ -16,6 +16,9 @@ GH_TAGNAME= 9594d39 PLIST_FILES= bin/syncthing-cli +DEPRECATED= Included in net/syncthing now +EXPIRATION_DATE= 2018-06-17 + do-build: @cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC}/Godeps/_workspace:${WRKSRC} go build @${MV} ${WRKSRC}/syncthing-cli-${GH_TAGNAME} ${WRKSRC}/syncthing-cli From owner-svn-ports-head@freebsd.org Wed May 16 18:00:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 980F2EF0764; Wed, 16 May 2018 18:00:06 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45BFA73C49; Wed, 16 May 2018 18:00:06 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 283151D7CC; Wed, 16 May 2018 18:00:06 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GI06Bp028469; Wed, 16 May 2018 18:00:06 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GI05VF028467; Wed, 16 May 2018 18:00:05 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201805161800.w4GI05VF028467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 16 May 2018 18:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470138 - head/www/qutebrowser X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/www/qutebrowser X-SVN-Commit-Revision: 470138 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 18:00:06 -0000 Author: novel Date: Wed May 16 18:00:05 2018 New Revision: 470138 URL: https://svnweb.freebsd.org/changeset/ports/470138 Log: www/qutebrowser: update to 1.3.0 Modified: head/www/qutebrowser/Makefile head/www/qutebrowser/distinfo Modified: head/www/qutebrowser/Makefile ============================================================================== --- head/www/qutebrowser/Makefile Wed May 16 17:27:35 2018 (r470137) +++ head/www/qutebrowser/Makefile Wed May 16 18:00:05 2018 (r470138) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qutebrowser -DISTVERSION= 1.2.1 +DISTVERSION= 1.3.0 CATEGORIES= www MASTER_SITES= CHEESESHOP Modified: head/www/qutebrowser/distinfo ============================================================================== --- head/www/qutebrowser/distinfo Wed May 16 17:27:35 2018 (r470137) +++ head/www/qutebrowser/distinfo Wed May 16 18:00:05 2018 (r470138) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521473409 -SHA256 (qutebrowser-1.2.1.tar.gz) = 1ce6cf2634f06d3e715c53b50e4d042ba04aa39207ec318039a2a333e2d46beb -SIZE (qutebrowser-1.2.1.tar.gz) = 3626806 +TIMESTAMP = 1526151486 +SHA256 (qutebrowser-1.3.0.tar.gz) = 83cf51e934d37ac6fa686ba25878d63ba319b3e548f41f8ea2ee02d393313095 +SIZE (qutebrowser-1.3.0.tar.gz) = 3659104 From owner-svn-ports-head@freebsd.org Wed May 16 18:02:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72C77EF0A76; Wed, 16 May 2018 18:02:49 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1AA5740A3; Wed, 16 May 2018 18:02:48 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (095-059-210-188.ip-addr.inexio.net [188.210.59.95]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 9BBDB11F4C23; Wed, 16 May 2018 20:02:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1526493760; bh=tqV5jZIYUrqGFXpLVCBgZyyDRp2WcPViph+Wg01VBCw=; h=Subject:To:References:From:Date:In-Reply-To; b=ai776VFTJdcS2GBRTzmN2yOHaWbBF+0aPmWRqZz+Cb4zAbRSdCoypIU5JJiaNf+Qv 05jIWaXhe7KpT6lirIluvFXBMF1Qi4YbDCAlwV0BmSvHAgIthS7GBDDahF6FDIeM3X 1UWpJ/57PS6uKauW98JBIlXaVguXLCXUpB5ad/dQ= Received: from [192.168.0.151] (095-059-210-188.ip-addr.inexio.net [188.210.59.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id C2047154CA48; Wed, 16 May 2018 20:02:39 +0200 (CEST) Subject: Re: svn commit: r470128 - in head/textproc: . rubygem-html-pipeline27 To: Matthias Fechner , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805161627.w4GGRguL082057@repo.freebsd.org> From: Matthias Fechner Openpgp: preference=signencrypt Autocrypt: addr=idefix@fechner.net; prefer-encrypt=mutual; keydata= xsFNBFqca1YBEADM9mF2+ifk8HILTlf5wtAzV6SYVR4RvNOo/8Kucw4sCZT76zS1fjZe4Zy1 3C0IZ07Wi+3PnoGIgOCsXp3PrTc2nuHQWkwVBYXy8UaR9DHBWA/mIvRGG1ZscKQYA6oUdCvd K8Mu26zO60yTt+ONzFtK6G1myH4EHXZ8dpmdCFf+W3rzTU+aCQ5S3OfwCLGgYgOaVREGkdOc 5SVCpFb4n+2B8+CqeWsRHhnT+4h7/YhgDMGp4GiI3yrB2nBVSUUvcosD2nRtJQgGQHcAFtMq 3hJaKPOR/mHc6KVrp0xmGNmdtazvXloHmGIl9O1UpmMmrYu9Kugl0JkGi2fAcno02XgVlkyX 7xDLTteP5cNqRxor4yVDaRWUQnOfK9XgcrKGrAzb65BkCSkjT+Aw3S/A8Qd6NvjL9qy1d+Ct dzatOVF/Y7jaW28CMr3jvwPS13OxV7PnJzIZzdik20eVxfOXuYfxZD+PwBaGgFF0qj6zKACC aKLalE0ZpY0zNn/iPyQX/Cf9KoDyFpOHSsEswiJ5rCWwppVcsFyogHOemVmeaXlvyDPEipnV ZUkpGP/CCqPu3eD0uDzP7UJ0pt/l/JfW0Xw/4p9mjB024xiRlxLa6vSRfGl//EdtAIbKKa8x 5wsKTQEbYJDmXE3tH/A54DCqRXhcopTlu2iJlTdnIMltn9afVwARAQABzSVNYXR0aGlhcyBG ZWNobmVyIDxpZGVmaXhAZmVjaG5lci5uZXQ+wsGXBBMBCgBBAhsDBQkJZgGABQsJCAcDBRUK CQgLBRYDAgEAAh4BAheAFiEEaWB64mCp804YOtqutot13J/XR+EFAlqcc9gCGQEACgkQtot1 3J/XR+GQyhAAwDxUSg7X2aS1d6rrYUZdDk8rT5TCjayDAyOATdAUhJRZk8qXRNF27Mu6xiOT mIvEMKLagNsitffZs1g/mulRQiDVLloGav7xozSfYlaOYWpPb55wpsugQPLZz0OkU9tzw7j7 7sPPvnAxeqSofUJzQdZzp43aVwXVqsJ3rY0jGzYA5RLS6CBI1RRR8/hHLMxspDPl79IW3GhI HAXaVX1HVJA2oJEo9Y95DnJwX8NV+hvLlUVA2KDdNKFiVJKeV3ccqw+/5zW3Y8J6Rd8blW9n p68Z7lyxt6mvsDEdSxOyGSkPagzIDfHqmDfkaeum7gHMwweH2e2pZuhzMZkrKNoSkKiJ5uim 638ZhnzzmEWh2qtYPgHlZG1jO6n2DSzCqJkQYjYUtLj7ylIgZakG8M3idQRugHImMBq+HSMu WR8FI52gh1+4LbIArHB4YWTTr933ElwhS1jtomK9SeWezPfjunpxqXQl4QR0qXAuglsOMJ6y Togb6lc0qyEdOa5VCXQTLSD9yZpolSQOjOe1XEyM4g5v7FrPBGVni9AxlARvUDVbYQDv1+4A gchtgpLmAF8mDPq/tGeXuAO3m+ExQDXpJ4CneI9YHc+joU2cXQi5MP1NzgMOV43XEZCiTW0O BWM1+857gmDqGbybE7F3UFpvBs9/NRWnuxoKaYxYbqCOc3nOwU0EWpxrVgEQAN3uCLHZF+1V gcrzYjwL1wAJwjYb7UnHKvNYdaBKgW0n0NTfaTCLHxHYPO8NlV1+lNctSeXLeiWpmE1lCDHq /++53EJ34OsRd/n246PdtfIfltML73tsmq6S9zTye2zv7LsmE7jgUBaasbv0qSLSybOUvkRx j3xBuK9Ymg/ZXaENOhxwIQ6oQoNLg3ers9t5Xl4NVK6gzzZ2OdTGnuUVhQmi4rbP04R0GJFh AtGLAYUCxlXVZhdPAs4qZaoAEP5nW/u2MyzSaIouwcEIdttAiPZdrJr+a4OGKz88Sn6zqKSa uyUADgX+G8tKUONgZbfz4SSRvlinOgyU2RyyfNS977r/YfaHH+oAxg31yUWPtD/ryfVw69bG vK8RQrZ9+c1vyWBABoQOh5+JHW/AE9Xj5dQatEfWmGO3+/FRo2TIhqZQXXl8PW+jtEjkhgOH OUX5ERzSm6nCcPIw+LUkEINcLc9bw4fv1eOWIdBuCckGM4rWXkLYbqhdSzdWeCsC0tiQk8x7 O1zXRJOKF4rITJd/qX322EH29BR+T9V1Hw7LDSRe+3YxtoXhROZRXjF8QniEHeKVNRUComr6 rWGmuHjsNTQ7twtwnG8xSOfCkYAp9GrbzBkIYX+VFvFQLqVM+It3RAlge/bwpZPvkr3bFsJk 4JS+EAugBIrP0xd9BMOh6Ej5ABEBAAHCwXwEGAEKACYWIQRpYHriYKnzThg62q62i3Xcn9dH 4QUCWpxrVgIbDAUJCWYBgAAKCRC2i3Xcn9dH4ZZsEACoQI109htphVe2AQhJ7wuPo8pIrSFA 0Mb0pfibX/sYw8ZZz/x3ctTI3Ajq2baSaoebIuUyd6oPI7cAzgL4s2zHiZ3ChH2dDxJlOPfk OaiK124DJMPqWiWuxe39tgq23tsPhwcvF+DC+SkJoLWKCYNC06fS3bLktZ0s4lVE5tqfL5ww MvxgxB+6+sWHwZWSv1IwB/geov6zkEhVdkXqrGPE52LyLfU0ACMmihcl0/npsCMZSls0urge CsPMuHPQnmcM2ERbere8i9OdKQDzGBrTbWl9DxNRf4o+cAYirEJM3Kc+ZD2SE34bTSvg3kdQ QZQbj+o+BRcsR0LaGbORkNaMZlp5OuXteL6nG7sbAPn0bjUUlup8CJEXDXENG6LJG1/oVWFq m3OtPyr5UoMQAuhuGx0/Om6AXKr/mk+veuoKWMXkqll045/bYE7bX2A0gkyGE5DdjaiHPmS9 NsWuKDeExLlXZOL1GX+PKjWLADwlv07XHB8Hf6U0/lpf3/mggRtqHyKbHt0iRqYaMC95gVdM rbugxh61U/zxIaweU7VolD5cRrltxqPp5szOwDzw42JYwbpYsXFJXNkuCGCmK1LHcShfEggt fV3g/JKzvNRQn6p1f0frppl/eZ5UvWVKrNERJzcZgkOecxwiK/L/JoGpGfWOqWGsTxe/AnQc Xxj8Dw== Message-ID: <8f5adae8-5c41-f95d-8539-1434034380a9@fechner.net> Date: Wed, 16 May 2018 20:02:38 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <201805161627.w4GGRguL082057@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: de-DE X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 18:02:49 -0000 Am 16.05.2018 um 18:27 schrieb Matthias Fechner: > Author: mfechner > Date: Wed May 16 16:27:41 2018 > New Revision: 470128 > URL: https://svnweb.freebsd.org/changeset/ports/470128 > > Log: > Added a note to UPDATING about gitlab-pages feature was removed till it is fixed upstream again. due to a commit conflict it seems that the commit message svn stored was not complete and a svn commit -F /usr/home/idefix/svn/ports/svn-commit.tmp has not picked it. Here the review for it: https://reviews.freebsd.org/D15444 Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-head@freebsd.org Wed May 16 18:46:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69FD0EAA518; Wed, 16 May 2018 18:46:33 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1795D76158; Wed, 16 May 2018 18:46:33 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E89411DFEF; Wed, 16 May 2018 18:46:32 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GIkWvq055140; Wed, 16 May 2018 18:46:32 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GIkW6j055137; Wed, 16 May 2018 18:46:32 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201805161846.w4GIkW6j055137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 16 May 2018 18:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470139 - head/devel/p5-Config-IniFiles X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/devel/p5-Config-IniFiles X-SVN-Commit-Revision: 470139 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 18:46:33 -0000 Author: culot Date: Wed May 16 18:46:32 2018 New Revision: 470139 URL: https://svnweb.freebsd.org/changeset/ports/470139 Log: - Update to 2.98 Changes: https://metacpan.org/changes/distribution/Config-IniFiles Modified: head/devel/p5-Config-IniFiles/Makefile head/devel/p5-Config-IniFiles/distinfo Modified: head/devel/p5-Config-IniFiles/Makefile ============================================================================== --- head/devel/p5-Config-IniFiles/Makefile Wed May 16 18:00:05 2018 (r470138) +++ head/devel/p5-Config-IniFiles/Makefile Wed May 16 18:46:32 2018 (r470139) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-IniFiles -PORTVERSION= 2.95 +PORTVERSION= 2.98 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-IniFiles/distinfo ============================================================================== --- head/devel/p5-Config-IniFiles/distinfo Wed May 16 18:00:05 2018 (r470138) +++ head/devel/p5-Config-IniFiles/distinfo Wed May 16 18:46:32 2018 (r470139) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522236559 -SHA256 (Config-IniFiles-2.95.tar.gz) = 414a19f98cc745769ce762aefce01fa52d031bc244403cd32fd1f6257f2dedc2 -SIZE (Config-IniFiles-2.95.tar.gz) = 65502 +TIMESTAMP = 1526495856 +SHA256 (Config-IniFiles-2.98.tar.gz) = 9d5fc5c2192058e58ad35150ddae3043a2679f2aa4e1fb7e18e36794622b1797 +SIZE (Config-IniFiles-2.98.tar.gz) = 69529 From owner-svn-ports-head@freebsd.org Wed May 16 18:58:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9AE6EAADD4; Wed, 16 May 2018 18:58:23 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77EF576751; Wed, 16 May 2018 18:58:23 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 549B91E1A8; Wed, 16 May 2018 18:58:23 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GIwNRK061242; Wed, 16 May 2018 18:58:23 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GIwND2061241; Wed, 16 May 2018 18:58:23 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201805161858.w4GIwND2061241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 16 May 2018 18:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470140 - head/mail/p5-Net-IMAP-Server X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/mail/p5-Net-IMAP-Server X-SVN-Commit-Revision: 470140 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 18:58:24 -0000 Author: culot Date: Wed May 16 18:58:22 2018 New Revision: 470140 URL: https://svnweb.freebsd.org/changeset/ports/470140 Log: - Update to 1.39 Changes: http://search.cpan.org/dist/Net-IMAP-Server/Changes Modified: head/mail/p5-Net-IMAP-Server/Makefile head/mail/p5-Net-IMAP-Server/distinfo Modified: head/mail/p5-Net-IMAP-Server/Makefile ============================================================================== --- head/mail/p5-Net-IMAP-Server/Makefile Wed May 16 18:46:32 2018 (r470139) +++ head/mail/p5-Net-IMAP-Server/Makefile Wed May 16 18:58:22 2018 (r470140) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-IMAP-Server -PORTVERSION= 1.38 -PORTREVISION= 1 +PORTVERSION= 1.39 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -31,6 +30,7 @@ BUILD_DEPENDS= p5-AnyEvent>0:devel/p5-AnyEvent \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/mail/p5-Net-IMAP-Server/distinfo ============================================================================== --- head/mail/p5-Net-IMAP-Server/distinfo Wed May 16 18:46:32 2018 (r470139) +++ head/mail/p5-Net-IMAP-Server/distinfo Wed May 16 18:58:22 2018 (r470140) @@ -1,2 +1,3 @@ -SHA256 (Net-IMAP-Server-1.38.tar.gz) = 35d04f4b7c1d78aaec4b58a743a1b4745bc822a04ca6278bbfc65ac49689d1f8 -SIZE (Net-IMAP-Server-1.38.tar.gz) = 72246 +TIMESTAMP = 1526496680 +SHA256 (Net-IMAP-Server-1.39.tar.gz) = 29e4a8cdf27ec2b9bbceda415cda3f8fbc6098b6d28153396b54502facd2e7d1 +SIZE (Net-IMAP-Server-1.39.tar.gz) = 70560 From owner-svn-ports-head@freebsd.org Wed May 16 18:59:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B90F4EAAE90; Wed, 16 May 2018 18:59:48 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69DA376860; Wed, 16 May 2018 18:59:48 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4BC211E1A9; Wed, 16 May 2018 18:59:48 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GIxmB3061486; Wed, 16 May 2018 18:59:48 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GIxlps061481; Wed, 16 May 2018 18:59:47 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201805161859.w4GIxlps061481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 16 May 2018 18:59:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470141 - in head/x11: libxcb libxcb/files xcb-proto xcb-proto/files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/x11: libxcb libxcb/files xcb-proto xcb-proto/files X-SVN-Commit-Revision: 470141 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 18:59:49 -0000 Author: zeising Date: Wed May 16 18:59:47 2018 New Revision: 470141 URL: https://svnweb.freebsd.org/changeset/ports/470141 Log: Update x11/libxcb and x11/xcb-proto to 1.13 Remove patches from upstream included in the releases. Tested by: Pete Wright Deleted: head/x11/libxcb/files/patch-src_c__client.py head/x11/xcb-proto/files/ Modified: head/x11/libxcb/Makefile head/x11/libxcb/distinfo head/x11/libxcb/pkg-plist head/x11/xcb-proto/Makefile head/x11/xcb-proto/distinfo Modified: head/x11/libxcb/Makefile ============================================================================== --- head/x11/libxcb/Makefile Wed May 16 18:58:22 2018 (r470140) +++ head/x11/libxcb/Makefile Wed May 16 18:59:47 2018 (r470141) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libxcb -PORTVERSION= 1.12 -PORTREVISION= 2 +PORTVERSION= 1.13 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ Modified: head/x11/libxcb/distinfo ============================================================================== --- head/x11/libxcb/distinfo Wed May 16 18:58:22 2018 (r470140) +++ head/x11/libxcb/distinfo Wed May 16 18:59:47 2018 (r470141) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478371055 -SHA256 (xorg/lib/libxcb-1.12.tar.bz2) = 4adfb1b7c67e99bc9c2ccb110b2f175686576d2f792c8a71b9c8b19014057b5b -SIZE (xorg/lib/libxcb-1.12.tar.bz2) = 613822 +TIMESTAMP = 1525895942 +SHA256 (xorg/lib/libxcb-1.13.tar.bz2) = 188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa +SIZE (xorg/lib/libxcb-1.13.tar.bz2) = 510453 Modified: head/x11/libxcb/pkg-plist ============================================================================== --- head/x11/libxcb/pkg-plist Wed May 16 18:58:22 2018 (r470140) +++ head/x11/libxcb/pkg-plist Wed May 16 18:59:47 2018 (r470141) @@ -4,6 +4,7 @@ include/xcb/damage.h include/xcb/dpms.h include/xcb/dri2.h include/xcb/dri3.h +include/xcb/ge.h include/xcb/glx.h include/xcb/present.h include/xcb/randr.h @@ -352,16 +353,39 @@ man/man3/xcb_dri2_wait_sbc_unchecked.3.gz man/man3/xcb_dri3_buffer_from_pixmap.3.gz man/man3/xcb_dri3_buffer_from_pixmap_reply.3.gz man/man3/xcb_dri3_buffer_from_pixmap_unchecked.3.gz +man/man3/xcb_dri3_buffers_from_pixmap.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_buffers.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_buffers_end.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_buffers_length.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_offsets.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_offsets_end.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_offsets_length.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_reply.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_strides.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_strides_end.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_strides_length.3.gz +man/man3/xcb_dri3_buffers_from_pixmap_unchecked.3.gz man/man3/xcb_dri3_fd_from_fence.3.gz man/man3/xcb_dri3_fd_from_fence_reply.3.gz man/man3/xcb_dri3_fd_from_fence_unchecked.3.gz man/man3/xcb_dri3_fence_from_fd.3.gz man/man3/xcb_dri3_fence_from_fd_checked.3.gz +man/man3/xcb_dri3_get_supported_modifiers.3.gz +man/man3/xcb_dri3_get_supported_modifiers_reply.3.gz +man/man3/xcb_dri3_get_supported_modifiers_screen_modifiers.3.gz +man/man3/xcb_dri3_get_supported_modifiers_screen_modifiers_end.3.gz +man/man3/xcb_dri3_get_supported_modifiers_screen_modifiers_length.3.gz +man/man3/xcb_dri3_get_supported_modifiers_unchecked.3.gz +man/man3/xcb_dri3_get_supported_modifiers_window_modifiers.3.gz +man/man3/xcb_dri3_get_supported_modifiers_window_modifiers_end.3.gz +man/man3/xcb_dri3_get_supported_modifiers_window_modifiers_length.3.gz man/man3/xcb_dri3_open.3.gz man/man3/xcb_dri3_open_reply.3.gz man/man3/xcb_dri3_open_unchecked.3.gz man/man3/xcb_dri3_pixmap_from_buffer.3.gz man/man3/xcb_dri3_pixmap_from_buffer_checked.3.gz +man/man3/xcb_dri3_pixmap_from_buffers.3.gz +man/man3/xcb_dri3_pixmap_from_buffers_checked.3.gz man/man3/xcb_dri3_query_version.3.gz man/man3/xcb_dri3_query_version_reply.3.gz man/man3/xcb_dri3_query_version_unchecked.3.gz @@ -383,6 +407,9 @@ man/man3/xcb_free_gc_checked.3.gz man/man3/xcb_free_pixmap.3.gz man/man3/xcb_free_pixmap_checked.3.gz man/man3/xcb_ge_generic_event_t.3.gz +man/man3/xcb_genericevent_query_version.3.gz +man/man3/xcb_genericevent_query_version_reply.3.gz +man/man3/xcb_genericevent_query_version_unchecked.3.gz man/man3/xcb_get_atom_name.3.gz man/man3/xcb_get_atom_name_name.3.gz man/man3/xcb_get_atom_name_name_end.3.gz @@ -1283,6 +1310,9 @@ man/man3/xcb_randr_configure_output_property.3.gz man/man3/xcb_randr_configure_output_property_checked.3.gz man/man3/xcb_randr_configure_provider_property.3.gz man/man3/xcb_randr_configure_provider_property_checked.3.gz +man/man3/xcb_randr_create_lease.3.gz +man/man3/xcb_randr_create_lease_reply.3.gz +man/man3/xcb_randr_create_lease_unchecked.3.gz man/man3/xcb_randr_create_mode.3.gz man/man3/xcb_randr_create_mode_reply.3.gz man/man3/xcb_randr_create_mode_unchecked.3.gz @@ -1296,6 +1326,8 @@ man/man3/xcb_randr_delete_provider_property.3.gz man/man3/xcb_randr_delete_provider_property_checked.3.gz man/man3/xcb_randr_destroy_mode.3.gz man/man3/xcb_randr_destroy_mode_checked.3.gz +man/man3/xcb_randr_free_lease.3.gz +man/man3/xcb_randr_free_lease_checked.3.gz man/man3/xcb_randr_get_crtc_gamma.3.gz man/man3/xcb_randr_get_crtc_gamma_blue.3.gz man/man3/xcb_randr_get_crtc_gamma_blue_end.3.gz Modified: head/x11/xcb-proto/Makefile ============================================================================== --- head/x11/xcb-proto/Makefile Wed May 16 18:58:22 2018 (r470140) +++ head/x11/xcb-proto/Makefile Wed May 16 18:59:47 2018 (r470141) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xcb-proto -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ Modified: head/x11/xcb-proto/distinfo ============================================================================== --- head/x11/xcb-proto/distinfo Wed May 16 18:58:22 2018 (r470140) +++ head/x11/xcb-proto/distinfo Wed May 16 18:59:47 2018 (r470141) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478371121 -SHA256 (xorg/proto/xcb-proto-1.12.tar.bz2) = 5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906 -SIZE (xorg/proto/xcb-proto-1.12.tar.bz2) = 153890 +TIMESTAMP = 1525896108 +SHA256 (xorg/proto/xcb-proto-1.13.tar.bz2) = 7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1 +SIZE (xorg/proto/xcb-proto-1.13.tar.bz2) = 151981 From owner-svn-ports-head@freebsd.org Wed May 16 19:35:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33EB5EACDE1; Wed, 16 May 2018 19:35:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB50B77E95; Wed, 16 May 2018 19:35: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 B94E41E82A; Wed, 16 May 2018 19:35: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 w4GJZoXx081351; Wed, 16 May 2018 19:35:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GJZo90081350; Wed, 16 May 2018 19:35:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805161935.w4GJZo90081350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 May 2018 19:35:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470142 - head/devel/renpy6 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/renpy6 X-SVN-Commit-Revision: 470142 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 19:35:51 -0000 Author: jbeich Date: Wed May 16 19:35:50 2018 New Revision: 470142 URL: https://svnweb.freebsd.org/changeset/ports/470142 Log: devel/renpy6: mark BROKEN after r470010 Error compiling Cython file: ------------------------------------------------------------ .. IMAGEDISSOLVE = 2 PIXELLATE = 3 cdef class Render: def __init__(Render self, float width, float height, draw_func=None, layer_name=None, bint opaque=None): #@DuplicatedSignature ^ ------------------------------------------------------------ /wrkdirs/usr/ports/devel/renpy6/work-py27/renpy-6.18.3-sdk/renpy/display/render.pyx:451:102: Cannot assign None to bint _renpy is out of date. _renpybidi is out of date. pysdlsound.sound is out of date. renpy.style is out of date. renpy.styleclass is out of date. renpy.display.render is out of date. Command '['cython-2.7', '-Iinclude', '-Igen', '-a', '../renpy/display/render.pyx', '-o', 'gen/renpy.display.render.c']' returned non-zero exit status 1 PR: 228235 Reported by: pkg-fallout Modified: head/devel/renpy6/Makefile (contents, props changed) Modified: head/devel/renpy6/Makefile ============================================================================== --- head/devel/renpy6/Makefile Wed May 16 18:59:47 2018 (r470141) +++ head/devel/renpy6/Makefile Wed May 16 19:35:50 2018 (r470142) @@ -4,6 +4,7 @@ PORTVERSION= 6.18.3 PORTREVISION= 6 PKGNAMESUFFIX= 6 +BROKEN= fails to build with cython 0.28 CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* MASTERDIR= ${.CURDIR}/../renpy From owner-svn-ports-head@freebsd.org Wed May 16 19:36:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 001C9EACE1C; Wed, 16 May 2018 19:36:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAE0A77F78; Wed, 16 May 2018 19:36:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BC361E82C; Wed, 16 May 2018 19:36:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GJa5Yn081485; Wed, 16 May 2018 19:36:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GJa57O081484; Wed, 16 May 2018 19:36:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805161936.w4GJa57O081484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 May 2018 19:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470143 - head/net/py-pcs X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/net/py-pcs X-SVN-Commit-Revision: 470143 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 19:36:06 -0000 Author: jbeich Date: Wed May 16 19:36:05 2018 New Revision: 470143 URL: https://svnweb.freebsd.org/changeset/ports/470143 Log: net/py-pcs: mark BROKEN after r470010 pcs/pcap/pcap.c:4802:34: error: expected expression (void)(Py_BEGIN_ALLOW_THREADS); ^ pcs/pcap/pcap.c:4820:12: error: expected ')' (void)(Py_END_ALLOW_THREADS); ^ /usr/local/include/python2.7/ceval.h:135:60: note: expanded from macro 'Py_END_ALLOW_THREADS' #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \ ^ pcs/pcap/pcap.c:4820:11: note: to match this '(' (void)(Py_END_ALLOW_THREADS); ^ pcs/pcap/pcap.c:5866:34: error: expected expression (void)(Py_BEGIN_ALLOW_THREADS); ^ pcs/pcap/pcap.c:5884:12: error: expected ')' (void)(Py_END_ALLOW_THREADS); ^ PR: 228235 Reported by: pkg-fallout Modified: head/net/py-pcs/Makefile (contents, props changed) Modified: head/net/py-pcs/Makefile ============================================================================== --- head/net/py-pcs/Makefile Wed May 16 19:35:50 2018 (r470142) +++ head/net/py-pcs/Makefile Wed May 16 19:36:05 2018 (r470143) @@ -14,6 +14,8 @@ COMMENT= Protocol Construction Set LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN= fails to build with cython 0.28 + PORTDOCS= pcs.pdf PORTEXAMPLES= * From owner-svn-ports-head@freebsd.org Wed May 16 19:43:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70BFEEAD5A5; Wed, 16 May 2018 19:43:56 +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 1976078489; Wed, 16 May 2018 19:43:56 +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 EA5F91E9EE; Wed, 16 May 2018 19:43:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GJhtEd086852; Wed, 16 May 2018 19:43:55 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GJhtId086851; Wed, 16 May 2018 19:43:55 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201805161943.w4GJhtId086851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 16 May 2018 19:43:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470144 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/multimedia/plexmediaserver-plexpass X-SVN-Commit-Revision: 470144 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 19:43:56 -0000 Author: feld Date: Wed May 16 19:43:55 2018 New Revision: 470144 URL: https://svnweb.freebsd.org/changeset/ports/470144 Log: multimedia/plexmediaserver-plexpass: Update to 1.13.1.5063 Changelog: https://forums.plex.tv/discussion/comment/1668974#Comment_1668974 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Wed May 16 19:36:05 2018 (r470143) +++ head/multimedia/plexmediaserver-plexpass/Makefile Wed May 16 19:43:55 2018 (r470144) @@ -1,8 +1,8 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.13.0.5003 -DISTVERSIONSUFFIX=8fcb5b6e5 +PORTVERSION= 1.13.1.5063 +DISTVERSIONSUFFIX=b4605f76e PORTREVISION= 0 PKGNAMESUFFIX= -plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Wed May 16 19:36:05 2018 (r470143) +++ head/multimedia/plexmediaserver-plexpass/distinfo Wed May 16 19:43:55 2018 (r470144) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525095710 -SHA256 (PlexMediaServer-1.13.0.5003-8fcb5b6e5-freebsd-amd64.tar.bz2) = cc610b9982e24690af638454992a29c0f4ca196aab3e9cc988612ac31951eaf7 -SIZE (PlexMediaServer-1.13.0.5003-8fcb5b6e5-freebsd-amd64.tar.bz2) = 86631108 +TIMESTAMP = 1526499640 +SHA256 (PlexMediaServer-1.13.1.5063-b4605f76e-freebsd-amd64.tar.bz2) = 8329d5fffdd172f020684a755c8f97541cc3b27a863bce89f4c5de5a78c1abda +SIZE (PlexMediaServer-1.13.1.5063-b4605f76e-freebsd-amd64.tar.bz2) = 86708724 From owner-svn-ports-head@freebsd.org Wed May 16 19:46:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52943EAD78C; Wed, 16 May 2018 19:46: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 056857860B; Wed, 16 May 2018 19:46: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 D6A351E9EF; Wed, 16 May 2018 19:46:26 +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 w4GJkQ8Z087121; Wed, 16 May 2018 19:46:26 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GJkQ8h087120; Wed, 16 May 2018 19:46:26 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805161946.w4GJkQ8h087120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 16 May 2018 19:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470145 - in head/databases/pgmodeler: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/databases/pgmodeler: . files X-SVN-Commit-Revision: 470145 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 19:46:27 -0000 Author: rakuco Date: Wed May 16 19:46:26 2018 New Revision: 470145 URL: https://svnweb.freebsd.org/changeset/ports/470145 Log: Import yet another patch from upstream to fix the build with Qt 5.10. This has been properly tested now. PR: 228213 Modified: head/databases/pgmodeler/Makefile head/databases/pgmodeler/files/patch-git_309be58b Modified: head/databases/pgmodeler/Makefile ============================================================================== --- head/databases/pgmodeler/Makefile Wed May 16 19:43:55 2018 (r470144) +++ head/databases/pgmodeler/Makefile Wed May 16 19:46:26 2018 (r470145) @@ -3,7 +3,7 @@ PORTNAME= pgmodeler PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= databases Modified: head/databases/pgmodeler/files/patch-git_309be58b ============================================================================== --- head/databases/pgmodeler/files/patch-git_309be58b Wed May 16 19:43:55 2018 (r470144) +++ head/databases/pgmodeler/files/patch-git_309be58b Wed May 16 19:46:26 2018 (r470145) @@ -4,22 +4,25 @@ Date: Mon, 26 Feb 2018 17:27:09 -0300 Subject: [PATCH] Fixed a problem with sqlexecutionwidget.ui that is not building properly in Qt 5.10 ---- - libpgmodeler_ui/ui/sqlexecutionwidget.ui | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) +From aa644a5fa95f56ab15a699f8f6f4fef7bf29abb6 Mon Sep 17 00:00:00 2001 +From: "Raphael A. Silva" +Date: Tue, 27 Mar 2018 11:37:58 -0300 +Subject: [PATCH] Additional fix for build problems in sqlexecutionwidget.ui + (#1043) ---- libpgmodeler_ui/ui/sqlexecutionwidget.ui +--- libpgmodeler_ui/ui/sqlexecutionwidget.ui.orig 2017-09-01 21:42:08 UTC +++ libpgmodeler_ui/ui/sqlexecutionwidget.ui -@@ -199,7 +199,7 @@ +@@ -198,9 +198,6 @@ + 22 - +- - Ctrl+S -+ - +- true -@@ -316,7 +316,7 @@ + +@@ -316,7 +313,7 @@ @@ -28,7 +31,7 @@ Subject: [PATCH] Fixed a problem with sqlexecutionwidg false -@@ -360,7 +360,7 @@ +@@ -360,7 +357,7 @@ From owner-svn-ports-head@freebsd.org Wed May 16 19:50:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F145CEADAA9; Wed, 16 May 2018 19:50:27 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F230F78B35; Wed, 16 May 2018 19:50:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8FEE1E9F4; Wed, 16 May 2018 19:50:25 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GJoPdG087462; Wed, 16 May 2018 19:50:25 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GJoOZU087460; Wed, 16 May 2018 19:50:24 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201805161950.w4GJoOZU087460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 16 May 2018 19:50:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470146 - head/x11/libdmx X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/libdmx X-SVN-Commit-Revision: 470146 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 19:50:28 -0000 Author: zeising Date: Wed May 16 19:50:24 2018 New Revision: 470146 URL: https://svnweb.freebsd.org/changeset/ports/470146 Log: x11/libdmx: Update to 1.1.4 Modified: head/x11/libdmx/Makefile head/x11/libdmx/distinfo Modified: head/x11/libdmx/Makefile ============================================================================== --- head/x11/libdmx/Makefile Wed May 16 19:46:26 2018 (r470145) +++ head/x11/libdmx/Makefile Wed May 16 19:50:24 2018 (r470146) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libdmx -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: head/x11/libdmx/distinfo ============================================================================== --- head/x11/libdmx/distinfo Wed May 16 19:46:26 2018 (r470145) +++ head/x11/libdmx/distinfo Wed May 16 19:50:24 2018 (r470146) @@ -1,2 +1,3 @@ -SHA256 (xorg/lib/libdmx-1.1.3.tar.bz2) = c97da36d2e56a2d7b6e4f896241785acc95e97eb9557465fd66ba2a155a7b201 -SIZE (xorg/lib/libdmx-1.1.3.tar.bz2) = 290859 +TIMESTAMP = 1526498595 +SHA256 (xorg/lib/libdmx-1.1.4.tar.bz2) = 253f90005d134fa7a209fbcbc5a3024335367c930adf0f3203e754cf32747243 +SIZE (xorg/lib/libdmx-1.1.4.tar.bz2) = 316517 From owner-svn-ports-head@freebsd.org Wed May 16 19:59:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9AECEAE3FF; Wed, 16 May 2018 19:59:03 +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 8902979364; Wed, 16 May 2018 19:59:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A2FB1EB80; Wed, 16 May 2018 19:59:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GJx3b9092234; Wed, 16 May 2018 19:59:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GJx3IQ092233; Wed, 16 May 2018 19:59:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805161959.w4GJx3IQ092233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 May 2018 19:59:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470147 - head/devel/renpy X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/renpy X-SVN-Commit-Revision: 470147 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 19:59:04 -0000 Author: jbeich Date: Wed May 16 19:59:02 2018 New Revision: 470147 URL: https://svnweb.freebsd.org/changeset/ports/470147 Log: devel/renpy: mark BROKEN after r470010 Error compiling Cython file: ------------------------------------------------------------ ... IMAGEDISSOLVE = 2 PIXELLATE = 3 cdef class Render: def __init__(Render self, float width, float height, draw_func=None, layer_name=None, bint opaque=None): #@DuplicatedSignature ^ ------------------------------------------------------------ /wrkdirs/usr/ports/devel/renpy/work-py27/renpy-6.99.14.3-sdk/renpy/display/render.pyx:575:102: Cannot assign None to bint _renpy is out of date. _renpybidi is out of date. _renpysteam is out of date. renpy.audio.renpysound is out of date. renpy.parsersupport is out of date. renpy.pydict is out of date. renpy.style is out of date. renpy.styledata.styleclass is out of date. renpy.styledata.stylesets is out of date. renpy.styledata.style_selected_hover_functions is out of date. renpy.styledata.style_selected_idle_functions is out of date. renpy.styledata.style_selected_insensitive_functions is out of date. renpy.styledata.style_selected_functions is out of date. renpy.styledata.style_hover_functions is out of date. renpy.styledata.style_idle_functions is out of date. renpy.styledata.style_insensitive_functions is out of date. renpy.styledata.style_functions is out of date. renpy.styledata.style_activate_functions is out of date. renpy.styledata.style_selected_activate_functions is out of date. renpy.display.render is out of date. Command '['cython-2.7', '-Iinclude', '-Igen', '-I..', '../renpy/display/render.pyx', '-o', 'gen/renpy.display.render.c']' returned non-zero exit status 1 PR: 228235 Reported by: pkg-fallout Modified: head/devel/renpy/Makefile (contents, props changed) Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Wed May 16 19:50:24 2018 (r470146) +++ head/devel/renpy/Makefile Wed May 16 19:59:02 2018 (r470147) @@ -23,6 +23,7 @@ LIB_DEPENDS= libfribidi.so:converters/fribidi \ libfreetype.so:print/freetype2 RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}game_sdl2>=${PORTVERSION}:devel/py-game_sdl2@${FLAVOR} +BROKEN= fails to build with cython 0.28 CONFLICTS_INSTALL?= ${PORTNAME}6-* # Upstream tends to reroll distfiles before moving under /release/ From owner-svn-ports-head@freebsd.org Wed May 16 20:12:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EC35EAEF2B; Wed, 16 May 2018 20:12: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 F047879C9C; Wed, 16 May 2018 20:12:26 +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 B8E3C1EEFC; Wed, 16 May 2018 20:12:26 +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 w4GKCQ7q002567; Wed, 16 May 2018 20:12:26 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GKCQsN002562; Wed, 16 May 2018 20:12:26 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805162012.w4GKCQsN002562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 16 May 2018 20:12:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470148 - 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: 470148 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 20:12:27 -0000 Author: rakuco Date: Wed May 16 20:12:25 2018 New Revision: 470148 URL: https://svnweb.freebsd.org/changeset/ports/470148 Log: Update to 2.3.0. Announcement: https://www.lyx.org/announce/2_3_0.txt Deleted: head/print/lyx/files/ Modified: head/print/lyx/Makefile head/print/lyx/distinfo head/print/lyx/pkg-plist Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Wed May 16 19:59:02 2018 (r470147) +++ head/print/lyx/Makefile Wed May 16 20:12:25 2018 (r470148) @@ -17,8 +17,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libmythes-1.2.so:textproc/mythes -MAJOR_VERSION= 2.2 -MINOR_VERSION= 4 +MAJOR_VERSION= 2.3 +MINOR_VERSION= 0 USES= desktop-file-utils gmake iconv pkgconfig perl5 \ python:2.7 shebangfix tar:xz @@ -32,7 +32,10 @@ CONFIGURE_ARGS= --without-included-boost \ --with-extra-prefix=${LOCALBASE} SHEBANG_FILES= lib/configure.py \ lib/lyx2lyx/lyx2lyx \ - lib/scripts/listerrors + lib/scripts/listerrors \ + lib/scripts/gnuplot2pdf.py \ + lib/scripts/svg2pdftex.py \ + lib/scripts/svg2pstex.py LIBS+= -lexecinfo Modified: head/print/lyx/distinfo ============================================================================== --- head/print/lyx/distinfo Wed May 16 19:59:02 2018 (r470147) +++ head/print/lyx/distinfo Wed May 16 20:12:25 2018 (r470148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525017854 -SHA256 (lyx-2.2.4.tar.xz) = 75aa52843478cac5fe55c8c4d8225d2143324ac14e870903b652b120519f4bd5 -SIZE (lyx-2.2.4.tar.xz) = 15596628 +TIMESTAMP = 1526500182 +SHA256 (lyx-2.3.0.tar.xz) = 310f556adbfafd243f2c17a0be0d22fa50b9b4f7de41e66625cace8ea088b92b +SIZE (lyx-2.3.0.tar.xz) = 15676680 Modified: head/print/lyx/pkg-plist ============================================================================== --- head/print/lyx/pkg-plist Wed May 16 19:59:02 2018 (r470147) +++ head/print/lyx/pkg-plist Wed May 16 20:12:25 2018 (r470148) @@ -5,9 +5,7 @@ man/man1/lyx.1.gz man/man1/lyxclient.1.gz man/man1/tex2lyx.1.gz %%NLS%%share/locale/ar/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/ca/LC_MESSAGES/lyx.mo %%NLS%%share/locale/cs/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/da/LC_MESSAGES/lyx.mo %%NLS%%share/locale/de/LC_MESSAGES/lyx.mo %%NLS%%share/locale/el/LC_MESSAGES/lyx.mo %%NLS%%share/locale/en/LC_MESSAGES/lyx.mo @@ -15,7 +13,6 @@ man/man1/tex2lyx.1.gz %%NLS%%share/locale/eu/LC_MESSAGES/lyx.mo %%NLS%%share/locale/fi/LC_MESSAGES/lyx.mo %%NLS%%share/locale/fr/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/gl/LC_MESSAGES/lyx.mo %%NLS%%share/locale/he/LC_MESSAGES/lyx.mo %%NLS%%share/locale/hu/LC_MESSAGES/lyx.mo %%NLS%%share/locale/ia/LC_MESSAGES/lyx.mo @@ -23,15 +20,12 @@ man/man1/tex2lyx.1.gz %%NLS%%share/locale/it/LC_MESSAGES/lyx.mo %%NLS%%share/locale/ja/LC_MESSAGES/lyx.mo %%NLS%%share/locale/nb/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/nl/LC_MESSAGES/lyx.mo %%NLS%%share/locale/nn/LC_MESSAGES/lyx.mo %%NLS%%share/locale/pl/LC_MESSAGES/lyx.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/lyx.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/ro/LC_MESSAGES/lyx.mo %%NLS%%share/locale/ru/LC_MESSAGES/lyx.mo %%NLS%%share/locale/sk/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/sr/LC_MESSAGES/lyx.mo %%NLS%%share/locale/sv/LC_MESSAGES/lyx.mo %%NLS%%share/locale/tr/LC_MESSAGES/lyx.mo %%NLS%%share/locale/uk/LC_MESSAGES/lyx.mo @@ -59,6 +53,11 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/bind/site.bind %%DATADIR%%/bind/xemacs.bind %%DATADIR%%/chkconfig.ltx +%%DATADIR%%/citeengines/basic.citeengine +%%DATADIR%%/citeengines/biblatex-natbib.citeengine +%%DATADIR%%/citeengines/biblatex.citeengine +%%DATADIR%%/citeengines/jurabib.citeengine +%%DATADIR%%/citeengines/natbib.citeengine %%DATADIR%%/commands/default.def %%DATADIR%%/configure.py %%DATADIR%%/doc/Additional.lyx @@ -77,12 +76,14 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/doc/SpecialParagraphShape.tex %%DATADIR%%/doc/Tutorial.lyx %%DATADIR%%/doc/UserGuide.lyx -%%DATADIR%%/doc/biblio/LyXDocs.bib -%%DATADIR%%/doc/biblio/alphadin.bst %%DATADIR%%/doc/ar/Intro.lyx %%DATADIR%%/doc/ar/Shortcuts.lyx %%DATADIR%%/doc/ar/Tutorial.lyx +%%DATADIR%%/doc/biblio/LyXDocs.bib +%%DATADIR%%/doc/biblio/alphadin.bst %%DATADIR%%/doc/ca/Intro.lyx +%%DATADIR%%/doc/clipart/2D-intensity-plot.pdf +%%DATADIR%%/doc/clipart/3D-structure-distort.pdf %%DATADIR%%/doc/clipart/Abstract.pdf %%DATADIR%%/doc/clipart/BoxInsetDefault.png %%DATADIR%%/doc/clipart/ChangesToolbar.png @@ -97,6 +98,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/doc/clipart/SVG-Drawing.svg %%DATADIR%%/doc/clipart/SpaceMarker.png %%DATADIR%%/doc/clipart/StandardToolbar.png +%%DATADIR%%/doc/clipart/Star-structure.pdf %%DATADIR%%/doc/clipart/ToolbarEnvBox.png %%DATADIR%%/doc/clipart/ViewToolbar.png %%DATADIR%%/doc/clipart/endnotes.pdf @@ -111,6 +113,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/doc/clipart/reference.png %%DATADIR%%/doc/clipart/with_fntright.pdf %%DATADIR%%/doc/clipart/without_fntright.pdf +%%DATADIR%%/doc/clipart/workaround.png %%DATADIR%%/doc/cs/Tutorial.lyx %%DATADIR%%/doc/da/Intro.lyx %%DATADIR%%/doc/de/Additional.lyx @@ -135,7 +138,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/doc/de/clipart/Marke.png %%DATADIR%%/doc/de/clipart/Querverweis.png %%DATADIR%%/doc/de/clipart/StandardBox.png -%%DATADIR%%/doc/de/clipart/Unterdokument.png %%DATADIR%%/doc/de/clipart/Zusammenfassung.pdf %%DATADIR%%/doc/el/Intro.lyx %%DATADIR%%/doc/es/Additional.lyx @@ -208,6 +210,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/doc/ja/Customization.lyx %%DATADIR%%/doc/ja/DummyDocument1.lyx %%DATADIR%%/doc/ja/DummyDocument2.lyx +%%DATADIR%%/doc/ja/DummyTextDocument.txt %%DATADIR%%/doc/ja/EmbeddedObjects.lyx %%DATADIR%%/doc/ja/Formula-numbering.lyx %%DATADIR%%/doc/ja/Intro.lyx @@ -241,6 +244,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/doc/ro/Intro.lyx %%DATADIR%%/doc/ru/Intro.lyx %%DATADIR%%/doc/ru/Tutorial.lyx +%%DATADIR%%/doc/ru/clipart/ToolbarEnvBox.png %%DATADIR%%/doc/sk/Intro.lyx %%DATADIR%%/doc/sk/Tutorial.lyx %%DATADIR%%/doc/sl/Intro.lyx @@ -264,13 +268,13 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/examples/MultilingualCaptions.lyx %%DATADIR%%/examples/PDF-comment.lyx %%DATADIR%%/examples/PDF-form.lyx -%%DATADIR%%/examples/R-S-statements.lyx %%DATADIR%%/examples/aa_sample.lyx %%DATADIR%%/examples/aas_sample.lyx %%DATADIR%%/examples/achemso.lyx %%DATADIR%%/examples/addressExample.adr %%DATADIR%%/examples/amsart-test.lyx %%DATADIR%%/examples/amsbook-test.lyx +%%DATADIR%%/examples/ar/splash.lyx %%DATADIR%%/examples/beamer-article.lyx %%DATADIR%%/examples/beamer-g4-mask.jpg %%DATADIR%%/examples/beamer-g4.jpg @@ -288,7 +292,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/examples/beamerposter.lyx %%DATADIR%%/examples/biblioExample.bib %%DATADIR%%/examples/ca/ItemizeBullets.lyx -%%DATADIR%%/examples/ca/mathed.lyx %%DATADIR%%/examples/ca/splash.lyx %%DATADIR%%/examples/chess-article.lyx %%DATADIR%%/examples/chessgame.lyx @@ -345,18 +348,21 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/examples/fr/PDF-comment.lyx %%DATADIR%%/examples/fr/beamer-article.lyx %%DATADIR%%/examples/fr/beamer.lyx -%%DATADIR%%/examples/fr/exemple-powerdot.lyx %%DATADIR%%/examples/fr/exemple_brut.lyx %%DATADIR%%/examples/fr/exemple_lyxifie.lyx %%DATADIR%%/examples/fr/linguistics.lyx +%%DATADIR%%/examples/fr/powerdot.lyx %%DATADIR%%/examples/fr/seminar.lyx %%DATADIR%%/examples/fr/simplecv.lyx %%DATADIR%%/examples/fr/splash.lyx +%%DATADIR%%/examples/fr/xyfigure.lyx %%DATADIR%%/examples/fr/xyfigure.png %%DATADIR%%/examples/fr/xypic.lyx %%DATADIR%%/examples/gl/exemplo_bruto.lyx %%DATADIR%%/examples/gl/exemplo_lyxificado.lyx %%DATADIR%%/examples/gl/splash.lyx +%%DATADIR%%/examples/gnuplot-example.gp +%%DATADIR%%/examples/gnuplot.lyx %%DATADIR%%/examples/he/example_lyxified.lyx %%DATADIR%%/examples/he/example_raw.lyx %%DATADIR%%/examples/he/splash.lyx @@ -373,7 +379,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/examples/ja/Braille.lyx %%DATADIR%%/examples/ja/FeynmanDiagrams.lyx %%DATADIR%%/examples/ja/MultilingualCaptions.lyx -%%DATADIR%%/examples/ja/R-S-statements.lyx %%DATADIR%%/examples/ja/beamer.lyx %%DATADIR%%/examples/ja/knitr.lyx %%DATADIR%%/examples/ja/lilypond.lyx @@ -390,6 +395,8 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/examples/listerrors.lyx %%DATADIR%%/examples/localization_test.lyx %%DATADIR%%/examples/longsheet.gnumeric +%%DATADIR%%/examples/minted-filelisting.lyx +%%DATADIR%%/examples/minted-listings.lyx %%DATADIR%%/examples/modernCV.lyx %%DATADIR%%/examples/nb/eksempel_lyxet.lyx %%DATADIR%%/examples/nb/eksempel_txt.lyx @@ -401,11 +408,13 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/examples/noweb2lyx.lyx %%DATADIR%%/examples/paralist.lyx %%DATADIR%%/examples/pl/splash.lyx -%%DATADIR%%/examples/powerdot-example.lyx +%%DATADIR%%/examples/powerdot.lyx %%DATADIR%%/examples/pt_BR/splash.lyx %%DATADIR%%/examples/pt_PT/splash.lyx %%DATADIR%%/examples/recipebook.lyx %%DATADIR%%/examples/ro/splash.lyx +%%DATADIR%%/examples/ru/example_lyxified.lyx +%%DATADIR%%/examples/ru/example_raw.lyx %%DATADIR%%/examples/ru/splash.lyx %%DATADIR%%/examples/script_form.lyx %%DATADIR%%/examples/seminar.lyx @@ -465,7 +474,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/examples/xyfigure.lyx %%DATADIR%%/examples/xyfigure.png %%DATADIR%%/examples/xypic.lyx -%%DATADIR%%/external_templates %%DATADIR%%/fonts/BaKoMaFontLicense.txt %%DATADIR%%/fonts/ReadmeBaKoMa4LyX.txt %%DATADIR%%/fonts/cmex10.ttf @@ -687,6 +695,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/classic/thesaurus-entry.png %%DATADIR%%/images/classic/toolbar-toggle_math.png %%DATADIR%%/images/classic/toolbar-toggle_math_panels.png +%%DATADIR%%/images/classic/toolbar-toggle_review.png %%DATADIR%%/images/classic/toolbar-toggle_table.png %%DATADIR%%/images/classic/undo.png %%DATADIR%%/images/classic/unknown.png @@ -726,6 +735,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/down.svgz %%DATADIR%%/images/editclear.svgz %%DATADIR%%/images/emblem-readonly.svgz +%%DATADIR%%/images/emblem-shellescape.svgz %%DATADIR%%/images/ert-insert.svgz %%DATADIR%%/images/file-open.svgz %%DATADIR%%/images/float-insert_figure.svgz @@ -1407,6 +1417,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/math/mathbb_R.svgz %%DATADIR%%/images/math/mathbb_Z.svgz %%DATADIR%%/images/math/mathbf.svgz +%%DATADIR%%/images/math/mathbin.svgz %%DATADIR%%/images/math/mathcal.svgz %%DATADIR%%/images/math/mathcal_F.svgz %%DATADIR%%/images/math/mathcal_H.svgz @@ -1418,7 +1429,10 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/math/mathfrak.svgz %%DATADIR%%/images/math/mathit.svgz %%DATADIR%%/images/math/mathllap.svgz +%%DATADIR%%/images/math/mathop.svgz +%%DATADIR%%/images/math/mathord.svgz %%DATADIR%%/images/math/mathparagraph.svgz +%%DATADIR%%/images/math/mathrel.svgz %%DATADIR%%/images/math/mathring.svgz %%DATADIR%%/images/math/mathrlap.svgz %%DATADIR%%/images/math/mathrm.svgz @@ -2009,6 +2023,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/oxygen/thesaurus-entry.svgz %%DATADIR%%/images/oxygen/toolbar-toggle_math.svgz %%DATADIR%%/images/oxygen/toolbar-toggle_math_panels.svgz +%%DATADIR%%/images/oxygen/toolbar-toggle_review.svgz %%DATADIR%%/images/oxygen/toolbar-toggle_table.svgz %%DATADIR%%/images/oxygen/undo.svgz %%DATADIR%%/images/oxygen/unknown.svgz @@ -2077,6 +2092,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/thesaurus-entry.svgz %%DATADIR%%/images/toolbar-toggle_math.svgz %%DATADIR%%/images/toolbar-toggle_math_panels.svgz +%%DATADIR%%/images/toolbar-toggle_review.svgz %%DATADIR%%/images/toolbar-toggle_table.svgz %%DATADIR%%/images/undo.svgz %%DATADIR%%/images/unknown.svgz @@ -2151,6 +2167,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/acm-sigs-alt.layout %%DATADIR%%/layouts/acm-sigs.inc %%DATADIR%%/layouts/acm-sigs.layout +%%DATADIR%%/layouts/acmart.layout %%DATADIR%%/layouts/acmsiggraph-0-92.layout %%DATADIR%%/layouts/acmsiggraph.layout %%DATADIR%%/layouts/agu-dtd.layout @@ -2171,13 +2188,16 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/arab-article.layout %%DATADIR%%/layouts/article-beamer.layout %%DATADIR%%/layouts/article.layout -%%DATADIR%%/layouts/basic.module %%DATADIR%%/layouts/beamer.layout %%DATADIR%%/layouts/beamerposter.layout %%DATADIR%%/layouts/bicaption.module %%DATADIR%%/layouts/book.layout %%DATADIR%%/layouts/braille.module %%DATADIR%%/layouts/broadway.layout +%%DATADIR%%/layouts/bxjsarticle.layout +%%DATADIR%%/layouts/bxjsbook.layout +%%DATADIR%%/layouts/bxjsreport.layout +%%DATADIR%%/layouts/bxjsslide.layout %%DATADIR%%/layouts/changebars.module %%DATADIR%%/layouts/chess.layout %%DATADIR%%/layouts/cl2emult.layout @@ -2245,7 +2265,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/jsarticle.layout %%DATADIR%%/layouts/jsbook.layout %%DATADIR%%/layouts/jss.layout -%%DATADIR%%/layouts/jurabib.module %%DATADIR%%/layouts/kluwer.layout %%DATADIR%%/layouts/knitr.module %%DATADIR%%/layouts/latex8.layout @@ -2265,7 +2284,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/mwart.layout %%DATADIR%%/layouts/mwbk.layout %%DATADIR%%/layouts/mwrep.layout -%%DATADIR%%/layouts/natbib.module %%DATADIR%%/layouts/natbibapa.module %%DATADIR%%/layouts/noweb.module %%DATADIR%%/layouts/numarticle.inc @@ -2305,6 +2323,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/stdclass.inc %%DATADIR%%/layouts/stdcounters.inc %%DATADIR%%/layouts/stdcustom.inc +%%DATADIR%%/layouts/stdfloatnames.inc %%DATADIR%%/layouts/stdfloats.inc %%DATADIR%%/layouts/stdinsets.inc %%DATADIR%%/layouts/stdlayouts.inc @@ -2316,6 +2335,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/stdstarsections.inc %%DATADIR%%/layouts/stdstruct.inc %%DATADIR%%/layouts/stdtitle.inc +%%DATADIR%%/layouts/subequations.module %%DATADIR%%/layouts/svcommon.inc %%DATADIR%%/layouts/svglobal.layout %%DATADIR%%/layouts/svglobal3.layout @@ -2449,12 +2469,12 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/scripts/convertDefault.py %%DATADIR%%/scripts/convert_pdf.py %%DATADIR%%/scripts/csv2lyx.py -%%DATADIR%%/scripts/date.py %%DATADIR%%/scripts/ext_copy.py %%DATADIR%%/scripts/fen2ascii.py %%DATADIR%%/scripts/fig2pdftex.py %%DATADIR%%/scripts/fig2pstex.py %%DATADIR%%/scripts/fig_copy.py +%%DATADIR%%/scripts/gnuplot2pdf.py %%DATADIR%%/scripts/html2latexwrapper.py %%DATADIR%%/scripts/include_bib.py %%DATADIR%%/scripts/layout2layout.py @@ -2466,17 +2486,16 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/scripts/lyxpreview_tools.py %%DATADIR%%/scripts/lyxstangle.R %%DATADIR%%/scripts/lyxsweave.R +%%DATADIR%%/scripts/prefTest.pl.in %%DATADIR%%/scripts/prefs2prefs.py %%DATADIR%%/scripts/prefs2prefs_lfuns.py %%DATADIR%%/scripts/prefs2prefs_prefs.py +%%DATADIR%%/scripts/svg2pdftex.py +%%DATADIR%%/scripts/svg2pstex.py %%DATADIR%%/scripts/tex_copy.py %%DATADIR%%/symbols %%DATADIR%%/syntax.default -%%DATADIR%%/templates/ACM-SIGS.lyx -%%DATADIR%%/templates/ACM-siggraph.lyx -%%DATADIR%%/templates/ACM-sigplan.lyx %%DATADIR%%/templates/AEA.lyx -%%DATADIR%%/templates/AGUTeX.lyx %%DATADIR%%/templates/APA.lyx %%DATADIR%%/templates/APA6.lyx %%DATADIR%%/templates/DocBook_article.lyx @@ -2496,6 +2515,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/templates/RJournal.lyx %%DATADIR%%/templates/aa.lyx %%DATADIR%%/templates/aastex6.lyx +%%DATADIR%%/templates/acmart.lyx %%DATADIR%%/templates/beamer-conference-ornate-20min.lyx %%DATADIR%%/templates/ctex.lyx %%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx @@ -2505,8 +2525,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/templates/es_beamer-conference-ornate-20min.lyx %%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx %%DATADIR%%/templates/frletter.lyx -%%DATADIR%%/templates/g-brief-de.lyx -%%DATADIR%%/templates/g-brief-en.lyx %%DATADIR%%/templates/g-brief2.lyx %%DATADIR%%/templates/hollywood.lyx %%DATADIR%%/templates/ja_beamer-conference-ornate-20min.lyx @@ -2514,6 +2532,12 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/templates/koma-letter2.lyx %%DATADIR%%/templates/letter.lyx %%DATADIR%%/templates/lettre.lyx +%%DATADIR%%/templates/obsolete/ACM-SIGS.lyx +%%DATADIR%%/templates/obsolete/ACM-siggraph.lyx +%%DATADIR%%/templates/obsolete/ACM-sigplan.lyx +%%DATADIR%%/templates/obsolete/AGUTeX.lyx +%%DATADIR%%/templates/obsolete/g-brief-de.lyx +%%DATADIR%%/templates/obsolete/g-brief-en.lyx %%DATADIR%%/templates/poster-a0poster-colored.lyx %%DATADIR%%/templates/poster-a0poster-simple.lyx %%DATADIR%%/templates/poster-beamerposter.lyx @@ -2532,3 +2556,12 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/ui/stdmenus.inc %%DATADIR%%/ui/stdtoolbars.inc %%DATADIR%%/unicodesymbols +%%DATADIR%%/xtemplates/chess.xtemplate +%%DATADIR%%/xtemplates/dia.xtemplate +%%DATADIR%%/xtemplates/gnumeric.xtemplate +%%DATADIR%%/xtemplates/inkscape.xtemplate +%%DATADIR%%/xtemplates/lilypond.xtemplate +%%DATADIR%%/xtemplates/pdfpages.xtemplate +%%DATADIR%%/xtemplates/raster_image.xtemplate +%%DATADIR%%/xtemplates/vector_graphics.xtemplate +%%DATADIR%%/xtemplates/xfig.xtemplate From owner-svn-ports-head@freebsd.org Wed May 16 20:19:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E64CEAF402; Wed, 16 May 2018 20:19:07 +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 F275F79EF5; Wed, 16 May 2018 20:19:06 +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 D36E91EF11; Wed, 16 May 2018 20:19:06 +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 w4GKJ6sr003321; Wed, 16 May 2018 20:19:06 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GKJ6WO003319; Wed, 16 May 2018 20:19:06 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <201805162019.w4GKJ6WO003319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Wed, 16 May 2018 20:19:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470150 - head/net/serviio X-SVN-Group: ports-head X-SVN-Commit-Author: netchild X-SVN-Commit-Paths: head/net/serviio X-SVN-Commit-Revision: 470150 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 20:19:07 -0000 Author: netchild Date: Wed May 16 20:19:06 2018 New Revision: 470150 URL: https://svnweb.freebsd.org/changeset/ports/470150 Log: Update to 1.9.2. Modified: head/net/serviio/Makefile head/net/serviio/distinfo Modified: head/net/serviio/Makefile ============================================================================== --- head/net/serviio/Makefile Wed May 16 20:19:04 2018 (r470149) +++ head/net/serviio/Makefile Wed May 16 20:19:06 2018 (r470150) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= serviio -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 +#PORTREVISION= 1 PORTREVISION= 1 CATEGORIES= net multimedia java www MASTER_SITES= http://download.serviio.org/releases/ Modified: head/net/serviio/distinfo ============================================================================== --- head/net/serviio/distinfo Wed May 16 20:19:04 2018 (r470149) +++ head/net/serviio/distinfo Wed May 16 20:19:06 2018 (r470150) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518958273 -SHA256 (serviio-1.9.1-linux.tar.gz) = 8f143af18762275f21c02212c98e5e7a82ec52ac97d91a42842fa1fb16d396a1 -SIZE (serviio-1.9.1-linux.tar.gz) = 24962577 +TIMESTAMP = 1526242565 +SHA256 (serviio-1.9.2-linux.tar.gz) = 2ed28845740c4f874735e82af4bc036da880f20d4d359a3c9c4a50a132706501 +SIZE (serviio-1.9.2-linux.tar.gz) = 24971752 From owner-svn-ports-head@freebsd.org Wed May 16 20:19:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02FCDEAF3FC; Wed, 16 May 2018 20:19:06 +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 A542179EE9; Wed, 16 May 2018 20:19:05 +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 8593F1EF0E; Wed, 16 May 2018 20:19:05 +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 w4GKJ5ql003177; Wed, 16 May 2018 20:19:05 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GKJ4Sf003171; Wed, 16 May 2018 20:19:04 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805162019.w4GKJ4Sf003171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Wed, 16 May 2018 20:19:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470149 - in head/databases/clickhouse: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/databases/clickhouse: . files X-SVN-Commit-Revision: 470149 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 20:19:06 -0000 Author: krion Date: Wed May 16 20:19:04 2018 New Revision: 470149 URL: https://svnweb.freebsd.org/changeset/ports/470149 Log: Update to 1.1.54381 [1] Adapt ${name}_limits to the new resource limiting mechanics for services PR: 228292 [1], 227223 [2] Submitted by: maintainer [1], 0mp@ [2] Modified: head/databases/clickhouse/Makefile head/databases/clickhouse/distinfo head/databases/clickhouse/files/clickhouse.in head/databases/clickhouse/pkg-plist Modified: head/databases/clickhouse/Makefile ============================================================================== --- head/databases/clickhouse/Makefile Wed May 16 20:12:25 2018 (r470148) +++ head/databases/clickhouse/Makefile Wed May 16 20:19:04 2018 (r470149) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= clickhouse -PORTVERSION= 1.1.54362 +PORTVERSION= 1.1.54381 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable -PORTREVISION= 3 CATEGORIES= databases MAINTAINER= proler@gmail.com -COMMENT= ClickHouse is an column-oriented database management system +COMMENT= ClickHouse is a column-oriented database management system LICENSE= APACHE20 @@ -59,6 +58,14 @@ GROUPS= clickhouse SOVERSION= ${PORTVERSION} PLIST_SUB= SOVERSION=${SOVERSION} + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057 +SUB_LIST+= LEGACY_LIMITS="@comment " MODERN_LIMITS="" +.else +SUB_LIST+= LEGACY_LIMITS="" MODERN_LIMITS="@comment " +.endif .include Modified: head/databases/clickhouse/distinfo ============================================================================== --- head/databases/clickhouse/distinfo Wed May 16 20:12:25 2018 (r470148) +++ head/databases/clickhouse/distinfo Wed May 16 20:19:04 2018 (r470149) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520953357 -SHA256 (yandex-ClickHouse-v1.1.54362-stable_GH0.tar.gz) = b3e98ca9fbc9eb81e757efeb6a2ce93945a8c1bf20848566ce8925884e736705 -SIZE (yandex-ClickHouse-v1.1.54362-stable_GH0.tar.gz) = 5776863 +TIMESTAMP = 1526386533 +SHA256 (yandex-ClickHouse-v1.1.54381-stable_GH0.tar.gz) = f001216dfeaf515a0556854767a66049142885f4203e82c959a3964c7a309452 +SIZE (yandex-ClickHouse-v1.1.54381-stable_GH0.tar.gz) = 5833766 Modified: head/databases/clickhouse/files/clickhouse.in ============================================================================== --- head/databases/clickhouse/files/clickhouse.in Wed May 16 20:12:25 2018 (r470148) +++ head/databases/clickhouse/files/clickhouse.in Wed May 16 20:19:04 2018 (r470149) @@ -10,9 +10,9 @@ # # clickhouse_enable (bool): Set to "NO" by default # Set it to "YES" to enable clickhouse server -# clickhouse_limits (bool): Set to "NO" by default. -# Set it to yes to run `limits -e -U clickhouse` -# just before clickhouse starts. +%%LEGACY_LIMITS%%# clickhouse_limits (bool): Set to "NO" by default. +%%LEGACY_LIMITS%%# Set it to yes to run `limits -e -U clickhouse` +%%LEGACY_LIMITS%%# just before clickhouse starts. # clickhouse_config (str): Path to config file (required). # (default: %%PREFIX%%/etc/clickhouse-server/config.xml) # clickhouse_rundir (str): Path to directory holding a pidfile. @@ -34,7 +34,7 @@ rcvar=clickhouse_enable load_rc_config ${name} : ${clickhouse_enable="NO"} -: ${clickhouse_limits="NO"} +%%LEGACY_LIMITS%%: ${clickhouse_limits="NO"} : ${clickhouse_config="%%PREFIX%%/etc/clickhouse-server/config.xml"} : ${clickhouse_rundir="/var/run/clickhouse"} : ${clickhouse_user="clickhouse"} @@ -51,11 +51,12 @@ required_files=${clickhouse_config} start_precmd=clickhouse_prestart clickhouse_prestart () { - if checkyesno clickhouse_limits; then - eval `/usr/bin/limits -e -U ${clickhouse_user}` 2>/dev/null - else - return 0 - fi +%%LEGACY_LIMITS%% if checkyesno clickhouse_limits; then +%%LEGACY_LIMITS%% eval `/usr/bin/limits -e -U ${clickhouse_user}` 2>/dev/null +%%LEGACY_LIMITS%% else +%%LEGACY_LIMITS%% return 0 +%%LEGACY_LIMITS%% fi +%%MODERN_LIMITS%% return 0 } run_rc_command "$1" Modified: head/databases/clickhouse/pkg-plist ============================================================================== --- head/databases/clickhouse/pkg-plist Wed May 16 20:12:25 2018 (r470148) +++ head/databases/clickhouse/pkg-plist Wed May 16 20:19:04 2018 (r470149) @@ -8,6 +8,7 @@ bin/clickhouse-format bin/clickhouse-lld bin/clickhouse-local bin/clickhouse-performance-test +bin/clickhouse-report bin/clickhouse-server bin/clickhouse-test bin/clickhouse-test-server @@ -94,6 +95,7 @@ lib/libclickhouse.so.%%SOVERSION%% %%DATADIR%%-test/performance/string_comparisions/results.json %%DATADIR%%-test/performance/test_hits/test_hits.xml %%DATADIR%%-test/performance/test_hits/test_hits_agg_functions_min_max_any.xml +%%DATADIR%%-test/performance/url/url_hits.xml %%DATADIR%%-test/queries/0_stateless/00001_select_1.reference %%DATADIR%%-test/queries/0_stateless/00001_select_1.sql %%DATADIR%%-test/queries/0_stateless/00002_system_numbers.reference @@ -466,8 +468,8 @@ lib/libclickhouse.so.%%SOVERSION%% %%DATADIR%%-test/queries/0_stateless/00165_transform_non_const_default.sql %%DATADIR%%-test/queries/0_stateless/00166_functions_of_aggregation_states.reference %%DATADIR%%-test/queries/0_stateless/00166_functions_of_aggregation_states.sql -%%DATADIR%%-test/queries/0_stateless/00167_shard_settings_inside_query.reference -%%DATADIR%%-test/queries/0_stateless/00167_shard_settings_inside_query.sql +%%DATADIR%%-test/queries/0_stateless/00167_settings_inside_query.reference +%%DATADIR%%-test/queries/0_stateless/00167_settings_inside_query.sql %%DATADIR%%-test/queries/0_stateless/00168_buffer_defaults.reference %%DATADIR%%-test/queries/0_stateless/00168_buffer_defaults.sql %%DATADIR%%-test/queries/0_stateless/00169_join_constant_keys.reference @@ -1157,8 +1159,9 @@ lib/libclickhouse.so.%%SOVERSION%% %%DATADIR%%-test/queries/0_stateless/00504_insert_miss_columns.sh %%DATADIR%%-test/queries/0_stateless/00504_mergetree_arrays_rw.reference %%DATADIR%%-test/queries/0_stateless/00504_mergetree_arrays_rw.sql -%%DATADIR%%-test/queries/0_stateless/00505_tcp_ssl.reference -%%DATADIR%%-test/queries/0_stateless/00505_tcp_ssl.sh +%%DATADIR%%-test/queries/0_stateless/00505_distributed_secure.data +%%DATADIR%%-test/queries/0_stateless/00505_secure.reference +%%DATADIR%%-test/queries/0_stateless/00505_secure.sh %%DATADIR%%-test/queries/0_stateless/00506_shard_global_in_union.reference %%DATADIR%%-test/queries/0_stateless/00506_shard_global_in_union.sql %%DATADIR%%-test/queries/0_stateless/00506_union_distributed.reference @@ -1253,6 +1256,10 @@ lib/libclickhouse.so.%%SOVERSION%% %%DATADIR%%-test/queries/0_stateless/00534_long_functions_bad_arguments6.sh %%DATADIR%%-test/queries/0_stateless/00534_long_functions_bad_arguments7.reference %%DATADIR%%-test/queries/0_stateless/00534_long_functions_bad_arguments7.sh +%%DATADIR%%-test/queries/0_stateless/00534_long_functions_bad_arguments8.reference +%%DATADIR%%-test/queries/0_stateless/00534_long_functions_bad_arguments8.sh +%%DATADIR%%-test/queries/0_stateless/00534_long_functions_bad_arguments9.reference +%%DATADIR%%-test/queries/0_stateless/00534_long_functions_bad_arguments9.sh %%DATADIR%%-test/queries/0_stateless/00535_parse_float_scientific.reference %%DATADIR%%-test/queries/0_stateless/00535_parse_float_scientific.sql %%DATADIR%%-test/queries/0_stateless/00536_int_exp.reference @@ -1429,6 +1436,8 @@ lib/libclickhouse.so.%%SOVERSION%% %%DATADIR%%-test/queries/0_stateless/00598_create_as_select_http.sh %%DATADIR%%-test/queries/0_stateless/00599_create_view_with_subquery.reference %%DATADIR%%-test/queries/0_stateless/00599_create_view_with_subquery.sql +%%DATADIR%%-test/queries/0_stateless/00600_create_temporary_table_if_not_exists.reference +%%DATADIR%%-test/queries/0_stateless/00600_create_temporary_table_if_not_exists.sql %%DATADIR%%-test/queries/0_stateless/00600_replace_running_query.reference %%DATADIR%%-test/queries/0_stateless/00600_replace_running_query.sh %%DATADIR%%-test/queries/0_stateless/00601_kill_running_query.reference @@ -1437,6 +1446,60 @@ lib/libclickhouse.so.%%SOVERSION%% %%DATADIR%%-test/queries/0_stateless/00602_throw_if.sh %%DATADIR%%-test/queries/0_stateless/00603_system_parts_nonexistent_database.reference %%DATADIR%%-test/queries/0_stateless/00603_system_parts_nonexistent_database.sql +%%DATADIR%%-test/queries/0_stateless/00604_shard_remote_and_columns_with_defaults.reference +%%DATADIR%%-test/queries/0_stateless/00604_shard_remote_and_columns_with_defaults.sql +%%DATADIR%%-test/queries/0_stateless/00604_show_create_database.reference +%%DATADIR%%-test/queries/0_stateless/00604_show_create_database.sql +%%DATADIR%%-test/queries/0_stateless/00605_intersections_aggregate_functions.reference +%%DATADIR%%-test/queries/0_stateless/00605_intersections_aggregate_functions.sql +%%DATADIR%%-test/queries/0_stateless/00606_quantiles_and_nans.reference +%%DATADIR%%-test/queries/0_stateless/00606_quantiles_and_nans.sql +%%DATADIR%%-test/queries/0_stateless/00607_index_in_in.reference +%%DATADIR%%-test/queries/0_stateless/00607_index_in_in.sql +%%DATADIR%%-test/queries/0_stateless/00608_uniq_array.reference +%%DATADIR%%-test/queries/0_stateless/00608_uniq_array.sql +%%DATADIR%%-test/queries/0_stateless/00609_distributed_with_case_when_then.reference +%%DATADIR%%-test/queries/0_stateless/00609_distributed_with_case_when_then.sql +%%DATADIR%%-test/queries/0_stateless/00609_mv_index_in_in.reference +%%DATADIR%%-test/queries/0_stateless/00609_mv_index_in_in.sql +%%DATADIR%%-test/queries/0_stateless/00609_prewhere_and_default.reference +%%DATADIR%%-test/queries/0_stateless/00609_prewhere_and_default.sql +%%DATADIR%%-test/queries/0_stateless/00610_materialized_view_forward_alter_partition_statements.reference +%%DATADIR%%-test/queries/0_stateless/00610_materialized_view_forward_alter_partition_statements.sql +%%DATADIR%%-test/queries/0_stateless/00611_zookeeper_different_checksums_formats.reference +%%DATADIR%%-test/queries/0_stateless/00611_zookeeper_different_checksums_formats.sql +%%DATADIR%%-test/queries/0_stateless/00612_http_max_query_size.reference +%%DATADIR%%-test/queries/0_stateless/00612_http_max_query_size.sh +%%DATADIR%%-test/queries/0_stateless/00612_pk_in_tuple.reference +%%DATADIR%%-test/queries/0_stateless/00612_pk_in_tuple.sql +%%DATADIR%%-test/queries/0_stateless/00612_union_query_with_subquery.reference +%%DATADIR%%-test/queries/0_stateless/00612_union_query_with_subquery.sql +%%DATADIR%%-test/queries/0_stateless/00613_shard_distributed_max_execution_time.reference +%%DATADIR%%-test/queries/0_stateless/00613_shard_distributed_max_execution_time.sql +%%DATADIR%%-test/queries/0_stateless/00614_array_nullable.reference +%%DATADIR%%-test/queries/0_stateless/00614_array_nullable.sql +%%DATADIR%%-test/queries/0_stateless/00615_nullable_alter_optimize.reference +%%DATADIR%%-test/queries/0_stateless/00615_nullable_alter_optimize.sql +%%DATADIR%%-test/queries/0_stateless/00616_final_single_part.reference +%%DATADIR%%-test/queries/0_stateless/00616_final_single_part.sql +%%DATADIR%%-test/queries/0_stateless/00617_array_in.reference +%%DATADIR%%-test/queries/0_stateless/00617_array_in.sql +%%DATADIR%%-test/queries/0_stateless/00618_nullable_in.reference +%%DATADIR%%-test/queries/0_stateless/00618_nullable_in.sql +%%DATADIR%%-test/queries/0_stateless/00619_extract.reference +%%DATADIR%%-test/queries/0_stateless/00619_extract.sql +%%DATADIR%%-test/queries/0_stateless/00619_union_highlite.reference +%%DATADIR%%-test/queries/0_stateless/00619_union_highlite.sql +%%DATADIR%%-test/queries/0_stateless/00620_optimize_on_nonleader_replica_zookeeper.reference +%%DATADIR%%-test/queries/0_stateless/00620_optimize_on_nonleader_replica_zookeeper.sql +%%DATADIR%%-test/queries/0_stateless/00621_regression_for_in_operator.reference +%%DATADIR%%-test/queries/0_stateless/00621_regression_for_in_operator.sql +%%DATADIR%%-test/queries/0_stateless/00622_select_in_parens.reference +%%DATADIR%%-test/queries/0_stateless/00622_select_in_parens.sql +%%DATADIR%%-test/queries/0_stateless/00623_in_partition_key.reference +%%DATADIR%%-test/queries/0_stateless/00623_in_partition_key.sql +%%DATADIR%%-test/queries/0_stateless/00624_length_utf8.reference +%%DATADIR%%-test/queries/0_stateless/00624_length_utf8.sql %%DATADIR%%-test/queries/0_stateless/99999_prepare.reference %%DATADIR%%-test/queries/0_stateless/99999_prepare.sql %%DATADIR%%-test/queries/shell_config.sh From owner-svn-ports-head@freebsd.org Wed May 16 20:34:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFE85EB032C; Wed, 16 May 2018 20:34:08 +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 5E4FE7AD0C; Wed, 16 May 2018 20:34: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 3FD8E1F23A; Wed, 16 May 2018 20:34: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 w4GKY84e013233; Wed, 16 May 2018 20:34:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GKY7J0013231; Wed, 16 May 2018 20:34:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805162034.w4GKY7J0013231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 May 2018 20:34:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470151 - head/devel/git-cinnabar X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/git-cinnabar X-SVN-Commit-Revision: 470151 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 20:34:08 -0000 Author: jbeich Date: Wed May 16 20:34:07 2018 New Revision: 470151 URL: https://svnweb.freebsd.org/changeset/ports/470151 Log: devel/git-cinnabar: update to 0.5.0.b2.21 Changes: https://github.com/glandium/git-cinnabar/compare/1113749...c75b60b Modified: head/devel/git-cinnabar/Makefile (contents, props changed) head/devel/git-cinnabar/distinfo (contents, props changed) Modified: head/devel/git-cinnabar/Makefile ============================================================================== --- head/devel/git-cinnabar/Makefile Wed May 16 20:19:06 2018 (r470150) +++ head/devel/git-cinnabar/Makefile Wed May 16 20:34:07 2018 (r470151) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= git-cinnabar -DISTVERSION= 0.5.0b2-16 -DISTVERSIONSUFFIX= -g1113749 # custom release branch +DISTVERSION= 0.5.0b2-21 +DISTVERSIONSUFFIX= -gc75b60b # custom release branch CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/git-cinnabar/distinfo ============================================================================== --- head/devel/git-cinnabar/distinfo Wed May 16 20:19:06 2018 (r470150) +++ head/devel/git-cinnabar/distinfo Wed May 16 20:34:07 2018 (r470151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522949160 -SHA256 (glandium-git-cinnabar-0.5.0b2-16-g1113749_GH0.tar.gz) = 25dc3e80105285ffb68d7206f3c5daf48313f24dc424e40971886c1620a9ce21 -SIZE (glandium-git-cinnabar-0.5.0b2-16-g1113749_GH0.tar.gz) = 104515 +TIMESTAMP = 1526502076 +SHA256 (glandium-git-cinnabar-0.5.0b2-21-gc75b60b_GH0.tar.gz) = 3a648d35e54cd707e1e710c44d954bf13a0ef780934e54399211f0bd4211dd24 +SIZE (glandium-git-cinnabar-0.5.0b2-21-gc75b60b_GH0.tar.gz) = 104729 From owner-svn-ports-head@freebsd.org Wed May 16 20:34:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66F5EEB039A; Wed, 16 May 2018 20:34:47 +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 0BB937ADF1; Wed, 16 May 2018 20:34:47 +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 DD66E1F23B; Wed, 16 May 2018 20:34: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 w4GKYkEd013371; Wed, 16 May 2018 20:34:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GKYkcv013370; Wed, 16 May 2018 20:34:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805162034.w4GKYkcv013370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 May 2018 20:34:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470152 - head/x11/xpra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/xpra X-SVN-Commit-Revision: 470152 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 20:34:47 -0000 Author: jbeich Date: Wed May 16 20:34:46 2018 New Revision: 470152 URL: https://svnweb.freebsd.org/changeset/ports/470152 Log: x11/xpra: mark BROKEN after r470010 [21/28] Cythonizing xpra/x11/bindings/keyboard_bindings.pyx Traceback (most recent call last): File "", line 1, in File "setup.py", line 2484, in setup_options["ext_modules"] = cythonize(ext_modules, gdb_debug=False) File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 1026, in cythonize cythonize_one(*args) File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 1146, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: xpra/x11/bindings/keyboard_bindings.pyx PR: 228235 Modified: head/x11/xpra/Makefile (contents, props changed) Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Wed May 16 20:34:07 2018 (r470151) +++ head/x11/xpra/Makefile Wed May 16 20:34:46 2018 (r470152) @@ -12,6 +12,8 @@ COMMENT= Xpra gives you persistent remote applications LICENSE= GPLv2 +BROKEN= fails to build with cython 0.28 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>2:x11-toolkits/py-gtk2@${FLAVOR} \ ${PYNUMPY} LIB_DEPENDS= libturbojpeg.so:graphics/libjpeg-turbo \ From owner-svn-ports-head@freebsd.org Wed May 16 21:00:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A00FEB1804; Wed, 16 May 2018 21:00:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD3AA7BB6B; Wed, 16 May 2018 21:00:45 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 9E0211E09A; Wed, 16 May 2018 21:00:45 +0000 (UTC) From: Jan Beich To: Kirill Ponomarev via svn-ports-all Cc: Kurt Jaeger , Kirill Ponomarev , svn-ports-head@freebsd.org, Antoine Brodin , ports-committers Subject: Re: svn commit: r469923 - head/databases/grass7 References: <201805141656.w4EGu4V9032838@repo.freebsd.org> <20180514173103.lgakim22zkbz5tyo@jo> <20180514181155.h5hepinnl5kcypj3@jo> <20180514184147.GD25490@fc.opsec.eu> <20180515074457.GA60757@krion.cc> Date: Wed, 16 May 2018 23:00:42 +0200 In-Reply-To: <20180515074457.GA60757@krion.cc> (Kirill Ponomarev via svn-ports-all's message of "Tue, 15 May 2018 09:44:58 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 21:00:46 -0000 Kirill Ponomarev via svn-ports-all writes: > On 05/14, Kurt Jaeger wrote: > >> > Weird, I disabled ccache and could build it as well: >> > https://krion.cc/data/head-amd64-default/2018-05-14_20h05m09s/logs/gra= ss7-7.4.0_2.log >> >=20 >> > Maintainer confirmed he can build it in poudriere. >>=20 >> I can reproduce the failure-to-package: >>=20 >> http://people.freebsd.org/~pi/logs/grass7-7.4.0_2.log > > I can't on -stable as well: > https://krion.cc/data/11amd64-default/2018-05-14_21h32m44s/logs/grass7-7.= 4.0_2.log Some processes generating docs crash during build e.g., gmake[5]: Entering directory '/wrkdirs/usr/ports/databases/grass7/work/gras= s-7.4.0/imagery/i.ortho.photo/i.ortho.photo' test -d OBJ.amd64-portbld-freebsd11.1 || mkdir -p OBJ.amd64-portbld-freebsd= 11.1 gcc6 -DLIBICONV_PLUG -I/usr/local/include -I/usr/local/include -I/usr/loca= l/include -O2 -pipe -DLIBICONV_PLUG -fstack-protector -Wl,-rpath=3D/usr/lo= cal/lib/gcc6 -fno-strict-aliasing -I/usr/local/include -I/wrkdirs/usr/port= s/databases/grass7/work/grass-7.4.0/dist.amd64-portbld-freebsd11.1/include = -I/wrkdirs/usr/ports/databases/grass7/work/grass-7.4.0/dist.amd64-portbld-f= reebsd11.1/include -I../lib -DPACKAGE=3D\""grassmods"\" -I/wrkdirs/usr/= ports/databases/grass7/work/grass-7.4.0/dist.amd64-portbld-freebsd11.1/incl= ude -I/wrkdirs/usr/ports/databases/grass7/work/grass-7.4.0/dist.amd64-portb= ld-freebsd11.1/include -DRELDIR=3D\"imagery/i.ortho.photo/i.ortho.photo\" -= o OBJ.amd64-portbld-freebsd11.1/menu.o -c menu.c : && gcc6 -L/wrkdirs/usr/ports/databases/grass7/work/grass-7.4.0/dist.amd64= -portbld-freebsd11.1/lib -L/wrkdirs/usr/ports/databases/grass7/work/grass-7= .4.0/dist.amd64-portbld-freebsd11.1/lib -Wl,-rpath=3D/usr/local/lib/gcc6 -= L/usr/local/lib/gcc6 -B/usr/local/bin -L/usr/local/lib -L/usr/local/lib -L/= usr/local/lib -fstack-protector -Wl,-rpath=3D/usr/local/lib/gcc6 -L/usr/loc= al/lib/gcc6 -export-dynamic -L/usr/local/lib -Wl,-rpath-link,/wrkdirs/usr/= ports/databases/grass7/work/grass-7.4.0/dist.amd64-portbld-freebsd11.1/lib = -o /wrkdirs/usr/ports/databases/grass7/work/grass-7.4.0/dist.amd64-portbld-= freebsd11.1/bin/i.ortho.photo OBJ.amd64-portbld-freebsd11.1/menu.o -lgra= ss_imagery.7.4.0 -lgrass_gis.7.4.0 -lgrass_iortho.7.4.0 -lm=20 if [ "/wrkdirs/usr/ports/databases/grass7/work/grass-7.4.0/dist.amd64-portb= ld-freebsd11.1/bin/i.ortho.photo" !=3D "" ] ; then GISRC=3D/wrkdirs/usr/por= ts/databases/grass7/work/grass-7.4.0/dist.amd64-portbld-freebsd11.1/demoloc= ation/.grassrc74 GISBASE=3D/wrkdirs/usr/ports/databases/grass7/work/grass-7= .4.0/dist.amd64-portbld-freebsd11.1 PATH=3D"/wrkdirs/usr/ports/databases/gr= ass7/work/grass-7.4.0/dist.amd64-portbld-freebsd11.1/bin:/wrkdirs/usr/ports= /databases/grass7/work/grass-7.4.0/dist.amd64-portbld-freebsd11.1/bin:/wrkd= irs/usr/ports/databases/grass7/work/grass-7.4.0/dist.amd64-portbld-freebsd1= 1.1/scripts:$PATH" PYTHONPATH=3D"/wrkdirs/usr/ports/databases/grass7/work/g= rass-7.4.0/dist.amd64-portbld-freebsd11.1/etc/python:/wrkdirs/usr/ports/dat= abases/grass7/work/grass-7.4.0/dist.amd64-portbld-freebsd11.1/gui/wxpython:= $PYTHONPATH" LD_LIBRARY_PATH=3D"/wrkdirs/usr/ports/databases/grass7/work/gr= ass-7.4.0/dist.amd64-portbld-freebsd11.1/bin:/wrkdirs/usr/ports/databases/g= rass7/work/grass-7.4.0/dist.amd64-portbld-freebsd11.1/bin:/wrkdirs/usr/port= s/databases/grass7/work/grass-7.4.0/dist.amd64-portbld-freebsd11.1/scripts:= /wrkdirs/usr/ports/databases/grass7/work/grass-7.4.0/dist.amd64-portbld-fre= ebsd11.1/lib:/wrkdirs/usr/ports/databases/grass7/work/grass-7.4.0/dist.amd6= 4-portbld-freebsd11.1/lib:" LC_ALL=3DC LANG=3DC LANGUAGE=3DC /wrkdirs/usr/p= orts/databases/grass7/work/grass-7.4.0/dist.amd64-portbld-freebsd11.1/bin/i= .ortho.photo --html-description < /dev/null | grep -v '\|' > = i.ortho.photo.tmp.html ; fi /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc6/libgf= ortran.so.3 not found gmake[5]: *** [../../../include/Make/Html.make:14: i.ortho.photo.tmp.html] = Error 1 rm i.ortho.photo.tmp.html http://beefy6.nyi.freebsd.org/data/104amd64-default/469985/logs/errors/gras= s7-7.4.0_2.log http://beefy5.nyi.freebsd.org/data/104i386-default/469985/logs/errors/grass= 7-7.4.0_2.log http://beefy9.nyi.freebsd.org/data/111amd64-default/469985/logs/errors/gras= s7-7.4.0_2.log http://beefy10.nyi.freebsd.org/data/111i386-default/469985/logs/errors/gras= s7-7.4.0_2.log http://beefy12.nyi.freebsd.org/data/head-amd64-default/p469985_s333618/logs= /errors/grass7-7.4.0_2.log http://beefy11.nyi.freebsd.org/data/head-i386-default/p469985_s333618/logs/= errors/grass7-7.4.0_2.log From owner-svn-ports-head@freebsd.org Wed May 16 21:39:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07BBFED6ACA; Wed, 16 May 2018 21:39:24 +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 A56C97D664; Wed, 16 May 2018 21:39:23 +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 85C811FC00; Wed, 16 May 2018 21:39:23 +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 w4GLdNw2044856; Wed, 16 May 2018 21:39:23 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GLdNv5044854; Wed, 16 May 2018 21:39:23 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201805162139.w4GLdNv5044854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Wed, 16 May 2018 21:39:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470153 - head/www/joomla3 X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/www/joomla3 X-SVN-Commit-Revision: 470153 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 21:39:24 -0000 Author: ler Date: Wed May 16 21:39:22 2018 New Revision: 470153 URL: https://svnweb.freebsd.org/changeset/ports/470153 Log: www/joomla3: upgrade to 3.8.7 https://www.joomla.org/announcements/release-news/5728-joomla-3-8-7-release.html PR: 228304 Submitted by: flo Modified: head/www/joomla3/Makefile head/www/joomla3/distinfo head/www/joomla3/pkg-plist Modified: head/www/joomla3/Makefile ============================================================================== --- head/www/joomla3/Makefile Wed May 16 20:34:46 2018 (r470152) +++ head/www/joomla3/Makefile Wed May 16 21:39:22 2018 (r470153) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= joomla -PORTVERSION= 3.8.6 +PORTVERSION= 3.8.7 CATEGORIES= www PKGNAMESUFFIX= 3 Modified: head/www/joomla3/distinfo ============================================================================== --- head/www/joomla3/distinfo Wed May 16 20:34:46 2018 (r470152) +++ head/www/joomla3/distinfo Wed May 16 21:39:22 2018 (r470153) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522247789 -SHA256 (joomla-joomla-cms-3.8.6_GH0.tar.gz) = a79146b275bcb6f6d6db92c090e1151161a20cdd407657165394754ba0034411 -SIZE (joomla-joomla-cms-3.8.6_GH0.tar.gz) = 11298672 +TIMESTAMP = 1526504648 +SHA256 (joomla-joomla-cms-3.8.7_GH0.tar.gz) = 504e18fd6809ece5ee8977162909426ac76b1913d56fa46fec369730d8e002dc +SIZE (joomla-joomla-cms-3.8.7_GH0.tar.gz) = 11306141 Modified: head/www/joomla3/pkg-plist ============================================================================== --- head/www/joomla3/pkg-plist Wed May 16 20:34:46 2018 (r470152) +++ head/www/joomla3/pkg-plist Wed May 16 21:39:22 2018 (r470153) @@ -12,6 +12,7 @@ %%WWWDIR%%/README.txt %%WWWDIR%%/RoboFile.dist.ini %%WWWDIR%%/RoboFile.php +%%WWWDIR%%/SECURITY.md %%WWWDIR%%/administrator/cache/index.html %%WWWDIR%%/administrator/components/com_admin/admin.php %%WWWDIR%%/administrator/components/com_admin/admin.xml From owner-svn-ports-head@freebsd.org Wed May 16 22:16:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F05DED8D55; Wed, 16 May 2018 22:16: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 215127EE1B; Wed, 16 May 2018 22:16: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 F063D20261; Wed, 16 May 2018 22:16:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GMGlLN065322; Wed, 16 May 2018 22:16:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GMGl8N065321; Wed, 16 May 2018 22:16:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805162216.w4GMGl8N065321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 May 2018 22:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470154 - head/x11-toolkits/py-kivy X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-toolkits/py-kivy X-SVN-Commit-Revision: 470154 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 22:16:48 -0000 Author: jbeich Date: Wed May 16 22:16:47 2018 New Revision: 470154 URL: https://svnweb.freebsd.org/changeset/ports/470154 Log: x11-toolkits/py-kivy: mark BROKEN after r470010 Error compiling Cython file: ------------------------------------------------------------ ... end = time() Logger.debug("Svg: Loaded {} in {:.2f}s".format(filename, end - start)) finally: fd.close() cdef void reload(self) except *: ^ ------------------------------------------------------------ kivy/graphics/svg.pyx:469:9: Signature not compatible with previous declaration Error compiling Cython file: ------------------------------------------------------------ ... cpdef flag_update(self, int do_parent=?, list _instrs=?) ELSE: cpdef flag_update(self, int do_parent=?) cdef void flag_update_done(self) cdef void set_parent(self, Instruction parent) cdef void reload(self) ^ ------------------------------------------------------------ kivy/graphics/instructions.pxd:36:20: Previous declaration is here building 'kivy.graphics.svg' extension cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -Ikivy/include -I/usr/local/include -Ikivy/include -I/usr/local/include/python2.7 -c kivy/graphics/svg.c -o build/temp.freebsd-11.1-RELEASE-p9-i386-2.7/kivy/graphics/svg.o kivy/graphics/svg.c:1:2: error: Do not use this file, it is the result of a failed Cython compilation. #error Do not use this file, it is the result of a failed Cython compilation. ^ PR: 228235 Modified: head/x11-toolkits/py-kivy/Makefile (contents, props changed) Modified: head/x11-toolkits/py-kivy/Makefile ============================================================================== --- head/x11-toolkits/py-kivy/Makefile Wed May 16 21:39:22 2018 (r470153) +++ head/x11-toolkits/py-kivy/Makefile Wed May 16 22:16:47 2018 (r470154) @@ -13,6 +13,8 @@ COMMENT= Python NUI library for rapid application deve LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build with cython 0.28 + BUILD_DEPENDS= git:devel/git \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${FLAVOR} LIB_DEPENDS= libmtdev.so:devel/libmtdev From owner-svn-ports-head@freebsd.org Wed May 16 22:17:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAADFED8D93; Wed, 16 May 2018 22:17: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 9517B7EEF3; Wed, 16 May 2018 22:17: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 5D2AB20263; Wed, 16 May 2018 22:17: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 w4GMH17N065513; Wed, 16 May 2018 22:17:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GMH0cj065509; Wed, 16 May 2018 22:17:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805162217.w4GMH0cj065509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 May 2018 22:17:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470155 - 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: 470155 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 22:17:02 -0000 Author: jbeich Date: Wed May 16 22:17:00 2018 New Revision: 470155 URL: https://svnweb.freebsd.org/changeset/ports/470155 Log: www/firefox: update to 60.0.1 Changes: https://www.mozilla.org/firefox/60.0.1/releasenotes/ PR: 226476 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 Wed May 16 22:16:47 2018 (r470154) +++ head/www/firefox-i18n/Makefile Wed May 16 22:17:00 2018 (r470155) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 60.0 -PORTREVISION= 1 +PORTVERSION= 60.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Wed May 16 22:16:47 2018 (r470154) +++ head/www/firefox-i18n/distinfo Wed May 16 22:17:00 2018 (r470155) @@ -1,197 +1,197 @@ -TIMESTAMP = 1525366747 -SHA256 (xpi/firefox-i18n-60.0/ach.xpi) = 53d7cc8122d01405ff1e81cd59b99c534416c1a1e1740dd0536bbb608699bd48 -SIZE (xpi/firefox-i18n-60.0/ach.xpi) = 496060 -SHA256 (xpi/firefox-i18n-60.0/af.xpi) = 3c78e0128289c2a3ecefddbbb5488cb6324828606ef46ce083d3f9a39b9ad10e -SIZE (xpi/firefox-i18n-60.0/af.xpi) = 486533 -SHA256 (xpi/firefox-i18n-60.0/an.xpi) = 6ccafad26ff3dcb004eaa409d74b4edfe1a25d9802c7e195990ee23f2af780a4 -SIZE (xpi/firefox-i18n-60.0/an.xpi) = 519732 -SHA256 (xpi/firefox-i18n-60.0/ar.xpi) = 00349c780c191d8155af51dc725ea85a6288bc8a873d1d868e26a59c7491673f -SIZE (xpi/firefox-i18n-60.0/ar.xpi) = 546957 -SHA256 (xpi/firefox-i18n-60.0/as.xpi) = c54a2447f53163d087e7b30f4fd602efcbb77c3ef91a4102539f5df9cae4fcc8 -SIZE (xpi/firefox-i18n-60.0/as.xpi) = 529947 -SHA256 (xpi/firefox-i18n-60.0/ast.xpi) = 88d92a5714da612d52ff0b27165f285ba46ce384ddbdb835c0f6bf3bf939dd96 -SIZE (xpi/firefox-i18n-60.0/ast.xpi) = 507866 -SHA256 (xpi/firefox-i18n-60.0/az.xpi) = 4112937fafee628dc80007aba16b1173bc57d9a01155a5efe1fb0fadc7db79d7 -SIZE (xpi/firefox-i18n-60.0/az.xpi) = 523975 -SHA256 (xpi/firefox-i18n-60.0/be.xpi) = 746627277957930f0a8053c2efc742390fae80d8f087d47b213f188dd2264e09 -SIZE (xpi/firefox-i18n-60.0/be.xpi) = 579944 -SHA256 (xpi/firefox-i18n-60.0/bg.xpi) = b415ea936d517c061d0ebcf42e000ed13943c78ae188c20dc5d65c297670b7cd -SIZE (xpi/firefox-i18n-60.0/bg.xpi) = 573075 -SHA256 (xpi/firefox-i18n-60.0/bn-BD.xpi) = 179a1e8909f34bce3907d11140b467743e2c69a33374a7ef4f9db8dd36979520 -SIZE (xpi/firefox-i18n-60.0/bn-BD.xpi) = 589638 -SHA256 (xpi/firefox-i18n-60.0/bn-IN.xpi) = acea49db1052b5342929bb9f36131315820c1e94f9f9e0a4051644796d215bd9 -SIZE (xpi/firefox-i18n-60.0/bn-IN.xpi) = 570084 -SHA256 (xpi/firefox-i18n-60.0/br.xpi) = c5e18d9645a9f665a736c43ac4faa828728a145f3353b92b23949998d4fc2576 -SIZE (xpi/firefox-i18n-60.0/br.xpi) = 511252 -SHA256 (xpi/firefox-i18n-60.0/bs.xpi) = 67a2a2f68c8e9a6291750e0732c9532c314f8281777432372016b0d0fc3a90bd -SIZE (xpi/firefox-i18n-60.0/bs.xpi) = 513930 -SHA256 (xpi/firefox-i18n-60.0/ca.xpi) = bef4db01eb89d19a9e39a878d63c40346ce1eca72d4b4d47494ded1218842a3b -SIZE (xpi/firefox-i18n-60.0/ca.xpi) = 524485 -SHA256 (xpi/firefox-i18n-60.0/cak.xpi) = 8cd1a8564d4198c5827e04da24cdb684501818e62a610adfcb9001aa345934c6 -SIZE (xpi/firefox-i18n-60.0/cak.xpi) = 535507 -SHA256 (xpi/firefox-i18n-60.0/cs.xpi) = 356b5cf598d3cd435f891d1c734ff69477bb1a1260f6875b7127b55186c4cc0a -SIZE (xpi/firefox-i18n-60.0/cs.xpi) = 531020 -SHA256 (xpi/firefox-i18n-60.0/cy.xpi) = c4c9fc4017deb822cec90d20f214d6266e535e8f2e176dde95adb9e5541e2e50 -SIZE (xpi/firefox-i18n-60.0/cy.xpi) = 515865 -SHA256 (xpi/firefox-i18n-60.0/da.xpi) = be63221fc0247b234b13ae5f6d56ceab4bda666fc51d45ecca7f56a5827387b3 -SIZE (xpi/firefox-i18n-60.0/da.xpi) = 509983 -SHA256 (xpi/firefox-i18n-60.0/de.xpi) = 9ce175158ab0bcf2595d23558806e1ebe2e61d7e5794fa86c2e8e55b6fce0d59 -SIZE (xpi/firefox-i18n-60.0/de.xpi) = 525692 -SHA256 (xpi/firefox-i18n-60.0/dsb.xpi) = b9a8979417bafa03b161840e85b28f320fe2bc05d9a39243c67fcabc9588390e -SIZE (xpi/firefox-i18n-60.0/dsb.xpi) = 538745 -SHA256 (xpi/firefox-i18n-60.0/el.xpi) = b91bf759b261a3ae93f1fa12b46e429297b59e77975b1a0e023336540efbde51 -SIZE (xpi/firefox-i18n-60.0/el.xpi) = 592911 -SHA256 (xpi/firefox-i18n-60.0/en-GB.xpi) = 0e95284c878250498a1655136e39b5080aa0860b2784b2e9062222cda4922607 -SIZE (xpi/firefox-i18n-60.0/en-GB.xpi) = 490907 -SHA256 (xpi/firefox-i18n-60.0/en-US.xpi) = 303cb12f5dd7f14381050082d4408ee8354dd17c85ede7c8ecb9d86302230f8b -SIZE (xpi/firefox-i18n-60.0/en-US.xpi) = 472383 -SHA256 (xpi/firefox-i18n-60.0/en-ZA.xpi) = f04e1036bb18a910fb6eb82235c55919975405982829af81bf55a28b80a3a3d7 -SIZE (xpi/firefox-i18n-60.0/en-ZA.xpi) = 473893 -SHA256 (xpi/firefox-i18n-60.0/eo.xpi) = 2186dc82ada5a005af9f32c3804d27f430120f90c85aa81ab1fff62ef2f5ee19 -SIZE (xpi/firefox-i18n-60.0/eo.xpi) = 510486 -SHA256 (xpi/firefox-i18n-60.0/es-AR.xpi) = f8937590a4970febf434643f88b0c3b8dde9c8b487537e22be36fac85b82bfb9 -SIZE (xpi/firefox-i18n-60.0/es-AR.xpi) = 523825 -SHA256 (xpi/firefox-i18n-60.0/es-CL.xpi) = 72c7ff06f70d9c91e674ff4c5d5d5516d6bf94e6f537251360eae95b6031288d -SIZE (xpi/firefox-i18n-60.0/es-CL.xpi) = 526509 -SHA256 (xpi/firefox-i18n-60.0/es-ES.xpi) = 773edf9dd30c54aa7c635a061aecf4293397ee0bfe4a4ccd5456a7e848e11b2d -SIZE (xpi/firefox-i18n-60.0/es-ES.xpi) = 459145 -SHA256 (xpi/firefox-i18n-60.0/es-MX.xpi) = 15979a5de10cd774f9f0a3f2bd75120fcba0ddcdcee0e6a16827c4951b3de7c9 -SIZE (xpi/firefox-i18n-60.0/es-MX.xpi) = 527837 -SHA256 (xpi/firefox-i18n-60.0/et.xpi) = 486f6e09edf17a28592cca6cc1023ab6df0851a3579ad269158de9ea1736f798 -SIZE (xpi/firefox-i18n-60.0/et.xpi) = 504177 -SHA256 (xpi/firefox-i18n-60.0/eu.xpi) = aaa5de02e9f28d90638cf777986f240252d5573a4823630eb53b7f98e50b1520 -SIZE (xpi/firefox-i18n-60.0/eu.xpi) = 510932 -SHA256 (xpi/firefox-i18n-60.0/fa.xpi) = f1755e375399918d1ae5f96615ec35acf3e724706885f94807d1091072f98d94 -SIZE (xpi/firefox-i18n-60.0/fa.xpi) = 565492 -SHA256 (xpi/firefox-i18n-60.0/ff.xpi) = a948f479a0d09c6b8cd2315f4ce96a8e9039aae5d560eaf6e23a547426796867 -SIZE (xpi/firefox-i18n-60.0/ff.xpi) = 511431 -SHA256 (xpi/firefox-i18n-60.0/fi.xpi) = 341c660264866ee2dfd9f51e702aaf47752345747dd886b827c1fdb4dac88731 -SIZE (xpi/firefox-i18n-60.0/fi.xpi) = 505404 -SHA256 (xpi/firefox-i18n-60.0/fr.xpi) = 6a10513550ca1a215db66180b8de1901d12a9294d123c49ed3dffb671642f8a6 -SIZE (xpi/firefox-i18n-60.0/fr.xpi) = 535240 -SHA256 (xpi/firefox-i18n-60.0/fy-NL.xpi) = f5d1819926c65bef009d9f733bedc59fd611637b57625fb36d5578980d311a07 -SIZE (xpi/firefox-i18n-60.0/fy-NL.xpi) = 523737 -SHA256 (xpi/firefox-i18n-60.0/ga-IE.xpi) = d48d35bae701f7751da67f62c06e66fe7fb88e50f9a53058f1dacdeb93243f41 -SIZE (xpi/firefox-i18n-60.0/ga-IE.xpi) = 526201 -SHA256 (xpi/firefox-i18n-60.0/gd.xpi) = cf0e1ad45addf7385ae8b06588774b97c24f13c19bd6ab8a0ac092ad446eebed -SIZE (xpi/firefox-i18n-60.0/gd.xpi) = 520094 -SHA256 (xpi/firefox-i18n-60.0/gl.xpi) = b3d5f733d8b0054117c6699b869af92364c0635894ccceb1fd10a56bf88dec76 -SIZE (xpi/firefox-i18n-60.0/gl.xpi) = 496596 -SHA256 (xpi/firefox-i18n-60.0/gn.xpi) = 79049bd1ad1352d4821b56a21f8c938dc3f949a247f22ebd0be6238dedac8d16 -SIZE (xpi/firefox-i18n-60.0/gn.xpi) = 532445 -SHA256 (xpi/firefox-i18n-60.0/gu-IN.xpi) = d8867ddf68b99170e91bfc2a5d95822f72dd628227304d197e9c8b5594510c9f -SIZE (xpi/firefox-i18n-60.0/gu-IN.xpi) = 589477 -SHA256 (xpi/firefox-i18n-60.0/he.xpi) = efe697d5cc2489773084126fd9a09a1a326045c4d0bfb6dab879bf3f440bbb03 -SIZE (xpi/firefox-i18n-60.0/he.xpi) = 535208 -SHA256 (xpi/firefox-i18n-60.0/hi-IN.xpi) = cdde1b852744e0584b66aacf193c09b49891093147daa459ded7c586a9ae9216 -SIZE (xpi/firefox-i18n-60.0/hi-IN.xpi) = 590081 -SHA256 (xpi/firefox-i18n-60.0/hr.xpi) = e58a06aef947fef842813be2ad931ef02c57348e7f3fd405d73ebd05ac0ec4c7 -SIZE (xpi/firefox-i18n-60.0/hr.xpi) = 515190 -SHA256 (xpi/firefox-i18n-60.0/hsb.xpi) = 35efa8fe9d6a89a6fcc3178154c7912aa7b2b2be02cd9b926008c04f9e1b40fa -SIZE (xpi/firefox-i18n-60.0/hsb.xpi) = 536278 -SHA256 (xpi/firefox-i18n-60.0/hu.xpi) = 95e0ed5ea210dae542ebfdc9387d9bae4fde53c38f1be1d052e81bcd1afb043b -SIZE (xpi/firefox-i18n-60.0/hu.xpi) = 537586 -SHA256 (xpi/firefox-i18n-60.0/hy-AM.xpi) = 8e7b6ae85cb24a5a116d79b62282affaa9caad20284d2c784b7c0bf9ff54c257 -SIZE (xpi/firefox-i18n-60.0/hy-AM.xpi) = 568631 -SHA256 (xpi/firefox-i18n-60.0/ia.xpi) = 1268720677549267ea5d19b5632de38973922e4c72cf90910dd4234b3a514ffb -SIZE (xpi/firefox-i18n-60.0/ia.xpi) = 509952 -SHA256 (xpi/firefox-i18n-60.0/id.xpi) = 9ca9220d62f26530af4c5bdca44d0a5691130f77a6cefb3f8c5cb8ffce8f07c6 -SIZE (xpi/firefox-i18n-60.0/id.xpi) = 501456 -SHA256 (xpi/firefox-i18n-60.0/is.xpi) = 7ecdab2c648c439e93dacbe5aa37b25a4d42122dd62ff1784323c2a56edce473 -SIZE (xpi/firefox-i18n-60.0/is.xpi) = 512502 -SHA256 (xpi/firefox-i18n-60.0/it.xpi) = 4bdf67ee507fcf3c1e8cd16a22b7cf7c8bd2c7b9ab169b881588ccf7ebcd381b -SIZE (xpi/firefox-i18n-60.0/it.xpi) = 398258 -SHA256 (xpi/firefox-i18n-60.0/ja.xpi) = cea38dd41f439d52aebbb7133c83c655e5a7cda7b9244ca697605f5fb6e75bfd -SIZE (xpi/firefox-i18n-60.0/ja.xpi) = 571236 -SHA256 (xpi/firefox-i18n-60.0/ka.xpi) = d2d92cf67836a2d42cad40e08ec8093882085112f8e8c21f74241448bedf4155 -SIZE (xpi/firefox-i18n-60.0/ka.xpi) = 556067 -SHA256 (xpi/firefox-i18n-60.0/kab.xpi) = bbfb9a2a5b9375df9d82509a5b064c499013d1f02ea464dddb3b553bb776ec5a -SIZE (xpi/firefox-i18n-60.0/kab.xpi) = 519620 -SHA256 (xpi/firefox-i18n-60.0/kk.xpi) = c5c54c15910c2254180d72c10fa8ff1429c43625cbaaca0ab42e266ec850acbe -SIZE (xpi/firefox-i18n-60.0/kk.xpi) = 582208 -SHA256 (xpi/firefox-i18n-60.0/km.xpi) = 3506f2c645ad501fa133df2ca8af5e84458e641860e490ab297f3d3d2335b312 -SIZE (xpi/firefox-i18n-60.0/km.xpi) = 582334 -SHA256 (xpi/firefox-i18n-60.0/kn.xpi) = 0b084c1ad201d15851d8a6acc40b9bac020119175ec1edc390d39a7535abab13 -SIZE (xpi/firefox-i18n-60.0/kn.xpi) = 585100 -SHA256 (xpi/firefox-i18n-60.0/ko.xpi) = d450910b7e256a8599e4432ac49f758d7dd7b7b7ab74a1b0e1cd0c9717d79d1f -SIZE (xpi/firefox-i18n-60.0/ko.xpi) = 547048 -SHA256 (xpi/firefox-i18n-60.0/lij.xpi) = 7d47c90c77289f09f8356b5f42746f75dbd7a52efbacb056f832f980b7331083 -SIZE (xpi/firefox-i18n-60.0/lij.xpi) = 512398 -SHA256 (xpi/firefox-i18n-60.0/lt.xpi) = d614b06a18a7e59683733a21781a851879c31e46b0d345ec6efd49b774210a7d -SIZE (xpi/firefox-i18n-60.0/lt.xpi) = 535634 -SHA256 (xpi/firefox-i18n-60.0/lv.xpi) = 8f68a8ac9d8f7f7d1edcf1d59c8da5254efd1074ddb1e2038424bddb5a413e5d -SIZE (xpi/firefox-i18n-60.0/lv.xpi) = 525636 -SHA256 (xpi/firefox-i18n-60.0/mai.xpi) = 8331bda59001d53abeaf86dfbe649799077963ab4955a66b5caef11fb75894d5 -SIZE (xpi/firefox-i18n-60.0/mai.xpi) = 548470 -SHA256 (xpi/firefox-i18n-60.0/mk.xpi) = 81db9c67e886c57cc2d807bf977686ef4d03cabd4ac8e57eadbe7c68c683434b -SIZE (xpi/firefox-i18n-60.0/mk.xpi) = 513024 -SHA256 (xpi/firefox-i18n-60.0/ml.xpi) = 1a570596e6d9eebfd1b8e03d3d59ef300e977ac204fe707e333b0e389d3ba9cc -SIZE (xpi/firefox-i18n-60.0/ml.xpi) = 598200 -SHA256 (xpi/firefox-i18n-60.0/mr.xpi) = a1d26997a43b90384c97315f86aa8f1ef4af5c126fe6ba02310a21aa399fcfcc -SIZE (xpi/firefox-i18n-60.0/mr.xpi) = 578337 -SHA256 (xpi/firefox-i18n-60.0/ms.xpi) = 522bd4cf7016c2fe181f2a04a5661fd174152973e12a29447bb5d29054a76e16 -SIZE (xpi/firefox-i18n-60.0/ms.xpi) = 508782 -SHA256 (xpi/firefox-i18n-60.0/my.xpi) = 6e61fcd5a98e827db607622d185642ca34e81f84aa83c31508931681899d09a8 -SIZE (xpi/firefox-i18n-60.0/my.xpi) = 569576 -SHA256 (xpi/firefox-i18n-60.0/nb-NO.xpi) = 1f66db8430715fc22690ca5f002f5c60878725dc716131e9ab31bc2e90db0109 -SIZE (xpi/firefox-i18n-60.0/nb-NO.xpi) = 509096 -SHA256 (xpi/firefox-i18n-60.0/ne-NP.xpi) = 9b2827ca22212a947db237c11c94a69b207b4ca3786944f4fdefeaddd1741acb -SIZE (xpi/firefox-i18n-60.0/ne-NP.xpi) = 554576 -SHA256 (xpi/firefox-i18n-60.0/nl.xpi) = 3e7b4623d9390f6bac75368750561adc2599cf19c6a904c764947997bd161f53 -SIZE (xpi/firefox-i18n-60.0/nl.xpi) = 516657 -SHA256 (xpi/firefox-i18n-60.0/nn-NO.xpi) = 06fb56a442e7e1b0907e28617e98401ff88112d6af204a2af779e784ea81f079 -SIZE (xpi/firefox-i18n-60.0/nn-NO.xpi) = 510618 -SHA256 (xpi/firefox-i18n-60.0/oc.xpi) = ad506d782a522c982dfd200057c5adadf9fb28c39c133657713b6e5513454156 -SIZE (xpi/firefox-i18n-60.0/oc.xpi) = 526210 -SHA256 (xpi/firefox-i18n-60.0/or.xpi) = 8537d758630c17f66a3af3d4959e15a864eb34bf9988da6f2f0ffc8526712966 -SIZE (xpi/firefox-i18n-60.0/or.xpi) = 540093 -SHA256 (xpi/firefox-i18n-60.0/pa-IN.xpi) = 246cf5f518f27404e0eb71e4956c098ffd8f5c7cb0797d0be0510a4cda32f69a -SIZE (xpi/firefox-i18n-60.0/pa-IN.xpi) = 557089 -SHA256 (xpi/firefox-i18n-60.0/pl.xpi) = 5b191c59e194d40b2ff9e373fee2031d117c05e5ea95b5f3bb113b7bf971edc1 -SIZE (xpi/firefox-i18n-60.0/pl.xpi) = 418188 -SHA256 (xpi/firefox-i18n-60.0/pt-BR.xpi) = cd8bdb0b980942000164e9a5fc6a8774ce0976621f04e4500522789292b4186c -SIZE (xpi/firefox-i18n-60.0/pt-BR.xpi) = 513937 -SHA256 (xpi/firefox-i18n-60.0/pt-PT.xpi) = 3795f1b2f5507f2509a2039ab826cc0c8e96218be5a31ef4017b11f2a9fbed22 -SIZE (xpi/firefox-i18n-60.0/pt-PT.xpi) = 518541 -SHA256 (xpi/firefox-i18n-60.0/rm.xpi) = 6a2dfac8512656a10ad4cad870a8ec54f6c3edcb5812cb421498ca06155bd8ab -SIZE (xpi/firefox-i18n-60.0/rm.xpi) = 505265 -SHA256 (xpi/firefox-i18n-60.0/ro.xpi) = 30164759886d12cac01539ee433272d217b4e227cab16a3466d6ef47ba6f2418 -SIZE (xpi/firefox-i18n-60.0/ro.xpi) = 513282 -SHA256 (xpi/firefox-i18n-60.0/ru.xpi) = b91ea5ab5bc12b81c366f5b797ce922753d956e75488f8ae071b3a19fa0006fb -SIZE (xpi/firefox-i18n-60.0/ru.xpi) = 590510 -SHA256 (xpi/firefox-i18n-60.0/si.xpi) = 5c3dc73d7f3d10f039208ad3e5e480c28b0d6e168b4467771d06c024310b53c0 -SIZE (xpi/firefox-i18n-60.0/si.xpi) = 544796 -SHA256 (xpi/firefox-i18n-60.0/sk.xpi) = 170e764c2d7842ace3ea10a37a28403ab30092cd010b673053c1366b9d566e2b -SIZE (xpi/firefox-i18n-60.0/sk.xpi) = 540922 -SHA256 (xpi/firefox-i18n-60.0/sl.xpi) = fb819360b31a983242564c49e0398f13f7faecb0f037a8c643e46912b7cfce63 -SIZE (xpi/firefox-i18n-60.0/sl.xpi) = 518574 -SHA256 (xpi/firefox-i18n-60.0/son.xpi) = f7c55f44f07c88e3cde1fed96144185f81554f430632e730d45527ab602c6c51 -SIZE (xpi/firefox-i18n-60.0/son.xpi) = 496914 -SHA256 (xpi/firefox-i18n-60.0/sq.xpi) = 73a47afd344801f2b1af6db49ffe10a99576914416d30e2f69ef4c84345f6224 -SIZE (xpi/firefox-i18n-60.0/sq.xpi) = 520493 -SHA256 (xpi/firefox-i18n-60.0/sr.xpi) = cb3ccfd9a3a8c8256fec8a91dbcca334e2e64b6b36d1c49b3d76ee9133af8bd8 -SIZE (xpi/firefox-i18n-60.0/sr.xpi) = 547995 -SHA256 (xpi/firefox-i18n-60.0/sv-SE.xpi) = 2e5f2209f4263b4defb52edf93c81c45b142dc4f85d4eef5ef7a5df0dfb4a81c -SIZE (xpi/firefox-i18n-60.0/sv-SE.xpi) = 517847 -SHA256 (xpi/firefox-i18n-60.0/ta.xpi) = 6acdcf05d2a55fd7803fb5674b5abada51f89811192d66af1b24bd006d195241 -SIZE (xpi/firefox-i18n-60.0/ta.xpi) = 577139 -SHA256 (xpi/firefox-i18n-60.0/te.xpi) = 8dcc7ed11b9c096904810797153115d507395a8ef01025bc3fb2c53098f02fc4 -SIZE (xpi/firefox-i18n-60.0/te.xpi) = 590183 -SHA256 (xpi/firefox-i18n-60.0/th.xpi) = 3edcbbc2364ecaa1eff5fecee810a201d86bf3dbd81d0916b7b8a94e31aeaa3e -SIZE (xpi/firefox-i18n-60.0/th.xpi) = 562036 -SHA256 (xpi/firefox-i18n-60.0/tr.xpi) = 1cdb5564ec294ffd7d85a8eeb50b749f9d6bce19a585cfb29098cf8e091d5247 -SIZE (xpi/firefox-i18n-60.0/tr.xpi) = 525033 -SHA256 (xpi/firefox-i18n-60.0/uk.xpi) = 2318e5a4bc46540633aa7ea71e3c4da7e0d006fafa8292adaf1ac0baa3927129 -SIZE (xpi/firefox-i18n-60.0/uk.xpi) = 580145 -SHA256 (xpi/firefox-i18n-60.0/ur.xpi) = e0c4f2d2c0a3f478295d0beaaf129e7df286f503601f4530df7ce3194b26763a -SIZE (xpi/firefox-i18n-60.0/ur.xpi) = 562602 -SHA256 (xpi/firefox-i18n-60.0/uz.xpi) = fa358c25b4ee8036d1a10916349b4608d669323d3973fed93e93f2ccc5eae344 -SIZE (xpi/firefox-i18n-60.0/uz.xpi) = 512909 -SHA256 (xpi/firefox-i18n-60.0/vi.xpi) = f34a3c5924999c54e7f79b8237346b6482a745141d9fd2c2d07325c156c8fb34 -SIZE (xpi/firefox-i18n-60.0/vi.xpi) = 527412 -SHA256 (xpi/firefox-i18n-60.0/xh.xpi) = d9cc10826a4bc1e554d81813bdefb7d19ea67d0ba8ce1cccceadae0ea12f4a6c -SIZE (xpi/firefox-i18n-60.0/xh.xpi) = 511081 -SHA256 (xpi/firefox-i18n-60.0/zh-CN.xpi) = c3fff9c7562cd4e76526a2546cbe1ffc75404ff1ab5f8bfb8f871b4bf6118dc2 -SIZE (xpi/firefox-i18n-60.0/zh-CN.xpi) = 542804 -SHA256 (xpi/firefox-i18n-60.0/zh-TW.xpi) = fc807d2d6d2db96229d34f5c0594cd97e948508448ea205f6afc1a1f9b615f23 -SIZE (xpi/firefox-i18n-60.0/zh-TW.xpi) = 541119 +TIMESTAMP = 1526449212 +SHA256 (xpi/firefox-i18n-60.0.1/ach.xpi) = 9f2c6f2d1b27ee90446c5b583ceb95c47ad6be65c17011f90d7187c129cc3ebe +SIZE (xpi/firefox-i18n-60.0.1/ach.xpi) = 496056 +SHA256 (xpi/firefox-i18n-60.0.1/af.xpi) = 2a2f394a16282de72cb80bcdcfddb8b9eb098094bc12093753634e3198015ccc +SIZE (xpi/firefox-i18n-60.0.1/af.xpi) = 486534 +SHA256 (xpi/firefox-i18n-60.0.1/an.xpi) = 482af3329153e5a207191c0f5ddd7fa6dabbb63060bcca7f08a512e411e23627 +SIZE (xpi/firefox-i18n-60.0.1/an.xpi) = 519725 +SHA256 (xpi/firefox-i18n-60.0.1/ar.xpi) = 647e6bf7407f2c34bf1de9709df3ed220abc5ad010e1e3a87a0f77596df35f08 +SIZE (xpi/firefox-i18n-60.0.1/ar.xpi) = 546952 +SHA256 (xpi/firefox-i18n-60.0.1/as.xpi) = c84b760bb9245465c61eb0e90a3fd1c8ac4b6f519599c07b8427af84808ea6e4 +SIZE (xpi/firefox-i18n-60.0.1/as.xpi) = 529948 +SHA256 (xpi/firefox-i18n-60.0.1/ast.xpi) = 58e15d4b11e2cd031a0eff7d55b5ef9b32f2f3d308079b374ebd45a3d2367788 +SIZE (xpi/firefox-i18n-60.0.1/ast.xpi) = 507867 +SHA256 (xpi/firefox-i18n-60.0.1/az.xpi) = bdf804c72b67343a0a55db1c35abb635c59c352ea4283bd69ea961af65666443 +SIZE (xpi/firefox-i18n-60.0.1/az.xpi) = 523976 +SHA256 (xpi/firefox-i18n-60.0.1/be.xpi) = 290f9dd93d9ef59a6429140c544933415558fca996bbafd31d585326781e7c6e +SIZE (xpi/firefox-i18n-60.0.1/be.xpi) = 579946 +SHA256 (xpi/firefox-i18n-60.0.1/bg.xpi) = 2223f37aacdc12eef02122a6dd8c54b99909f95344075d05dfdc28335736da54 +SIZE (xpi/firefox-i18n-60.0.1/bg.xpi) = 573077 +SHA256 (xpi/firefox-i18n-60.0.1/bn-BD.xpi) = 2b4e9781d3bca1c094872d6148c9106d14531fd5446bbd3ba991614ad4ceda19 +SIZE (xpi/firefox-i18n-60.0.1/bn-BD.xpi) = 589632 +SHA256 (xpi/firefox-i18n-60.0.1/bn-IN.xpi) = e941441bbc58d5a6d29a75eadafe99073404c6c12f8de6b26e4ff7b14174a5ae +SIZE (xpi/firefox-i18n-60.0.1/bn-IN.xpi) = 570080 +SHA256 (xpi/firefox-i18n-60.0.1/br.xpi) = f6610922e0f3ac92a5a873e761c347747050a9d8978d200483cd26edbd92085f +SIZE (xpi/firefox-i18n-60.0.1/br.xpi) = 511250 +SHA256 (xpi/firefox-i18n-60.0.1/bs.xpi) = 057da7330714f6e89c12890cad670ef5bc03f20950fda1d5e408a47e78d1a3ff +SIZE (xpi/firefox-i18n-60.0.1/bs.xpi) = 513932 +SHA256 (xpi/firefox-i18n-60.0.1/ca.xpi) = c1fcd9892f63f7a6fa91f049484077196d58cccd4fd4968842f4b476b1e6d8ac +SIZE (xpi/firefox-i18n-60.0.1/ca.xpi) = 524483 +SHA256 (xpi/firefox-i18n-60.0.1/cak.xpi) = e2b41274cdfa4b61df75e4253fd55e8a4e33acd9695e9486ef3977b247209a86 +SIZE (xpi/firefox-i18n-60.0.1/cak.xpi) = 535518 +SHA256 (xpi/firefox-i18n-60.0.1/cs.xpi) = 3659e380259d4945fa64a6ba0a98c5b6d7f46fb28ec2645c106472a7f05a38bd +SIZE (xpi/firefox-i18n-60.0.1/cs.xpi) = 531016 +SHA256 (xpi/firefox-i18n-60.0.1/cy.xpi) = 7e15ac8a2355191b69f6c3053c6552b4dcf96fb24612ee253b9cede182b6fc10 +SIZE (xpi/firefox-i18n-60.0.1/cy.xpi) = 515864 +SHA256 (xpi/firefox-i18n-60.0.1/da.xpi) = d7b511aceebcc368436cdfe77aabccb5fcba182a8d02973cb2729e0a1359e428 +SIZE (xpi/firefox-i18n-60.0.1/da.xpi) = 509975 +SHA256 (xpi/firefox-i18n-60.0.1/de.xpi) = bfe7510cf77085ad28c894241af5bcef535dacf96f6206c866a03f2926cd2e4c +SIZE (xpi/firefox-i18n-60.0.1/de.xpi) = 525690 +SHA256 (xpi/firefox-i18n-60.0.1/dsb.xpi) = 42138b4a07de44cb27b44fd2eeaa61f3eaf4aeeeba86f36a7c4531a3c70eb99b +SIZE (xpi/firefox-i18n-60.0.1/dsb.xpi) = 538748 +SHA256 (xpi/firefox-i18n-60.0.1/el.xpi) = 69527b9f6c52dad90be4c1ea81ad35c14b1c2885871b61b74887021ee3fd8ca3 +SIZE (xpi/firefox-i18n-60.0.1/el.xpi) = 592915 +SHA256 (xpi/firefox-i18n-60.0.1/en-GB.xpi) = a3e3a41fdf1d6ad25db011d58e89aa36b2d0906d4d7b1db26155825508bf9151 +SIZE (xpi/firefox-i18n-60.0.1/en-GB.xpi) = 490905 +SHA256 (xpi/firefox-i18n-60.0.1/en-US.xpi) = 32dfd22ef99404837e6ba0b67ac34d26229f3d2b40844e8499aaeb5801c3ac00 +SIZE (xpi/firefox-i18n-60.0.1/en-US.xpi) = 472381 +SHA256 (xpi/firefox-i18n-60.0.1/en-ZA.xpi) = d81cbe48fa673d8869389ee2f7f0e52fdcc83382f49c03026b46a78ad8ffefe2 +SIZE (xpi/firefox-i18n-60.0.1/en-ZA.xpi) = 473892 +SHA256 (xpi/firefox-i18n-60.0.1/eo.xpi) = fa0afaba0b1f23eeeb1ceb67215d2c246c75c2cf61f7ebc2afefe17d4314421a +SIZE (xpi/firefox-i18n-60.0.1/eo.xpi) = 510496 +SHA256 (xpi/firefox-i18n-60.0.1/es-AR.xpi) = c60c8798199f6908c87955026e29fea2545481ccb80c28a958a93223a99d184d +SIZE (xpi/firefox-i18n-60.0.1/es-AR.xpi) = 523829 +SHA256 (xpi/firefox-i18n-60.0.1/es-CL.xpi) = df52b591b8e528235cb2ca61b075f7c44b1a40f949024328a74a71a56e14a9c8 +SIZE (xpi/firefox-i18n-60.0.1/es-CL.xpi) = 526508 +SHA256 (xpi/firefox-i18n-60.0.1/es-ES.xpi) = e2d8dd7efa699707a5ab4264247a28d722a55bbd2ecc90d3c3a04777ab5f8055 +SIZE (xpi/firefox-i18n-60.0.1/es-ES.xpi) = 459139 +SHA256 (xpi/firefox-i18n-60.0.1/es-MX.xpi) = 096c45ba243f82f0cc91e0fb28e6eef88291795123d906d0b77c4ae455d726e9 +SIZE (xpi/firefox-i18n-60.0.1/es-MX.xpi) = 527843 +SHA256 (xpi/firefox-i18n-60.0.1/et.xpi) = 809f3f363669aad573f019bd8a2bfe3f12b6363de510701c827f3b2bd4e41a18 +SIZE (xpi/firefox-i18n-60.0.1/et.xpi) = 504174 +SHA256 (xpi/firefox-i18n-60.0.1/eu.xpi) = 70cf5cde3cfb2a91ea30dac79f3001bd039aa4e882f9b3f921ce8120429b79dd +SIZE (xpi/firefox-i18n-60.0.1/eu.xpi) = 510936 +SHA256 (xpi/firefox-i18n-60.0.1/fa.xpi) = b48059fe0a235dc0df1f6f7acc1f72bbb691842e742df94b034779e9980c4bb7 +SIZE (xpi/firefox-i18n-60.0.1/fa.xpi) = 565485 +SHA256 (xpi/firefox-i18n-60.0.1/ff.xpi) = fb8b2ebbe19ff794b45ead1fab2b50e77a2d89dc55f6160c7342ff2fa9d1e3a6 +SIZE (xpi/firefox-i18n-60.0.1/ff.xpi) = 511430 +SHA256 (xpi/firefox-i18n-60.0.1/fi.xpi) = d79350afa1badd3c0afae5080c56cb9b197958a1ea1cb22e2d5607f4e3ddd7cf +SIZE (xpi/firefox-i18n-60.0.1/fi.xpi) = 505406 +SHA256 (xpi/firefox-i18n-60.0.1/fr.xpi) = e204eb2d93082be7c4c325f2ebd8f15e6942c245bb692a5a9b48746ae9fe3459 +SIZE (xpi/firefox-i18n-60.0.1/fr.xpi) = 535233 +SHA256 (xpi/firefox-i18n-60.0.1/fy-NL.xpi) = 702915d5a991059d915bd6d51417c8c89de92f44a182ed2a951a6f3f2af3a26e +SIZE (xpi/firefox-i18n-60.0.1/fy-NL.xpi) = 523738 +SHA256 (xpi/firefox-i18n-60.0.1/ga-IE.xpi) = ce654b3dc192b0ee795badf83ee4d3e3fe43e9cdf241e036cd8310bead7feb1a +SIZE (xpi/firefox-i18n-60.0.1/ga-IE.xpi) = 526203 +SHA256 (xpi/firefox-i18n-60.0.1/gd.xpi) = 911f6bd57ac08d651e0d2dbebb8fa5c9dc1920c9399b7cde569c0f8c41060b54 +SIZE (xpi/firefox-i18n-60.0.1/gd.xpi) = 520093 +SHA256 (xpi/firefox-i18n-60.0.1/gl.xpi) = afea12b7291ce528c2e461dd603a8880b3034c155517c55e94d7aa602762fd68 +SIZE (xpi/firefox-i18n-60.0.1/gl.xpi) = 496599 +SHA256 (xpi/firefox-i18n-60.0.1/gn.xpi) = 43210cf6586debf7d0946582ae3c421b04a9acbff1245e04dd2f82ead7c54528 +SIZE (xpi/firefox-i18n-60.0.1/gn.xpi) = 532445 +SHA256 (xpi/firefox-i18n-60.0.1/gu-IN.xpi) = 99633747e77d3ccf2b70fb93f3ea0c0d3fe2f4bb12a96da8b43ffa3cc8dd0ea8 +SIZE (xpi/firefox-i18n-60.0.1/gu-IN.xpi) = 589481 +SHA256 (xpi/firefox-i18n-60.0.1/he.xpi) = bfd8775a3f53a30d3f213deba8b40c31afb90f79cae2072b5abd552a7550b513 +SIZE (xpi/firefox-i18n-60.0.1/he.xpi) = 535206 +SHA256 (xpi/firefox-i18n-60.0.1/hi-IN.xpi) = 05771b81434832f5df8276c1f633c5d9da17beddcedce054a144eb672f58637d +SIZE (xpi/firefox-i18n-60.0.1/hi-IN.xpi) = 590076 +SHA256 (xpi/firefox-i18n-60.0.1/hr.xpi) = 461b7d0947095cddd96fd38755683abd4da3361cde629790ddd1a4c5f50a7905 +SIZE (xpi/firefox-i18n-60.0.1/hr.xpi) = 515187 +SHA256 (xpi/firefox-i18n-60.0.1/hsb.xpi) = a3664259042d39aa8d103c2697bfd8dec36b204d4cfaa39b94ffab0610f80dde +SIZE (xpi/firefox-i18n-60.0.1/hsb.xpi) = 536281 +SHA256 (xpi/firefox-i18n-60.0.1/hu.xpi) = eb08e4e062a15d2570e73753ba64eee950103f81fb7a3c13f8fabdb9db4bb8a8 +SIZE (xpi/firefox-i18n-60.0.1/hu.xpi) = 537581 +SHA256 (xpi/firefox-i18n-60.0.1/hy-AM.xpi) = a9cf353ef6875918aa10ac3db90e71e9cda866be9f2241f0129dd2d8166c60ad +SIZE (xpi/firefox-i18n-60.0.1/hy-AM.xpi) = 568629 +SHA256 (xpi/firefox-i18n-60.0.1/ia.xpi) = 38a01eed0d6e8742947b5c7d49786fee1ced9ee0cd0562286ca9573a5775eba7 +SIZE (xpi/firefox-i18n-60.0.1/ia.xpi) = 509954 +SHA256 (xpi/firefox-i18n-60.0.1/id.xpi) = 6f82420dac7da25658d558d622c145279e7b6c9e024e7c4f6c9248ade53289fd +SIZE (xpi/firefox-i18n-60.0.1/id.xpi) = 501451 +SHA256 (xpi/firefox-i18n-60.0.1/is.xpi) = 0b5107c7bcb0cfc5c7330acc81e29a10cab19d17dc29b35628489d34674965d3 +SIZE (xpi/firefox-i18n-60.0.1/is.xpi) = 512504 +SHA256 (xpi/firefox-i18n-60.0.1/it.xpi) = 143478665cfcec9737a799016e00b65e9ff7fb649d82d5c562fd2bc86bf871e8 +SIZE (xpi/firefox-i18n-60.0.1/it.xpi) = 398259 +SHA256 (xpi/firefox-i18n-60.0.1/ja.xpi) = 3baf02081f34ec5e44a9f52d14117561b39307557eb945cea694d07ce8802bbe +SIZE (xpi/firefox-i18n-60.0.1/ja.xpi) = 571238 +SHA256 (xpi/firefox-i18n-60.0.1/ka.xpi) = 38dab4b4367ef37d07ccde165c7fda9b5578ecfc30c5e1cacb2f559062ac55d2 +SIZE (xpi/firefox-i18n-60.0.1/ka.xpi) = 556068 +SHA256 (xpi/firefox-i18n-60.0.1/kab.xpi) = f28fab89f8a8ce81be3ee517b1ff2b93142d8e157e4e951bd403d6a756347a2f +SIZE (xpi/firefox-i18n-60.0.1/kab.xpi) = 519625 +SHA256 (xpi/firefox-i18n-60.0.1/kk.xpi) = 2162170912aaa6df11d2d73536a58e84f4e2f8a0260c922f710a02b4a2ebfb2c +SIZE (xpi/firefox-i18n-60.0.1/kk.xpi) = 582200 +SHA256 (xpi/firefox-i18n-60.0.1/km.xpi) = b8885aff79fa2c783ac036fc2b64a7aae0c9e14267582e9cbb361b7619cf22ff +SIZE (xpi/firefox-i18n-60.0.1/km.xpi) = 582337 +SHA256 (xpi/firefox-i18n-60.0.1/kn.xpi) = bc50ce2b586a1bf7c194d3d55742c282ce9cab10a210d027e11166ecc5d71782 +SIZE (xpi/firefox-i18n-60.0.1/kn.xpi) = 585098 +SHA256 (xpi/firefox-i18n-60.0.1/ko.xpi) = 7706fb846466b87776a1c96035275dc443678b854ffba6e17c1401ad1c7b0a0a +SIZE (xpi/firefox-i18n-60.0.1/ko.xpi) = 547052 +SHA256 (xpi/firefox-i18n-60.0.1/lij.xpi) = 4bb7fede9dbfc0e632a651d7805aa21bff1cf00e2c7ca2f42fe0941560814b33 +SIZE (xpi/firefox-i18n-60.0.1/lij.xpi) = 512395 +SHA256 (xpi/firefox-i18n-60.0.1/lt.xpi) = 91496fbf1c46acc5cddc993f5fb698d6cb3b18418134119637b03fc698aed3dd +SIZE (xpi/firefox-i18n-60.0.1/lt.xpi) = 535632 +SHA256 (xpi/firefox-i18n-60.0.1/lv.xpi) = 5a81cb391be617b680b17c60f3bf9832c5dba05fe88cac719d1c56fe2b7e563e +SIZE (xpi/firefox-i18n-60.0.1/lv.xpi) = 525646 +SHA256 (xpi/firefox-i18n-60.0.1/mai.xpi) = be1d8eb967400c99e2bd0b89134321582322414df36bf7396258552ec54dc752 +SIZE (xpi/firefox-i18n-60.0.1/mai.xpi) = 548475 +SHA256 (xpi/firefox-i18n-60.0.1/mk.xpi) = dfd03cef0dc9c1ebca8de19ac22219636483c58c47c62369bb454adf6e708884 +SIZE (xpi/firefox-i18n-60.0.1/mk.xpi) = 513028 +SHA256 (xpi/firefox-i18n-60.0.1/ml.xpi) = 23449ff57a2a24a8f7c8e1188c5a0a01c8a8913ccfcb64941775a8a13accd634 +SIZE (xpi/firefox-i18n-60.0.1/ml.xpi) = 598200 +SHA256 (xpi/firefox-i18n-60.0.1/mr.xpi) = 0c5714598f7b6a9a9e373d3bf833f0e01374ba8f94cef78635d0ea313a5db31d +SIZE (xpi/firefox-i18n-60.0.1/mr.xpi) = 578339 +SHA256 (xpi/firefox-i18n-60.0.1/ms.xpi) = 098e2e7b91f65c020e6157a847a56c3124450920a3d58a82dc051530fe259d95 +SIZE (xpi/firefox-i18n-60.0.1/ms.xpi) = 508783 +SHA256 (xpi/firefox-i18n-60.0.1/my.xpi) = fa088a5c16a4b2e3ad9054526d673226f6668c7e21cb15be03d8236daebba7e4 +SIZE (xpi/firefox-i18n-60.0.1/my.xpi) = 569575 +SHA256 (xpi/firefox-i18n-60.0.1/nb-NO.xpi) = 320f6df8fcd78440845f16c28cf476d2c790127502f868faa2909255707439c1 +SIZE (xpi/firefox-i18n-60.0.1/nb-NO.xpi) = 509104 +SHA256 (xpi/firefox-i18n-60.0.1/ne-NP.xpi) = ccd38f4291c0c5cc6d77aada7521a5b6f7c3eab6afe7160ac24d620e2b3e0e9c +SIZE (xpi/firefox-i18n-60.0.1/ne-NP.xpi) = 554579 +SHA256 (xpi/firefox-i18n-60.0.1/nl.xpi) = cfc6abda0af18af86b8183235e88a2acfb00051a1d98f57313ed14a8788b6d71 +SIZE (xpi/firefox-i18n-60.0.1/nl.xpi) = 516663 +SHA256 (xpi/firefox-i18n-60.0.1/nn-NO.xpi) = c43b8b9ee749101b7776a0f2df9235fc579c1287417f307a28a86aa5bdd92b79 +SIZE (xpi/firefox-i18n-60.0.1/nn-NO.xpi) = 510631 +SHA256 (xpi/firefox-i18n-60.0.1/oc.xpi) = 68a494171509df77d94088c10754f4802978a3171f084feff2431aec1d9be8fc +SIZE (xpi/firefox-i18n-60.0.1/oc.xpi) = 526206 +SHA256 (xpi/firefox-i18n-60.0.1/or.xpi) = 964e6d6765a31f54a6c5b7ee2a9ba9407d2836af571dda0fd0b64db05a0f2744 +SIZE (xpi/firefox-i18n-60.0.1/or.xpi) = 540092 +SHA256 (xpi/firefox-i18n-60.0.1/pa-IN.xpi) = 687b2faeb5c7108fc3bb9f6a059b24f695caffd19473b6325ba7555ebe75144d +SIZE (xpi/firefox-i18n-60.0.1/pa-IN.xpi) = 557090 +SHA256 (xpi/firefox-i18n-60.0.1/pl.xpi) = 68b9f1792dca8a18d8d9ac54cbfe9d44cd6e2f69235d944c7cf3223ba73244af +SIZE (xpi/firefox-i18n-60.0.1/pl.xpi) = 418197 +SHA256 (xpi/firefox-i18n-60.0.1/pt-BR.xpi) = 2b76aea47ce17fb9364a2ea3774e03f8d564da49e9a1c48965a262659438d4f7 +SIZE (xpi/firefox-i18n-60.0.1/pt-BR.xpi) = 513941 +SHA256 (xpi/firefox-i18n-60.0.1/pt-PT.xpi) = d3029b50c49afcd0ff0f6e8561bbbee6bd29138febe424953ad33d3d5f0ce5b9 +SIZE (xpi/firefox-i18n-60.0.1/pt-PT.xpi) = 518538 +SHA256 (xpi/firefox-i18n-60.0.1/rm.xpi) = ac557afd2c0ddca6f9f7b2fdb770828b68e4c3897e1130b5921c08d5c1a7388d +SIZE (xpi/firefox-i18n-60.0.1/rm.xpi) = 505268 +SHA256 (xpi/firefox-i18n-60.0.1/ro.xpi) = 8a95aad047ecd3669fb9898eaa08a04dd738b950233556a1e6b3a8f77f7ee849 +SIZE (xpi/firefox-i18n-60.0.1/ro.xpi) = 513283 +SHA256 (xpi/firefox-i18n-60.0.1/ru.xpi) = 37665f3f0da975fadedd3dbff233b9da8f209ed91e17df687d77a2f4d7912368 +SIZE (xpi/firefox-i18n-60.0.1/ru.xpi) = 590512 +SHA256 (xpi/firefox-i18n-60.0.1/si.xpi) = 1ecd05e4af7ae3ec953a5125b18491f13b3fabb426a0bce8e92160797c22921c +SIZE (xpi/firefox-i18n-60.0.1/si.xpi) = 544805 +SHA256 (xpi/firefox-i18n-60.0.1/sk.xpi) = 690b8daef68519a709950d38a6dc6e3e08585bdeb6ca9c4307ba4143abd581ab +SIZE (xpi/firefox-i18n-60.0.1/sk.xpi) = 540930 +SHA256 (xpi/firefox-i18n-60.0.1/sl.xpi) = 129355aff86475d619998539ee4691bd6630800f28acd8b145cf793360375dec +SIZE (xpi/firefox-i18n-60.0.1/sl.xpi) = 518574 +SHA256 (xpi/firefox-i18n-60.0.1/son.xpi) = 19ace977dfc039940c6551d012bda76cf367adc55bee35f20daa1c2a8f6ca49a +SIZE (xpi/firefox-i18n-60.0.1/son.xpi) = 496912 +SHA256 (xpi/firefox-i18n-60.0.1/sq.xpi) = 79f87e86506a5c0b708b3e03afb676ca7ec691524b25ea87b121f3fe1844995b +SIZE (xpi/firefox-i18n-60.0.1/sq.xpi) = 520490 +SHA256 (xpi/firefox-i18n-60.0.1/sr.xpi) = 463b3ce225bb89d1575d80d76bcc38cb1563a14e6fe1205c6e85af01aa82d048 +SIZE (xpi/firefox-i18n-60.0.1/sr.xpi) = 547998 +SHA256 (xpi/firefox-i18n-60.0.1/sv-SE.xpi) = fa57f981946c1fefaf0b60a89916c138248ebe6cff5c1beff0b7563af650f827 +SIZE (xpi/firefox-i18n-60.0.1/sv-SE.xpi) = 517843 +SHA256 (xpi/firefox-i18n-60.0.1/ta.xpi) = a44b9c554a9a28e8deaeaa339072fb59b1b83d5ac21b9217c7a4c45991151a66 +SIZE (xpi/firefox-i18n-60.0.1/ta.xpi) = 577143 +SHA256 (xpi/firefox-i18n-60.0.1/te.xpi) = a4a967985ff28eb2016ca1ffeda616417fa582e9b7d80ee3558ef6d3209234cf +SIZE (xpi/firefox-i18n-60.0.1/te.xpi) = 590180 +SHA256 (xpi/firefox-i18n-60.0.1/th.xpi) = ed6161441a846694e92e2599ed5ed3ee101c5a5614c879e75c84774c67a66e5c +SIZE (xpi/firefox-i18n-60.0.1/th.xpi) = 562032 +SHA256 (xpi/firefox-i18n-60.0.1/tr.xpi) = b00a7592cc031b3fb303a5f0401526d66e17816b9784f9665a985ffadac7e167 +SIZE (xpi/firefox-i18n-60.0.1/tr.xpi) = 525038 +SHA256 (xpi/firefox-i18n-60.0.1/uk.xpi) = 8982bfa40fcf626cf5c8b03c5d56b39481a9de5aa79235cc51a35c93becb8262 +SIZE (xpi/firefox-i18n-60.0.1/uk.xpi) = 580148 +SHA256 (xpi/firefox-i18n-60.0.1/ur.xpi) = 7969dc4e8a3151b7ac107d3fa3a203fee7ae2530b9e9a94777becc4916ba1367 +SIZE (xpi/firefox-i18n-60.0.1/ur.xpi) = 562604 +SHA256 (xpi/firefox-i18n-60.0.1/uz.xpi) = 279fbb7731565381d092cdb64c805b4a913e34fde2f5c1bf3beb5b39008334bf +SIZE (xpi/firefox-i18n-60.0.1/uz.xpi) = 512911 +SHA256 (xpi/firefox-i18n-60.0.1/vi.xpi) = cecaed7dabd4f6c854686c0e6b51a374aca14f6c4d410299c385b4760b89722b +SIZE (xpi/firefox-i18n-60.0.1/vi.xpi) = 527411 +SHA256 (xpi/firefox-i18n-60.0.1/xh.xpi) = 67faed09d6f6fbd8b6992916db46d48ae3f9e72c9d87619dd3babd0b0392b2aa +SIZE (xpi/firefox-i18n-60.0.1/xh.xpi) = 511081 +SHA256 (xpi/firefox-i18n-60.0.1/zh-CN.xpi) = 8f59eec11b816f160b5f767a0d6ed8afe0d61f161c01fbe6d13bd6b94e847de2 +SIZE (xpi/firefox-i18n-60.0.1/zh-CN.xpi) = 542802 +SHA256 (xpi/firefox-i18n-60.0.1/zh-TW.xpi) = 0dddb9ea7edd64784458381c3002a1c62a6c26ad9fefb3a8be0836d2a5a748e4 +SIZE (xpi/firefox-i18n-60.0.1/zh-TW.xpi) = 541124 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Wed May 16 22:16:47 2018 (r470154) +++ head/www/firefox/Makefile Wed May 16 22:17:00 2018 (r470155) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.0 -PORTREVISION= 2 +DISTVERSION= 60.0.1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Wed May 16 22:16:47 2018 (r470154) +++ head/www/firefox/distinfo Wed May 16 22:17:00 2018 (r470155) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525366747 -SHA256 (firefox-60.0.source.tar.xz) = 4bc4fd997e6239f53e16a70b04f197791e5c5d09367e2916bcfe4a427999f842 -SIZE (firefox-60.0.source.tar.xz) = 266717500 +TIMESTAMP = 1526449212 +SHA256 (firefox-60.0.1.source.tar.xz) = c8e621c7dfccbef14cce41a6847b83bee15b5276cd0c35771c3874e464e6a662 +SIZE (firefox-60.0.1.source.tar.xz) = 267804748 From owner-svn-ports-head@freebsd.org Wed May 16 22:22:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 202E7ED9315; Wed, 16 May 2018 22:22:30 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 884827F460; Wed, 16 May 2018 22:22:29 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lf0-f45.google.com with SMTP id z142-v6so5768103lff.5; Wed, 16 May 2018 15:22:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Y6cXJ+AiWQHVfH6ypdDq7FhsEMJfFkIS8+NDKvQeVew=; b=prXZlNgBvtSxTvTMc4jMXd/ITfTsEY4391Ol4dgClndquNscNuuXtYFdTGD1PHbbEY aCWz1CGbQ1YxazEnV16enAPgvKl93LzKWVccOdf1/4TzheSRV0DFkSEjzC3Cz/e3lvxB Y1589VNYvTcmtNXqEA58uOxMLvUjN7UtUMN6K8onwd6qB/+FayQQLq0eatwd5baVhpWD WryNQtlI3Ve51uHUAWtWtDP4PA8dFLttIDJwBLIh74MXUVzqExivMKFgwXlKLacnPcZ8 RJRYDHUSo9mLUC5tqs4cQqMgMiuI70LOL9gEexPGa8Kc81LVOah4QJObiShT9/76askp +IPA== X-Gm-Message-State: ALKqPwcm1RlJTDknAnkkBxzEROePOSzz86L6r11I808CmJH2Kd1ZU4Ka nq2bdDSF5k0/NmnQPnpSdRwmJpbunjo= X-Google-Smtp-Source: AB8JxZryUCsAMafUoh+1mu06alW3ZF2ofciZICE32MhC8wm5CKl4gF5qPKss8XdlptfV8emmvHL5pg== X-Received: by 2002:a2e:9218:: with SMTP id k24-v6mr1549297ljg.70.1526509347170; Wed, 16 May 2018 15:22:27 -0700 (PDT) Received: from oxy (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id l14-v6sm861546lfi.7.2018.05.16.15.22.26 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 May 2018 15:22:26 -0700 (PDT) Date: Thu, 17 May 2018 00:23:28 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: Jan Beich Cc: Kirill Ponomarev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469725 - in head/games: . coffeebreak Message-ID: <20180517002328.3f449085@oxy> In-Reply-To: <4ljb-iy23-wny@FreeBSD.org> References: <201805121017.w4CAH8Yc068525@repo.freebsd.org> <4ljb-iy23-wny@FreeBSD.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 22:22:30 -0000 On Sun, 13 May 2018 13:40:04 +0200 Jan Beich wrote: >Kirill Ponomarev writes: > >> Author: krion >> Date: Sat May 12 10:17:08 2018 >> New Revision: 469725 >> URL: https://svnweb.freebsd.org/changeset/ports/469725 >> >> Log: >> coffeebreak is a a fake FreeBSD installer. >> >> It's friday. Do you need to pretend to be working? Do you have >> FreeBSD systems? Here you go! coffeebreak is the tool you always >> wanted to make your machine as if it is very busy doing important >> stuff. >> WWW: https://github.com/0mp/coffeebreak > >Maybe port https://github.com/svenstaro/genact as well. ;) Whatever boats your floats: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228306 Have fun & happy hacking ;) Mateusz From owner-svn-ports-head@freebsd.org Wed May 16 22:50:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECFE7EDA96C; Wed, 16 May 2018 22:50:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FA5B80DF7; Wed, 16 May 2018 22:50:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D6C12075C; Wed, 16 May 2018 22:50:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GMoRgp081386; Wed, 16 May 2018 22:50:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GMoQ3P081382; Wed, 16 May 2018 22:50:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805162250.w4GMoQ3P081382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 May 2018 22:50:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470157 - in head/devel: renpy renpy/files renpy6 renpy6/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/devel: renpy renpy/files renpy6 renpy6/files X-SVN-Commit-Revision: 470157 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 22:50:28 -0000 Author: jbeich Date: Wed May 16 22:50:26 2018 New Revision: 470157 URL: https://svnweb.freebsd.org/changeset/ports/470157 Log: devel/renpy: unbreak with cython 0.28 PR: 228235 Obtained from: upstream Added: head/devel/renpy/files/patch-renpy_display_render.pyx (contents, props changed) head/devel/renpy6/files/patch-renpy_display_render.pyx (contents, props changed) Modified: head/devel/renpy/Makefile (contents, props changed) head/devel/renpy6/Makefile (contents, props changed) Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Wed May 16 22:19:46 2018 (r470156) +++ head/devel/renpy/Makefile Wed May 16 22:50:26 2018 (r470157) @@ -3,7 +3,7 @@ PORTNAME= renpy PORTVERSION?= 6.99.14.3 DISTVERSIONSUFFIX=-sdk -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel games MASTER_SITES= https://www.renpy.org/dl/${PORTVERSION}/ @@ -23,7 +23,6 @@ LIB_DEPENDS= libfribidi.so:converters/fribidi \ libfreetype.so:print/freetype2 RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}game_sdl2>=${PORTVERSION}:devel/py-game_sdl2@${FLAVOR} -BROKEN= fails to build with cython 0.28 CONFLICTS_INSTALL?= ${PORTNAME}6-* # Upstream tends to reroll distfiles before moving under /release/ Added: head/devel/renpy/files/patch-renpy_display_render.pyx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/renpy/files/patch-renpy_display_render.pyx Wed May 16 22:50:26 2018 (r470157) @@ -0,0 +1,13 @@ +https://github.com/renpy/renpy/commit/ba832e5e3d52 + +--- renpy/display/render.pyx.orig 2018-01-26 22:32:59 UTC ++++ renpy/display/render.pyx +@@ -572,7 +572,7 @@ PIXELLATE = 3 + + cdef class Render: + +- def __init__(Render self, float width, float height, draw_func=None, layer_name=None, bint opaque=None): #@DuplicatedSignature ++ def __init__(Render self, float width, float height, draw_func=None, layer_name=None, bint opaque=False): #@DuplicatedSignature + """ + Creates a new render corresponding to the given widget with + the specified width and height. Modified: head/devel/renpy6/Makefile ============================================================================== --- head/devel/renpy6/Makefile Wed May 16 22:19:46 2018 (r470156) +++ head/devel/renpy6/Makefile Wed May 16 22:50:26 2018 (r470157) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTVERSION= 6.18.3 -PORTREVISION= 6 +PORTREVISION= 7 PKGNAMESUFFIX= 6 -BROKEN= fails to build with cython 0.28 CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* MASTERDIR= ${.CURDIR}/../renpy Added: head/devel/renpy6/files/patch-renpy_display_render.pyx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/renpy6/files/patch-renpy_display_render.pyx Wed May 16 22:50:26 2018 (r470157) @@ -0,0 +1,13 @@ +https://github.com/renpy/renpy/commit/ba832e5e3d52 + +--- renpy/display/render.pyx.orig 2014-10-03 01:16:12 UTC ++++ renpy/display/render.pyx +@@ -448,7 +448,7 @@ PIXELLATE = 3 + + cdef class Render: + +- def __init__(Render self, float width, float height, draw_func=None, layer_name=None, bint opaque=None): #@DuplicatedSignature ++ def __init__(Render self, float width, float height, draw_func=None, layer_name=None, bint opaque=False): #@DuplicatedSignature + """ + Creates a new render corresponding to the given widget with + the specified width and height. From owner-svn-ports-head@freebsd.org Wed May 16 23:54:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D6E1EDE3E7; Wed, 16 May 2018 23:54: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 1F5CD838F2; Wed, 16 May 2018 23:54: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 00C7321274; Wed, 16 May 2018 23:54: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 w4GNs6sD016709; Wed, 16 May 2018 23:54:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNs6KA016707; Wed, 16 May 2018 23:54:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162354.w4GNs6KA016707@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, 16 May 2018 23:54:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470158 - head/databases/rocksdb X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rocksdb X-SVN-Commit-Revision: 470158 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:54:07 -0000 Author: sunpoet Date: Wed May 16 23:54:06 2018 New Revision: 470158 URL: https://svnweb.freebsd.org/changeset/ports/470158 Log: Update to 5.13.1 Changes: https://github.com/facebook/rocksdb/releases Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Wed May 16 22:50:26 2018 (r470157) +++ head/databases/rocksdb/Makefile Wed May 16 23:54:06 2018 (r470158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 5.12.4 +PORTVERSION= 5.13.1 DISTVERSIONPREFIX= v CATEGORIES= databases Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Wed May 16 22:50:26 2018 (r470157) +++ head/databases/rocksdb/distinfo Wed May 16 23:54:06 2018 (r470158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524750313 -SHA256 (facebook-rocksdb-v5.12.4_GH0.tar.gz) = 6e8d0844adc37da331844ac4b21ae33ba1f5265d8914c745760d9209a57e9cc9 -SIZE (facebook-rocksdb-v5.12.4_GH0.tar.gz) = 4619858 +TIMESTAMP = 1526403239 +SHA256 (facebook-rocksdb-v5.13.1_GH0.tar.gz) = a99bf51e1da76d8b6487c1dd694311f4e26031071be7802e76fb926154ff33d2 +SIZE (facebook-rocksdb-v5.13.1_GH0.tar.gz) = 4632297 From owner-svn-ports-head@freebsd.org Wed May 16 23:54:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A41C4EDE426; Wed, 16 May 2018 23:54:14 +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 D9DF3839A7; Wed, 16 May 2018 23:54:13 +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 882A221275; Wed, 16 May 2018 23:54: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 w4GNsCb2016836; Wed, 16 May 2018 23:54:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNsB6x016834; Wed, 16 May 2018 23:54:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162354.w4GNsB6x016834@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, 16 May 2018 23:54:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470159 - head/devel/pylint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pylint X-SVN-Commit-Revision: 470159 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:54:14 -0000 Author: sunpoet Date: Wed May 16 23:54:11 2018 New Revision: 470159 URL: https://svnweb.freebsd.org/changeset/ports/470159 Log: Update to 1.9.0 Changes: https://github.com/PyCQA/pylint/blob/1.9/ChangeLog Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Wed May 16 23:54:06 2018 (r470158) +++ head/devel/pylint/Makefile Wed May 16 23:54:11 2018 (r470159) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 1.8.4 +PORTVERSION= 1.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Wed May 16 23:54:06 2018 (r470158) +++ head/devel/pylint/distinfo Wed May 16 23:54:11 2018 (r470159) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523008177 -SHA256 (pylint-1.8.4.tar.gz) = 34738a82ab33cbd3bb6cd4cef823dbcabdd2b6b48a4e3a3054a2bbbf0c712be9 -SIZE (pylint-1.8.4.tar.gz) = 512582 +TIMESTAMP = 1526504683 +SHA256 (pylint-1.9.0.tar.gz) = cf1be367296e9e534a5cb420186ce99f63f17c2b855fcb4321a3e20ce51502cd +SIZE (pylint-1.9.0.tar.gz) = 534834 From owner-svn-ports-head@freebsd.org Wed May 16 23:54:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FD47EDE44B; Wed, 16 May 2018 23:54: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 CB30F839C0; Wed, 16 May 2018 23:54: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 9431521276; Wed, 16 May 2018 23:54: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 w4GNsHSL016977; Wed, 16 May 2018 23:54:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNsHx8016975; Wed, 16 May 2018 23:54:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162354.w4GNsHx8016975@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, 16 May 2018 23:54:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470160 - head/ftp/curl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/ftp/curl X-SVN-Commit-Revision: 470160 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:54:18 -0000 Author: sunpoet Date: Wed May 16 23:54:16 2018 New Revision: 470160 URL: https://svnweb.freebsd.org/changeset/ports/470160 Log: Update to 7.60.0 Changes: https://curl.haxx.se/changes.html Security: 04fe6c8d-2a34-4009-a81e-e7a7e759b5d2 MFH: 2018Q2 Modified: head/ftp/curl/Makefile head/ftp/curl/distinfo head/ftp/curl/pkg-plist Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Wed May 16 23:54:11 2018 (r470159) +++ head/ftp/curl/Makefile Wed May 16 23:54:16 2018 (r470160) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.59.0 +PORTVERSION= 7.60.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -160,7 +160,7 @@ post-install: post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${DOCSDIR}/libcurl/ cd ${WRKSRC}/docs/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/docs/libcurl/ && ${INSTALL_DATA} ABI *.html *.m4 ${STAGEDIR}${DOCSDIR}/libcurl/ + cd ${WRKSRC}/docs/libcurl/ && ${INSTALL_DATA} ABI *.m4 ${STAGEDIR}${DOCSDIR}/libcurl/ post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/ftp/curl/distinfo ============================================================================== --- head/ftp/curl/distinfo Wed May 16 23:54:11 2018 (r470159) +++ head/ftp/curl/distinfo Wed May 16 23:54:16 2018 (r470160) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521050363 -SHA256 (curl-7.59.0.tar.xz) = e44eaabdf916407585bf5c7939ff1161e6242b6b015d3f2f5b758b2a330461fc -SIZE (curl-7.59.0.tar.xz) = 2318988 +TIMESTAMP = 1526504732 +SHA256 (curl-7.60.0.tar.xz) = 8736ff8ded89ddf7e926eec7b16f82597d029fc1469f3a551f1fafaac164e6a0 +SIZE (curl-7.60.0.tar.xz) = 2338104 Modified: head/ftp/curl/pkg-plist ============================================================================== --- head/ftp/curl/pkg-plist Wed May 16 23:54:11 2018 (r470159) +++ head/ftp/curl/pkg-plist Wed May 16 23:54:16 2018 (r470160) @@ -126,6 +126,7 @@ man/man3/CURLOPT_DNS_INTERFACE.3.gz man/man3/CURLOPT_DNS_LOCAL_IP4.3.gz man/man3/CURLOPT_DNS_LOCAL_IP6.3.gz man/man3/CURLOPT_DNS_SERVERS.3.gz +man/man3/CURLOPT_DNS_SHUFFLE_ADDRESSES.3.gz man/man3/CURLOPT_DNS_USE_GLOBAL_CACHE.3.gz man/man3/CURLOPT_EGDSOCKET.3.gz man/man3/CURLOPT_ERRORBUFFER.3.gz @@ -151,6 +152,7 @@ man/man3/CURLOPT_FTP_USE_EPSV.3.gz man/man3/CURLOPT_FTP_USE_PRET.3.gz man/man3/CURLOPT_GSSAPI_DELEGATION.3.gz man/man3/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3.gz +man/man3/CURLOPT_HAPROXYPROTOCOL.3.gz man/man3/CURLOPT_HEADER.3.gz man/man3/CURLOPT_HEADERDATA.3.gz man/man3/CURLOPT_HEADERFUNCTION.3.gz From owner-svn-ports-head@freebsd.org Wed May 16 23:54:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D1CFEDE490; Wed, 16 May 2018 23:54: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 DD5C983AC3; Wed, 16 May 2018 23:54: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 A43D021278; Wed, 16 May 2018 23:54: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 w4GNsNSM017155; Wed, 16 May 2018 23:54:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNsMpj017149; Wed, 16 May 2018 23:54:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162354.w4GNsMpj017149@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, 16 May 2018 23:54:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470161 - in head/science/cdo: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/science/cdo: . files X-SVN-Commit-Revision: 470161 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:54:24 -0000 Author: sunpoet Date: Wed May 16 23:54:22 2018 New Revision: 470161 URL: https://svnweb.freebsd.org/changeset/ports/470161 Log: Update to 1.9.4 Changes: https://code.mpimet.mpg.de/projects/cdo/news Modified: head/science/cdo/Makefile head/science/cdo/distinfo head/science/cdo/files/patch-src-cdo_pthread.cc head/science/cdo/files/patch-src-pthread_debug.cc head/science/cdo/files/patch-src-pthread_debug.h Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Wed May 16 23:54:16 2018 (r470160) +++ head/science/cdo/Makefile Wed May 16 23:54:22 2018 (r470161) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.4 CATEGORIES= science -MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/16435/ \ +MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/17374/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org Modified: head/science/cdo/distinfo ============================================================================== --- head/science/cdo/distinfo Wed May 16 23:54:16 2018 (r470160) +++ head/science/cdo/distinfo Wed May 16 23:54:22 2018 (r470161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517730075 -SHA256 (cdo-1.9.3.tar.gz) = e83a3de7b402600c0d9a5df18073d36d133ff9719d3c561a0efa90f9c1599f3f -SIZE (cdo-1.9.3.tar.gz) = 9950612 +TIMESTAMP = 1526403275 +SHA256 (cdo-1.9.4.tar.gz) = 3d1c0fd3f7d38c5d3d88139ca1546c9d24e1b1ff752a794a4194dfe624695def +SIZE (cdo-1.9.4.tar.gz) = 10052888 Modified: head/science/cdo/files/patch-src-cdo_pthread.cc ============================================================================== --- head/science/cdo/files/patch-src-cdo_pthread.cc Wed May 16 23:54:16 2018 (r470160) +++ head/science/cdo/files/patch-src-cdo_pthread.cc Wed May 16 23:54:22 2018 (r470161) @@ -1,8 +1,8 @@ ---- src/cdo_pthread.cc.orig 2017-07-03 08:59:29 UTC +--- src/cdo_pthread.cc.orig 2018-05-09 08:49:58 UTC +++ src/cdo_pthread.cc -@@ -32,8 +32,10 @@ void print_pthread_info() +@@ -32,8 +32,10 @@ print_pthread_info() { - #if defined(HAVE_LIBPTHREAD) + #ifdef HAVE_LIBPTHREAD pthread_attr_t attr; +#if defined (PTHREAD_MUTEXATTR_CONDATTR) pthread_mutexattr_t m_attr; @@ -11,7 +11,7 @@ #if defined(PTHREAD_KEYS_MAX) fprintf(stderr, "PTHREAD_KEYS_MAX = %d\n", PTHREAD_KEYS_MAX); -@@ -54,6 +56,7 @@ void print_pthread_info() +@@ -54,6 +56,7 @@ print_pthread_info() print_pthread_attr("Default pthread attr", &attr); pthread_attr_destroy(&attr); @@ -19,7 +19,7 @@ pthread_mutexattr_init(&m_attr); print_pthread_mutexattr("Default pthread mutexattr", &m_attr); pthread_mutexattr_destroy(&m_attr); -@@ -61,6 +64,7 @@ void print_pthread_info() +@@ -61,6 +64,7 @@ print_pthread_info() pthread_condattr_init(&c_attr); print_pthread_condattr("Default pthread condattr ", &c_attr); pthread_condattr_destroy(&c_attr); Modified: head/science/cdo/files/patch-src-pthread_debug.cc ============================================================================== --- head/science/cdo/files/patch-src-pthread_debug.cc Wed May 16 23:54:16 2018 (r470160) +++ head/science/cdo/files/patch-src-pthread_debug.cc Wed May 16 23:54:22 2018 (r470161) @@ -1,18 +1,18 @@ ---- src/pthread_debug.cc.orig 2017-11-21 10:41:21 UTC +--- src/pthread_debug.cc.orig 2018-05-09 08:49:58 UTC +++ src/pthread_debug.cc -@@ -80,6 +80,7 @@ void print_pthread_attr(const char *call +@@ -87,6 +87,7 @@ print_pthread_attr(const char *caller, p + fprintf(stderr, "%-18s : %-14s = %ld\n", caller, "stacksize", (long) stacksize); } - +#if defined (PTHREAD_MUTEXATTR_CONDATTR) - void print_pthread_mutexattr(const char *caller, pthread_mutexattr_t *m_attr) + void + print_pthread_mutexattr(const char *caller, pthread_mutexattr_t *m_attr) { - (void) caller; -@@ -109,6 +110,7 @@ void print_pthread_mutexattr(const char +@@ -118,6 +119,7 @@ PTHREAD_PRIO_NONE); } #endif } +#endif - - void print_pthread_condattr(const char *caller, pthread_condattr_t *c_attr) + void + print_pthread_condattr(const char *caller, pthread_condattr_t *c_attr) Modified: head/science/cdo/files/patch-src-pthread_debug.h ============================================================================== --- head/science/cdo/files/patch-src-pthread_debug.h Wed May 16 23:54:16 2018 (r470160) +++ head/science/cdo/files/patch-src-pthread_debug.h Wed May 16 23:54:22 2018 (r470161) @@ -1,6 +1,6 @@ ---- src/pthread_debug.h.orig 2017-11-21 10:40:41 UTC +--- src/pthread_debug.h.orig 2018-05-09 08:49:58 UTC +++ src/pthread_debug.h -@@ -11,20 +11,22 @@ int Pthread_create(const char *caller, p +@@ -26,20 +26,22 @@ int Pthread_create(const char *caller, p int Pthread_join(const char *caller, pthread_t th, void **thread_return); @@ -10,24 +10,24 @@ +int Pthread_mutex_lock(const char *caller, std::mutex &p_mutex); -void Pthread_mutex_unlock(const char *caller, pthread_mutex_t *mutex); --void Pthread_mutex_unlock(const char *caller, std::mutex& p_mutex); +-void Pthread_mutex_unlock(const char *caller, std::mutex &p_mutex); +int Pthread_mutex_unlock(const char *caller, pthread_mutex_t *mutex); -+int Pthread_mutex_unlock(const char *caller, std::mutex& p_mutex); ++int Pthread_mutex_unlock(const char *caller, std::mutex &p_mutex); -void Pthread_cond_signal(const char *caller, pthread_cond_t *cond); --void Pthread_cond_signal(const char *caller,std::condition_variable &p_cond_var); +-void Pthread_cond_signal(const char *caller, std::condition_variable &p_cond_var); -void Pthread_cond_wait(const char *caller, pthread_cond_t *cond, pthread_mutex_t *mutex); --void Pthread_cond_wait(const char *caller, std::condition_variable &p_cond_var, std::unique_lock& p_mutex); +-void Pthread_cond_wait(const char *caller, std::condition_variable &p_cond_var, std::unique_lock &p_mutex); +int Pthread_cond_signal(const char *caller, pthread_cond_t *cond); -+int Pthread_cond_signal(const char *caller,std::condition_variable &p_cond_var); ++int Pthread_cond_signal(const char *caller, std::condition_variable &p_cond_var); +int Pthread_cond_wait(const char *caller, pthread_cond_t *cond, pthread_mutex_t *mutex); -+int Pthread_cond_wait(const char *caller, std::condition_variable &p_cond_var, std::unique_lock& p_mutex); ++int Pthread_cond_wait(const char *caller, std::condition_variable &p_cond_var, std::unique_lock &p_mutex); void print_pthread_attr(const char *caller, pthread_attr_t *attr); +#if defined (PTHREAD_MUTEXATTR_CONDATTR) - void print_pthread_mutexattr(const char *caller, pthread_mutexattr_t *m_attr); + void print_pthread_mutexattr(const char *caller, pthread_mutexattr_t *m_attr); void print_pthread_condattr(const char *caller, pthread_condattr_t *c_attr); +#endif - - #define pthread_create(a, b, c, d) Pthread_create(__func__, a, b, c, d) + #define pthread_create(a, b, c, d) Pthread_create(__func__, a, b, c, d) + #define pthread_join(a, b) Pthread_join(__func__, a, b) From owner-svn-ports-head@freebsd.org Wed May 16 23:54:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EC49EDE4BC; Wed, 16 May 2018 23:54: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 6A16683BD9; Wed, 16 May 2018 23:54: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 85CE721279; Wed, 16 May 2018 23:54: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 w4GNsT6Y017295; Wed, 16 May 2018 23:54:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNsThZ017293; Wed, 16 May 2018 23:54:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162354.w4GNsThZ017293@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, 16 May 2018 23:54:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470162 - head/www/npm X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/npm X-SVN-Commit-Revision: 470162 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:54:32 -0000 Author: sunpoet Date: Wed May 16 23:54:28 2018 New Revision: 470162 URL: https://svnweb.freebsd.org/changeset/ports/470162 Log: Update to 5.10.0 Changes: https://github.com/npm/npm/releases Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Wed May 16 23:54:22 2018 (r470161) +++ head/www/npm/Makefile Wed May 16 23:54:28 2018 (r470162) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 5.8.0 +PORTVERSION= 5.10.0 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -33,7 +33,7 @@ CPE_VENDOR= npmjs CPE_PRODUCT= node_packaged_modules SHEBANG_GLOB= *.py -SHEBANG_FILES= lib/node_modules/npm/node_modules/npm-lifecycle/node_modules/node-gyp/gyp/samples/samples +SHEBANG_FILES= lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples NODE_RUN_DEPENDS= node>=0.8.0:www/node NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4 @@ -49,7 +49,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bug-178881 post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/etc/man.d/npm.conf - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/node_modules/npm/node_modules/npm-lifecycle/node_modules/node-gyp/gyp/gyp + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp @${FIND} ${WRKSRC}/ -name '*.sh' -exec ${REINPLACE_CMD} -e '1 s|/usr/local|${LOCALBASE}|' {} + do-install: Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Wed May 16 23:54:22 2018 (r470161) +++ head/www/npm/distinfo Wed May 16 23:54:28 2018 (r470162) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522951920 -SHA256 (npm-5.8.0.tar.xz) = f9cd750be6e2c2e685fb61efcbe94859ec5a1a7986f83845a15d30a28c36642c -SIZE (npm-5.8.0.tar.xz) = 3441520 +TIMESTAMP = 1526314594 +SHA256 (npm-5.10.0.tar.xz) = 122a2727b54ad8481600ee34228d9d3b59ddb8778116b7026145d409a8c35f8d +SIZE (npm-5.10.0.tar.xz) = 3644904 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Wed May 16 23:54:22 2018 (r470161) +++ head/www/npm/pkg-plist Wed May 16 23:54:28 2018 (r470162) @@ -26,9 +26,11 @@ lib/node_modules/npm/changelogs/CHANGELOG-1.md lib/node_modules/npm/changelogs/CHANGELOG-2.md lib/node_modules/npm/changelogs/CHANGELOG-3.md lib/node_modules/npm/changelogs/CHANGELOG-4.md +lib/node_modules/npm/changelogs/CHANGELOG-5.md lib/node_modules/npm/configure lib/node_modules/npm/doc/cli/npm-access.md lib/node_modules/npm/doc/cli/npm-adduser.md +lib/node_modules/npm/doc/cli/npm-audit.md lib/node_modules/npm/doc/cli/npm-bin.md lib/node_modules/npm/doc/cli/npm-bugs.md lib/node_modules/npm/doc/cli/npm-build.md @@ -46,7 +48,9 @@ lib/node_modules/npm/doc/cli/npm-edit.md lib/node_modules/npm/doc/cli/npm-explore.md lib/node_modules/npm/doc/cli/npm-help-search.md lib/node_modules/npm/doc/cli/npm-help.md +lib/node_modules/npm/doc/cli/npm-hook.md lib/node_modules/npm/doc/cli/npm-init.md +lib/node_modules/npm/doc/cli/npm-install-ci-test.md lib/node_modules/npm/doc/cli/npm-install-test.md lib/node_modules/npm/doc/cli/npm-install.md lib/node_modules/npm/doc/cli/npm-link.md @@ -103,6 +107,7 @@ lib/node_modules/npm/doc/spec/package-lock.md lib/node_modules/npm/html/doc/README.html lib/node_modules/npm/html/doc/cli/npm-access.html lib/node_modules/npm/html/doc/cli/npm-adduser.html +lib/node_modules/npm/html/doc/cli/npm-audit.html lib/node_modules/npm/html/doc/cli/npm-bin.html lib/node_modules/npm/html/doc/cli/npm-bugs.html lib/node_modules/npm/html/doc/cli/npm-build.html @@ -120,7 +125,9 @@ lib/node_modules/npm/html/doc/cli/npm-edit.html lib/node_modules/npm/html/doc/cli/npm-explore.html lib/node_modules/npm/html/doc/cli/npm-help-search.html lib/node_modules/npm/html/doc/cli/npm-help.html +lib/node_modules/npm/html/doc/cli/npm-hook.html lib/node_modules/npm/html/doc/cli/npm-init.html +lib/node_modules/npm/html/doc/cli/npm-install-ci-test.html lib/node_modules/npm/html/doc/cli/npm-install-test.html lib/node_modules/npm/html/doc/cli/npm-install.html lib/node_modules/npm/html/doc/cli/npm-link.html @@ -183,6 +190,7 @@ lib/node_modules/npm/html/static/style.css lib/node_modules/npm/html/static/toc.js lib/node_modules/npm/lib/access.js lib/node_modules/npm/lib/adduser.js +lib/node_modules/npm/lib/audit.js lib/node_modules/npm/lib/auth/legacy.js lib/node_modules/npm/lib/auth/oauth.js lib/node_modules/npm/lib/auth/saml.js @@ -229,7 +237,9 @@ lib/node_modules/npm/lib/fetch-package-metadata.md lib/node_modules/npm/lib/get.js lib/node_modules/npm/lib/help-search.js lib/node_modules/npm/lib/help.js +lib/node_modules/npm/lib/hook.js lib/node_modules/npm/lib/init.js +lib/node_modules/npm/lib/install-ci-test.js lib/node_modules/npm/lib/install-test.js lib/node_modules/npm/lib/install.js lib/node_modules/npm/lib/install/access-error.js @@ -252,6 +262,7 @@ lib/node_modules/npm/lib/install/actions.js lib/node_modules/npm/lib/install/and-add-parent-to-errors.js lib/node_modules/npm/lib/install/and-finish-tracker.js lib/node_modules/npm/lib/install/and-ignore-errors.js +lib/node_modules/npm/lib/install/audit.js lib/node_modules/npm/lib/install/check-permissions.js lib/node_modules/npm/lib/install/copy-tree.js lib/node_modules/npm/lib/install/decompose-actions.js @@ -376,6 +387,7 @@ lib/node_modules/npm/make.bat lib/node_modules/npm/man/man1/npm-README.1.gz lib/node_modules/npm/man/man1/npm-access.1.gz lib/node_modules/npm/man/man1/npm-adduser.1.gz +lib/node_modules/npm/man/man1/npm-audit.1.gz lib/node_modules/npm/man/man1/npm-bin.1.gz lib/node_modules/npm/man/man1/npm-bugs.1.gz lib/node_modules/npm/man/man1/npm-build.1.gz @@ -393,7 +405,9 @@ lib/node_modules/npm/man/man1/npm-edit.1.gz lib/node_modules/npm/man/man1/npm-explore.1.gz lib/node_modules/npm/man/man1/npm-help-search.1.gz lib/node_modules/npm/man/man1/npm-help.1.gz +lib/node_modules/npm/man/man1/npm-hook.1.gz lib/node_modules/npm/man/man1/npm-init.1.gz +lib/node_modules/npm/man/man1/npm-install-ci-test.1.gz lib/node_modules/npm/man/man1/npm-install-test.1.gz lib/node_modules/npm/man/man1/npm-install.1.gz lib/node_modules/npm/man/man1/npm-link.1.gz @@ -450,6 +464,7 @@ lib/node_modules/npm/man/man7/removing-npm.7.gz lib/node_modules/npm/man/man7/semver.7.gz lib/node_modules/npm/node_modules/.bin/JSONStream lib/node_modules/npm/node_modules/.bin/mkdirp +lib/node_modules/npm/node_modules/.bin/node-gyp lib/node_modules/npm/node_modules/.bin/nopt lib/node_modules/npm/node_modules/.bin/opener lib/node_modules/npm/node_modules/.bin/qrcode-terminal @@ -602,6 +617,11 @@ lib/node_modules/npm/node_modules/bluebird/js/release/ lib/node_modules/npm/node_modules/bluebird/js/release/using.js lib/node_modules/npm/node_modules/bluebird/js/release/util.js lib/node_modules/npm/node_modules/bluebird/package.json +lib/node_modules/npm/node_modules/byte-size/LICENSE +lib/node_modules/npm/node_modules/byte-size/README.hbs +lib/node_modules/npm/node_modules/byte-size/README.md +lib/node_modules/npm/node_modules/byte-size/index.js +lib/node_modules/npm/node_modules/byte-size/package.json lib/node_modules/npm/node_modules/cacache/CHANGELOG.md lib/node_modules/npm/node_modules/cacache/LICENSE.md lib/node_modules/npm/node_modules/cacache/README.es.md @@ -627,106 +647,6 @@ lib/node_modules/npm/node_modules/cacache/locales/en.j lib/node_modules/npm/node_modules/cacache/locales/es.js lib/node_modules/npm/node_modules/cacache/locales/es.json lib/node_modules/npm/node_modules/cacache/ls.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/changelog.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/license -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/.travis.yml -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/example/tarray.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/readme.markdown -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/server/undef_globals.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/tarray.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/readme.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/.travis.yml -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/example.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.npmignore -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.travis.yml -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/test.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/test.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/end-of-stream/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/end-of-stream/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/end-of-stream/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/end-of-stream/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/.npmignore -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/.travis.yml -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/example.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/test.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/from2/.travis.yml -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/from2/LICENSE.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/from2/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/from2/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/from2/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/from2/test.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/.npmignore -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/.npmignore -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pump/.travis.yml -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pump/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pump/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pump/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pump/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pump/test-browser.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pump/test-node.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/.travis.yml -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/test.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/.npmignore -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/.travis.yml -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/collaborators.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.npmignore -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.travis.yml -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/LICENSE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/test.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/test.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/.npmignore -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/LICENSE.html -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/LICENSE.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/.npmignore -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/LICENCE -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/Makefile -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/immutable.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/mutable.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/test.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/node_modules/through2/through2.js -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/package.json -lib/node_modules/npm/node_modules/cacache/node_modules/mississippi/readme.md lib/node_modules/npm/node_modules/cacache/node_modules/y18n/CHANGELOG.md lib/node_modules/npm/node_modules/cacache/node_modules/y18n/LICENSE lib/node_modules/npm/node_modules/cacache/node_modules/y18n/README.md @@ -743,6 +663,32 @@ lib/node_modules/npm/node_modules/chownr/LICENSE lib/node_modules/npm/node_modules/chownr/README.md lib/node_modules/npm/node_modules/chownr/chownr.js lib/node_modules/npm/node_modules/chownr/package.json +lib/node_modules/npm/node_modules/cli-columns/LICENSE +lib/node_modules/npm/node_modules/cli-columns/README.md +lib/node_modules/npm/node_modules/cli-columns/color.js +lib/node_modules/npm/node_modules/cli-columns/index.js +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/index.js +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/license +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/node_modules/is-fullwidth-code-point/index.js +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/node_modules/is-fullwidth-code-point/license +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/node_modules/strip-ansi/index.js +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/node_modules/strip-ansi/license +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/node_modules/strip-ansi/package.json +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/node_modules/strip-ansi/readme.md +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/package.json +lib/node_modules/npm/node_modules/cli-columns/node_modules/string-width/readme.md +lib/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi/index.js +lib/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi/license +lib/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi/node_modules/ansi-regex/index.js +lib/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi/node_modules/ansi-regex/license +lib/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi/node_modules/ansi-regex/package.json +lib/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +lib/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi/package.json +lib/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi/readme.md +lib/node_modules/npm/node_modules/cli-columns/package.json +lib/node_modules/npm/node_modules/cli-columns/test.js lib/node_modules/npm/node_modules/cli-table2/.npmignore lib/node_modules/npm/node_modules/cli-table2/.travis.yml lib/node_modules/npm/node_modules/cli-table2/README.md @@ -1332,6 +1278,11 @@ lib/node_modules/npm/node_modules/editor/example/beep. lib/node_modules/npm/node_modules/editor/example/edit.js lib/node_modules/npm/node_modules/editor/index.js lib/node_modules/npm/node_modules/editor/package.json +lib/node_modules/npm/node_modules/figgy-pudding/CHANGELOG.md +lib/node_modules/npm/node_modules/figgy-pudding/LICENSE.md +lib/node_modules/npm/node_modules/figgy-pudding/README.md +lib/node_modules/npm/node_modules/figgy-pudding/index.js +lib/node_modules/npm/node_modules/figgy-pudding/package.json lib/node_modules/npm/node_modules/find-npm-prefix/LICENSE lib/node_modules/npm/node_modules/find-npm-prefix/README.md lib/node_modules/npm/node_modules/find-npm-prefix/find-prefix.js @@ -1361,6 +1312,14 @@ lib/node_modules/npm/node_modules/fs-write-stream-atom lib/node_modules/npm/node_modules/fs-write-stream-atomic/LICENSE lib/node_modules/npm/node_modules/fs-write-stream-atomic/README.md lib/node_modules/npm/node_modules/fs-write-stream-atomic/index.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/.npmignore +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/LICENSE +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/README.md +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/index.coffee +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/index.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/package.json +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/test/index.coffee +lib/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/test/mocha.opts lib/node_modules/npm/node_modules/fs-write-stream-atomic/package.json lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/basic.js lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/chown.js @@ -1374,6 +1333,14 @@ lib/node_modules/npm/node_modules/gentle-fs/README.md lib/node_modules/npm/node_modules/gentle-fs/index.js lib/node_modules/npm/node_modules/gentle-fs/lib/link.js lib/node_modules/npm/node_modules/gentle-fs/lib/rm.js +lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/.npmignore +lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/LICENSE +lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/README.md +lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/index.coffee +lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/index.js +lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/package.json +lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/test/index.coffee +lib/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/test/mocha.opts lib/node_modules/npm/node_modules/gentle-fs/package.json lib/node_modules/npm/node_modules/glob/LICENSE lib/node_modules/npm/node_modules/glob/README.md @@ -1428,14 +1395,10 @@ lib/node_modules/npm/node_modules/hosted-git-info/git- lib/node_modules/npm/node_modules/hosted-git-info/git-host.js lib/node_modules/npm/node_modules/hosted-git-info/index.js lib/node_modules/npm/node_modules/hosted-git-info/package.json -lib/node_modules/npm/node_modules/iferr/.npmignore lib/node_modules/npm/node_modules/iferr/LICENSE lib/node_modules/npm/node_modules/iferr/README.md -lib/node_modules/npm/node_modules/iferr/index.coffee -lib/node_modules/npm/node_modules/iferr/index.js +lib/node_modules/npm/node_modules/iferr/iferr.js lib/node_modules/npm/node_modules/iferr/package.json -lib/node_modules/npm/node_modules/iferr/test/index.coffee -lib/node_modules/npm/node_modules/iferr/test/mocha.opts lib/node_modules/npm/node_modules/imurmurhash/README.md lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.js lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js @@ -1481,18 +1444,18 @@ lib/node_modules/npm/node_modules/init-package-json/no lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/validate.input lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/validate.js lib/node_modules/npm/node_modules/init-package-json/package.json -lib/node_modules/npm/node_modules/is-cidr/.npmignore -lib/node_modules/npm/node_modules/is-cidr/.travis.yml +lib/node_modules/npm/node_modules/is-cidr/LICENSE lib/node_modules/npm/node_modules/is-cidr/README.md -lib/node_modules/npm/node_modules/is-cidr/example/example.js -lib/node_modules/npm/node_modules/is-cidr/lib/index.js -lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/.npmignore +lib/node_modules/npm/node_modules/is-cidr/index.js +lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/LICENSE lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/README.md -lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/lib/index.js +lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/index.js +lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/node_modules/ip-regex/index.js +lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/node_modules/ip-regex/license +lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/node_modules/ip-regex/package.json +lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/node_modules/ip-regex/readme.md lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/package.json -lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/test.js lib/node_modules/npm/node_modules/is-cidr/package.json -lib/node_modules/npm/node_modules/is-cidr/test/index.test.js lib/node_modules/npm/node_modules/json-parse-better-errors/CHANGELOG.md lib/node_modules/npm/node_modules/json-parse-better-errors/LICENSE.md lib/node_modules/npm/node_modules/json-parse-better-errors/README.md @@ -1514,19 +1477,651 @@ lib/node_modules/npm/node_modules/libcipm/lib/config/p lib/node_modules/npm/node_modules/libcipm/lib/extract.js lib/node_modules/npm/node_modules/libcipm/lib/silentlog.js lib/node_modules/npm/node_modules/libcipm/lib/worker.js -lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/LICENSE -lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/README.md -lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/index.js -lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/node_modules/npm-package-arg/LICENSE -lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/node_modules/npm-package-arg/README.md -lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/node_modules/npm-package-arg/npa.js -lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/node_modules/npm-package-arg/package.json -lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/package.json lib/node_modules/npm/node_modules/libcipm/node_modules/npm-logical-tree/CHANGELOG.md lib/node_modules/npm/node_modules/libcipm/node_modules/npm-logical-tree/LICENSE.md lib/node_modules/npm/node_modules/libcipm/node_modules/npm-logical-tree/README.md lib/node_modules/npm/node_modules/libcipm/node_modules/npm-logical-tree/index.js lib/node_modules/npm/node_modules/libcipm/node_modules/npm-logical-tree/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/extract.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/extract-stream.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetch.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/directory.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/file.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/git.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/hosted.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/range.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/registry/check-warning-header.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/registry/fetch.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/registry/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/registry/manifest.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/registry/pick-registry.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/registry/registry-key.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/registry/tarball.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/remote.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/tag.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/fetchers/version.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/finalize-manifest.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/util/cache-key.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/util/git.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/util/opt-check.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/util/pack-dir.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/util/silentlog.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/lib/with-tarball-stream.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/manifest.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/README.es.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/en.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/es.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/get.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/content/path.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/content/read.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/content/rm.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/content/write.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/entry-index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/memoization.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/util/fix-owner.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/util/hash-to-segments.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/util/move-file.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/util/tmp.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/util/y.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/lib/verify.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/locales/en.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/locales/en.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/locales/es.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/locales/es.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/ls.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/changelog.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/license +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/buffer-from/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/buffer-from/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/buffer-from/readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/buffer-from/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/example/tarray.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/readme.markdown +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/server/undef_globals.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/tarray.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/concat-stream/readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/example.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/duplexify/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/end-of-stream/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/end-of-stream/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/end-of-stream/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/end-of-stream/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/example.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/flush-write-stream/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/from2/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/from2/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/from2/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/from2/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/from2/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/from2/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/parallel-transform/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pump/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pump/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pump/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pump/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pump/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pump/test-browser.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pump/test-node.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/pumpify/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/collaborators.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/stream-each/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/LICENSE.html +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/.jshintrc +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/LICENCE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/Makefile +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/immutable.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/mutable.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/node_modules/xtend/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/node_modules/through2/through2.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/mississippi/readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/y18n/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/y18n/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/y18n/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/y18n/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/node_modules/y18n/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/put.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/rm.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/cacache/verify.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/get-stream/buffer-stream.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/get-stream/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/get-stream/license +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/get-stream/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/get-stream/readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/agent.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/cache.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/History.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/browser.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/lib/_http_agent.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/lib/agent.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/lib/https_agent.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/History.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/node_modules/ms/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/node_modules/ms/license.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/node_modules/ms/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/node_modules/ms/readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/node4/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/History.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/History.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/dist/promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/dist/promisify.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/auto.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.min.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.min.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.min.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.min.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/es6-promise.d.ts +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise.auto.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/-internal.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/asap.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/enumerator.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/polyfill.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/all.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/race.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/reject.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/resolve.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/then.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/utils.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/patch-core.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/test/ssl-cert-snakeoil.key +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/test/ssl-cert-snakeoil.pem +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/test/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/.coveralls.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/.eslintrc +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/Makefile +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/karma.conf.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/node.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/node_modules/ms/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/node_modules/ms/license.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/node_modules/ms/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/node_modules/ms/readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/src/browser.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/src/debug.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/src/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/src/node.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/test/ssl-cert-snakeoil.key +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/test/ssl-cert-snakeoil.pem +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/test/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/History.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/History.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/dist/promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/dist/promisify.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/auto.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.min.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.min.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.min.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.min.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/es6-promise.d.ts +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise.auto.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/-internal.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/asap.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/enumerator.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/polyfill.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/all.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/race.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/reject.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/resolve.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/then.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/utils.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/patch-core.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/test/ssl-cert-snakeoil.key +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/test/ssl-cert-snakeoil.pem +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/test/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/.coveralls.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/.eslintrc +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/Makefile +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/karma.conf.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/node.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms/license.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms/readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/browser.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/debug.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/node.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/test/ssl-cert-snakeoil.key +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/test/ssl-cert-snakeoil.pem +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/test/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/buffer-from/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/buffer-from/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/buffer-from/readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/buffer-from/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/example/tarray.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/readme.markdown +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/server/undef_globals.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/tarray.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/example.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/example.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/test-browser.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/test-browser.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/test-node.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/collaborators.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/LICENSE.html +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/.jshintrc +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/LICENCE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/Makefile +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/immutable.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/mutable.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/through2.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/lib/encoding.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/lib/iconv-loader.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/Changelog.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-codec.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/dbcs-data.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/internal.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-codec.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data-generated.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/sbcs-data.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/tables/big5-added.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp936.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp949.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/tables/cp950.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/tables/eucjp.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/tables/gbk-added.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/tables/shiftjis.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/utf16.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/encodings/utf7.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/lib/bom-handling.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/lib/extend-node.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/lib/index.d.ts +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/lib/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/lib/streams.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/node_modules/safer-buffer/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/node_modules/safer-buffer/Porting-Buffer.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/node_modules/safer-buffer/Readme.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/node_modules/safer-buffer/dangerous.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/node_modules/safer-buffer/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/node_modules/safer-buffer/safer.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/node_modules/safer-buffer/tests.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/test/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/blob.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/body.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/common.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/fetch-error.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/headers.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/request.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/response.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/History.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/History.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/dist/promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/dist/promisify.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/auto.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.min.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.auto.min.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.min.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/dist/es6-promise.min.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/es6-promise.d.ts +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise.auto.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/-internal.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/asap.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/enumerator.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/polyfill.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/all.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/race.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/reject.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/promise/resolve.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/then.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/lib/es6-promise/utils.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/patch-core.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/test/ssl-cert-snakeoil.key +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/test/ssl-cert-snakeoil.pem +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/test/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/examples/associate.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/examples/bind.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/examples/connect.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/lib/socks-agent.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/lib/socks-client.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/ip/.jscsrc +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/ip/.jshintrc +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/ip/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/ip/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/ip/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/ip/lib/ip.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/ip/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/ip/test/api-test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer/build/smartbuffer.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer/build/smartbuffer.js.map +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer/lib/smart-buffer.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer/test/smart-buffer.test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer/typings/index.d.ts +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/test/ssl-cert-snakeoil.key +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/test/ssl-cert-snakeoil.pem +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/test/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/make-fetch-happen/warning.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/minimatch.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/minimatch/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/.editorconfig +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/.jshintrc +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/.editorconfig +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/.eslintrc.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/bower.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/index.umd.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/test/.eslintrc.json +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code/test/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/pacote/node_modules/promise-retry/node_modules/retry/.npmignore *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Wed May 16 23:54:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E643FEDE4CC; Wed, 16 May 2018 23:54: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 96DE683C48; Wed, 16 May 2018 23:54:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7816D2127A; Wed, 16 May 2018 23:54: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 w4GNsYVY017420; Wed, 16 May 2018 23:54:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNsYcU017418; Wed, 16 May 2018 23:54:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162354.w4GNsYcU017418@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, 16 May 2018 23:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470163 - head/databases/p5-BSON X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-BSON X-SVN-Commit-Revision: 470163 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:54:35 -0000 Author: sunpoet Date: Wed May 16 23:54:33 2018 New Revision: 470163 URL: https://svnweb.freebsd.org/changeset/ports/470163 Log: Update to 1.6.0 Changes: http://search.cpan.org/dist/BSON/Changes Modified: head/databases/p5-BSON/Makefile head/databases/p5-BSON/distinfo Modified: head/databases/p5-BSON/Makefile ============================================================================== --- head/databases/p5-BSON/Makefile Wed May 16 23:54:28 2018 (r470162) +++ head/databases/p5-BSON/Makefile Wed May 16 23:54:33 2018 (r470163) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BSON -PORTVERSION= 1.4.0 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= databases perl5 MASTER_SITES= CPAN Modified: head/databases/p5-BSON/distinfo ============================================================================== --- head/databases/p5-BSON/distinfo Wed May 16 23:54:28 2018 (r470162) +++ head/databases/p5-BSON/distinfo Wed May 16 23:54:33 2018 (r470163) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489765747 -SHA256 (BSON-v1.4.0.tar.gz) = 878bf82bd216b5d0127f4c92fa791fbc32689ebefbcaba9c5d2b0ea12d5a2b1d -SIZE (BSON-v1.4.0.tar.gz) = 99911 +TIMESTAMP = 1526504747 +SHA256 (BSON-v1.6.0.tar.gz) = 47953996d005f68e1bdec8d54c4ed4f4c7f13a2894b655dd39f5cd555c4efdbe +SIZE (BSON-v1.6.0.tar.gz) = 102066 From owner-svn-ports-head@freebsd.org Wed May 16 23:54:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09918EDE506; Wed, 16 May 2018 23:54: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 80E5283D33; Wed, 16 May 2018 23:54: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 313D42127B; Wed, 16 May 2018 23:54: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 w4GNseeK017545; Wed, 16 May 2018 23:54:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNsdBo017542; Wed, 16 May 2018 23:54:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162354.w4GNsdBo017542@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, 16 May 2018 23:54:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470164 - head/devel/py-astroid X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-astroid X-SVN-Commit-Revision: 470164 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:54:41 -0000 Author: sunpoet Date: Wed May 16 23:54:39 2018 New Revision: 470164 URL: https://svnweb.freebsd.org/changeset/ports/470164 Log: Update to 1.6.4 Changes: https://github.com/PyCQA/astroid/blob/1.6/ChangeLog Modified: head/devel/py-astroid/Makefile head/devel/py-astroid/distinfo Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Wed May 16 23:54:33 2018 (r470163) +++ head/devel/py-astroid/Makefile Wed May 16 23:54:39 2018 (r470164) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= astroid -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-astroid/distinfo ============================================================================== --- head/devel/py-astroid/distinfo Wed May 16 23:54:33 2018 (r470163) +++ head/devel/py-astroid/distinfo Wed May 16 23:54:39 2018 (r470164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523008208 -SHA256 (astroid-1.6.3.tar.gz) = 35cfae47aac19c7b407b7095410e895e836f2285ccf1220336afba744cc4c5f2 -SIZE (astroid-1.6.3.tar.gz) = 254828 +TIMESTAMP = 1526504776 +SHA256 (astroid-1.6.4.tar.gz) = dea42ae6e0b789b543f728ddae7ddb6740ba33a49fb52c4a4d9cb7bb4aa6ec09 +SIZE (astroid-1.6.4.tar.gz) = 260039 From owner-svn-ports-head@freebsd.org Wed May 16 23:54:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BCB6EDE5C8; Wed, 16 May 2018 23:54: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 93EB983E2D; Wed, 16 May 2018 23:54: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 D75BA2127C; Wed, 16 May 2018 23:54: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 w4GNsjxn017667; Wed, 16 May 2018 23:54:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNsjV8017665; Wed, 16 May 2018 23:54:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162354.w4GNsjV8017665@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, 16 May 2018 23:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470165 - head/devel/py-confusable_homoglyphs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-confusable_homoglyphs X-SVN-Commit-Revision: 470165 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:54:47 -0000 Author: sunpoet Date: Wed May 16 23:54:45 2018 New Revision: 470165 URL: https://svnweb.freebsd.org/changeset/ports/470165 Log: Update to 3.1.0 Changes: https://github.com/vhf/confusable_homoglyphs/commits/master Modified: head/devel/py-confusable_homoglyphs/Makefile head/devel/py-confusable_homoglyphs/distinfo Modified: head/devel/py-confusable_homoglyphs/Makefile ============================================================================== --- head/devel/py-confusable_homoglyphs/Makefile Wed May 16 23:54:39 2018 (r470164) +++ head/devel/py-confusable_homoglyphs/Makefile Wed May 16 23:54:45 2018 (r470165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= confusable_homoglyphs -PORTVERSION= 3.0.0 +PORTVERSION= 3.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-confusable_homoglyphs/distinfo ============================================================================== --- head/devel/py-confusable_homoglyphs/distinfo Wed May 16 23:54:39 2018 (r470164) +++ head/devel/py-confusable_homoglyphs/distinfo Wed May 16 23:54:45 2018 (r470165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520629922 -SHA256 (confusable_homoglyphs-3.0.0.tar.gz) = 2dc772701291bd8343abd0dca01453b970a998a9dc7fc4be558d91472100e02e -SIZE (confusable_homoglyphs-3.0.0.tar.gz) = 188836 +TIMESTAMP = 1526504799 +SHA256 (confusable_homoglyphs-3.1.0.tar.gz) = 5566e8137a8cf5fa081a8f08039dd13e1563a14a3b63c4130688143dd067bb4f +SIZE (confusable_homoglyphs-3.1.0.tar.gz) = 160030 From owner-svn-ports-head@freebsd.org Wed May 16 23:54:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9874AEDE5F3; Wed, 16 May 2018 23:54: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 A1E4083ECE; Wed, 16 May 2018 23:54:51 +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 45B752127D; Wed, 16 May 2018 23:54: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 w4GNspWc017792; Wed, 16 May 2018 23:54:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNsoo7017790; Wed, 16 May 2018 23:54:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162354.w4GNsoo7017790@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, 16 May 2018 23:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470166 - head/devel/py-hypothesis X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-hypothesis X-SVN-Commit-Revision: 470166 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:54:52 -0000 Author: sunpoet Date: Wed May 16 23:54:50 2018 New Revision: 470166 URL: https://svnweb.freebsd.org/changeset/ports/470166 Log: Update to 3.56.10 Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst Modified: head/devel/py-hypothesis/Makefile head/devel/py-hypothesis/distinfo Modified: head/devel/py-hypothesis/Makefile ============================================================================== --- head/devel/py-hypothesis/Makefile Wed May 16 23:54:45 2018 (r470165) +++ head/devel/py-hypothesis/Makefile Wed May 16 23:54:50 2018 (r470166) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hypothesis -PORTVERSION= 3.56.9 +PORTVERSION= 3.56.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-hypothesis/distinfo ============================================================================== --- head/devel/py-hypothesis/distinfo Wed May 16 23:54:45 2018 (r470165) +++ head/devel/py-hypothesis/distinfo Wed May 16 23:54:50 2018 (r470166) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526309939 -SHA256 (hypothesis-3.56.9.tar.gz) = a7da62992515f345b9b977bd519309d0f1ba15b99a7703964482c68ad8714434 -SIZE (hypothesis-3.56.9.tar.gz) = 156598 +TIMESTAMP = 1526504824 +SHA256 (hypothesis-3.56.10.tar.gz) = 0a7839861fb6a43182a0afe475317e38322b489d226c53558e55f61bd5a05ace +SIZE (hypothesis-3.56.10.tar.gz) = 156611 From owner-svn-ports-head@freebsd.org Wed May 16 23:54:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9098EDE61F; Wed, 16 May 2018 23:54:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4854583FAE; Wed, 16 May 2018 23:54: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 B2DF62127E; Wed, 16 May 2018 23:54: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 w4GNsuk2017917; Wed, 16 May 2018 23:54:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNsukJ017915; Wed, 16 May 2018 23:54:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162354.w4GNsukJ017915@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, 16 May 2018 23:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470167 - head/devel/py-oslo.config X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-oslo.config X-SVN-Commit-Revision: 470167 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:54:57 -0000 Author: sunpoet Date: Wed May 16 23:54:55 2018 New Revision: 470167 URL: https://svnweb.freebsd.org/changeset/ports/470167 Log: Update to 6.2.1 Changes: https://git.openstack.org/cgit/openstack/oslo.config/log/ https://github.com/openstack/oslo.config/commits/master Modified: head/devel/py-oslo.config/Makefile head/devel/py-oslo.config/distinfo Modified: head/devel/py-oslo.config/Makefile ============================================================================== --- head/devel/py-oslo.config/Makefile Wed May 16 23:54:50 2018 (r470166) +++ head/devel/py-oslo.config/Makefile Wed May 16 23:54:55 2018 (r470167) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.config -PORTVERSION= 6.2.0 +PORTVERSION= 6.2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-oslo.config/distinfo ============================================================================== --- head/devel/py-oslo.config/distinfo Wed May 16 23:54:50 2018 (r470166) +++ head/devel/py-oslo.config/distinfo Wed May 16 23:54:55 2018 (r470167) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524750615 -SHA256 (oslo.config-6.2.0.tar.gz) = 135ae788d7a1bb57327364da9a6fd9225f053d33b9da0bbece9a146c8cc55802 -SIZE (oslo.config-6.2.0.tar.gz) = 135744 +TIMESTAMP = 1526504856 +SHA256 (oslo.config-6.2.1.tar.gz) = c989f7441e5eea658482276d2f34d3c9d77089f4f723076efc442211c3256743 +SIZE (oslo.config-6.2.1.tar.gz) = 136526 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE751EDE64E; Wed, 16 May 2018 23:55: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 5B02284084; Wed, 16 May 2018 23:55: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 E6D382127F; Wed, 16 May 2018 23:55: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 w4GNt1jq018073; Wed, 16 May 2018 23:55:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNt11h018071; Wed, 16 May 2018 23:55:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNt11h018071@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, 16 May 2018 23:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470168 - head/devel/py-oslo.rootwrap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-oslo.rootwrap X-SVN-Commit-Revision: 470168 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:03 -0000 Author: sunpoet Date: Wed May 16 23:55:01 2018 New Revision: 470168 URL: https://svnweb.freebsd.org/changeset/ports/470168 Log: Update to 5.14.1 Changes: https://docs.openstack.org/oslo.rootwrap/latest/user/history.html Modified: head/devel/py-oslo.rootwrap/Makefile head/devel/py-oslo.rootwrap/distinfo Modified: head/devel/py-oslo.rootwrap/Makefile ============================================================================== --- head/devel/py-oslo.rootwrap/Makefile Wed May 16 23:54:55 2018 (r470167) +++ head/devel/py-oslo.rootwrap/Makefile Wed May 16 23:55:01 2018 (r470168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.rootwrap -PORTVERSION= 5.14.0 +PORTVERSION= 5.14.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-oslo.rootwrap/distinfo ============================================================================== --- head/devel/py-oslo.rootwrap/distinfo Wed May 16 23:54:55 2018 (r470167) +++ head/devel/py-oslo.rootwrap/distinfo Wed May 16 23:55:01 2018 (r470168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524259290 -SHA256 (oslo.rootwrap-5.14.0.tar.gz) = a93a617b5c7f69c6ffad15c4953d40da514bf27963b26782fd352e19709d68b6 -SIZE (oslo.rootwrap-5.14.0.tar.gz) = 43233 +TIMESTAMP = 1526504880 +SHA256 (oslo.rootwrap-5.14.1.tar.gz) = 9e19f9ab92573ee1994d4f6e8b17bec19ac59ecc7d28b99ba7440a80800ca1fa +SIZE (oslo.rootwrap-5.14.1.tar.gz) = 44474 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BEB0EDE6CE; Wed, 16 May 2018 23:55: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 D042184175; Wed, 16 May 2018 23:55: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 7095F21280; Wed, 16 May 2018 23:55: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 w4GNt7B7018199; Wed, 16 May 2018 23:55:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNt7lR018197; Wed, 16 May 2018 23:55:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNt7lR018197@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, 16 May 2018 23:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470169 - head/devel/py-oslo.vmware X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-oslo.vmware X-SVN-Commit-Revision: 470169 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:10 -0000 Author: sunpoet Date: Wed May 16 23:55:06 2018 New Revision: 470169 URL: https://svnweb.freebsd.org/changeset/ports/470169 Log: Update to 2.29.0 Changes: https://docs.openstack.org/oslo.vmware/latest/user/history.html Modified: head/devel/py-oslo.vmware/Makefile head/devel/py-oslo.vmware/distinfo Modified: head/devel/py-oslo.vmware/Makefile ============================================================================== --- head/devel/py-oslo.vmware/Makefile Wed May 16 23:55:01 2018 (r470168) +++ head/devel/py-oslo.vmware/Makefile Wed May 16 23:55:06 2018 (r470169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.vmware -PORTVERSION= 2.28.0 +PORTVERSION= 2.29.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-oslo.vmware/distinfo ============================================================================== --- head/devel/py-oslo.vmware/distinfo Wed May 16 23:55:01 2018 (r470168) +++ head/devel/py-oslo.vmware/distinfo Wed May 16 23:55:06 2018 (r470169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524259410 -SHA256 (oslo.vmware-2.28.0.tar.gz) = 2f29aab222150ef8e90809b1662ff90ed240a0211ff2fe264f0963ab9c73cb73 -SIZE (oslo.vmware-2.28.0.tar.gz) = 208210 +TIMESTAMP = 1526504918 +SHA256 (oslo.vmware-2.29.0.tar.gz) = d0a2d640f8c96da6590843a36711096a09c3f065a6b1e16437b57c288744841c +SIZE (oslo.vmware-2.29.0.tar.gz) = 328756 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 016E1EDE713; Wed, 16 May 2018 23:55: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 A3FA9841E4; Wed, 16 May 2018 23:55: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 854B821281; Wed, 16 May 2018 23:55: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 w4GNtCNM018324; Wed, 16 May 2018 23:55:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNtCPZ018322; Wed, 16 May 2018 23:55:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNtCPZ018322@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, 16 May 2018 23:55:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470170 - head/net/py-pypcap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-pypcap X-SVN-Commit-Revision: 470170 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:13 -0000 Author: sunpoet Date: Wed May 16 23:55:11 2018 New Revision: 470170 URL: https://svnweb.freebsd.org/changeset/ports/470170 Log: Update to 1.2.2 Changes: https://github.com/pynetwork/pypcap/releases https://github.com/pynetwork/pypcap/blob/master/Changelog.md Modified: head/net/py-pypcap/Makefile head/net/py-pypcap/distinfo Modified: head/net/py-pypcap/Makefile ============================================================================== --- head/net/py-pypcap/Makefile Wed May 16 23:55:06 2018 (r470169) +++ head/net/py-pypcap/Makefile Wed May 16 23:55:11 2018 (r470170) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pypcap -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-pypcap/distinfo ============================================================================== --- head/net/py-pypcap/distinfo Wed May 16 23:55:06 2018 (r470169) +++ head/net/py-pypcap/distinfo Wed May 16 23:55:11 2018 (r470170) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525002107 -SHA256 (pypcap-1.2.1.tar.gz) = 9ca9f79ca839fdc8fd37393509e2cb06be70f8db03f8cfe1857ca40cac1149f0 -SIZE (pypcap-1.2.1.tar.gz) = 130431 +TIMESTAMP = 1526504938 +SHA256 (pypcap-1.2.2.tar.gz) = a32322f45d63ff6196e33004c568b9f5019202a40aa2b16008b7f94e7e119c1f +SIZE (pypcap-1.2.2.tar.gz) = 130501 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05A2CEDE753; Wed, 16 May 2018 23:55: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 F275F84309; Wed, 16 May 2018 23:55: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 8F81921282; Wed, 16 May 2018 23:55: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 w4GNtHCe018448; Wed, 16 May 2018 23:55:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNtHvN018445; Wed, 16 May 2018 23:55:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNtHvN018445@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, 16 May 2018 23:55:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470171 - head/net-mgmt/py-adal X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/py-adal X-SVN-Commit-Revision: 470171 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:20 -0000 Author: sunpoet Date: Wed May 16 23:55:16 2018 New Revision: 470171 URL: https://svnweb.freebsd.org/changeset/ports/470171 Log: Update to 0.6.0 Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Modified: head/net-mgmt/py-adal/Makefile head/net-mgmt/py-adal/distinfo Modified: head/net-mgmt/py-adal/Makefile ============================================================================== --- head/net-mgmt/py-adal/Makefile Wed May 16 23:55:11 2018 (r470170) +++ head/net-mgmt/py-adal/Makefile Wed May 16 23:55:16 2018 (r470171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adal -DISTVERSION= 0.5.1 +DISTVERSION= 0.6.0 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-mgmt/py-adal/distinfo ============================================================================== --- head/net-mgmt/py-adal/distinfo Wed May 16 23:55:11 2018 (r470170) +++ head/net-mgmt/py-adal/distinfo Wed May 16 23:55:16 2018 (r470171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520953277 -SHA256 (adal-0.5.1.tar.gz) = dd3ecb2dfb2de9393320d0ed4e6115ed07a6984a28e18adf46499b91d3c3a494 -SIZE (adal-0.5.1.tar.gz) = 33275 +TIMESTAMP = 1526504964 +SHA256 (adal-0.6.0.tar.gz) = e9cb6da6d1cdaf222d519337894ed8fc35ed702554da94819a21d0f5a8b6ce40 +SIZE (adal-0.6.0.tar.gz) = 33593 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F360EDE78C; Wed, 16 May 2018 23:55: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 0DFC284387; Wed, 16 May 2018 23:55: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 DE96821283; Wed, 16 May 2018 23:55: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 w4GNtMPB018573; Wed, 16 May 2018 23:55:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNtMD6018570; Wed, 16 May 2018 23:55:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNtMD6018570@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, 16 May 2018 23:55:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470172 - 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: 470172 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:23 -0000 Author: sunpoet Date: Wed May 16 23:55:22 2018 New Revision: 470172 URL: https://svnweb.freebsd.org/changeset/ports/470172 Log: Update to 2.11.50 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 May 16 23:55:16 2018 (r470171) +++ head/devel/rubygem-aws-sdk-core/Makefile Wed May 16 23:55:22 2018 (r470172) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.49 +DISTVERSION= 2.11.50 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Wed May 16 23:55:16 2018 (r470171) +++ head/devel/rubygem-aws-sdk-core/distinfo Wed May 16 23:55:22 2018 (r470172) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526403656 -SHA256 (rubygem/aws-sdk-core-2.11.49.gem) = bfe2560fd7787bb16336e8ee82bf34ba29ed836462795c4bc2aee453ba7bd49d -SIZE (rubygem/aws-sdk-core-2.11.49.gem) = 1268224 +TIMESTAMP = 1526504977 +SHA256 (rubygem/aws-sdk-core-2.11.50.gem) = e5513891bf516973cb171c81776c1af7719fb345e720d9a365c5bcb308105f9d +SIZE (rubygem/aws-sdk-core-2.11.50.gem) = 1268224 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C12CEDE7B9; Wed, 16 May 2018 23:55: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 4428B8445F; Wed, 16 May 2018 23:55: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 22E4321284; Wed, 16 May 2018 23:55: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 w4GNtSde018698; Wed, 16 May 2018 23:55:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNtR4Q018696; Wed, 16 May 2018 23:55:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNtR4Q018696@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, 16 May 2018 23:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470173 - 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: 470173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:28 -0000 Author: sunpoet Date: Wed May 16 23:55:27 2018 New Revision: 470173 URL: https://svnweb.freebsd.org/changeset/ports/470173 Log: Update to 2.11.50 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 May 16 23:55:22 2018 (r470172) +++ head/devel/rubygem-aws-sdk-resources/Makefile Wed May 16 23:55:27 2018 (r470173) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.49 +DISTVERSION= 2.11.50 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Wed May 16 23:55:22 2018 (r470172) +++ head/devel/rubygem-aws-sdk-resources/distinfo Wed May 16 23:55:27 2018 (r470173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526403667 -SHA256 (rubygem/aws-sdk-resources-2.11.49.gem) = 8918f65d284d127d1ecbe8735b5e304317951c68cd3af26f3198206c40a6c275 -SIZE (rubygem/aws-sdk-resources-2.11.49.gem) = 48640 +TIMESTAMP = 1526504988 +SHA256 (rubygem/aws-sdk-resources-2.11.50.gem) = 977381ae68008a2058566344585ae6bdcddfaee638f8d6d1151a68900e454a99 +SIZE (rubygem/aws-sdk-resources-2.11.50.gem) = 48640 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B22DEDE80E; Wed, 16 May 2018 23:55: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 CE3A984545; Wed, 16 May 2018 23:55: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 6B20D21285; Wed, 16 May 2018 23:55: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 w4GNtXU0018823; Wed, 16 May 2018 23:55:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNtWRV018821; Wed, 16 May 2018 23:55:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNtWRV018821@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, 16 May 2018 23:55:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470174 - 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: 470174 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:34 -0000 Author: sunpoet Date: Wed May 16 23:55:32 2018 New Revision: 470174 URL: https://svnweb.freebsd.org/changeset/ports/470174 Log: Update to 2.11.50 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 May 16 23:55:27 2018 (r470173) +++ head/devel/rubygem-aws-sdk/Makefile Wed May 16 23:55:32 2018 (r470174) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.49 +DISTVERSION= 2.11.50 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Wed May 16 23:55:27 2018 (r470173) +++ head/devel/rubygem-aws-sdk/distinfo Wed May 16 23:55:32 2018 (r470174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526403677 -SHA256 (rubygem/aws-sdk-2.11.49.gem) = 69aa60a130ed1dcaabe23dea2eb30b5d533b6ac4b9d99237182a5a36500f653e -SIZE (rubygem/aws-sdk-2.11.49.gem) = 4608 +TIMESTAMP = 1526504997 +SHA256 (rubygem/aws-sdk-2.11.50.gem) = 914704b879599d1e8728aac425d462b3b6918f070c9c744054677ece11136f79 +SIZE (rubygem/aws-sdk-2.11.50.gem) = 4608 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBBBAEDE83C; Wed, 16 May 2018 23:55: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 E7F1E84610; Wed, 16 May 2018 23:55: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 AABB421286; Wed, 16 May 2018 23:55: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 w4GNtcrs018945; Wed, 16 May 2018 23:55:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNtciL018943; Wed, 16 May 2018 23:55:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNtciL018943@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, 16 May 2018 23:55:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470175 - head/devel/p5-Moose X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Moose X-SVN-Commit-Revision: 470175 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:40 -0000 Author: sunpoet Date: Wed May 16 23:55:37 2018 New Revision: 470175 URL: https://svnweb.freebsd.org/changeset/ports/470175 Log: Update to 2.2011 Changes: http://search.cpan.org/dist/Moose/Changes Modified: head/devel/p5-Moose/Makefile head/devel/p5-Moose/distinfo Modified: head/devel/p5-Moose/Makefile ============================================================================== --- head/devel/p5-Moose/Makefile Wed May 16 23:55:32 2018 (r470174) +++ head/devel/p5-Moose/Makefile Wed May 16 23:55:37 2018 (r470175) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Moose -PORTVERSION= 2.2010 +PORTVERSION= 2.2011 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-Moose/distinfo ============================================================================== --- head/devel/p5-Moose/distinfo Wed May 16 23:55:32 2018 (r470174) +++ head/devel/p5-Moose/distinfo Wed May 16 23:55:37 2018 (r470175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518861158 -SHA256 (Moose-2.2010.tar.gz) = af0905b69f18c27de1177c9bc7778ee495d4ec91be1f223e8ca8333af4de08c5 -SIZE (Moose-2.2010.tar.gz) = 822342 +TIMESTAMP = 1526505052 +SHA256 (Moose-2.2011.tar.gz) = 973d0a35d9f39bf93bbc5206c25f5ec3651f96356f082d31873c0ac9a5c1cd82 +SIZE (Moose-2.2011.tar.gz) = 823119 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCE8DEDE87B; Wed, 16 May 2018 23:55: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 534FB84719; Wed, 16 May 2018 23:55: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 D54A621287; Wed, 16 May 2018 23:55: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 w4GNth4X019070; Wed, 16 May 2018 23:55:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNthSU019068; Wed, 16 May 2018 23:55:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNthSU019068@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, 16 May 2018 23:55:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470176 - head/www/xist X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/xist X-SVN-Commit-Revision: 470176 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:47 -0000 Author: sunpoet Date: Wed May 16 23:55:43 2018 New Revision: 470176 URL: https://svnweb.freebsd.org/changeset/ports/470176 Log: Update to 5.33 Changes: https://github.com/LivingLogic/LivingLogic.Python.xist/blob/master/docs/NEWS.rst Modified: head/www/xist/Makefile head/www/xist/distinfo Modified: head/www/xist/Makefile ============================================================================== --- head/www/xist/Makefile Wed May 16 23:55:37 2018 (r470175) +++ head/www/xist/Makefile Wed May 16 23:55:43 2018 (r470176) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xist -PORTVERSION= 5.32 +PORTVERSION= 5.33 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://ftp.livinglogic.de/xist/ Modified: head/www/xist/distinfo ============================================================================== --- head/www/xist/distinfo Wed May 16 23:55:37 2018 (r470175) +++ head/www/xist/distinfo Wed May 16 23:55:43 2018 (r470176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519214825 -SHA256 (ll-xist-5.32.tar.bz2) = 9cfaa05dfa1f42a4d88983669eaf1a4462a5eaad35e172891ea107af89e628bf -SIZE (ll-xist-5.32.tar.bz2) = 567519 +TIMESTAMP = 1526505153 +SHA256 (ll-xist-5.33.tar.bz2) = 3f96d5f4545b3c58af63a6943aa4ea61855e9acbd5d2a1252b56f7f0f8137942 +SIZE (ll-xist-5.33.tar.bz2) = 565886 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2825EDE897; Wed, 16 May 2018 23:55: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 70E498477F; Wed, 16 May 2018 23:55: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 531B021288; Wed, 16 May 2018 23:55: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 w4GNtnA9019195; Wed, 16 May 2018 23:55:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNtnft019194; Wed, 16 May 2018 23:55:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNtnft019194@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, 16 May 2018 23:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470177 - head/devel/rubygem-dynflow X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-dynflow X-SVN-Commit-Revision: 470177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:49 -0000 Author: sunpoet Date: Wed May 16 23:55:48 2018 New Revision: 470177 URL: https://svnweb.freebsd.org/changeset/ports/470177 Log: Update to 1.0.3 Changes: https://github.com/Dynflow/dynflow/commits/master Modified: head/devel/rubygem-dynflow/Makefile head/devel/rubygem-dynflow/distinfo Modified: head/devel/rubygem-dynflow/Makefile ============================================================================== --- head/devel/rubygem-dynflow/Makefile Wed May 16 23:55:43 2018 (r470176) +++ head/devel/rubygem-dynflow/Makefile Wed May 16 23:55:48 2018 (r470177) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dynflow -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-dynflow/distinfo ============================================================================== --- head/devel/rubygem-dynflow/distinfo Wed May 16 23:55:43 2018 (r470176) +++ head/devel/rubygem-dynflow/distinfo Wed May 16 23:55:48 2018 (r470177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525459031 -SHA256 (rubygem/dynflow-1.0.2.gem) = 9e4e381b9779a52b0fddaceca6d7a49c34f8a95c22d05ba294bbdd4b2d945bfd -SIZE (rubygem/dynflow-1.0.2.gem) = 952320 +TIMESTAMP = 1526505176 +SHA256 (rubygem/dynflow-1.0.3.gem) = 0aede3898a8d9c053e8510ffae75e727729a53ecb1ca29491c40ec4156cf53ee +SIZE (rubygem/dynflow-1.0.3.gem) = 952320 From owner-svn-ports-head@freebsd.org Wed May 16 23:55:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32362EDE8D4; Wed, 16 May 2018 23:55: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 BFA0784854; Wed, 16 May 2018 23:55: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 9E32E21289; Wed, 16 May 2018 23:55: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 w4GNts4b019319; Wed, 16 May 2018 23:55:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNtsdm019316; Wed, 16 May 2018 23:55:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNtsdm019316@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, 16 May 2018 23:55:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470178 - head/devel/rubygem-message_bus X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-message_bus X-SVN-Commit-Revision: 470178 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:55:55 -0000 Author: sunpoet Date: Wed May 16 23:55:53 2018 New Revision: 470178 URL: https://svnweb.freebsd.org/changeset/ports/470178 Log: Update to 2.1.5 Changes: https://github.com/SamSaffron/message_bus/blob/master/CHANGELOG Modified: head/devel/rubygem-message_bus/Makefile head/devel/rubygem-message_bus/distinfo Modified: head/devel/rubygem-message_bus/Makefile ============================================================================== --- head/devel/rubygem-message_bus/Makefile Wed May 16 23:55:48 2018 (r470177) +++ head/devel/rubygem-message_bus/Makefile Wed May 16 23:55:53 2018 (r470178) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= message_bus -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-message_bus/distinfo ============================================================================== --- head/devel/rubygem-message_bus/distinfo Wed May 16 23:55:48 2018 (r470177) +++ head/devel/rubygem-message_bus/distinfo Wed May 16 23:55:53 2018 (r470178) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524506206 -SHA256 (rubygem/message_bus-2.1.4.gem) = 159cd075aebb8ac61ab86842b412c77f0b9028170f5d979f38bbddc5259ca11b -SIZE (rubygem/message_bus-2.1.4.gem) = 332288 +TIMESTAMP = 1526505186 +SHA256 (rubygem/message_bus-2.1.5.gem) = f7d52e96c7be97b8a94c9ec1ec54ca7bb627722f567e9370ef795b08cb613015 +SIZE (rubygem/message_bus-2.1.5.gem) = 332288 From owner-svn-ports-head@freebsd.org Wed May 16 23:56:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05A9CEDE925; Wed, 16 May 2018 23:56: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 9058784952; Wed, 16 May 2018 23:56: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 187CE2128A; Wed, 16 May 2018 23:56: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 w4GNtxn4019442; Wed, 16 May 2018 23:55:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNtxrf019440; Wed, 16 May 2018 23:55:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162355.w4GNtxrf019440@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, 16 May 2018 23:55:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470179 - head/devel/rubygem-uuid X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-uuid X-SVN-Commit-Revision: 470179 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:56:01 -0000 Author: sunpoet Date: Wed May 16 23:55:59 2018 New Revision: 470179 URL: https://svnweb.freebsd.org/changeset/ports/470179 Log: Update to 2.3.9 Changes: https://github.com/assaf/uuid/blob/master/CHANGELOG https://github.com/assaf/uuid/commits/master Modified: head/devel/rubygem-uuid/Makefile head/devel/rubygem-uuid/distinfo Modified: head/devel/rubygem-uuid/Makefile ============================================================================== --- head/devel/rubygem-uuid/Makefile Wed May 16 23:55:53 2018 (r470178) +++ head/devel/rubygem-uuid/Makefile Wed May 16 23:55:59 2018 (r470179) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uuid -PORTVERSION= 2.3.8 +PORTVERSION= 2.3.9 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-uuid/distinfo ============================================================================== --- head/devel/rubygem-uuid/distinfo Wed May 16 23:55:53 2018 (r470178) +++ head/devel/rubygem-uuid/distinfo Wed May 16 23:55:59 2018 (r470179) @@ -1,2 +1,3 @@ -SHA256 (rubygem/uuid-2.3.8.gem) = 7b0401e0fc4beff00833b73e528df45500ccd37ed5181f2f0768d0235eaf223f -SIZE (rubygem/uuid-2.3.8.gem) = 14848 +TIMESTAMP = 1526505196 +SHA256 (rubygem/uuid-2.3.9.gem) = aec0cf592053cd6e07c13c1ef94c440aba705f22eb1ee767b39631f2760124d7 +SIZE (rubygem/uuid-2.3.9.gem) = 14848 From owner-svn-ports-head@freebsd.org Wed May 16 23:56:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80F3CEDE97F; Wed, 16 May 2018 23:56: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 01B5784A95; Wed, 16 May 2018 23:56: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 7C60F2128B; Wed, 16 May 2018 23:56: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 w4GNu6IY019549; Wed, 16 May 2018 23:56:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GNu6AV019548; Wed, 16 May 2018 23:56:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805162356.w4GNu6AV019548@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, 16 May 2018 23:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470180 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 470180 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 23:56:08 -0000 Author: sunpoet Date: Wed May 16 23:56:05 2018 New Revision: 470180 URL: https://svnweb.freebsd.org/changeset/ports/470180 Log: Document curl vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed May 16 23:55:59 2018 (r470179) +++ head/security/vuxml/vuln.xml Wed May 16 23:56:05 2018 (r470180) @@ -58,6 +58,64 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + cURL -- multiple vulnerabilities + + + curl + 7.60.0 + + + + +

cURL security problems:

+
+

CVE-2018-1000300: FTP shutdown response buffer overflow

+

curl might overflow a heap based memory buffer when closing down an + FTP connection with very long server command replies.

+

When doing FTP transfers, curl keeps a spare "closure handle" around + internally that will be used when an FTP connection gets shut down + since the original curl easy handle is then already removed.

+

FTP server response data that gets cached from the original transfer + might then be larger than the default buffer size (16 KB) allocated in + the "closure handle", which can lead to a buffer overwrite. The + contents and size of that overwrite is controllable by the server.

+

This situation was detected by an assert() in the code, but that was + of course only preventing bad stuff in debug builds. This bug is very + unlikely to trigger with non-malicious servers.

+

We are not aware of any exploit of this flaw.

+

CVE-2018-1000301: RTSP bad headers buffer over-read

+

curl can be tricked into reading data beyond the end of a heap based + buffer used to store downloaded content.

+

When servers send RTSP responses back to curl, the data starts out + with a set of headers. curl parses that data to separate it into a + number of headers to deal with those appropriately and to find the end + of the headers that signal the start of the "body" part.

+

The function that splits up the response into headers is called + Curl_http_readwrite_headers() and in situations where it can't find a + single header in the buffer, it might end up leaving a pointer pointing + into the buffer instead of to the start of the buffer which then later + on may lead to an out of buffer read when code assumes that pointer + points to a full buffer size worth of memory to use.

+

This could potentially lead to information leakage but most likely a + crash/denial of service for applications if a server triggers this flaw.

+

We are not aware of any exploit of this flaw.

+
+ +
+ + https://curl.haxx.se/docs/security.html + https://curl.haxx.se/docs/adv_2018-82c2.html + https://curl.haxx.se/docs/adv_2018-b138.html + CVE-2018-1000300 + CVE-2018-1000301 + + + 2018-05-16 + 2018-05-16 + +
+ wavpack -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Thu May 17 00:16:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91E22EDFF90; Thu, 17 May 2018 00:16:17 +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 3A5B985988; Thu, 17 May 2018 00:16: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 1450E215C8; Thu, 17 May 2018 00:16: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 w4H0GGHp029397; Thu, 17 May 2018 00:16:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H0GGbL029394; Thu, 17 May 2018 00:16:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805170016.w4H0GGbL029394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 17 May 2018 00:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470181 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 470181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 00:16:17 -0000 Author: jbeich Date: Thu May 17 00:16:16 2018 New Revision: 470181 URL: https://svnweb.freebsd.org/changeset/ports/470181 Log: emulators/rpcs3: update to 0.0.5.296 Changes: https://github.com/RPCS3/rpcs3/compare/04ad49de4...27dcb7774 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Wed May 16 23:56:05 2018 (r470180) +++ head/emulators/rpcs3/Makefile Thu May 17 00:16:16 2018 (r470181) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-282 -DISTVERSIONSUFFIX= -g04ad49de4 +DISTVERSION= 0.0.5-296 +DISTVERSIONSUFFIX= -g27dcb7774 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Wed May 16 23:56:05 2018 (r470180) +++ head/emulators/rpcs3/distinfo Thu May 17 00:16:16 2018 (r470181) @@ -1,6 +1,6 @@ -TIMESTAMP = 1526318079 -SHA256 (RPCS3-rpcs3-v0.0.5-282-g04ad49de4_GH0.tar.gz) = fae9894c962e62dc9eb7c36c23081373355dbed3a30949cdb356bd44f41b2d92 -SIZE (RPCS3-rpcs3-v0.0.5-282-g04ad49de4_GH0.tar.gz) = 4859220 +TIMESTAMP = 1526513956 +SHA256 (RPCS3-rpcs3-v0.0.5-296-g27dcb7774_GH0.tar.gz) = 5a0d5934411cacc818487e35f9db931d06e04aa2e595a7a52367e05bf2728d1f +SIZE (RPCS3-rpcs3-v0.0.5-296-g27dcb7774_GH0.tar.gz) = 4848193 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-llvm-17ec6d78a73_GH0.tar.gz) = 4567d1d946429ce55d6c0480fad3b82874aad22c2b1928ac4d4ba5ba40338604 From owner-svn-ports-head@freebsd.org Thu May 17 00:17:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A466DEE0020; Thu, 17 May 2018 00:17:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 35E2985A79; Thu, 17 May 2018 00:17:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 11AA2215C9; Thu, 17 May 2018 00:17:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H0HCrA029550; Thu, 17 May 2018 00:17:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H0HCTi029548; Thu, 17 May 2018 00:17:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805170017.w4H0HCTi029548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 17 May 2018 00:17:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470182 - head/www/py-flexget X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/www/py-flexget X-SVN-Commit-Revision: 470182 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 00:17:13 -0000 Author: jbeich Date: Thu May 17 00:17:12 2018 New Revision: 470182 URL: https://svnweb.freebsd.org/changeset/ports/470182 Log: www/py-flexget: update to 2.13.18 Changes: https://github.com/Flexget/Flexget/compare/2.13.17...2.13.18 Modified: head/www/py-flexget/Makefile (contents, props changed) head/www/py-flexget/distinfo (contents, props changed) Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Thu May 17 00:16:16 2018 (r470181) +++ head/www/py-flexget/Makefile Thu May 17 00:17:12 2018 (r470182) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.13.17 +PORTVERSION= 2.13.18 PORTEPOCH= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Thu May 17 00:16:16 2018 (r470181) +++ head/www/py-flexget/distinfo Thu May 17 00:17:12 2018 (r470182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526263405 -SHA256 (flexget-Flexget-2.13.17_GH0.tar.gz) = b61b202c3e853e9490db6ca29ac6bd9b9e988e156c4a79d9dc9c43a862af192b -SIZE (flexget-Flexget-2.13.17_GH0.tar.gz) = 6963214 +TIMESTAMP = 1526349822 +SHA256 (flexget-Flexget-2.13.18_GH0.tar.gz) = 91eafae5ea884c87d8187bd938627510e3da6fee9696a00758fd13d3f39c3d92 +SIZE (flexget-Flexget-2.13.18_GH0.tar.gz) = 6963175 From owner-svn-ports-head@freebsd.org Thu May 17 00:41:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5737EE1837 for ; Thu, 17 May 2018 00:41:43 +0000 (UTC) (envelope-from acardenas@bsd-peru.org) Received: from mail-qt0-x244.google.com (mail-qt0-x244.google.com [IPv6:2607:f8b0:400d:c0d::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41E3686B0F for ; Thu, 17 May 2018 00:41:42 +0000 (UTC) (envelope-from acardenas@bsd-peru.org) Received: by mail-qt0-x244.google.com with SMTP id d3-v6so3635128qtp.11 for ; Wed, 16 May 2018 17:41:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd-peru-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=vKTAc4uG3HS6S5JDgePz1a6UAq0BMwZefYEgMqaNMEc=; b=EQtD91N0mtgaVYGFIjb8KzP/q0DEHkBxvmUNBfXzTsrphg/+YQ0PPs2xskgUK6WfDD m2aIPSQg3+q67/pxFFH07bDVEro0IgMTC+NPNRO1EwPebPM8o6g/4ZaVSw0SbrxQvZGy 4IcCYjCy9Xtl2ua99mUdYWmLxgpUS9erloJlyXPB4qFNJKionPBdGYz0C+xEDOdMIc94 gsmUFVgFZrlYWyj7MAwc711EqwffSb091SxlyvhhNl1bJRXcVLeRcci1VoTpXmqwOM4T u5+QY4nZnv84m6u4vSnkW7HLQlbKa5qzN2h71+caqnIRku4TI8XL4wUJKZgLID+oZPjw hMPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=vKTAc4uG3HS6S5JDgePz1a6UAq0BMwZefYEgMqaNMEc=; b=Y9AMJf91SzTg5lE1TPWXAaf3kmp/570jyA7SO1TxPe4ouqDGQTlk3f0Dq7oAkxnGcb LKfVUWpmh42sSjLql1q+dXVacJ1fM5B8cS7wo0R4u/AZ5FEN8CRWEFmKHOpPXpCUwDwC utihn0DgxjIAJWDCG0GeNpHISFtDhjWivQVVGZlt5GacNiXT4UP6t+2XknaHgt5xsJXn ZCyt0dILAKtbaw3ztN2K2CB+ja0f9UfQFdLKvGCfKc9s3AWG8nx7IRdgx//0MSOCoTiG 7M78VCfzjoxSwS+Ry7JdMlbdktyMJP404d9bXnT/7v8SHI5mYy37jEYTim3rnIIjyMQv XFPw== X-Gm-Message-State: ALKqPwd6ooBBN8JE4GlhEgbyT1G0hVRpTlaO73DjAEIvp4QCUURAjM8e QP3gGZcA2iCFL7n1Jmf1qZai+Qdd0Ioq1LdqBa0cqQ== X-Google-Smtp-Source: AB8JxZrRc4j1TIAwYXoqSpljfVKfRnjDVBFhAs4m27JB26vpQmbbk59NKT6IPWjCdrAqvoeoiQ8mYlAsfKEvodiZoUg= X-Received: by 2002:ac8:701e:: with SMTP id x30-v6mr3389123qtm.229.1526517702422; Wed, 16 May 2018 17:41:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.172.130 with HTTP; Wed, 16 May 2018 17:41:41 -0700 (PDT) In-Reply-To: References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> From: =?UTF-8?Q?Alonso_C=C3=A1rdenas_M=C3=A1rquez?= Date: Wed, 16 May 2018 19:41:41 -0500 Message-ID: Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files To: Luca Pizzamiglio Cc: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Dan Langille Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 00:41:43 -0000 2018-05-16 10:07 GMT-05:00 Luca Pizzamiglio : > Hi Tobias, > thanks for the feedback. > Those are my findings: > * gmake is needed by backtrace-sys. I'm preparing a patch to include its > dependency in cargo.mk > * cmake is indeed needed by onig-sys. the onig crate is well documented > and I guess it should be doable to use textproc/oniguruma, as you suggest > > Best regards, > pizzamig > > On Tue, May 15, 2018 at 12:02 PM, Tobias Kortkamp > wrote: > >> On Tue, May 15, 2018, at 10:43, Luca Pizzamiglio wrote: >> > Author: pizzamig >> > Date: Tue May 15 08:43:10 2018 >> > New Revision: 470005 >> > URL: https://svnweb.freebsd.org/changeset/ports/470005 >> > >> > Log: >> > textproc/bat: a cat(1) clone with syntax highlighting >> > >> > Add bat, a cat(1) clone with syntax highlighting, Git integration >> > and automatic paging >> > Written in Rust. >> > >> > Hi Luca Please, take a look at sysutils/bareos-bat, sysutils/bacula-bat and sysutils/bacula9-bat ports. These ports install file named like "bat" (sbin/bat or bin/bat). Could you rename bat file to bcat? or maybe, Dan and me could rename bat to sbin/bacula-bat|bin/bareos-bat. What do you thing? Greetings ACM From owner-svn-ports-head@freebsd.org Thu May 17 00:51:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1D37EE20DC; Thu, 17 May 2018 00:51:36 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6011886FFA; Thu, 17 May 2018 00:51:36 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4178D21BDC; Thu, 17 May 2018 00:51:36 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H0paCk048603; Thu, 17 May 2018 00:51:36 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H0pa6j048602; Thu, 17 May 2018 00:51:36 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201805170051.w4H0pa6j048602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Thu, 17 May 2018 00:51:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470184 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: timur X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 470184 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 00:51:36 -0000 Author: timur Date: Thu May 17 00:51:35 2018 New Revision: 470184 URL: https://svnweb.freebsd.org/changeset/ports/470184 Log: Add 'test' target to the WAF-enabled ports Modified: head/Mk/Uses/waf.mk Modified: head/Mk/Uses/waf.mk ============================================================================== --- head/Mk/Uses/waf.mk Thu May 17 00:26:51 2018 (r470183) +++ head/Mk/Uses/waf.mk Thu May 17 00:51:35 2018 (r470184) @@ -36,6 +36,7 @@ WAF_CMD?= ./waf CONFIGURE_TARGET?= configure ALL_TARGET?= build INSTALL_TARGET?= install +TEST_TARGET?= test CONFIGURE_CMD= ${PYTHON_CMD} ${WAF_CMD} ${CONFIGURE_TARGET} MAKE_CMD= ${PYTHON_CMD} ${WAF_CMD} From owner-svn-ports-head@freebsd.org Thu May 17 00:53:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42737EE222B; Thu, 17 May 2018 00:53:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8F6D873D1; Thu, 17 May 2018 00:53:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB4F521C2C; Thu, 17 May 2018 00:53:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H0rAkF049709; Thu, 17 May 2018 00:53:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H0rAbK049707; Thu, 17 May 2018 00:53:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805170053.w4H0rAbK049707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 17 May 2018 00:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470185 - head/games/openbor X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/openbor X-SVN-Commit-Revision: 470185 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 00:53:11 -0000 Author: jbeich Date: Thu May 17 00:53:10 2018 New Revision: 470185 URL: https://svnweb.freebsd.org/changeset/ports/470185 Log: games/openbor: update to 6172 Changes: https://github.com/DCurrent/openbor/compare/5673214c...7b12a9cc Modified: head/games/openbor/Makefile (contents, props changed) head/games/openbor/distinfo (contents, props changed) Modified: head/games/openbor/Makefile ============================================================================== --- head/games/openbor/Makefile Thu May 17 00:51:35 2018 (r470184) +++ head/games/openbor/Makefile Thu May 17 00:53:10 2018 (r470185) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 6138 +PORTVERSION?= 6172 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= 5673214c +GH_TAGNAME?= 7b12a9cc USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 Modified: head/games/openbor/distinfo ============================================================================== --- head/games/openbor/distinfo Thu May 17 00:51:35 2018 (r470184) +++ head/games/openbor/distinfo Thu May 17 00:53:10 2018 (r470185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526285237 -SHA256 (DCurrent-openbor-6138-5673214c_GH0.tar.gz) = e07a3970ae1eb050ade6ea02ae21dd0dbc00c028b504a8fa8f3ee73379ba7fe3 -SIZE (DCurrent-openbor-6138-5673214c_GH0.tar.gz) = 74511657 +TIMESTAMP = 1526418962 +SHA256 (DCurrent-openbor-6172-7b12a9cc_GH0.tar.gz) = 84d8e67d37de390433bfce12b71bbb7a8794c21266eee7eaf389218a8a334ede +SIZE (DCurrent-openbor-6172-7b12a9cc_GH0.tar.gz) = 74512025 From owner-svn-ports-head@freebsd.org Thu May 17 00:57:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A770DEE257F; Thu, 17 May 2018 00:57: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 5779D8764D; Thu, 17 May 2018 00:57: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 2AE0F21C2F; Thu, 17 May 2018 00:57: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 w4H0vuEQ050164; Thu, 17 May 2018 00:57:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H0vuqE050162; Thu, 17 May 2018 00:57:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805170057.w4H0vuqE050162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 17 May 2018 00:57:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470187 - head/devel/git-cinnabar X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/git-cinnabar X-SVN-Commit-Revision: 470187 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 00:57:57 -0000 Author: jbeich Date: Thu May 17 00:57:56 2018 New Revision: 470187 URL: https://svnweb.freebsd.org/changeset/ports/470187 Log: devel/git-cinnabar: update to 0.5.0.b2.22 Changes: https://github.com/glandium/git-cinnabar/compare/c75b60b...413267f Modified: head/devel/git-cinnabar/Makefile (contents, props changed) head/devel/git-cinnabar/distinfo (contents, props changed) Modified: head/devel/git-cinnabar/Makefile ============================================================================== --- head/devel/git-cinnabar/Makefile Thu May 17 00:54:06 2018 (r470186) +++ head/devel/git-cinnabar/Makefile Thu May 17 00:57:56 2018 (r470187) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= git-cinnabar -DISTVERSION= 0.5.0b2-21 -DISTVERSIONSUFFIX= -gc75b60b # custom release branch +DISTVERSION= 0.5.0b2-22 +DISTVERSIONSUFFIX= -g413267f # custom release branch CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/git-cinnabar/distinfo ============================================================================== --- head/devel/git-cinnabar/distinfo Thu May 17 00:54:06 2018 (r470186) +++ head/devel/git-cinnabar/distinfo Thu May 17 00:57:56 2018 (r470187) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526502076 -SHA256 (glandium-git-cinnabar-0.5.0b2-21-gc75b60b_GH0.tar.gz) = 3a648d35e54cd707e1e710c44d954bf13a0ef780934e54399211f0bd4211dd24 -SIZE (glandium-git-cinnabar-0.5.0b2-21-gc75b60b_GH0.tar.gz) = 104729 +TIMESTAMP = 1526518598 +SHA256 (glandium-git-cinnabar-0.5.0b2-22-g413267f_GH0.tar.gz) = 13365b0ca677b0cb5d0aea17bf59fc230d0f09164bf682909b70cbe1b81aa977 +SIZE (glandium-git-cinnabar-0.5.0b2-22-g413267f_GH0.tar.gz) = 104729 From owner-svn-ports-head@freebsd.org Thu May 17 01:45:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4B3CEE6567; Thu, 17 May 2018 01:45:17 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A49189C6B; Thu, 17 May 2018 01:45:17 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B45722579; Thu, 17 May 2018 01:45:17 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H1jHAs075362; Thu, 17 May 2018 01:45:17 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H1jGgu075360; Thu, 17 May 2018 01:45:16 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201805170145.w4H1jGgu075360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Thu, 17 May 2018 01:45:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470188 - head/games/tome4 X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: head/games/tome4 X-SVN-Commit-Revision: 470188 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 01:45:17 -0000 Author: lifanov Date: Thu May 17 01:45:16 2018 New Revision: 470188 URL: https://svnweb.freebsd.org/changeset/ports/470188 Log: update games/tome4 to 1.5.9 Changes: https://te4.org/blogs/darkgod/2018/05/news/tales-majeyal-159-aka-last-patch-us-out This update is compatible with Forbidden Cults DLC release: https://te4.org/blogs/darkgod/2018/05/news/tales-majeyal-forbidden-cults-now-released As with other DLCs, place the file in $HOME/.t-engine/4.0/addons if you bought it. Modified: head/games/tome4/Makefile head/games/tome4/distinfo Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Thu May 17 00:57:56 2018 (r470187) +++ head/games/tome4/Makefile Thu May 17 01:45:16 2018 (r470188) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.5.8 +PORTVERSION= 1.5.9 CATEGORIES= games MASTER_SITES= https://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons Modified: head/games/tome4/distinfo ============================================================================== --- head/games/tome4/distinfo Thu May 17 00:57:56 2018 (r470187) +++ head/games/tome4/distinfo Thu May 17 01:45:16 2018 (r470188) @@ -1,5 +1,5 @@ -TIMESTAMP = 1524760576 -SHA256 (t-engine4-src-1.5.8.tar.bz2) = e67e978a2461865cd339c5945bf2661ad52a355e73aed67ef7677ae0893f7f38 -SIZE (t-engine4-src-1.5.8.tar.bz2) = 422620100 +TIMESTAMP = 1526507768 +SHA256 (t-engine4-src-1.5.9.tar.bz2) = 2f4f98be127447f03733d0618f6e4134c618b088e36ba3c84067e3e99ff8750e +SIZE (t-engine4-src-1.5.9.tar.bz2) = 422653233 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 From owner-svn-ports-head@freebsd.org Thu May 17 02:18:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C641AEE9A71; Thu, 17 May 2018 02:18:53 +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 797AE8B5AF; Thu, 17 May 2018 02:18:53 +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 5ACB722B2E; Thu, 17 May 2018 02:18:53 +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 w4H2IrPe090899; Thu, 17 May 2018 02:18:53 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H2IqfJ090897; Thu, 17 May 2018 02:18:52 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805170218.w4H2IqfJ090897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 17 May 2018 02:18:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470189 - head/devel/R-cran-data.table X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/devel/R-cran-data.table X-SVN-Commit-Revision: 470189 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 02:18:54 -0000 Author: tota Date: Thu May 17 02:18:52 2018 New Revision: 470189 URL: https://svnweb.freebsd.org/changeset/ports/470189 Log: - Update to 1.11.2 - Update LICENSE section Modified: head/devel/R-cran-data.table/Makefile (contents, props changed) head/devel/R-cran-data.table/distinfo (contents, props changed) Modified: head/devel/R-cran-data.table/Makefile ============================================================================== --- head/devel/R-cran-data.table/Makefile Thu May 17 01:45:16 2018 (r470188) +++ head/devel/R-cran-data.table/Makefile Thu May 17 02:18:52 2018 (r470189) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= data.table -DISTVERSION= 1.10.4-3 -PORTREVISION= 1 +DISTVERSION= 1.11.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Extension of Data.frame -LICENSE= GPLv3 +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libomp.so:devel/openmp USES= cran:auto-plist,compiles Modified: head/devel/R-cran-data.table/distinfo ============================================================================== --- head/devel/R-cran-data.table/distinfo Thu May 17 01:45:16 2018 (r470188) +++ head/devel/R-cran-data.table/distinfo Thu May 17 02:18:52 2018 (r470189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520587335 -SHA256 (data.table_1.10.4-3.tar.gz) = ba8b4f1b96b16e7f9765fc49c5028f21ef2210fc46cf962f4f7ea7901f9d8a89 -SIZE (data.table_1.10.4-3.tar.gz) = 3071833 +TIMESTAMP = 1525852368 +SHA256 (data.table_1.11.2.tar.gz) = 44f548517426c0444f7ce993bf93350be9f31e214d3dad39f9a680a53f9e6e64 +SIZE (data.table_1.11.2.tar.gz) = 3285063 From owner-svn-ports-head@freebsd.org Thu May 17 02:25:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F96CEEA514; Thu, 17 May 2018 02:25:02 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7DB28BCFD; Thu, 17 May 2018 02:25:01 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B089522CEF; Thu, 17 May 2018 02:25:01 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H2P1tH095889; Thu, 17 May 2018 02:25:01 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H2Oxc9095866; Thu, 17 May 2018 02:24:59 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201805170224.w4H2Oxc9095866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Thu, 17 May 2018 02:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470190 - in head: databases/ldb databases/ldb12 databases/ldb13 databases/ldb13/files databases/tdb devel/talloc devel/tevent X-SVN-Group: ports-head X-SVN-Commit-Author: timur X-SVN-Commit-Paths: in head: databases/ldb databases/ldb12 databases/ldb13 databases/ldb13/files databases/tdb devel/talloc devel/tevent X-SVN-Commit-Revision: 470190 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 02:25:02 -0000 Author: timur Date: Thu May 17 02:24:59 2018 New Revision: 470190 URL: https://svnweb.freebsd.org/changeset/ports/470190 Log: Update Samba supplimentary libraries, fixed (new) portlint errors, changed Python3 version knob. Added: head/databases/ldb13/files/0001-bug-13362.patch (contents, props changed) Modified: head/databases/ldb/Makefile head/databases/ldb12/Makefile head/databases/ldb13/Makefile head/databases/ldb13/distinfo head/databases/ldb13/files/patch-ldb_cache.c head/databases/ldb13/files/patch-ldb_mod_op_test.c head/databases/tdb/Makefile head/devel/talloc/Makefile head/devel/talloc/distinfo head/devel/tevent/Makefile Modified: head/databases/ldb/Makefile ============================================================================== --- head/databases/ldb/Makefile Thu May 17 02:18:52 2018 (r470189) +++ head/databases/ldb/Makefile Thu May 17 02:24:59 2018 (r470190) @@ -79,7 +79,7 @@ PLIST_FILES= include/ldb_version.h \ include/ldb_module.h \ ${LDB_BINS} \ ${LDB_LIBS} \ - %%PKGCONFIGDIR%%/ldb.pc + ${PKGCONFIGDIR}/ldb.pc .if defined(NO_PYTHON) USES+= python:2.7,build @@ -90,9 +90,9 @@ USES+= python:2.7 PLIST_FILES+= include/pyldb.h \ lib/libpyldb-util.so \ lib/libpyldb-util.so.1 \ - %%PYTHON_SITELIBDIR%%/ldb.so \ - %%PYTHON_SITELIBDIR%%/_ldb_text.py \ - %%PKGCONFIGDIR%%/pyldb-util.pc + ${PYTHON_SITELIBDIR}/ldb.so \ + ${PYTHON_SITELIBDIR}/_ldb_text.py \ + ${PKGCONFIGDIR}/pyldb-util.pc .endif .include Modified: head/databases/ldb12/Makefile ============================================================================== --- head/databases/ldb12/Makefile Thu May 17 02:18:52 2018 (r470189) +++ head/databases/ldb12/Makefile Thu May 17 02:24:59 2018 (r470190) @@ -81,7 +81,7 @@ PLIST_FILES= include/ldb_version.h \ include/ldb_module.h \ ${LDB_BINS} \ ${LDB_LIBS} \ - %%PKGCONFIGDIR%%/ldb.pc + ${PKGCONFIGDIR}/ldb.pc .if defined(NO_PYTHON) USES+= python:2.7,build @@ -92,15 +92,15 @@ USES+= python:2.7 PLIST_FILES+= include/pyldb.h \ lib/libpyldb-util.so \ lib/libpyldb-util.so.1 \ - %%PYTHON_SITELIBDIR%%/ldb.so \ - %%PYTHON_SITELIBDIR%%/_ldb_text.py \ - %%PKGCONFIGDIR%%/pyldb-util.pc + ${PYTHON_SITELIBDIR}/ldb.so \ + ${PYTHON_SITELIBDIR}/_ldb_text.py \ + ${PKGCONFIGDIR}/pyldb-util.pc # XXX: This is a gross hack to make port use both Python 2.7+ and 3.3+ # This is not officially supported, use at your own risk -.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:Mpython3\.[0-9]} -SAMBA4_PYTHON3= ${WITH_SAMBA4_PYTHON3} -SAMBA4_PYTHON3_VERSION:=${SAMBA4_PYTHON3:S/^python//} -SAMBA4_PYTHON3_VER:= ${SAMBA4_PYTHON3_VERSION:C/\.//} +.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:M3\.[0-9]} +SAMBA4_PYTHON3_VERSION= ${WITH_SAMBA4_PYTHON3} +SAMBA4_PYTHON3= python${SAMBA4_PYTHON3_VERSION} +SAMBA4_PYTHON3_VER= ${SAMBA4_PYTHON3_VERSION:C/\.//} .if !exists(${PORTSDIR}/lang/python${SAMBA4_PYTHON3_VER}) .error unsupported or unknown Python version ${SAMBA4_PYTHON3_VERSION} .endif @@ -116,11 +116,11 @@ CONFIGURE_ARGS+= --extra-python=${LOCALBASE}/bin/${SAM PLIST_SUB+= SAMBA4_PYTHON3_SO_ABI=${SAMBA4_PYTHON3_SO_ABI} \ SAMBA4_PYTHON3_SITELIBDIR=${SAMBA4_PYTHON3_SITELIBDIR} -PLIST_FILES+= lib/libpyldb-util.%%SAMBA4_PYTHON3_SO_ABI%%.so \ - lib/libpyldb-util.%%SAMBA4_PYTHON3_SO_ABI%%.so.1 \ - %%SAMBA4_PYTHON3_SITELIBDIR%%/ldb.%%SAMBA4_PYTHON3_SO_ABI%%.so \ - %%SAMBA4_PYTHON3_SITELIBDIR%%/_ldb_text.py \ - %%PKGCONFIGDIR%%/pyldb-util.%%SAMBA4_PYTHON3_SO_ABI%%.pc +PLIST_FILES+= lib/libpyldb-util.${SAMBA4_PYTHON3_SO_ABI}.so \ + lib/libpyldb-util.${SAMBA4_PYTHON3_SO_ABI}.so.1 \ + ${SAMBA4_PYTHON3_SITELIBDIR}/ldb.${SAMBA4_PYTHON3_SO_ABI}.so \ + ${SAMBA4_PYTHON3_SITELIBDIR}/_ldb_text.py \ + ${PKGCONFIGDIR}/pyldb-util.${SAMBA4_PYTHON3_SO_ABI}.pc .endif .endif Modified: head/databases/ldb13/Makefile ============================================================================== --- head/databases/ldb13/Makefile Thu May 17 02:18:52 2018 (r470189) +++ head/databases/ldb13/Makefile Thu May 17 02:24:59 2018 (r470190) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ldb -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 PORTREVISION= 0 PORTEPOCH= 0 CATEGORIES= databases @@ -26,6 +26,8 @@ LDB_DEPENDS= talloc>=2.1.11:devel/talloc \ CONFLICTS_INSTALL= ldb-1.1.* ldb12-1.2.* +EXTRA_PATCHES+= ${PATCHDIR}/0001-bug-13362.patch:-p3 + #FLAVORS= default nopython #nopython_PKGNAMESUFFIX= -nopython #nopython_CONFLICTS= ldb @@ -85,7 +87,7 @@ PLIST_FILES= include/ldb_version.h \ include/ldb_module.h \ ${LDB_BINS} \ ${LDB_LIBS} \ - %%PKGCONFIGDIR%%/ldb.pc + ${PKGCONFIGDIR}/ldb.pc .if defined(NO_PYTHON) USES+= python:2.7,build @@ -96,15 +98,15 @@ USES+= python:2.7 PLIST_FILES+= include/pyldb.h \ lib/libpyldb-util.so \ lib/libpyldb-util.so.1 \ - %%PYTHON_SITELIBDIR%%/ldb.so \ - %%PYTHON_SITELIBDIR%%/_ldb_text.py \ - %%PKGCONFIGDIR%%/pyldb-util.pc + ${PYTHON_SITELIBDIR}/ldb.so \ + ${PYTHON_SITELIBDIR}/_ldb_text.py \ + ${PKGCONFIGDIR}/pyldb-util.pc # XXX: This is a gross hack to make port use both Python 2.7+ and 3.3+ # This is not officially supported, use at your own risk -.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:Mpython3\.[0-9]} -SAMBA4_PYTHON3= ${WITH_SAMBA4_PYTHON3} -SAMBA4_PYTHON3_VERSION:=${SAMBA4_PYTHON3:S/^python//} -SAMBA4_PYTHON3_VER:= ${SAMBA4_PYTHON3_VERSION:C/\.//} +.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:M3\.[0-9]} +SAMBA4_PYTHON3_VERSION= ${WITH_SAMBA4_PYTHON3} +SAMBA4_PYTHON3= python${SAMBA4_PYTHON3_VERSION} +SAMBA4_PYTHON3_VER= ${SAMBA4_PYTHON3_VERSION:C/\.//} .if !exists(${PORTSDIR}/lang/python${SAMBA4_PYTHON3_VER}) .error unsupported or unknown Python version ${SAMBA4_PYTHON3_VERSION} .endif @@ -120,11 +122,11 @@ CONFIGURE_ARGS+= --extra-python=${LOCALBASE}/bin/${SAM PLIST_SUB+= SAMBA4_PYTHON3_SO_ABI=${SAMBA4_PYTHON3_SO_ABI} \ SAMBA4_PYTHON3_SITELIBDIR=${SAMBA4_PYTHON3_SITELIBDIR} -PLIST_FILES+= lib/libpyldb-util.%%SAMBA4_PYTHON3_SO_ABI%%.so \ - lib/libpyldb-util.%%SAMBA4_PYTHON3_SO_ABI%%.so.1 \ - %%SAMBA4_PYTHON3_SITELIBDIR%%/ldb.%%SAMBA4_PYTHON3_SO_ABI%%.so \ - %%SAMBA4_PYTHON3_SITELIBDIR%%/_ldb_text.py \ - %%PKGCONFIGDIR%%/pyldb-util.%%SAMBA4_PYTHON3_SO_ABI%%.pc +PLIST_FILES+= lib/libpyldb-util.${SAMBA4_PYTHON3_SO_ABI}.so \ + lib/libpyldb-util.${SAMBA4_PYTHON3_SO_ABI}.so.1 \ + ${SAMBA4_PYTHON3_SITELIBDIR}/ldb.${SAMBA4_PYTHON3_SO_ABI}.so \ + ${SAMBA4_PYTHON3_SITELIBDIR}/_ldb_text.py \ + ${PKGCONFIGDIR}/pyldb-util.${SAMBA4_PYTHON3_SO_ABI}.pc .endif .endif Modified: head/databases/ldb13/distinfo ============================================================================== --- head/databases/ldb13/distinfo Thu May 17 02:18:52 2018 (r470189) +++ head/databases/ldb13/distinfo Thu May 17 02:24:59 2018 (r470190) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520025663 -SHA256 (ldb-1.3.2.tar.gz) = ce3ef0b7358a8c5437d2cc0ba3fd6c2f2b7017bc87b09527406c8e34a82376ab -SIZE (ldb-1.3.2.tar.gz) = 1364976 +TIMESTAMP = 1525970287 +SHA256 (ldb-1.3.3.tar.gz) = 2b3070f6127d9684e928038abad441e18aef8c2ce703c3ec5d57fadd4ecdfa91 +SIZE (ldb-1.3.3.tar.gz) = 1370823 Added: head/databases/ldb13/files/0001-bug-13362.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/ldb13/files/0001-bug-13362.patch Thu May 17 02:24:59 2018 (r470190) @@ -0,0 +1,170 @@ +From 75e572c6ac2e537839da341e76236d1c4003cae7 Mon Sep 17 00:00:00 2001 +From: Volker Lendecke +Date: Mon, 7 May 2018 16:41:55 +0200 +Subject: [PATCH 1/2] lib: Put "results_store" into a doubly linked list + +Bug: https://bugzilla.samba.org/show_bug.cgi?id=13362 +Signed-off-by: Volker Lendecke +Reviewed-by: Jeremy Allison +(cherry picked from commit 8063995a92fffc93aa9d6d1d92a75bf3f3c9592b) +--- + lib/ldb/modules/paged_results.c | 25 +++++-------------------- + 1 file changed, 5 insertions(+), 20 deletions(-) + +diff --git a/lib/ldb/modules/paged_results.c b/lib/ldb/modules/paged_results.c +index de014a39699..aafbcbf4483 100644 +--- a/lib/ldb/modules/paged_results.c ++++ b/lib/ldb/modules/paged_results.c +@@ -35,6 +35,7 @@ + #include "replace.h" + #include "system/filesys.h" + #include "system/time.h" ++#include "dlinklist.h" + #include "ldb_module.h" + + struct message_store { +@@ -48,14 +49,13 @@ struct message_store { + struct private_data; + + struct results_store { ++ struct results_store *prev, *next; + + struct private_data *priv; + + char *cookie; + time_t timestamp; + +- struct results_store *next; +- + struct message_store *first; + struct message_store *last; + int num_entries; +@@ -75,22 +75,8 @@ struct private_data { + static int store_destructor(struct results_store *del) + { + struct private_data *priv = del->priv; +- struct results_store *loop; +- +- if (priv->store == del) { +- priv->store = del->next; +- return 0; +- } +- +- for (loop = priv->store; loop; loop = loop->next) { +- if (loop->next == del) { +- loop->next = del->next; +- return 0; +- } +- } +- +- /* is not in list ? */ +- return -1; ++ DLIST_REMOVE(priv->store, del); ++ return 0; + } + + static struct results_store *new_store(struct private_data *priv) +@@ -120,8 +106,7 @@ static struct results_store *new_store(struct private_data *priv) + newr->first_ref = NULL; + newr->controls = NULL; + +- newr->next = priv->store; +- priv->store = newr; ++ DLIST_ADD(priv->store, newr); + + talloc_set_destructor(newr, store_destructor); + +-- +2.11.0 + + +From fd3d38f5d3de45e6d5e47ed6bd42ef86abae8836 Mon Sep 17 00:00:00 2001 +From: Volker Lendecke +Date: Mon, 7 May 2018 16:53:00 +0200 +Subject: [PATCH 2/2] lib: Hold at most 10 outstanding paged result cookies + +Bug: https://bugzilla.samba.org/show_bug.cgi?id=13362 +Signed-off-by: Volker Lendecke +Reviewed-by: Jeremy Allison + +Autobuild-User(master): Jeremy Allison +Autobuild-Date(master): Tue May 15 09:37:21 CEST 2018 on sn-devel-144 + +(cherry picked from commit 9fbd4672b06de5333a9c44fc126b8edac0b9d31a) +--- + lib/ldb/modules/paged_results.c | 22 ++++++++++++++++++++++ + 1 file changed, 22 insertions(+) + +diff --git a/lib/ldb/modules/paged_results.c b/lib/ldb/modules/paged_results.c +index aafbcbf4483..ecb22271d28 100644 +--- a/lib/ldb/modules/paged_results.c ++++ b/lib/ldb/modules/paged_results.c +@@ -36,6 +36,7 @@ + #include "system/filesys.h" + #include "system/time.h" + #include "dlinklist.h" ++#include + #include "ldb_module.h" + + struct message_store { +@@ -68,6 +69,7 @@ struct results_store { + + struct private_data { + uint32_t next_free_id; ++ size_t num_stores; + struct results_store *store; + + }; +@@ -76,6 +78,10 @@ static int store_destructor(struct results_store *del) + { + struct private_data *priv = del->priv; + DLIST_REMOVE(priv->store, del); ++ ++ assert(priv->num_stores > 0); ++ priv->num_stores -= 1; ++ + return 0; + } + +@@ -108,8 +114,21 @@ static struct results_store *new_store(struct private_data *priv) + + DLIST_ADD(priv->store, newr); + ++ assert(priv->num_stores < SIZE_MAX); ++ priv->num_stores += 1; ++ + talloc_set_destructor(newr, store_destructor); + ++ if (priv->num_stores > 10) { ++ struct results_store *last; ++ /* ++ * 10 is the default for MaxResultSetsPerConn -- ++ * possibly need to parameterize it. ++ */ ++ last = DLIST_TAIL(priv->store); ++ TALLOC_FREE(last); ++ } ++ + return newr; + } + +@@ -366,6 +385,8 @@ static int paged_search(struct ldb_module *module, struct ldb_request *req) + return LDB_ERR_UNWILLING_TO_PERFORM; + } + ++ DLIST_PROMOTE(private_data->store, current); ++ + ac->store = current; + + /* check if it is an abandon */ +@@ -397,6 +418,7 @@ static int paged_request_init(struct ldb_module *module) + } + + data->next_free_id = 1; ++ data->num_stores = 0; + data->store = NULL; + ldb_module_set_private(module, data); + +-- +2.11.0 + Modified: head/databases/ldb13/files/patch-ldb_cache.c ============================================================================== --- head/databases/ldb13/files/patch-ldb_cache.c Thu May 17 02:18:52 2018 (r470189) +++ head/databases/ldb13/files/patch-ldb_cache.c Thu May 17 02:24:59 2018 (r470190) @@ -1,5 +1,5 @@ ---- ldb_tdb/ldb_cache.c.orig 2018-03-04 05:41:25.313506000 +0100 -+++ ldb_tdb/ldb_cache.c 2018-03-04 05:46:09.353115000 +0100 +--- ldb_tdb/ldb_cache.c.orig 2018-03-04 05:41:25 UTC ++++ ldb_tdb/ldb_cache.c @@ -91,7 +91,9 @@ static int ldb_schema_attribute_compare( { const struct ldb_schema_attribute *sa1 = (const struct ldb_schema_attribute *)p1; Modified: head/databases/ldb13/files/patch-ldb_mod_op_test.c ============================================================================== --- head/databases/ldb13/files/patch-ldb_mod_op_test.c Thu May 17 02:18:52 2018 (r470189) +++ head/databases/ldb13/files/patch-ldb_mod_op_test.c Thu May 17 02:24:59 2018 (r470190) @@ -1,5 +1,5 @@ ---- tests/ldb_mod_op_test.c.orig 2018-03-02 23:35:09.639709000 +0100 -+++ tests/ldb_mod_op_test.c 2018-03-02 23:44:00.194683000 +0100 +--- tests/ldb_mod_op_test.c.orig 2018-03-02 23:35:09 UTC ++++ tests/ldb_mod_op_test.c @@ -3529,7 +3529,7 @@ static void test_ldb_unique_index_duplic assert_int_equal(ret, LDB_SUCCESS); Modified: head/databases/tdb/Makefile ============================================================================== --- head/databases/tdb/Makefile Thu May 17 02:18:52 2018 (r470189) +++ head/databases/tdb/Makefile Thu May 17 02:24:59 2018 (r470190) @@ -19,7 +19,7 @@ IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON #debug_PKGNAMESUFFIX= -debug #nopython_CONFLICTS= tdb tdb-debug #debug_CONFLICTS= tdb tdb-nopython -#default_CONFLICTS= tdb-nopython rdb-debug +#default_CONFLICTS= tdb-nopython tdb-debug USES= compiler pkgconfig waf USE_LDCONFIG= yes @@ -47,7 +47,7 @@ PLIST_FILES+= include/tdb.h \ ${TDB_BINS} \ lib/libtdb.so \ lib/libtdb.so.1 \ - %%PKGCONFIGDIR%%/tdb.pc + ${PKGCONFIGDIR}/tdb.pc .if defined(SAMBA4_DEBUG) CFLAGS+= -DTDB_TRACE=1 @@ -59,14 +59,14 @@ CONFIGURE_ARGS+= --disable-python .else USES+= python:2.7 -PLIST_FILES+= %%PYTHON_SITELIBDIR%%/tdb.so \ - %%PYTHON_SITELIBDIR%%/_tdb_text.py +PLIST_FILES+= ${PYTHON_SITELIBDIR}/tdb.so \ + ${PYTHON_SITELIBDIR}/_tdb_text.py # XXX: This is a gross hack to make port use both Python 2.7+ and 3.3+ # This is not officially supported, use at your own risk -.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:Mpython3\.[0-9]} -SAMBA4_PYTHON3= ${WITH_SAMBA4_PYTHON3} -SAMBA4_PYTHON3_VERSION:=${SAMBA4_PYTHON3:S/^python//} -SAMBA4_PYTHON3_VER:= ${SAMBA4_PYTHON3_VERSION:C/\.//} +.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:M3\.[0-9]} +SAMBA4_PYTHON3_VERSION= ${WITH_SAMBA4_PYTHON3} +SAMBA4_PYTHON3= python${SAMBA4_PYTHON3_VERSION} +SAMBA4_PYTHON3_VER= ${SAMBA4_PYTHON3_VERSION:C/\.//} .if !exists(${PORTSDIR}/lang/python${SAMBA4_PYTHON3_VER}) .error unsupported or unknown Python version ${SAMBA4_PYTHON3_VERSION} .endif @@ -82,8 +82,8 @@ CONFIGURE_ARGS+= --extra-python=${LOCALBASE}/bin/${SAM PLIST_SUB+= SAMBA4_PYTHON3_SO_ABI=${SAMBA4_PYTHON3_SO_ABI} \ SAMBA4_PYTHON3_SITELIBDIR=${SAMBA4_PYTHON3_SITELIBDIR} -PLIST_FILES+= %%SAMBA4_PYTHON3_SITELIBDIR%%/tdb.%%SAMBA4_PYTHON3_SO_ABI%%.so \ - %%SAMBA4_PYTHON3_SITELIBDIR%%/_tdb_text.py +PLIST_FILES+= ${SAMBA4_PYTHON3_SITELIBDIR}/tdb.${SAMBA4_PYTHON3_SO_ABI}.so \ + ${SAMBA4_PYTHON3_SITELIBDIR}/_tdb_text.py .endif .endif Modified: head/devel/talloc/Makefile ============================================================================== --- head/devel/talloc/Makefile Thu May 17 02:18:52 2018 (r470189) +++ head/devel/talloc/Makefile Thu May 17 02:24:59 2018 (r470190) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= talloc -PORTVERSION= 2.1.11 +PORTVERSION= 2.1.13 PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= SAMBA @@ -38,7 +38,7 @@ MANPAGES_DESC= Build and install manpages (requires t PLIST_FILES+= include/talloc.h \ lib/libtalloc.so \ lib/libtalloc.so.2 \ - %%PKGCONFIGDIR%%/talloc.pc + ${PKGCONFIGDIR}/talloc.pc .if defined(NO_PYTHON) USES+= python:2.7,build @@ -49,14 +49,14 @@ USES+= python:2.7 PLIST_FILES+= include/pytalloc.h \ lib/libpytalloc-util.so \ lib/libpytalloc-util.so.2 \ - %%PYTHON_SITELIBDIR%%/talloc.so \ - %%PKGCONFIGDIR%%/pytalloc-util.pc + ${PYTHON_SITELIBDIR}/talloc.so \ + ${PKGCONFIGDIR}/pytalloc-util.pc # XXX: This is a gross hack to make port use both Python 2.7+ and 3.3+ # This is not officially supported, use at your own risk -.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:Mpython3\.[0-9]} -SAMBA4_PYTHON3= ${WITH_SAMBA4_PYTHON3} -SAMBA4_PYTHON3_VERSION:=${SAMBA4_PYTHON3:S/^python//} -SAMBA4_PYTHON3_VER:= ${SAMBA4_PYTHON3_VERSION:C/\.//} +.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:M3\.[0-9]} +SAMBA4_PYTHON3_VERSION= ${WITH_SAMBA4_PYTHON3} +SAMBA4_PYTHON3= python${SAMBA4_PYTHON3_VERSION} +SAMBA4_PYTHON3_VER= ${SAMBA4_PYTHON3_VERSION:C/\.//} .if !exists(${PORTSDIR}/lang/python${SAMBA4_PYTHON3_VER}) .error unsupported or unknown Python version ${SAMBA4_PYTHON3_VERSION} .endif @@ -72,10 +72,10 @@ CONFIGURE_ARGS+= --extra-python=${LOCALBASE}/bin/${SAM PLIST_SUB+= SAMBA4_PYTHON3_SO_ABI=${SAMBA4_PYTHON3_SO_ABI} \ SAMBA4_PYTHON3_SITELIBDIR=${SAMBA4_PYTHON3_SITELIBDIR} -PLIST_FILES+= lib/libpytalloc-util.%%SAMBA4_PYTHON3_SO_ABI%%.so \ - lib/libpytalloc-util.%%SAMBA4_PYTHON3_SO_ABI%%.so.2 \ - %%SAMBA4_PYTHON3_SITELIBDIR%%/talloc.%%SAMBA4_PYTHON3_SO_ABI%%.so \ - %%PKGCONFIGDIR%%/pytalloc-util.%%SAMBA4_PYTHON3_SO_ABI%%.pc +PLIST_FILES+= lib/libpytalloc-util.${SAMBA4_PYTHON3_SO_ABI}.so \ + lib/libpytalloc-util.${SAMBA4_PYTHON3_SO_ABI}.so.2 \ + ${SAMBA4_PYTHON3_SITELIBDIR}/talloc.${SAMBA4_PYTHON3_SO_ABI}.so \ + ${PKGCONFIGDIR}/pytalloc-util.${SAMBA4_PYTHON3_SO_ABI}.pc .endif .endif Modified: head/devel/talloc/distinfo ============================================================================== --- head/devel/talloc/distinfo Thu May 17 02:18:52 2018 (r470189) +++ head/devel/talloc/distinfo Thu May 17 02:24:59 2018 (r470190) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516159871 -SHA256 (talloc-2.1.11.tar.gz) = 639eb35556a0af999123c4d883e79be05ff9f00ab4f9e4ac2e5775f9c5eeeed3 -SIZE (talloc-2.1.11.tar.gz) = 443320 +TIMESTAMP = 1526489938 +SHA256 (talloc-2.1.13.tar.gz) = 84f399dbf0ad97006a2b4953ea99452d033faac15aabfddd4ba61734764c6047 +SIZE (talloc-2.1.13.tar.gz) = 444608 Modified: head/devel/tevent/Makefile ============================================================================== --- head/devel/tevent/Makefile Thu May 17 02:18:52 2018 (r470189) +++ head/devel/tevent/Makefile Thu May 17 02:24:59 2018 (r470190) @@ -44,7 +44,7 @@ MANPAGES_DESC= Build and install manpages (requires t PLIST_FILES+= include/tevent.h \ lib/libtevent.so \ lib/libtevent.so.0 \ - %%PKGCONFIGDIR%%/tevent.pc + ${PKGCONFIGDIR}/tevent.pc .if defined(NO_PYTHON) USES+= python:2.7,build @@ -52,16 +52,16 @@ CONFIGURE_ARGS+= --disable-python .else USES+= python:2.7 -PLIST_FILES+= %%PYTHON_SITELIBDIR%%/_tevent.so \ - %%PYTHON_SITELIBDIR%%/tevent.py \ - %%PYTHON_SITELIBDIR%%/tevent.pyc \ - %%PYTHON_SITELIBDIR%%/tevent.pyo +PLIST_FILES+= ${PYTHON_SITELIBDIR}/_tevent.so \ + ${PYTHON_SITELIBDIR}/tevent.py \ + ${PYTHON_SITELIBDIR}/tevent.pyc \ + ${PYTHON_SITELIBDIR}/tevent.pyo # XXX: This is a gross hack to make port use both Python 2.7+ and 3.3+ # This is not officially supported, use at your own risk -.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:Mpython3\.[0-9]} -SAMBA4_PYTHON3= ${WITH_SAMBA4_PYTHON3} -SAMBA4_PYTHON3_VERSION:=${SAMBA4_PYTHON3:S/^python//} -SAMBA4_PYTHON3_VER:= ${SAMBA4_PYTHON3_VERSION:C/\.//} +.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:M3\.[0-9]} +SAMBA4_PYTHON3_VERSION= ${WITH_SAMBA4_PYTHON3} +SAMBA4_PYTHON3= python${SAMBA4_PYTHON3_VERSION} +SAMBA4_PYTHON3_VER= ${SAMBA4_PYTHON3_VERSION:C/\.//} .if !exists(${PORTSDIR}/lang/python${SAMBA4_PYTHON3_VER}) .error unsupported or unknown Python version ${SAMBA4_PYTHON3_VERSION} .endif @@ -77,10 +77,10 @@ CONFIGURE_ARGS+= --extra-python=${LOCALBASE}/bin/${SAM PLIST_SUB+= SAMBA4_PYTHON3_SO_ABI=${SAMBA4_PYTHON3_SO_ABI} \ SAMBA4_PYTHON3_SITELIBDIR=${SAMBA4_PYTHON3_SITELIBDIR} -PLIST_FILES+= %%SAMBA4_PYTHON3_SITELIBDIR%%/_tevent.%%SAMBA4_PYTHON3_SO_ABI%%.so \ - %%SAMBA4_PYTHON3_SITELIBDIR%%/tevent.py \ - %%SAMBA4_PYTHON3_SITELIBDIR%%/tevent.pyc \ - %%SAMBA4_PYTHON3_SITELIBDIR%%/tevent.pyo +PLIST_FILES+= ${SAMBA4_PYTHON3_SITELIBDIR}/_tevent.${SAMBA4_PYTHON3_SO_ABI}.so \ + ${SAMBA4_PYTHON3_SITELIBDIR}/tevent.py \ + ${SAMBA4_PYTHON3_SITELIBDIR}/tevent.pyc \ + ${SAMBA4_PYTHON3_SITELIBDIR}/tevent.pyo .endif .endif From owner-svn-ports-head@freebsd.org Thu May 17 02:41:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C052DEEBCD2; Thu, 17 May 2018 02:41:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 749D28C88C; Thu, 17 May 2018 02:41:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55DB823003; Thu, 17 May 2018 02:41:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H2fS3b004663; Thu, 17 May 2018 02:41:28 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H2fRpZ004660; Thu, 17 May 2018 02:41:27 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201805170241.w4H2fRpZ004660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 17 May 2018 02:41:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470191 - 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: 470191 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 02:41:29 -0000 Author: novel Date: Thu May 17 02:41:27 2018 New Revision: 470191 URL: https://svnweb.freebsd.org/changeset/ports/470191 Log: misc/osinfo-db: update to 20180514 Modified: head/misc/osinfo-db/Makefile head/misc/osinfo-db/distinfo head/misc/osinfo-db/pkg-plist Modified: head/misc/osinfo-db/Makefile ============================================================================== --- head/misc/osinfo-db/Makefile Thu May 17 02:24:59 2018 (r470190) +++ head/misc/osinfo-db/Makefile Thu May 17 02:41:27 2018 (r470191) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osinfo-db -PORTVERSION= 20180502 +PORTVERSION= 20180514 CATEGORIES= misc MASTER_SITES= https://releases.pagure.org/libosinfo/ Modified: head/misc/osinfo-db/distinfo ============================================================================== --- head/misc/osinfo-db/distinfo Thu May 17 02:24:59 2018 (r470190) +++ head/misc/osinfo-db/distinfo Thu May 17 02:41:27 2018 (r470191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525528404 -SHA256 (osinfo-db-20180502.tar.xz) = 5565f52b069dc9bcc6ce0a4cffeae0f09420fb31ec3b6a82e957c1c26e350314 -SIZE (osinfo-db-20180502.tar.xz) = 70484 +TIMESTAMP = 1526494150 +SHA256 (osinfo-db-20180514.tar.xz) = 4246b093c2903b349abb5e7f729ba83d36135b73cc3dc88882490fcb5f42dfdf +SIZE (osinfo-db-20180514.tar.xz) = 70780 Modified: head/misc/osinfo-db/pkg-plist ============================================================================== --- head/misc/osinfo-db/pkg-plist Thu May 17 02:24:59 2018 (r470190) +++ head/misc/osinfo-db/pkg-plist Thu May 17 02:41:27 2018 (r470191) @@ -134,6 +134,7 @@ share/osinfo/os/fedoraproject.org/fedora-24.xml share/osinfo/os/fedoraproject.org/fedora-25.xml share/osinfo/os/fedoraproject.org/fedora-26.xml share/osinfo/os/fedoraproject.org/fedora-27.xml +share/osinfo/os/fedoraproject.org/fedora-28.xml share/osinfo/os/fedoraproject.org/fedora-3.xml share/osinfo/os/fedoraproject.org/fedora-4.xml share/osinfo/os/fedoraproject.org/fedora-5.xml @@ -282,6 +283,7 @@ share/osinfo/os/netbsd.org/netbsd-6.1.xml share/osinfo/os/netbsd.org/netbsd-7.0.xml share/osinfo/os/netbsd.org/netbsd-7.1.1.xml share/osinfo/os/netbsd.org/netbsd-7.1.xml +share/osinfo/os/netbsd.org/netbsd-7.1.2.xml share/osinfo/os/novell.com/netware-4.xml share/osinfo/os/novell.com/netware-5.xml share/osinfo/os/novell.com/netware-6.xml From owner-svn-ports-head@freebsd.org Thu May 17 03:02:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65B01EEDFDB; Thu, 17 May 2018 03:02:43 +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 189568DF21; Thu, 17 May 2018 03:02:43 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9EE02347B; Thu, 17 May 2018 03:02:42 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H32g1c017541; Thu, 17 May 2018 03:02:42 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H32gjf017538; Thu, 17 May 2018 03:02:42 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805170302.w4H32gjf017538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 17 May 2018 03:02:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470192 - head/devel/R-cran-bit X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/devel/R-cran-bit X-SVN-Commit-Revision: 470192 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 03:02:43 -0000 Author: tota Date: Thu May 17 03:02:42 2018 New Revision: 470192 URL: https://svnweb.freebsd.org/changeset/ports/470192 Log: - Update to 1.1-13 - Update pkg-descr Modified: head/devel/R-cran-bit/Makefile (contents, props changed) head/devel/R-cran-bit/distinfo (contents, props changed) head/devel/R-cran-bit/pkg-descr (contents, props changed) Modified: head/devel/R-cran-bit/Makefile ============================================================================== --- head/devel/R-cran-bit/Makefile Thu May 17 02:41:27 2018 (r470191) +++ head/devel/R-cran-bit/Makefile Thu May 17 03:02:42 2018 (r470192) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bit -PORTREVISION= 2 -DISTVERSION= 1.1-12 +DISTVERSION= 1.1-13 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/devel/R-cran-bit/distinfo ============================================================================== --- head/devel/R-cran-bit/distinfo Thu May 17 02:41:27 2018 (r470191) +++ head/devel/R-cran-bit/distinfo Thu May 17 03:02:42 2018 (r470192) @@ -1,2 +1,3 @@ -SHA256 (bit_1.1-12.tar.gz) = ce281c87fb7602bf1a599e72f3e25f9ff7a13e390c124a4506087f69ad79d128 -SIZE (bit_1.1-12.tar.gz) = 53737 +TIMESTAMP = 1526524094 +SHA256 (bit_1.1-13.tar.gz) = 066a877483d00883b972b25729efb152d08eabf25fc289e03867dd3edde617fa +SIZE (bit_1.1-13.tar.gz) = 54723 Modified: head/devel/R-cran-bit/pkg-descr ============================================================================== --- head/devel/R-cran-bit/pkg-descr Thu May 17 02:41:27 2018 (r470191) +++ head/devel/R-cran-bit/pkg-descr Thu May 17 03:02:42 2018 (r470192) @@ -1,4 +1,4 @@ -bitmapped vectors of booleans (no NAs), coercion from and to logicals, +True boolean datatype (no NAs), coercion from and to logicals, integers and integer subscripts; fast boolean operators and fast summary statistics. With 'bit' vectors you can store true binary booleans {FALSE,TRUE} at the expense of 1 bit only, on a 32 bit From owner-svn-ports-head@freebsd.org Thu May 17 03:34:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38229EF063E; Thu, 17 May 2018 03:34:55 +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 D86C68F50A; Thu, 17 May 2018 03:34:54 +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 BB102239EC; Thu, 17 May 2018 03:34:54 +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 w4H3Ys8F033208; Thu, 17 May 2018 03:34:54 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H3YsTY033206; Thu, 17 May 2018 03:34:54 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805170334.w4H3YsTY033206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 17 May 2018 03:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470193 - head/devel/R-cran-rngtools X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/devel/R-cran-rngtools X-SVN-Commit-Revision: 470193 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 03:34:55 -0000 Author: tota Date: Thu May 17 03:34:54 2018 New Revision: 470193 URL: https://svnweb.freebsd.org/changeset/ports/470193 Log: - Update to 1.3.1 Modified: head/devel/R-cran-rngtools/Makefile (contents, props changed) head/devel/R-cran-rngtools/distinfo (contents, props changed) Modified: head/devel/R-cran-rngtools/Makefile ============================================================================== --- head/devel/R-cran-rngtools/Makefile Thu May 17 03:02:42 2018 (r470192) +++ head/devel/R-cran-rngtools/Makefile Thu May 17 03:34:54 2018 (r470193) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rngtools -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-rngtools/distinfo ============================================================================== --- head/devel/R-cran-rngtools/distinfo Thu May 17 03:02:42 2018 (r470192) +++ head/devel/R-cran-rngtools/distinfo Thu May 17 03:34:54 2018 (r470193) @@ -1,2 +1,3 @@ -SHA256 (rngtools_1.2.4.tar.gz) = 27019835b750f470b13dbb7fecd3b839a61b52774e23fffa191f919533768fb9 -SIZE (rngtools_1.2.4.tar.gz) = 120986 +TIMESTAMP = 1526525647 +SHA256 (rngtools_1.3.1.tar.gz) = 763fc493cb821a4d3e514c0dc876d602a692c528e1d67f295dde70c77009e224 +SIZE (rngtools_1.3.1.tar.gz) = 19432 From owner-svn-ports-head@freebsd.org Thu May 17 03:37:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32335EF0891; Thu, 17 May 2018 03:37:17 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D48FF8F6AC; Thu, 17 May 2018 03:37:16 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B65BB239F8; Thu, 17 May 2018 03:37:16 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H3bGfR033559; Thu, 17 May 2018 03:37:16 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H3bF3r033549; Thu, 17 May 2018 03:37:15 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201805170337.w4H3bF3r033549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Thu, 17 May 2018 03:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470194 - in head/net: samba46 samba47 samba47/files X-SVN-Group: ports-head X-SVN-Commit-Author: timur X-SVN-Commit-Paths: in head/net: samba46 samba47 samba47/files X-SVN-Commit-Revision: 470194 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 03:37:17 -0000 Author: timur Date: Thu May 17 03:37:14 2018 New Revision: 470194 URL: https://svnweb.freebsd.org/changeset/ports/470194 Log: Update Samba 4.6 and 4.7 to the most recent versions Sponsored by: iXsystems Inc. Added: head/net/samba47/files/patch-dbwrap (contents, props changed) head/net/samba47/files/patch-source3__modules__wscript_build (contents, props changed) head/net/samba47/files/patch-vfs_freebsd.c (contents, props changed) Modified: head/net/samba46/Makefile head/net/samba46/distinfo head/net/samba47/Makefile head/net/samba47/distinfo head/net/samba47/files/0001-Zfs-provision-1.patch head/net/samba47/files/samba_server.in Modified: head/net/samba46/Makefile ============================================================================== --- head/net/samba46/Makefile Thu May 17 03:34:54 2018 (r470193) +++ head/net/samba46/Makefile Thu May 17 03:37:14 2018 (r470194) @@ -21,7 +21,7 @@ CONFLICTS_INSTALL?= samba4-4.0.* samba4[1-57-9]-4.* p SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.6.14 +SAMBA4_VERSION= 4.6.15 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} Modified: head/net/samba46/distinfo ============================================================================== --- head/net/samba46/distinfo Thu May 17 03:34:54 2018 (r470193) +++ head/net/samba46/distinfo Thu May 17 03:37:14 2018 (r470194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520935711 -SHA256 (samba-4.6.14.tar.gz) = 673f459f9e423f3893b017c86343df1e65d57571c949fe030fcffdcc05b8de47 -SIZE (samba-4.6.14.tar.gz) = 21161954 +TIMESTAMP = 1526084366 +SHA256 (samba-4.6.15.tar.gz) = 72f66dbefd08807d2f1bacdbbb1398a03536c3fc640deec6a3b91e7308b30772 +SIZE (samba-4.6.15.tar.gz) = 21175479 Modified: head/net/samba47/Makefile ============================================================================== --- head/net/samba47/Makefile Thu May 17 03:34:54 2018 (r470193) +++ head/net/samba47/Makefile Thu May 17 03:37:14 2018 (r470194) @@ -22,7 +22,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/0001-Freenas-master-mdns SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.7.6 +SAMBA4_VERSION= 4.7.7 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} @@ -350,7 +350,7 @@ LIB_DEPENDS+= libdbus-1.so:devel/dbus LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib .endif -#SAMBA4_MODULES+= vfs_freebsd +SAMBA4_MODULES+= vfs_freebsd SAMBA4_MODULES+= idmap_nss idmap_autorid idmap_rid idmap_hash idmap_tdb idmap_tdb2 idmap_script nss-info_hash # List of extra modules taken from RHEL build @@ -412,10 +412,10 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1. RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} # XXX: This is a gross hack to make port use both Python 2.7+ and 3.3+ # This is not officially supported, use at your own risk -.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:Mpython3\.[0-9]} -SAMBA4_PYTHON3= ${WITH_SAMBA4_PYTHON3} -SAMBA4_PYTHON3_VERSION:= ${SAMBA4_PYTHON3:S/^python//} -SAMBA4_PYTHON3_VER:= ${SAMBA4_PYTHON3_VERSION:C/\.//} +.if defined(WITH_SAMBA4_PYTHON3) && ${WITH_SAMBA4_PYTHON3:M3\.[0-9]} +SAMBA4_PYTHON3_VERSION= ${WITH_SAMBA4_PYTHON3} +SAMBA4_PYTHON3= python${SAMBA4_PYTHON3_VERSION} +SAMBA4_PYTHON3_VER= ${SAMBA4_PYTHON3_VERSION:C/\.//} .if !exists(${PORTSDIR}/lang/python${SAMBA4_PYTHON3_VER}) .error unsupported or unknown Python version ${SAMBA4_PYTHON3_VERSION} .endif Modified: head/net/samba47/distinfo ============================================================================== --- head/net/samba47/distinfo Thu May 17 03:34:54 2018 (r470193) +++ head/net/samba47/distinfo Thu May 17 03:37:14 2018 (r470194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520935629 -SHA256 (samba-4.7.6.tar.gz) = 1eede30fc8ef6504e24602fb72b00baa0a7b73b59f16d25cb0771dc8c7c57d6e -SIZE (samba-4.7.6.tar.gz) = 16864824 +TIMESTAMP = 1525222693 +SHA256 (samba-4.7.7.tar.gz) = 29fad16fa70c1342c300d28d1b474b04c01a2a650149e94cace36fcbace80131 +SIZE (samba-4.7.7.tar.gz) = 16875059 Modified: head/net/samba47/files/0001-Zfs-provision-1.patch ============================================================================== --- head/net/samba47/files/0001-Zfs-provision-1.patch Thu May 17 03:34:54 2018 (r470193) +++ head/net/samba47/files/0001-Zfs-provision-1.patch Thu May 17 03:37:14 2018 (r470194) @@ -26,16 +26,15 @@ diff --git a/python/samba/provision/__init__.py b/pyth index 5de986463a5..cd3b91f41b9 100644 --- a/python/samba/provision/__init__.py +++ b/python/samba/provision/__init__.py -@@ -1556,19 +1556,25 @@ def setsysvolacl(samdb, netlogon, sysvol, uid, gid, domainsid, dnsdomain, +@@ -1556,19 +1556,24 @@ def setsysvolacl(samdb, netlogon, sysvol, uid, gid, domainsid, dnsdomain, s3conf = s3param.get_context() s3conf.load(lp.configfile) - file = tempfile.NamedTemporaryFile(dir=os.path.abspath(sysvol)) + sysvol_dir = os.path.abspath(sysvol) + -+ if smbd.has_posix_acls(sysvol_dir): -+ set_simple_acl = smbd.set_simple_acl -+ elif smbd.has_nfsv4_acls(sysvol_dir): ++ set_simple_acl = smbd.set_simple_acl ++ if smbd.has_nfsv4_acls(sysvol_dir): + set_simple_acl = smbd.set_simple_nfsv4_acl + + file = tempfile.NamedTemporaryFile(dir=sysvol_dir) Added: head/net/samba47/files/patch-dbwrap ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samba47/files/patch-dbwrap Thu May 17 03:37:14 2018 (r470194) @@ -0,0 +1,96 @@ +--- lib/dbwrap/dbwrap.c.orig 2018-01-17 10:08:39 UTC ++++ lib/dbwrap/dbwrap.c +@@ -28,6 +28,9 @@ + #include "lib/util/util_tdb.h" + #include "lib/util/tevent_ntstatus.h" + ++#undef DBGC_CLASS ++#define DBGC_CLASS DBGC_LOCKING ++ + /* + * Fall back using fetch if no genuine exists operation is provided + */ +--- lib/dbwrap/dbwrap_local_open.c.orig 2018-01-14 21:41:58.000000000 +0100 ++++ lib/dbwrap/dbwrap_local_open.c 2018-03-29 23:49:51.888588000 +0200 +@@ -24,6 +24,9 @@ + #include "tdb.h" + #include "lib/param/param.h" + ++#undef DBGC_CLASS ++#define DBGC_CLASS DBGC_LOCKING ++ + struct db_context *dbwrap_local_open(TALLOC_CTX *mem_ctx, + struct loadparm_context *lp_ctx, + const char *name, +--- lib/dbwrap/dbwrap_rbt.c.orig 2018-01-17 09:08:39.000000000 +0100 ++++ lib/dbwrap/dbwrap_rbt.c 2018-03-29 23:50:13.427755000 +0200 +@@ -24,6 +24,9 @@ + #include "../lib/util/rbtree.h" + #include "../lib/util/dlinklist.h" + ++#undef DBGC_CLASS ++#define DBGC_CLASS DBGC_LOCKING ++ + #define DBWRAP_RBT_ALIGN(_size_) (((_size_)+15)&~15) + + struct db_rbt_ctx { +--- lib/dbwrap/dbwrap_tdb.c.orig 2018-01-17 09:08:39.000000000 +0100 ++++ lib/dbwrap/dbwrap_tdb.c 2018-03-29 23:50:40.789642000 +0200 +@@ -27,6 +27,9 @@ + #include "lib/param/param.h" + #include "libcli/util/error.h" + ++#undef DBGC_CLASS ++#define DBGC_CLASS DBGC_LOCKING ++ + struct db_tdb_ctx { + struct tdb_wrap *wtdb; + +--- lib/dbwrap/dbwrap_util.c.orig 2018-01-17 09:08:39.000000000 +0100 ++++ lib/dbwrap/dbwrap_util.c 2018-03-29 23:51:35.907061000 +0200 +@@ -26,6 +26,9 @@ + #include "dbwrap.h" + #include "lib/util/util_tdb.h" + ++#undef DBGC_CLASS ++#define DBGC_CLASS DBGC_LOCKING ++ + struct dbwrap_fetch_int32_state { + NTSTATUS status; + int32_t result; +--- source3/lib/dbwrap/dbwrap_ctdb.c.orig 2018-01-17 09:08:39.000000000 +0100 ++++ source3/lib/dbwrap/dbwrap_ctdb.c 2018-03-29 23:57:41.784931000 +0200 +@@ -38,6 +38,9 @@ + #include "lib/cluster_support.h" + #include "lib/util/tevent_ntstatus.h" + ++#undef DBGC_CLASS ++#define DBGC_CLASS DBGC_LOCKING ++ + struct db_ctdb_transaction_handle { + struct db_ctdb_ctx *ctx; + /* +--- source3/lib/dbwrap/dbwrap_open.c.orig 2018-01-17 09:08:39.000000000 +0100 ++++ source3/lib/dbwrap/dbwrap_open.c 2018-03-29 23:57:54.680614000 +0200 +@@ -31,6 +31,9 @@ + #include "ctdbd_conn.h" + #include "messages.h" + ++#undef DBGC_CLASS ++#define DBGC_CLASS DBGC_LOCKING ++ + bool db_is_local(const char *name) + { + const char *sockname = lp_ctdbd_socket(); +--- source3/lib/dbwrap/dbwrap_watch.c.orig 2018-01-17 09:08:39.000000000 +0100 ++++ source3/lib/dbwrap/dbwrap_watch.c 2018-03-29 23:58:09.746298000 +0200 +@@ -28,6 +28,9 @@ + #include "server_id_watch.h" + #include "lib/dbwrap/dbwrap_private.h" + ++#undef DBGC_CLASS ++#define DBGC_CLASS DBGC_LOCKING ++ + static ssize_t dbwrap_record_watchers_key(struct db_context *db, + struct db_record *rec, + uint8_t *wkey, size_t wkey_len) Added: head/net/samba47/files/patch-source3__modules__wscript_build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samba47/files/patch-source3__modules__wscript_build Thu May 17 03:37:14 2018 (r470194) @@ -0,0 +1,15 @@ +--- source3/modules/wscript_build.orig 2018-02-08 00:37:51 UTC ++++ source3/modules/wscript_build +@@ -516,3 +516,12 @@ bld.SAMBA3_MODULE('vfs_error_inject', + init_function='', + internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_error_inject'), + enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_error_inject')) ++ ++bld.SAMBA3_MODULE('vfs_freebsd', ++ subsystem='vfs', ++ source='vfs_freebsd.c', ++ deps='samba-util', ++ init_function='', ++ internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_freebsd'), ++ enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_freebsd')) ++ Added: head/net/samba47/files/patch-vfs_freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samba47/files/patch-vfs_freebsd.c Thu May 17 03:37:14 2018 (r470194) @@ -0,0 +1,1785 @@ +--- /dev/null 2018-03-05 02:00:00 UTC ++++ source3/modules/vfs_freebsd.c 2018-03-05 02:04:19.982828000 +0100 +@@ -0,0 +1,1782 @@ ++/* ++ * This module implements VFS calls specific to FreeBSD ++ * ++ * Copyright (C) Timur I. Bakeyev, 2018 ++ * ++ * 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 3 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; if not, see . ++ */ ++ ++#include "includes.h" ++ ++//#include "../source3/include/includes.h" ++#include "lib/util/tevent_unix.h" ++#include "lib/util/tevent_ntstatus.h" ++#include "system/filesys.h" ++ ++#include ++ ++ ++#ifndef EXTATTR_MAXNAMELEN ++#define EXTATTR_MAXNAMELEN UINT8_MAX ++#endif ++ ++#define EXTATTR_NAMESPACE(NS) EXTATTR_NAMESPACE_ ## NS, \ ++ EXTATTR_NAMESPACE_ ## NS ## _STRING ".", \ ++ .data.len = (sizeof(EXTATTR_NAMESPACE_ ## NS ## _STRING ".") - 1) ++ ++#define EXTATTR_EMPTY 0x00 ++#define EXTATTR_USER 0x01 ++#define EXTATTR_SYSTEM 0x02 ++#define EXTATTR_SECURITY 0x03 ++#define EXTATTR_TRUSTED 0x04 ++ ++ ++static bool is_secure = true; ++static bool is_legacy = false; ++ ++typedef struct { ++ int namespace; ++ char name[EXTATTR_MAXNAMELEN+1]; ++ union { ++ uint16_t len; ++ uint16_t flags; ++ } data; ++} extattr_attr; ++ ++ ++/* XXX: This order doesn't match namespace ids order! */ ++static extattr_attr extattr[] = { ++ { EXTATTR_NAMESPACE(EMPTY) }, ++ { EXTATTR_NAMESPACE(SYSTEM) }, ++ { EXTATTR_NAMESPACE(USER) }, ++}; ++ ++typedef struct { ++ enum { ++ FILE, LINK, FDES ++ } method; ++ union { ++ const char *path; ++ int filedes; ++ } param; ++} extattr_arg; ++ ++ ++ ++static bool freebsd_in_jail(void) { ++ int val = 0; ++ size_t val_len = sizeof(val); ++ ++ if((sysctlbyname("security.jail.jailed", &val, &val_len, NULL, 0) != -1) && val == 1) { ++ return true; ++ } ++ return false; ++} ++ ++static uint16_t freebsd_map_attrname(const char *name) ++{ ++ if(name == NULL || name[0] == '\0') { ++ return EXTATTR_EMPTY; ++ } ++ ++ switch(name[0]) { ++ case 'u': ++ if(strncmp(name, "user.", 5) == 0) ++ return EXTATTR_USER; ++ break; ++ case 't': ++ if(strncmp(name, "trusted.", 8) == 0) ++ return EXTATTR_TRUSTED; ++ break; ++ case 's': ++ /* name[1] could be any character, including '\0' */ ++ switch(name[1]) { ++ case 'e': ++ if(strncmp(name, "security.", 9) == 0) ++ return EXTATTR_SECURITY; ++ break; ++ case 'y': ++ if(strncmp(name, "system.", 7) == 0) ++ return EXTATTR_SYSTEM; ++ break; ++ } ++ break; ++ } ++ return EXTATTR_USER; ++} ++ ++/* security, system, trusted or user */ ++static extattr_attr* freebsd_map_xattr(const char *name, extattr_attr *attr) ++{ ++ int attrnamespace = EXTATTR_NAMESPACE_EMPTY; ++ const char *attrname = name; ++ ++ if(name == NULL || name[0] == '\0') { ++ return NULL; ++ } ++ ++ if(attr == NULL) { ++ return NULL; ++ } ++ ++ uint16_t flags = freebsd_map_attrname(name); ++ ++ switch(flags) { ++ case EXTATTR_USER: ++ attrnamespace = EXTATTR_NAMESPACE_USER; ++ if(is_legacy) ++ attrname = name + 5; ++ break; ++ case EXTATTR_SECURITY: ++ case EXTATTR_TRUSTED: ++ attrnamespace = (is_secure) ? ++ EXTATTR_NAMESPACE_SYSTEM : ++ EXTATTR_NAMESPACE_USER; ++ break; ++ case EXTATTR_SYSTEM: ++ attrnamespace = (is_secure) ? ++ EXTATTR_NAMESPACE_SYSTEM : ++ EXTATTR_NAMESPACE_USER; ++ if (is_legacy) ++ attrname = name + 7; ++ break; ++ default: ++ /* Default to "user" namespace if nothing else was specified */ ++ attrnamespace = EXTATTR_NAMESPACE_USER; ++ flags = EXTATTR_USER; ++ } ++ ++ attr->namespace = attrnamespace; ++ attr->data.flags = flags; ++ strlcpy(attr->name, attrname, EXTATTR_MAXNAMELEN+1); ++ ++ return attr; ++} ++ ++static ssize_t extattr_size(extattr_arg arg, extattr_attr *attr) ++{ ++ ssize_t result; ++ ++ switch(arg.method) { ++#if defined(HAVE_EXTATTR_GET_FILE) ++ case FILE: ++ result = extattr_get_file(arg.param.path, attr->namespace, attr->name, NULL, 0); ++ break; ++#endif ++#if defined(HAVE_EXTATTR_GET_LINK) ++ case LINK: ++ result = extattr_get_link(arg.param.path, attr->namespace, attr->name, NULL, 0); ++ break; ++#endif ++#if defined(HAVE_EXTATTR_GET_FD) ++ case FDES: ++ result = extattr_get_fd(arg.param.filedes, attr->namespace, attr->name, NULL, 0); ++ break; ++#endif ++ default: ++ errno = ENOSYS; ++ return -1; ++ } ++ ++ if(result < 0) { ++ errno = EINVAL; ++ return -1; ++ } ++ ++ return result; ++} ++ ++ ++/* ++ * The list of names is returned as an unordered array of NULL-terminated ++ * character strings (attribute names are separated by NULL characters), ++ * like this: ++ * user.name1\0system.name1\0user.name2\0 ++ * ++ * Filesystems like ext2, ext3 and XFS which implement POSIX ACLs using ++ * extended attributes, might return a list like this: ++ * system.posix_acl_access\0system.posix_acl_default\0 ++ */ ++/* ++ * The extattr_list_file() returns a list of attributes present in the ++ * requested namespace. Each list entry consists of a single byte containing ++ * the length of the attribute name, followed by the attribute name. The ++ * attribute name is not terminated by ASCII 0 (nul). ++*/ ++ ++static ssize_t freebsd_extattr_list(extattr_arg arg, char *list, size_t size) ++{ ++ ssize_t list_size, total_size = 0; ++ char *p, *q, *list_end; ++ int len; ++ /* ++ Ignore all but user namespace when we are not root or in jail ++ See: https://bugzilla.samba.org/show_bug.cgi?id=10247 ++ */ ++ bool as_root = (geteuid() == 0); ++ ++ int ns = (is_secure && as_root) ? 1 : 2; ++ ++ /* Iterate through extattr(2) namespaces */ ++ for(; ns < ARRAY_SIZE(extattr); ns++) { ++ switch(arg.method) { ++#if defined(HAVE_EXTATTR_LIST_FILE) ++ case FILE: ++ list_size = extattr_list_file(arg.param.path, extattr[ns].namespace, list, size); ++ break; ++#endif ++#if defined(HAVE_EXTATTR_LIST_LINK) ++ case LINK: ++ list_size = extattr_list_link(arg.param.path, extattr[ns].namespace, list, size); ++ break; ++#endif ++#if defined(HAVE_EXTATTR_LIST_FD) ++ case FDES: ++ list_size = extattr_list_fd(arg.param.filedes, extattr[ns].namespace, list, size); ++ break; ++#endif ++ default: ++ errno = ENOSYS; ++ return -1; ++ } ++ /* Some error happend. Errno should be set by the previous call */ ++ if(list_size < 0) ++ return -1; ++ /* No attributes in this namespace */ ++ if(list_size == 0) ++ continue; ++ /* ++ Call with an empty buffer may be used to calculate ++ necessary buffer size. ++ */ ++ if(list == NULL) { ++ /* ++ XXX: Unfortunately, we can't say, how many attributes were ++ returned, so here is the potential problem with the emulation. ++ */ ++ if(is_legacy) { ++ /* ++ Take the worse case of one char attribute names - ++ two bytes per name plus one more for sanity. ++ */ ++ total_size += list_size + (list_size/2 + 1)*extattr[ns].data.len; ++ } ++ else { ++ total_size += list_size; ++ } ++ continue; ++ } ++ ++ if(is_legacy) { ++ /* Count necessary offset to fit namespace prefixes */ ++ int extra_len = 0; ++ uint16_t flags; ++ list_end = list + list_size; ++ for(list_size = 0, p = q = list; p < list_end; p += len) { ++ len = p[0] + 1; ++ (void)strlcpy(q, p + 1, len); ++ flags = freebsd_map_attrname(q); ++ /* Skip secure attributes for non-root user */ ++ if(!is_secure && !as_root && flags > EXTATTR_USER) { ++ continue; ++ } ++ if(flags <= EXTATTR_USER) { ++ /* Don't count trailing '\0' */ ++ extra_len += extattr[ns].data.len; ++ } ++ list_size += len; ++ q += len; ++ } ++ total_size += list_size + extra_len; ++ /* Buffer is too small to fit the results */ ++ if(total_size > size) { ++ errno = ERANGE; ++ return -1; ++ } ++ /* Shift results backwards, so we can prepend prefixes */ ++ list_end = list + extra_len; ++ p = (char*)memmove(list_end, list, list_size); ++ /* ++ We enter the loop with `p` pointing to the shifted list and ++ `extra_len` having the total margin between `list` and `p` ++ */ ++ for(list_end += list_size; p < list_end; p += len) { ++ len = strlen(p) + 1; ++ flags = freebsd_map_attrname(p); ++ if(flags <= EXTATTR_USER) { ++ /* Add namespace prefix */ ++ (void)strncpy(list, extattr[ns].name, extattr[ns].data.len); ++ list += extattr[ns].data.len; ++ } ++ /* Append attribute name */ ++ (void)strlcpy(list, p, len); ++ list += len; ++ } ++ } ++ else { ++ /* Convert UCSD strings into nul-terminated strings */ ++ for(list_end = list + list_size; list < list_end; list += len) { ++ len = list[0] + 1; ++ (void)strlcpy(list, list + 1, len); ++ } ++ total_size += list_size; ++ } ++ } ++ return total_size; ++} ++ ++/* ++static ssize_t freebsd_getxattr_size(vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname, ++ const char *name) ++{ ++ extattr_arg arg = { FILE, smb_fname->base_name }; ++ extattr_attr attr; ++ ++ if(!freebsd_map_xattr(name, &attr)) { ++ errno = EINVAL; ++ return -1; ++ } ++ ++ if(!is_secure && geteuid() != 0 && attr.data.flags > EXTATTR_USER) { ++ errno = ENOATTR; ++ return -1; ++ } ++ ++ return extattr_size(arg, &attr); ++} ++*/ ++ ++/* VFS entries */ ++static ssize_t freebsd_getxattr(vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname, ++ const char *name, ++ void *value, ++ size_t size) ++{ ++#if defined(HAVE_EXTATTR_GET_FILE) ++ extattr_arg arg = { FILE, .param.path = smb_fname->base_name }; ++ extattr_attr attr; ++ ssize_t res; ++ ++ if(!freebsd_map_xattr(name, &attr)) { ++ errno = EINVAL; ++ return -1; ++ } ++ ++ /* Filter out 'secure' entries */ ++ if(!is_secure && geteuid() != 0 && attr.data.flags > EXTATTR_USER) { ++ errno = ENOATTR; ++ return -1; ++ } ++ ++ /* ++ * The BSD implementation has a nasty habit of silently truncating ++ * the returned value to the size of the buffer, so we have to check ++ * that the buffer is large enough to fit the returned value. ++ */ ++ if((res=extattr_size(arg, &attr)) < 0) { ++ return -1; ++ } ++ ++ if (size == 0) { ++ return res; ++ } ++ else if (res > size) { ++ errno = ERANGE; ++ return -1; ++ } ++ ++ if((res=extattr_get_file(smb_fname->base_name, attr.namespace, attr.name, value, size)) >= 0) { ++ return res; ++ } ++ return -1; ++#else ++ errno = ENOSYS; ++ return -1; ++#endif ++} ++ ++ ++static ssize_t freebsd_fgetxattr(vfs_handle_struct *handle, ++ struct files_struct *fsp, const char *name, ++ void *value, size_t size) ++{ ++#if defined(HAVE_EXTATTR_GET_FD) ++ extattr_arg arg = { FDES, .param.filedes = fsp->fh->fd }; ++ extattr_attr attr; ++ ssize_t res; ++ ++ if(!freebsd_map_xattr(name, &attr)) { ++ errno = EINVAL; ++ return -1; ++ } ++ ++ /* Filter out 'secure' entries */ ++ if(!is_secure && geteuid() != 0 && attr.data.flags > EXTATTR_USER) { ++ errno = ENOATTR; ++ return -1; ++ } ++ ++ /* ++ * The BSD implementation has a nasty habit of silently truncating ++ * the returned value to the size of the buffer, so we have to check ++ * that the buffer is large enough to fit the returned value. ++ */ ++ if((res=extattr_size(arg, &attr)) < 0) { ++ return -1; ++ } ++ ++ if (size == 0) { ++ return res; ++ } ++ else if (res > size) { ++ errno = ERANGE; ++ return -1; ++ } ++ ++ if((res=extattr_get_fd(fsp->fh->fd, attr.namespace, attr.name, value, size)) >= 0) { ++ return res; ++ } ++ return -1; ++#else ++ errno = ENOSYS; ++ return -1; ++#endif ++} ++ ++ ++static ssize_t freebsd_listxattr(vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname, ++ char *list, ++ size_t size) ++{ ++#if defined(HAVE_EXTATTR_LIST_FILE) ++ extattr_arg arg = { FILE, .param.path = smb_fname->base_name }; ++ ++ return freebsd_extattr_list(arg, list, size); ++#else ++ errno = ENOSYS; ++ return -1; ++#endif ++} ++ ++ ++static ssize_t freebsd_flistxattr(vfs_handle_struct *handle, ++ struct files_struct *fsp, char *list, ++ size_t size) ++{ ++#if defined(HAVE_EXTATTR_LIST_FD) ++ extattr_arg arg = { FDES, .param.filedes = fsp->fh->fd }; ++ ++ return freebsd_extattr_list(arg, list, size); ++#else ++ errno = ENOSYS; ++ return -1; ++#endif ++} ++ ++static int freebsd_removexattr(vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname, ++ const char *name) ++{ ++#if defined(HAVE_EXTATTR_DELETE_FILE) ++ extattr_attr attr; ++ ++ if(!freebsd_map_xattr(name, &attr)) { ++ errno = EINVAL; ++ return -1; ++ } ++ ++ /* Filter out 'secure' entries */ ++ if(!is_secure && geteuid() != 0 && attr.data.flags > EXTATTR_USER) { ++ errno = ENOATTR; ++ return -1; ++ } ++ ++ return extattr_delete_file(smb_fname->base_name, attr.namespace, attr.name); ++#else ++ errno = ENOSYS; ++ return -1; ++#endif ++} ++ ++ ++static int freebsd_fremovexattr(vfs_handle_struct *handle, ++ struct files_struct *fsp, const char *name) ++{ ++#if defined(HAVE_EXTATTR_DELETE_FD) ++ extattr_attr attr; ++ ++ if(!freebsd_map_xattr(name, &attr)) { ++ errno = EINVAL; ++ return -1; ++ } ++ ++ /* Filter out 'secure' entries */ ++ if(!is_secure && geteuid() != 0 && attr.data.flags > EXTATTR_USER) { ++ errno = ENOATTR; ++ return -1; ++ } ++ ++ return extattr_delete_fd(fsp->fh->fd, attr.namespace, attr.name); ++#else ++ errno = ENOSYS; ++ return -1; ++#endif ++} ++ ++ ++static int freebsd_setxattr(vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname, ++ const char *name, ++ const void *value, ++ size_t size, ++ int flags) ++{ ++#if defined(HAVE_EXTATTR_SET_FILE) ++ extattr_attr attr; ++ ssize_t res; ++ ++ if(!freebsd_map_xattr(name, &attr)) { ++ errno = EINVAL; ++ return -1; ++ } ++ ++ /* Filter out 'secure' entries */ ++ if(!is_secure && geteuid() != 0 && attr.data.flags > EXTATTR_USER) { ++ errno = ENOATTR; ++ return -1; ++ } ++ ++ if (flags) { ++ extattr_arg arg = { FILE, .param.path = smb_fname->base_name }; ++ /* Check attribute existence */ ++ res = extattr_size(arg, &attr); ++ if (res < 0) { ++ /* REPLACE attribute, that doesn't exist */ ++ if ((flags & XATTR_REPLACE) && errno == ENOATTR) { ++ errno = ENOATTR; ++ return -1; ++ } ++ /* Ignore other errors */ ++ } ++ else { ++ /* CREATE attribute, that already exists */ ++ if (flags & XATTR_CREATE) { ++ errno = EEXIST; ++ return -1; ++ } ++ } ++ } ++ res = extattr_set_file(smb_fname->base_name, attr.namespace, attr.name, value, size); ++ ++ return (res >= 0) ? 0 : -1; ++#else ++ errno = ENOSYS; ++ return -1; ++#endif ++} ++ ++ ++static int freebsd_fsetxattr(vfs_handle_struct *handle, struct files_struct *fsp, ++ const char *name, const void *value, size_t size, ++ int flags) ++{ ++#if defined(HAVE_EXTATTR_SET_FD) ++ extattr_attr attr; ++ ssize_t res; ++ ++ if(!freebsd_map_xattr(name, &attr)) { ++ errno = EINVAL; ++ return -1; ++ } ++ ++ /* Filter out 'secure' entries */ ++ if(!is_secure && geteuid() != 0 && attr.data.flags > EXTATTR_USER) { ++ errno = ENOATTR; ++ return -1; ++ } ++ ++ if (flags) { ++ extattr_arg arg = { FDES, .param.filedes = fsp->fh->fd }; ++ /* Check attribute existence */ ++ res = extattr_size(arg, &attr); ++ if (res < 0) { ++ /* REPLACE attribute, that doesn't exist */ ++ if ((flags & XATTR_REPLACE) && errno == ENOATTR) { ++ errno = ENOATTR; ++ return -1; ++ } ++ /* Ignore other errors */ ++ } ++ else { ++ /* CREATE attribute, that already exists */ ++ if (flags & XATTR_CREATE) { ++ errno = EEXIST; ++ return -1; ++ } ++ } ++ } ++ ++ res = extattr_set_fd(fsp->fh->fd, attr.namespace, attr.name, value, size); ++ ++ return (res >= 0) ? 0 : -1; ++#else ++ errno = ENOSYS; ++ return -1; ++#endif ++} ++ ++ ++ ++ ++static int freebsd_connect(vfs_handle_struct *handle, const char *service, ++ const char *user) ++{ ++ return SMB_VFS_NEXT_CONNECT(handle, service, user); ++} ++ ++static void freebsd_disconnect(vfs_handle_struct *handle) ++{ ++ SMB_VFS_NEXT_DISCONNECT(handle); ++} ++ ++static uint64_t freebsd_disk_free(vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname, ++ uint64_t *bsize, ++ uint64_t *dfree, ++ uint64_t *dsize) ++{ ++ return SMB_VFS_NEXT_DISK_FREE(handle, smb_fname, bsize, dfree, dsize); ++} ++ ++static int freebsd_get_quota(vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname, ++ enum SMB_QUOTA_TYPE qtype, ++ unid_t id, ++ SMB_DISK_QUOTA *dq) ++{ ++ return SMB_VFS_NEXT_GET_QUOTA(handle, smb_fname, qtype, id, dq); ++} ++ ++static int freebsd_set_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, ++ unid_t id, SMB_DISK_QUOTA *dq) ++{ ++ return SMB_VFS_NEXT_SET_QUOTA(handle, qtype, id, dq); ++} ++ ++static int freebsd_get_shadow_copy_data(vfs_handle_struct *handle, ++ files_struct *fsp, ++ struct shadow_copy_data *shadow_copy_data, ++ bool labels) ++{ ++ return SMB_VFS_NEXT_GET_SHADOW_COPY_DATA(handle, fsp, shadow_copy_data, ++ labels); ++} ++ ++static int freebsd_statvfs(struct vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname, ++ struct vfs_statvfs_struct *statbuf) ++{ ++ return SMB_VFS_NEXT_STATVFS(handle, smb_fname, statbuf); ++} ++ ++static uint32_t freebsd_fs_capabilities(struct vfs_handle_struct *handle, ++ enum timestamp_set_resolution *p_ts_res) ++{ ++ return SMB_VFS_NEXT_FS_CAPABILITIES(handle, p_ts_res); ++} ++ ++static NTSTATUS freebsd_get_dfs_referrals(struct vfs_handle_struct *handle, ++ struct dfs_GetDFSReferral *r) ++{ ++ return SMB_VFS_NEXT_GET_DFS_REFERRALS(handle, r); ++} ++ ++static DIR *freebsd_opendir(vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname, ++ const char *mask, ++ uint32_t attr) ++{ ++ return SMB_VFS_NEXT_OPENDIR(handle, smb_fname, mask, attr); ++} ++ ++static NTSTATUS freebsd_snap_check_path(struct vfs_handle_struct *handle, ++ TALLOC_CTX *mem_ctx, ++ const char *service_path, ++ char **base_volume) ++{ ++ return SMB_VFS_NEXT_SNAP_CHECK_PATH(handle, mem_ctx, service_path, ++ base_volume); ++} ++ ++static NTSTATUS freebsd_snap_create(struct vfs_handle_struct *handle, ++ TALLOC_CTX *mem_ctx, ++ const char *base_volume, ++ time_t *tstamp, ++ bool rw, ++ char **base_path, ++ char **snap_path) ++{ ++ return SMB_VFS_NEXT_SNAP_CREATE(handle, mem_ctx, base_volume, tstamp, ++ rw, base_path, snap_path); ++} ++ ++static NTSTATUS freebsd_snap_delete(struct vfs_handle_struct *handle, ++ TALLOC_CTX *mem_ctx, ++ char *base_path, ++ char *snap_path) ++{ ++ return SMB_VFS_NEXT_SNAP_DELETE(handle, mem_ctx, base_path, snap_path); ++} ++ ++static DIR *freebsd_fdopendir(vfs_handle_struct *handle, files_struct *fsp, ++ const char *mask, uint32_t attr) ++{ ++ return SMB_VFS_NEXT_FDOPENDIR(handle, fsp, mask, attr); ++} ++ ++static struct dirent *freebsd_readdir(vfs_handle_struct *handle, ++ DIR *dirp, SMB_STRUCT_STAT *sbuf) ++{ ++ return SMB_VFS_NEXT_READDIR(handle, dirp, sbuf); ++} ++ ++static void freebsd_seekdir(vfs_handle_struct *handle, DIR *dirp, long offset) ++{ ++ SMB_VFS_NEXT_SEEKDIR(handle, dirp, offset); ++} ++ ++static long freebsd_telldir(vfs_handle_struct *handle, DIR *dirp) ++{ ++ return SMB_VFS_NEXT_TELLDIR(handle, dirp); ++} ++ ++static void freebsd_rewind_dir(vfs_handle_struct *handle, DIR *dirp) ++{ ++ SMB_VFS_NEXT_REWINDDIR(handle, dirp); ++} ++ ++static int freebsd_mkdir(vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname, ++ mode_t mode) ++{ ++ return SMB_VFS_NEXT_MKDIR(handle, smb_fname, mode); ++} ++ ++static int freebsd_rmdir(vfs_handle_struct *handle, ++ const struct smb_filename *smb_fname) ++{ ++ return SMB_VFS_NEXT_RMDIR(handle, smb_fname); ++} ++ ++static int freebsd_closedir(vfs_handle_struct *handle, DIR *dir) ++{ ++ return SMB_VFS_NEXT_CLOSEDIR(handle, dir); ++} ++ ++static int freebsd_open(vfs_handle_struct *handle, struct smb_filename *smb_fname, ++ files_struct *fsp, int flags, mode_t mode) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Thu May 17 04:50:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A27DEAAA20; Thu, 17 May 2018 04:50:42 +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 0C4E36A339; Thu, 17 May 2018 04:50:42 +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 E1E4E24646; Thu, 17 May 2018 04:50:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H4ofq3069082; Thu, 17 May 2018 04:50:41 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H4oftV069080; Thu, 17 May 2018 04:50:41 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805170450.w4H4oftV069080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 17 May 2018 04:50:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470195 - head/devel/py-natsort X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-natsort X-SVN-Commit-Revision: 470195 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 04:50:42 -0000 Author: yuri Date: Thu May 17 04:50:41 2018 New Revision: 470195 URL: https://svnweb.freebsd.org/changeset/ports/470195 Log: devel/py-natsort: Update 5.3.0 -> 5.3.1 Reported by: portscout Modified: head/devel/py-natsort/Makefile head/devel/py-natsort/distinfo Modified: head/devel/py-natsort/Makefile ============================================================================== --- head/devel/py-natsort/Makefile Thu May 17 03:37:14 2018 (r470194) +++ head/devel/py-natsort/Makefile Thu May 17 04:50:41 2018 (r470195) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= natsort -DISTVERSION= 5.3.0 +DISTVERSION= 5.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-natsort/distinfo ============================================================================== --- head/devel/py-natsort/distinfo Thu May 17 03:37:14 2018 (r470194) +++ head/devel/py-natsort/distinfo Thu May 17 04:50:41 2018 (r470195) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524412796 -SHA256 (natsort-5.3.0.tar.gz) = 28ae482b4547bea5a40e8a3a089e8d1ca95ff9878d97e4f416d49714f38dab8f -SIZE (natsort-5.3.0.tar.gz) = 141113 +TIMESTAMP = 1526532177 +SHA256 (natsort-5.3.1.tar.gz) = 0cefe7890a7a890bd9516738471d08d47e1ffbb3a9dd5abcd57af51f5cd187fe +SIZE (natsort-5.3.1.tar.gz) = 142194 From owner-svn-ports-head@freebsd.org Thu May 17 05:20:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECECAEACA0D; Thu, 17 May 2018 05:20:42 +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 9B4376B3AD; Thu, 17 May 2018 05:20:42 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C6A224B63; Thu, 17 May 2018 05:20:42 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H5KgAT084035; Thu, 17 May 2018 05:20:42 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H5Kgc5084034; Thu, 17 May 2018 05:20:42 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805170520.w4H5Kgc5084034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 17 May 2018 05:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470196 - head/math/R-cran-MCMCpack X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-MCMCpack X-SVN-Commit-Revision: 470196 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 05:20:43 -0000 Author: tota Date: Thu May 17 05:20:41 2018 New Revision: 470196 URL: https://svnweb.freebsd.org/changeset/ports/470196 Log: - Update to 1.4-3 Modified: head/math/R-cran-MCMCpack/Makefile (contents, props changed) head/math/R-cran-MCMCpack/distinfo (contents, props changed) Modified: head/math/R-cran-MCMCpack/Makefile ============================================================================== --- head/math/R-cran-MCMCpack/Makefile Thu May 17 04:50:41 2018 (r470195) +++ head/math/R-cran-MCMCpack/Makefile Thu May 17 05:20:41 2018 (r470196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCMCpack -DISTVERSION= 1.4-2 +DISTVERSION= 1.4-3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-MCMCpack/distinfo ============================================================================== --- head/math/R-cran-MCMCpack/distinfo Thu May 17 04:50:41 2018 (r470195) +++ head/math/R-cran-MCMCpack/distinfo Thu May 17 05:20:41 2018 (r470196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521015904 -SHA256 (MCMCpack_1.4-2.tar.gz) = e42ad9c2a6534a0d76ba47bed023ef558d58fb49f5e5ebebd2e066efbbab3fda -SIZE (MCMCpack_1.4-2.tar.gz) = 688136 +TIMESTAMP = 1526528273 +SHA256 (MCMCpack_1.4-3.tar.gz) = 18a3b875d1ae0fb31e166ce327b3a5cb2fa9b6381ec29184eccc1f1f720ebf66 +SIZE (MCMCpack_1.4-3.tar.gz) = 688047 From owner-svn-ports-head@freebsd.org Thu May 17 06:27:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E5C1EB14CD; Thu, 17 May 2018 06:27: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 B5CD36E09E; Thu, 17 May 2018 06:27: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 9705F25747; Thu, 17 May 2018 06:27:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H6RHUr019339; Thu, 17 May 2018 06:27:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H6RHYC019338; Thu, 17 May 2018 06:27:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805170627.w4H6RHYC019338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 17 May 2018 06:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470197 - head/devel/RStudio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/RStudio X-SVN-Commit-Revision: 470197 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 06:27:18 -0000 Author: yuri Date: Thu May 17 06:27:16 2018 New Revision: 470197 URL: https://svnweb.freebsd.org/changeset/ports/470197 Log: devel/RStudio: 1.1.451 -> 1.1.453 Reported by: portscout Modified: head/devel/RStudio/Makefile head/devel/RStudio/distinfo Modified: head/devel/RStudio/Makefile ============================================================================== --- head/devel/RStudio/Makefile Thu May 17 05:20:41 2018 (r470196) +++ head/devel/RStudio/Makefile Thu May 17 06:27:16 2018 (r470197) @@ -5,7 +5,7 @@ PORTNAME= RStudio DISTVERSIONPREFIX= v -DISTVERSION= 1.1.451 +DISTVERSION= 1.1.453 CATEGORIES= devel math java MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \ https://s3.amazonaws.com/rstudio-buildtools/:buildtools Modified: head/devel/RStudio/distinfo ============================================================================== --- head/devel/RStudio/distinfo Thu May 17 05:20:41 2018 (r470196) +++ head/devel/RStudio/distinfo Thu May 17 06:27:16 2018 (r470197) @@ -1,4 +1,4 @@ -TIMESTAMP = 1526368168 +TIMESTAMP = 1526532466 SHA256 (core-dictionaries.zip) = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494 SIZE (core-dictionaries.zip) = 876339 SHA256 (gin-1.5.zip) = f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94 @@ -7,8 +7,8 @@ SHA256 (gwt-2.7.0.zip) = aa65061b73836190410720bea422e SIZE (gwt-2.7.0.zip) = 108818328 SHA256 (mathjax-26.zip) = 939a2d7f37e26287970be942df70f3e8f272bac2eb868ce1de18bb95d3c26c71 SIZE (mathjax-26.zip) = 3061588 -SHA256 (RStudio-rstudio-v1.1.451_GH0.tar.gz) = 103e21ad4e5a2fa4104e0bdcd5784c5b30216eddf916491936b67a8fc0dd4b41 -SIZE (RStudio-rstudio-v1.1.451_GH0.tar.gz) = 20200885 +SHA256 (RStudio-rstudio-v1.1.453_GH0.tar.gz) = aec3f20594e57e46cfcd98a64e675c1934e53195738a908ec652f720129fa81e +SIZE (RStudio-rstudio-v1.1.453_GH0.tar.gz) = 20200360 SHA256 (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = b6f6f48dd9930514204739d8957c2737f0b1d110aebf9f89fa31de10598cb29b SIZE (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = 2087615 SHA256 (rstudio-rsconnect-03c379b_GH0.tar.gz) = d24b6ee49f32f650f6d10bbfc7b2f61aee258f2fbf45a43c006f9e0a726bcea6 From owner-svn-ports-head@freebsd.org Thu May 17 06:30:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EBE5EB176F; Thu, 17 May 2018 06:30:12 +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 C66416E253; Thu, 17 May 2018 06:30:11 +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 A792225752; Thu, 17 May 2018 06:30:11 +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 w4H6UBwa019587; Thu, 17 May 2018 06:30:11 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H6UBJu019585; Thu, 17 May 2018 06:30:11 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805170630.w4H6UBJu019585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 17 May 2018 06:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470198 - head/science/R-cran-Epi X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/science/R-cran-Epi X-SVN-Commit-Revision: 470198 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 06:30:12 -0000 Author: tota Date: Thu May 17 06:30:11 2018 New Revision: 470198 URL: https://svnweb.freebsd.org/changeset/ports/470198 Log: - Update to 2.30 Modified: head/science/R-cran-Epi/Makefile (contents, props changed) head/science/R-cran-Epi/distinfo (contents, props changed) Modified: head/science/R-cran-Epi/Makefile ============================================================================== --- head/science/R-cran-Epi/Makefile Thu May 17 06:27:16 2018 (r470197) +++ head/science/R-cran-Epi/Makefile Thu May 17 06:30:11 2018 (r470198) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Epi -PORTVERSION= 2.28 +PORTVERSION= 2.30 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/science/R-cran-Epi/distinfo ============================================================================== --- head/science/R-cran-Epi/distinfo Thu May 17 06:27:16 2018 (r470197) +++ head/science/R-cran-Epi/distinfo Thu May 17 06:30:11 2018 (r470198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524731959 -SHA256 (Epi_2.28.tar.gz) = 9e4ed7a14090ad3d5cdc858a3627f44c1b697166f1e06c7bf656f2d0cfbbca04 -SIZE (Epi_2.28.tar.gz) = 3558123 +TIMESTAMP = 1526534747 +SHA256 (Epi_2.30.tar.gz) = d3ce06210ce16e17321f5bce012de74201c4d55f4b531d0fe4962526de27d83d +SIZE (Epi_2.30.tar.gz) = 3727186 From owner-svn-ports-head@freebsd.org Thu May 17 06:32:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 972A5EB1A65; Thu, 17 May 2018 06:32:18 +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 42E336E5C5; Thu, 17 May 2018 06:32:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24C0C258D4; Thu, 17 May 2018 06:32:18 +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 w4H6WHeT024372; Thu, 17 May 2018 06:32:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H6WHAF024369; Thu, 17 May 2018 06:32:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201805170632.w4H6WHAF024369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 17 May 2018 06:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470199 - in head: dns/bundy print/pdftk X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: dns/bundy print/pdftk X-SVN-Commit-Revision: 470199 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 06:32:18 -0000 Author: mat Date: Thu May 17 06:32:17 2018 New Revision: 470199 URL: https://svnweb.freebsd.org/changeset/ports/470199 Log: Those ports have been broken a while now. Sponsored by: Absolight Modified: head/dns/bundy/Makefile (contents, props changed) head/print/pdftk/Makefile (contents, props changed) Modified: head/dns/bundy/Makefile ============================================================================== --- head/dns/bundy/Makefile Thu May 17 06:30:11 2018 (r470198) +++ head/dns/bundy/Makefile Thu May 17 06:32:17 2018 (r470199) @@ -17,6 +17,8 @@ LICENSE_NAME= ISC License LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_FreeBSD_12= error: called object type nullptr_t is not a function or function pointer + BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \ sqlite3>=3.3.9:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} Modified: head/print/pdftk/Makefile ============================================================================== --- head/print/pdftk/Makefile Thu May 17 06:30:11 2018 (r470198) +++ head/print/pdftk/Makefile Thu May 17 06:32:17 2018 (r470199) @@ -13,6 +13,8 @@ COMMENT= Simple tool for doing everyday things with PD LICENSE= GPLv2 +BROKEN_FreeBSD_12= gcj6: internal compiler error: Segmentation fault (program ecj1) + # Get GCC version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//} From owner-svn-ports-head@freebsd.org Thu May 17 06:59:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAE73ED7B2B; Thu, 17 May 2018 06:59: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 8CD986F828; Thu, 17 May 2018 06:59:00 +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 65F2C25C47; Thu, 17 May 2018 06:59:00 +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 w4H6x0mi034773; Thu, 17 May 2018 06:59:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H6x0cH034772; Thu, 17 May 2018 06:59:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805170659.w4H6x0cH034772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 17 May 2018 06:59:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470200 - head/databases/py-python-arango X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/py-python-arango X-SVN-Commit-Revision: 470200 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 06:59:01 -0000 Author: yuri Date: Thu May 17 06:58:59 2018 New Revision: 470200 URL: https://svnweb.freebsd.org/changeset/ports/470200 Log: databases/py-python-arango: 4.0.1 -> 4.1.0 Reported by: portscout Modified: head/databases/py-python-arango/Makefile head/databases/py-python-arango/distinfo Modified: head/databases/py-python-arango/Makefile ============================================================================== --- head/databases/py-python-arango/Makefile Thu May 17 06:32:17 2018 (r470199) +++ head/databases/py-python-arango/Makefile Thu May 17 06:58:59 2018 (r470200) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-arango -DISTVERSION= 4.0.1 +DISTVERSION= 4.1.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py- USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes - -post-extract: - @${RM} -r ${WRKSRC}/tests # otherwise they are installed under the root directory and cause conflicts .include Modified: head/databases/py-python-arango/distinfo ============================================================================== --- head/databases/py-python-arango/distinfo Thu May 17 06:32:17 2018 (r470199) +++ head/databases/py-python-arango/distinfo Thu May 17 06:58:59 2018 (r470200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525938396 -SHA256 (python-arango-4.0.1.tar.gz) = 8ada701a68663e75e4f4f9ab6d979ad0315e0d843926e250ad43459efb5e4eb8 -SIZE (python-arango-4.0.1.tar.gz) = 53020 +TIMESTAMP = 1526539999 +SHA256 (python-arango-4.1.0.tar.gz) = e018974af49e35c07b8cb942c955184fcee63ac43ee8e4890ab363e7943f464d +SIZE (python-arango-4.1.0.tar.gz) = 53316 From owner-svn-ports-head@freebsd.org Thu May 17 07:40:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5B75EDB368; Thu, 17 May 2018 07:40:01 +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 9B2B470E08; Thu, 17 May 2018 07:40:01 +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 7824A262B4; Thu, 17 May 2018 07:40:01 +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 w4H7e13r054763; Thu, 17 May 2018 07:40:01 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H7e17g054762; Thu, 17 May 2018 07:40:01 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201805170740.w4H7e17g054762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 17 May 2018 07:40:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470201 - 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: 470201 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 07:40:02 -0000 Author: lwhsu Date: Thu May 17 07:40:00 2018 New Revision: 470201 URL: https://svnweb.freebsd.org/changeset/ports/470201 Log: - Update to 0.8.1 Modified: head/databases/py-pymysql/Makefile head/databases/py-pymysql/distinfo Modified: head/databases/py-pymysql/Makefile ============================================================================== --- head/databases/py-pymysql/Makefile Thu May 17 06:58:59 2018 (r470200) +++ head/databases/py-pymysql/Makefile Thu May 17 07:40:00 2018 (r470201) @@ -1,8 +1,7 @@ -# Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= pymysql -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-pymysql/distinfo ============================================================================== --- head/databases/py-pymysql/distinfo Thu May 17 06:58:59 2018 (r470200) +++ head/databases/py-pymysql/distinfo Thu May 17 07:40:00 2018 (r470201) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514314650 -SHA256 (PyMySQL-0.8.0.tar.gz) = 32da4a66397077d42908e449688f2ec71c2b18892a6cd04f03ab2aa828a70f40 -SIZE (PyMySQL-0.8.0.tar.gz) = 73094 +TIMESTAMP = 1526542602 +SHA256 (PyMySQL-0.8.1.tar.gz) = 34e19bfff13e8b2ffc38a68f9ad064609d48f3d46320e8ab8184af527e662629 +SIZE (PyMySQL-0.8.1.tar.gz) = 74297 From owner-svn-ports-head@freebsd.org Thu May 17 08:19:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF763EDE544; Thu, 17 May 2018 08:19: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 A428C72BB9; Thu, 17 May 2018 08:19: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 8533F2692A; Thu, 17 May 2018 08:19:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H8Jtca075154; Thu, 17 May 2018 08:19:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H8JtIh075152; Thu, 17 May 2018 08:19:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805170819.w4H8JtIh075152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 17 May 2018 08:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470202 - head/math/py-piranha X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-piranha X-SVN-Commit-Revision: 470202 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 08:19:56 -0000 Author: yuri Date: Thu May 17 08:19:54 2018 New Revision: 470202 URL: https://svnweb.freebsd.org/changeset/ports/470202 Log: math/py-piranha: Update 0.10 -> 0.11 Reported by: portscout Modified: head/math/py-piranha/Makefile head/math/py-piranha/distinfo Modified: head/math/py-piranha/Makefile ============================================================================== --- head/math/py-piranha/Makefile Thu May 17 07:40:00 2018 (r470201) +++ head/math/py-piranha/Makefile Thu May 17 08:19:54 2018 (r470202) @@ -2,7 +2,7 @@ PORTNAME= piranha DISTVERSIONPREFIX= v -DISTVERSION= 0.10 +DISTVERSION= 0.11 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-piranha/distinfo ============================================================================== --- head/math/py-piranha/distinfo Thu May 17 07:40:00 2018 (r470201) +++ head/math/py-piranha/distinfo Thu May 17 08:19:54 2018 (r470202) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522392828 -SHA256 (bluescarni-piranha-v0.10_GH0.tar.gz) = e2feefb7dac5e441688b2d849c1d89219243ce9a5daeb611b1d9fe952c86bd26 -SIZE (bluescarni-piranha-v0.10_GH0.tar.gz) = 821512 +TIMESTAMP = 1526484218 +SHA256 (bluescarni-piranha-v0.11_GH0.tar.gz) = ab5782696a40888726c752c06a4b60783eda28ee4736b56083b96a53fd9a6230 +SIZE (bluescarni-piranha-v0.11_GH0.tar.gz) = 821345 From owner-svn-ports-head@freebsd.org Thu May 17 08:20:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A651EDE716; Thu, 17 May 2018 08:20:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2890A72D0A; Thu, 17 May 2018 08:20:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B40026931; Thu, 17 May 2018 08:20:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H8KWdf075331; Thu, 17 May 2018 08:20:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H8KWJh075330; Thu, 17 May 2018 08:20:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201805170820.w4H8KWJh075330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 17 May 2018 08:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470203 - head/math/libxlsxwriter X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/math/libxlsxwriter X-SVN-Commit-Revision: 470203 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 08:20:33 -0000 Author: bapt Date: Thu May 17 08:20:32 2018 New Revision: 470203 URL: https://svnweb.freebsd.org/changeset/ports/470203 Log: Update to 0.7.7 Modified: head/math/libxlsxwriter/Makefile head/math/libxlsxwriter/distinfo Modified: head/math/libxlsxwriter/Makefile ============================================================================== --- head/math/libxlsxwriter/Makefile Thu May 17 08:19:54 2018 (r470202) +++ head/math/libxlsxwriter/Makefile Thu May 17 08:20:32 2018 (r470203) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libxlsxwriter -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.7 DISTVERSIONPREFIX= RELEASE_ CATEGORIES= math devel Modified: head/math/libxlsxwriter/distinfo ============================================================================== --- head/math/libxlsxwriter/distinfo Thu May 17 08:19:54 2018 (r470202) +++ head/math/libxlsxwriter/distinfo Thu May 17 08:20:32 2018 (r470203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519471977 -SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.6_GH0.tar.gz) = e300365acf5cb2d6bc8efd4c50e7b2ce2943908a72acfa55a41c81766601c8c8 -SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.6_GH0.tar.gz) = 13198867 +TIMESTAMP = 1526545183 +SHA256 (jmcnamara-libxlsxwriter-RELEASE_0.7.7_GH0.tar.gz) = cce28d1a7e7887b105c7b0fd20b7be84f62070569f7a28e7779ceaec6be3847b +SIZE (jmcnamara-libxlsxwriter-RELEASE_0.7.7_GH0.tar.gz) = 13343773 From owner-svn-ports-head@freebsd.org Thu May 17 08:20:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1BCFEDE753; Thu, 17 May 2018 08:20:38 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5079572D34; Thu, 17 May 2018 08:20:37 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A19E26A28; Thu, 17 May 2018 08:20:37 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H8KaDQ075453; Thu, 17 May 2018 08:20:36 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H8KaA7075451; Thu, 17 May 2018 08:20:36 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201805170820.w4H8KaA7075451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Thu, 17 May 2018 08:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470204 - head/net/bosh-bootloader X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/bosh-bootloader X-SVN-Commit-Revision: 470204 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 08:20:38 -0000 Author: dumbbell Date: Thu May 17 08:20:36 2018 New Revision: 470204 URL: https://svnweb.freebsd.org/changeset/ports/470204 Log: net/bosh-bootloader: Update to 6.6.11 Sponsored by: Pivotal Software, Inc. Modified: head/net/bosh-bootloader/Makefile head/net/bosh-bootloader/distinfo Modified: head/net/bosh-bootloader/Makefile ============================================================================== --- head/net/bosh-bootloader/Makefile Thu May 17 08:20:32 2018 (r470203) +++ head/net/bosh-bootloader/Makefile Thu May 17 08:20:36 2018 (r470204) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-bootloader -PORTVERSION= 6.6.10 +PORTVERSION= 6.6.11 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org Modified: head/net/bosh-bootloader/distinfo ============================================================================== --- head/net/bosh-bootloader/distinfo Thu May 17 08:20:32 2018 (r470203) +++ head/net/bosh-bootloader/distinfo Thu May 17 08:20:36 2018 (r470204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526380077 -SHA256 (cloudfoundry-bosh-bootloader-6.6.10-v6.6.10_GH0.tar.gz) = 9ef19dc7126002726af22ab42eb609498878881d6ecd739fc6dece51b8a130a2 -SIZE (cloudfoundry-bosh-bootloader-6.6.10-v6.6.10_GH0.tar.gz) = 5125103 +TIMESTAMP = 1526545062 +SHA256 (cloudfoundry-bosh-bootloader-6.6.11-v6.6.11_GH0.tar.gz) = d7f1ff12b9edfac47050e4cfba80be1ac5c8cf9c8f8b6fb1c2f07c45ad16aacf +SIZE (cloudfoundry-bosh-bootloader-6.6.11-v6.6.11_GH0.tar.gz) = 5124897 From owner-svn-ports-head@freebsd.org Thu May 17 08:32:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F6ECEDF46A; Thu, 17 May 2018 08:32:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F835736F4; Thu, 17 May 2018 08:32:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 20BF126C6B; Thu, 17 May 2018 08:32:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H8WwuA085404; Thu, 17 May 2018 08:32:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H8WvrE085403; Thu, 17 May 2018 08:32:57 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201805170832.w4H8WvrE085403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 17 May 2018 08:32:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470205 - head/security/py-yubikey-manager X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/security/py-yubikey-manager X-SVN-Commit-Revision: 470205 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 08:32:58 -0000 Author: bapt Date: Thu May 17 08:32:57 2018 New Revision: 470205 URL: https://svnweb.freebsd.org/changeset/ports/470205 Log: Drop maintainership, I don't have enought time to maintain it Modified: head/security/py-yubikey-manager/Makefile Modified: head/security/py-yubikey-manager/Makefile ============================================================================== --- head/security/py-yubikey-manager/Makefile Thu May 17 08:20:36 2018 (r470204) +++ head/security/py-yubikey-manager/Makefile Thu May 17 08:32:57 2018 (r470205) @@ -6,7 +6,7 @@ CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python library and command line tool for configuring a YubiKey LICENSE= GPLv3 From owner-svn-ports-head@freebsd.org Thu May 17 08:34:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C3ABEDF55B; Thu, 17 May 2018 08:34:09 +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 B6CF073807; Thu, 17 May 2018 08:34:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9782126C6D; Thu, 17 May 2018 08:34:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H8Y8Xs085565; Thu, 17 May 2018 08:34:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H8Y8KQ085564; Thu, 17 May 2018 08:34:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805170834.w4H8Y8KQ085564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 17 May 2018 08:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470206 - head/lang/chicken X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/lang/chicken X-SVN-Commit-Revision: 470206 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 08:34:09 -0000 Author: amdmi3 Date: Thu May 17 08:34:08 2018 New Revision: 470206 URL: https://svnweb.freebsd.org/changeset/ports/470206 Log: - Switch to new test framework - Switch to options helpers Approved by: portmgr blanket Modified: head/lang/chicken/Makefile Modified: head/lang/chicken/Makefile ============================================================================== --- head/lang/chicken/Makefile Thu May 17 08:32:57 2018 (r470205) +++ head/lang/chicken/Makefile Thu May 17 08:34:08 2018 (r470206) @@ -24,6 +24,7 @@ MAKE_ARGS+= PLATFORM=bsd \ CXX_COMPILER="${CXX}" \ LIBRARIAN="${AR}" \ C_COMPILER_OPTIMIZATION_OPTIONS="${CFLAGS}" +TEST_TARGET= check NEW_ARCH= ${ARCH:S/i386/x86/:S/amd64/x86-64/} @@ -35,19 +36,14 @@ FEATHERS_RUN_DEPENDS=\ OPTIONS_SUB= yes -.include - -.if !${PORT_OPTIONS:MFEATHERS} -post-patch: - ${REINPLACE_CMD} \ +post-patch-FEATHERS-off: + @${REINPLACE_CMD} \ -e 's/feathers.1//g' \ -e '/INSTALL_PROGRAM.*_DEBUGGER_/{N;d;}' \ -e '/INSTALL_PROGRAM.*feathers/d' \ ${WRKSRC}/rules.make -.endif post-install: - ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chicken ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chicken-bug ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chicken-install @@ -59,9 +55,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/chicken/8/*.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libchicken.so.8 -# This only works *after* chicken is installed. -regression-test: build - (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) +post-install-DOCS-on: + ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} -.include +.include From owner-svn-ports-head@freebsd.org Thu May 17 08:43:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8A1BEDFF02; Thu, 17 May 2018 08:43:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6096973F2C; Thu, 17 May 2018 08:43: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 3C1B426E08; Thu, 17 May 2018 08:43: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 w4H8hoYB090728; Thu, 17 May 2018 08:43:50 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H8hno9090724; Thu, 17 May 2018 08:43:49 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805170843.w4H8hno9090724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 17 May 2018 08:43:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470207 - in head/math/xtensor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math/xtensor: . files X-SVN-Commit-Revision: 470207 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 08:43:51 -0000 Author: yuri Date: Thu May 17 08:43:49 2018 New Revision: 470207 URL: https://svnweb.freebsd.org/changeset/ports/470207 Log: math/xtensor: Update 0.15.9 -> 0.16.0 Modified: head/math/xtensor/Makefile head/math/xtensor/distinfo head/math/xtensor/files/patch-CMakeLists.txt head/math/xtensor/pkg-plist Modified: head/math/xtensor/Makefile ============================================================================== --- head/math/xtensor/Makefile Thu May 17 08:34:08 2018 (r470206) +++ head/math/xtensor/Makefile Thu May 17 08:43:49 2018 (r470207) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xtensor -DISTVERSION= 0.15.9 +DISTVERSION= 0.16.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,7 @@ TEST_DEPENDS= googletest>0:devel/googletest USES= cmake USE_GITHUB= yes GH_ACCOUNT= QuantStack -GH_TUPLE= QuantStack:xtl:0.4.4:xtl/xtl +GH_TUPLE= QuantStack:xtl:0.4.9:xtl/xtl NO_BUILD= yes NO_ARCH= yes Modified: head/math/xtensor/distinfo ============================================================================== --- head/math/xtensor/distinfo Thu May 17 08:34:08 2018 (r470206) +++ head/math/xtensor/distinfo Thu May 17 08:43:49 2018 (r470207) @@ -1,5 +1,5 @@ -TIMESTAMP = 1523524334 -SHA256 (QuantStack-xtensor-0.15.9_GH0.tar.gz) = 2a2386f526c3c5fdfeda43515c68e503ff237e55cdb5c6f43db0161e2ee19a56 -SIZE (QuantStack-xtensor-0.15.9_GH0.tar.gz) = 729185 -SHA256 (QuantStack-xtl-0.4.4_GH0.tar.gz) = 2e24ae1e990b36c21134ee8b2017e4d8f1aa760ba0e62e57c9de8f6339052f7f -SIZE (QuantStack-xtl-0.4.4_GH0.tar.gz) = 80592 +TIMESTAMP = 1526545877 +SHA256 (QuantStack-xtensor-0.16.0_GH0.tar.gz) = 2ea01524e12da84137e099f497ab7fc2a98e2aaec49011b3ccf5849e225fba2a +SIZE (QuantStack-xtensor-0.16.0_GH0.tar.gz) = 745524 +SHA256 (QuantStack-xtl-0.4.9_GH0.tar.gz) = 587251bb7787b7dd05a2d432712bb2a7f05411155c61a9bc4a0f69c7b4e85dc3 +SIZE (QuantStack-xtl-0.4.9_GH0.tar.gz) = 81044 Modified: head/math/xtensor/files/patch-CMakeLists.txt ============================================================================== --- head/math/xtensor/files/patch-CMakeLists.txt Thu May 17 08:34:08 2018 (r470206) +++ head/math/xtensor/files/patch-CMakeLists.txt Thu May 17 08:43:49 2018 (r470207) @@ -1,14 +1,14 @@ ---- CMakeLists.txt.orig 2018-03-13 17:28:19 UTC +--- CMakeLists.txt.orig 2018-05-16 08:49:00 UTC +++ CMakeLists.txt -@@ -28,8 +28,9 @@ message(STATUS "Building xtensor v${${PR +@@ -28,9 +28,9 @@ message(STATUS "Building xtensor v${${PR # Dependencies # ============ -find_package(xtl 0.4.1 REQUIRED) --message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl") +#find_package(xtl 0.4.1 REQUIRED) + +-message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl") +message(STATUS "Found xtl: xtl/include") -+ - # Build - # ===== + find_package(nlohmann_json 3.1.1) + Modified: head/math/xtensor/pkg-plist ============================================================================== --- head/math/xtensor/pkg-plist Thu May 17 08:34:08 2018 (r470206) +++ head/math/xtensor/pkg-plist Thu May 17 08:43:49 2018 (r470207) @@ -22,6 +22,7 @@ include/xtensor/xinfo.hpp include/xtensor/xio.hpp include/xtensor/xiterable.hpp include/xtensor/xiterator.hpp +include/xtensor/xjson.hpp include/xtensor/xlayout.hpp include/xtensor/xmath.hpp include/xtensor/xnoalias.hpp @@ -55,13 +56,12 @@ include/xtl/xbase64.hpp include/xtl/xbasic_fixed_string.hpp include/xtl/xclosure.hpp include/xtl/xcomplex.hpp -include/xtl/xcrtp.hpp include/xtl/xdynamic_bitset.hpp include/xtl/xfunctional.hpp include/xtl/xhash.hpp include/xtl/xhierarchy_generator.hpp -include/xtl/xholder.hpp include/xtl/xiterator_base.hpp +include/xtl/xjson.hpp include/xtl/xmeta_utils.hpp include/xtl/xoptional.hpp include/xtl/xoptional_sequence.hpp From owner-svn-ports-head@freebsd.org Thu May 17 09:02:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFB4CEE1192; Thu, 17 May 2018 09:02:35 +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 A2DD574859; Thu, 17 May 2018 09:02:35 +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 8407827153; Thu, 17 May 2018 09:02:35 +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 w4H92Z1f000950; Thu, 17 May 2018 09:02:35 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H92ZRs000949; Thu, 17 May 2018 09:02:35 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805170902.w4H92ZRs000949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 17 May 2018 09:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470208 - head/games/imaze X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/games/imaze X-SVN-Commit-Revision: 470208 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 09:02:36 -0000 Author: tobik Date: Thu May 17 09:02:35 2018 New Revision: 470208 URL: https://svnweb.freebsd.org/changeset/ports/470208 Log: games/imaze: Fix variable order Modified: head/games/imaze/Makefile Modified: head/games/imaze/Makefile ============================================================================== --- head/games/imaze/Makefile Thu May 17 08:43:49 2018 (r470207) +++ head/games/imaze/Makefile Thu May 17 09:02:35 2018 (r470208) @@ -14,30 +14,32 @@ COMMENT= Multi-player network action game for TCP/IP w LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright +USE_XORG= x11 xaw xmu xt + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= ${TOOLKIT} X11Dir="${LOCALBASE}" CFlags="${CFLAGS}" +MAKE_ENV= SOUNDDIR="${DATADIR}/sounds" + +BUILD_WRKSRC= ${WRKSRC}/source +CONFIGURE_WRKSRC= ${WRKSRC}/source + OPTIONS_DEFINE= AUDIO JOYSTICK OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= ATHENA MOTIF XVIEW OPTIONS_DEFAULT= ATHENA AUDIO JOYSTICK ATHENA_DESC= Athena widget library support -ATHENA_VARS= TOOLKIT=athena AUDIO_DESC= Audio support -AUDIO_CONFIGURE_OFF= noaudio JOYSTICK_DESC= Joystick support +XVIEW_DESC= XView widget library support + +ATHENA_VARS= TOOLKIT=athena +AUDIO_CONFIGURE_OFF= noaudio JOYSTICK_CONFIGURE_OFF= nojoystick MOTIF_USES= motif MOTIF_VARS= MOTIFLIB="-L${LOCALBASE}/lib -lXm -lXt" TOOLKIT=motif -XVIEW_DESC= XView widget library support XVIEW_LIB_DEPENDS= libxview.so:x11-toolkits/xview XVIEW_VARS= TOOLKIT=xview - -CONFIGURE_WRKSRC=${WRKSRC}/source -BUILD_WRKSRC= ${WRKSRC}/source - -USE_XORG= x11 xaw xmu xt -HAS_CONFIGURE= yes -CONFIGURE_ARGS= ${TOOLKIT} X11Dir="${LOCALBASE}" CFlags="${CFLAGS}" -MAKE_ENV= SOUNDDIR="${DATADIR}/sounds" do-install: .for i in genlab imaze imazesrv imazestat ninja xlabed From owner-svn-ports-head@freebsd.org Thu May 17 09:04:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1EF8EE1313; Thu, 17 May 2018 09:04:09 +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 975B0749D0; Thu, 17 May 2018 09:04:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7884327158; Thu, 17 May 2018 09:04:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H949eZ001119; Thu, 17 May 2018 09:04:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H949t5001117; Thu, 17 May 2018 09:04:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805170904.w4H949t5001117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 17 May 2018 09:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470209 - head/devel/p5-Class-Factory-Util X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/p5-Class-Factory-Util X-SVN-Commit-Revision: 470209 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 09:04:10 -0000 Author: amdmi3 Date: Thu May 17 09:04:09 2018 New Revision: 470209 URL: https://svnweb.freebsd.org/changeset/ports/470209 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-Class-Factory-Util/Makefile Modified: head/devel/p5-Class-Factory-Util/Makefile ============================================================================== --- head/devel/p5-Class-Factory-Util/Makefile Thu May 17 09:02:35 2018 (r470208) +++ head/devel/p5-Class-Factory-Util/Makefile Thu May 17 09:04:09 2018 (r470209) @@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Utility functions for (factory) classes +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Thu May 17 09:10:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4576FEE1B43; Thu, 17 May 2018 09:10: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 EE54A74E2C; Thu, 17 May 2018 09:10:37 +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 CE17427168; Thu, 17 May 2018 09:10: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 w4H9AbaB001540; Thu, 17 May 2018 09:10:37 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H9AbtT001538; Thu, 17 May 2018 09:10:37 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805170910.w4H9AbtT001538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 17 May 2018 09:10:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470210 - head/games/imaze X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/games/imaze X-SVN-Commit-Revision: 470210 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 09:10:38 -0000 Author: tobik Date: Thu May 17 09:10:37 2018 New Revision: 470210 URL: https://svnweb.freebsd.org/changeset/ports/470210 Log: games/imaze: Fix conflict with devel/ninja Both ports install bin/ninja; install imaze's ninja as bin/imazeninja instead. While here - add DOCS option and install README into DOCSDIR - remove ${ECHO_MSG} from do-install that nobody will ever see - simplify do-install PR: 228311 Submitted by: tigersharke@gmail.com Modified: head/games/imaze/Makefile head/games/imaze/pkg-plist Modified: head/games/imaze/Makefile ============================================================================== --- head/games/imaze/Makefile Thu May 17 09:04:09 2018 (r470209) +++ head/games/imaze/Makefile Thu May 17 09:10:37 2018 (r470210) @@ -3,7 +3,7 @@ PORTNAME= imaze PORTVERSION= 1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.sourcefiles.org/Games/Arcade/ PKGNAMESUFFIX= -${TOOLKIT} @@ -23,7 +23,7 @@ MAKE_ENV= SOUNDDIR="${DATADIR}/sounds" BUILD_WRKSRC= ${WRKSRC}/source CONFIGURE_WRKSRC= ${WRKSRC}/source -OPTIONS_DEFINE= AUDIO JOYSTICK +OPTIONS_DEFINE= AUDIO DOCS JOYSTICK OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= ATHENA MOTIF XVIEW OPTIONS_DEFAULT= ATHENA AUDIO JOYSTICK @@ -41,17 +41,27 @@ MOTIF_VARS= MOTIFLIB="-L${LOCALBASE}/lib -lXm -lXt" TO XVIEW_LIB_DEPENDS= libxview.so:x11-toolkits/xview XVIEW_VARS= TOOLKIT=xview +post-patch: + @${REINPLACE_CMD} 's@ninja@imazeninja@g' ${WRKSRC}/man6/*.6 + do-install: -.for i in genlab imaze imazesrv imazestat ninja xlabed - (cd ${WRKSRC}/source && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}${PREFIX}/bin) -.endfor - (cd ${WRKSRC}/man6 && ${INSTALL_MAN} *.6 ${STAGEDIR}${MAN6PREFIX}/man/man6) - @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DATADIR}) + cd ${WRKSRC}/source && ${INSTALL_PROGRAM} \ + genlab imaze imazesrv imazestat xlabed \ + ${STAGEDIR}${PREFIX}/bin +# Install ninja as imazeninja to resolve conflict with devel/ninja + ${INSTALL_PROGRAM} ${WRKSRC}/source/ninja ${STAGEDIR}${PREFIX}/bin/imazeninja + cd ${WRKSRC}/man6 && ${INSTALL_MAN} \ + genlab.6 imaze.6 imazesrv.6 imazestat.6 xlabed.6 \ + ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/man6/ninja.6 \ + ${STAGEDIR}${MAN6PREFIX}/man/man6/imazeninja.6 @${MKDIR} ${STAGEDIR}${DATADIR}/labs - (cd ${WRKSRC}/labs && ${INSTALL_DATA} *.lab ${STAGEDIR}${DATADIR}/labs) + ${INSTALL_DATA} ${WRKSRC}/labs/*.lab ${STAGEDIR}${DATADIR}/labs @${MKDIR} ${STAGEDIR}${DATADIR}/sounds - (cd ${WRKSRC}/sounds && ${INSTALL_DATA} *.au ${STAGEDIR}${DATADIR}/sounds) - @${ECHO_MSG} "Please read the file \"${DATADIR}/README\"." + ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${STAGEDIR}${DATADIR}/sounds + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/games/imaze/pkg-plist ============================================================================== --- head/games/imaze/pkg-plist Thu May 17 09:04:09 2018 (r470209) +++ head/games/imaze/pkg-plist Thu May 17 09:10:37 2018 (r470210) @@ -1,14 +1,14 @@ -bin/imaze -bin/ninja bin/genlab +bin/imaze +bin/imazeninja bin/imazesrv bin/imazestat bin/xlabed man/man6/genlab.6.gz man/man6/imaze.6.gz +man/man6/imazeninja.6.gz man/man6/imazesrv.6.gz man/man6/imazestat.6.gz -man/man6/ninja.6.gz man/man6/xlabed.6.gz %%DATADIR%%/labs/10x10.lab %%DATADIR%%/labs/12x12.lab @@ -29,4 +29,4 @@ man/man6/xlabed.6.gz %%DATADIR%%/sounds/pause.au %%DATADIR%%/sounds/shoot.au %%DATADIR%%/sounds/title.au -%%DATADIR%%/README +%%DOCSDIR%%/README From owner-svn-ports-head@freebsd.org Thu May 17 09:32:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03BBEEE3883; Thu, 17 May 2018 09:32:06 +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 AD7F17632F; Thu, 17 May 2018 09:32:05 +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 903082750E; Thu, 17 May 2018 09:32:05 +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 w4H9W5G3013094; Thu, 17 May 2018 09:32:05 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H9W4nW013091; Thu, 17 May 2018 09:32:04 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201805170932.w4H9W4nW013091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 17 May 2018 09:32:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470211 - in head/databases/pgpool-II-33: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/databases/pgpool-II-33: . files X-SVN-Commit-Revision: 470211 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 09:32:06 -0000 Author: tz Date: Thu May 17 09:32:04 2018 New Revision: 470211 URL: https://svnweb.freebsd.org/changeset/ports/470211 Log: databases/pgpool-II-33: Fix build with LibreSSL The build was broken after the latest update of the port, but only on amd64, not i386. PR: 226099 Submitted by: w.schwarzenfeld@utanet.at Reported by: dewayne@heuristicsystems.com.au Added: head/databases/pgpool-II-33/files/patch-main.c (contents, props changed) head/databases/pgpool-II-33/files/patch-pool__config.l (contents, props changed) head/databases/pgpool-II-33/files/patch-wd__packet.c (contents, props changed) Modified: head/databases/pgpool-II-33/Makefile Modified: head/databases/pgpool-II-33/Makefile ============================================================================== --- head/databases/pgpool-II-33/Makefile Thu May 17 09:10:37 2018 (r470210) +++ head/databases/pgpool-II-33/Makefile Thu May 17 09:32:04 2018 (r470211) @@ -2,6 +2,7 @@ PORTNAME= pgpool-II PORTVERSION= 3.3.20 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= 33 Added: head/databases/pgpool-II-33/files/patch-main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgpool-II-33/files/patch-main.c Thu May 17 09:32:04 2018 (r470211) @@ -0,0 +1,11 @@ +--- main.c.orig 2018-02-22 11:15:58 UTC ++++ main.c +@@ -360,7 +360,7 @@ int main(int argc, char **argv) + + #ifdef USE_SSL + /* global ssl init */ +- #if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++ #if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + OPENSSL_init_ssl(0, NULL); + else + SSL_library_init(); Added: head/databases/pgpool-II-33/files/patch-pool__config.l ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgpool-II-33/files/patch-pool__config.l Thu May 17 09:32:04 2018 (r470211) @@ -0,0 +1,11 @@ +--- pool_config.l.orig 2018-02-22 11:24:41 UTC ++++ pool_config.l +@@ -2871,7 +2871,7 @@ int pool_get_config(char *confpath, POOL + pool_config->backend_desc->num_backends = local_num_backends; + + pool_debug("num_backends: %d total_weight: %f", +- pool_config->backend_desc->num_backends, total_weight); ++ (long) pool_config->backend_desc->num_backends, total_weight); + /* + * Normalize load balancing weights. What we are doing here is, + * assign 0 to RAND_MAX to each backend's weight according to the Added: head/databases/pgpool-II-33/files/patch-wd__packet.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgpool-II-33/files/patch-wd__packet.c Thu May 17 09:32:04 2018 (r470211) @@ -0,0 +1,20 @@ +--- watchdog/wd_packet.c.orig 2018-02-22 00:06:40 UTC ++++ watchdog/wd_packet.c +@@ -1211,7 +1211,7 @@ static void calculate_hmac_sha256(const + unsigned int res_len = WD_AUTH_HASH_LEN; + HMAC_CTX *ctx = NULL; + +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + ctx = HMAC_CTX_new(); + HMAC_CTX_reset(ctx); + #else +@@ -1222,7 +1222,7 @@ static void calculate_hmac_sha256(const + HMAC_Init_ex(ctx, key, strlen(key), EVP_sha256(), NULL); + HMAC_Update(ctx, (unsigned char*)data, len); + HMAC_Final(ctx, (unsigned char*)str, &res_len); +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + HMAC_CTX_reset(ctx); + HMAC_CTX_free(ctx); + #else From owner-svn-ports-head@freebsd.org Thu May 17 09:34:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7D0DEE3A27; Thu, 17 May 2018 09:34:08 +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 5CDED764B5; Thu, 17 May 2018 09:34:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 387172763D; Thu, 17 May 2018 09:34:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H9Y884016488; Thu, 17 May 2018 09:34:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H9Y8q6016487; Thu, 17 May 2018 09:34:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805170934.w4H9Y8q6016487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 17 May 2018 09:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470212 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/ports-mgmt/pkg-devel X-SVN-Commit-Revision: 470212 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 09:34:08 -0000 Author: amdmi3 Date: Thu May 17 09:34:07 2018 New Revision: 470212 URL: https://svnweb.freebsd.org/changeset/ports/470212 Log: - Update WWW Approved by: portmgr blanket Modified: head/ports-mgmt/pkg-devel/pkg-descr Modified: head/ports-mgmt/pkg-devel/pkg-descr ============================================================================== --- head/ports-mgmt/pkg-devel/pkg-descr Thu May 17 09:32:04 2018 (r470211) +++ head/ports-mgmt/pkg-devel/pkg-descr Thu May 17 09:34:07 2018 (r470212) @@ -1,3 +1,3 @@ Package management tool -WWW: http://wiki.freebsd.org/pkgng +WWW: https://wiki.freebsd.org/pkgng From owner-svn-ports-head@freebsd.org Thu May 17 09:56:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63295EE4DBF; Thu, 17 May 2018 09:56:58 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1247676F35; Thu, 17 May 2018 09:56:58 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E779627972; Thu, 17 May 2018 09:56:57 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H9uvK2027107; Thu, 17 May 2018 09:56:57 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H9utgA027097; Thu, 17 May 2018 09:56:55 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201805170956.w4H9utgA027097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 17 May 2018 09:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470213 - in head: databases/postgresql-plproxy devel/fpp devel/gnu-efi games/nlarn games/wesnoth mail/phpmailer mail/tlb ports-mgmt/pkg-plist sysutils/battray textproc/xml-parse.el X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: databases/postgresql-plproxy devel/fpp devel/gnu-efi games/nlarn games/wesnoth mail/phpmailer mail/tlb ports-mgmt/pkg-plist sysutils/battray textproc/xml-parse.el X-SVN-Commit-Revision: 470213 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 09:56:58 -0000 Author: tz Date: Thu May 17 09:56:55 2018 New Revision: 470213 URL: https://svnweb.freebsd.org/changeset/ports/470213 Log: Drop MAINTAINERship for these ports: - databases/postgresql-plproxy - devel/fpp - devel/gnu-efi - games/nlarn - games/wesnoth - mail/phpmailer - mail/tlb - ports-mgmt/pkg-plist - sysutils/battray - textproc/xml-parse.el Modified: head/databases/postgresql-plproxy/Makefile head/devel/fpp/Makefile head/devel/gnu-efi/Makefile head/games/nlarn/Makefile head/games/wesnoth/Makefile head/mail/phpmailer/Makefile head/mail/tlb/Makefile head/ports-mgmt/pkg-plist/Makefile head/sysutils/battray/Makefile head/textproc/xml-parse.el/Makefile Modified: head/databases/postgresql-plproxy/Makefile ============================================================================== --- head/databases/postgresql-plproxy/Makefile Thu May 17 09:34:07 2018 (r470212) +++ head/databases/postgresql-plproxy/Makefile Thu May 17 09:56:55 2018 (r470213) @@ -7,7 +7,7 @@ DISTVERSION= 2_8 CATEGORIES= databases PKGNAMEPREFIX= postgresql- -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= PL/Proxy - database partitioning system LICENSE= ISCL Modified: head/devel/fpp/Makefile ============================================================================== --- head/devel/fpp/Makefile Thu May 17 09:34:07 2018 (r470212) +++ head/devel/fpp/Makefile Thu May 17 09:56:55 2018 (r470213) @@ -10,7 +10,7 @@ MASTER_SITES= NL/fortran/ \ DISTNAME= fdfpp EXTRACT_SUFX= .tgz -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fortran preprocessor for FORTRAN 77 and Fortran 90 programs ALL_TARGET= bsd44 Modified: head/devel/gnu-efi/Makefile ============================================================================== --- head/devel/gnu-efi/Makefile Thu May 17 09:34:07 2018 (r470212) +++ head/devel/gnu-efi/Makefile Thu May 17 09:56:55 2018 (r470213) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF/gnu-efi -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= SDK for EFI applications LICENSE= GPLv2 Modified: head/games/nlarn/Makefile ============================================================================== --- head/games/nlarn/Makefile Thu May 17 09:34:07 2018 (r470212) +++ head/games/nlarn/Makefile Thu May 17 09:56:55 2018 (r470213) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Roguelike game and as such a remake of the classic game Larn LICENSE= GPLv3 Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Thu May 17 09:34:07 2018 (r470212) +++ head/games/wesnoth/Makefile Thu May 17 09:56:55 2018 (r470213) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION http://files.wesnoth.org/ \ http://ports.toco-domains.de/ -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fantasy turn-based strategy game LICENSE= GPLv2 GPLv3 Modified: head/mail/phpmailer/Makefile ============================================================================== --- head/mail/phpmailer/Makefile Thu May 17 09:34:07 2018 (r470212) +++ head/mail/phpmailer/Makefile Thu May 17 09:56:55 2018 (r470213) @@ -6,7 +6,7 @@ PORTVERSION= 5.2.24 DISTVERSIONPREFIX= v CATEGORIES= mail -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Full Featured Email Transfer Class for PHP LICENSE= LGPL21 Modified: head/mail/tlb/Makefile ============================================================================== --- head/mail/tlb/Makefile Thu May 17 09:34:07 2018 (r470212) +++ head/mail/tlb/Makefile Thu May 17 09:56:55 2018 (r470213) @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/tlb/ \ ftp://totem.fix.no/pub/mirrors/misc/ \ http://ports.toco-domains.de/ -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The List Batcher, a general purpose mail list delivery engine RUN_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools \ Modified: head/ports-mgmt/pkg-plist/Makefile ============================================================================== --- head/ports-mgmt/pkg-plist/Makefile Thu May 17 09:34:07 2018 (r470212) +++ head/ports-mgmt/pkg-plist/Makefile Thu May 17 09:56:55 2018 (r470213) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= ports-mgmt python MASTER_SITES= http://code.arp242.net/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generate a pkg-plist for a port LICENSE= MIT Modified: head/sysutils/battray/Makefile ============================================================================== --- head/sysutils/battray/Makefile Thu May 17 09:34:07 2018 (r470212) +++ head/sysutils/battray/Makefile Thu May 17 09:56:55 2018 (r470213) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= sysutils python DISTVERSIONPREFIX= version- -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Display notebook battery status in tray LICENSE= MIT Modified: head/textproc/xml-parse.el/Makefile ============================================================================== --- head/textproc/xml-parse.el/Makefile Thu May 17 09:34:07 2018 (r470212) +++ head/textproc/xml-parse.el/Makefile Thu May 17 09:56:55 2018 (r470213) @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME} EXTRACT_SUFX= EXTRACT_ONLY= -MAINTAINER= tz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Code to efficiently read/write XML data with Elisp USES= emacs From owner-svn-ports-head@freebsd.org Thu May 17 10:11:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CBD9EE5C4B; Thu, 17 May 2018 10:11:21 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E5B377AF7; Thu, 17 May 2018 10:11:21 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3004E27B63; Thu, 17 May 2018 10:11:21 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4HABLm8033160; Thu, 17 May 2018 10:11:21 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HABKCN033158; Thu, 17 May 2018 10:11:20 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201805171011.w4HABKCN033158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Thu, 17 May 2018 10:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470214 - head/games/openjazz X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: head/games/openjazz X-SVN-Commit-Revision: 470214 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 10:11:21 -0000 Author: martymac Date: Thu May 17 10:11:20 2018 New Revision: 470214 URL: https://svnweb.freebsd.org/changeset/ports/470214 Log: Update to 20180329 (rev. 2c4d351) PR: 228101 Submitted by: Piotr Kubaj Modified: head/games/openjazz/Makefile head/games/openjazz/distinfo Modified: head/games/openjazz/Makefile ============================================================================== --- head/games/openjazz/Makefile Thu May 17 09:56:55 2018 (r470213) +++ head/games/openjazz/Makefile Thu May 17 10:11:20 2018 (r470214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openjazz -PORTVERSION= 20171024 +PORTVERSION= 20180329 CATEGORIES= games MAINTAINER= martymac@FreeBSD.org @@ -14,6 +14,7 @@ USES= dos2unix gmake USE_GITHUB= yes GH_ACCOUNT= AlisterT +GH_TAGNAME= 2c4d351 DOS2UNIX_REGEX= .*\.(h|cpp) ALL_TARGET= OpenJazz Modified: head/games/openjazz/distinfo ============================================================================== --- head/games/openjazz/distinfo Thu May 17 09:56:55 2018 (r470213) +++ head/games/openjazz/distinfo Thu May 17 10:11:20 2018 (r470214) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515619966 -SHA256 (AlisterT-openjazz-20171024_GH0.tar.gz) = 1722df8a528b0735e84f82bab1adb6beb7b8a99977b831060e483f6ee55311c0 -SIZE (AlisterT-openjazz-20171024_GH0.tar.gz) = 209725 +TIMESTAMP = 1526327052 +SHA256 (AlisterT-openjazz-20180329-2c4d351_GH0.tar.gz) = 3792df90c4d50d62bbddd1796a536efab6b06c02a75675e5a78e335fba730b1b +SIZE (AlisterT-openjazz-20180329-2c4d351_GH0.tar.gz) = 211150 From owner-svn-ports-head@freebsd.org Thu May 17 10:34:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA632EE7956; Thu, 17 May 2018 10:34:22 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D49878F0D; Thu, 17 May 2018 10:34:22 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E42D2A; Thu, 17 May 2018 10:34:22 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4HAYMdB047726; Thu, 17 May 2018 10:34:22 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HAYMoK047725; Thu, 17 May 2018 10:34:22 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201805171034.w4HAYMoK047725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Thu, 17 May 2018 10:34:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470216 - head/net/concourse-fly X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/concourse-fly X-SVN-Commit-Revision: 470216 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 10:34:23 -0000 Author: dumbbell Date: Thu May 17 10:34:21 2018 New Revision: 470216 URL: https://svnweb.freebsd.org/changeset/ports/470216 Log: net/concourse-fly: Update to 3.13.0 Sponsored by: Pivotal Software, Inc. Modified: head/net/concourse-fly/Makefile head/net/concourse-fly/distinfo Modified: head/net/concourse-fly/Makefile ============================================================================== --- head/net/concourse-fly/Makefile Thu May 17 10:15:55 2018 (r470215) +++ head/net/concourse-fly/Makefile Thu May 17 10:34:21 2018 (r470216) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= concourse -PORTVERSION= 3.11.0 +PORTVERSION= 3.13.0 CATEGORIES= net sysutils MASTER_SITES= LOCAL/dumbbell/concourse/ PKGNAMESUFFIX= -fly Modified: head/net/concourse-fly/distinfo ============================================================================== --- head/net/concourse-fly/distinfo Thu May 17 10:15:55 2018 (r470215) +++ head/net/concourse-fly/distinfo Thu May 17 10:34:21 2018 (r470216) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523960215 -SHA256 (concourse-3.11.0.tar.xz) = 5233520a09cfe41073ae7d72954c5b0a4072395a8743284b581951033fab3234 -SIZE (concourse-3.11.0.tar.xz) = 40803360 +TIMESTAMP = 1526545489 +SHA256 (concourse-3.13.0.tar.xz) = 20c12196f7eca80688a733c2e510a8fb43e031b62092e4ce9599e4dbd992cfde +SIZE (concourse-3.13.0.tar.xz) = 40995852 From owner-svn-ports-head@freebsd.org Thu May 17 10:50:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF6BFEE89FA; Thu, 17 May 2018 10:50:36 +0000 (UTC) (envelope-from kp@krion.cc) Received: from krion.cc (krion.cc [148.251.235.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87F8279819; Thu, 17 May 2018 10:50:36 +0000 (UTC) (envelope-from kp@krion.cc) Received: from MBPkrion.local (90-152-149-189.static.highway.a1.net [90.152.149.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by krion.cc (Postfix) with ESMTPSA id 8504D1122DD; Thu, 17 May 2018 12:50:24 +0200 (CEST) Date: Thu, 17 May 2018 12:50:23 +0200 From: Kirill Ponomarev To: Jan Beich Cc: Kirill Ponomarev via svn-ports-all , Kurt Jaeger , svn-ports-head@freebsd.org, Antoine Brodin , ports-committers Subject: Re: svn commit: r469923 - head/databases/grass7 Message-ID: <20180517105023.jdpihdll6lduazjg@MBPkrion.local> References: <201805141656.w4EGu4V9032838@repo.freebsd.org> <20180514173103.lgakim22zkbz5tyo@jo> <20180514181155.h5hepinnl5kcypj3@jo> <20180514184147.GD25490@fc.opsec.eu> <20180515074457.GA60757@krion.cc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7roy5abljcqzdfjk" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180323 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 10:50:37 -0000 --7roy5abljcqzdfjk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 05/16, Jan Beich wrote: > Kirill Ponomarev via svn-ports-all writes: >=20 > > On 05/14, Kurt Jaeger wrote: > > > >> > Weird, I disabled ccache and could build it as well: > >> > https://krion.cc/data/head-amd64-default/2018-05-14_20h05m09s/logs/g= rass7-7.4.0_2.log > >> >=20 > >> > Maintainer confirmed he can build it in poudriere. > >>=20 > >> I can reproduce the failure-to-package: > >>=20 > >> http://people.freebsd.org/~pi/logs/grass7-7.4.0_2.log > > > > I can't on -stable as well: > > https://krion.cc/data/11amd64-default/2018-05-14_21h32m44s/logs/grass7-= 7.4.0_2.log >=20 > Some processes generating docs crash during build e.g., Can you confirm this with your local poudriere? --7roy5abljcqzdfjk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFdBAABCABHFiEEJCHRFhEAQujKni1pDyI9/LMCykUFAlr9Xm8pFIAAAAAAFQAL cGthLWFkZHJlc3NAZ251cGcub3Jna3BAa3Jpb24uY2MACgkQDyI9/LMCykUHAwf/ dHD2hy93jj+etED/QNEwYX3+Q+PjmH/mN7Su+DEIMq0JNygr1lIR85+pqZrycJ04 DUW++HnhAm1+SV38uceGlsM9fK06csb1YXHIUOd7H88bYC8FbWDn5qy28CTVjv8v h6ihsLjGblcXdWxrw7qigq5ee92fQ0pPs10VftCmb88DSnPoItDNwLh0JHXvcvhJ Zil7P3f1ch0cd6P3caxRm3AyXhDFXjuCZvLw1Q90/lewlJvMXJP0VUQ/oDueanej 14Xq01CFMFRBforrtWD1hl/vpZvpA60UsU/qrQAJx3YHQMsTjPpmQqG7He5bD6Aw RMx2/e8CcXSibJwgpSav7w== =6A9U -----END PGP SIGNATURE----- --7roy5abljcqzdfjk-- From owner-svn-ports-head@freebsd.org Thu May 17 11:55:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A841EEEC073; Thu, 17 May 2018 11:55:36 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 835407BF79; Thu, 17 May 2018 11:55:36 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 7BF88F35B; Thu, 17 May 2018 11:55:36 +0000 (UTC) From: Jan Beich To: =?utf-8?Q?Jean-S=C3=A9bastien_P=C3=A9dron?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r470016 - in head/lang/rust: . files References: <201805151343.w4FDhYif071044@repo.freebsd.org> Date: Thu, 17 May 2018 13:55:31 +0200 In-Reply-To: <201805151343.w4FDhYif071044@repo.freebsd.org> (=?utf-8?Q?=22?= =?utf-8?Q?Jean-S=C3=A9bastien=09P=C3=A9dron=22's?= message of "Tue, 15 May 2018 13:43:34 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 11:55:36 -0000 Jean-S=C3=A9bastien P=C3=A9dron writes: > +SHA256 (rust/2018-03-29/rustc-1.25.0-aarch64-unknown-freebsd.tar.gz) =3D= bef48b3ba5d560ae2eae532bfa4858827cd90687684e42ba515cb6dd78348ea9 > +SIZE (rust/2018-03-29/rustc-1.25.0-aarch64-unknown-freebsd.tar.gz) =3D 6= 2374768 > +SHA256 (rust/2018-03-29/rust-std-1.25.0-aarch64-unknown-freebsd.tar.gz) = =3D 994e415d2bec4c862cede93ca8f50fdc30272930170d30d963f5f9e127f8e60b > +SIZE (rust/2018-03-29/rust-std-1.25.0-aarch64-unknown-freebsd.tar.gz) = =3D 59733871 > +SHA256 (rust/2018-03-29/cargo-0.26.0-aarch64-unknown-freebsd.tar.gz) =3D= a2efee9c92a87ac48d3281eafeb24d713e32aca18dc7b287079f054dd68c533f > +SIZE (rust/2018-03-29/cargo-0.26.0-aarch64-unknown-freebsd.tar.gz) =3D 4= 170950 Thank you for maintaining aarch64 support. I guess, you've generated it on ref11-aarch64 as /latest package is still at 1.24.1 due to thunderx1 being offline[1]. [1] https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113317.html From owner-svn-ports-head@freebsd.org Thu May 17 12:17:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F2A6EEDBB0; Thu, 17 May 2018 12:17:18 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AAEA67CDCA; Thu, 17 May 2018 12:17:17 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id JHqFfPf23uYopJHqGfREWT; Thu, 17 May 2018 06:17:09 -0600 X-Authority-Analysis: v=2.3 cv=GopsBH9C c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=VUJBJC2UJ8kA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=uVtmgGe2y0RqJ7SNzn0A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 3205528EA; Thu, 17 May 2018 05:17:06 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w4HCH3LS084856; Thu, 17 May 2018 05:17:03 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w4HCH3iL084852; Thu, 17 May 2018 05:17:03 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201805171217.w4HCH3iL084852@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r470199 - in head: dns/bundy print/pdftk In-Reply-To: Message from Mathieu Arnold of "Thu, 17 May 2018 06:32:17 -0000." <201805170632.w4H6WHAF024369@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2018 05:17:03 -0700 X-CMAE-Envelope: MS4wfCxvmvAR4NWNjuxOwn5+QiauQB+oCOBlHqjcfM/vYr2ibX+YIjTJKqs0aJrJ8dRr/A5lxcrcGLR5mWUD3fGDfGroeD5BaJej9raCkz+twXh7CC9Yf5Bv rCR3V8JeOpOsYjg17YQSqGEfop1DUf/Of5zc9yegIvG13MixtjrwePAIvCyW9GobNCQab5HVfDFsh2iWIYYot7dnKdxZmDy3tiLsfkCsWoj0ev3VBOQnCFRJ XpPEzksM5wnL0z/Kb+1xLUBdEpuWEUM+MvWqWVCuknblBP8wtoZgmD/SlrlJ9vagIPXcwlqWnWLRIYYM7pWA/A== X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 12:17:18 -0000 In message <201805170632.w4H6WHAF024369@repo.freebsd.org>, Mathieu Arnold write s: > Author: mat > Date: Thu May 17 06:32:17 2018 > New Revision: 470199 > URL: https://svnweb.freebsd.org/changeset/ports/470199 > > Log: > Those ports have been broken a while now. > > Sponsored by: Absolight > > Modified: > head/dns/bundy/Makefile (contents, props changed) > head/print/pdftk/Makefile (contents, props changed) > > Modified: head/dns/bundy/Makefile > ============================================================================= > = > --- head/dns/bundy/Makefile Thu May 17 06:30:11 2018 (r470198) > +++ head/dns/bundy/Makefile Thu May 17 06:32:17 2018 (r470199) > @@ -17,6 +17,8 @@ LICENSE_NAME= ISC License > LICENSE_FILE= ${WRKSRC}/COPYING > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > > +BROKEN_FreeBSD_12= error: called object type nullptr_t is not a function o > r function pointer > + > BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus > \ > sqlite3>=3.3.9:databases/sqlite3 \ > ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAV > OR} > > Modified: head/print/pdftk/Makefile > ============================================================================= > = > --- head/print/pdftk/Makefile Thu May 17 06:30:11 2018 (r470198) > +++ head/print/pdftk/Makefile Thu May 17 06:32:17 2018 (r470199) > @@ -13,6 +13,8 @@ COMMENT= Simple tool for doing everyday things with PD > > LICENSE= GPLv2 > > +BROKEN_FreeBSD_12= gcj6: internal compiler error: Segmentation fault (prog > ram ecj1) > + > # Get GCC version suffix without the dot in USE_GCC > CSUFF= ${_USE_GCC:S/.//} > > What about the deprecation notice? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-head@freebsd.org Thu May 17 12:24:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3B79EEE2B2; Thu, 17 May 2018 12:24: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 7FB2E7D3B4; Thu, 17 May 2018 12:24:28 +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 5B58111E9; Thu, 17 May 2018 12:24:28 +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 w4HCOSm8002824; Thu, 17 May 2018 12:24:28 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HCOS2Y002822; Thu, 17 May 2018 12:24:28 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201805171224.w4HCOS2Y002822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 17 May 2018 12:24:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470217 - head/security/lastpass-cli X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/security/lastpass-cli X-SVN-Commit-Revision: 470217 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 12:24:29 -0000 Author: gahr Date: Thu May 17 12:24:27 2018 New Revision: 470217 URL: https://svnweb.freebsd.org/changeset/ports/470217 Log: security/lastpass-cli: update to 1.3.1 Fixes https://github.com/lastpass/lastpass-cli/issues/409 PR: 228310 Approved by: portmgr (mat) Modified: head/security/lastpass-cli/Makefile head/security/lastpass-cli/distinfo Modified: head/security/lastpass-cli/Makefile ============================================================================== --- head/security/lastpass-cli/Makefile Thu May 17 10:34:21 2018 (r470216) +++ head/security/lastpass-cli/Makefile Thu May 17 12:24:27 2018 (r470217) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lastpass-cli -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/lastpass-cli/distinfo ============================================================================== --- head/security/lastpass-cli/distinfo Thu May 17 10:34:21 2018 (r470216) +++ head/security/lastpass-cli/distinfo Thu May 17 12:24:27 2018 (r470217) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498689347 -SHA256 (lastpass-lastpass-cli-v1.2.1_GH0.tar.gz) = 1a49a37a67a973296e218306e6d36c9383347b1833e5a878ebc08355b1c77456 -SIZE (lastpass-lastpass-cli-v1.2.1_GH0.tar.gz) = 108780 +TIMESTAMP = 1526544326 +SHA256 (lastpass-lastpass-cli-v1.3.0_GH0.tar.gz) = bbcfd673d668287e773eef44da65fbd2f292daa213a39528f31037c528dbcfe4 +SIZE (lastpass-lastpass-cli-v1.3.0_GH0.tar.gz) = 113969 From owner-svn-ports-head@freebsd.org Thu May 17 12:36:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CE4AEEEB1F; Thu, 17 May 2018 12:36:26 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mail.made4.biz (mail.made4.biz [195.154.164.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E050F7DBEF; Thu, 17 May 2018 12:36:25 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freebsd.org ; s=20170531; h=Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Sender:Reply-To:Content-Transfer-Encoding:Content-ID :Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To: Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe :List-Post:List-Owner:List-Archive; bh=Q8pMGJjXK8ATgJK1QzK3PJK7ozkD/1oE1C5om7o2xfQ=; b=d0RLgCi7ZWbmmDAOseax21ZLWX 8gdRr6FOWhMquN3cma5Ec/1knePOFIYAl9xRSohD+DLbrrJpV/lKI9ZJL8fztsn2P/UJysqLgsnib CvNkagxymdEWSxfze0doemNxOPKBDpsMaxLgd/ZwJ9AUqMvgnN305yL5cqPAk1JBetXs=; Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=cassini.dumbbell.fr) by mail.made4.biz with esmtpa (Exim 4.90_1 (FreeBSD)) (envelope-from ) id 1fJI8u-000HhE-0i; Thu, 17 May 2018 14:36:24 +0200 Subject: Re: svn commit: r470016 - in head/lang/rust: . files To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805151343.w4FDhYif071044@repo.freebsd.org> From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Openpgp: preference=signencrypt Autocrypt: addr=dumbbell@FreeBSD.org; prefer-encrypt=mutual; keydata= xsFNBFLVuqcBEADJ1gT22qIjHl/i5wD6n6Bx38BU3YxhoJKLFMtf10+hDgvttdVlRskqw5Kd hixPFbpsWPNhd09vR2He1M8+jUybsQwZulcE63+Mz7z7TVpBcepy8ejHFoQ5eT6cOfKosZZ4 5fEIZiZKSzMncIkyhUFpbpXl/MQRvCEBQEmg6NAjXmaClGcGB4J9deKrib3UvrClYGNuVPiZ 21YLrG/dOiaSWoh+367bqA8bLUIU4G3sgGCYlj9V4UGOu8belQKF1urxp87qSB3KFhVxJTCn n6+rBPYgFLfJ6UT39NwsFsfcdwq16hyIdr4lZOitTtH6WJBDRDlcxOoLcobDLEOg0xntAXEN 1X3sKhpyChmsLU0wGaCSZXTkP60UONkTAi1xCaOwq1/R/vBDWh7b/DKqg194ymZWzilEwE/x jQVT+R85EKbqW1faZrrAQWPnekw4Kl/Ozow6cgTGa96oYTmIO/nGRqRwMhyyuQMG9DUnGZvB Gy5Nub64/i2/TBWN/iiM8g+400Tkz7KUJd/6+fFKdza2i6/3vQJ+MAS3WNp7fFY4tsX1fM03 zqD2KfNE9Xt6GZEwpaUMjGkHNoi+by6CcA/saggrRZQHFp9aFde2ivCLq4n9yh2Zy9yFGklq dhyvI+iBSxt46pGlihNeTX79Yris30WR/BvLxR+z1Y6YEO6eZQARAQABzTtKZWFuLVPDqWJh c3RpZW4gUMOpZHJvbiA8amVhbi1zZWJhc3RpZW4ucGVkcm9uQGR1bWJiZWxsLmZyPsLBlwQT AQoAQQIbAwULCQgHAwUVCgkICwUWAwIBAAIeAQIXgAIZARYhBNcvS4RwmJJEIOYrk9k4+cho FpgcBQJYdnydBQkJYyj2AAoJENk4+choFpgcHzAP/3cbgHofr0qk7DF5Ch+3dIapxbLbbf44 af30RdML9lmFarN7nYxkTlJMSdd8d8FfkL9XuGBZWrd5zxToDJ71xcvW6zbj6DwEsuCis6Np DYX5+cjGRuyIw2/stwWGmAaqHIUAwVNFd3p8A/ZDiBbnZXMFOiJCbogMhQlFuOlgjk1DfrE+ 3rfkTt+obfIe9c7ExjkCM85K3Iud2XbmXMJ+fU0PbaH2FVRly71vH6+y/puB2SQvXQ/MKT1Y cUjKph8+koJRwLuzlmbh2UmrxVhKW/cFx5VU0xEBNY2/ysgxndKlO2Q97sedAEuVzfaAJIQx plDKhoDBWVBoleExoJyyD8QfI3ACvHKxorh+dd4wyMuU1OfWExqlEhkYa/v3S9xeWy6hyA7J wrZtuVgafJfJK3qTj98E1yXeuvAACECQtcNHuZP1TuscBztNXvzGGutPnq3MniHOITm2xdJl +zQyheAe+NbxByCtbtyp6Y+OxTXJCRoEb5eiyvhLNdhGZkyYMJ44kPosc8dOm9aNiapeZWYJ bksTKJSeXaJMP1BBDHc3kugTK+f0bkoiR/vqGNUqIGD4/7KArssRvOBHub1G1Erbkj7YoiGE iLx2mrGFM7n/JoZowlw5fvvJS+RB39u3SGiXzAIuNl2VK9tRcHSpvAzYstyQRCGYUdE6xLVy 6PZMzsFNBFLVuqcBEADNXJ6T/nh6ZuNjqULb/WVL2KUStzw9ynAazw+rz74GxH6me1oURIvV u2YKWXgTydSLNzo8bDLde0PT1si1CsKHIYiFIglmG6LEXfYj/P2xwC6IFQD4rsbtphXUkaLa 6npUgqbqhSK0NItuJGyv7ODfmkvCX1Unto+eamES3S8wil8u3Azs0qe/Q/gDGAEZTQM/Uq76 Vwp37mN4c1nGCKePZJtywtAg9vUD/Lx7uRWIjGTR95gTBY5AUeX5VGeBiomUgGnG7nI3HoiZ hWu/KdmYfSzjYYj9739uGCzdpSyR/fAL9NWa6XeVpNm4QUPJAn1Gr556l6yiE6m118RNjuI8 5+z9ABCCSAdI+XS8qyFGc+8q7phpSTNjmSrVT1qzyoeNfrdv1kgTBolSzyCnawu8MjzZ7llj DuUqiF3huIjLu5BVBq+6f0UEC0LpYohZ2KGoN1y5oSEcHN0pmXKFglYrqG4zF3SCOve+/1DK 63L8zun1PGbza/h/Cjicv7qHNhprjNEHr4Bvbq+ibKjpRClxOcLWLv5+lhc1owHSdKQp5ylC EmIxgt9Xu8SYV5pwIQam4MUV2zPN5j/Rj26F4QNNQWmXvbF2qQjutHb6YdnYdEYDjF4b86JT 1h2WBhInB6CL1EyV3dkcin4PkKpJQIEzhmIuD9NxcMxqBYZRsigU4wARAQABwsF8BBgBCgAm AhsMFiEE1y9LhHCYkkQg5iuT2Tj5yGgWmBwFAlh2fO0FCQljKUYACgkQ2Tj5yGgWmBySsQ/+ Iuxc9Q0R5BeR7o4JXbXGlCn6FqgugMfYvZ/fNxPJ5Sn9SiPOezho00jswjQC3w26SwPhGQ8L v+y4ZNWk7zsrS2Y+1m3r278rm8hr59fmbV/EjthfG4rtYlAeiWYxmg2xsFGqb9VQhj5i0Aze SbGnZ8namMU/+zfYNc4/LGGatG245lCvLMZcgGxEk2E1IVHh2g0nAC0nQ+xlmfvrNshLz4WY hrZS0t3Q4VDsL6bmywcdtFvURYKadyZ9H0UAkkg+H+QEwfH5HLhwai/5uZNfSllbQfJosy0Y KdzzMTjPYp21tKVvUIBmw5NREb5E23IzQZB1FR7nwBE2mx7O6BkVrpfo4mUqDZYuJsp9R9V5 EeMvFS9cbax8g9zCOps+rzLkz/Ab6NWdvydIZIqR+f/55o8VliNF5qANwLKcHfDdr8HljaCo tS3OnV9KdnW50/rORGvy1WXVvcKcqbPSArcjR2PZW/jPJo/2JVu9dfLT3x7U+E/jT2mYQtY2 99mVduvdNTbG30AeXfMAGikNXn9Sc3nFWTMUoiniLmYvNTwl0AhUdtXT52b+8c3hjBx2Mq9r D4PUVBn8wXqIMqQBPg633mFM9X3fAPQGvrJEpc3INv84f9DsNO65YQkS6uUEuQFMKwXIs9zl KCX0cFBuqlnaE/YLB+L4IJMyan8Jk9NDa0A= Organization: The FreeBSD Project Message-ID: <03a0b3ed-8a39-4b52-2945-4e42760e71d1@FreeBSD.org> Date: Thu, 17 May 2018 14:36:19 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="OJECNvTEWUxkQg3HAT7cIL3rg9kXMDEYY" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 12:36:26 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OJECNvTEWUxkQg3HAT7cIL3rg9kXMDEYY Content-Type: multipart/mixed; boundary="gN0TpBj1e6dHum6O0TSsGKSzXhzjmUk8g"; protected-headers="v1" From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <03a0b3ed-8a39-4b52-2945-4e42760e71d1@FreeBSD.org> Subject: Re: svn commit: r470016 - in head/lang/rust: . files References: <201805151343.w4FDhYif071044@repo.freebsd.org> In-Reply-To: --gN0TpBj1e6dHum6O0TSsGKSzXhzjmUk8g Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 17.05.2018 13:55, Jan Beich wrote: > Thank you for maintaining aarch64 support. No problem :) > I guess, you've generated it on ref11-aarch64 as /latest package is > still at 1.24.1 due to thunderx1 being offline[1]. In fact, I always regenerate the bootstrap for aarch64, I don't use the previous version of the port. One reason is that Cargo is statically linked to libssh2 in this case (Cargo from the port is dynamically linked to this library). Another reason would be to try Rust on aarch64 and make sure it can self-host. However, ref11-aarch64 doesn't have Python installed anymore and it's required by Rust's build system. It was installed in the past, but I admit I didn't ask why it was removed. So for the past updates, I cross-compile from a FreeBSD 11 amd64 VM. --=20 Jean-S=C3=A9bastien P=C3=A9dron The FreeBSD Project --gN0TpBj1e6dHum6O0TSsGKSzXhzjmUk8g-- --OJECNvTEWUxkQg3HAT7cIL3rg9kXMDEYY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEZwh/0a6uDhLbxqbwOemXYaX9lMwFAlr9d0MACgkQOemXYaX9 lMxHAw//evLTPQsmg+XB9UmS45kMFox/01ph5Fyz7bshd0vwfUn8KPwtIkOBMm6Z LCHcvjQrx5d9/HEMofS3j3StcZmj1XFXBRi44xLkSXV30cGYIRs/DmNR/7SXDqwA gywTM617pEq3DzeXQycY46Ff65Ix+csMTeUBRNLH1Pne6hLn0zbHBetz80DmDnKx fg3VFSfF61KrP9dartcC4m/YJ2l/c8MRMsDcv/st10puiDGeAOFBYooY56Stz4vC MFGwKx0qDEJoHIte7UJviXp0d939Zcb7vxdTt3DCo9lFtqul86deep+Bs/YyF7Mm D/45jdVgzP1GNnCuNBcioGfeFlq0cIYwVKYsiELPgeew1c7v71aXHABvcqNvQBnk 9fXdQ0XilcFhTx+oWg9xm3waQHBCo3SAGLIYtTs2O+kCexOcJiXCGDmF+sz4b23D 7SGLzMZhmKN70zJrlFHHJ5tpgsBd4ezcb7yNOg1soNe6CiYPBJ9/jw/tf/R6rIrG avP+3pRwf75JMYFWVeBQszDU0cENpkXoEnKHv3HIvh9dLCPg9LkrjVxcotWU92rT 26TWBZTWB1qmBAclJXn9k3fMRUEu8wwRtX6U9tfx7eUhaUUHIKsPxn9nYc5pBT9w 1W/ttYX1B3HvFpV1xhspFLXdiE9rMgBq/POrrOODsJ2V+jgB00o= =4Boz -----END PGP SIGNATURE----- --OJECNvTEWUxkQg3HAT7cIL3rg9kXMDEYY-- From owner-svn-ports-head@freebsd.org Thu May 17 13:53:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16A6FEF28FF; Thu, 17 May 2018 13:53:48 +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 B951080CC0; Thu, 17 May 2018 13:53:47 +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 9A5CF2073; Thu, 17 May 2018 13:53:47 +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 w4HDrlsO047544; Thu, 17 May 2018 13:53:47 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HDrlOO047543; Thu, 17 May 2018 13:53:47 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805171353.w4HDrlOO047543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 17 May 2018 13:53:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470218 - head/www/go-appengine-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/www/go-appengine-sdk X-SVN-Commit-Revision: 470218 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 13:53:48 -0000 Author: vanilla Date: Thu May 17 13:53:47 2018 New Revision: 470218 URL: https://svnweb.freebsd.org/changeset/ports/470218 Log: Add go1.9 runtime. PR: 228255 Submitted by: maintainer Modified: head/www/go-appengine-sdk/Makefile Modified: head/www/go-appengine-sdk/Makefile ============================================================================== --- head/www/go-appengine-sdk/Makefile Thu May 17 12:24:27 2018 (r470217) +++ head/www/go-appengine-sdk/Makefile Thu May 17 13:53:47 2018 (r470218) @@ -2,6 +2,7 @@ PORTNAME= go-appengine-sdk DISTVERSION= 1.9.64 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= https://storage.googleapis.com/appengine-sdks/featured/ DISTNAME= ${PORTNAME:S,-,_,g}_linux_amd64-${PORTVERSION} @@ -27,7 +28,7 @@ SHEBANG_GLOB= *.py *.bash *.sh *.pl *.cgi goapp WRKSRC= ${WRKDIR}/go_appengine GAEDATADIRS= google lib tools -GAEGOROOTS= goroot-1.6 goroot-1.8 +GAEGOROOTS= goroot-1.6 goroot-1.8 goroot-1.9 GAESCRIPTS= appcfg.py backends_conversion.py \ bulkload_client.py bulkloader.py dev_appserver.py \ download_appstats.py endpointscfg.py run_tests.py \ From owner-svn-ports-head@freebsd.org Thu May 17 14:12:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEEAAEA8923; Thu, 17 May 2018 14:12:19 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CA2E8192A; Thu, 17 May 2018 14:12:19 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E74023E8; Thu, 17 May 2018 14:12:19 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4HECJ86057427; Thu, 17 May 2018 14:12:19 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HECIV8057425; Thu, 17 May 2018 14:12:18 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201805171412.w4HECIV8057425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Thu, 17 May 2018 14:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470219 - head/sysutils/py-hared X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/sysutils/py-hared X-SVN-Commit-Revision: 470219 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 14:12:20 -0000 Author: dvl Date: Thu May 17 14:12:18 2018 New Revision: 470219 URL: https://svnweb.freebsd.org/changeset/ports/470219 Log: Add CONFLICTS_INSTALL. Simplify sample configuration installation after sending patches upstream. Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> Differential Revision: D15079 Added: head/sysutils/py-hared/pkg-plist (contents, props changed) Modified: head/sysutils/py-hared/Makefile head/sysutils/py-hared/pkg-descr Modified: head/sysutils/py-hared/Makefile ============================================================================== --- head/sysutils/py-hared/Makefile Thu May 17 13:53:47 2018 (r470218) +++ head/sysutils/py-hared/Makefile Thu May 17 14:12:18 2018 (r470219) @@ -3,6 +3,7 @@ PORTNAME= hared PORTVERSION= 1.0 PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +19,6 @@ USE_PYTHON= distutils autoplist ETCDIR= ${PREFIX}/etc RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>0:net/py-paho-mqtt@${PY_FLAVOR} - -PLIST_FILES+= "@sample %%ETCDIR%%/hared.ini.sample" pre-install: ${INSTALL_DATA} ${FILESDIR}/hared.conf ${STAGEDIR}${ETCDIR}/hared.ini.sample Modified: head/sysutils/py-hared/pkg-descr ============================================================================== --- head/sysutils/py-hared/pkg-descr Thu May 17 13:53:47 2018 (r470218) +++ head/sysutils/py-hared/pkg-descr Thu May 17 14:12:18 2018 (r470219) @@ -1,7 +1,7 @@ -Small Python server for receiving notications and tossing them into mtqq. +Small Python server for receiving notifications and tossing them into MTQQ. This will form part of a centralized message distribution system. -A client for this server is sysutils/hare +A client for this server is sysutils/hare. WWW: https://github.com/jpmens/hared-hare Added: head/sysutils/py-hared/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-hared/pkg-plist Thu May 17 14:12:18 2018 (r470219) @@ -0,0 +1,3 @@ +@mode 640 +@sample %%ETCDIR%%/hared.ini.sample +@mode From owner-svn-ports-head@freebsd.org Thu May 17 14:22:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1849AEA9176; Thu, 17 May 2018 14:22:07 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A29D181EA7; Thu, 17 May 2018 14:22:06 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2EDB6BDD2F; Thu, 17 May 2018 16:22:04 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 0A20EBDD2D; Thu, 17 May 2018 16:22:04 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 8619B615E; Thu, 17 May 2018 16:22:03 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 2B41A69EB53C; Thu, 17 May 2018 16:22:02 +0200 (CEST) Date: Thu, 17 May 2018 16:22:02 +0200 From: Mathieu Arnold To: Cy Schubert Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r470199 - in head: dns/bundy print/pdftk Message-ID: <20180517142202.bkjenbvimja2uy3j@ogg.in.absolight.net> References: <201805170632.w4H6WHAF024369@repo.freebsd.org> <201805171217.w4HCH3iL084852@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="exwmoyutibcucj7o" Content-Disposition: inline In-Reply-To: <201805171217.w4HCH3iL084852@slippy.cwsent.com> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 14:22:07 -0000 --exwmoyutibcucj7o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 17, 2018 at 05:17:03AM -0700, Cy Schubert wrote: > In message <201805170632.w4H6WHAF024369@repo.freebsd.org>, Mathieu=20 > Arnold write > s: > > Author: mat > > Date: Thu May 17 06:32:17 2018 > > New Revision: 470199 > > URL: https://svnweb.freebsd.org/changeset/ports/470199 > > > > Log: > > Those ports have been broken a while now. > > =20 > > Sponsored by: Absolight > > > > Modified: > > head/dns/bundy/Makefile (contents, props changed) > > head/print/pdftk/Makefile (contents, props changed) > > > > Modified: head/dns/bundy/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/dns/bundy/Makefile Thu May 17 06:30:11 2018 (r470198) > > +++ head/dns/bundy/Makefile Thu May 17 06:32:17 2018 (r470199) > > @@ -17,6 +17,8 @@ LICENSE_NAME=3D ISC License > > LICENSE_FILE=3D ${WRKSRC}/COPYING > > LICENSE_PERMS=3D dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > > =20 > > +BROKEN_FreeBSD_12=3D error: called object type nullptr_t is not a func= tion o > > r function pointer > > + > > BUILD_DEPENDS=3D ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cpl= us > > \ > > sqlite3>=3D3.3.9:databases/sqlite3 \ > > ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAV > > OR} > > > > Modified: head/print/pdftk/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/print/pdftk/Makefile Thu May 17 06:30:11 2018 (r470198) > > +++ head/print/pdftk/Makefile Thu May 17 06:32:17 2018 (r470199) > > @@ -13,6 +13,8 @@ COMMENT=3D Simple tool for doing everyday things with= PD > > =20 > > LICENSE=3D GPLv2 > > =20 > > +BROKEN_FreeBSD_12=3D gcj6: internal compiler error: Segmentation fault= (prog > > ram ecj1) > > + > > # Get GCC version suffix without the dot in USE_GCC > > CSUFF=3D ${_USE_GCC:S/.//} > > =20 > > >=20 > What about the deprecation notice? It is only broken on current. Most people do use the releases we cut, like 10.4 or 11.1, you know. --=20 Mathieu Arnold --exwmoyutibcucj7o Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJa/ZAKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IXWkQAK/HhcUls3UNyvs9XCvfqRre odNO3w/6+PRAQbRclO5iGYf/NWmsXZgrGWYlbDtjXw2KYpJ5/mTuXGs+p3b4xAuZ zrt+tuEzBmKH2yINAxLjwJ1jveRnfyX++Y2h/Ak6vwuPFN+KccCb50h0V7j+wiGC e1dQTOatuq7KbQn30+lVarWoyVvz/Nt3R/vPpn8NvMsz6mE9AphxEIFLbLZCn29p Nf8nxrJPm6Ira1eGoyCMYF0umoATb3JdHKKeH1nebpYPAYAgNN/WAbJQ8Xku03Xo yEIXDy7Tu93N+LGbroGGE87RMdPQl7a6p7v5bdj0WNZAix0nhjAPhloRlWrNS+RB Fo6ul6DlfGLjWl8UqIcwof3BY6RCKKQcOpR92C6lHDQ+eQx3Iv9IVBdPBaXP/A0W IysLcPXsdnu6nYMSYjsEeReXDiiMVi8Zbrw09FmGkvL4OV1K0KfYlgIBUPqk3Ot3 jsMHMefbJ6s+skXYH3tzGmaIylymc9nuRW2wZ6HbtOedwgldfbFNlTDjmH9dqmDf 4iv/8tl1qqW34/rwY6M+BmYt3wRrALvHF2cp0uvCPW+aIUMH4fJkkYGS3jwhwcEX A2kRKZA9KQq4KOmJOWrKIyh2oWdg4qWCCCh8gPjQjYsI8NyJKxea8LuodMrVkPIR kBAFCM3RiRiELn/mDHli =jX5p -----END PGP SIGNATURE----- --exwmoyutibcucj7o-- From owner-svn-ports-head@freebsd.org Thu May 17 14:35:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57C81EA9C71; Thu, 17 May 2018 14:35:54 +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 0D2D7826B5; Thu, 17 May 2018 14:35:54 +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 E36FA277D; Thu, 17 May 2018 14:35:53 +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 w4HEZrpD067669; Thu, 17 May 2018 14:35:53 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HEZrHd067668; Thu, 17 May 2018 14:35:53 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201805171435.w4HEZrHd067668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 17 May 2018 14:35:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470220 - head/net/freeradius3 X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/net/freeradius3 X-SVN-Commit-Revision: 470220 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 14:35:54 -0000 Author: zi Date: Thu May 17 14:35:53 2018 New Revision: 470220 URL: https://svnweb.freebsd.org/changeset/ports/470220 Log: - Add OPTION for native winbind support for the rlm_mschap module Modified: head/net/freeradius3/Makefile Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Thu May 17 14:12:18 2018 (r470219) +++ head/net/freeradius3/Makefile Thu May 17 14:35:53 2018 (r470220) @@ -45,7 +45,8 @@ _REQUIRE= NETWORKING SERVERS OPTIONS_SUB= yes OPTIONS_DEFINE= USER LDAP MYSQL PGSQL UNIXODBC FIREBIRD REDIS \ EXPERIMENTAL UDPFROMTO DEVELOPER EDIR PERL REST \ - FREETDS IDN DOCS SQLITE3 PYTHON RUBY UNBOUND PCRE + FREETDS IDN DOCS SQLITE3 PYTHON RUBY UNBOUND PCRE \ + WINBIND OPTIONS_DEFAULT=USER PERL HEIMDAL UDPFROMTO OPTIONS_SINGLE= KRB OPTIONS_SINGLE_KRB= NOKRB HEIMDAL HEIMDAL_PORT MITKRB_PORT @@ -64,6 +65,7 @@ UDPFROMTO_DESC= Compile in UDPFROMTO support DEVELOPER_DESC= Enable developer options EDIR_DESC= Enable eDirectory support (implies LDAP) REST_DESC= Enable RESTful API support +WINBIND_DESC= Enable native winbind support in rlm_mschap EDIR_CONFIGURE_WITH= edir EDIR_IMPLIES= LDAP @@ -122,6 +124,9 @@ UNBOUND_CONFIGURE_WITH= rlm_unbound UNBOUND_LIB_DEPENDS= libunbound.so:dns/unbound UNIXODBC_CONFIGURE_WITH= rlm_sql_unixodbc UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC +WINBIND_USES= samba:build,lib +WINBIND_CONFIGURE_ON= --with-winbind-include-dir=${LOCALBASE}/include/samba4 \ + --with-winbind-lib-dir=${LOCALBASE}/lib/samba4 .include From owner-svn-ports-head@freebsd.org Thu May 17 14:48:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 379B9EAA684; Thu, 17 May 2018 14:48:58 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A279482F9E; Thu, 17 May 2018 14:48:57 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5CAE522343; Thu, 17 May 2018 10:48:51 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute4.internal (MEProxy); Thu, 17 May 2018 10:48:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=U9zp/S W2FBBAGs0kE6TEzchDcgKNFr2VlJZjfSvpXyk=; b=dXYSuNEXMiwbzmDwdV7p+s nBGKeMrI9on0fXFDFdlM27/WhUBYCiVv7C42MGVygfObMETp0Cx4FU+I/hC6OER5 NSQnhgvA3QOTzlpOPE3CKtDt19ZnsKpFn/mdGNK8vLqQsZ4sCzZDeCO+h7DLmZUr O4o36W1Jm0cJV5gBJX/pKNHPh9Sad2qKIByJz7T7zOApiTGBgWddfnOCUbMyURXL EPjZCUNg0SFvu7e6NX3wwmEx4PYHQvvQKqxabc1C/WLKcp7i25ZU0RobitDBLcf1 w6GZwkrGY75cOevcNngElkL0vALYjpHwUIJd8SlqZ/ay/Bx62W+uu41jamcdg4ig == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id EFC66BA780; Thu, 17 May 2018 10:48:50 -0400 (EDT) Message-Id: <1526568530.1051259.1375633336.09AEF132@webmail.messagingengine.com> From: Tobias Kortkamp To: Luca Pizzamiglio Cc: rust@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-29fe4c42 Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files Date: Thu, 17 May 2018 16:48:50 +0200 In-Reply-To: References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 14:48:58 -0000 On Wed, May 16, 2018, at 17:07, Luca Pizzamiglio wrote: > Hi Tobias, > thanks for the feedback. > Those are my findings: > * gmake is needed by backtrace-sys. I'm preparing a patch to include its = dependency in cargo.mk > * cmake is indeed needed by onig-sys. the onig crate is well documented a= nd I guess it should be doable to use textproc/oniguruma, as you suggest > Best regards, > pizzamig Ok, thank you. I put something up on Phabricator to do all of this and more. https://reviews.freebsd.org/D15463 >=20 > On Tue, May 15, 2018 at 12:02 PM, Tobias Kortkamp wro= te: >> On Tue, May 15, 2018, at 10:43, Luca Pizzamiglio wrote: >> > Author: pizzamig >> > Date: Tue May 15 08:43:10 2018 >> > New Revision: 470005 >> > URL: https://svnweb.freebsd.org/changeset/ports/470005 >> >=20 >> > Log: >> >=C2=A0 =C2=A0textproc/bat: a cat(1) clone with syntax highlighting >> >=C2=A0 =C2=A0 >> >=C2=A0 =C2=A0Add bat, a cat(1) clone with syntax highlighting, Git int= egration >> >=C2=A0 =C2=A0and automatic paging >> >=C2=A0 =C2=A0Written in Rust. >> >=20 >> > Added: >> >=C2=A0 =C2=A0head/textproc/bat/ >> >=C2=A0 =C2=A0head/textproc/bat/Makefile=C2=A0 =C2=A0(contents, props c= hanged) >> >=C2=A0 =C2=A0head/textproc/bat/distinfo=C2=A0 =C2=A0(contents, props c= hanged) >> >=C2=A0 =C2=A0head/textproc/bat/files/ >> >=C2=A0 =C2=A0head/textproc/bat/files/patch-cargo- >> > crates_console-0.6.1_src_unix__term.rs=C2=A0 =C2=A0(contents, props c= hanged) >> >=C2=A0 =C2=A0head/textproc/bat/pkg-descr=C2=A0 =C2=A0(contents, props = changed) >> > Modified: >> >=C2=A0 =C2=A0head/textproc/Makefile >> >=20 >> > Modified: head/textproc/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/textproc/Makefile=C2=A0 =C2=A0 Tue May 15 08:42:03 2018=C2= =A0 =C2=A0 =C2=A0 =C2=A0 (r470004) >> > +++ head/textproc/Makefile=C2=A0 =C2=A0 Tue May 15 08:43:10 2018=C2= =A0 =C2=A0 =C2=A0 =C2=A0 (r470005) >> > @@ -51,6 +51,7 @@ >> >=C2=A0 =C2=A0 =C2=A0 SUBDIR +=3D augeas >> >=C2=A0 =C2=A0 =C2=A0 SUBDIR +=3D az-aspell >> >=C2=A0 =C2=A0 =C2=A0 SUBDIR +=3D bar >> > +=C2=A0 =C2=A0 SUBDIR +=3D bat >> >=C2=A0 =C2=A0 =C2=A0 SUBDIR +=3D bbe >> >=C2=A0 =C2=A0 =C2=A0 SUBDIR +=3D be-aspell >> >=C2=A0 =C2=A0 =C2=A0 SUBDIR +=3D bedic-data >> >=20 >> > Added: head/textproc/bat/Makefile >> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >> > --- /dev/null 00:00:00 1970=C2=A0 =C2=A0(empty, because file is newly= added) >> > +++ head/textproc/bat/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 Tue May 15 = 08:43:10 2018=C2=A0 =C2=A0 =C2=A0 =C2=A0 (r470005) >> > @@ -0,0 +1,119 @@ >> > +# $FreeBSD$ >> > + >> > +PORTNAME=3D=C2=A0 =C2=A0 bat >> > +DISTVERSIONPREFIX=3D=C2=A0 =C2=A0v >> > +DISTVERSION=3D 0.3.0 >> > +CATEGORIES=3D=C2=A0 textproc >> > + >> > +MAINTAINER=3D=C2=A0 pizzamig@FreeBSD.org >> > +COMMENT=3D=C2=A0 =C2=A0 =C2=A0Clone of cat with syntax highlighting >> > + >> > +LICENSE=3D=C2=A0 =C2=A0 =C2=A0APACHE20 >> > + >> > +USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 cargo cmake:noninja gmake >>=20=20 >> Why does this need cmake and gmake?=C2=A0 If it's for the build scripts = of >> some crates it could be helpful to encode this knowledge in cargo.mk >> instead of adding it to individual ports and letting everyone figure >> it out time and time again. >>=20=20 >> We currently do this for the openssl-sys, pkg-config, and libgit2-sys >> crates already. >>=20=20 >> I suspect this might be for the onig_sys crate here?=C2=A0 In which cas= e I >> think it'd be a good idea to let it use textproc/oniguruma instead of >> building a bundled version of it. >>=20=20 >>=20 >> > +USE_GITHUB=3D=C2=A0 yes >> > +GH_ACCOUNT=3D=C2=A0 sharkdp >> > + >> > +PLIST_FILES=3D bin/bat >> > + >> > +CARGO_CRATES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 aho-corasick-0.6.4 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ansi_term-0.10.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ansi_term-0.11.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0atty-0.2.10 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0backtrace-0.3.7 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0backtrace-sys-0.1.16= \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0base64-0.8.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0bincode-1.0.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0bitflags-1.0.3 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0byteorder-1.2.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0bytes-0.4.7 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0cc-1.0.15 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0cfg-if-0.1.3 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0chrono-0.4.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0clap-2.31.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0clicolors-control-0.= 2.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0cmake-0.1.31 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0console-0.6.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0directories-0.10.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0dtoa-0.4.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0duct-0.10.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0error-chain-0.11.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0flate2-1.0.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fnv-1.0.6 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fuchsia-zircon-0.3.3= \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fuchsia-zircon-sys-0= .3.3 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0gcc-0.3.54 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0git2-0.7.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0idna-0.1.4 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0iovec-0.1.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0itoa-0.4.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0kernel32-sys-0.2.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lazy_static-0.2.11 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lazy_static-1.0.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lazycell-0.6.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0libc-0.2.40 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0libgit2-sys-0.7.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0libz-sys-1.0.18 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0linked-hash-map-0.5.= 1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0log-0.4.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0matches-0.1.6 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0memchr-2.0.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0miniz-sys-0.1.10 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0nix-0.10.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0num-integer-0.1.36 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0num-traits-0.2.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0onig-3.2.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0onig_sys-68.0.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0os_pipe-0.6.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0owning_ref-0.3.3 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0parking_lot-0.5.5 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0parking_lot_core-0.2= .14 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0percent-encoding-1.0= .1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0pkg-config-0.3.11 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0plist-0.2.4 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0proc-macro2-0.3.8 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0quote-0.5.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0rand-0.4.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0redox_syscall-0.1.37= \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0redox_termios-0.1.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0regex-0.2.11 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0regex-syntax-0.4.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0regex-syntax-0.5.6 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0rustc-demangle-0.1.8= \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0safemem-0.2.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0same-file-1.0.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0serde-1.0.51 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0serde_derive-1.0.51 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0serde_json-1.0.17 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0shared_child-0.3.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0smallvec-0.6.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0stable_deref_trait-1= .0.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0strsim-0.7.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0syn-0.13.7 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0syntect-2.0.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0term_size-0.3.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0termion-1.5.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0termios-0.2.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0textwrap-0.9.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0thread_local-0.3.5 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0time-0.1.39 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ucd-util-0.1.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0unicode-bidi-0.3.4 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0unicode-normalizatio= n-0.1.6 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0unicode-width-0.1.4 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0unicode-xid-0.1.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0unreachable-1.0.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0url-1.7.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0utf8-ranges-1.0.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0vcpkg-0.2.3 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0void-1.0.2 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0walkdir-2.1.4 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0winapi-0.2.8 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0winapi-0.3.4 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0winapi-build-0.1.1 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0winapi-i686-pc-windo= ws-gnu-0.4.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0winapi-x86_64-pc-win= dows-gnu-0.4.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0xml-rs-0.7.0 \ >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0yaml-rust-0.4.0 >> > + >> > +.include >> >=20 >> > Added: head/textproc/bat/distinfo >> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >> > --- /dev/null 00:00:00 1970=C2=A0 =C2=A0(empty, because file is newly= added) >> > +++ head/textproc/bat/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 Tue May 15 = 08:43:10 2018=C2=A0 =C2=A0 =C2=A0 =C2=A0 (r470005) >> > @@ -0,0 +1,201 @@ >> > +TIMESTAMP =3D 1526299978 >> > +SHA256 (rust/crates/aho-corasick-0.6.4.tar.gz) =3D=20 >> > d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4 >> > +SIZE (rust/crates/aho-corasick-0.6.4.tar.gz) =3D 25443 >> > +SHA256 (rust/crates/ansi_term-0.10.2.tar.gz) =3D=20 >> > 6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455 >> > +SIZE (rust/crates/ansi_term-0.10.2.tar.gz) =3D 16642 >> > +SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) =3D=20 >> > ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b >> > +SIZE (rust/crates/ansi_term-0.11.0.tar.gz) =3D 17087 >> > +SHA256 (rust/crates/atty-0.2.10.tar.gz) =3D=20 >> > 2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1 >> > +SIZE (rust/crates/atty-0.2.10.tar.gz) =3D 5962 >> > +SHA256 (rust/crates/backtrace-0.3.7.tar.gz) =3D=20 >> > 8ea58cd16fd6c9d120b5bcb01d63883ae4cc7ba2aed35c1841b862a3c7ef6639 >> > +SIZE (rust/crates/backtrace-0.3.7.tar.gz) =3D 28432 >> > +SHA256 (rust/crates/backtrace-sys-0.1.16.tar.gz) =3D=20 >> > 44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661 >> > +SIZE (rust/crates/backtrace-sys-0.1.16.tar.gz) =3D 283418 >> > +SHA256 (rust/crates/base64-0.8.0.tar.gz) =3D=20 >> > 7c4a342b450b268e1be8036311e2c613d7f8a7ed31214dff1cc3b60852a3168d >> > +SIZE (rust/crates/base64-0.8.0.tar.gz) =3D 33091 >> > +SHA256 (rust/crates/bincode-1.0.0.tar.gz) =3D=20 >> > bda13183df33055cbb84b847becce220d392df502ebe7a4a78d7021771ed94d0 >> > +SIZE (rust/crates/bincode-1.0.0.tar.gz) =3D 13617 >> > +SHA256 (rust/crates/bitflags-1.0.3.tar.gz) =3D=20 >> > d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789 >> > +SIZE (rust/crates/bitflags-1.0.3.tar.gz) =3D 13838 >> > +SHA256 (rust/crates/byteorder-1.2.2.tar.gz) =3D=20 >> > 73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87 >> > +SIZE (rust/crates/byteorder-1.2.2.tar.gz) =3D 18909 >> > +SHA256 (rust/crates/bytes-0.4.7.tar.gz) =3D=20 >> > 2f1d50c876fb7545f5f289cd8b2aee3f359d073ae819eed5d6373638e2c61e59 >> > +SIZE (rust/crates/bytes-0.4.7.tar.gz) =3D 44743 >> > +SHA256 (rust/crates/cc-1.0.15.tar.gz) =3D=20 >> > 0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba >> > +SIZE (rust/crates/cc-1.0.15.tar.gz) =3D 41839 >> > +SHA256 (rust/crates/cfg-if-0.1.3.tar.gz) =3D=20 >> > 405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18 >> > +SIZE (rust/crates/cfg-if-0.1.3.tar.gz) =3D 7115 >> > +SHA256 (rust/crates/chrono-0.4.2.tar.gz) =3D=20 >> > 1cce36c92cb605414e9b824f866f5babe0a0368e39ea07393b9b63cf3844c0e6 >> > +SIZE (rust/crates/chrono-0.4.2.tar.gz) =3D 129309 >> > +SHA256 (rust/crates/clap-2.31.2.tar.gz) =3D=20 >> > f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536 >> > +SIZE (rust/crates/clap-2.31.2.tar.gz) =3D 194051 >> > +SHA256 (rust/crates/clicolors-control-0.2.0.tar.gz) =3D=20 >> > 1f84dec9bc083ce2503908cd305af98bd363da6f54bf8d4bf0ac14ee749ad5d1 >> > +SIZE (rust/crates/clicolors-control-0.2.0.tar.gz) =3D 3029 >> > +SHA256 (rust/crates/cmake-0.1.31.tar.gz) =3D=20 >> > 95470235c31c726d72bf2e1f421adc1e65b9d561bf5529612cbe1a72da1467b3 >> > +SIZE (rust/crates/cmake-0.1.31.tar.gz) =3D 12480 >> > +SHA256 (rust/crates/console-0.6.1.tar.gz) =3D=20 >> > 7649ca90478264b9686aac8d269fcb014f14c2bed7c79a7e51b9f6afd4d783eb >> > +SIZE (rust/crates/console-0.6.1.tar.gz) =3D 12181 >> > +SHA256 (rust/crates/directories-0.10.0.tar.gz) =3D=20 >> > fc2561db021b6f1321d0f16b67ed28ce843ef4610dfaa432e3ffa2e8a3050ebf >> > +SIZE (rust/crates/directories-0.10.0.tar.gz) =3D 16116 >> > +SHA256 (rust/crates/dtoa-0.4.2.tar.gz) =3D=20 >> > 09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab >> > +SIZE (rust/crates/dtoa-0.4.2.tar.gz) =3D 14227 >> > +SHA256 (rust/crates/duct-0.10.0.tar.gz) =3D=20 >> > 166298c17c5b4fe5997b962c2f22e887c7c5adc44308eb9103ce5b66af45a423 >> > +SIZE (rust/crates/duct-0.10.0.tar.gz) =3D 25949 >> > +SHA256 (rust/crates/error-chain-0.11.0.tar.gz) =3D=20 >> > ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3 >> > +SIZE (rust/crates/error-chain-0.11.0.tar.gz) =3D 27207 >> > +SHA256 (rust/crates/flate2-1.0.1.tar.gz) =3D=20 >> > 9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909 >> > +SIZE (rust/crates/flate2-1.0.1.tar.gz) =3D 61869 >> > +SHA256 (rust/crates/fnv-1.0.6.tar.gz) =3D=20 >> > 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 >> > +SIZE (rust/crates/fnv-1.0.6.tar.gz) =3D 11131 >> > +SHA256 (rust/crates/fuchsia-zircon-0.3.3.tar.gz) =3D=20 >> > 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 >> > +SIZE (rust/crates/fuchsia-zircon-0.3.3.tar.gz) =3D 22565 >> > +SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) =3D=20 >> > 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 >> > +SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) =3D 7191 >> > +SHA256 (rust/crates/gcc-0.3.54.tar.gz) =3D=20 >> > 5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb >> > +SIZE (rust/crates/gcc-0.3.54.tar.gz) =3D 37248 >> > +SHA256 (rust/crates/git2-0.7.1.tar.gz) =3D=20 >> > 0f41c0035c37ec11ed3f1e1946a76070b0c740393687e9a9c7612f6a709036b3 >> > +SIZE (rust/crates/git2-0.7.1.tar.gz) =3D 141487 >> > +SHA256 (rust/crates/idna-0.1.4.tar.gz) =3D=20 >> > 014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d >> > +SIZE (rust/crates/idna-0.1.4.tar.gz) =3D 289112 >> > +SHA256 (rust/crates/iovec-0.1.2.tar.gz) =3D=20 >> > dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 >> > +SIZE (rust/crates/iovec-0.1.2.tar.gz) =3D 8565 >> > +SHA256 (rust/crates/itoa-0.4.1.tar.gz) =3D=20 >> > c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682 >> > +SIZE (rust/crates/itoa-0.4.1.tar.gz) =3D 10563 >> > +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) =3D=20 >> > 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d >> > +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) =3D 24537 >> > +SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) =3D=20 >> > 76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73 >> > +SIZE (rust/crates/lazy_static-0.2.11.tar.gz) =3D 12361 >> > +SHA256 (rust/crates/lazy_static-1.0.0.tar.gz) =3D=20 >> > c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d >> > +SIZE (rust/crates/lazy_static-1.0.0.tar.gz) =3D 12611 >> > +SHA256 (rust/crates/lazycell-0.6.0.tar.gz) =3D=20 >> > a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef >> > +SIZE (rust/crates/lazycell-0.6.0.tar.gz) =3D 10099 >> > +SHA256 (rust/crates/libc-0.2.40.tar.gz) =3D=20 >> > 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b >> > +SIZE (rust/crates/libc-0.2.40.tar.gz) =3D 327272 >> > +SHA256 (rust/crates/libgit2-sys-0.7.1.tar.gz) =3D=20 >> > 1ecbd6428006c321c29b6c8a895f0d90152f1cf4fd8faab69fc436a3d9594f63 >> > +SIZE (rust/crates/libgit2-sys-0.7.1.tar.gz) =3D 4717492 >> > +SHA256 (rust/crates/libz-sys-1.0.18.tar.gz) =3D=20 >> > 87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16 >> > +SIZE (rust/crates/libz-sys-1.0.18.tar.gz) =3D 632715 >> > +SHA256 (rust/crates/linked-hash-map-0.5.1.tar.gz) =3D=20 >> > 70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e >> > +SIZE (rust/crates/linked-hash-map-0.5.1.tar.gz) =3D 16559 >> > +SHA256 (rust/crates/log-0.4.1.tar.gz) =3D=20 >> > 89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2 >> > +SIZE (rust/crates/log-0.4.1.tar.gz) =3D 20731 >> > +SHA256 (rust/crates/matches-0.1.6.tar.gz) =3D=20 >> > 100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376 >> > +SIZE (rust/crates/matches-0.1.6.tar.gz) =3D 1916 >> > +SHA256 (rust/crates/memchr-2.0.1.tar.gz) =3D=20 >> > 796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d >> > +SIZE (rust/crates/memchr-2.0.1.tar.gz) =3D 9858 >> > +SHA256 (rust/crates/miniz-sys-0.1.10.tar.gz) =3D=20 >> > 609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4 >> > +SIZE (rust/crates/miniz-sys-0.1.10.tar.gz) =3D 53357 >> > +SHA256 (rust/crates/nix-0.10.0.tar.gz) =3D=20 >> > b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f >> > +SIZE (rust/crates/nix-0.10.0.tar.gz) =3D 124570 >> > +SHA256 (rust/crates/num-integer-0.1.36.tar.gz) =3D=20 >> > f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe >> > +SIZE (rust/crates/num-integer-0.1.36.tar.gz) =3D 12168 >> > +SHA256 (rust/crates/num-traits-0.2.2.tar.gz) =3D=20 >> > dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364 >> > +SIZE (rust/crates/num-traits-0.2.2.tar.gz) =3D 34777 >> > +SHA256 (rust/crates/onig-3.2.2.tar.gz) =3D=20 >> > f5eeb268a4620c74ea5768c6d2ccd492d60a47a8754666b91a46bfc35cd4d1ba >> > +SIZE (rust/crates/onig-3.2.2.tar.gz) =3D 36111 >> > +SHA256 (rust/crates/onig_sys-68.0.1.tar.gz) =3D=20 >> > 5c6be7c4f985508684e54f18dd37f71e66f3e1ad9318336a520d7e42f0d3ea8e >> > +SIZE (rust/crates/onig_sys-68.0.1.tar.gz) =3D 647250 >> > +SHA256 (rust/crates/os_pipe-0.6.1.tar.gz) =3D=20 >> > 934868c3f86ed7a39ef63d88edeac5bd49a0c843192651900e9ce1178cbbf157 >> > +SIZE (rust/crates/os_pipe-0.6.1.tar.gz) =3D 8451 >> > +SHA256 (rust/crates/owning_ref-0.3.3.tar.gz) =3D=20 >> > cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37 >> > +SIZE (rust/crates/owning_ref-0.3.3.tar.gz) =3D 11710 >> > +SHA256 (rust/crates/parking_lot-0.5.5.tar.gz) =3D=20 >> > d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac >> > +SIZE (rust/crates/parking_lot-0.5.5.tar.gz) =3D 36889 >> > +SHA256 (rust/crates/parking_lot_core-0.2.14.tar.gz) =3D=20 >> > 4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa >> > +SIZE (rust/crates/parking_lot_core-0.2.14.tar.gz) =3D 22140 >> > +SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) =3D=20 >> > 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 >> > +SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) =3D 10057 >> > +SHA256 (rust/crates/pkg-config-0.3.11.tar.gz) =3D=20 >> > 110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f >> > +SIZE (rust/crates/pkg-config-0.3.11.tar.gz) =3D 13227 >> > +SHA256 (rust/crates/plist-0.2.4.tar.gz) =3D=20 >> > c61ac2afed2856590ae79d6f358a24b85ece246d2aa134741a66d589519b7503 >> > +SIZE (rust/crates/plist-0.2.4.tar.gz) =3D 20553 >> > +SHA256 (rust/crates/proc-macro2-0.3.8.tar.gz) =3D=20 >> > 1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7 >> > +SIZE (rust/crates/proc-macro2-0.3.8.tar.gz) =3D 24412 >> > +SHA256 (rust/crates/quote-0.5.2.tar.gz) =3D=20 >> > 9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8 >> > +SIZE (rust/crates/quote-0.5.2.tar.gz) =3D 14982 >> > +SHA256 (rust/crates/rand-0.4.2.tar.gz) =3D=20 >> > eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5 >> > +SIZE (rust/crates/rand-0.4.2.tar.gz) =3D 76170 >> > +SHA256 (rust/crates/redox_syscall-0.1.37.tar.gz) =3D=20 >> > 0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd >> > +SIZE (rust/crates/redox_syscall-0.1.37.tar.gz) =3D 13980 >> > +SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) =3D=20 >> > 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76 >> > +SIZE (rust/crates/redox_termios-0.1.1.tar.gz) =3D 3227 >> > +SHA256 (rust/crates/regex-0.2.11.tar.gz) =3D=20 >> > 9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384 >> > +SIZE (rust/crates/regex-0.2.11.tar.gz) =3D 209507 >> > +SHA256 (rust/crates/regex-syntax-0.4.2.tar.gz) =3D=20 >> > 8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e >> > +SIZE (rust/crates/regex-syntax-0.4.2.tar.gz) =3D 126234 >> > +SHA256 (rust/crates/regex-syntax-0.5.6.tar.gz) =3D=20 >> > 7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7 >> > +SIZE (rust/crates/regex-syntax-0.5.6.tar.gz) =3D 233912 >> > +SHA256 (rust/crates/rustc-demangle-0.1.8.tar.gz) =3D=20 >> > 76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649 >> > +SIZE (rust/crates/rustc-demangle-0.1.8.tar.gz) =3D 10737 >> > +SHA256 (rust/crates/safemem-0.2.0.tar.gz) =3D=20 >> > e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f >> > +SIZE (rust/crates/safemem-0.2.0.tar.gz) =3D 6450 >> > +SHA256 (rust/crates/same-file-1.0.2.tar.gz) =3D=20 >> > cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637 >> > +SIZE (rust/crates/same-file-1.0.2.tar.gz) =3D 8870 >> > +SHA256 (rust/crates/serde-1.0.51.tar.gz) =3D=20 >> > 21924cc18e5281f232a17c040355fac97732b42cf019c24996a1642bcb169cdb >> > +SIZE (rust/crates/serde-1.0.51.tar.gz) =3D 67881 >> > +SHA256 (rust/crates/serde_derive-1.0.51.tar.gz) =3D=20 >> > 9c624a90bec6fe9bc60d275d7af71c72c26b24cd6c6776d8e344dc4044caa3e2 >> > +SIZE (rust/crates/serde_derive-1.0.51.tar.gz) =3D 44846 >> > +SHA256 (rust/crates/serde_json-1.0.17.tar.gz) =3D=20 >> > f3ad6d546e765177cf3dded3c2e424a8040f870083a0e64064746b958ece9cb1 >> > +SIZE (rust/crates/serde_json-1.0.17.tar.gz) =3D 64689 >> > +SHA256 (rust/crates/shared_child-0.3.2.tar.gz) =3D=20 >> > bcd5e483b3475af9bc2a35311c2f3bbf0bd98fde91410ab15a0d4ba3c3127b4e >> > +SIZE (rust/crates/shared_child-0.3.2.tar.gz) =3D 6845 >> > +SHA256 (rust/crates/smallvec-0.6.1.tar.gz) =3D=20 >> > 03dab98ab5ded3a8b43b2c80751194608d0b2aa0f1d46cf95d1c35e192844aa7 >> > +SIZE (rust/crates/smallvec-0.6.1.tar.gz) =3D 17927 >> > +SHA256 (rust/crates/stable_deref_trait-1.0.0.tar.gz) =3D=20 >> > 15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b >> > +SIZE (rust/crates/stable_deref_trait-1.0.0.tar.gz) =3D 7321 >> > +SHA256 (rust/crates/strsim-0.7.0.tar.gz) =3D=20 >> > bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550 >> > +SIZE (rust/crates/strsim-0.7.0.tar.gz) =3D 8435 >> > +SHA256 (rust/crates/syn-0.13.7.tar.gz) =3D=20 >> > 61b8f1b737f929c6516ba46a3133fd6d5215ad8a62f66760f851f7048aebedfb >> > +SIZE (rust/crates/syn-0.13.7.tar.gz) =3D 134199 >> > +SHA256 (rust/crates/syntect-2.0.1.tar.gz) =3D=20 >> > eceb461f684c9e8e00f7a50055698af62c76d5b86e4ad50b4311acd5f655d606 >> > +SIZE (rust/crates/syntect-2.0.1.tar.gz) =3D 663960 >> > +SHA256 (rust/crates/term_size-0.3.1.tar.gz) =3D=20 >> > 9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327 >> > +SIZE (rust/crates/term_size-0.3.1.tar.gz) =3D 10754 >> > +SHA256 (rust/crates/termion-1.5.1.tar.gz) =3D=20 >> > 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 >> > +SIZE (rust/crates/termion-1.5.1.tar.gz) =3D 20659 >> > +SHA256 (rust/crates/termios-0.2.2.tar.gz) =3D=20 >> > d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a >> > +SIZE (rust/crates/termios-0.2.2.tar.gz) =3D 8966 >> > +SHA256 (rust/crates/textwrap-0.9.0.tar.gz) =3D=20 >> > c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693 >> > +SIZE (rust/crates/textwrap-0.9.0.tar.gz) =3D 15795 >> > +SHA256 (rust/crates/thread_local-0.3.5.tar.gz) =3D=20 >> > 279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963 >> > +SIZE (rust/crates/thread_local-0.3.5.tar.gz) =3D 11794 >> > +SHA256 (rust/crates/time-0.1.39.tar.gz) =3D=20 >> > a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098 >> > +SIZE (rust/crates/time-0.1.39.tar.gz) =3D 29295 >> > +SHA256 (rust/crates/ucd-util-0.1.1.tar.gz) =3D=20 >> > fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d >> > +SIZE (rust/crates/ucd-util-0.1.1.tar.gz) =3D 24221 >> > +SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) =3D=20 >> > 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 >> > +SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) =3D 32228 >> > +SHA256 (rust/crates/unicode-normalization-0.1.6.tar.gz) =3D=20 >> > 90d662d111b0dbb08a180f2761026cba648c258023c355954a7c00e00e354636 >> > +SIZE (rust/crates/unicode-normalization-0.1.6.tar.gz) =3D 329865 >> > +SHA256 (rust/crates/unicode-width-0.1.4.tar.gz) =3D=20 >> > bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f >> > +SIZE (rust/crates/unicode-width-0.1.4.tar.gz) =3D 15283 >> > +SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) =3D=20 >> > fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc >> > +SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) =3D 16000 >> > +SHA256 (rust/crates/unreachable-1.0.0.tar.gz) =3D=20 >> > 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 >> > +SIZE (rust/crates/unreachable-1.0.0.tar.gz) =3D 6355 >> > +SHA256 (rust/crates/url-1.7.0.tar.gz) =3D=20 >> > f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7 >> > +SIZE (rust/crates/url-1.7.0.tar.gz) =3D 67909 >> > +SHA256 (rust/crates/utf8-ranges-1.0.0.tar.gz) =3D=20 >> > 662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122 >> > +SIZE (rust/crates/utf8-ranges-1.0.0.tar.gz) =3D 8599 >> > +SHA256 (rust/crates/vcpkg-0.2.3.tar.gz) =3D=20 >> > 7ed0f6789c8a85ca41bbc1c9d175422116a9869bd1cf31bb08e1493ecce60380 >> > +SIZE (rust/crates/vcpkg-0.2.3.tar.gz) =3D 6015 >> > +SHA256 (rust/crates/void-1.0.2.tar.gz) =3D=20 >> > 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d >> > +SIZE (rust/crates/void-1.0.2.tar.gz) =3D 2356 >> > +SHA256 (rust/crates/walkdir-2.1.4.tar.gz) =3D=20 >> > 63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369 >> > +SIZE (rust/crates/walkdir-2.1.4.tar.gz) =3D 22695 >> > +SHA256 (rust/crates/winapi-0.2.8.tar.gz) =3D=20 >> > 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a >> > +SIZE (rust/crates/winapi-0.2.8.tar.gz) =3D 455145 >> > +SHA256 (rust/crates/winapi-0.3.4.tar.gz) =3D=20 >> > 04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3 >> > +SIZE (rust/crates/winapi-0.3.4.tar.gz) =3D 905247 >> > +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) =3D=20 >> > 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc >> > +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) =3D 669 >> > +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) =3D=20 >> > ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 >> > +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) =3D 29188= 15 >> > +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) =3D=20 >> > 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f >> > +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) =3D 294= 7998 >> > +SHA256 (rust/crates/xml-rs-0.7.0.tar.gz) =3D=20 >> > 3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2 >> > +SIZE (rust/crates/xml-rs-0.7.0.tar.gz) =3D 50980 >> > +SHA256 (rust/crates/yaml-rust-0.4.0.tar.gz) =3D=20 >> > 57ab38ee1a4a266ed033496cf9af1828d8d6e6c1cfa5f643a2809effcae4d628 >> > +SIZE (rust/crates/yaml-rust-0.4.0.tar.gz) =3D 44668 >> > +SHA256 (sharkdp-bat-v0.3.0_GH0.tar.gz) =3D=20 >> > ffb3f2b20fb831e503c3db224a563dc30e766c627a08c069cf60e5182845207c >> > +SIZE (sharkdp-bat-v0.3.0_GH0.tar.gz) =3D 337970 >> >=20 >> > Added: head/textproc/bat/files/patch-cargo- >> > crates_console-0.6.1_src_unix__term.rs >> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >> > --- /dev/null 00:00:00 1970=C2=A0 =C2=A0(empty, because file is newly= added) >> > +++ head/textproc/bat/files/patch-cargo- >>=20=20 >> > crates_console-0.6.1_src_unix__term.rs=C2=A0 =C2=A0 =C2=A0 =C2=A0 Tue = May 15 08:43:10 2018=C2=A0 =C2=A0 =C2=A0 =C2=A0 (r470005) >> > @@ -0,0 +1,11 @@ >> > +--- cargo-crates/console-0.6.1/src/unix_term.rs.orig 2017-05-11 05:3= 2:00=20 >> > UTC >> > ++++ cargo-crates/console-0.6.1/src/unix_term.rs >> > +@@ -28,7 +28,7 @@ pub fn terminal_size() -> Option<(u16, u16)> { >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0} >> > +=20 >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0let mut winsize: libc::winsize =3D= mem::zeroed(); >> > +-=C2=A0 =C2=A0 =C2=A0 =C2=A0 libc::ioctl(libc::STDOUT_FILENO, libc::= TIOCGWINSZ, &mut=20 >> > winsize); >> > ++=C2=A0 =C2=A0 =C2=A0 =C2=A0 libc::ioctl(libc::STDOUT_FILENO, libc::= TIOCGWINSZ.into(), &mut=20 >> > winsize); >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0if winsize.ws_row > 0 && winsize.w= s_col > 0 { >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Some((winsize.ws_row= as u16, winsize.ws_col as u16)) >> > +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0} else { >> >=20 >> > Added: head/textproc/bat/pkg-descr >> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >> > --- /dev/null 00:00:00 1970=C2=A0 =C2=A0(empty, because file is newly= added) >> > +++ head/textproc/bat/pkg-descr=C2=A0 =C2=A0 =C2=A0 =C2=A0Tue May 15 = 08:43:10 2018=C2=A0 =C2=A0 =C2=A0 =C2=A0 (r470005) >> > @@ -0,0 +1,3 @@ >> > +A cat(1) clone with syntax highlighting and Git integration. >> > + >> > +WWW: https://github.com/sharkdp/bat >> >=20 From owner-svn-ports-head@freebsd.org Thu May 17 14:49:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B74A1EAA6B3; Thu, 17 May 2018 14:49:06 +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 45CE883068; Thu, 17 May 2018 14:49:06 +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 DD3D82925; Thu, 17 May 2018 14:49:05 +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 w4HEn5j9073268; Thu, 17 May 2018 14:49:05 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HEn5O6073267; Thu, 17 May 2018 14:49:05 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805171449.w4HEn5O6073267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 17 May 2018 14:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470222 - head/mail/phpmailer X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/mail/phpmailer X-SVN-Commit-Revision: 470222 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 14:49:06 -0000 Author: joneum Date: Thu May 17 14:49:05 2018 New Revision: 470222 URL: https://svnweb.freebsd.org/changeset/ports/470222 Log: Take maintainership Modified: head/mail/phpmailer/Makefile Modified: head/mail/phpmailer/Makefile ============================================================================== --- head/mail/phpmailer/Makefile Thu May 17 14:47:04 2018 (r470221) +++ head/mail/phpmailer/Makefile Thu May 17 14:49:05 2018 (r470222) @@ -6,7 +6,7 @@ PORTVERSION= 5.2.24 DISTVERSIONPREFIX= v CATEGORIES= mail -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= Full Featured Email Transfer Class for PHP LICENSE= LGPL21 From owner-svn-ports-head@freebsd.org Thu May 17 15:15:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD6F3EAC1B1; Thu, 17 May 2018 15:15:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70DFE84768; Thu, 17 May 2018 15:15:56 +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 4E1442E00; Thu, 17 May 2018 15:15:56 +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 w4HFFuhV088739; Thu, 17 May 2018 15:15:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HFFthU088737; Thu, 17 May 2018 15:15:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805171515.w4HFFthU088737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 17 May 2018 15:15:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470224 - head/security/tor-devel X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/tor-devel X-SVN-Commit-Revision: 470224 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 15:15:56 -0000 Author: yuri Date: Thu May 17 15:15:55 2018 New Revision: 470224 URL: https://svnweb.freebsd.org/changeset/ports/470224 Log: security/tor-devel: Update 0.3.3.5-rc -> 0.3.4.1-alpha Changelog: https://gitweb.torproject.org/tor.git/tree/ChangeLog Reported by: Nick Mathewson (upstream notification) Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Thu May 17 14:50:51 2018 (r470223) +++ head/security/tor-devel/Makefile Thu May 17 15:15:55 2018 (r470224) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.3.3.5 -DISTVERSIONSUFFIX= -rc +DISTVERSION= 0.3.4.1 +DISTVERSIONSUFFIX= -alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Thu May 17 14:50:51 2018 (r470223) +++ head/security/tor-devel/distinfo Thu May 17 15:15:55 2018 (r470224) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523821359 -SHA256 (tor-0.3.3.5-rc.tar.gz) = 236247c1f58e3e4ddc29c06d2d6693ab20bb5bdf899ed9efffa955353d092629 -SIZE (tor-0.3.3.5-rc.tar.gz) = 6511634 +TIMESTAMP = 1526569688 +SHA256 (tor-0.3.4.1-alpha.tar.gz) = 741154bf8126e51d3e5a5a8ec51563c83e4a5060522b72cf567f34d9fb86337b +SIZE (tor-0.3.4.1-alpha.tar.gz) = 6603160 From owner-svn-ports-head@freebsd.org Thu May 17 15:31:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF8D4EAD11A; Thu, 17 May 2018 15:31:40 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-oi0-f68.google.com (mail-oi0-f68.google.com [209.85.218.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A60285788; Thu, 17 May 2018 15:31:39 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mail-oi0-f68.google.com with SMTP id l1-v6so4374823oii.1; Thu, 17 May 2018 08:31:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ZQLLFCvuLTJ65/oWVMgvZb3YXdN3NVsyD8fU7M2Mh48=; b=Bbuv2RG5Pvpj/qRgzKbGAQyYl6gqgtlRTy/x9HxbsuzOLWupg0d/TsoK1r8uwmQWJV 5/MWifkzuQij5ze5vFv78S/aYp0nyz88o34YB0yn/SzcbAzRC/TK81MGuc6LIlhND45o FueXw1rJlSkC4GYDE2W/Jg/GEmjCpJUVu6OyEiQAsm/d6eP+X5V/jtBJbCni3hD4Xl2q fEAHbBz11uTDNXhwXZ2q4ly7s/BBh6Lcl49yjIuakpmGJzxCe3G1edFQSOQw0Grt5d68 jdyVlH/659uKxrs6VT2yeParditkg5/WWOOPvcdw7xvIYRG7kA7avjga+CGBBLla0xmf P1pQ== X-Gm-Message-State: ALKqPwdh/xNQxDB1uRrTm4BWldaQEKsb3Q9gDDqSzPyiyLZQoCJs8g8G 6TN6Byg6YOPARrvaj7VjKC7DuthW X-Google-Smtp-Source: AB8JxZq6PQQ0QQIEYaYqk3ferFZ9Cb4SNaFPLe6xBXFp4CnbOwo9xLVIHeV59G5iHd3pT9TnWCDWjQ== X-Received: by 2002:aca:2813:: with SMTP id 19-v6mr3653499oix.281.1526570627850; Thu, 17 May 2018 08:23:47 -0700 (PDT) Received: from mail-ot0-f172.google.com (mail-ot0-f172.google.com. [74.125.82.172]) by smtp.gmail.com with ESMTPSA id o9-v6sm4048208otd.18.2018.05.17.08.23.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 May 2018 08:23:47 -0700 (PDT) Received: by mail-ot0-f172.google.com with SMTP id i5-v6so5505824otf.1; Thu, 17 May 2018 08:23:47 -0700 (PDT) X-Received: by 2002:a9d:1198:: with SMTP id v24-v6mr3745531otf.254.1526570626883; Thu, 17 May 2018 08:23:46 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:22ca:0:0:0:0:0 with HTTP; Thu, 17 May 2018 08:23:26 -0700 (PDT) In-Reply-To: <1526568530.1051259.1375633336.09AEF132@webmail.messagingengine.com> References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> <1526568530.1051259.1375633336.09AEF132@webmail.messagingengine.com> From: Luca Pizzamiglio Date: Thu, 17 May 2018 17:23:26 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files To: Tobias Kortkamp Cc: rust@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 15:31:41 -0000 I was working on it, but you are faster! On Thu, May 17, 2018 at 4:48 PM, Tobias Kortkamp wrote: > On Wed, May 16, 2018, at 17:07, Luca Pizzamiglio wrote: > > Hi Tobias, > > thanks for the feedback. > > Those are my findings: > > * gmake is needed by backtrace-sys. I'm preparing a patch to include its > dependency in cargo.mk > > * cmake is indeed needed by onig-sys. the onig crate is well documented > and I guess it should be doable to use textproc/oniguruma, as you suggest > > Best regards, > > pizzamig > > Ok, thank you. I put something up on Phabricator to do all of this and > more. > > https://reviews.freebsd.org/D15463 > > > > > On Tue, May 15, 2018 at 12:02 PM, Tobias Kortkamp > wrote: > >> On Tue, May 15, 2018, at 10:43, Luca Pizzamiglio wrote: > >> > Author: pizzamig > >> > Date: Tue May 15 08:43:10 2018 > >> > New Revision: 470005 > >> > URL: https://svnweb.freebsd.org/changeset/ports/470005 > >> > > >> > Log: > >> > textproc/bat: a cat(1) clone with syntax highlighting > >> > > >> > Add bat, a cat(1) clone with syntax highlighting, Git integration > >> > and automatic paging > >> > Written in Rust. > >> > > >> > Added: > >> > head/textproc/bat/ > >> > head/textproc/bat/Makefile (contents, props changed) > >> > head/textproc/bat/distinfo (contents, props changed) > >> > head/textproc/bat/files/ > >> > head/textproc/bat/files/patch-cargo- > >> > crates_console-0.6.1_src_unix__term.rs (contents, props changed) > >> > head/textproc/bat/pkg-descr (contents, props changed) > >> > Modified: > >> > head/textproc/Makefile > >> > > >> > Modified: head/textproc/Makefile > >> > ============================================================ > ================== > >> > --- head/textproc/Makefile Tue May 15 08:42:03 2018 > (r470004) > >> > +++ head/textproc/Makefile Tue May 15 08:43:10 2018 > (r470005) > >> > @@ -51,6 +51,7 @@ > >> > SUBDIR += augeas > >> > SUBDIR += az-aspell > >> > SUBDIR += bar > >> > + SUBDIR += bat > >> > SUBDIR += bbe > >> > SUBDIR += be-aspell > >> > SUBDIR += bedic-data > >> > > >> > Added: head/textproc/bat/Makefile > >> > ============================================================ > ================== > >> > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > >> > +++ head/textproc/bat/Makefile Tue May 15 08:43:10 2018 > (r470005) > >> > @@ -0,0 +1,119 @@ > >> > +# $FreeBSD$ > >> > + > >> > +PORTNAME= bat > >> > +DISTVERSIONPREFIX= v > >> > +DISTVERSION= 0.3.0 > >> > +CATEGORIES= textproc > >> > + > >> > +MAINTAINER= pizzamig@FreeBSD.org > >> > +COMMENT= Clone of cat with syntax highlighting > >> > + > >> > +LICENSE= APACHE20 > >> > + > >> > +USES= cargo cmake:noninja gmake > >> > >> Why does this need cmake and gmake? If it's for the build scripts of > >> some crates it could be helpful to encode this knowledge in cargo.mk > >> instead of adding it to individual ports and letting everyone figure > >> it out time and time again. > >> > >> We currently do this for the openssl-sys, pkg-config, and libgit2-sys > >> crates already. > >> > >> I suspect this might be for the onig_sys crate here? In which case I > >> think it'd be a good idea to let it use textproc/oniguruma instead of > >> building a bundled version of it. > >> > >> > >> > +USE_GITHUB= yes > >> > +GH_ACCOUNT= sharkdp > >> > + > >> > +PLIST_FILES= bin/bat > >> > + > >> > +CARGO_CRATES= aho-corasick-0.6.4 \ > >> > + ansi_term-0.10.2 \ > >> > + ansi_term-0.11.0 \ > >> > + atty-0.2.10 \ > >> > + backtrace-0.3.7 \ > >> > + backtrace-sys-0.1.16 \ > >> > + base64-0.8.0 \ > >> > + bincode-1.0.0 \ > >> > + bitflags-1.0.3 \ > >> > + byteorder-1.2.2 \ > >> > + bytes-0.4.7 \ > >> > + cc-1.0.15 \ > >> > + cfg-if-0.1.3 \ > >> > + chrono-0.4.2 \ > >> > + clap-2.31.2 \ > >> > + clicolors-control-0.2.0 \ > >> > + cmake-0.1.31 \ > >> > + console-0.6.1 \ > >> > + directories-0.10.0 \ > >> > + dtoa-0.4.2 \ > >> > + duct-0.10.0 \ > >> > + error-chain-0.11.0 \ > >> > + flate2-1.0.1 \ > >> > + fnv-1.0.6 \ > >> > + fuchsia-zircon-0.3.3 \ > >> > + fuchsia-zircon-sys-0.3.3 \ > >> > + gcc-0.3.54 \ > >> > + git2-0.7.1 \ > >> > + idna-0.1.4 \ > >> > + iovec-0.1.2 \ > >> > + itoa-0.4.1 \ > >> > + kernel32-sys-0.2.2 \ > >> > + lazy_static-0.2.11 \ > >> > + lazy_static-1.0.0 \ > >> > + lazycell-0.6.0 \ > >> > + libc-0.2.40 \ > >> > + libgit2-sys-0.7.1 \ > >> > + libz-sys-1.0.18 \ > >> > + linked-hash-map-0.5.1 \ > >> > + log-0.4.1 \ > >> > + matches-0.1.6 \ > >> > + memchr-2.0.1 \ > >> > + miniz-sys-0.1.10 \ > >> > + nix-0.10.0 \ > >> > + num-integer-0.1.36 \ > >> > + num-traits-0.2.2 \ > >> > + onig-3.2.2 \ > >> > + onig_sys-68.0.1 \ > >> > + os_pipe-0.6.1 \ > >> > + owning_ref-0.3.3 \ > >> > + parking_lot-0.5.5 \ > >> > + parking_lot_core-0.2.14 \ > >> > + percent-encoding-1.0.1 \ > >> > + pkg-config-0.3.11 \ > >> > + plist-0.2.4 \ > >> > + proc-macro2-0.3.8 \ > >> > + quote-0.5.2 \ > >> > + rand-0.4.2 \ > >> > + redox_syscall-0.1.37 \ > >> > + redox_termios-0.1.1 \ > >> > + regex-0.2.11 \ > >> > + regex-syntax-0.4.2 \ > >> > + regex-syntax-0.5.6 \ > >> > + rustc-demangle-0.1.8 \ > >> > + safemem-0.2.0 \ > >> > + same-file-1.0.2 \ > >> > + serde-1.0.51 \ > >> > + serde_derive-1.0.51 \ > >> > + serde_json-1.0.17 \ > >> > + shared_child-0.3.2 \ > >> > + smallvec-0.6.1 \ > >> > + stable_deref_trait-1.0.0 \ > >> > + strsim-0.7.0 \ > >> > + syn-0.13.7 \ > >> > + syntect-2.0.1 \ > >> > + term_size-0.3.1 \ > >> > + termion-1.5.1 \ > >> > + termios-0.2.2 \ > >> > + textwrap-0.9.0 \ > >> > + thread_local-0.3.5 \ > >> > + time-0.1.39 \ > >> > + ucd-util-0.1.1 \ > >> > + unicode-bidi-0.3.4 \ > >> > + unicode-normalization-0.1.6 \ > >> > + unicode-width-0.1.4 \ > >> > + unicode-xid-0.1.0 \ > >> > + unreachable-1.0.0 \ > >> > + url-1.7.0 \ > >> > + utf8-ranges-1.0.0 \ > >> > + vcpkg-0.2.3 \ > >> > + void-1.0.2 \ > >> > + walkdir-2.1.4 \ > >> > + winapi-0.2.8 \ > >> > + winapi-0.3.4 \ > >> > + winapi-build-0.1.1 \ > >> > + winapi-i686-pc-windows-gnu-0.4.0 \ > >> > + winapi-x86_64-pc-windows-gnu-0.4.0 \ > >> > + xml-rs-0.7.0 \ > >> > + yaml-rust-0.4.0 > >> > + > >> > +.include > >> > > >> > Added: head/textproc/bat/distinfo > >> > ============================================================ > ================== > >> > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > >> > +++ head/textproc/bat/distinfo Tue May 15 08:43:10 2018 > (r470005) > >> > @@ -0,0 +1,201 @@ > >> > +TIMESTAMP = 1526299978 > >> > +SHA256 (rust/crates/aho-corasick-0.6.4.tar.gz) = > >> > d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4 > >> > +SIZE (rust/crates/aho-corasick-0.6.4.tar.gz) = 25443 > >> > +SHA256 (rust/crates/ansi_term-0.10.2.tar.gz) = > >> > 6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455 > >> > +SIZE (rust/crates/ansi_term-0.10.2.tar.gz) = 16642 > >> > +SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = > >> > ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b > >> > +SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 > >> > +SHA256 (rust/crates/atty-0.2.10.tar.gz) = > >> > 2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1 > >> > +SIZE (rust/crates/atty-0.2.10.tar.gz) = 5962 > >> > +SHA256 (rust/crates/backtrace-0.3.7.tar.gz) = > >> > 8ea58cd16fd6c9d120b5bcb01d63883ae4cc7ba2aed35c1841b862a3c7ef6639 > >> > +SIZE (rust/crates/backtrace-0.3.7.tar.gz) = 28432 > >> > +SHA256 (rust/crates/backtrace-sys-0.1.16.tar.gz) = > >> > 44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661 > >> > +SIZE (rust/crates/backtrace-sys-0.1.16.tar.gz) = 283418 > >> > +SHA256 (rust/crates/base64-0.8.0.tar.gz) = > >> > 7c4a342b450b268e1be8036311e2c613d7f8a7ed31214dff1cc3b60852a3168d > >> > +SIZE (rust/crates/base64-0.8.0.tar.gz) = 33091 > >> > +SHA256 (rust/crates/bincode-1.0.0.tar.gz) = > >> > bda13183df33055cbb84b847becce220d392df502ebe7a4a78d7021771ed94d0 > >> > +SIZE (rust/crates/bincode-1.0.0.tar.gz) = 13617 > >> > +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.2.tar.gz) = > >> > 73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87 > >> > +SIZE (rust/crates/byteorder-1.2.2.tar.gz) = 18909 > >> > +SHA256 (rust/crates/bytes-0.4.7.tar.gz) = > >> > 2f1d50c876fb7545f5f289cd8b2aee3f359d073ae819eed5d6373638e2c61e59 > >> > +SIZE (rust/crates/bytes-0.4.7.tar.gz) = 44743 > >> > +SHA256 (rust/crates/cc-1.0.15.tar.gz) = > >> > 0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba > >> > +SIZE (rust/crates/cc-1.0.15.tar.gz) = 41839 > >> > +SHA256 (rust/crates/cfg-if-0.1.3.tar.gz) = > >> > 405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18 > >> > +SIZE (rust/crates/cfg-if-0.1.3.tar.gz) = 7115 > >> > +SHA256 (rust/crates/chrono-0.4.2.tar.gz) = > >> > 1cce36c92cb605414e9b824f866f5babe0a0368e39ea07393b9b63cf3844c0e6 > >> > +SIZE (rust/crates/chrono-0.4.2.tar.gz) = 129309 > >> > +SHA256 (rust/crates/clap-2.31.2.tar.gz) = > >> > f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536 > >> > +SIZE (rust/crates/clap-2.31.2.tar.gz) = 194051 > >> > +SHA256 (rust/crates/clicolors-control-0.2.0.tar.gz) = > >> > 1f84dec9bc083ce2503908cd305af98bd363da6f54bf8d4bf0ac14ee749ad5d1 > >> > +SIZE (rust/crates/clicolors-control-0.2.0.tar.gz) = 3029 > >> > +SHA256 (rust/crates/cmake-0.1.31.tar.gz) = > >> > 95470235c31c726d72bf2e1f421adc1e65b9d561bf5529612cbe1a72da1467b3 > >> > +SIZE (rust/crates/cmake-0.1.31.tar.gz) = 12480 > >> > +SHA256 (rust/crates/console-0.6.1.tar.gz) = > >> > 7649ca90478264b9686aac8d269fcb014f14c2bed7c79a7e51b9f6afd4d783eb > >> > +SIZE (rust/crates/console-0.6.1.tar.gz) = 12181 > >> > +SHA256 (rust/crates/directories-0.10.0.tar.gz) = > >> > fc2561db021b6f1321d0f16b67ed28ce843ef4610dfaa432e3ffa2e8a3050ebf > >> > +SIZE (rust/crates/directories-0.10.0.tar.gz) = 16116 > >> > +SHA256 (rust/crates/dtoa-0.4.2.tar.gz) = > >> > 09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab > >> > +SIZE (rust/crates/dtoa-0.4.2.tar.gz) = 14227 > >> > +SHA256 (rust/crates/duct-0.10.0.tar.gz) = > >> > 166298c17c5b4fe5997b962c2f22e887c7c5adc44308eb9103ce5b66af45a423 > >> > +SIZE (rust/crates/duct-0.10.0.tar.gz) = 25949 > >> > +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/flate2-1.0.1.tar.gz) = > >> > 9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909 > >> > +SIZE (rust/crates/flate2-1.0.1.tar.gz) = 61869 > >> > +SHA256 (rust/crates/fnv-1.0.6.tar.gz) = > >> > 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 > >> > +SIZE (rust/crates/fnv-1.0.6.tar.gz) = 11131 > >> > +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/gcc-0.3.54.tar.gz) = > >> > 5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb > >> > +SIZE (rust/crates/gcc-0.3.54.tar.gz) = 37248 > >> > +SHA256 (rust/crates/git2-0.7.1.tar.gz) = > >> > 0f41c0035c37ec11ed3f1e1946a76070b0c740393687e9a9c7612f6a709036b3 > >> > +SIZE (rust/crates/git2-0.7.1.tar.gz) = 141487 > >> > +SHA256 (rust/crates/idna-0.1.4.tar.gz) = > >> > 014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d > >> > +SIZE (rust/crates/idna-0.1.4.tar.gz) = 289112 > >> > +SHA256 (rust/crates/iovec-0.1.2.tar.gz) = > >> > dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08 > >> > +SIZE (rust/crates/iovec-0.1.2.tar.gz) = 8565 > >> > +SHA256 (rust/crates/itoa-0.4.1.tar.gz) = > >> > c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682 > >> > +SIZE (rust/crates/itoa-0.4.1.tar.gz) = 10563 > >> > +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = > >> > 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d > >> > +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 > >> > +SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) = > >> > 76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73 > >> > +SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361 > >> > +SHA256 (rust/crates/lazy_static-1.0.0.tar.gz) = > >> > c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d > >> > +SIZE (rust/crates/lazy_static-1.0.0.tar.gz) = 12611 > >> > +SHA256 (rust/crates/lazycell-0.6.0.tar.gz) = > >> > a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef > >> > +SIZE (rust/crates/lazycell-0.6.0.tar.gz) = 10099 > >> > +SHA256 (rust/crates/libc-0.2.40.tar.gz) = > >> > 6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b > >> > +SIZE (rust/crates/libc-0.2.40.tar.gz) = 327272 > >> > +SHA256 (rust/crates/libgit2-sys-0.7.1.tar.gz) = > >> > 1ecbd6428006c321c29b6c8a895f0d90152f1cf4fd8faab69fc436a3d9594f63 > >> > +SIZE (rust/crates/libgit2-sys-0.7.1.tar.gz) = 4717492 > >> > +SHA256 (rust/crates/libz-sys-1.0.18.tar.gz) = > >> > 87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16 > >> > +SIZE (rust/crates/libz-sys-1.0.18.tar.gz) = 632715 > >> > +SHA256 (rust/crates/linked-hash-map-0.5.1.tar.gz) = > >> > 70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e > >> > +SIZE (rust/crates/linked-hash-map-0.5.1.tar.gz) = 16559 > >> > +SHA256 (rust/crates/log-0.4.1.tar.gz) = > >> > 89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2 > >> > +SIZE (rust/crates/log-0.4.1.tar.gz) = 20731 > >> > +SHA256 (rust/crates/matches-0.1.6.tar.gz) = > >> > 100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376 > >> > +SIZE (rust/crates/matches-0.1.6.tar.gz) = 1916 > >> > +SHA256 (rust/crates/memchr-2.0.1.tar.gz) = > >> > 796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d > >> > +SIZE (rust/crates/memchr-2.0.1.tar.gz) = 9858 > >> > +SHA256 (rust/crates/miniz-sys-0.1.10.tar.gz) = > >> > 609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4 > >> > +SIZE (rust/crates/miniz-sys-0.1.10.tar.gz) = 53357 > >> > +SHA256 (rust/crates/nix-0.10.0.tar.gz) = > >> > b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f > >> > +SIZE (rust/crates/nix-0.10.0.tar.gz) = 124570 > >> > +SHA256 (rust/crates/num-integer-0.1.36.tar.gz) = > >> > f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe > >> > +SIZE (rust/crates/num-integer-0.1.36.tar.gz) = 12168 > >> > +SHA256 (rust/crates/num-traits-0.2.2.tar.gz) = > >> > dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364 > >> > +SIZE (rust/crates/num-traits-0.2.2.tar.gz) = 34777 > >> > +SHA256 (rust/crates/onig-3.2.2.tar.gz) = > >> > f5eeb268a4620c74ea5768c6d2ccd492d60a47a8754666b91a46bfc35cd4d1ba > >> > +SIZE (rust/crates/onig-3.2.2.tar.gz) = 36111 > >> > +SHA256 (rust/crates/onig_sys-68.0.1.tar.gz) = > >> > 5c6be7c4f985508684e54f18dd37f71e66f3e1ad9318336a520d7e42f0d3ea8e > >> > +SIZE (rust/crates/onig_sys-68.0.1.tar.gz) = 647250 > >> > +SHA256 (rust/crates/os_pipe-0.6.1.tar.gz) = > >> > 934868c3f86ed7a39ef63d88edeac5bd49a0c843192651900e9ce1178cbbf157 > >> > +SIZE (rust/crates/os_pipe-0.6.1.tar.gz) = 8451 > >> > +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/parking_lot_core-0.2.14.tar.gz) = > >> > 4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa > >> > +SIZE (rust/crates/parking_lot_core-0.2.14.tar.gz) = 22140 > >> > +SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) = > >> > 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 > >> > +SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) = 10057 > >> > +SHA256 (rust/crates/pkg-config-0.3.11.tar.gz) = > >> > 110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f > >> > +SIZE (rust/crates/pkg-config-0.3.11.tar.gz) = 13227 > >> > +SHA256 (rust/crates/plist-0.2.4.tar.gz) = > >> > c61ac2afed2856590ae79d6f358a24b85ece246d2aa134741a66d589519b7503 > >> > +SIZE (rust/crates/plist-0.2.4.tar.gz) = 20553 > >> > +SHA256 (rust/crates/proc-macro2-0.3.8.tar.gz) = > >> > 1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7 > >> > +SIZE (rust/crates/proc-macro2-0.3.8.tar.gz) = 24412 > >> > +SHA256 (rust/crates/quote-0.5.2.tar.gz) = > >> > 9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8 > >> > +SIZE (rust/crates/quote-0.5.2.tar.gz) = 14982 > >> > +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.37.tar.gz) = > >> > 0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd > >> > +SIZE (rust/crates/redox_syscall-0.1.37.tar.gz) = 13980 > >> > +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-0.2.11.tar.gz) = > >> > 9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384 > >> > +SIZE (rust/crates/regex-0.2.11.tar.gz) = 209507 > >> > +SHA256 (rust/crates/regex-syntax-0.4.2.tar.gz) = > >> > 8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e > >> > +SIZE (rust/crates/regex-syntax-0.4.2.tar.gz) = 126234 > >> > +SHA256 (rust/crates/regex-syntax-0.5.6.tar.gz) = > >> > 7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7 > >> > +SIZE (rust/crates/regex-syntax-0.5.6.tar.gz) = 233912 > >> > +SHA256 (rust/crates/rustc-demangle-0.1.8.tar.gz) = > >> > 76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649 > >> > +SIZE (rust/crates/rustc-demangle-0.1.8.tar.gz) = 10737 > >> > +SHA256 (rust/crates/safemem-0.2.0.tar.gz) = > >> > e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f > >> > +SIZE (rust/crates/safemem-0.2.0.tar.gz) = 6450 > >> > +SHA256 (rust/crates/same-file-1.0.2.tar.gz) = > >> > cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637 > >> > +SIZE (rust/crates/same-file-1.0.2.tar.gz) = 8870 > >> > +SHA256 (rust/crates/serde-1.0.51.tar.gz) = > >> > 21924cc18e5281f232a17c040355fac97732b42cf019c24996a1642bcb169cdb > >> > +SIZE (rust/crates/serde-1.0.51.tar.gz) = 67881 > >> > +SHA256 (rust/crates/serde_derive-1.0.51.tar.gz) = > >> > 9c624a90bec6fe9bc60d275d7af71c72c26b24cd6c6776d8e344dc4044caa3e2 > >> > +SIZE (rust/crates/serde_derive-1.0.51.tar.gz) = 44846 > >> > +SHA256 (rust/crates/serde_json-1.0.17.tar.gz) = > >> > f3ad6d546e765177cf3dded3c2e424a8040f870083a0e64064746b958ece9cb1 > >> > +SIZE (rust/crates/serde_json-1.0.17.tar.gz) = 64689 > >> > +SHA256 (rust/crates/shared_child-0.3.2.tar.gz) = > >> > bcd5e483b3475af9bc2a35311c2f3bbf0bd98fde91410ab15a0d4ba3c3127b4e > >> > +SIZE (rust/crates/shared_child-0.3.2.tar.gz) = 6845 > >> > +SHA256 (rust/crates/smallvec-0.6.1.tar.gz) = > >> > 03dab98ab5ded3a8b43b2c80751194608d0b2aa0f1d46cf95d1c35e192844aa7 > >> > +SIZE (rust/crates/smallvec-0.6.1.tar.gz) = 17927 > >> > +SHA256 (rust/crates/stable_deref_trait-1.0.0.tar.gz) = > >> > 15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b > >> > +SIZE (rust/crates/stable_deref_trait-1.0.0.tar.gz) = 7321 > >> > +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.7.tar.gz) = > >> > 61b8f1b737f929c6516ba46a3133fd6d5215ad8a62f66760f851f7048aebedfb > >> > +SIZE (rust/crates/syn-0.13.7.tar.gz) = 134199 > >> > +SHA256 (rust/crates/syntect-2.0.1.tar.gz) = > >> > eceb461f684c9e8e00f7a50055698af62c76d5b86e4ad50b4311acd5f655d606 > >> > +SIZE (rust/crates/syntect-2.0.1.tar.gz) = 663960 > >> > +SHA256 (rust/crates/term_size-0.3.1.tar.gz) = > >> > 9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327 > >> > +SIZE (rust/crates/term_size-0.3.1.tar.gz) = 10754 > >> > +SHA256 (rust/crates/termion-1.5.1.tar.gz) = > >> > 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 > >> > +SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 > >> > +SHA256 (rust/crates/termios-0.2.2.tar.gz) = > >> > d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a > >> > +SIZE (rust/crates/termios-0.2.2.tar.gz) = 8966 > >> > +SHA256 (rust/crates/textwrap-0.9.0.tar.gz) = > >> > c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693 > >> > +SIZE (rust/crates/textwrap-0.9.0.tar.gz) = 15795 > >> > +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/time-0.1.39.tar.gz) = > >> > a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098 > >> > +SIZE (rust/crates/time-0.1.39.tar.gz) = 29295 > >> > +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/unicode-bidi-0.3.4.tar.gz) = > >> > 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 > >> > +SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 > >> > +SHA256 (rust/crates/unicode-normalization-0.1.6.tar.gz) = > >> > 90d662d111b0dbb08a180f2761026cba648c258023c355954a7c00e00e354636 > >> > +SIZE (rust/crates/unicode-normalization-0.1.6.tar.gz) = 329865 > >> > +SHA256 (rust/crates/unicode-width-0.1.4.tar.gz) = > >> > bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f > >> > +SIZE (rust/crates/unicode-width-0.1.4.tar.gz) = 15283 > >> > +SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = > >> > fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc > >> > +SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 > >> > +SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = > >> > 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 > >> > +SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 > >> > +SHA256 (rust/crates/url-1.7.0.tar.gz) = > >> > f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7 > >> > +SIZE (rust/crates/url-1.7.0.tar.gz) = 67909 > >> > +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/vcpkg-0.2.3.tar.gz) = > >> > 7ed0f6789c8a85ca41bbc1c9d175422116a9869bd1cf31bb08e1493ecce60380 > >> > +SIZE (rust/crates/vcpkg-0.2.3.tar.gz) = 6015 > >> > +SHA256 (rust/crates/void-1.0.2.tar.gz) = > >> > 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d > >> > +SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 > >> > +SHA256 (rust/crates/walkdir-2.1.4.tar.gz) = > >> > 63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369 > >> > +SIZE (rust/crates/walkdir-2.1.4.tar.gz) = 22695 > >> > +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.4.tar.gz) = > >> > 04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3 > >> > +SIZE (rust/crates/winapi-0.3.4.tar.gz) = 905247 > >> > +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = > >> > 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc > >> > +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 > >> > +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = > >> > ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 > >> > +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = > 2918815 > >> > +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = > >> > 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f > >> > +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = > 2947998 > >> > +SHA256 (rust/crates/xml-rs-0.7.0.tar.gz) = > >> > 3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2 > >> > +SIZE (rust/crates/xml-rs-0.7.0.tar.gz) = 50980 > >> > +SHA256 (rust/crates/yaml-rust-0.4.0.tar.gz) = > >> > 57ab38ee1a4a266ed033496cf9af1828d8d6e6c1cfa5f643a2809effcae4d628 > >> > +SIZE (rust/crates/yaml-rust-0.4.0.tar.gz) = 44668 > >> > +SHA256 (sharkdp-bat-v0.3.0_GH0.tar.gz) = > >> > ffb3f2b20fb831e503c3db224a563dc30e766c627a08c069cf60e5182845207c > >> > +SIZE (sharkdp-bat-v0.3.0_GH0.tar.gz) = 337970 > >> > > >> > Added: head/textproc/bat/files/patch-cargo- > >> > crates_console-0.6.1_src_unix__term.rs > >> > ============================================================ > ================== > >> > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > >> > +++ head/textproc/bat/files/patch-cargo- > >> > >> > crates_console-0.6.1_src_unix__term.rs Tue May 15 08:43:10 > 2018 (r470005) > >> > @@ -0,0 +1,11 @@ > >> > +--- cargo-crates/console-0.6.1/src/unix_term.rs.orig 2017-05-11 > 05:32:00 > >> > UTC > >> > ++++ cargo-crates/console-0.6.1/src/unix_term.rs > >> > +@@ -28,7 +28,7 @@ pub fn terminal_size() -> Option<(u16, u16)> { > >> > + } > >> > + > >> > + let mut winsize: libc::winsize = mem::zeroed(); > >> > +- libc::ioctl(libc::STDOUT_FILENO, libc::TIOCGWINSZ, &mut > >> > winsize); > >> > ++ libc::ioctl(libc::STDOUT_FILENO, libc::TIOCGWINSZ.into(), > &mut > >> > winsize); > >> > + if winsize.ws_row > 0 && winsize.ws_col > 0 { > >> > + Some((winsize.ws_row as u16, winsize.ws_col as u16)) > >> > + } else { > >> > > >> > Added: head/textproc/bat/pkg-descr > >> > ============================================================ > ================== > >> > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > >> > +++ head/textproc/bat/pkg-descr Tue May 15 08:43:10 2018 > (r470005) > >> > @@ -0,0 +1,3 @@ > >> > +A cat(1) clone with syntax highlighting and Git integration. > >> > + > >> > +WWW: https://github.com/sharkdp/bat > >> > > From owner-svn-ports-head@freebsd.org Thu May 17 15:37:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DE15EAD6B9; Thu, 17 May 2018 15:37: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 4E49C85AC0; Thu, 17 May 2018 15:37: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 0E5E0314B; Thu, 17 May 2018 15:37: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 w4HFbYow098610; Thu, 17 May 2018 15:37:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HFbYnM098609; Thu, 17 May 2018 15:37:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805171537.w4HFbYnM098609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 17 May 2018 15:37:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470225 - head/devel/nlohmann-json X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/nlohmann-json X-SVN-Commit-Revision: 470225 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 15:37:36 -0000 Author: yuri Date: Thu May 17 15:37:34 2018 New Revision: 470225 URL: https://svnweb.freebsd.org/changeset/ports/470225 Log: devel/nlohmann-json: Update 2.1.1 -> 3.1.2 Port changes: * Change to DISTVERSION * Change license to MIT (it changed?) * Sort USES * Preserve the cmake file location set in CMakeLists.txt * Remove the TEST option, because it can be tested without such option. * Add the do-test target that builds tests and tests in one step PR: 227145 Approved by: SlavaMikerov@gmail.com (maintainer's timeout; 48 days) Modified: head/devel/nlohmann-json/Makefile head/devel/nlohmann-json/distinfo Modified: head/devel/nlohmann-json/Makefile ============================================================================== --- head/devel/nlohmann-json/Makefile Thu May 17 15:15:55 2018 (r470224) +++ head/devel/nlohmann-json/Makefile Thu May 17 15:37:34 2018 (r470225) @@ -2,38 +2,34 @@ # $FreeBSD$ PORTNAME= json -PORTVERSION= 2.1.1 -PORTREVISION= 1 DISTVERSIONPREFIX= v +DISTVERSION= 3.1.2 CATEGORIES= devel PKGNAMEPREFIX= nlohmann- MAINTAINER= SlavaMikerov@gmail.com COMMENT= JSON library for Modern C++ -LICENSE= BSD2CLAUSE +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.MIT -NO_ARCH= yes - +USES= cmake:outsource compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= nlohmann -GH_PROJECT= json +NO_BUILD= yes +NO_ARCH= yes -PLIST_FILES= share/cmake/Modules/nlohmann_jsonConfig.cmake \ - share/cmake/Modules/nlohmann_jsonConfigVersion.cmake \ - share/cmake/Modules/nlohmann_jsonTargets.cmake \ +CMAKE_OFF= JSON_BuildTests + +PLIST_FILES= lib/cmake/nlohmann_json/nlohmann_jsonConfig.cmake \ + lib/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake \ + lib/cmake/nlohmann_json/nlohmann_jsonTargets.cmake \ include/nlohmann/json.hpp -USES= compiler:c++11-lib cmake:outsource -OPTIONS_DEFINE= TEST -TEST_CMAKE_OFF= -DBuildTests=OFF - -post-patch: - @${REINPLACE_CMD} -e \ - 's|set(JSON_CONFIG_DESTINATION "cmake")|set(JSON_CONFIG_DESTINATION "share/cmake/Modules")|g' \ - ${WRKSRC}/CMakeLists.txt - -do-test-TEST-on: - @cd ${WRKDIR}/.build && ${MAKE_CMD} test +do-test: + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DJSON_BuildTests:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include Modified: head/devel/nlohmann-json/distinfo ============================================================================== --- head/devel/nlohmann-json/distinfo Thu May 17 15:15:55 2018 (r470224) +++ head/devel/nlohmann-json/distinfo Thu May 17 15:37:34 2018 (r470225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490609142 -SHA256 (nlohmann-json-v2.1.1_GH0.tar.gz) = 59b85ebe61d9dcbd24946f2082ce5943e276f05b4ef1baeb3c6c10d324333053 -SIZE (nlohmann-json-v2.1.1_GH0.tar.gz) = 108615607 +TIMESTAMP = 1522527522 +SHA256 (nlohmann-json-v3.1.2_GH0.tar.gz) = e8fffa6cbdb3c15ecdff32eebf958b6c686bc188da8ad5c6489462d16f83ae54 +SIZE (nlohmann-json-v3.1.2_GH0.tar.gz) = 114293094 From owner-svn-ports-head@freebsd.org Thu May 17 15:40:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BA20EAD8D7; Thu, 17 May 2018 15:40:18 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-ot0-f172.google.com (mail-ot0-f172.google.com [74.125.82.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E39FB85C9C; Thu, 17 May 2018 15:40:17 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mail-ot0-f172.google.com with SMTP id t1-v6so5542743oth.8; Thu, 17 May 2018 08:40:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=K/tX8eKzZtfpX5erm6dZlvcGfS3BJ6M8rYyfXo77MwY=; b=F5xfDNONGR5OiDkmKnzjxojB6y/8PbcZdOgtfkss4Uz/wYyYXi0ZQtkkCunLsK/WfT j74/qsTfmBs/umXDcBeQpbhSwFxEQZ2B4BZhFFnQGZ7ejEESCncqCbTRCIseZHjEfT8K u4lrJ496mFCIhCBT51FV61+mn/AAlLaBjDDgYG6Um1pOzXrZOVItPuonjQOp35Vj2qkx 48EDULDteP6Xlvp0eiAeFnqVZgAIm3qITtGKZuybRm3GtwQceWskDWdWMJdfgRUSjtmh mfPV1Lt5nAKirgMV1u+Mxbcc9Os5JEFLEzRn/6afBun7wJnunQ7nBzRErvdf41Cc3NIN nouw== X-Gm-Message-State: ALKqPwfceMMiwB4By8FTy3k6mY9WrqxSVpNEoeF2RZQ1vjfn9IdYH+1+ EyVKeMdvng6d/BX1zcFbqakDdL29 X-Google-Smtp-Source: AB8JxZqapW3vMrN4lPJn8IzVMmPyHxbkFYke0RNoYkO9iqmuhafcdQoKeWbgVFmO4Nc5bPT4fwLJ9A== X-Received: by 2002:a9d:1d92:: with SMTP id y18-v6mr4105184otd.304.1526571225216; Thu, 17 May 2018 08:33:45 -0700 (PDT) Received: from mail-ot0-f182.google.com (mail-ot0-f182.google.com. [74.125.82.182]) by smtp.gmail.com with ESMTPSA id k12-v6sm2729230otj.53.2018.05.17.08.33.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 May 2018 08:33:44 -0700 (PDT) Received: by mail-ot0-f182.google.com with SMTP id l13-v6so5507717otk.9; Thu, 17 May 2018 08:33:44 -0700 (PDT) X-Received: by 2002:a9d:436f:: with SMTP id y44-v6mr4202104oti.312.1526571224640; Thu, 17 May 2018 08:33:44 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:22ca:0:0:0:0:0 with HTTP; Thu, 17 May 2018 08:33:24 -0700 (PDT) In-Reply-To: References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> From: Luca Pizzamiglio Date: Thu, 17 May 2018 17:33:24 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files To: =?UTF-8?Q?Alonso_C=C3=A1rdenas_M=C3=A1rquez?= Cc: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Dan Langille Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 15:40:18 -0000 Hi Alonso, nice catch! In general, I don't like the idea of calling bat as bcat, because there's already zcat and bzcat that have a completely different meaning and bcat could be easily confused with them. I'd prefer that bacula & bareos backup GUI have a different name. I can prepare a patch ASAP and you can tell me what do you think Best regards, Luca On Thu, May 17, 2018 at 2:41 AM, Alonso C=C3=A1rdenas M=C3=A1rquez < acardenas@bsd-peru.org> wrote: > 2018-05-16 10:07 GMT-05:00 Luca Pizzamiglio : > >> Hi Tobias, >> thanks for the feedback. >> Those are my findings: >> * gmake is needed by backtrace-sys. I'm preparing a patch to include its >> dependency in cargo.mk >> * cmake is indeed needed by onig-sys. the onig crate is well documented >> and I guess it should be doable to use textproc/oniguruma, as you sugges= t >> >> Best regards, >> pizzamig >> >> On Tue, May 15, 2018 at 12:02 PM, Tobias Kortkamp >> wrote: >> >>> On Tue, May 15, 2018, at 10:43, Luca Pizzamiglio wrote: >>> > Author: pizzamig >>> > Date: Tue May 15 08:43:10 2018 >>> > New Revision: 470005 >>> > URL: https://svnweb.freebsd.org/changeset/ports/470005 >>> > >>> > Log: >>> > textproc/bat: a cat(1) clone with syntax highlighting >>> > >>> > Add bat, a cat(1) clone with syntax highlighting, Git integration >>> > and automatic paging >>> > Written in Rust. >>> > >>> >> > Hi Luca > > Please, take a look at sysutils/bareos-bat, sysutils/bacula-bat and > sysutils/bacula9-bat ports. These ports install file named like "bat" > (sbin/bat or bin/bat). Could you rename bat file to bcat? or maybe, Dan a= nd > me could rename bat to sbin/bacula-bat|bin/bareos-bat. What do you thing? > > Greetings > ACM > From owner-svn-ports-head@freebsd.org Thu May 17 16:06:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24D2FEAF913; Thu, 17 May 2018 16:06: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 CD7A9684E5; Thu, 17 May 2018 16:06: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 AF88C3996; Thu, 17 May 2018 16:06: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 w4HG66Sw014526; Thu, 17 May 2018 16:06:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HG66wF014524; Thu, 17 May 2018 16:06:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805171606.w4HG66wF014524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 17 May 2018 16:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470226 - head/misc/cryptoballot X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/cryptoballot X-SVN-Commit-Revision: 470226 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 16:06:07 -0000 Author: yuri Date: Thu May 17 16:06:05 2018 New Revision: 470226 URL: https://svnweb.freebsd.org/changeset/ports/470226 Log: misc/cryptoballot: Update g20170928 -> g20180321 Modified: head/misc/cryptoballot/Makefile head/misc/cryptoballot/distinfo Modified: head/misc/cryptoballot/Makefile ============================================================================== --- head/misc/cryptoballot/Makefile Thu May 17 15:37:34 2018 (r470225) +++ head/misc/cryptoballot/Makefile Thu May 17 16:06:05 2018 (r470226) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cryptoballot -DISTVERSION= g20170928 +DISTVERSION= g20180321 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= AGPLv3 BUILD_DEPENDS= go:lang/go USE_GITHUB= yes -GH_TAGNAME= ec9df0a +GH_TAGNAME= fb83f1c GH_TUPLE= ${PORTNAME}:entropychecker:188ae6c:entropychecker/src/github.com/${PORTNAME}/entropychecker \ ${PORTNAME}:fdh:5eb31ce:fdh/src/github.com/${PORTNAME}/fdh \ ${PORTNAME}:rsablind:14f9913:rsablind/src/github.com/${PORTNAME}/rsablind \ Modified: head/misc/cryptoballot/distinfo ============================================================================== --- head/misc/cryptoballot/distinfo Thu May 17 15:37:34 2018 (r470225) +++ head/misc/cryptoballot/distinfo Thu May 17 16:06:05 2018 (r470226) @@ -1,6 +1,6 @@ -TIMESTAMP = 1519026221 -SHA256 (cryptoballot-cryptoballot-g20170928-ec9df0a_GH0.tar.gz) = 8e7b13661e50ad3dca3bfab4f1b1b6b179c23c379a37508c14e7a3eaa706a43b -SIZE (cryptoballot-cryptoballot-g20170928-ec9df0a_GH0.tar.gz) = 70193 +TIMESTAMP = 1526572073 +SHA256 (cryptoballot-cryptoballot-g20180321-fb83f1c_GH0.tar.gz) = 78a60ec212bf4c0e8db2a179abf8b92055fb71844887c902f994e16a6a5737fb +SIZE (cryptoballot-cryptoballot-g20180321-fb83f1c_GH0.tar.gz) = 70141 SHA256 (cryptoballot-entropychecker-188ae6c_GH0.tar.gz) = b2749045541ffd9f42d291f21c7f31b5fb41795943affe8997161f81f465f6a9 SIZE (cryptoballot-entropychecker-188ae6c_GH0.tar.gz) = 3354 SHA256 (cryptoballot-fdh-5eb31ce_GH0.tar.gz) = 0892c8afafd188843e6d457101c5ee35bd5ed2c71f44d9248956891ad0edacf1 From owner-svn-ports-head@freebsd.org Thu May 17 16:21:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A32BEB0609; Thu, 17 May 2018 16:21:35 +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 1D56468F8E; Thu, 17 May 2018 16:21:35 +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 F2AAF3C4A; Thu, 17 May 2018 16:21:34 +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 w4HGLYcP023967; Thu, 17 May 2018 16:21:34 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HGLYjs023964; Thu, 17 May 2018 16:21:34 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201805171621.w4HGLYjs023964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Thu, 17 May 2018 16:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470227 - head/benchmarks/stress-ng X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/benchmarks/stress-ng X-SVN-Commit-Revision: 470227 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 16:21:35 -0000 Author: pizzamig Date: Thu May 17 16:21:34 2018 New Revision: 470227 URL: https://svnweb.freebsd.org/changeset/ports/470227 Log: benchmarks/stress-ng: Update to 0.9.27 Bugfix release Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Thu May 17 16:06:05 2018 (r470226) +++ head/benchmarks/stress-ng/Makefile Thu May 17 16:21:34 2018 (r470227) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.09.26 +PORTVERSION= 0.09.27 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Thu May 17 16:06:05 2018 (r470226) +++ head/benchmarks/stress-ng/distinfo Thu May 17 16:21:34 2018 (r470227) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525089582 -SHA256 (stress-ng-0.09.26.tar.xz) = a6f81dcc58d856e92136bcb8204f12e6070da4ae492d06df69b847d685d1bb11 -SIZE (stress-ng-0.09.26.tar.xz) = 339924 +TIMESTAMP = 1526374587 +SHA256 (stress-ng-0.09.27.tar.xz) = d3eb2dccfa993609ed436db55f48ae2dac9f58991badacda2ed7056ae958b82c +SIZE (stress-ng-0.09.27.tar.xz) = 344456 From owner-svn-ports-head@freebsd.org Thu May 17 16:25:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20005EB082E; Thu, 17 May 2018 16:25: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 BEA9E691A9; Thu, 17 May 2018 16:25: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 9D3FC3D91; Thu, 17 May 2018 16:25: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 w4HGP9Nf024918; Thu, 17 May 2018 16:25:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HGP9tt024917; Thu, 17 May 2018 16:25:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171625.w4HGP9tt024917@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, 17 May 2018 16:25:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470228 - head/www/npm/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/npm/files X-SVN-Commit-Revision: 470228 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 16:25:10 -0000 Author: sunpoet Date: Thu May 17 16:25:09 2018 New Revision: 470228 URL: https://svnweb.freebsd.org/changeset/ports/470228 Log: Update patch to fix build on i386 Modified: head/www/npm/files/extra-patch-bug-178881 Modified: head/www/npm/files/extra-patch-bug-178881 ============================================================================== --- head/www/npm/files/extra-patch-bug-178881 Thu May 17 16:21:34 2018 (r470227) +++ head/www/npm/files/extra-patch-bug-178881 Thu May 17 16:25:09 2018 (r470228) @@ -1,7 +1,7 @@ ---- lib/node_modules/npm/lib/config/defaults.js.orig 2015-05-01 04:03:19 UTC +--- lib/node_modules/npm/lib/config/defaults.js.orig 1985-10-26 08:15:00 UTC +++ lib/node_modules/npm/lib/config/defaults.js -@@ -316,26 +316,7 @@ exports.types = - } +@@ -372,26 +372,7 @@ exports.types = { + } function getLocalAddresses () { - var interfaces @@ -18,13 +18,13 @@ - return interfaces[nic].filter(function (addr) { - return addr.family === 'IPv4' - }) -- .map(function (addr) { -- return addr.address -- }) +- .map(function (addr) { +- return addr.address +- }) - }).reduce(function (curr, next) { - return curr.concat(next) - }, []).concat(undefined) + return [ '127.0.0.1', undefined ] } - exports.shorthands = + exports.shorthands = { From owner-svn-ports-head@freebsd.org Thu May 17 18:29:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6948CEDC434; Thu, 17 May 2018 18:29: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 193F06EF2A; Thu, 17 May 2018 18:29: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 EE97A5175; Thu, 17 May 2018 18:29: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 w4HITeb8085224; Thu, 17 May 2018 18:29:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HITetk085223; Thu, 17 May 2018 18:29:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171829.w4HITetk085223@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, 17 May 2018 18:29:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470229 - head/databases/postgresql-plproxy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/postgresql-plproxy X-SVN-Commit-Revision: 470229 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:29:41 -0000 Author: sunpoet Date: Thu May 17 18:29:40 2018 New Revision: 470229 URL: https://svnweb.freebsd.org/changeset/ports/470229 Log: Simplify Makefile - Update COMMENT - Update pkg-descr - Take maintainership Modified: head/databases/postgresql-plproxy/Makefile head/databases/postgresql-plproxy/pkg-descr Modified: head/databases/postgresql-plproxy/Makefile ============================================================================== --- head/databases/postgresql-plproxy/Makefile Thu May 17 16:25:09 2018 (r470228) +++ head/databases/postgresql-plproxy/Makefile Thu May 17 18:29:40 2018 (r470229) @@ -7,23 +7,19 @@ DISTVERSION= 2_8 CATEGORIES= databases PKGNAMEPREFIX= postgresql- -MAINTAINER= ports@FreeBSD.org -COMMENT= PL/Proxy - database partitioning system +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PL/Proxy - Function-based sharding for PostgreSQL LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= bison gmake pgsql - USE_GITHUB= yes -.include - post-patch: - @${REINPLACE_CMD} -e \ - '/^#ifdef/s| SYS_| HAVE_SYS_|' ${WRKSRC}/src/execute.c + @${REINPLACE_CMD} -e '/^#ifdef/ s| SYS_| HAVE_SYS_|' ${WRKSRC}/src/execute.c post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/plproxy.so -.include +.include Modified: head/databases/postgresql-plproxy/pkg-descr ============================================================================== --- head/databases/postgresql-plproxy/pkg-descr Thu May 17 16:25:09 2018 (r470228) +++ head/databases/postgresql-plproxy/pkg-descr Thu May 17 18:29:40 2018 (r470229) @@ -1,8 +1,11 @@ -PL/Proxy is a proxy language used for remote database procedure calls -and data partitioning between databases based on hashing field values. +PL/Proxy is a PostgreSQL procedural language (PL) handler that allows to do +remote procedure calls between PostgreSQL databases, with optional sharding. -Main idea is that proxy function will be created with same signature as -remote function to be called, so only destination info needs to be -specified inside proxy function body. +PL/Proxy was developed in Skype as a scalability solution for PostgreSQL +database. At first it was very thin PL component that connected to C++ server +that handled all sharding decisions. This proved to be too complex setup and in +version 2 it was re-written to current archtecture of PL that handles sharding +and generic pooler process (PgBouncer) that is able to handle large amount of +standard PostgreSQL connections that the PL makes. WWW: https://plproxy.github.io/ From owner-svn-ports-head@freebsd.org Thu May 17 18:29:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F35BEDC456; Thu, 17 May 2018 18:29: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 7B8466EFC3; Thu, 17 May 2018 18:29: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 36BEC5176; Thu, 17 May 2018 18:29: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 w4HITkAR085349; Thu, 17 May 2018 18:29:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HITj9L085347; Thu, 17 May 2018 18:29:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171829.w4HITj9L085347@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, 17 May 2018 18:29:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470230 - head/devel/pylint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pylint X-SVN-Commit-Revision: 470230 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:29:48 -0000 Author: sunpoet Date: Thu May 17 18:29:45 2018 New Revision: 470230 URL: https://svnweb.freebsd.org/changeset/ports/470230 Log: Update to 1.9.1 Changes: https://github.com/PyCQA/pylint/blob/1.9/ChangeLog Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Thu May 17 18:29:40 2018 (r470229) +++ head/devel/pylint/Makefile Thu May 17 18:29:45 2018 (r470230) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Thu May 17 18:29:40 2018 (r470229) +++ head/devel/pylint/distinfo Thu May 17 18:29:45 2018 (r470230) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526504683 -SHA256 (pylint-1.9.0.tar.gz) = cf1be367296e9e534a5cb420186ce99f63f17c2b855fcb4321a3e20ce51502cd -SIZE (pylint-1.9.0.tar.gz) = 534834 +TIMESTAMP = 1526575417 +SHA256 (pylint-1.9.1.tar.gz) = c353d8225195b37cc3aef18248b8f3fe94c5a6a95affaf885ae21a24ca31d8eb +SIZE (pylint-1.9.1.tar.gz) = 534926 From owner-svn-ports-head@freebsd.org Thu May 17 18:29:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED8FAEDC480; Thu, 17 May 2018 18:29:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99A846EFFD; Thu, 17 May 2018 18:29:51 +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 7B9CB5177; Thu, 17 May 2018 18:29: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 w4HITpBw085491; Thu, 17 May 2018 18:29:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HITpjf085488; Thu, 17 May 2018 18:29:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171829.w4HITpjf085488@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, 17 May 2018 18:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470231 - head/science/grib_api X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/grib_api X-SVN-Commit-Revision: 470231 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:29:52 -0000 Author: sunpoet Date: Thu May 17 18:29:50 2018 New Revision: 470231 URL: https://svnweb.freebsd.org/changeset/ports/470231 Log: Update to 1.26.1 Changes: https://software.ecmwf.int/wiki/display/GRIB/Latest+news Modified: head/science/grib_api/Makefile head/science/grib_api/distinfo head/science/grib_api/pkg-plist Modified: head/science/grib_api/Makefile ============================================================================== --- head/science/grib_api/Makefile Thu May 17 18:29:45 2018 (r470230) +++ head/science/grib_api/Makefile Thu May 17 18:29:50 2018 (r470231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grib_api -PORTVERSION= 1.26.0 +PORTVERSION= 1.26.1 DISTVERSIONSUFFIX= -Source CATEGORIES= science MASTER_SITES= https://software.ecmwf.int/wiki/download/attachments/3473437/ \ Modified: head/science/grib_api/distinfo ============================================================================== --- head/science/grib_api/distinfo Thu May 17 18:29:45 2018 (r470230) +++ head/science/grib_api/distinfo Thu May 17 18:29:50 2018 (r470231) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520527131 -SHA256 (grib_api-1.26.0-Source.tar.gz) = 0ca45544c54a3a67de78a62663d4be6be8d9c95a63f1bd30fcb4c14588ac9501 -SIZE (grib_api-1.26.0-Source.tar.gz) = 4857336 +TIMESTAMP = 1526403307 +SHA256 (grib_api-1.26.1-Source.tar.gz) = da354b96ae5ac54aa8df0b25f67cce12ef6a4cf605325fe5fca8064152bf2aec +SIZE (grib_api-1.26.1-Source.tar.gz) = 4859161 Modified: head/science/grib_api/pkg-plist ============================================================================== --- head/science/grib_api/pkg-plist Thu May 17 18:29:45 2018 (r470230) +++ head/science/grib_api/pkg-plist Thu May 17 18:29:50 2018 (r470231) @@ -374,6 +374,7 @@ libdata/pkgconfig/grib_api_f90.pc %%DATADIR%%/definitions/grib2/dimensionType.table %%DATADIR%%/definitions/grib2/grib2LocalSectionNumber.82.table %%DATADIR%%/definitions/grib2/grib2LocalSectionNumber.98.table +%%DATADIR%%/definitions/grib2/lcwfv_suiteName.table %%DATADIR%%/definitions/grib2/local.82.0.def %%DATADIR%%/definitions/grib2/local.82.82.def %%DATADIR%%/definitions/grib2/local.82.83.def @@ -397,6 +398,7 @@ libdata/pkgconfig/grib_api_f90.pc %%DATADIR%%/definitions/grib2/local.98.36.def %%DATADIR%%/definitions/grib2/local.98.38.def %%DATADIR%%/definitions/grib2/local.98.39.def +%%DATADIR%%/definitions/grib2/local.98.42.def %%DATADIR%%/definitions/grib2/local.98.500.def %%DATADIR%%/definitions/grib2/local.98.7.def %%DATADIR%%/definitions/grib2/local.98.9.def From owner-svn-ports-head@freebsd.org Thu May 17 18:29:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4F59EDC4AF; Thu, 17 May 2018 18:29:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27EEB6F0E1; Thu, 17 May 2018 18:29: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 DC82F5178; Thu, 17 May 2018 18:29: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 w4HITu66085614; Thu, 17 May 2018 18:29:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HITuPJ085612; Thu, 17 May 2018 18:29:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171829.w4HITuPJ085612@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, 17 May 2018 18:29:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470232 - head/www/tinymce X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/tinymce X-SVN-Commit-Revision: 470232 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:29:58 -0000 Author: sunpoet Date: Thu May 17 18:29:56 2018 New Revision: 470232 URL: https://svnweb.freebsd.org/changeset/ports/470232 Log: Update to 4.7.13 Changes: https://github.com/tinymce/tinymce/blob/master/changelog.txt Modified: head/www/tinymce/Makefile head/www/tinymce/distinfo Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Thu May 17 18:29:50 2018 (r470231) +++ head/www/tinymce/Makefile Thu May 17 18:29:56 2018 (r470232) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.7.12 +PORTVERSION= 4.7.13 CATEGORIES= www MASTER_SITES= http://download.ephox.com/${PORTNAME}/community/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Thu May 17 18:29:50 2018 (r470231) +++ head/www/tinymce/distinfo Thu May 17 18:29:56 2018 (r470232) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525458850 -SHA256 (tinymce_4.7.12.zip) = f0241853d51cab749901177bbee469373919a836ff714bf589ea0eaa70880fd1 -SIZE (tinymce_4.7.12.zip) = 558247 +TIMESTAMP = 1526575425 +SHA256 (tinymce_4.7.13.zip) = 58d1abbf580ccd125625728746a2602fc8e78804b43673b2cf3972594cf8f75e +SIZE (tinymce_4.7.13.zip) = 556775 From owner-svn-ports-head@freebsd.org Thu May 17 18:30:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21057EDC4E9; Thu, 17 May 2018 18:30: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 604F66F1F0; Thu, 17 May 2018 18:30: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 B8285517C; Thu, 17 May 2018 18:30: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 w4HIU2tj085771; Thu, 17 May 2018 18:30:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIU2TL085769; Thu, 17 May 2018 18:30:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIU2TL085769@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, 17 May 2018 18:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470233 - head/devel/p5-Type-Tiny-XS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Type-Tiny-XS X-SVN-Commit-Revision: 470233 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:04 -0000 Author: sunpoet Date: Thu May 17 18:30:01 2018 New Revision: 470233 URL: https://svnweb.freebsd.org/changeset/ports/470233 Log: Update to 0.013 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Type-Tiny-XS/Changes Modified: head/devel/p5-Type-Tiny-XS/Makefile head/devel/p5-Type-Tiny-XS/distinfo Modified: head/devel/p5-Type-Tiny-XS/Makefile ============================================================================== --- head/devel/p5-Type-Tiny-XS/Makefile Thu May 17 18:29:56 2018 (r470232) +++ head/devel/p5-Type-Tiny-XS/Makefile Thu May 17 18:30:01 2018 (r470233) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Type-Tiny-XS -PORTVERSION= 0.012 -PORTREVISION= 1 +PORTVERSION= 0.013 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -14,6 +13,7 @@ COMMENT= Tiny, yet Moo(se)-compatible type constraint LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Type-Tiny-XS/distinfo ============================================================================== --- head/devel/p5-Type-Tiny-XS/distinfo Thu May 17 18:29:56 2018 (r470232) +++ head/devel/p5-Type-Tiny-XS/distinfo Thu May 17 18:30:01 2018 (r470233) @@ -1,2 +1,3 @@ -SHA256 (Type-Tiny-XS-0.012.tar.gz) = a93ed33fd21646548ab5cdb0de647cc574ad3e41b414af7980526e8612cacb16 -SIZE (Type-Tiny-XS-0.012.tar.gz) = 77259 +TIMESTAMP = 1526575437 +SHA256 (Type-Tiny-XS-0.013.tar.gz) = 7f905830adac593f612658c9759a4bf7a19c5fe21b815765308c55cde9142e76 +SIZE (Type-Tiny-XS-0.013.tar.gz) = 76322 From owner-svn-ports-head@freebsd.org Thu May 17 18:30:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A877EDC516; Thu, 17 May 2018 18:30: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 D41A16F2A4; Thu, 17 May 2018 18:30: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 539F2517D; Thu, 17 May 2018 18:30: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 w4HIU88A085897; Thu, 17 May 2018 18:30:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIU72h085894; Thu, 17 May 2018 18:30:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIU72h085894@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, 17 May 2018 18:30:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470234 - head/devel/py-confusable_homoglyphs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-confusable_homoglyphs X-SVN-Commit-Revision: 470234 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:09 -0000 Author: sunpoet Date: Thu May 17 18:30:07 2018 New Revision: 470234 URL: https://svnweb.freebsd.org/changeset/ports/470234 Log: Update to 3.1.1 Changes: https://github.com/vhf/confusable_homoglyphs/commits/master Modified: head/devel/py-confusable_homoglyphs/Makefile head/devel/py-confusable_homoglyphs/distinfo Modified: head/devel/py-confusable_homoglyphs/Makefile ============================================================================== --- head/devel/py-confusable_homoglyphs/Makefile Thu May 17 18:30:01 2018 (r470233) +++ head/devel/py-confusable_homoglyphs/Makefile Thu May 17 18:30:07 2018 (r470234) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= confusable_homoglyphs -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-confusable_homoglyphs/distinfo ============================================================================== --- head/devel/py-confusable_homoglyphs/distinfo Thu May 17 18:30:01 2018 (r470233) +++ head/devel/py-confusable_homoglyphs/distinfo Thu May 17 18:30:07 2018 (r470234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526504799 -SHA256 (confusable_homoglyphs-3.1.0.tar.gz) = 5566e8137a8cf5fa081a8f08039dd13e1563a14a3b63c4130688143dd067bb4f -SIZE (confusable_homoglyphs-3.1.0.tar.gz) = 160030 +TIMESTAMP = 1526575457 +SHA256 (confusable_homoglyphs-3.1.1.tar.gz) = b86d61ceb8ed350a3defe9eaa99a68eb9b08f89bfbb4ff4e8cbffbffbc26733c +SIZE (confusable_homoglyphs-3.1.1.tar.gz) = 161575 From owner-svn-ports-head@freebsd.org Thu May 17 18:30:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 977BCEDC532; Thu, 17 May 2018 18:30:14 +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 233A36F37C; Thu, 17 May 2018 18:30:13 +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 A727B517E; Thu, 17 May 2018 18:30: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 w4HIUDk8086021; Thu, 17 May 2018 18:30:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIUD7G086020; Thu, 17 May 2018 18:30:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIUD7G086020@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, 17 May 2018 18:30:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470235 - 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: 470235 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:14 -0000 Author: sunpoet Date: Thu May 17 18:30:12 2018 New Revision: 470235 URL: https://svnweb.freebsd.org/changeset/ports/470235 Log: Update to 2.11.51 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 May 17 18:30:07 2018 (r470234) +++ head/devel/rubygem-aws-sdk-core/Makefile Thu May 17 18:30:12 2018 (r470235) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.50 +DISTVERSION= 2.11.51 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Thu May 17 18:30:07 2018 (r470234) +++ head/devel/rubygem-aws-sdk-core/distinfo Thu May 17 18:30:12 2018 (r470235) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526504977 -SHA256 (rubygem/aws-sdk-core-2.11.50.gem) = e5513891bf516973cb171c81776c1af7719fb345e720d9a365c5bcb308105f9d -SIZE (rubygem/aws-sdk-core-2.11.50.gem) = 1268224 +TIMESTAMP = 1526575485 +SHA256 (rubygem/aws-sdk-core-2.11.51.gem) = b17b7dd916ef4cb0587c8596ca021f3f275e91201d53d663827453476412e2a4 +SIZE (rubygem/aws-sdk-core-2.11.51.gem) = 1268224 From owner-svn-ports-head@freebsd.org Thu May 17 18:30:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3706DEDC57A; Thu, 17 May 2018 18:30: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 4F9566F468; Thu, 17 May 2018 18:30: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 F2C6A517F; Thu, 17 May 2018 18:30: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 w4HIUIAR086145; Thu, 17 May 2018 18:30:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIUIw2086144; Thu, 17 May 2018 18:30:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIUIw2086144@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, 17 May 2018 18:30:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470236 - 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: 470236 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:20 -0000 Author: sunpoet Date: Thu May 17 18:30:18 2018 New Revision: 470236 URL: https://svnweb.freebsd.org/changeset/ports/470236 Log: Update to 2.11.51 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 May 17 18:30:12 2018 (r470235) +++ head/devel/rubygem-aws-sdk-resources/Makefile Thu May 17 18:30:18 2018 (r470236) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.50 +DISTVERSION= 2.11.51 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Thu May 17 18:30:12 2018 (r470235) +++ head/devel/rubygem-aws-sdk-resources/distinfo Thu May 17 18:30:18 2018 (r470236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526504988 -SHA256 (rubygem/aws-sdk-resources-2.11.50.gem) = 977381ae68008a2058566344585ae6bdcddfaee638f8d6d1151a68900e454a99 -SIZE (rubygem/aws-sdk-resources-2.11.50.gem) = 48640 +TIMESTAMP = 1526575495 +SHA256 (rubygem/aws-sdk-resources-2.11.51.gem) = 8c09ca32aaf207ae5db9ad9579d88a897100302461646ce999b069d24436c72c +SIZE (rubygem/aws-sdk-resources-2.11.51.gem) = 48640 From owner-svn-ports-head@freebsd.org Thu May 17 18:30:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2246EDC5B4; Thu, 17 May 2018 18:30: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 E0F0A6F51D; Thu, 17 May 2018 18:30: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 6B9175180; Thu, 17 May 2018 18:30: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 w4HIUOkZ086270; Thu, 17 May 2018 18:30:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIUOL6086269; Thu, 17 May 2018 18:30:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIUOL6086269@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, 17 May 2018 18:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470237 - 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: 470237 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:26 -0000 Author: sunpoet Date: Thu May 17 18:30:23 2018 New Revision: 470237 URL: https://svnweb.freebsd.org/changeset/ports/470237 Log: Update to 2.11.51 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 May 17 18:30:18 2018 (r470236) +++ head/devel/rubygem-aws-sdk/Makefile Thu May 17 18:30:23 2018 (r470237) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.50 +DISTVERSION= 2.11.51 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Thu May 17 18:30:18 2018 (r470236) +++ head/devel/rubygem-aws-sdk/distinfo Thu May 17 18:30:23 2018 (r470237) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526504997 -SHA256 (rubygem/aws-sdk-2.11.50.gem) = 914704b879599d1e8728aac425d462b3b6918f070c9c744054677ece11136f79 -SIZE (rubygem/aws-sdk-2.11.50.gem) = 4608 +TIMESTAMP = 1526575504 +SHA256 (rubygem/aws-sdk-2.11.51.gem) = f030c1bf3aa852be2f566b00cc8181330087e0255009d5998f05a765019f69d5 +SIZE (rubygem/aws-sdk-2.11.51.gem) = 4608 From owner-svn-ports-head@freebsd.org Thu May 17 18:30:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CB13EDC5F0; Thu, 17 May 2018 18:30: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 33BC06F5C4; Thu, 17 May 2018 18:30: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 D61065181; Thu, 17 May 2018 18:30: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 w4HIUT9n086394; Thu, 17 May 2018 18:30:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIUTak086392; Thu, 17 May 2018 18:30:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIUTak086392@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, 17 May 2018 18:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470238 - head/devel/rubygem-git X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-git X-SVN-Commit-Revision: 470238 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:30 -0000 Author: sunpoet Date: Thu May 17 18:30:29 2018 New Revision: 470238 URL: https://svnweb.freebsd.org/changeset/ports/470238 Log: Update to 1.4.0 Changes: https://github.com/ruby-git/ruby-git/releases Modified: head/devel/rubygem-git/Makefile head/devel/rubygem-git/distinfo Modified: head/devel/rubygem-git/Makefile ============================================================================== --- head/devel/rubygem-git/Makefile Thu May 17 18:30:23 2018 (r470237) +++ head/devel/rubygem-git/Makefile Thu May 17 18:30:29 2018 (r470238) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-git/distinfo ============================================================================== --- head/devel/rubygem-git/distinfo Thu May 17 18:30:23 2018 (r470237) +++ head/devel/rubygem-git/distinfo Thu May 17 18:30:29 2018 (r470238) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486254709 -SHA256 (rubygem/git-1.3.0.gem) = 031bc93c553b04e234c40000c8d571eba5409a4350036e8968411dfe9e9a51f1 -SIZE (rubygem/git-1.3.0.gem) = 27648 +TIMESTAMP = 1526575514 +SHA256 (rubygem/git-1.4.0.gem) = ddd8d80a50bb4e2ce4a9b14bd1512a889fe6c380e6446a776a5b36ca85392985 +SIZE (rubygem/git-1.4.0.gem) = 28160 From owner-svn-ports-head@freebsd.org Thu May 17 18:30:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84D00EDC620; Thu, 17 May 2018 18: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 25FEF6F68E; Thu, 17 May 2018 18: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 067D05186; Thu, 17 May 2018 18: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 w4HIUYUY087202; Thu, 17 May 2018 18:30:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIUY0M087201; Thu, 17 May 2018 18:30:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIUY0M087201@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, 17 May 2018 18:30:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470239 - head/security/rubygem-bcrypt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-bcrypt X-SVN-Commit-Revision: 470239 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:35 -0000 Author: sunpoet Date: Thu May 17 18:30:34 2018 New Revision: 470239 URL: https://svnweb.freebsd.org/changeset/ports/470239 Log: Update to 3.1.12 Changes: https://github.com/codahale/bcrypt-ruby/releases Modified: head/security/rubygem-bcrypt/Makefile head/security/rubygem-bcrypt/distinfo Modified: head/security/rubygem-bcrypt/Makefile ============================================================================== --- head/security/rubygem-bcrypt/Makefile Thu May 17 18:30:29 2018 (r470238) +++ head/security/rubygem-bcrypt/Makefile Thu May 17 18:30:34 2018 (r470239) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bcrypt -PORTVERSION= 3.1.11 +PORTVERSION= 3.1.12 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-bcrypt/distinfo ============================================================================== --- head/security/rubygem-bcrypt/distinfo Thu May 17 18:30:29 2018 (r470238) +++ head/security/rubygem-bcrypt/distinfo Thu May 17 18:30:34 2018 (r470239) @@ -1,2 +1,3 @@ -SHA256 (rubygem/bcrypt-3.1.11.gem) = a0fc22135205c851f46e8a661de8be242d54951cbd2c37a6fad5c8069b2645b4 -SIZE (rubygem/bcrypt-3.1.11.gem) = 44032 +TIMESTAMP = 1526575523 +SHA256 (rubygem/bcrypt-3.1.12.gem) = defdc7d58313b6b34858babd314c56aba27151ae65d5095a86b652363ba64b7b +SIZE (rubygem/bcrypt-3.1.12.gem) = 44544 From owner-svn-ports-head@freebsd.org Thu May 17 18:30:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9268EDC65D; Thu, 17 May 2018 18:30:40 +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 4AAEA6F772; Thu, 17 May 2018 18:30: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 2C4DB5192; Thu, 17 May 2018 18:30: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 w4HIUdWw087327; Thu, 17 May 2018 18:30:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIUdXT087325; Thu, 17 May 2018 18:30:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIUdXT087325@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, 17 May 2018 18:30:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470240 - head/sysutils/rubygem-bundler X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-bundler X-SVN-Commit-Revision: 470240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:40 -0000 Author: sunpoet Date: Thu May 17 18:30:39 2018 New Revision: 470240 URL: https://svnweb.freebsd.org/changeset/ports/470240 Log: Update to 1.16.2 Changes: https://github.com/bundler/bundler/releases Modified: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo Modified: head/sysutils/rubygem-bundler/Makefile ============================================================================== --- head/sysutils/rubygem-bundler/Makefile Thu May 17 18:30:34 2018 (r470239) +++ head/sysutils/rubygem-bundler/Makefile Thu May 17 18:30:39 2018 (r470240) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bundler -PORTVERSION= 1.16.1 +PORTVERSION= 1.16.2 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bundler/distinfo ============================================================================== --- head/sysutils/rubygem-bundler/distinfo Thu May 17 18:30:34 2018 (r470239) +++ head/sysutils/rubygem-bundler/distinfo Thu May 17 18:30:39 2018 (r470240) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513969182 -SHA256 (rubygem/bundler-1.16.1.gem) = 42b8e0f57093e1d10c15542f956a871446b759e7969d99f91caf3b6731c156e8 -SIZE (rubygem/bundler-1.16.1.gem) = 349696 +TIMESTAMP = 1526575536 +SHA256 (rubygem/bundler-1.16.2.gem) = 3bb53e03db0a8008161eb4c816ccd317120d3c415ba6fee6f90bbc7f7eec8690 +SIZE (rubygem/bundler-1.16.2.gem) = 352768 From owner-svn-ports-head@freebsd.org Thu May 17 18:30:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4364FEDC68B; Thu, 17 May 2018 18: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 D7E116F86A; Thu, 17 May 2018 18: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 91636528E; Thu, 17 May 2018 18:30: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 w4HIUjGZ088143; Thu, 17 May 2018 18:30:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIUjU7088142; Thu, 17 May 2018 18:30:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIUjU7088142@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, 17 May 2018 18:30:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470241 - head/textproc/rubygem-sanitize X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-sanitize X-SVN-Commit-Revision: 470241 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:46 -0000 Author: sunpoet Date: Thu May 17 18:30:44 2018 New Revision: 470241 URL: https://svnweb.freebsd.org/changeset/ports/470241 Log: Update to 4.6.5 Changes: https://github.com/rgrove/sanitize/releases Modified: head/textproc/rubygem-sanitize/Makefile head/textproc/rubygem-sanitize/distinfo Modified: head/textproc/rubygem-sanitize/Makefile ============================================================================== --- head/textproc/rubygem-sanitize/Makefile Thu May 17 18:30:39 2018 (r470240) +++ head/textproc/rubygem-sanitize/Makefile Thu May 17 18:30:44 2018 (r470241) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sanitize -PORTVERSION= 4.6.4 +PORTVERSION= 4.6.5 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-sanitize/distinfo ============================================================================== --- head/textproc/rubygem-sanitize/distinfo Thu May 17 18:30:39 2018 (r470240) +++ head/textproc/rubygem-sanitize/distinfo Thu May 17 18:30:44 2018 (r470241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521732257 -SHA256 (rubygem/sanitize-4.6.4.gem) = 513a8bf36e35b27cc5a96466f35b7c394413bd4a5a9003303925ce2230960bed -SIZE (rubygem/sanitize-4.6.4.gem) = 41984 +TIMESTAMP = 1526575547 +SHA256 (rubygem/sanitize-4.6.5.gem) = a4ff5bbd2d8dcd3ed287685533c9579d2593f6127a74392759004fb43e190457 +SIZE (rubygem/sanitize-4.6.5.gem) = 41984 From owner-svn-ports-head@freebsd.org Thu May 17 18:30:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FA93EDC6C6; Thu, 17 May 2018 18:30:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E098A6F93D; Thu, 17 May 2018 18:30: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 C1C4D5296; Thu, 17 May 2018 18:30: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 w4HIUofe088249; Thu, 17 May 2018 18:30:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIUoEJ088248; Thu, 17 May 2018 18:30:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIUoEJ088248@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, 17 May 2018 18:30:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470242 - head/devel/gitaly X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/gitaly X-SVN-Commit-Revision: 470242 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:51 -0000 Author: sunpoet Date: Thu May 17 18:30:50 2018 New Revision: 470242 URL: https://svnweb.freebsd.org/changeset/ports/470242 Log: Bump PORTREVISION for package change caused by rubygem-bundler 1.16.2 update Modified: head/devel/gitaly/Makefile Modified: head/devel/gitaly/Makefile ============================================================================== --- head/devel/gitaly/Makefile Thu May 17 18:30:44 2018 (r470241) +++ head/devel/gitaly/Makefile Thu May 17 18:30:50 2018 (r470242) @@ -2,7 +2,7 @@ PORTNAME= gitaly DISTVERSION= 0.96.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org From owner-svn-ports-head@freebsd.org Thu May 17 18:30:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1562BEDC704; Thu, 17 May 2018 18:30: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 B3EFD6FA12; Thu, 17 May 2018 18:30: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 87F44529C; Thu, 17 May 2018 18:30: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 w4HIUtlJ088358; Thu, 17 May 2018 18:30:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIUtwe088357; Thu, 17 May 2018 18:30:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171830.w4HIUtwe088357@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, 17 May 2018 18:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470243 - head/security/py-certbot-nginx X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-certbot-nginx X-SVN-Commit-Revision: 470243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:30:56 -0000 Author: sunpoet Date: Thu May 17 18:30:55 2018 New Revision: 470243 URL: https://svnweb.freebsd.org/changeset/ports/470243 Log: Fix nginx server root path - Bump PORTREVISION for package change PR: 228294 Reported by: Dhananjay Balan Modified: head/security/py-certbot-nginx/Makefile Modified: head/security/py-certbot-nginx/Makefile ============================================================================== --- head/security/py-certbot-nginx/Makefile Thu May 17 18:30:50 2018 (r470242) +++ head/security/py-certbot-nginx/Makefile Thu May 17 18:30:55 2018 (r470243) @@ -2,7 +2,7 @@ PORTNAME= certbot-nginx PORTVERSION= ${ACME_VERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,6 +29,9 @@ OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${FLAVOR} + +post-patch: + @${REINPLACE_CMD} -e '/server_root=/ s|/etc/nginx|${LOCALBASE}&|' ${WRKSRC}/certbot_nginx/constants.py .include "${.CURDIR}/../py-acme/version.mk" .include From owner-svn-ports-head@freebsd.org Thu May 17 18:31:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 259DFEDC741; Thu, 17 May 2018 18:31: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 40BE86FB0F; Thu, 17 May 2018 18:31: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 0369D52A7; Thu, 17 May 2018 18:31: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 w4HIV0c8088500; Thu, 17 May 2018 18:31:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIV06D088498; Thu, 17 May 2018 18:31:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171831.w4HIV06D088498@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, 17 May 2018 18:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470244 - head/devel/mercurial X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/mercurial X-SVN-Commit-Revision: 470244 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:31:02 -0000 Author: sunpoet Date: Thu May 17 18:31:00 2018 New Revision: 470244 URL: https://svnweb.freebsd.org/changeset/ports/470244 Log: Install hgweb.cgi - Bump PORTREVISION for package change PR: 228303 Requested by: Martin Birgmeier Modified: head/devel/mercurial/Makefile head/devel/mercurial/pkg-plist Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Thu May 17 18:30:55 2018 (r470243) +++ head/devel/mercurial/Makefile Thu May 17 18:31:00 2018 (r470244) @@ -3,6 +3,7 @@ PORTNAME= mercurial PORTVERSION= 4.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= https://www.mercurial-scm.org/release/ @@ -68,7 +69,7 @@ post-install-DATA-on: ${INSTALL_DATA} ${WRKSRC}/contrib/${f} \ ${STAGEDIR}${DATADIR}/contrib/${f} .endfor - ${INSTALL_DATA} ${WRKSRC}/contrib/hgweb.* ${STAGEDIR}${DATADIR}/www + ${INSTALL_DATA} ${WRKSRC}/hgweb.cgi ${WRKSRC}/contrib/hgweb.* ${STAGEDIR}${DATADIR}/www post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/mercurial/pkg-plist ============================================================================== --- head/devel/mercurial/pkg-plist Thu May 17 18:30:55 2018 (r470243) +++ head/devel/mercurial/pkg-plist Thu May 17 18:31:00 2018 (r470244) @@ -1190,5 +1190,6 @@ man/man5/hgrc.5.gz %%DATA%%%%DATADIR%%/contrib/vim/patchreview.txt %%DATA%%%%DATADIR%%/contrib/vim/patchreview.vim %%DATA%%%%DATADIR%%/contrib/zsh_completion +%%DATA%%%%DATADIR%%/www/hgweb.cgi %%DATA%%%%DATADIR%%/www/hgweb.fcgi %%DATA%%%%DATADIR%%/www/hgweb.wsgi From owner-svn-ports-head@freebsd.org Thu May 17 18:57:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9B18EDD629; Thu, 17 May 2018 18:57:19 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D27F712DD; Thu, 17 May 2018 18:57:19 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F7D6566D; Thu, 17 May 2018 18:57:19 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4HIvJ3L002855; Thu, 17 May 2018 18:57:19 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HIvIcR002850; Thu, 17 May 2018 18:57:18 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201805171857.w4HIvIcR002850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 17 May 2018 18:57:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470246 - in head/databases: mariadb102-client mariadb102-client/files mariadb102-server mariadb102-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/databases: mariadb102-client mariadb102-client/files mariadb102-server mariadb102-server/files X-SVN-Commit-Revision: 470246 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 18:57:20 -0000 Author: brnrd Date: Thu May 17 18:57:17 2018 New Revision: 470246 URL: https://svnweb.freebsd.org/changeset/ports/470246 Log: databases/mariadb102-server: Security update to 10.2.15 MFH: 2018Q2 Security: 57aec168-453e-11e8-8777-b499baebfeaf Deleted: head/databases/mariadb102-client/files/patch-sql-common_client.c head/databases/mariadb102-server/files/patch-MDEV-15768 Modified: head/databases/mariadb102-client/Makefile head/databases/mariadb102-server/Makefile head/databases/mariadb102-server/distinfo head/databases/mariadb102-server/files/patch-sql-common_client.c head/databases/mariadb102-server/files/patch-sql_mysqld.cc Modified: head/databases/mariadb102-client/Makefile ============================================================================== --- head/databases/mariadb102-client/Makefile Thu May 17 18:31:49 2018 (r470245) +++ head/databases/mariadb102-client/Makefile Thu May 17 18:57:17 2018 (r470246) @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= mariadb -PORTREVISION= 3 PKGNAMESUFFIX= 102-client COMMENT= Multithreaded SQL database (client) Modified: head/databases/mariadb102-server/Makefile ============================================================================== --- head/databases/mariadb102-server/Makefile Thu May 17 18:31:49 2018 (r470245) +++ head/databases/mariadb102-server/Makefile Thu May 17 18:57:17 2018 (r470246) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.2.14 -PORTREVISION?= 2 +PORTVERSION= 10.2.15 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \ Modified: head/databases/mariadb102-server/distinfo ============================================================================== --- head/databases/mariadb102-server/distinfo Thu May 17 18:31:49 2018 (r470245) +++ head/databases/mariadb102-server/distinfo Thu May 17 18:57:17 2018 (r470246) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522324208 -SHA256 (mariadb-10.2.14.tar.gz) = 3443ec2d6e8af1eba49d097f6b2f6741c8d94b75abf19b8dd5753608f0703f7e -SIZE (mariadb-10.2.14.tar.gz) = 72607526 +TIMESTAMP = 1526556031 +SHA256 (mariadb-10.2.15.tar.gz) = 33de205158fc22fd8eb4e5770cc5ffa1cb4029f9c398dfd8c554ccb3e636ba11 +SIZE (mariadb-10.2.15.tar.gz) = 73329750 Modified: head/databases/mariadb102-server/files/patch-sql-common_client.c ============================================================================== --- head/databases/mariadb102-server/files/patch-sql-common_client.c Thu May 17 18:31:49 2018 (r470245) +++ head/databases/mariadb102-server/files/patch-sql-common_client.c Thu May 17 18:57:17 2018 (r470246) @@ -11,13 +11,3 @@ #include "client_settings.h" #include #include -@@ -1822,7 +1826,8 @@ - */ - - #ifdef HAVE_X509_check_host -- ret_validation= X509_check_host(server_cert, server_hostname, 0, 0, 0) != 1; -+ ret_validation= X509_check_host(server_cert, server_hostname, -+ strlen(server_hostname), 0, 0) != 1; - #else - subject= X509_get_subject_name(server_cert); - cn_loc= X509_NAME_get_index_by_NID(subject, NID_commonName, -1); Modified: head/databases/mariadb102-server/files/patch-sql_mysqld.cc ============================================================================== --- head/databases/mariadb102-server/files/patch-sql_mysqld.cc Thu May 17 18:31:49 2018 (r470245) +++ head/databases/mariadb102-server/files/patch-sql_mysqld.cc Thu May 17 18:57:17 2018 (r470246) @@ -1,21 +1,5 @@ --- sql/mysqld.cc.orig 2017-05-14 23:13:18 UTC +++ sql/mysqld.cc -@@ -111,6 +111,7 @@ - #endif - - #include -+#include - - #define mysqld_charset &my_charset_latin1 - -@@ -120,6 +121,7 @@ - #define HAVE_CLOSE_SERVER_SOCK 1 - #endif - -+ - extern "C" { // Because of SCO 3.2V4.2 - #include - #ifndef __GNU_LIBRARY__ @@ -4838,8 +4840,9 @@ static void init_ssl() while ((err= ERR_get_error())) sql_print_warning("SSL error: %s", ERR_error_string(err, NULL)); From owner-svn-ports-head@freebsd.org Thu May 17 19:11:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D17F2EDDBCB; Thu, 17 May 2018 19:11: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 8415371EEE; Thu, 17 May 2018 19:11: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 4BC3E594E; Thu, 17 May 2018 19:11: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 w4HJBfCX011231; Thu, 17 May 2018 19:11:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HJBewx011230; Thu, 17 May 2018 19:11:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805171911.w4HJBewx011230@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, 17 May 2018 19:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470247 - head/mail/p5-Email-Sender X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/p5-Email-Sender X-SVN-Commit-Revision: 470247 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 19:11:42 -0000 Author: sunpoet Date: Thu May 17 19:11:40 2018 New Revision: 470247 URL: https://svnweb.freebsd.org/changeset/ports/470247 Log: Update to 1.300031 - While I'm here: - Remove PORTREVISION - Update version requirement of *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Email-Sender/Changes PR: 227990 Submitted by: Melissa Pilgrim Approved by: Bill Brinzer (maintainer, via email) Modified: head/mail/p5-Email-Sender/Makefile head/mail/p5-Email-Sender/distinfo Modified: head/mail/p5-Email-Sender/Makefile ============================================================================== --- head/mail/p5-Email-Sender/Makefile Thu May 17 18:57:17 2018 (r470246) +++ head/mail/p5-Email-Sender/Makefile Thu May 17 19:11:40 2018 (r470247) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Email-Sender -PORTVERSION= 1.300011 -PORTREVISION= 1 +PORTVERSION= 1.300031 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -20,7 +19,7 @@ BUILD_DEPENDS= p5-Email-Abstract>=3.006:mail/p5-Email- p5-Email-Simple>=1.998:mail/p5-Email-Simple \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Module-Runtime>=0:devel/p5-Module-Runtime \ - p5-Moo>=1.000008:devel/p5-Moo \ + p5-Moo>=2.000000:devel/p5-Moo \ p5-MooX-Types-MooseLike>=0.15:devel/p5-MooX-Types-MooseLike \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ p5-Throwable>=0.200003:devel/p5-Throwable \ @@ -28,6 +27,7 @@ BUILD_DEPENDS= p5-Email-Abstract>=3.006:mail/p5-Email- RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Capture-Tiny>=0.08:devel/p5-Capture-Tiny +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/mail/p5-Email-Sender/distinfo ============================================================================== --- head/mail/p5-Email-Sender/distinfo Thu May 17 18:57:17 2018 (r470246) +++ head/mail/p5-Email-Sender/distinfo Thu May 17 19:11:40 2018 (r470247) @@ -1,2 +1,3 @@ -SHA256 (Email-Sender-1.300011.tar.gz) = f7d372b4199b561ea2f36e821e628eb7a6d9e8bf07cde2ba640858ad7126caa8 -SIZE (Email-Sender-1.300011.tar.gz) = 46210 +TIMESTAMP = 1526583723 +SHA256 (Email-Sender-1.300031.tar.gz) = c412372938510283d8c850127895e09c2b670f892e1c3992fd54c0c1a9064f14 +SIZE (Email-Sender-1.300031.tar.gz) = 51708 From owner-svn-ports-head@freebsd.org Thu May 17 20:01:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFFB2EDF33C; Thu, 17 May 2018 20:01:55 +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 6250574653; Thu, 17 May 2018 20:01:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 436536174; Thu, 17 May 2018 20:01:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4HK1trn037340; Thu, 17 May 2018 20:01:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HK1ssj037333; Thu, 17 May 2018 20:01:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805172001.w4HK1ssj037333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 17 May 2018 20:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470248 - in head/graphics: . gpxsee X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/graphics: . gpxsee X-SVN-Commit-Revision: 470248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 20:01:55 -0000 Author: pi Date: Thu May 17 20:01:53 2018 New Revision: 470248 URL: https://svnweb.freebsd.org/changeset/ports/470248 Log: New port: graphics/gpxsee GPS log file viewer and analyzer. GPXSee is a GPS log file viewer and analyzer that supports GPX, TCX, KML, FIT, IGC, NMEA and OziExplorer files. WWW: http://www.gpxsee.org/ PR: 227507 Submitted by: Nikolay Korotkiy Added: head/graphics/gpxsee/ head/graphics/gpxsee/Makefile (contents, props changed) head/graphics/gpxsee/distinfo (contents, props changed) head/graphics/gpxsee/pkg-descr (contents, props changed) head/graphics/gpxsee/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu May 17 19:11:40 2018 (r470247) +++ head/graphics/Makefile Thu May 17 20:01:53 2018 (r470248) @@ -302,6 +302,7 @@ SUBDIR += gpicview SUBDIR += gpsmanshp SUBDIR += gpu-firmware-kmod + SUBDIR += gpxsee SUBDIR += gracula SUBDIR += grads SUBDIR += grafx2 Added: head/graphics/gpxsee/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gpxsee/Makefile Thu May 17 20:01:53 2018 (r470248) @@ -0,0 +1,51 @@ +# Created by: Nikolay Korotkiy +# $FreeBSD$ + +PORTNAME= gpxsee +PORTVERSION= 5.11 +CATEGORIES= graphics geography + +MAINTAINER= sikmir@gmail.com +COMMENT= GPS log file viewer and analyzer + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/licence.txt + +USES= qmake:outsource desktop-file-utils shared-mime-info +USE_QT5= buildtools_build core gui network printsupport widgets +USE_GL= gl + +USE_GITHUB= yes +GH_ACCOUNT= tumic0 +GH_PROJECT= GPXSee + +OPTIONS_DEFINE= NLS TIFF +OPTIONS_DEFAULT= TIFF +OPTIONS_SUB= yes +NLS_USE= QT5=linguisttools_build +NLS_USES= gettext-runtime +TIFF_DESC= Support for TIFF +TIFF_USE= QT5=imageformats_run + +do-patch: + @${REINPLACE_CMD} -e "s|/usr/share/gpxsee|${DATADIR}|" ${WRKSRC}/src/config.h + +pre-build-NLS-on: + ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/GPXSee ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${MKDIR} ${STAGEDIR}${DATADIR}/maps + ${INSTALL_DATA} ${WRKSRC}/pkg/maps/* ${STAGEDIR}${DATADIR}/maps + @${MKDIR} ${STAGEDIR}${DATADIR}/csv + ${INSTALL_DATA} ${WRKSRC}/pkg/csv/* ${STAGEDIR}${DATADIR}/csv + ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/pkg/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications + @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages + ${INSTALL_DATA} ${WRKSRC}/pkg/${PORTNAME}.xml ${STAGEDIR}${PREFIX}/share/mime/packages + +do-install-NLS-on: + @${MKDIR} ${STAGEDIR}${DATADIR}/translations + ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${STAGEDIR}${DATADIR}/translations + +.include Added: head/graphics/gpxsee/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gpxsee/distinfo Thu May 17 20:01:53 2018 (r470248) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526549271 +SHA256 (tumic0-GPXSee-5.11_GH0.tar.gz) = 823b4e4057440abcb40fa29234ac08a68e529d6e4168b82f1d38003e6d8e95ba +SIZE (tumic0-GPXSee-5.11_GH0.tar.gz) = 3054694 Added: head/graphics/gpxsee/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gpxsee/pkg-descr Thu May 17 20:01:53 2018 (r470248) @@ -0,0 +1,6 @@ +GPS log file viewer and analyzer. + +GPXSee is a GPS log file viewer and analyzer that supports +GPX, TCX, KML, FIT, IGC, NMEA and OziExplorer files. + +WWW: http://www.gpxsee.org/ Added: head/graphics/gpxsee/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gpxsee/pkg-plist Thu May 17 20:01:53 2018 (r470248) @@ -0,0 +1,19 @@ +bin/gpxsee +share/applications/gpxsee.desktop +%%DATADIR%%/csv/ellipsoids.csv +%%DATADIR%%/csv/gcs.csv +%%DATADIR%%/csv/pcs.csv +%%DATADIR%%/maps/4UMaps.xml +%%DATADIR%%/maps/OpenStreetMap.xml +%%DATADIR%%/maps/OpenTopoMap.xml +%%DATADIR%%/maps/USGS-imagery.xml +%%DATADIR%%/maps/USGS-topo.xml +%%NLS%%%%DATADIR%%/translations/gpxsee_cs.qm +%%NLS%%%%DATADIR%%/translations/gpxsee_de.qm +%%NLS%%%%DATADIR%%/translations/gpxsee_fi.qm +%%NLS%%%%DATADIR%%/translations/gpxsee_fr.qm +%%NLS%%%%DATADIR%%/translations/gpxsee_pl.qm +%%NLS%%%%DATADIR%%/translations/gpxsee_ru.qm +%%NLS%%%%DATADIR%%/translations/gpxsee_sv.qm +share/mime/packages/gpxsee.xml +share/pixmaps/gpxsee.png From owner-svn-ports-head@freebsd.org Thu May 17 21:45:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65A78EE16A3; Thu, 17 May 2018 21:45:54 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A29277C44; Thu, 17 May 2018 21:45:54 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF76E722F; Thu, 17 May 2018 21:45:53 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4HLjrl8088512; Thu, 17 May 2018 21:45:53 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HLjrKn088509; Thu, 17 May 2018 21:45:53 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201805172145.w4HLjrKn088509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 17 May 2018 21:45:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470249 - head/databases/pg_citus X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/databases/pg_citus X-SVN-Commit-Revision: 470249 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 21:45:54 -0000 Author: matthew Date: Thu May 17 21:45:53 2018 New Revision: 470249 URL: https://svnweb.freebsd.org/changeset/ports/470249 Log: Update to 7.4.0 ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md Modified: head/databases/pg_citus/Makefile head/databases/pg_citus/distinfo head/databases/pg_citus/pkg-plist Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Thu May 17 20:01:53 2018 (r470248) +++ head/databases/pg_citus/Makefile Thu May 17 21:45:53 2018 (r470249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 7.3.0 +PORTVERSION= 7.4.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Thu May 17 20:01:53 2018 (r470248) +++ head/databases/pg_citus/distinfo Thu May 17 21:45:53 2018 (r470249) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521271310 -SHA256 (citusdata-citus-v7.3.0_GH0.tar.gz) = ab07b93af3d0d30e5a7f297d9ceefa002f34965c24bcea7a05fbf588d1df83bc -SIZE (citusdata-citus-v7.3.0_GH0.tar.gz) = 2478265 +TIMESTAMP = 1526537354 +SHA256 (citusdata-citus-v7.4.0_GH0.tar.gz) = 731f22b67e323ece5c9ba30972deb5d3ac11467c0fe8b874ebc1aa734dd05d07 +SIZE (citusdata-citus-v7.4.0_GH0.tar.gz) = 2554068 Modified: head/databases/pg_citus/pkg-plist ============================================================================== --- head/databases/pg_citus/pkg-plist Thu May 17 20:01:53 2018 (r470248) +++ head/databases/pg_citus/pkg-plist Thu May 17 21:45:53 2018 (r470249) @@ -12,6 +12,7 @@ include/postgresql/server/distributed/distributed_dead include/postgresql/server/distributed/distributed_planner.h include/postgresql/server/distributed/distribution_column.h include/postgresql/server/distributed/errormessage.h +include/postgresql/server/distributed/extended_op_node_utils.h include/postgresql/server/distributed/hash_helpers.h include/postgresql/server/distributed/insert_select_executor.h include/postgresql/server/distributed/insert_select_planner.h @@ -50,6 +51,7 @@ include/postgresql/server/distributed/pg_dist_shard.h include/postgresql/server/distributed/pg_dist_transaction.h include/postgresql/server/distributed/placement_connection.h include/postgresql/server/distributed/query_colocation_checker.h +include/postgresql/server/distributed/query_pushdown_planning.h include/postgresql/server/distributed/recursive_planning.h include/postgresql/server/distributed/reference_table_utils.h include/postgresql/server/distributed/relation_restriction_equivalence.h @@ -223,11 +225,17 @@ share/postgresql/extension/citus--7.2-1--7.2-2.sql share/postgresql/extension/citus--7.2-1.sql share/postgresql/extension/citus--7.2-2--7.2-3.sql share/postgresql/extension/citus--7.2-2.sql -share/postgresql/extension/citus--7.2-3.sql share/postgresql/extension/citus--7.2-3--7.3-1.sql +share/postgresql/extension/citus--7.2-3.sql share/postgresql/extension/citus--7.3-1--7.3-2.sql share/postgresql/extension/citus--7.3-1.sql share/postgresql/extension/citus--7.3-2--7.3-3.sql share/postgresql/extension/citus--7.3-2.sql +share/postgresql/extension/citus--7.3-3--7.4-1.sql share/postgresql/extension/citus--7.3-3.sql +share/postgresql/extension/citus--7.4-1--7.4-2.sql +share/postgresql/extension/citus--7.4-1.sql +share/postgresql/extension/citus--7.4-2--7.4-3.sql +share/postgresql/extension/citus--7.4-2.sql +share/postgresql/extension/citus--7.4-3.sql share/postgresql/extension/citus.control From owner-svn-ports-head@freebsd.org Fri May 18 00:15:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23B95EE426D; Fri, 18 May 2018 00:15:11 +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 C97F07C7F7; Fri, 18 May 2018 00:15:10 +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 A5F8C10A48; Fri, 18 May 2018 00:15:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I0FAei063189; Fri, 18 May 2018 00:15:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I0FA0J063188; Fri, 18 May 2018 00:15:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805180015.w4I0FA0J063188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 18 May 2018 00:15:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470250 - head/astro/gpsprune X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/astro/gpsprune X-SVN-Commit-Revision: 470250 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 00:15:11 -0000 Author: amdmi3 Date: Fri May 18 00:15:10 2018 New Revision: 470250 URL: https://svnweb.freebsd.org/changeset/ports/470250 Log: - Update to 19 Modified: head/astro/gpsprune/Makefile head/astro/gpsprune/distinfo Modified: head/astro/gpsprune/Makefile ============================================================================== --- head/astro/gpsprune/Makefile Thu May 17 21:45:53 2018 (r470249) +++ head/astro/gpsprune/Makefile Fri May 18 00:15:10 2018 (r470250) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpsprune -PORTVERSION= 18.6 +PORTVERSION= 19 CATEGORIES= astro java MASTER_SITES= http://activityworkshop.net/software/${PORTNAME}/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/astro/gpsprune/distinfo ============================================================================== --- head/astro/gpsprune/distinfo Thu May 17 21:45:53 2018 (r470249) +++ head/astro/gpsprune/distinfo Fri May 18 00:15:10 2018 (r470250) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482255332 -SHA256 (gpsprune_18.6.jar) = f8f0b985efbf97a533be1090347a61ae1da0e709d1db2284fe9c4922e4bc29c6 -SIZE (gpsprune_18.6.jar) = 1165767 +TIMESTAMP = 1526308671 +SHA256 (gpsprune_19.jar) = a58f972a7956d632e3b5abc20c72700a59109f1d16606a5c78eebe5fca730858 +SIZE (gpsprune_19.jar) = 1208599 From owner-svn-ports-head@freebsd.org Fri May 18 00:15:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4311EE427D; Fri, 18 May 2018 00:15: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 97EC57C7FC; Fri, 18 May 2018 00:15:14 +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 790DD10A49; Fri, 18 May 2018 00:15:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I0FEHT063314; Fri, 18 May 2018 00:15:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I0FE4k063313; Fri, 18 May 2018 00:15:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805180015.w4I0FE4k063313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 18 May 2018 00:15:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470251 - head/games/reminiscence X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/reminiscence X-SVN-Commit-Revision: 470251 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 00:15:15 -0000 Author: amdmi3 Date: Fri May 18 00:15:13 2018 New Revision: 470251 URL: https://svnweb.freebsd.org/changeset/ports/470251 Log: - Update to 0.3.7 Modified: head/games/reminiscence/Makefile head/games/reminiscence/distinfo Modified: head/games/reminiscence/Makefile ============================================================================== --- head/games/reminiscence/Makefile Fri May 18 00:15:10 2018 (r470250) +++ head/games/reminiscence/Makefile Fri May 18 00:15:13 2018 (r470251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= REminiscence -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.7 CATEGORIES= games MASTER_SITES= http://cyxdown.free.fr/reminiscence/ \ https://mirror.amdmi3.ru/distfiles/ Modified: head/games/reminiscence/distinfo ============================================================================== --- head/games/reminiscence/distinfo Fri May 18 00:15:10 2018 (r470250) +++ head/games/reminiscence/distinfo Fri May 18 00:15:13 2018 (r470251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522624711 -SHA256 (REminiscence-0.3.6.tar.bz2) = 7d3baf258e3b05e86a91b6cc33765367710821a9f18c88f11ae1384bb9884528 -SIZE (REminiscence-0.3.6.tar.bz2) = 123595 +TIMESTAMP = 1526309088 +SHA256 (REminiscence-0.3.7.tar.bz2) = 3e1b9d8e260e5aca086c4a95a833abb2918a2a81047df706770b8f7dcda1934f +SIZE (REminiscence-0.3.7.tar.bz2) = 128780 From owner-svn-ports-head@freebsd.org Fri May 18 00:18:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 527C1EE438C; Fri, 18 May 2018 00:18:03 +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 ED85E7C9E7; Fri, 18 May 2018 00:18:02 +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 CB59F10A4B; Fri, 18 May 2018 00:18:02 +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 w4I0I2b9063567; Fri, 18 May 2018 00:18:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I0I1ch063562; Fri, 18 May 2018 00:18:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805180018.w4I0I1ch063562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 18 May 2018 00:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470252 - in head/graphics/scrot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/graphics/scrot: . files X-SVN-Commit-Revision: 470252 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 00:18:03 -0000 Author: amdmi3 Date: Fri May 18 00:18:01 2018 New Revision: 470252 URL: https://svnweb.freebsd.org/changeset/ports/470252 Log: - Replace MASTER_SITES with GitHub (no code changes) - Add LICENSE - Add missing LIB_DEPENDS and USE_XORG - Regenerate patches - Improve pkg-descr PR: 228258 Submitted by: 0mp Modified: head/graphics/scrot/Makefile head/graphics/scrot/distinfo head/graphics/scrot/files/patch-Makefile.in head/graphics/scrot/files/patch-src-Makefile.in head/graphics/scrot/pkg-descr Modified: head/graphics/scrot/Makefile ============================================================================== --- head/graphics/scrot/Makefile Fri May 18 00:15:13 2018 (r470251) +++ head/graphics/scrot/Makefile Fri May 18 00:18:01 2018 (r470252) @@ -2,18 +2,25 @@ # $FreeBSD$ PORTNAME= scrot -PORTVERSION= 0.8 -PORTREVISION= 7 +DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 0.8 +PORTREVISION= 8 CATEGORIES= graphics -MASTER_SITES= http://linuxbrit.co.uk/downloads/ \ - http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Screen capture utility that utilizes Imlib2 -LIB_DEPENDS= libgiblib.so:graphics/giblib +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libgiblib.so:graphics/giblib \ + libImlib2.so:graphics/imlib2 + +USE_GITHUB= yes +GH_ACCOUNT= dreamer + GNU_CONFIGURE= yes +USE_XORG= x11 PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDOCS= * Modified: head/graphics/scrot/distinfo ============================================================================== --- head/graphics/scrot/distinfo Fri May 18 00:15:13 2018 (r470251) +++ head/graphics/scrot/distinfo Fri May 18 00:18:01 2018 (r470252) @@ -1,2 +1,3 @@ -SHA256 (scrot-0.8.tar.gz) = 613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2 -SIZE (scrot-0.8.tar.gz) = 74324 +TIMESTAMP = 1526342099 +SHA256 (dreamer-scrot-scrot-0.8_GH0.tar.gz) = ca9156a06b468334e18220040b2984da60136f6a2e0e979f668eda6e3f1e1c05 +SIZE (dreamer-scrot-scrot-0.8_GH0.tar.gz) = 73797 Modified: head/graphics/scrot/files/patch-Makefile.in ============================================================================== --- head/graphics/scrot/files/patch-Makefile.in Fri May 18 00:15:13 2018 (r470251) +++ head/graphics/scrot/files/patch-Makefile.in Fri May 18 00:18:01 2018 (r470252) @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Aug 29 13:57:11 2001 -+++ Makefile.in Sun Jan 27 10:19:21 2002 -@@ -82,7 +82,7 @@ +--- Makefile.in.orig 2010-05-15 23:25:41 UTC ++++ Makefile.in +@@ -82,7 +82,7 @@ INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix man_MANS = scrot.1 docs_DATA = README AUTHORS ChangeLog TODO Modified: head/graphics/scrot/files/patch-src-Makefile.in ============================================================================== --- head/graphics/scrot/files/patch-src-Makefile.in Fri May 18 00:15:13 2018 (r470251) +++ head/graphics/scrot/files/patch-src-Makefile.in Fri May 18 00:18:01 2018 (r470252) @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig Sat Dec 16 16:25:06 2000 -+++ src/Makefile.in Sat Dec 16 23:32:08 2000 -@@ -70,7 +70,7 @@ +--- src/Makefile.in.orig 2010-05-15 23:25:41 UTC ++++ src/Makefile.in +@@ -74,7 +74,7 @@ VERSION = @VERSION@ MAINTAINERCLEANFILES = Makefile.in LDFLAGS = -L/usr/X11R6/lib Modified: head/graphics/scrot/pkg-descr ============================================================================== --- head/graphics/scrot/pkg-descr Fri May 18 00:15:13 2018 (r470251) +++ head/graphics/scrot/pkg-descr Fri May 18 00:18:01 2018 (r470252) @@ -1,3 +1,15 @@ -A screen capture utility that utilizes Imlib2. +A screen capture CLI utility that utilizes Imlib2. -WWW: http://linuxbrit.co.uk/scrot/ +It has the following set of features: + + - user-definable time delay + - image quality control + - interactive rectangular mouse selection of any screen part + - screen capture for individual windows + - scriptable screen shot processing + +Although scrot is no longer in active development, it is still widely used +today. Similar programs, which were either based on or inspired by scrot, are +graphics/maim and x11/slop. + +WWW: https://github.com/dreamer/scrot From owner-svn-ports-head@freebsd.org Fri May 18 00:31:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 699D8EE47D4; Fri, 18 May 2018 00: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 1B2FA7CF6B; Fri, 18 May 2018 00: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 F088110D1F; Fri, 18 May 2018 00: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 w4I0VTj1073037; Fri, 18 May 2018 00:31:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I0VTjJ073035; Fri, 18 May 2018 00:31:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805180031.w4I0VTjJ073035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 18 May 2018 00:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470253 - head/textproc/uncrustify X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/textproc/uncrustify X-SVN-Commit-Revision: 470253 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 00:31:30 -0000 Author: amdmi3 Date: Fri May 18 00:31:29 2018 New Revision: 470253 URL: https://svnweb.freebsd.org/changeset/ports/470253 Log: - Update to 0.67 Modified: head/textproc/uncrustify/Makefile head/textproc/uncrustify/distinfo Modified: head/textproc/uncrustify/Makefile ============================================================================== --- head/textproc/uncrustify/Makefile Fri May 18 00:18:01 2018 (r470252) +++ head/textproc/uncrustify/Makefile Fri May 18 00:31:29 2018 (r470253) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= uncrustify -PORTVERSION= 0.66.1 +PORTVERSION= 0.67 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Highly configurable source code beautifier @@ -16,7 +16,8 @@ BROKEN_mips= fails to compile: cc1plus: error: unreco BROKEN_mips64= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" -NO_WRKSUBDIR= yes +USE_GITHUB= yes + USES= cmake:outsource CMAKE_ARGS= -DNoGitVersionString:BOOL=TRUE TEST_TARGET= test Modified: head/textproc/uncrustify/distinfo ============================================================================== --- head/textproc/uncrustify/distinfo Fri May 18 00:18:01 2018 (r470252) +++ head/textproc/uncrustify/distinfo Fri May 18 00:31:29 2018 (r470253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511526864 -SHA256 (uncrustify-0.66.1.tar.gz) = 4b36dabcb33cfc286d79ea8fcb5babadf1d0a25eb5eb7ea9da650414325063e4 -SIZE (uncrustify-0.66.1.tar.gz) = 1207329 +TIMESTAMP = 1526601254 +SHA256 (uncrustify-uncrustify-uncrustify-0.67_GH0.tar.gz) = 0e033e8d1a6fd0b4162ff18d8d0549e475561ebde9d197e3572069cc23c9e70b +SIZE (uncrustify-uncrustify-uncrustify-0.67_GH0.tar.gz) = 1514735 From owner-svn-ports-head@freebsd.org Fri May 18 01:23:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5BD4EE5459; Fri, 18 May 2018 01:23:42 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A9CD7E26B; Fri, 18 May 2018 01:23:42 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4AD8D11585; Fri, 18 May 2018 01:23:42 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I1Ngu2098467; Fri, 18 May 2018 01:23:42 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I1NfQ0098465; Fri, 18 May 2018 01:23:41 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201805180123.w4I1NfQ0098465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 18 May 2018 01:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470254 - head/databases/pg_activity X-SVN-Group: ports-head X-SVN-Commit-Author: jgh X-SVN-Commit-Paths: head/databases/pg_activity X-SVN-Commit-Revision: 470254 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 01:23:43 -0000 Author: jgh Date: Fri May 18 01:23:41 2018 New Revision: 470254 URL: https://svnweb.freebsd.org/changeset/ports/470254 Log: - update to 1.4.0 - while here shift users per portlint Modified: head/databases/pg_activity/Makefile head/databases/pg_activity/distinfo Modified: head/databases/pg_activity/Makefile ============================================================================== --- head/databases/pg_activity/Makefile Fri May 18 00:31:29 2018 (r470253) +++ head/databases/pg_activity/Makefile Fri May 18 01:23:41 2018 (r470254) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pg_activity -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v CATEGORIES= databases python @@ -16,10 +16,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databa OPTIONS_DEFINE= DOCS +USES= python USE_GITHUB= yes GH_ACCOUNT= julmon -USES= python USE_PYTHON= autoplist distutils noegginfo concurrent optsuffix PYDISTUTILS_INSTALLARGS= --with-man Modified: head/databases/pg_activity/distinfo ============================================================================== --- head/databases/pg_activity/distinfo Fri May 18 00:31:29 2018 (r470253) +++ head/databases/pg_activity/distinfo Fri May 18 01:23:41 2018 (r470254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490118791 -SHA256 (julmon-pg_activity-v1.3.1_GH0.tar.gz) = 98a5804f853dfcaa049179f7d82eb9f1e7937d49e5fe08e6d8ebdfd51433e602 -SIZE (julmon-pg_activity-v1.3.1_GH0.tar.gz) = 89506 +TIMESTAMP = 1526180095 +SHA256 (julmon-pg_activity-v1.4.0_GH0.tar.gz) = 9699670f1acaf2b948e3b06c4bafdb44ada8bbc511e96169b5301562a6233805 +SIZE (julmon-pg_activity-v1.4.0_GH0.tar.gz) = 90176 From owner-svn-ports-head@freebsd.org Fri May 18 01:28:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5ED9EE54D8; Fri, 18 May 2018 01:28:24 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 852147E396; Fri, 18 May 2018 01:28:24 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BA9211587; Fri, 18 May 2018 01:28:24 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I1SOZW098776; Fri, 18 May 2018 01:28:24 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I1SNRC098772; Fri, 18 May 2018 01:28:23 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201805180128.w4I1SNRC098772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 18 May 2018 01:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470255 - in head/sysutils/devcpu-data: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sbruno X-SVN-Commit-Paths: in head/sysutils/devcpu-data: . files X-SVN-Commit-Revision: 470255 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 01:28:25 -0000 Author: sbruno Date: Fri May 18 01:28:23 2018 New Revision: 470255 URL: https://svnweb.freebsd.org/changeset/ports/470255 Log: sysutils/devcpu-data - Use new tool committed by Ed Maste of the FreeBSD Foundation to process Intel microcode files into a format cpucontrol can process. - Assume maintainer role for the time being. (approved by portmgr) Reviewed by: delphij emaste Approved by: portmgr (rene) Security: yes Sponsored by: Limelight Networks and The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D15443 Added: head/sysutils/devcpu-data/files/ucode-split.c (contents, props changed) Deleted: head/sysutils/devcpu-data/files/ucode-tool.c Modified: head/sysutils/devcpu-data/Makefile head/sysutils/devcpu-data/files/Makefile head/sysutils/devcpu-data/pkg-plist Modified: head/sysutils/devcpu-data/Makefile ============================================================================== --- head/sysutils/devcpu-data/Makefile Fri May 18 01:23:41 2018 (r470254) +++ head/sysutils/devcpu-data/Makefile Fri May 18 01:28:23 2018 (r470255) @@ -3,6 +3,7 @@ PORTNAME= data PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://downloadmirror.intel.com/27591/eng/:intel \ LOCAL/sbruno:amd @@ -10,7 +11,7 @@ PKGNAMEPREFIX= devcpu- DISTFILES= microcode-20180312.tgz:intel \ amd64-microcode_3.20171205.1.tar.xz:amd -MAINTAINER= clarkjc@runbox.com +MAINTAINER= sbruno@freebsd.org COMMENT= Intel and AMD CPUs microcode updates LICENSE= EULA @@ -27,7 +28,7 @@ DATADIR= ${PREFIX}/share/cpucontrol USE_RC_SUBR= microcode_update post-extract: - ${CP} -p ${FILESDIR}/Makefile ${FILESDIR}/ucode-tool.c ${WRKSRC} + ${CP} -p ${FILESDIR}/Makefile ${FILESDIR}/ucode-split.c ${WRKSRC} do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ Modified: head/sysutils/devcpu-data/files/Makefile ============================================================================== --- head/sysutils/devcpu-data/files/Makefile Fri May 18 01:23:41 2018 (r470254) +++ head/sysutils/devcpu-data/files/Makefile Fri May 18 01:28:23 2018 (r470255) @@ -1,14 +1,18 @@ # $FreeBSD$ -INTEL_UCODE= microcode.dat +INTEL_UCODE= intel-ucode OUTPUT_DIR= mcodes + all: ucode -ucode: ucode-tool +ucode: ucode-split mkdir -p $(OUTPUT_DIR) - ./ucode-tool -o $(OUTPUT_DIR) -i $(INTEL_UCODE) + cd ${OUTPUT_DIR} && \ + for file in ../${INTEL_UCODE}/*; do \ + ../ucode-split $$file; \ + done -# Use the host cc to compile ucode-tool in case of cross-compile -ucode-tool: ucode-tool.c - cc ucode-tool.c -o $@ +# Use the host cc to compile ucode-split in case of cross-compile +ucode-split: ucode-split.c + cc ucode-split.c -o $@ clean: - rm -rf $(OUTPUT_DIR) ucode-tool + rm -rf $(OUTPUT_DIR) ucode-split Added: head/sysutils/devcpu-data/files/ucode-split.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/devcpu-data/files/ucode-split.c Fri May 18 01:28:23 2018 (r470255) @@ -0,0 +1,205 @@ +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (C) 2018 The FreeBSD Foundation. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $FreeBSD$ + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +static const size_t bufsize = 65536; + +/* SDM vol 3 9.11.1 Intel microcode header. */ +struct microcode_update_header { + uint32_t header_version; + uint32_t update_revision; + uint32_t date; /* BCD mmddyyyy */ + uint32_t processor_signature; + uint32_t checksum; /* Over update data and header */ + uint32_t loader_revision; + uint32_t processor_flags; + uint32_t data_size; + uint32_t total_size; + uint32_t reserved[3]; +}; + +/* + * SDM vol 2A CPUID EAX = 01h Returns Model, Family, Stepping Information. + * Caller must free the returned string. + */ + +static char * +format_signature(uint32_t signature) +{ + char *buf; + unsigned family, model, stepping; + + family = (signature & 0xf00) >> 8; + model = (signature & 0xf0) >> 4; + stepping = signature & 0xf; + if (family == 0x06 || family == 0x0f) + model += (signature & 0xf0000) >> 12; + if (family == 0x0f) + family += (signature & 0xff00000) >> 20; + asprintf(&buf, "%02x-%02x-%02x", family, model, stepping); + if (buf == NULL) + err(1, "asprintf"); + return (buf); +} + +static void +dump_header(const struct microcode_update_header *hdr) +{ + char *sig_str; + int i; + bool platformid_printed; + + sig_str = format_signature(hdr->processor_signature); + printf("header version\t0x%x\n", hdr->header_version); + printf("revision\t0x%x\n", hdr->update_revision); + printf("date\t\t0x%x\t%04x-%02x-%02x\n", hdr->date, + hdr->date & 0xffff, (hdr->date & 0xff000000) >> 24, + (hdr->date & 0xff0000) >> 16); + printf("signature\t0x%x\t\t%s\n", hdr->processor_signature, sig_str); + printf("checksum\t0x%x\n", hdr->checksum); + printf("loader revision\t0x%x\n", hdr->loader_revision); + printf("processor flags\t0x%x", hdr->processor_flags); + platformid_printed = false; + for (i = 0; i < 8; i++) { + if (hdr->processor_flags & 1 << i) { + printf("%s%d", platformid_printed ? ", " : "\t\t", i); + platformid_printed = true; + } + } + printf("\n"); + printf("datasize\t0x%x\t\t0x%x\n", hdr->data_size, + hdr->data_size != 0 ? hdr->data_size : 2000); + printf("size\t\t0x%x\t\t0x%x\n", hdr->total_size, + hdr->total_size != 0 ? hdr->total_size : 2048); + free(sig_str); +} + +static void +usage(void) +{ + + printf("ucode-split [-v] microcode_file\n"); + exit(1); +} + +int +main(int argc, char *argv[]) +{ + struct microcode_update_header hdr; + char *buf, *output_file, *sig_str; + size_t len, resid; + ssize_t rv; + int c, ifd, ofd; + bool vflag; + + vflag = false; + while ((c = getopt(argc, argv, "v")) != -1) { + switch (c) { + case 'v': + vflag = true; + break; + default: + usage(); + } + } + argc -= optind; + argv += optind; + + if (argc != 1) + usage(); + + ifd = open(argv[0], O_RDONLY); + if (ifd < 0) + err(1, "open"); + + buf = malloc(bufsize); + if (buf == NULL) + err(1, "malloc"); + + for (;;) { + /* Read header. */ + rv = read(ifd, &hdr, sizeof(hdr)); + if (rv < 0) { + err(1, "read"); + } else if (rv == 0) { + break; + } else if (rv < (ssize_t)sizeof(hdr)) { + errx(1, "invalid microcode header"); + } + if (hdr.header_version != 1) + errx(1, "invalid header version"); + + if (vflag) + dump_header(&hdr); + + sig_str = format_signature(hdr.processor_signature); + asprintf(&output_file, "%s.%02x", sig_str, + hdr.processor_flags & 0xff); + free(sig_str); + if (output_file == NULL) + err(1, "asprintf"); + ofd = open(output_file, O_WRONLY | O_CREAT | O_TRUNC, 0600); + if (ofd < 0) + err(1, "open"); + + /* Write header. */ + rv = write(ofd, &hdr, sizeof(hdr)); + if (rv < (ssize_t)sizeof(hdr)) + err(1, "write"); + + /* Copy data. */ + resid = (hdr.total_size != 0 ? hdr.total_size : 2048) - + sizeof(hdr); + if (resid > 1 << 24) /* Arbitrary chosen maximum size. */ + errx(1, "header total_size too large"); + while (resid > 0) { + len = resid < bufsize ? resid : bufsize; + rv = read(ifd, buf, len); + if (rv < 0) + err(1, "read"); + else if (rv < (ssize_t)len) + errx(1, "truncated microcode data"); + if (write(ofd, buf, len) < (ssize_t)len) + err(1, "write"); + resid -= len; + } + if (vflag) + printf("written to %s\n\n", output_file); + close(ofd); + free(output_file); + } +} Modified: head/sysutils/devcpu-data/pkg-plist ============================================================================== --- head/sysutils/devcpu-data/pkg-plist Fri May 18 01:23:41 2018 (r470254) +++ head/sysutils/devcpu-data/pkg-plist Fri May 18 01:28:23 2018 (r470255) @@ -1,170 +1,170 @@ -%%DATADIR%%/2f0708.fw -%%DATADIR%%/M01106C2217.fw -%%DATADIR%%/M01106CA107.fw -%%DATADIR%%/M0120661104.fw -%%DATADIR%%/M0220661105_CV.fw -%%DATADIR%%/M04106C2218.fw -%%DATADIR%%/M04106CA107.fw -%%DATADIR%%/M08106C2219.fw -%%DATADIR%%/M08106CA107.fw -%%DATADIR%%/M10106CA107.fw -%%DATADIR%%/MU163202.fw -%%DATADIR%%/MU165040.fw -%%DATADIR%%/MU165041.fw -%%DATADIR%%/MU165045.fw -%%DATADIR%%/MU165140.fw -%%DATADIR%%/MU16522a.fw -%%DATADIR%%/MU16522c.fw -%%DATADIR%%/MU16530c.fw -%%DATADIR%%/MU16530d.fw -%%DATADIR%%/MU165310.fw -%%DATADIR%%/MU16600a.fw -%%DATADIR%%/MU166503.fw -%%DATADIR%%/MU166a0b.fw -%%DATADIR%%/MU166a0c.fw -%%DATADIR%%/MU166a0d.fw -%%DATADIR%%/MU166d05.fw -%%DATADIR%%/MU166d06.fw -%%DATADIR%%/MU166d07.fw -%%DATADIR%%/MU16810d.fw -%%DATADIR%%/MU16810e.fw -%%DATADIR%%/MU16810f.fw -%%DATADIR%%/MU168111.fw -%%DATADIR%%/MU168307.fw -%%DATADIR%%/MU168308.fw -%%DATADIR%%/MU168607.fw -%%DATADIR%%/MU168608.fw -%%DATADIR%%/MU16860a.fw -%%DATADIR%%/MU16860c.fw -%%DATADIR%%/MU168a01.fw -%%DATADIR%%/MU168a04.fw -%%DATADIR%%/MU168a05.fw -%%DATADIR%%/MU16b11c.fw -%%DATADIR%%/MU16b11d.fw -%%DATADIR%%/MU16b401.fw -%%DATADIR%%/MU16b402.fw -%%DATADIR%%/MU26522b.fw -%%DATADIR%%/MU26530b.fw -%%DATADIR%%/MU268110.fw -%%DATADIR%%/MU268602.fw -%%DATADIR%%/m011066143.fw -%%DATADIR%%/m011067660F.fw -%%DATADIR%%/m016fbBA.fw -%%DATADIR%%/m01f0712.fw -%%DATADIR%%/m01f0a13.fw -%%DATADIR%%/m01f2529.fw -%%DATADIR%%/m01f480c.fw -%%DATADIR%%/m01f6402.fw -%%DATADIR%%/m01f6508.fw -%%DATADIR%%/m021066142.fw -%%DATADIR%%/m02906eb_00000083_00000084.fw -%%DATADIR%%/m02f0a15.fw -%%DATADIR%%/m02f241f.fw -%%DATADIR%%/m02f252a.fw -%%DATADIR%%/m02f2610.fw -%%DATADIR%%/m02f2738.fw -%%DATADIR%%/m02f292d.fw -%%DATADIR%%/m02f4116.fw -%%DATADIR%%/m02f480e.fw -%%DATADIR%%/m03106a4_00000012.fw -%%DATADIR%%/m03106a5_00000019.fw -%%DATADIR%%/m041067660F.fw -%%DATADIR%%/m046fbBC.fw -%%DATADIR%%/m04f0a14.fw -%%DATADIR%%/m04f122e.fw -%%DATADIR%%/m04f241e.fw -%%DATADIR%%/m04f252b.fw -%%DATADIR%%/m04f2737.fw -%%DATADIR%%/m04f292e.fw -%%DATADIR%%/m04f620f.fw -%%DATADIR%%/m05206f2_00000037.fw -%%DATADIR%%/m08106d129.fw -%%DATADIR%%/m086fbBB.fw -%%DATADIR%%/m08f2739.fw -%%DATADIR%%/m08f292f.fw -%%DATADIR%%/m0df320a.fw -%%DATADIR%%/m0df330c.fw -%%DATADIR%%/m101067660F.fw -%%DATADIR%%/m101067770A.fw -%%DATADIR%%/m1050662_00000015.fw -%%DATADIR%%/m1050663_07000012.fw -%%DATADIR%%/m1050664_0f000011.fw -%%DATADIR%%/m1050665_0e000009.fw -%%DATADIR%%/m1069507.fw -%%DATADIR%%/m106f76a.fw -%%DATADIR%%/m106fbBA.fw -%%DATADIR%%/m10f2421.fw -%%DATADIR%%/m10f252c.fw -%%DATADIR%%/m111067AA0B.fw -%%DATADIR%%/m1220652_0000000e.fw -%%DATADIR%%/m12206a7_0000002d.fw -%%DATADIR%%/m12306a9_0000001f.fw -%%DATADIR%%/m13106e5_00000007.fw -%%DATADIR%%/m16f25d.fw -%%DATADIR%%/m16f6d0.fw -%%DATADIR%%/m16fda4.fw -%%DATADIR%%/m1df3417.fw -%%DATADIR%%/m2069507.fw -%%DATADIR%%/m206d618.fw -%%DATADIR%%/m206e839.fw -%%DATADIR%%/m206ec54.fw -%%DATADIR%%/m206f25c.fw -%%DATADIR%%/m206f6d1.fw -%%DATADIR%%/m206fbBA.fw -%%DATADIR%%/m206fda4.fw -%%DATADIR%%/m2240671_0000001d.fw -%%DATADIR%%/m22906ea_00000084.fw -%%DATADIR%%/m22f6809.fw -%%DATADIR%%/m2a906e9_00000083_00000084.fw -%%DATADIR%%/m32306c3_00000024.fw -%%DATADIR%%/m3240661_00000019.fw -%%DATADIR%%/m34f6404.fw -%%DATADIR%%/m36506e3_000000c1_000000c2.fw -%%DATADIR%%/m401067660F.fw -%%DATADIR%%/m406f76b.fw -%%DATADIR%%/m406fbBC.fw -%%DATADIR%%/m441067AA0B.fw -%%DATADIR%%/m46f6d2.fw -%%DATADIR%%/m5cf4a04.fw -%%DATADIR%%/m5df4a02.fw -%%DATADIR%%/m5ff4807.fw -%%DATADIR%%/m6d206d6_0000061c.fw -%%DATADIR%%/m6d206d7_00000713.fw -%%DATADIR%%/m6f306f2_0000003c.fw -%%DATADIR%%/m7240651_00000023.fw -%%DATADIR%%/m801066144.fw -%%DATADIR%%/m801067660F.fw -%%DATADIR%%/m80306f4_00000011.fw -%%DATADIR%%/m8069547.fw -%%DATADIR%%/m806ec59.fw -%%DATADIR%%/m806fa95.fw -%%DATADIR%%/m806fbBA.fw -%%DATADIR%%/m806fda4.fw -%%DATADIR%%/m9220655_00000004.fw -%%DATADIR%%/m9750653_01000140.fw -%%DATADIR%%/m9df4305.fw -%%DATADIR%%/m9df4406.fw -%%DATADIR%%/m9df4703.fw -%%DATADIR%%/mA01067AA0B.fw -%%DATADIR%%/m_01_706a1_0000001e.fw -%%DATADIR%%/m_03_506c9_0000002c.fw -%%DATADIR%%/mb750654_02000043.fw -%%DATADIR%%/mbdf4117.fw -%%DATADIR%%/mbdf4903.fw -%%DATADIR%%/mc0306d4_0000002a.fw -%%DATADIR%%/mc0406e3_000000c1_000000c2.fw -%%DATADIR%%/mc0806e9_00000083_00000084.fw -%%DATADIR%%/mc0806ea_00000083_00000084.fw -%%DATADIR%%/med306e4_0000042c.fw -%%DATADIR%%/med306e6_00000600.fw -%%DATADIR%%/med306e7_00000713.fw -%%DATADIR%%/mef406f1_0b000021.fw +%%DATADIR%%/06-03-02.00 +%%DATADIR%%/06-05-00.01 +%%DATADIR%%/06-05-00.02 +%%DATADIR%%/06-05-00.08 +%%DATADIR%%/06-05-01.01 +%%DATADIR%%/06-05-02.01 +%%DATADIR%%/06-05-02.02 +%%DATADIR%%/06-05-02.04 +%%DATADIR%%/06-05-03.01 +%%DATADIR%%/06-05-03.02 +%%DATADIR%%/06-05-03.04 +%%DATADIR%%/06-05-03.08 +%%DATADIR%%/06-06-00.01 +%%DATADIR%%/06-06-05.10 +%%DATADIR%%/06-06-0a.02 +%%DATADIR%%/06-06-0a.08 +%%DATADIR%%/06-06-0a.20 +%%DATADIR%%/06-06-0d.02 +%%DATADIR%%/06-06-0d.08 +%%DATADIR%%/06-06-0d.20 +%%DATADIR%%/06-07-01.04 +%%DATADIR%%/06-07-02.04 +%%DATADIR%%/06-07-03.04 +%%DATADIR%%/06-08-01.01 +%%DATADIR%%/06-08-01.04 +%%DATADIR%%/06-08-01.08 +%%DATADIR%%/06-08-01.10 +%%DATADIR%%/06-08-01.20 +%%DATADIR%%/06-08-03.08 +%%DATADIR%%/06-08-03.20 +%%DATADIR%%/06-08-06.01 +%%DATADIR%%/06-08-06.02 +%%DATADIR%%/06-08-06.04 +%%DATADIR%%/06-08-06.10 +%%DATADIR%%/06-08-06.80 +%%DATADIR%%/06-08-0a.10 +%%DATADIR%%/06-08-0a.20 +%%DATADIR%%/06-08-0a.80 +%%DATADIR%%/06-09-05.10 +%%DATADIR%%/06-09-05.20 +%%DATADIR%%/06-09-05.80 +%%DATADIR%%/06-0a-00.04 +%%DATADIR%%/06-0a-01.04 +%%DATADIR%%/06-0b-01.10 +%%DATADIR%%/06-0b-01.20 +%%DATADIR%%/06-0b-04.10 +%%DATADIR%%/06-0b-04.20 +%%DATADIR%%/06-0d-06.20 +%%DATADIR%%/06-0e-08.20 +%%DATADIR%%/06-0e-0c.20 +%%DATADIR%%/06-0e-0c.80 +%%DATADIR%%/06-0f-02.01 +%%DATADIR%%/06-0f-02.20 +%%DATADIR%%/06-0f-06.01 +%%DATADIR%%/06-0f-06.04 +%%DATADIR%%/06-0f-06.20 +%%DATADIR%%/06-0f-07.10 +%%DATADIR%%/06-0f-07.40 +%%DATADIR%%/06-0f-0a.80 +%%DATADIR%%/06-0f-0b.01 +%%DATADIR%%/06-0f-0b.04 +%%DATADIR%%/06-0f-0b.08 +%%DATADIR%%/06-0f-0b.10 +%%DATADIR%%/06-0f-0b.20 +%%DATADIR%%/06-0f-0b.40 +%%DATADIR%%/06-0f-0b.80 +%%DATADIR%%/06-0f-0d.01 +%%DATADIR%%/06-0f-0d.20 +%%DATADIR%%/06-0f-0d.80 +%%DATADIR%%/06-16-01.01 +%%DATADIR%%/06-16-01.02 +%%DATADIR%%/06-16-01.80 +%%DATADIR%%/06-17-06.01 +%%DATADIR%%/06-17-06.04 +%%DATADIR%%/06-17-06.10 +%%DATADIR%%/06-17-06.40 +%%DATADIR%%/06-17-06.80 +%%DATADIR%%/06-17-07.10 +%%DATADIR%%/06-17-0a.11 +%%DATADIR%%/06-17-0a.44 +%%DATADIR%%/06-17-0a.a0 +%%DATADIR%%/06-1a-04.03 +%%DATADIR%%/06-1a-05.03 +%%DATADIR%%/06-1c-02.01 +%%DATADIR%%/06-1c-02.04 +%%DATADIR%%/06-1c-02.08 +%%DATADIR%%/06-1c-0a.01 +%%DATADIR%%/06-1c-0a.04 +%%DATADIR%%/06-1c-0a.08 +%%DATADIR%%/06-1c-0a.10 +%%DATADIR%%/06-1d-01.08 +%%DATADIR%%/06-1e-05.13 +%%DATADIR%%/06-25-02.12 +%%DATADIR%%/06-25-05.92 +%%DATADIR%%/06-26-01.01 +%%DATADIR%%/06-26-01.02 +%%DATADIR%%/06-2a-07.12 +%%DATADIR%%/06-2d-06.6d +%%DATADIR%%/06-2d-07.6d +%%DATADIR%%/06-2f-02.05 +%%DATADIR%%/06-3a-09.12 +%%DATADIR%%/06-3c-03.32 +%%DATADIR%%/06-3d-04.c0 +%%DATADIR%%/06-3e-04.ed +%%DATADIR%%/06-3e-06.ed +%%DATADIR%%/06-3e-07.ed +%%DATADIR%%/06-3f-02.6f +%%DATADIR%%/06-3f-04.80 +%%DATADIR%%/06-45-01.72 +%%DATADIR%%/06-46-01.32 +%%DATADIR%%/06-47-01.22 +%%DATADIR%%/06-4e-03.c0 +%%DATADIR%%/06-4f-01.ef +%%DATADIR%%/06-55-03.97 +%%DATADIR%%/06-55-04.b7 +%%DATADIR%%/06-56-02.10 +%%DATADIR%%/06-56-03.10 +%%DATADIR%%/06-56-04.10 +%%DATADIR%%/06-56-05.10 +%%DATADIR%%/06-5c-09.03 +%%DATADIR%%/06-5e-03.36 +%%DATADIR%%/06-7a-01.01 +%%DATADIR%%/06-8e-09.c0 +%%DATADIR%%/06-8e-0a.c0 +%%DATADIR%%/06-9e-09.2a +%%DATADIR%%/06-9e-0a.22 +%%DATADIR%%/06-9e-0b.02 +%%DATADIR%%/0f-00-07.01 +%%DATADIR%%/0f-00-07.02 +%%DATADIR%%/0f-00-0a.01 +%%DATADIR%%/0f-00-0a.02 +%%DATADIR%%/0f-00-0a.04 +%%DATADIR%%/0f-01-02.04 +%%DATADIR%%/0f-02-04.02 +%%DATADIR%%/0f-02-04.04 +%%DATADIR%%/0f-02-04.10 +%%DATADIR%%/0f-02-05.01 +%%DATADIR%%/0f-02-05.02 +%%DATADIR%%/0f-02-05.04 +%%DATADIR%%/0f-02-05.10 +%%DATADIR%%/0f-02-06.02 +%%DATADIR%%/0f-02-07.02 +%%DATADIR%%/0f-02-07.04 +%%DATADIR%%/0f-02-07.08 +%%DATADIR%%/0f-02-09.02 +%%DATADIR%%/0f-02-09.04 +%%DATADIR%%/0f-02-09.08 +%%DATADIR%%/0f-03-02.0d +%%DATADIR%%/0f-03-03.0d +%%DATADIR%%/0f-03-04.1d +%%DATADIR%%/0f-04-01.02 +%%DATADIR%%/0f-04-01.bd +%%DATADIR%%/0f-04-03.9d +%%DATADIR%%/0f-04-04.9d +%%DATADIR%%/0f-04-07.9d +%%DATADIR%%/0f-04-08.01 +%%DATADIR%%/0f-04-08.02 +%%DATADIR%%/0f-04-08.5f +%%DATADIR%%/0f-04-09.bd +%%DATADIR%%/0f-04-0a.5c +%%DATADIR%%/0f-04-0a.5d +%%DATADIR%%/0f-06-02.04 +%%DATADIR%%/0f-06-04.01 +%%DATADIR%%/0f-06-04.34 +%%DATADIR%%/0f-06-05.01 +%%DATADIR%%/0f-06-08.22 %%DATADIR%%/microcode_amd.bin %%DATADIR%%/microcode_amd_fam15h.bin %%DATADIR%%/microcode_amd_fam16h.bin %%DATADIR%%/microcode_amd_fam17h.bin -%%DATADIR%%/mu267114.fw -%%DATADIR%%/mu267238.fw -%%DATADIR%%/mu26732e.fw -%%DATADIR%%/mu26a003.fw -%%DATADIR%%/mu26a101.fw From owner-svn-ports-head@freebsd.org Fri May 18 01:39:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E07A7EE5945; Fri, 18 May 2018 01:39:42 +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 8E02F7E906; Fri, 18 May 2018 01:39:42 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62A621173B; Fri, 18 May 2018 01:39:42 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I1dgom004382; Fri, 18 May 2018 01:39:42 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I1dfRd004380; Fri, 18 May 2018 01:39:41 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805180139.w4I1dfRd004380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 18 May 2018 01:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470256 - head/www/R-cran-httpuv X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/www/R-cran-httpuv X-SVN-Commit-Revision: 470256 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 01:39:43 -0000 Author: tota Date: Fri May 18 01:39:41 2018 New Revision: 470256 URL: https://svnweb.freebsd.org/changeset/ports/470256 Log: - Update to 1.4.3 - Update LICENSE Modified: head/www/R-cran-httpuv/Makefile (contents, props changed) head/www/R-cran-httpuv/distinfo (contents, props changed) Modified: head/www/R-cran-httpuv/Makefile ============================================================================== --- head/www/R-cran-httpuv/Makefile Fri May 18 01:28:23 2018 (r470255) +++ head/www/R-cran-httpuv/Makefile Fri May 18 01:39:41 2018 (r470256) @@ -2,16 +2,19 @@ # $FreeBSD$ PORTNAME= httpuv -PORTVERSION= 1.3.6.2 +PORTVERSION= 1.4.3 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= HTTP and WebSocket server library for R -LICENSE= GPLv3 +LICENSE= GPLv2+ -CRAN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp +CRAN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ + R-cran-promises>0:devel/R-cran-promises \ + R-cran-later>=0.7.2:devel/R-cran-later \ + R-cran-BH>0:devel/R-cran-BH BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/www/R-cran-httpuv/distinfo ============================================================================== --- head/www/R-cran-httpuv/distinfo Fri May 18 01:28:23 2018 (r470255) +++ head/www/R-cran-httpuv/distinfo Fri May 18 01:39:41 2018 (r470256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521709902 -SHA256 (httpuv_1.3.6.2.tar.gz) = 8e8ca2f15529089846695abdab229cbc9812f0b2710855fb0a41ac720a9f7040 -SIZE (httpuv_1.3.6.2.tar.gz) = 427598 +TIMESTAMP = 1526352921 +SHA256 (httpuv_1.4.3.tar.gz) = c6e91ac3396a102deabd9a63b5a786f1ae1f87b5ee1ce0f1501fc0f43cebf095 +SIZE (httpuv_1.4.3.tar.gz) = 1673359 From owner-svn-ports-head@freebsd.org Fri May 18 03:45:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24EF5EE83E3; Fri, 18 May 2018 03:45:13 +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 BDA87835E6; Fri, 18 May 2018 03:45:12 +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 99EA812CC7; Fri, 18 May 2018 03:45:12 +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 w4I3jCHD070515; Fri, 18 May 2018 03:45:12 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I3jCql070513; Fri, 18 May 2018 03:45:12 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201805180345.w4I3jCql070513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 18 May 2018 03:45:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470258 - head/www/rubygem-roda X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/rubygem-roda X-SVN-Commit-Revision: 470258 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 03:45:13 -0000 Author: adamw Date: Fri May 18 03:45:11 2018 New Revision: 470258 URL: https://svnweb.freebsd.org/changeset/ports/470258 Log: Update roda to 3.8.0 Modified: head/www/rubygem-roda/Makefile head/www/rubygem-roda/distinfo Modified: head/www/rubygem-roda/Makefile ============================================================================== --- head/www/rubygem-roda/Makefile Fri May 18 03:36:35 2018 (r470257) +++ head/www/rubygem-roda/Makefile Fri May 18 03:45:11 2018 (r470258) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= roda -PORTVERSION= 3.7.0 +PORTVERSION= 3.8.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-roda/distinfo ============================================================================== --- head/www/rubygem-roda/distinfo Fri May 18 03:36:35 2018 (r470257) +++ head/www/rubygem-roda/distinfo Fri May 18 03:45:11 2018 (r470258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524323109 -SHA256 (rubygem/roda-3.7.0.gem) = 990ddb3dfc578b724fb3b01ed06a56e742bf48f0fc345f29f2a362b3aa962158 -SIZE (rubygem/roda-3.7.0.gem) = 214016 +TIMESTAMP = 1526614712 +SHA256 (rubygem/roda-3.8.0.gem) = f2fbc58ad6ce92bfbd6501df5e2aa8d32b0c982db7d96608f2772c75c9b04cd6 +SIZE (rubygem/roda-3.8.0.gem) = 215040 From owner-svn-ports-head@freebsd.org Fri May 18 03:48:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 706E8EE842F; Fri, 18 May 2018 03:48: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 1139883895; Fri, 18 May 2018 03:48: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 DBB3B12CCA; Fri, 18 May 2018 03:48: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 w4I3mSTP070742; Fri, 18 May 2018 03:48:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I3mSFA070741; Fri, 18 May 2018 03:48:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805180348.w4I3mSFA070741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 18 May 2018 03:48:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470259 - head/devel/RStudio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/RStudio X-SVN-Commit-Revision: 470259 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 03:48:29 -0000 Author: yuri Date: Fri May 18 03:48:28 2018 New Revision: 470259 URL: https://svnweb.freebsd.org/changeset/ports/470259 Log: devel/RStudio: Fix clang6/boost build errors Add the upstream commit https://github.com/rstudio/rstudio/commit/ab3d4355ab5c7f4bc7af1f7aeabe62c3d1bbccec that is supposed to fix clang6/boost build errors. PR: 228289 Modified: head/devel/RStudio/Makefile head/devel/RStudio/distinfo Modified: head/devel/RStudio/Makefile ============================================================================== --- head/devel/RStudio/Makefile Fri May 18 03:45:11 2018 (r470258) +++ head/devel/RStudio/Makefile Fri May 18 03:48:28 2018 (r470259) @@ -6,6 +6,7 @@ PORTNAME= RStudio DISTVERSIONPREFIX= v DISTVERSION= 1.1.453 +PORTREVISION= 1 CATEGORIES= devel math java MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \ https://s3.amazonaws.com/rstudio-buildtools/:buildtools @@ -13,6 +14,9 @@ DISTFILES= core-dictionaries.zip:dictionaries \ gin-${GIN_VERSION}.zip:buildtools \ gwt-${GWT_VERSION}.zip:buildtools \ mathjax-26.zip:buildtools + +PATCH_SITES= https://github.com/${PORTNAME}/${GH_PROJECT}/commit/ # This commit is listed in the bug, but it didn't fix the problem. +PATCHFILES= ab3d4355ab5c7f4bc7af1f7aeabe62c3d1bbccec.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= Integrated development environment (IDE) for R Modified: head/devel/RStudio/distinfo ============================================================================== --- head/devel/RStudio/distinfo Fri May 18 03:45:11 2018 (r470258) +++ head/devel/RStudio/distinfo Fri May 18 03:48:28 2018 (r470259) @@ -1,4 +1,4 @@ -TIMESTAMP = 1526532466 +TIMESTAMP = 1526611455 SHA256 (core-dictionaries.zip) = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494 SIZE (core-dictionaries.zip) = 876339 SHA256 (gin-1.5.zip) = f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94 @@ -13,3 +13,5 @@ SHA256 (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = b6f6f4 SIZE (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = 2087615 SHA256 (rstudio-rsconnect-03c379b_GH0.tar.gz) = d24b6ee49f32f650f6d10bbfc7b2f61aee258f2fbf45a43c006f9e0a726bcea6 SIZE (rstudio-rsconnect-03c379b_GH0.tar.gz) = 220711 +SHA256 (ab3d4355ab5c7f4bc7af1f7aeabe62c3d1bbccec.patch) = e00e0ba8bd342da7951d0f699d318d67cebd55436df6827ccf219b8d969e09a9 +SIZE (ab3d4355ab5c7f4bc7af1f7aeabe62c3d1bbccec.patch) = 3096 From owner-svn-ports-head@freebsd.org Fri May 18 03:55:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 309ECEE8731; Fri, 18 May 2018 03:55: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 D876A83E8C; Fri, 18 May 2018 03:55: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 B8B6412E89; Fri, 18 May 2018 03:55:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I3t922075856; Fri, 18 May 2018 03:55:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I3t9Mi075854; Fri, 18 May 2018 03:55:09 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805180355.w4I3t9Mi075854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 18 May 2018 03:55:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470260 - head/devel/py-natsort X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-natsort X-SVN-Commit-Revision: 470260 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 03:55:10 -0000 Author: yuri Date: Fri May 18 03:55:09 2018 New Revision: 470260 URL: https://svnweb.freebsd.org/changeset/ports/470260 Log: devel/py-natsort: Update 5.3.1 -> 5.3.2 Reported by: upstream author Modified: head/devel/py-natsort/Makefile head/devel/py-natsort/distinfo Modified: head/devel/py-natsort/Makefile ============================================================================== --- head/devel/py-natsort/Makefile Fri May 18 03:48:28 2018 (r470259) +++ head/devel/py-natsort/Makefile Fri May 18 03:55:09 2018 (r470260) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= natsort -DISTVERSION= 5.3.1 +DISTVERSION= 5.3.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-natsort/distinfo ============================================================================== --- head/devel/py-natsort/distinfo Fri May 18 03:48:28 2018 (r470259) +++ head/devel/py-natsort/distinfo Fri May 18 03:55:09 2018 (r470260) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526532177 -SHA256 (natsort-5.3.1.tar.gz) = 0cefe7890a7a890bd9516738471d08d47e1ffbb3a9dd5abcd57af51f5cd187fe -SIZE (natsort-5.3.1.tar.gz) = 142194 +TIMESTAMP = 1526615542 +SHA256 (natsort-5.3.2.tar.gz) = 94056276c41be501d9fad3ade61d4eb4edf3b37fea53829b3294b75dc1d23708 +SIZE (natsort-5.3.2.tar.gz) = 141548 From owner-svn-ports-head@freebsd.org Fri May 18 03:58:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F2DBEE87CB; Fri, 18 May 2018 03:58: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 E349083FBC; Fri, 18 May 2018 03:58: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 C462A12E9E; Fri, 18 May 2018 03:58: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 w4I3wPtT076078; Fri, 18 May 2018 03:58:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I3wP9I076077; Fri, 18 May 2018 03:58:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805180358.w4I3wP9I076077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 18 May 2018 03:58:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470261 - head/devel/RStudio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/RStudio X-SVN-Commit-Revision: 470261 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 03:58:26 -0000 Author: yuri Date: Fri May 18 03:58:25 2018 New Revision: 470261 URL: https://svnweb.freebsd.org/changeset/ports/470261 Log: devel/RStudio: Remove the bogus comment PR: 228289 Modified: head/devel/RStudio/Makefile Modified: head/devel/RStudio/Makefile ============================================================================== --- head/devel/RStudio/Makefile Fri May 18 03:55:09 2018 (r470260) +++ head/devel/RStudio/Makefile Fri May 18 03:58:25 2018 (r470261) @@ -15,7 +15,7 @@ DISTFILES= core-dictionaries.zip:dictionaries \ gwt-${GWT_VERSION}.zip:buildtools \ mathjax-26.zip:buildtools -PATCH_SITES= https://github.com/${PORTNAME}/${GH_PROJECT}/commit/ # This commit is listed in the bug, but it didn't fix the problem. +PATCH_SITES= https://github.com/${PORTNAME}/${GH_PROJECT}/commit/ PATCHFILES= ab3d4355ab5c7f4bc7af1f7aeabe62c3d1bbccec.patch:-p1 MAINTAINER= yuri@FreeBSD.org From owner-svn-ports-head@freebsd.org Fri May 18 04:30:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C78EEE94F3; Fri, 18 May 2018 04:30:26 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC18385266; Fri, 18 May 2018 04:30:25 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 985B613378; Fri, 18 May 2018 04:30:25 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I4UP1L091310; Fri, 18 May 2018 04:30:25 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I4UOYh091307; Fri, 18 May 2018 04:30:24 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201805180430.w4I4UOYh091307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 18 May 2018 04:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470262 - in head/net: . py-haproxyctl X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/net: . py-haproxyctl X-SVN-Commit-Revision: 470262 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 04:30:26 -0000 Author: koobs Date: Fri May 18 04:30:24 2018 New Revision: 470262 URL: https://svnweb.freebsd.org/changeset/ports/470262 Log: [NEW] net/py-haproxyctl: HAProxy control tool HAProxyctl is a tool to manage the various aspects of HAProxy that can be controlled by means of its socket. HAProxyctl can be used in 2 modes. CLI mode and Python API mode. CLI mode, as the name implies, gives you a command, haproxyctl, that can be used to control HAProxy. You can use the Python API mode to integrate HAProxyctl directly in your Python project. WWW: https://github.com/neurogeek/haproxyctl PR: 228264 Submitted by: Tao Zhou Added: head/net/py-haproxyctl/ head/net/py-haproxyctl/Makefile (contents, props changed) head/net/py-haproxyctl/distinfo (contents, props changed) head/net/py-haproxyctl/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri May 18 03:58:25 2018 (r470261) +++ head/net/Makefile Fri May 18 04:30:24 2018 (r470262) @@ -1044,6 +1044,7 @@ SUBDIR += py-gspread SUBDIR += py-gspreadsheet SUBDIR += py-haproxy-log-analysis + SUBDIR += py-haproxyctl SUBDIR += py-httpstat SUBDIR += py-impacket SUBDIR += py-ipaddress Added: head/net/py-haproxyctl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-haproxyctl/Makefile Fri May 18 04:30:24 2018 (r470262) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= haproxyctl +PORTVERSION= 0.5 +DISTVERSIONPREFIX= v +CATEGORIES= net python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= zhoutao@laocius.org +COMMENT= HAProxy control tool + +LICENSE= GPLv3 + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} + +USES= python +USE_PYTHON= distutils concurrent autoplist + +USE_GITHUB= yes +GH_ACCOUNT= neurogeek + +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v haproxy/tests + +.include Added: head/net/py-haproxyctl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-haproxyctl/distinfo Fri May 18 04:30:24 2018 (r470262) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526356889 +SHA256 (neurogeek-haproxyctl-v0.5_GH0.tar.gz) = 781b04556f00f42464f10dc943cdce040dd9868015d5b43f097730f107bef6cc +SIZE (neurogeek-haproxyctl-v0.5_GH0.tar.gz) = 7532 Added: head/net/py-haproxyctl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-haproxyctl/pkg-descr Fri May 18 04:30:24 2018 (r470262) @@ -0,0 +1,9 @@ +HAProxyctl is a tool to manage the various aspects of HAProxy that can be +controlled by means of its socket. + +HAProxyctl can be used in 2 modes. CLI mode and Python API mode. CLI mode, +as the name implies, gives you a command, haproxyctl, that can be used to +control HAProxy. You can use the Python API mode to integrate HAProxyctl +directly in your Python project. + +WWW: https://github.com/neurogeek/haproxyctl From owner-svn-ports-head@freebsd.org Fri May 18 05:05:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46397EE9F5A; Fri, 18 May 2018 05:05:03 +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 EE3EF863E2; Fri, 18 May 2018 05:05:02 +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 CB4AB139D7; Fri, 18 May 2018 05:05:02 +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 w4I552Nq011676; Fri, 18 May 2018 05:05:02 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I550cD011666; Fri, 18 May 2018 05:05:00 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201805180505.w4I550cD011666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 18 May 2018 05:05:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470264 - in head/sysutils: . bareos16-bat bareos16-client bareos16-client-static bareos16-server bareos16-traymonitor X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/sysutils: . bareos16-bat bareos16-client bareos16-client-static bareos16-server bareos16-traymonitor X-SVN-Commit-Revision: 470264 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 05:05:03 -0000 Author: acm Date: Fri May 18 05:05:00 2018 New Revision: 470264 URL: https://svnweb.freebsd.org/changeset/ports/470264 Log: - Copy bareos-* ports to bareso16-*. bareos-* ports will be update to 17.x - Rename bin/bat to bin/bareos-bat. It avoids a problem with textproc/bat port - Few other modifications Added: head/sysutils/bareos16-bat/ - copied from r470256, head/sysutils/bareos-bat/ head/sysutils/bareos16-client/ - copied from r470256, head/sysutils/bareos-client/ head/sysutils/bareos16-client-static/ - copied from r470256, head/sysutils/bareos-client-static/ head/sysutils/bareos16-server/ - copied from r470256, head/sysutils/bareos-server/ head/sysutils/bareos16-traymonitor/ - copied from r470256, head/sysutils/bareos-traymonitor/ Modified: head/sysutils/Makefile head/sysutils/bareos16-bat/Makefile head/sysutils/bareos16-bat/pkg-plist head/sysutils/bareos16-client-static/Makefile head/sysutils/bareos16-client/Makefile head/sysutils/bareos16-server/Makefile head/sysutils/bareos16-server/Makefile.common head/sysutils/bareos16-server/distinfo head/sysutils/bareos16-traymonitor/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri May 18 04:57:18 2018 (r470263) +++ head/sysutils/Makefile Fri May 18 05:05:00 2018 (r470264) @@ -86,6 +86,11 @@ SUBDIR += baloo-widgets SUBDIR += baloo-widgets-kde4 SUBDIR += bamf + SUBDIR += bareos16-bat + SUBDIR += bareos16-client + SUBDIR += bareos16-client-static + SUBDIR += bareos16-server + SUBDIR += bareos16-traymonitor SUBDIR += bareos-bat SUBDIR += bareos-client SUBDIR += bareos-client-static Modified: head/sysutils/bareos16-bat/Makefile ============================================================================== --- head/sysutils/bareos-bat/Makefile Fri May 18 01:39:41 2018 (r470256) +++ head/sysutils/bareos16-bat/Makefile Fri May 18 05:05:00 2018 (r470264) @@ -1,16 +1,15 @@ -# Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTNAME= bareos +PORTNAME= bareos16 PKGNAMESUFFIX= -bat PORTREVISION= 0 COMMENT= Backup archiving recovery open sourced (GUI) LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \ - libbareos.so:sysutils/bareos-client + libbareos.so:sysutils/bareos16-client -CONFLICTS= bacula*-bat-* +CONFLICTS= bacula*-bat-* bareos-bat-* USES= pkgconfig desktop-file-utils USE_QT4= qmake_build uic_build moc_build rcc_build @@ -19,7 +18,7 @@ WITH_BAT= yes PLIST= ${.CURDIR}/pkg-plist MAKE_ENV+= MAKEOBJDIRPREFIX=/ -MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server +MASTERDIR= ${.CURDIR}/../../sysutils/bareos16-server CONFIGURE_ARGS+= --enable-bat \ --with-qwt=${LOCALBASE}/lib \ Modified: head/sysutils/bareos16-bat/pkg-plist ============================================================================== --- head/sysutils/bareos-bat/pkg-plist Fri May 18 01:39:41 2018 (r470256) +++ head/sysutils/bareos16-bat/pkg-plist Fri May 18 05:05:00 2018 (r470264) @@ -1,6 +1,6 @@ @sample %%ETCDIR%%/bat.conf.sample -share/applications/bat.desktop +share/applications/bareos-bat.desktop share/pixmaps/bat.png share/pixmaps/bat.svg -man/man1/bat.1.gz -bin/bat +man/man1/bareos-bat.1.gz +bin/bareos-bat Modified: head/sysutils/bareos16-client-static/Makefile ============================================================================== --- head/sysutils/bareos-client-static/Makefile Fri May 18 01:39:41 2018 (r470256) +++ head/sysutils/bareos16-client-static/Makefile Fri May 18 05:05:00 2018 (r470264) @@ -1,14 +1,13 @@ -# Created by: Alonso Cardenas # $FreeBSD$ -PORTNAME= bareos +PORTNAME= bareos16 PORTREVISION= 0 PKGNAMESUFFIX= -client-static COMMENT= Backup archiving recovery open sourced (static client) PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server +MASTERDIR= ${.CURDIR}/../../sysutils/bareos16-server PLIST_FILES= sbin/bareos-fd-static \ sbin/bconsole-static Modified: head/sysutils/bareos16-client/Makefile ============================================================================== --- head/sysutils/bareos-client/Makefile Fri May 18 01:39:41 2018 (r470256) +++ head/sysutils/bareos16-client/Makefile Fri May 18 05:05:00 2018 (r470264) @@ -1,7 +1,6 @@ -# Created by: Alonso Cardenas # $FreeBSD$ -PORTNAME= bareos +PORTNAME= bareos16 PORTREVISION= 0 PKGNAMESUFFIX= -client @@ -13,7 +12,7 @@ WITH_CLIENT_ONLY=yes USE_RC_SUBR= bareos-fd PLIST= ${PKGDIR}/pkg-plist.client -MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server +MASTERDIR= ${.CURDIR}/../../sysutils/bareos16-server OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO OPTIONS_DEFAULT=# Modified: head/sysutils/bareos16-server/Makefile ============================================================================== --- head/sysutils/bareos-server/Makefile Fri May 18 01:39:41 2018 (r470256) +++ head/sysutils/bareos16-server/Makefile Fri May 18 05:05:00 2018 (r470264) @@ -1,7 +1,6 @@ -# Created by: Alonso Cardenas # $FreeBSD$ -PORTNAME= bareos +PORTNAME= bareos16 DISTVERSIONPREFIX= Release/ DISTVERSION= 16.2.7 PORTREVISION?= 0 @@ -16,10 +15,12 @@ LICENSE= AGPLv3 LGPL3 LICENSE_COMB= multi USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME:S/16//} +GH_PROJECT= ${PORTNAME:S/16//} USES+= libtool:keepla pkgconfig readline:port shebangfix -CONFLICTS?= bacula*-server-* +CONFLICTS?= bacula*-server-* bareos-server* LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ libjansson.so:devel/jansson @@ -37,6 +38,8 @@ SHEBANG_FILES= ${WRKSRC}/src/cats/make_catalog_backup. CPPFLAGS+= -I${LOCALBASE}/readline -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +ETCDIR= ${PREFIX}/etc/${PORTNAME:S/16//} + OPTIONS_DEFINE?= MTX PYTHON NDMP NLS OPENSSL SCSICRYPTO OPTIONS_DEFAULT?= OPENSSL PGSQL SCSICRYPTO OPTIONS_SUB= yes @@ -67,7 +70,7 @@ PYTHON_CONFIGURE_OFF= --with-python=no PYTHON_PLUGIN= yes .if !defined(WITH_CLIENT_ONLY) -LIB_DEPENDS+= libbareos.so:sysutils/bareos-client +LIB_DEPENDS+= libbareos.so:sysutils/bareos16-client USE_RC_SUBR?= bareos-dir bareos-sd .endif Modified: head/sysutils/bareos16-server/Makefile.common ============================================================================== --- head/sysutils/bareos-server/Makefile.common Fri May 18 01:39:41 2018 (r470256) +++ head/sysutils/bareos16-server/Makefile.common Fri May 18 05:05:00 2018 (r470264) @@ -17,17 +17,20 @@ pre-install: ${FIND} ${WRKSRC}/src/defaultconfigs/tray-monitor.d/${d} -type f -name '*.conf' -exec ${MV} -v {} {}.sample \; . endfor .endif +.if ${PKGNAMESUFFIX} == "-bat" + @${MV} ${WRKSRC}/manpages/bat.1 ${WRKSRC}/manpages/${PORTNAME:S/16//}-bat.1 +.endif do-install: .if ${PKGNAMESUFFIX} == "-bat" # Install config files and preserve existing ones ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_SCRIPT} ${WRKSRC}/src/qt-console/bat.conf ${STAGEDIR}${PREFIX}/etc/bareos/bat.conf.sample - ${INSTALL_MAN} ${WRKSRC}/manpages/bat.1 ${STAGEDIR}${PREFIX}/man/man1/ - ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/manpages/${PORTNAME:S/16//}-bat.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${STAGEDIR}${PREFIX}/bin/${PORTNAME:S/16//}-bat ${INSTALL_DATA} ${WRKSRC}/src/images/bat.png ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/src/images/bat.svg ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/src/qt-console/bat.desktop ${STAGEDIR}${DESKTOPDIR} + ${INSTALL_DATA} ${WRKSRC}/src/qt-console/${PORTNAME:S/16//}-bat.desktop ${STAGEDIR}${DESKTOPDIR} .endif .if ${PKGNAMEPREFIX} == "nagios-check_" @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios Modified: head/sysutils/bareos16-server/distinfo ============================================================================== --- head/sysutils/bareos-server/distinfo Fri May 18 01:39:41 2018 (r470256) +++ head/sysutils/bareos16-server/distinfo Fri May 18 05:05:00 2018 (r470264) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510775285 +TIMESTAMP = 1526612930 SHA256 (bareos-bareos-Release-16.2.7_GH0.tar.gz) = 0b8dbe2e17b3eda470c30d4fe6af92e6f7b668fd1cfc1b045becdc8c8b6a767f SIZE (bareos-bareos-Release-16.2.7_GH0.tar.gz) = 4282998 Modified: head/sysutils/bareos16-traymonitor/Makefile ============================================================================== --- head/sysutils/bareos-traymonitor/Makefile Fri May 18 01:39:41 2018 (r470256) +++ head/sysutils/bareos16-traymonitor/Makefile Fri May 18 05:05:00 2018 (r470264) @@ -1,7 +1,6 @@ -# Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTNAME= bareos +PORTNAME= bareos16 PKGNAMESUFFIX= -traymonitor PORTREVISION= 0 @@ -9,9 +8,9 @@ PORTREVISION= 0 COMMENT= Backup archiving recovery open sourced (traymonitor) LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \ - libbareos.so:sysutils/bareos-client + libbareos.so:sysutils/bareos16-client -CONFLICTS= bacula*-bat-* +CONFLICTS= bacula*-bat-* bareos-traymonitor USES= pkgconfig gettext-runtime desktop-file-utils USE_QT4= qmake_build uic_build moc_build rcc_build gui corelib @@ -20,7 +19,7 @@ WITH_BAT= yes PLIST= ${.CURDIR}/pkg-plist MAKE_ENV+= MAKEOBJDIRPREFIX=/ -MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server +MASTERDIR= ${.CURDIR}/../../sysutils/bareos16-server CONFIGURE_ARGS+= --enable-traymonitor=yes \ --with-qwt=${LOCALBASE}/lib \ From owner-svn-ports-head@freebsd.org Fri May 18 05:09:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 792DEEEA110; Fri, 18 May 2018 05:09:47 +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 A9FE4866F3; Fri, 18 May 2018 05:09:43 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37F61139DB; Fri, 18 May 2018 05:09:43 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I59hEl011987; Fri, 18 May 2018 05:09:43 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I59geR011984; Fri, 18 May 2018 05:09:42 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201805180509.w4I59geR011984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 18 May 2018 05:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470265 - in head/www: . bareos16-webui X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/www: . bareos16-webui X-SVN-Commit-Revision: 470265 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 05:09:48 -0000 Author: acm Date: Fri May 18 05:09:42 2018 New Revision: 470265 URL: https://svnweb.freebsd.org/changeset/ports/470265 Log: - Copy bareos-webui to bareos16-webui. bareos-webui will be updated to 17.x - Few other modifications Added: head/www/bareos16-webui/ - copied from r467853, head/www/bareos-webui/ Modified: head/www/Makefile head/www/bareos16-webui/Makefile head/www/bareos16-webui/pkg-plist Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri May 18 05:05:00 2018 (r470264) +++ head/www/Makefile Fri May 18 05:09:42 2018 (r470265) @@ -42,6 +42,7 @@ SUBDIR += axis2 SUBDIR += bacula-web SUBDIR += baikal + SUBDIR += bareos16-webui SUBDIR += bareos-webui SUBDIR += bigbluebutton SUBDIR += bins Modified: head/www/bareos16-webui/Makefile ============================================================================== --- head/www/bareos-webui/Makefile Sat Apr 21 00:36:33 2018 (r467853) +++ head/www/bareos16-webui/Makefile Fri May 18 05:09:42 2018 (r470265) @@ -1,4 +1,3 @@ -# Created by: Alonso Cardenas # $FreeBSD$ PORTNAME= bareos-webui @@ -17,15 +16,13 @@ GH_ACCOUNT= bareos GH_PROJECT= bareos-webui USES= php -USE_PHP= openssl gettext +USE_PHP= openssl gettext ctype hash json session iconv NO_BUILD= yes NO_ARCH= yes -BAREOSWEB_HOME?=${WWWDIR} -BAREOSWEBUIDIR= ${BAREOSWEB_HOME:S|${PREFIX}/||} SUB_FILES= pkg-message -PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} BAREOSWEBUIDIR=${BAREOSWEBUIDIR} -SUB_LIST= BAREOSWEBUIDIR=${BAREOSWEBUIDIR} +PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +SUB_LIST= BAREOSWEBUIDIR=${WWWDIR} OPTIONS_DEFINE= MYSQL PGSQL ZENDFRAMEWORK OPTIONS_DEFAULT= PGSQL @@ -44,15 +41,15 @@ post-patch: @${REINPLACE_CMD} -e 's|/etc/|${LOCALBASE}/etc/|g' ${WRKSRC}/config/autoload/global.php do-install: - @${ECHO} "Installing in ${BAREOSWEB_HOME}" + @${ECHO} "Installing in ${WWWDIR}" @${MKDIR} ${STAGEDIR}${ETCDIR}/bareos-dir.d/console @${MKDIR} ${STAGEDIR}${ETCDIR}/bareos-dir.d/profile @${MKDIR} ${STAGEDIR}${BAREOSWEB_HOME} cd ${WRKSRC} && ${COPYTREE_SHARE} "config data module public vendor" \ - ${STAGEDIR}${BAREOSWEB_HOME} - ${INSTALL_DATA} ${WRKSRC}/*.php ${STAGEDIR}${BAREOSWEB_HOME} - ${INSTALL_DATA} ${WRKSRC}/composer* ${STAGEDIR}${BAREOSWEB_HOME} - ${INSTALL_DATA} ${WRKSRC}/phpunit.xml ${STAGEDIR}${BAREOSWEB_HOME} + ${STAGEDIR}${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/*.php ${STAGEDIR}${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/composer* ${STAGEDIR}${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/phpunit.xml ${STAGEDIR}${WWWDIR} ${INSTALL_DATA} ${WRKSRC}/install/directors.ini ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/install/configuration.ini ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/install/bareos/bareos-dir.d/console/admin.conf.example ${STAGEDIR}${ETCDIR}/bareos-dir.d/console/admin.conf.sample Modified: head/www/bareos16-webui/pkg-plist ============================================================================== --- head/www/bareos-webui/pkg-plist Sat Apr 21 00:36:33 2018 (r467853) +++ head/www/bareos16-webui/pkg-plist Fri May 18 05:09:42 2018 (r470265) @@ -6,1946 +6,1946 @@ %%ETCDIR%%/nginx-bareos-webui.conf @sample(,www,640) %%ETCDIR%%/bareos-dir.d/console/admin.conf.sample @sample(,www,640) %%ETCDIR%%/bareos-dir.d/profile/webui-admin.conf.sample -%%BAREOSWEBUIDIR%%/composer.json -%%BAREOSWEBUIDIR%%/composer.phar -%%BAREOSWEBUIDIR%%/config/application.config.php -%%BAREOSWEBUIDIR%%/config/autoload/README.md -%%BAREOSWEBUIDIR%%/config/autoload/global.php -%%BAREOSWEBUIDIR%%/config/autoload/global.php.bak -%%BAREOSWEBUIDIR%%/init_autoloader.php -%%BAREOSWEBUIDIR%%/module/Application/Module.php -%%BAREOSWEBUIDIR%%/module/Application/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Application/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Application/language/Makefile.am -%%BAREOSWEBUIDIR%%/module/Application/language/Makefile.in -%%BAREOSWEBUIDIR%%/module/Application/language/cn_CN.mo -%%BAREOSWEBUIDIR%%/module/Application/language/cn_CN.po -%%BAREOSWEBUIDIR%%/module/Application/language/de_DE.mo -%%BAREOSWEBUIDIR%%/module/Application/language/de_DE.po -%%BAREOSWEBUIDIR%%/module/Application/language/en_EN.mo -%%BAREOSWEBUIDIR%%/module/Application/language/en_EN.po -%%BAREOSWEBUIDIR%%/module/Application/language/es_ES.mo -%%BAREOSWEBUIDIR%%/module/Application/language/es_ES.po -%%BAREOSWEBUIDIR%%/module/Application/language/fr_FR.mo -%%BAREOSWEBUIDIR%%/module/Application/language/fr_FR.po -%%BAREOSWEBUIDIR%%/module/Application/language/it_IT.mo -%%BAREOSWEBUIDIR%%/module/Application/language/it_IT.po -%%BAREOSWEBUIDIR%%/module/Application/language/ru_RU.mo -%%BAREOSWEBUIDIR%%/module/Application/language/ru_RU.po -%%BAREOSWEBUIDIR%%/module/Application/language/webui.pot -%%BAREOSWEBUIDIR%%/module/Application/src/Application/Controller/IndexController.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/Controller/Plugin/CommandACLPlugin.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/Controller/Plugin/RequestURIPlugin.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/Controller/Plugin/SessionTimeoutPlugin.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/View/Helper/ACLAlert.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/View/Helper/Example.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/View/Helper/UpdateAlert.php -%%BAREOSWEBUIDIR%%/module/Application/view/application/index/index.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/error/404.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/error/index.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/layout/error.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/layout/install.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/layout/json.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/layout/layout.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/layout/login.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/partial/breadcrumb.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/partial/paginator.phtml -%%BAREOSWEBUIDIR%%/module/Auth/Module.php -%%BAREOSWEBUIDIR%%/module/Auth/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Auth/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Auth/src/Auth/Controller/AuthController.php -%%BAREOSWEBUIDIR%%/module/Auth/src/Auth/Form/LoginForm.php -%%BAREOSWEBUIDIR%%/module/Auth/src/Auth/Model/Auth.php -%%BAREOSWEBUIDIR%%/module/Auth/view/auth/auth/index.phtml -%%BAREOSWEBUIDIR%%/module/Auth/view/auth/auth/login.phtml -%%BAREOSWEBUIDIR%%/module/Auth/view/auth/auth/logout.phtml -%%BAREOSWEBUIDIR%%/module/Client/Module.php -%%BAREOSWEBUIDIR%%/module/Client/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Client/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Client/src/Client/Controller/ClientController.php -%%BAREOSWEBUIDIR%%/module/Client/src/Client/Model/Client.php -%%BAREOSWEBUIDIR%%/module/Client/src/Client/Model/ClientModel.php -%%BAREOSWEBUIDIR%%/module/Client/view/client/client/details.phtml -%%BAREOSWEBUIDIR%%/module/Client/view/client/client/index.phtml -%%BAREOSWEBUIDIR%%/module/Client/view/client/client/status.phtml -%%BAREOSWEBUIDIR%%/module/Dashboard/Module.php -%%BAREOSWEBUIDIR%%/module/Dashboard/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Dashboard/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Dashboard/src/Dashboard/Controller/DashboardController.php -%%BAREOSWEBUIDIR%%/module/Dashboard/src/Dashboard/Model/Dashboard.php -%%BAREOSWEBUIDIR%%/module/Dashboard/src/Dashboard/Model/DashboardModel.php -%%BAREOSWEBUIDIR%%/module/Dashboard/view/dashboard/dashboard/index.phtml -%%BAREOSWEBUIDIR%%/module/Dashboard/view/partial/JobsLastStatus.phtml -%%BAREOSWEBUIDIR%%/module/Dashboard/view/partial/JobsPast24h.phtml -%%BAREOSWEBUIDIR%%/module/Dashboard/view/partial/LastDirectorMessages.phtml -%%BAREOSWEBUIDIR%%/module/Director/Module.php -%%BAREOSWEBUIDIR%%/module/Director/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Director/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Director/src/Director/Controller/DirectorController.php -%%BAREOSWEBUIDIR%%/module/Director/src/Director/Model/Director.php -%%BAREOSWEBUIDIR%%/module/Director/src/Director/Model/DirectorModel.php -%%BAREOSWEBUIDIR%%/module/Director/view/director/director/console.phtml -%%BAREOSWEBUIDIR%%/module/Director/view/director/director/index.phtml -%%BAREOSWEBUIDIR%%/module/Director/view/director/director/messages.phtml -%%BAREOSWEBUIDIR%%/module/Fileset/Module.php -%%BAREOSWEBUIDIR%%/module/Fileset/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Fileset/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Fileset/src/Fileset/Controller/FilesetController.php -%%BAREOSWEBUIDIR%%/module/Fileset/src/Fileset/Model/Fileset.php -%%BAREOSWEBUIDIR%%/module/Fileset/src/Fileset/Model/FilesetModel.php -%%BAREOSWEBUIDIR%%/module/Fileset/view/fileset/fileset/details.phtml -%%BAREOSWEBUIDIR%%/module/Fileset/view/fileset/fileset/index.phtml -%%BAREOSWEBUIDIR%%/module/Job/Module.php -%%BAREOSWEBUIDIR%%/module/Job/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Job/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Job/src/Job/Controller/JobController.php -%%BAREOSWEBUIDIR%%/module/Job/src/Job/Form/JobForm.php -%%BAREOSWEBUIDIR%%/module/Job/src/Job/Model/Job.php -%%BAREOSWEBUIDIR%%/module/Job/src/Job/Model/JobModel.php -%%BAREOSWEBUIDIR%%/module/Job/view/job/job/actions.phtml -%%BAREOSWEBUIDIR%%/module/Job/view/job/job/cancel.phtml -%%BAREOSWEBUIDIR%%/module/Job/view/job/job/details.phtml -%%BAREOSWEBUIDIR%%/module/Job/view/job/job/index.phtml -%%BAREOSWEBUIDIR%%/module/Media/Module.php -%%BAREOSWEBUIDIR%%/module/Media/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Media/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Media/src/Media/Controller/MediaController.php -%%BAREOSWEBUIDIR%%/module/Media/src/Media/Model/Media.php -%%BAREOSWEBUIDIR%%/module/Media/src/Media/Model/MediaModel.php -%%BAREOSWEBUIDIR%%/module/Media/view/media/media/details.phtml -%%BAREOSWEBUIDIR%%/module/Media/view/media/media/index.phtml -%%BAREOSWEBUIDIR%%/module/Pool/Module.php -%%BAREOSWEBUIDIR%%/module/Pool/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Pool/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Pool/src/Pool/Controller/PoolController.php -%%BAREOSWEBUIDIR%%/module/Pool/src/Pool/Model/Pool.php -%%BAREOSWEBUIDIR%%/module/Pool/src/Pool/Model/PoolModel.php -%%BAREOSWEBUIDIR%%/module/Pool/view/pool/pool/details.phtml -%%BAREOSWEBUIDIR%%/module/Pool/view/pool/pool/index.phtml -%%BAREOSWEBUIDIR%%/module/Restore/Module.php -%%BAREOSWEBUIDIR%%/module/Restore/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Restore/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Restore/src/Restore/Controller/RestoreController.php -%%BAREOSWEBUIDIR%%/module/Restore/src/Restore/Form/RestoreForm.php -%%BAREOSWEBUIDIR%%/module/Restore/src/Restore/Model/Restore.php -%%BAREOSWEBUIDIR%%/module/Restore/src/Restore/Model/RestoreModel.php -%%BAREOSWEBUIDIR%%/module/Restore/view/restore/restore/filebrowser.phtml -%%BAREOSWEBUIDIR%%/module/Restore/view/restore/restore/index.phtml -%%BAREOSWEBUIDIR%%/module/Schedule/Module.php -%%BAREOSWEBUIDIR%%/module/Schedule/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Schedule/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Schedule/src/Schedule/Controller/ScheduleController.php -%%BAREOSWEBUIDIR%%/module/Schedule/src/Schedule/Model/Schedule.php -%%BAREOSWEBUIDIR%%/module/Schedule/src/Schedule/Model/ScheduleModel.php -%%BAREOSWEBUIDIR%%/module/Schedule/view/schedule/schedule/details.phtml -%%BAREOSWEBUIDIR%%/module/Schedule/view/schedule/schedule/index.phtml -%%BAREOSWEBUIDIR%%/module/Schedule/view/schedule/schedule/overview.phtml -%%BAREOSWEBUIDIR%%/module/Schedule/view/schedule/schedule/status.phtml -%%BAREOSWEBUIDIR%%/module/Storage/Module.php -%%BAREOSWEBUIDIR%%/module/Storage/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Storage/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Storage/src/Storage/Controller/StorageController.php -%%BAREOSWEBUIDIR%%/module/Storage/src/Storage/Form/StorageForm.php -%%BAREOSWEBUIDIR%%/module/Storage/src/Storage/Model/Storage.php -%%BAREOSWEBUIDIR%%/module/Storage/src/Storage/Model/StorageModel.php -%%BAREOSWEBUIDIR%%/module/Storage/view/storage/storage/details.phtml -%%BAREOSWEBUIDIR%%/module/Storage/view/storage/storage/index.phtml -%%BAREOSWEBUIDIR%%/module/Storage/view/storage/storage/status.phtml -%%BAREOSWEBUIDIR%%/phpunit.xml -%%BAREOSWEBUIDIR%%/public/css/32px.png -%%BAREOSWEBUIDIR%%/public/css/40px.png -%%BAREOSWEBUIDIR%%/public/css/Bootstrap-3.3.7/fonts/glyphicons-halflings-regular.ttf -%%BAREOSWEBUIDIR%%/public/css/Bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff -%%BAREOSWEBUIDIR%%/public/css/Bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff2 -%%BAREOSWEBUIDIR%%/public/css/bootstrap-datetimepicker.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap-datetimepicker.min.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap-select.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap-select.css.map -%%BAREOSWEBUIDIR%%/public/css/bootstrap-select.min.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap-theme.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap-theme.css.map -%%BAREOSWEBUIDIR%%/public/css/bootstrap-theme.min.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap.css.map -%%BAREOSWEBUIDIR%%/public/css/bootstrap.min.css -%%BAREOSWEBUIDIR%%/public/css/buttons.dataTables.css -%%BAREOSWEBUIDIR%%/public/css/buttons.dataTables.min.css -%%BAREOSWEBUIDIR%%/public/css/datatables.css -%%BAREOSWEBUIDIR%%/public/css/datatables.min.css -%%BAREOSWEBUIDIR%%/public/css/jquery.jqplot.css -%%BAREOSWEBUIDIR%%/public/css/jquery.jqplot.min.css -%%BAREOSWEBUIDIR%%/public/css/jstree.css -%%BAREOSWEBUIDIR%%/public/css/jstree.min.css -%%BAREOSWEBUIDIR%%/public/css/select.bootstrap.css -%%BAREOSWEBUIDIR%%/public/css/select.bootstrap.min.css -%%BAREOSWEBUIDIR%%/public/css/spinner.gif -%%BAREOSWEBUIDIR%%/public/css/style.css -%%BAREOSWEBUIDIR%%/public/css/throbber.gif -%%BAREOSWEBUIDIR%%/public/fonts/glyphicons-halflings-regular.eot -%%BAREOSWEBUIDIR%%/public/fonts/glyphicons-halflings-regular.svg -%%BAREOSWEBUIDIR%%/public/fonts/glyphicons-halflings-regular.ttf -%%BAREOSWEBUIDIR%%/public/fonts/glyphicons-halflings-regular.woff -%%BAREOSWEBUIDIR%%/public/fonts/glyphicons-halflings-regular.woff2 -%%BAREOSWEBUIDIR%%/public/img/bareos-logo-small.png -%%BAREOSWEBUIDIR%%/public/img/bareos-logo.png -%%BAREOSWEBUIDIR%%/public/img/bareos.png -%%BAREOSWEBUIDIR%%/public/img/favicon.ico -%%BAREOSWEBUIDIR%%/public/img/icons/os/centos.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/debian.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/fedora.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/freebsd.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/macos.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/redhat.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/sunsolaris.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/suse.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/ubuntu.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/univention.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/windows.png -%%BAREOSWEBUIDIR%%/public/index.php -%%BAREOSWEBUIDIR%%/public/js/bootstrap-datetimepicker.min.js -%%BAREOSWEBUIDIR%%/public/js/bootstrap-select.js -%%BAREOSWEBUIDIR%%/public/js/bootstrap-select.js.map -%%BAREOSWEBUIDIR%%/public/js/bootstrap-select.min.js -%%BAREOSWEBUIDIR%%/public/js/bootstrap.js -%%BAREOSWEBUIDIR%%/public/js/bootstrap.min.js -%%BAREOSWEBUIDIR%%/public/js/dataTables.buttons.js -%%BAREOSWEBUIDIR%%/public/js/dataTables.buttons.min.js -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/Chinese.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/English.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/French.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/German.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/Italian.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/Russian.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/Spanish.json -%%BAREOSWEBUIDIR%%/public/js/datatables.functions.js -%%BAREOSWEBUIDIR%%/public/js/datatables.js -%%BAREOSWEBUIDIR%%/public/js/datatables.min.js -%%BAREOSWEBUIDIR%%/public/js/datatables.plugins.js -%%BAREOSWEBUIDIR%%/public/js/excanvas.js -%%BAREOSWEBUIDIR%%/public/js/excanvas.min.js -%%BAREOSWEBUIDIR%%/public/js/html5shiv.js -%%BAREOSWEBUIDIR%%/public/js/i_core.js -%%BAREOSWEBUIDIR%%/public/js/i_core.min.js -%%BAREOSWEBUIDIR%%/public/js/i_core.min.js.map -%%BAREOSWEBUIDIR%%/public/js/i_gettext.js -%%BAREOSWEBUIDIR%%/public/js/i_gettext.min.js -%%BAREOSWEBUIDIR%%/public/js/i_gettext.min.js.map -%%BAREOSWEBUIDIR%%/public/js/jqplot.barRenderer.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.barRenderer.min.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.categoryAxisRenderer.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.categoryAxisRenderer.min.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.pieRenderer.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.pieRenderer.min.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.pointLabels.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.pointLabels.min.js -%%BAREOSWEBUIDIR%%/public/js/jquery.cookie.js -%%BAREOSWEBUIDIR%%/public/js/jquery.jqplot.js -%%BAREOSWEBUIDIR%%/public/js/jquery.jqplot.min.js -%%BAREOSWEBUIDIR%%/public/js/jquery.js -%%BAREOSWEBUIDIR%%/public/js/jquery.min.js -%%BAREOSWEBUIDIR%%/public/js/jquery.min.map -%%BAREOSWEBUIDIR%%/public/js/jstree.js -%%BAREOSWEBUIDIR%%/public/js/jstree.min.js -%%BAREOSWEBUIDIR%%/public/js/jstreegrid.js -%%BAREOSWEBUIDIR%%/public/js/locale/Makefile.am -%%BAREOSWEBUIDIR%%/public/js/locale/Makefile.in -%%BAREOSWEBUIDIR%%/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo -%%BAREOSWEBUIDIR%%/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po -%%BAREOSWEBUIDIR%%/public/js/locale/de_DE/LC_MESSAGES/de_DE.mo -%%BAREOSWEBUIDIR%%/public/js/locale/de_DE/LC_MESSAGES/de_DE.po -%%BAREOSWEBUIDIR%%/public/js/locale/en_EN/LC_MESSAGES/en_EN.mo -%%BAREOSWEBUIDIR%%/public/js/locale/en_EN/LC_MESSAGES/en_EN.po -%%BAREOSWEBUIDIR%%/public/js/locale/es_ES/LC_MESSAGES/es_ES.mo -%%BAREOSWEBUIDIR%%/public/js/locale/es_ES/LC_MESSAGES/es_ES.po -%%BAREOSWEBUIDIR%%/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo -%%BAREOSWEBUIDIR%%/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po -%%BAREOSWEBUIDIR%%/public/js/locale/it_IT/LC_MESSAGES/it_IT.mo -%%BAREOSWEBUIDIR%%/public/js/locale/it_IT/LC_MESSAGES/it_IT.po -%%BAREOSWEBUIDIR%%/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo -%%BAREOSWEBUIDIR%%/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po -%%BAREOSWEBUIDIR%%/public/js/locale/webui-datatables.pot -%%BAREOSWEBUIDIR%%/public/js/moment-timezone-with-data.js -%%BAREOSWEBUIDIR%%/public/js/moment-timezone-with-data.min.js -%%BAREOSWEBUIDIR%%/public/js/moment-with-locales.js -%%BAREOSWEBUIDIR%%/public/js/moment-with-locales.min.js -%%BAREOSWEBUIDIR%%/public/js/moment.js -%%BAREOSWEBUIDIR%%/public/js/moment.min.js -%%BAREOSWEBUIDIR%%/public/js/npm.js -%%BAREOSWEBUIDIR%%/public/js/respond.min.js -%%BAREOSWEBUIDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSock.php -%%BAREOSWEBUIDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSockAbstractServiceFactory.php -%%BAREOSWEBUIDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSockInterface.php -%%BAREOSWEBUIDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSockServiceFactory.php -%%BAREOSWEBUIDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBase64.php -%%BAREOSWEBUIDIR%%/vendor/README.md -%%BAREOSWEBUIDIR%%/vendor/autoload.php -%%BAREOSWEBUIDIR%%/vendor/composer/ClassLoader.php -%%BAREOSWEBUIDIR%%/vendor/composer/LICENSE -%%BAREOSWEBUIDIR%%/vendor/composer/autoload_classmap.php -%%BAREOSWEBUIDIR%%/vendor/composer/autoload_namespaces.php -%%BAREOSWEBUIDIR%%/vendor/composer/autoload_psr4.php -%%BAREOSWEBUIDIR%%/vendor/composer/autoload_real.php -%%BAREOSWEBUIDIR%%/vendor/composer/autoload_static.php -%%BAREOSWEBUIDIR%%/vendor/composer/installed.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/CHANGELOG.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/BadMethodCallException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/ExtensionNotLoadedException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/LogicException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/MissingDependencyException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/MissingKeyException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/OutOfSpaceException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/UnexpectedValueException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/UnsupportedMethodCallException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/AbstractPattern.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/CallbackCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/CaptureCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/ClassCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/ObjectCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/OutputCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/PatternInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/PatternOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/PatternFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/PatternPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Service/StorageCacheAbstractServiceFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Service/StorageCacheFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractAdapter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractZendServer.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/AdapterOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Apc.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcIterator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/BlackHole.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Dba.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/DbaIterator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/DbaOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Filesystem.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemIterator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/KeyListIterator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Memcache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheResourceManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Memcached.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedResourceManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Memory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemoryOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDb.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbResourceManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Redis.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/RedisOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/RedisResourceManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Session.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/SessionOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/WinCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/WinCacheOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/XCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/XCacheOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerDisk.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerShm.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/AdapterPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/AvailableSpaceCapableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Capabilities.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/ClearByNamespaceInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/ClearByPrefixInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/ClearExpiredInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Event.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/ExceptionEvent.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/FlushableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/IterableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/IteratorInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/OptimizableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/AbstractPlugin.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/ClearExpiredByFactor.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/ExceptionHandler.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/IgnoreUserAbort.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/OptimizeByFactor.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/PluginInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/PluginOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/Serializer.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/PluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/PostEvent.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/StorageInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/TaggableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/TotalSpaceCapableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/StorageFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/AbstractConfigFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Config.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Factory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/Constant.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/Filter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/ProcessorInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/Queue.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/Token.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/Translator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/Ini.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/JavaProperties.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/Json.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/ReaderInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/Xml.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/Yaml.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/ReaderPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/AbstractWriter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/Ini.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/Json.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/PhpArray.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/WriterInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/Xml.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/Yaml.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/WriterPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/AbstractAdapter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/AdapterInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/Posix.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/Virtual.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/Windows.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/WindowsAnsicon.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/Ascii.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/AsciiExtended.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/CharsetInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/DECSG.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/Utf8.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/Utf8Heavy.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Color/Xterm256.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/ColorInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Console.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Exception/BadMethodCallException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Getopt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/AbstractPrompt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Char.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Checkbox.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Confirm.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Line.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Number.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Password.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/PromptInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Select.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Request.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Response.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/RouteMatcher/DefaultRouteMatcher.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/RouteMatcher/RouteMatcherInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/src/Escaper.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/AbstractListenerAggregate.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Event.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventManagerAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventManagerAwareTrait.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventManagerInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventsCapableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/DomainException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/InvalidCallbackException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Filter/FilterInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Filter/FilterIterator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/FilterChain.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/GlobalEventManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/ListenerAggregateInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/ListenerAggregateTrait.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/ProvidesEvents.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/ResponseCollection.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventAggregateAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventManagerAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventManagerInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/SharedListenerAggregateInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/StaticEventManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/AbstractDateDropdown.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/AbstractFilter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/AbstractUnicode.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/BaseName.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Blacklist.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Boolean.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Callback.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/AbstractCompressionAlgorithm.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Bz2.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/CompressionAlgorithmInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Gz.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Lzf.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Rar.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Snappy.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Tar.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Zip.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/DataUnitFormatter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/DateSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/DateTimeFormatter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/DateTimeSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Decompress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Decrypt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Digits.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Dir.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Encrypt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Encrypt/BlockCipher.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Encrypt/EncryptionAlgorithmInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Encrypt/Openssl.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/BadMethodCallException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/DomainException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/ExtensionNotLoadedException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/Decrypt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/Encrypt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/LowerCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/Rename.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/RenameUpload.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/UpperCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/FilterChain.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/FilterInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/FilterPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/HtmlEntities.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Inflector.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Int.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/MonthSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Null.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/PregReplace.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/RealPath.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StaticFilter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StringToLower.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StringToUpper.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StringTrim.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StripNewlines.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StripTags.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/ToInt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/ToNull.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/UpperCaseWords.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/UriNormalize.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Whitelist.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/AbstractSeparator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/CamelCaseToDash.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/CamelCaseToSeparator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/CamelCaseToUnderscore.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/DashToCamelCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/DashToSeparator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/DashToUnderscore.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/SeparatorToCamelCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/SeparatorToDash.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/SeparatorToSeparator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/Service/SeparatorToSeparatorFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToCamelCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToDash.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToSeparator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToStudlyCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/CHANGELOG.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractAnnotationsListener.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractArrayAnnotation.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractArrayOrStringAnnotation.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractStringAnnotation.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AllowEmpty.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AnnotationBuilder.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Attributes.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/ComposedObject.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/ContinueIfEmpty.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/ElementAnnotationsListener.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/ErrorMessage.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Exclude.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Filter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Flags.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/FormAnnotationsListener.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Hydrator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Input.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/InputFilter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Instance.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Name.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Object.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Options.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Required.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Type.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/ValidationGroup.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Validator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Button.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Captcha.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Checkbox.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Collection.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Color.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Csrf.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Date.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/DateSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/DateTime.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/DateTimeLocal.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/DateTimeSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Email.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/File.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Hidden.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Image.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Month.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/MonthSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/MultiCheckbox.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Number.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Password.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Radio.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Range.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Select.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Submit.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Text.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Textarea.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Time.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Url.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Week.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/ElementAttributeRemovalInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/ElementInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/ElementPrepareAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/BadMethodCallException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/DomainException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/ExtensionNotLoadedException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/InvalidElementException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/UnexpectedValueException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Factory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Fieldset.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FieldsetInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FieldsetPrepareAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Form.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FormAbstractServiceFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FormElementManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FormFactoryAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FormFactoryAwareTrait.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FormInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/InputFilterProviderFieldset.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/LabelAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/LabelAwareTrait.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/AbstractHelper.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/AbstractWord.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/Dumb.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/Figlet.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/Image.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/ReCaptcha.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/File/FormFileApcProgress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/File/FormFileSessionProgress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/File/FormFileUploadProgress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Form.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormButton.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormCaptcha.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormCheckbox.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormCollection.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormColor.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDate.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateTime.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateTimeLocal.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateTimeSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormElement.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormElementErrors.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormEmail.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormFile.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormHidden.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormImage.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormInput.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormLabel.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormMonth.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormMonthSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormMultiCheckbox.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormNumber.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormPassword.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormRadio.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormRange.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormReset.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormRow.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormSearch.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormSubmit.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormTel.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormText.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormTextarea.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormTime.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormUrl.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormWeek.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/HelperConfig.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/CHANGELOG.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/AbstractMessage.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/AdapterInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Curl.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/InitializationException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/OutOfRangeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/TimeoutException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Proxy.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Socket.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/StreamInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Test.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Exception/OutOfRangeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/ClientStatic.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Cookies.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Exception/OutOfRangeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AbstractAccept.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AbstractDate.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AbstractLocation.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept/FieldValuePart/AbstractFieldValuePart.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept/FieldValuePart/AcceptFieldValuePart.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept/FieldValuePart/CharsetFieldValuePart.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept/FieldValuePart/EncodingFieldValuePart.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept/FieldValuePart/LanguageFieldValuePart.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AcceptCharset.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AcceptEncoding.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AcceptLanguage.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AcceptRanges.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Age.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Allow.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AuthenticationInfo.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Authorization.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/CacheControl.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Connection.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentDisposition.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentEncoding.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentLanguage.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentLength.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentLocation.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentMD5.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentRange.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentSecurityPolicy.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentTransferEncoding.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentType.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Cookie.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Date.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Etag.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Exception/DomainException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Expect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Expires.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/From.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/GenericHeader.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/GenericMultiHeader.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/HeaderInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/HeaderValue.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Host.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/IfMatch.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/IfModifiedSince.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/IfNoneMatch.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/IfRange.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/IfUnmodifiedSince.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/KeepAlive.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/LastModified.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Location.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/MaxForwards.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/MultipleHeaderInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Origin.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Pragma.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ProxyAuthenticate.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ProxyAuthorization.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Range.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Referer.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Refresh.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/RetryAfter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Server.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/SetCookie.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/TE.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Trailer.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/TransferEncoding.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Upgrade.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/UserAgent.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Vary.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Via.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/WWWAuthenticate.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Warning.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/HeaderLoader.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Headers.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/PhpEnvironment/RemoteAddress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/PhpEnvironment/Request.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/PhpEnvironment/Response.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Request.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Response.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Response/Stream.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/ExtensionNotLoadedException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/OutOfBoundsException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/ParseException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/RangeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Filter/AbstractLocale.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Filter/Alnum.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Filter/Alpha.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Filter/NumberFormat.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Filter/NumberParse.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/AbstractFileLoader.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/FileLoaderInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/Gettext.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/Ini.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpArray.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpMemoryArray.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/RemoteLoaderInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/LoaderPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Plural/Parser.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Plural/Rule.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Plural/Symbol.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/TextDomain.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Translator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/TranslatorAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/TranslatorAwareTrait.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/TranslatorInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/TranslatorServiceFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/Alnum.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/Alpha.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/DateTime.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/Float.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/Int.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/IsFloat.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/IsInt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AC.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AD.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AE.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AF.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AG.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AI.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AL.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AM.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AO.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AR.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AS.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AT.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AU.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AW.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AX.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AZ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BA.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BB.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BD.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BE.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BF.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BG.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BH.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BI.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BJ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BL.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BM.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BN.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BO.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BQ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BR.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BS.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BT.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BW.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BY.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BZ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CA.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CC.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CD.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CF.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CG.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CH.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CI.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CK.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CL.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CM.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CN.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CO.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CR.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CU.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CV.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CW.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CX.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CY.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CZ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DE.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DJ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DK.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DM.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DO.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DZ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EC.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EE.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EG.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EH.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ER.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ES.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ET.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FI.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FJ.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri May 18 05:18:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5379EEEA35E; Fri, 18 May 2018 05:18:16 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4A1F86B58; Fri, 18 May 2018 05:18:15 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B71F413B82; Fri, 18 May 2018 05:18:15 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I5IFYX017287; Fri, 18 May 2018 05:18:15 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I5IFDr017286; Fri, 18 May 2018 05:18:15 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201805180518.w4I5IFDr017286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 18 May 2018 05:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470266 - head/devel/librelp X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/devel/librelp X-SVN-Commit-Revision: 470266 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 05:18:16 -0000 Author: matthew Date: Fri May 18 05:18:14 2018 New Revision: 470266 URL: https://svnweb.freebsd.org/changeset/ports/470266 Log: Update to 1.2.16 ChangeLog: http://www.librelp.com/ Modified: head/devel/librelp/Makefile head/devel/librelp/distinfo Modified: head/devel/librelp/Makefile ============================================================================== --- head/devel/librelp/Makefile Fri May 18 05:09:42 2018 (r470265) +++ head/devel/librelp/Makefile Fri May 18 05:18:14 2018 (r470266) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= librelp -PORTVERSION= 1.2.15 +PORTVERSION= 1.2.16 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/librelp/ @@ -21,7 +21,7 @@ INSTALL_TARGET= install-strip PLIST_FILES= include/${PORTNAME}.h \ lib/${PORTNAME}.a \ lib/${PORTNAME}.so lib/${PORTNAME}.so.0 \ - lib/${PORTNAME}.so.0.3.0 \ + lib/${PORTNAME}.so.0.4.0 \ libdata/pkgconfig/relp.pc PORT_VERBS= relp Modified: head/devel/librelp/distinfo ============================================================================== --- head/devel/librelp/distinfo Fri May 18 05:09:42 2018 (r470265) +++ head/devel/librelp/distinfo Fri May 18 05:18:14 2018 (r470266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522015294 -SHA256 (librelp-1.2.15.tar.gz) = a931832d9056660feee76d52195b21d4e9e06d5ec8e96b26af44e998529da999 -SIZE (librelp-1.2.15.tar.gz) = 440273 +TIMESTAMP = 1526593637 +SHA256 (librelp-1.2.16.tar.gz) = 0c235dd2a01060ad5e64438879b31ae64e7640d0e262aa1a287a2dd9bc60fd53 +SIZE (librelp-1.2.16.tar.gz) = 474456 From owner-svn-ports-head@freebsd.org Fri May 18 05:22:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CFEDEEA6B8; Fri, 18 May 2018 05:22:14 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2E4186FA3; Fri, 18 May 2018 05:22:13 +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 A46E313CF4; Fri, 18 May 2018 05:22:13 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I5MDuv022132; Fri, 18 May 2018 05:22:13 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I5MDTe022131; Fri, 18 May 2018 05:22:13 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201805180522.w4I5MDTe022131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 18 May 2018 05:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470267 - in head/sysutils: . bareos-bat X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/sysutils: . bareos-bat X-SVN-Commit-Revision: 470267 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 05:22:14 -0000 Author: acm Date: Fri May 18 05:22:13 2018 New Revision: 470267 URL: https://svnweb.freebsd.org/changeset/ports/470267 Log: - Remove sysutils/bareos-bat. New version of bareos remove support for bat gui. Use www/bareos-webui instead of it. Deleted: head/sysutils/bareos-bat/ Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri May 18 05:18:14 2018 (r470266) +++ head/sysutils/Makefile Fri May 18 05:22:13 2018 (r470267) @@ -91,7 +91,6 @@ SUBDIR += bareos16-client-static SUBDIR += bareos16-server SUBDIR += bareos16-traymonitor - SUBDIR += bareos-bat SUBDIR += bareos-client SUBDIR += bareos-client-static SUBDIR += bareos-docs From owner-svn-ports-head@freebsd.org Fri May 18 05:25:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD095EEA7C2; Fri, 18 May 2018 05:25:13 +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 6BC8487112; Fri, 18 May 2018 05:25:13 +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 4D83B13D16; Fri, 18 May 2018 05:25:13 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I5PDMN022356; Fri, 18 May 2018 05:25:13 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I5PD4Y022355; Fri, 18 May 2018 05:25:13 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201805180525.w4I5PD4Y022355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 18 May 2018 05:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470268 - head X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 470268 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 05:25:13 -0000 Author: acm Date: Fri May 18 05:25:12 2018 New Revision: 470268 URL: https://svnweb.freebsd.org/changeset/ports/470268 Log: - Add sysutils/bareos-bat entry Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Fri May 18 05:22:13 2018 (r470267) +++ head/MOVED Fri May 18 05:25:12 2018 (r470268) @@ -10188,3 +10188,4 @@ net-im/licq-msn||2018-05-14|MSN Messenger service term finance/gnucash@guile1||2018-05-14|Version 3.0 dropped guile1 support. Use unflavored finance/gnucash instead net-im/rubygem-earthquake||2018-05-15|Broken and unmaintained upstream security/rubygem-jugyo-twitter_oauth||2018-05-15|The only consumer of this port (net-im/rubygem-earthquake) has been removed +sysutils/bareos-bat||2018-05-18|Removed, use sysutils/bareos-webui or install bareos16 ports From owner-svn-ports-head@freebsd.org Fri May 18 05:38:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49B79EEAFB8; Fri, 18 May 2018 05:38:41 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE05887A47; Fri, 18 May 2018 05:38:40 +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 CF22113EAD; Fri, 18 May 2018 05:38:40 +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 w4I5ceUS027452; Fri, 18 May 2018 05:38:40 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I5cdsI027444; Fri, 18 May 2018 05:38:39 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201805180538.w4I5cdsI027444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 18 May 2018 05:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470269 - in head/sysutils: bareos-docs bareos-server bareos-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/sysutils: bareos-docs bareos-server bareos-server/files X-SVN-Commit-Revision: 470269 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 05:38:41 -0000 Author: acm Date: Fri May 18 05:38:38 2018 New Revision: 470269 URL: https://svnweb.freebsd.org/changeset/ports/470269 Log: - Update to 17.2.5 ChangeLog: http://doc.bareos.org/master/html/bareos-manual-main-reference.html#ReleaseNotes Take care with this version because some changes were done on databases schema. Deleted: head/sysutils/bareos-server/files/patch-src-qt-console-bat.pro.in Modified: head/sysutils/bareos-docs/Makefile head/sysutils/bareos-docs/distinfo head/sysutils/bareos-server/Makefile head/sysutils/bareos-server/Makefile.common head/sysutils/bareos-server/distinfo head/sysutils/bareos-server/files/patch-src-plugins-filed_Makefile.in head/sysutils/bareos-server/pkg-plist head/sysutils/bareos-server/pkg-plist.client Modified: head/sysutils/bareos-docs/Makefile ============================================================================== --- head/sysutils/bareos-docs/Makefile Fri May 18 05:25:12 2018 (r470268) +++ head/sysutils/bareos-docs/Makefile Fri May 18 05:38:38 2018 (r470269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bareos -PORTVERSION= 16.2.7 +PORTVERSION= 17.2.5 CATEGORIES= sysutils MASTER_SITES= http://doc.bareos.org/master/ PKGNAMESUFFIX= -docs Modified: head/sysutils/bareos-docs/distinfo ============================================================================== --- head/sysutils/bareos-docs/distinfo Fri May 18 05:25:12 2018 (r470268) +++ head/sysutils/bareos-docs/distinfo Fri May 18 05:38:38 2018 (r470269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513195441 -SHA256 (bareos-manual-main-reference.pdf) = f45ef4f6b947fd8c3cbdfa57b462eca06e49c893d726d1db08181435cdb58f4b -SIZE (bareos-manual-main-reference.pdf) = 4130751 +TIMESTAMP = 1526608869 +SHA256 (bareos-manual-main-reference.pdf) = 33afe5ee05ae50585535f841266034e9028f4a75c7f8152a48b7b154e129dd46 +SIZE (bareos-manual-main-reference.pdf) = 4138520 Modified: head/sysutils/bareos-server/Makefile ============================================================================== --- head/sysutils/bareos-server/Makefile Fri May 18 05:25:12 2018 (r470268) +++ head/sysutils/bareos-server/Makefile Fri May 18 05:38:38 2018 (r470269) @@ -3,7 +3,7 @@ PORTNAME= bareos DISTVERSIONPREFIX= Release/ -DISTVERSION= 16.2.7 +DISTVERSION= 17.2.5 PORTREVISION?= 0 CATEGORIES?= sysutils PKGNAMEPREFIX?= # @@ -193,7 +193,7 @@ post-patch: @${REINPLACE_CMD} -e '/^fd_subdirs = /s|src/filed||' -e 's|src/console||' \ -e 's|src/lib||' -e 's|src/findlib||' -e 's|@FD_PLUGIN_DIR@||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|../lib/|$$(LOCALBASE)/lib/|g' -e 's|../findlib/|$$(LOCALBASE)/lib/|g' ${WRKSRC}/src/dird/Makefile.in \ - ${WRKSRC}/src/stored/Makefile.in ${WRKSRC}/src/tools/Makefile.in + ${WRKSRC}/src/stored/Makefile.in ${WRKSRC}/src/tools/Makefile.in ${WRKSRC}/src/tests/Makefile.in @${REINPLACE_CMD} -e 's|../../lib/|$$(LOCALBASE)/lib/|g' ${WRKSRC}/src/plugins/dird/Makefile.in ${WRKSRC}/src/plugins/stored/Makefile.in @${REINPLACE_CMD} -e 's|fd_plugins.h|filed/fd_plugins.h|g' -e 's|dir_plugins.h|dird/dir_plugins.h|g' -e 's|stored.h|stored/stored.h|g' \ ${WRKSRC}/src/tools/bpluginfo.c @@ -219,6 +219,7 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/bareos-barcodes ${STAGEDIR}${ETCDIR}/bareos-barcodes.sample ${CHMOD} o+x ${STAGEDIR}${PREFIX}/bin/bsmtp ${MV} ${STAGEDIR}${ETCDIR}/mtx-changer.conf ${STAGEDIR}${ETCDIR}/mtx-changer.conf.sample + ${MV} ${STAGEDIR}${ETCDIR}/bareos-regress.conf ${STAGEDIR}${ETCDIR}//bareos-regress.conf.sample .endif @${MKDIR} ${STAGEDIR}/var/run/bareos .endif Modified: head/sysutils/bareos-server/Makefile.common ============================================================================== --- head/sysutils/bareos-server/Makefile.common Fri May 18 05:25:12 2018 (r470268) +++ head/sysutils/bareos-server/Makefile.common Fri May 18 05:38:38 2018 (r470269) @@ -19,16 +19,6 @@ pre-install: .endif do-install: -.if ${PKGNAMESUFFIX} == "-bat" -# Install config files and preserve existing ones - ${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/src/qt-console/bat.conf ${STAGEDIR}${PREFIX}/etc/bareos/bat.conf.sample - ${INSTALL_MAN} ${WRKSRC}/manpages/bat.1 ${STAGEDIR}${PREFIX}/man/man1/ - ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/src/images/bat.png ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/src/images/bat.svg ${STAGEDIR}${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/src/qt-console/bat.desktop ${STAGEDIR}${DESKTOPDIR} -.endif .if ${PKGNAMEPREFIX} == "nagios-check_" @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios ${INSTALL_PROGRAM} ${WRKSRC}/examples/nagios/check_bareos/check_bareos \ Modified: head/sysutils/bareos-server/distinfo ============================================================================== --- head/sysutils/bareos-server/distinfo Fri May 18 05:25:12 2018 (r470268) +++ head/sysutils/bareos-server/distinfo Fri May 18 05:38:38 2018 (r470269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510775285 -SHA256 (bareos-bareos-Release-16.2.7_GH0.tar.gz) = 0b8dbe2e17b3eda470c30d4fe6af92e6f7b668fd1cfc1b045becdc8c8b6a767f -SIZE (bareos-bareos-Release-16.2.7_GH0.tar.gz) = 4282998 +TIMESTAMP = 1524284411 +SHA256 (bareos-bareos-Release-17.2.5_GH0.tar.gz) = 720bcfbbb26d2e773088b3044b728b48fea2340b3fb0f622a0e07a88bec35bac +SIZE (bareos-bareos-Release-17.2.5_GH0.tar.gz) = 4181384 Modified: head/sysutils/bareos-server/files/patch-src-plugins-filed_Makefile.in ============================================================================== --- head/sysutils/bareos-server/files/patch-src-plugins-filed_Makefile.in Fri May 18 05:25:12 2018 (r470268) +++ head/sysutils/bareos-server/files/patch-src-plugins-filed_Makefile.in Fri May 18 05:38:38 2018 (r470269) @@ -1,21 +1,21 @@ ---- src/plugins/filed/Makefile.in 2017-03-12 19:49:48.441405000 -0500 -+++ src/plugins/filed/Makefile.in 2017-03-12 19:51:04.400881000 -0500 +--- src/plugins/filed/Makefile.in 2018-05-17 15:34:21.796332000 -0500 ++++ src/plugins/filed/Makefile.in 2018-05-17 15:35:50.843157000 -0500 @@ -93,7 +93,8 @@ install: all $(MKDIR) $(DESTDIR)$(plugindir) -- $(MKDIR) ${DESTDIR}${confdir}/bareos-dir.d/ -+ $(MKDIR) ${DESTDIR}${confdir}/bareos-dir.d/fileset -+ $(MKDIR) ${DESTDIR}${confdir}/bareos-dir.d/job +- $(MKDIR) ${DESTDIR}${configtemplatedir}/bareos-dir.d/ ++ $(MKDIR) ${DESTDIR}${configtemplatedir}/bareos-dir.d/fileset ++ $(MKDIR) ${DESTDIR}${configtemplatedir}/bareos-dir.d/job $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) bpipe-fd.la $(DESTDIR)$(plugindir) $(RMF) $(DESTDIR)$(plugindir)/bpipe-fd.la - for plugin in $(BUILD_PLUGINS); do \ -@@ -110,7 +111,7 @@ + if test "x$(BUILD_PLUGINS)" != "x" ; then \ +@@ -111,7 +112,7 @@ $(CP) *.py *.py.template $(DESTDIR)$(plugindir); \ for i in `find python-ldap-conf.d/ \( -name "*.conf" -o -name "*.conf.example" \) -print | cut -d'/' -f2-`; do \ - $(MKDIR) `dirname ${DESTDIR}${confdir}/$$i`; \ -- $(INSTALL_CONFIG) python-ldap-conf.d/$$i ${DESTDIR}${confdir}/$$i; \ + $(MKDIR) `dirname ${DESTDIR}${configtemplatedir}/$$i`; \ +- $(INSTALL_CONFIG) python-ldap-conf.d/$$i ${DESTDIR}${configtemplatedir}/$$i; \ + $(INSTALL_CONFIG) python-ldap-conf.d/$$i ${DESTDIR}${confdir}/`echo $$i | sed -e 's|example|sample|g'`; \ done; \ fi; \ - done + done;\ Modified: head/sysutils/bareos-server/pkg-plist ============================================================================== --- head/sysutils/bareos-server/pkg-plist Fri May 18 05:25:12 2018 (r470268) +++ head/sysutils/bareos-server/pkg-plist Fri May 18 05:38:38 2018 (r470269) @@ -1,5 +1,6 @@ @sample(,bareos,640) %%ETCDIR%%/bareos-barcodes.sample %%MTX%%@sample(,bareos,640) %%ETCDIR%%/mtx-changer.conf.sample +@sample(,bareos,640) %%ETCDIR%%/bareos-regress.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/catalog/MyCatalog.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/client/bareos-fd.conf.sample @sample(,bareos,640) %%ETCDIR%%/bareos-dir.d/console/bareos-mon.conf.sample @@ -30,44 +31,36 @@ bin/bregex bin/bsmtp bin/bwild +bin/timelimit +lib/bareos/plugins/BareosDirPluginBaseclass.py +lib/bareos/plugins/BareosDirWrapper.py lib/bareos/plugins/BareosSdPluginBaseclass.py lib/bareos/plugins/BareosSdWrapper.py -lib/bareos/plugins/bareos-sd-class-plugin.py -lib/bareos/plugins/bareos_sd_consts.py -lib/bareos/plugins/bareos-sd.py.template -%%PYTHON%%lib/bareos/plugins/python-sd.so lib/bareos/plugins/autoxflate-sd.so -lib/bareos/plugins/BareosDirPluginBaseclass.py -lib/bareos/plugins/BareosDirWrapper.py lib/bareos/plugins/bareos-dir-class-plugin.py -lib/bareos/plugins/bareos_dir_consts.py lib/bareos/plugins/bareos-dir.py.template +lib/bareos/plugins/bareos-sd-class-plugin.py +lib/bareos/plugins/bareos-sd.py.template +lib/bareos/plugins/bareos_dir_consts.py +lib/bareos/plugins/bareos_sd_consts.py %%PYTHON%%lib/bareos/plugins/python-dir.so +%%PYTHON%%lib/bareos/plugins/python-sd.so %%SCSICRYPTO%%lib/bareos/plugins/scsicrypto-sd.so %%SCSICRYPTO%%lib/bareos/plugins/scsitapealert-sd.so -lib/bareos/scripts/bconsole lib/bareos/scripts/bareos -lib/bareos/scripts/bareos_config -lib/bareos/scripts/bareos-ctl-funcs +lib/bareos/scripts/bareos-config +lib/bareos/scripts/bareos-config-lib.sh lib/bareos/scripts/bareos-ctl-dir lib/bareos/scripts/bareos-ctl-fd +lib/bareos/scripts/bareos-ctl-funcs lib/bareos/scripts/bareos-ctl-sd -lib/bareos/scripts/mtx-changer -lib/bareos/scripts/disk-changer -lib/bareos/scripts/btraceback.gdb -lib/bareos/scripts/btraceback.dbx -lib/bareos/scripts/btraceback.mdb -lib/bareos/scripts/bareos-config -lib/bareos/scripts/bareos-config-lib.sh lib/bareos/scripts/bareos-explorer lib/bareos/scripts/bareos-glusterfind-wrapper +lib/bareos/scripts/bareos_config +lib/bareos/scripts/btraceback.dbx +lib/bareos/scripts/btraceback.gdb +lib/bareos/scripts/btraceback.mdb lib/bareos/scripts/create_bareos_database -lib/bareos/scripts/update_bareos_tables -lib/bareos/scripts/make_bareos_tables -lib/bareos/scripts/grant_bareos_privileges -lib/bareos/scripts/drop_bareos_tables -lib/bareos/scripts/drop_bareos_database -lib/bareos/scripts/ddl/versions.map lib/bareos/scripts/ddl/creates/%%DBTYPE%%.sql %%MYSQL%%lib/bareos/scripts/ddl/drops/%%DBTYPE%%.sql %%PGSQL%%lib/bareos/scripts/ddl/drops/%%DBTYPE%%.sql @@ -75,6 +68,7 @@ lib/bareos/scripts/ddl/creates/%%DBTYPE%%.sql %%PGSQL%%lib/bareos/scripts/ddl/grants/%%DBTYPE%%-readonly.sql %%MYSQL%%lib/bareos/scripts/ddl/grants/%%DBTYPE%%.sql %%PGSQL%%lib/bareos/scripts/ddl/grants/%%DBTYPE%%.sql +lib/bareos/scripts/ddl/grants/%%DBTYPE%%-change_owner.dbconfig-template.sql lib/bareos/scripts/ddl/updates/%%DBTYPE%%.10_11.sql lib/bareos/scripts/ddl/updates/%%DBTYPE%%.11_12.sql lib/bareos/scripts/ddl/updates/%%DBTYPE%%.12_14.sql @@ -82,18 +76,28 @@ lib/bareos/scripts/ddl/updates/%%DBTYPE%%.14_2001.sql lib/bareos/scripts/ddl/updates/%%DBTYPE%%.2001_2002.sql lib/bareos/scripts/ddl/updates/%%DBTYPE%%.2002_2003.sql lib/bareos/scripts/ddl/updates/%%DBTYPE%%.2003_2004.sql -lib/bareos/scripts/make_catalog_backup.pl -lib/bareos/scripts/make_catalog_backup +lib/bareos/scripts/ddl/updates/%%DBTYPE%%.2004_2171.sql +lib/bareos/scripts/ddl/updates/%%DBTYPE%%.bee.1017_2004.sql +lib/bareos/scripts/ddl/versions.map lib/bareos/scripts/delete_catalog_backup +lib/bareos/scripts/disk-changer +lib/bareos/scripts/drop_bareos_database +lib/bareos/scripts/drop_bareos_tables +lib/bareos/scripts/grant_bareos_privileges +lib/bareos/scripts/make_bareos_tables +lib/bareos/scripts/make_catalog_backup +lib/bareos/scripts/make_catalog_backup.pl +lib/bareos/scripts/mtx-changer lib/bareos/scripts/query.sql -%%NDMP%%lib/libbareosndmp-%%LIB_VERSION%%.so -%%NDMP%%lib/libbareosndmp.la -%%NDMP%%lib/libbareosndmp.so +lib/bareos/scripts/update_bareos_tables +lib/libbareoscats-%%LIB_VERSION%%.so lib/libbareoscats-%%DBTYPE%%-%%LIB_VERSION%%.so lib/libbareoscats-%%DBTYPE%%.so -lib/libbareoscats-%%LIB_VERSION%%.so lib/libbareoscats.la lib/libbareoscats.so +%%NDMP%%lib/libbareosndmp-%%LIB_VERSION%%.so +%%NDMP%%lib/libbareosndmp.la +%%NDMP%%lib/libbareosndmp.so lib/libbareossd-%%LIB_VERSION%%.so lib/libbareossd.la lib/libbareossd.so @@ -118,11 +122,13 @@ sbin/bareos sbin/bareos-dbcheck sbin/bareos-dir sbin/bareos-sd +sbin/bbatch sbin/bcopy sbin/bextract sbin/bls sbin/bpluginfo sbin/bregex +sbin/bregtest sbin/bscan sbin/bscrypto sbin/bsmtp @@ -130,6 +136,9 @@ sbin/btape sbin/btraceback sbin/bwild sbin/chio-bareos +sbin/grow +sbin/testls +sbin/timelimit @dir(,bareos,750) %%ETCDIR%%/bareos-dir.d @dir(,bareos,750) %%ETCDIR%%/bareos-dir.d/catalog @dir(,bareos,750) %%ETCDIR%%/bareos-dir.d/client Modified: head/sysutils/bareos-server/pkg-plist.client ============================================================================== --- head/sysutils/bareos-server/pkg-plist.client Fri May 18 05:25:12 2018 (r470268) +++ head/sysutils/bareos-server/pkg-plist.client Fri May 18 05:38:38 2018 (r470269) @@ -15,35 +15,35 @@ @sample %%ETCDIR%%/bconsole.d/bconsole.conf.sample @group wheel %%LMDB%%@sample %%ETCDIR%%/plugin-python-ldap.conf.sample -lib/libbareos.la -lib/libbareos.so -lib/libbareos-%%LIB_VERSION%%.so -lib/libbareoscfg.la -lib/libbareoscfg.so -lib/libbareoscfg-%%LIB_VERSION%%.so -lib/libbareosfind.la -lib/libbareosfind.so -lib/libbareosfind-%%LIB_VERSION%%.so -%%LMDB%%lib/libbareoslmdb.la -%%LMDB%%lib/libbareoslmdb.so -%%LMDB%%lib/libbareoslmdb-%%LIB_VERSION%%.so +bin/bconsole %%PYTHON%%lib/bareos/plugins/BareosFdPluginBaseclass.py %%PYTHON%%lib/bareos/plugins/BareosFdPluginLDAP.py %%PYTHON%%lib/bareos/plugins/BareosFdPluginLocalFileset.py %%PYTHON%%lib/bareos/plugins/BareosFdWrapper.py +%%PYTHON%%lib/bareos/plugins/bareos-fd-ldap.py %%PYTHON%%lib/bareos/plugins/bareos-fd-local-fileset.py %%PYTHON%%lib/bareos/plugins/bareos-fd-mock-test.py -%%PYTHON%%lib/bareos/plugins/bareos-fd-ldap.py -%%PYTHON%%lib/bareos/plugins/bareos_fd_consts.py %%PYTHON%%lib/bareos/plugins/bareos-fd.py.template +%%PYTHON%%lib/bareos/plugins/bareos_fd_consts.py lib/bareos/plugins/bpipe-fd.so %%PYTHON%%lib/bareos/plugins/python-fd.so -man/man8/bareos-fd.8.gz +lib/libbareos-%%LIB_VERSION%%.so +lib/libbareos.la +lib/libbareos.so +lib/libbareoscfg-%%LIB_VERSION%%.so +lib/libbareoscfg.la +lib/libbareoscfg.so +lib/libbareosfind-%%LIB_VERSION%%.so +lib/libbareosfind.la +lib/libbareosfind.so +%%LMDB%%lib/libbareoslmdb-%%LIB_VERSION%%.so +%%LMDB%%lib/libbareoslmdb.la +%%LMDB%%lib/libbareoslmdb.so man/man1/bconsole.1.gz +man/man8/bareos-fd.8.gz sbin/bareos-fd @group bareos sbin/bconsole -bin/bconsole @group wheel @dir(bareos,bareos,) %%BAREOS_DIR%% %%PYTHON%%@dir(,bareos,750) %%ETCDIR%%/bareos-dir.d/fileset From owner-svn-ports-head@freebsd.org Fri May 18 06:11:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5020EEB957; Fri, 18 May 2018 06:11:50 +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 94F096882F; Fri, 18 May 2018 06:11:50 +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 75E40144DE; Fri, 18 May 2018 06:11:50 +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 w4I6Boet044467; Fri, 18 May 2018 06:11:50 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I6BnPu044463; Fri, 18 May 2018 06:11:49 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805180611.w4I6BnPu044463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Fri, 18 May 2018 06:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470270 - in head/games: . genact genact/files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/games: . genact genact/files X-SVN-Commit-Revision: 470270 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 06:11:51 -0000 Author: krion Date: Fri May 18 06:11:49 2018 New Revision: 470270 URL: https://svnweb.freebsd.org/changeset/ports/470270 Log: Add games/genact: genact is a nonsense terminal activity generator. > Pretend to be busy or waiting for your computer when you should actually be > doing real work! Impress people with your insane multitasking skills. Just > open a few instances of genact and watch the show. genact has multiple scenes > that pretend to be doing something exciting or useful when in reality nothing > is happening at all. genact can load modules, which produce different activity. Currently, it comes with the following set of modules: bootlog, cargo, cc, composer, cryptomining, simcity, download, memdump, kernel_compile, weblog. WWW: https://github.com/svenstaro/genact PR: 228306 Submitted by: 0mp Inspired by: jbeich Added: head/games/genact/ head/games/genact/Makefile (contents, props changed) head/games/genact/distinfo (contents, props changed) head/games/genact/files/ head/games/genact/files/patch-cargo-crates_pbr-1.0.0_src_tty_unix.rs (contents, props changed) head/games/genact/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Fri May 18 05:38:38 2018 (r470269) +++ head/games/Makefile Fri May 18 06:11:49 2018 (r470270) @@ -334,6 +334,7 @@ SUBDIR += gdado SUBDIR += gemdropx SUBDIR += gemrb + SUBDIR += genact SUBDIR += ggz-client-libs SUBDIR += ggz-gtk-client SUBDIR += ggz-gtk-games Added: head/games/genact/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/genact/Makefile Fri May 18 06:11:49 2018 (r470270) @@ -0,0 +1,102 @@ +# $FreeBSD$ + +PORTNAME= genact +DISTVERSION= 0.4.0 +CATEGORIES= games + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Nonsense activity generator + +LICENSE= APACHE20 BSD3CLAUSE ISCL MIT UNLICENSE +LICENSE_COMB= multi +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE + +USES= cargo +USE_GITHUB= yes +GH_ACCOUNT= svenstaro + +PLIST_FILES= bin/genact + +CARGO_CRATES= aho-corasick-0.6.4 \ + ansi_term-0.10.2 \ + aster-0.41.0 \ + atty-0.2.6 \ + bindgen-0.24.0 \ + bitflags-0.8.2 \ + bitflags-0.9.1 \ + bitflags-1.0.1 \ + cexpr-0.2.2 \ + cfg-if-0.1.2 \ + chrono-0.4.0 \ + clang-sys-0.16.0 \ + clap-2.29.2 \ + ctrlc-3.1.0 \ + dtoa-0.4.2 \ + emscripten-sys-0.3.2 \ + env_logger-0.4.3 \ + fuchsia-zircon-0.3.3 \ + fuchsia-zircon-sys-0.3.3 \ + glob-0.2.11 \ + humantime-1.0.0 \ + idna-0.1.4 \ + itoa-0.3.4 \ + kernel32-sys-0.2.2 \ + lazy_static-0.2.11 \ + lazy_static-1.0.0 \ + libc-0.2.36 \ + libloading-0.4.3 \ + log-0.3.9 \ + log-0.4.1 \ + matches-0.1.6 \ + memchr-1.0.2 \ + memchr-2.0.1 \ + nix-0.9.0 \ + nom-3.2.1 \ + num-0.1.41 \ + num-integer-0.1.35 \ + num-iter-0.1.34 \ + num-traits-0.1.42 \ + pbr-1.0.0 \ + percent-encoding-1.0.1 \ + quasi-0.32.0 \ + quasi_codegen-0.32.0 \ + quick-error-1.2.1 \ + rand-0.4.2 \ + redox_syscall-0.1.37 \ + redox_termios-0.1.1 \ + regex-0.2.5 \ + regex-syntax-0.4.2 \ + rustc-serialize-0.3.24 \ + serde-1.0.27 \ + serde_json-1.0.9 \ + stdweb-0.3.0 \ + strsim-0.6.0 \ + syntex-0.58.1 \ + syntex_errors-0.58.1 \ + syntex_pos-0.58.1 \ + syntex_syntax-0.58.1 \ + term-0.4.6 \ + termion-1.5.1 \ + textwrap-0.9.0 \ + thread_local-0.3.5 \ + time-0.1.39 \ + unicode-bidi-0.3.4 \ + unicode-normalization-0.1.5 \ + unicode-width-0.1.4 \ + unicode-xid-0.0.4 \ + unreachable-1.0.0 \ + url-1.6.0 \ + utf8-ranges-1.0.0 \ + vec_map-0.8.0 \ + void-1.0.2 \ + winapi-0.2.8 \ + winapi-0.3.4 \ + winapi-build-0.1.1 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + yansi-0.3.4 + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/genact + +.include Added: head/games/genact/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/genact/distinfo Fri May 18 06:11:49 2018 (r470270) @@ -0,0 +1,159 @@ +TIMESTAMP = 1526500038 +SHA256 (rust/crates/aho-corasick-0.6.4.tar.gz) = d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4 +SIZE (rust/crates/aho-corasick-0.6.4.tar.gz) = 25443 +SHA256 (rust/crates/ansi_term-0.10.2.tar.gz) = 6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455 +SIZE (rust/crates/ansi_term-0.10.2.tar.gz) = 16642 +SHA256 (rust/crates/aster-0.41.0.tar.gz) = 4ccfdf7355d9db158df68f976ed030ab0f6578af811f5a7bb6dcf221ec24e0e0 +SIZE (rust/crates/aster-0.41.0.tar.gz) = 26983 +SHA256 (rust/crates/atty-0.2.6.tar.gz) = 8352656fd42c30a0c3c89d26dea01e3b77c0ab2af18230835c15e2e13cd51859 +SIZE (rust/crates/atty-0.2.6.tar.gz) = 5617 +SHA256 (rust/crates/bindgen-0.24.0.tar.gz) = 21a1de90068c1e58dd31b71daab70e1a1e54212b43cc6c4714e7c8acefb28992 +SIZE (rust/crates/bindgen-0.24.0.tar.gz) = 1202033 +SHA256 (rust/crates/bitflags-0.8.2.tar.gz) = 1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4 +SIZE (rust/crates/bitflags-0.8.2.tar.gz) = 11200 +SHA256 (rust/crates/bitflags-0.9.1.tar.gz) = 4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5 +SIZE (rust/crates/bitflags-0.9.1.tar.gz) = 12406 +SHA256 (rust/crates/bitflags-1.0.1.tar.gz) = b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf +SIZE (rust/crates/bitflags-1.0.1.tar.gz) = 13451 +SHA256 (rust/crates/cexpr-0.2.2.tar.gz) = cdbb21df6ff3497a61df5059994297f746267020ba38ce237aad9c875f7b4313 +SIZE (rust/crates/cexpr-0.2.2.tar.gz) = 15614 +SHA256 (rust/crates/cfg-if-0.1.2.tar.gz) = d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de +SIZE (rust/crates/cfg-if-0.1.2.tar.gz) = 6668 +SHA256 (rust/crates/chrono-0.4.0.tar.gz) = 7c20ebe0b2b08b0aeddba49c609fe7957ba2e33449882cb186a180bc60682fa9 +SIZE (rust/crates/chrono-0.4.0.tar.gz) = 118850 +SHA256 (rust/crates/clang-sys-0.16.0.tar.gz) = 5f4f6aa0c4cfa318cd4d2940afae57e48b94d44d3aced603501df24f3c2a414f +SIZE (rust/crates/clang-sys-0.16.0.tar.gz) = 28906 +SHA256 (rust/crates/clap-2.29.2.tar.gz) = 4151c5790817c7d21bbdc6c3530811f798172915f93258244948b93ba19604a6 +SIZE (rust/crates/clap-2.29.2.tar.gz) = 188578 +SHA256 (rust/crates/ctrlc-3.1.0.tar.gz) = 653abc99aa905f693d89df4797fadc08085baee379db92be9f2496cefe8a6f2c +SIZE (rust/crates/ctrlc-3.1.0.tar.gz) = 11706 +SHA256 (rust/crates/dtoa-0.4.2.tar.gz) = 09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab +SIZE (rust/crates/dtoa-0.4.2.tar.gz) = 14227 +SHA256 (rust/crates/emscripten-sys-0.3.2.tar.gz) = 6039295dbe09aac8b9a836f427b5663306d20c00df750a485c5fac9634733639 +SIZE (rust/crates/emscripten-sys-0.3.2.tar.gz) = 7560 +SHA256 (rust/crates/env_logger-0.4.3.tar.gz) = 3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b +SIZE (rust/crates/env_logger-0.4.3.tar.gz) = 10891 +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/glob-0.2.11.tar.gz) = 8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb +SIZE (rust/crates/glob-0.2.11.tar.gz) = 18065 +SHA256 (rust/crates/humantime-1.0.0.tar.gz) = 0e9298fffb2a54569e1fcb818e9c2ff77caa2fad68d64b6e409b9f777bdb1960 +SIZE (rust/crates/humantime-1.0.0.tar.gz) = 9717 +SHA256 (rust/crates/idna-0.1.4.tar.gz) = 014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d +SIZE (rust/crates/idna-0.1.4.tar.gz) = 289112 +SHA256 (rust/crates/itoa-0.3.4.tar.gz) = 8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c +SIZE (rust/crates/itoa-0.3.4.tar.gz) = 9921 +SHA256 (rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d +SIZE (rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 +SHA256 (rust/crates/lazy_static-0.2.11.tar.gz) = 76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73 +SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361 +SHA256 (rust/crates/lazy_static-1.0.0.tar.gz) = c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d +SIZE (rust/crates/lazy_static-1.0.0.tar.gz) = 12611 +SHA256 (rust/crates/libc-0.2.36.tar.gz) = 1e5d97d6708edaa407429faa671b942dc0f2727222fb6b6539bf1db936e4b121 +SIZE (rust/crates/libc-0.2.36.tar.gz) = 310575 +SHA256 (rust/crates/libloading-0.4.3.tar.gz) = fd38073de8f7965d0c17d30546d4bb6da311ab428d1c7a3fc71dff7f9d4979b9 +SIZE (rust/crates/libloading-0.4.3.tar.gz) = 15613 +SHA256 (rust/crates/log-0.3.9.tar.gz) = e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b +SIZE (rust/crates/log-0.3.9.tar.gz) = 16686 +SHA256 (rust/crates/log-0.4.1.tar.gz) = 89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2 +SIZE (rust/crates/log-0.4.1.tar.gz) = 20731 +SHA256 (rust/crates/matches-0.1.6.tar.gz) = 100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376 +SIZE (rust/crates/matches-0.1.6.tar.gz) = 1916 +SHA256 (rust/crates/memchr-1.0.2.tar.gz) = 148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a +SIZE (rust/crates/memchr-1.0.2.tar.gz) = 8639 +SHA256 (rust/crates/memchr-2.0.1.tar.gz) = 796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d +SIZE (rust/crates/memchr-2.0.1.tar.gz) = 9858 +SHA256 (rust/crates/nix-0.9.0.tar.gz) = a2c5afeb0198ec7be8569d666644b574345aad2e95a53baf3a532da3e0f3fb32 +SIZE (rust/crates/nix-0.9.0.tar.gz) = 103078 +SHA256 (rust/crates/nom-3.2.1.tar.gz) = 05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b +SIZE (rust/crates/nom-3.2.1.tar.gz) = 104073 +SHA256 (rust/crates/num-0.1.41.tar.gz) = cc4083e14b542ea3eb9b5f33ff48bd373a92d78687e74f4cc0a30caeb754f0ca +SIZE (rust/crates/num-0.1.41.tar.gz) = 31846 +SHA256 (rust/crates/num-integer-0.1.35.tar.gz) = d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba +SIZE (rust/crates/num-integer-0.1.35.tar.gz) = 10413 +SHA256 (rust/crates/num-iter-0.1.34.tar.gz) = 7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01 +SIZE (rust/crates/num-iter-0.1.34.tar.gz) = 7351 +SHA256 (rust/crates/num-traits-0.1.42.tar.gz) = 9936036cc70fe4a8b2d338ab665900323290efb03983c86cbe235ae800ad8017 +SIZE (rust/crates/num-traits-0.1.42.tar.gz) = 29072 +SHA256 (rust/crates/pbr-1.0.0.tar.gz) = e048e3afebb6c454bb1c5d0fe73fda54698b4715d78ed8e7302447c37736d23a +SIZE (rust/crates/pbr-1.0.0.tar.gz) = 3752873 +SHA256 (rust/crates/percent-encoding-1.0.1.tar.gz) = 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831 +SIZE (rust/crates/percent-encoding-1.0.1.tar.gz) = 10057 +SHA256 (rust/crates/quasi-0.32.0.tar.gz) = 18c45c4854d6d1cf5d531db97c75880feb91c958b0720f4ec1057135fec358b3 +SIZE (rust/crates/quasi-0.32.0.tar.gz) = 4093 +SHA256 (rust/crates/quasi_codegen-0.32.0.tar.gz) = 51b9e25fa23c044c1803f43ca59c98dac608976dd04ce799411edd58ece776d4 +SIZE (rust/crates/quasi_codegen-0.32.0.tar.gz) = 6831 +SHA256 (rust/crates/quick-error-1.2.1.tar.gz) = eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4 +SIZE (rust/crates/quick-error-1.2.1.tar.gz) = 15112 +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.37.tar.gz) = 0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd +SIZE (rust/crates/redox_syscall-0.1.37.tar.gz) = 13980 +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-0.2.5.tar.gz) = 744554e01ccbd98fff8c457c3b092cd67af62a555a43bfe97ae8a0451f7799fa +SIZE (rust/crates/regex-0.2.5.tar.gz) = 197417 +SHA256 (rust/crates/regex-syntax-0.4.2.tar.gz) = 8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e +SIZE (rust/crates/regex-syntax-0.4.2.tar.gz) = 126234 +SHA256 (rust/crates/rustc-serialize-0.3.24.tar.gz) = dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda +SIZE (rust/crates/rustc-serialize-0.3.24.tar.gz) = 45926 +SHA256 (rust/crates/serde-1.0.27.tar.gz) = db99f3919e20faa51bb2996057f5031d8685019b5a06139b1ce761da671b8526 +SIZE (rust/crates/serde-1.0.27.tar.gz) = 64308 +SHA256 (rust/crates/serde_json-1.0.9.tar.gz) = c9db7266c7d63a4c4b7fe8719656ccdd51acf1bed6124b174f933b009fb10bcb +SIZE (rust/crates/serde_json-1.0.9.tar.gz) = 58906 +SHA256 (rust/crates/stdweb-0.3.0.tar.gz) = 7b9c504d47623c911c70686c17a3321a3400942e57970d2a2959a7b3b2ade630 +SIZE (rust/crates/stdweb-0.3.0.tar.gz) = 104388 +SHA256 (rust/crates/strsim-0.6.0.tar.gz) = b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694 +SIZE (rust/crates/strsim-0.6.0.tar.gz) = 8500 +SHA256 (rust/crates/syntex-0.58.1.tar.gz) = a8f5e3aaa79319573d19938ea38d068056b826db9883a5d47f86c1cecc688f0e +SIZE (rust/crates/syntex-0.58.1.tar.gz) = 9332 +SHA256 (rust/crates/syntex_errors-0.58.1.tar.gz) = 867cc5c2d7140ae7eaad2ae9e8bf39cb18a67ca651b7834f88d46ca98faadb9c +SIZE (rust/crates/syntex_errors-0.58.1.tar.gz) = 27223 +SHA256 (rust/crates/syntex_pos-0.58.1.tar.gz) = 13ad4762fe52abc9f4008e85c4fb1b1fe3aa91ccb99ff4826a439c7c598e1047 +SIZE (rust/crates/syntex_pos-0.58.1.tar.gz) = 12399 +SHA256 (rust/crates/syntex_syntax-0.58.1.tar.gz) = 6e0e4dbae163dd98989464c23dd503161b338790640e11537686f2ef0f25c791 +SIZE (rust/crates/syntex_syntax-0.58.1.tar.gz) = 265901 +SHA256 (rust/crates/term-0.4.6.tar.gz) = fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1 +SIZE (rust/crates/term-0.4.6.tar.gz) = 38250 +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.9.0.tar.gz) = c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693 +SIZE (rust/crates/textwrap-0.9.0.tar.gz) = 15795 +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/time-0.1.39.tar.gz) = a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098 +SIZE (rust/crates/time-0.1.39.tar.gz) = 29295 +SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 +SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 +SHA256 (rust/crates/unicode-normalization-0.1.5.tar.gz) = 51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f +SIZE (rust/crates/unicode-normalization-0.1.5.tar.gz) = 290328 +SHA256 (rust/crates/unicode-width-0.1.4.tar.gz) = bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f +SIZE (rust/crates/unicode-width-0.1.4.tar.gz) = 15283 +SHA256 (rust/crates/unicode-xid-0.0.4.tar.gz) = 8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc +SIZE (rust/crates/unicode-xid-0.0.4.tar.gz) = 16034 +SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 +SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 +SHA256 (rust/crates/url-1.6.0.tar.gz) = fa35e768d4daf1d85733418a49fb42e10d7f633e394fccab4ab7aba897053fe2 +SIZE (rust/crates/url-1.6.0.tar.gz) = 72377 +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/vec_map-0.8.0.tar.gz) = 887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c +SIZE (rust/crates/vec_map-0.8.0.tar.gz) = 13742 +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.4.tar.gz) = 04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3 +SIZE (rust/crates/winapi-0.3.4.tar.gz) = 905247 +SHA256 (rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc +SIZE (rust/crates/winapi-build-0.1.1.tar.gz) = 669 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +SHA256 (rust/crates/yansi-0.3.4.tar.gz) = a503e4eea629f145a693c8ed1eddba88b3b9de5171c6ebd0e2820cf82d38f934 +SIZE (rust/crates/yansi-0.3.4.tar.gz) = 11921 +SHA256 (svenstaro-genact-0.4.0_GH0.tar.gz) = 92265af4fc7adceda4379336ec5440125b60556dca59f16de37bfb32c35c5da8 +SIZE (svenstaro-genact-0.4.0_GH0.tar.gz) = 910466 Added: head/games/genact/files/patch-cargo-crates_pbr-1.0.0_src_tty_unix.rs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/genact/files/patch-cargo-crates_pbr-1.0.0_src_tty_unix.rs Fri May 18 06:11:49 2018 (r470270) @@ -0,0 +1,11 @@ +--- cargo-crates/pbr-1.0.0/src/tty/unix.rs.orig 2018-05-16 20:03:56 UTC ++++ cargo-crates/pbr-1.0.0/src/tty/unix.rs +@@ -19,7 +19,7 @@ pub fn terminal_size() -> Option<(Width, Height)> { + ws_xpixel: 0, + ws_ypixel: 0, + }; +- ioctl(STDOUT_FILENO, TIOCGWINSZ, &mut winsize); ++ ioctl(STDOUT_FILENO, TIOCGWINSZ.into(), &mut winsize); + let rows = if winsize.ws_row > 0 { + winsize.ws_row + } else { Added: head/games/genact/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/genact/pkg-descr Fri May 18 06:11:49 2018 (r470270) @@ -0,0 +1,15 @@ +genact is a nonsense terminal activity generator. + +It is described in the following way by its authors: + +> Pretend to be busy or waiting for your computer when you should actually be +> doing real work! Impress people with your insane multitasking skills. Just +> open a few instances of genact and watch the show. genact has multiple scenes +> that pretend to be doing something exciting or useful when in reality nothing +> is happening at all. + +genact can load modules, which produce different activity. Currently, it +comes with the following set of modules: bootlog, cargo, cc, composer, +cryptomining, simcity, download, memdump, kernel_compile, weblog. + +WWW: https://github.com/svenstaro/genact From owner-svn-ports-head@freebsd.org Fri May 18 06:37:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42824EEC1CC; Fri, 18 May 2018 06:37:09 +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 DCCC569330; Fri, 18 May 2018 06:37:08 +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 BA8541486F; Fri, 18 May 2018 06:37:08 +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 w4I6b8k9057906; Fri, 18 May 2018 06:37:08 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I6b70w057898; Fri, 18 May 2018 06:37:07 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805180637.w4I6b70w057898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 18 May 2018 06:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470271 - in head/www: moodle31 moodle32 moodle33 moodle34 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: moodle31 moodle32 moodle33 moodle34 X-SVN-Commit-Revision: 470271 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 06:37:09 -0000 Author: wen Date: Fri May 18 06:37:06 2018 New Revision: 470271 URL: https://svnweb.freebsd.org/changeset/ports/470271 Log: - Update moodle to 3.4.3, 3.3.6, 3.2.9 and 3.1.12 (include security fix) MFH: 2018Q2 Modified: head/www/moodle31/Makefile head/www/moodle31/distinfo head/www/moodle32/Makefile head/www/moodle32/distinfo head/www/moodle33/Makefile head/www/moodle33/distinfo head/www/moodle34/Makefile head/www/moodle34/distinfo Modified: head/www/moodle31/Makefile ============================================================================== --- head/www/moodle31/Makefile Fri May 18 06:11:49 2018 (r470270) +++ head/www/moodle31/Makefile Fri May 18 06:37:06 2018 (r470271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.1.11 +PORTVERSION= 3.1.12 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable31/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: head/www/moodle31/distinfo ============================================================================== --- head/www/moodle31/distinfo Fri May 18 06:11:49 2018 (r470270) +++ head/www/moodle31/distinfo Fri May 18 06:37:06 2018 (r470271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521465894 -SHA256 (moodle-3.1.11.tgz) = c75d3f2e290adaf7b3bb70c98305efc9368e4873d809b02880c13c488aec7156 -SIZE (moodle-3.1.11.tgz) = 38028187 +TIMESTAMP = 1526632513 +SHA256 (moodle-3.1.12.tgz) = f7a277ac9f691ee864a9092544d1ee11caf7f9e4dc40525ccbcf697143dd1008 +SIZE (moodle-3.1.12.tgz) = 38023724 Modified: head/www/moodle32/Makefile ============================================================================== --- head/www/moodle32/Makefile Fri May 18 06:11:49 2018 (r470270) +++ head/www/moodle32/Makefile Fri May 18 06:37:06 2018 (r470271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.2.8 +PORTVERSION= 3.2.9 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable32/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: head/www/moodle32/distinfo ============================================================================== --- head/www/moodle32/distinfo Fri May 18 06:11:49 2018 (r470270) +++ head/www/moodle32/distinfo Fri May 18 06:37:06 2018 (r470271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521465667 -SHA256 (moodle-3.2.8.tgz) = bb331dd45f9b703d26c27b1aa2b4b1cdab16728965079e827754de97c9bff0f9 -SIZE (moodle-3.2.8.tgz) = 40323405 +TIMESTAMP = 1526632441 +SHA256 (moodle-3.2.9.tgz) = 91f1deeafd3e20d07deb59bd3cd3673da7e4a870336d95dadbae7e26722c61a3 +SIZE (moodle-3.2.9.tgz) = 40333782 Modified: head/www/moodle33/Makefile ============================================================================== --- head/www/moodle33/Makefile Fri May 18 06:11:49 2018 (r470270) +++ head/www/moodle33/Makefile Fri May 18 06:37:06 2018 (r470271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.3.5 +PORTVERSION= 3.3.6 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable33/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: head/www/moodle33/distinfo ============================================================================== --- head/www/moodle33/distinfo Fri May 18 06:11:49 2018 (r470270) +++ head/www/moodle33/distinfo Fri May 18 06:37:06 2018 (r470271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521467601 -SHA256 (moodle-3.3.5.tgz) = 13f7d97fd7daeb9cfd1117806dc1468996cf2182a78888a880272e2d56d8cfe3 -SIZE (moodle-3.3.5.tgz) = 44374771 +TIMESTAMP = 1526628775 +SHA256 (moodle-3.3.6.tgz) = 7211d7500f7e7f703eaf58111927880b35d5d1c57752053868be0375d1f6483c +SIZE (moodle-3.3.6.tgz) = 44870790 Modified: head/www/moodle34/Makefile ============================================================================== --- head/www/moodle34/Makefile Fri May 18 06:11:49 2018 (r470270) +++ head/www/moodle34/Makefile Fri May 18 06:37:06 2018 (r470271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.3 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable34/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} Modified: head/www/moodle34/distinfo ============================================================================== --- head/www/moodle34/distinfo Fri May 18 06:11:49 2018 (r470270) +++ head/www/moodle34/distinfo Fri May 18 06:37:06 2018 (r470271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521463086 -SHA256 (moodle-3.4.2.tgz) = 1856c045ee52aa97a13ae6c078ee2c270ee966cd80b79cd12f0d2395b592bd8f -SIZE (moodle-3.4.2.tgz) = 45012231 +TIMESTAMP = 1526627845 +SHA256 (moodle-3.4.3.tgz) = 115601e8e336b61c596d96edaf49e999b5227e65d911fbd09d90aad93fd18e6a +SIZE (moodle-3.4.3.tgz) = 45524224 From owner-svn-ports-head@freebsd.org Fri May 18 06:39:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AD09EEC254; Fri, 18 May 2018 06:39:30 +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 DB81069458; Fri, 18 May 2018 06:39:29 +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 BC20614873; Fri, 18 May 2018 06:39:29 +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 w4I6dTOv058096; Fri, 18 May 2018 06:39:29 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I6dTEM058095; Fri, 18 May 2018 06:39:29 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201805180639.w4I6dTEM058095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 18 May 2018 06:39:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470272 - head/security/lastpass-cli X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/security/lastpass-cli X-SVN-Commit-Revision: 470272 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 06:39:30 -0000 Author: gahr Date: Fri May 18 06:39:29 2018 New Revision: 470272 URL: https://svnweb.freebsd.org/changeset/ports/470272 Log: security/lastpass-cli: fix distinfo after my latest update Reported by: antoine Modified: head/security/lastpass-cli/distinfo Modified: head/security/lastpass-cli/distinfo ============================================================================== --- head/security/lastpass-cli/distinfo Fri May 18 06:37:06 2018 (r470271) +++ head/security/lastpass-cli/distinfo Fri May 18 06:39:29 2018 (r470272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526544326 -SHA256 (lastpass-lastpass-cli-v1.3.0_GH0.tar.gz) = bbcfd673d668287e773eef44da65fbd2f292daa213a39528f31037c528dbcfe4 -SIZE (lastpass-lastpass-cli-v1.3.0_GH0.tar.gz) = 113969 +TIMESTAMP = 1526625509 +SHA256 (lastpass-lastpass-cli-v1.3.1_GH0.tar.gz) = 25dc9a0c99a10ee70b5b3991d525448c25f312cc69fa0216d7ac70c4ae384b1b +SIZE (lastpass-lastpass-cli-v1.3.1_GH0.tar.gz) = 114843 From owner-svn-ports-head@freebsd.org Fri May 18 06:41:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E351EEC30C; Fri, 18 May 2018 06:41:13 +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 33300696B2; Fri, 18 May 2018 06:41:13 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0BD414996; Fri, 18 May 2018 06:41:12 +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 w4I6fCEv061982; Fri, 18 May 2018 06:41:12 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I6fCY4061979; Fri, 18 May 2018 06:41:12 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805180641.w4I6fCY4061979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 18 May 2018 06:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470273 - head/www/R-cran-shiny X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/www/R-cran-shiny X-SVN-Commit-Revision: 470273 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 06:41:13 -0000 Author: tota Date: Fri May 18 06:41:12 2018 New Revision: 470273 URL: https://svnweb.freebsd.org/changeset/ports/470273 Log: - Update to 1.1.0 - Update WWW: line in pkg-descr Modified: head/www/R-cran-shiny/Makefile (contents, props changed) head/www/R-cran-shiny/distinfo (contents, props changed) head/www/R-cran-shiny/pkg-descr (contents, props changed) Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Fri May 18 06:39:29 2018 (r470272) +++ head/www/R-cran-shiny/Makefile Fri May 18 06:41:12 2018 (r470273) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shiny -PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,14 +12,18 @@ COMMENT= Web Application Framework for R LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -CRAN_DEPENDS= R-cran-httpuv>=1.3.5:www/R-cran-httpuv \ +CRAN_DEPENDS= R-cran-httpuv>=1.4.3:www/R-cran-httpuv \ R-cran-mime>=0.3:misc/R-cran-mime \ R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \ R-cran-xtable>0:textproc/R-cran-xtable \ R-cran-digest>0:security/R-cran-digest \ R-cran-htmltools>=0.3.5:textproc/R-cran-htmltools \ R-cran-R6>=2.0:devel/R-cran-R6 \ - R-cran-sourcetools>0:devel/R-cran-sourcetools + R-cran-sourcetools>0:devel/R-cran-sourcetools \ + R-cran-later>=0.7.2:devel/R-cran-later \ + R-cran-promises>=1.0.1:devel/R-cran-promises \ + R-cran-crayon>0:devel/R-cran-crayon \ + R-cran-rlang>0:devel/R-cran-rlang BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/www/R-cran-shiny/distinfo ============================================================================== --- head/www/R-cran-shiny/distinfo Fri May 18 06:39:29 2018 (r470272) +++ head/www/R-cran-shiny/distinfo Fri May 18 06:41:12 2018 (r470273) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503920358 -SHA256 (shiny_1.0.5.tar.gz) = 20e25f3f72f3608a2151663f7836f2e0c6da32683a555d7541063ae7a935fa42 -SIZE (shiny_1.0.5.tar.gz) = 2330710 +TIMESTAMP = 1526619533 +SHA256 (shiny_1.1.0.tar.gz) = 70b564cd1b0ba89bae10bc94c6a3b50bd8ffb1a7d85f4aa41b2949e0ea245c89 +SIZE (shiny_1.1.0.tar.gz) = 2350156 Modified: head/www/R-cran-shiny/pkg-descr ============================================================================== --- head/www/R-cran-shiny/pkg-descr Fri May 18 06:39:29 2018 (r470272) +++ head/www/R-cran-shiny/pkg-descr Fri May 18 06:41:12 2018 (r470273) @@ -8,4 +8,4 @@ No HTML or JavaScript knowledge is necessary. If you h experience with R, youre just minutes away from combining the statistical power of R with the simplicity of a web page. -WWW: http://shiny.rstudio.com/ +WWW: https://shiny.rstudio.com/ From owner-svn-ports-head@freebsd.org Fri May 18 07:06:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09D84EECBB9; Fri, 18 May 2018 07:06:36 +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 8E19F6A1E9; Fri, 18 May 2018 07:06:35 +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 60ED314D79; Fri, 18 May 2018 07:06:35 +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 w4I76Z5b073130; Fri, 18 May 2018 07:06:35 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I76YuE073125; Fri, 18 May 2018 07:06:34 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805180706.w4I76YuE073125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 18 May 2018 07:06:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470274 - in head/www: moodle31 moodle32 moodle33 moodle34 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: moodle31 moodle32 moodle33 moodle34 X-SVN-Commit-Revision: 470274 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 07:06:36 -0000 Author: wen Date: Fri May 18 07:06:34 2018 New Revision: 470274 URL: https://svnweb.freebsd.org/changeset/ports/470274 Log: - Adjust CONFLICTS to welcome moodle35 - Mark moodle32 DEPRECATED Modified: head/www/moodle31/Makefile head/www/moodle32/Makefile head/www/moodle33/Makefile head/www/moodle34/Makefile Modified: head/www/moodle31/Makefile ============================================================================== --- head/www/moodle31/Makefile Fri May 18 06:41:12 2018 (r470273) +++ head/www/moodle31/Makefile Fri May 18 07:06:34 2018 (r470274) @@ -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]* +CONFLICTS= moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5 USES= cpe php tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: head/www/moodle32/Makefile ============================================================================== --- head/www/moodle32/Makefile Fri May 18 06:41:12 2018 (r470273) +++ head/www/moodle32/Makefile Fri May 18 07:06:34 2018 (r470274) @@ -1,4 +1,4 @@ -:# Created by: Javier Martin Rueda Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEFCAEECE70; Fri, 18 May 2018 07:18:07 +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 6303D6A653; Fri, 18 May 2018 07:18:07 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4411014F0E; Fri, 18 May 2018 07:18:07 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I7I7Eb078229; Fri, 18 May 2018 07:18:07 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I7I7Eo078228; Fri, 18 May 2018 07:18:07 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201805180718.w4I7I7Eo078228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 18 May 2018 07:18:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470275 - head X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 470275 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 07:18:07 -0000 Author: jrm Date: Fri May 18 07:18:06 2018 New Revision: 470275 URL: https://svnweb.freebsd.org/changeset/ports/470275 Log: .gitauthors: Add Gleb Popov (arrowd) Modified: head/.gitauthors (contents, props changed) Modified: head/.gitauthors ============================================================================== --- head/.gitauthors Fri May 18 07:06:34 2018 (r470274) +++ head/.gitauthors Fri May 18 07:18:06 2018 (r470275) @@ -60,6 +60,7 @@ archie = Archie Cobbs arichardson = Alex Richardson ariff = Ariff Abdullah arr = Andrew R. Reiter +arrowd = Gleb Popov art = Artem Belevich arun = Arun Sharma arved = Tilman Keskinoz From owner-svn-ports-head@freebsd.org Fri May 18 07:42:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 236D0EED73B; Fri, 18 May 2018 07:42: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 C5DA76B52A; Fri, 18 May 2018 07:42: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 A66B8153BC; Fri, 18 May 2018 07:42: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 w4I7gC5S093341; Fri, 18 May 2018 07:42:12 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I7g9o9093325; Fri, 18 May 2018 07:42:09 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805180742.w4I7g9o9093325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 18 May 2018 07:42:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470276 - in head: deskutils/lumina-archiver deskutils/lumina-calculator deskutils/lumina-fileinfo deskutils/lumina-fm deskutils/lumina-mediaplayer deskutils/lumina-pdf deskutils/lumina... X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: deskutils/lumina-archiver deskutils/lumina-calculator deskutils/lumina-fileinfo deskutils/lumina-fm deskutils/lumina-mediaplayer deskutils/lumina-pdf deskutils/lumina-screenshot deskutils/lum... X-SVN-Commit-Revision: 470276 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 07:42:13 -0000 Author: tobik Date: Fri May 18 07:42:09 2018 New Revision: 470276 URL: https://svnweb.freebsd.org/changeset/ports/470276 Log: */lumina-*: Unbreak I18N options ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: share/lumina-desktop/i18n/l-screenshot_af.qm Error: Missing: share/lumina-desktop/i18n/l-screenshot_ar.qm Error: Missing: share/lumina-desktop/i18n/l-screenshot_az.qm ... - Add missing USE_QT5=printsupport to lumina-textedit PR: 224860 Submitted by: tobik Approved by: jt@ixsystems.com (maintainer), araujo Modified: head/deskutils/lumina-archiver/Makefile head/deskutils/lumina-archiver/pkg-plist head/deskutils/lumina-calculator/Makefile head/deskutils/lumina-calculator/pkg-plist head/deskutils/lumina-fileinfo/Makefile head/deskutils/lumina-fileinfo/pkg-plist head/deskutils/lumina-fm/Makefile head/deskutils/lumina-fm/pkg-plist head/deskutils/lumina-mediaplayer/Makefile head/deskutils/lumina-mediaplayer/pkg-plist head/deskutils/lumina-pdf/Makefile head/deskutils/lumina-pdf/pkg-plist head/deskutils/lumina-screenshot/Makefile head/deskutils/lumina-screenshot/pkg-plist head/deskutils/lumina-textedit/Makefile head/deskutils/lumina-textedit/pkg-plist head/x11/lumina-core/Makefile head/x11/lumina-core/pkg-plist head/x11/lumina-coreutils/Makefile head/x11/lumina-coreutils/pkg-plist Modified: head/deskutils/lumina-archiver/Makefile ============================================================================== --- head/deskutils/lumina-archiver/Makefile Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-archiver/Makefile Fri May 18 07:42:09 2018 (r470276) @@ -14,6 +14,8 @@ CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N +OPTIONS_SUB= yes + I18N_DESC= Install localization files .include Modified: head/deskutils/lumina-archiver/pkg-plist ============================================================================== --- head/deskutils/lumina-archiver/pkg-plist Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-archiver/pkg-plist Fri May 18 07:42:09 2018 (r470276) @@ -1,66 +1,66 @@ bin/lumina-archiver man/man1/lumina-archiver.1.gz share/applications/lumina-archiver.desktop -share/lumina-desktop/i18n/l-archiver_af.qm -share/lumina-desktop/i18n/l-archiver_ar.qm -share/lumina-desktop/i18n/l-archiver_az.qm -share/lumina-desktop/i18n/l-archiver_bg.qm -share/lumina-desktop/i18n/l-archiver_bn.qm -share/lumina-desktop/i18n/l-archiver_bs.qm -share/lumina-desktop/i18n/l-archiver_ca.qm -share/lumina-desktop/i18n/l-archiver_cs.qm -share/lumina-desktop/i18n/l-archiver_cy.qm -share/lumina-desktop/i18n/l-archiver_da.qm -share/lumina-desktop/i18n/l-archiver_de.qm -share/lumina-desktop/i18n/l-archiver_el.qm -share/lumina-desktop/i18n/l-archiver_en_GB.qm -share/lumina-desktop/i18n/l-archiver_en_AU.qm -share/lumina-desktop/i18n/l-archiver_en_ZA.qm -share/lumina-desktop/i18n/l-archiver_es.qm -share/lumina-desktop/i18n/l-archiver_et.qm -share/lumina-desktop/i18n/l-archiver_eu.qm -share/lumina-desktop/i18n/l-archiver_fa.qm -share/lumina-desktop/i18n/l-archiver_fi.qm -share/lumina-desktop/i18n/l-archiver_fr.qm -share/lumina-desktop/i18n/l-archiver_fr_CA.qm -share/lumina-desktop/i18n/l-archiver_gl.qm -share/lumina-desktop/i18n/l-archiver_he.qm -share/lumina-desktop/i18n/l-archiver_hi.qm -share/lumina-desktop/i18n/l-archiver_hr.qm -share/lumina-desktop/i18n/l-archiver_hu.qm -share/lumina-desktop/i18n/l-archiver_id.qm -share/lumina-desktop/i18n/l-archiver_is.qm -share/lumina-desktop/i18n/l-archiver_it.qm -share/lumina-desktop/i18n/l-archiver_ja.qm -share/lumina-desktop/i18n/l-archiver_ka.qm -share/lumina-desktop/i18n/l-archiver_ko.qm -share/lumina-desktop/i18n/l-archiver_lt.qm -share/lumina-desktop/i18n/l-archiver_lv.qm -share/lumina-desktop/i18n/l-archiver_mk.qm -share/lumina-desktop/i18n/l-archiver_mn.qm -share/lumina-desktop/i18n/l-archiver_ms.qm -share/lumina-desktop/i18n/l-archiver_mt.qm -share/lumina-desktop/i18n/l-archiver_nb.qm -share/lumina-desktop/i18n/l-archiver_nl.qm -share/lumina-desktop/i18n/l-archiver_pa.qm -share/lumina-desktop/i18n/l-archiver_pl.qm -share/lumina-desktop/i18n/l-archiver_pt.qm -share/lumina-desktop/i18n/l-archiver_pt_BR.qm -share/lumina-desktop/i18n/l-archiver_ro.qm -share/lumina-desktop/i18n/l-archiver_ru.qm -share/lumina-desktop/i18n/l-archiver_sk.qm -share/lumina-desktop/i18n/l-archiver_sl.qm -share/lumina-desktop/i18n/l-archiver_sr.qm -share/lumina-desktop/i18n/l-archiver_sv.qm -share/lumina-desktop/i18n/l-archiver_sw.qm -share/lumina-desktop/i18n/l-archiver_ta.qm -share/lumina-desktop/i18n/l-archiver_tg.qm -share/lumina-desktop/i18n/l-archiver_th.qm -share/lumina-desktop/i18n/l-archiver_tr.qm -share/lumina-desktop/i18n/l-archiver_uk.qm -share/lumina-desktop/i18n/l-archiver_uz.qm -share/lumina-desktop/i18n/l-archiver_vi.qm -share/lumina-desktop/i18n/l-archiver_zh_CN.qm -share/lumina-desktop/i18n/l-archiver_zh_HK.qm -share/lumina-desktop/i18n/l-archiver_zh_TW.qm -share/lumina-desktop/i18n/l-archiver_zu.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_af.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_ar.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_az.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_bg.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_bn.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_bs.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_ca.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_cs.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_cy.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_da.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_de.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_el.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_en_GB.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_en_AU.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_en_ZA.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_es.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_et.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_eu.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_fa.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_fi.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_fr.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_fr_CA.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_gl.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_he.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_hi.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_hr.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_hu.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_id.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_is.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_it.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_ja.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_ka.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_ko.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_lt.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_lv.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_mk.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_mn.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_ms.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_mt.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_nb.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_nl.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_pa.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_pl.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_pt.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_pt_BR.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_ro.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_ru.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_sk.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_sl.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_sr.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_sv.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_sw.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_ta.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_tg.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_th.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_tr.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_uk.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_uz.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_vi.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_zh_CN.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_zh_HK.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_zh_TW.qm +%%I18N%%share/lumina-desktop/i18n/l-archiver_zu.qm Modified: head/deskutils/lumina-calculator/Makefile ============================================================================== --- head/deskutils/lumina-calculator/Makefile Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-calculator/Makefile Fri May 18 07:42:09 2018 (r470276) @@ -19,6 +19,8 @@ CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N +OPTIONS_SUB= yes + I18N_DESC= Install localization files .include Modified: head/deskutils/lumina-calculator/pkg-plist ============================================================================== --- head/deskutils/lumina-calculator/pkg-plist Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-calculator/pkg-plist Fri May 18 07:42:09 2018 (r470276) @@ -1,66 +1,66 @@ bin/lumina-calculator man/man1/lumina-calculator.1.gz share/applications/lumina-calculator.desktop -share/lumina-desktop/i18n/l-calc_af.qm -share/lumina-desktop/i18n/l-calc_ar.qm -share/lumina-desktop/i18n/l-calc_az.qm -share/lumina-desktop/i18n/l-calc_bg.qm -share/lumina-desktop/i18n/l-calc_bn.qm -share/lumina-desktop/i18n/l-calc_bs.qm -share/lumina-desktop/i18n/l-calc_ca.qm -share/lumina-desktop/i18n/l-calc_cs.qm -share/lumina-desktop/i18n/l-calc_cy.qm -share/lumina-desktop/i18n/l-calc_da.qm -share/lumina-desktop/i18n/l-calc_de.qm -share/lumina-desktop/i18n/l-calc_el.qm -share/lumina-desktop/i18n/l-calc_en_GB.qm -share/lumina-desktop/i18n/l-calc_en_AU.qm -share/lumina-desktop/i18n/l-calc_en_ZA.qm -share/lumina-desktop/i18n/l-calc_es.qm -share/lumina-desktop/i18n/l-calc_et.qm -share/lumina-desktop/i18n/l-calc_eu.qm -share/lumina-desktop/i18n/l-calc_fa.qm -share/lumina-desktop/i18n/l-calc_fi.qm -share/lumina-desktop/i18n/l-calc_fr.qm -share/lumina-desktop/i18n/l-calc_fr_CA.qm -share/lumina-desktop/i18n/l-calc_gl.qm -share/lumina-desktop/i18n/l-calc_he.qm -share/lumina-desktop/i18n/l-calc_hi.qm -share/lumina-desktop/i18n/l-calc_hr.qm -share/lumina-desktop/i18n/l-calc_hu.qm -share/lumina-desktop/i18n/l-calc_id.qm -share/lumina-desktop/i18n/l-calc_is.qm -share/lumina-desktop/i18n/l-calc_it.qm -share/lumina-desktop/i18n/l-calc_ja.qm -share/lumina-desktop/i18n/l-calc_ka.qm -share/lumina-desktop/i18n/l-calc_ko.qm -share/lumina-desktop/i18n/l-calc_lt.qm -share/lumina-desktop/i18n/l-calc_lv.qm -share/lumina-desktop/i18n/l-calc_mk.qm -share/lumina-desktop/i18n/l-calc_mn.qm -share/lumina-desktop/i18n/l-calc_ms.qm -share/lumina-desktop/i18n/l-calc_mt.qm -share/lumina-desktop/i18n/l-calc_nb.qm -share/lumina-desktop/i18n/l-calc_nl.qm -share/lumina-desktop/i18n/l-calc_pa.qm -share/lumina-desktop/i18n/l-calc_pl.qm -share/lumina-desktop/i18n/l-calc_pt.qm -share/lumina-desktop/i18n/l-calc_pt_BR.qm -share/lumina-desktop/i18n/l-calc_ro.qm -share/lumina-desktop/i18n/l-calc_ru.qm -share/lumina-desktop/i18n/l-calc_sk.qm -share/lumina-desktop/i18n/l-calc_sl.qm -share/lumina-desktop/i18n/l-calc_sr.qm -share/lumina-desktop/i18n/l-calc_sv.qm -share/lumina-desktop/i18n/l-calc_sw.qm -share/lumina-desktop/i18n/l-calc_ta.qm -share/lumina-desktop/i18n/l-calc_tg.qm -share/lumina-desktop/i18n/l-calc_th.qm -share/lumina-desktop/i18n/l-calc_tr.qm -share/lumina-desktop/i18n/l-calc_uk.qm -share/lumina-desktop/i18n/l-calc_uz.qm -share/lumina-desktop/i18n/l-calc_vi.qm -share/lumina-desktop/i18n/l-calc_zh_CN.qm -share/lumina-desktop/i18n/l-calc_zh_HK.qm -share/lumina-desktop/i18n/l-calc_zh_TW.qm -share/lumina-desktop/i18n/l-calc_zu.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_af.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_ar.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_az.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_bg.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_bn.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_bs.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_ca.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_cs.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_cy.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_da.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_de.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_el.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_en_GB.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_en_AU.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_en_ZA.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_es.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_et.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_eu.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_fa.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_fi.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_fr.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_fr_CA.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_gl.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_he.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_hi.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_hr.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_hu.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_id.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_is.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_it.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_ja.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_ka.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_ko.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_lt.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_lv.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_mk.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_mn.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_ms.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_mt.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_nb.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_nl.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_pa.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_pl.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_pt.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_pt_BR.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_ro.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_ru.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_sk.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_sl.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_sr.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_sv.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_sw.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_ta.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_tg.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_th.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_tr.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_uk.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_uz.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_vi.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_zh_CN.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_zh_HK.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_zh_TW.qm +%%I18N%%share/lumina-desktop/i18n/l-calc_zu.qm Modified: head/deskutils/lumina-fileinfo/Makefile ============================================================================== --- head/deskutils/lumina-fileinfo/Makefile Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-fileinfo/Makefile Fri May 18 07:42:09 2018 (r470276) @@ -14,6 +14,8 @@ CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N +OPTIONS_SUB= yes + I18N_DESC= Install localization files .include Modified: head/deskutils/lumina-fileinfo/pkg-plist ============================================================================== --- head/deskutils/lumina-fileinfo/pkg-plist Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-fileinfo/pkg-plist Fri May 18 07:42:09 2018 (r470276) @@ -1,70 +1,70 @@ bin/lumina-fileinfo man/man1/lumina-fileinfo.1.gz share/applications/lumina-fileinfo.desktop -share/lumina-desktop/i18n/l-fileinfo_af.qm -share/lumina-desktop/i18n/l-fileinfo_ar.qm -share/lumina-desktop/i18n/l-fileinfo_az.qm -share/lumina-desktop/i18n/l-fileinfo_bg.qm -share/lumina-desktop/i18n/l-fileinfo_bn.qm -share/lumina-desktop/i18n/l-fileinfo_bs.qm -share/lumina-desktop/i18n/l-fileinfo_ca.qm -share/lumina-desktop/i18n/l-fileinfo_cs.qm -share/lumina-desktop/i18n/l-fileinfo_cy.qm -share/lumina-desktop/i18n/l-fileinfo_da.qm -share/lumina-desktop/i18n/l-fileinfo_de.qm -share/lumina-desktop/i18n/l-fileinfo_el.qm -share/lumina-desktop/i18n/l-fileinfo_en_GB.qm -share/lumina-desktop/i18n/l-fileinfo_en_AU.qm -share/lumina-desktop/i18n/l-fileinfo_en_ZA.qm -share/lumina-desktop/i18n/l-fileinfo_es.qm -share/lumina-desktop/i18n/l-fileinfo_et.qm -share/lumina-desktop/i18n/l-fileinfo_eu.qm -share/lumina-desktop/i18n/l-fileinfo_fa.qm -share/lumina-desktop/i18n/l-fileinfo_fi.qm -share/lumina-desktop/i18n/l-fileinfo_fr.qm -share/lumina-desktop/i18n/l-fileinfo_fr_CA.qm -share/lumina-desktop/i18n/l-fileinfo_fur.qm -share/lumina-desktop/i18n/l-fileinfo_gl.qm -share/lumina-desktop/i18n/l-fileinfo_he.qm -share/lumina-desktop/i18n/l-fileinfo_hi.qm -share/lumina-desktop/i18n/l-fileinfo_hr.qm -share/lumina-desktop/i18n/l-fileinfo_hu.qm -share/lumina-desktop/i18n/l-fileinfo_id.qm -share/lumina-desktop/i18n/l-fileinfo_is.qm -share/lumina-desktop/i18n/l-fileinfo_it.qm -share/lumina-desktop/i18n/l-fileinfo_ja.qm -share/lumina-desktop/i18n/l-fileinfo_ka.qm -share/lumina-desktop/i18n/l-fileinfo_ko.qm -share/lumina-desktop/i18n/l-fileinfo_lt.qm -share/lumina-desktop/i18n/l-fileinfo_lv.qm -share/lumina-desktop/i18n/l-fileinfo_mk.qm -share/lumina-desktop/i18n/l-fileinfo_mn.qm -share/lumina-desktop/i18n/l-fileinfo_ms.qm -share/lumina-desktop/i18n/l-fileinfo_mt.qm -share/lumina-desktop/i18n/l-fileinfo_nb.qm -share/lumina-desktop/i18n/l-fileinfo_ne.qm -share/lumina-desktop/i18n/l-fileinfo_nl.qm -share/lumina-desktop/i18n/l-fileinfo_pa.qm -share/lumina-desktop/i18n/l-fileinfo_pl.qm -share/lumina-desktop/i18n/l-fileinfo_pt.qm -share/lumina-desktop/i18n/l-fileinfo_pt_BR.qm -share/lumina-desktop/i18n/l-fileinfo_ro.qm -share/lumina-desktop/i18n/l-fileinfo_ru.qm -share/lumina-desktop/i18n/l-fileinfo_sa.qm -share/lumina-desktop/i18n/l-fileinfo_sk.qm -share/lumina-desktop/i18n/l-fileinfo_sl.qm -share/lumina-desktop/i18n/l-fileinfo_sr.qm -share/lumina-desktop/i18n/l-fileinfo_sv.qm -share/lumina-desktop/i18n/l-fileinfo_sw.qm -share/lumina-desktop/i18n/l-fileinfo_ta.qm -share/lumina-desktop/i18n/l-fileinfo_tg.qm -share/lumina-desktop/i18n/l-fileinfo_th.qm -share/lumina-desktop/i18n/l-fileinfo_tr.qm -share/lumina-desktop/i18n/l-fileinfo_uk.qm -share/lumina-desktop/i18n/l-fileinfo_ur.qm -share/lumina-desktop/i18n/l-fileinfo_uz.qm -share/lumina-desktop/i18n/l-fileinfo_vi.qm -share/lumina-desktop/i18n/l-fileinfo_zh_CN.qm -share/lumina-desktop/i18n/l-fileinfo_zh_HK.qm -share/lumina-desktop/i18n/l-fileinfo_zh_TW.qm -share/lumina-desktop/i18n/l-fileinfo_zu.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_af.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ar.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_az.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_bg.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_bn.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_bs.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ca.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_cs.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_cy.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_da.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_de.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_el.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_en_GB.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_en_AU.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_en_ZA.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_es.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_et.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_eu.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_fa.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_fi.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_fr.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_fr_CA.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_fur.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_gl.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_he.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_hi.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_hr.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_hu.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_id.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_is.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_it.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ja.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ka.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ko.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_lt.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_lv.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_mk.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_mn.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ms.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_mt.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_nb.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ne.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_nl.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_pa.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_pl.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_pt.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_pt_BR.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ro.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ru.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_sa.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_sk.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_sl.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_sr.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_sv.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_sw.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ta.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_tg.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_th.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_tr.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_uk.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_ur.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_uz.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_vi.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_zh_CN.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_zh_HK.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_zh_TW.qm +%%I18N%%share/lumina-desktop/i18n/l-fileinfo_zu.qm Modified: head/deskutils/lumina-fm/Makefile ============================================================================== --- head/deskutils/lumina-fm/Makefile Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-fm/Makefile Fri May 18 07:42:09 2018 (r470276) @@ -14,6 +14,8 @@ CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N +OPTIONS_SUB= yes + I18N_DESC= Install localization files .include Modified: head/deskutils/lumina-fm/pkg-plist ============================================================================== --- head/deskutils/lumina-fm/pkg-plist Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-fm/pkg-plist Fri May 18 07:42:09 2018 (r470276) @@ -1,71 +1,71 @@ bin/lumina-fm man/man1/lumina-fm.1.gz share/applications/lumina-fm.desktop -share/lumina-desktop/i18n/lumina-fm_af.qm -share/lumina-desktop/i18n/lumina-fm_ar.qm -share/lumina-desktop/i18n/lumina-fm_az.qm -share/lumina-desktop/i18n/lumina-fm_bg.qm -share/lumina-desktop/i18n/lumina-fm_bn.qm -share/lumina-desktop/i18n/lumina-fm_bs.qm -share/lumina-desktop/i18n/lumina-fm_ca.qm -share/lumina-desktop/i18n/lumina-fm_cs.qm -share/lumina-desktop/i18n/lumina-fm_cy.qm -share/lumina-desktop/i18n/lumina-fm_da.qm -share/lumina-desktop/i18n/lumina-fm_de.qm -share/lumina-desktop/i18n/lumina-fm_el.qm -share/lumina-desktop/i18n/lumina-fm_en_GB.qm -share/lumina-desktop/i18n/lumina-fm_en_AU.qm -share/lumina-desktop/i18n/lumina-fm_en_ZA.qm -share/lumina-desktop/i18n/lumina-fm_es.qm -share/lumina-desktop/i18n/lumina-fm_et.qm -share/lumina-desktop/i18n/lumina-fm_eu.qm -share/lumina-desktop/i18n/lumina-fm_fa.qm -share/lumina-desktop/i18n/lumina-fm_fi.qm -share/lumina-desktop/i18n/lumina-fm_fr.qm -share/lumina-desktop/i18n/lumina-fm_fr_CA.qm -share/lumina-desktop/i18n/lumina-fm_fur.qm -share/lumina-desktop/i18n/lumina-fm_gl.qm -share/lumina-desktop/i18n/lumina-fm_he.qm -share/lumina-desktop/i18n/lumina-fm_hi.qm -share/lumina-desktop/i18n/lumina-fm_hr.qm -share/lumina-desktop/i18n/lumina-fm_hu.qm -share/lumina-desktop/i18n/lumina-fm_id.qm -share/lumina-desktop/i18n/lumina-fm_is.qm -share/lumina-desktop/i18n/lumina-fm_it.qm -share/lumina-desktop/i18n/lumina-fm_ja.qm -share/lumina-desktop/i18n/lumina-fm_ka.qm -share/lumina-desktop/i18n/lumina-fm_ko.qm -share/lumina-desktop/i18n/lumina-fm_lt.qm -share/lumina-desktop/i18n/lumina-fm_lv.qm -share/lumina-desktop/i18n/lumina-fm_mk.qm -share/lumina-desktop/i18n/lumina-fm_mn.qm -share/lumina-desktop/i18n/lumina-fm_ms.qm -share/lumina-desktop/i18n/lumina-fm_mt.qm -share/lumina-desktop/i18n/lumina-fm_nb.qm -share/lumina-desktop/i18n/lumina-fm_ne.qm -share/lumina-desktop/i18n/lumina-fm_nl.qm -share/lumina-desktop/i18n/lumina-fm_pa.qm -share/lumina-desktop/i18n/lumina-fm_pl.qm -share/lumina-desktop/i18n/lumina-fm_pt.qm -share/lumina-desktop/i18n/lumina-fm_pt_BR.qm -share/lumina-desktop/i18n/lumina-fm_ro.qm -share/lumina-desktop/i18n/lumina-fm_ru.qm -share/lumina-desktop/i18n/lumina-fm_sa.qm -share/lumina-desktop/i18n/lumina-fm_sk.qm -share/lumina-desktop/i18n/lumina-fm_sl.qm -share/lumina-desktop/i18n/lumina-fm_sr.qm -share/lumina-desktop/i18n/lumina-fm_sv.qm -share/lumina-desktop/i18n/lumina-fm_sw.qm -share/lumina-desktop/i18n/lumina-fm_ta.qm -share/lumina-desktop/i18n/lumina-fm_tg.qm -share/lumina-desktop/i18n/lumina-fm_th.qm -share/lumina-desktop/i18n/lumina-fm_tr.qm -share/lumina-desktop/i18n/lumina-fm_uk.qm -share/lumina-desktop/i18n/lumina-fm_ur.qm -share/lumina-desktop/i18n/lumina-fm_uz.qm -share/lumina-desktop/i18n/lumina-fm_vi.qm -share/lumina-desktop/i18n/lumina-fm_zh_CN.qm -share/lumina-desktop/i18n/lumina-fm_zh_HK.qm -share/lumina-desktop/i18n/lumina-fm_zh_TW.qm -share/lumina-desktop/i18n/lumina-fm_zu.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_af.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ar.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_az.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_bg.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_bn.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_bs.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ca.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_cs.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_cy.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_da.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_de.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_el.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_en_GB.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_en_AU.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_en_ZA.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_es.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_et.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_eu.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_fa.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_fi.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_fr.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_fr_CA.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_fur.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_gl.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_he.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_hi.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_hr.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_hu.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_id.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_is.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_it.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ja.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ka.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ko.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_lt.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_lv.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_mk.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_mn.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ms.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_mt.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_nb.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ne.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_nl.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_pa.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_pl.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_pt.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_pt_BR.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ro.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ru.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_sa.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_sk.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_sl.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_sr.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_sv.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_sw.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ta.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_tg.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_th.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_tr.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_uk.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_ur.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_uz.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_vi.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_zh_CN.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_zh_HK.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_zh_TW.qm +%%I18N%%share/lumina-desktop/i18n/lumina-fm_zu.qm share/pixmaps/Insight-FileManager.png Modified: head/deskutils/lumina-mediaplayer/Makefile ============================================================================== --- head/deskutils/lumina-mediaplayer/Makefile Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-mediaplayer/Makefile Fri May 18 07:42:09 2018 (r470276) @@ -16,6 +16,8 @@ RUN_DEPENDS= gstreamer1-qt5>=0:multimedia/gstreamer1-q OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N +OPTIONS_SUB= yes + I18N_DESC= Install localization files .include Modified: head/deskutils/lumina-mediaplayer/pkg-plist ============================================================================== --- head/deskutils/lumina-mediaplayer/pkg-plist Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-mediaplayer/pkg-plist Fri May 18 07:42:09 2018 (r470276) @@ -1,66 +1,66 @@ bin/lumina-mediaplayer man/man1/lumina-mediaplayer.1.gz share/applications/lumina-mediaplayer.desktop -share/lumina-desktop/i18n/l-mediap_af.qm -share/lumina-desktop/i18n/l-mediap_ar.qm -share/lumina-desktop/i18n/l-mediap_az.qm -share/lumina-desktop/i18n/l-mediap_bg.qm -share/lumina-desktop/i18n/l-mediap_bn.qm -share/lumina-desktop/i18n/l-mediap_bs.qm -share/lumina-desktop/i18n/l-mediap_ca.qm -share/lumina-desktop/i18n/l-mediap_cs.qm -share/lumina-desktop/i18n/l-mediap_cy.qm -share/lumina-desktop/i18n/l-mediap_da.qm -share/lumina-desktop/i18n/l-mediap_de.qm -share/lumina-desktop/i18n/l-mediap_el.qm -share/lumina-desktop/i18n/l-mediap_en_GB.qm -share/lumina-desktop/i18n/l-mediap_en_AU.qm -share/lumina-desktop/i18n/l-mediap_en_ZA.qm -share/lumina-desktop/i18n/l-mediap_es.qm -share/lumina-desktop/i18n/l-mediap_et.qm -share/lumina-desktop/i18n/l-mediap_eu.qm -share/lumina-desktop/i18n/l-mediap_fa.qm -share/lumina-desktop/i18n/l-mediap_fi.qm -share/lumina-desktop/i18n/l-mediap_fr.qm -share/lumina-desktop/i18n/l-mediap_fr_CA.qm -share/lumina-desktop/i18n/l-mediap_gl.qm -share/lumina-desktop/i18n/l-mediap_he.qm -share/lumina-desktop/i18n/l-mediap_hi.qm -share/lumina-desktop/i18n/l-mediap_hr.qm -share/lumina-desktop/i18n/l-mediap_hu.qm -share/lumina-desktop/i18n/l-mediap_id.qm -share/lumina-desktop/i18n/l-mediap_is.qm -share/lumina-desktop/i18n/l-mediap_it.qm -share/lumina-desktop/i18n/l-mediap_ja.qm -share/lumina-desktop/i18n/l-mediap_ka.qm -share/lumina-desktop/i18n/l-mediap_ko.qm -share/lumina-desktop/i18n/l-mediap_lt.qm -share/lumina-desktop/i18n/l-mediap_lv.qm -share/lumina-desktop/i18n/l-mediap_mk.qm -share/lumina-desktop/i18n/l-mediap_mn.qm -share/lumina-desktop/i18n/l-mediap_ms.qm -share/lumina-desktop/i18n/l-mediap_mt.qm -share/lumina-desktop/i18n/l-mediap_nb.qm -share/lumina-desktop/i18n/l-mediap_nl.qm -share/lumina-desktop/i18n/l-mediap_pa.qm -share/lumina-desktop/i18n/l-mediap_pl.qm -share/lumina-desktop/i18n/l-mediap_pt.qm -share/lumina-desktop/i18n/l-mediap_pt_BR.qm -share/lumina-desktop/i18n/l-mediap_ro.qm -share/lumina-desktop/i18n/l-mediap_ru.qm -share/lumina-desktop/i18n/l-mediap_sk.qm -share/lumina-desktop/i18n/l-mediap_sl.qm -share/lumina-desktop/i18n/l-mediap_sr.qm -share/lumina-desktop/i18n/l-mediap_sv.qm -share/lumina-desktop/i18n/l-mediap_sw.qm -share/lumina-desktop/i18n/l-mediap_ta.qm -share/lumina-desktop/i18n/l-mediap_tg.qm -share/lumina-desktop/i18n/l-mediap_th.qm -share/lumina-desktop/i18n/l-mediap_tr.qm -share/lumina-desktop/i18n/l-mediap_uk.qm -share/lumina-desktop/i18n/l-mediap_uz.qm -share/lumina-desktop/i18n/l-mediap_vi.qm -share/lumina-desktop/i18n/l-mediap_zh_CN.qm -share/lumina-desktop/i18n/l-mediap_zh_HK.qm -share/lumina-desktop/i18n/l-mediap_zh_TW.qm -share/lumina-desktop/i18n/l-mediap_zu.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_af.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_ar.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_az.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_bg.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_bn.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_bs.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_ca.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_cs.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_cy.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_da.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_de.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_el.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_en_GB.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_en_AU.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_en_ZA.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_es.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_et.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_eu.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_fa.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_fi.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_fr.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_fr_CA.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_gl.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_he.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_hi.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_hr.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_hu.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_id.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_is.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_it.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_ja.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_ka.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_ko.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_lt.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_lv.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_mk.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_mn.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_ms.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_mt.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_nb.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_nl.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_pa.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_pl.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_pt.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_pt_BR.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_ro.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_ru.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_sk.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_sl.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_sr.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_sv.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_sw.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_ta.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_tg.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_th.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_tr.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_uk.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_uz.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_vi.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_zh_CN.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_zh_HK.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_zh_TW.qm +%%I18N%%share/lumina-desktop/i18n/l-mediap_zu.qm Modified: head/deskutils/lumina-pdf/Makefile ============================================================================== --- head/deskutils/lumina-pdf/Makefile Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-pdf/Makefile Fri May 18 07:42:09 2018 (r470276) @@ -15,6 +15,8 @@ CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N +OPTIONS_SUB= yes + I18N_DESC= Install localization files .include Modified: head/deskutils/lumina-pdf/pkg-plist ============================================================================== --- head/deskutils/lumina-pdf/pkg-plist Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-pdf/pkg-plist Fri May 18 07:42:09 2018 (r470276) @@ -1,68 +1,68 @@ bin/lumina-pdf share/applications/lumina-pdf.desktop -share/lumina-desktop/i18n/l-pdf_af.qm -share/lumina-desktop/i18n/l-pdf_ar.qm -share/lumina-desktop/i18n/l-pdf_az.qm -share/lumina-desktop/i18n/l-pdf_bg.qm -share/lumina-desktop/i18n/l-pdf_bn.qm -share/lumina-desktop/i18n/l-pdf_bs.qm -share/lumina-desktop/i18n/l-pdf_ca.qm -share/lumina-desktop/i18n/l-pdf_cs.qm -share/lumina-desktop/i18n/l-pdf_cy.qm -share/lumina-desktop/i18n/l-pdf_da.qm -share/lumina-desktop/i18n/l-pdf_de.qm -share/lumina-desktop/i18n/l-pdf_el.qm -share/lumina-desktop/i18n/l-pdf_en_AU.qm -share/lumina-desktop/i18n/l-pdf_en_GB.qm -share/lumina-desktop/i18n/l-pdf_en_ZA.qm -share/lumina-desktop/i18n/l-pdf_es.qm -share/lumina-desktop/i18n/l-pdf_et.qm -share/lumina-desktop/i18n/l-pdf_eu.qm -share/lumina-desktop/i18n/l-pdf_fa.qm -share/lumina-desktop/i18n/l-pdf_fi.qm -share/lumina-desktop/i18n/l-pdf_fr.qm -share/lumina-desktop/i18n/l-pdf_fr_CA.qm -share/lumina-desktop/i18n/l-pdf_gl.qm -share/lumina-desktop/i18n/l-pdf_he.qm -share/lumina-desktop/i18n/l-pdf_hi.qm -share/lumina-desktop/i18n/l-pdf_hr.qm -share/lumina-desktop/i18n/l-pdf_hu.qm -share/lumina-desktop/i18n/l-pdf_id.qm -share/lumina-desktop/i18n/l-pdf_is.qm -share/lumina-desktop/i18n/l-pdf_it.qm -share/lumina-desktop/i18n/l-pdf_ja.qm -share/lumina-desktop/i18n/l-pdf_ka.qm -share/lumina-desktop/i18n/l-pdf_ko.qm -share/lumina-desktop/i18n/l-pdf_lt.qm -share/lumina-desktop/i18n/l-pdf_lv.qm -share/lumina-desktop/i18n/l-pdf_mk.qm -share/lumina-desktop/i18n/l-pdf_mn.qm -share/lumina-desktop/i18n/l-pdf_ms.qm -share/lumina-desktop/i18n/l-pdf_mt.qm -share/lumina-desktop/i18n/l-pdf_nb.qm -share/lumina-desktop/i18n/l-pdf_ne.qm -share/lumina-desktop/i18n/l-pdf_nl.qm -share/lumina-desktop/i18n/l-pdf_pa.qm -share/lumina-desktop/i18n/l-pdf_pl.qm -share/lumina-desktop/i18n/l-pdf_pt.qm -share/lumina-desktop/i18n/l-pdf_pt_BR.qm -share/lumina-desktop/i18n/l-pdf_ro.qm -share/lumina-desktop/i18n/l-pdf_ru.qm -share/lumina-desktop/i18n/l-pdf_sa.qm -share/lumina-desktop/i18n/l-pdf_sk.qm -share/lumina-desktop/i18n/l-pdf_sl.qm -share/lumina-desktop/i18n/l-pdf_sr.qm -share/lumina-desktop/i18n/l-pdf_sv.qm -share/lumina-desktop/i18n/l-pdf_sw.qm -share/lumina-desktop/i18n/l-pdf_ta.qm -share/lumina-desktop/i18n/l-pdf_tg.qm -share/lumina-desktop/i18n/l-pdf_th.qm -share/lumina-desktop/i18n/l-pdf_tr.qm -share/lumina-desktop/i18n/l-pdf_uk.qm -share/lumina-desktop/i18n/l-pdf_ur.qm -share/lumina-desktop/i18n/l-pdf_uz.qm -share/lumina-desktop/i18n/l-pdf_vi.qm -share/lumina-desktop/i18n/l-pdf_zh_CN.qm -share/lumina-desktop/i18n/l-pdf_zh_HK.qm -share/lumina-desktop/i18n/l-pdf_zh_TW.qm -share/lumina-desktop/i18n/l-pdf_zu.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_af.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ar.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_az.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_bg.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_bn.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_bs.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ca.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_cs.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_cy.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_da.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_de.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_el.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_en_AU.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_en_GB.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_en_ZA.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_es.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_et.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_eu.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_fa.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_fi.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_fr.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_fr_CA.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_gl.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_he.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_hi.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_hr.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_hu.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_id.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_is.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_it.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ja.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ka.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ko.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_lt.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_lv.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_mk.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_mn.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ms.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_mt.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_nb.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ne.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_nl.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_pa.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_pl.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_pt.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_pt_BR.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ro.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ru.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_sa.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_sk.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_sl.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_sr.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_sv.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_sw.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ta.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_tg.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_th.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_tr.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_uk.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_ur.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_uz.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_vi.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_zh_CN.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_zh_HK.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_zh_TW.qm +%%I18N%%share/lumina-desktop/i18n/l-pdf_zu.qm Modified: head/deskutils/lumina-screenshot/Makefile ============================================================================== --- head/deskutils/lumina-screenshot/Makefile Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-screenshot/Makefile Fri May 18 07:42:09 2018 (r470276) @@ -14,6 +14,8 @@ CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N OPTIONS_DEFAULT= I18N +OPTIONS_SUB= yes + I18N_DESC= Install localization files .include Modified: head/deskutils/lumina-screenshot/pkg-plist ============================================================================== --- head/deskutils/lumina-screenshot/pkg-plist Fri May 18 07:18:06 2018 (r470275) +++ head/deskutils/lumina-screenshot/pkg-plist Fri May 18 07:42:09 2018 (r470276) @@ -1,70 +1,70 @@ bin/lumina-screenshot man/man1/lumina-screenshot.1.gz share/applications/lumina-screenshot.desktop -share/lumina-desktop/i18n/l-screenshot_af.qm -share/lumina-desktop/i18n/l-screenshot_ar.qm -share/lumina-desktop/i18n/l-screenshot_az.qm -share/lumina-desktop/i18n/l-screenshot_bg.qm -share/lumina-desktop/i18n/l-screenshot_bn.qm -share/lumina-desktop/i18n/l-screenshot_bs.qm -share/lumina-desktop/i18n/l-screenshot_ca.qm -share/lumina-desktop/i18n/l-screenshot_cs.qm -share/lumina-desktop/i18n/l-screenshot_cy.qm -share/lumina-desktop/i18n/l-screenshot_da.qm -share/lumina-desktop/i18n/l-screenshot_de.qm -share/lumina-desktop/i18n/l-screenshot_el.qm -share/lumina-desktop/i18n/l-screenshot_en_GB.qm -share/lumina-desktop/i18n/l-screenshot_en_AU.qm -share/lumina-desktop/i18n/l-screenshot_en_ZA.qm -share/lumina-desktop/i18n/l-screenshot_es.qm -share/lumina-desktop/i18n/l-screenshot_et.qm -share/lumina-desktop/i18n/l-screenshot_eu.qm -share/lumina-desktop/i18n/l-screenshot_fa.qm -share/lumina-desktop/i18n/l-screenshot_fi.qm -share/lumina-desktop/i18n/l-screenshot_fr.qm -share/lumina-desktop/i18n/l-screenshot_fr_CA.qm -share/lumina-desktop/i18n/l-screenshot_fur.qm -share/lumina-desktop/i18n/l-screenshot_gl.qm -share/lumina-desktop/i18n/l-screenshot_he.qm -share/lumina-desktop/i18n/l-screenshot_hi.qm -share/lumina-desktop/i18n/l-screenshot_hr.qm -share/lumina-desktop/i18n/l-screenshot_hu.qm -share/lumina-desktop/i18n/l-screenshot_id.qm -share/lumina-desktop/i18n/l-screenshot_is.qm -share/lumina-desktop/i18n/l-screenshot_it.qm -share/lumina-desktop/i18n/l-screenshot_ja.qm -share/lumina-desktop/i18n/l-screenshot_ka.qm -share/lumina-desktop/i18n/l-screenshot_ko.qm -share/lumina-desktop/i18n/l-screenshot_lt.qm -share/lumina-desktop/i18n/l-screenshot_lv.qm -share/lumina-desktop/i18n/l-screenshot_mk.qm -share/lumina-desktop/i18n/l-screenshot_mn.qm -share/lumina-desktop/i18n/l-screenshot_ms.qm -share/lumina-desktop/i18n/l-screenshot_mt.qm -share/lumina-desktop/i18n/l-screenshot_nb.qm -share/lumina-desktop/i18n/l-screenshot_ne.qm -share/lumina-desktop/i18n/l-screenshot_nl.qm -share/lumina-desktop/i18n/l-screenshot_pa.qm -share/lumina-desktop/i18n/l-screenshot_pl.qm -share/lumina-desktop/i18n/l-screenshot_pt.qm -share/lumina-desktop/i18n/l-screenshot_pt_BR.qm -share/lumina-desktop/i18n/l-screenshot_ro.qm -share/lumina-desktop/i18n/l-screenshot_ru.qm -share/lumina-desktop/i18n/l-screenshot_sa.qm -share/lumina-desktop/i18n/l-screenshot_sk.qm -share/lumina-desktop/i18n/l-screenshot_sl.qm -share/lumina-desktop/i18n/l-screenshot_sr.qm -share/lumina-desktop/i18n/l-screenshot_sv.qm -share/lumina-desktop/i18n/l-screenshot_sw.qm -share/lumina-desktop/i18n/l-screenshot_ta.qm -share/lumina-desktop/i18n/l-screenshot_tg.qm -share/lumina-desktop/i18n/l-screenshot_th.qm -share/lumina-desktop/i18n/l-screenshot_tr.qm -share/lumina-desktop/i18n/l-screenshot_uk.qm -share/lumina-desktop/i18n/l-screenshot_ur.qm -share/lumina-desktop/i18n/l-screenshot_uz.qm -share/lumina-desktop/i18n/l-screenshot_vi.qm -share/lumina-desktop/i18n/l-screenshot_zh_CN.qm -share/lumina-desktop/i18n/l-screenshot_zh_HK.qm -share/lumina-desktop/i18n/l-screenshot_zh_TW.qm -share/lumina-desktop/i18n/l-screenshot_zu.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_af.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_ar.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_az.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_bg.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_bn.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_bs.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_ca.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_cs.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_cy.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_da.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_de.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_el.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_en_GB.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_en_AU.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_en_ZA.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_es.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_et.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_eu.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_fa.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_fi.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_fr.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_fr_CA.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_fur.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_gl.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_he.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_hi.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_hr.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_hu.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_id.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_is.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_it.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_ja.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_ka.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_ko.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_lt.qm +%%I18N%%share/lumina-desktop/i18n/l-screenshot_lv.qm *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri May 18 07:46:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45E9FEED7E3; Fri, 18 May 2018 07:46:48 +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 E298C6B6BD; Fri, 18 May 2018 07:46:47 +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 B91BB153E0; Fri, 18 May 2018 07:46:47 +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 w4I7kl2Q093650; Fri, 18 May 2018 07:46:47 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I7klYg093648; Fri, 18 May 2018 07:46:47 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201805180746.w4I7klYg093648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 18 May 2018 07:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470277 - head/math/R-cran-sf X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-sf X-SVN-Commit-Revision: 470277 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 07:46:48 -0000 Author: tota Date: Fri May 18 07:46:46 2018 New Revision: 470277 URL: https://svnweb.freebsd.org/changeset/ports/470277 Log: - Update to 0.6-3 Modified: head/math/R-cran-sf/Makefile (contents, props changed) head/math/R-cran-sf/distinfo (contents, props changed) Modified: head/math/R-cran-sf/Makefile ============================================================================== --- head/math/R-cran-sf/Makefile Fri May 18 07:42:09 2018 (r470276) +++ head/math/R-cran-sf/Makefile Fri May 18 07:46:46 2018 (r470277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sf -DISTVERSION= 0.6-2 +DISTVERSION= 0.6-3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,7 +13,6 @@ LICENSE= GPLv2 MIT LICENSE_COMB= dual CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ - R-cran-RPostgreSQL>0:databases/R-cran-RPostgreSQL \ R-cran-DBI>=0.8:databases/R-cran-DBI \ R-cran-units>=0.5.1:math/R-cran-units \ R-cran-classInt>0:devel/R-cran-classInt \ Modified: head/math/R-cran-sf/distinfo ============================================================================== --- head/math/R-cran-sf/distinfo Fri May 18 07:42:09 2018 (r470276) +++ head/math/R-cran-sf/distinfo Fri May 18 07:46:46 2018 (r470277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524731282 -SHA256 (sf_0.6-2.tar.gz) = b60768e8ea0aebae3a508f7047c92690fe6566177abd9fa823a9ee5e9b3aaa73 -SIZE (sf_0.6-2.tar.gz) = 7987392 +TIMESTAMP = 1526627400 +SHA256 (sf_0.6-3.tar.gz) = 2465b223ad392045f0f38c6d82ec1731a4e5d2ac93e7a787f7b5bd59beae6dc0 +SIZE (sf_0.6-3.tar.gz) = 7973044 From owner-svn-ports-head@freebsd.org Fri May 18 08:07:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DB78EEDE7D; Fri, 18 May 2018 08:07:05 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "0x20.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B82076BEB9; Fri, 18 May 2018 08:07:04 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 9538A4C746; Fri, 18 May 2018 10:06:57 +0200 (CEST) Received: (from lars@localhost) by e.0x20.net (8.15.2/8.15.2/Submit) id w4I86v0u067648; Fri, 18 May 2018 10:06:57 +0200 (CEST) (envelope-from lars) Date: Fri, 18 May 2018 10:06:57 +0200 From: Lars Engels To: Devin Teske Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469984 - in head/sysutils: . dwatch-pwsnoop Message-ID: <20180518080656.GH46700@e.0x20.net> References: <201805150030.w4F0Ue6O067145@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201805150030.w4F0Ue6O067145@repo.freebsd.org> X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 08:07:05 -0000 On Tue, May 15, 2018 at 12:30:40AM +0000, Devin Teske wrote: > Author: dteske > Date: Tue May 15 00:30:40 2018 > New Revision: 469984 > URL: https://svnweb.freebsd.org/changeset/ports/469984 > > Log: > [New Port] sysutils/dwatch-pwsnoop > > DTrace module for FreeBSD dwatch(1) to read password prompts by snooping on > read/write syscalls. This needs a check to run only on 11.2-* as dwatch itself is missing on earlier FreeBSD releases. From owner-svn-ports-head@freebsd.org Fri May 18 08:34:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51946EEE556; Fri, 18 May 2018 08:34:10 +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 F13DE6CB62; Fri, 18 May 2018 08:34:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B835215BD2; Fri, 18 May 2018 08:34:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I8Y9XL018639; Fri, 18 May 2018 08:34:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I8Y9s3018638; Fri, 18 May 2018 08:34:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805180834.w4I8Y9s3018638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 18 May 2018 08:34:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470278 - head/print/lilypond X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/print/lilypond X-SVN-Commit-Revision: 470278 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 08:34:10 -0000 Author: amdmi3 Date: Fri May 18 08:34:09 2018 New Revision: 470278 URL: https://svnweb.freebsd.org/changeset/ports/470278 Log: - Fix LICENSE - Add LICENSE_FILE - Pet portlint - Switch to options helpers - Switch to new test framework Approved by: portmgr blanket Modified: head/print/lilypond/Makefile Modified: head/print/lilypond/Makefile ============================================================================== --- head/print/lilypond/Makefile Fri May 18 07:46:46 2018 (r470277) +++ head/print/lilypond/Makefile Fri May 18 08:34:09 2018 (r470278) @@ -10,10 +10,9 @@ MASTER_SITES= http://download.linuxaudio.org/lilypond/ MAINTAINER= ports@FreeBSD.org COMMENT= GNU music typesetter -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= NLS - BUILD_DEPENDS= pdftexi2dvi:print/texinfo \ t1ascii:print/t1utils \ bash:shells/bash \ @@ -34,62 +33,54 @@ LIB_DEPENDS= libguile.so:lang/guile \ RUN_DEPENDS= mftrace:print/mftrace \ ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu -INFO= internals \ - lilypond-changes \ - lilypond-contributor \ - lilypond-essay \ - lilypond-extending \ - lilypond-internals \ - lilypond-learning \ - lilypond-notation \ - lilypond-snippets \ - lilypond-usage \ - lilypond-web \ - music-glossary - USES= bison:build gettext ghostscript gmake pkgconfig perl5 \ python:2.7 USE_TEX= latex USE_PERL5= build USE_GNOME= pango - -MAKEFILE= GNUmakefile -GNU_MAKEFILE= yes #MAKE_JOBS_UNSAFE= yes - GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts \ --with-python-include=${PYTHON_INCLUDEDIR} CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ FLEX=${FLEX} YACC=${YACC} +MAKEFILE= GNUmakefile +GNU_MAKEFILE= yes + ALL_TARGET= all +TEST_TARGET= test # fails with sig11 NO_CCACHE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} -.include +INFO= internals \ + lilypond-changes \ + lilypond-contributor \ + lilypond-essay \ + lilypond-extending \ + lilypond-internals \ + lilypond-learning \ + lilypond-notation \ + lilypond-snippets \ + lilypond-usage \ + lilypond-web \ + music-glossary -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes post-patch: - ${REINPLACE_CMD} -e 's||"/usr/include/FlexLexer.h"|' \ - ${WRKSRC}/lily/include/includable-lexer.hh -.if !${PORT_OPTIONS:MNLS} - ${REINPLACE_CMD} -e '/^PO_FILES/s|= |= #|' ${WRKSRC}/${MAKEFILE}.in -.endif + @${REINPLACE_CMD} -e 's||"/usr/include/FlexLexer.h"|' \ + ${WRKSRC}/lily/include/includable-lexer.hh +post-patch-NLS-off: + @${REINPLACE_CMD} -e '/^PO_FILES/s|= |= #|' ${WRKSRC}/${MAKEFILE}.in + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilypond ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lilypond/${PORTVERSION}/python/midi.so @${LN} -fs ${DATADIR}/${PORTVERSION} ${STAGEDIR}${DATADIR}/current - -regression-test: build - cd ${WRKSRC} && ${MAKE_CMD} -f ${MAKEFILE} test .include From owner-svn-ports-head@freebsd.org Fri May 18 08:35:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E38B9EEE5A7; Fri, 18 May 2018 08:35:08 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9390D6CC56; Fri, 18 May 2018 08:35:08 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74AD415BD3; Fri, 18 May 2018 08:35:08 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I8Z8qJ018790; Fri, 18 May 2018 08:35:08 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I8Z8pf018789; Fri, 18 May 2018 08:35:08 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201805180835.w4I8Z8pf018789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Fri, 18 May 2018 08:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470279 - head/net-p2p/rslsync X-SVN-Group: ports-head X-SVN-Commit-Author: knu X-SVN-Commit-Paths: head/net-p2p/rslsync X-SVN-Commit-Revision: 470279 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 08:35:09 -0000 Author: knu Date: Fri May 18 08:35:08 2018 New Revision: 470279 URL: https://svnweb.freebsd.org/changeset/ports/470279 Log: Add a utility target: maintainer-makesum Modified: head/net-p2p/rslsync/Makefile Modified: head/net-p2p/rslsync/Makefile ============================================================================== --- head/net-p2p/rslsync/Makefile Fri May 18 08:34:09 2018 (r470278) +++ head/net-p2p/rslsync/Makefile Fri May 18 08:35:08 2018 (r470279) @@ -46,4 +46,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/rslsync.conf.sample ${STAGEDIR}${PREFIX}/etc ${MKDIR} ${STAGEDIR}/var/db/rslsync +maintainer-makesum: + for arch in ${ONLY_FOR_ARCHS}; do ${MAKE} DISTINFO_FILE=/dev/stdout ARCH=$$arch makesum; done | awk '$$1 != "TIMESTAMP" || NR == 1' > ${DISTINFO_FILE} + .include From owner-svn-ports-head@freebsd.org Fri May 18 08:59:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16A04EEEB83; Fri, 18 May 2018 08:59:43 +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 B63986D5BD; Fri, 18 May 2018 08:59: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 9888A15F13; Fri, 18 May 2018 08:59: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 w4I8xgXF028994; Fri, 18 May 2018 08:59:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I8xgHk028992; Fri, 18 May 2018 08:59:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805180859.w4I8xgHk028992@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 18 May 2018 08:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470280 - head/graphics/mesa-dri X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/mesa-dri X-SVN-Commit-Revision: 470280 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 08:59:43 -0000 Author: jbeich Date: Fri May 18 08:59:41 2018 New Revision: 470280 URL: https://svnweb.freebsd.org/changeset/ports/470280 Log: graphics/mesa-{libs,dri}: update to 18.0.4 Changes: https://www.mesa3d.org/relnotes/18.0.4.html PR: 225415 Modified: head/graphics/mesa-dri/Makefile.common (contents, props changed) head/graphics/mesa-dri/distinfo (contents, props changed) Modified: head/graphics/mesa-dri/Makefile.common ============================================================================== --- head/graphics/mesa-dri/Makefile.common Fri May 18 08:35:08 2018 (r470279) +++ head/graphics/mesa-dri/Makefile.common Fri May 18 08:59:41 2018 (r470280) @@ -14,7 +14,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 18.0.3 +MESABASEVERSION= 18.0.4 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= Modified: head/graphics/mesa-dri/distinfo ============================================================================== --- head/graphics/mesa-dri/distinfo Fri May 18 08:35:08 2018 (r470279) +++ head/graphics/mesa-dri/distinfo Fri May 18 08:59:41 2018 (r470280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525688481 -SHA256 (mesa-18.0.3.tar.xz) = 099d9667327a76a61741a533f95067d76ea71a656e66b91507b3c0caf1d49e30 -SIZE (mesa-18.0.3.tar.xz) = 10922936 +TIMESTAMP = 1526581104 +SHA256 (mesa-18.0.4.tar.xz) = 1f3bcfe7cef0a5c20dae2b41df5d7e0a985e06be0183fa4d43b6068fcba2920f +SIZE (mesa-18.0.4.tar.xz) = 10939356 From owner-svn-ports-head@freebsd.org Fri May 18 09:04:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9D57EEF17C; Fri, 18 May 2018 09:04:09 +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 65A0E6DB86; Fri, 18 May 2018 09:04:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48358160A7; Fri, 18 May 2018 09:04:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I949Sm033657; Fri, 18 May 2018 09:04:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I949eP033656; Fri, 18 May 2018 09:04:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805180904.w4I949eP033656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 18 May 2018 09:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470281 - head/textproc/p5-Text-Reform X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/textproc/p5-Text-Reform X-SVN-Commit-Revision: 470281 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 09:04:09 -0000 Author: amdmi3 Date: Fri May 18 09:04:08 2018 New Revision: 470281 URL: https://svnweb.freebsd.org/changeset/ports/470281 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/textproc/p5-Text-Reform/Makefile Modified: head/textproc/p5-Text-Reform/Makefile ============================================================================== --- head/textproc/p5-Text-Reform/Makefile Fri May 18 08:59:41 2018 (r470280) +++ head/textproc/p5-Text-Reform/Makefile Fri May 18 09:04:08 2018 (r470281) @@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Manual text wrapping and reformatting +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Fri May 18 09:15:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 977EDEEF471; Fri, 18 May 2018 09:15:44 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qt0-x22e.google.com (mail-qt0-x22e.google.com [IPv6:2607:f8b0:400d:c0d::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 338C16E0AD; Fri, 18 May 2018 09:15:44 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qt0-x22e.google.com with SMTP id j42-v6so9348439qtj.12; Fri, 18 May 2018 02:15:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=rH92/AMzaqkbl+IJBbOo25lS4IZQpzHZewlIvYA8Eec=; b=He5I6ugdBjLIJJZ1O5d+m/IimrxOZRRDNi0Qh8A/roY3Bv7clxwuMEi00cf6IN2Ky+ uOqQrbzv2b+5csMdcqibMCmBgHxe0E+JAIKjaTSQg5RL5u5eyTe4aafcpOkZX6TFMnw2 C3cWQkr9CjQSt3R651HYJLjbupLR4itzY/gewVzv39FSbWKdcc9mmplMZe5Hg14mvZ2f wnsg7xQilYm/0HrE956yBIycYcCZl5V0QUWfy1hGNusj8E4cZCwTHOXVw86cF2iDs+Jk xReg1IOr9b5ekCiWyNQT7hNWdYKCSkedU1N9ry+nVNFP8zU/6QD1ChmANZutHlDq9lRr CQLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=rH92/AMzaqkbl+IJBbOo25lS4IZQpzHZewlIvYA8Eec=; b=cGkUnksWOqUTIrQUmxC3AIglAm6MR9+wTItdMk+rGuJ7dSF7W2WvPBOBsozDMjBsPv cPbgFDHtZyjHIGCzs46Rx27CN7r7HdARJAGyD9jhDqao8RkmYyG9WZglc8TvHAtr+m0q zDDnUctC4eMGgD/Pm4qAwJKcC7vzBHlFg5IzsKy1d84204Itczc1jFmgbilc0+oEY+ag lo7qs+N6yM6x79oUTQwEfXlcpCBIve0CNpnAa69YOWjwcTuX1ZrnrUvaW/g4oy1K2Zae 7E/aJyzC5Xe6T8/yDvN5snVz1sXrJG0pNkrUHWmfWueco+RUSKXVERwl/JpzFRbVJeTs +XNQ== X-Gm-Message-State: ALKqPwf2FNyJnvqmYHdNNA67uHQ30L20ZR37fMuiQ7t9OwS6WSA59FQt Syn/PwRO7xo3YMUX28PudK9gGoRWjLFrWS9WTDx2yw== X-Google-Smtp-Source: AB8JxZrb9l9olxn7gBpB2GMZ0EbSzzulG0ykh85d9Kp9azxsEl2c4A2dgZCB/nekIpRdJHR6qRqnAW5GrmpLFPf++Y8= X-Received: by 2002:a0c:bd96:: with SMTP id n22-v6mr8282722qvg.176.1526634943378; Fri, 18 May 2018 02:15:43 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.12.172.207 with HTTP; Fri, 18 May 2018 02:15:42 -0700 (PDT) In-Reply-To: <201805180509.w4I59geR011984@repo.freebsd.org> References: <201805180509.w4I59geR011984@repo.freebsd.org> From: Antoine Brodin Date: Fri, 18 May 2018 09:15:42 +0000 X-Google-Sender-Auth: U5Xu0v9wC_PiEm4ZLRMSvQHduf0 Message-ID: Subject: Re: svn commit: r470265 - in head/www: . bareos16-webui To: Jose Alonso Cardenas Marquez Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 09:15:44 -0000 On Fri, May 18, 2018 at 5:09 AM, Jose Alonso Cardenas Marquez wrote: > Author: acm > Date: Fri May 18 05:09:42 2018 > New Revision: 470265 > URL: https://svnweb.freebsd.org/changeset/ports/470265 > > Log: > - Copy bareos-webui to bareos16-webui. bareos-webui will be updated to 17.x > - Few other modifications > > Added: > head/www/bareos16-webui/ > - copied from r467853, head/www/bareos-webui/ > Modified: > head/www/Makefile > head/www/bareos16-webui/Makefile > head/www/bareos16-webui/pkg-plist Hi, There is a PKGBASE collision with www/bareos-webui. Antoine From owner-svn-ports-head@freebsd.org Fri May 18 09:34:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13A54EEF8E3; Fri, 18 May 2018 09:34:10 +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 A09E86E958; Fri, 18 May 2018 09:34:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C20016578; Fri, 18 May 2018 09:34:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4I9Y9vZ048807; Fri, 18 May 2018 09:34:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I9Y93T048805; Fri, 18 May 2018 09:34:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805180934.w4I9Y93T048805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 18 May 2018 09:34:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470282 - head/deskutils/horde-nag X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/deskutils/horde-nag X-SVN-Commit-Revision: 470282 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 09:34:10 -0000 Author: amdmi3 Date: Fri May 18 09:34:08 2018 New Revision: 470282 URL: https://svnweb.freebsd.org/changeset/ports/470282 Log: - Whitespace fix - Update WWW Approved by: portmgr blanket Modified: head/deskutils/horde-nag/Makefile head/deskutils/horde-nag/pkg-descr Modified: head/deskutils/horde-nag/Makefile ============================================================================== --- head/deskutils/horde-nag/Makefile Fri May 18 09:04:08 2018 (r470281) +++ head/deskutils/horde-nag/Makefile Fri May 18 09:34:08 2018 (r470282) @@ -11,7 +11,7 @@ COMMENT= Horde web based task list manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= horde cpe +USES= horde cpe USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/deskutils/horde-nag/pkg-descr ============================================================================== --- head/deskutils/horde-nag/pkg-descr Fri May 18 09:04:08 2018 (r470281) +++ head/deskutils/horde-nag/pkg-descr Fri May 18 09:34:08 2018 (r470282) @@ -4,4 +4,4 @@ which provides a simple, clean interface for managing Horde applications and allows users to share task lists or enable light-weight project management. -WWW: http://www.horde.org/apps/nag/ +WWW: https://www.horde.org/apps/nag/ From owner-svn-ports-head@freebsd.org Fri May 18 10:10:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE7CDEF05D3; Fri, 18 May 2018 10:10:45 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BF196F831; Fri, 18 May 2018 10:10:45 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D28616A59; Fri, 18 May 2018 10:10:45 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IAAjoE064935; Fri, 18 May 2018 10:10:45 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IAAjei064932; Fri, 18 May 2018 10:10:45 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201805181010.w4IAAjei064932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 18 May 2018 10:10:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470283 - head/comms/gqrx X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: head/comms/gqrx X-SVN-Commit-Revision: 470283 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 10:10:46 -0000 Author: martymac Date: Fri May 18 10:10:44 2018 New Revision: 470283 URL: https://svnweb.freebsd.org/changeset/ports/470283 Log: Update to 2.11.5 Modified: head/comms/gqrx/Makefile head/comms/gqrx/distinfo Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Fri May 18 09:34:08 2018 (r470282) +++ head/comms/gqrx/Makefile Fri May 18 10:10:44 2018 (r470283) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= gqrx -PORTVERSION= 2.11.4 +PORTVERSION= 2.11.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms hamradio Modified: head/comms/gqrx/distinfo ============================================================================== --- head/comms/gqrx/distinfo Fri May 18 09:34:08 2018 (r470282) +++ head/comms/gqrx/distinfo Fri May 18 10:10:44 2018 (r470283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523910822 -SHA256 (csete-gqrx-v2.11.4_GH0.tar.gz) = c4e836c552dc99bf383ca84b2ddc0c67e3d05b073676318e2a011bcd463303ef -SIZE (csete-gqrx-v2.11.4_GH0.tar.gz) = 1329000 +TIMESTAMP = 1526587387 +SHA256 (csete-gqrx-v2.11.5_GH0.tar.gz) = 5a15d8eb863f68a8590d27ebb2f50e735e814b1651de86952a7e425a68476d9d +SIZE (csete-gqrx-v2.11.5_GH0.tar.gz) = 1329054 From owner-svn-ports-head@freebsd.org Fri May 18 10:11:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71F0FEF062C; Fri, 18 May 2018 10:11:45 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 249F66F9CA; Fri, 18 May 2018 10:11:45 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0D8916AA6; Fri, 18 May 2018 10:11:44 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IABi6l068016; Fri, 18 May 2018 10:11:44 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IABiOB068012; Fri, 18 May 2018 10:11:44 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201805181011.w4IABiOB068012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 18 May 2018 10:11:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470284 - in head/games/trackballs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: in head/games/trackballs: . files X-SVN-Commit-Revision: 470284 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 10:11:45 -0000 Author: martymac Date: Fri May 18 10:11:44 2018 New Revision: 470284 URL: https://svnweb.freebsd.org/changeset/ports/470284 Log: Update to 1.3.1 Deleted: head/games/trackballs/files/ Modified: head/games/trackballs/Makefile head/games/trackballs/distinfo head/games/trackballs/pkg-plist Modified: head/games/trackballs/Makefile ============================================================================== --- head/games/trackballs/Makefile Fri May 18 10:10:44 2018 (r470283) +++ head/games/trackballs/Makefile Fri May 18 10:11:44 2018 (r470284) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trackballs -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v CATEGORIES= games Modified: head/games/trackballs/distinfo ============================================================================== --- head/games/trackballs/distinfo Fri May 18 10:10:44 2018 (r470283) +++ head/games/trackballs/distinfo Fri May 18 10:11:44 2018 (r470284) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520974234 -SHA256 (trackballs-trackballs-v1.3.0_GH0.tar.gz) = 69c65089bed4d3a4f3ac9b3801d11c8ea6374a5a1584b613f2b1ecc456ae1464 -SIZE (trackballs-trackballs-v1.3.0_GH0.tar.gz) = 32682087 +TIMESTAMP = 1526591476 +SHA256 (trackballs-trackballs-v1.3.1_GH0.tar.gz) = 57f577648847b46abc623c2d53fa7c41ae47a859b5c8bd68b4e347a604fbcebc +SIZE (trackballs-trackballs-v1.3.1_GH0.tar.gz) = 32683248 Modified: head/games/trackballs/pkg-plist ============================================================================== --- head/games/trackballs/pkg-plist Fri May 18 10:10:44 2018 (r470283) +++ head/games/trackballs/pkg-plist Fri May 18 10:11:44 2018 (r470284) @@ -272,18 +272,23 @@ share/icons/hicolor/scalable/apps/trackballs.svg %%DATADIR%%/sfx/switch.wav %%DATADIR%%/sfx/time_warning.wav %%DATADIR%%/sfx/timeout.wav -%%DATADIR%%/shaders/basic.frag %%DATADIR%%/shaders/basic.vert +%%DATADIR%%/shaders/basic_day.frag +%%DATADIR%%/shaders/basic_night.frag +%%DATADIR%%/shaders/basic_shadow.frag %%DATADIR%%/shaders/line.frag %%DATADIR%%/shaders/line.vert -%%DATADIR%%/shaders/object.frag %%DATADIR%%/shaders/object.vert +%%DATADIR%%/shaders/object_day.frag +%%DATADIR%%/shaders/object_night.frag +%%DATADIR%%/shaders/object_shadow.frag %%DATADIR%%/shaders/reflection.frag %%DATADIR%%/shaders/reflection.vert %%DATADIR%%/shaders/ui.frag %%DATADIR%%/shaders/ui.vert -%%DATADIR%%/shaders/water.frag %%DATADIR%%/shaders/water.vert +%%DATADIR%%/shaders/water_day.frag +%%DATADIR%%/shaders/water_night.frag %%PORTDOCS%%%%DOCSDIR%%/api.html %%PORTDOCS%%%%DOCSDIR%%/customizing.html %%PORTDOCS%%%%DOCSDIR%%/default.css From owner-svn-ports-head@freebsd.org Fri May 18 10:19:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3CC4EF0819; Fri, 18 May 2018 10:19:00 +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 A72E36FEE3; Fri, 18 May 2018 10:19:00 +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 89DCC16BDC; Fri, 18 May 2018 10:19:00 +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 w4IAJ0VZ069237; Fri, 18 May 2018 10:19:00 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IAJ0Xl069236; Fri, 18 May 2018 10:19:00 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805181019.w4IAJ0Xl069236@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, 18 May 2018 10:19:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470285 - head/print/lyx/files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/print/lyx/files X-SVN-Commit-Revision: 470285 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 10:19:01 -0000 Author: rakuco Date: Fri May 18 10:19:00 2018 New Revision: 470285 URL: https://svnweb.freebsd.org/changeset/ports/470285 Log: Add a patch to fix the build on FreeBSD 10.4. pkg-fallout reports the following error: TexRow.cpp:271:6: error: return type 'const TexRow::TextEntry' must match previous return type 'TexRow::TextEntry' when lambda expression has unspecified explicit return type return text_none; ^ TexRow.cpp:273:3: error: return type 'const TexRow::TextEntry' must match previous return type 'TexRow::TextEntry' when lambda expression has unspecified explicit return type return text_none; ^ TexRow.cpp:288:6: error: return type 'lyx::TexRow::TextEntry' must match previous return type 'const TexRow::TextEntry' when lambda expression has unspecified explicit return type return last_pos; ^ TexRow.cpp:290:6: error: return type 'struct TextEntry' must match previous return type 'const TexRow::TextEntry' when lambda expression has unspecified explicit return type return entry.text; ^ TexRow.cpp:293:3: error: return type 'lyx::TexRow::TextEntry' must match previous return type 'const TexRow::TextEntry' when lambda expression has unspecified explicit return type return last_pos; ^ Make the lambda return type explicit to work around what looks like a bug on an old clang version. Not bumping PORTREVISION, as this shouldn't change the code in FreeBSD versions with a more recent clang. Added: head/print/lyx/files/ head/print/lyx/files/patch-src_TexRow.cpp (contents, props changed) Added: head/print/lyx/files/patch-src_TexRow.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/lyx/files/patch-src_TexRow.cpp Fri May 18 10:19:00 2018 (r470285) @@ -0,0 +1,39 @@ +Fixes the build on 10.4 with clang 3.4.1. + + TexRow.cpp:271:6: error: return type 'const TexRow::TextEntry' must match previous return type 'TexRow::TextEntry' when lambda expression has unspecified explicit return type + return text_none; + ^ + TexRow.cpp:273:3: error: return type 'const TexRow::TextEntry' must match previous return type 'TexRow::TextEntry' when lambda expression has unspecified explicit return type + return text_none; + ^ + TexRow.cpp:288:6: error: return type 'lyx::TexRow::TextEntry' must match previous return type 'const TexRow::TextEntry' when lambda expression has unspecified explicit return type + return last_pos; + ^ + TexRow.cpp:290:6: error: return type 'struct TextEntry' must match previous return type 'const TexRow::TextEntry' when lambda expression has unspecified explicit return type + return entry.text; + ^ + TexRow.cpp:293:3: error: return type 'lyx::TexRow::TextEntry' must match previous return type 'const TexRow::TextEntry' when lambda expression has unspecified explicit return type + return last_pos; + ^ + +Not upstreamable, this seems to be a workaround for a compiler bug. +--- src/TexRow.cpp.orig 2018-02-25 00:11:18 UTC ++++ src/TexRow.cpp +@@ -260,7 +260,7 @@ TexRow::getEntriesFromRow(int const row) const + return {text_none, text_none}; + + // find the start entry +- TextEntry const start = [&]() { ++ TextEntry const start = [&]() -> TextEntry const { + for (size_t j = i; j > 0; --j) { + if (!isNone(rowlist_[j].getTextEntry())) + return rowlist_[j].getTextEntry(); +@@ -274,7 +274,7 @@ TexRow::getEntriesFromRow(int const row) const + } (); + + // find the end entry +- TextEntry end = [&]() { ++ TextEntry end = [&]() -> TextEntry const { + if (isNone(start)) + return text_none; + // select up to the last position of the starting paragraph as a From owner-svn-ports-head@freebsd.org Fri May 18 10:43:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCD93EF12FA; Fri, 18 May 2018 10:43:33 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C38570ABF; Fri, 18 May 2018 10:43:33 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58AF2170CD; Fri, 18 May 2018 10:43:33 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IAhXE0084195; Fri, 18 May 2018 10:43:33 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IAhXjB084193; Fri, 18 May 2018 10:43:33 GMT (envelope-from se@FreeBSD.org) Message-Id: <201805181043.w4IAhXjB084193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Fri, 18 May 2018 10:43:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470286 - in head/ports-mgmt/portmaster: . files X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/ports-mgmt/portmaster: . files X-SVN-Commit-Revision: 470286 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 10:43:34 -0000 Author: se Date: Fri May 18 10:43:32 2018 New Revision: 470286 URL: https://svnweb.freebsd.org/changeset/ports/470286 Log: Cache some build parameters in the environment that were recalculated over and over for individual ports. This significantly reduces the time to scan for updates if many ports with USES=compiler are present. Based on a suggestion and code fragment provided by Tijl Coosemans. While here commit a few changes present in my local version that should not cause any functional change. Submitted by: tijl Approved by: antoine (implicit) Modified: head/ports-mgmt/portmaster/Makefile head/ports-mgmt/portmaster/files/patch-portmaster Modified: head/ports-mgmt/portmaster/Makefile ============================================================================== --- head/ports-mgmt/portmaster/Makefile Fri May 18 10:19:00 2018 (r470285) +++ head/ports-mgmt/portmaster/Makefile Fri May 18 10:43:32 2018 (r470286) @@ -2,7 +2,7 @@ PORTNAME= portmaster PORTVERSION= 3.19 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= ports-mgmt MAINTAINER= se@FreeBSD.org Modified: head/ports-mgmt/portmaster/files/patch-portmaster ============================================================================== --- head/ports-mgmt/portmaster/files/patch-portmaster Fri May 18 10:19:00 2018 (r470285) +++ head/ports-mgmt/portmaster/files/patch-portmaster Fri May 18 10:43:32 2018 (r470286) @@ -31,6 +31,15 @@ fi case "$DISPLAY_LIST" in +@@ -260,7 +260,7 @@ safe_exit () { + parent_exit $1 + else + # Save state for the parent process to read back in +- > $IPC_SAVE ++ : > $IPC_SAVE + if [ -z "$PM_FIRST_PASS" ]; then + echo "DISPLAY_LIST='$DISPLAY_LIST'" >> $IPC_SAVE + echo "INSTALLED_LIST='$INSTALLED_LIST'" >> $IPC_SAVE @@ -308,20 +308,19 @@ safe_exit () { exit ${1:-0} } # safe_exit() @@ -94,8 +103,20 @@ [ -n "$PM_NO_MAKE_CONFIG" -a -n "$PM_FORCE_CONFIG" ] && unset PM_NO_MAKE_CONFIG if [ -n "$LIST" -o -n "$LIST_PLUS" ]; then -@@ -1004,21 +1008,23 @@ get_answer_yn () { +@@ -927,6 +931,11 @@ if [ "$$" -eq "$PM_PARENT_PID" ]; then + fi + fi # [ "$$" -eq "$PM_PARENT_PID" ] ++#=============== cache some build parameters in the environment =============== ++ ++export SCRIPTSDIR="$pd/Mk/Scripts" ++eval "$(PORTSDIR="$pd" MAKE=make /bin/sh "$SCRIPTSDIR/ports_env.sh")" ++ + #=============== Begin functions relevant to --features and main =============== + + # find installed port for given origin (with optional @flavor) in the pkg DB +@@ -1004,21 +1013,23 @@ get_answer_yn () { + match_flavor () { local origin=$(dir_part $1) - local flavor=$(flavor_part $1) @@ -122,17 +143,17 @@ } # Find the new origin for moved ports -@@ -1056,7 +1062,8 @@ find_moved_port () { +@@ -1056,7 +1067,8 @@ find_moved_port () { fi ;; ${sf}\|*) moved_npd=${moved#*\|} # New port directory moved_npd=${moved_npd%%\|*} - [ -n $(flavor_part $moved_npd) ] && match_flavor $moved_npd $iport -+ [ -n $(flavor_part $moved_npd) ] && moved_npd=$(match_flavor $moved_npd $iport) ++ [ -n "$(flavor_part $moved_npd)" ] && moved_npd=$(match_flavor $moved_npd $iport) + echo '' echo " ===>>> The $sf port moved to $moved_npd" echo " ===>>> Reason: ${moved##*|}" -@@ -1146,7 +1153,6 @@ read_distinfos_all () { +@@ -1146,11 +1158,10 @@ read_distinfos_all () { echo '' for origin in ${pd}/*/*; do @@ -140,7 +161,12 @@ case "${origin#$pd/}" in Mk/*|T*|distfiles/*|packages/*|*/[Mm]akefile*|CVS/*|*/CVS|base/*) continue ;; esac -@@ -1377,14 +1383,14 @@ if [ -n "$CHECK_PORT_DBDIR" ]; then +- pm_isdir "$origin" ] || continue ++ pm_isdir "$origin" || continue + + if [ -s "${origin}/distinfo" ]; then + distinfo="${origin}/distinfo" +@@ -1377,14 +1388,14 @@ if [ -n "$CHECK_PORT_DBDIR" ]; then if ! pm_isdir_pd "$origin"; then find_moved_port $origin $pkg nonfatal >/dev/null [ -n "$moved_npd" ] || continue @@ -157,7 +183,7 @@ done <<-EOF $(all_pkgs_by_origin) EOF -@@ -1502,7 +1508,7 @@ check_for_updates () { +@@ -1502,7 +1513,7 @@ check_for_updates () { fi if [ -z "$do_update" -a -z "$skip" -a -z "$PM_INDEX_ONLY" ] && pm_isdir "$pd/$origin"; then @@ -166,7 +192,7 @@ if pm_islocked "$iport"; then echo " ===>>> Warning: Unable to cd to $pd/$origin" echo " ===>>> Continuing due to $pdb/$iport/+IGNOREME" -@@ -2175,23 +2181,29 @@ update_pm_nu () { +@@ -2175,23 +2186,29 @@ update_pm_nu () { } update_build_l () { @@ -200,7 +226,7 @@ find_new_port "$originflavor" # sets global variable new_port case `pkg version -t $iport $new_port 2>/dev/null` in -@@ -2203,8 +2215,9 @@ update_build_l () { +@@ -2203,8 +2220,9 @@ update_build_l () { } update_port () { @@ -211,7 +237,7 @@ if [ -n "$2" ]; then echo "===>>> Launching child to update $1 to $2" else -@@ -2300,7 +2313,7 @@ make_dep_list () { +@@ -2300,7 +2318,7 @@ make_dep_list () { fail "make_dep_list: Unsupported option '$dep_type'" esac done @@ -220,7 +246,7 @@ } gen_dep_list () { -@@ -2368,15 +2381,17 @@ dependency_check () { +@@ -2368,15 +2386,17 @@ dependency_check () { rundeps=`gen_dep_list run-depends-list` for dep in $d_port_list; do @@ -241,7 +267,7 @@ rundep_list="$rundep_list $varname" eval $varname=\"$portdir \$$varname\" eval ${varname}_p=$dep -@@ -2409,7 +2424,10 @@ dependency_check () { +@@ -2409,7 +2429,10 @@ dependency_check () { # Do not export, for THIS parent process only [ -n "$PM_FIRST_PASS" ] && doing_dep_check=doing_dep_check @@ -253,7 +279,7 @@ origin="${d_port#$pd/}" if [ -n "$SHOW_WORK" ]; then iport=`iport_from_origin $origin` -@@ -2429,20 +2447,14 @@ dependency_check () { +@@ -2429,20 +2452,14 @@ dependency_check () { [ -z "$PM_URB_UP" ] && case "$CUR_DEPS" in *:${origin}:*) continue ;; esac @@ -278,7 +304,7 @@ fi for glob in $conflicts; do confl_p=`pkg query -g "%n-%v" $glob 2>/dev/null` -@@ -2498,7 +2510,11 @@ dependency_check () { +@@ -2498,7 +2515,11 @@ dependency_check () { check_for_updates $iport $origin || fail 'Update failed' else check_interactive $origin || continue @@ -291,16 +317,27 @@ fi done [ -n "$PM_FIRST_PASS" ] && unset doing_dep_check -@@ -2773,7 +2789,7 @@ multiport () { +@@ -2773,8 +2794,8 @@ multiport () { num=$(( $num + 1 )) init_term_printf "$port ${num}/${numports}" - ("$program" $ARGS $port) || update_failed=update_failed +- . $IPC_SAVE && > $IPC_SAVE + ($program $ARGS $port) || update_failed=update_failed - . $IPC_SAVE && > $IPC_SAVE ++ . $IPC_SAVE && : > $IPC_SAVE [ -n "$update_failed" ] && fail "Update for $port failed" -@@ -3029,8 +3045,12 @@ no_valid_port () { + case "$PM_NEEDS_UPDATE" in +@@ -2823,7 +2844,7 @@ multiport () { + num=$(( $num + 1 )) + init_term_printf "$port ${num}/${numports}" + ("$program" $ARGS $port) || update_failed=update_failed +- . $IPC_SAVE && > $IPC_SAVE ++ . $IPC_SAVE && : > $IPC_SAVE + [ -n "$update_failed" ] && fail "Update for $port failed" + done + +@@ -3029,8 +3050,12 @@ no_valid_port () { echo "===>>> Try $progname --help" ; echo '' ; safe_exit 1 } @@ -313,7 +350,7 @@ export_flavor $(flavor_part $portdir) [ -n "$portdir" ] && { argv=$portdir ; unset portdir; } argv=${argv:-$1} ; argv=${argv%/} ; argv=`globstrip $argv` -@@ -3061,6 +3081,8 @@ if [ -z "$REPLACE_ORIGIN" ]; then +@@ -3061,9 +3086,11 @@ if [ -z "$REPLACE_ORIGIN" ]; then unset glob_dirs fi unset argv @@ -321,9 +358,22 @@ + [ "$make_target" != install ] && PM_MAKE_ARGS="-DDISABLE_CONFLICTS $PM_MAKE_ARGS" else portdir="${1#$pd/}" ; portdir="${portdir%/}" - export_flavor=$(flavor_part $portdir) -@@ -3142,8 +3164,9 @@ iport_from_pkgname () { +- export_flavor=$(flavor_part $portdir) ++ export_flavor $(flavor_part $portdir) + if [ -z "$PM_INDEX_ONLY" ]; then + pm_isdir_pd "$portdir" ] || missing=missing + else +@@ -3076,7 +3103,7 @@ else + echo '' ; no_valid_port + fi +- upg_port=`iport_from_origin $portdir` || upg_port=$opd ++ upg_port=`iport_from_origin $portdir` || upg_port=$opd # $opd is never set??? + arg2=${2#$pd/} ; arg2=${arg2#$pdb/} ; arg2=${arg2%/} + + case "$arg2" in +@@ -3142,8 +3169,9 @@ iport_from_pkgname () { + dir=$(dir_part $1) flavor=$(flavor_part $1) - pkgname=$(FLAVOR=$flavor make -C "$pd/$dir" -V PKGNAME) || return 1 @@ -334,7 +384,7 @@ } if [ -z "$upg_port" -a -z "$REPLACE_ORIGIN" ]; then -@@ -3229,11 +3252,14 @@ if [ -n "$PM_FIRST_PASS" -a -z "$FETCH_ONLY" ]; then +@@ -3229,11 +3257,14 @@ if [ -n "$PM_FIRST_PASS" -a -z "$FETCH_ONLY" ]; then fi fi @@ -350,7 +400,16 @@ # Do these things first time through if [ -z "$PM_INDEX_ONLY" -a -z "$PM_BUILDING" -a -z "$SHOW_WORK" -a -z "$NO_ACTION" ]; then # Do not start this in the background until we are sure we are going to proceed -@@ -3636,15 +3662,21 @@ pkg_flavor () { +@@ -3389,7 +3420,7 @@ fetch_package () { + export ppd + fi + +- pm_isdir "$ppd" ] || { pm_sv Creating $ppd; pm_mkdir_s $ppd; } ++ pm_isdir "$ppd" || { pm_sv Creating $ppd; pm_mkdir_s $ppd; } + + if [ -z "$FETCH_ARGS" ]; then + FETCH_ARGS=`pm_make -f/usr/share/mk/bsd.port.mk -V FETCH_ARGS 2>/dev/null` +@@ -3636,15 +3667,21 @@ pkg_flavor () { pm_make pretty-flavors-package-names | sed -ne 's!^\([A-Za-z0-9_]*\): *'$pkg'$!\1!p'; } export_flavor=$(pkg_flavor $new_port) @@ -373,7 +432,7 @@ else [ -z "$local_package" ] && { fetch_package $latest_pv || fail "Fetch for ${latest_pv}.txz failed"; } -@@ -3808,7 +3840,7 @@ if [ -z "$temp" ] && pm_isdir "$LOCALBASE_COMPAT"; the +@@ -3808,7 +3845,7 @@ if [ -z "$temp" ] && pm_isdir "$LOCALBASE_COMPAT"; the if [ -n "$files" ]; then pm_sv Removing old shared libraries, and running ldconfig @@ -382,7 +441,7 @@ $PM_SU_CMD /etc/rc.d/ldconfig start > /dev/null fi unset temp file files -@@ -3876,9 +3908,12 @@ if [ -n "$MAKE_PACKAGE" ]; then +@@ -3876,9 +3913,12 @@ if [ -n "$MAKE_PACKAGE" ]; then fi if [ -z "$use_package" -a -z "$DONT_POST_CLEAN" ]; then From owner-svn-ports-head@freebsd.org Fri May 18 12:27:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 995F8EF4115; Fri, 18 May 2018 12:27:53 +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 47F7973F05; Fri, 18 May 2018 12:27:53 +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 2A3D918146; Fri, 18 May 2018 12:27:53 +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 w4ICRrvI036333; Fri, 18 May 2018 12:27:53 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ICRiAC036291; Fri, 18 May 2018 12:27:44 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201805181227.w4ICRiAC036291@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, 18 May 2018 12:27:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470288 - in head: Mk accessibility/qt5-speech comms/qt5-connectivity comms/qt5-sensors comms/qt5-serialbus comms/qt5-serialport databases/qt5-sql databases/qt5-sqldrivers-ibase databas... X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head: Mk accessibility/qt5-speech comms/qt5-connectivity comms/qt5-sensors comms/qt5-serialbus comms/qt5-serialport databases/qt5-sql databases/qt5-sqldrivers-ibase databases/qt5-sqldrivers-mysql d... X-SVN-Commit-Revision: 470288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 12:27:54 -0000 Author: rakuco Date: Fri May 18 12:27:43 2018 New Revision: 470288 URL: https://svnweb.freebsd.org/changeset/ports/470288 Log: Update the Qt5 ports to 5.10.1. The work was done by tcberner and myself, with thanks to antoine for the exp-run. Not a lot to report compared to other Qt5 updates: * net/qt5-network is still broken with LibreSSL. I said this in a commit message ages ago but it bears repeating: upstream is open to adding support for LibreSSL, but someone needs to step up to maintain it upstream, otherwise things will continue to be broken all the time. * www/qt5-webengine is a huge monster that is terrible to update, just like www/chromium itself is. We (kde@) have decided to keep using the 5.9 series for the time being, as it should be compatible with the rest of Qt anyway. It was updated to 5.9.5, the latest 5.9 release at the time of writing. PR: 228213 Added: head/net/qt5-network/files/patch-src_network_ssl_qsslcontext__opensslpre11.cpp - copied, changed from r470287, head/net/qt5-network/files/patch-src_network_ssl_qsslcontext__openssl.cpp head/www/qt5-webengine/distinfo (contents, props changed) Deleted: head/net/qt5-network/files/patch-src_network_ssl_qsslcontext__openssl.cpp Modified: head/Mk/bsd.qt.mk head/accessibility/qt5-speech/Makefile head/accessibility/qt5-speech/pkg-plist head/comms/qt5-connectivity/Makefile head/comms/qt5-connectivity/pkg-plist head/comms/qt5-sensors/Makefile head/comms/qt5-serialbus/Makefile head/comms/qt5-serialport/Makefile head/comms/qt5-serialport/pkg-plist head/databases/qt5-sql/Makefile head/databases/qt5-sqldrivers-ibase/Makefile head/databases/qt5-sqldrivers-mysql/Makefile head/devel/qt5-assistant/Makefile head/devel/qt5-buildtools/Makefile head/devel/qt5-concurrent/Makefile head/devel/qt5-core/Makefile head/devel/qt5-core/pkg-plist head/devel/qt5-dbus/Makefile head/devel/qt5-designer/Makefile head/devel/qt5-designer/pkg-plist head/devel/qt5-help/Makefile head/devel/qt5-linguist/Makefile head/devel/qt5-linguisttools/Makefile head/devel/qt5-location/Makefile head/devel/qt5-location/pkg-plist head/devel/qt5-qdbus/Makefile head/devel/qt5-qdbusviewer/Makefile head/devel/qt5-qdoc-data/Makefile head/devel/qt5-qdoc/Makefile head/devel/qt5-qmake/Makefile head/devel/qt5-qmake/pkg-plist head/devel/qt5-script/Makefile head/devel/qt5-scripttools/Makefile head/devel/qt5-scxml/Makefile head/devel/qt5-testlib/Makefile head/devel/qt5-uitools/Makefile head/devel/qt5-uitools/files/patch-src__designer__src__src.pro head/devel/qt5/distinfo head/graphics/qt5-3d/Makefile head/graphics/qt5-3d/pkg-plist head/graphics/qt5-graphicaleffects/Makefile head/graphics/qt5-graphicaleffects/pkg-plist head/graphics/qt5-imageformats/Makefile head/graphics/qt5-opengl/Makefile head/graphics/qt5-pixeltool/Makefile head/graphics/qt5-svg/Makefile head/graphics/qt5-wayland/Makefile head/graphics/qt5-wayland/pkg-plist head/lang/qt5-qml/Makefile head/lang/qt5-qml/pkg-plist head/misc/qt5-doc/Makefile head/misc/qt5-doc/distinfo head/misc/qt5-doc/pkg-plist head/misc/qt5-examples/Makefile head/misc/qt5-examples/distinfo head/misc/qt5-examples/pkg-plist head/misc/qt5-l10n/Makefile head/multimedia/qt5-multimedia/Makefile head/multimedia/qt5-multimedia/pkg-plist head/multimedia/qt5-phonon4-gstreamer/Makefile head/multimedia/qt5-phonon4-vlc/Makefile head/multimedia/qt5-phonon4/Makefile head/net/qt5-network/Makefile head/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp head/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h head/net/qt5-network/pkg-plist head/print/qt5-printsupport/Makefile head/sysutils/qt5-qtdiag/Makefile head/sysutils/qt5-qtpaths/Makefile head/sysutils/qt5-qtplugininfo/Makefile head/textproc/qt5-xml/Makefile head/textproc/qt5-xmlpatterns/Makefile head/www/qt5-webchannel/Makefile head/www/qt5-webengine/Makefile head/www/qt5-webengine/files/patch-src_buildtools_buildtools.pro head/www/qt5-webengine/pkg-plist head/www/qt5-webkit/Makefile head/www/qt5-websockets-qml/Makefile head/www/qt5-websockets/Makefile head/x11-toolkits/qt5-canvas3d/Makefile head/x11-toolkits/qt5-charts/Makefile head/x11-toolkits/qt5-charts/pkg-plist head/x11-toolkits/qt5-datavis3d/Makefile head/x11-toolkits/qt5-gamepad/Makefile head/x11-toolkits/qt5-gui/Makefile head/x11-toolkits/qt5-gui/pkg-plist head/x11-toolkits/qt5-quick/Makefile head/x11-toolkits/qt5-quick/pkg-plist head/x11-toolkits/qt5-quickcontrols/Makefile head/x11-toolkits/qt5-quickcontrols/pkg-plist head/x11-toolkits/qt5-quickcontrols2/Makefile head/x11-toolkits/qt5-quickcontrols2/pkg-plist head/x11-toolkits/qt5-uiplugin/Makefile head/x11-toolkits/qt5-uiplugin/files/patch-src_designer_src_src.pro head/x11-toolkits/qt5-virtualkeyboard/Makefile head/x11-toolkits/qt5-virtualkeyboard/pkg-plist head/x11-toolkits/qt5-widgets/Makefile head/x11-toolkits/qt5-widgets/pkg-plist head/x11/qt5-qev/Makefile head/x11/qt5-x11extras/Makefile Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Fri May 18 11:20:06 2018 (r470287) +++ head/Mk/bsd.qt.mk Fri May 18 12:27:43 2018 (r470288) @@ -27,7 +27,7 @@ Qt_Pre_Include= bsd.qt.mk # Qt versions currently supported by the framework. _QT_SUPPORTED?= 4 5 QT4_VERSION?= 4.8.7 -QT5_VERSION?= 5.9.4 +QT5_VERSION?= 5.10.1 _QT_RELNAME= qt${_QT_VERSION:R:R} _QT_VERSION= # empty @@ -68,7 +68,12 @@ DISTNAME= qt-everywhere-opensource-src-${_QT_VERSION} DIST_SUBDIR= KDE . else MASTER_SITE_SUBDIR?= official_releases/qt/${_QT_VERSION:R}/${_QT_VERSION}/submodules/ +# www/qt5-webengine hackery: The tarballs of 5.9.5 had a different naming scheme. +. if ${QT5_VERSION} == "5.9.5" DISTNAME= ${QT_DIST:S,^,qt,:S,$,-opensource-src-${DISTVERSION},} +. else +DISTNAME= ${QT_DIST:S,^,qt,:S,$,-everywhere-src-${DISTVERSION},} +. endif DISTFILES= ${DISTNAME:S,$,${EXTRACT_SUFX},} DIST_SUBDIR= KDE/Qt/${_QT_VERSION} @@ -93,7 +98,7 @@ QT_DIST= 3d activeqt androidextras base canvas3d char location macextras multimedia networkauth purchasing \ quickcontrols2 quickcontrols remoteobjects script scxml sensors \ serialbus serialport speech svg tools translations \ - virtualkeyboard wayland webchannel webengine websockets webview \ + virtualkeyboard wayland webchannel websockets webview \ winextras x11extras xmlpatterns . endif . endif Modified: head/accessibility/qt5-speech/Makefile ============================================================================== --- head/accessibility/qt5-speech/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/accessibility/qt5-speech/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= speech DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= accessibility PKGNAMEPREFIX= qt5- Modified: head/accessibility/qt5-speech/pkg-plist ============================================================================== --- head/accessibility/qt5-speech/pkg-plist Fri May 18 11:20:06 2018 (r470287) +++ head/accessibility/qt5-speech/pkg-plist Fri May 18 12:27:43 2018 (r470288) @@ -25,4 +25,5 @@ %%QT_MKSPECDIR%%/modules/qt_lib_texttospeech.pri %%QT_MKSPECDIR%%/modules/qt_lib_texttospeech_private.pri %%QT_PLUGINDIR%%/texttospeech/libqtexttospeech_speechd.so +%%DEBUG%%%%QT_PLUGINDIR%%/texttospeech/libqtexttospeech_speechd.so.debug libdata/pkgconfig/Qt5TextToSpeech.pc Modified: head/comms/qt5-connectivity/Makefile ============================================================================== --- head/comms/qt5-connectivity/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/comms/qt5-connectivity/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= connectivity DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= comms PKGNAMEPREFIX= qt5- Modified: head/comms/qt5-connectivity/pkg-plist ============================================================================== --- head/comms/qt5-connectivity/pkg-plist Fri May 18 11:20:06 2018 (r470287) +++ head/comms/qt5-connectivity/pkg-plist Fri May 18 12:27:43 2018 (r470288) @@ -63,6 +63,7 @@ %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qlowenergyserviceprivate_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qprivatelinearbuffer_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qtbluetooth-config_p.h +%%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/qtbluetoothglobal_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/remotedevicemanager_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/serveracceptancethread_p.h %%QT_INCDIR%%/QtBluetooth/%%FULLVER%%/QtBluetooth/private/service_p.h @@ -122,6 +123,7 @@ %%QT_INCDIR%%/QtBluetooth/qlowenergyservice.h %%QT_INCDIR%%/QtBluetooth/qlowenergyservicedata.h %%QT_INCDIR%%/QtBluetooth/qtbluetooth-config.h +%%QT_INCDIR%%/QtBluetooth/qtbluetoothglobal.h %%QT_INCDIR%%/QtBluetooth/qtbluetoothversion.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/adapter_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/agent_p.h @@ -158,6 +160,7 @@ %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldtarget_neard_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qnearfieldtarget_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qtlv_p.h +%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qtnfcglobal_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/tag_p.h %%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/targetemulator_p.h %%QT_INCDIR%%/QtNfc/QNdefFilter @@ -187,6 +190,7 @@ %%QT_INCDIR%%/QtNfc/qnearfieldtarget.h %%QT_INCDIR%%/QtNfc/qnfcglobal.h %%QT_INCDIR%%/QtNfc/qqmlndefrecord.h +%%QT_INCDIR%%/QtNfc/qtnfcglobal.h %%QT_INCDIR%%/QtNfc/qtnfcversion.h %%QT_CMAKEDIR%%/Qt5Bluetooth/Qt5BluetoothConfig.cmake %%QT_CMAKEDIR%%/Qt5Bluetooth/Qt5BluetoothConfigVersion.cmake Modified: head/comms/qt5-sensors/Makefile ============================================================================== --- head/comms/qt5-sensors/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/comms/qt5-sensors/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= sensors DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= comms PKGNAMEPREFIX= qt5- Modified: head/comms/qt5-serialbus/Makefile ============================================================================== --- head/comms/qt5-serialbus/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/comms/qt5-serialbus/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= serialbus DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= comms PKGNAMEPREFIX= qt5- Modified: head/comms/qt5-serialport/Makefile ============================================================================== --- head/comms/qt5-serialport/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/comms/qt5-serialport/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= serialport DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= comms PKGNAMEPREFIX= qt5- Modified: head/comms/qt5-serialport/pkg-plist ============================================================================== --- head/comms/qt5-serialport/pkg-plist Fri May 18 11:20:06 2018 (r470287) +++ head/comms/qt5-serialport/pkg-plist Fri May 18 12:27:43 2018 (r470288) @@ -1,6 +1,7 @@ %%QT_INCDIR%%/QtSerialPort/%%FULLVER%%/QtSerialPort/private/qserialport_p.h %%QT_INCDIR%%/QtSerialPort/%%FULLVER%%/QtSerialPort/private/qserialportinfo_p.h %%QT_INCDIR%%/QtSerialPort/%%FULLVER%%/QtSerialPort/private/qtudev_p.h +%%QT_INCDIR%%/QtSerialPort/%%FULLVER%%/QtSerialPort/private/qwinoverlappedionotifier_p.h %%QT_INCDIR%%/QtSerialPort/QSerialPort %%QT_INCDIR%%/QtSerialPort/QSerialPortInfo %%QT_INCDIR%%/QtSerialPort/QtSerialPort Modified: head/databases/qt5-sql/Makefile ============================================================================== --- head/databases/qt5-sql/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/databases/qt5-sql/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= sql DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= qt5- Modified: head/databases/qt5-sqldrivers-ibase/Makefile ============================================================================== --- head/databases/qt5-sqldrivers-ibase/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/databases/qt5-sqldrivers-ibase/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 DB= IBase DB_DESC= InterBase/Firebird Modified: head/databases/qt5-sqldrivers-mysql/Makefile ============================================================================== --- head/databases/qt5-sqldrivers-mysql/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/databases/qt5-sqldrivers-mysql/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -1,5 +1,4 @@ # $FreeBSD$ -PORTREVISION= 1 DB= MYSQL DB_DESC= MySQL Modified: head/devel/qt5-assistant/Makefile ============================================================================== --- head/devel/qt5-assistant/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-assistant/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= assistant DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-buildtools/Makefile ============================================================================== --- head/devel/qt5-buildtools/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-buildtools/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= buildtools DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-concurrent/Makefile ============================================================================== --- head/devel/qt5-concurrent/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-concurrent/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= concurrent DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-core/Makefile ============================================================================== --- head/devel/qt5-core/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-core/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= core DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-core/pkg-plist ============================================================================== --- head/devel/qt5-core/pkg-plist Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-core/pkg-plist Fri May 18 12:27:43 2018 (r470288) @@ -1,4 +1,5 @@ %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/cp949codetbl_p.h +%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/minimum-linux_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstractanimation_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstracteventdispatcher_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstractfileengine_p.h @@ -27,6 +28,7 @@ %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdir_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdoublescanprint_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qelfparser_p.h +%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qendian_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qeucjpcodec_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qeuckrcodec_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qeventdispatcher_cf_p.h @@ -107,7 +109,6 @@ %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qoperatingsystemversion_win_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qorderedmutexlocker_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qparallelanimationgroup_p.h -%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qpodlist_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qpoll_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qppsattribute_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qppsattributeprivate_p.h @@ -115,6 +116,7 @@ %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qppsobjectprivate_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qprocess_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qpropertyanimation_p.h +%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qrandom_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qreadwritelock_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qresource_iterator_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qresource_p.h @@ -161,7 +163,7 @@ %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwindowscodec_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwindowspipereader_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwindowspipewriter_p.h -%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwinoverlappedionotifier_p.h +%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwineventnotifier_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qxmlstream_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qxmlutils_p.h %%QT_INCDIR%%/QtCore/QAbstractAnimation @@ -183,8 +185,10 @@ %%QT_INCDIR%%/QtCore/QAtomicInt %%QT_INCDIR%%/QtCore/QAtomicInteger %%QT_INCDIR%%/QtCore/QAtomicPointer +%%QT_INCDIR%%/QtCore/QBEInteger %%QT_INCDIR%%/QtCore/QBasicMutex %%QT_INCDIR%%/QtCore/QBasicTimer +%%QT_INCDIR%%/QtCore/QBigEndianStorageType %%QT_INCDIR%%/QtCore/QBitArray %%QT_INCDIR%%/QtCore/QBitRef %%QT_INCDIR%%/QtCore/QBuffer @@ -273,6 +277,8 @@ %%QT_INCDIR%%/QtCore/QJsonValuePtr %%QT_INCDIR%%/QtCore/QJsonValueRef %%QT_INCDIR%%/QtCore/QJsonValueRefPtr +%%QT_INCDIR%%/QtCore/QKeyValueIterator +%%QT_INCDIR%%/QtCore/QLEInteger %%QT_INCDIR%%/QtCore/QLatin1Char %%QT_INCDIR%%/QtCore/QLatin1Literal %%QT_INCDIR%%/QtCore/QLatin1String @@ -288,6 +294,7 @@ %%QT_INCDIR%%/QtCore/QListData %%QT_INCDIR%%/QtCore/QListIterator %%QT_INCDIR%%/QtCore/QListSpecialMethods +%%QT_INCDIR%%/QtCore/QLittleEndianStorageType %%QT_INCDIR%%/QtCore/QLocale %%QT_INCDIR%%/QtCore/QLockFile %%QT_INCDIR%%/QtCore/QLoggingCategory @@ -346,6 +353,8 @@ %%QT_INCDIR%%/QtCore/QProcessEnvironment %%QT_INCDIR%%/QtCore/QPropertyAnimation %%QT_INCDIR%%/QtCore/QQueue +%%QT_INCDIR%%/QtCore/QRandomGenerator +%%QT_INCDIR%%/QtCore/QRandomGenerator64 %%QT_INCDIR%%/QtCore/QReadLocker %%QT_INCDIR%%/QtCore/QReadWriteLock %%QT_INCDIR%%/QtCore/QRect @@ -367,6 +376,7 @@ %%QT_INCDIR%%/QtCore/QScopedPointerPodDeleter %%QT_INCDIR%%/QtCore/QScopedValueRollback %%QT_INCDIR%%/QtCore/QSemaphore +%%QT_INCDIR%%/QtCore/QSemaphoreReleaser %%QT_INCDIR%%/QtCore/QSequentialAnimationGroup %%QT_INCDIR%%/QtCore/QSequentialIterable %%QT_INCDIR%%/QtCore/QSet @@ -383,6 +393,7 @@ %%QT_INCDIR%%/QtCore/QSizeF %%QT_INCDIR%%/QtCore/QSocketNotifier %%QT_INCDIR%%/QtCore/QSortFilterProxyModel +%%QT_INCDIR%%/QtCore/QSpecialInteger %%QT_INCDIR%%/QtCore/QStack %%QT_INCDIR%%/QtCore/QStandardPaths %%QT_INCDIR%%/QtCore/QState @@ -395,14 +406,17 @@ %%QT_INCDIR%%/QtCore/QStaticStringData %%QT_INCDIR%%/QtCore/QStorageInfo %%QT_INCDIR%%/QtCore/QString +%%QT_INCDIR%%/QtCore/QStringAlgorithms %%QT_INCDIR%%/QtCore/QStringBuilder %%QT_INCDIR%%/QtCore/QStringData %%QT_INCDIR%%/QtCore/QStringDataPtr %%QT_INCDIR%%/QtCore/QStringList %%QT_INCDIR%%/QtCore/QStringListIterator %%QT_INCDIR%%/QtCore/QStringListModel +%%QT_INCDIR%%/QtCore/QStringLiteral %%QT_INCDIR%%/QtCore/QStringMatcher %%QT_INCDIR%%/QtCore/QStringRef +%%QT_INCDIR%%/QtCore/QStringView %%QT_INCDIR%%/QtCore/QSysInfo %%QT_INCDIR%%/QtCore/QSystemSemaphore %%QT_INCDIR%%/QtCore/QTemporaryDir @@ -596,6 +610,7 @@ %%QT_INCDIR%%/QtCore/qprocessordetection.h %%QT_INCDIR%%/QtCore/qpropertyanimation.h %%QT_INCDIR%%/QtCore/qqueue.h +%%QT_INCDIR%%/QtCore/qrandom.h %%QT_INCDIR%%/QtCore/qreadwritelock.h %%QT_INCDIR%%/QtCore/qrect.h %%QT_INCDIR%%/QtCore/qrefcount.h @@ -626,10 +641,13 @@ %%QT_INCDIR%%/QtCore/qstatemachine.h %%QT_INCDIR%%/QtCore/qstorageinfo.h %%QT_INCDIR%%/QtCore/qstring.h +%%QT_INCDIR%%/QtCore/qstringalgorithms.h %%QT_INCDIR%%/QtCore/qstringbuilder.h %%QT_INCDIR%%/QtCore/qstringlist.h %%QT_INCDIR%%/QtCore/qstringlistmodel.h +%%QT_INCDIR%%/QtCore/qstringliteral.h %%QT_INCDIR%%/QtCore/qstringmatcher.h +%%QT_INCDIR%%/QtCore/qstringview.h %%QT_INCDIR%%/QtCore/qsysinfo.h %%QT_INCDIR%%/QtCore/qsystemdetection.h %%QT_INCDIR%%/QtCore/qsystemsemaphore.h Modified: head/devel/qt5-dbus/Makefile ============================================================================== --- head/devel/qt5-dbus/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-dbus/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= dbus DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-designer/Makefile ============================================================================== --- head/devel/qt5-designer/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-designer/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= designer DISTVERSION= ${QT5_VERSION} -PORTREVISION= 4 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-designer/pkg-plist ============================================================================== --- head/devel/qt5-designer/pkg-plist Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-designer/pkg-plist Fri May 18 12:27:43 2018 (r470288) @@ -71,6 +71,7 @@ %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/rcc_p.h %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/resourcebuilder_p.h %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/richtexteditor_p.h +%%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/selectsignaldialog_p.h %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/shared_enums_p.h %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/shared_global_p.h %%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/shared_settings_p.h Modified: head/devel/qt5-help/Makefile ============================================================================== --- head/devel/qt5-help/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-help/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= help DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-linguist/Makefile ============================================================================== --- head/devel/qt5-linguist/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-linguist/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= linguist DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-linguisttools/Makefile ============================================================================== --- head/devel/qt5-linguisttools/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-linguisttools/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= linguisttools DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-location/Makefile ============================================================================== --- head/devel/qt5-location/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-location/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= location DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-location/pkg-plist ============================================================================== --- head/devel/qt5-location/pkg-plist Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-location/pkg-plist Fri May 18 12:27:43 2018 (r470288) @@ -202,6 +202,7 @@ %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeocoordinate_p.h %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeolocation_p.h %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopath_p.h +%%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopositioninfo_p.h %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeopositioninfosource_p.h %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeorectangle_p.h %%QT_INCDIR%%/QtPositioning/%%FULLVER%%/QtPositioning/private/qgeoshape_p.h @@ -218,6 +219,8 @@ %%QT_INCDIR%%/QtPositioning/QGeoCoordinate %%QT_INCDIR%%/QtPositioning/QGeoLocation %%QT_INCDIR%%/QtPositioning/QGeoPath +%%QT_INCDIR%%/QtPositioning/QGeoPolygon +%%QT_INCDIR%%/QtPositioning/QGeoPolygonPrivate %%QT_INCDIR%%/QtPositioning/QGeoPositionInfo %%QT_INCDIR%%/QtPositioning/QGeoPositionInfoSource %%QT_INCDIR%%/QtPositioning/QGeoPositionInfoSourceFactory @@ -236,6 +239,7 @@ %%QT_INCDIR%%/QtPositioning/qgeocoordinate.h %%QT_INCDIR%%/QtPositioning/qgeolocation.h %%QT_INCDIR%%/QtPositioning/qgeopath.h +%%QT_INCDIR%%/QtPositioning/qgeopolygon.h %%QT_INCDIR%%/QtPositioning/qgeopositioninfo.h %%QT_INCDIR%%/QtPositioning/qgeopositioninfosource.h %%QT_INCDIR%%/QtPositioning/qgeopositioninfosourcefactory.h Modified: head/devel/qt5-qdbus/Makefile ============================================================================== --- head/devel/qt5-qdbus/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-qdbus/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= qdbus DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-qdbusviewer/Makefile ============================================================================== --- head/devel/qt5-qdbusviewer/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-qdbusviewer/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= qdbusviewer DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-qdoc-data/Makefile ============================================================================== --- head/devel/qt5-qdoc-data/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-qdoc-data/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -6,11 +6,10 @@ PORTNAME= qdoc-data DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/submodules/ PKGNAMEPREFIX= qt5- -DISTNAME= qtbase-opensource-src-${QT5_VERSION} +DISTNAME= qtbase-everywhere-src-${QT5_VERSION} DIST_SUBDIR= KDE/Qt/${QT5_VERSION} MAINTAINER= kde@FreeBSD.org Modified: head/devel/qt5-qdoc/Makefile ============================================================================== --- head/devel/qt5-qdoc/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-qdoc/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= qdoc DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel textproc PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-qmake/Makefile ============================================================================== --- head/devel/qt5-qmake/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-qmake/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= qmake DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- @@ -10,12 +9,13 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt Makefile generator USE_QT5= # empty -USES= compiler:c++11-lib pkgconfig shebangfix +USES= compiler:c++11-lib gmake pkgconfig \ + python:build shebangfix SHEBANG_FILES= util/harfbuzz/update-harfbuzz \ util/unicode/x11/makeencodings \ src/3rdparty/freetype/src/tools/afblue.pl \ mkspecs/features/data/mac/objc_namespace.sh \ - mkspecs/features/uikit/devices.pl \ + mkspecs/features/uikit/devices.py \ mkspecs/features/uikit/device_destinations.sh QT_DIST= base Modified: head/devel/qt5-qmake/pkg-plist ============================================================================== --- head/devel/qt5-qmake/pkg-plist Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-qmake/pkg-plist Fri May 18 12:27:43 2018 (r470288) @@ -60,6 +60,7 @@ %%QT_MKSPECDIR%%/common/uikit/qmake.conf %%QT_MKSPECDIR%%/common/unix.conf %%QT_MKSPECDIR%%/common/watchos.conf +%%QT_MKSPECDIR%%/common/windows-vulkan.conf %%QT_MKSPECDIR%%/common/winrt_winphone/assets/logo_150x150.png %%QT_MKSPECDIR%%/common/winrt_winphone/assets/logo_30x30.png %%QT_MKSPECDIR%%/common/winrt_winphone/assets/logo_310x150.png @@ -150,6 +151,8 @@ %%QT_MKSPECDIR%%/devices/linux-snowball-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-tegra2-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-tegra2-g++/qplatformdefs.h +%%QT_MKSPECDIR%%/devices/linux-tinkerboard-g++/qmake.conf +%%QT_MKSPECDIR%%/devices/linux-tinkerboard-g++/qplatformdefs.h %%QT_MKSPECDIR%%/dummy/qmake.conf %%QT_MKSPECDIR%%/features/android/android.prf %%QT_MKSPECDIR%%/features/android/android_deployment_settings.prf @@ -199,6 +202,7 @@ %%QT_MKSPECDIR%%/features/mac/asset_catalogs.prf %%QT_MKSPECDIR%%/features/mac/default_post.prf %%QT_MKSPECDIR%%/features/mac/default_pre.prf +%%QT_MKSPECDIR%%/features/mac/mac.prf %%QT_MKSPECDIR%%/features/mac/objective_c.prf %%QT_MKSPECDIR%%/features/mac/rez.prf %%QT_MKSPECDIR%%/features/mac/sdk.prf @@ -259,7 +263,7 @@ %%QT_MKSPECDIR%%/features/uikit/default_post.prf %%QT_MKSPECDIR%%/features/uikit/default_pre.prf %%QT_MKSPECDIR%%/features/uikit/device_destinations.sh -%%QT_MKSPECDIR%%/features/uikit/devices.pl +%%QT_MKSPECDIR%%/features/uikit/devices.py %%QT_MKSPECDIR%%/features/uikit/exclusive_builds_post.prf %%QT_MKSPECDIR%%/features/uikit/qt.prf %%QT_MKSPECDIR%%/features/uikit/qt_parts.prf @@ -267,6 +271,7 @@ %%QT_MKSPECDIR%%/features/uikit/sdk.prf %%QT_MKSPECDIR%%/features/uikit/testcase.prf %%QT_MKSPECDIR%%/features/uikit/testcase_targets.prf +%%QT_MKSPECDIR%%/features/uikit/watchos_coretext.prf %%QT_MKSPECDIR%%/features/uikit/xcodebuild.mk %%QT_MKSPECDIR%%/features/uikit/xcodebuild.prf %%QT_MKSPECDIR%%/features/unix/bsymbolic_functions.prf @@ -340,6 +345,8 @@ %%QT_MKSPECDIR%%/linux-icc-32/qplatformdefs.h %%QT_MKSPECDIR%%/linux-icc-64/qmake.conf %%QT_MKSPECDIR%%/linux-icc-64/qplatformdefs.h +%%QT_MKSPECDIR%%/linux-icc-k1om/qmake.conf +%%QT_MKSPECDIR%%/linux-icc-k1om/qplatformdefs.h %%QT_MKSPECDIR%%/linux-icc/qmake.conf %%QT_MKSPECDIR%%/linux-icc/qplatformdefs.h %%QT_MKSPECDIR%%/linux-llvm/qmake.conf @@ -433,6 +440,8 @@ %%QT_MKSPECDIR%%/win32-clang-msvc/qplatformdefs.h %%QT_MKSPECDIR%%/win32-g++/qmake.conf %%QT_MKSPECDIR%%/win32-g++/qplatformdefs.h +%%QT_MKSPECDIR%%/win32-icc-k1om/qmake.conf +%%QT_MKSPECDIR%%/win32-icc-k1om/qplatformdefs.h %%QT_MKSPECDIR%%/win32-icc/qmake.conf %%QT_MKSPECDIR%%/win32-icc/qplatformdefs.h %%QT_MKSPECDIR%%/win32-msvc/qmake.conf Modified: head/devel/qt5-script/Makefile ============================================================================== --- head/devel/qt5-script/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-script/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= script DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-scripttools/Makefile ============================================================================== --- head/devel/qt5-scripttools/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-scripttools/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= scripttools DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-scxml/Makefile ============================================================================== --- head/devel/qt5-scxml/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-scxml/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= scxml DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-testlib/Makefile ============================================================================== --- head/devel/qt5-testlib/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-testlib/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= testlib DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-uitools/Makefile ============================================================================== --- head/devel/qt5-uitools/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-uitools/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= uitools DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-uitools/files/patch-src__designer__src__src.pro ============================================================================== --- head/devel/qt5-uitools/files/patch-src__designer__src__src.pro Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5-uitools/files/patch-src__designer__src__src.pro Fri May 18 12:27:43 2018 (r470288) @@ -3,22 +3,26 @@ missing dependencies. --- src/designer/src/src.pro +++ src/designer/src/src.pro -@@ -2,22 +2,4 @@ TEMPLATE = subdirs - +@@ -3,26 +3,3 @@ TEMPLATE = subdirs SUBDIRS = \ uiplugin \ -- uitools \ -- lib \ -- components \ -- designer + uitools - --contains(QT_CONFIG, shared): SUBDIRS += plugins +-qtConfig(process) { +- SUBDIRS += \ +- lib \ +- components \ +- designer - +- lib.depends = uiplugin +- components.depends = lib +- designer.depends = components +- plugins.depends = lib +- +- contains(QT_CONFIG, shared): SUBDIRS += plugins +-} +- -uitools.depends = uiplugin --lib.depends = uiplugin --components.depends = lib --designer.depends = components --plugins.depends = lib - -qtNomakeTools( \ - lib \ @@ -26,4 +30,3 @@ missing dependencies. - designer \ - plugins \ -) -+ uitools Modified: head/devel/qt5/distinfo ============================================================================== --- head/devel/qt5/distinfo Fri May 18 11:20:06 2018 (r470287) +++ head/devel/qt5/distinfo Fri May 18 12:27:43 2018 (r470288) @@ -1,79 +1,77 @@ -TIMESTAMP = 1516792204 -SHA256 (KDE/Qt/5.9.4/qt3d-opensource-src-5.9.4.tar.xz) = ad18b1c98a100025a96d600008c9478f646432c9e8cf11fb9a405c55f1970550 -SIZE (KDE/Qt/5.9.4/qt3d-opensource-src-5.9.4.tar.xz) = 28007244 -SHA256 (KDE/Qt/5.9.4/qtactiveqt-opensource-src-5.9.4.tar.xz) = 5664c60bb4f68531070770dc3df6279fc736337660bdf0f9da3fb7be145ac5aa -SIZE (KDE/Qt/5.9.4/qtactiveqt-opensource-src-5.9.4.tar.xz) = 257000 -SHA256 (KDE/Qt/5.9.4/qtandroidextras-opensource-src-5.9.4.tar.xz) = 6cc04b43f4adac7f1ce9b7df0e6352c1c8cb3cf83d5e3fe176f72b8ee8b133d5 -SIZE (KDE/Qt/5.9.4/qtandroidextras-opensource-src-5.9.4.tar.xz) = 75904 -SHA256 (KDE/Qt/5.9.4/qtbase-opensource-src-5.9.4.tar.xz) = 69e6bde3ab00673a77e1506173551fec7d0cd899fcbf9b1260517db1b61004cf -SIZE (KDE/Qt/5.9.4/qtbase-opensource-src-5.9.4.tar.xz) = 45182168 -SHA256 (KDE/Qt/5.9.4/qtcanvas3d-opensource-src-5.9.4.tar.xz) = ef358503e2f243c2e162c3fef2181707ff3485376198d8e4fcc6d979e6ebed29 -SIZE (KDE/Qt/5.9.4/qtcanvas3d-opensource-src-5.9.4.tar.xz) = 10859116 -SHA256 (KDE/Qt/5.9.4/qtcharts-opensource-src-5.9.4.tar.xz) = 75f72983fde6720a093d5f065d33f47e77a4bd2188ae9d41ebb9a4fcc459d3e7 -SIZE (KDE/Qt/5.9.4/qtcharts-opensource-src-5.9.4.tar.xz) = 4158264 -SHA256 (KDE/Qt/5.9.4/qtconnectivity-opensource-src-5.9.4.tar.xz) = dba750363bf55648a08bc44372f423d31f405f6deac5393f0b76376a3e9e0c8b -SIZE (KDE/Qt/5.9.4/qtconnectivity-opensource-src-5.9.4.tar.xz) = 2724048 -SHA256 (KDE/Qt/5.9.4/qtdatavis3d-opensource-src-5.9.4.tar.xz) = 5bc2c974fc00dbb06545741330c6e666cd1a330e58a0ec662bb79ee0b075fcbd -SIZE (KDE/Qt/5.9.4/qtdatavis3d-opensource-src-5.9.4.tar.xz) = 5164120 -SHA256 (KDE/Qt/5.9.4/qtdeclarative-opensource-src-5.9.4.tar.xz) = dc638a3b207dd2c6607a21415f6dd8d760568535dfe4b485fdb4576c98832d65 -SIZE (KDE/Qt/5.9.4/qtdeclarative-opensource-src-5.9.4.tar.xz) = 21454140 -SHA256 (KDE/Qt/5.9.4/qtdoc-opensource-src-5.9.4.tar.xz) = 09a16634841aa384e0b6196772d7ed0ba94698d37eb05261e2965e11a535aed2 -SIZE (KDE/Qt/5.9.4/qtdoc-opensource-src-5.9.4.tar.xz) = 2894136 -SHA256 (KDE/Qt/5.9.4/qtgamepad-opensource-src-5.9.4.tar.xz) = ce5076d2c5497e6c15e0dfd3ec91f0e3076483edbbf764e75f184580af5226b2 -SIZE (KDE/Qt/5.9.4/qtgamepad-opensource-src-5.9.4.tar.xz) = 364708 -SHA256 (KDE/Qt/5.9.4/qtgraphicaleffects-opensource-src-5.9.4.tar.xz) = 97f75327d7d20ec02e920f1c86ee2bc4063396833d93215e509e95c58e24b8ef -SIZE (KDE/Qt/5.9.4/qtgraphicaleffects-opensource-src-5.9.4.tar.xz) = 14480512 -SHA256 (KDE/Qt/5.9.4/qtimageformats-opensource-src-5.9.4.tar.xz) = 69e17081a8649b7db138073942d07d2e99f78f4b954ccd6aab3a406e92dbddd9 -SIZE (KDE/Qt/5.9.4/qtimageformats-opensource-src-5.9.4.tar.xz) = 2106852 -SHA256 (KDE/Qt/5.9.4/qtlocation-opensource-src-5.9.4.tar.xz) = 37ed68b0243a30b836cda79802e3f33404b1792f7b845a25b2e4989dc2fed2a0 -SIZE (KDE/Qt/5.9.4/qtlocation-opensource-src-5.9.4.tar.xz) = 5405252 -SHA256 (KDE/Qt/5.9.4/qtmacextras-opensource-src-5.9.4.tar.xz) = 8be3834e6e1a5f6c22525c90ed4d08e7f95245d6de3e3e7dab81cceab5e90a48 -SIZE (KDE/Qt/5.9.4/qtmacextras-opensource-src-5.9.4.tar.xz) = 48568 -SHA256 (KDE/Qt/5.9.4/qtmultimedia-opensource-src-5.9.4.tar.xz) = 4952a00712e209ad34241b22cb338bad2f44c42a77316b3b05389faeee1e4e74 -SIZE (KDE/Qt/5.9.4/qtmultimedia-opensource-src-5.9.4.tar.xz) = 3608792 -SHA256 (KDE/Qt/5.9.4/qtnetworkauth-opensource-src-5.9.4.tar.xz) = 9d51b5cae4a65c2f010b81f37a5aff492716204f4378c7c7fa6f1598eec40c57 -SIZE (KDE/Qt/5.9.4/qtnetworkauth-opensource-src-5.9.4.tar.xz) = 112244 -SHA256 (KDE/Qt/5.9.4/qtpurchasing-opensource-src-5.9.4.tar.xz) = 1a7365a85b6fc2a51c47585f67ff349b72fa976e29bb6cc6c6415d13f8465323 -SIZE (KDE/Qt/5.9.4/qtpurchasing-opensource-src-5.9.4.tar.xz) = 187684 -SHA256 (KDE/Qt/5.9.4/qtquickcontrols2-opensource-src-5.9.4.tar.xz) = 1528a7a356e7073f5eeca93ba6e3330ba708d31c3a8f10dc1ce4546d9557640c -SIZE (KDE/Qt/5.9.4/qtquickcontrols2-opensource-src-5.9.4.tar.xz) = 4153488 -SHA256 (KDE/Qt/5.9.4/qtquickcontrols-opensource-src-5.9.4.tar.xz) = 16a205a09bfe9d54c38e9ef555e6f1ecd082576ef2a33cb80b6d49a7ccaed98b -SIZE (KDE/Qt/5.9.4/qtquickcontrols-opensource-src-5.9.4.tar.xz) = 5945756 -SHA256 (KDE/Qt/5.9.4/qtremoteobjects-opensource-src-5.9.4.tar.xz) = cbb812560f2d615140adbfb44a4151366dbe5b53f15697012b84827d550365f1 -SIZE (KDE/Qt/5.9.4/qtremoteobjects-opensource-src-5.9.4.tar.xz) = 282008 -SHA256 (KDE/Qt/5.9.4/qtscript-opensource-src-5.9.4.tar.xz) = 4045da078600b5928f8206341c442cc7f5eec8c51f477f7367072ab5c28ee053 -SIZE (KDE/Qt/5.9.4/qtscript-opensource-src-5.9.4.tar.xz) = 2612372 -SHA256 (KDE/Qt/5.9.4/qtscxml-opensource-src-5.9.4.tar.xz) = 1decc54e157a1492066fe0e7d534c6a9888c096731af7cac9b64c52fd3950b75 -SIZE (KDE/Qt/5.9.4/qtscxml-opensource-src-5.9.4.tar.xz) = 414280 -SHA256 (KDE/Qt/5.9.4/qtsensors-opensource-src-5.9.4.tar.xz) = 793f3aa056b7ce9ae91acb599eab80525983e5e973bb4a2fdba82776ec9cd458 -SIZE (KDE/Qt/5.9.4/qtsensors-opensource-src-5.9.4.tar.xz) = 1994992 -SHA256 (KDE/Qt/5.9.4/qtserialbus-opensource-src-5.9.4.tar.xz) = ce91402e9781ef6ff37e313ce504b7f6fecb74e83d57d640fcbf82f1133fcbc4 -SIZE (KDE/Qt/5.9.4/qtserialbus-opensource-src-5.9.4.tar.xz) = 279352 -SHA256 (KDE/Qt/5.9.4/qtserialport-opensource-src-5.9.4.tar.xz) = 0c3d8e2908743c167113ce27be7b685e6f5c827c108107411d0c4c8b2f2b519c -SIZE (KDE/Qt/5.9.4/qtserialport-opensource-src-5.9.4.tar.xz) = 273252 -SHA256 (KDE/Qt/5.9.4/qtspeech-opensource-src-5.9.4.tar.xz) = 1d208d1359abaaaa2627800fec6013b5dcdba190ebc658da3d56b3de6386089e -SIZE (KDE/Qt/5.9.4/qtspeech-opensource-src-5.9.4.tar.xz) = 80860 -SHA256 (KDE/Qt/5.9.4/qtsvg-opensource-src-5.9.4.tar.xz) = a2f22732bfd4f0f0204443daaa59448298ab5018750dce4600d01d969355037a -SIZE (KDE/Qt/5.9.4/qtsvg-opensource-src-5.9.4.tar.xz) = 1778072 -SHA256 (KDE/Qt/5.9.4/qttools-opensource-src-5.9.4.tar.xz) = 95aa5782d5a79be22fba36cea4dc2319cf2a2060a3cc1e24e6585b8d98996e87 -SIZE (KDE/Qt/5.9.4/qttools-opensource-src-5.9.4.tar.xz) = 9779504 -SHA256 (KDE/Qt/5.9.4/qttranslations-opensource-src-5.9.4.tar.xz) = e5cf81f88cc6811166ea631e6b7faa869a578a910dce61e951f98ff83f27bad6 -SIZE (KDE/Qt/5.9.4/qttranslations-opensource-src-5.9.4.tar.xz) = 1451972 -SHA256 (KDE/Qt/5.9.4/qtvirtualkeyboard-opensource-src-5.9.4.tar.xz) = bf742a886054f12a73621952879cf7a2182304c498bc31ec8a61ef376b07e1ee -SIZE (KDE/Qt/5.9.4/qtvirtualkeyboard-opensource-src-5.9.4.tar.xz) = 10026856 -SHA256 (KDE/Qt/5.9.4/qtwayland-opensource-src-5.9.4.tar.xz) = 3f7496522013e6122bb8dc00d0c3cc7753a44dca94fa3b22096eaa21e6099874 -SIZE (KDE/Qt/5.9.4/qtwayland-opensource-src-5.9.4.tar.xz) = 314932 -SHA256 (KDE/Qt/5.9.4/qtwebchannel-opensource-src-5.9.4.tar.xz) = 90303a72da63f250b6d6731b74827b0a1764904aac790a7264a3f65c94039aa9 -SIZE (KDE/Qt/5.9.4/qtwebchannel-opensource-src-5.9.4.tar.xz) = 147456 -SHA256 (KDE/Qt/5.9.4/qtwebengine-opensource-src-5.9.4.tar.xz) = 04b4305489b326bbbfe32b5f1da4a33ae034e54130776e3616b9e6d45a5a8271 -SIZE (KDE/Qt/5.9.4/qtwebengine-opensource-src-5.9.4.tar.xz) = 217337248 -SHA256 (KDE/Qt/5.9.4/qtwebsockets-opensource-src-5.9.4.tar.xz) = 72970209f0d4260d11688d3d38d9e953d7fa4309a8a55e2c32726a545333e800 -SIZE (KDE/Qt/5.9.4/qtwebsockets-opensource-src-5.9.4.tar.xz) = 199492 -SHA256 (KDE/Qt/5.9.4/qtwebview-opensource-src-5.9.4.tar.xz) = 8fe7996518168f03c74b33721d9395ad0d2c730645671a0f3b406ae657872196 -SIZE (KDE/Qt/5.9.4/qtwebview-opensource-src-5.9.4.tar.xz) = 108684 -SHA256 (KDE/Qt/5.9.4/qtwinextras-opensource-src-5.9.4.tar.xz) = 0f8651ff3addc560910ec8070649febf71e0deea44a67c9dff26a60e4ef89786 -SIZE (KDE/Qt/5.9.4/qtwinextras-opensource-src-5.9.4.tar.xz) = 745200 -SHA256 (KDE/Qt/5.9.4/qtx11extras-opensource-src-5.9.4.tar.xz) = 879b18c44550e1be86c29adcca555c92915aab9222c40384beae2f7aa22b22a8 -SIZE (KDE/Qt/5.9.4/qtx11extras-opensource-src-5.9.4.tar.xz) = 76604 -SHA256 (KDE/Qt/5.9.4/qtxmlpatterns-opensource-src-5.9.4.tar.xz) = faf51ad39e5c2b856b38989c79d69253ad74d4b8d3278d4aaa79d3c547047f79 -SIZE (KDE/Qt/5.9.4/qtxmlpatterns-opensource-src-5.9.4.tar.xz) = 1361036 +TIMESTAMP = 1526163019 +SHA256 (KDE/Qt/5.10.1/qt3d-everywhere-src-5.10.1.tar.xz) = 041fb42536a72bbf9be17a6f52d4b73ce93fb98b456fd63503cc47d80d196b3b +SIZE (KDE/Qt/5.10.1/qt3d-everywhere-src-5.10.1.tar.xz) = 28788336 +SHA256 (KDE/Qt/5.10.1/qtactiveqt-everywhere-src-5.10.1.tar.xz) = 9021ab7e34b10b30a80d6f5e2474afa8faea10792867d459b53dd11ba23891e4 +SIZE (KDE/Qt/5.10.1/qtactiveqt-everywhere-src-5.10.1.tar.xz) = 273656 +SHA256 (KDE/Qt/5.10.1/qtandroidextras-everywhere-src-5.10.1.tar.xz) = 767e3bf6fccfd6c4ce5a8bb0c53c2771ad7226d0362c91e42b7629c2df71550e +SIZE (KDE/Qt/5.10.1/qtandroidextras-everywhere-src-5.10.1.tar.xz) = 104360 +SHA256 (KDE/Qt/5.10.1/qtbase-everywhere-src-5.10.1.tar.xz) = d8660e189caa5da5142d5894d328b61a4d3ee9750b76d61ad74e4eee8765a969 +SIZE (KDE/Qt/5.10.1/qtbase-everywhere-src-5.10.1.tar.xz) = 46024708 +SHA256 (KDE/Qt/5.10.1/qtcanvas3d-everywhere-src-5.10.1.tar.xz) = de829a8e6aa4b8496048e9b6f3bff306a80c35935855a94426025ddfb8bcb0c0 +SIZE (KDE/Qt/5.10.1/qtcanvas3d-everywhere-src-5.10.1.tar.xz) = 10883148 +SHA256 (KDE/Qt/5.10.1/qtcharts-everywhere-src-5.10.1.tar.xz) = 4f0d577bf73dd2bbb2765c2cfb493a2d68790fc2c64f42544d31dba806321ec9 +SIZE (KDE/Qt/5.10.1/qtcharts-everywhere-src-5.10.1.tar.xz) = 4244768 +SHA256 (KDE/Qt/5.10.1/qtconnectivity-everywhere-src-5.10.1.tar.xz) = 652821dc6819658ec4bc1a6bf149fd7a61008748ff4745b54f038ccf276d3ec9 +SIZE (KDE/Qt/5.10.1/qtconnectivity-everywhere-src-5.10.1.tar.xz) = 2754972 +SHA256 (KDE/Qt/5.10.1/qtdatavis3d-everywhere-src-5.10.1.tar.xz) = 63811fef1427f2ed4fd8bea4e1fc100a4b58982709f14f277c4e54999091c85b +SIZE (KDE/Qt/5.10.1/qtdatavis3d-everywhere-src-5.10.1.tar.xz) = 5183624 +SHA256 (KDE/Qt/5.10.1/qtdeclarative-everywhere-src-5.10.1.tar.xz) = 3af9ed51bce5b5c6f04c4a67a6008f98765ccde897c43fff670621ab70789553 +SIZE (KDE/Qt/5.10.1/qtdeclarative-everywhere-src-5.10.1.tar.xz) = 22041236 +SHA256 (KDE/Qt/5.10.1/qtdoc-everywhere-src-5.10.1.tar.xz) = 18dbb784cb89cb85d507ec8bd2ea50061cf719ed1b29da1dcbd29091991286be +SIZE (KDE/Qt/5.10.1/qtdoc-everywhere-src-5.10.1.tar.xz) = 4577092 +SHA256 (KDE/Qt/5.10.1/qtgamepad-everywhere-src-5.10.1.tar.xz) = 85c72801f56f7d5f55caff8ef23137978abe01637bb179566dd5976d6f5346f7 +SIZE (KDE/Qt/5.10.1/qtgamepad-everywhere-src-5.10.1.tar.xz) = 385472 +SHA256 (KDE/Qt/5.10.1/qtgraphicaleffects-everywhere-src-5.10.1.tar.xz) = 3f3b0631b579630bf58e99f3ca0d8dfdb6a44153c63cf90ac9e07041b4b1847f +SIZE (KDE/Qt/5.10.1/qtgraphicaleffects-everywhere-src-5.10.1.tar.xz) = 14513764 +SHA256 (KDE/Qt/5.10.1/qtimageformats-everywhere-src-5.10.1.tar.xz) = 2804baa2779eae015096820e233d7f86bb7fde9853b7c9150a321a453422a283 +SIZE (KDE/Qt/5.10.1/qtimageformats-everywhere-src-5.10.1.tar.xz) = 2137288 +SHA256 (KDE/Qt/5.10.1/qtlocation-everywhere-src-5.10.1.tar.xz) = 5e5cc05517c701a2c8ebba1fbe3ddff2b6b90d5aa554d307b1c477fe0cfd72c9 +SIZE (KDE/Qt/5.10.1/qtlocation-everywhere-src-5.10.1.tar.xz) = 5444192 +SHA256 (KDE/Qt/5.10.1/qtmacextras-everywhere-src-5.10.1.tar.xz) = c73a9984e8c83c27861187a2cff106d0614bbdd101dd64cb6d215ba4f48f7fca +SIZE (KDE/Qt/5.10.1/qtmacextras-everywhere-src-5.10.1.tar.xz) = 69084 +SHA256 (KDE/Qt/5.10.1/qtmultimedia-everywhere-src-5.10.1.tar.xz) = a1fa98015ee5a6b81f2d337abc98d8b297c6718f7714a1f13fccfd2934c23649 +SIZE (KDE/Qt/5.10.1/qtmultimedia-everywhere-src-5.10.1.tar.xz) = 3678332 +SHA256 (KDE/Qt/5.10.1/qtnetworkauth-everywhere-src-5.10.1.tar.xz) = 97231c319bd623d81eebaa1b5cdba4064bc4e69332c695a15cf8792b54b5dcdc +SIZE (KDE/Qt/5.10.1/qtnetworkauth-everywhere-src-5.10.1.tar.xz) = 138092 +SHA256 (KDE/Qt/5.10.1/qtpurchasing-everywhere-src-5.10.1.tar.xz) = 723491abdd8db0f313a4ac5647623ee39f647d0e2bfb4273cc84dc557caf0f24 +SIZE (KDE/Qt/5.10.1/qtpurchasing-everywhere-src-5.10.1.tar.xz) = 208016 +SHA256 (KDE/Qt/5.10.1/qtquickcontrols2-everywhere-src-5.10.1.tar.xz) = 5dc64a1b901e418b76fd3bf65dfa87a0cb11338741fb8970211c1df6df0e604a +SIZE (KDE/Qt/5.10.1/qtquickcontrols2-everywhere-src-5.10.1.tar.xz) = 9022816 +SHA256 (KDE/Qt/5.10.1/qtquickcontrols-everywhere-src-5.10.1.tar.xz) = d231a1993dc6a3f0dbc60a21d01fc0be15b0c26e881bd0631573952ea61682b7 +SIZE (KDE/Qt/5.10.1/qtquickcontrols-everywhere-src-5.10.1.tar.xz) = 5977000 +SHA256 (KDE/Qt/5.10.1/qtremoteobjects-everywhere-src-5.10.1.tar.xz) = e9da0b8aca4223c2d2f6ab5b5c9ff6c9acfe47003837bab08169919d8f504e14 +SIZE (KDE/Qt/5.10.1/qtremoteobjects-everywhere-src-5.10.1.tar.xz) = 304296 +SHA256 (KDE/Qt/5.10.1/qtscript-everywhere-src-5.10.1.tar.xz) = e0618af7cb1f1f30d292c04cf484e3507cf6f4815f79870e35d2b0ce7ac9532d +SIZE (KDE/Qt/5.10.1/qtscript-everywhere-src-5.10.1.tar.xz) = 2674904 +SHA256 (KDE/Qt/5.10.1/qtscxml-everywhere-src-5.10.1.tar.xz) = 0b42d201e4f96af1c404a61f01da6726bab9bfba4e280cc4a82c717f0db26103 +SIZE (KDE/Qt/5.10.1/qtscxml-everywhere-src-5.10.1.tar.xz) = 434272 +SHA256 (KDE/Qt/5.10.1/qtsensors-everywhere-src-5.10.1.tar.xz) = bb0df76c0e53cf2b39d10dbf0964706a264413aae74a4596119143ab4d165c96 +SIZE (KDE/Qt/5.10.1/qtsensors-everywhere-src-5.10.1.tar.xz) = 2022208 +SHA256 (KDE/Qt/5.10.1/qtserialbus-everywhere-src-5.10.1.tar.xz) = 0650a17950f140130ec20520b06592618850cc5673a815cb4fd585590d922257 +SIZE (KDE/Qt/5.10.1/qtserialbus-everywhere-src-5.10.1.tar.xz) = 306380 +SHA256 (KDE/Qt/5.10.1/qtserialport-everywhere-src-5.10.1.tar.xz) = 08e4cb13bbf165eb99857301f3cffe280a4946ff58a34ccc542ad1f790194a9e +SIZE (KDE/Qt/5.10.1/qtserialport-everywhere-src-5.10.1.tar.xz) = 296124 +SHA256 (KDE/Qt/5.10.1/qtspeech-everywhere-src-5.10.1.tar.xz) = 85775c773330492e7193ea7e1888af30bbf2b5a39899d5cf740453bd8667941d +SIZE (KDE/Qt/5.10.1/qtspeech-everywhere-src-5.10.1.tar.xz) = 101592 +SHA256 (KDE/Qt/5.10.1/qtsvg-everywhere-src-5.10.1.tar.xz) = 00e00c04abcc8363cf7d94ca8b16af61840995a4af23685d49fa4ccafa1c7f5a +SIZE (KDE/Qt/5.10.1/qtsvg-everywhere-src-5.10.1.tar.xz) = 1827620 +SHA256 (KDE/Qt/5.10.1/qttools-everywhere-src-5.10.1.tar.xz) = f1ea441e5fe138756e6de3b60ab7d8d3051799eabe85a9408c995dfd4d048a53 +SIZE (KDE/Qt/5.10.1/qttools-everywhere-src-5.10.1.tar.xz) = 9864504 +SHA256 (KDE/Qt/5.10.1/qttranslations-everywhere-src-5.10.1.tar.xz) = 1f6d840e3d04b00b976bc1a86ea2be9d61051b7c3455dc2b891fae61772643fd +SIZE (KDE/Qt/5.10.1/qttranslations-everywhere-src-5.10.1.tar.xz) = 1486500 +SHA256 (KDE/Qt/5.10.1/qtvirtualkeyboard-everywhere-src-5.10.1.tar.xz) = 4319f90e68a571974d03f39507dde548971412e31f971081ca7eaf388187d52e +SIZE (KDE/Qt/5.10.1/qtvirtualkeyboard-everywhere-src-5.10.1.tar.xz) = 10128548 +SHA256 (KDE/Qt/5.10.1/qtwayland-everywhere-src-5.10.1.tar.xz) = f5a7643a5ebcdc50d02b293191e675f387f67dc360c27bf6f94345372fba6356 +SIZE (KDE/Qt/5.10.1/qtwayland-everywhere-src-5.10.1.tar.xz) = 378992 +SHA256 (KDE/Qt/5.10.1/qtwebchannel-everywhere-src-5.10.1.tar.xz) = c22c449fecb052597d12f8dd59498db39767037f9098123f3defc04eb20a3764 +SIZE (KDE/Qt/5.10.1/qtwebchannel-everywhere-src-5.10.1.tar.xz) = 173612 +SHA256 (KDE/Qt/5.10.1/qtwebsockets-everywhere-src-5.10.1.tar.xz) = 6ecf790955ffe42dce731e10557f4ba625e359e867953d73f7fb453c0bad53ea +SIZE (KDE/Qt/5.10.1/qtwebsockets-everywhere-src-5.10.1.tar.xz) = 225504 +SHA256 (KDE/Qt/5.10.1/qtwebview-everywhere-src-5.10.1.tar.xz) = 0b58209dd60f8d403473b0dbce551fc0ff7c2543676ff01b5f01b32108e31584 +SIZE (KDE/Qt/5.10.1/qtwebview-everywhere-src-5.10.1.tar.xz) = 129184 +SHA256 (KDE/Qt/5.10.1/qtwinextras-everywhere-src-5.10.1.tar.xz) = 12401eea9abe87307b9aeba9d539ad403858ea43a99248421caf069f27b28917 +SIZE (KDE/Qt/5.10.1/qtwinextras-everywhere-src-5.10.1.tar.xz) = 766044 +SHA256 (KDE/Qt/5.10.1/qtx11extras-everywhere-src-5.10.1.tar.xz) = c38a371fd50b2da976ed809230678284f029cefb02d240253dcbb3d575dc97b4 +SIZE (KDE/Qt/5.10.1/qtx11extras-everywhere-src-5.10.1.tar.xz) = 108300 +SHA256 (KDE/Qt/5.10.1/qtxmlpatterns-everywhere-src-5.10.1.tar.xz) = 3cdef59ce96a796606e5adc5756c63c8607fb29b281fddb38acee3e674d5e9fe +SIZE (KDE/Qt/5.10.1/qtxmlpatterns-everywhere-src-5.10.1.tar.xz) = 1385256 Modified: head/graphics/qt5-3d/Makefile ============================================================================== --- head/graphics/qt5-3d/Makefile Fri May 18 11:20:06 2018 (r470287) +++ head/graphics/qt5-3d/Makefile Fri May 18 12:27:43 2018 (r470288) @@ -2,7 +2,6 @@ PORTNAME= 3d DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 CATEGORIES= graphics PKGNAMEPREFIX= qt5- @@ -12,7 +11,7 @@ COMMENT= Qt3D module LIB_DEPENDS= libassimp.so:multimedia/assimp USES= pkgconfig qmake:norecursive -USE_QT5= concurrent core gui qml quick buildtools_build +USE_QT5= concurrent core gui network qml quick buildtools_build QT_DIST= ${PORTNAME} USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} Modified: head/graphics/qt5-3d/pkg-plist ============================================================================== --- head/graphics/qt5-3d/pkg-plist Fri May 18 11:20:06 2018 (r470287) +++ head/graphics/qt5-3d/pkg-plist Fri May 18 12:27:43 2018 (r470288) @@ -12,11 +12,13 @@ %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendnode_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendnodevisitor_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendvalue_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clock_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/evaluateblendclipanimatorjob_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/evaluateclipanimatorjob_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/fcurve_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/findrunningclipanimatorsjob_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/functionrangefinder_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/gltfimporter_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/handle_types_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/handler_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/job_common_p.h @@ -27,38 +29,49 @@ %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/nodefunctor_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractanimation_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractanimationclip_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractchannelmapping_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractclipanimator_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractclipblendnode_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qadditiveclipblend_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationaspect_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcallbacktrigger_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationclip_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcliploader_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcontroller_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationgroup_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qblendedclipanimator_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qcallbackmapping_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmapper_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmapping_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmappingcreatedchange_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmappingcreatedchange_p_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipanimator_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipblendnodecreatedchange_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipblendvalue_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclock_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qkeyframeanimation_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qlerpclipblend_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qmorphinganimation_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qmorphtarget_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qskeletonmapping_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qt3danimation_global_p.h %%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qvertexblendanimation_p.h +%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/skeleton_p.h %%QT_INCDIR%%/Qt3DAnimation/QAbstractAnimation %%QT_INCDIR%%/Qt3DAnimation/QAbstractAnimationClip +%%QT_INCDIR%%/Qt3DAnimation/QAbstractChannelMapping %%QT_INCDIR%%/Qt3DAnimation/QAbstractClipAnimator %%QT_INCDIR%%/Qt3DAnimation/QAbstractClipBlendNode %%QT_INCDIR%%/Qt3DAnimation/QAdditiveClipBlend %%QT_INCDIR%%/Qt3DAnimation/QAnimationAspect +%%QT_INCDIR%%/Qt3DAnimation/QAnimationCallback %%QT_INCDIR%%/Qt3DAnimation/QAnimationClip %%QT_INCDIR%%/Qt3DAnimation/QAnimationClipData %%QT_INCDIR%%/Qt3DAnimation/QAnimationClipLoader %%QT_INCDIR%%/Qt3DAnimation/QAnimationController %%QT_INCDIR%%/Qt3DAnimation/QAnimationGroup %%QT_INCDIR%%/Qt3DAnimation/QBlendedClipAnimator +%%QT_INCDIR%%/Qt3DAnimation/QCallbackMapping %%QT_INCDIR%%/Qt3DAnimation/QChannel %%QT_INCDIR%%/Qt3DAnimation/QChannelComponent %%QT_INCDIR%%/Qt3DAnimation/QChannelMapper @@ -68,27 +81,32 @@ %%QT_INCDIR%%/Qt3DAnimation/QClipBlendNodeCreatedChangeBase %%QT_INCDIR%%/Qt3DAnimation/QClipBlendNodeCreatedChangeBasePtr %%QT_INCDIR%%/Qt3DAnimation/QClipBlendValue +%%QT_INCDIR%%/Qt3DAnimation/QClock %%QT_INCDIR%%/Qt3DAnimation/QKeyFrame %%QT_INCDIR%%/Qt3DAnimation/QKeyframeAnimation %%QT_INCDIR%%/Qt3DAnimation/QLerpClipBlend %%QT_INCDIR%%/Qt3DAnimation/QMorphTarget %%QT_INCDIR%%/Qt3DAnimation/QMorphingAnimation +%%QT_INCDIR%%/Qt3DAnimation/QSkeletonMapping %%QT_INCDIR%%/Qt3DAnimation/QVertexBlendAnimation %%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimation %%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimationDepends %%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimationVersion %%QT_INCDIR%%/Qt3DAnimation/qabstractanimation.h %%QT_INCDIR%%/Qt3DAnimation/qabstractanimationclip.h +%%QT_INCDIR%%/Qt3DAnimation/qabstractchannelmapping.h %%QT_INCDIR%%/Qt3DAnimation/qabstractclipanimator.h %%QT_INCDIR%%/Qt3DAnimation/qabstractclipblendnode.h %%QT_INCDIR%%/Qt3DAnimation/qadditiveclipblend.h %%QT_INCDIR%%/Qt3DAnimation/qanimationaspect.h +%%QT_INCDIR%%/Qt3DAnimation/qanimationcallback.h %%QT_INCDIR%%/Qt3DAnimation/qanimationclip.h %%QT_INCDIR%%/Qt3DAnimation/qanimationclipdata.h %%QT_INCDIR%%/Qt3DAnimation/qanimationcliploader.h %%QT_INCDIR%%/Qt3DAnimation/qanimationcontroller.h %%QT_INCDIR%%/Qt3DAnimation/qanimationgroup.h %%QT_INCDIR%%/Qt3DAnimation/qblendedclipanimator.h +%%QT_INCDIR%%/Qt3DAnimation/qcallbackmapping.h %%QT_INCDIR%%/Qt3DAnimation/qchannel.h %%QT_INCDIR%%/Qt3DAnimation/qchannelcomponent.h %%QT_INCDIR%%/Qt3DAnimation/qchannelmapper.h @@ -96,16 +114,21 @@ %%QT_INCDIR%%/Qt3DAnimation/qclipanimator.h %%QT_INCDIR%%/Qt3DAnimation/qclipblendnodecreatedchange.h %%QT_INCDIR%%/Qt3DAnimation/qclipblendvalue.h +%%QT_INCDIR%%/Qt3DAnimation/qclock.h %%QT_INCDIR%%/Qt3DAnimation/qkeyframe.h %%QT_INCDIR%%/Qt3DAnimation/qkeyframeanimation.h %%QT_INCDIR%%/Qt3DAnimation/qlerpclipblend.h %%QT_INCDIR%%/Qt3DAnimation/qmorphinganimation.h %%QT_INCDIR%%/Qt3DAnimation/qmorphtarget.h +%%QT_INCDIR%%/Qt3DAnimation/qskeletonmapping.h %%QT_INCDIR%%/Qt3DAnimation/qt3danimation_global.h %%QT_INCDIR%%/Qt3DAnimation/qt3danimationversion.h %%QT_INCDIR%%/Qt3DAnimation/qvertexblendanimation.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/aspectcommanddebugger_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/corelogging_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_avx2_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_sse_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/nullservices_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/propertychangehandler_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractaspect_p.h @@ -114,6 +137,8 @@ %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractframeadvanceservice_p_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractnodefactory_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractserviceprovider_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractskeleton_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qarmature_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectengine_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectfactory_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qaspectjob_p.h @@ -130,15 +155,20 @@ %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qcomponentaddedchange_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qcomponentremovedchange_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdestructionidandtypecollector_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdownloadhelperservice_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdownloadhelperservice_p_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdownloadnetworkworker_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qdynamicpropertyupdatedchange_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qentity_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qeventfilterservice_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qframeallocator_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qframeallocator_p_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qhandle_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qjoint_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qlockableobserverinterface_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qmath3d_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnode_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodecommand_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodecreatedchange_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodecreatedchangegenerator_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnodedestroyedchange_p.h @@ -163,6 +193,10 @@ %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qsceneobserverinterface_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qscheduler_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qservicelocator_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeleton_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeletoncreatedchange_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeletoncreatedchange_p_p.h +%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qskeletonloader_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qstaticpropertyupdatedchangebase_p.h %%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qstaticpropertyvalueaddedchangebase_p.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri May 18 13:07:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C795CEF4A32; Fri, 18 May 2018 13:07:23 +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 7600074F24; Fri, 18 May 2018 13:07: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 553D3187B6; Fri, 18 May 2018 13:07: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 w4ID7NMu056779; Fri, 18 May 2018 13:07:23 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ID7NAm056778; Fri, 18 May 2018 13:07:23 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201805181307.w4ID7NAm056778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 18 May 2018 13:07:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470289 - head/deskutils/note X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/deskutils/note X-SVN-Commit-Revision: 470289 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 13:07:24 -0000 Author: fernape Date: Fri May 18 13:07:22 2018 New Revision: 470289 URL: https://svnweb.freebsd.org/changeset/ports/470289 Log: Fix deskutils/note dependencies for crypto options PR: 228208 Submitted by: lebarondemerde@privacychain.ch (maintainer) Approved by: tcberner (mentor) MFH: 2014Q2 Differential Revision: https://reviews.freebsd.org/D15457 Modified: head/deskutils/note/Makefile Modified: head/deskutils/note/Makefile ============================================================================== --- head/deskutils/note/Makefile Fri May 18 12:27:43 2018 (r470288) +++ head/deskutils/note/Makefile Fri May 18 13:07:22 2018 (r470289) @@ -2,6 +2,7 @@ PORTNAME= note DISTVERSION= 1.3.22 +PORTREVISION= 1 CATEGORIES= deskutils perl5 MASTER_SITES= http://www.daemon.de/idisk/Apps/note/ @@ -33,13 +34,16 @@ CRYPTO_RUN_DEPENDS= p5-Crypt-CBC>0:security/p5-Crypt-C p5-Crypt-Rijndael>0:security/p5-Crypt-Rijndael BLOWFISH_DESC= BlowFish block cipher support -BLOWFISH_RUN_DEPENDS= p5-Crypt-Blowfish>0:security/p5-Crypt-Blowfish +BLOWFISH_RUN_DEPENDS= p5-Crypt-Blowfish>0:security/p5-Crypt-Blowfish \ + ${CRYPTO_RUN_DEPENDS} DES_DESC= DES block cipher support -DES_RUN_DEPENDS= p5-Crypt-DES>0:security/p5-Crypt-DES +DES_RUN_DEPENDS= p5-Crypt-DES>0:security/p5-Crypt-DES \ + ${CRYPTO_RUN_DEPENDS} IDEA_DESC= IDEA block cipher support -IDEA_RUN_DEPENDS= p5-Crypt-IDEA>0:security/p5-Crypt-IDEA +IDEA_RUN_DEPENDS= p5-Crypt-IDEA>0:security/p5-Crypt-IDEA \ + ${CRYPTO_RUN_DEPENDS} post-patch: @${REINPLACE_CMD} -e 's|{{(|{\\{(|g' \ From owner-svn-ports-head@freebsd.org Fri May 18 13:20:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A509EF4DD5; Fri, 18 May 2018 13:20:46 +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 1ACC07569C; Fri, 18 May 2018 13:20:46 +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 F0295189A6; Fri, 18 May 2018 13:20:45 +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 w4IDKjVR061909; Fri, 18 May 2018 13:20:45 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IDKjSb061907; Fri, 18 May 2018 13:20:45 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201805181320.w4IDKjSb061907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Fri, 18 May 2018 13:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470290 - 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: 470290 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 13:20:46 -0000 Author: ume Date: Fri May 18 13:20:45 2018 New Revision: 470290 URL: https://svnweb.freebsd.org/changeset/ports/470290 Log: Update to 3.0.7. Modified: head/mail/cyrus-imapd30/Makefile head/mail/cyrus-imapd30/distinfo Modified: head/mail/cyrus-imapd30/Makefile ============================================================================== --- head/mail/cyrus-imapd30/Makefile Fri May 18 13:07:22 2018 (r470289) +++ head/mail/cyrus-imapd30/Makefile Fri May 18 13:20:45 2018 (r470290) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= cyrus-imapd -PORTVERSION= 3.0.6 -PORTREVISION= 1 +PORTVERSION= 3.0.7 +#PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ https://www.cyrusimap.org/releases/ Modified: head/mail/cyrus-imapd30/distinfo ============================================================================== --- head/mail/cyrus-imapd30/distinfo Fri May 18 13:07:22 2018 (r470289) +++ head/mail/cyrus-imapd30/distinfo Fri May 18 13:20:45 2018 (r470290) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525485991 -SHA256 (cyrus-imapd-3.0.6.tar.gz) = 4aa3a11b61d4b8afb505ecf497fd29e1f105cd92a2e51423ef0fe39699fbafc3 -SIZE (cyrus-imapd-3.0.6.tar.gz) = 10734548 +TIMESTAMP = 1526647127 +SHA256 (cyrus-imapd-3.0.7.tar.gz) = 135068d2eb3dd23debc9942e76a4899debfb48593e63860155a2c7a8e3ab640d +SIZE (cyrus-imapd-3.0.7.tar.gz) = 10745187 From owner-svn-ports-head@freebsd.org Fri May 18 13:27:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC9FDEA80AD; Fri, 18 May 2018 13:27:24 +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 9F69975B34; Fri, 18 May 2018 13:27:24 +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 7BCB918B41; Fri, 18 May 2018 13:27:24 +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 w4IDRO6j066932; Fri, 18 May 2018 13:27:24 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IDROp8066930; Fri, 18 May 2018 13:27:24 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201805181327.w4IDROp8066930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 18 May 2018 13:27:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470292 - head/www/bareos-webui X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/www/bareos-webui X-SVN-Commit-Revision: 470292 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 13:27:25 -0000 Author: acm Date: Fri May 18 13:27:23 2018 New Revision: 470292 URL: https://svnweb.freebsd.org/changeset/ports/470292 Log: - Update to 17.2.5 Modified: head/www/bareos-webui/Makefile head/www/bareos-webui/distinfo head/www/bareos-webui/pkg-plist Modified: head/www/bareos-webui/Makefile ============================================================================== --- head/www/bareos-webui/Makefile Fri May 18 13:23:56 2018 (r470291) +++ head/www/bareos-webui/Makefile Fri May 18 13:27:23 2018 (r470292) @@ -1,8 +1,7 @@ -# Created by: Alonso Cardenas # $FreeBSD$ PORTNAME= bareos-webui -PORTVERSION= 16.2.7 +PORTVERSION= 17.2.5 DISTVERSIONPREFIX= Release/ CATEGORIES= www sysutils @@ -17,15 +16,13 @@ GH_ACCOUNT= bareos GH_PROJECT= bareos-webui USES= php -USE_PHP= openssl gettext +USE_PHP= openssl gettext ctype hash json session iconv NO_BUILD= yes NO_ARCH= yes -BAREOSWEB_HOME?=${WWWDIR} -BAREOSWEBUIDIR= ${BAREOSWEB_HOME:S|${PREFIX}/||} SUB_FILES= pkg-message -PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} BAREOSWEBUIDIR=${BAREOSWEBUIDIR} -SUB_LIST= BAREOSWEBUIDIR=${BAREOSWEBUIDIR} +PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +SUB_LIST= BAREOSWEBUIDIR=${WWWDIR} OPTIONS_DEFINE= MYSQL PGSQL ZENDFRAMEWORK OPTIONS_DEFAULT= PGSQL @@ -44,15 +41,15 @@ post-patch: @${REINPLACE_CMD} -e 's|/etc/|${LOCALBASE}/etc/|g' ${WRKSRC}/config/autoload/global.php do-install: - @${ECHO} "Installing in ${BAREOSWEB_HOME}" + @${ECHO} "Installing in ${WWWDIR}" @${MKDIR} ${STAGEDIR}${ETCDIR}/bareos-dir.d/console @${MKDIR} ${STAGEDIR}${ETCDIR}/bareos-dir.d/profile @${MKDIR} ${STAGEDIR}${BAREOSWEB_HOME} cd ${WRKSRC} && ${COPYTREE_SHARE} "config data module public vendor" \ - ${STAGEDIR}${BAREOSWEB_HOME} - ${INSTALL_DATA} ${WRKSRC}/*.php ${STAGEDIR}${BAREOSWEB_HOME} - ${INSTALL_DATA} ${WRKSRC}/composer* ${STAGEDIR}${BAREOSWEB_HOME} - ${INSTALL_DATA} ${WRKSRC}/phpunit.xml ${STAGEDIR}${BAREOSWEB_HOME} + ${STAGEDIR}${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/*.php ${STAGEDIR}${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/composer* ${STAGEDIR}${WWWDIR} + ${INSTALL_DATA} ${WRKSRC}/phpunit.xml ${STAGEDIR}${WWWDIR} ${INSTALL_DATA} ${WRKSRC}/install/directors.ini ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/install/configuration.ini ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/install/bareos/bareos-dir.d/console/admin.conf.example ${STAGEDIR}${ETCDIR}/bareos-dir.d/console/admin.conf.sample Modified: head/www/bareos-webui/distinfo ============================================================================== --- head/www/bareos-webui/distinfo Fri May 18 13:23:56 2018 (r470291) +++ head/www/bareos-webui/distinfo Fri May 18 13:27:23 2018 (r470292) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510775254 -SHA256 (bareos-bareos-webui-Release-16.2.7_GH0.tar.gz) = 2f2ab51c8998a043a58fbf67dad230b2d90da511e6ea123caafd1d8db708d17d -SIZE (bareos-bareos-webui-Release-16.2.7_GH0.tar.gz) = 3364805 +TIMESTAMP = 1526592137 +SHA256 (bareos-bareos-webui-Release-17.2.5_GH0.tar.gz) = 3ebac295c2cc5b4b0c33c5fe7737c0d5b43c76709687f615db16ca900053265d +SIZE (bareos-bareos-webui-Release-17.2.5_GH0.tar.gz) = 2592123 Modified: head/www/bareos-webui/pkg-plist ============================================================================== --- head/www/bareos-webui/pkg-plist Fri May 18 13:23:56 2018 (r470291) +++ head/www/bareos-webui/pkg-plist Fri May 18 13:27:23 2018 (r470292) @@ -6,1946 +6,1947 @@ %%ETCDIR%%/nginx-bareos-webui.conf @sample(,www,640) %%ETCDIR%%/bareos-dir.d/console/admin.conf.sample @sample(,www,640) %%ETCDIR%%/bareos-dir.d/profile/webui-admin.conf.sample -%%BAREOSWEBUIDIR%%/composer.json -%%BAREOSWEBUIDIR%%/composer.phar -%%BAREOSWEBUIDIR%%/config/application.config.php -%%BAREOSWEBUIDIR%%/config/autoload/README.md -%%BAREOSWEBUIDIR%%/config/autoload/global.php -%%BAREOSWEBUIDIR%%/config/autoload/global.php.bak -%%BAREOSWEBUIDIR%%/init_autoloader.php -%%BAREOSWEBUIDIR%%/module/Application/Module.php -%%BAREOSWEBUIDIR%%/module/Application/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Application/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Application/language/Makefile.am -%%BAREOSWEBUIDIR%%/module/Application/language/Makefile.in -%%BAREOSWEBUIDIR%%/module/Application/language/cn_CN.mo -%%BAREOSWEBUIDIR%%/module/Application/language/cn_CN.po -%%BAREOSWEBUIDIR%%/module/Application/language/de_DE.mo -%%BAREOSWEBUIDIR%%/module/Application/language/de_DE.po -%%BAREOSWEBUIDIR%%/module/Application/language/en_EN.mo -%%BAREOSWEBUIDIR%%/module/Application/language/en_EN.po -%%BAREOSWEBUIDIR%%/module/Application/language/es_ES.mo -%%BAREOSWEBUIDIR%%/module/Application/language/es_ES.po -%%BAREOSWEBUIDIR%%/module/Application/language/fr_FR.mo -%%BAREOSWEBUIDIR%%/module/Application/language/fr_FR.po -%%BAREOSWEBUIDIR%%/module/Application/language/it_IT.mo -%%BAREOSWEBUIDIR%%/module/Application/language/it_IT.po -%%BAREOSWEBUIDIR%%/module/Application/language/ru_RU.mo -%%BAREOSWEBUIDIR%%/module/Application/language/ru_RU.po -%%BAREOSWEBUIDIR%%/module/Application/language/webui.pot -%%BAREOSWEBUIDIR%%/module/Application/src/Application/Controller/IndexController.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/Controller/Plugin/CommandACLPlugin.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/Controller/Plugin/RequestURIPlugin.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/Controller/Plugin/SessionTimeoutPlugin.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/View/Helper/ACLAlert.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/View/Helper/Example.php -%%BAREOSWEBUIDIR%%/module/Application/src/Application/View/Helper/UpdateAlert.php -%%BAREOSWEBUIDIR%%/module/Application/view/application/index/index.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/error/404.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/error/index.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/layout/error.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/layout/install.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/layout/json.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/layout/layout.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/layout/login.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/partial/breadcrumb.phtml -%%BAREOSWEBUIDIR%%/module/Application/view/partial/paginator.phtml -%%BAREOSWEBUIDIR%%/module/Auth/Module.php -%%BAREOSWEBUIDIR%%/module/Auth/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Auth/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Auth/src/Auth/Controller/AuthController.php -%%BAREOSWEBUIDIR%%/module/Auth/src/Auth/Form/LoginForm.php -%%BAREOSWEBUIDIR%%/module/Auth/src/Auth/Model/Auth.php -%%BAREOSWEBUIDIR%%/module/Auth/view/auth/auth/index.phtml -%%BAREOSWEBUIDIR%%/module/Auth/view/auth/auth/login.phtml -%%BAREOSWEBUIDIR%%/module/Auth/view/auth/auth/logout.phtml -%%BAREOSWEBUIDIR%%/module/Client/Module.php -%%BAREOSWEBUIDIR%%/module/Client/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Client/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Client/src/Client/Controller/ClientController.php -%%BAREOSWEBUIDIR%%/module/Client/src/Client/Model/Client.php -%%BAREOSWEBUIDIR%%/module/Client/src/Client/Model/ClientModel.php -%%BAREOSWEBUIDIR%%/module/Client/view/client/client/details.phtml -%%BAREOSWEBUIDIR%%/module/Client/view/client/client/index.phtml -%%BAREOSWEBUIDIR%%/module/Client/view/client/client/status.phtml -%%BAREOSWEBUIDIR%%/module/Dashboard/Module.php -%%BAREOSWEBUIDIR%%/module/Dashboard/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Dashboard/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Dashboard/src/Dashboard/Controller/DashboardController.php -%%BAREOSWEBUIDIR%%/module/Dashboard/src/Dashboard/Model/Dashboard.php -%%BAREOSWEBUIDIR%%/module/Dashboard/src/Dashboard/Model/DashboardModel.php -%%BAREOSWEBUIDIR%%/module/Dashboard/view/dashboard/dashboard/index.phtml -%%BAREOSWEBUIDIR%%/module/Dashboard/view/partial/JobsLastStatus.phtml -%%BAREOSWEBUIDIR%%/module/Dashboard/view/partial/JobsPast24h.phtml -%%BAREOSWEBUIDIR%%/module/Dashboard/view/partial/LastDirectorMessages.phtml -%%BAREOSWEBUIDIR%%/module/Director/Module.php -%%BAREOSWEBUIDIR%%/module/Director/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Director/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Director/src/Director/Controller/DirectorController.php -%%BAREOSWEBUIDIR%%/module/Director/src/Director/Model/Director.php -%%BAREOSWEBUIDIR%%/module/Director/src/Director/Model/DirectorModel.php -%%BAREOSWEBUIDIR%%/module/Director/view/director/director/console.phtml -%%BAREOSWEBUIDIR%%/module/Director/view/director/director/index.phtml -%%BAREOSWEBUIDIR%%/module/Director/view/director/director/messages.phtml -%%BAREOSWEBUIDIR%%/module/Fileset/Module.php -%%BAREOSWEBUIDIR%%/module/Fileset/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Fileset/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Fileset/src/Fileset/Controller/FilesetController.php -%%BAREOSWEBUIDIR%%/module/Fileset/src/Fileset/Model/Fileset.php -%%BAREOSWEBUIDIR%%/module/Fileset/src/Fileset/Model/FilesetModel.php -%%BAREOSWEBUIDIR%%/module/Fileset/view/fileset/fileset/details.phtml -%%BAREOSWEBUIDIR%%/module/Fileset/view/fileset/fileset/index.phtml -%%BAREOSWEBUIDIR%%/module/Job/Module.php -%%BAREOSWEBUIDIR%%/module/Job/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Job/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Job/src/Job/Controller/JobController.php -%%BAREOSWEBUIDIR%%/module/Job/src/Job/Form/JobForm.php -%%BAREOSWEBUIDIR%%/module/Job/src/Job/Model/Job.php -%%BAREOSWEBUIDIR%%/module/Job/src/Job/Model/JobModel.php -%%BAREOSWEBUIDIR%%/module/Job/view/job/job/actions.phtml -%%BAREOSWEBUIDIR%%/module/Job/view/job/job/cancel.phtml -%%BAREOSWEBUIDIR%%/module/Job/view/job/job/details.phtml -%%BAREOSWEBUIDIR%%/module/Job/view/job/job/index.phtml -%%BAREOSWEBUIDIR%%/module/Media/Module.php -%%BAREOSWEBUIDIR%%/module/Media/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Media/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Media/src/Media/Controller/MediaController.php -%%BAREOSWEBUIDIR%%/module/Media/src/Media/Model/Media.php -%%BAREOSWEBUIDIR%%/module/Media/src/Media/Model/MediaModel.php -%%BAREOSWEBUIDIR%%/module/Media/view/media/media/details.phtml -%%BAREOSWEBUIDIR%%/module/Media/view/media/media/index.phtml -%%BAREOSWEBUIDIR%%/module/Pool/Module.php -%%BAREOSWEBUIDIR%%/module/Pool/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Pool/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Pool/src/Pool/Controller/PoolController.php -%%BAREOSWEBUIDIR%%/module/Pool/src/Pool/Model/Pool.php -%%BAREOSWEBUIDIR%%/module/Pool/src/Pool/Model/PoolModel.php -%%BAREOSWEBUIDIR%%/module/Pool/view/pool/pool/details.phtml -%%BAREOSWEBUIDIR%%/module/Pool/view/pool/pool/index.phtml -%%BAREOSWEBUIDIR%%/module/Restore/Module.php -%%BAREOSWEBUIDIR%%/module/Restore/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Restore/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Restore/src/Restore/Controller/RestoreController.php -%%BAREOSWEBUIDIR%%/module/Restore/src/Restore/Form/RestoreForm.php -%%BAREOSWEBUIDIR%%/module/Restore/src/Restore/Model/Restore.php -%%BAREOSWEBUIDIR%%/module/Restore/src/Restore/Model/RestoreModel.php -%%BAREOSWEBUIDIR%%/module/Restore/view/restore/restore/filebrowser.phtml -%%BAREOSWEBUIDIR%%/module/Restore/view/restore/restore/index.phtml -%%BAREOSWEBUIDIR%%/module/Schedule/Module.php -%%BAREOSWEBUIDIR%%/module/Schedule/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Schedule/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Schedule/src/Schedule/Controller/ScheduleController.php -%%BAREOSWEBUIDIR%%/module/Schedule/src/Schedule/Model/Schedule.php -%%BAREOSWEBUIDIR%%/module/Schedule/src/Schedule/Model/ScheduleModel.php -%%BAREOSWEBUIDIR%%/module/Schedule/view/schedule/schedule/details.phtml -%%BAREOSWEBUIDIR%%/module/Schedule/view/schedule/schedule/index.phtml -%%BAREOSWEBUIDIR%%/module/Schedule/view/schedule/schedule/overview.phtml -%%BAREOSWEBUIDIR%%/module/Schedule/view/schedule/schedule/status.phtml -%%BAREOSWEBUIDIR%%/module/Storage/Module.php -%%BAREOSWEBUIDIR%%/module/Storage/autoload_classmap.php -%%BAREOSWEBUIDIR%%/module/Storage/config/module.config.php -%%BAREOSWEBUIDIR%%/module/Storage/src/Storage/Controller/StorageController.php -%%BAREOSWEBUIDIR%%/module/Storage/src/Storage/Form/StorageForm.php -%%BAREOSWEBUIDIR%%/module/Storage/src/Storage/Model/Storage.php -%%BAREOSWEBUIDIR%%/module/Storage/src/Storage/Model/StorageModel.php -%%BAREOSWEBUIDIR%%/module/Storage/view/storage/storage/details.phtml -%%BAREOSWEBUIDIR%%/module/Storage/view/storage/storage/index.phtml -%%BAREOSWEBUIDIR%%/module/Storage/view/storage/storage/status.phtml -%%BAREOSWEBUIDIR%%/phpunit.xml -%%BAREOSWEBUIDIR%%/public/css/32px.png -%%BAREOSWEBUIDIR%%/public/css/40px.png -%%BAREOSWEBUIDIR%%/public/css/Bootstrap-3.3.7/fonts/glyphicons-halflings-regular.ttf -%%BAREOSWEBUIDIR%%/public/css/Bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff -%%BAREOSWEBUIDIR%%/public/css/Bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff2 -%%BAREOSWEBUIDIR%%/public/css/bootstrap-datetimepicker.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap-datetimepicker.min.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap-select.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap-select.css.map -%%BAREOSWEBUIDIR%%/public/css/bootstrap-select.min.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap-theme.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap-theme.css.map -%%BAREOSWEBUIDIR%%/public/css/bootstrap-theme.min.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap.css -%%BAREOSWEBUIDIR%%/public/css/bootstrap.css.map -%%BAREOSWEBUIDIR%%/public/css/bootstrap.min.css -%%BAREOSWEBUIDIR%%/public/css/buttons.dataTables.css -%%BAREOSWEBUIDIR%%/public/css/buttons.dataTables.min.css -%%BAREOSWEBUIDIR%%/public/css/datatables.css -%%BAREOSWEBUIDIR%%/public/css/datatables.min.css -%%BAREOSWEBUIDIR%%/public/css/jquery.jqplot.css -%%BAREOSWEBUIDIR%%/public/css/jquery.jqplot.min.css -%%BAREOSWEBUIDIR%%/public/css/jstree.css -%%BAREOSWEBUIDIR%%/public/css/jstree.min.css -%%BAREOSWEBUIDIR%%/public/css/select.bootstrap.css -%%BAREOSWEBUIDIR%%/public/css/select.bootstrap.min.css -%%BAREOSWEBUIDIR%%/public/css/spinner.gif -%%BAREOSWEBUIDIR%%/public/css/style.css -%%BAREOSWEBUIDIR%%/public/css/throbber.gif -%%BAREOSWEBUIDIR%%/public/fonts/glyphicons-halflings-regular.eot -%%BAREOSWEBUIDIR%%/public/fonts/glyphicons-halflings-regular.svg -%%BAREOSWEBUIDIR%%/public/fonts/glyphicons-halflings-regular.ttf -%%BAREOSWEBUIDIR%%/public/fonts/glyphicons-halflings-regular.woff -%%BAREOSWEBUIDIR%%/public/fonts/glyphicons-halflings-regular.woff2 -%%BAREOSWEBUIDIR%%/public/img/bareos-logo-small.png -%%BAREOSWEBUIDIR%%/public/img/bareos-logo.png -%%BAREOSWEBUIDIR%%/public/img/bareos.png -%%BAREOSWEBUIDIR%%/public/img/favicon.ico -%%BAREOSWEBUIDIR%%/public/img/icons/os/centos.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/debian.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/fedora.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/freebsd.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/macos.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/redhat.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/sunsolaris.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/suse.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/ubuntu.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/univention.png -%%BAREOSWEBUIDIR%%/public/img/icons/os/windows.png -%%BAREOSWEBUIDIR%%/public/index.php -%%BAREOSWEBUIDIR%%/public/js/bootstrap-datetimepicker.min.js -%%BAREOSWEBUIDIR%%/public/js/bootstrap-select.js -%%BAREOSWEBUIDIR%%/public/js/bootstrap-select.js.map -%%BAREOSWEBUIDIR%%/public/js/bootstrap-select.min.js -%%BAREOSWEBUIDIR%%/public/js/bootstrap.js -%%BAREOSWEBUIDIR%%/public/js/bootstrap.min.js -%%BAREOSWEBUIDIR%%/public/js/dataTables.buttons.js -%%BAREOSWEBUIDIR%%/public/js/dataTables.buttons.min.js -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/Chinese.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/English.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/French.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/German.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/Italian.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/Russian.json -%%BAREOSWEBUIDIR%%/public/js/dataTables/language/Spanish.json -%%BAREOSWEBUIDIR%%/public/js/datatables.functions.js -%%BAREOSWEBUIDIR%%/public/js/datatables.js -%%BAREOSWEBUIDIR%%/public/js/datatables.min.js -%%BAREOSWEBUIDIR%%/public/js/datatables.plugins.js -%%BAREOSWEBUIDIR%%/public/js/excanvas.js -%%BAREOSWEBUIDIR%%/public/js/excanvas.min.js -%%BAREOSWEBUIDIR%%/public/js/html5shiv.js -%%BAREOSWEBUIDIR%%/public/js/i_core.js -%%BAREOSWEBUIDIR%%/public/js/i_core.min.js -%%BAREOSWEBUIDIR%%/public/js/i_core.min.js.map -%%BAREOSWEBUIDIR%%/public/js/i_gettext.js -%%BAREOSWEBUIDIR%%/public/js/i_gettext.min.js -%%BAREOSWEBUIDIR%%/public/js/i_gettext.min.js.map -%%BAREOSWEBUIDIR%%/public/js/jqplot.barRenderer.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.barRenderer.min.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.categoryAxisRenderer.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.categoryAxisRenderer.min.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.pieRenderer.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.pieRenderer.min.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.pointLabels.js -%%BAREOSWEBUIDIR%%/public/js/jqplot.pointLabels.min.js -%%BAREOSWEBUIDIR%%/public/js/jquery.cookie.js -%%BAREOSWEBUIDIR%%/public/js/jquery.jqplot.js -%%BAREOSWEBUIDIR%%/public/js/jquery.jqplot.min.js -%%BAREOSWEBUIDIR%%/public/js/jquery.js -%%BAREOSWEBUIDIR%%/public/js/jquery.min.js -%%BAREOSWEBUIDIR%%/public/js/jquery.min.map -%%BAREOSWEBUIDIR%%/public/js/jstree.js -%%BAREOSWEBUIDIR%%/public/js/jstree.min.js -%%BAREOSWEBUIDIR%%/public/js/jstreegrid.js -%%BAREOSWEBUIDIR%%/public/js/locale/Makefile.am -%%BAREOSWEBUIDIR%%/public/js/locale/Makefile.in -%%BAREOSWEBUIDIR%%/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo -%%BAREOSWEBUIDIR%%/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po -%%BAREOSWEBUIDIR%%/public/js/locale/de_DE/LC_MESSAGES/de_DE.mo -%%BAREOSWEBUIDIR%%/public/js/locale/de_DE/LC_MESSAGES/de_DE.po -%%BAREOSWEBUIDIR%%/public/js/locale/en_EN/LC_MESSAGES/en_EN.mo -%%BAREOSWEBUIDIR%%/public/js/locale/en_EN/LC_MESSAGES/en_EN.po -%%BAREOSWEBUIDIR%%/public/js/locale/es_ES/LC_MESSAGES/es_ES.mo -%%BAREOSWEBUIDIR%%/public/js/locale/es_ES/LC_MESSAGES/es_ES.po -%%BAREOSWEBUIDIR%%/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo -%%BAREOSWEBUIDIR%%/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po -%%BAREOSWEBUIDIR%%/public/js/locale/it_IT/LC_MESSAGES/it_IT.mo -%%BAREOSWEBUIDIR%%/public/js/locale/it_IT/LC_MESSAGES/it_IT.po -%%BAREOSWEBUIDIR%%/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo -%%BAREOSWEBUIDIR%%/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po -%%BAREOSWEBUIDIR%%/public/js/locale/webui-datatables.pot -%%BAREOSWEBUIDIR%%/public/js/moment-timezone-with-data.js -%%BAREOSWEBUIDIR%%/public/js/moment-timezone-with-data.min.js -%%BAREOSWEBUIDIR%%/public/js/moment-with-locales.js -%%BAREOSWEBUIDIR%%/public/js/moment-with-locales.min.js -%%BAREOSWEBUIDIR%%/public/js/moment.js -%%BAREOSWEBUIDIR%%/public/js/moment.min.js -%%BAREOSWEBUIDIR%%/public/js/npm.js -%%BAREOSWEBUIDIR%%/public/js/respond.min.js -%%BAREOSWEBUIDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSock.php -%%BAREOSWEBUIDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSockAbstractServiceFactory.php -%%BAREOSWEBUIDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSockInterface.php -%%BAREOSWEBUIDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBSockServiceFactory.php -%%BAREOSWEBUIDIR%%/vendor/Bareos/library/Bareos/BSock/BareosBase64.php -%%BAREOSWEBUIDIR%%/vendor/README.md -%%BAREOSWEBUIDIR%%/vendor/autoload.php -%%BAREOSWEBUIDIR%%/vendor/composer/ClassLoader.php -%%BAREOSWEBUIDIR%%/vendor/composer/LICENSE -%%BAREOSWEBUIDIR%%/vendor/composer/autoload_classmap.php -%%BAREOSWEBUIDIR%%/vendor/composer/autoload_namespaces.php -%%BAREOSWEBUIDIR%%/vendor/composer/autoload_psr4.php -%%BAREOSWEBUIDIR%%/vendor/composer/autoload_real.php -%%BAREOSWEBUIDIR%%/vendor/composer/autoload_static.php -%%BAREOSWEBUIDIR%%/vendor/composer/installed.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/CHANGELOG.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/BadMethodCallException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/ExtensionNotLoadedException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/LogicException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/MissingDependencyException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/MissingKeyException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/OutOfSpaceException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/UnexpectedValueException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Exception/UnsupportedMethodCallException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/AbstractPattern.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/CallbackCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/CaptureCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/ClassCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/ObjectCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/OutputCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/PatternInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Pattern/PatternOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/PatternFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/PatternPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Service/StorageCacheAbstractServiceFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Service/StorageCacheFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractAdapter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractZendServer.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/AdapterOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Apc.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcIterator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/BlackHole.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Dba.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/DbaIterator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/DbaOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Filesystem.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemIterator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/KeyListIterator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Memcache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheResourceManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Memcached.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedResourceManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Memory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MemoryOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDb.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbResourceManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Redis.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/RedisOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/RedisResourceManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/Session.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/SessionOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/WinCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/WinCacheOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/XCache.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/XCacheOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerDisk.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerShm.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/AdapterPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/AvailableSpaceCapableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Capabilities.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/ClearByNamespaceInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/ClearByPrefixInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/ClearExpiredInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Event.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/ExceptionEvent.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/FlushableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/IterableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/IteratorInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/OptimizableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/AbstractPlugin.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/ClearExpiredByFactor.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/ExceptionHandler.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/IgnoreUserAbort.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/OptimizeByFactor.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/PluginInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/PluginOptions.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/Plugin/Serializer.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/PluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/PostEvent.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/StorageInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/TaggableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/Storage/TotalSpaceCapableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-cache/src/StorageFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/AbstractConfigFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Config.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Factory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/Constant.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/Filter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/ProcessorInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/Queue.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/Token.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Processor/Translator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/Ini.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/JavaProperties.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/Json.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/ReaderInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/Xml.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Reader/Yaml.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/ReaderPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/AbstractWriter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/Ini.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/Json.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/PhpArray.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/WriterInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/Xml.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/Writer/Yaml.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-config/src/WriterPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/AbstractAdapter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/AdapterInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/Posix.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/Virtual.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/Windows.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Adapter/WindowsAnsicon.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/Ascii.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/AsciiExtended.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/CharsetInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/DECSG.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/Utf8.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Charset/Utf8Heavy.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Color/Xterm256.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/ColorInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Console.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Exception/BadMethodCallException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Getopt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/AbstractPrompt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Char.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Checkbox.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Confirm.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Line.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Number.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Password.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/PromptInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Prompt/Select.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Request.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/Response.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/RouteMatcher/DefaultRouteMatcher.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-console/src/RouteMatcher/RouteMatcherInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/src/Escaper.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-escaper/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/AbstractListenerAggregate.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Event.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventManagerAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventManagerAwareTrait.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventManagerInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/EventsCapableInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/DomainException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Exception/InvalidCallbackException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Filter/FilterInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/Filter/FilterIterator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/FilterChain.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/GlobalEventManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/ListenerAggregateInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/ListenerAggregateTrait.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/ProvidesEvents.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/ResponseCollection.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventAggregateAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventManagerAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/SharedEventManagerInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/SharedListenerAggregateInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-eventmanager/src/StaticEventManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/AbstractDateDropdown.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/AbstractFilter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/AbstractUnicode.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/BaseName.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Blacklist.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Boolean.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Callback.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/AbstractCompressionAlgorithm.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Bz2.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/CompressionAlgorithmInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Gz.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Lzf.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Rar.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Snappy.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Tar.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Compress/Zip.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/DataUnitFormatter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/DateSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/DateTimeFormatter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/DateTimeSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Decompress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Decrypt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Digits.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Dir.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Encrypt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Encrypt/BlockCipher.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Encrypt/EncryptionAlgorithmInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Encrypt/Openssl.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/BadMethodCallException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/DomainException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/ExtensionNotLoadedException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/Decrypt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/Encrypt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/LowerCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/Rename.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/RenameUpload.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/File/UpperCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/FilterChain.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/FilterInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/FilterPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/HtmlEntities.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Inflector.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Int.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/MonthSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Null.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/PregReplace.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/RealPath.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StaticFilter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StringToLower.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StringToUpper.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StringTrim.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StripNewlines.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/StripTags.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/ToInt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/ToNull.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/UpperCaseWords.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/UriNormalize.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Whitelist.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/AbstractSeparator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/CamelCaseToDash.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/CamelCaseToSeparator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/CamelCaseToUnderscore.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/DashToCamelCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/DashToSeparator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/DashToUnderscore.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/SeparatorToCamelCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/SeparatorToDash.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/SeparatorToSeparator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/Service/SeparatorToSeparatorFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToCamelCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToDash.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToSeparator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-filter/src/Word/UnderscoreToStudlyCase.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/CHANGELOG.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractAnnotationsListener.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractArrayAnnotation.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractArrayOrStringAnnotation.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AbstractStringAnnotation.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AllowEmpty.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/AnnotationBuilder.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Attributes.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/ComposedObject.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/ContinueIfEmpty.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/ElementAnnotationsListener.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/ErrorMessage.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Exclude.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Filter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Flags.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/FormAnnotationsListener.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Hydrator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Input.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/InputFilter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Instance.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Name.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Object.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Options.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Required.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Type.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/ValidationGroup.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Annotation/Validator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Button.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Captcha.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Checkbox.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Collection.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Color.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Csrf.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Date.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/DateSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/DateTime.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/DateTimeLocal.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/DateTimeSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Email.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/File.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Hidden.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Image.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Month.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/MonthSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/MultiCheckbox.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Number.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Password.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Radio.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Range.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Select.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Submit.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Text.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Textarea.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Time.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Url.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Element/Week.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/ElementAttributeRemovalInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/ElementInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/ElementPrepareAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/BadMethodCallException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/DomainException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/ExtensionNotLoadedException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/InvalidElementException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Exception/UnexpectedValueException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Factory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Fieldset.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FieldsetInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FieldsetPrepareAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/Form.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FormAbstractServiceFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FormElementManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FormFactoryAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FormFactoryAwareTrait.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/FormInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/InputFilterProviderFieldset.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/LabelAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/LabelAwareTrait.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/AbstractHelper.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/AbstractWord.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/Dumb.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/Figlet.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/Image.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Captcha/ReCaptcha.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/File/FormFileApcProgress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/File/FormFileSessionProgress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/File/FormFileUploadProgress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/Form.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormButton.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormCaptcha.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormCheckbox.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormCollection.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormColor.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDate.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateTime.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateTimeLocal.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormDateTimeSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormElement.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormElementErrors.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormEmail.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormFile.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormHidden.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormImage.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormInput.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormLabel.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormMonth.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormMonthSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormMultiCheckbox.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormNumber.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormPassword.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormRadio.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormRange.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormReset.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormRow.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormSearch.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormSelect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormSubmit.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormTel.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormText.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormTextarea.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormTime.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormUrl.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/Helper/FormWeek.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-form/src/View/HelperConfig.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/CHANGELOG.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/AbstractMessage.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/AdapterInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Curl.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/InitializationException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/OutOfRangeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Exception/TimeoutException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Proxy.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Socket.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/StreamInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Adapter/Test.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Exception/OutOfRangeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Client/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/ClientStatic.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Cookies.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Exception/OutOfRangeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AbstractAccept.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AbstractDate.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AbstractLocation.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept/FieldValuePart/AbstractFieldValuePart.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept/FieldValuePart/AcceptFieldValuePart.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept/FieldValuePart/CharsetFieldValuePart.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept/FieldValuePart/EncodingFieldValuePart.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Accept/FieldValuePart/LanguageFieldValuePart.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AcceptCharset.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AcceptEncoding.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AcceptLanguage.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AcceptRanges.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Age.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Allow.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/AuthenticationInfo.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Authorization.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/CacheControl.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Connection.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentDisposition.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentEncoding.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentLanguage.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentLength.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentLocation.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentMD5.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentRange.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentSecurityPolicy.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentTransferEncoding.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ContentType.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Cookie.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Date.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Etag.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Exception/DomainException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Expect.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Expires.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/From.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/GenericHeader.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/GenericMultiHeader.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/HeaderInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/HeaderValue.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Host.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/IfMatch.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/IfModifiedSince.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/IfNoneMatch.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/IfRange.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/IfUnmodifiedSince.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/KeepAlive.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/LastModified.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Location.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/MaxForwards.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/MultipleHeaderInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Origin.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Pragma.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ProxyAuthenticate.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/ProxyAuthorization.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Range.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Referer.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Refresh.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/RetryAfter.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Server.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/SetCookie.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/TE.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Trailer.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/TransferEncoding.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Upgrade.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/UserAgent.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Vary.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Via.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/WWWAuthenticate.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Header/Warning.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/HeaderLoader.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Headers.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/PhpEnvironment/RemoteAddress.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/PhpEnvironment/Request.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/PhpEnvironment/Response.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Request.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Response.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-http/src/Response/Stream.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/.coveralls.yml -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/CONTRIBUTING.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/LICENSE.txt -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/README.md -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/composer.json -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/phpunit.xml.dist -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/phpunit.xml.travis -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/ExceptionInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/ExtensionNotLoadedException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/InvalidArgumentException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/OutOfBoundsException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/ParseException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/RangeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Exception/RuntimeException.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Filter/AbstractLocale.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Filter/Alnum.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Filter/Alpha.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Filter/NumberFormat.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Filter/NumberParse.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/AbstractFileLoader.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/FileLoaderInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/Gettext.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/Ini.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpArray.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpMemoryArray.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Loader/RemoteLoaderInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/LoaderPluginManager.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Plural/Parser.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Plural/Rule.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Plural/Symbol.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/TextDomain.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/Translator.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/TranslatorAwareInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/TranslatorAwareTrait.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/TranslatorInterface.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Translator/TranslatorServiceFactory.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/Alnum.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/Alpha.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/DateTime.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/Float.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/Int.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/IsFloat.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/IsInt.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AC.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AD.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AE.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AF.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AG.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AI.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AL.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AM.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AO.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AR.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AS.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AT.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AU.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AW.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AX.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AZ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BA.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BB.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BD.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BE.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BF.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BG.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BH.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BI.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BJ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BL.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BM.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BN.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BO.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BQ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BR.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BS.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BT.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BW.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BY.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BZ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CA.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CC.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CD.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CF.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CG.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CH.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CI.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CK.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CL.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CM.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CN.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CO.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CR.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CU.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CV.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CW.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CX.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CY.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CZ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DE.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DJ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DK.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DM.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DO.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DZ.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EC.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EE.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EG.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EH.php -%%BAREOSWEBUIDIR%%/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ER.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri May 18 13:45:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4819FEA895E; Fri, 18 May 2018 13:45:42 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9AD1767CE; Fri, 18 May 2018 13:45:41 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CAE0C18E8A; Fri, 18 May 2018 13:45:41 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IDjfYF077171; Fri, 18 May 2018 13:45:41 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IDjeC8077164; Fri, 18 May 2018 13:45:40 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201805181345.w4IDjeC8077164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 18 May 2018 13:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470293 - in head: . sysutils/ansible sysutils/ansible1 sysutils/ansible23 sysutils/ansible24 X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head: . sysutils/ansible sysutils/ansible1 sysutils/ansible23 sysutils/ansible24 X-SVN-Commit-Revision: 470293 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 13:45:42 -0000 Author: lifanov Date: Fri May 18 13:45:40 2018 New Revision: 470293 URL: https://svnweb.freebsd.org/changeset/ports/470293 Log: add tests and FLAVORS to Ansible ports Most of the work was done by koobs. Thank you! PR: 228268 Submitted by: koobs Reported by: Christopher Hall Modified: head/UPDATING head/sysutils/ansible/Makefile head/sysutils/ansible1/Makefile head/sysutils/ansible23/Makefile head/sysutils/ansible24/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri May 18 13:27:23 2018 (r470292) +++ head/UPDATING Fri May 18 13:45:40 2018 (r470293) @@ -5,6 +5,19 @@ 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. +20180518: + AFFECTS: users of sysutils/ansible* + AUTHOR: lifanov@FreeBSD.org + + Ansible ports are now flavored. Package names for Ansible changed + to include python version. Poudriere and package users don't need + to do anything. + + To rename an installed package to match the new naming scheme, + for example, for ansible24, run: + + # pkg set -n ansible24:py27-ansible24 + 20180514: AFFECTS: users of www/gitlab AUTHOR: mfechner@FreeBSD.org Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Fri May 18 13:27:23 2018 (r470292) +++ head/sysutils/ansible/Makefile Fri May 18 13:45:40 2018 (r470293) @@ -2,9 +2,10 @@ PORTNAME= ansible PORTVERSION?= 2.5.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lifanov@FreeBSD.org COMMENT= Radically simple IT automation @@ -18,6 +19,14 @@ RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} +TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} CONFLICTS?= ansible1-* ansible23-* ansible24-* @@ -25,7 +34,7 @@ EXTRA_PATCHES?= ${FILESDIR}/extra-patch-sesu NO_ARCH= yes USES?= cpe python -USE_PYTHON= autoplist distutils noflavors +USE_PYTHON= distutils autoplist concurrent CPE_VENDOR= ansibleworks SUB_FILES= pkg-message @@ -59,5 +68,12 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/ansible.cfg ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/hosts ${STAGEDIR}${EXAMPLESDIR} + +TEST_WRKSRC=${WRKSRC}/test + +do-test: +# ${PYTHON_CMD} ${TEST_WRKSRC}/runner/ansible-test sanity --python ${PYTHON_VER} -v + ${RM} ${TEST_WRKSRC}/units/modules/net_tools/test_nmcli.py # not conditional/doesn't work with nose + ${PYTHON_CMD} ${TEST_WRKSRC}/runner/ansible-test units --python ${PYTHON_VER} -v .include Modified: head/sysutils/ansible1/Makefile ============================================================================== --- head/sysutils/ansible1/Makefile Fri May 18 13:27:23 2018 (r470292) +++ head/sysutils/ansible1/Makefile Fri May 18 13:45:40 2018 (r470293) @@ -2,7 +2,7 @@ PKGNAMESUFFIX= 1 PORTVERSION= 1.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CONFLICTS= ansible-* ansible23-* ansible24-* Modified: head/sysutils/ansible23/Makefile ============================================================================== --- head/sysutils/ansible23/Makefile Fri May 18 13:27:23 2018 (r470292) +++ head/sysutils/ansible23/Makefile Fri May 18 13:45:40 2018 (r470293) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTVERSION= 2.3.3.0 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= 23 CONFLICTS= ansible-* ansible1-* ansible24-* Modified: head/sysutils/ansible24/Makefile ============================================================================== --- head/sysutils/ansible24/Makefile Fri May 18 13:27:23 2018 (r470292) +++ head/sysutils/ansible24/Makefile Fri May 18 13:45:40 2018 (r470293) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTVERSION= 2.4.4.0 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= 24 CONFLICTS= ansible-* ansible1-* ansible23-* From owner-svn-ports-head@freebsd.org Fri May 18 13:51:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76FE1EA8E26; Fri, 18 May 2018 13:51:45 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C3D076D91; Fri, 18 May 2018 13:51:44 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id ED79FBDC89; Fri, 18 May 2018 15:51:42 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id B8241BDC85; Fri, 18 May 2018 15:51:42 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id E10306156; Fri, 18 May 2018 15:51:41 +0200 (CEST) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 705D86A6A16E; Fri, 18 May 2018 15:51:40 +0200 (CEST) Date: Fri, 18 May 2018 15:51:40 +0200 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r470032 - in head: comms/gammu misc/openhab2 Message-ID: <20180518135140.rofoco4jegfb6uay@ogg.in.absolight.net> References: <201805151607.w4FG7drD043084@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uwl7dblmw7iazi7e" Content-Disposition: inline In-Reply-To: <201805151607.w4FG7drD043084@repo.freebsd.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 13:51:45 -0000 --uwl7dblmw7iazi7e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 15, 2018 at 04:07:39PM +0000, Yuri Victorovich wrote: > Author: yuri > Date: Tue May 15 16:07:39 2018 > New Revision: 470032 > URL: https://svnweb.freebsd.org/changeset/ports/470032 >=20 > Log: > misc/openhab2 comms/gammu: Bump > =20 > I didn't bump them in r469511 and r469512 because they were previously = broken > such that they couldn't be installed. That is just not true. The pkg-plist files were missing entries, and entries that are missing do not prevent the packages from being created. So, bumping PORTREVISION is required. > Reported by: mat >=20 > Modified: > head/comms/gammu/Makefile > head/misc/openhab2/Makefile >=20 > Modified: head/comms/gammu/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/comms/gammu/Makefile Tue May 15 16:03:50 2018 (r470031) > +++ head/comms/gammu/Makefile Tue May 15 16:07:39 2018 (r470032) > @@ -3,6 +3,7 @@ > =20 > PORTNAME=3D gammu > PORTVERSION=3D 1.39.0 > +PORTREVISION=3D 1 > CATEGORIES=3D comms > MASTER_SITES=3D http://dl.cihar.com/gammu/releases/ > =20 >=20 > Modified: head/misc/openhab2/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/misc/openhab2/Makefile Tue May 15 16:03:50 2018 (r470031) > +++ head/misc/openhab2/Makefile Tue May 15 16:07:39 2018 (r470032) > @@ -3,7 +3,7 @@ > =20 > PORTNAME=3D openhab2 > PORTVERSION=3D 2.2.0 > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > CATEGORIES=3D misc java > MASTER_SITES=3D https://bintray.com/openhab/mvn/download_file?file_path= =3Dorg%2Fopenhab%2Fdistro%2Fopenhab%2F${PORTVERSION}/ > DISTNAME=3D openhab-${PORTVERSION} >=20 >=20 --=20 Mathieu Arnold --uwl7dblmw7iazi7e Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJa/tpsXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IC+8QALDSh7XuDx5kTyoLqpAyTr7D /d2Vr94QtyBQ/RRtZGvUgvMbWKMigqy6VnYDs0mRxAliFQvLWILnZ3NYenZ4hl8Y 7E+007eJ7oUI8I6bWaRh9khq5nwWTPtjmf14O4xo1Cc06Ul5PY+BWG0TijbbN3i1 WmmQxTsCKGEw8upbUvxGRgdx7nMPwIOTtMh35WxXdzgOVRf+qRRebhlbbPThrVvY 0ZpovLMtOKRb8H787NGx4ilETHmT6Hfvpc6/til7vAatrM7akFrEu3gd7qt4AYZL +BPP00a/G9uruPUfeAEpx65Ql0iI5ks2Lk1bRDMWGzHvyX6LBrN2DU60UnvJrniA 1rUSt9XA3sb0DBSNULDF6DM8ClFxdY7XeczEwwrGXEgVw+lks6WLDF4aFm6VB7yt K7YLz1Fxf5g1U0ZPInk7CJvOeQve5jSV2Hn+682EmjeuUq+U+sW5REvS9Jaym82n tcU6aZuVa6cluHkWKUdMo2dG+z/Q74wKZ2aJeeH1PAofK3RU9ujLMoi5T0cGkrVj l/BCiavEIR1mH7j2q+BuBv82yGvLD1Dd9K2Ka5gPphqRowI6+OfnMe9QJ7KSG8xc BGhwkQixMKfRDCtajjkzADkADGpTazV4XlLSmDNtiEWvKyaItRv3YRzDGXfpTBem C3iiWriho8P6lFjY9xvF =MaZa -----END PGP SIGNATURE----- --uwl7dblmw7iazi7e-- From owner-svn-ports-head@freebsd.org Fri May 18 13:55:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 453EBEA90B1; Fri, 18 May 2018 13:55:26 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EEB6A7712D; Fri, 18 May 2018 13:55:25 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFD831902E; Fri, 18 May 2018 13:55:25 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IDtPwv082091; Fri, 18 May 2018 13:55:25 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IDtPI3082089; Fri, 18 May 2018 13:55:25 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201805181355.w4IDtPI3082089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 18 May 2018 13:55:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470294 - head/sysutils/ansible X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: head/sysutils/ansible X-SVN-Commit-Revision: 470294 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 13:55:26 -0000 Author: lifanov Date: Fri May 18 13:55:25 2018 New Revision: 470294 URL: https://svnweb.freebsd.org/changeset/ports/470294 Log: update sysutils/ansible to 2.5.3 This is a bugfix release. Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Fri May 18 13:45:40 2018 (r470293) +++ head/sysutils/ansible/Makefile Fri May 18 13:55:25 2018 (r470294) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.5.2 -PORTREVISION?= 2 +PORTVERSION?= 2.5.3 +PORTREVISION?= 0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Fri May 18 13:45:40 2018 (r470293) +++ head/sysutils/ansible/distinfo Fri May 18 13:55:25 2018 (r470294) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525102445 -SHA256 (ansible-2.5.2.tar.gz) = a95483f3b33e0f97d03badaad073392ed03a2b2f526bec4ddf598edfc1c03ae5 -SIZE (ansible-2.5.2.tar.gz) = 10105800 +TIMESTAMP = 1526651178 +SHA256 (ansible-2.5.3.tar.gz) = 0b34126dad0a77fce220d264ba5179221bbff82af5fda5de197dffb96171749c +SIZE (ansible-2.5.3.tar.gz) = 10138567 From owner-svn-ports-head@freebsd.org Fri May 18 14:03:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65281EA9344; Fri, 18 May 2018 14:03:31 +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 19963775F4; Fri, 18 May 2018 14:03:31 +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 EF069191DA; Fri, 18 May 2018 14:03:30 +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 w4IE3UgE087136; Fri, 18 May 2018 14:03:30 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IE3U1x087133; Fri, 18 May 2018 14:03:30 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805181403.w4IE3U1x087133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 18 May 2018 14:03:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470295 - head/mail/phpmailer X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/mail/phpmailer X-SVN-Commit-Revision: 470295 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 14:03:31 -0000 Author: joneum Date: Fri May 18 14:03:30 2018 New Revision: 470295 URL: https://svnweb.freebsd.org/changeset/ports/470295 Log: Update to 5.2.26 Changelog: https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md Modified: head/mail/phpmailer/Makefile head/mail/phpmailer/distinfo head/mail/phpmailer/pkg-plist Modified: head/mail/phpmailer/Makefile ============================================================================== --- head/mail/phpmailer/Makefile Fri May 18 13:55:25 2018 (r470294) +++ head/mail/phpmailer/Makefile Fri May 18 14:03:30 2018 (r470295) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpmailer -PORTVERSION= 5.2.24 +PORTVERSION= 5.2.26 DISTVERSIONPREFIX= v CATEGORIES= mail Modified: head/mail/phpmailer/distinfo ============================================================================== --- head/mail/phpmailer/distinfo Fri May 18 13:55:25 2018 (r470294) +++ head/mail/phpmailer/distinfo Fri May 18 14:03:30 2018 (r470295) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503492344 -SHA256 (PHPMailer-PHPMailer-v5.2.24_GH0.tar.gz) = 88a1aec68ce0fbe272f90e813c185d0421c405fe20cf9c410eba4bc53d4b3672 -SIZE (PHPMailer-PHPMailer-v5.2.24_GH0.tar.gz) = 157773 +TIMESTAMP = 1526637076 +SHA256 (PHPMailer-PHPMailer-v5.2.26_GH0.tar.gz) = b1b1f7c3a81bdf9958fc0194b2243f500c34ca62f3ff85a64565dc2605c4c894 +SIZE (PHPMailer-PHPMailer-v5.2.26_GH0.tar.gz) = 159174 Modified: head/mail/phpmailer/pkg-plist ============================================================================== --- head/mail/phpmailer/pkg-plist Fri May 18 13:55:25 2018 (r470294) +++ head/mail/phpmailer/pkg-plist Fri May 18 14:03:30 2018 (r470295) @@ -57,6 +57,7 @@ %%DATADIR%%/language/phpmailer.lang-am.php %%DATADIR%%/language/phpmailer.lang-ar.php %%DATADIR%%/language/phpmailer.lang-az.php +%%DATADIR%%/language/phpmailer.lang-ba.php %%DATADIR%%/language/phpmailer.lang-be.php %%DATADIR%%/language/phpmailer.lang-bg.php %%DATADIR%%/language/phpmailer.lang-ca.php From owner-svn-ports-head@freebsd.org Fri May 18 14:06:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B989AEA9431; Fri, 18 May 2018 14:06:10 +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 6456077763; Fri, 18 May 2018 14:06:10 +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 450F7191DE; Fri, 18 May 2018 14:06:10 +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 w4IE6A99087366; Fri, 18 May 2018 14:06:10 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IE69fr087364; Fri, 18 May 2018 14:06:09 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201805181406.w4IE69fr087364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 18 May 2018 14:06:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470296 - 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: 470296 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 14:06:10 -0000 Author: demon Date: Fri May 18 14:06:09 2018 New Revision: 470296 URL: https://svnweb.freebsd.org/changeset/ports/470296 Log: Update to version 1.8.9. Modified: head/net/haproxy-devel/Makefile head/net/haproxy-devel/distinfo Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Fri May 18 14:03:30 2018 (r470295) +++ head/net/haproxy-devel/Makefile Fri May 18 14:06:09 2018 (r470296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -DISTVERSION= 1.8.8 +DISTVERSION= 1.8.9 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.8/src/ PKGNAMESUFFIX= -devel Modified: head/net/haproxy-devel/distinfo ============================================================================== --- head/net/haproxy-devel/distinfo Fri May 18 14:03:30 2018 (r470295) +++ head/net/haproxy-devel/distinfo Fri May 18 14:06:09 2018 (r470296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524159668 -SHA256 (haproxy-1.8.8.tar.gz) = bcc05ab824bd2f89b8b21ac05459c0a0a0e02247b57ffe441d52cfe771daea92 -SIZE (haproxy-1.8.8.tar.gz) = 2054534 +TIMESTAMP = 1526652297 +SHA256 (haproxy-1.8.9.tar.gz) = 436b77927cd85bcd4c2cb3cbf7fb539a5362d9686fdcfa34f37550ca1f5db102 +SIZE (haproxy-1.8.9.tar.gz) = 2057051 From owner-svn-ports-head@freebsd.org Fri May 18 14:41:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57F9EEAA469 for ; Fri, 18 May 2018 14:41:24 +0000 (UTC) (envelope-from acardenas@bsd-peru.org) Received: from mail-qt0-x231.google.com (mail-qt0-x231.google.com [IPv6:2607:f8b0:400d:c0d::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD60E78DF7 for ; Fri, 18 May 2018 14:41:23 +0000 (UTC) (envelope-from acardenas@bsd-peru.org) Received: by mail-qt0-x231.google.com with SMTP id m16-v6so10523889qtg.13 for ; Fri, 18 May 2018 07:41:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd-peru-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=A10KQe8fiQZL4oRFg5wY9eo4OCECWzdMZDt5dpLGy80=; b=VtmNAJmVnCPt1L3YYInCXcmxybK8f4X5MY6mEt91jAMmXMauqItyBpn61jW43JmXB5 gqUVtz9PPlWbU9BMPuYLCepJB4RxYPmMKtI1Mn7oLbfp6ZyG61iwbhdqgP/LwLEK+mfx CGyWvfvOHZlgRedTyBUaqSzycm1IhgC+yacJudhx+eq0UjvP7tOOTLRBuKUJgZ6bbNje 6ageiP4UOlvXv4fU0vfCtXTbbLVwzLkPfayBZ+9JS20PQ/PFaKxwUSCoBDGZvBkjk+va z4IecS5RvE7wPbF1rA8LSltY83RNeUKiAdwNWUzsbJrtBftQ3as8Fss2DB1+GdM8DCZY Aiyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=A10KQe8fiQZL4oRFg5wY9eo4OCECWzdMZDt5dpLGy80=; b=JJ6pPg6iUwlrnCqiHr/XV0a/1W/kruiAMhwOqPqMLeum0Vu1dye7dAcQZN++g/DYv3 wTq7h+4bdyeXnkVBxcpnDruoLYjoiTB1U5m/oYiVSCmAxyoWe8JwV8Amic9SD60YJQj/ NryTSb7OmoRlviXb69BTsQAFaF2QHNzoS+RWEcXOdQGXcrFPRhQOBT5FMZUlrVNYVsKm aiERilvZa8Gwh/0j1R58pTk/VAnvwEWP5zc7KzGBIOtCn4u9qYfEPLuoqBthl/igkD7Y Pts1PUnyDljYTK2PshZVNywLsn/L3BCJln85azznQhCpYD2HT9f2RPDDxN2I7eyBHcsS K0RA== X-Gm-Message-State: ALKqPwc8owsp4yPdKc00bU0DsUsMeGs4LaFsZtLn/5VvgzcSTQ4hahw7 YxO1uVtWJr1WlQGkOD2N4Dmc0Or4oEAo4BjYXZg5nA== X-Google-Smtp-Source: AB8JxZoF9GRjEx3O3zMa/8hi1lli5bljUytkTkICw+7g8PyjlTG9w7MhiXww2V5GtcVRAjE5oTnee6njtjuUdWkh+qk= X-Received: by 2002:a0c:946c:: with SMTP id i41-v6mr9177977qvi.139.1526654483468; Fri, 18 May 2018 07:41:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.172.130 with HTTP; Fri, 18 May 2018 07:41:23 -0700 (PDT) In-Reply-To: References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> From: =?UTF-8?Q?Alonso_C=C3=A1rdenas_M=C3=A1rquez?= Date: Fri, 18 May 2018 09:41:23 -0500 Message-ID: Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files To: Luca Pizzamiglio Cc: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Dan Langille Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 14:41:24 -0000 2018-05-17 10:33 GMT-05:00 Luca Pizzamiglio : > Hi Alonso, nice catch! > > In general, I don't like the idea of calling bat as bcat, because there's > already zcat and bzcat that have a completely different meaning and bcat > could be easily confused with them. > > I'd prefer that bacula & bareos backup GUI have a different name. > I can prepare a patch ASAP and you can tell me what do you think > > Best regards, > Luca > > Done https://svnweb.freebsd.org/ports/head/sysutils/bareos16-bat/pkg-plist?revision=470264&view=markup Greetings ACM From owner-svn-ports-head@freebsd.org Fri May 18 15:23:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7BDEAB685; Fri, 18 May 2018 15:23:29 +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 D1F9A7A89A; Fri, 18 May 2018 15:23:28 +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 B261419ED9; Fri, 18 May 2018 15:23:28 +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 w4IFNSkP027757; Fri, 18 May 2018 15:23:28 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFNRSU027753; Fri, 18 May 2018 15:23:27 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201805181523.w4IFNRSU027753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 18 May 2018 15:23:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470297 - in head: devel/pcre mail/dovecot mail/dovecot22 security/1password-client www/rubygem-rack_csrf X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head: devel/pcre mail/dovecot mail/dovecot22 security/1password-client www/rubygem-rack_csrf X-SVN-Commit-Revision: 470297 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:23:29 -0000 Author: adamw Date: Fri May 18 15:23:27 2018 New Revision: 470297 URL: https://svnweb.freebsd.org/changeset/ports/470297 Log: Scale back my portfolio I'm releasing maintainership on a number of ports that I no longer have time to maintain effectively. Modified: head/devel/pcre/Makefile head/mail/dovecot/Makefile head/mail/dovecot22/Makefile head/security/1password-client/Makefile head/www/rubygem-rack_csrf/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Fri May 18 14:06:09 2018 (r470296) +++ head/devel/pcre/Makefile Fri May 18 15:23:27 2018 (r470297) @@ -10,7 +10,7 @@ MASTER_SITES= SF \ ftp://ftp.fu-berlin.de/unix/misc/${PORTNAME}/ \ ftp://ftp.tin.org/pub/libs/${PORTNAME}/ -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl Compatible Regular Expressions library LICENSE= BSD3CLAUSE Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Fri May 18 14:06:09 2018 (r470296) +++ head/mail/dovecot/Makefile Fri May 18 15:23:27 2018 (r470297) @@ -12,7 +12,7 @@ PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.3/ -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ler@FreeBSD.org COMMENT= Secure, fast and powerful IMAP and POP3 server LICENSE= LGPL21 MIT Modified: head/mail/dovecot22/Makefile ============================================================================== --- head/mail/dovecot22/Makefile Fri May 18 14:06:09 2018 (r470296) +++ head/mail/dovecot22/Makefile Fri May 18 15:23:27 2018 (r470297) @@ -17,7 +17,7 @@ CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.2/ PKGNAMESUFFIX= 22 -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ler@FreeBSD.org COMMENT= Secure, fast and powerful IMAP and POP3 server LICENSE= LGPL21 MIT Modified: head/security/1password-client/Makefile ============================================================================== --- head/security/1password-client/Makefile Fri May 18 14:06:09 2018 (r470296) +++ head/security/1password-client/Makefile Fri May 18 15:23:27 2018 (r470297) @@ -6,7 +6,7 @@ PORTVERSION= 0.3 CATEGORIES= security MASTER_SITES= https://cache.agilebits.com/dist/1P/op/pkg/v${PORTVERSION}/ -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= 1Password CLI client ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 Modified: head/www/rubygem-rack_csrf/Makefile ============================================================================== --- head/www/rubygem-rack_csrf/Makefile Fri May 18 14:06:09 2018 (r470296) +++ head/www/rubygem-rack_csrf/Makefile Fri May 18 15:23:27 2018 (r470297) @@ -6,7 +6,7 @@ PORTVERSION= 2.6.0 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Anti-CSRF Rack middleware LICENSE= MIT From owner-svn-ports-head@freebsd.org Fri May 18 15:30:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1016FEAB878; Fri, 18 May 2018 15:30:28 +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 B6F3A7AB71; Fri, 18 May 2018 15:30:27 +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 93F5019EE0; Fri, 18 May 2018 15:30:27 +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 w4IFURZs028115; Fri, 18 May 2018 15:30:27 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFURU8028114; Fri, 18 May 2018 15:30:27 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201805181530.w4IFURU8028114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Fri, 18 May 2018 15:30:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470298 - head/security/1password-client X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/security/1password-client X-SVN-Commit-Revision: 470298 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:30:28 -0000 Author: ler Date: Fri May 18 15:30:27 2018 New Revision: 470298 URL: https://svnweb.freebsd.org/changeset/ports/470298 Log: grab this port as I'm a 1Password user. Modified: head/security/1password-client/Makefile Modified: head/security/1password-client/Makefile ============================================================================== --- head/security/1password-client/Makefile Fri May 18 15:23:27 2018 (r470297) +++ head/security/1password-client/Makefile Fri May 18 15:30:27 2018 (r470298) @@ -6,7 +6,7 @@ PORTVERSION= 0.3 CATEGORIES= security MASTER_SITES= https://cache.agilebits.com/dist/1P/op/pkg/v${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ler@FreeBSD.org COMMENT= 1Password CLI client ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 From owner-svn-ports-head@freebsd.org Fri May 18 15:33:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90995EABA8E; Fri, 18 May 2018 15:33:33 +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 2FD9C7AF27; Fri, 18 May 2018 15:33:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B7731A082; Fri, 18 May 2018 15:33:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IFXWrH032678; Fri, 18 May 2018 15:33:32 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFXWvX032677; Fri, 18 May 2018 15:33:32 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201805181533.w4IFXWvX032677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 18 May 2018 15:33:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470299 - head/net/GeoIP/files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/net/GeoIP/files X-SVN-Commit-Revision: 470299 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:33:33 -0000 Author: adamw Date: Fri May 18 15:33:32 2018 New Revision: 470299 URL: https://svnweb.freebsd.org/changeset/ports/470299 Log: Make it clear that geoipupdate.sh is only for the free database Modified: head/net/GeoIP/files/pkg-message.in Modified: head/net/GeoIP/files/pkg-message.in ============================================================================== --- head/net/GeoIP/files/pkg-message.in Fri May 18 15:30:27 2018 (r470298) +++ head/net/GeoIP/files/pkg-message.in Fri May 18 15:33:32 2018 (r470299) @@ -1,3 +1,3 @@ GeoIP does not ship with the actual data files. You must download -them yourself! Please run: +them yourself! To obtain the free database, run: # %%PREFIX%%/bin/geoipupdate.sh From owner-svn-ports-head@freebsd.org Fri May 18 15:39:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4C65EABD50; Fri, 18 May 2018 15:39:44 +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 588657B2B2; Fri, 18 May 2018 15:39:44 +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 352DC1A0A4; Fri, 18 May 2018 15:39:44 +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 w4IFdil5033007; Fri, 18 May 2018 15:39:44 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFdhqs033005; Fri, 18 May 2018 15:39:43 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201805181539.w4IFdhqs033005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Fri, 18 May 2018 15:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470300 - head/security/1password-client X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/security/1password-client X-SVN-Commit-Revision: 470300 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:39:44 -0000 Author: ler Date: Fri May 18 15:39:43 2018 New Revision: 470300 URL: https://svnweb.freebsd.org/changeset/ports/470300 Log: security/1password-client: upgrade to 0.4.1 https://app-updates.agilebits.com/product_history/CLI Modified: head/security/1password-client/Makefile head/security/1password-client/distinfo Modified: head/security/1password-client/Makefile ============================================================================== --- head/security/1password-client/Makefile Fri May 18 15:33:32 2018 (r470299) +++ head/security/1password-client/Makefile Fri May 18 15:39:43 2018 (r470300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= 1password-client -PORTVERSION= 0.3 +PORTVERSION= 0.4.1 CATEGORIES= security MASTER_SITES= https://cache.agilebits.com/dist/1P/op/pkg/v${PORTVERSION}/ Modified: head/security/1password-client/distinfo ============================================================================== --- head/security/1password-client/distinfo Fri May 18 15:33:32 2018 (r470299) +++ head/security/1password-client/distinfo Fri May 18 15:39:43 2018 (r470300) @@ -1,7 +1,7 @@ -TIMESTAMP = 1520627880 -SHA256 (op_freebsd_amd64_v0.3.zip) = 97965d8c2df35dd594ed37224a4f76c2c7b67ee61a6129f1dcd8d9c4d8442fb5 -SIZE (op_freebsd_amd64_v0.3.zip) = 2362543 -SHA256 (op_freebsd_arm_v0.3.zip) = e8f8b50a980a3e596eca0d972f999f98aba9bde05bf582c5a5065c6832d77192 -SIZE (op_freebsd_arm_v0.3.zip) = 2178997 -SHA256 (op_freebsd_386_v0.3.zip) = cd639db102d7b3636c79a563bc50695c135cdf274996f4019de1c11be686827d -SIZE (op_freebsd_386_v0.3.zip) = 2190657 +TIMESTAMP = 1526657571 +SHA256 (op_freebsd_amd64_v0.4.1.zip) = 057e8cb116ca54fb1b2631b9b835b1d40e2585e87ff57e6b0413b515442f79d5 +SIZE (op_freebsd_amd64_v0.4.1.zip) = 2385920 +SHA256 (op_freebsd_arm_v0.4.1.zip) = e49c1b80546d0bd922da939f832d53978c7cc295c1b370d10504ab13a0dc2c2f +SIZE (op_freebsd_arm_v0.4.1.zip) = 2199864 +SHA256 (op_freebsd_386_v0.4.1.zip) = 55594c7ec89fff0ee9ae0faef306eb0554ae0cbdf47e51724d58127e9e890b69 +SIZE (op_freebsd_386_v0.4.1.zip) = 2212342 From owner-svn-ports-head@freebsd.org Fri May 18 15:41:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F036FEABFBD; Fri, 18 May 2018 15:41:56 +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 9ECA87B636; Fri, 18 May 2018 15:41:56 +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 7FFB61A20B; Fri, 18 May 2018 15:41:56 +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 w4IFfuJJ035401; Fri, 18 May 2018 15:41:56 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFfuE0035400; Fri, 18 May 2018 15:41:56 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201805181541.w4IFfuE0035400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 18 May 2018 15:41:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470301 - head/devel/kBuild X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/devel/kBuild X-SVN-Commit-Revision: 470301 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:41:57 -0000 Author: adamw Date: Fri May 18 15:41:55 2018 New Revision: 470301 URL: https://svnweb.freebsd.org/changeset/ports/470301 Log: devel/kBuild: Add a GCC option When you're building only virtualbox-ose-additions, and without any X-related stuff, it is sufficient to build with clang instead of GCC. Add a GCC option (with a warning and pkg-help saying to leave it enabled) to make GCC optional. PR: 215369 Approved by: maintainer timeout (17 months) Added: head/devel/kBuild/pkg-help (contents, props changed) Modified: head/devel/kBuild/Makefile Modified: head/devel/kBuild/Makefile ============================================================================== --- head/devel/kBuild/Makefile Fri May 18 15:39:43 2018 (r470300) +++ head/devel/kBuild/Makefile Fri May 18 15:41:55 2018 (r470301) @@ -18,7 +18,6 @@ BROKEN_powerpc64= does not build: fatal error: xmmintr NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 NOT_FOR_ARCHS_REASON= ./kBuild/env.sh: unknown cpu/arch -USE_GCC= any USES= autoreconf:build gmake makeinfo tar:xz CONFLICTS_INSTALL= kBuild-devel-[0-9]* @@ -43,7 +42,10 @@ PORTDOCS= QuickReference-kmk.html \ ENV= .export ENV -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS GCC +OPTIONS_DEFAULT=GCC +GCC_DESC= Build with GCC (should almost always be enabled) +GCC_USE= GCC=any post-patch: for f in ${WRKSRC}/kBuild/tools/*.kmk; do \ Added: head/devel/kBuild/pkg-help ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/kBuild/pkg-help Fri May 18 15:41:55 2018 (r470301) @@ -0,0 +1,3 @@ +The only time that the GCC option can be disabled (to build with clang +instead) is if you're building ONLY emulators/virtualbox-ose-additions, +without X11, and only on amd64/i386. From owner-svn-ports-head@freebsd.org Fri May 18 15:50:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAD28EAC614; Fri, 18 May 2018 15:50:13 +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 51B157BC62; Fri, 18 May 2018 15:50:13 +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 2E1DE1A246; Fri, 18 May 2018 15:50:13 +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 w4IFoDed038285; Fri, 18 May 2018 15:50:13 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFoCpf038282; Fri, 18 May 2018 15:50:12 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201805181550.w4IFoCpf038282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Fri, 18 May 2018 15:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470302 - head/sysutils/pot X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/sysutils/pot X-SVN-Commit-Revision: 470302 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:50:14 -0000 Author: pizzamig Date: Fri May 18 15:50:12 2018 New Revision: 470302 URL: https://svnweb.freebsd.org/changeset/ports/470302 Log: sysutils/pot: Update to 0.5.6 Initial support to multiple bases and single dataset pot Adding some sub-commands and fixes Modified: head/sysutils/pot/Makefile head/sysutils/pot/distinfo head/sysutils/pot/pkg-plist Modified: head/sysutils/pot/Makefile ============================================================================== --- head/sysutils/pot/Makefile Fri May 18 15:41:55 2018 (r470301) +++ head/sysutils/pot/Makefile Fri May 18 15:50:12 2018 (r470302) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pot -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org Modified: head/sysutils/pot/distinfo ============================================================================== --- head/sysutils/pot/distinfo Fri May 18 15:41:55 2018 (r470301) +++ head/sysutils/pot/distinfo Fri May 18 15:50:12 2018 (r470302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524083937 -SHA256 (pizzamig-pot-0.5.5_GH0.tar.gz) = 2352f605ad69d4b62b433a5c06bcfcb8906fc69510b5bebc319a9acd346e1950 -SIZE (pizzamig-pot-0.5.5_GH0.tar.gz) = 97944 +TIMESTAMP = 1526658262 +SHA256 (pizzamig-pot-0.5.6_GH0.tar.gz) = a123f8bf7ac8ca297189715e55456a6754104d3196b7489b576723ff172d8819 +SIZE (pizzamig-pot-0.5.6_GH0.tar.gz) = 99989 Modified: head/sysutils/pot/pkg-plist ============================================================================== --- head/sysutils/pot/pkg-plist Fri May 18 15:41:55 2018 (r470301) +++ head/sysutils/pot/pkg-plist Fri May 18 15:50:12 2018 (r470302) @@ -22,12 +22,14 @@ bin/pot %%DATADIR%%/ps.sh %%DATADIR%%/rename.sh %%DATADIR%%/revert.sh +%%DATADIR%%/set-cmd.sh %%DATADIR%%/set-rss.sh %%DATADIR%%/show.sh %%DATADIR%%/snapshot.sh %%DATADIR%%/start.sh %%DATADIR%%/stop.sh %%DATADIR%%/term.sh +%%DATADIR%%/top.sh %%DATADIR%%/version.sh %%DATADIR%%/vnet-start.sh %%ZSH%%share/zsh/site-functions/_pot From owner-svn-ports-head@freebsd.org Fri May 18 15:52:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 467E9EAC97B; Fri, 18 May 2018 15:52:11 +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 E0EB57C02D; Fri, 18 May 2018 15:52:10 +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 C1F151A3C4; Fri, 18 May 2018 15:52:10 +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 w4IFqAHV042999; Fri, 18 May 2018 15:52:10 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFqA10042989; Fri, 18 May 2018 15:52:10 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805181552.w4IFqA10042989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Fri, 18 May 2018 15:52:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470303 - head/devel/pcre X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/devel/pcre X-SVN-Commit-Revision: 470303 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:52:11 -0000 Author: krion Date: Fri May 18 15:52:10 2018 New Revision: 470303 URL: https://svnweb.freebsd.org/changeset/ports/470303 Log: Grab maintainership as 13 years ago. Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Fri May 18 15:50:12 2018 (r470302) +++ head/devel/pcre/Makefile Fri May 18 15:52:10 2018 (r470303) @@ -10,7 +10,7 @@ MASTER_SITES= SF \ ftp://ftp.fu-berlin.de/unix/misc/${PORTNAME}/ \ ftp://ftp.tin.org/pub/libs/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= Perl Compatible Regular Expressions library LICENSE= BSD3CLAUSE From owner-svn-ports-head@freebsd.org Fri May 18 15:54:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C0B5EACA73; Fri, 18 May 2018 15:54:14 +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 26D4E7C1DF; Fri, 18 May 2018 15:54:14 +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 05B181A3E3; Fri, 18 May 2018 15:54:14 +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 w4IFsDMB043464; Fri, 18 May 2018 15:54:13 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFsDNd043462; Fri, 18 May 2018 15:54:13 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805181554.w4IFsDNd043462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 18 May 2018 15:54:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470304 - head/devel/py-matrix-angular-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/devel/py-matrix-angular-sdk X-SVN-Commit-Revision: 470304 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:54:14 -0000 Author: miwi Date: Fri May 18 15:54:13 2018 New Revision: 470304 URL: https://svnweb.freebsd.org/changeset/ports/470304 Log: - Update to 0.6.8 - Take maintainer ship Sponsored by: iXsystems Inc. Modified: head/devel/py-matrix-angular-sdk/Makefile head/devel/py-matrix-angular-sdk/distinfo Modified: head/devel/py-matrix-angular-sdk/Makefile ============================================================================== --- head/devel/py-matrix-angular-sdk/Makefile Fri May 18 15:52:10 2018 (r470303) +++ head/devel/py-matrix-angular-sdk/Makefile Fri May 18 15:54:13 2018 (r470304) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= matrix-angular-sdk -PORTVERSION= 0.6.6 +PORTVERSION= 0.6.8 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Matrix Angular SDK LICENSE= APACHE20 Modified: head/devel/py-matrix-angular-sdk/distinfo ============================================================================== --- head/devel/py-matrix-angular-sdk/distinfo Fri May 18 15:52:10 2018 (r470303) +++ head/devel/py-matrix-angular-sdk/distinfo Fri May 18 15:54:13 2018 (r470304) @@ -1,2 +1,3 @@ -SHA256 (matrix-angular-sdk-0.6.6.tar.gz) = 0aed05de4543be510132b4a58df7a9bd3cbb1b136a83f22c45f0a1b5628576ee -SIZE (matrix-angular-sdk-0.6.6.tar.gz) = 776580 +TIMESTAMP = 1526687218 +SHA256 (matrix-angular-sdk-0.6.8.tar.gz) = e2439728645ae0909be387b348d5254a70b0fedd62f65307b6f0623c8b27bd3e +SIZE (matrix-angular-sdk-0.6.8.tar.gz) = 775178 From owner-svn-ports-head@freebsd.org Fri May 18 15:54:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 577FFEACA7F; Fri, 18 May 2018 15:54:16 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03CDA7C1E0; Fri, 18 May 2018 15:54:16 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D60691A3E4; Fri, 18 May 2018 15:54:15 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IFsFDl043584; Fri, 18 May 2018 15:54:15 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFsF9t043582; Fri, 18 May 2018 15:54:15 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805181554.w4IFsF9t043582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 18 May 2018 15:54:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470305 - head/math/octave-forge-struct X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge-struct X-SVN-Commit-Revision: 470305 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:54:16 -0000 Author: stephen Date: Fri May 18 15:54:15 2018 New Revision: 470305 URL: https://svnweb.freebsd.org/changeset/ports/470305 Log: - Update to 1.0.15. Modified: head/math/octave-forge-struct/Makefile head/math/octave-forge-struct/distinfo Modified: head/math/octave-forge-struct/Makefile ============================================================================== --- head/math/octave-forge-struct/Makefile Fri May 18 15:54:13 2018 (r470304) +++ head/math/octave-forge-struct/Makefile Fri May 18 15:54:15 2018 (r470305) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-struct -PORTVERSION= 1.0.14 -PORTREVISION= 6 +PORTVERSION= 1.0.15 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-struct/distinfo ============================================================================== --- head/math/octave-forge-struct/distinfo Fri May 18 15:54:13 2018 (r470304) +++ head/math/octave-forge-struct/distinfo Fri May 18 15:54:15 2018 (r470305) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475429613 -SHA256 (octave-forge/struct-1.0.14.tar.gz) = ad4e17687bc24650f032757271b20b70fe32c35513d4dd9ab1e549919df36b47 -SIZE (octave-forge/struct-1.0.14.tar.gz) = 56351 +TIMESTAMP = 1526653706 +SHA256 (octave-forge/struct-1.0.15.tar.gz) = d9123792291233af037f8d6b9eedc9a7170cc8534b8c8d580f30105cddaababb +SIZE (octave-forge/struct-1.0.15.tar.gz) = 61073 From owner-svn-ports-head@freebsd.org Fri May 18 15:55:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8438EACAF0; Fri, 18 May 2018 15:55:01 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84E5E7C39E; Fri, 18 May 2018 15:55:01 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64C121A3E5; Fri, 18 May 2018 15:55:01 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IFt1GS043761; Fri, 18 May 2018 15:55:01 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFt188043759; Fri, 18 May 2018 15:55:01 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805181555.w4IFt188043759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 18 May 2018 15:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470306 - head/math/octave-forge-parallel X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge-parallel X-SVN-Commit-Revision: 470306 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:55:02 -0000 Author: stephen Date: Fri May 18 15:55:00 2018 New Revision: 470306 URL: https://svnweb.freebsd.org/changeset/ports/470306 Log: - Update to 3.1.2. - Unbreak. Modified: head/math/octave-forge-parallel/Makefile head/math/octave-forge-parallel/distinfo Modified: head/math/octave-forge-parallel/Makefile ============================================================================== --- head/math/octave-forge-parallel/Makefile Fri May 18 15:54:15 2018 (r470305) +++ head/math/octave-forge-parallel/Makefile Fri May 18 15:55:00 2018 (r470306) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-parallel -PORTVERSION= 3.1.1 -PORTREVISION= 6 +PORTVERSION= 3.1.2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -12,15 +11,18 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -BROKEN= does not build with octave 4.4.0 - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} +RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct + WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes -USES= compiler:gcc-c++11-lib +USES+= compiler:gcc-c++11-lib perl5 shebangfix +USE_PERL5= build +SHEBANG_FILES= *.pl + .include "${.CURDIR}/../../Mk/bsd.octave.mk" Modified: head/math/octave-forge-parallel/distinfo ============================================================================== --- head/math/octave-forge-parallel/distinfo Fri May 18 15:54:15 2018 (r470305) +++ head/math/octave-forge-parallel/distinfo Fri May 18 15:55:00 2018 (r470306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475422619 -SHA256 (octave-forge/parallel-3.1.1.tar.gz) = 4cd8f4619557c91c046882b056322da8de7f6047bfce6f102f40565bd4b4b37f -SIZE (octave-forge/parallel-3.1.1.tar.gz) = 189981 +TIMESTAMP = 1526653659 +SHA256 (octave-forge/parallel-3.1.2.tar.gz) = a69b125c85f22172d553749f673e9dd8e2e22f8b52d1f1b301869085db093537 +SIZE (octave-forge/parallel-3.1.2.tar.gz) = 158267 From owner-svn-ports-head@freebsd.org Fri May 18 15:55:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF1E3EACB3B; Fri, 18 May 2018 15:55:41 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 724C07C48B; Fri, 18 May 2018 15:55:41 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 542091A3E7; Fri, 18 May 2018 15:55:41 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IFtfaY043889; Fri, 18 May 2018 15:55:41 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IFtfTB043888; Fri, 18 May 2018 15:55:41 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805181555.w4IFtfTB043888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 18 May 2018 15:55:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470307 - head/math/octave-forge X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge X-SVN-Commit-Revision: 470307 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 15:55:41 -0000 Author: stephen Date: Fri May 18 15:55:40 2018 New Revision: 470307 URL: https://svnweb.freebsd.org/changeset/ports/470307 Log: - Default parallel to on. - Bump portrevision. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Fri May 18 15:55:00 2018 (r470306) +++ head/math/octave-forge/Makefile Fri May 18 15:55:40 2018 (r470307) @@ -3,7 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -28,7 +28,7 @@ OPTIONS_DEFINE= ACTUARIAL AUDIO BENCHMARK BIM BIOINFO STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NIMAGE:NPARALLEL:NPDB} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NIMAGE:NPDB} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs From owner-svn-ports-head@freebsd.org Fri May 18 16:31:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A97E3EADC36; Fri, 18 May 2018 16:31:48 +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 5C1DC7DB77; Fri, 18 May 2018 16:31:48 +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 3D7201A9FD; Fri, 18 May 2018 16:31:48 +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 w4IGVmku061581; Fri, 18 May 2018 16:31:48 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IGVl3g061580; Fri, 18 May 2018 16:31:47 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201805181631.w4IGVl3g061580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 18 May 2018 16:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470308 - head/graphics/cimg X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/graphics/cimg X-SVN-Commit-Revision: 470308 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 16:31:48 -0000 Author: thierry Date: Fri May 18 16:31:47 2018 New Revision: 470308 URL: https://svnweb.freebsd.org/changeset/ports/470308 Log: Upgrade to v.2.2.3. Modified: head/graphics/cimg/Makefile head/graphics/cimg/distinfo Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Fri May 18 15:55:40 2018 (r470307) +++ head/graphics/cimg/Makefile Fri May 18 16:31:47 2018 (r470308) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cimg -DISTVERSION= 2.2.2 -PORTREVISION= 2 +DISTVERSION= 2.2.3 PORTEPOCH= 3 CATEGORIES= graphics devel Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Fri May 18 15:55:40 2018 (r470307) +++ head/graphics/cimg/distinfo Fri May 18 16:31:47 2018 (r470308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523559349 -SHA256 (dtschump-CImg-2.2.2-v.2.2.2_GH0.tar.gz) = 533246dfb6f602755029542aa30616ef039d21e1d6fd79b0a0ac6c016cb10159 -SIZE (dtschump-CImg-2.2.2-v.2.2.2_GH0.tar.gz) = 11037787 +TIMESTAMP = 1526660848 +SHA256 (dtschump-CImg-2.2.3-v.2.2.3_GH0.tar.gz) = 27fecb165946894bb39ef6096ba50b3a7b51bfd9daa27b158ed71dbc3b1df5f7 +SIZE (dtschump-CImg-2.2.3-v.2.2.3_GH0.tar.gz) = 11037764 From owner-svn-ports-head@freebsd.org Fri May 18 16:57:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 916C9EAE218; Fri, 18 May 2018 16:57:25 +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 41E527E9C4; Fri, 18 May 2018 16:57:25 +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 1E2C51ADAB; Fri, 18 May 2018 16:57:25 +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 w4IGvPbX075441; Fri, 18 May 2018 16:57:25 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IGv7A0075350; Fri, 18 May 2018 16:57:07 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201805181657.w4IGv7A0075350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 18 May 2018 16:57:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470309 - in head: Mk/Uses archivers/kf5-karchive devel/kf5-extra-cmake-modules devel/kf5-kapidox devel/kf5-kauth devel/kf5-kbookmarks devel/kf5-kcmutils devel/kf5-kconfig devel/kf5-kco... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: Mk/Uses archivers/kf5-karchive devel/kf5-extra-cmake-modules devel/kf5-kapidox devel/kf5-kauth devel/kf5-kbookmarks devel/kf5-kcmutils devel/kf5-kconfig devel/kf5-kcoreaddons devel/kf5-kcrash... X-SVN-Commit-Revision: 470309 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 16:57:26 -0000 Author: tcberner Date: Fri May 18 16:57:06 2018 New Revision: 470309 URL: https://svnweb.freebsd.org/changeset/ports/470309 Log: Update KDE Frameworks to 5.46 Exp-run by: antoine PR: 228200 Deleted: head/devel/kf5-ki18n/files/ Modified: head/Mk/Uses/kde.mk head/archivers/kf5-karchive/distinfo head/devel/kf5-extra-cmake-modules/distinfo head/devel/kf5-extra-cmake-modules/pkg-plist head/devel/kf5-kapidox/distinfo head/devel/kf5-kauth/Makefile head/devel/kf5-kauth/distinfo head/devel/kf5-kbookmarks/distinfo head/devel/kf5-kcmutils/distinfo head/devel/kf5-kconfig/distinfo head/devel/kf5-kcoreaddons/distinfo head/devel/kf5-kcrash/distinfo head/devel/kf5-kdbusaddons/distinfo head/devel/kf5-kdeclarative/distinfo head/devel/kf5-kdeclarative/pkg-plist head/devel/kf5-kdoctools/distinfo head/devel/kf5-kfilemetadata/Makefile head/devel/kf5-kfilemetadata/distinfo head/devel/kf5-kfilemetadata/pkg-plist head/devel/kf5-ki18n/Makefile head/devel/kf5-ki18n/distinfo head/devel/kf5-kidletime/distinfo head/devel/kf5-kio/distinfo head/devel/kf5-kitemmodels/distinfo head/devel/kf5-knewstuff/distinfo head/devel/kf5-knewstuff/pkg-plist head/devel/kf5-knotifications/Makefile head/devel/kf5-knotifications/distinfo head/devel/kf5-knotifyconfig/distinfo head/devel/kf5-kpackage/distinfo head/devel/kf5-kparts/distinfo head/devel/kf5-kpeople/distinfo head/devel/kf5-kpty/distinfo head/devel/kf5-kservice/distinfo head/devel/kf5-ktexteditor/distinfo head/devel/kf5-kunitconversion/distinfo head/devel/kf5-solid/distinfo head/devel/kf5-threadweaver/distinfo head/dns/kf5-kdnssd/distinfo head/graphics/kf5-kimageformats/distinfo head/graphics/kf5-kplotting/distinfo head/graphics/kf5-prison/distinfo head/lang/kf5-kross/distinfo head/misc/kf5-purpose/distinfo head/multimedia/kf5-kmediaplayer/distinfo head/net/kf5-kholidays/distinfo head/net/kf5-kxmlrpcclient/distinfo head/security/kf5-kdesu/distinfo head/sysutils/kf5-baloo/distinfo head/sysutils/kf5-baloo/pkg-plist head/sysutils/kf5-kwallet/Makefile head/sysutils/kf5-kwallet/distinfo head/textproc/kf5-kcodecs/distinfo head/textproc/kf5-sonnet/distinfo head/textproc/kf5-syntax-highlighting/distinfo head/textproc/kf5-syntax-highlighting/pkg-plist head/www/kf5-kdewebkit/distinfo head/www/kf5-khtml/distinfo head/www/kf5-kjs/distinfo head/www/kf5-kjsembed/distinfo head/x11-themes/kf5-breeze-icons/distinfo head/x11-themes/kf5-breeze-icons/pkg-plist head/x11-themes/kf5-kemoticons/distinfo head/x11-themes/kf5-kiconthemes/distinfo head/x11-themes/kf5-oxygen-icons5/distinfo head/x11-toolkits/kf5-attica/distinfo head/x11-toolkits/kf5-kcompletion/distinfo head/x11-toolkits/kf5-kconfigwidgets/distinfo head/x11-toolkits/kf5-kdesignerplugin/distinfo head/x11-toolkits/kf5-kguiaddons/distinfo head/x11-toolkits/kf5-kirigami2/distinfo head/x11-toolkits/kf5-kirigami2/pkg-plist head/x11-toolkits/kf5-kitemviews/distinfo head/x11-toolkits/kf5-kjobwidgets/distinfo head/x11-toolkits/kf5-ktextwidgets/distinfo head/x11-toolkits/kf5-kwidgetsaddons/distinfo head/x11-toolkits/kf5-kxmlgui/distinfo head/x11/kf5-frameworkintegration/distinfo head/x11/kf5-frameworks/Makefile head/x11/kf5-kactivities-stats/distinfo head/x11/kf5-kactivities/Makefile head/x11/kf5-kactivities/distinfo head/x11/kf5-kded/distinfo head/x11/kf5-kdelibs4support/distinfo head/x11/kf5-kglobalaccel/distinfo head/x11/kf5-kinit/distinfo head/x11/kf5-krunner/distinfo head/x11/kf5-kwayland/distinfo head/x11/kf5-kwindowsystem/distinfo head/x11/kf5-plasma-framework/distinfo head/x11/kf5-plasma-framework/pkg-plist Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Fri May 18 16:31:47 2018 (r470308) +++ head/Mk/Uses/kde.mk Fri May 18 16:57:06 2018 (r470309) @@ -70,7 +70,7 @@ KDE_PLASMA_VERSION?= 5.12.5 KDE_PLASMA_BRANCH?= stable # Current KDE frameworks. -KDE_FRAMEWORKS_VERSION?= 5.45.0 +KDE_FRAMEWORKS_VERSION?= 5.46.0 KDE_FRAMEWORKS_BRANCH?= stable # Current KDE applications. Modified: head/archivers/kf5-karchive/distinfo ============================================================================== --- head/archivers/kf5-karchive/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/archivers/kf5-karchive/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650457 -SHA256 (KDE/frameworks/5.45.0/karchive-5.45.0.tar.xz) = 18ae1f6639f3595ab048bb5a69fb91b5a941624512004da8365fd6299737883e -SIZE (KDE/frameworks/5.45.0/karchive-5.45.0.tar.xz) = 437972 +TIMESTAMP = 1525538232 +SHA256 (KDE/frameworks/5.46.0/karchive-5.46.0.tar.xz) = 48e47bf26542e84aeb2e03bba7f50f32d880f2c15b17ad17d19cc54e517df0f6 +SIZE (KDE/frameworks/5.46.0/karchive-5.46.0.tar.xz) = 438540 Modified: head/devel/kf5-extra-cmake-modules/distinfo ============================================================================== --- head/devel/kf5-extra-cmake-modules/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-extra-cmake-modules/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650457 -SHA256 (KDE/frameworks/5.45.0/extra-cmake-modules-5.45.0.tar.xz) = e6d49dcbf37a1887d4e08d1381318bad064ab214ab021030d74ce2657e93f63c -SIZE (KDE/frameworks/5.45.0/extra-cmake-modules-5.45.0.tar.xz) = 315512 +TIMESTAMP = 1525538232 +SHA256 (KDE/frameworks/5.46.0/extra-cmake-modules-5.46.0.tar.xz) = e5da3e1b67e19d7b8b5b1d867bb1e9a54d902d718e55148f3296da9f9a18c275 +SIZE (KDE/frameworks/5.46.0/extra-cmake-modules-5.46.0.tar.xz) = 317056 Modified: head/devel/kf5-extra-cmake-modules/pkg-plist ============================================================================== --- head/devel/kf5-extra-cmake-modules/pkg-plist Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-extra-cmake-modules/pkg-plist Fri May 18 16:57:06 2018 (r470309) @@ -75,7 +75,9 @@ share/ECM/modules/ECMWinResolveSymlinks.cmake share/ECM/modules/ecm_uninstall.cmake.in share/ECM/test-modules/test_execute_and_compare.cmake share/ECM/toolchain/Android.cmake +share/ECM/toolchain/ECMAndroidDeployQt.cmake share/ECM/toolchain/deployment-file.json.in +share/ECM/toolchain/hasMainSymbol.cmake share/ECM/toolchain/specifydependencies.cmake %%HELP%%%%DOCSDIR%%/ExtraCMakeModules.qch %%PORTDOCS%%%%DOCSDIR%%/html/_sources/find-module/FindEGL.rst.txt Modified: head/devel/kf5-kapidox/distinfo ============================================================================== --- head/devel/kf5-kapidox/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kapidox/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650457 -SHA256 (KDE/frameworks/5.45.0/kapidox-5.45.0.tar.xz) = 373c02d0947801fc5acd44453377c8ca74ae30902af761e60a7e6668db5426a5 -SIZE (KDE/frameworks/5.45.0/kapidox-5.45.0.tar.xz) = 395772 +TIMESTAMP = 1525538232 +SHA256 (KDE/frameworks/5.46.0/kapidox-5.46.0.tar.xz) = 47a02ae862f97ff5a83341e110cc8b20ee23df17881fe5dac5fb57a1662d769a +SIZE (KDE/frameworks/5.46.0/kapidox-5.46.0.tar.xz) = 396340 Modified: head/devel/kf5-kauth/Makefile ============================================================================== --- head/devel/kf5-kauth/Makefile Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kauth/Makefile Fri May 18 16:57:06 2018 (r470309) @@ -2,7 +2,6 @@ PORTNAME= kauth DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/devel/kf5-kauth/distinfo ============================================================================== --- head/devel/kf5-kauth/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kauth/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650457 -SHA256 (KDE/frameworks/5.45.0/kauth-5.45.0.tar.xz) = d1149f2f3a653608519bdd31f2832b85c1806a8a981334afa5e07089e77ad7c8 -SIZE (KDE/frameworks/5.45.0/kauth-5.45.0.tar.xz) = 84776 +TIMESTAMP = 1525538232 +SHA256 (KDE/frameworks/5.46.0/kauth-5.46.0.tar.xz) = 23af3df06e6db7c3fcd535de8659d3e33a06b879b07394a1397499fdbbda1f70 +SIZE (KDE/frameworks/5.46.0/kauth-5.46.0.tar.xz) = 84932 Modified: head/devel/kf5-kbookmarks/distinfo ============================================================================== --- head/devel/kf5-kbookmarks/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kbookmarks/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650458 -SHA256 (KDE/frameworks/5.45.0/kbookmarks-5.45.0.tar.xz) = ad8a11ce7079674a9fbdb22c0e26116f5e6c1b4047587f3d06f759ba497c2046 -SIZE (KDE/frameworks/5.45.0/kbookmarks-5.45.0.tar.xz) = 118596 +TIMESTAMP = 1525538232 +SHA256 (KDE/frameworks/5.46.0/kbookmarks-5.46.0.tar.xz) = b41f45029a930a9e8b459497c17ffcb9be7bb5b79653bfd072c74d9d0bd7edc4 +SIZE (KDE/frameworks/5.46.0/kbookmarks-5.46.0.tar.xz) = 118616 Modified: head/devel/kf5-kcmutils/distinfo ============================================================================== --- head/devel/kf5-kcmutils/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kcmutils/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650458 -SHA256 (KDE/frameworks/5.45.0/kcmutils-5.45.0.tar.xz) = f835e25d659f3ec96305e150649ca112c31a1b5f4937e5659a370b9832170870 -SIZE (KDE/frameworks/5.45.0/kcmutils-5.45.0.tar.xz) = 237184 +TIMESTAMP = 1525538232 +SHA256 (KDE/frameworks/5.46.0/kcmutils-5.46.0.tar.xz) = 3bd8f7c3bc58d16a4e192729da67ea3ba4b3c19b535da5311f6d94ea86d59b2f +SIZE (KDE/frameworks/5.46.0/kcmutils-5.46.0.tar.xz) = 236796 Modified: head/devel/kf5-kconfig/distinfo ============================================================================== --- head/devel/kf5-kconfig/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kconfig/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650458 -SHA256 (KDE/frameworks/5.45.0/kconfig-5.45.0.tar.xz) = 37a0a09a0757855ffa45bbafd49ddcb66e6d7e7d21bb671d47a1405f05dc2703 -SIZE (KDE/frameworks/5.45.0/kconfig-5.45.0.tar.xz) = 235504 +TIMESTAMP = 1525538233 +SHA256 (KDE/frameworks/5.46.0/kconfig-5.46.0.tar.xz) = aa7ee3aaa674e9fed9f7ce67c9b0ae7f689c9b489208921b1c6ccc580372a2fb +SIZE (KDE/frameworks/5.46.0/kconfig-5.46.0.tar.xz) = 235880 Modified: head/devel/kf5-kcoreaddons/distinfo ============================================================================== --- head/devel/kf5-kcoreaddons/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kcoreaddons/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650459 -SHA256 (KDE/frameworks/5.45.0/kcoreaddons-5.45.0.tar.xz) = 227de069484bdb6a8b57ebbdd0bc46e4ea445283c3c827690ee31f0e3dfaef97 -SIZE (KDE/frameworks/5.45.0/kcoreaddons-5.45.0.tar.xz) = 351452 +TIMESTAMP = 1525538233 +SHA256 (KDE/frameworks/5.46.0/kcoreaddons-5.46.0.tar.xz) = 7fc0537d5b4388573a3fd332175fb8a4c4c466367cff298e63caf704fb58908d +SIZE (KDE/frameworks/5.46.0/kcoreaddons-5.46.0.tar.xz) = 350224 Modified: head/devel/kf5-kcrash/distinfo ============================================================================== --- head/devel/kf5-kcrash/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kcrash/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650459 -SHA256 (KDE/frameworks/5.45.0/kcrash-5.45.0.tar.xz) = 7bb20708404a80fc2bec0d2126666b0c18e779beb41198b158c77d8565a8c3db -SIZE (KDE/frameworks/5.45.0/kcrash-5.45.0.tar.xz) = 21776 +TIMESTAMP = 1525538233 +SHA256 (KDE/frameworks/5.46.0/kcrash-5.46.0.tar.xz) = 309a05d36d4a97638ec0a19a392115fa43255fe9076d15924c9295494f4c3335 +SIZE (KDE/frameworks/5.46.0/kcrash-5.46.0.tar.xz) = 21876 Modified: head/devel/kf5-kdbusaddons/distinfo ============================================================================== --- head/devel/kf5-kdbusaddons/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kdbusaddons/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650459 -SHA256 (KDE/frameworks/5.45.0/kdbusaddons-5.45.0.tar.xz) = e62b0ce98c345ddd0c214af4a57f6d44085bbe9bb6342c5b682cc8925ac93f1c -SIZE (KDE/frameworks/5.45.0/kdbusaddons-5.45.0.tar.xz) = 36920 +TIMESTAMP = 1525538233 +SHA256 (KDE/frameworks/5.46.0/kdbusaddons-5.46.0.tar.xz) = c3ba307d651a2ac6842319cbab0a8686d0bb13eaba0f3faf7ee386460db0031e +SIZE (KDE/frameworks/5.46.0/kdbusaddons-5.46.0.tar.xz) = 37024 Modified: head/devel/kf5-kdeclarative/distinfo ============================================================================== --- head/devel/kf5-kdeclarative/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kdeclarative/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650459 -SHA256 (KDE/frameworks/5.45.0/kdeclarative-5.45.0.tar.xz) = f4f6f49392ba7dfaba0971c61b29fb0cfc1a16d26fb7b2b36fae7a5d14b50441 -SIZE (KDE/frameworks/5.45.0/kdeclarative-5.45.0.tar.xz) = 171092 +TIMESTAMP = 1525538233 +SHA256 (KDE/frameworks/5.46.0/kdeclarative-5.46.0.tar.xz) = 0c6d9cea0b977d5d2fb65cc9ac620724602ee4c9fccd7152fe9360333a072283 +SIZE (KDE/frameworks/5.46.0/kdeclarative-5.46.0.tar.xz) = 171896 Modified: head/devel/kf5-kdeclarative/pkg-plist ============================================================================== --- head/devel/kf5-kdeclarative/pkg-plist Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kdeclarative/pkg-plist Fri May 18 16:57:06 2018 (r470309) @@ -48,6 +48,8 @@ lib/libKF5QuickAddons.so.%%KDE_FRAMEWORKS_VERSION%% %%QT_QMLDIR%%/org/kde/kcm/GridDelegate.qml %%QT_QMLDIR%%/org/kde/kcm/GridView.qml %%QT_QMLDIR%%/org/kde/kcm/GridViewKCM.qml +%%QT_QMLDIR%%/org/kde/kcm/ScrollView.qml +%%QT_QMLDIR%%/org/kde/kcm/ScrollViewKCM.qml %%QT_QMLDIR%%/org/kde/kcm/SimpleKCM.qml %%QT_QMLDIR%%/org/kde/kcm/libkcmcontrolsplugin.so %%QT_QMLDIR%%/org/kde/kcm/qmldir Modified: head/devel/kf5-kdoctools/distinfo ============================================================================== --- head/devel/kf5-kdoctools/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kdoctools/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650460 -SHA256 (KDE/frameworks/5.45.0/kdoctools-5.45.0.tar.xz) = a5322f7d09aa643d60738f3b24bda2d3c129cc9aa37856acf5bedba3929d4b2c -SIZE (KDE/frameworks/5.45.0/kdoctools-5.45.0.tar.xz) = 422516 +TIMESTAMP = 1525538234 +SHA256 (KDE/frameworks/5.46.0/kdoctools-5.46.0.tar.xz) = 339e1b1fa9a0678960b8a7e5eca85f0b4c7b808c521fd66b5816812556b47dfe +SIZE (KDE/frameworks/5.46.0/kdoctools-5.46.0.tar.xz) = 423800 Modified: head/devel/kf5-kfilemetadata/Makefile ============================================================================== --- head/devel/kf5-kfilemetadata/Makefile Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kfilemetadata/Makefile Fri May 18 16:57:06 2018 (r470309) @@ -2,7 +2,6 @@ PORTNAME= kfilemetadata DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 2 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/devel/kf5-kfilemetadata/distinfo ============================================================================== --- head/devel/kf5-kfilemetadata/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kfilemetadata/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650460 -SHA256 (KDE/frameworks/5.45.0/kfilemetadata-5.45.0.tar.xz) = 467166170082f09d9e6a27933a11a687362406239f08f893a617c53defd28f71 -SIZE (KDE/frameworks/5.45.0/kfilemetadata-5.45.0.tar.xz) = 219564 +TIMESTAMP = 1525538234 +SHA256 (KDE/frameworks/5.46.0/kfilemetadata-5.46.0.tar.xz) = 83025c3ff3fd0e72d3d1a72799006471ea9e62bc54d3dbd088edd8beb5b7ea96 +SIZE (KDE/frameworks/5.46.0/kfilemetadata-5.46.0.tar.xz) = 254912 Modified: head/devel/kf5-kfilemetadata/pkg-plist ============================================================================== --- head/devel/kf5-kfilemetadata/pkg-plist Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kfilemetadata/pkg-plist Fri May 18 16:57:06 2018 (r470309) @@ -35,6 +35,7 @@ lib/cmake/KF5FileMetaData/KF5FileMetaDataTargets.cmake lib/libKF5FileMetaData.so lib/libKF5FileMetaData.so.3 lib/libKF5FileMetaData.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KFileMetaData.pri %%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_epubextractor.so %%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_exiv2extractor.so %%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_ffmpegextractor.so Modified: head/devel/kf5-ki18n/Makefile ============================================================================== --- head/devel/kf5-ki18n/Makefile Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-ki18n/Makefile Fri May 18 16:57:06 2018 (r470309) @@ -2,7 +2,6 @@ PORTNAME= ki18n DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/devel/kf5-ki18n/distinfo ============================================================================== --- head/devel/kf5-ki18n/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-ki18n/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650460 -SHA256 (KDE/frameworks/5.45.0/ki18n-5.45.0.tar.xz) = b70e62cd355b02c6160b69b210fd7f4bd44fb341e013db8dc81c744332e55cf6 -SIZE (KDE/frameworks/5.45.0/ki18n-5.45.0.tar.xz) = 587564 +TIMESTAMP = 1525538234 +SHA256 (KDE/frameworks/5.46.0/ki18n-5.46.0.tar.xz) = da8eb3ddc002ad88c3bec817aa2f38fbe73894d2c019544195bc43ec66af9253 +SIZE (KDE/frameworks/5.46.0/ki18n-5.46.0.tar.xz) = 586924 Modified: head/devel/kf5-kidletime/distinfo ============================================================================== --- head/devel/kf5-kidletime/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kidletime/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650460 -SHA256 (KDE/frameworks/5.45.0/kidletime-5.45.0.tar.xz) = 1118c00c91495b948995958ca20d1b80778a8eab5a9224810876cba4c857a700 -SIZE (KDE/frameworks/5.45.0/kidletime-5.45.0.tar.xz) = 26480 +TIMESTAMP = 1525538234 +SHA256 (KDE/frameworks/5.46.0/kidletime-5.46.0.tar.xz) = 750ffcbed171987993b702bb94ff3d91fa301e0b4cd614e273d5d9ec5edd6f43 +SIZE (KDE/frameworks/5.46.0/kidletime-5.46.0.tar.xz) = 26580 Modified: head/devel/kf5-kio/distinfo ============================================================================== --- head/devel/kf5-kio/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kio/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650461 -SHA256 (KDE/frameworks/5.45.0/kio-5.45.0.tar.xz) = 3e7512e819fe1831b15981641dba26a7dcbbdbccd79cbf076ceedae8e4116b15 -SIZE (KDE/frameworks/5.45.0/kio-5.45.0.tar.xz) = 3150188 +TIMESTAMP = 1525538234 +SHA256 (KDE/frameworks/5.46.0/kio-5.46.0.tar.xz) = eb6a793f46777980633b0c41de596a14a76845d3d763fdac16e90678a88cd3a5 +SIZE (KDE/frameworks/5.46.0/kio-5.46.0.tar.xz) = 3148600 Modified: head/devel/kf5-kitemmodels/distinfo ============================================================================== --- head/devel/kf5-kitemmodels/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kitemmodels/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650461 -SHA256 (KDE/frameworks/5.45.0/kitemmodels-5.45.0.tar.xz) = 81cf879c8ca546bb1626c3c3fcd82d365f0d5ee45aba5066be8b3b468ddeab22 -SIZE (KDE/frameworks/5.45.0/kitemmodels-5.45.0.tar.xz) = 389724 +TIMESTAMP = 1525538235 +SHA256 (KDE/frameworks/5.46.0/kitemmodels-5.46.0.tar.xz) = 02734480c9893f02fe3d277267909a28d52648a5dac173c9987d5aac165ec877 +SIZE (KDE/frameworks/5.46.0/kitemmodels-5.46.0.tar.xz) = 390168 Modified: head/devel/kf5-knewstuff/distinfo ============================================================================== --- head/devel/kf5-knewstuff/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-knewstuff/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650461 -SHA256 (KDE/frameworks/5.45.0/knewstuff-5.45.0.tar.xz) = 762b5b8aa7d1642e8e38e2262d83116e842d25ad4084ac84cba81439bbfe624a -SIZE (KDE/frameworks/5.45.0/knewstuff-5.45.0.tar.xz) = 999300 +TIMESTAMP = 1525538235 +SHA256 (KDE/frameworks/5.46.0/knewstuff-5.46.0.tar.xz) = c5c1f1d666333c792ccffd197189aa3f6e56c6a8cb5b74a16b6219744f45238b +SIZE (KDE/frameworks/5.46.0/knewstuff-5.46.0.tar.xz) = 1000300 Modified: head/devel/kf5-knewstuff/pkg-plist ============================================================================== --- head/devel/kf5-knewstuff/pkg-plist Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-knewstuff/pkg-plist Fri May 18 16:57:06 2018 (r470309) @@ -59,8 +59,6 @@ lib/cmake/KF5NewStuffCore/KF5NewStuffCoreTargets-%%CMA lib/cmake/KF5NewStuffCore/KF5NewStuffCoreTargets.cmake lib/cmake/KF5NewStuffQuick/KF5NewStuffQuickConfig.cmake lib/cmake/KF5NewStuffQuick/KF5NewStuffQuickConfigVersion.cmake -lib/cmake/KF5NewStuffQuick/KF5NewStuffQuickTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/KF5NewStuffQuick/KF5NewStuffQuickTargets.cmake lib/libKF5NewStuff.so lib/libKF5NewStuff.so.5 lib/libKF5NewStuff.so.%%KDE_FRAMEWORKS_VERSION%% Modified: head/devel/kf5-knotifications/Makefile ============================================================================== --- head/devel/kf5-knotifications/Makefile Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-knotifications/Makefile Fri May 18 16:57:06 2018 (r470309) @@ -2,7 +2,6 @@ PORTNAME= knotifications DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/devel/kf5-knotifications/distinfo ============================================================================== --- head/devel/kf5-knotifications/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-knotifications/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650462 -SHA256 (KDE/frameworks/5.45.0/knotifications-5.45.0.tar.xz) = 6920efdccd698fc83849af211473780364d9cf18548c5e9b3bcf207b9ea3d866 -SIZE (KDE/frameworks/5.45.0/knotifications-5.45.0.tar.xz) = 100552 +TIMESTAMP = 1525538235 +SHA256 (KDE/frameworks/5.46.0/knotifications-5.46.0.tar.xz) = bfbc2176253dba5235f9b0fa96d1293229b78630ab5e32023d7bf838361fce43 +SIZE (KDE/frameworks/5.46.0/knotifications-5.46.0.tar.xz) = 100756 Modified: head/devel/kf5-knotifyconfig/distinfo ============================================================================== --- head/devel/kf5-knotifyconfig/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-knotifyconfig/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650462 -SHA256 (KDE/frameworks/5.45.0/knotifyconfig-5.45.0.tar.xz) = 6768ec34fb868b1a731436aee4867c5fa52e4203a5a144b334d5d68b78feae63 -SIZE (KDE/frameworks/5.45.0/knotifyconfig-5.45.0.tar.xz) = 83616 +TIMESTAMP = 1525538235 +SHA256 (KDE/frameworks/5.46.0/knotifyconfig-5.46.0.tar.xz) = 725212e94f321639e67d04cb240b67429bb0cc8a71e30413da77cda7229d2073 +SIZE (KDE/frameworks/5.46.0/knotifyconfig-5.46.0.tar.xz) = 83700 Modified: head/devel/kf5-kpackage/distinfo ============================================================================== --- head/devel/kf5-kpackage/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kpackage/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650462 -SHA256 (KDE/frameworks/5.45.0/kpackage-5.45.0.tar.xz) = 6f3f65eebb45ee07180032bac82d2a3f8b123fc331a44c9b1e3436848cbdb535 -SIZE (KDE/frameworks/5.45.0/kpackage-5.45.0.tar.xz) = 132132 +TIMESTAMP = 1525538235 +SHA256 (KDE/frameworks/5.46.0/kpackage-5.46.0.tar.xz) = 0cdd96f179c43dc8dd083e02c9ef9ffbffe7d97a6f83177870811c05a0fc85e0 +SIZE (KDE/frameworks/5.46.0/kpackage-5.46.0.tar.xz) = 132744 Modified: head/devel/kf5-kparts/distinfo ============================================================================== --- head/devel/kf5-kparts/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kparts/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650462 -SHA256 (KDE/frameworks/5.45.0/kparts-5.45.0.tar.xz) = bfe86f6326a520f7f179a35ee5b8b01f7e9247d6e93b4ae8cb840581b5f11556 -SIZE (KDE/frameworks/5.45.0/kparts-5.45.0.tar.xz) = 175612 +TIMESTAMP = 1525538236 +SHA256 (KDE/frameworks/5.46.0/kparts-5.46.0.tar.xz) = 12a0bd836f19f00720e08b30c0985991c53c752a8e072fadcb00442d838720c3 +SIZE (KDE/frameworks/5.46.0/kparts-5.46.0.tar.xz) = 176020 Modified: head/devel/kf5-kpeople/distinfo ============================================================================== --- head/devel/kf5-kpeople/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kpeople/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650463 -SHA256 (KDE/frameworks/5.45.0/kpeople-5.45.0.tar.xz) = e111618d82a3c7305530fde7464c84e6c12ddd323c90720ce27cc7c9d2b2a8b6 -SIZE (KDE/frameworks/5.45.0/kpeople-5.45.0.tar.xz) = 59728 +TIMESTAMP = 1525538236 +SHA256 (KDE/frameworks/5.46.0/kpeople-5.46.0.tar.xz) = d166d754bc2bcbd347a316b86c3ba939e23a3ff1189d4d0dbf5291caa94f75be +SIZE (KDE/frameworks/5.46.0/kpeople-5.46.0.tar.xz) = 59896 Modified: head/devel/kf5-kpty/distinfo ============================================================================== --- head/devel/kf5-kpty/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kpty/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650463 -SHA256 (KDE/frameworks/5.45.0/kpty-5.45.0.tar.xz) = ee3c9d1513a1a0f32708083fc9c06bdf616448014b973440572ac7e577570d3d -SIZE (KDE/frameworks/5.45.0/kpty-5.45.0.tar.xz) = 58244 +TIMESTAMP = 1525538236 +SHA256 (KDE/frameworks/5.46.0/kpty-5.46.0.tar.xz) = e12063178dcf7b3f2d07a797005cdf4b201223eb05b6c6fbfc2aca971fbf3ad4 +SIZE (KDE/frameworks/5.46.0/kpty-5.46.0.tar.xz) = 58172 Modified: head/devel/kf5-kservice/distinfo ============================================================================== --- head/devel/kf5-kservice/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kservice/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650463 -SHA256 (KDE/frameworks/5.45.0/kservice-5.45.0.tar.xz) = 875a0496d2f0d28163e5a9fa6832676162695b9dd8a2232632d8f80d8de42a63 -SIZE (KDE/frameworks/5.45.0/kservice-5.45.0.tar.xz) = 249832 +TIMESTAMP = 1525538236 +SHA256 (KDE/frameworks/5.46.0/kservice-5.46.0.tar.xz) = a7f4765cda131b1a21060a4328401381a9346d19cfaf033c7fc12cbc3117a060 +SIZE (KDE/frameworks/5.46.0/kservice-5.46.0.tar.xz) = 249592 Modified: head/devel/kf5-ktexteditor/distinfo ============================================================================== --- head/devel/kf5-ktexteditor/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-ktexteditor/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650464 -SHA256 (KDE/frameworks/5.45.0/ktexteditor-5.45.0.tar.xz) = d7dacac8ec76ced570c0e54cdb2c9b3c9882883abb7293241108b8007672e5be -SIZE (KDE/frameworks/5.45.0/ktexteditor-5.45.0.tar.xz) = 2301280 +TIMESTAMP = 1525538236 +SHA256 (KDE/frameworks/5.46.0/ktexteditor-5.46.0.tar.xz) = 0bd58aadcbbf61acea70a89bb91be798990db81f413e20ba177188e046b45efa +SIZE (KDE/frameworks/5.46.0/ktexteditor-5.46.0.tar.xz) = 2296888 Modified: head/devel/kf5-kunitconversion/distinfo ============================================================================== --- head/devel/kf5-kunitconversion/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-kunitconversion/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650464 -SHA256 (KDE/frameworks/5.45.0/kunitconversion-5.45.0.tar.xz) = 7906c5d3e911b6689e6aa55a5d63549658069696f2c4f89f317c3cc3862e952a -SIZE (KDE/frameworks/5.45.0/kunitconversion-5.45.0.tar.xz) = 770812 +TIMESTAMP = 1525538237 +SHA256 (KDE/frameworks/5.46.0/kunitconversion-5.46.0.tar.xz) = 834cac72b5b186109076bda19bec3be6faa2ae68669336ac2e67b45f0602ab91 +SIZE (KDE/frameworks/5.46.0/kunitconversion-5.46.0.tar.xz) = 774004 Modified: head/devel/kf5-solid/distinfo ============================================================================== --- head/devel/kf5-solid/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-solid/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650464 -SHA256 (KDE/frameworks/5.45.0/solid-5.45.0.tar.xz) = ade2068f5d0affeff3599ef12b67b016a4518e3085863739f9b6e90685d4b09c -SIZE (KDE/frameworks/5.45.0/solid-5.45.0.tar.xz) = 257376 +TIMESTAMP = 1525538237 +SHA256 (KDE/frameworks/5.46.0/solid-5.46.0.tar.xz) = 358e1d19b6b457e8cf011b520e928390d1c15175f2adc56a3bd31a5d972d9d7b +SIZE (KDE/frameworks/5.46.0/solid-5.46.0.tar.xz) = 257668 Modified: head/devel/kf5-threadweaver/distinfo ============================================================================== --- head/devel/kf5-threadweaver/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/devel/kf5-threadweaver/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650464 -SHA256 (KDE/frameworks/5.45.0/threadweaver-5.45.0.tar.xz) = d71785c64b6df9122abb44f4215ced44b4d94fca793c7e0f0fdb68d8fdbb419b -SIZE (KDE/frameworks/5.45.0/threadweaver-5.45.0.tar.xz) = 1409376 +TIMESTAMP = 1525538237 +SHA256 (KDE/frameworks/5.46.0/threadweaver-5.46.0.tar.xz) = f858d1f4b7d567e0cfba00b56e15af75e0552a1d6e7afb6925bacf3964f7cd7e +SIZE (KDE/frameworks/5.46.0/threadweaver-5.46.0.tar.xz) = 1409620 Modified: head/dns/kf5-kdnssd/distinfo ============================================================================== --- head/dns/kf5-kdnssd/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/dns/kf5-kdnssd/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650465 -SHA256 (KDE/frameworks/5.45.0/kdnssd-5.45.0.tar.xz) = 1db89b740dbf1041628c3eaeb9e9d3fe57e98d8ef98bf4bb79ba9feb1fa63aa0 -SIZE (KDE/frameworks/5.45.0/kdnssd-5.45.0.tar.xz) = 56620 +TIMESTAMP = 1525538237 +SHA256 (KDE/frameworks/5.46.0/kdnssd-5.46.0.tar.xz) = cdfcc403a2d2c0ffab7b2c95c9f69495435dba5fb4fdc65943736c86254ceee6 +SIZE (KDE/frameworks/5.46.0/kdnssd-5.46.0.tar.xz) = 56700 Modified: head/graphics/kf5-kimageformats/distinfo ============================================================================== --- head/graphics/kf5-kimageformats/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/graphics/kf5-kimageformats/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650465 -SHA256 (KDE/frameworks/5.45.0/kimageformats-5.45.0.tar.xz) = d79feea60a3b0e9f73347b7b65361c3304a533edcd389efc4b5c9b222fcdac4d -SIZE (KDE/frameworks/5.45.0/kimageformats-5.45.0.tar.xz) = 204768 +TIMESTAMP = 1525538237 +SHA256 (KDE/frameworks/5.46.0/kimageformats-5.46.0.tar.xz) = c32b48ae2093262f945707efff63c4dd700cd32efc4f94db360036a06a69753e +SIZE (KDE/frameworks/5.46.0/kimageformats-5.46.0.tar.xz) = 204672 Modified: head/graphics/kf5-kplotting/distinfo ============================================================================== --- head/graphics/kf5-kplotting/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/graphics/kf5-kplotting/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650465 -SHA256 (KDE/frameworks/5.45.0/kplotting-5.45.0.tar.xz) = 7191e97f96a3c95cf036ab0f64e7476988a14c58b8a86ee29b5121774a5bbbb9 -SIZE (KDE/frameworks/5.45.0/kplotting-5.45.0.tar.xz) = 29596 +TIMESTAMP = 1525538238 +SHA256 (KDE/frameworks/5.46.0/kplotting-5.46.0.tar.xz) = 16116cbfd9acb18f77622e735182f5dc016696b306682ff2083b700ea7d87cee +SIZE (KDE/frameworks/5.46.0/kplotting-5.46.0.tar.xz) = 29776 Modified: head/graphics/kf5-prison/distinfo ============================================================================== --- head/graphics/kf5-prison/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/graphics/kf5-prison/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650466 -SHA256 (KDE/frameworks/5.45.0/prison-5.45.0.tar.xz) = 20f645e263df3f32be04485bd21fcdb02d46c1f5c91f411c43e26b82bab7d9bc -SIZE (KDE/frameworks/5.45.0/prison-5.45.0.tar.xz) = 39296 +TIMESTAMP = 1525538238 +SHA256 (KDE/frameworks/5.46.0/prison-5.46.0.tar.xz) = ef6a3f29e3f030e254343600f051317f6f8a99185d8ad93d78d849bf31bb0894 +SIZE (KDE/frameworks/5.46.0/prison-5.46.0.tar.xz) = 39252 Modified: head/lang/kf5-kross/distinfo ============================================================================== --- head/lang/kf5-kross/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/lang/kf5-kross/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650466 -SHA256 (KDE/frameworks/5.45.0/kross-5.45.0.tar.xz) = 1647a4d8418bd2c3921ed98185a755a482d9b0f7c718871ca645da6499191ee9 -SIZE (KDE/frameworks/5.45.0/kross-5.45.0.tar.xz) = 127776 +TIMESTAMP = 1525538238 +SHA256 (KDE/frameworks/5.46.0/kross-5.46.0.tar.xz) = 4d873c1dfec4d8dc7db4d1014cf59a2e4de4576888d36b1c9171c8416b00d272 +SIZE (KDE/frameworks/5.46.0/kross-5.46.0.tar.xz) = 127780 Modified: head/misc/kf5-purpose/distinfo ============================================================================== --- head/misc/kf5-purpose/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/misc/kf5-purpose/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650466 -SHA256 (KDE/frameworks/5.45.0/purpose-5.45.0.tar.xz) = 8bba7b1697edceeb64e7b88bca0afe20b4131182ec033afde45c7074e813dd55 -SIZE (KDE/frameworks/5.45.0/purpose-5.45.0.tar.xz) = 118628 +TIMESTAMP = 1525538238 +SHA256 (KDE/frameworks/5.46.0/purpose-5.46.0.tar.xz) = e1cd55712726f9997cf616a36ae880a8f518b405da3b05d3b463418208d73ad7 +SIZE (KDE/frameworks/5.46.0/purpose-5.46.0.tar.xz) = 119424 Modified: head/multimedia/kf5-kmediaplayer/distinfo ============================================================================== --- head/multimedia/kf5-kmediaplayer/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/multimedia/kf5-kmediaplayer/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650466 -SHA256 (KDE/frameworks/5.45.0/kmediaplayer-5.45.0.tar.xz) = eef17ddbd147441b42ed4381abd642fd076c564ebda9752b3e9cb58e08a96e5c -SIZE (KDE/frameworks/5.45.0/kmediaplayer-5.45.0.tar.xz) = 9504 +TIMESTAMP = 1525538238 +SHA256 (KDE/frameworks/5.46.0/kmediaplayer-5.46.0.tar.xz) = f145c6755f9e8dc14626a8bf4ec72c8f7f1778860e8adef22ee315e586b18c78 +SIZE (KDE/frameworks/5.46.0/kmediaplayer-5.46.0.tar.xz) = 9508 Modified: head/net/kf5-kholidays/distinfo ============================================================================== --- head/net/kf5-kholidays/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/net/kf5-kholidays/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650467 -SHA256 (KDE/frameworks/5.45.0/kholidays-5.45.0.tar.xz) = 2a93fabcc3089ee98aeebf47cbd193b5455e2530505b99cdd746dc3ffff26c09 -SIZE (KDE/frameworks/5.45.0/kholidays-5.45.0.tar.xz) = 198560 +TIMESTAMP = 1525538239 +SHA256 (KDE/frameworks/5.46.0/kholidays-5.46.0.tar.xz) = d8936430384039368b6ec2ee06f8910ec73c3a6f109320f0802a661b7f19ab83 +SIZE (KDE/frameworks/5.46.0/kholidays-5.46.0.tar.xz) = 199124 Modified: head/net/kf5-kxmlrpcclient/distinfo ============================================================================== --- head/net/kf5-kxmlrpcclient/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/net/kf5-kxmlrpcclient/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650467 -SHA256 (KDE/frameworks/5.45.0/kxmlrpcclient-5.45.0.tar.xz) = b440c7769e4507d148564dfad8bdf8ae8592da37aeaeabd93eab13c64254d34d -SIZE (KDE/frameworks/5.45.0/kxmlrpcclient-5.45.0.tar.xz) = 29396 +TIMESTAMP = 1525538239 +SHA256 (KDE/frameworks/5.46.0/kxmlrpcclient-5.46.0.tar.xz) = 30b3e3367ae81c57e3c43abb734c1d10e9ee78bb1dc4cc3a9c71c61b09418e17 +SIZE (KDE/frameworks/5.46.0/kxmlrpcclient-5.46.0.tar.xz) = 29520 Modified: head/security/kf5-kdesu/distinfo ============================================================================== --- head/security/kf5-kdesu/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/security/kf5-kdesu/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650467 -SHA256 (KDE/frameworks/5.45.0/kdesu-5.45.0.tar.xz) = 9e2a304e074fff4fdf2cf60fc99dde64d681d3c0c602e61c669fd54d8e65d67e -SIZE (KDE/frameworks/5.45.0/kdesu-5.45.0.tar.xz) = 44976 +TIMESTAMP = 1525538239 +SHA256 (KDE/frameworks/5.46.0/kdesu-5.46.0.tar.xz) = b121d8c70954239e8aba99efa9cd8900f954b67bfbf7ae7032d8a982bc67a44a +SIZE (KDE/frameworks/5.46.0/kdesu-5.46.0.tar.xz) = 44800 Modified: head/sysutils/kf5-baloo/distinfo ============================================================================== --- head/sysutils/kf5-baloo/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/sysutils/kf5-baloo/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650468 -SHA256 (KDE/frameworks/5.45.0/baloo-5.45.0.tar.xz) = ba4157e0f8fd6c33aa373a373719e2907aa058bdcf2e0d97617c6043d2bb227f -SIZE (KDE/frameworks/5.45.0/baloo-5.45.0.tar.xz) = 218632 +TIMESTAMP = 1525538239 +SHA256 (KDE/frameworks/5.46.0/baloo-5.46.0.tar.xz) = c33788167d65fe20621b2ae11ad8ae734c20f43e083e14c3c922fec4b14f9c07 +SIZE (KDE/frameworks/5.46.0/baloo-5.46.0.tar.xz) = 227572 Modified: head/sysutils/kf5-baloo/pkg-plist ============================================================================== --- head/sysutils/kf5-baloo/pkg-plist Fri May 18 16:31:47 2018 (r470308) +++ head/sysutils/kf5-baloo/pkg-plist Fri May 18 16:57:06 2018 (r470309) @@ -30,6 +30,7 @@ lib/libKF5Baloo.so.5 lib/libKF5Baloo.so.%%KDE_FRAMEWORKS_VERSION%% lib/libKF5BalooEngine.so.5 lib/libKF5BalooEngine.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_Baloo.pri %%QT_PLUGINDIR%%/kf5/kded/baloosearchmodule.so %%QT_PLUGINDIR%%/kf5/kio/baloosearch.so %%QT_PLUGINDIR%%/kf5/kio/tags.so @@ -39,6 +40,7 @@ lib/libKF5BalooEngine.so.%%KDE_FRAMEWORKS_VERSION%% %%QT_QMLDIR%%/org/kde/baloo/libbalooplugin.so %%QT_QMLDIR%%/org/kde/baloo/qmldir libdata/pkgconfig/Baloo.pc +share/dbus-1/interfaces/org.kde.BalooWatcherApplication.xml share/dbus-1/interfaces/org.kde.baloo.file.indexer.xml share/dbus-1/interfaces/org.kde.baloo.fileindexer.xml share/dbus-1/interfaces/org.kde.baloo.main.xml @@ -119,6 +121,7 @@ share/locale/da/LC_MESSAGES/kio5_timeline.mo share/locale/de/LC_MESSAGES/baloo_file5.mo share/locale/de/LC_MESSAGES/baloo_file_extractor5.mo share/locale/de/LC_MESSAGES/balooctl5.mo +share/locale/de/LC_MESSAGES/baloodb5.mo share/locale/de/LC_MESSAGES/balooengine5.mo share/locale/de/LC_MESSAGES/baloomonitorplugin.mo share/locale/de/LC_MESSAGES/baloosearch5.mo @@ -169,6 +172,8 @@ share/locale/et/LC_MESSAGES/kio5_timeline.mo share/locale/eu/LC_MESSAGES/baloo_file5.mo share/locale/eu/LC_MESSAGES/baloo_file_extractor5.mo share/locale/eu/LC_MESSAGES/balooctl5.mo +share/locale/eu/LC_MESSAGES/baloodb5.mo +share/locale/eu/LC_MESSAGES/balooengine5.mo share/locale/eu/LC_MESSAGES/baloomonitorplugin.mo share/locale/eu/LC_MESSAGES/baloosearch5.mo share/locale/eu/LC_MESSAGES/balooshow5.mo @@ -208,6 +213,8 @@ share/locale/gd/LC_MESSAGES/kio5_timeline.mo share/locale/gl/LC_MESSAGES/baloo_file5.mo share/locale/gl/LC_MESSAGES/baloo_file_extractor5.mo share/locale/gl/LC_MESSAGES/balooctl5.mo +share/locale/gl/LC_MESSAGES/baloodb5.mo +share/locale/gl/LC_MESSAGES/balooengine5.mo share/locale/gl/LC_MESSAGES/baloomonitorplugin.mo share/locale/gl/LC_MESSAGES/baloosearch5.mo share/locale/gl/LC_MESSAGES/balooshow5.mo @@ -248,6 +255,8 @@ share/locale/id/LC_MESSAGES/kio5_timeline.mo share/locale/it/LC_MESSAGES/baloo_file5.mo share/locale/it/LC_MESSAGES/baloo_file_extractor5.mo share/locale/it/LC_MESSAGES/balooctl5.mo +share/locale/it/LC_MESSAGES/baloodb5.mo +share/locale/it/LC_MESSAGES/balooengine5.mo share/locale/it/LC_MESSAGES/baloomonitorplugin.mo share/locale/it/LC_MESSAGES/baloosearch5.mo share/locale/it/LC_MESSAGES/balooshow5.mo @@ -324,6 +333,8 @@ share/locale/pa/LC_MESSAGES/kio5_timeline.mo share/locale/pl/LC_MESSAGES/baloo_file5.mo share/locale/pl/LC_MESSAGES/baloo_file_extractor5.mo share/locale/pl/LC_MESSAGES/balooctl5.mo +share/locale/pl/LC_MESSAGES/baloodb5.mo +share/locale/pl/LC_MESSAGES/balooengine5.mo share/locale/pl/LC_MESSAGES/baloomonitorplugin.mo share/locale/pl/LC_MESSAGES/baloosearch5.mo share/locale/pl/LC_MESSAGES/balooshow5.mo @@ -360,6 +371,8 @@ share/locale/ro/LC_MESSAGES/kio5_timeline.mo share/locale/ru/LC_MESSAGES/baloo_file5.mo share/locale/ru/LC_MESSAGES/baloo_file_extractor5.mo share/locale/ru/LC_MESSAGES/balooctl5.mo +share/locale/ru/LC_MESSAGES/baloodb5.mo +share/locale/ru/LC_MESSAGES/balooengine5.mo share/locale/ru/LC_MESSAGES/baloomonitorplugin.mo share/locale/ru/LC_MESSAGES/baloosearch5.mo share/locale/ru/LC_MESSAGES/balooshow5.mo Modified: head/sysutils/kf5-kwallet/Makefile ============================================================================== --- head/sysutils/kf5-kwallet/Makefile Fri May 18 16:31:47 2018 (r470308) +++ head/sysutils/kf5-kwallet/Makefile Fri May 18 16:57:06 2018 (r470309) @@ -2,7 +2,6 @@ PORTNAME= kwallet DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/sysutils/kf5-kwallet/distinfo ============================================================================== --- head/sysutils/kf5-kwallet/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/sysutils/kf5-kwallet/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650468 -SHA256 (KDE/frameworks/5.45.0/kwallet-5.45.0.tar.xz) = 29360d0a0f06c396807f1cbd767e816a162c05b1593ed82adc687a3e66223afa -SIZE (KDE/frameworks/5.45.0/kwallet-5.45.0.tar.xz) = 306748 +TIMESTAMP = 1525538239 +SHA256 (KDE/frameworks/5.46.0/kwallet-5.46.0.tar.xz) = f0afa5e183566500b48e6fffb4612dcd41ef7f3f2cc8a5f73fb8d5d59c5fdb95 +SIZE (KDE/frameworks/5.46.0/kwallet-5.46.0.tar.xz) = 307032 Modified: head/textproc/kf5-kcodecs/distinfo ============================================================================== --- head/textproc/kf5-kcodecs/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/textproc/kf5-kcodecs/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650468 -SHA256 (KDE/frameworks/5.45.0/kcodecs-5.45.0.tar.xz) = fdf7403734502f0dd939908723b7b7c1b4470ef99bfd776a316b35621449266a -SIZE (KDE/frameworks/5.45.0/kcodecs-5.45.0.tar.xz) = 219616 +TIMESTAMP = 1525538240 +SHA256 (KDE/frameworks/5.46.0/kcodecs-5.46.0.tar.xz) = cdb163431288717243566beebd46167b564fad0ca1a39d1ab70964577f30927b +SIZE (KDE/frameworks/5.46.0/kcodecs-5.46.0.tar.xz) = 220204 Modified: head/textproc/kf5-sonnet/distinfo ============================================================================== --- head/textproc/kf5-sonnet/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/textproc/kf5-sonnet/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650468 -SHA256 (KDE/frameworks/5.45.0/sonnet-5.45.0.tar.xz) = 5a8ba43bbbccccbd4a7dd0228aa5a36e72463890762b7e71277913b65de75957 -SIZE (KDE/frameworks/5.45.0/sonnet-5.45.0.tar.xz) = 285628 +TIMESTAMP = 1525538240 +SHA256 (KDE/frameworks/5.46.0/sonnet-5.46.0.tar.xz) = 4490abfc7f0ae461d243db5179010d7821612de750ac2a7cc98731ee70f4558e +SIZE (KDE/frameworks/5.46.0/sonnet-5.46.0.tar.xz) = 286760 Modified: head/textproc/kf5-syntax-highlighting/distinfo ============================================================================== --- head/textproc/kf5-syntax-highlighting/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/textproc/kf5-syntax-highlighting/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650469 -SHA256 (KDE/frameworks/5.45.0/syntax-highlighting-5.45.0.tar.xz) = 63903b51971dc98f9509e9d02d057f95ed53d9dcfd1583f904df4c6dd597e3ec -SIZE (KDE/frameworks/5.45.0/syntax-highlighting-5.45.0.tar.xz) = 1155892 +TIMESTAMP = 1525538240 +SHA256 (KDE/frameworks/5.46.0/syntax-highlighting-5.46.0.tar.xz) = bdf7041e05eda6fcffda6e2fcc60e283fa84e8f7dbdd5ecb85134f36a8d967a1 +SIZE (KDE/frameworks/5.46.0/syntax-highlighting-5.46.0.tar.xz) = 1166004 Modified: head/textproc/kf5-syntax-highlighting/pkg-plist ============================================================================== --- head/textproc/kf5-syntax-highlighting/pkg-plist Fri May 18 16:31:47 2018 (r470308) +++ head/textproc/kf5-syntax-highlighting/pkg-plist Fri May 18 16:57:06 2018 (r470309) @@ -59,6 +59,7 @@ share/locale/hr/LC_MESSAGES/syntaxhighlighting5_qt.qm share/locale/hsb/LC_MESSAGES/syntaxhighlighting5_qt.qm share/locale/hu/LC_MESSAGES/syntaxhighlighting5_qt.qm share/locale/ia/LC_MESSAGES/syntaxhighlighting5_qt.qm +share/locale/id/LC_MESSAGES/syntaxhighlighting5_qt.qm share/locale/is/LC_MESSAGES/syntaxhighlighting5_qt.qm share/locale/it/LC_MESSAGES/syntaxhighlighting5_qt.qm share/locale/ja/LC_MESSAGES/syntaxhighlighting5_qt.qm Modified: head/www/kf5-kdewebkit/distinfo ============================================================================== --- head/www/kf5-kdewebkit/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/www/kf5-kdewebkit/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650469 -SHA256 (KDE/frameworks/5.45.0/kdewebkit-5.45.0.tar.xz) = e95dc228d0e0d7f3bbccde3349a8dd5e3621aa71dd3a617d09f7b5a7bd52bd49 -SIZE (KDE/frameworks/5.45.0/kdewebkit-5.45.0.tar.xz) = 29284 +TIMESTAMP = 1525538240 +SHA256 (KDE/frameworks/5.46.0/kdewebkit-5.46.0.tar.xz) = f4dec6010f3590596460c203455c974e1a58276a58c1cf7367de932177d5246f +SIZE (KDE/frameworks/5.46.0/kdewebkit-5.46.0.tar.xz) = 29284 Modified: head/www/kf5-khtml/distinfo ============================================================================== --- head/www/kf5-khtml/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/www/kf5-khtml/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650469 -SHA256 (KDE/frameworks/5.45.0/khtml-5.45.0.tar.xz) = d87ad28abbc90610b31c6ea588710fac9575620f5ca89447c0a3dc0bcbf22fd2 -SIZE (KDE/frameworks/5.45.0/khtml-5.45.0.tar.xz) = 2081852 +TIMESTAMP = 1525538240 +SHA256 (KDE/frameworks/5.46.0/khtml-5.46.0.tar.xz) = 09e8fd891d0d02549a06843c713d8834242f931dc0d2b9bbe2912d9c8047b831 +SIZE (KDE/frameworks/5.46.0/khtml-5.46.0.tar.xz) = 2080444 Modified: head/www/kf5-kjs/distinfo ============================================================================== --- head/www/kf5-kjs/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/www/kf5-kjs/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650469 -SHA256 (KDE/frameworks/5.45.0/kjs-5.45.0.tar.xz) = 5917480144dc1c45f80c11f8652e6cc9b4f73d0f3ad77fc1dc2299b1dd29acf6 -SIZE (KDE/frameworks/5.45.0/kjs-5.45.0.tar.xz) = 294852 +TIMESTAMP = 1525538241 +SHA256 (KDE/frameworks/5.46.0/kjs-5.46.0.tar.xz) = 8529f9382b8cc2e2b63184bef27e7bc2e7b0ffa9a48f5f5943db77ce960c5300 +SIZE (KDE/frameworks/5.46.0/kjs-5.46.0.tar.xz) = 294872 Modified: head/www/kf5-kjsembed/distinfo ============================================================================== --- head/www/kf5-kjsembed/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/www/kf5-kjsembed/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650470 -SHA256 (KDE/frameworks/5.45.0/kjsembed-5.45.0.tar.xz) = 2e2ee5189a239444b543d56b492d47c7e988b8610164ea19b9830d6e4b5e5496 -SIZE (KDE/frameworks/5.45.0/kjsembed-5.45.0.tar.xz) = 169460 +TIMESTAMP = 1525538241 +SHA256 (KDE/frameworks/5.46.0/kjsembed-5.46.0.tar.xz) = 02b31a8f5754f6e96069a88c62af4dfc783865548f2d67474afa538c2288828e +SIZE (KDE/frameworks/5.46.0/kjsembed-5.46.0.tar.xz) = 170048 Modified: head/x11-themes/kf5-breeze-icons/distinfo ============================================================================== --- head/x11-themes/kf5-breeze-icons/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-themes/kf5-breeze-icons/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650470 -SHA256 (KDE/frameworks/5.45.0/breeze-icons-5.45.0.tar.xz) = 48ea5e4934782a8ed7acc98861bb83cb659ded5bbc5a6fcd59939e0b3c27f15b -SIZE (KDE/frameworks/5.45.0/breeze-icons-5.45.0.tar.xz) = 1535656 +TIMESTAMP = 1525538241 +SHA256 (KDE/frameworks/5.46.0/breeze-icons-5.46.0.tar.xz) = 830c738605a4bc461d655fd3e0f66ec06a25cdf136910bc6a83f304c199007eb +SIZE (KDE/frameworks/5.46.0/breeze-icons-5.46.0.tar.xz) = 1543996 Modified: head/x11-themes/kf5-breeze-icons/pkg-plist ============================================================================== --- head/x11-themes/kf5-breeze-icons/pkg-plist Fri May 18 16:31:47 2018 (r470308) +++ head/x11-themes/kf5-breeze-icons/pkg-plist Fri May 18 16:57:06 2018 (r470309) @@ -4007,6 +4007,7 @@ share/icons/breeze-dark/actions/24/run-install.svg share/icons/breeze-dark/actions/24/select-rectangular.svg share/icons/breeze-dark/actions/24/select.svg share/icons/breeze-dark/actions/24/services.svg +share/icons/breeze-dark/actions/24/settings-configure.svg share/icons/breeze-dark/actions/24/shapes.svg share/icons/breeze-dark/actions/24/sharpenimage.svg share/icons/breeze-dark/actions/24/show-menu.svg @@ -4039,6 +4040,7 @@ share/icons/breeze-dark/actions/24/sort-presence.svg share/icons/breeze-dark/actions/24/speaker.svg share/icons/breeze-dark/actions/24/split.svg share/icons/breeze-dark/actions/24/state-fork.svg +share/icons/breeze-dark/actions/24/step_object_Controller.svg share/icons/breeze-dark/actions/24/story-editor.svg share/icons/breeze-dark/actions/24/stroke-cap-bevel.svg share/icons/breeze-dark/actions/24/stroke-cap-butt.svg @@ -4335,6 +4337,7 @@ share/icons/breeze-dark/actions/32/document-preview-ar share/icons/breeze-dark/actions/32/document-preview.svg share/icons/breeze-dark/actions/32/document-print-direct.svg share/icons/breeze-dark/actions/32/document-print.svg +share/icons/breeze-dark/actions/32/document-properties.svg share/icons/breeze-dark/actions/32/document-revert.svg share/icons/breeze-dark/actions/32/document-save-all.svg share/icons/breeze-dark/actions/32/document-save-as.svg @@ -4355,6 +4358,7 @@ share/icons/breeze-dark/actions/32/flash.svg share/icons/breeze-dark/actions/32/folder-new.svg share/icons/breeze-dark/actions/32/folder-sync.svg share/icons/breeze-dark/actions/32/format-stroke-color.svg +share/icons/breeze-dark/actions/32/games-config-custom.svg share/icons/breeze-dark/actions/32/games-config-options.svg share/icons/breeze-dark/actions/32/gnumeric-format-halign-distributed.svg share/icons/breeze-dark/actions/32/gnumeric-format-valign-bottom.svg @@ -4372,6 +4376,7 @@ share/icons/breeze-dark/actions/32/go-parent-folder.sv share/icons/breeze-dark/actions/32/go-previous.svg share/icons/breeze-dark/actions/32/go-top.svg share/icons/breeze-dark/actions/32/go-up.svg +share/icons/breeze-dark/actions/32/gtk-preferences.svg share/icons/breeze-dark/actions/32/help-about.svg share/icons/breeze-dark/actions/32/help-donate.svg share/icons/breeze-dark/actions/32/help-keybord-shortcuts.svg @@ -4453,6 +4458,8 @@ share/icons/breeze-dark/actions/32/percent.svg share/icons/breeze-dark/actions/32/preview.svg share/icons/breeze-dark/actions/32/qa.svg share/icons/breeze-dark/actions/32/select.svg +share/icons/breeze-dark/actions/32/settings-configure.svg +share/icons/breeze-dark/actions/32/step_object_Controller.svg share/icons/breeze-dark/actions/32/system-lock-screen.svg share/icons/breeze-dark/actions/32/system-log-out.svg share/icons/breeze-dark/actions/32/system-reboot.svg @@ -4845,6 +4852,7 @@ share/icons/breeze-dark/apps/16/system-file-manager.sv share/icons/breeze-dark/apps/16/system-help.svg share/icons/breeze-dark/apps/16/umbrello.svg share/icons/breeze-dark/apps/16/utilities-terminal.svg +share/icons/breeze-dark/apps/16/virt-manager.svg share/icons/breeze-dark/apps/22/accessories-text-editor.svg share/icons/breeze-dark/apps/22/akregator.svg share/icons/breeze-dark/apps/22/applications-internet.svg @@ -4856,6 +4864,7 @@ share/icons/breeze-dark/apps/22/kde.svg share/icons/breeze-dark/apps/22/kdeconnect.svg share/icons/breeze-dark/apps/22/korg-todo.svg share/icons/breeze-dark/apps/22/kwrite.svg +share/icons/breeze-dark/apps/22/plasma-browser-integration.svg share/icons/breeze-dark/apps/22/plasma.svg share/icons/breeze-dark/apps/22/plasmavault.svg share/icons/breeze-dark/apps/22/preferences-desktop-font.svg @@ -4865,6 +4874,7 @@ share/icons/breeze-dark/apps/22/system-file-manager.sv share/icons/breeze-dark/apps/22/system-help.svg share/icons/breeze-dark/apps/22/umbrello.svg share/icons/breeze-dark/apps/22/utilities-terminal.svg +share/icons/breeze-dark/apps/22/virt-manager.svg share/icons/breeze-dark/apps/22/vlc.svg share/icons/breeze-dark/apps/32/accessories-text-editor.svg share/icons/breeze-dark/apps/32/hotspot.svg @@ -5178,6 +5188,7 @@ share/icons/breeze-dark/apps/48/utilities-log-viewer.s share/icons/breeze-dark/apps/48/utilities-system-monitor.svg share/icons/breeze-dark/apps/48/utilities-terminal.svg share/icons/breeze-dark/apps/48/viber.svg +share/icons/breeze-dark/apps/48/virt-manager.svg share/icons/breeze-dark/apps/48/virtualbox.svg share/icons/breeze-dark/apps/48/vlc.svg share/icons/breeze-dark/apps/48/vokoscreen.svg @@ -7778,6 +7789,7 @@ share/icons/breeze-dark/status/22/user-idle.svg share/icons/breeze-dark/status/22/user-invisible.svg share/icons/breeze-dark/status/22/user-offline.svg share/icons/breeze-dark/status/22/user-online.svg +share/icons/breeze-dark/status/22/video-card-inactive.svg share/icons/breeze-dark/status/24/dialog-information.svg share/icons/breeze-dark/status/24/media-playback-paused.svg share/icons/breeze-dark/status/24/media-playback-playing.svg @@ -11859,6 +11871,7 @@ share/icons/breeze/actions/24/run-install.svg share/icons/breeze/actions/24/select-rectangular.svg share/icons/breeze/actions/24/select.svg share/icons/breeze/actions/24/services.svg +share/icons/breeze/actions/24/settings-configure.svg share/icons/breeze/actions/24/shapes.svg share/icons/breeze/actions/24/sharpenimage.svg share/icons/breeze/actions/24/show-menu.svg @@ -11891,6 +11904,7 @@ share/icons/breeze/actions/24/sort-presence.svg share/icons/breeze/actions/24/speaker.svg share/icons/breeze/actions/24/split.svg share/icons/breeze/actions/24/state-fork.svg +share/icons/breeze/actions/24/step_object_Controller.svg share/icons/breeze/actions/24/story-editor.svg share/icons/breeze/actions/24/stroke-cap-bevel.svg share/icons/breeze/actions/24/stroke-cap-butt.svg @@ -12187,6 +12201,7 @@ share/icons/breeze/actions/32/document-preview-archive share/icons/breeze/actions/32/document-preview.svg share/icons/breeze/actions/32/document-print-direct.svg share/icons/breeze/actions/32/document-print.svg +share/icons/breeze/actions/32/document-properties.svg share/icons/breeze/actions/32/document-revert.svg share/icons/breeze/actions/32/document-save-all.svg share/icons/breeze/actions/32/document-save-as.svg @@ -12207,6 +12222,7 @@ share/icons/breeze/actions/32/flash.svg share/icons/breeze/actions/32/folder-new.svg share/icons/breeze/actions/32/folder-sync.svg share/icons/breeze/actions/32/format-stroke-color.svg +share/icons/breeze/actions/32/games-config-custom.svg share/icons/breeze/actions/32/games-config-options.svg share/icons/breeze/actions/32/gnumeric-format-halign-distributed.svg share/icons/breeze/actions/32/gnumeric-format-valign-bottom.svg @@ -12224,6 +12240,7 @@ share/icons/breeze/actions/32/go-parent-folder.svg share/icons/breeze/actions/32/go-previous.svg share/icons/breeze/actions/32/go-top.svg share/icons/breeze/actions/32/go-up.svg +share/icons/breeze/actions/32/gtk-preferences.svg share/icons/breeze/actions/32/help-about.svg share/icons/breeze/actions/32/help-donate.svg share/icons/breeze/actions/32/help-keybord-shortcuts.svg @@ -12305,6 +12322,8 @@ share/icons/breeze/actions/32/percent.svg share/icons/breeze/actions/32/preview.svg share/icons/breeze/actions/32/qa.svg share/icons/breeze/actions/32/select.svg +share/icons/breeze/actions/32/settings-configure.svg +share/icons/breeze/actions/32/step_object_Controller.svg share/icons/breeze/actions/32/system-lock-screen.svg share/icons/breeze/actions/32/system-log-out.svg share/icons/breeze/actions/32/system-reboot.svg @@ -12699,6 +12718,7 @@ share/icons/breeze/apps/16/system-file-manager.svg share/icons/breeze/apps/16/system-help.svg share/icons/breeze/apps/16/umbrello.svg share/icons/breeze/apps/16/utilities-terminal.svg +share/icons/breeze/apps/16/virt-manager.svg share/icons/breeze/apps/22/accessories-text-editor.svg share/icons/breeze/apps/22/akregator.svg share/icons/breeze/apps/22/applications-internet.svg @@ -12710,6 +12730,7 @@ share/icons/breeze/apps/22/kde.svg share/icons/breeze/apps/22/kdeconnect.svg share/icons/breeze/apps/22/korg-todo.svg share/icons/breeze/apps/22/kwrite.svg +share/icons/breeze/apps/22/plasma-browser-integration.svg share/icons/breeze/apps/22/plasma.svg share/icons/breeze/apps/22/plasmavault.svg share/icons/breeze/apps/22/preferences-desktop-font.svg @@ -12719,6 +12740,7 @@ share/icons/breeze/apps/22/system-file-manager.svg share/icons/breeze/apps/22/system-help.svg share/icons/breeze/apps/22/umbrello.svg share/icons/breeze/apps/22/utilities-terminal.svg +share/icons/breeze/apps/22/virt-manager.svg share/icons/breeze/apps/22/vlc.svg share/icons/breeze/apps/32/accessories-text-editor.svg share/icons/breeze/apps/32/hotspot.svg @@ -13032,6 +13054,7 @@ share/icons/breeze/apps/48/utilities-log-viewer.svg share/icons/breeze/apps/48/utilities-system-monitor.svg share/icons/breeze/apps/48/utilities-terminal.svg share/icons/breeze/apps/48/viber.svg +share/icons/breeze/apps/48/virt-manager.svg share/icons/breeze/apps/48/virtualbox.svg share/icons/breeze/apps/48/vlc.svg share/icons/breeze/apps/48/vokoscreen.svg @@ -15632,6 +15655,7 @@ share/icons/breeze/status/22/user-idle.svg share/icons/breeze/status/22/user-invisible.svg share/icons/breeze/status/22/user-offline.svg share/icons/breeze/status/22/user-online.svg +share/icons/breeze/status/22/video-card-inactive.svg share/icons/breeze/status/24/media-playback-paused.svg share/icons/breeze/status/24/media-playback-playing.svg share/icons/breeze/status/24/media-playback-stopped.svg Modified: head/x11-themes/kf5-kemoticons/distinfo ============================================================================== --- head/x11-themes/kf5-kemoticons/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-themes/kf5-kemoticons/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650470 -SHA256 (KDE/frameworks/5.45.0/kemoticons-5.45.0.tar.xz) = fa60ec2dc56c69bf339848d5a89f68ad98b95762c5c9ec15d7fdfad5c12001a5 -SIZE (KDE/frameworks/5.45.0/kemoticons-5.45.0.tar.xz) = 1696144 +TIMESTAMP = 1525538241 +SHA256 (KDE/frameworks/5.46.0/kemoticons-5.46.0.tar.xz) = 34ea0953ae9474957d62d3be5ceb2a09d0783ca9c8df69efac573215ba38b17b +SIZE (KDE/frameworks/5.46.0/kemoticons-5.46.0.tar.xz) = 1695924 Modified: head/x11-themes/kf5-kiconthemes/distinfo ============================================================================== --- head/x11-themes/kf5-kiconthemes/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-themes/kf5-kiconthemes/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650471 -SHA256 (KDE/frameworks/5.45.0/kiconthemes-5.45.0.tar.xz) = 85bccfe90489b4868ccbfeeef07639f16ed50bf404254b1c009d960d73433972 -SIZE (KDE/frameworks/5.45.0/kiconthemes-5.45.0.tar.xz) = 205512 +TIMESTAMP = 1525538241 +SHA256 (KDE/frameworks/5.46.0/kiconthemes-5.46.0.tar.xz) = 57b1c710d13489ad523886448742579875a7a87bd0d32cd1041615e1e3150ef9 +SIZE (KDE/frameworks/5.46.0/kiconthemes-5.46.0.tar.xz) = 206148 Modified: head/x11-themes/kf5-oxygen-icons5/distinfo ============================================================================== --- head/x11-themes/kf5-oxygen-icons5/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-themes/kf5-oxygen-icons5/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650472 -SHA256 (KDE/frameworks/5.45.0/oxygen-icons5-5.45.0.tar.xz) = cc77173a2470d93f0063f1d7ababa20eb8d225064eb678d655a7a3104c1240ed -SIZE (KDE/frameworks/5.45.0/oxygen-icons5-5.45.0.tar.xz) = 234790580 +TIMESTAMP = 1525538243 +SHA256 (KDE/frameworks/5.46.0/oxygen-icons5-5.46.0.tar.xz) = 65adce01e76168fde8c52079c4544a570d35bf8dd0f94e99807baa6ce6823890 +SIZE (KDE/frameworks/5.46.0/oxygen-icons5-5.46.0.tar.xz) = 236768840 Modified: head/x11-toolkits/kf5-attica/distinfo ============================================================================== --- head/x11-toolkits/kf5-attica/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-attica/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650472 -SHA256 (KDE/frameworks/5.45.0/attica-5.45.0.tar.xz) = c506843f635943dad70600ec0c6dda85bb23a19a1bc0aeb5110f362aa454ebef -SIZE (KDE/frameworks/5.45.0/attica-5.45.0.tar.xz) = 60476 +TIMESTAMP = 1525538244 +SHA256 (KDE/frameworks/5.46.0/attica-5.46.0.tar.xz) = 09c88449c03d112dc9dcc0e3edfc1caf6d00dc738ff4cbd6761089668fe54476 +SIZE (KDE/frameworks/5.46.0/attica-5.46.0.tar.xz) = 60576 Modified: head/x11-toolkits/kf5-kcompletion/distinfo ============================================================================== --- head/x11-toolkits/kf5-kcompletion/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-kcompletion/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650472 -SHA256 (KDE/frameworks/5.45.0/kcompletion-5.45.0.tar.xz) = c84d95ef4bf3a1c3fbed04f8f2bf940a0904800ff96016224310c3124e051753 -SIZE (KDE/frameworks/5.45.0/kcompletion-5.45.0.tar.xz) = 119104 +TIMESTAMP = 1525538244 +SHA256 (KDE/frameworks/5.46.0/kcompletion-5.46.0.tar.xz) = aa6c1c53e225625ef72265a4339d3a076193fe2cf01178d4a862df6bc4073207 +SIZE (KDE/frameworks/5.46.0/kcompletion-5.46.0.tar.xz) = 115636 Modified: head/x11-toolkits/kf5-kconfigwidgets/distinfo ============================================================================== --- head/x11-toolkits/kf5-kconfigwidgets/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-kconfigwidgets/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650472 -SHA256 (KDE/frameworks/5.45.0/kconfigwidgets-5.45.0.tar.xz) = 349ccd412fbe7130026e389edc6d1186ec0a1610dfdd43fd9ff00867ba50404e -SIZE (KDE/frameworks/5.45.0/kconfigwidgets-5.45.0.tar.xz) = 374936 +TIMESTAMP = 1525538244 +SHA256 (KDE/frameworks/5.46.0/kconfigwidgets-5.46.0.tar.xz) = 770d7ed6d75a64b271c36f022f8a692a26eac82bc2ed908293327b2387189d34 +SIZE (KDE/frameworks/5.46.0/kconfigwidgets-5.46.0.tar.xz) = 375360 Modified: head/x11-toolkits/kf5-kdesignerplugin/distinfo ============================================================================== --- head/x11-toolkits/kf5-kdesignerplugin/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-kdesignerplugin/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650473 -SHA256 (KDE/frameworks/5.45.0/kdesignerplugin-5.45.0.tar.xz) = 72a2ae9d8a325e83632b4f60c966edb589bf9ef5f2d50f1bc595c6a98a7a1b3f -SIZE (KDE/frameworks/5.45.0/kdesignerplugin-5.45.0.tar.xz) = 90748 +TIMESTAMP = 1525538244 +SHA256 (KDE/frameworks/5.46.0/kdesignerplugin-5.46.0.tar.xz) = ca9ca83d741589e2e4fbfcf16973d3e81148d8558cfb0957d265f32af7a1bb87 +SIZE (KDE/frameworks/5.46.0/kdesignerplugin-5.46.0.tar.xz) = 90716 Modified: head/x11-toolkits/kf5-kguiaddons/distinfo ============================================================================== --- head/x11-toolkits/kf5-kguiaddons/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-kguiaddons/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650473 -SHA256 (KDE/frameworks/5.45.0/kguiaddons-5.45.0.tar.xz) = 96959a81a4bb9ffae795b3f07628c0b0ca4ef1a0b0dce5c4fb3c2a9a548a8f99 -SIZE (KDE/frameworks/5.45.0/kguiaddons-5.45.0.tar.xz) = 40092 +TIMESTAMP = 1525538244 +SHA256 (KDE/frameworks/5.46.0/kguiaddons-5.46.0.tar.xz) = 8488ae5e5d5dc4e311ef6513145bcdf07740c6bc6c8057840ff40dbf1b56a90b +SIZE (KDE/frameworks/5.46.0/kguiaddons-5.46.0.tar.xz) = 40160 Modified: head/x11-toolkits/kf5-kirigami2/distinfo ============================================================================== --- head/x11-toolkits/kf5-kirigami2/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-kirigami2/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650473 -SHA256 (KDE/frameworks/5.45.0/kirigami2-5.45.0.tar.xz) = cf1293d695931ca6c2733c15fe7a3e2ab7c0918286ee8d3d9fb160c87ff8b102 -SIZE (KDE/frameworks/5.45.0/kirigami2-5.45.0.tar.xz) = 311432 +TIMESTAMP = 1525538245 +SHA256 (KDE/frameworks/5.46.0/kirigami2-5.46.0.tar.xz) = 0d55f4d5bbe4f3b13c472321119f7fafe59281fd280f14e5a312b869d824dcb4 +SIZE (KDE/frameworks/5.46.0/kirigami2-5.46.0.tar.xz) = 316028 Modified: head/x11-toolkits/kf5-kirigami2/pkg-plist ============================================================================== --- head/x11-toolkits/kf5-kirigami2/pkg-plist Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-kirigami2/pkg-plist Fri May 18 16:57:06 2018 (r470309) @@ -1,8 +1,10 @@ include/KF5/Kirigami2/KirigamiPluginFactory include/KF5/Kirigami2/PlatformTheme +include/KF5/Kirigami2/TabletModeWatcher include/KF5/Kirigami2/kirigami2_export.h include/KF5/Kirigami2/kirigamipluginfactory.h include/KF5/Kirigami2/platformtheme.h +include/KF5/Kirigami2/tabletmodewatcher.h lib/cmake/KF5Kirigami2/KF5Kirigami2Config.cmake lib/cmake/KF5Kirigami2/KF5Kirigami2ConfigVersion.cmake lib/cmake/KF5Kirigami2/KF5Kirigami2Macros.cmake @@ -88,6 +90,7 @@ lib/libKF5Kirigami2.so.%%KDE_FRAMEWORKS_VERSION%% %%QT_QMLDIR%%/org/kde/kirigami.2/templates/private/BackButton.qml %%QT_QMLDIR%%/org/kde/kirigami.2/templates/private/ContextIcon.qml %%QT_QMLDIR%%/org/kde/kirigami.2/templates/private/ForwardButton.qml +%%QT_QMLDIR%%/org/kde/kirigami.2/templates/private/GenericDrawerIcon.qml %%QT_QMLDIR%%/org/kde/kirigami.2/templates/private/IconPropertiesGroup.qml %%QT_QMLDIR%%/org/kde/kirigami.2/templates/private/MenuIcon.qml %%QT_QMLDIR%%/org/kde/kirigami.2/templates/private/PassiveNotification.qml Modified: head/x11-toolkits/kf5-kitemviews/distinfo ============================================================================== --- head/x11-toolkits/kf5-kitemviews/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-kitemviews/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650474 -SHA256 (KDE/frameworks/5.45.0/kitemviews-5.45.0.tar.xz) = 56e0b9c1d2697d2c8d60314e659d8b50dc4d49b742d52325c4119f3bfb3e95a5 -SIZE (KDE/frameworks/5.45.0/kitemviews-5.45.0.tar.xz) = 74856 +TIMESTAMP = 1525538245 +SHA256 (KDE/frameworks/5.46.0/kitemviews-5.46.0.tar.xz) = 9f5b9b96f01741c7af2fc2fc1db4e7ab2743b63de0947fe867bb64bca36023da +SIZE (KDE/frameworks/5.46.0/kitemviews-5.46.0.tar.xz) = 75052 Modified: head/x11-toolkits/kf5-kjobwidgets/distinfo ============================================================================== --- head/x11-toolkits/kf5-kjobwidgets/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-kjobwidgets/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650474 -SHA256 (KDE/frameworks/5.45.0/kjobwidgets-5.45.0.tar.xz) = f2a1441262fffa82c17a3359687f523df021c2b7e0701bce1128de6614e686a4 -SIZE (KDE/frameworks/5.45.0/kjobwidgets-5.45.0.tar.xz) = 87540 +TIMESTAMP = 1525538245 +SHA256 (KDE/frameworks/5.46.0/kjobwidgets-5.46.0.tar.xz) = 0e06331399597913d16d84ca59b35635658d160319c9f07e6db83ac0ceee3589 +SIZE (KDE/frameworks/5.46.0/kjobwidgets-5.46.0.tar.xz) = 87576 Modified: head/x11-toolkits/kf5-ktextwidgets/distinfo ============================================================================== --- head/x11-toolkits/kf5-ktextwidgets/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-ktextwidgets/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650474 -SHA256 (KDE/frameworks/5.45.0/ktextwidgets-5.45.0.tar.xz) = 4b406a084b4d33d635b0f4bcd33e752e9adc5d3726ddfa770ecb5401ecc6e6e4 -SIZE (KDE/frameworks/5.45.0/ktextwidgets-5.45.0.tar.xz) = 308580 +TIMESTAMP = 1525538245 +SHA256 (KDE/frameworks/5.46.0/ktextwidgets-5.46.0.tar.xz) = 8e0798cbb87594d4a6cbb4e105607f8b7a1d8a0af68128c324d7e07299cad1ae +SIZE (KDE/frameworks/5.46.0/ktextwidgets-5.46.0.tar.xz) = 309064 Modified: head/x11-toolkits/kf5-kwidgetsaddons/distinfo ============================================================================== --- head/x11-toolkits/kf5-kwidgetsaddons/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-kwidgetsaddons/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650474 -SHA256 (KDE/frameworks/5.45.0/kwidgetsaddons-5.45.0.tar.xz) = e082fd226c80e5839a4ef2a88a084b03551362dbb35275246ffb60a09c519e7b -SIZE (KDE/frameworks/5.45.0/kwidgetsaddons-5.45.0.tar.xz) = 2181520 +TIMESTAMP = 1525538245 +SHA256 (KDE/frameworks/5.46.0/kwidgetsaddons-5.46.0.tar.xz) = c921682227b6e6bce59bbec6bdda1d0bf0c0dae36366b75279d7faef23241641 +SIZE (KDE/frameworks/5.46.0/kwidgetsaddons-5.46.0.tar.xz) = 2183504 Modified: head/x11-toolkits/kf5-kxmlgui/distinfo ============================================================================== --- head/x11-toolkits/kf5-kxmlgui/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11-toolkits/kf5-kxmlgui/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650475 -SHA256 (KDE/frameworks/5.45.0/kxmlgui-5.45.0.tar.xz) = 1b0e799490e30341d57fea7357c650245cf1e4532d2a5890490b1f71e58f65ed -SIZE (KDE/frameworks/5.45.0/kxmlgui-5.45.0.tar.xz) = 884348 +TIMESTAMP = 1525538246 +SHA256 (KDE/frameworks/5.46.0/kxmlgui-5.46.0.tar.xz) = 3421b1dde58022586b7ae1c2d06ce3042e1ce043ea4ad800e1ba0b3787cf9d73 +SIZE (KDE/frameworks/5.46.0/kxmlgui-5.46.0.tar.xz) = 884584 Modified: head/x11/kf5-frameworkintegration/distinfo ============================================================================== --- head/x11/kf5-frameworkintegration/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11/kf5-frameworkintegration/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650475 -SHA256 (KDE/frameworks/5.45.0/frameworkintegration-5.45.0.tar.xz) = 71641a3eff099d3eb6562387a9fbf266d747f6b95a4a686313389363ee066068 -SIZE (KDE/frameworks/5.45.0/frameworkintegration-5.45.0.tar.xz) = 1753200 +TIMESTAMP = 1525538246 +SHA256 (KDE/frameworks/5.46.0/frameworkintegration-5.46.0.tar.xz) = 83c6259169219241eb608950769dafea37e4269493576333433ebcb2025a65d9 +SIZE (KDE/frameworks/5.46.0/frameworkintegration-5.46.0.tar.xz) = 1753332 Modified: head/x11/kf5-frameworks/Makefile ============================================================================== --- head/x11/kf5-frameworks/Makefile Fri May 18 16:31:47 2018 (r470308) +++ head/x11/kf5-frameworks/Makefile Fri May 18 16:57:06 2018 (r470309) @@ -2,7 +2,6 @@ PORTNAME= frameworks DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde PKGNAMEPREFIX= kf5- Modified: head/x11/kf5-kactivities-stats/distinfo ============================================================================== --- head/x11/kf5-kactivities-stats/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11/kf5-kactivities-stats/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650476 -SHA256 (KDE/frameworks/5.45.0/kactivities-stats-5.45.0.tar.xz) = 54e2cf422fa1c1c3a53d409114b46d7e30e17a9ed590df3e9a516e7ff28c9b49 -SIZE (KDE/frameworks/5.45.0/kactivities-stats-5.45.0.tar.xz) = 60916 +TIMESTAMP = 1525538246 +SHA256 (KDE/frameworks/5.46.0/kactivities-stats-5.46.0.tar.xz) = 92f7e945332e7ba252e7d620e8a3f400b232c190a7bf7f3ecfe1e0dc1deaada2 +SIZE (KDE/frameworks/5.46.0/kactivities-stats-5.46.0.tar.xz) = 61008 Modified: head/x11/kf5-kactivities/Makefile ============================================================================== --- head/x11/kf5-kactivities/Makefile Fri May 18 16:31:47 2018 (r470308) +++ head/x11/kf5-kactivities/Makefile Fri May 18 16:57:06 2018 (r470309) @@ -2,7 +2,6 @@ PORTNAME= kactivities DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/x11/kf5-kactivities/distinfo ============================================================================== --- head/x11/kf5-kactivities/distinfo Fri May 18 16:31:47 2018 (r470308) +++ head/x11/kf5-kactivities/distinfo Fri May 18 16:57:06 2018 (r470309) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523650475 -SHA256 (KDE/frameworks/5.45.0/kactivities-5.45.0.tar.xz) = 4fbe127d43270c0d875ebba505020ccb02c0977a283de86772a580aa48f57040 -SIZE (KDE/frameworks/5.45.0/kactivities-5.45.0.tar.xz) = 61296 +TIMESTAMP = 1525538246 +SHA256 (KDE/frameworks/5.46.0/kactivities-5.46.0.tar.xz) = 73a6dbb87d0a5e5fd63cdc3459d81adf0978b6415ce07aaefee6a90f621a23a8 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri May 18 17:20:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 728DBEAEEAA; Fri, 18 May 2018 17:20:04 +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 203967FBC8; Fri, 18 May 2018 17:20:04 +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 DD0901B0F9; Fri, 18 May 2018 17:20:03 +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 w4IHK3sh087242; Fri, 18 May 2018 17:20:03 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IHK3Ru087239; Fri, 18 May 2018 17:20:03 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201805181720.w4IHK3Ru087239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 18 May 2018 17:20:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470310 - head/graphics/librsvg2 X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/graphics/librsvg2 X-SVN-Commit-Revision: 470310 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 17:20:04 -0000 Author: kwm Date: Fri May 18 17:20:03 2018 New Revision: 470310 URL: https://svnweb.freebsd.org/changeset/ports/470310 Log: Update librsvg2 to 2.40.20. * Build the vala bindings, which is needed for some GNOME 3.28 components. * Add comment why we restict the to the 2.40 series. Modified: head/graphics/librsvg2/Makefile head/graphics/librsvg2/distinfo head/graphics/librsvg2/pkg-plist Modified: head/graphics/librsvg2/Makefile ============================================================================== --- head/graphics/librsvg2/Makefile Fri May 18 16:57:06 2018 (r470309) +++ head/graphics/librsvg2/Makefile Fri May 18 17:20:03 2018 (r470310) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= librsvg -PORTVERSION= 2.40.17 +PORTVERSION= 2.40.20 +PORTREVISON= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -11,9 +12,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files +# librsvg2 2.42+ needs rust to build, which is not available on all +# FreeBSD archs. So limit pure C version 2.40.x. PORTSCOUT= limit:^2\.40\. +BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png \ libcroco-0.6.so:textproc/libcroco @@ -23,7 +28,7 @@ USE_GNOME= cairo gnomeprefix libgsf gdkpixbuf2 introsp USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --disable-vala \ +CONFIGURE_ARGS= --enable-vala \ --disable-Bsymbolic PLIST_SUB+= PORTVERSION=${PORTVERSION} Modified: head/graphics/librsvg2/distinfo ============================================================================== --- head/graphics/librsvg2/distinfo Fri May 18 16:57:06 2018 (r470309) +++ head/graphics/librsvg2/distinfo Fri May 18 17:20:03 2018 (r470310) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494326467 -SHA256 (gnome2/librsvg-2.40.17.tar.xz) = e6f6c5cbecc405bb945c7cd15061276035ae3173bbb3bb25e8a916779c7f69cc -SIZE (gnome2/librsvg-2.40.17.tar.xz) = 573244 +TIMESTAMP = 1516305968 +SHA256 (gnome2/librsvg-2.40.20.tar.xz) = cff4dd3c3b78bfe99d8fcfad3b8ba1eee3289a0823c0e118d78106be6b84c92b +SIZE (gnome2/librsvg-2.40.20.tar.xz) = 1796376 Modified: head/graphics/librsvg2/pkg-plist ============================================================================== --- head/graphics/librsvg2/pkg-plist Fri May 18 16:57:06 2018 (r470309) +++ head/graphics/librsvg2/pkg-plist Fri May 18 17:20:03 2018 (r470310) @@ -42,5 +42,6 @@ share/doc/rsvg-2.0/up-insensitive.png share/doc/rsvg-2.0/up.png share/gir-1.0/Rsvg-2.0.gir share/thumbnailers/librsvg.thumbnailer +share/vala/vapi/librsvg-2.0.vapi @postexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true @postunexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true From owner-svn-ports-head@freebsd.org Fri May 18 17:21:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13CC4EAEF7A; Fri, 18 May 2018 17:21:45 +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 BD5AA7FE41; Fri, 18 May 2018 17:21:44 +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 A009B1B245; Fri, 18 May 2018 17:21:44 +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 w4IHLiR2088145; Fri, 18 May 2018 17:21:44 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IHLhi4088140; Fri, 18 May 2018 17:21:43 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201805181721.w4IHLhi4088140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 18 May 2018 17:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470311 - head/net/liferea X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/net/liferea X-SVN-Commit-Revision: 470311 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 17:21:45 -0000 Author: kwm Date: Fri May 18 17:21:43 2018 New Revision: 470311 URL: https://svnweb.freebsd.org/changeset/ports/470311 Log: Update liferea to 1.12.3. * Update WWW link in pkg-descr. PR: 225766 Submitted by: cmt@ Modified: head/net/liferea/Makefile head/net/liferea/distinfo head/net/liferea/pkg-descr head/net/liferea/pkg-plist Modified: head/net/liferea/Makefile ============================================================================== --- head/net/liferea/Makefile Fri May 18 17:20:03 2018 (r470310) +++ head/net/liferea/Makefile Fri May 18 17:21:43 2018 (r470311) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= liferea -DISTVERSION= 1.12-rc3 -PORTREVISION= 1 +PORTVERSION= 1.12.3 CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${PORTVERSION:S/.r/-rc/}/ Modified: head/net/liferea/distinfo ============================================================================== --- head/net/liferea/distinfo Fri May 18 17:20:03 2018 (r470310) +++ head/net/liferea/distinfo Fri May 18 17:21:43 2018 (r470311) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493330118 -SHA256 (liferea-1.12-rc3.tar.bz2) = 798e2d54c7b212e3763bcb08048bc261a9443a26c3d3d49bd197b08d7584a635 -SIZE (liferea-1.12-rc3.tar.bz2) = 1474948 +TIMESTAMP = 1526327928 +SHA256 (liferea-1.12.3.tar.bz2) = 8f5dfc676c4cc7cc641ad302d61f2f80ee53fb2851ede886c14dd9973162a272 +SIZE (liferea-1.12.3.tar.bz2) = 1467804 Modified: head/net/liferea/pkg-descr ============================================================================== --- head/net/liferea/pkg-descr Fri May 18 17:20:03 2018 (r470310) +++ head/net/liferea/pkg-descr Fri May 18 17:21:43 2018 (r470311) @@ -4,4 +4,4 @@ Windows. There are some projects for GNU/Linux or Unic satisfying solutions for GTK/GNOME. Therefore I started to write this program. Liferea is an abbreviation for Linux Feed Reader. -WWW: http://liferea.sourceforge.net/ +WWW: https://lzone.de/liferea/ Modified: head/net/liferea/pkg-plist ============================================================================== --- head/net/liferea/pkg-plist Fri May 18 17:20:03 2018 (r470310) +++ head/net/liferea/pkg-plist Fri May 18 17:21:43 2018 (r470311) @@ -1,12 +1,18 @@ bin/liferea bin/liferea-add-feed lib/liferea/girepository-1.0/Liferea-3.0.typelib +lib/liferea/plugins/bold-unread.plugin +lib/liferea/plugins/bold-unread.py lib/liferea/plugins/gnome-keyring.plugin lib/liferea/plugins/gnome-keyring.py +lib/liferea/plugins/headerbar.plugin +lib/liferea/plugins/headerbar.py lib/liferea/plugins/libnotify.plugin lib/liferea/plugins/libnotify.py lib/liferea/plugins/media-player.plugin lib/liferea/plugins/media-player.py +lib/liferea/plugins/plugin-installer.plugin +lib/liferea/plugins/plugin-installer.py lib/liferea/plugins/trayicon.plugin lib/liferea/plugins/trayicon.py lib/liferea/web-extension/liblifereawebextension.a @@ -86,7 +92,10 @@ share/icons/hicolor/scalable/apps/liferea.svg %%DATADIR%%/google_source.ui %%DATADIR%%/inoreader_source.ui %%DATADIR%%/liferea.css +%%DATADIR%%/liferea_menu.ui +%%DATADIR%%/liferea_toolbar.ui %%DATADIR%%/mainwindow.ui +%%DATADIR%%/mark_read_dialog.ui %%DATADIR%%/new_folder.ui %%DATADIR%%/new_newsbin.ui %%DATADIR%%/new_subscription.ui @@ -101,8 +110,10 @@ share/icons/hicolor/scalable/apps/liferea.svg %%DATADIR%%/opml/feedlist_gl.opml %%DATADIR%%/opml/feedlist_he.opml %%DATADIR%%/opml/feedlist_hu.opml +%%DATADIR%%/opml/feedlist_id.opml %%DATADIR%%/opml/feedlist_it.opml %%DATADIR%%/opml/feedlist_nl.opml +%%DATADIR%%/opml/feedlist_no.opml %%DATADIR%%/opml/feedlist_pl.opml %%DATADIR%%/opml/feedlist_pt.opml %%DATADIR%%/opml/feedlist_pt_BR.opml From owner-svn-ports-head@freebsd.org Fri May 18 17:26:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF724EAF32B; Fri, 18 May 2018 17:26:43 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64871803AD; Fri, 18 May 2018 17:26:43 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 408321B28A; Fri, 18 May 2018 17:26:43 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IHQhnP092183; Fri, 18 May 2018 17:26:43 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IHQgpp092182; Fri, 18 May 2018 17:26:42 GMT (envelope-from se@FreeBSD.org) Message-Id: <201805181726.w4IHQgpp092182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Fri, 18 May 2018 17:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470312 - in head/ports-mgmt/portmaster: . files X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/ports-mgmt/portmaster: . files X-SVN-Commit-Revision: 470312 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 17:26:43 -0000 Author: se Date: Fri May 18 17:26:42 2018 New Revision: 470312 URL: https://svnweb.freebsd.org/changeset/ports/470312 Log: Fix previous attempt to cache some parameters in environment variables. The quoting was messed up by use of "eval" and the cached values did not match what the ports system expected. Submitted by: tijl Reported by: tijl Approved by: antoine (implicit) Modified: head/ports-mgmt/portmaster/Makefile head/ports-mgmt/portmaster/files/patch-portmaster Modified: head/ports-mgmt/portmaster/Makefile ============================================================================== --- head/ports-mgmt/portmaster/Makefile Fri May 18 17:21:43 2018 (r470311) +++ head/ports-mgmt/portmaster/Makefile Fri May 18 17:26:42 2018 (r470312) @@ -2,7 +2,7 @@ PORTNAME= portmaster PORTVERSION= 3.19 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= ports-mgmt MAINTAINER= se@FreeBSD.org Modified: head/ports-mgmt/portmaster/files/patch-portmaster ============================================================================== --- head/ports-mgmt/portmaster/files/patch-portmaster Fri May 18 17:21:43 2018 (r470311) +++ head/ports-mgmt/portmaster/files/patch-portmaster Fri May 18 17:26:42 2018 (r470312) @@ -103,19 +103,17 @@ [ -n "$PM_NO_MAKE_CONFIG" -a -n "$PM_FORCE_CONFIG" ] && unset PM_NO_MAKE_CONFIG if [ -n "$LIST" -o -n "$LIST_PLUS" ]; then -@@ -927,6 +931,11 @@ if [ "$$" -eq "$PM_PARENT_PID" ]; then +@@ -927,6 +931,9 @@ if [ "$$" -eq "$PM_PARENT_PID" ]; then fi fi # [ "$$" -eq "$PM_PARENT_PID" ] +#=============== cache some build parameters in the environment =============== ++SCRIPTSDIR="$pd/Mk/Scripts" PORTSDIR="$pd" MAKE=make . "$pd/Mk/Scripts/ports_env.sh" > /dev/null + -+export SCRIPTSDIR="$pd/Mk/Scripts" -+eval "$(PORTSDIR="$pd" MAKE=make /bin/sh "$SCRIPTSDIR/ports_env.sh")" -+ #=============== Begin functions relevant to --features and main =============== # find installed port for given origin (with optional @flavor) in the pkg DB -@@ -1004,21 +1013,23 @@ get_answer_yn () { +@@ -1004,21 +1011,23 @@ get_answer_yn () { match_flavor () { local origin=$(dir_part $1) @@ -143,7 +141,7 @@ } # Find the new origin for moved ports -@@ -1056,7 +1067,8 @@ find_moved_port () { +@@ -1056,7 +1065,8 @@ find_moved_port () { fi ;; ${sf}\|*) moved_npd=${moved#*\|} # New port directory moved_npd=${moved_npd%%\|*} @@ -153,7 +151,7 @@ echo '' echo " ===>>> The $sf port moved to $moved_npd" echo " ===>>> Reason: ${moved##*|}" -@@ -1146,11 +1158,10 @@ read_distinfos_all () { +@@ -1146,11 +1156,10 @@ read_distinfos_all () { echo '' for origin in ${pd}/*/*; do @@ -166,7 +164,7 @@ if [ -s "${origin}/distinfo" ]; then distinfo="${origin}/distinfo" -@@ -1377,14 +1388,14 @@ if [ -n "$CHECK_PORT_DBDIR" ]; then +@@ -1377,14 +1386,14 @@ if [ -n "$CHECK_PORT_DBDIR" ]; then if ! pm_isdir_pd "$origin"; then find_moved_port $origin $pkg nonfatal >/dev/null [ -n "$moved_npd" ] || continue @@ -183,7 +181,7 @@ done <<-EOF $(all_pkgs_by_origin) EOF -@@ -1502,7 +1513,7 @@ check_for_updates () { +@@ -1502,7 +1511,7 @@ check_for_updates () { fi if [ -z "$do_update" -a -z "$skip" -a -z "$PM_INDEX_ONLY" ] && pm_isdir "$pd/$origin"; then @@ -192,7 +190,7 @@ if pm_islocked "$iport"; then echo " ===>>> Warning: Unable to cd to $pd/$origin" echo " ===>>> Continuing due to $pdb/$iport/+IGNOREME" -@@ -2175,23 +2186,29 @@ update_pm_nu () { +@@ -2175,23 +2184,29 @@ update_pm_nu () { } update_build_l () { @@ -226,7 +224,7 @@ find_new_port "$originflavor" # sets global variable new_port case `pkg version -t $iport $new_port 2>/dev/null` in -@@ -2203,8 +2220,9 @@ update_build_l () { +@@ -2203,8 +2218,9 @@ update_build_l () { } update_port () { @@ -237,7 +235,7 @@ if [ -n "$2" ]; then echo "===>>> Launching child to update $1 to $2" else -@@ -2300,7 +2318,7 @@ make_dep_list () { +@@ -2300,7 +2316,7 @@ make_dep_list () { fail "make_dep_list: Unsupported option '$dep_type'" esac done @@ -246,7 +244,7 @@ } gen_dep_list () { -@@ -2368,15 +2386,17 @@ dependency_check () { +@@ -2368,15 +2384,17 @@ dependency_check () { rundeps=`gen_dep_list run-depends-list` for dep in $d_port_list; do @@ -267,7 +265,7 @@ rundep_list="$rundep_list $varname" eval $varname=\"$portdir \$$varname\" eval ${varname}_p=$dep -@@ -2409,7 +2429,10 @@ dependency_check () { +@@ -2409,7 +2427,10 @@ dependency_check () { # Do not export, for THIS parent process only [ -n "$PM_FIRST_PASS" ] && doing_dep_check=doing_dep_check @@ -279,7 +277,7 @@ origin="${d_port#$pd/}" if [ -n "$SHOW_WORK" ]; then iport=`iport_from_origin $origin` -@@ -2429,20 +2452,14 @@ dependency_check () { +@@ -2429,20 +2450,14 @@ dependency_check () { [ -z "$PM_URB_UP" ] && case "$CUR_DEPS" in *:${origin}:*) continue ;; esac @@ -304,7 +302,7 @@ fi for glob in $conflicts; do confl_p=`pkg query -g "%n-%v" $glob 2>/dev/null` -@@ -2498,7 +2515,11 @@ dependency_check () { +@@ -2498,7 +2513,11 @@ dependency_check () { check_for_updates $iport $origin || fail 'Update failed' else check_interactive $origin || continue @@ -317,7 +315,7 @@ fi done [ -n "$PM_FIRST_PASS" ] && unset doing_dep_check -@@ -2773,8 +2794,8 @@ multiport () { +@@ -2773,8 +2792,8 @@ multiport () { num=$(( $num + 1 )) init_term_printf "$port ${num}/${numports}" @@ -328,7 +326,7 @@ [ -n "$update_failed" ] && fail "Update for $port failed" case "$PM_NEEDS_UPDATE" in -@@ -2823,7 +2844,7 @@ multiport () { +@@ -2823,7 +2842,7 @@ multiport () { num=$(( $num + 1 )) init_term_printf "$port ${num}/${numports}" ("$program" $ARGS $port) || update_failed=update_failed @@ -337,7 +335,7 @@ [ -n "$update_failed" ] && fail "Update for $port failed" done -@@ -3029,8 +3050,12 @@ no_valid_port () { +@@ -3029,8 +3048,12 @@ no_valid_port () { echo "===>>> Try $progname --help" ; echo '' ; safe_exit 1 } @@ -350,7 +348,7 @@ export_flavor $(flavor_part $portdir) [ -n "$portdir" ] && { argv=$portdir ; unset portdir; } argv=${argv:-$1} ; argv=${argv%/} ; argv=`globstrip $argv` -@@ -3061,9 +3086,11 @@ if [ -z "$REPLACE_ORIGIN" ]; then +@@ -3061,9 +3084,11 @@ if [ -z "$REPLACE_ORIGIN" ]; then unset glob_dirs fi unset argv @@ -363,7 +361,7 @@ if [ -z "$PM_INDEX_ONLY" ]; then pm_isdir_pd "$portdir" ] || missing=missing else -@@ -3076,7 +3103,7 @@ else +@@ -3076,7 +3101,7 @@ else echo '' ; no_valid_port fi @@ -372,7 +370,7 @@ arg2=${2#$pd/} ; arg2=${arg2#$pdb/} ; arg2=${arg2%/} case "$arg2" in -@@ -3142,8 +3169,9 @@ iport_from_pkgname () { +@@ -3142,8 +3167,9 @@ iport_from_pkgname () { dir=$(dir_part $1) flavor=$(flavor_part $1) @@ -384,7 +382,7 @@ } if [ -z "$upg_port" -a -z "$REPLACE_ORIGIN" ]; then -@@ -3229,11 +3257,14 @@ if [ -n "$PM_FIRST_PASS" -a -z "$FETCH_ONLY" ]; then +@@ -3229,11 +3255,14 @@ if [ -n "$PM_FIRST_PASS" -a -z "$FETCH_ONLY" ]; then fi fi @@ -400,7 +398,7 @@ # Do these things first time through if [ -z "$PM_INDEX_ONLY" -a -z "$PM_BUILDING" -a -z "$SHOW_WORK" -a -z "$NO_ACTION" ]; then # Do not start this in the background until we are sure we are going to proceed -@@ -3389,7 +3420,7 @@ fetch_package () { +@@ -3389,7 +3418,7 @@ fetch_package () { export ppd fi @@ -409,7 +407,7 @@ if [ -z "$FETCH_ARGS" ]; then FETCH_ARGS=`pm_make -f/usr/share/mk/bsd.port.mk -V FETCH_ARGS 2>/dev/null` -@@ -3636,15 +3667,21 @@ pkg_flavor () { +@@ -3636,15 +3665,21 @@ pkg_flavor () { pm_make pretty-flavors-package-names | sed -ne 's!^\([A-Za-z0-9_]*\): *'$pkg'$!\1!p'; } export_flavor=$(pkg_flavor $new_port) @@ -432,7 +430,7 @@ else [ -z "$local_package" ] && { fetch_package $latest_pv || fail "Fetch for ${latest_pv}.txz failed"; } -@@ -3808,7 +3845,7 @@ if [ -z "$temp" ] && pm_isdir "$LOCALBASE_COMPAT"; the +@@ -3808,7 +3843,7 @@ if [ -z "$temp" ] && pm_isdir "$LOCALBASE_COMPAT"; the if [ -n "$files" ]; then pm_sv Removing old shared libraries, and running ldconfig @@ -441,7 +439,7 @@ $PM_SU_CMD /etc/rc.d/ldconfig start > /dev/null fi unset temp file files -@@ -3876,9 +3913,12 @@ if [ -n "$MAKE_PACKAGE" ]; then +@@ -3876,9 +3911,12 @@ if [ -n "$MAKE_PACKAGE" ]; then fi if [ -z "$use_package" -a -z "$DONT_POST_CLEAN" ]; then From owner-svn-ports-head@freebsd.org Fri May 18 17:31:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BDB1EAF5D7; Fri, 18 May 2018 17:31:22 +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 A408380A00; Fri, 18 May 2018 17:31:21 +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 808F71B2CB; Fri, 18 May 2018 17:31:21 +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 w4IHVLka095616; Fri, 18 May 2018 17:31:21 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IHVLbT095615; Fri, 18 May 2018 17:31:21 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201805181731.w4IHVLbT095615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 18 May 2018 17:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470313 - head/lang/fpc/files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/lang/fpc/files X-SVN-Commit-Revision: 470313 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 17:31:22 -0000 Author: acm Date: Fri May 18 17:31:21 2018 New Revision: 470313 URL: https://svnweb.freebsd.org/changeset/ports/470313 Log: - Fix typos PR: 218214 Submitted by: aaa5500 .at. ya.ru Modified: head/lang/fpc/files/pkg-message.in Modified: head/lang/fpc/files/pkg-message.in ============================================================================== --- head/lang/fpc/files/pkg-message.in Fri May 18 17:26:42 2018 (r470312) +++ head/lang/fpc/files/pkg-message.in Fri May 18 17:31:21 2018 (r470313) @@ -7,15 +7,15 @@ This is necessary for correct linking of libraries. -2) You can to install additional units from: +2) You can install additional units from: * lang/fpc-units -3) If you want see all documentation about FreePascal, you can to install +3) If you want to see all documentation about FreePascal, you can install * lang/fpc-docs -4) Optionally, you can to install textmode IDE with delphi support +4) Optionally, you can install textmode IDE with Delphi support * editors/fpc-ide From owner-svn-ports-head@freebsd.org Fri May 18 17:37:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5292CEAF883; Fri, 18 May 2018 17:37: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 EF36C80DB4; Fri, 18 May 2018 17:37: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 C9A731B435; Fri, 18 May 2018 17:37: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 w4IHbLPQ097554; Fri, 18 May 2018 17:37:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IHbLjw097553; Fri, 18 May 2018 17:37:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805181737.w4IHbLjw097553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 18 May 2018 17:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470314 - 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: 470314 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 17:37:22 -0000 Author: swills Date: Fri May 18 17:37:21 2018 New Revision: 470314 URL: https://svnweb.freebsd.org/changeset/ports/470314 Log: net/google-cloud-sdk: pre-compile python files Avoids issues after uninstall if apps have been run as root. While here, auto-generate most of plist since it's quite large and changes a lot between releases. PR: 227431 Reported by: SBB Deleted: head/net/google-cloud-sdk/pkg-plist Modified: head/net/google-cloud-sdk/Makefile (contents, props changed) Modified: head/net/google-cloud-sdk/Makefile ============================================================================== --- head/net/google-cloud-sdk/Makefile Fri May 18 17:31:21 2018 (r470313) +++ head/net/google-cloud-sdk/Makefile Fri May 18 17:37:21 2018 (r470314) @@ -3,6 +3,7 @@ PORTNAME= google-cloud-sdk PORTVERSION= 200.0.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 @@ -11,10 +12,10 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Google Cloud SDK for Google Cloud Platform USES= python:2.7 -NO_ARCH= yes -NO_BUILD= yes WRKSRC= ${WRKDIR}/google-cloud-sdk +PLIST_FILES= bin/bq bin/gcloud bin/git-credential-gcloud.sh bin/gsutil + RUN_DEPENDS= python:lang/python \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 @@ -27,6 +28,10 @@ post-extract: ${WRKSRC}/deb \ ${WRKSRC}/lib/third_party/grpc/_cython/cygrpc.so +do-build: + @cd ${WRKSRC} ; \ + ${PYTHON_CMD} -m compileall -q -x python3 . + do-install: ${RM} -r ${WRKSRC}/help ${WRKSRC}/.install/.download ( cd ${WRKSRC} ; ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/google-cloud-sdk ) @@ -35,5 +40,9 @@ do-install: ${RLN} ${STAGEDIR}${PREFIX}/google-cloud-sdk/bin/${x} \ ${STAGEDIR}${PREFIX}/bin/${x} .endfor + +post-install: + @(cd ${STAGEDIR}${PREFIX} && \ + ${FIND} -s google-cloud-sdk -type f -o -type l >> ${TMPPLIST}) .include From owner-svn-ports-head@freebsd.org Fri May 18 17:42:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1E50EAFADA; Fri, 18 May 2018 17:42:17 +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 6C73F81178; Fri, 18 May 2018 17:42:17 +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 4EDD11B5B3; Fri, 18 May 2018 17:42:17 +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 w4IHgHXT001655; Fri, 18 May 2018 17:42:17 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IHgGmu001654; Fri, 18 May 2018 17:42:16 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201805181742.w4IHgGmu001654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 18 May 2018 17:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470315 - head/net/GeoIP X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/net/GeoIP X-SVN-Commit-Revision: 470315 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 17:42:17 -0000 Author: adamw Date: Fri May 18 17:42:16 2018 New Revision: 470315 URL: https://svnweb.freebsd.org/changeset/ports/470315 Log: Use the pre-rolled tarball instead of autoreconficating Modified: head/net/GeoIP/Makefile head/net/GeoIP/distinfo Modified: head/net/GeoIP/Makefile ============================================================================== --- head/net/GeoIP/Makefile Fri May 18 17:37:21 2018 (r470314) +++ head/net/GeoIP/Makefile Fri May 18 17:42:16 2018 (r470315) @@ -3,19 +3,15 @@ PORTNAME= GeoIP PORTVERSION= 1.6.12 -DISTVERSIONPREFIX= v CATEGORIES= net geography +MASTER_SITES= https://github.com/maxmind/geoip-api-c/releases/download/v${PORTVERSION}/ MAINTAINER= adamw@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from LICENSE= GPLv2 -USE_GITHUB= yes -GH_ACCOUNT= maxmind -GH_PROJECT= geoip-api-c - -USES= autoreconf libtool pathfix +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/net/GeoIP/distinfo ============================================================================== --- head/net/GeoIP/distinfo Fri May 18 17:37:21 2018 (r470314) +++ head/net/GeoIP/distinfo Fri May 18 17:42:16 2018 (r470315) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516243686 -SHA256 (maxmind-geoip-api-c-v1.6.12_GH0.tar.gz) = 99b119f8e21e94f1dfd6d49fbeed29a70df1544896e76cd456f25e397b07d476 -SIZE (maxmind-geoip-api-c-v1.6.12_GH0.tar.gz) = 160826 +TIMESTAMP = 1526665187 +SHA256 (GeoIP-1.6.12.tar.gz) = 1dfb748003c5e4b7fd56ba8c4cd786633d5d6f409547584f6910398389636f80 +SIZE (GeoIP-1.6.12.tar.gz) = 473914 From owner-svn-ports-head@freebsd.org Fri May 18 18:33:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46E71EB13C7; Fri, 18 May 2018 18:33:44 +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 DC7848367B; Fri, 18 May 2018 18:33:43 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8D171BDD2; Fri, 18 May 2018 18:33:43 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IIXhh4028593; Fri, 18 May 2018 18:33:43 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IIXhmW028592; Fri, 18 May 2018 18:33:43 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201805181833.w4IIXhmW028592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 18 May 2018 18:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470316 - head/net/geoipupdate X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/net/geoipupdate X-SVN-Commit-Revision: 470316 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 18:33:44 -0000 Author: adamw Date: Fri May 18 18:33:43 2018 New Revision: 470316 URL: https://svnweb.freebsd.org/changeset/ports/470316 Log: Use the pre-rolled tarball to avoid autoreconf Modified: head/net/geoipupdate/Makefile head/net/geoipupdate/distinfo Modified: head/net/geoipupdate/Makefile ============================================================================== --- head/net/geoipupdate/Makefile Fri May 18 17:42:16 2018 (r470315) +++ head/net/geoipupdate/Makefile Fri May 18 18:33:43 2018 (r470316) @@ -3,8 +3,8 @@ PORTNAME= geoipupdate PORTVERSION= 2.5.0 -DISTVERSIONPREFIX= v CATEGORIES= net geography +MASTER_SITES= https://github.com/maxmind/geoipupdate/releases/download/v${PORTVERSION}/ MAINTAINER= adamw@FreeBSD.org COMMENT= Fetch the latest copies of the paid GeoIP database @@ -13,10 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:ftp/curl -USE_GITHUB= yes -GH_ACCOUNT= maxmind - -USES= libtool localbase pathfix autoreconf +USES= libtool localbase pathfix GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS Modified: head/net/geoipupdate/distinfo ============================================================================== --- head/net/geoipupdate/distinfo Fri May 18 17:42:16 2018 (r470315) +++ head/net/geoipupdate/distinfo Fri May 18 18:33:43 2018 (r470316) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509412759 -SHA256 (maxmind-geoipupdate-v2.5.0_GH0.tar.gz) = ef0dc397055d14df93ab5d67ce4c3c1d91dabe1875e808cc60951ff523b2fcab -SIZE (maxmind-geoipupdate-v2.5.0_GH0.tar.gz) = 35407 +TIMESTAMP = 1526668327 +SHA256 (geoipupdate-2.5.0.tar.gz) = 5119fd0e338cd083e886228b26679c64bcbaade8a815be092aecf865a610ab26 +SIZE (geoipupdate-2.5.0.tar.gz) = 371882 From owner-svn-ports-head@freebsd.org Fri May 18 18:56:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5EE8EB1B1F; Fri, 18 May 2018 18:56: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 74BE384161; Fri, 18 May 2018 18:56: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 52AFD1C116; Fri, 18 May 2018 18:56: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 w4IIunH0038970; Fri, 18 May 2018 18:56:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IIumZA038968; Fri, 18 May 2018 18:56:48 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805181856.w4IIumZA038968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 18 May 2018 18:56:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470317 - head/archivers/py-acefile X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/archivers/py-acefile X-SVN-Commit-Revision: 470317 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 18:56:50 -0000 Author: antoine Date: Fri May 18 18:56:48 2018 New Revision: 470317 URL: https://svnweb.freebsd.org/changeset/ports/470317 Log: Update to 0.6.9 Modified: head/archivers/py-acefile/Makefile head/archivers/py-acefile/distinfo Modified: head/archivers/py-acefile/Makefile ============================================================================== --- head/archivers/py-acefile/Makefile Fri May 18 18:33:43 2018 (r470316) +++ head/archivers/py-acefile/Makefile Fri May 18 18:56:48 2018 (r470317) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acefile -PORTVERSION= 0.6.8 +PORTVERSION= 0.6.9 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/archivers/py-acefile/distinfo ============================================================================== --- head/archivers/py-acefile/distinfo Fri May 18 18:33:43 2018 (r470316) +++ head/archivers/py-acefile/distinfo Fri May 18 18:56:48 2018 (r470317) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514917996 -SHA256 (acefile-0.6.8.tar.gz) = 757234deb06ef76adf40dc2858568a36ef421ea5ee7ddf48ece3ae1a0b602a75 -SIZE (acefile-0.6.8.tar.gz) = 47743 +TIMESTAMP = 1526584702 +SHA256 (acefile-0.6.9.tar.gz) = fd16eddb378224c2475cba49c25623f156cf7489cccf6918394a5711c77cd972 +SIZE (acefile-0.6.9.tar.gz) = 48440 From owner-svn-ports-head@freebsd.org Fri May 18 18:57:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8809EB1B4E; Fri, 18 May 2018 18:57:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 75B648423F; Fri, 18 May 2018 18:57:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 570601C117; Fri, 18 May 2018 18:57:16 +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 w4IIvGbf039113; Fri, 18 May 2018 18:57:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IIvGSv039111; Fri, 18 May 2018 18:57:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805181857.w4IIvGSv039111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 18 May 2018 18:57:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470318 - head/textproc/py-yapf X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/textproc/py-yapf X-SVN-Commit-Revision: 470318 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 18:57:17 -0000 Author: antoine Date: Fri May 18 18:57:15 2018 New Revision: 470318 URL: https://svnweb.freebsd.org/changeset/ports/470318 Log: Update to 0.22.0 Modified: head/textproc/py-yapf/Makefile head/textproc/py-yapf/distinfo Modified: head/textproc/py-yapf/Makefile ============================================================================== --- head/textproc/py-yapf/Makefile Fri May 18 18:56:48 2018 (r470317) +++ head/textproc/py-yapf/Makefile Fri May 18 18:57:15 2018 (r470318) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yapf -PORTVERSION= 0.21.0 +PORTVERSION= 0.22.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-yapf/distinfo ============================================================================== --- head/textproc/py-yapf/distinfo Fri May 18 18:56:48 2018 (r470317) +++ head/textproc/py-yapf/distinfo Fri May 18 18:57:15 2018 (r470318) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523169575 -SHA256 (yapf-0.21.0.tar.gz) = 7d8ae3567f3fb2d288f127d35e4decb3348c96cd091001e02e818465da618f90 -SIZE (yapf-0.21.0.tar.gz) = 131204 +TIMESTAMP = 1526668080 +SHA256 (yapf-0.22.0.tar.gz) = a98a6eacca64d2b920558f4a2f78150db9474de821227e60deaa29f186121c63 +SIZE (yapf-0.22.0.tar.gz) = 135605 From owner-svn-ports-head@freebsd.org Fri May 18 19:00:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2077BEB1BD6; Fri, 18 May 2018 19:00:40 +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 BF32B84373; Fri, 18 May 2018 19:00:39 +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 9FFFE1C121; Fri, 18 May 2018 19:00:39 +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 w4IJ0d33039679; Fri, 18 May 2018 19:00:39 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IJ0bBs039665; Fri, 18 May 2018 19:00:37 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201805181900.w4IJ0bBs039665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 18 May 2018 19:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470319 - in head/sysutils: bareos-client bareos-client-static bareos-docs bareos-server bareos-server/files bareos-traymonitor bareos16-bat bareos16-client bareos16-client-static bareo... X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/sysutils: bareos-client bareos-client-static bareos-docs bareos-server bareos-server/files bareos-traymonitor bareos16-bat bareos16-client bareos16-client-static bareos16-server bareos16-serve... X-SVN-Commit-Revision: 470319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 19:00:40 -0000 Author: acm Date: Fri May 18 19:00:37 2018 New Revision: 470319 URL: https://svnweb.freebsd.org/changeset/ports/470319 Log: - Import chio-bareos - Fix perl path into mtx-changer - Add/modify CONFLICTS - Add GNUTLS option - Few other modifications PR: 225119 225908 227318 Modified: head/sysutils/bareos-client-static/Makefile head/sysutils/bareos-client/Makefile head/sysutils/bareos-docs/Makefile head/sysutils/bareos-server/Makefile head/sysutils/bareos-server/files/chio-bareos head/sysutils/bareos-traymonitor/Makefile head/sysutils/bareos16-bat/Makefile head/sysutils/bareos16-client-static/Makefile head/sysutils/bareos16-client/Makefile head/sysutils/bareos16-server/Makefile head/sysutils/bareos16-server/files/chio-bareos head/sysutils/bareos16-traymonitor/Makefile Modified: head/sysutils/bareos-client-static/Makefile ============================================================================== --- head/sysutils/bareos-client-static/Makefile Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos-client-static/Makefile Fri May 18 19:00:37 2018 (r470319) @@ -1,12 +1,13 @@ -# Created by: Alonso Cardenas # $FreeBSD$ PORTNAME= bareos -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -client-static COMMENT= Backup archiving recovery open sourced (static client) +CONFLICTS= bareos16-client-static-* + PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server @@ -14,7 +15,6 @@ PLIST_FILES= sbin/bareos-fd-static \ sbin/bconsole-static OPTIONS_DEFINE= NLS LMDB -OPTIONS_DEFAULT=# LMDB_DESC= Enable build of LMDB support CONFIGURE_ARGS+= --enable-client-only \ Modified: head/sysutils/bareos-client/Makefile ============================================================================== --- head/sysutils/bareos-client/Makefile Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos-client/Makefile Fri May 18 19:00:37 2018 (r470319) @@ -1,14 +1,15 @@ -# Created by: Alonso Cardenas # $FreeBSD$ PORTNAME= bareos -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -client COMMENT= Backup archiving recovery open sourced (client) BROKEN_aarch64= Fails to link: missing sbrk +CONFLICTS= bareos16-client-* + WITH_CLIENT_ONLY=yes USE_RC_SUBR= bareos-fd @@ -16,7 +17,6 @@ PLIST= ${PKGDIR}/pkg-plist.client MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO -OPTIONS_DEFAULT=# LMDB_DESC= Enable build of LMDB support .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bareos-docs/Makefile ============================================================================== --- head/sysutils/bareos-docs/Makefile Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos-docs/Makefile Fri May 18 19:00:37 2018 (r470319) @@ -1,4 +1,3 @@ -# Created by: Alonso CArdenas # $FreeBSD$ PORTNAME= bareos Modified: head/sysutils/bareos-server/Makefile ============================================================================== --- head/sysutils/bareos-server/Makefile Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos-server/Makefile Fri May 18 19:00:37 2018 (r470319) @@ -1,10 +1,9 @@ -# Created by: Alonso Cardenas # $FreeBSD$ PORTNAME= bareos DISTVERSIONPREFIX= Release/ DISTVERSION= 17.2.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= sysutils PKGNAMEPREFIX?= # PKGNAMESUFFIX?= -server @@ -19,7 +18,7 @@ USE_GITHUB= yes USES+= libtool:keepla pkgconfig readline:port shebangfix -CONFLICTS?= bacula*-server-* +CONFLICTS?= bacula*-server-* bareos16-server-* LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ libjansson.so:devel/jansson @@ -37,22 +36,29 @@ SHEBANG_FILES= ${WRKSRC}/src/cats/make_catalog_backup. CPPFLAGS+= -I${LOCALBASE}/readline -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE?= MTX PYTHON NDMP NLS OPENSSL SCSICRYPTO -OPTIONS_DEFAULT?= OPENSSL PGSQL SCSICRYPTO +OPTIONS_DEFAULT= OPENSSL +OPTIONS_SINGLE= CRYPTO +OPTIONS_SINGLE_CRYPTO= OPENSSL GNUTLS OPTIONS_SUB= yes +CRYPTO_DESC= Cryptographic library MTX_DESC= Install mtx for control of autochanger devices NDMP_DESC= Enable build of NDMP support SCSICRYPTO_DESC= Build LTO AME crypto plugin .if ${PKGNAMESUFFIX} == "-server" +OPTIONS_DEFINE= MTX PYTHON NDMP NLS SCSICRYPTO +OPTIONS_DEFAULT+= PGSQL SCSICRYPTO OPTIONS_SINGLE_DATABASE= SQLITE3 MYSQL PGSQL -OPTIONS_SINGLE= DATABASE +OPTIONS_SINGLE+= DATABASE DATABASE_DESC= Database support NDMP_CONFIGURE_ON= --enable-ndmp=yes NDMP_CONFIGURE_OFF= --enable-ndmp=no .endif +GNUTLS_CONFIGURE_WITH= gnutls=${LOCALBASE} +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls + OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} OPENSSL_CONFIGURE_OFF= --with-openssl="no" @@ -197,6 +203,7 @@ post-patch: @${REINPLACE_CMD} -e 's|../../lib/|$$(LOCALBASE)/lib/|g' ${WRKSRC}/src/plugins/dird/Makefile.in ${WRKSRC}/src/plugins/stored/Makefile.in @${REINPLACE_CMD} -e 's|fd_plugins.h|filed/fd_plugins.h|g' -e 's|dir_plugins.h|dird/dir_plugins.h|g' -e 's|stored.h|stored/stored.h|g' \ ${WRKSRC}/src/tools/bpluginfo.c + @${REINPLACE_CMD} -e 's|perl|$(LOCALBASE)/bin/perl|g' ${WRKSRC}/scripts/mtx-changer.in .endif post-extract: Modified: head/sysutils/bareos-server/files/chio-bareos ============================================================================== --- head/sysutils/bareos-server/files/chio-bareos Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos-server/files/chio-bareos Fri May 18 19:00:37 2018 (r470319) @@ -1,200 +1,190 @@ #!/bin/sh # -# Bacula interface to FreeBSD chio autoloader command with -# multiple drive support -# (By Lars Köller, lars+bacula@koellers.net, 2004) +# BAREOS interface to tape libraries and autoloaders for FreeBSD +# (by Rudolf Cejka , v1.2, 2012/11/14) # -# If you set in your Device resource +# If you set in your Device resource +# Changer Command = "path-to-this-script/chio-changer %c %o %S %a %d" +# you will have the following input to this script: +# chio-changer "changer-device" "command" "slot" "tape-device" "drive-index" +# $1 $2 $3 $4 $5 +# for example (on a FreeBSD system): +# chio-changer /dev/ch0 load 1 /dev/nsa0 0 # -# Changer Command = "path-to-this-script/chio-bacula" %c %o %S %a -# you will have the following input to this script: +# If you change the script, take care to return either the chio exit +# code or a 0. If the script exits with a non-zero exit code, BAREOS +# will assume the request failed. # -# chio-bacula "changer-device" "command" "slot" "archive-device" "drive-index" -# $1 $2 $3 $4 $5 -# for example: -# -# chio-bacula /dev/sg0 load 1 /dev/nst0 0 (on a FreeBSD system) -# -# If you need to to an offline, refer to the drive as $4 -# e.g. mt -f $f offline -# -# Many changers need an offline after the unload. Also many -# changers need a sleep 60 after the mtx load. -# -# N.B. If you change the script, take care to return either -# the mtx exit code or a 0. If the script exits with a non-zero -# exit code, Bacula will assume the request failed. -# -me=$(basename $0) -# Debug output, take care this file is writeable for user bacula! -#LOG=/var/db/bacula/chio-bacula.log -#exec 2>>$LOG -#echo "------------------------- $(date) Start $(basename $0) -------------------------" >> $LOG -#set -x +PROGNAME=`basename $0` -# Debug -logger -p user.err "$me $@" +# Uncomment the following line, if you want to log debug output. +#DEBUG=/var/run/bareos/${PROGNAME}.log -# This simulates a barcode reader in the changer. -# The labes of the virtual barcode reader are located in the BARCODE_FILE -SIMULATE_BARCODE=true -BARCODE_FILE=/usr/local/etc/bacula/bacula-barcodes -MTX=/bin/chio -# Set default values (see case statement below for -# free mapping of drive index and tape device -# We have a double drive Qualstar where drive 1 is the default bacula drive -#TAPE=/dev/bacula-tape -TAPE=/dev/nrsa0 -DRIVE=0 -# Time to wait for (un)loading -SLEEP=20 +# Uncomment the following line, if you need to eject a tape before moving +# it from the drive. +#OFFLINE=yes +# Uncomment one or more of the following lines, if you need to wait for +# some time (in seconds) after unloading, loading or transferring a tape. +#OFFLINE_SLEEP=10 +#LOAD_SLEEP=10 +#MOVE_SLEEP=10 + +# Uncomment the following line, if you do not have a changer with volume +# reader. +#FAKE_BARCODES=/usr/local/etc/bareos-barcodes + usage() { - echo "" - echo "The $me script for bacula" - echo "--------------------------------------" - echo "" - echo "usage: $me [slot] [devicename of tapedrive] [drive index]" - echo "" - echo "Valid commands:" - echo "" - echo "unload Unloads a tape into the slot" - echo " from where it was loaded." - echo "load Loads a tape from the slot " - echo " (slot-base is calculated to 1 as first slot)" - echo "list Lists full storage slots" - echo "loaded Gives slot from where the tape was loaded." - echo " 0 means the tape drive is empty." - echo "slots Gives Number of aviable slots." - echo "" - echo "Example:" - echo " $me /dev/changer load 1 loads a tape from slot 1" - echo "" - exit 2 -} + cat < [slot] [tape-device] [drive-index] -# The changer device -if [ -z "$1" ] ; then - usage; -else - CHANGER=$1 -fi -# The command -if [ -z "$2" ] ; then - usage; -else - COMMAND=$2 -fi -# The slot number -if [ ! -z "$3" ]; then - SLOT=$3 - # btape fill says "... slot 1 drive 0" :-( - if [ "$SLOT" = "slot" ]; then - shift - SLOT=$3 - fi -fi -# Set tape device -if [ ! -z "$4" ]; then - TAPE=$4 -fi +Commands (): + unload Unload a tape into the slot from where it was loaded + load Load a tape from the slot (1-based) + transfer Transfer a tape from the slot to + the slot (1-based) + list List full storage slots + listall List all storage slots and drives with source information + loaded Give slot from where the tape was loaded (0 = empty drive) + slots Give number of available slots -# Here you can map bacula drive number to any tape device -# DRIVE is the chio drive number used below by chio! -case $5 in - 0) - # First Drive in Changer is Bacula drive - DRIVE=0 - #TAPE=/dev/bacula-tape - TAPE=/dev/nrsa0 - ;; - 1) - DRIVE=1 - #TAPE=/dev/bacula-tape2 - TAPE=/dev/nrsa1 - ;; -esac +Example: + ${PROGNAME} /dev/ch0 load 1 Load a tape from the slot 1 -# -# Main -# -case ${COMMAND} in - unload) - # enable the following line if you need to eject the cartridge - mt -f ${TAPE} off - sleep 2 - # if we have a slot, try it - if [ ! -z "$SLOT" ]; then - ${MTX} -f ${CHANGER} move drive ${DRIVE} slot $((${SLOT}-1)) - exit $? - fi - # Try other way (works if source element information is valid for drive) - ${MTX} -f ${CHANGER} return drive ${DRIVE} - # If the changer is power cycled with a tape loaded in a drive - # we can compute the slot in case of a complete filled magazine, with - # one slot free. - if [ "$?" != "0" ]; then - free_slot=`${MTX} -f ${CHANGER} stat | grep "^slot " | grep -v "FULL" | awk '{print $2}'` - free_slot=${free_slot%:} - ${MTX} -f ${CHANGER} move drive ${DRIVE} slot $free_slot - fi - ;; +EOF + exit 1 +} - load) - ${MTX} -f ${CHANGER} move slot $((${SLOT}-1)) drive ${DRIVE} - rtn=$? - # Increase the sleep time if you have a slow device - sleep $SLEEP - exit $rtn - ;; +# Default settings +CHANGER=/dev/ch0 +TAPE=/dev/nsa0 +DRIVE=0 - list) - if [ "${SIMULATE_BARCODE}" = "true" ]; then - if [ -f "$BARCODE_FILE" ]; then - cat $BARCODE_FILE | grep -v -e "^#" -e "^$" - exit 0 - else - echo "Barcode file $BARCODE_FILE missing ... exiting!" - exit 1 - fi - else - ${MTX} -f ${CHANGER} status | grep "^slot .*: .*FULL>" | awk '{print $2}' | awk -F: '{print $1+1" "}' | tr -d "[\r\n]" - fi - ;; +CHIO=/bin/chio +MT=/usr/bin/mt - loaded) - # echo "Request loaded" - ${MTX} -f ${CHANGER} status -S > /tmp/mtx.$$ - rtn=$? - # Try to get chio slot source from drive entry - SLOT=$(cat /tmp/mtx.$$ | grep "^drive ${DRIVE}: .*slot" | awk '{print $6+1}' | tr -d ">") - if [ -z "$SLOT" ]; then - # This handles the case a source slot is not available (power on - # of the changer with a drive loaded) and all other slots are - # occupied with a tape! - SLOT=$(cat /tmp/mtx.$$ | grep "^slot .*: " | awk '{print $2+1}') - if [ -z "$SLOT" ]; then - echo 0 - else - echo $SLOT - fi - else - echo $SLOT - fi - # All tapes are in the slots - #cat /tmp/mtx.$$ | grep "^drive ${DRIVE}: .* source: <>" | awk "{print 0}" - rm -f /tmp/mtx.$$ - exit $rtn - ;; +if [ -n "${DEBUG}" ]; then + MSG=$0 + for PAR; do MSG="${MSG} \"${PAR}\""; done + echo `date +"%Y/%m/%d %H:%M:%S"` ${MSG} >> ${DEBUG} +fi - slots) - # echo "Request slots" - ${MTX} -f ${CHANGER} status | grep "^slot " | tail -1 | awk '{print $2+1}' | tr -d ":" - ;; +if [ -n "$1" ]; then + CHANGER=$1; +fi +COMMAND=$2 +SLOT=$3 +SLOTDST=$4 +if [ -n "$4" ]; then + TAPE=$4 +fi +if [ -n "$5" ]; then + DRIVE=$5 +fi - *) - usage - ;; +case ${COMMAND} in +unload) + if [ "${OFFLINE}" = yes ]; then + ${MT} -f ${TAPE} offline + if [ $? = 0 -a -n "${OFFLINE_SLEEP}" ]; then + sleep ${OFFLINE_SLEEP} + fi + fi + if [ -z "${SLOT}" ]; then + ${CHIO} -f ${CHANGER} return drive ${DRIVE} + else + ${CHIO} -f ${CHANGER} move drive ${DRIVE} slot $((${SLOT} - 1)) + fi + if [ $? -ne 0 ]; then + # In case of an error, try to unload the cartridge to the first free slot + FREE=`${CHIO} -f ${CHANGER} status slot | \ + sed -ne '/FULL/d;s/^slot *\([0-9]*\):.*/\1/p' | \ + awk 'BEGIN { n = 0 } { n = $1 + 1; exit } END { print n }'` + if [ ${FREE} -gt 0 ]; then + ${CHIO} -f ${CHANGER} move drive ${DRIVE} slot $((${FREE} - 1)) + else + exit 1 + fi + fi + ;; +load) + if [ -z "${SLOT}" ]; then + usage + fi + ${CHIO} -f ${CHANGER} move slot $((${SLOT} - 1)) drive ${DRIVE} + if [ $? -ne 0 ]; then + exit 1 + fi + if [ -n "${LOAD_SLEEP}" ]; then + sleep ${LOAD_SLEEP} + fi + ;; +transfer) + if [ -z "${SLOT}" -o -z "${SLOTDST}" ]; then + usage + fi + ${CHIO} -f ${CHANGER} move slot $((${SLOT} - 1)) slot $((${SLOTDST} - 1)) + if [ $? -ne 0 ]; then + exit 1 + fi + if [ -n "${MOVE_SLEEP}" ]; then + sleep ${MOVE_SLEEP} + fi + ;; +list) + if [ -z "${FAKE_BARCODES}" ]; then + ${CHIO} -f ${CHANGER} status -v slot | \ + sed -ne 's/^slot *\([0-9]*\):.*FULL.*voltag.*<\([^:]*\):.*/\1:\2/p' | \ + awk -F: '{ print $1 + 1 ":" $2 }' + else + if [ -f "${FAKE_BARCODES}" ]; then + grep -v -e "^#" -e "^$" < ${FAKE_BARCODES} + else + echo "${PROGNAME}: Barcode file ${FAKE_BARCODES} is missing" + exit 1 + fi + fi + ;; +listall) + if [ -z "${FAKE_BARCODES}" ]; then + ${CHIO} -f ${CHANGER} status -vS | \ + sed -ne ' + s/^slot *\([0-9]*\):.*ENAB.*FULL.*voltag.*<\([^:]*\):.*/I:\1:F:\2/p;t + s/^slot *\([0-9]*\):.*FULL.*voltag.*<\([^:]*\):.*/S:\1:F:\2/p;t + s/^drive *\([0-9]*\):.*FULL.*voltag.*<\([^:]*\):.*source.*<[^0-9]*\([0-9]*\)>.*/D:\1:F:\3:\2/p;t + s/^slot *\([0-9]*\):.*ENAB.*voltag.*<\([^:]*\):.*/I:\1:E/p;t + s/^slot *\([0-9]*\):.*voltag.*<\([^:]*\):.*/S:\1:E/p;t + s/^drive *\([0-9]*\):.*voltag.*<\([^:]*\):.*/D:\1:E/p' | \ + awk -F: '{ for (n = 1; n <= NF; n++) printf "%s%s", + (n == ($1 == "D" ? 4 : 2)) ? ($n == "" ? 0 : $n + 1) : $n, + (n == NF) ? "\n" : ":" }' + else + if [ -f "${FAKE_BARCODES}" ]; then + grep -v -e "^#" -e "^$" < ${FAKE_BARCODES} | \ + awk -F: '{ print "S:" $1 (match($2, "^ *$") ? ":E" : ":F:" $2) }' + else + echo "${PROGNAME}: Barcode file ${FAKE_BARCODES} is missing" + exit 1 + fi + fi + ;; +loaded) + # If a tape is loaded, but the source slot is unknown (for example, + # after library reboot), try to report the first free slot + FREE=`${CHIO} -f ${CHANGER} status slot | \ + sed -ne '/FULL/d;s/^slot *\([0-9]*\):.*/\1/p' | \ + awk 'BEGIN { n = 0 } { n = $1 + 1; exit } END { print n }'` + ${CHIO} -f ${CHANGER} status -S drive | \ + sed -ne 's/^drive *'${DRIVE}':.*FULL.*source.*<[^0-9]*\([0-9]*\)>.*/\1/p' \ + | awk 'BEGIN { n = 0 } { n = ($1 == "") ? '${FREE}' : $1 + 1 } \ + END { print n }' + ;; +slots) + ${CHIO} -f ${CHANGER} status | grep -c "^slot " + ;; +*) + usage + ;; esac Modified: head/sysutils/bareos-traymonitor/Makefile ============================================================================== --- head/sysutils/bareos-traymonitor/Makefile Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos-traymonitor/Makefile Fri May 18 19:00:37 2018 (r470319) @@ -1,17 +1,16 @@ -# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= bareos PKGNAMESUFFIX= -traymonitor -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Backup archiving recovery open sourced (traymonitor) LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \ libbareos.so:sysutils/bareos-client -CONFLICTS= bacula*-bat-* +CONFLICTS= bacula*-bat-* bareos16-traymonitor-* USES= pkgconfig gettext-runtime desktop-file-utils USE_QT4= qmake_build uic_build moc_build rcc_build gui corelib @@ -29,8 +28,5 @@ CONFIGURE_ARGS+= --enable-traymonitor=yes \ --enable-client-only \ --with-jansson=${LOCALBASE} \ --enable-nls=yes - -OPTIONS_DEFINE= OPENSSL -OPTIONS_DEFAULT=OPENSSL .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bareos16-bat/Makefile ============================================================================== --- head/sysutils/bareos16-bat/Makefile Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos16-bat/Makefile Fri May 18 19:00:37 2018 (r470319) @@ -2,14 +2,14 @@ PORTNAME= bareos16 PKGNAMESUFFIX= -bat -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Backup archiving recovery open sourced (GUI) LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \ libbareos.so:sysutils/bareos16-client -CONFLICTS= bacula*-bat-* bareos-bat-* +CONFLICTS= bacula*-bat-* USES= pkgconfig desktop-file-utils USE_QT4= qmake_build uic_build moc_build rcc_build @@ -25,8 +25,5 @@ CONFIGURE_ARGS+= --enable-bat \ --disable-build-dird \ --disable-build-stored \ --enable-client-only - -OPTIONS_DEFINE= OPENSSL -OPTIONS_DEFAULT=OPENSSL .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bareos16-client-static/Makefile ============================================================================== --- head/sysutils/bareos16-client-static/Makefile Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos16-client-static/Makefile Fri May 18 19:00:37 2018 (r470319) @@ -1,11 +1,13 @@ # $FreeBSD$ PORTNAME= bareos16 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -client-static COMMENT= Backup archiving recovery open sourced (static client) +CONFLICTS= bareos-client-static-* + PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../../sysutils/bareos16-server @@ -13,7 +15,6 @@ PLIST_FILES= sbin/bareos-fd-static \ sbin/bconsole-static OPTIONS_DEFINE= NLS LMDB -OPTIONS_DEFAULT=# LMDB_DESC= Enable build of LMDB support CONFIGURE_ARGS+= --enable-client-only \ Modified: head/sysutils/bareos16-client/Makefile ============================================================================== --- head/sysutils/bareos16-client/Makefile Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos16-client/Makefile Fri May 18 19:00:37 2018 (r470319) @@ -1,13 +1,15 @@ # $FreeBSD$ PORTNAME= bareos16 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -client COMMENT= Backup archiving recovery open sourced (client) BROKEN_aarch64= Fails to link: missing sbrk +CONFLICTS= bareos-client-* + WITH_CLIENT_ONLY=yes USE_RC_SUBR= bareos-fd @@ -15,7 +17,6 @@ PLIST= ${PKGDIR}/pkg-plist.client MASTERDIR= ${.CURDIR}/../../sysutils/bareos16-server OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO -OPTIONS_DEFAULT=# LMDB_DESC= Enable build of LMDB support .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bareos16-server/Makefile ============================================================================== --- head/sysutils/bareos16-server/Makefile Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos16-server/Makefile Fri May 18 19:00:37 2018 (r470319) @@ -3,7 +3,7 @@ PORTNAME= bareos16 DISTVERSIONPREFIX= Release/ DISTVERSION= 16.2.7 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= sysutils PKGNAMEPREFIX?= # PKGNAMESUFFIX?= -server @@ -20,7 +20,7 @@ GH_PROJECT= ${PORTNAME:S/16//} USES+= libtool:keepla pkgconfig readline:port shebangfix -CONFLICTS?= bacula*-server-* bareos-server* +CONFLICTS?= bacula*-server-* bareos-server-* LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ libjansson.so:devel/jansson @@ -40,22 +40,29 @@ LDFLAGS+= -L${LOCALBASE}/lib ETCDIR= ${PREFIX}/etc/${PORTNAME:S/16//} -OPTIONS_DEFINE?= MTX PYTHON NDMP NLS OPENSSL SCSICRYPTO -OPTIONS_DEFAULT?= OPENSSL PGSQL SCSICRYPTO +OPTIONS_DEFAULT= OPENSSL +OPTIONS_SINGLE= CRYPTO +OPTIONS_SINGLE_CRYPTO= OPENSSL GNUTLS OPTIONS_SUB= yes +CRYPTO_DESC= Cryptographic library MTX_DESC= Install mtx for control of autochanger devices NDMP_DESC= Enable build of NDMP support SCSICRYPTO_DESC= Build LTO AME crypto plugin .if ${PKGNAMESUFFIX} == "-server" +OPTIONS_DEFINE= MTX PYTHON NDMP NLS SCSICRYPTO +OPTIONS_DEFAULT+= PGSQL SCSICRYPTO OPTIONS_SINGLE_DATABASE= SQLITE3 MYSQL PGSQL -OPTIONS_SINGLE= DATABASE +OPTIONS_SINGLE+= DATABASE DATABASE_DESC= Database support NDMP_CONFIGURE_ON= --enable-ndmp=yes NDMP_CONFIGURE_OFF= --enable-ndmp=no .endif +GNUTLS_CONFIGURE_WITH= gnutls=${LOCALBASE} +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls + OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} OPENSSL_CONFIGURE_OFF= --with-openssl="no" @@ -200,6 +207,7 @@ post-patch: @${REINPLACE_CMD} -e 's|../../lib/|$$(LOCALBASE)/lib/|g' ${WRKSRC}/src/plugins/dird/Makefile.in ${WRKSRC}/src/plugins/stored/Makefile.in @${REINPLACE_CMD} -e 's|fd_plugins.h|filed/fd_plugins.h|g' -e 's|dir_plugins.h|dird/dir_plugins.h|g' -e 's|stored.h|stored/stored.h|g' \ ${WRKSRC}/src/tools/bpluginfo.c + @${REINPLACE_CMD} -e 's|perl|$(LOCALBASE)/bin/perl|g' ${WRKSRC}/scripts/mtx-changer.in .endif post-extract: Modified: head/sysutils/bareos16-server/files/chio-bareos ============================================================================== --- head/sysutils/bareos16-server/files/chio-bareos Fri May 18 18:57:15 2018 (r470318) +++ head/sysutils/bareos16-server/files/chio-bareos Fri May 18 19:00:37 2018 (r470319) @@ -1,200 +1,190 @@ #!/bin/sh # -# Bacula interface to FreeBSD chio autoloader command with -# multiple drive support -# (By Lars Köller, lars+bacula@koellers.net, 2004) +# BAREOS interface to tape libraries and autoloaders for FreeBSD +# (by Rudolf Cejka , v1.2, 2012/11/14) # -# If you set in your Device resource +# If you set in your Device resource +# Changer Command = "path-to-this-script/chio-changer %c %o %S %a %d" +# you will have the following input to this script: +# chio-changer "changer-device" "command" "slot" "tape-device" "drive-index" +# $1 $2 $3 $4 $5 +# for example (on a FreeBSD system): +# chio-changer /dev/ch0 load 1 /dev/nsa0 0 # -# Changer Command = "path-to-this-script/chio-bacula" %c %o %S %a -# you will have the following input to this script: +# If you change the script, take care to return either the chio exit +# code or a 0. If the script exits with a non-zero exit code, BAREOS +# will assume the request failed. # -# chio-bacula "changer-device" "command" "slot" "archive-device" "drive-index" -# $1 $2 $3 $4 $5 -# for example: -# -# chio-bacula /dev/sg0 load 1 /dev/nst0 0 (on a FreeBSD system) -# -# If you need to to an offline, refer to the drive as $4 -# e.g. mt -f $f offline -# -# Many changers need an offline after the unload. Also many -# changers need a sleep 60 after the mtx load. -# -# N.B. If you change the script, take care to return either -# the mtx exit code or a 0. If the script exits with a non-zero -# exit code, Bacula will assume the request failed. -# -me=$(basename $0) -# Debug output, take care this file is writeable for user bacula! -#LOG=/var/db/bacula/chio-bacula.log -#exec 2>>$LOG -#echo "------------------------- $(date) Start $(basename $0) -------------------------" >> $LOG -#set -x +PROGNAME=`basename $0` -# Debug -logger -p user.err "$me $@" +# Uncomment the following line, if you want to log debug output. +#DEBUG=/var/run/bareos/${PROGNAME}.log -# This simulates a barcode reader in the changer. -# The labes of the virtual barcode reader are located in the BARCODE_FILE -SIMULATE_BARCODE=true -BARCODE_FILE=/usr/local/etc/bacula/bacula-barcodes -MTX=/bin/chio -# Set default values (see case statement below for -# free mapping of drive index and tape device -# We have a double drive Qualstar where drive 1 is the default bacula drive -#TAPE=/dev/bacula-tape -TAPE=/dev/nrsa0 -DRIVE=0 -# Time to wait for (un)loading -SLEEP=20 +# Uncomment the following line, if you need to eject a tape before moving +# it from the drive. +#OFFLINE=yes +# Uncomment one or more of the following lines, if you need to wait for +# some time (in seconds) after unloading, loading or transferring a tape. +#OFFLINE_SLEEP=10 +#LOAD_SLEEP=10 +#MOVE_SLEEP=10 + +# Uncomment the following line, if you do not have a changer with volume +# reader. +#FAKE_BARCODES=/usr/local/etc/bareos-barcodes + usage() { - echo "" - echo "The $me script for bacula" - echo "--------------------------------------" - echo "" - echo "usage: $me [slot] [devicename of tapedrive] [drive index]" - echo "" - echo "Valid commands:" - echo "" - echo "unload Unloads a tape into the slot" - echo " from where it was loaded." - echo "load Loads a tape from the slot " - echo " (slot-base is calculated to 1 as first slot)" - echo "list Lists full storage slots" - echo "loaded Gives slot from where the tape was loaded." - echo " 0 means the tape drive is empty." - echo "slots Gives Number of aviable slots." - echo "" - echo "Example:" - echo " $me /dev/changer load 1 loads a tape from slot 1" - echo "" - exit 2 -} + cat < [slot] [tape-device] [drive-index] -# The changer device -if [ -z "$1" ] ; then - usage; -else - CHANGER=$1 -fi -# The command -if [ -z "$2" ] ; then - usage; -else - COMMAND=$2 -fi -# The slot number -if [ ! -z "$3" ]; then - SLOT=$3 - # btape fill says "... slot 1 drive 0" :-( - if [ "$SLOT" = "slot" ]; then - shift - SLOT=$3 - fi -fi -# Set tape device -if [ ! -z "$4" ]; then - TAPE=$4 -fi +Commands (): + unload Unload a tape into the slot from where it was loaded + load Load a tape from the slot (1-based) + transfer Transfer a tape from the slot to + the slot (1-based) + list List full storage slots + listall List all storage slots and drives with source information + loaded Give slot from where the tape was loaded (0 = empty drive) + slots Give number of available slots -# Here you can map bacula drive number to any tape device -# DRIVE is the chio drive number used below by chio! -case $5 in - 0) - # First Drive in Changer is Bacula drive - DRIVE=0 - #TAPE=/dev/bacula-tape - TAPE=/dev/nrsa0 - ;; - 1) - DRIVE=1 - #TAPE=/dev/bacula-tape2 - TAPE=/dev/nrsa1 - ;; -esac +Example: + ${PROGNAME} /dev/ch0 load 1 Load a tape from the slot 1 -# -# Main -# -case ${COMMAND} in - unload) - # enable the following line if you need to eject the cartridge - mt -f ${TAPE} off - sleep 2 - # if we have a slot, try it - if [ ! -z "$SLOT" ]; then - ${MTX} -f ${CHANGER} move drive ${DRIVE} slot $((${SLOT}-1)) - exit $? - fi - # Try other way (works if source element information is valid for drive) - ${MTX} -f ${CHANGER} return drive ${DRIVE} - # If the changer is power cycled with a tape loaded in a drive - # we can compute the slot in case of a complete filled magazine, with - # one slot free. - if [ "$?" != "0" ]; then - free_slot=`${MTX} -f ${CHANGER} stat | grep "^slot " | grep -v "FULL" | awk '{print $2}'` - free_slot=${free_slot%:} - ${MTX} -f ${CHANGER} move drive ${DRIVE} slot $free_slot - fi - ;; +EOF + exit 1 +} - load) - ${MTX} -f ${CHANGER} move slot $((${SLOT}-1)) drive ${DRIVE} - rtn=$? - # Increase the sleep time if you have a slow device - sleep $SLEEP - exit $rtn - ;; +# Default settings +CHANGER=/dev/ch0 +TAPE=/dev/nsa0 +DRIVE=0 - list) - if [ "${SIMULATE_BARCODE}" = "true" ]; then - if [ -f "$BARCODE_FILE" ]; then - cat $BARCODE_FILE | grep -v -e "^#" -e "^$" - exit 0 - else - echo "Barcode file $BARCODE_FILE missing ... exiting!" - exit 1 - fi - else - ${MTX} -f ${CHANGER} status | grep "^slot .*: .*FULL>" | awk '{print $2}' | awk -F: '{print $1+1" "}' | tr -d "[\r\n]" - fi - ;; +CHIO=/bin/chio +MT=/usr/bin/mt - loaded) - # echo "Request loaded" - ${MTX} -f ${CHANGER} status -S > /tmp/mtx.$$ - rtn=$? - # Try to get chio slot source from drive entry - SLOT=$(cat /tmp/mtx.$$ | grep "^drive ${DRIVE}: .*slot" | awk '{print $6+1}' | tr -d ">") - if [ -z "$SLOT" ]; then - # This handles the case a source slot is not available (power on - # of the changer with a drive loaded) and all other slots are - # occupied with a tape! - SLOT=$(cat /tmp/mtx.$$ | grep "^slot .*: " | awk '{print $2+1}') - if [ -z "$SLOT" ]; then - echo 0 - else - echo $SLOT - fi - else - echo $SLOT - fi - # All tapes are in the slots - #cat /tmp/mtx.$$ | grep "^drive ${DRIVE}: .* source: <>" | awk "{print 0}" - rm -f /tmp/mtx.$$ - exit $rtn - ;; +if [ -n "${DEBUG}" ]; then + MSG=$0 + for PAR; do MSG="${MSG} \"${PAR}\""; done + echo `date +"%Y/%m/%d %H:%M:%S"` ${MSG} >> ${DEBUG} +fi - slots) - # echo "Request slots" - ${MTX} -f ${CHANGER} status | grep "^slot " | tail -1 | awk '{print $2+1}' | tr -d ":" - ;; +if [ -n "$1" ]; then + CHANGER=$1; +fi +COMMAND=$2 +SLOT=$3 +SLOTDST=$4 +if [ -n "$4" ]; then + TAPE=$4 +fi +if [ -n "$5" ]; then + DRIVE=$5 +fi - *) - usage - ;; +case ${COMMAND} in +unload) + if [ "${OFFLINE}" = yes ]; then + ${MT} -f ${TAPE} offline + if [ $? = 0 -a -n "${OFFLINE_SLEEP}" ]; then + sleep ${OFFLINE_SLEEP} + fi + fi + if [ -z "${SLOT}" ]; then + ${CHIO} -f ${CHANGER} return drive ${DRIVE} + else + ${CHIO} -f ${CHANGER} move drive ${DRIVE} slot $((${SLOT} - 1)) + fi + if [ $? -ne 0 ]; then + # In case of an error, try to unload the cartridge to the first free slot + FREE=`${CHIO} -f ${CHANGER} status slot | \ + sed -ne '/FULL/d;s/^slot *\([0-9]*\):.*/\1/p' | \ + awk 'BEGIN { n = 0 } { n = $1 + 1; exit } END { print n }'` + if [ ${FREE} -gt 0 ]; then + ${CHIO} -f ${CHANGER} move drive ${DRIVE} slot $((${FREE} - 1)) + else + exit 1 + fi + fi + ;; +load) + if [ -z "${SLOT}" ]; then + usage + fi + ${CHIO} -f ${CHANGER} move slot $((${SLOT} - 1)) drive ${DRIVE} + if [ $? -ne 0 ]; then + exit 1 + fi + if [ -n "${LOAD_SLEEP}" ]; then + sleep ${LOAD_SLEEP} + fi + ;; +transfer) + if [ -z "${SLOT}" -o -z "${SLOTDST}" ]; then + usage + fi + ${CHIO} -f ${CHANGER} move slot $((${SLOT} - 1)) slot $((${SLOTDST} - 1)) + if [ $? -ne 0 ]; then + exit 1 + fi + if [ -n "${MOVE_SLEEP}" ]; then + sleep ${MOVE_SLEEP} + fi + ;; +list) + if [ -z "${FAKE_BARCODES}" ]; then + ${CHIO} -f ${CHANGER} status -v slot | \ + sed -ne 's/^slot *\([0-9]*\):.*FULL.*voltag.*<\([^:]*\):.*/\1:\2/p' | \ + awk -F: '{ print $1 + 1 ":" $2 }' + else + if [ -f "${FAKE_BARCODES}" ]; then + grep -v -e "^#" -e "^$" < ${FAKE_BARCODES} + else + echo "${PROGNAME}: Barcode file ${FAKE_BARCODES} is missing" + exit 1 + fi *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri May 18 19:24:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEEF5ED6B9D; Fri, 18 May 2018 19:24:05 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6114B85723; Fri, 18 May 2018 19:24:05 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 423651C5F9; Fri, 18 May 2018 19:24:05 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IJO5xG054686; Fri, 18 May 2018 19:24:05 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IJO4xr054684; Fri, 18 May 2018 19:24:04 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201805181924.w4IJO4xr054684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Fri, 18 May 2018 19:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470320 - head/databases/percona55-server X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: head/databases/percona55-server X-SVN-Commit-Revision: 470320 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 19:24:05 -0000 Author: flo Date: Fri May 18 19:24:04 2018 New Revision: 470320 URL: https://svnweb.freebsd.org/changeset/ports/470320 Log: Update to 5.5.60-38.12 PR: 228336 Submitted by: Sergey Akhmatov Security: 57aec168-453e-11e8-8777-b499baebfeaf Modified: head/databases/percona55-server/Makefile head/databases/percona55-server/distinfo head/databases/percona55-server/pkg-plist Modified: head/databases/percona55-server/Makefile ============================================================================== --- head/databases/percona55-server/Makefile Fri May 18 19:00:37 2018 (r470319) +++ head/databases/percona55-server/Makefile Fri May 18 19:24:04 2018 (r470320) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= percona -DISTVERSION= 5.5.59-38.11 +DISTVERSION= 5.5.60-38.12 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-${DISTVERSION}/source/tarball/ Modified: head/databases/percona55-server/distinfo ============================================================================== --- head/databases/percona55-server/distinfo Fri May 18 19:00:37 2018 (r470319) +++ head/databases/percona55-server/distinfo Fri May 18 19:24:04 2018 (r470320) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517405720 -SHA256 (percona-server-5.5.59-38.11.tar.gz) = 1be9a179c86fdf43e2374eb22aaece4ac9f93b4ea89d9c96a20d1b189f7be175 -SIZE (percona-server-5.5.59-38.11.tar.gz) = 23064594 +TIMESTAMP = 1526652462 +SHA256 (percona-server-5.5.60-38.12.tar.gz) = 8b20dc44fe131dcd9cbeda07a870fb7ed29fcd5daf251f74c86f2e6cbda94775 +SIZE (percona-server-5.5.60-38.12.tar.gz) = 23021836 Modified: head/databases/percona55-server/pkg-plist ============================================================================== --- head/databases/percona55-server/pkg-plist Fri May 18 19:00:37 2018 (r470319) +++ head/databases/percona55-server/pkg-plist Fri May 18 19:24:04 2018 (r470320) @@ -65,7 +65,6 @@ man/man1/mysqld_safe.1.gz man/man1/mysqldumpslow.1.gz man/man1/mysqlhotcopy.1.gz man/man1/mysqlman.1.gz -man/man1/mysqltest.1.gz man/man1/perror.1.gz man/man1/replace.1.gz man/man1/resolve_stack_dump.1.gz From owner-svn-ports-head@freebsd.org Fri May 18 19:35:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69882ED9121; Fri, 18 May 2018 19:35:51 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E94985DE1; Fri, 18 May 2018 19:35:51 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00CAA1C796; Fri, 18 May 2018 19:35:51 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IJZoWj060220; Fri, 18 May 2018 19:35:50 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IJZoHJ060218; Fri, 18 May 2018 19:35:50 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201805181935.w4IJZoHJ060218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 18 May 2018 19:35:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470321 - in head/games/cockatrice: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sbruno X-SVN-Commit-Paths: in head/games/cockatrice: . files X-SVN-Commit-Revision: 470321 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 19:35:51 -0000 Author: sbruno Date: Fri May 18 19:35:50 2018 New Revision: 470321 URL: https://svnweb.freebsd.org/changeset/ports/470321 Log: games/cockatrice - enable server component (servatrice) - add options for server, client and mysql support - add startup script for servatrice - add optional runtime dependency on mysql-server for installs to the same machine or jail. Reviewed by: mat (OPTIONS_SUB help) Differential Revision: https://reviews.freebsd.org/D15416 Added: head/games/cockatrice/files/servatrice.in (contents, props changed) Modified: head/games/cockatrice/Makefile head/games/cockatrice/pkg-plist Modified: head/games/cockatrice/Makefile ============================================================================== --- head/games/cockatrice/Makefile Fri May 18 19:24:04 2018 (r470320) +++ head/games/cockatrice/Makefile Fri May 18 19:35:50 2018 (r470321) @@ -3,24 +3,46 @@ PORTNAME= Cockatrice PORTVERSION= 2.5.1.g2018.04.16 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org -COMMENT= Cross-platform virtual tabletop for multiplayer card games +COMMENT= Virtual tabletop client and server for multiplayer card games LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libprotobuf.so:devel/protobuf +USES= cmake compiler:c++11-lib +USE_QT5= buildtools concurrent core network qmake widgets USE_GITHUB= yes GH_TAGNAME= 2018-04-16-Release-2.5.1 -USES= cmake compiler:c++11-lib -USE_QT5= buildtools concurrent core multimedia network printsupport \ - qmake svg linguisttools widgets gui - INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/${PORTNAME:tl} + +OPTIONS_DEFINE= COCKATRICE SERVATRICE MYSQL +OPTIONS_DEFAULT= COCKATRICE +OPTIONS_SUB= yes + +COCKATRICE_DESC= Build Cockatrice Client +SERVATRICE_DESC= Build Cockatrice Server +MYSQL_DESC= (Server Only) Add runtime dependencies on mysql-server + +SERVATRICE_CMAKE_ON= -DWITH_SERVER=ON +SERVATRICE_CMAKE_OFF= -DWITH_SERVER=OFF +COCKATRICE_CMAKE_ON= -DWITH_CLIENT=ON -DWITH_ORACLE=ON +COCKATRICE_CMAKE_OFF= -DWITH_CLIENT=OFF -DWITH_ORACLE=OFF + +COCKATRICE_USE= qt5=multimedia,printsupport,svg,linguisttools,gui +SERVATRICE_USE= qt5=sql,sql-mysql,websockets +SERVATRICE_USE+= RC_SUBR=servatrice + +MYSQL_USES+= mysql:server +MYSQL_SUB_LIST_OFF= mysql="" +MYSQL_SUB_LIST= mysql="mysql" + +SERVATRICE_LDFLAGS+= -lexecinfo .include Added: head/games/cockatrice/files/servatrice.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/cockatrice/files/servatrice.in Fri May 18 19:35:50 2018 (r470321) @@ -0,0 +1,34 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: servatrice +# REQUIRE: LOGIN %%mysql%% +# KEYWORD: shutdown + +# +# Add the following line to /etc/rc.conf to enable servatrice: +# servatrice_enable (bool): Set to "NO" by default. +# servatrice_optfile (str): Server-specific option file. +# Set it in the rc.conf or default behaviour of +# `servatriced_safe` itself, will be picking +# ${servatrice_confdir}/my.cnf if it exists. +# servatrice_pidfile (str): Custum PID file path and name. +# Default to "${servatrice_dbdir}/${hostname}.pid". +# servatrice_args (str): Custom additional arguments to be passed +# to servatriced_safe (default empty). +# + +. /etc/rc.subr + +name="servatrice" + +load_rc_config $name + +: ${servatrice_enable="NO"} +: ${servatrice_flags="--config /usr/local/etc/servatrice.ini 2>1 & > /dev/null"} + +command="/usr/local/bin/servatrice" + +run_rc_command "$1" Modified: head/games/cockatrice/pkg-plist ============================================================================== --- head/games/cockatrice/pkg-plist Fri May 18 19:24:04 2018 (r470320) +++ head/games/cockatrice/pkg-plist Fri May 18 19:35:50 2018 (r470321) @@ -1,95 +1,101 @@ -bin/cockatrice -bin/oracle -share/applications/cockatrice.desktop -share/applications/oracle.desktop -%%DATADIR%%/sounds/Default/attack_step.wav -%%DATADIR%%/sounds/Default/buddy_join.wav -%%DATADIR%%/sounds/Default/buddy_leave.wav -%%DATADIR%%/sounds/Default/end_step.wav -%%DATADIR%%/sounds/Default/player_join.wav -%%DATADIR%%/sounds/Default/start_combat.wav -%%DATADIR%%/sounds/Default/tap_card.wav -%%DATADIR%%/sounds/Legacy/all_mention.wav -%%DATADIR%%/sounds/Legacy/chat_mention.wav -%%DATADIR%%/sounds/Legacy/draw_step.wav -%%DATADIR%%/sounds/Legacy/play_card.wav -%%DATADIR%%/sounds/Legacy/player_join.wav -%%DATADIR%%/sounds/Legacy/private_message.wav -%%DATADIR%%/sounds/Legacy/shuffle.wav -%%DATADIR%%/sounds/Legacy/tap_card.wav -%%DATADIR%%/sounds/Legacy/untap_card.wav -%%DATADIR%%/themes/Default/.gitignore -%%DATADIR%%/themes/Fabric/zones/handzone.png -%%DATADIR%%/themes/Fabric/zones/playerzone.png -%%DATADIR%%/themes/Fabric/zones/stackzone.png -%%DATADIR%%/themes/Fabric/zones/tablezone.png -%%DATADIR%%/themes/Leather/zones/handzone.png -%%DATADIR%%/themes/Leather/zones/playerzone.png -%%DATADIR%%/themes/Leather/zones/stackzone.png -%%DATADIR%%/themes/Leather/zones/tablezone.png -%%DATADIR%%/themes/Plasma/zones/handzone.png -%%DATADIR%%/themes/Plasma/zones/playerzone.png -%%DATADIR%%/themes/Plasma/zones/stackzone.png -%%DATADIR%%/themes/Plasma/zones/tablezone.png -%%DATADIR%%/themes/VelvetMarble/zones/handzone.jpg -%%DATADIR%%/themes/VelvetMarble/zones/playerzone.jpg -%%DATADIR%%/themes/VelvetMarble/zones/stackzone.jpg -%%DATADIR%%/themes/VelvetMarble/zones/tablezone.jpg -%%DATADIR%%/translations/cockatrice_ca.qm -%%DATADIR%%/translations/cockatrice_cs.qm -%%DATADIR%%/translations/cockatrice_de.qm -%%DATADIR%%/translations/cockatrice_el.qm -%%DATADIR%%/translations/cockatrice_en.qm -%%DATADIR%%/translations/cockatrice_en@pirate.qm -%%DATADIR%%/translations/cockatrice_es.qm -%%DATADIR%%/translations/cockatrice_et.qm -%%DATADIR%%/translations/cockatrice_fi.qm -%%DATADIR%%/translations/cockatrice_fr.qm -%%DATADIR%%/translations/cockatrice_he.qm -%%DATADIR%%/translations/cockatrice_hu.qm -%%DATADIR%%/translations/cockatrice_it.qm -%%DATADIR%%/translations/cockatrice_ja.qm -%%DATADIR%%/translations/cockatrice_ko.qm -%%DATADIR%%/translations/cockatrice_lt.qm -%%DATADIR%%/translations/cockatrice_nb.qm -%%DATADIR%%/translations/cockatrice_nl.qm -%%DATADIR%%/translations/cockatrice_pl.qm -%%DATADIR%%/translations/cockatrice_pt.qm -%%DATADIR%%/translations/cockatrice_pt_BR.qm -%%DATADIR%%/translations/cockatrice_ru.qm -%%DATADIR%%/translations/cockatrice_sr.qm -%%DATADIR%%/translations/cockatrice_sv.qm -%%DATADIR%%/translations/cockatrice_tr.qm -%%DATADIR%%/translations/cockatrice_uk.qm -%%DATADIR%%/translations/cockatrice_zh-Hans.qm -share/icons/hicolor/48x48/apps/cockatrice.png -share/icons/hicolor/48x48/apps/oracle.png -share/icons/hicolor/scalable/apps/cockatrice.svg -share/icons/hicolor/scalable/apps/oracle.svg -share/oracle/translations/oracle_ca.qm -share/oracle/translations/oracle_cs.qm -share/oracle/translations/oracle_de.qm -share/oracle/translations/oracle_el.qm -share/oracle/translations/oracle_en.qm -share/oracle/translations/oracle_en@pirate.qm -share/oracle/translations/oracle_es.qm -share/oracle/translations/oracle_et.qm -share/oracle/translations/oracle_fi.qm -share/oracle/translations/oracle_fr.qm -share/oracle/translations/oracle_he.qm -share/oracle/translations/oracle_hu.qm -share/oracle/translations/oracle_it.qm -share/oracle/translations/oracle_ja.qm -share/oracle/translations/oracle_ko.qm -share/oracle/translations/oracle_lt.qm -share/oracle/translations/oracle_nb.qm -share/oracle/translations/oracle_nl.qm -share/oracle/translations/oracle_pl.qm -share/oracle/translations/oracle_pt.qm -share/oracle/translations/oracle_pt_BR.qm -share/oracle/translations/oracle_ru.qm -share/oracle/translations/oracle_sr.qm -share/oracle/translations/oracle_sv.qm -share/oracle/translations/oracle_tr.qm -share/oracle/translations/oracle_uk.qm -share/oracle/translations/oracle_zh-Hans.qm +%%SERVATRICE%%bin/servatrice +%%SERVATRICE%%share/applications/servatrice.desktop +%%SERVATRICE%%share/icons/hicolor/48x48/apps/servatrice.png +%%SERVATRICE%%share/icons/hicolor/scalable/apps/servatrice.svg +%%SERVATRICE%%share/servatrice/servatrice.ini.example +%%SERVATRICE%%share/servatrice/servatrice.sql +%%COCKATRICE%%bin/cockatrice +%%COCKATRICE%%bin/oracle +%%COCKATRICE%%share/applications/cockatrice.desktop +%%COCKATRICE%%share/applications/oracle.desktop +%%COCKATRICE%%%%DATADIR%%/sounds/Default/attack_step.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Default/buddy_join.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Default/buddy_leave.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Default/end_step.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Default/player_join.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Default/start_combat.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Default/tap_card.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Legacy/all_mention.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Legacy/chat_mention.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Legacy/draw_step.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Legacy/play_card.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Legacy/player_join.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Legacy/private_message.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Legacy/shuffle.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Legacy/tap_card.wav +%%COCKATRICE%%%%DATADIR%%/sounds/Legacy/untap_card.wav +%%COCKATRICE%%%%DATADIR%%/themes/Default/.gitignore +%%COCKATRICE%%%%DATADIR%%/themes/Fabric/zones/handzone.png +%%COCKATRICE%%%%DATADIR%%/themes/Fabric/zones/playerzone.png +%%COCKATRICE%%%%DATADIR%%/themes/Fabric/zones/stackzone.png +%%COCKATRICE%%%%DATADIR%%/themes/Fabric/zones/tablezone.png +%%COCKATRICE%%%%DATADIR%%/themes/Leather/zones/handzone.png +%%COCKATRICE%%%%DATADIR%%/themes/Leather/zones/playerzone.png +%%COCKATRICE%%%%DATADIR%%/themes/Leather/zones/stackzone.png +%%COCKATRICE%%%%DATADIR%%/themes/Leather/zones/tablezone.png +%%COCKATRICE%%%%DATADIR%%/themes/Plasma/zones/handzone.png +%%COCKATRICE%%%%DATADIR%%/themes/Plasma/zones/playerzone.png +%%COCKATRICE%%%%DATADIR%%/themes/Plasma/zones/stackzone.png +%%COCKATRICE%%%%DATADIR%%/themes/Plasma/zones/tablezone.png +%%COCKATRICE%%%%DATADIR%%/themes/VelvetMarble/zones/handzone.jpg +%%COCKATRICE%%%%DATADIR%%/themes/VelvetMarble/zones/playerzone.jpg +%%COCKATRICE%%%%DATADIR%%/themes/VelvetMarble/zones/stackzone.jpg +%%COCKATRICE%%%%DATADIR%%/themes/VelvetMarble/zones/tablezone.jpg +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_ca.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_cs.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_de.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_el.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_en.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_en@pirate.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_es.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_et.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_fi.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_fr.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_he.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_hu.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_it.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_ja.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_ko.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_lt.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_nb.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_nl.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_pl.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_pt.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_pt_BR.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_ru.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_sr.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_sv.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_tr.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_uk.qm +%%COCKATRICE%%%%DATADIR%%/translations/cockatrice_zh-Hans.qm +%%COCKATRICE%%share/icons/hicolor/48x48/apps/cockatrice.png +%%COCKATRICE%%share/icons/hicolor/48x48/apps/oracle.png +%%COCKATRICE%%share/icons/hicolor/scalable/apps/cockatrice.svg +%%COCKATRICE%%share/icons/hicolor/scalable/apps/oracle.svg +%%COCKATRICE%%share/oracle/translations/oracle_ca.qm +%%COCKATRICE%%share/oracle/translations/oracle_cs.qm +%%COCKATRICE%%share/oracle/translations/oracle_de.qm +%%COCKATRICE%%share/oracle/translations/oracle_el.qm +%%COCKATRICE%%share/oracle/translations/oracle_en.qm +%%COCKATRICE%%share/oracle/translations/oracle_en@pirate.qm +%%COCKATRICE%%share/oracle/translations/oracle_es.qm +%%COCKATRICE%%share/oracle/translations/oracle_et.qm +%%COCKATRICE%%share/oracle/translations/oracle_fi.qm +%%COCKATRICE%%share/oracle/translations/oracle_fr.qm +%%COCKATRICE%%share/oracle/translations/oracle_he.qm +%%COCKATRICE%%share/oracle/translations/oracle_hu.qm +%%COCKATRICE%%share/oracle/translations/oracle_it.qm +%%COCKATRICE%%share/oracle/translations/oracle_ja.qm +%%COCKATRICE%%share/oracle/translations/oracle_ko.qm +%%COCKATRICE%%share/oracle/translations/oracle_lt.qm +%%COCKATRICE%%share/oracle/translations/oracle_nb.qm +%%COCKATRICE%%share/oracle/translations/oracle_nl.qm +%%COCKATRICE%%share/oracle/translations/oracle_pl.qm +%%COCKATRICE%%share/oracle/translations/oracle_pt.qm +%%COCKATRICE%%share/oracle/translations/oracle_pt_BR.qm +%%COCKATRICE%%share/oracle/translations/oracle_ru.qm +%%COCKATRICE%%share/oracle/translations/oracle_sr.qm +%%COCKATRICE%%share/oracle/translations/oracle_sv.qm +%%COCKATRICE%%share/oracle/translations/oracle_tr.qm +%%COCKATRICE%%share/oracle/translations/oracle_uk.qm +%%COCKATRICE%%share/oracle/translations/oracle_zh-Hans.qm From owner-svn-ports-head@freebsd.org Fri May 18 19:36:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7961ED91B2; Fri, 18 May 2018 19:36: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 6186D85EEA; Fri, 18 May 2018 19:36: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 4007D1C799; Fri, 18 May 2018 19:36: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 w4IJanEl060493; Fri, 18 May 2018 19:36:49 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IJamDj060491; Fri, 18 May 2018 19:36:48 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201805181936.w4IJamDj060491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 18 May 2018 19:36:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470322 - in head/sysutils/e2fsprogs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head/sysutils/e2fsprogs: . files X-SVN-Commit-Revision: 470322 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 19:36:49 -0000 Author: mandree Date: Fri May 18 19:36:48 2018 New Revision: 470322 URL: https://svnweb.freebsd.org/changeset/ports/470322 Log: Update to new upstream release 1.44.2. Most important changes over 1.44.1_1: e2fsck: adjust quota counters when clearing orphaned inodes e2fsprogs: fix Free Software Foundation address mke2fs: print error string if ext2fs_close_free() fails po: update pl.po (from translationproject.org) Use @AR@ instead of hardcoded 'ar' Changelog over 1.44.1: MFH: 2018Q2 Deleted: head/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__badinode_script head/sysutils/e2fsprogs/files/patch-tests_f__bigalloc__orphan__list_script head/sysutils/e2fsprogs/files/patch-za head/sysutils/e2fsprogs/files/patch-zb head/sysutils/e2fsprogs/files/patch-zc head/sysutils/e2fsprogs/files/patch-zd head/sysutils/e2fsprogs/files/patch-ze head/sysutils/e2fsprogs/files/patch-zf head/sysutils/e2fsprogs/files/patch-zg Modified: head/sysutils/e2fsprogs/Makefile head/sysutils/e2fsprogs/distinfo Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Fri May 18 19:35:50 2018 (r470321) +++ head/sysutils/e2fsprogs/Makefile Fri May 18 19:36:48 2018 (r470322) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= e2fsprogs -PORTVERSION= 1.44.1 -PORTREVISION?= 1 +PORTVERSION= 1.44.2 +PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} Modified: head/sysutils/e2fsprogs/distinfo ============================================================================== --- head/sysutils/e2fsprogs/distinfo Fri May 18 19:35:50 2018 (r470321) +++ head/sysutils/e2fsprogs/distinfo Fri May 18 19:36:48 2018 (r470322) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524922817 -SHA256 (e2fsprogs-1.44.1.tar.xz) = 0ca164c1c87724df904c918b2d7051ef989b51de725db66c67514dbe6dd2b9ef -SIZE (e2fsprogs-1.44.1.tar.xz) = 5331960 +TIMESTAMP = 1526665210 +SHA256 (e2fsprogs-1.44.2.tar.xz) = 8324cf0b6e81805a741d94087b00e99f7e16144f1ee5a413709a1fa6948b126c +SIZE (e2fsprogs-1.44.2.tar.xz) = 5349784 From owner-svn-ports-head@freebsd.org Fri May 18 19:39:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9A59ED92F4; Fri, 18 May 2018 19:39: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 9C73B860EE; Fri, 18 May 2018 19:39: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 7971A1C79B; Fri, 18 May 2018 19:39: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 w4IJdNgn060699; Fri, 18 May 2018 19:39:23 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IJdNKw060698; Fri, 18 May 2018 19:39:23 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201805181939.w4IJdNKw060698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 18 May 2018 19:39:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470323 - head/www/webkit2-gtk3 X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/www/webkit2-gtk3 X-SVN-Commit-Revision: 470323 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 19:39:24 -0000 Author: kwm Date: Fri May 18 19:39:22 2018 New Revision: 470323 URL: https://svnweb.freebsd.org/changeset/ports/470323 Log: Change enchant dependacy to enchant2. Webkit will prefer enchant2 over enchant1 if both are available. This commit is done in a stand alone commit so webkit versions are easier MFHable if needed. Modified: head/www/webkit2-gtk3/Makefile Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Fri May 18 19:36:48 2018 (r470322) +++ head/www/webkit2-gtk3/Makefile Fri May 18 19:39:22 2018 (r470323) @@ -15,7 +15,7 @@ COMMENT= Opensource browser engine using the GTK+ 3 to LICENSE= GPLv2 BSD2CLAUSE LICENSE_COMB= dual -LIB_DEPENDS= libenchant.so:textproc/enchant \ +LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libwebp.so:graphics/webp \ From owner-svn-ports-head@freebsd.org Fri May 18 19:51:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94403ED98A4; Fri, 18 May 2018 19:51:30 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4573586B66; Fri, 18 May 2018 19:51:30 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27E8F1C992; Fri, 18 May 2018 19:51:30 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IJpTlb066613; Fri, 18 May 2018 19:51:29 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IJpThg066108; Fri, 18 May 2018 19:51:29 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201805181951.w4IJpThg066108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Fri, 18 May 2018 19:51:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470324 - in head/databases: percona55-server percona55-server/files percona56-server percona56-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: in head/databases: percona55-server percona55-server/files percona56-server percona56-server/files X-SVN-Commit-Revision: 470324 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 19:51:30 -0000 Author: flo Date: Fri May 18 19:51:28 2018 New Revision: 470324 URL: https://svnweb.freebsd.org/changeset/ports/470324 Log: Fix rc scripts after r328331 in head. PR: 227234, 227235 Submitted by: 0mp Modified: head/databases/percona55-server/Makefile head/databases/percona55-server/files/mysql-server.in head/databases/percona56-server/Makefile head/databases/percona56-server/files/mysql-server.in Modified: head/databases/percona55-server/Makefile ============================================================================== --- head/databases/percona55-server/Makefile Fri May 18 19:39:22 2018 (r470323) +++ head/databases/percona55-server/Makefile Fri May 18 19:51:28 2018 (r470324) @@ -2,7 +2,7 @@ PORTNAME?= percona DISTVERSION= 5.5.60-38.12 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-${DISTVERSION}/source/tarball/ PKGNAMESUFFIX?= 55-server @@ -86,6 +86,15 @@ CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" post-install: @${MKDIR} ${STAGEDIR}/var/db/mysql + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057 +SUB_LIST+= LEGACY_LIMITS="@comment " MODERN_LIMITS="" +.else +SUB_LIST+= LEGACY_LIMITS="" MODERN_LIMITS="@comment " +.endif + .endif post-patch: Modified: head/databases/percona55-server/files/mysql-server.in ============================================================================== --- head/databases/percona55-server/files/mysql-server.in Fri May 18 19:39:22 2018 (r470323) +++ head/databases/percona55-server/files/mysql-server.in Fri May 18 19:51:28 2018 (r470324) @@ -11,9 +11,9 @@ # Add the following line to /etc/rc.conf to enable mysql: # mysql_enable (bool): Set to "NO" by default. # Set it to "YES" to enable MySQL. -# mysql_limits (bool): Set to "NO" by default. -# Set it to yes to run `limits -e -U mysql` -# just before mysql starts. +%%LEGACY_LIMITS%%# mysql_limits (bool): Set to "NO" by default. +%%LEGACY_LIMITS%%# Set it to yes to run `limits -e -U mysql` +%%LEGACY_LIMITS%%# just before mysql starts. # mysql_dbdir (str): Default to "/var/db/mysql" # Base database directory. # mysql_optfile (str): Server-specific option file. @@ -32,12 +32,12 @@ rcvar=mysql_enable load_rc_config $name : ${mysql_enable="NO"} -: ${mysql_limits="NO"} +%%LEGACY_LIMITS%%: ${mysql_limits="NO"} : ${mysql_dbdir="/var/db/mysql"} : ${mysql_optfile="${mysql_dbdir}/my.cnf"} mysql_user="mysql" -mysql_limits_args="-e -U ${mysql_user}" +%%LEGACY_LIMITS%%mysql_limits_args="-e -U ${mysql_user}" : ${hostname:=`/bin/hostname`} pidfile=${mysql_pidfile:-"${mysql_dbdir}/${hostname}.pid"} command="/usr/sbin/daemon" @@ -59,11 +59,12 @@ mysql_prestart() if [ ! -d "${mysql_dbdir}/mysql/." ]; then mysql_create_auth_tables || return 1 fi - if checkyesno mysql_limits; then - eval `/usr/bin/limits ${mysql_limits_args}` 2>/dev/null - else - return 0 - fi +%%LEGACY_LIMITS%% if checkyesno mysql_limits; then +%%LEGACY_LIMITS%% eval `/usr/bin/limits ${mysql_limits_args}` 2>/dev/null +%%LEGACY_LIMITS%% else +%%LEGACY_LIMITS%% return 0 +%%LEGACY_LIMITS%% fi +%%MODERN_LIMITS%% return 0 } mysql_poststart() Modified: head/databases/percona56-server/Makefile ============================================================================== --- head/databases/percona56-server/Makefile Fri May 18 19:39:22 2018 (r470323) +++ head/databases/percona56-server/Makefile Fri May 18 19:51:28 2018 (r470324) @@ -3,7 +3,7 @@ PORTNAME?= percona DISTVERSION= 5.6.39-83.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-${DISTVERSION}/source/tarball/ PKGNAMESUFFIX?= 56-server @@ -94,6 +94,14 @@ MANPAGES= my_print_defaults.1 myisam_ftdump.1 myisamch mysqltest.1 perror.1 replace.1 resolve_stack_dump.1 resolveip.1 CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057 +SUB_LIST+= LEGACY_LIMITS="@comment " MODERN_LIMITS="" +.else +SUB_LIST+= LEGACY_LIMITS="" MODERN_LIMITS="@comment " +.endif post-install: @${MKDIR} ${STAGEDIR}/var/db/mysql Modified: head/databases/percona56-server/files/mysql-server.in ============================================================================== --- head/databases/percona56-server/files/mysql-server.in Fri May 18 19:39:22 2018 (r470323) +++ head/databases/percona56-server/files/mysql-server.in Fri May 18 19:51:28 2018 (r470324) @@ -11,9 +11,9 @@ # Add the following line to /etc/rc.conf to enable mysql: # mysql_enable (bool): Set to "NO" by default. # Set it to "YES" to enable MySQL. -# mysql_limits (bool): Set to "NO" by default. -# Set it to yes to run `limits -e -U mysql` -# just before mysql starts. +%%LEGACY_LIMITS%%# mysql_limits (bool): Set to "NO" by default. +%%LEGACY_LIMITS%%# Set it to yes to run `limits -e -U mysql` +%%LEGACY_LIMITS%%# just before mysql starts. # mysql_dbdir (str): Default to "/var/db/mysql" # Base database directory. # mysql_optfile (str): Server-specific option file. @@ -32,12 +32,12 @@ rcvar=mysql_enable load_rc_config $name : ${mysql_enable="NO"} -: ${mysql_limits="NO"} +%%LEGACY_LIMITS%%: ${mysql_limits="NO"} : ${mysql_dbdir="/var/db/mysql"} : ${mysql_optfile="${mysql_dbdir}/my.cnf"} mysql_user="mysql" -mysql_limits_args="-e -U ${mysql_user}" +%%LEGACY_LIMITS%%mysql_limits_args="-e -U ${mysql_user}" : ${hostname:=`/bin/hostname`} pidfile=${mysql_pidfile:-"${mysql_dbdir}/${hostname}.pid"} command="/usr/sbin/daemon" @@ -59,11 +59,12 @@ mysql_prestart() if [ ! -d "${mysql_dbdir}/mysql/." ]; then mysql_create_auth_tables || return 1 fi - if checkyesno mysql_limits; then - eval `/usr/bin/limits ${mysql_limits_args}` 2>/dev/null - else - return 0 - fi +%%LEGACY_LIMITS%% if checkyesno mysql_limits; then +%%LEGACY_LIMITS%% eval `/usr/bin/limits ${mysql_limits_args}` 2>/dev/null +%%LEGACY_LIMITS%% else +%%LEGACY_LIMITS%% return 0 +%%LEGACY_LIMITS%% fi +%%MODERN_LIMITS%% return 0 } mysql_poststart() From owner-svn-ports-head@freebsd.org Fri May 18 20:09:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 778E6ED9F78; Fri, 18 May 2018 20:09:23 +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 1A88F874B7; Fri, 18 May 2018 20:09:23 +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 E61611CC9B; Fri, 18 May 2018 20:09:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4IK9MTN075941; Fri, 18 May 2018 20:09:22 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IK9LbM075932; Fri, 18 May 2018 20:09:21 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805182009.w4IK9LbM075932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 18 May 2018 20:09:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470325 - in head/dns: . kadnode kadnode/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/dns: . kadnode kadnode/files X-SVN-Commit-Revision: 470325 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 20:09:23 -0000 Author: tobik Date: Fri May 18 20:09:20 2018 New Revision: 470325 URL: https://svnweb.freebsd.org/changeset/ports/470325 Log: New port: dns/kadnode KadNode is a small decentralized DNS resolver that can use existing public key infrastructures. It utilizes the BitTorrent P2P network and mbedtls for TLS/crypto support. WWW: https://github.com/mwarning/KadNode PR: 225924 Submitted by: moritzwarning@web.de Added: head/dns/kadnode/ head/dns/kadnode/Makefile (contents, props changed) head/dns/kadnode/distinfo (contents, props changed) head/dns/kadnode/files/ head/dns/kadnode/files/kadnode.conf.in (contents, props changed) head/dns/kadnode/files/kadnode.in (contents, props changed) head/dns/kadnode/pkg-descr (contents, props changed) head/dns/kadnode/pkg-message (contents, props changed) head/dns/kadnode/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Fri May 18 19:51:28 2018 (r470324) +++ head/dns/Makefile Fri May 18 20:09:20 2018 (r470325) @@ -87,6 +87,7 @@ SUBDIR += inadyn-mt SUBDIR += ipcheck SUBDIR += ironsides + SUBDIR += kadnode SUBDIR += kf5-kdnssd SUBDIR += knot-resolver SUBDIR += knot1 Added: head/dns/kadnode/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/kadnode/Makefile Fri May 18 20:09:20 2018 (r470325) @@ -0,0 +1,74 @@ +# Created by: Moritz Warning +# $FreeBSD$ + +PORTNAME= kadnode +DISTVERSIONPREFIX= v +DISTVERSION= 2.2.1 +PORTREVISION= 0 +CATEGORIES= dns + +MAINTAINER= moritzwarning@web.de +COMMENT= P2P name resolution daemon + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= mwarning +GH_PROJECT= KadNode +USE_RC_SUBR= kadnode + +MAKE_ENV= FEATURES="${FEATURES}" +SUB_FILES= kadnode.conf + +OPTIONS_DEFINE= AUTH CMD DEBUG DNS LPD NATPMP NSS UPNP +OPTIONS_DEFAULT= AUTH CMD LPD NSS +OPTIONS_SUB= yes + +AUTH_DESC= Authorization support based on mbedtls +CMD_DESC= Command line control tool kadnode-ctl +DEBUG_DESC= Build with debug messages and symbols +DNS_DESC= Include local DNS interface +LPD_DESC= Local peer discovery +NATPMP_DESC= NAT-PMP support (remote port forwarding on the router) +NSS_DESC= Name Service Switch support to intercept host queries +UPNP_DESC= UPnP support (remote port forwarding on the router) + +AUTH_LIB_DEPENDS= libmbedtls.so:security/mbedtls +AUTH_VARS= FEATURES+="bob tls" + +CMD_VARS= FEATURES+="cmd" + +DEBUG_VARS= FEATURES+="debug" + +DNS_VARS= FEATURES+="dns" + +LPD_VARS= FEATURES+="lpd" + +NATPMP_LIB_DEPENDS= libnatpmp.so:net/libnatpmp +NATPMP_VARS= FEATURES+="natpmp" + +NSS_VARS= FEATURES+="nss" + +UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc +UPNP_VARS= FEATURES+="upnp" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/build/kadnode ${STAGEDIR}${PREFIX}/bin/ + ${RLN} ${STAGEDIR}${PREFIX}/bin/kadnode ${STAGEDIR}${PREFIX}/bin/kadnode-ctl + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKSRC}/misc/peers.txt \ + ${STAGEDIR}${ETCDIR}/peers.txt.sample + ${INSTALL_DATA} ${WRKDIR}/kadnode.conf \ + ${STAGEDIR}${ETCDIR}/kadnode.conf.sample + ${INSTALL_MAN} ${WRKSRC}/misc/manpage \ + ${STAGEDIR}${MANPREFIX}/man/man1/kadnode.1 + +do-install-NSS-on: + ${INSTALL_LIB} ${WRKSRC}/build/libnss_kadnode.so.2 \ + ${STAGEDIR}${PREFIX}/lib/nss_kadnode.so.1 + ${RLN} ${STAGEDIR}${PREFIX}/lib/nss_kadnode.so.1 \ + ${STAGEDIR}${PREFIX}/lib/nss_kadnode.so + +.include Added: head/dns/kadnode/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/kadnode/distinfo Fri May 18 20:09:20 2018 (r470325) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526664594 +SHA256 (mwarning-KadNode-v2.2.1_GH0.tar.gz) = 517f99145a7e64510e211d166ccda8b344dcc29e3ccdddb82d533c08321bf412 +SIZE (mwarning-KadNode-v2.2.1_GH0.tar.gz) = 449450 Added: head/dns/kadnode/files/kadnode.conf.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/kadnode/files/kadnode.conf.in Fri May 18 20:09:20 2018 (r470325) @@ -0,0 +1,29 @@ +# Load peers at startup from this file and save peers to this file at shutdown +--peerfile %%PREFIX%%/etc/kadnode/peers.txt + +# For authentication via TLS, x509 certificates need to be provided. +# The server needs a tuple of the certificate file and private key file: +# --tls-server-cert mydomain.crt,mydomain.key +# The domain in the Common Name field of the certificate will be announced. +# +# For domain lookup, we need to provide appropiate CA certificates. +# Try various locations: +--tls-client-cert %%LOCALBASE%%/share/certs + +# As an alternative, create a secret/public key via 'kadnode --bob-create-key' +# and load the secret keys as PEM file: +# --bob-load-key +# +# Other nodes can use .p2p in the browser to resolve the node. + +# Enable DNS proxy behavior. Reads /etc/resolv.conf by default. +# --dns-proxy-enable +# +# Or specify a DNS server by IP address: +# --dns-proxy-server + +# Disable UPnP/NAT-PMP support +# --disable-forwarding + +# Disable multicast peer discovery +# --lpd-disable Added: head/dns/kadnode/files/kadnode.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/kadnode/files/kadnode.in Fri May 18 20:09:20 2018 (r470325) @@ -0,0 +1,20 @@ +#!/bin/sh + +# PROVIDE: kadnode +# REQUIRE: SERVERS +# BEFORE: DAEMON +# KEYWORD: shutdown + +. /etc/rc.subr + +name=kadnode +rcvar=kadnode_enable + +command="%%PREFIX%%/bin/kadnode" +command_args="--config %%PREFIX%%/etc/kadnode/kadnode.conf --pidfile $pidfile --daemon" +pidfile="/var/run/kadnode.pid" +required_files="%%PREFIX%%/etc/kadnode/kadnode.conf" + +load_rc_config $name +: ${kadnode_enable:=yes} +run_rc_command "$1" Added: head/dns/kadnode/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/kadnode/pkg-descr Fri May 18 20:09:20 2018 (r470325) @@ -0,0 +1,5 @@ +KadNode is a small decentralized DNS resolver that can use existing +public key infrastructures. It utilizes the BitTorrent P2P network +and mbedtls for TLS/crypto support. + +WWW: https://github.com/mwarning/KadNode Added: head/dns/kadnode/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/kadnode/pkg-message Fri May 18 20:09:20 2018 (r470325) @@ -0,0 +1,6 @@ +In order to resolve domains using kadnode all over the system, add this +line to your /etc/nsswitch.conf: + +hosts: kadnode dns + +If the hosts line already exists, just add kadnode before the dns entry. Added: head/dns/kadnode/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/kadnode/pkg-plist Fri May 18 20:09:20 2018 (r470325) @@ -0,0 +1,7 @@ +bin/kadnode +bin/kadnode-ctl +@sample %%ETCDIR%%/kadnode.conf.sample +@sample %%ETCDIR%%/peers.txt.sample +%%NSS%%lib/nss_kadnode.so +%%NSS%%lib/nss_kadnode.so.1 +man/man1/kadnode.1.gz From owner-svn-ports-head@freebsd.org Fri May 18 20:22:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD0A0EDA9FE; Fri, 18 May 2018 20:22: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 926E768289; Fri, 18 May 2018 20:22: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 735DC1CFBE; Fri, 18 May 2018 20:22: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 w4IKMad7085811; Fri, 18 May 2018 20:22:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IKMapc085810; Fri, 18 May 2018 20:22:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805182022.w4IKMapc085810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 18 May 2018 20:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470326 - head/sysutils/py-ploy_ansible X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/sysutils/py-ploy_ansible X-SVN-Commit-Revision: 470326 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 20:22:37 -0000 Author: antoine Date: Fri May 18 20:22:36 2018 New Revision: 470326 URL: https://svnweb.freebsd.org/changeset/ports/470326 Log: Fix DEPENDS after ansible flavorization Modified: head/sysutils/py-ploy_ansible/Makefile Modified: head/sysutils/py-ploy_ansible/Makefile ============================================================================== --- head/sysutils/py-ploy_ansible/Makefile Fri May 18 20:09:20 2018 (r470325) +++ head/sysutils/py-ploy_ansible/Makefile Fri May 18 20:22:36 2018 (r470326) @@ -3,7 +3,7 @@ PORTNAME= ploy_ansible PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:sysutils/py-ploy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}execnet>0:sysutils/py-execnet@${FLAVOR} \ - ansible1<2.0:sysutils/ansible1 + ${PYTHON_PKGNAMEPREFIX}ansible1<2.0:sysutils/ansible1@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:devel/py-lazy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-capturelog>0:devel/py-pytest-capturelog@${FLAVOR} From owner-svn-ports-head@freebsd.org Fri May 18 20:45:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFC72EDBCAB; Fri, 18 May 2018 20:45:34 +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 821EB696B6; Fri, 18 May 2018 20:45:34 +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 5ECAC1D2F6; Fri, 18 May 2018 20:45:34 +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 w4IKjYg9096446; Fri, 18 May 2018 20:45:34 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IKjXrL096442; Fri, 18 May 2018 20:45:33 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201805182045.w4IKjXrL096442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 18 May 2018 20:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470327 - in head/www/webkit2-gtk3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in head/www/webkit2-gtk3: . files X-SVN-Commit-Revision: 470327 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 20:45:35 -0000 Author: kwm Date: Fri May 18 20:45:33 2018 New Revision: 470327 URL: https://svnweb.freebsd.org/changeset/ports/470327 Log: Update webkit2-gtk3 to 2.20.2. Obtained from: gnome devel repo Added: head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h (contents, props changed) Deleted: head/www/webkit2-gtk3/files/patch-Source_WTF_wtf_NumberOfCores.cpp Modified: head/www/webkit2-gtk3/Makefile head/www/webkit2-gtk3/distinfo head/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake head/www/webkit2-gtk3/pkg-plist Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Fri May 18 20:22:36 2018 (r470326) +++ head/www/webkit2-gtk3/Makefile Fri May 18 20:45:33 2018 (r470327) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.20.0 -PORTREVISION= 1 +PORTVERSION= 2.20.2 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 @@ -28,7 +27,6 @@ LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ libharfbuzz-icu.so:print/harfbuzz-icu \ libsoup-2.4.so:devel/libsoup \ libgcrypt.so:security/libgcrypt \ - libgnutls.so:security/gnutls \ libtasn1.so:security/libtasn1 \ libwoff2dec.so:devel/woff2 Modified: head/www/webkit2-gtk3/distinfo ============================================================================== --- head/www/webkit2-gtk3/distinfo Fri May 18 20:22:36 2018 (r470326) +++ head/www/webkit2-gtk3/distinfo Fri May 18 20:45:33 2018 (r470327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522145820 -SHA256 (webkitgtk-2.20.0.tar.xz) = 57f640f720bd9a8a7207f3321cf803a15c2f207b4e7b75ff1be17bc1eeb00a3c -SIZE (webkitgtk-2.20.0.tar.xz) = 16617492 +TIMESTAMP = 1526325251 +SHA256 (webkitgtk-2.20.2.tar.xz) = dffe93a241f03f1c73b369f4e323e4d8f12e39d33d5515948cbf454ca4b526e2 +SIZE (webkitgtk-2.20.2.tar.xz) = 16622048 Added: head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h Fri May 18 20:45:33 2018 (r470327) @@ -0,0 +1,11 @@ +--- Source/WebCore/platform/network/soup/SoupNetworkSession.h.orig 2018-05-07 10:56:05.000000000 +0200 ++++ Source/WebCore/platform/network/soup/SoupNetworkSession.h 2018-05-14 21:15:28.165991000 +0200 +@@ -33,6 +33,8 @@ + #include + #include + ++#include "URL.h" ++ + typedef struct _SoupCache SoupCache; + typedef struct _SoupCookieJar SoupCookieJar; + typedef struct _SoupMessage SoupMessage; Modified: head/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake ============================================================================== --- head/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake Fri May 18 20:22:36 2018 (r470326) +++ head/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake Fri May 18 20:45:33 2018 (r470327) @@ -8,3 +8,9 @@ ) list(APPEND WebDriver_SOURCES +@@ -18,4 +19,5 @@ list(APPEND WebDriver_SOURCES + + list(APPEND WebDriver_LIBRARIES + ${LIBSOUP_LIBRARIES} ++ ${ICU_LIBRARIES} + ) Modified: head/www/webkit2-gtk3/pkg-plist ============================================================================== --- head/www/webkit2-gtk3/pkg-plist Fri May 18 20:22:36 2018 (r470326) +++ head/www/webkit2-gtk3/pkg-plist Fri May 18 20:45:33 2018 (r470327) @@ -199,10 +199,10 @@ lib/girepository-1.0/WebKit2-4.0.typelib lib/girepository-1.0/WebKit2WebExtension-4.0.typelib lib/libjavascriptcoregtk-4.0.so lib/libjavascriptcoregtk-4.0.so.18 -lib/libjavascriptcoregtk-4.0.so.18.7.8 +lib/libjavascriptcoregtk-4.0.so.18.7.10 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.28.0 +lib/libwebkit2gtk-4.0.so.37.28.2 lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so libdata/pkgconfig/javascriptcoregtk-4.0.pc libdata/pkgconfig/webkit2gtk-4.0.pc From owner-svn-ports-head@freebsd.org Fri May 18 20:54:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA5F9EDC0A6; Fri, 18 May 2018 20:54:55 +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 99BF969C38; Fri, 18 May 2018 20:54:55 +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 7751B1D486; Fri, 18 May 2018 20:54:55 +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 w4IKstKW001380; Fri, 18 May 2018 20:54:55 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IKstDo001378; Fri, 18 May 2018 20:54:55 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201805182054.w4IKstDo001378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 18 May 2018 20:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470328 - head/games/gcompris-qt X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/games/gcompris-qt X-SVN-Commit-Revision: 470328 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 20:54:56 -0000 Author: tcberner Date: Fri May 18 20:54:54 2018 New Revision: 470328 URL: https://svnweb.freebsd.org/changeset/ports/470328 Log: Update games/gcompris-qt to 0.91 Modified: head/games/gcompris-qt/Makefile head/games/gcompris-qt/distinfo Modified: head/games/gcompris-qt/Makefile ============================================================================== --- head/games/gcompris-qt/Makefile Fri May 18 20:45:33 2018 (r470327) +++ head/games/gcompris-qt/Makefile Fri May 18 20:54:54 2018 (r470328) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gcompris-qt -DISTVERSION= 0.90 +DISTVERSION= 0.91 CATEGORIES= games kde MASTER_SITES= http://gcompris.net/download/qt/src/ Modified: head/games/gcompris-qt/distinfo ============================================================================== --- head/games/gcompris-qt/distinfo Fri May 18 20:45:33 2018 (r470327) +++ head/games/gcompris-qt/distinfo Fri May 18 20:54:54 2018 (r470328) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525111069 -SHA256 (gcompris-qt-0.90.tar.xz) = eaab8805ae8c1e4fa04ba6cdfe437fca6082f2d9848dc83b4e04bd086d6faac4 -SIZE (gcompris-qt-0.90.tar.xz) = 71857436 +TIMESTAMP = 1526674857 +SHA256 (gcompris-qt-0.91.tar.xz) = 6fcf6451f5214ccacf6df51b4caa53ab996c2dc597dda0e8b7301d9c384a0026 +SIZE (gcompris-qt-0.91.tar.xz) = 70681140 From owner-svn-ports-head@freebsd.org Fri May 18 21:03:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAFC9EDC352; Fri, 18 May 2018 21:03: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 8F0256A06F; Fri, 18 May 2018 21:03:54 +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 712A41D627; Fri, 18 May 2018 21:03:54 +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 w4IL3sQ1006240; Fri, 18 May 2018 21:03:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4IL3sfe006239; Fri, 18 May 2018 21:03:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805182103.w4IL3sfe006239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 18 May 2018 21:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470329 - head/www/bareos16-webui X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/www/bareos16-webui X-SVN-Commit-Revision: 470329 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 21:03:55 -0000 Author: antoine Date: Fri May 18 21:03:54 2018 New Revision: 470329 URL: https://svnweb.freebsd.org/changeset/ports/470329 Log: Fix PKGBASE collision with www/bareos-webui Modified: head/www/bareos16-webui/Makefile Modified: head/www/bareos16-webui/Makefile ============================================================================== --- head/www/bareos16-webui/Makefile Fri May 18 20:54:54 2018 (r470328) +++ head/www/bareos16-webui/Makefile Fri May 18 21:03:54 2018 (r470329) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= bareos-webui +PORTNAME= bareos16-webui PORTVERSION= 16.2.7 DISTVERSIONPREFIX= Release/ CATEGORIES= www sysutils From owner-svn-ports-head@freebsd.org Fri May 18 23:23:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D6CEEDFD5E; Fri, 18 May 2018 23:23: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 A866D6EAB4; Fri, 18 May 2018 23:23: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 8942B1ED67; Fri, 18 May 2018 23:23: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 w4INNNSw076264; Fri, 18 May 2018 23:23:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INNM87076260; Fri, 18 May 2018 23:23:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182323.w4INNM87076260@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, 18 May 2018 23:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470330 - in head/graphics: . py-cartopy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . py-cartopy X-SVN-Commit-Revision: 470330 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:23:24 -0000 Author: sunpoet Date: Fri May 18 23:23:22 2018 New Revision: 470330 URL: https://svnweb.freebsd.org/changeset/ports/470330 Log: Add py-cartopy 0.16.0 Cartopy is a Python package designed to make drawing maps for data analysis and visualisation easy. It features: - object oriented projection definitions - point, line, polygon and image transformations between projections - integration to expose advanced mapping in Matplotlib with a simple and intuitive interface - powerful vector data handling by integrating shapefile reading with Shapely capabilities WWW: https://pypi.org/project/Cartopy/ WWW: https://github.com/SciTools/cartopy Added: head/graphics/py-cartopy/ head/graphics/py-cartopy/Makefile (contents, props changed) head/graphics/py-cartopy/distinfo (contents, props changed) head/graphics/py-cartopy/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri May 18 21:03:54 2018 (r470329) +++ head/graphics/Makefile Fri May 18 23:23:22 2018 (r470330) @@ -884,6 +884,7 @@ SUBDIR += py-blockdiagcontrib-cisco SUBDIR += py-cairo SUBDIR += py-cairocffi + SUBDIR += py-cartopy SUBDIR += py-chart SUBDIR += py-django-easy-thumbnails SUBDIR += py-djvulibre Added: head/graphics/py-cartopy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-cartopy/Makefile Fri May 18 23:23:22 2018 (r470330) @@ -0,0 +1,30 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= cartopy +PORTVERSION= 0.16.0 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Cartopy-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Cartographic library with Matplotlib support for visualisation + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + +BUILD_DEPENDS= geos>-3.3.3:graphics/geos \ + proj>=4.9.0:graphics/proj \ + ${PYNUMPY} +LIB_DEPENDS= libgeos.so:graphics/geos \ + libproj.so:graphics/proj +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pyshp>=1.1.4:devel/py-pyshp@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Shapely>=1.5.6:devel/py-shapely@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${FLAVOR} + +USE_PYTHON= autoplist concurrent cython distutils +USES= python + +.include Added: head/graphics/py-cartopy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-cartopy/distinfo Fri May 18 23:23:22 2018 (r470330) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521210915 +SHA256 (Cartopy-0.16.0.tar.gz) = f23dffa101f43dd91e866a49ebb5f5048be2a24ab8a921a5c07edabde746d9a4 +SIZE (Cartopy-0.16.0.tar.gz) = 8808827 Added: head/graphics/py-cartopy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-cartopy/pkg-descr Fri May 18 23:23:22 2018 (r470330) @@ -0,0 +1,13 @@ +Cartopy is a Python package designed to make drawing maps for data analysis and +visualisation easy. + +It features: +- object oriented projection definitions +- point, line, polygon and image transformations between projections +- integration to expose advanced mapping in Matplotlib with a simple and + intuitive interface +- powerful vector data handling by integrating shapefile reading with Shapely + capabilities + +WWW: https://pypi.org/project/Cartopy/ +WWW: https://github.com/SciTools/cartopy From owner-svn-ports-head@freebsd.org Fri May 18 23:31:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39D02EE0240; Fri, 18 May 2018 23:31: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 E17C46EE7B; Fri, 18 May 2018 23:31: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 C2D3A1EEB6; Fri, 18 May 2018 23:31: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 w4INVCLr078269; Fri, 18 May 2018 23:31:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INVCo1078268; Fri, 18 May 2018 23:31:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182331.w4INVCo1078268@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, 18 May 2018 23:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470331 - head/databases/p5-BSON X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-BSON X-SVN-Commit-Revision: 470331 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:31:13 -0000 Author: sunpoet Date: Fri May 18 23:31:12 2018 New Revision: 470331 URL: https://svnweb.freebsd.org/changeset/ports/470331 Log: Update to 1.6.1 Changes: http://search.cpan.org/dist/BSON/Changes Modified: head/databases/p5-BSON/Makefile head/databases/p5-BSON/distinfo Modified: head/databases/p5-BSON/Makefile ============================================================================== --- head/databases/p5-BSON/Makefile Fri May 18 23:23:22 2018 (r470330) +++ head/databases/p5-BSON/Makefile Fri May 18 23:31:12 2018 (r470331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BSON -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 DISTVERSIONPREFIX= v CATEGORIES= databases perl5 MASTER_SITES= CPAN Modified: head/databases/p5-BSON/distinfo ============================================================================== --- head/databases/p5-BSON/distinfo Fri May 18 23:23:22 2018 (r470330) +++ head/databases/p5-BSON/distinfo Fri May 18 23:31:12 2018 (r470331) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526504747 -SHA256 (BSON-v1.6.0.tar.gz) = 47953996d005f68e1bdec8d54c4ed4f4c7f13a2894b655dd39f5cd555c4efdbe -SIZE (BSON-v1.6.0.tar.gz) = 102066 +TIMESTAMP = 1526673798 +SHA256 (BSON-v1.6.1.tar.gz) = 6bda0b72de9bb2c61bac2ce8db6efe41e6848750d959bd689598d487bfc6c8c1 +SIZE (BSON-v1.6.1.tar.gz) = 103589 From owner-svn-ports-head@freebsd.org Fri May 18 23:31:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC606EE0266; Fri, 18 May 2018 23:31: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 5C96D6EF37; Fri, 18 May 2018 23:31: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 A98911EEBC; Fri, 18 May 2018 23:31: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 w4INVI9V078396; Fri, 18 May 2018 23:31:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INVITU078395; Fri, 18 May 2018 23:31:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182331.w4INVITU078395@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, 18 May 2018 23:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470332 - 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: 470332 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:31:21 -0000 Author: sunpoet Date: Fri May 18 23:31:17 2018 New Revision: 470332 URL: https://svnweb.freebsd.org/changeset/ports/470332 Log: Update to 2.11.52 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 May 18 23:31:12 2018 (r470331) +++ head/devel/rubygem-aws-sdk-core/Makefile Fri May 18 23:31:17 2018 (r470332) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.51 +DISTVERSION= 2.11.52 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Fri May 18 23:31:12 2018 (r470331) +++ head/devel/rubygem-aws-sdk-core/distinfo Fri May 18 23:31:17 2018 (r470332) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526575485 -SHA256 (rubygem/aws-sdk-core-2.11.51.gem) = b17b7dd916ef4cb0587c8596ca021f3f275e91201d53d663827453476412e2a4 -SIZE (rubygem/aws-sdk-core-2.11.51.gem) = 1268224 +TIMESTAMP = 1526673840 +SHA256 (rubygem/aws-sdk-core-2.11.52.gem) = 6d5603fc1d149a0ffbd1909d4d7c947d81cfd21b0a1739da086b75436c6694b1 +SIZE (rubygem/aws-sdk-core-2.11.52.gem) = 1268224 From owner-svn-ports-head@freebsd.org Fri May 18 23:31:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C58AEEE028C; Fri, 18 May 2018 23:31: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 3A5886F08A; Fri, 18 May 2018 23:31: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 E62871EEC2; Fri, 18 May 2018 23:31: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 w4INVNYk078518; Fri, 18 May 2018 23:31:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INVNmI078516; Fri, 18 May 2018 23:31:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182331.w4INVNmI078516@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, 18 May 2018 23:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470333 - 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: 470333 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:31:25 -0000 Author: sunpoet Date: Fri May 18 23:31:23 2018 New Revision: 470333 URL: https://svnweb.freebsd.org/changeset/ports/470333 Log: Update to 2.11.52 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 May 18 23:31:17 2018 (r470332) +++ head/devel/rubygem-aws-sdk-resources/Makefile Fri May 18 23:31:23 2018 (r470333) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.51 +DISTVERSION= 2.11.52 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Fri May 18 23:31:17 2018 (r470332) +++ head/devel/rubygem-aws-sdk-resources/distinfo Fri May 18 23:31:23 2018 (r470333) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526575495 -SHA256 (rubygem/aws-sdk-resources-2.11.51.gem) = 8c09ca32aaf207ae5db9ad9579d88a897100302461646ce999b069d24436c72c -SIZE (rubygem/aws-sdk-resources-2.11.51.gem) = 48640 +TIMESTAMP = 1526673850 +SHA256 (rubygem/aws-sdk-resources-2.11.52.gem) = 73746b2ae038ac7255629238a061e47c58395ef60f6cff5822cb033030d71f88 +SIZE (rubygem/aws-sdk-resources-2.11.52.gem) = 48640 From owner-svn-ports-head@freebsd.org Fri May 18 23:31:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AEFEEE02BF; Fri, 18 May 2018 23:31: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 817DB6F18A; Fri, 18 May 2018 23:31: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 AF1BD1EEC6; Fri, 18 May 2018 23:31: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 w4INVTJ5078643; Fri, 18 May 2018 23:31:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INVTGj078641; Fri, 18 May 2018 23:31:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182331.w4INVTGj078641@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, 18 May 2018 23:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470334 - 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: 470334 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:31:31 -0000 Author: sunpoet Date: Fri May 18 23:31:29 2018 New Revision: 470334 URL: https://svnweb.freebsd.org/changeset/ports/470334 Log: Update to 2.11.52 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 May 18 23:31:23 2018 (r470333) +++ head/devel/rubygem-aws-sdk/Makefile Fri May 18 23:31:29 2018 (r470334) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.51 +DISTVERSION= 2.11.52 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Fri May 18 23:31:23 2018 (r470333) +++ head/devel/rubygem-aws-sdk/distinfo Fri May 18 23:31:29 2018 (r470334) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526575504 -SHA256 (rubygem/aws-sdk-2.11.51.gem) = f030c1bf3aa852be2f566b00cc8181330087e0255009d5998f05a765019f69d5 -SIZE (rubygem/aws-sdk-2.11.51.gem) = 4608 +TIMESTAMP = 1526673859 +SHA256 (rubygem/aws-sdk-2.11.52.gem) = bf38a2d32534a6584aeea8e6ee58cd3399a9f04e339366d42f6b8251cba10d24 +SIZE (rubygem/aws-sdk-2.11.52.gem) = 4608 From owner-svn-ports-head@freebsd.org Fri May 18 23:31:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C43BBEE02F4; Fri, 18 May 2018 23: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 62FD66F22F; Fri, 18 May 2018 23: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 325C41EEC9; Fri, 18 May 2018 23:31: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 w4INVZYV079685; Fri, 18 May 2018 23:31:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INVYVZ079683; Fri, 18 May 2018 23:31:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182331.w4INVYVZ079683@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, 18 May 2018 23:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470335 - head/mail/rubygem-email_reply_trimmer X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/rubygem-email_reply_trimmer X-SVN-Commit-Revision: 470335 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:31:36 -0000 Author: sunpoet Date: Fri May 18 23:31:34 2018 New Revision: 470335 URL: https://svnweb.freebsd.org/changeset/ports/470335 Log: Update to 0.1.12 Changes: https://github.com/discourse/email_reply_trimmer/commits/master Modified: head/mail/rubygem-email_reply_trimmer/Makefile head/mail/rubygem-email_reply_trimmer/distinfo Modified: head/mail/rubygem-email_reply_trimmer/Makefile ============================================================================== --- head/mail/rubygem-email_reply_trimmer/Makefile Fri May 18 23:31:29 2018 (r470334) +++ head/mail/rubygem-email_reply_trimmer/Makefile Fri May 18 23:31:34 2018 (r470335) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= email_reply_trimmer -PORTVERSION= 0.1.11 +PORTVERSION= 0.1.12 CATEGORIES= mail rubygems MASTER_SITES= RG Modified: head/mail/rubygem-email_reply_trimmer/distinfo ============================================================================== --- head/mail/rubygem-email_reply_trimmer/distinfo Fri May 18 23:31:29 2018 (r470334) +++ head/mail/rubygem-email_reply_trimmer/distinfo Fri May 18 23:31:34 2018 (r470335) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522754308 -SHA256 (rubygem/email_reply_trimmer-0.1.11.gem) = b70f0ec4946fcdae3b3d61497f39a5861a66a4378560bde10ffbc11a6278ec9c -SIZE (rubygem/email_reply_trimmer-0.1.11.gem) = 41472 +TIMESTAMP = 1526673868 +SHA256 (rubygem/email_reply_trimmer-0.1.12.gem) = a15e3a067991181ae50a9e2c7d6515a73318ebca07d2bd8bd6971d386bcbd15e +SIZE (rubygem/email_reply_trimmer-0.1.12.gem) = 41472 From owner-svn-ports-head@freebsd.org Fri May 18 23:31:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AEA1EE0324; Fri, 18 May 2018 23:31: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 84FCA6F30B; Fri, 18 May 2018 23:31: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 434F51EED0; Fri, 18 May 2018 23:31: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 w4INVehP079812; Fri, 18 May 2018 23:31:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INVdks079809; Fri, 18 May 2018 23:31:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182331.w4INVdks079809@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, 18 May 2018 23:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470336 - head/mail/p5-Net-IMAP-Simple X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/p5-Net-IMAP-Simple X-SVN-Commit-Revision: 470336 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:31:41 -0000 Author: sunpoet Date: Fri May 18 23:31:39 2018 New Revision: 470336 URL: https://svnweb.freebsd.org/changeset/ports/470336 Log: Update to 1.2211 Changes: http://search.cpan.org/dist/Net-IMAP-Simple/Changes Modified: head/mail/p5-Net-IMAP-Simple/Makefile head/mail/p5-Net-IMAP-Simple/distinfo Modified: head/mail/p5-Net-IMAP-Simple/Makefile ============================================================================== --- head/mail/p5-Net-IMAP-Simple/Makefile Fri May 18 23:31:34 2018 (r470335) +++ head/mail/p5-Net-IMAP-Simple/Makefile Fri May 18 23:31:39 2018 (r470336) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-IMAP-Simple -PORTVERSION= 1.2210 +PORTVERSION= 1.2211 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/mail/p5-Net-IMAP-Simple/distinfo ============================================================================== --- head/mail/p5-Net-IMAP-Simple/distinfo Fri May 18 23:31:34 2018 (r470335) +++ head/mail/p5-Net-IMAP-Simple/distinfo Fri May 18 23:31:39 2018 (r470336) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525964317 -SHA256 (Net-IMAP-Simple-1.2210.tar.gz) = e7afd1366118a806ca62e76990caa2216621cd797281dd2d9d5d26c08f50215c -SIZE (Net-IMAP-Simple-1.2210.tar.gz) = 45759 +TIMESTAMP = 1526673883 +SHA256 (Net-IMAP-Simple-1.2211.tar.gz) = 6566705bc03d648c914d1b2b17545f3936dcb7aa7ee46fdfc88c149de1f41ae7 +SIZE (Net-IMAP-Simple-1.2211.tar.gz) = 45868 From owner-svn-ports-head@freebsd.org Fri May 18 23:31:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2A53EE035D; Fri, 18 May 2018 23: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 5C57A6F3DE; Fri, 18 May 2018 23:31: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 3E7AF1EED7; Fri, 18 May 2018 23:31: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 w4INVj87079935; Fri, 18 May 2018 23:31:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INVisC079933; Fri, 18 May 2018 23:31:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182331.w4INVisC079933@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, 18 May 2018 23:31:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470337 - head/net/p5-Net-Frame X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-Frame X-SVN-Commit-Revision: 470337 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:31:45 -0000 Author: sunpoet Date: Fri May 18 23:31:44 2018 New Revision: 470337 URL: https://svnweb.freebsd.org/changeset/ports/470337 Log: Update to 1.19 Changes: http://search.cpan.org/dist/Net-Frame/Changes Modified: head/net/p5-Net-Frame/Makefile head/net/p5-Net-Frame/distinfo Modified: head/net/p5-Net-Frame/Makefile ============================================================================== --- head/net/p5-Net-Frame/Makefile Fri May 18 23:31:39 2018 (r470336) +++ head/net/p5-Net-Frame/Makefile Fri May 18 23:31:44 2018 (r470337) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Frame -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Frame/distinfo ============================================================================== --- head/net/p5-Net-Frame/distinfo Fri May 18 23:31:39 2018 (r470336) +++ head/net/p5-Net-Frame/distinfo Fri May 18 23:31:44 2018 (r470337) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521194355 -SHA256 (Net-Frame-1.18.tar.gz) = 3aa45fa297447dc844a9205fe5d60d9c49762a9fd222d37371df52bafcac527a -SIZE (Net-Frame-1.18.tar.gz) = 29913 +TIMESTAMP = 1526673899 +SHA256 (Net-Frame-1.19.tar.gz) = f758391b666ddb284395c15969f5df82250627bb024d003c2422a29f9d39939e +SIZE (Net-Frame-1.19.tar.gz) = 30071 From owner-svn-ports-head@freebsd.org Fri May 18 23:31:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C4ACEE0391; Fri, 18 May 2018 23:31:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A93736F4C3; Fri, 18 May 2018 23:31: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 844781EEE1; Fri, 18 May 2018 23:31: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 w4INVo2Y080060; Fri, 18 May 2018 23:31:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INVoWF080058; Fri, 18 May 2018 23:31:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182331.w4INVoWF080058@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, 18 May 2018 23:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470338 - head/textproc/py-sparqlwrapper X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-sparqlwrapper X-SVN-Commit-Revision: 470338 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:31:51 -0000 Author: sunpoet Date: Fri May 18 23:31:49 2018 New Revision: 470338 URL: https://svnweb.freebsd.org/changeset/ports/470338 Log: Update to 1.8.2 - Add LICENSE Changes: https://github.com/RDFLib/sparqlwrapper/blob/master/ChangeLog.txt Modified: head/textproc/py-sparqlwrapper/Makefile head/textproc/py-sparqlwrapper/distinfo Modified: head/textproc/py-sparqlwrapper/Makefile ============================================================================== --- head/textproc/py-sparqlwrapper/Makefile Fri May 18 23:31:44 2018 (r470337) +++ head/textproc/py-sparqlwrapper/Makefile Fri May 18 23:31:49 2018 (r470338) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sparqlwrapper -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,11 @@ DISTNAME= SPARQLWrapper-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= SPARQL endpoint interface to Python + +LICENSE= W3C +LICENSE_NAME= W3C Software Notice and License +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept NO_ARCH= yes USES= python Modified: head/textproc/py-sparqlwrapper/distinfo ============================================================================== --- head/textproc/py-sparqlwrapper/distinfo Fri May 18 23:31:44 2018 (r470337) +++ head/textproc/py-sparqlwrapper/distinfo Fri May 18 23:31:49 2018 (r470338) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519653083 -SHA256 (SPARQLWrapper-1.8.1.tar.gz) = da760be6f448f2030f2b4f7cecd4c55b0c2133458d5c420c50f78169db133e82 -SIZE (SPARQLWrapper-1.8.1.tar.gz) = 32833 +TIMESTAMP = 1526673919 +SHA256 (SPARQLWrapper-1.8.2.tar.gz) = 7f4c8d38ea1bfcffbc358c9a05de35a3fd7152cc3e8ea57963ee7a0a242f7a5e +SIZE (SPARQLWrapper-1.8.2.tar.gz) = 34967 From owner-svn-ports-head@freebsd.org Fri May 18 23:31:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F36D7EE03C8; Fri, 18 May 2018 23:31: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 9BAAC6F59A; Fri, 18 May 2018 23:31: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 6D9881EEEA; Fri, 18 May 2018 23:31: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 w4INVtPY080167; Fri, 18 May 2018 23:31:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INVtLR080166; Fri, 18 May 2018 23:31:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182331.w4INVtLR080166@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, 18 May 2018 23:31:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470339 - head/www/py-django-signals-ahoy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-signals-ahoy X-SVN-Commit-Revision: 470339 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:31:56 -0000 Author: sunpoet Date: Fri May 18 23:31:55 2018 New Revision: 470339 URL: https://svnweb.freebsd.org/changeset/ports/470339 Log: Mark DEPRECATED and set EXPIRATION_DATE to 2018-08-01 PR: 228347 Submitted by: Kevin Golding (maintainer) Modified: head/www/py-django-signals-ahoy/Makefile Modified: head/www/py-django-signals-ahoy/Makefile ============================================================================== --- head/www/py-django-signals-ahoy/Makefile Fri May 18 23:31:49 2018 (r470338) +++ head/www/py-django-signals-ahoy/Makefile Fri May 18 23:31:55 2018 (r470339) @@ -14,6 +14,9 @@ COMMENT= Extended set of signals for use by Django app LICENSE= BSD3CLAUSE +DEPRECATED= Project development unmaintained +EXPIRATION_DATE=2018-08-01 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR} NO_ARCH= yes From owner-svn-ports-head@freebsd.org Fri May 18 23:32:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 417F8EE03FE; Fri, 18 May 2018 23:32: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 C97916F681; Fri, 18 May 2018 23:32: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 967611EEF0; Fri, 18 May 2018 23:32: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 w4INW0N6080292; Fri, 18 May 2018 23:32:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INW0T8080291; Fri, 18 May 2018 23:32:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182332.w4INW0T8080291@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, 18 May 2018 23:32:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470340 - head/www/py-django-threaded-multihost X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-threaded-multihost X-SVN-Commit-Revision: 470340 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:32:01 -0000 Author: sunpoet Date: Fri May 18 23:32:00 2018 New Revision: 470340 URL: https://svnweb.freebsd.org/changeset/ports/470340 Log: Mark DEPRECATED and set EXPIRATION_DATE to 2018-08-01 PR: 228348 Submitted by: Kevin Golding (maintainer) Modified: head/www/py-django-threaded-multihost/Makefile Modified: head/www/py-django-threaded-multihost/Makefile ============================================================================== --- head/www/py-django-threaded-multihost/Makefile Fri May 18 23:31:55 2018 (r470339) +++ head/www/py-django-threaded-multihost/Makefile Fri May 18 23:32:00 2018 (r470340) @@ -11,10 +11,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= Multi-host utilities to Django +LICENSE= BSD3CLAUSE + +DEPRECATED= Project development unmaintained +EXPIRATION_DATE=2018-08-01 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:devel/py-setuptools_hg@${FLAVOR} RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR} - -LICENSE= BSD3CLAUSE WRKSRC= ${WRKDIR}/${PORTNAME} USES= python:2.7 From owner-svn-ports-head@freebsd.org Fri May 18 23:32:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 361E4EE0437; Fri, 18 May 2018 23:32: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 496436F779; Fri, 18 May 2018 23:32: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 D6CB81EEFA; Fri, 18 May 2018 23:32: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 w4INW5CB080414; Fri, 18 May 2018 23:32:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INW5S1080413; Fri, 18 May 2018 23:32:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805182332.w4INW5S1080413@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, 18 May 2018 23:32:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470341 - head/www/py-django-keyedcache X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-keyedcache X-SVN-Commit-Revision: 470341 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:32:07 -0000 Author: sunpoet Date: Fri May 18 23:32:05 2018 New Revision: 470341 URL: https://svnweb.freebsd.org/changeset/ports/470341 Log: Mark DEPRECATED and set EXPIRATION_DATE to 2018-08-01 PR: 228349 Submitted by: Kevin Golding (maintainer) Modified: head/www/py-django-keyedcache/Makefile Modified: head/www/py-django-keyedcache/Makefile ============================================================================== --- head/www/py-django-keyedcache/Makefile Fri May 18 23:32:00 2018 (r470340) +++ head/www/py-django-keyedcache/Makefile Fri May 18 23:32:05 2018 (r470341) @@ -13,6 +13,9 @@ COMMENT= Simplified, speedy way to manage caching in D LICENSE= BSD3CLAUSE +DEPRECATED= Project development abandoned +EXPIRATION_DATE=2018-08-01 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR} USES= python From owner-svn-ports-head@freebsd.org Fri May 18 23:52:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACFA8EE0C10; Fri, 18 May 2018 23:52:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FF0670301; Fri, 18 May 2018 23:52: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 429DC1F228; Fri, 18 May 2018 23:52: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 w4INqELN092832; Fri, 18 May 2018 23:52:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INqDVn092827; Fri, 18 May 2018 23:52:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805182352.w4INqDVn092827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 18 May 2018 23:52:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470342 - in head/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/mail: thunderbird thunderbird-i18n thunderbird/files X-SVN-Commit-Revision: 470342 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:52:15 -0000 Author: jbeich Date: Fri May 18 23:52:13 2018 New Revision: 470342 URL: https://svnweb.freebsd.org/changeset/ports/470342 Log: mail/thunderbird: update to 52.8.0 Changes: https://www.mozilla.org/thunderbird/52.8.0/releasenotes/ Security: 5aefc41e-d304-4ec8-8c82-824f84f08244 Deleted: head/mail/thunderbird/files/patch-bug1440717 Modified: head/mail/thunderbird-i18n/Makefile (contents, props changed) head/mail/thunderbird-i18n/distinfo (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/mail/thunderbird/distinfo (contents, props changed) Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Fri May 18 23:32:05 2018 (r470341) +++ head/mail/thunderbird-i18n/Makefile Fri May 18 23:52:13 2018 (r470342) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 52.7.0 +PORTVERSION= 52.8.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: head/mail/thunderbird-i18n/distinfo ============================================================================== --- head/mail/thunderbird-i18n/distinfo Fri May 18 23:32:05 2018 (r470341) +++ head/mail/thunderbird-i18n/distinfo Fri May 18 23:52:13 2018 (r470342) @@ -1,119 +1,119 @@ -TIMESTAMP = 1521836784 -SHA256 (xpi/thunderbird-i18n-52.7.0/ar.xpi) = 8212abdbe942452369dc290b00a98954d7a713c99b60d439b3b513216760fbcb -SIZE (xpi/thunderbird-i18n-52.7.0/ar.xpi) = 604236 -SHA256 (xpi/thunderbird-i18n-52.7.0/ast.xpi) = 3d49ddaf86b0a0d2909c4fa2fdb1c1a1a150a09e70600dad2b070b6f8a737f42 -SIZE (xpi/thunderbird-i18n-52.7.0/ast.xpi) = 541174 -SHA256 (xpi/thunderbird-i18n-52.7.0/be.xpi) = 52814d6cdd5cebcd44b9df8225d9f185882e56983896f127427b66cfc0116a0a -SIZE (xpi/thunderbird-i18n-52.7.0/be.xpi) = 570932 -SHA256 (xpi/thunderbird-i18n-52.7.0/bg.xpi) = 39b84ae64b41ae34135e166f32e11ccbc6e1c2fefb3bbde642735c16ce8f9daf -SIZE (xpi/thunderbird-i18n-52.7.0/bg.xpi) = 634897 -SHA256 (xpi/thunderbird-i18n-52.7.0/bn-BD.xpi) = cf2d10315603e84614052e68044e417513573c6002a2a2c3c37f651fdb52a035 -SIZE (xpi/thunderbird-i18n-52.7.0/bn-BD.xpi) = 676901 -SHA256 (xpi/thunderbird-i18n-52.7.0/br.xpi) = 5416998b38b8b3b18b62048929de711ca2999f8e8a45ea242c69c2e68bb9cfbd -SIZE (xpi/thunderbird-i18n-52.7.0/br.xpi) = 559381 -SHA256 (xpi/thunderbird-i18n-52.7.0/ca.xpi) = 87bb623143d2b1f4a2fafb5c7054ffbef7c85fa24f78c415a86f97b28b39e9f0 -SIZE (xpi/thunderbird-i18n-52.7.0/ca.xpi) = 569910 -SHA256 (xpi/thunderbird-i18n-52.7.0/cs.xpi) = a2fef472427924f08a759d96bf3bb8986956ed395ee92f0a2f9ed7dee34bb6dd -SIZE (xpi/thunderbird-i18n-52.7.0/cs.xpi) = 579150 -SHA256 (xpi/thunderbird-i18n-52.7.0/cy.xpi) = f34586b7f06c42712158c4766ef3484a6985b9024d51cd546b5b19f241b6ed6f -SIZE (xpi/thunderbird-i18n-52.7.0/cy.xpi) = 554858 -SHA256 (xpi/thunderbird-i18n-52.7.0/da.xpi) = b2c6cb1b6668e6aabd2838b4e1db74618db70b8f682de9dfc1a803ffc3b71c5c -SIZE (xpi/thunderbird-i18n-52.7.0/da.xpi) = 543336 -SHA256 (xpi/thunderbird-i18n-52.7.0/de.xpi) = 06b1ec1c4ace0211a51e60bcad7322299bec420d14516186dcfd9ece11548543 -SIZE (xpi/thunderbird-i18n-52.7.0/de.xpi) = 555744 -SHA256 (xpi/thunderbird-i18n-52.7.0/dsb.xpi) = 9827822895c0f228f9f253ea9434779dbc330d894c653d2821596ccf9bfa88a2 -SIZE (xpi/thunderbird-i18n-52.7.0/dsb.xpi) = 584579 -SHA256 (xpi/thunderbird-i18n-52.7.0/el.xpi) = 6a02b6c79f8be2ad43a01bdfcd8430451ed3d5ad4e9c9f5012caa98800daf36f -SIZE (xpi/thunderbird-i18n-52.7.0/el.xpi) = 662965 -SHA256 (xpi/thunderbird-i18n-52.7.0/en-GB.xpi) = 595a5ef2e64984ece043d0d0d374e3d81a4f7201b632758687b9f03e1e23057c -SIZE (xpi/thunderbird-i18n-52.7.0/en-GB.xpi) = 531234 -SHA256 (xpi/thunderbird-i18n-52.7.0/en-US.xpi) = 3b55d2377d7790675e3b68eeb4d1338a1913ff22d375183806c2bfa054dfa540 -SIZE (xpi/thunderbird-i18n-52.7.0/en-US.xpi) = 529123 -SHA256 (xpi/thunderbird-i18n-52.7.0/es-AR.xpi) = 819be79a7473a0f3afd4825b26e3f5ba1dd6b745e7d4fb2fa6ec8bd10236e9aa -SIZE (xpi/thunderbird-i18n-52.7.0/es-AR.xpi) = 565995 -SHA256 (xpi/thunderbird-i18n-52.7.0/es-ES.xpi) = 47d591d366a50ae9f69221be2b1882546b9beaadf3962240b65e6910a9023dd8 -SIZE (xpi/thunderbird-i18n-52.7.0/es-ES.xpi) = 445464 -SHA256 (xpi/thunderbird-i18n-52.7.0/et.xpi) = 1afff1eed8ebee534f87f21d675e1d3d76875f1a2bd1c1d8504c2e43e14b1dab -SIZE (xpi/thunderbird-i18n-52.7.0/et.xpi) = 551661 -SHA256 (xpi/thunderbird-i18n-52.7.0/eu.xpi) = 0891d434e1ba57a71d0dbfd5a0f54c7bbbf0bbc5b5725671e3243aa9d836fd2c -SIZE (xpi/thunderbird-i18n-52.7.0/eu.xpi) = 555536 -SHA256 (xpi/thunderbird-i18n-52.7.0/fi.xpi) = 8f63092de10863ee4bf4c66f88e33842c987ad244d73bb2377e386730652f08d -SIZE (xpi/thunderbird-i18n-52.7.0/fi.xpi) = 550669 -SHA256 (xpi/thunderbird-i18n-52.7.0/fr.xpi) = 0d71ac2f70c3f4d117e8ed41f5c4a82e333bdfa58783e829dae179a901a24093 -SIZE (xpi/thunderbird-i18n-52.7.0/fr.xpi) = 577561 -SHA256 (xpi/thunderbird-i18n-52.7.0/fy-NL.xpi) = 3a7de09335a80a7a846b413479b3ee069a1d74ade1c054e71fa4f4e8261e88d9 -SIZE (xpi/thunderbird-i18n-52.7.0/fy-NL.xpi) = 563633 -SHA256 (xpi/thunderbird-i18n-52.7.0/ga-IE.xpi) = 017e9ee7d930637f7f72633b4eeeb8cde9f44fd47cbf4564704ef8d4e6b96616 -SIZE (xpi/thunderbird-i18n-52.7.0/ga-IE.xpi) = 583557 -SHA256 (xpi/thunderbird-i18n-52.7.0/gd.xpi) = 314d22069e8f7e5d9dc18a35e8cd8baf4bd80280f4e22e5bb7b4c5c96e482860 -SIZE (xpi/thunderbird-i18n-52.7.0/gd.xpi) = 574065 -SHA256 (xpi/thunderbird-i18n-52.7.0/gl.xpi) = 16af3293f6b01a80e31525d33c65113b445f53ae0ccd318597cc1ce686bf0cc9 -SIZE (xpi/thunderbird-i18n-52.7.0/gl.xpi) = 575150 -SHA256 (xpi/thunderbird-i18n-52.7.0/he.xpi) = 143ddad4eaa4eab357eae17b31c86ab0fb33f5f5e112b90e144bd66249f09ec3 -SIZE (xpi/thunderbird-i18n-52.7.0/he.xpi) = 592566 -SHA256 (xpi/thunderbird-i18n-52.7.0/hr.xpi) = 8c85aaf66eaaf806229b090665e2d3389dae2f44b96e128605bcec269460ff73 -SIZE (xpi/thunderbird-i18n-52.7.0/hr.xpi) = 564780 -SHA256 (xpi/thunderbird-i18n-52.7.0/hsb.xpi) = c14a32839dba703bddaeca917a1b9abaaa254ef1a254aee75fca08bb08de7c76 -SIZE (xpi/thunderbird-i18n-52.7.0/hsb.xpi) = 582242 -SHA256 (xpi/thunderbird-i18n-52.7.0/hu.xpi) = 2bdbcb919a81a905a5d29022eceb8f8b4091e1f938a666d5ea757023a27e9b68 -SIZE (xpi/thunderbird-i18n-52.7.0/hu.xpi) = 586446 -SHA256 (xpi/thunderbird-i18n-52.7.0/hy-AM.xpi) = 01942aacb942e1fe95c119aa6904ec67ea7c2b5e7c3bb41e5678dc558bf8e4c7 -SIZE (xpi/thunderbird-i18n-52.7.0/hy-AM.xpi) = 629880 -SHA256 (xpi/thunderbird-i18n-52.7.0/id.xpi) = 94bd63d09400796e7001fc9a2e7930a29d0f8e338dc3a79a23368b3daa5827fb -SIZE (xpi/thunderbird-i18n-52.7.0/id.xpi) = 546527 -SHA256 (xpi/thunderbird-i18n-52.7.0/is.xpi) = 8ea8d3f3d7e4dac11688a2215bb512fa0e0adecdea31c391235a36d16ed2b204 -SIZE (xpi/thunderbird-i18n-52.7.0/is.xpi) = 555713 -SHA256 (xpi/thunderbird-i18n-52.7.0/it.xpi) = 6458c381a598cc97513c1b7b83ea2d7092b4b7b729d939d6ba1c51b91a4e1c8b -SIZE (xpi/thunderbird-i18n-52.7.0/it.xpi) = 455408 -SHA256 (xpi/thunderbird-i18n-52.7.0/ja.xpi) = 96feb42e3ae1646d64ad74b2de7952e73a05a4302b7dde5841a32c43be859255 -SIZE (xpi/thunderbird-i18n-52.7.0/ja.xpi) = 630053 -SHA256 (xpi/thunderbird-i18n-52.7.0/kab.xpi) = dea8e31429a2eddb7c40ff1eb6252034285af11dc2bd3f0c9637a494ffd2be36 -SIZE (xpi/thunderbird-i18n-52.7.0/kab.xpi) = 568689 -SHA256 (xpi/thunderbird-i18n-52.7.0/ko.xpi) = 341e891e3aa85199a4da33a716d0d70fde05fba87c7ca165722f7b95f7172a67 -SIZE (xpi/thunderbird-i18n-52.7.0/ko.xpi) = 595517 -SHA256 (xpi/thunderbird-i18n-52.7.0/lt.xpi) = 7d2fe137ef7b18056a399a6768f93b9e35d543da8c1b07151d4b34f08bb287af -SIZE (xpi/thunderbird-i18n-52.7.0/lt.xpi) = 580598 -SHA256 (xpi/thunderbird-i18n-52.7.0/nb-NO.xpi) = bd7df863f1695ac09ababad15f681ecd099d6bf7e33115adfea1be41b53e7f7c -SIZE (xpi/thunderbird-i18n-52.7.0/nb-NO.xpi) = 551104 -SHA256 (xpi/thunderbird-i18n-52.7.0/nl.xpi) = 15c4a0bbf3fa30fa970a3870bd1e580b39bcdf217d74723ee4252b57a94be78b -SIZE (xpi/thunderbird-i18n-52.7.0/nl.xpi) = 557957 -SHA256 (xpi/thunderbird-i18n-52.7.0/nn-NO.xpi) = 1d70ee7b991f5ab73e5aa627d8f19f93e8771a85da27abda1dc40c98a513a5da -SIZE (xpi/thunderbird-i18n-52.7.0/nn-NO.xpi) = 551892 -SHA256 (xpi/thunderbird-i18n-52.7.0/pa-IN.xpi) = 0becb534e4577903b84aa2fe2ce5d59ae0fc2e7daa9bcbcddf697211b5dae43e -SIZE (xpi/thunderbird-i18n-52.7.0/pa-IN.xpi) = 646569 -SHA256 (xpi/thunderbird-i18n-52.7.0/pl.xpi) = c59eb5cae2f997a886ae0c78ade2178f92d49dfde5ec00949e409fe7eaa04025 -SIZE (xpi/thunderbird-i18n-52.7.0/pl.xpi) = 469902 -SHA256 (xpi/thunderbird-i18n-52.7.0/pt-BR.xpi) = c8948e2776e85e9e3b56e9cf05f5cc7c5f75d325950939f5f542a3d7d4a4a638 -SIZE (xpi/thunderbird-i18n-52.7.0/pt-BR.xpi) = 558224 -SHA256 (xpi/thunderbird-i18n-52.7.0/pt-PT.xpi) = 1111fef71a87b7a1921201046cf186909b2fbf7f52f55f6837a2dac510a9b9e8 -SIZE (xpi/thunderbird-i18n-52.7.0/pt-PT.xpi) = 565624 -SHA256 (xpi/thunderbird-i18n-52.7.0/rm.xpi) = fd0367417943f820620980c832a9b94613020ba9382f1f1b7137daf9e003463b -SIZE (xpi/thunderbird-i18n-52.7.0/rm.xpi) = 557605 -SHA256 (xpi/thunderbird-i18n-52.7.0/ro.xpi) = 5528eb38e8da8f83264b4387a9b5c9a7444ebb5bda9db7911c4ceeb5febcdba2 -SIZE (xpi/thunderbird-i18n-52.7.0/ro.xpi) = 570530 -SHA256 (xpi/thunderbird-i18n-52.7.0/ru.xpi) = 3a6a8680abfa01f696c4dcb25fd88a14b889c6b03866d185909b72d462b901d7 -SIZE (xpi/thunderbird-i18n-52.7.0/ru.xpi) = 530670 -SHA256 (xpi/thunderbird-i18n-52.7.0/si.xpi) = 815c60141b335c1ecc497668343aa4fb77d378eac475bebddaef4ba4cbf552bb -SIZE (xpi/thunderbird-i18n-52.7.0/si.xpi) = 649010 -SHA256 (xpi/thunderbird-i18n-52.7.0/sk.xpi) = c75343dcc57b2eb13c7affed446d2b59d31ed8f677995479fa37af13615f40f4 -SIZE (xpi/thunderbird-i18n-52.7.0/sk.xpi) = 583882 -SHA256 (xpi/thunderbird-i18n-52.7.0/sl.xpi) = 591aafe3714e5a0253b9210a054452b0a92a4202029d4016e0e593a54212e3aa -SIZE (xpi/thunderbird-i18n-52.7.0/sl.xpi) = 562835 -SHA256 (xpi/thunderbird-i18n-52.7.0/sq.xpi) = 7c1f9e88265233d1f39eb2ed79695c3bbeb1b1a7acab02634c0f9eab5e1280a2 -SIZE (xpi/thunderbird-i18n-52.7.0/sq.xpi) = 570616 -SHA256 (xpi/thunderbird-i18n-52.7.0/sr.xpi) = f0fa84335f0d15c972aff835a0a887e0a6816eeb14f0a096ccc987d1baf43bbc -SIZE (xpi/thunderbird-i18n-52.7.0/sr.xpi) = 609020 -SHA256 (xpi/thunderbird-i18n-52.7.0/sv-SE.xpi) = d41d6e198cc298ed35ee76d98f305b60614069ba8774096f83fefe38cab8ae3b -SIZE (xpi/thunderbird-i18n-52.7.0/sv-SE.xpi) = 565777 -SHA256 (xpi/thunderbird-i18n-52.7.0/ta-LK.xpi) = 4fde53c46c3108ecdc077d4908e4c67ee1d2074e1dc793897925f4a218027069 -SIZE (xpi/thunderbird-i18n-52.7.0/ta-LK.xpi) = 675039 -SHA256 (xpi/thunderbird-i18n-52.7.0/tr.xpi) = ca485aff2aafd544d819ab494119286a70954fead827d86d4158cfd4b493022e -SIZE (xpi/thunderbird-i18n-52.7.0/tr.xpi) = 569926 -SHA256 (xpi/thunderbird-i18n-52.7.0/uk.xpi) = c6d1de503332abe0129b1bee3fe129f20ffc6f3870058d54d2627fdf420332ad -SIZE (xpi/thunderbird-i18n-52.7.0/uk.xpi) = 652855 -SHA256 (xpi/thunderbird-i18n-52.7.0/vi.xpi) = b97c479f0e52e8429ad0f3c9195ca3005e01a9a32b1ef6c4fae6efa4e81710eb -SIZE (xpi/thunderbird-i18n-52.7.0/vi.xpi) = 637164 -SHA256 (xpi/thunderbird-i18n-52.7.0/zh-CN.xpi) = c551cc18219c4cf979be3e32adb3dc34b3cfebd036fdde7a1148041d47418533 -SIZE (xpi/thunderbird-i18n-52.7.0/zh-CN.xpi) = 593612 -SHA256 (xpi/thunderbird-i18n-52.7.0/zh-TW.xpi) = 3eda9dd7b4814d142b2a1f74e0c3f9b90321fd8f6b620df83c25c780ae17e780 -SIZE (xpi/thunderbird-i18n-52.7.0/zh-TW.xpi) = 595729 +TIMESTAMP = 1526507977 +SHA256 (xpi/thunderbird-i18n-52.8.0/ar.xpi) = babc8c7230081ec21bd44190beb667611b566ea03f6f471e2170c9f76f78c8ea +SIZE (xpi/thunderbird-i18n-52.8.0/ar.xpi) = 604235 +SHA256 (xpi/thunderbird-i18n-52.8.0/ast.xpi) = aeae96cf4baf67e1a193b4bb34b18e874f8e35025c64e51810b87b3c414b1490 +SIZE (xpi/thunderbird-i18n-52.8.0/ast.xpi) = 541174 +SHA256 (xpi/thunderbird-i18n-52.8.0/be.xpi) = 16057e993a0f45387ab931d952af8ce1d9d22a60f211d836bad7f1d662855bbe +SIZE (xpi/thunderbird-i18n-52.8.0/be.xpi) = 570932 +SHA256 (xpi/thunderbird-i18n-52.8.0/bg.xpi) = 834245301cc7b83eb765c2c0f819cd6a7f76b92e39c6834c009020398c0b265e +SIZE (xpi/thunderbird-i18n-52.8.0/bg.xpi) = 634897 +SHA256 (xpi/thunderbird-i18n-52.8.0/bn-BD.xpi) = 4fdfede1ce6ca6e44f1956f2ef49e934c601ac3b12c80a6ae5a5c6c47790c131 +SIZE (xpi/thunderbird-i18n-52.8.0/bn-BD.xpi) = 676901 +SHA256 (xpi/thunderbird-i18n-52.8.0/br.xpi) = 93d28398d54d4e86780d479e5f239fdc516f0d5b51919777a61dface094a9512 +SIZE (xpi/thunderbird-i18n-52.8.0/br.xpi) = 559380 +SHA256 (xpi/thunderbird-i18n-52.8.0/ca.xpi) = 945f31b9409f6231cd3512bded82522e9ffec283387cbe51dcc83cda388d51b4 +SIZE (xpi/thunderbird-i18n-52.8.0/ca.xpi) = 569910 +SHA256 (xpi/thunderbird-i18n-52.8.0/cs.xpi) = 343b7da87749497ae9a19d3fada86b5138637680807f777628b54779f0cc1f4e +SIZE (xpi/thunderbird-i18n-52.8.0/cs.xpi) = 579150 +SHA256 (xpi/thunderbird-i18n-52.8.0/cy.xpi) = bf0043033fb140bedc7f0eecc557693c165c8e1ebb939018d0b2b1f7db7a1cad +SIZE (xpi/thunderbird-i18n-52.8.0/cy.xpi) = 554858 +SHA256 (xpi/thunderbird-i18n-52.8.0/da.xpi) = b7ae6e521b213f239d08f2e5a080e7a36d488b3454013487527e933fa21be9ad +SIZE (xpi/thunderbird-i18n-52.8.0/da.xpi) = 543335 +SHA256 (xpi/thunderbird-i18n-52.8.0/de.xpi) = 962b47c41d92e2855dc3bf8bae82af2b604cfbbfdae53a7d8f7a2c0766d17195 +SIZE (xpi/thunderbird-i18n-52.8.0/de.xpi) = 555744 +SHA256 (xpi/thunderbird-i18n-52.8.0/dsb.xpi) = 9825238e7cb785bac9cb94c32ab261dd0f7635df16ee96ce3cf092aab116e676 +SIZE (xpi/thunderbird-i18n-52.8.0/dsb.xpi) = 584578 +SHA256 (xpi/thunderbird-i18n-52.8.0/el.xpi) = 3954794a7df584d4a4e5561e32da2734561d7e7573a02d6d72a63b5afbe23fd4 +SIZE (xpi/thunderbird-i18n-52.8.0/el.xpi) = 662965 +SHA256 (xpi/thunderbird-i18n-52.8.0/en-GB.xpi) = 78d9423758e8ae538affc4a8bed05ce0b6b27427a5333901d2387ddccdf5a30f +SIZE (xpi/thunderbird-i18n-52.8.0/en-GB.xpi) = 531234 +SHA256 (xpi/thunderbird-i18n-52.8.0/en-US.xpi) = 5af2a9b42d1b53917f62ded2eb219ffa0347d5aabf45926a3a04b00747a1f94e +SIZE (xpi/thunderbird-i18n-52.8.0/en-US.xpi) = 529123 +SHA256 (xpi/thunderbird-i18n-52.8.0/es-AR.xpi) = 2ddff5be5bcc95eb64044b932f6a02aadefc5000c650ca0f49088035a8ae7dad +SIZE (xpi/thunderbird-i18n-52.8.0/es-AR.xpi) = 565995 +SHA256 (xpi/thunderbird-i18n-52.8.0/es-ES.xpi) = fe57740f88c0d11e06a6e9e76f2a8e44e8a3cafd5f2eebdc4d3d81ea506e224b +SIZE (xpi/thunderbird-i18n-52.8.0/es-ES.xpi) = 445464 +SHA256 (xpi/thunderbird-i18n-52.8.0/et.xpi) = 1fe4460f0e4e7f2cada39298542eb4404553656a42743df8cb1d689676f125e5 +SIZE (xpi/thunderbird-i18n-52.8.0/et.xpi) = 551661 +SHA256 (xpi/thunderbird-i18n-52.8.0/eu.xpi) = 2a28960004cfa003f82f8a79488957f8059f3362d58226e4c246d0d9eb4786a0 +SIZE (xpi/thunderbird-i18n-52.8.0/eu.xpi) = 555536 +SHA256 (xpi/thunderbird-i18n-52.8.0/fi.xpi) = 44f394c5c84f1b5dcf7ce08b13a227170196a6b284b3249548830336be535a4e +SIZE (xpi/thunderbird-i18n-52.8.0/fi.xpi) = 550669 +SHA256 (xpi/thunderbird-i18n-52.8.0/fr.xpi) = 8187c48a4c00635faa8d2cb93cbf9f23919039c662a6c5b9be0dbbf28c2fbb7f +SIZE (xpi/thunderbird-i18n-52.8.0/fr.xpi) = 577561 +SHA256 (xpi/thunderbird-i18n-52.8.0/fy-NL.xpi) = f64c745089a68b47664569fe6eb0ea8198dfcf28009723b97e8b242fb27287f7 +SIZE (xpi/thunderbird-i18n-52.8.0/fy-NL.xpi) = 563632 +SHA256 (xpi/thunderbird-i18n-52.8.0/ga-IE.xpi) = e5d64beeba305fc84e6b2eb3b2a76e91f82d40b61f0d392e4a5e3f40f94e98af +SIZE (xpi/thunderbird-i18n-52.8.0/ga-IE.xpi) = 583556 +SHA256 (xpi/thunderbird-i18n-52.8.0/gd.xpi) = daf9941666c11babff96c8b90145366d5b8ae4291688dc86ef423b7803fa4c05 +SIZE (xpi/thunderbird-i18n-52.8.0/gd.xpi) = 574065 +SHA256 (xpi/thunderbird-i18n-52.8.0/gl.xpi) = 1e5a512e7d1cf914a3d0fc105269be70ea2ed230a9fc7688c5d13ddeb366c9d5 +SIZE (xpi/thunderbird-i18n-52.8.0/gl.xpi) = 575150 +SHA256 (xpi/thunderbird-i18n-52.8.0/he.xpi) = 0ba6bc817dcada05ba84834693f8dc2a34a6b11325312d1cf5fb406469a9a26a +SIZE (xpi/thunderbird-i18n-52.8.0/he.xpi) = 592566 +SHA256 (xpi/thunderbird-i18n-52.8.0/hr.xpi) = 60ada7f1d81536ff207436e5d97742b74a314b6687deda0f102d7a4afbf8e220 +SIZE (xpi/thunderbird-i18n-52.8.0/hr.xpi) = 564780 +SHA256 (xpi/thunderbird-i18n-52.8.0/hsb.xpi) = a6831c6fd8667d45b82301bdbbe0acbb2b814f7785eae61c3df03b5e9f4ff44a +SIZE (xpi/thunderbird-i18n-52.8.0/hsb.xpi) = 582242 +SHA256 (xpi/thunderbird-i18n-52.8.0/hu.xpi) = 2aa78f474f69a8bc2d0d8893ff18a57b2126c8888706d21c20625207bf83f0cc +SIZE (xpi/thunderbird-i18n-52.8.0/hu.xpi) = 586446 +SHA256 (xpi/thunderbird-i18n-52.8.0/hy-AM.xpi) = 557558deeb63012f91959e975832458c753c9469a205827962f68c5f42bbfb3b +SIZE (xpi/thunderbird-i18n-52.8.0/hy-AM.xpi) = 629879 +SHA256 (xpi/thunderbird-i18n-52.8.0/id.xpi) = adabb413805c050e2d809116b0a7aa929dcb9ff5a8cda78e7acf6ac120953468 +SIZE (xpi/thunderbird-i18n-52.8.0/id.xpi) = 546527 +SHA256 (xpi/thunderbird-i18n-52.8.0/is.xpi) = bc8675a3667aabc3c438ca19c8ef5560e867579347a1bb64e3231f9a4c064c38 +SIZE (xpi/thunderbird-i18n-52.8.0/is.xpi) = 555712 +SHA256 (xpi/thunderbird-i18n-52.8.0/it.xpi) = 88840b998eb7320df68d23a7ad3d0451b806986cd8324cdaa2332ec186613128 +SIZE (xpi/thunderbird-i18n-52.8.0/it.xpi) = 455408 +SHA256 (xpi/thunderbird-i18n-52.8.0/ja.xpi) = fed11dfbf56caa82c8d3b9de5a1d77a3b25ad9f3c98640735921cf3386c510f3 +SIZE (xpi/thunderbird-i18n-52.8.0/ja.xpi) = 630053 +SHA256 (xpi/thunderbird-i18n-52.8.0/kab.xpi) = b4fbbbca63d71293e5d272de1cb63f49b2bb6e0fdc1169eb2b6c43acb4fe81d7 +SIZE (xpi/thunderbird-i18n-52.8.0/kab.xpi) = 568689 +SHA256 (xpi/thunderbird-i18n-52.8.0/ko.xpi) = 879f073ada33126d5deeaf07492835c4246480631cf7ab658f9b1ab952dbd63f +SIZE (xpi/thunderbird-i18n-52.8.0/ko.xpi) = 595517 +SHA256 (xpi/thunderbird-i18n-52.8.0/lt.xpi) = 8e6b88d22fdf2c1d724d35c452338b21c81e65fc207accb93644dc83daa5107a +SIZE (xpi/thunderbird-i18n-52.8.0/lt.xpi) = 580598 +SHA256 (xpi/thunderbird-i18n-52.8.0/nb-NO.xpi) = dec871d230e2afd1977b8c67c8aa65ae4ea017a634c6fe891ce7f0561621cc65 +SIZE (xpi/thunderbird-i18n-52.8.0/nb-NO.xpi) = 551104 +SHA256 (xpi/thunderbird-i18n-52.8.0/nl.xpi) = 20d6a0c950c9f225366e0a24d364ed5e8beaa6936a341c0324788cbf10142d2a +SIZE (xpi/thunderbird-i18n-52.8.0/nl.xpi) = 557957 +SHA256 (xpi/thunderbird-i18n-52.8.0/nn-NO.xpi) = d4e02f9fc22dc237ed0b3623a9e298f177434afb0967b32721acccc3201618a5 +SIZE (xpi/thunderbird-i18n-52.8.0/nn-NO.xpi) = 551891 +SHA256 (xpi/thunderbird-i18n-52.8.0/pa-IN.xpi) = 661b78d3a15559e359cb948a9f5df55cc5cd9958b794f877d2836106f686f487 +SIZE (xpi/thunderbird-i18n-52.8.0/pa-IN.xpi) = 646569 +SHA256 (xpi/thunderbird-i18n-52.8.0/pl.xpi) = 606606ea12c72fbf3bf00369d69a182ec2db369eadd245d5fc1f9365a2b18b6d +SIZE (xpi/thunderbird-i18n-52.8.0/pl.xpi) = 469901 +SHA256 (xpi/thunderbird-i18n-52.8.0/pt-BR.xpi) = aa4a97312893ca1a3952af89711b7793e841f9e91f44f9f53612a164593dd110 +SIZE (xpi/thunderbird-i18n-52.8.0/pt-BR.xpi) = 558224 +SHA256 (xpi/thunderbird-i18n-52.8.0/pt-PT.xpi) = 4838816aa27dc5799e4dbfd8c491b83889c68fdbd8f1ff3220522da014e539e4 +SIZE (xpi/thunderbird-i18n-52.8.0/pt-PT.xpi) = 565624 +SHA256 (xpi/thunderbird-i18n-52.8.0/rm.xpi) = a102c56a122fd22a1ea0a69a75ff8709d55a383595cc90b066d144d993e990f8 +SIZE (xpi/thunderbird-i18n-52.8.0/rm.xpi) = 557605 +SHA256 (xpi/thunderbird-i18n-52.8.0/ro.xpi) = 99b2f4b52c4f1dea880bfd826a119fa604885a9195039376ba092a830ef929c4 +SIZE (xpi/thunderbird-i18n-52.8.0/ro.xpi) = 570529 +SHA256 (xpi/thunderbird-i18n-52.8.0/ru.xpi) = 40119528c2301ecf0e778590026aed070e1e36929a245b8c02a69c1222d6103e +SIZE (xpi/thunderbird-i18n-52.8.0/ru.xpi) = 530670 +SHA256 (xpi/thunderbird-i18n-52.8.0/si.xpi) = a3b8bff61f1bfda9ca7a9cbc3a04563b33c693f4853e4fe15cff2d098314e578 +SIZE (xpi/thunderbird-i18n-52.8.0/si.xpi) = 649010 +SHA256 (xpi/thunderbird-i18n-52.8.0/sk.xpi) = 35cff3578b05c5448307ae69f1e2784598d1696ccba3ec9abccdb19c0f05f1a1 +SIZE (xpi/thunderbird-i18n-52.8.0/sk.xpi) = 583882 +SHA256 (xpi/thunderbird-i18n-52.8.0/sl.xpi) = 601baa286166d9ddebd6e0d0ed609403faa2474253b74aad0add0a9413c71c89 +SIZE (xpi/thunderbird-i18n-52.8.0/sl.xpi) = 562834 +SHA256 (xpi/thunderbird-i18n-52.8.0/sq.xpi) = a78686c96f8f04ce1bae89c60585aefbb89db6dd89ffb58d03e02de4bd8ad90b +SIZE (xpi/thunderbird-i18n-52.8.0/sq.xpi) = 570616 +SHA256 (xpi/thunderbird-i18n-52.8.0/sr.xpi) = 01c6f243d9654f3f94964121ce0472fbe81a6d3e668c88df412bad5af89c8ade +SIZE (xpi/thunderbird-i18n-52.8.0/sr.xpi) = 609020 +SHA256 (xpi/thunderbird-i18n-52.8.0/sv-SE.xpi) = 4004249e78db033b808ab0c8153e00cef03261ebb73a95e8551bb1c6b3959e48 +SIZE (xpi/thunderbird-i18n-52.8.0/sv-SE.xpi) = 565777 +SHA256 (xpi/thunderbird-i18n-52.8.0/ta-LK.xpi) = e0dd273b8e68b89588dd3272f7075af7ff1d18c6426af898f516eb2e02b04887 +SIZE (xpi/thunderbird-i18n-52.8.0/ta-LK.xpi) = 675039 +SHA256 (xpi/thunderbird-i18n-52.8.0/tr.xpi) = 6d59ed19e25dc1eb4b2dcbbad7e7adb00cf54266a77fcf237e98ec0ff78e415a +SIZE (xpi/thunderbird-i18n-52.8.0/tr.xpi) = 569926 +SHA256 (xpi/thunderbird-i18n-52.8.0/uk.xpi) = 1529750bb6eed89bea777120d049f8fe598ecad3450fac1910504479eec9cd89 +SIZE (xpi/thunderbird-i18n-52.8.0/uk.xpi) = 652855 +SHA256 (xpi/thunderbird-i18n-52.8.0/vi.xpi) = 020917361ec5336af4d52f8e4096dc8fde910aa6a7a6c7bdc8d1c575f5631a54 +SIZE (xpi/thunderbird-i18n-52.8.0/vi.xpi) = 637164 +SHA256 (xpi/thunderbird-i18n-52.8.0/zh-CN.xpi) = 57a37a05cffc455d59a62bfcd7e3f8dda8a5373ed213c3313b564a65e0a17475 +SIZE (xpi/thunderbird-i18n-52.8.0/zh-CN.xpi) = 593612 +SHA256 (xpi/thunderbird-i18n-52.8.0/zh-TW.xpi) = 72f8710cfc670aa6b7983a02e6d17cf36a813a5f7d0cbfee039fc6892708f1b0 +SIZE (xpi/thunderbird-i18n-52.8.0/zh-TW.xpi) = 595729 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Fri May 18 23:32:05 2018 (r470341) +++ head/mail/thunderbird/Makefile Fri May 18 23:52:13 2018 (r470342) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.7.0 -PORTREVISION= 3 +DISTVERSION= 52.8.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Fri May 18 23:32:05 2018 (r470341) +++ head/mail/thunderbird/distinfo Fri May 18 23:52:13 2018 (r470342) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521833256 -SHA256 (thunderbird-52.7.0.source.tar.xz) = 82462890d393ed78c03226924a6166596b7b6d1562b5071e713a7558cd292ea3 -SIZE (thunderbird-52.7.0.source.tar.xz) = 230410444 +TIMESTAMP = 1526507977 +SHA256 (thunderbird-52.8.0.source.tar.xz) = 35b9a687997d92f36107090c1217941e5d637760b0efa7d13819cde36894eb59 +SIZE (thunderbird-52.8.0.source.tar.xz) = 230380780 From owner-svn-ports-head@freebsd.org Fri May 18 23:52:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 809BFEE0C3A; Fri, 18 May 2018 23: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 2F3C37040A; Fri, 18 May 2018 23:52: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 103771F23F; Fri, 18 May 2018 23:52: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 w4INqTKH092994; Fri, 18 May 2018 23:52:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INqTeI092991; Fri, 18 May 2018 23:52:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805182352.w4INqTeI092991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 18 May 2018 23:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470343 - in head/www/waterfox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www/waterfox: . files X-SVN-Commit-Revision: 470343 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:52:30 -0000 Author: jbeich Date: Fri May 18 23:52:29 2018 New Revision: 470343 URL: https://svnweb.freebsd.org/changeset/ports/470343 Log: www/waterfox: apply some FF61 fixes Added: head/www/waterfox/files/patch-bug1450448 (contents, props changed) head/www/waterfox/files/patch-bug1456524 (contents, props changed) head/www/waterfox/files/patch-bug1459162 (contents, props changed) Modified: head/www/waterfox/Makefile (contents, props changed) Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Fri May 18 23:52:13 2018 (r470342) +++ head/www/waterfox/Makefile Fri May 18 23:52:29 2018 (r470343) @@ -3,6 +3,7 @@ PORTNAME= waterfox DISTVERSION= 56.2.0-7 DISTVERSIONSUFFIX= -g436898372f858 +PORTREVISION= 1 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Added: head/www/waterfox/files/patch-bug1450448 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1450448 Fri May 18 23:52:29 2018 (r470343) @@ -0,0 +1,40 @@ +commit fbba8d988c94 +Author: Johann Hofmann +Date: Tue May 15 22:02:33 2018 +0200 + + Bug 1450448 - Correctly handle non-initialized appCache in site data preferences. r=Gijs, a=RyanVM + + MozReview-Commit-ID: IhQGAWNQtR0 + + --HG-- + extra : rebase_source : c1e902883a977c54ccafd4a1c3042d0a17660996 + extra : source : 9f41afd3012718d839033663196a746a47065007 +--- + browser/modules/SiteDataManager.jsm | 14 +++++++++++++- + 1 file changed, 13 insertions(+), 1 deletion(-) + +diff --git browser/components/preferences/SiteDataManager.jsm browser/components/preferences/SiteDataManager.jsm +index 118a40ce38fc8..9e08e00c38c5b 100644 +--- browser/components/preferences/SiteDataManager.jsm ++++ browser/components/preferences/SiteDataManager.jsm +@@ -192,7 +192,19 @@ var SiteDataManager = { + }, + + _updateAppCache() { +- let groups = this._appCache.getGroups(); ++ let groups; ++ try { ++ groups = this._appCache.getGroups(); ++ } catch (e) { ++ // NS_ERROR_NOT_AVAILABLE means that appCache is not initialized, ++ // which probably means the user has disabled it. Otherwise, log an ++ // error. Either way, there's nothing we can do here. ++ if (e.result != Cr.NS_ERROR_NOT_AVAILABLE) { ++ Cu.reportError(e); ++ } ++ return; ++ } ++ + for (let group of groups) { + let cache = this._appCache.getActiveCache(group); + if (cache.usage <= 0) { Added: head/www/waterfox/files/patch-bug1456524 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1456524 Fri May 18 23:52:29 2018 (r470343) @@ -0,0 +1,122 @@ +commit 7813b28f0e98 +Author: Sean Stangl +Date: Thu May 17 14:06:00 2018 -0400 + + Bug 1456524 - Maintain MoveResolver invariants. r=jandem, a=RyanVM + + The MoveResolver is a persistent data structure that requires + state to not leak between borrowers. An early-exit optimization + in the case of OOM allows for state to leak, leading to impossible + move list inputs, tripping assertions. + + --HG-- + extra : rebase_source : 38c5d7afaa4b6394ced3266b90032b8e3bdba351 +--- + js/src/jit/MacroAssembler.h | 5 +++++ + js/src/jit/MoveResolver.cpp | 7 +++++++ + js/src/jit/MoveResolver.h | 3 +++ + js/src/jit/arm/MacroAssembler-arm.cpp | 2 +- + js/src/jit/mips32/MacroAssembler-mips32.cpp | 2 +- + js/src/jit/mips64/MacroAssembler-mips64.cpp | 2 +- + 6 files changed, 18 insertions(+), 3 deletions(-) + +diff --git js/src/jit/MacroAssembler.h js/src/jit/MacroAssembler.h +index b2cc464aafcc4..cef8c094b70c5 100644 +--- js/src/jit/MacroAssembler.h ++++ js/src/jit/MacroAssembler.h +@@ -334,6 +334,11 @@ class MacroAssembler : public MacroAssemblerSpecific + + public: + MoveResolver& moveResolver() { ++ // As an optimization, the MoveResolver is a persistent data structure ++ // shared between visitors in the CodeGenerator. This assertion ++ // checks that state is not leaking from visitor to visitor ++ // via an unresolved addMove(). ++ MOZ_ASSERT(moveResolver_.hasNoPendingMoves()); + return moveResolver_; + } + +diff --git js/src/jit/MoveResolver.cpp js/src/jit/MoveResolver.cpp +index bd71d0acea44d..d79af5053b79c 100644 +--- js/src/jit/MoveResolver.cpp ++++ js/src/jit/MoveResolver.cpp +@@ -7,6 +7,7 @@ + #include "jit/MoveResolver.h" + + #include "mozilla/Attributes.h" ++#include "mozilla/ScopeExit.h" + + #include "jit/MacroAssembler.h" + #include "jit/RegisterSets.h" +@@ -178,12 +179,18 @@ SplitIntoUpperHalf(const MoveOperand& move) + } + #endif + ++// Resolves the pending_ list to a list in orderedMoves_. + bool + MoveResolver::resolve() + { + resetState(); + orderedMoves_.clear(); + ++ // Upon return from this function, the pending_ list must be cleared. ++ auto clearPending = mozilla::MakeScopeExit([this]() { ++ pending_.clear(); ++ }); ++ + #ifdef JS_CODEGEN_ARM + // Some of ARM's double registers alias two of its single registers, + // but the algorithm below assumes that every register can participate +diff --git js/src/jit/MoveResolver.h js/src/jit/MoveResolver.h +index d9a9415488704..d094ee1307563 100644 +--- js/src/jit/MoveResolver.h ++++ js/src/jit/MoveResolver.h +@@ -333,6 +333,9 @@ class MoveResolver + uint32_t numCycles() const { + return numCycles_; + } ++ bool hasNoPendingMoves() const { ++ return pending_.empty(); ++ } + void setAllocator(TempAllocator& alloc) { + movePool_.setAllocator(alloc); + } +diff --git js/src/jit/arm/MacroAssembler-arm.cpp js/src/jit/arm/MacroAssembler-arm.cpp +index a3985f2c24d1f..86e86310cc129 100644 +--- js/src/jit/arm/MacroAssembler-arm.cpp ++++ js/src/jit/arm/MacroAssembler-arm.cpp +@@ -4593,7 +4593,7 @@ MacroAssembler::callWithABIPre(uint32_t* stackAdjust, bool callFromWasm) + + // Position all arguments. + { +- enoughMemory_ = enoughMemory_ && moveResolver_.resolve(); ++ enoughMemory_ &= moveResolver_.resolve(); + if (!enoughMemory_) + return; + +diff --git js/src/jit/mips32/MacroAssembler-mips32.cpp js/src/jit/mips32/MacroAssembler-mips32.cpp +index 8f2fec7948b75..ef0a9136f4e39 100644 +--- js/src/jit/mips32/MacroAssembler-mips32.cpp ++++ js/src/jit/mips32/MacroAssembler-mips32.cpp +@@ -2191,7 +2191,7 @@ MacroAssembler::callWithABIPre(uint32_t* stackAdjust, bool callFromWasm) + + // Position all arguments. + { +- enoughMemory_ = enoughMemory_ && moveResolver_.resolve(); ++ enoughMemory_ &= moveResolver_.resolve(); + if (!enoughMemory_) + return; + +diff --git js/src/jit/mips64/MacroAssembler-mips64.cpp js/src/jit/mips64/MacroAssembler-mips64.cpp +index c944b0427aaee..8eec6bac047e4 100644 +--- js/src/jit/mips64/MacroAssembler-mips64.cpp ++++ js/src/jit/mips64/MacroAssembler-mips64.cpp +@@ -2040,7 +2040,7 @@ MacroAssembler::callWithABIPre(uint32_t* stackAdjust, bool callFromWasm) + + // Position all arguments. + { +- enoughMemory_ = enoughMemory_ && moveResolver_.resolve(); ++ enoughMemory_ &= moveResolver_.resolve(); + if (!enoughMemory_) + return; + Added: head/www/waterfox/files/patch-bug1459162 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1459162 Fri May 18 23:52:29 2018 (r470343) @@ -0,0 +1,71 @@ +commit 7588031f0792 +Author: Jonathan Kew +Date: Thu May 17 09:49:58 2018 +0100 + + Bug 1459162 - Update dimensions early in ClearTarget. r=lsalzman a=abillings +--- + dom/canvas/CanvasRenderingContext2D.cpp | 14 +++++++++----- + dom/canvas/CanvasRenderingContext2D.h | 5 ++++- + 2 files changed, 13 insertions(+), 6 deletions(-) + +diff --git dom/canvas/CanvasRenderingContext2D.cpp dom/canvas/CanvasRenderingContext2D.cpp +index 1e057824a4675..4501ffaff2d97 100644 +--- dom/canvas/CanvasRenderingContext2D.cpp ++++ dom/canvas/CanvasRenderingContext2D.cpp +@@ -1928,8 +1928,6 @@ CanvasRenderingContext2D::GetHeight() const + NS_IMETHODIMP + CanvasRenderingContext2D::SetDimensions(int32_t aWidth, int32_t aHeight) + { +- ClearTarget(); +- + // Zero sized surfaces can cause problems. + mZero = false; + if (aHeight == 0) { +@@ -1940,14 +1938,14 @@ CanvasRenderingContext2D::SetDimensions(int32_t aWidth, int32_t aHeight) + aWidth = 1; + mZero = true; + } +- mWidth = aWidth; +- mHeight = aHeight; ++ ++ ClearTarget(aWidth, aHeight); + + return NS_OK; + } + + void +-CanvasRenderingContext2D::ClearTarget() ++CanvasRenderingContext2D::ClearTarget(int32_t aWidth, int32_t aHeight) + { + Reset(); + +@@ -1955,6 +1953,12 @@ CanvasRenderingContext2D::ClearTarget() + + SetInitialState(); + ++ // Update dimensions only if new (strictly positive) values were passed. ++ if (aWidth > 0 && aHeight > 0) { ++ mWidth = aWidth; ++ mHeight = aHeight; ++ } ++ + // For vertical writing-mode, unless text-orientation is sideways, + // we'll modify the initial value of textBaseline to 'middle'. + RefPtr canvasStyle; +diff --git dom/canvas/CanvasRenderingContext2D.h dom/canvas/CanvasRenderingContext2D.h +index 6f0f6279e0cf5..c2ed098b053d0 100644 +--- dom/canvas/CanvasRenderingContext2D.h ++++ dom/canvas/CanvasRenderingContext2D.h +@@ -683,8 +683,11 @@ protected: + + /** + * Disposes an old target and prepares to lazily create a new target. ++ * ++ * Parameters are the new dimensions to be used, or if either is negative, ++ * existing dimensions will be left unchanged. + */ +- void ClearTarget(); ++ void ClearTarget(int32_t aWidth = -1, int32_t aHeight = -1); + + /* + * Returns the target to the buffer provider. i.e. this will queue a frame for From owner-svn-ports-head@freebsd.org Fri May 18 23:52:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26727EE0C76; Fri, 18 May 2018 23: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 D109C704EE; Fri, 18 May 2018 23: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 B294F1F244; Fri, 18 May 2018 23: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 w4INqhXd093124; Fri, 18 May 2018 23:52:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INqhZ4093123; Fri, 18 May 2018 23:52:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805182352.w4INqhZ4093123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 18 May 2018 23:52:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470344 - in head/emulators/rpcs3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/emulators/rpcs3: . files X-SVN-Commit-Revision: 470344 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:52:44 -0000 Author: jbeich Date: Fri May 18 23:52:43 2018 New Revision: 470344 URL: https://svnweb.freebsd.org/changeset/ports/470344 Log: emulators/rpcs3: drop qt < 5.10 workaround after r470288 Deleted: head/emulators/rpcs3/files/patch-qt57 Modified: head/emulators/rpcs3/Makefile (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Fri May 18 23:52:29 2018 (r470343) +++ head/emulators/rpcs3/Makefile Fri May 18 23:52:43 2018 (r470344) @@ -4,6 +4,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.5-296 DISTVERSIONSUFFIX= -g27dcb7774 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org From owner-svn-ports-head@freebsd.org Fri May 18 23:52:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB9CCEE0CBC; Fri, 18 May 2018 23:52:59 +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 920A8705D8; Fri, 18 May 2018 23:52: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 7458D1F246; Fri, 18 May 2018 23:52: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 w4INqxXx093269; Fri, 18 May 2018 23:52:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INqxRX093268; Fri, 18 May 2018 23:52:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805182352.w4INqxRX093268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 18 May 2018 23:52:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470345 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 470345 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:53:00 -0000 Author: jbeich Date: Fri May 18 23:52:58 2018 New Revision: 470345 URL: https://svnweb.freebsd.org/changeset/ports/470345 Log: emulators/rpcs3: update to 0.0.5.336 Changes: https://github.com/RPCS3/rpcs3/compare/67391322f...4e8ce7fac Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Fri May 18 23:52:43 2018 (r470344) +++ head/emulators/rpcs3/Makefile Fri May 18 23:52:58 2018 (r470345) @@ -2,9 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-296 -DISTVERSIONSUFFIX= -g27dcb7774 -PORTREVISION= 1 +DISTVERSION= 0.0.5-336 +DISTVERSIONSUFFIX= -g4e8ce7fac CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Fri May 18 23:52:43 2018 (r470344) +++ head/emulators/rpcs3/distinfo Fri May 18 23:52:58 2018 (r470345) @@ -1,6 +1,6 @@ -TIMESTAMP = 1526513956 -SHA256 (RPCS3-rpcs3-v0.0.5-296-g27dcb7774_GH0.tar.gz) = 5a0d5934411cacc818487e35f9db931d06e04aa2e595a7a52367e05bf2728d1f -SIZE (RPCS3-rpcs3-v0.0.5-296-g27dcb7774_GH0.tar.gz) = 4848193 +TIMESTAMP = 1526671030 +SHA256 (RPCS3-rpcs3-v0.0.5-336-g4e8ce7fac_GH0.tar.gz) = 3f8d9e08c518410c9dabd169f4ff7188aad870a03e0c1d6b23127e40aea09348 +SIZE (RPCS3-rpcs3-v0.0.5-336-g4e8ce7fac_GH0.tar.gz) = 4851521 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-llvm-17ec6d78a73_GH0.tar.gz) = 4567d1d946429ce55d6c0480fad3b82874aad22c2b1928ac4d4ba5ba40338604 From owner-svn-ports-head@freebsd.org Fri May 18 23:53:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9A49EE0D10; Fri, 18 May 2018 23:53:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77A4C706C3; Fri, 18 May 2018 23:53:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 598491F247; Fri, 18 May 2018 23:53: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 w4INrF3l093406; Fri, 18 May 2018 23:53:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4INrEqT093404; Fri, 18 May 2018 23:53:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805182353.w4INrEqT093404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 18 May 2018 23:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470346 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 470346 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 23:53:16 -0000 Author: jbeich Date: Fri May 18 23:53:14 2018 New Revision: 470346 URL: https://svnweb.freebsd.org/changeset/ports/470346 Log: emulators/citra: update to s20180518 Changes: https://github.com/citra-emu/citra/compare/80bfd872...e35c634f Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Fri May 18 23:52:58 2018 (r470345) +++ head/emulators/citra/Makefile Fri May 18 23:53:14 2018 (r470346) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180511 +PORTVERSION= s20180518 PORTREVISION?= 0 CATEGORIES= emulators @@ -27,7 +27,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 80bfd872 +GH_TAGNAME= e35c634f GH_TUPLE= citra-emu:ext-libressl-portable:cbb1dca:libressl/externals/libressl \ citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:d1d4705:dynarmic/externals/dynarmic \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Fri May 18 23:52:58 2018 (r470345) +++ head/emulators/citra/distinfo Fri May 18 23:53:14 2018 (r470346) @@ -1,6 +1,6 @@ -TIMESTAMP = 1526061593 -SHA256 (citra-emu-citra-s20180511-80bfd872_GH0.tar.gz) = da4497569095e8b1a5ae88b642fe38aff2a7df6e9496cb35ddf3960704367f2d -SIZE (citra-emu-citra-s20180511-80bfd872_GH0.tar.gz) = 2177016 +TIMESTAMP = 1526670258 +SHA256 (citra-emu-citra-s20180518-e35c634f_GH0.tar.gz) = c59e67b08509059ea41fd788dfedfe6a65c2a0a691460360bcd211d366123a3e +SIZE (citra-emu-citra-s20180518-e35c634f_GH0.tar.gz) = 2181703 SHA256 (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = f3741a3bb480d9f8a817f032f59d1908e659620cbb93c0fe8289cfb46d2ab89c SIZE (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = 1761962 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 From owner-svn-ports-head@freebsd.org Sat May 19 00:56:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFBCCEE26D3; Sat, 19 May 2018 00:56:23 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8510C724BB; Sat, 19 May 2018 00:56:23 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58DB91FBE3; Sat, 19 May 2018 00:56:23 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4J0uN8X024566; Sat, 19 May 2018 00:56:23 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J0uN6N024565; Sat, 19 May 2018 00:56:23 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805190056.w4J0uN6N024565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 19 May 2018 00:56:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470350 - head/math/octave-forge-parallel X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge-parallel X-SVN-Commit-Revision: 470350 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 00:56:24 -0000 Author: stephen Date: Sat May 19 00:56:22 2018 New Revision: 470350 URL: https://svnweb.freebsd.org/changeset/ports/470350 Log: - Remove extraneous blank line. Modified: head/math/octave-forge-parallel/Makefile Modified: head/math/octave-forge-parallel/Makefile ============================================================================== --- head/math/octave-forge-parallel/Makefile Fri May 18 23:56:03 2018 (r470349) +++ head/math/octave-forge-parallel/Makefile Sat May 19 00:56:22 2018 (r470350) @@ -23,7 +23,6 @@ USES+= compiler:gcc-c++11-lib perl5 shebangfix USE_PERL5= build SHEBANG_FILES= *.pl - .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: From owner-svn-ports-head@freebsd.org Sat May 19 01:51:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F497EE537B; Sat, 19 May 2018 01:51:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F18D3745E2; Sat, 19 May 2018 01:51: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 B9ACC2069C; Sat, 19 May 2018 01:51: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 w4J1puod051169; Sat, 19 May 2018 01:51:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J1pu8v051168; Sat, 19 May 2018 01:51:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805190151.w4J1pu8v051168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 19 May 2018 01:51:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470351 - 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: 470351 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 01:51:57 -0000 Author: swills Date: Sat May 19 01:51:56 2018 New Revision: 470351 URL: https://svnweb.freebsd.org/changeset/ports/470351 Log: devel/gitlab-runner: update to 10.7.2 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 Sat May 19 00:56:22 2018 (r470350) +++ head/devel/gitlab-runner/Makefile Sat May 19 01:51:56 2018 (r470351) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-runner -PORTVERSION= 10.6.0 +PORTVERSION= 10.7.2 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= a3543a275e3f9555da06041c501429d1f4aeef2d -GITREV= a3543a27 -GITBRANCH= 10-6-stable -BUILT= 2018-03-22T08:33:57+00:00 +GL_COMMIT= b5e03c940ed96dc12ac9b79477b396678559d7fc +GITREV= b5e03c94 +GITBRANCH= 10-7-stable +BUILT= 2018-05-14T11:52:42+00:00 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 Sat May 19 00:56:22 2018 (r470350) +++ head/devel/gitlab-runner/distinfo Sat May 19 01:51:56 2018 (r470351) @@ -1,7 +1,7 @@ -TIMESTAMP = 1523913375 -SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = 2825b08a152e933188233471ecdc4f10a2e106c2675ebdd2def46966e78431f8 -SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 9694232 -SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = b081746b1574e992db0fada9202b0ef7cedec6357b2afbec0f2a5fee635dcf66 -SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 9091192 -SHA256 (gitlab-runner/gitlab-org-gitlab-runner-a3543a275e3f9555da06041c501429d1f4aeef2d_GL0.tar.gz) = 61bce5fe1e482b1af0484049cc5f318cea9fc58dae89d63f7881ba2aa013b593 -SIZE (gitlab-runner/gitlab-org-gitlab-runner-a3543a275e3f9555da06041c501429d1f4aeef2d_GL0.tar.gz) = 29296651 +TIMESTAMP = 1526686187 +SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = d793fc44a1afa07aafbb0ea468084679450b3fb8ef5b89613e8ed4cf059b27e0 +SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 9695260 +SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = 7aee83a738925d4a17333ad0e004415f095a82191fba7b59d608faa1cd392c31 +SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 9111856 +SHA256 (gitlab-runner/gitlab-org-gitlab-runner-b5e03c940ed96dc12ac9b79477b396678559d7fc_GL0.tar.gz) = 774be0e28074e9ee332e27e49d7e6ffb22853ab4c73e069fb46917b4805ea7db +SIZE (gitlab-runner/gitlab-org-gitlab-runner-b5e03c940ed96dc12ac9b79477b396678559d7fc_GL0.tar.gz) = 29341409 From owner-svn-ports-head@freebsd.org Sat May 19 02:38:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB4F1EE77BC; Sat, 19 May 2018 02:38:24 +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 983EE761C6; Sat, 19 May 2018 02:38:24 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7744920E2B; Sat, 19 May 2018 02:38:24 +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 w4J2cO5j075143; Sat, 19 May 2018 02:38:24 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J2cO27075142; Sat, 19 May 2018 02:38:24 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201805190238.w4J2cO27075142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sat, 19 May 2018 02:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470352 - head/math/gnuplot X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: head/math/gnuplot X-SVN-Commit-Revision: 470352 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 02:38:25 -0000 Author: glewis Date: Sat May 19 02:38:23 2018 New Revision: 470352 URL: https://svnweb.freebsd.org/changeset/ports/470352 Log: . Update to 5.2.3. Modified: head/math/gnuplot/Makefile head/math/gnuplot/distinfo Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Sat May 19 01:51:56 2018 (r470351) +++ head/math/gnuplot/Makefile Sat May 19 02:38:23 2018 (r470352) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnuplot -PORTVERSION= 5.2.2 -PORTREVISION= 1 +PORTVERSION= 5.2.3 CATEGORIES= math graphics MASTER_SITES= SF Modified: head/math/gnuplot/distinfo ============================================================================== --- head/math/gnuplot/distinfo Sat May 19 01:51:56 2018 (r470351) +++ head/math/gnuplot/distinfo Sat May 19 02:38:23 2018 (r470352) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511117899 -SHA256 (gnuplot-5.2.2.tar.gz) = a416d22f02bdf3873ef82c5eb7f8e94146795811ef808e12b035ada88ef7b1a1 -SIZE (gnuplot-5.2.2.tar.gz) = 5282973 +TIMESTAMP = 1525666756 +SHA256 (gnuplot-5.2.3.tar.gz) = feb58c9358d9d129e00507f3b34d4b13c4caea3f004325c587f8caafe5dbe724 +SIZE (gnuplot-5.2.3.tar.gz) = 5289416 From owner-svn-ports-head@freebsd.org Sat May 19 02:50:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 155ADEE7D94; Sat, 19 May 2018 02:50: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 AD1E97666A; Sat, 19 May 2018 02:50: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 8B4EC21013; Sat, 19 May 2018 02:50: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 w4J2oE5S080226; Sat, 19 May 2018 02:50:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J2oDHq080219; Sat, 19 May 2018 02:50:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805190250.w4J2oDHq080219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 19 May 2018 02:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470353 - in head/www/gitlab-pages: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/www/gitlab-pages: . files X-SVN-Commit-Revision: 470353 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 02:50:15 -0000 Author: swills Date: Sat May 19 02:50:12 2018 New Revision: 470353 URL: https://svnweb.freebsd.org/changeset/ports/470353 Log: www/gitlab-pages: update to 0.9.1 Added: head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__fileno.go (contents, props changed) head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__ino.go (contents, props changed) head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir.go (contents, props changed) head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir__unix.go (contents, props changed) head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_walk.go (contents, props changed) Modified: head/www/gitlab-pages/Makefile (contents, props changed) head/www/gitlab-pages/distinfo (contents, props changed) Modified: head/www/gitlab-pages/Makefile ============================================================================== --- head/www/gitlab-pages/Makefile Sat May 19 02:38:23 2018 (r470352) +++ head/www/gitlab-pages/Makefile Sat May 19 02:50:12 2018 (r470353) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-pages -PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTVERSION= 0.9.1 CATEGORIES= www MAINTAINER= swills@FreeBSD.org @@ -16,7 +15,7 @@ BUILD_DEPENDS= go:lang/go USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-pages/tags -GL_COMMIT= 4e11c8392935e1f4dbd96066f3cbb8d657afd874 +GL_COMMIT= 69b7e196fe0336c91a44da72110f44c2ec0869b0 PLIST_FILES= bin/gitlab-pages Modified: head/www/gitlab-pages/distinfo ============================================================================== --- head/www/gitlab-pages/distinfo Sat May 19 02:38:23 2018 (r470352) +++ head/www/gitlab-pages/distinfo Sat May 19 02:50:12 2018 (r470353) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523370266 -SHA256 (gitlab-org-gitlab-pages-4e11c8392935e1f4dbd96066f3cbb8d657afd874_GL0.tar.gz) = fc0892141f241af9eb63e8fab65137948f5bb8fa5670b86ff87d9d82eb57fa12 -SIZE (gitlab-org-gitlab-pages-4e11c8392935e1f4dbd96066f3cbb8d657afd874_GL0.tar.gz) = 1076893 +TIMESTAMP = 1526695044 +SHA256 (gitlab-org-gitlab-pages-69b7e196fe0336c91a44da72110f44c2ec0869b0_GL0.tar.gz) = d993cb8c584d0366837e723f29bee9a3fb67ea0044448f185dc6cec255ff1f39 +SIZE (gitlab-org-gitlab-pages-69b7e196fe0336c91a44da72110f44c2ec0869b0_GL0.tar.gz) = 1692719 Added: head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__fileno.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__fileno.go Sat May 19 02:50:12 2018 (r470353) @@ -0,0 +1,12 @@ +--- vendor/github.com/karrick/godirwalk/dirent_fileno.go.orig 2018-05-19 02:10:07 UTC ++++ vendor/github.com/karrick/godirwalk/dirent_fileno.go +@@ -0,0 +1,9 @@ ++// +build dragonfly freebsd openbsd netbsd ++ ++package godirwalk ++ ++import "syscall" ++ ++func direntIno(de *syscall.Dirent) uint64 { ++ return uint64(de.Fileno) ++} Added: head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__ino.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_dirent__ino.go Sat May 19 02:50:12 2018 (r470353) @@ -0,0 +1,12 @@ +--- vendor/github.com/karrick/godirwalk/dirent_ino.go.orig 2018-05-19 02:10:07 UTC ++++ vendor/github.com/karrick/godirwalk/dirent_ino.go +@@ -0,0 +1,9 @@ ++// +build darwin linux ++ ++package godirwalk ++ ++import "syscall" ++ ++func direntIno(de *syscall.Dirent) uint64 { ++ return de.Ino ++} Added: head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir.go Sat May 19 02:50:12 2018 (r470353) @@ -0,0 +1,46 @@ +--- vendor/github.com/karrick/godirwalk/readdir.go.orig 2018-04-30 10:37:07 UTC ++++ vendor/github.com/karrick/godirwalk/readdir.go +@@ -2,6 +2,9 @@ package godirwalk + + import ( + "os" ++ "path/filepath" ++ ++ "github.com/pkg/errors" + ) + + // Dirent stores the name and file system mode type of discovered file system +@@ -11,6 +14,22 @@ type Dirent struct { + modeType os.FileMode + } + ++// NewDirent returns a newly initialized Dirent structure, or an error. This ++// function does not follow symbolic links. ++// ++// This function is rarely used, as Dirent structures are provided by other ++// functions in this library that read and walk directories. ++func NewDirent(osPathname string) (*Dirent, error) { ++ fi, err := os.Lstat(osPathname) ++ if err != nil { ++ return nil, errors.Wrap(err, "cannot lstat") ++ } ++ return &Dirent{ ++ name: filepath.Base(osPathname), ++ modeType: fi.Mode() & os.ModeType, ++ }, nil ++} ++ + // Name returns the basename of the file system entry. + func (de Dirent) Name() string { return de.name } + +@@ -28,6 +47,10 @@ func (de Dirent) ModeType() os.FileMode { return de.mo + // may be set for a node. For instance, on Windows, a symbolic link that points + // to a directory will have both the directory and the symbolic link bits set. + func (de Dirent) IsDir() bool { return de.modeType&os.ModeDir != 0 } ++ ++// IsRegular returns true if and only if the Dirent represents a regular ++// file. That is, it ensures that no mode type bits are set. ++func (de Dirent) IsRegular() bool { return de.modeType&os.ModeType == 0 } + + // IsSymlink returns true if and only if the Dirent represents a file system + // symbolic link. Note that on some operating systems, more than one file mode Added: head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir__unix.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_readdir__unix.go Sat May 19 02:50:12 2018 (r470353) @@ -0,0 +1,17 @@ +--- vendor/github.com/karrick/godirwalk/readdir_unix.go.orig 2018-04-30 10:37:07 UTC ++++ vendor/github.com/karrick/godirwalk/readdir_unix.go +@@ -1,4 +1,4 @@ +-// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris ++// +build darwin freebsd linux netbsd openbsd + + package godirwalk + +@@ -49,7 +49,7 @@ func readdirents(osDirname string, scratchBuffer []byt + de = (*syscall.Dirent)(unsafe.Pointer(&buf[0])) // point entry to first syscall.Dirent in buffer + buf = buf[de.Reclen:] // advance buffer + +- if de.Ino == 0 { ++ if direntIno(de) == 0 { + continue // this item has been deleted, but not yet removed from directory + } + Added: head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_walk.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gitlab-pages/files/patch-vendor_github.com_karrick_godirwalk_walk.go Sat May 19 02:50:12 2018 (r470353) @@ -0,0 +1,13 @@ +--- vendor/github.com/karrick/godirwalk/walk.go.orig 2018-04-30 10:37:07 UTC ++++ vendor/github.com/karrick/godirwalk/walk.go +@@ -188,6 +188,10 @@ func Walk(pathname string, options *Options) error { + options.ErrorCallback = defaultErrorCallback + } + ++ if options.ScratchBuffer == nil { ++ options.ScratchBuffer = make([]byte, 64*1024) ++ } ++ + err = walk(pathname, dirent, options) + if err == filepath.SkipDir { + return nil // silence SkipDir for top level From owner-svn-ports-head@freebsd.org Sat May 19 06:26:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9488EF0938; Sat, 19 May 2018 06:26:02 +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 8AFC681888; Sat, 19 May 2018 06:26:02 +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 6693E23569; Sat, 19 May 2018 06:26:02 +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 w4J6Q2q0093944; Sat, 19 May 2018 06:26:02 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J6Q1Gs093941; Sat, 19 May 2018 06:26:01 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201805190626.w4J6Q1Gs093941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 19 May 2018 06:26:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470354 - in head/multimedia: qt5-phonon4 qt5-phonon4-gstreamer qt5-phonon4-vlc X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/multimedia: qt5-phonon4 qt5-phonon4-gstreamer qt5-phonon4-vlc X-SVN-Commit-Revision: 470354 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 06:26:03 -0000 Author: tcberner Date: Sat May 19 06:26:01 2018 New Revision: 470354 URL: https://svnweb.freebsd.org/changeset/ports/470354 Log: multimedia/qt5-phonon4* readd/bump PORTREVISION * Due to a bad sed /d call qt5-phonon4 ports lost their PORTREVISIONS, readd and bump them. Reported by: VVD (in IRC) Modified: head/multimedia/qt5-phonon4-gstreamer/Makefile head/multimedia/qt5-phonon4-vlc/Makefile head/multimedia/qt5-phonon4/Makefile Modified: head/multimedia/qt5-phonon4-gstreamer/Makefile ============================================================================== --- head/multimedia/qt5-phonon4-gstreamer/Makefile Sat May 19 02:50:12 2018 (r470353) +++ head/multimedia/qt5-phonon4-gstreamer/Makefile Sat May 19 06:26:01 2018 (r470354) @@ -3,6 +3,7 @@ PORTNAME= phonon PORTVERSION= 4.9.0 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-gstreamer/${PORTVERSION} PKGNAMEPREFIX= qt5- Modified: head/multimedia/qt5-phonon4-vlc/Makefile ============================================================================== --- head/multimedia/qt5-phonon4-vlc/Makefile Sat May 19 02:50:12 2018 (r470353) +++ head/multimedia/qt5-phonon4-vlc/Makefile Sat May 19 06:26:01 2018 (r470354) @@ -2,6 +2,7 @@ PORTNAME= phonon PORTVERSION= 0.9.1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION} PKGNAMEPREFIX= qt5- Modified: head/multimedia/qt5-phonon4/Makefile ============================================================================== --- head/multimedia/qt5-phonon4/Makefile Sat May 19 02:50:12 2018 (r470353) +++ head/multimedia/qt5-phonon4/Makefile Sat May 19 06:26:01 2018 (r470354) @@ -2,6 +2,7 @@ PORTNAME= phonon PORTVERSION= 4.9.1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= qt5- From owner-svn-ports-head@freebsd.org Sat May 19 06:51:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B79AEF106D; Sat, 19 May 2018 06:51:07 +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 A4CD78220C; Sat, 19 May 2018 06:51:06 +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 8773A238E7; Sat, 19 May 2018 06:51:06 +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 w4J6p6sE006771; Sat, 19 May 2018 06:51:06 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J6p5W6006768; Sat, 19 May 2018 06:51:05 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805190651.w4J6p5W6006768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 19 May 2018 06:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470355 - head/devel/pcre X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/devel/pcre X-SVN-Commit-Revision: 470355 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 06:51:07 -0000 Author: krion Date: Sat May 19 06:51:05 2018 New Revision: 470355 URL: https://svnweb.freebsd.org/changeset/ports/470355 Log: Update to 8.42 PR: 220613 Submitted by: adamw Modified: head/devel/pcre/Makefile head/devel/pcre/distinfo head/devel/pcre/pkg-plist Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Sat May 19 06:26:01 2018 (r470354) +++ head/devel/pcre/Makefile Sat May 19 06:51:05 2018 (r470355) @@ -2,13 +2,10 @@ # $FreeBSD$ PORTNAME= pcre -PORTVERSION= 8.40 -PORTREVISION= 1 +PORTVERSION= 8.42 CATEGORIES= devel -MASTER_SITES= SF \ - ftp://ftp.csx.cam.ac.uk/pub/software/programming/${PORTNAME}/ \ - ftp://ftp.fu-berlin.de/unix/misc/${PORTNAME}/ \ - ftp://ftp.tin.org/pub/libs/${PORTNAME}/ +MASTER_SITES= https://ftp.pcre.org/pub/pcre/ \ + SF MAINTAINER= krion@FreeBSD.org COMMENT= Perl Compatible Regular Expressions library Modified: head/devel/pcre/distinfo ============================================================================== --- head/devel/pcre/distinfo Sat May 19 06:26:01 2018 (r470354) +++ head/devel/pcre/distinfo Sat May 19 06:51:05 2018 (r470355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485619818 -SHA256 (pcre-8.40.tar.bz2) = 00e27a29ead4267e3de8111fcaa59b132d0533cdfdbdddf4b0604279acbcf4f4 -SIZE (pcre-8.40.tar.bz2) = 1560119 +TIMESTAMP = 1521638562 +SHA256 (pcre-8.42.tar.bz2) = 2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301 +SIZE (pcre-8.42.tar.bz2) = 1570171 Modified: head/devel/pcre/pkg-plist ============================================================================== --- head/devel/pcre/pkg-plist Sat May 19 06:26:01 2018 (r470354) +++ head/devel/pcre/pkg-plist Sat May 19 06:51:05 2018 (r470355) @@ -10,15 +10,15 @@ include/pcrecpp.h lib/libpcre.a lib/libpcre.so lib/libpcre.so.1 -lib/libpcre.so.1.2.8 +lib/libpcre.so.1.2.10 lib/libpcre16.a lib/libpcre16.so lib/libpcre16.so.0 -lib/libpcre16.so.0.2.8 +lib/libpcre16.so.0.2.10 lib/libpcre32.a lib/libpcre32.so lib/libpcre32.so.0 -lib/libpcre32.so.0.0.8 +lib/libpcre32.so.0.0.10 lib/libpcrecpp.a lib/libpcrecpp.so lib/libpcrecpp.so.0 @@ -26,7 +26,7 @@ lib/libpcrecpp.so.0.0.1 lib/libpcreposix.a lib/libpcreposix.so lib/libpcreposix.so.0 -lib/libpcreposix.so.0.0.4 +lib/libpcreposix.so.0.0.6 libdata/pkgconfig/libpcre.pc libdata/pkgconfig/libpcre16.pc libdata/pkgconfig/libpcre32.pc From owner-svn-ports-head@freebsd.org Sat May 19 06:52:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB2D8EF11E7; Sat, 19 May 2018 06:52:26 +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 5C1FE824EE; Sat, 19 May 2018 06:52:26 +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 23F0123A55; Sat, 19 May 2018 06:52:26 +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 w4J6qQ1H009344; Sat, 19 May 2018 06:52:26 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J6qPGg009343; Sat, 19 May 2018 06:52:25 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805190652.w4J6qPGg009343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 19 May 2018 06:52:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470356 - in head/databases/mongodb32: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/databases/mongodb32: . files X-SVN-Commit-Revision: 470356 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 06:52:27 -0000 Author: krion Date: Sat May 19 06:52:25 2018 New Revision: 470356 URL: https://svnweb.freebsd.org/changeset/ports/470356 Log: Fix build with pcre 8.42 PR: 220613 Submitted by: adamw Added: head/databases/mongodb32/files/patch-pcre (contents, props changed) Modified: head/databases/mongodb32/Makefile Modified: head/databases/mongodb32/Makefile ============================================================================== --- head/databases/mongodb32/Makefile Sat May 19 06:51:05 2018 (r470355) +++ head/databases/mongodb32/Makefile Sat May 19 06:52:25 2018 (r470356) @@ -3,6 +3,7 @@ PORTNAME= mongodb32 PORTVERSION= 3.2.11 +PORTREVISION= 1 DISTVERSIONPREFIX= r CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ Added: head/databases/mongodb32/files/patch-pcre ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mongodb32/files/patch-pcre Sat May 19 06:52:25 2018 (r470356) @@ -0,0 +1,311 @@ +From 18f4c63869a32426bd33235a8cf51f06809a1b6b Mon Sep 17 00:00:00 2001 +From: Steven Green +Date: Tue, 22 Aug 2017 13:08:48 -0400 +Subject: [PATCH] SERVER-30166 Replace string with explicit std::string. + Enables compulation when using --use-system-pcre which presusably used to do + 'using std::string' in an earlier version of pcre + +Closes #1167 + +Signed-off-by: Mark Benvenuto +(cherry picked from commit b7cebf82bc5e5572308cc3a3fb958a825db91498) +--- + src/mongo/db/dbwebserver.cpp | 1 + + src/mongo/db/matcher/expression_leaf.cpp | 4 +- + src/mongo/db/repl/master_slave.cpp | 41 ++-- + .../sharding_catalog_create_database_test.cpp | 216 +++++++++++++++++++++ + src/mongo/shell/bench.cpp | 14 +- + src/mongo/util/net/miniwebserver.cpp | 1 + + 6 files changed, 248 insertions(+), 29 deletions(-) + create mode 100644 src/mongo/s/catalog/sharding_catalog_create_database_test.cpp + +diff --git a/src/mongo/db/dbwebserver.cpp b/src/mongo/db/dbwebserver.cpp +index bee10b95a5b..055ce27aacf 100644 +--- src/mongo/db/dbwebserver.cpp ++++ src/mongo/db/dbwebserver.cpp +@@ -67,6 +67,7 @@ + namespace mongo { + + using std::map; ++using std::string; + using std::stringstream; + using std::vector; + +diff --git a/src/mongo/db/matcher/expression_leaf.cpp b/src/mongo/db/matcher/expression_leaf.cpp +index cfcd3d03591..5b658640578 100644 +--- src/mongo/db/matcher/expression_leaf.cpp ++++ src/mongo/db/matcher/expression_leaf.cpp +@@ -200,7 +200,7 @@ void ComparisonMatchExpression::debugString(StringBuilder& debug, int level) con + } + + void ComparisonMatchExpression::toBSON(BSONObjBuilder* out) const { +- string opString = ""; ++ std::string opString = ""; + switch (matchType()) { + case LT: + opString = "$lt"; +@@ -880,7 +880,7 @@ void BitTestMatchExpression::debugString(StringBuilder& debug, int level) const + } + + void BitTestMatchExpression::toBSON(BSONObjBuilder* out) const { +- string opString = ""; ++ std::string opString = ""; + + switch (matchType()) { + case BITS_ALL_SET: +diff --git a/src/mongo/shell/bench.cpp b/src/mongo/shell/bench.cpp +index d7503c4d689..3a60f351758 100644 +--- src/mongo/shell/bench.cpp ++++ src/mongo/shell/bench.cpp +@@ -674,7 +674,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { + invariant(bsonTemplateEvaluator.setId(_id) == BsonTemplateEvaluator::StatusSuccess); + + if (_config->username != "") { +- string errmsg; ++ std::string errmsg; + if (!conn->auth("admin", _config->username, _config->password, errmsg)) { + uasserted(15931, "Authenticating to connection for _benchThread failed: " + errmsg); + } +@@ -920,7 +920,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { + + if (!result["err"].eoo() && result["err"].type() == String && + (_config->throwGLE || op.throwGLE)) +- throw DBException((string) "From benchRun GLE" + ++ throw DBException((std::string) "From benchRun GLE" + + causedBy(result["err"].String()), + result["code"].eoo() ? 0 : result["code"].Int()); + } +@@ -987,7 +987,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { + + if (!result["err"].eoo() && result["err"].type() == String && + (_config->throwGLE || op.throwGLE)) +- throw DBException((string) "From benchRun GLE" + ++ throw DBException((std::string) "From benchRun GLE" + + causedBy(result["err"].String()), + result["code"].eoo() ? 0 : result["code"].Int()); + } +@@ -1035,7 +1035,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { + + if (!result["err"].eoo() && result["err"].type() == String && + (_config->throwGLE || op.throwGLE)) +- throw DBException((string) "From benchRun GLE " + ++ throw DBException((std::string) "From benchRun GLE " + + causedBy(result["err"].String()), + result["code"].eoo() ? 0 : result["code"].Int()); + } +@@ -1136,7 +1136,7 @@ void BenchRunWorker::run() { + try { + std::unique_ptr conn(_config->createConnection()); + if (!_config->username.empty()) { +- string errmsg; ++ std::string errmsg; + if (!conn->auth("admin", _config->username, _config->password, errmsg)) { + uasserted(15932, "Authenticating to connection for benchThread failed: " + errmsg); + } +@@ -1168,7 +1168,7 @@ void BenchRunner::start() { + std::unique_ptr conn(_config->createConnection()); + // Must authenticate to admin db in order to run serverStatus command + if (_config->username != "") { +- string errmsg; ++ std::string errmsg; + if (!conn->auth("admin", _config->username, _config->password, errmsg)) { + uasserted(16704, + str::stream() +@@ -1204,7 +1204,7 @@ void BenchRunner::stop() { + { + std::unique_ptr conn(_config->createConnection()); + if (_config->username != "") { +- string errmsg; ++ std::string errmsg; + // this can only fail if admin access was revoked since start of run + if (!conn->auth("admin", _config->username, _config->password, errmsg)) { + uasserted(16705, +diff --git a/src/mongo/util/net/miniwebserver.cpp b/src/mongo/util/net/miniwebserver.cpp +index fc86f95b24f..369f23f136a 100644 +--- src/mongo/util/net/miniwebserver.cpp ++++ src/mongo/util/net/miniwebserver.cpp +@@ -43,6 +43,7 @@ namespace mongo { + + using std::shared_ptr; + using std::endl; ++using std::string; + using std::stringstream; + using std::vector; + +--- src/mongo/db/repl/master_slave.cpp.orig ++++ src/mongo/db/repl/master_slave.cpp +@@ -161,7 +161,7 @@ + + BSONObjBuilder dbsNextPassBuilder; + int n = 0; +- for (set::iterator i = addDbNextPass.begin(); i != addDbNextPass.end(); i++) { ++ for (set::iterator i = addDbNextPass.begin(); i != addDbNextPass.end(); i++) { + n++; + dbsNextPassBuilder.appendBool(*i, 1); + } +@@ -170,7 +170,8 @@ + + BSONObjBuilder incompleteCloneDbsBuilder; + n = 0; +- for (set::iterator i = incompleteCloneDbs.begin(); i != incompleteCloneDbs.end(); i++) { ++ for (set::iterator i = incompleteCloneDbs.begin(); i != incompleteCloneDbs.end(); ++ i++) { + n++; + incompleteCloneDbsBuilder.appendBool(*i, 1); + } +@@ -181,7 +182,7 @@ + } + + void ReplSource::ensureMe(OperationContext* txn) { +- string myname = getHostName(); ++ std::string myname = getHostName(); + + // local.me is an identifier for a server for getLastError w:2+ + bool exists = Helpers::getSingleton(txn, "local.me", _me); +@@ -373,10 +374,10 @@ + } + + virtual bool run(OperationContext* txn, +- const string& ns, ++ const std::string& ns, + BSONObj& cmdObj, + int options, +- string& errmsg, ++ std::string& errmsg, + BSONObjBuilder& result) { + HandshakeArgs handshake; + Status status = handshake.initialize(cmdObj); +@@ -393,7 +394,7 @@ + } handshakeCmd; + + bool replHandshake(DBClientConnection* conn, const OID& myRID) { +- string myname = getHostName(); ++ std::string myname = getHostName(); + + BSONObjBuilder cmd; + cmd.append("handshake", myRID); +@@ -445,7 +446,7 @@ + BSONElement e = i.next(); + if (e.eoo()) + break; +- string name = e.embeddedObject().getField("name").valuestr(); ++ std::string name = e.embeddedObject().getField("name").valuestr(); + if (!e.embeddedObject().getBoolField("empty")) { + if (name != "local") { + if (only.empty() || only == name) { +@@ -459,7 +460,7 @@ + save(txn); + } + +-void ReplSource::resyncDrop(OperationContext* txn, const string& db) { ++void ReplSource::resyncDrop(OperationContext* txn, const std::string& db) { + log() << "resync: dropping database " << db; + OldClientContext ctx(txn, db); + dropDatabase(txn, ctx.db()); +@@ -502,13 +503,13 @@ + + static DatabaseIgnorer ___databaseIgnorer; + +-void DatabaseIgnorer::doIgnoreUntilAfter(const string& db, const Timestamp& futureOplogTime) { ++void DatabaseIgnorer::doIgnoreUntilAfter(const std::string& db, const Timestamp& futureOplogTime) { + if (futureOplogTime > _ignores[db]) { + _ignores[db] = futureOplogTime; + } + } + +-bool DatabaseIgnorer::ignoreAt(const string& db, const Timestamp& currentOplogTime) { ++bool DatabaseIgnorer::ignoreAt(const std::string& db, const Timestamp& currentOplogTime) { + if (_ignores[db].isNull()) { + return false; + } +@@ -594,12 +595,12 @@ + } + + // Check for duplicates again, since we released the lock above. +- set duplicates; ++ set duplicates; + Database::duplicateUncasedName(db, &duplicates); + + // The database is present on the master and no conflicting databases + // are present on the master. Drop any local conflicts. +- for (set::const_iterator i = duplicates.begin(); i != duplicates.end(); ++i) { ++ for (set::const_iterator i = duplicates.begin(); i != duplicates.end(); ++i) { + ___databaseIgnorer.doIgnoreUntilAfter(*i, lastTime); + incompleteCloneDbs.erase(*i); + addDbNextPass.erase(*i); +@@ -794,10 +795,10 @@ + } + + void ReplSource::syncToTailOfRemoteLog() { +- string _ns = ns(); ++ std::string _ns = ns(); + BSONObjBuilder b; + if (!only.empty()) { +- b.appendRegex("ns", string("^") + pcrecpp::RE::QuoteMeta(only)); ++ b.appendRegex("ns", std::string("^") + pcrecpp::RE::QuoteMeta(only)); + } + BSONObj last = oplogReader.findOne(_ns.c_str(), Query(b.done()).sort(BSON("$natural" << -1))); + if (!last.isEmpty()) { +@@ -845,7 +846,7 @@ + */ + int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { + int okResultCode = 1; +- string ns = string("local.oplog.$") + sourceName(); ++ std::string ns = std::string("local.oplog.$") + sourceName(); + LOG(2) << "sync_pullOpLog " << ns << " syncedTo:" << syncedTo.toStringLong() << '\n'; + + bool tailing = true; +@@ -865,7 +866,7 @@ + BSONElement e = i.next(); + if (e.eoo()) + break; +- string name = e.embeddedObject().getField("name").valuestr(); ++ std::string name = e.embeddedObject().getField("name").valuestr(); + if (!e.embeddedObject().getBoolField("empty")) { + if (name != "local") { + if (only.empty() || only == name) { +@@ -889,7 +890,7 @@ + if (!only.empty()) { + // note we may here skip a LOT of data table scanning, a lot of work for the master. + // maybe append "\\." here? +- query.appendRegex("ns", string("^") + pcrecpp::RE::QuoteMeta(only)); ++ query.appendRegex("ns", std::string("^") + pcrecpp::RE::QuoteMeta(only)); + } + BSONObj queryObj = query.done(); + // e.g. queryObj = { ts: { $gte: syncedTo } } +@@ -908,7 +909,7 @@ + + // show any deferred database creates from a previous pass + { +- set::iterator i = addDbNextPass.begin(); ++ set::iterator i = addDbNextPass.begin(); + if (i != addDbNextPass.end()) { + BSONObjBuilder b; + b.append("ns", *i + '.'); +@@ -939,7 +940,7 @@ + BSONObj op = oplogReader.next(); + BSONElement ts = op.getField("ts"); + if (ts.type() != Date && ts.type() != bsonTimestamp) { +- string err = op.getStringField("$err"); ++ std::string err = op.getStringField("$err"); + if (!err.empty()) { + // 13051 is "tailable cursor requested on non capped collection" + if (op.getIntField("code") == 13051) { +@@ -1107,7 +1108,7 @@ + + // FIXME Handle cases where this db isn't on default port, or default port is spec'd in + // hostName. +- if ((string("localhost") == hostName || string("127.0.0.1") == hostName) && ++ if ((std::string("localhost") == hostName || std::string("127.0.0.1") == hostName) && + serverGlobalParams.port == ServerGlobalParams::DefaultDBPort) { + log() << "can't sync from self (localhost). sources configuration may be wrong." << endl; + sleepsecs(5); +@@ -1252,7 +1253,7 @@ + if (s) { + stringstream ss; + ss << "sleep " << s << " sec before next pass"; +- string msg = ss.str(); ++ std::string msg = ss.str(); + if (!serverGlobalParams.quiet) + log() << msg << endl; + ReplInfo r(msg.c_str()); From owner-svn-ports-head@freebsd.org Sat May 19 06:53:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9050DEF1329; Sat, 19 May 2018 06:53:20 +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 413E182671; Sat, 19 May 2018 06:53:20 +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 08BBC23A63; Sat, 19 May 2018 06:53:20 +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 w4J6rKZt009516; Sat, 19 May 2018 06:53:20 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J6rJQY009515; Sat, 19 May 2018 06:53:19 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805190653.w4J6rJQY009515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 19 May 2018 06:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470357 - in head/databases/mongodb34: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/databases/mongodb34: . files X-SVN-Commit-Revision: 470357 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 06:53:20 -0000 Author: krion Date: Sat May 19 06:53:19 2018 New Revision: 470357 URL: https://svnweb.freebsd.org/changeset/ports/470357 Log: Fix build with pcre 8.42 PR: 220613 Submitted by: adamw Added: head/databases/mongodb34/files/patch-pcre (contents, props changed) Modified: head/databases/mongodb34/Makefile Modified: head/databases/mongodb34/Makefile ============================================================================== --- head/databases/mongodb34/Makefile Sat May 19 06:52:25 2018 (r470356) +++ head/databases/mongodb34/Makefile Sat May 19 06:53:19 2018 (r470357) @@ -3,7 +3,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 3.4.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ Added: head/databases/mongodb34/files/patch-pcre ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mongodb34/files/patch-pcre Sat May 19 06:53:19 2018 (r470357) @@ -0,0 +1,305 @@ +From 218a7b1d4ea3d3b04a5f6f54c66640b3a15586b0 Mon Sep 17 00:00:00 2001 +From: Steven Green +Date: Tue, 22 Aug 2017 13:08:48 -0400 +Subject: [PATCH] SERVER-30166 Replace string with explicit std::string. + Enables compulation when using --use-system-pcre which presusably used to do + 'using std::string' in an earlier version of pcre + +Closes #1167 + +Signed-off-by: Mark Benvenuto +(cherry picked from commit b7cebf82bc5e5572308cc3a3fb958a825db91498) +--- + src/mongo/db/dbwebserver.cpp | 1 + + src/mongo/db/matcher/expression_leaf.cpp | 4 ++-- + src/mongo/db/repl/master_slave.cpp | 41 ++++++++++++++++---------------- + src/mongo/shell/bench.cpp | 14 +++++------ + src/mongo/util/net/miniwebserver.cpp | 1 + + 5 files changed, 32 insertions(+), 29 deletions(-) + +diff --git a/src/mongo/db/dbwebserver.cpp b/src/mongo/db/dbwebserver.cpp +index b202e0500b9..50fa68a8176 100644 +--- src/mongo/db/dbwebserver.cpp ++++ src/mongo/db/dbwebserver.cpp +@@ -65,6 +65,7 @@ + namespace mongo { + + using std::map; ++using std::string; + using std::stringstream; + using std::vector; + +diff --git a/src/mongo/db/matcher/expression_leaf.cpp b/src/mongo/db/matcher/expression_leaf.cpp +index 33356317816..0bf8d8685bc 100644 +--- src/mongo/db/matcher/expression_leaf.cpp ++++ src/mongo/db/matcher/expression_leaf.cpp +@@ -202,7 +202,7 @@ void ComparisonMatchExpression::debugString(StringBuilder& debug, int level) con + } + + void ComparisonMatchExpression::serialize(BSONObjBuilder* out) const { +- string opString = ""; ++ std::string opString = ""; + switch (matchType()) { + case LT: + opString = "$lt"; +@@ -886,7 +886,7 @@ void BitTestMatchExpression::debugString(StringBuilder& debug, int level) const + } + + void BitTestMatchExpression::serialize(BSONObjBuilder* out) const { +- string opString = ""; ++ std::string opString = ""; + + switch (matchType()) { + case BITS_ALL_SET: +diff --git a/src/mongo/db/repl/master_slave.cpp b/src/mongo/db/repl/master_slave.cpp +index 96cfe58efdc..6929d5be297 100644 +--- src/mongo/db/repl/master_slave.cpp ++++ src/mongo/db/repl/master_slave.cpp +@@ -168,7 +168,7 @@ BSONObj ReplSource::jsobj() { + + BSONObjBuilder dbsNextPassBuilder; + int n = 0; +- for (set::iterator i = addDbNextPass.begin(); i != addDbNextPass.end(); i++) { ++ for (set::iterator i = addDbNextPass.begin(); i != addDbNextPass.end(); i++) { + n++; + dbsNextPassBuilder.appendBool(*i, 1); + } +@@ -177,7 +177,8 @@ BSONObj ReplSource::jsobj() { + + BSONObjBuilder incompleteCloneDbsBuilder; + n = 0; +- for (set::iterator i = incompleteCloneDbs.begin(); i != incompleteCloneDbs.end(); i++) { ++ for (set::iterator i = incompleteCloneDbs.begin(); i != incompleteCloneDbs.end(); ++ i++) { + n++; + incompleteCloneDbsBuilder.appendBool(*i, 1); + } +@@ -188,7 +189,7 @@ BSONObj ReplSource::jsobj() { + } + + void ReplSource::ensureMe(OperationContext* txn) { +- string myname = getHostName(); ++ std::string myname = getHostName(); + + // local.me is an identifier for a server for getLastError w:2+ + bool exists = Helpers::getSingleton(txn, "local.me", _me); +@@ -378,10 +379,10 @@ class HandshakeCmd : public Command { + } + + virtual bool run(OperationContext* txn, +- const string& ns, ++ const std::string& ns, + BSONObj& cmdObj, + int options, +- string& errmsg, ++ std::string& errmsg, + BSONObjBuilder& result) { + HandshakeArgs handshake; + Status status = handshake.initialize(cmdObj); +@@ -398,7 +399,7 @@ class HandshakeCmd : public Command { + } handshakeCmd; + + bool replHandshake(DBClientConnection* conn, const OID& myRID) { +- string myname = getHostName(); ++ std::string myname = getHostName(); + + BSONObjBuilder cmd; + cmd.append("handshake", myRID); +@@ -450,7 +451,7 @@ void ReplSource::forceResync(OperationContext* txn, const char* requester) { + BSONElement e = i.next(); + if (e.eoo()) + break; +- string name = e.embeddedObject().getField("name").valuestr(); ++ std::string name = e.embeddedObject().getField("name").valuestr(); + if (!e.embeddedObject().getBoolField("empty")) { + if (name != "local") { + if (only.empty() || only == name) { +@@ -481,7 +482,7 @@ Status ReplSource::_updateIfDoneWithInitialSync() { + return Status::OK(); + } + +-void ReplSource::resyncDrop(OperationContext* txn, const string& dbName) { ++void ReplSource::resyncDrop(OperationContext* txn, const std::string& dbName) { + log() << "resync: dropping database " << dbName; + invariant(txn->lockState()->isW()); + +@@ -531,13 +532,13 @@ void ReplSource::resync(OperationContext* txn, const std::string& dbName) { + + static DatabaseIgnorer ___databaseIgnorer; + +-void DatabaseIgnorer::doIgnoreUntilAfter(const string& db, const Timestamp& futureOplogTime) { ++void DatabaseIgnorer::doIgnoreUntilAfter(const std::string& db, const Timestamp& futureOplogTime) { + if (futureOplogTime > _ignores[db]) { + _ignores[db] = futureOplogTime; + } + } + +-bool DatabaseIgnorer::ignoreAt(const string& db, const Timestamp& currentOplogTime) { ++bool DatabaseIgnorer::ignoreAt(const std::string& db, const Timestamp& currentOplogTime) { + if (_ignores[db].isNull()) { + return false; + } +@@ -627,7 +628,7 @@ bool ReplSource::handleDuplicateDbName(OperationContext* txn, + + // The database is present on the master and no conflicting databases + // are present on the master. Drop any local conflicts. +- for (set::const_iterator i = duplicates.begin(); i != duplicates.end(); ++i) { ++ for (set::const_iterator i = duplicates.begin(); i != duplicates.end(); ++i) { + ___databaseIgnorer.doIgnoreUntilAfter(*i, lastTime); + incompleteCloneDbs.erase(*i); + addDbNextPass.erase(*i); +@@ -822,10 +823,10 @@ void ReplSource::_sync_pullOpLog_applyOperation(OperationContext* txn, + } + + void ReplSource::syncToTailOfRemoteLog() { +- string _ns = ns(); ++ std::string _ns = ns(); + BSONObjBuilder b; + if (!only.empty()) { +- b.appendRegex("ns", string("^") + pcrecpp::RE::QuoteMeta(only)); ++ b.appendRegex("ns", std::string("^") + pcrecpp::RE::QuoteMeta(only)); + } + BSONObj last = oplogReader.findOne(_ns.c_str(), Query(b.done()).sort(BSON("$natural" << -1))); + if (!last.isEmpty()) { +@@ -873,7 +874,7 @@ class ReplApplyBatchSize + */ + int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { + int okResultCode = restartSyncAfterSleep; +- string ns = string("local.oplog.$") + sourceName(); ++ std::string ns = std::string("local.oplog.$") + sourceName(); + LOG(2) << "sync_pullOpLog " << ns << " syncedTo:" << syncedTo.toStringLong() << '\n'; + + bool tailing = true; +@@ -893,7 +894,7 @@ int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { + BSONElement e = i.next(); + if (e.eoo()) + break; +- string name = e.embeddedObject().getField("name").valuestr(); ++ std::string name = e.embeddedObject().getField("name").valuestr(); + if (!e.embeddedObject().getBoolField("empty")) { + if (name != "local") { + if (only.empty() || only == name) { +@@ -917,7 +918,7 @@ int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { + if (!only.empty()) { + // note we may here skip a LOT of data table scanning, a lot of work for the master. + // maybe append "\\." here? +- query.appendRegex("ns", string("^") + pcrecpp::RE::QuoteMeta(only)); ++ query.appendRegex("ns", std::string("^") + pcrecpp::RE::QuoteMeta(only)); + } + BSONObj queryObj = query.done(); + // e.g. queryObj = { ts: { $gte: syncedTo } } +@@ -936,7 +937,7 @@ int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { + + // show any deferred database creates from a previous pass + { +- set::iterator i = addDbNextPass.begin(); ++ set::iterator i = addDbNextPass.begin(); + if (i != addDbNextPass.end()) { + BSONObjBuilder b; + b.append("ns", *i + '.'); +@@ -980,7 +981,7 @@ int ReplSource::_sync_pullOpLog(OperationContext* txn, int& nApplied) { + BSONObj op = oplogReader.nextSafe(); + BSONElement ts = op.getField("ts"); + if (ts.type() != Date && ts.type() != bsonTimestamp) { +- string err = op.getStringField("$err"); ++ std::string err = op.getStringField("$err"); + if (!err.empty()) { + // 13051 is "tailable cursor requested on non capped collection" + if (op.getIntField("code") == 13051) { +@@ -1148,7 +1149,7 @@ int ReplSource::sync(OperationContext* txn, int& nApplied) { + + // FIXME Handle cases where this db isn't on default port, or default port is spec'd in + // hostName. +- if ((string("localhost") == hostName || string("127.0.0.1") == hostName) && ++ if ((std::string("localhost") == hostName || std::string("127.0.0.1") == hostName) && + serverGlobalParams.port == ServerGlobalParams::DefaultDBPort) { + log() << "can't sync from self (localhost). sources configuration may be wrong." << endl; + sleepsecs(5); +@@ -1293,7 +1294,7 @@ static void replMain(OperationContext* txn) { + if (s) { + stringstream ss; + ss << "sleep " << s << " sec before next pass"; +- string msg = ss.str(); ++ std::string msg = ss.str(); + if (!serverGlobalParams.quiet) + log() << msg << endl; + ReplInfo r(msg.c_str()); +diff --git a/src/mongo/shell/bench.cpp b/src/mongo/shell/bench.cpp +index 040002f5c6e..338477ebe56 100644 +--- src/mongo/shell/bench.cpp ++++ src/mongo/shell/bench.cpp +@@ -674,7 +674,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { + invariant(bsonTemplateEvaluator.setId(_id) == BsonTemplateEvaluator::StatusSuccess); + + if (_config->username != "") { +- string errmsg; ++ std::string errmsg; + if (!conn->auth("admin", _config->username, _config->password, errmsg)) { + uasserted(15931, "Authenticating to connection for _benchThread failed: " + errmsg); + } +@@ -918,7 +918,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { + + if (!result["err"].eoo() && result["err"].type() == String && + (_config->throwGLE || op.throwGLE)) +- throw DBException((string) "From benchRun GLE" + ++ throw DBException((std::string) "From benchRun GLE" + + causedBy(result["err"].String()), + result["code"].eoo() ? 0 : result["code"].Int()); + } +@@ -984,7 +984,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { + + if (!result["err"].eoo() && result["err"].type() == String && + (_config->throwGLE || op.throwGLE)) +- throw DBException((string) "From benchRun GLE" + ++ throw DBException((std::string) "From benchRun GLE" + + causedBy(result["err"].String()), + result["code"].eoo() ? 0 : result["code"].Int()); + } +@@ -1031,7 +1031,7 @@ void BenchRunWorker::generateLoadOnConnection(DBClientBase* conn) { + + if (!result["err"].eoo() && result["err"].type() == String && + (_config->throwGLE || op.throwGLE)) +- throw DBException((string) "From benchRun GLE " + ++ throw DBException((std::string) "From benchRun GLE " + + causedBy(result["err"].String()), + result["code"].eoo() ? 0 : result["code"].Int()); + } +@@ -1133,7 +1133,7 @@ void BenchRunWorker::run() { + try { + std::unique_ptr conn(_config->createConnection()); + if (!_config->username.empty()) { +- string errmsg; ++ std::string errmsg; + if (!conn->auth("admin", _config->username, _config->password, errmsg)) { + uasserted(15932, "Authenticating to connection for benchThread failed: " + errmsg); + } +@@ -1165,7 +1165,7 @@ void BenchRunner::start() { + std::unique_ptr conn(_config->createConnection()); + // Must authenticate to admin db in order to run serverStatus command + if (_config->username != "") { +- string errmsg; ++ std::string errmsg; + if (!conn->auth("admin", _config->username, _config->password, errmsg)) { + uasserted( + 16704, +@@ -1201,7 +1201,7 @@ void BenchRunner::stop() { + { + std::unique_ptr conn(_config->createConnection()); + if (_config->username != "") { +- string errmsg; ++ std::string errmsg; + // this can only fail if admin access was revoked since start of run + if (!conn->auth("admin", _config->username, _config->password, errmsg)) { + uasserted( +diff --git a/src/mongo/util/net/miniwebserver.cpp b/src/mongo/util/net/miniwebserver.cpp +index 5f4165d42f4..9fe847168ee 100644 +--- src/mongo/util/net/miniwebserver.cpp ++++ src/mongo/util/net/miniwebserver.cpp +@@ -45,6 +45,7 @@ + namespace mongo { + + using std::shared_ptr; ++using std::string; + using std::stringstream; + using std::vector; + From owner-svn-ports-head@freebsd.org Sat May 19 06:54:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D80AEEF1419; Sat, 19 May 2018 06:54:15 +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 8DC2F82850; Sat, 19 May 2018 06:54:15 +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 6EF7C23A65; Sat, 19 May 2018 06:54:15 +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 w4J6sFsZ009688; Sat, 19 May 2018 06:54:15 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J6sFxU009686; Sat, 19 May 2018 06:54:15 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805190654.w4J6sFxU009686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 19 May 2018 06:54:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470358 - in head/graphics/opencollada: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/graphics/opencollada: . files X-SVN-Commit-Revision: 470358 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 06:54:16 -0000 Author: krion Date: Sat May 19 06:54:14 2018 New Revision: 470358 URL: https://svnweb.freebsd.org/changeset/ports/470358 Log: Fix build with pcre 8.42 PR: 220613 Submitted by: adamw Added: head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h (contents, props changed) Modified: head/graphics/opencollada/Makefile Modified: head/graphics/opencollada/Makefile ============================================================================== --- head/graphics/opencollada/Makefile Sat May 19 06:53:19 2018 (r470357) +++ head/graphics/opencollada/Makefile Sat May 19 06:54:14 2018 (r470358) @@ -29,7 +29,8 @@ CMAKE_ARGS+= -DUSE_SHARED:BOOL=ON -DUSE_STATIC:BOOL=OF BROKEN_sparc64= cannot build: runaway process # for files/patch-2d66943 -DOS2UNIX_FILES= COLLADABaseUtils/src/COLLADABUURI.cpp +DOS2UNIX_FILES= COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h \ + COLLADABaseUtils/src/COLLADABUURI.cpp post-patch: @${REINPLACE_CMD} -e 's|$${OPENCOLLADA_INST_LIBRARY}/cmake|${PREFIX}/share/cmake/Modules|' \ Added: head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPcreCompiledPattern.h Sat May 19 06:54:14 2018 (r470358) @@ -0,0 +1,13 @@ +--- COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h.orig 2018-03-26 12:11:34 UTC ++++ COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h +@@ -13,8 +13,8 @@ + + #include "COLLADABUPrerequisites.h" + +-struct real_pcre; +-typedef struct real_pcre pcre; ++struct real_pcre8_or_16; ++typedef struct real_pcre8_or_16 pcre; + + + namespace COLLADABU From owner-svn-ports-head@freebsd.org Sat May 19 06:54:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22827EF14BA; Sat, 19 May 2018 06:54: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 CB8C682966; Sat, 19 May 2018 06:54:55 +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 ACE7B23A67; Sat, 19 May 2018 06:54:55 +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 w4J6stup009858; Sat, 19 May 2018 06:54:55 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J6stV1009855; Sat, 19 May 2018 06:54:55 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805190654.w4J6stV1009855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 19 May 2018 06:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470359 - in head/devel/monotone: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/devel/monotone: . files X-SVN-Commit-Revision: 470359 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 06:54:56 -0000 Author: krion Date: Sat May 19 06:54:54 2018 New Revision: 470359 URL: https://svnweb.freebsd.org/changeset/ports/470359 Log: Fix build with pcre 8.42 PR: 220613 Submitted by: maintainer Added: head/devel/monotone/files/patch-src_pcrewrap.cc (contents, props changed) head/devel/monotone/files/patch-src_pcrewrap.hh (contents, props changed) Modified: head/devel/monotone/Makefile Modified: head/devel/monotone/Makefile ============================================================================== --- head/devel/monotone/Makefile Sat May 19 06:54:14 2018 (r470358) +++ head/devel/monotone/Makefile Sat May 19 06:54:54 2018 (r470359) @@ -3,7 +3,7 @@ PORTNAME= monotone PORTVERSION= 1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ Added: head/devel/monotone/files/patch-src_pcrewrap.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/monotone/files/patch-src_pcrewrap.cc Sat May 19 06:54:54 2018 (r470359) @@ -0,0 +1,20 @@ +--- src/pcrewrap.cc.orig 2018-05-18 21:33:20 UTC ++++ src/pcrewrap.cc +@@ -74,7 +74,7 @@ get_capturecount(void const * bd) + namespace pcre + { + typedef map > ++ pair > + regex_cache; + + class regex_cache_manager +@@ -86,7 +86,7 @@ namespace pcre (public) + } + + void store(char const * pattern, +- pair ++ pair + data) + { + cache[pattern] = data; Added: head/devel/monotone/files/patch-src_pcrewrap.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/monotone/files/patch-src_pcrewrap.hh Sat May 19 06:54:54 2018 (r470359) @@ -0,0 +1,20 @@ +--- src/pcrewrap.hh.orig 2018-05-18 21:33:29 UTC ++++ src/pcrewrap.hh +@@ -18,7 +18,7 @@ + // definitions and so we don't actually expose it here. Unfortunately, this + // means we have to hope this pair of forward declarations will not change... + +-struct real_pcre; ++struct real_pcre8_or_16; + struct pcre_extra; + + namespace pcre +@@ -61,7 +61,7 @@ namespace pcre + regex & operator=(regex const &); + + // data +- struct real_pcre const * basedat; ++ struct real_pcre8_or_16 const * basedat; + struct pcre_extra const * extradat; + + // used by constructors From owner-svn-ports-head@freebsd.org Sat May 19 07:04:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF922EF17DC; Sat, 19 May 2018 07:04:39 +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 8650682E37; Sat, 19 May 2018 07:04:39 +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 636A523C09; Sat, 19 May 2018 07:04:39 +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 w4J74dTg014872; Sat, 19 May 2018 07:04:39 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J74dVK014871; Sat, 19 May 2018 07:04:39 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805190704.w4J74dVK014871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 19 May 2018 07:04:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470360 - head/graphics/opencollada X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/graphics/opencollada X-SVN-Commit-Revision: 470360 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 07:04:40 -0000 Author: krion Date: Sat May 19 07:04:38 2018 New Revision: 470360 URL: https://svnweb.freebsd.org/changeset/ports/470360 Log: Bump PORTREVISION after devel/pcre update. Modified: head/graphics/opencollada/Makefile Modified: head/graphics/opencollada/Makefile ============================================================================== --- head/graphics/opencollada/Makefile Sat May 19 06:54:54 2018 (r470359) +++ head/graphics/opencollada/Makefile Sat May 19 07:04:38 2018 (r470360) @@ -3,7 +3,7 @@ PORTNAME= opencollada DISTVERSIONPREFIX= v DISTVERSION= 1.6.47 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MAINTAINER= ports@FreeBSD.org From owner-svn-ports-head@freebsd.org Sat May 19 07:26:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92A1BEF1E4C; Sat, 19 May 2018 07:26:19 +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 2EE5083A80; Sat, 19 May 2018 07:26:19 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 064A023F44; Sat, 19 May 2018 07:26:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4J7QIAc025173; Sat, 19 May 2018 07:26:18 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J7QIpk025170; Sat, 19 May 2018 07:26:18 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201805190726.w4J7QIpk025170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 19 May 2018 07:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470361 - in head/www/erlang-webmachine: . files X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/www/erlang-webmachine: . files X-SVN-Commit-Revision: 470361 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 07:26:19 -0000 Author: olgeni Date: Sat May 19 07:26:17 2018 New Revision: 470361 URL: https://svnweb.freebsd.org/changeset/ports/470361 Log: Update www/erlang-webmachine to version 1.10.9. Deleted: head/www/erlang-webmachine/files/patch-Makefile Modified: head/www/erlang-webmachine/Makefile head/www/erlang-webmachine/distinfo head/www/erlang-webmachine/files/patch-rebar.config head/www/erlang-webmachine/pkg-plist Modified: head/www/erlang-webmachine/Makefile ============================================================================== --- head/www/erlang-webmachine/Makefile Sat May 19 07:04:38 2018 (r470360) +++ head/www/erlang-webmachine/Makefile Sat May 19 07:26:17 2018 (r470361) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webmachine -PORTVERSION= 1.10.8 +PORTVERSION= 1.10.9 CATEGORIES= www devel PKGNAMEPREFIX= erlang- @@ -16,9 +16,5 @@ GH_ACCOUNT= webmachine ERL_BUILD_DEPS= www/erlang-mochiweb-basho ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} - -post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/demo && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/www/erlang-webmachine/distinfo ============================================================================== --- head/www/erlang-webmachine/distinfo Sat May 19 07:04:38 2018 (r470360) +++ head/www/erlang-webmachine/distinfo Sat May 19 07:26:17 2018 (r470361) @@ -1,2 +1,3 @@ -SHA256 (webmachine-webmachine-1.10.8_GH0.tar.gz) = d93c2dacc1786db5c56a2b6536f6254038452d9096483becbaceb6643ecc8dcc -SIZE (webmachine-webmachine-1.10.8_GH0.tar.gz) = 1642596 +TIMESTAMP = 1526713504 +SHA256 (webmachine-webmachine-1.10.9_GH0.tar.gz) = febf7a29f79763f1ddcc8234ae53780dfb1b707fa5423c6e271d77f8145160f0 +SIZE (webmachine-webmachine-1.10.9_GH0.tar.gz) = 1521443 Modified: head/www/erlang-webmachine/files/patch-rebar.config ============================================================================== --- head/www/erlang-webmachine/files/patch-rebar.config Sat May 19 07:04:38 2018 (r470360) +++ head/www/erlang-webmachine/files/patch-rebar.config Sat May 19 07:26:17 2018 (r470361) @@ -1,17 +1,15 @@ ---- rebar.config.orig 2015-02-11 18:40:46 UTC +--- rebar.config.orig 2018-05-19 07:23:21 UTC +++ rebar.config -@@ -1,12 +1,12 @@ +@@ -1,11 +1,10 @@ %%-*- mode: erlang -*- -{erl_opts, [warnings_as_errors]}. -+{erl_opts, []}. {cover_enabled, true}. {edoc_opts, [{preprocess, true}]}. {xref_checks, [undefined_function_calls]}. - {deps, -- [{mochiweb, "2.9.0", {git, "git://github.com/basho/mochiweb.git", {tag, "v2.9.0p1"}}} -+ [ - ]}. +-{deps, [{mochiweb, {git, "https://github.com/mochi/mochiweb", {tag, "v2.17.0"}}}]}. ++{deps, []}. - {dev_only_deps, + {eunit_opts, [ + no_tty, Modified: head/www/erlang-webmachine/pkg-plist ============================================================================== --- head/www/erlang-webmachine/pkg-plist Sat May 19 07:04:38 2018 (r470360) +++ head/www/erlang-webmachine/pkg-plist Sat May 19 07:26:17 2018 (r470361) @@ -8,6 +8,7 @@ lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_ lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_error.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_error_handler.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_error_log_handler.beam +lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_headers.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_log.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_logger_watcher.beam lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_logger_watcher_sup.beam @@ -26,17 +27,6 @@ lib/erlang/lib/webmachine-%%VERSION%%/include/webmachi lib/erlang/lib/webmachine-%%VERSION%%/include/wm_reqdata.hrl lib/erlang/lib/webmachine-%%VERSION%%/include/wm_reqstate.hrl lib/erlang/lib/webmachine-%%VERSION%%/include/wm_resource.hrl -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/Makefile -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/README -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/rebar.config -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel.app.src -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel.erl -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel_app.erl -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel_config.erl -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel_resource.erl -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/src/wmskel_sup.erl -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/start.sh -lib/erlang/lib/webmachine-%%VERSION%%/priv/templates/wmskel.template lib/erlang/lib/webmachine-%%VERSION%%/priv/trace/http-headers-status-v3.png lib/erlang/lib/webmachine-%%VERSION%%/priv/trace/wmtrace.css lib/erlang/lib/webmachine-%%VERSION%%/priv/trace/wmtrace.js @@ -51,6 +41,7 @@ lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_d lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_error.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_error_handler.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_error_log_handler.erl +lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_headers.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_log.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_logger_watcher.erl lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_logger_watcher_sup.erl @@ -64,18 +55,4 @@ lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_s lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_util.erl lib/erlang/lib/webmachine-%%VERSION%%/src/wmtrace_resource.erl lib/erlang/lib/webmachine-%%VERSION%%/src/wrq.erl -%%PORTDOCS%%%%DOCSDIR%%/README.org -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/priv/dispatch.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rebar.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_fs_resource.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_resource.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/webmachine_demo_upload_resource.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/start.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/form.dtl -%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/priv/www/uploads +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-head@freebsd.org Sat May 19 07:32:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D08ECEF20BF; Sat, 19 May 2018 07:32:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8239784057; Sat, 19 May 2018 07:32:27 +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 64DFC240E1; Sat, 19 May 2018 07:32:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4J7WRKF030128; Sat, 19 May 2018 07:32:27 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J7WQLR030126; Sat, 19 May 2018 07:32:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805190732.w4J7WQLR030126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 19 May 2018 07:32:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470362 - head/audio/moony-lv2/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/moony-lv2/files X-SVN-Commit-Revision: 470362 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 07:32:28 -0000 Author: yuri Date: Sat May 19 07:32:26 2018 New Revision: 470362 URL: https://svnweb.freebsd.org/changeset/ports/470362 Log: audio/moony-lv2: Unbreak on 12 Due to bug#221341 cpow/clog functions are missing, and were implemented ad-hoc in the patch. Recently clog has been added to 12 in r333577, which conflited with the ad-hoc implementation of clog in the patch. To correct this, cmake-level cpow/clog detection were added, and ad-hoc implementations are now added only when cpow/clog aren't present in the system. Modified: head/audio/moony-lv2/files/patch-CMakeLists.txt head/audio/moony-lv2/files/patch-lcomplex_lcomplex.c Modified: head/audio/moony-lv2/files/patch-CMakeLists.txt ============================================================================== --- head/audio/moony-lv2/files/patch-CMakeLists.txt Sat May 19 07:26:17 2018 (r470361) +++ head/audio/moony-lv2/files/patch-CMakeLists.txt Sat May 19 07:32:26 2018 (r470362) @@ -1,6 +1,24 @@ --- CMakeLists.txt.orig 2017-05-16 21:46:21 UTC +++ CMakeLists.txt -@@ -350,21 +350,21 @@ if(BUILD_TESTING) +@@ -33,6 +33,17 @@ set(CMAKE_C_FLAGS "-Wshadow -Wimplicit-f + if(CMAKE_SYSTEM_NAME STREQUAL "Linux") + set(CMAKE_MODULE_LINKER_FLAGS "-Wl,-z,defs ${CMAKE_MODULE_LINKER_FLAGS}") + set(CMAKE_MODULE_LINKER_FLAGS "-Wl,-z,nodelete ${CMAKE_MODULE_LINKER_FLAGS}") ++elseif(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") ++ # see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221341 ++ include(CheckFunctionExists) ++ check_function_exists(clog FreeBSD_CLOG_EXISTS) ++ check_function_exists(cpow FreeBSD_CPOW_EXISTS) ++ if (FreeBSD_CLOG_EXISTS) ++ set(CMAKE_C_FLAGS "-DFreeBSD_CLOG_EXISTS ${CMAKE_C_FLAGS}") ++ endif() ++ if (FreeBSD_CPOW_EXISTS) ++ set(CMAKE_C_FLAGS "-DFreeBSD_CPOW_EXISTS ${CMAKE_C_FLAGS}") ++ endif() + elseif(WIN32) + set(CMAKE_C_FLAGS "-mstackrealign ${CMAKE_C_FLAGS}") + endif() +@@ -350,21 +361,21 @@ if(BUILD_TESTING) endif() set_target_properties(moony_test PROPERTIES INTERPROCEDURAL_OPTIMIZATION true) # -flto target_link_libraries(moony_test ${LIBS}) Modified: head/audio/moony-lv2/files/patch-lcomplex_lcomplex.c ============================================================================== --- head/audio/moony-lv2/files/patch-lcomplex_lcomplex.c Sat May 19 07:26:17 2018 (r470361) +++ head/audio/moony-lv2/files/patch-lcomplex_lcomplex.c Sat May 19 07:32:26 2018 (r470362) @@ -8,12 +8,15 @@ #include "lua.h" #include "lauxlib.h" -@@ -78,6 +79,32 @@ static int Ltostring(lua_State *L) /** +@@ -78,6 +79,36 @@ static int Ltostring(lua_State *L) /** return 1; } ++#if !defined(FreeBSD_CLOG_EXISTS) +// Missing C99 functions clog and cpow: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221341 +static Complex clog(Complex z) {return log(cabs(z)) + I * carg(z);} ++#endif ++#if !defined(FreeBSD_CPOW_EXISTS) +// from https://github.com/eblot/newlib/blob/master/newlib/libm/complex/cpow.c +static Complex +cpow(Complex a, Complex z) @@ -37,6 +40,7 @@ + w = r * cos(theta) + (r * sin(theta)) * I; + return w; +} ++#endif + #define A(f,e) static int L##f(lua_State *L) { return pushcomplex(L,e); } #define B(f) A(f,l_mathop(c##f)(Z(1),Z(2))) From owner-svn-ports-head@freebsd.org Sat May 19 07:37:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29FB7EF21A2; Sat, 19 May 2018 07:37: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 C343E841EA; Sat, 19 May 2018 07:37: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 9A359240E6; Sat, 19 May 2018 07:37: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 w4J7bsqm030492; Sat, 19 May 2018 07:37:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J7bsGp030491; Sat, 19 May 2018 07:37:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805190737.w4J7bsGp030491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 19 May 2018 07:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470363 - head/math/pari X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/pari X-SVN-Commit-Revision: 470363 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 07:37:55 -0000 Author: yuri Date: Sat May 19 07:37:53 2018 New Revision: 470363 URL: https://svnweb.freebsd.org/changeset/ports/470363 Log: math/pari: Update 2.9.4 -> 2.9.5 Reported by: portscout Modified: head/math/pari/Makefile head/math/pari/distinfo Modified: head/math/pari/Makefile ============================================================================== --- head/math/pari/Makefile Sat May 19 07:32:26 2018 (r470362) +++ head/math/pari/Makefile Sat May 19 07:37:53 2018 (r470363) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pari -DISTVERSION= 2.9.4 +DISTVERSION= 2.9.5 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ \ Modified: head/math/pari/distinfo ============================================================================== --- head/math/pari/distinfo Sat May 19 07:32:26 2018 (r470362) +++ head/math/pari/distinfo Sat May 19 07:37:53 2018 (r470363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515624929 -SHA256 (pari-2.9.4.tar.gz) = 4f9cdc739630a039c0fcc9afac2e5647659c4a709dcc6f7a69d5908cd4a82647 -SIZE (pari-2.9.4.tar.gz) = 3851772 +TIMESTAMP = 1526715183 +SHA256 (pari-2.9.5.tar.gz) = 6b451825b41d2f8b29592c08d671999527bf936789c599d77b8dfdc663f1e617 +SIZE (pari-2.9.5.tar.gz) = 3854627 From owner-svn-ports-head@freebsd.org Sat May 19 07:41:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A977EF2411; Sat, 19 May 2018 07:41: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 C071284416; Sat, 19 May 2018 07:41: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 A1DAB24155; Sat, 19 May 2018 07:41: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 w4J7fs38035239; Sat, 19 May 2018 07:41:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J7fsC6035238; Sat, 19 May 2018 07:41:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805190741.w4J7fsC6035238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 19 May 2018 07:41:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470364 - 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: 470364 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 07:41:55 -0000 Author: yuri Date: Sat May 19 07:41:54 2018 New Revision: 470364 URL: https://svnweb.freebsd.org/changeset/ports/470364 Log: math/py-PySCIPOpt: Update 1.4.6 -> 1.4.7 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 Sat May 19 07:37:53 2018 (r470363) +++ head/math/py-PySCIPOpt/Makefile Sat May 19 07:41:54 2018 (r470364) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= PySCIPOpt -DISTVERSION= 1.4.6 +DISTVERSION= 1.4.7 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-PySCIPOpt/distinfo ============================================================================== --- head/math/py-PySCIPOpt/distinfo Sat May 19 07:37:53 2018 (r470363) +++ head/math/py-PySCIPOpt/distinfo Sat May 19 07:41:54 2018 (r470364) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525758302 -SHA256 (PySCIPOpt-1.4.6.tar.gz) = 2e257aef7a1a342de46bafcfddde00701e1bf7b6890d753301efdd88c177c92e -SIZE (PySCIPOpt-1.4.6.tar.gz) = 487579 +TIMESTAMP = 1526715336 +SHA256 (PySCIPOpt-1.4.7.tar.gz) = 2e5458b72639d54563aea248198efe68d86ff4ea9e9f2f378ed011062b879037 +SIZE (PySCIPOpt-1.4.7.tar.gz) = 487581 From owner-svn-ports-head@freebsd.org Sat May 19 07:45:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2F35EF24B2; Sat, 19 May 2018 07:45:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62F1F846AC; Sat, 19 May 2018 07:45:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4303324278; Sat, 19 May 2018 07:45:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4J7jfRk035520; Sat, 19 May 2018 07:45:41 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J7jeYV035518; Sat, 19 May 2018 07:45:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805190745.w4J7jeYV035518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 19 May 2018 07:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470365 - head/devel/py-fastnumbers X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-fastnumbers X-SVN-Commit-Revision: 470365 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 07:45:41 -0000 Author: yuri Date: Sat May 19 07:45:40 2018 New Revision: 470365 URL: https://svnweb.freebsd.org/changeset/ports/470365 Log: devel/py-fastnumbers: Update 2.0.3 -> 2.0.4 Reported by: portscout Modified: head/devel/py-fastnumbers/Makefile head/devel/py-fastnumbers/distinfo Modified: head/devel/py-fastnumbers/Makefile ============================================================================== --- head/devel/py-fastnumbers/Makefile Sat May 19 07:41:54 2018 (r470364) +++ head/devel/py-fastnumbers/Makefile Sat May 19 07:45:40 2018 (r470365) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fastnumbers -DISTVERSION= 2.0.3 +DISTVERSION= 2.0.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-fastnumbers/distinfo ============================================================================== --- head/devel/py-fastnumbers/distinfo Sat May 19 07:41:54 2018 (r470364) +++ head/devel/py-fastnumbers/distinfo Sat May 19 07:45:40 2018 (r470365) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526446861 -SHA256 (fastnumbers-2.0.3.tar.gz) = cdd60a87877814124b10d66fe23042fcefe3e6e4a0ccc1bfef1ee34ec10875c5 -SIZE (fastnumbers-2.0.3.tar.gz) = 370922 +TIMESTAMP = 1526715740 +SHA256 (fastnumbers-2.0.4.tar.gz) = 53ecfcfd250868b52091f61ffe06962c429bef253e8989674230f1d0e6161470 +SIZE (fastnumbers-2.0.4.tar.gz) = 370928 From owner-svn-ports-head@freebsd.org Sat May 19 07:48:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5981DEF2607; Sat, 19 May 2018 07:48: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 0997B847E3; Sat, 19 May 2018 07:48: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 DD4352427D; Sat, 19 May 2018 07:48: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 w4J7mE9k035733; Sat, 19 May 2018 07:48:14 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J7mEfJ035731; Sat, 19 May 2018 07:48:14 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805190748.w4J7mEfJ035731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 19 May 2018 07:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470366 - head/devel/py-json_tricks X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-json_tricks X-SVN-Commit-Revision: 470366 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 07:48:15 -0000 Author: yuri Date: Sat May 19 07:48:14 2018 New Revision: 470366 URL: https://svnweb.freebsd.org/changeset/ports/470366 Log: devel/py-json_tricks: Update 3.11.3 -> 3.12.0 Reported by: portscout Modified: head/devel/py-json_tricks/Makefile head/devel/py-json_tricks/distinfo Modified: head/devel/py-json_tricks/Makefile ============================================================================== --- head/devel/py-json_tricks/Makefile Sat May 19 07:45:40 2018 (r470365) +++ head/devel/py-json_tricks/Makefile Sat May 19 07:48:14 2018 (r470366) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= json_tricks -DISTVERSION= 3.11.3 +DISTVERSION= 3.12.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-json_tricks/distinfo ============================================================================== --- head/devel/py-json_tricks/distinfo Sat May 19 07:45:40 2018 (r470365) +++ head/devel/py-json_tricks/distinfo Sat May 19 07:48:14 2018 (r470366) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521870225 -SHA256 (json_tricks-3.11.3.tar.gz) = dda43dcc3c683972922bbb2d5a79861c8f1a8cee5f28f94d3eb96f28bdd9d4a6 -SIZE (json_tricks-3.11.3.tar.gz) = 33380 +TIMESTAMP = 1526715963 +SHA256 (json_tricks-3.12.0.tar.gz) = 59be44cf85da478baf33e37c90fd22db707c29f7badf589cc8f96c0c0ecfb5d0 +SIZE (json_tricks-3.12.0.tar.gz) = 35058 From owner-svn-ports-head@freebsd.org Sat May 19 07:54:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69139EF291F; Sat, 19 May 2018 07:54:22 +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 0875084BAD; Sat, 19 May 2018 07:54:22 +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 D921324416; Sat, 19 May 2018 07:54:21 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4J7sLU4040693; Sat, 19 May 2018 07:54:21 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J7sLdW040691; Sat, 19 May 2018 07:54:21 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805190754.w4J7sLdW040691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 19 May 2018 07:54:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470367 - head/devel/p5-MooseX-Types-Path-Tiny X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/p5-MooseX-Types-Path-Tiny X-SVN-Commit-Revision: 470367 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 07:54:22 -0000 Author: joneum Date: Sat May 19 07:54:21 2018 New Revision: 470367 URL: https://svnweb.freebsd.org/changeset/ports/470367 Log: devel/p5-MooseX-Types-Path-Tiny: Update to 0.012 Changelog: http://cpansearch.perl.org/src/ETHER/MooseX-Types-Path-Tiny-0.012/Changes PR: 224006 Submitted by: Sergei Vyshenski Approved by: maintainer timeout (2 weeks) Modified: head/devel/p5-MooseX-Types-Path-Tiny/Makefile head/devel/p5-MooseX-Types-Path-Tiny/distinfo Modified: head/devel/p5-MooseX-Types-Path-Tiny/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-Path-Tiny/Makefile Sat May 19 07:48:14 2018 (r470366) +++ head/devel/p5-MooseX-Types-Path-Tiny/Makefile Sat May 19 07:54:21 2018 (r470367) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= MooseX-Types-Path-Tiny -PORTVERSION= 0.011 -PORTREVISION= 1 +PORTVERSION= 0.012 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,18 +10,17 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of Path::Tiny types and coercions for Moose LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENCE -RUN_DEPENDS= \ - p5-Moose>=2:devel/p5-Moose \ - p5-MooseX-Types>0:devel/p5-MooseX-Types \ - p5-MooseX-Types-Stringlike>=0:devel/p5-MooseX-Types-Stringlike \ - p5-Path-Tiny>0:devel/p5-Path-Tiny +RUN_DEPENDS= p5-Moose>=2:devel/p5-Moose \ + p5-MooseX-Types>0:devel/p5-MooseX-Types \ + p5-MooseX-Types-Stringlike>=0:devel/p5-MooseX-Types-Stringlike \ + p5-Path-Tiny>0:devel/p5-Path-Tiny BUILD_DEPENDS= ${RUN_DEPENDS} -TEST_DEPENDS= \ - p5-File-pushd>0:devel/p5-File-pushd \ - p5-Test-Fatal>0:devel/p5-Test-Fatal +TEST_DEPENDS= p5-File-pushd>0:devel/p5-File-pushd \ + p5-Test-Fatal>0:devel/p5-Test-Fatal -USES= perl5 +USES= perl5 USE_PERL5= modbuildtiny NO_ARCH= YES Modified: head/devel/p5-MooseX-Types-Path-Tiny/distinfo ============================================================================== --- head/devel/p5-MooseX-Types-Path-Tiny/distinfo Sat May 19 07:48:14 2018 (r470366) +++ head/devel/p5-MooseX-Types-Path-Tiny/distinfo Sat May 19 07:54:21 2018 (r470367) @@ -1,2 +1,3 @@ -SHA256 (MooseX-Types-Path-Tiny-0.011.tar.gz) = 668ea48c99bc4a61cbdd87c39cfa0cb6c1e9c1b0c9f221a25a976bb4bccc6f00 -SIZE (MooseX-Types-Path-Tiny-0.011.tar.gz) = 25140 +TIMESTAMP = 1526714695 +SHA256 (MooseX-Types-Path-Tiny-0.012.tar.gz) = 19eede02dd654e70f73e34cd7af0063765173bcaefeeff1bdbe21318ecfd9158 +SIZE (MooseX-Types-Path-Tiny-0.012.tar.gz) = 28898 From owner-svn-ports-head@freebsd.org Sat May 19 07:59:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F7DFEF29F0; Sat, 19 May 2018 07:59:59 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1420184CE3; Sat, 19 May 2018 07:59:59 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E95C12441A; Sat, 19 May 2018 07:59:58 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4J7xwx8041101; Sat, 19 May 2018 07:59:58 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J7xwpt041098; Sat, 19 May 2018 07:59:58 GMT (envelope-from se@FreeBSD.org) Message-Id: <201805190759.w4J7xwpt041098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Sat, 19 May 2018 07:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470368 - in head/emulators: wine-gecko wine-gecko-devel wine-mono wine-mono-devel X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/emulators: wine-gecko wine-gecko-devel wine-mono wine-mono-devel X-SVN-Commit-Revision: 470368 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 07:59:59 -0000 Author: se Date: Sat May 19 07:59:57 2018 New Revision: 470368 URL: https://svnweb.freebsd.org/changeset/ports/470368 Log: Add CONFLICTS entries that prevent simultaneous installation of normal and devel versions of these ports. While these are allowed when the devel versions are newer than the normal versions, this is not always the case and especially not at this time. Instead of only conflicting with the same version of each port, a version wildcard is used, to prevent unexpected behavior if the non-devel version is updated to match the devel version when both are installed. Approved by: gerald (maintainer) Modified: head/emulators/wine-gecko-devel/Makefile head/emulators/wine-gecko/Makefile head/emulators/wine-mono-devel/Makefile head/emulators/wine-mono/Makefile Modified: head/emulators/wine-gecko-devel/Makefile ============================================================================== --- head/emulators/wine-gecko-devel/Makefile Sat May 19 07:54:21 2018 (r470367) +++ head/emulators/wine-gecko-devel/Makefile Sat May 19 07:59:57 2018 (r470368) @@ -16,10 +16,12 @@ COMMENT= Gecko Layout Engine for Wine development bran LICENSE= MPL20 GPLv2 GPLv3 LGPL21 LGPL3 LICENSE_COMB= multi +CONFLICTS_INSTALL= wine-gecko-[0-9]* + NO_BUILD= yes PLIST_SUB+= GECKO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine -PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi +PLIST_FILES= ${DATADIR}/gecko/wine_gecko-${DISTVERSION}-x86.msi do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/gecko Modified: head/emulators/wine-gecko/Makefile ============================================================================== --- head/emulators/wine-gecko/Makefile Sat May 19 07:54:21 2018 (r470367) +++ head/emulators/wine-gecko/Makefile Sat May 19 07:59:57 2018 (r470368) @@ -17,10 +17,12 @@ LICENSE_COMB= multi PORTSCOUT= ignore:1 # for newer versions see emulators/wine-gecko-devel +CONFLICTS_INSTALL= wine-gecko-devel-[0-9]* + NO_BUILD= yes PLIST_SUB+= GECKO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine -PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi +PLIST_FILES= ${DATADIR}/gecko/wine_gecko-${DISTVERSION}-x86.msi do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/gecko Modified: head/emulators/wine-mono-devel/Makefile ============================================================================== --- head/emulators/wine-mono-devel/Makefile Sat May 19 07:54:21 2018 (r470367) +++ head/emulators/wine-mono-devel/Makefile Sat May 19 07:59:57 2018 (r470368) @@ -15,10 +15,12 @@ COMMENT= Mono .NET implementation for Wine development LICENSE= MIT GPLv2 LGPL20 LICENSE_COMB= multi +CONFLICTS_INSTALL= wine-mono-[0-9]* + NO_BUILD= yes PLIST_SUB+= MONO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine -PLIST_FILES= %%DATADIR%%/mono/wine-mono-%%MONO_VERSION%%.msi +PLIST_FILES= ${DATADIR}/mono/wine-mono-${DISTVERSION}.msi do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/mono Modified: head/emulators/wine-mono/Makefile ============================================================================== --- head/emulators/wine-mono/Makefile Sat May 19 07:54:21 2018 (r470367) +++ head/emulators/wine-mono/Makefile Sat May 19 07:59:57 2018 (r470368) @@ -16,10 +16,12 @@ LICENSE_COMB= multi PORTSCOUT= ignore:1 # for newer versions see emulators/wine-mono-devel +CONFLICTS_INSTALL= wine-mono-devel-[0-9]* + NO_BUILD= yes PLIST_SUB+= MONO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine -PLIST_FILES= %%DATADIR%%/mono/wine-mono-%%MONO_VERSION%%.msi +PLIST_FILES= ${DATADIR}/mono/wine-mono-${DISTVERSION}.msi do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/mono From owner-svn-ports-head@freebsd.org Sat May 19 08:26:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA80BEF33BA; Sat, 19 May 2018 08:26:39 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58C9B858E2; Sat, 19 May 2018 08:26:39 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 345F4248F0; Sat, 19 May 2018 08:26:39 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4J8Qci2055897; Sat, 19 May 2018 08:26:38 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J8QcCb055895; Sat, 19 May 2018 08:26:38 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201805190826.w4J8QcCb055895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Sat, 19 May 2018 08:26:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470369 - head/games/flightgear-aircraft X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: head/games/flightgear-aircraft X-SVN-Commit-Revision: 470369 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 08:26:40 -0000 Author: martymac Date: Sat May 19 08:26:38 2018 New Revision: 470369 URL: https://svnweb.freebsd.org/changeset/ports/470369 Log: Update to latest aircraft versions and change fallback mirror Modified: head/games/flightgear-aircraft/Makefile head/games/flightgear-aircraft/distinfo Modified: head/games/flightgear-aircraft/Makefile ============================================================================== --- head/games/flightgear-aircraft/Makefile Sat May 19 07:59:57 2018 (r470368) +++ head/games/flightgear-aircraft/Makefile Sat May 19 08:26:38 2018 (r470369) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= flightgear-aircraft -PORTVERSION= 20170929 +PORTVERSION= 20180516 CATEGORIES= games # See http://www.flightgear.org/templates.js MASTER_SITES= http://mirrors.ibiblio.org/flightgear/ftp/Aircraft/ \ - http://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Aircraft/ + http://ftp.igh.cnrs.fr/pub/flightgear/ftp/Aircraft/ # Selection of production-ready/well-known planes # (planes already included in flightgear-data are excluded) # Please contact MAINTAINER if a plane is missing Modified: head/games/flightgear-aircraft/distinfo ============================================================================== --- head/games/flightgear-aircraft/distinfo Sat May 19 07:59:57 2018 (r470368) +++ head/games/flightgear-aircraft/distinfo Sat May 19 08:26:38 2018 (r470369) @@ -1,71 +1,71 @@ -TIMESTAMP = 1506701905 -SHA256 (flightgear-aircraft/737-200.zip) = dff334fb7a05f52a71fea882fee41f08c616ea10deefb4e520879115fcb9ecb0 +TIMESTAMP = 1526592253 +SHA256 (flightgear-aircraft/737-200.zip) = 5d0d4f1d3b0bd4917e46f81bd083398255bf52fb8885019f903bf40be5a01907 SIZE (flightgear-aircraft/737-200.zip) = 12359672 -SHA256 (flightgear-aircraft/A-10.zip) = 357321a02acfb00e15d3282c8ef6d833f407bf024e0d7d2191827a8f2e1be625 +SHA256 (flightgear-aircraft/A-10.zip) = 00d50a1767ada52e451f1386ed6598055e6ba5a7b97456634f30ce4fd0cc86fb SIZE (flightgear-aircraft/A-10.zip) = 9829509 -SHA256 (flightgear-aircraft/A300.zip) = d91c1c088da990be337b60fe1882f93a46ba9e0663420163fca7609f7414e91f +SHA256 (flightgear-aircraft/A300.zip) = 55ab4de286aa2d3fa67fe19ad4bc148e443696afa41abfb2292d1e41a790ec3f SIZE (flightgear-aircraft/A300.zip) = 384543 -SHA256 (flightgear-aircraft/Alouette-II.zip) = 7c9c36e2a95f9b1521d40e8e04cfe43409bdda86294e69e56feb3f9c2cd7761f +SHA256 (flightgear-aircraft/Alouette-II.zip) = fec9465c45755ac0f72a02d462f110821e31cfbf2bd2da5aebee495c5ea8af52 SIZE (flightgear-aircraft/Alouette-II.zip) = 5368042 -SHA256 (flightgear-aircraft/Alphajet.zip) = f86d06b12f79f628cfb1e191d59381f17d5df0466efa6a58cb58cd784e8b1bdc +SHA256 (flightgear-aircraft/Alphajet.zip) = b06919d1b96500ff1ea9f0395fe9eafef069adfcb2ba9d09d688593ae892bd6b SIZE (flightgear-aircraft/Alphajet.zip) = 19748089 -SHA256 (flightgear-aircraft/B-17.zip) = 83e6f5d89c9e15868a589bd629bdc85a9b5936674e32ae49d38c6e3d4a1e1a33 -SIZE (flightgear-aircraft/B-17.zip) = 17410226 -SHA256 (flightgear-aircraft/Breguet-XIX.zip) = 1a6f5791b183ce5a1ad07541bbc31144a0c0b029447a1223bccd319c10f0d595 +SHA256 (flightgear-aircraft/B-17.zip) = 7d175aeaedbe8bfabc3b5d1eb68d69a8c867a83397d7e886b7b442b32fe142ca +SIZE (flightgear-aircraft/B-17.zip) = 17502563 +SHA256 (flightgear-aircraft/Breguet-XIX.zip) = 304dc261cba2264f64d8b27f0be3f6ebd11ac01829eab5ffbc544d8869735242 SIZE (flightgear-aircraft/Breguet-XIX.zip) = 6352960 -SHA256 (flightgear-aircraft/C130.zip) = ec03fbd77e8e5d71a330cb22c5ca156900b51d07364677d432b9b4b16f7bd555 -SIZE (flightgear-aircraft/C130.zip) = 23146710 -SHA256 (flightgear-aircraft/Caravelle.zip) = 78968b23f4913f1a543dbadcaa19bab68d4088feadd015fd88df4eaa8f8bf594 +SHA256 (flightgear-aircraft/C130.zip) = f15923a1695ae57caf7746797ce4a8532d4d1774443d5163bb7931822674e751 +SIZE (flightgear-aircraft/C130.zip) = 23146778 +SHA256 (flightgear-aircraft/Caravelle.zip) = 48872a1ea3f8bf68a4311727d1e6051a40398cfcef028165238a40af97e1aeba SIZE (flightgear-aircraft/Caravelle.zip) = 14673553 -SHA256 (flightgear-aircraft/Caudron-G3.zip) = 6a010ee3b5b5761eea0f18d8a7b9586ae910955ca3300ef87710f1222dfc1416 +SHA256 (flightgear-aircraft/Caudron-G3.zip) = 839cc98da2ba8c605cf5b39a6c458a3da814e1f46807e6ac2e31397c4fc27563 SIZE (flightgear-aircraft/Caudron-G3.zip) = 4514044 -SHA256 (flightgear-aircraft/F80C.zip) = 47a9258192d7be4c0d6ad9243b3a7617d9e46cfdefbab4beb9112c4fa250ed42 +SHA256 (flightgear-aircraft/F80C.zip) = 95a339ff9fc73e8d0e5e6a887ab489a7dd97a97b89450f3b133e66a6a3800f02 SIZE (flightgear-aircraft/F80C.zip) = 1515877 -SHA256 (flightgear-aircraft/Hurricane.zip) = c044da40e16e71fcbef02c89bc9de665a1f1bc8d422674811f7797bbb6ca925b +SHA256 (flightgear-aircraft/Hurricane.zip) = cbc7b497e438b9488d8f33d6ade118d061ba6e84328dd5f780646013db6573d7 SIZE (flightgear-aircraft/Hurricane.zip) = 12025134 -SHA256 (flightgear-aircraft/IL-2.zip) = be1a58b9a77f51d082bd606cdec3494e63b05b0d948ba9b209fda5460eef6ec6 +SHA256 (flightgear-aircraft/IL-2.zip) = 0cd187d0046ab215da60619d0686004afedd6efa8c37307e59edc0b340573c97 SIZE (flightgear-aircraft/IL-2.zip) = 5286915 -SHA256 (flightgear-aircraft/Lightning.zip) = e802a9b15c6c8b741305c2c18d4a278693e23b0d83b8d6dc7e08d8f457d55c83 +SHA256 (flightgear-aircraft/Lightning.zip) = f8021a62c3301799ef3ec5856712591f9d321ed85432272a90f0896f4322fda1 SIZE (flightgear-aircraft/Lightning.zip) = 4719496 -SHA256 (flightgear-aircraft/Lockheed1049h.zip) = 5d49a2e17f67ef18c5842f4f50bf560e59271bab44c97b6811f1345350ecdf13 +SHA256 (flightgear-aircraft/Lockheed1049h.zip) = bb213c8ea770d302ea5f98c53755b694bf5d029feed13dfe00d6f55cbaa729c6 SIZE (flightgear-aircraft/Lockheed1049h.zip) = 12346835 -SHA256 (flightgear-aircraft/Messerschmitt-P1101.zip) = 712e60f971f05cdb51e4f63945786b94188d8c3fe738ac039cae2d6e34853310 +SHA256 (flightgear-aircraft/Messerschmitt-P1101.zip) = 1fa34be5e1b907e9e61826d16400e61ea7a9aef85c597739255b2e19d80154b5 SIZE (flightgear-aircraft/Messerschmitt-P1101.zip) = 4347821 -SHA256 (flightgear-aircraft/MirageIII.zip) = 427fa54948ef2cdc3e0b35ac6ba9d26f864a6062355090011480007dba8fb6b6 +SHA256 (flightgear-aircraft/MirageIII.zip) = a31dbca39de731214792a84977b629c00b23de0ad6a7756ceaec720f4cb1d4b5 SIZE (flightgear-aircraft/MirageIII.zip) = 11101929 -SHA256 (flightgear-aircraft/PaperAirplane.zip) = d8038d684476bedc9cbb624f5f8d2747a04aac280243b407633d250ff0b232b7 +SHA256 (flightgear-aircraft/PaperAirplane.zip) = dd68701973d4027b2ce0382afc4c957a6237d31c2c8e6887a83b7c9e206c64e9 SIZE (flightgear-aircraft/PaperAirplane.zip) = 867442 -SHA256 (flightgear-aircraft/Pond-Racer.zip) = b968c19db70732b1fd56225b542236dcfb9f8652b5198f56e87796a26b69ba47 +SHA256 (flightgear-aircraft/Pond-Racer.zip) = 4114b0e5f8cfc6613d5d6be0b396c1ad097501dad643ea9de7865c123895c243 SIZE (flightgear-aircraft/Pond-Racer.zip) = 5090201 -SHA256 (flightgear-aircraft/R44.zip) = bff0bac862cb8da9052517e3acf2f4ee64c191003a8923cae34e3b68724ca7ba -SIZE (flightgear-aircraft/R44.zip) = 8897108 -SHA256 (flightgear-aircraft/Spitfire.zip) = 2ab3ca074b39f1170d671b0f8591d13938a17e776524dc53527aac5791c7748b +SHA256 (flightgear-aircraft/R44.zip) = 0c82fc84d86badf5aca28faffcb89ed0e32d64802c888a94613ec6cbfe526a75 +SIZE (flightgear-aircraft/R44.zip) = 48499154 +SHA256 (flightgear-aircraft/Spitfire.zip) = 93755269f15f9dc7fc1e9ae2aec5f12425e47969647f6c30e868a78d0e9f49ca SIZE (flightgear-aircraft/Spitfire.zip) = 20947574 -SHA256 (flightgear-aircraft/Stieglitz.zip) = 674330a3733485df19be2837fa87553507e0566c82ae3b449061450a6919cb39 +SHA256 (flightgear-aircraft/Stieglitz.zip) = 2fb57c668babee9422b3dc598e796275b37c63063cb524aab4c08946d90659eb SIZE (flightgear-aircraft/Stieglitz.zip) = 4496427 -SHA256 (flightgear-aircraft/Super-Etendard.zip) = ac306aa300b492a37c66dbd87d13e13612c60be6f6b76d3a26faa385df679c10 +SHA256 (flightgear-aircraft/Super-Etendard.zip) = a40e09ddf9a4c0673e222d10f452e80bf82ea68283610a5086470ad9e3db4e7b SIZE (flightgear-aircraft/Super-Etendard.zip) = 10405535 -SHA256 (flightgear-aircraft/Supermarine-S.6B.zip) = 3a83a3e86e46bd75625fa02ae178cf743f1a2e2677d963251d6b8e7fbbc25efb +SHA256 (flightgear-aircraft/Supermarine-S.6B.zip) = 5bdf1b568545671fc12414b06078a593303d3524f1774564329452e7c7219dd0 SIZE (flightgear-aircraft/Supermarine-S.6B.zip) = 3256823 -SHA256 (flightgear-aircraft/Superwal.zip) = f41eac604b9a376f73e3958392e577eac41c8110cb5333d1f771bd5138807be1 +SHA256 (flightgear-aircraft/Superwal.zip) = 391ec60b254906099633d42a4dfe2fe6dfaf74dc67cf2930ea66fa8dbc2d7691 SIZE (flightgear-aircraft/Superwal.zip) = 2650455 -SHA256 (flightgear-aircraft/airwaveXtreme150.zip) = 777b2eb9894434e103532f9314f83ab719ab1ce1ab6a35a68a588d8ca0f27b04 +SHA256 (flightgear-aircraft/airwaveXtreme150.zip) = f01091442813410d5f8e23bfa98db2ef648556a2ac10e1b82935a606f122dce0 SIZE (flightgear-aircraft/airwaveXtreme150.zip) = 1241435 -SHA256 (flightgear-aircraft/asw20.zip) = 4fb9f985d1eadb519bef0ea82057276692536144335825f950e504c4f52fc6e8 +SHA256 (flightgear-aircraft/asw20.zip) = f954a97070afc623db25f42c227eaaac9f1899b51c869546990320dd71eeec26 SIZE (flightgear-aircraft/asw20.zip) = 3589059 -SHA256 (flightgear-aircraft/bf109.zip) = 27e455e8c655813684c84e42385cb1429307c6d7e5354d799ed32951f97a9281 +SHA256 (flightgear-aircraft/bf109.zip) = c8a27b296fe5cec35e41c231eb72b7276d74b5c63c3651d3478dbdf2e5cef987 SIZE (flightgear-aircraft/bf109.zip) = 46053617 -SHA256 (flightgear-aircraft/c310.zip) = dc3b926f09420ac1deefd745861b9752d7bf9e640e897da939f41bdf511df9ed +SHA256 (flightgear-aircraft/c310.zip) = de094e5acd8759ad4595ade1b0d3609040225009df94a26c8ea180d01333d170 SIZE (flightgear-aircraft/c310.zip) = 612993 -SHA256 (flightgear-aircraft/dhc3.zip) = b10cc22f11cc09cb6c918a7feeacf6c21a31d4bcafe4b2accd6db54b60d83d3f +SHA256 (flightgear-aircraft/dhc3.zip) = 0ee59368964214b2bc7c6f577a98104b5888acc430ae2dee58d17824a31c9ea8 SIZE (flightgear-aircraft/dhc3.zip) = 24004919 -SHA256 (flightgear-aircraft/f16.zip) = 3b088063266f5122054fc3cf9633c477798914a5ebe09cc806f2a9daa6bafd1e +SHA256 (flightgear-aircraft/f16.zip) = 3a9f8a06eb47bfcc3395240becb829ac429b41e14973dedba15ec8063c535318 SIZE (flightgear-aircraft/f16.zip) = 24826997 -SHA256 (flightgear-aircraft/harrier.zip) = 05ee680abd5dddc9599957cf175d1fc79ee2d0963d1c0ceae082a5ac96466ed5 +SHA256 (flightgear-aircraft/harrier.zip) = 06effe33a4f7e5da102163555fb7adab2f44af07b301eb3b2ea3ee158e27f4ad SIZE (flightgear-aircraft/harrier.zip) = 4220523 -SHA256 (flightgear-aircraft/pa24-250.zip) = 9dd52eb578fc27a89911092334d992a67d2e8d77bf19f15048f10c9e04b7a5f2 +SHA256 (flightgear-aircraft/pa24-250.zip) = 4984226a20a72d2e25af8dc0f4c471c6919ebcb41b689ba38f1f58a2d6c08020 SIZE (flightgear-aircraft/pa24-250.zip) = 2093285 -SHA256 (flightgear-aircraft/tu154.zip) = 3c9408a3f03c8cc0a4fde3542847a8d54daf350cbe1e35660fd3705d65a6d12f +SHA256 (flightgear-aircraft/tu154.zip) = 4851fb57776d753533cb0402691e394b5f13fbd3eddb5b248b96a14143987160 SIZE (flightgear-aircraft/tu154.zip) = 1383919 -SHA256 (flightgear-aircraft/wrightFlyer1903.zip) = a9605ce956a66ac24e0d7d015711b5881872367d44b46d1a3f59c7d8bc218a51 +SHA256 (flightgear-aircraft/wrightFlyer1903.zip) = 0ea65c9f8fc1dfa63faa4db89e1a12dae3e450e8cc2b0465d8a5339658962457 SIZE (flightgear-aircraft/wrightFlyer1903.zip) = 1550999 From owner-svn-ports-head@freebsd.org Sat May 19 08:34:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F400EF35E3; Sat, 19 May 2018 08:34:12 +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 DF54585CB0; Sat, 19 May 2018 08:34:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA86624A87; Sat, 19 May 2018 08:34:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4J8YBeV060864; Sat, 19 May 2018 08:34:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J8YBKb060863; Sat, 19 May 2018 08:34:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805190834.w4J8YBKb060863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 19 May 2018 08:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470370 - head/devel/py-scripttest X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/py-scripttest X-SVN-Commit-Revision: 470370 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 08:34:12 -0000 Author: amdmi3 Date: Sat May 19 08:34:11 2018 New Revision: 470370 URL: https://svnweb.freebsd.org/changeset/ports/470370 Log: - Add LICENSE_FILE - Add NO_ARCH - Switch to new test framework Approved by: portmgr blanket Modified: head/devel/py-scripttest/Makefile Modified: head/devel/py-scripttest/Makefile ============================================================================== --- head/devel/py-scripttest/Makefile Sat May 19 08:26:38 2018 (r470369) +++ head/devel/py-scripttest/Makefile Sat May 19 08:34:11 2018 (r470370) @@ -10,16 +10,18 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= Helper to test command-line scripts LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/docs/license.rst TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= pypa -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include From owner-svn-ports-head@freebsd.org Sat May 19 09:04:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D61CEF4169; Sat, 19 May 2018 09:04:11 +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 1160486846; Sat, 19 May 2018 09:04:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E69E324F5B; Sat, 19 May 2018 09:04:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4J94A0v075957; Sat, 19 May 2018 09:04:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J94A6a075956; Sat, 19 May 2018 09:04:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805190904.w4J94A6a075956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 19 May 2018 09:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470371 - head/devel/p5-Devel-StackTrace-AsHTML X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/p5-Devel-StackTrace-AsHTML X-SVN-Commit-Revision: 470371 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 09:04:11 -0000 Author: amdmi3 Date: Sat May 19 09:04:10 2018 New Revision: 470371 URL: https://svnweb.freebsd.org/changeset/ports/470371 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-Devel-StackTrace-AsHTML/Makefile Modified: head/devel/p5-Devel-StackTrace-AsHTML/Makefile ============================================================================== --- head/devel/p5-Devel-StackTrace-AsHTML/Makefile Sat May 19 08:34:11 2018 (r470370) +++ head/devel/p5-Devel-StackTrace-AsHTML/Makefile Sat May 19 09:04:10 2018 (r470371) @@ -11,10 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to display stack trace in HTML +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-Devel-StackTrace>0:devel/p5-Devel-StackTrace BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Sat May 19 09:34:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 897AEEF489E; Sat, 19 May 2018 09:34:13 +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 3AC81875B3; Sat, 19 May 2018 09:34: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 1BFD12545E; Sat, 19 May 2018 09:34: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 w4J9YCGR090867; Sat, 19 May 2018 09:34:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4J9YCRp090865; Sat, 19 May 2018 09:34:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805190934.w4J9YCRp090865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 19 May 2018 09:34:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470372 - head/textproc/xml-lite.el X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/textproc/xml-lite.el X-SVN-Commit-Revision: 470372 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 09:34:13 -0000 Author: amdmi3 Date: Sat May 19 09:34:12 2018 New Revision: 470372 URL: https://svnweb.freebsd.org/changeset/ports/470372 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/textproc/xml-lite.el/Makefile head/textproc/xml-lite.el/pkg-descr Modified: head/textproc/xml-lite.el/Makefile ============================================================================== --- head/textproc/xml-lite.el/Makefile Sat May 19 09:04:10 2018 (r470371) +++ head/textproc/xml-lite.el/Makefile Sat May 19 09:34:12 2018 (r470372) @@ -14,6 +14,8 @@ EXTRACT_SUFX= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Simple XML-editing for GNU Emacs +LICENSE= GPLv2+ + USES= emacs NO_WRKSUBDIR= yes Modified: head/textproc/xml-lite.el/pkg-descr ============================================================================== --- head/textproc/xml-lite.el/pkg-descr Sat May 19 09:04:10 2018 (r470371) +++ head/textproc/xml-lite.el/pkg-descr Sat May 19 09:34:12 2018 (r470372) @@ -2,4 +2,4 @@ This package provides a simple indentation engine for intended for use in situations where the full power of the popular PSGML package (DTD parsing, syntax checking) is not required. -WWW: http://www.dogbiscuit.org/mdub/software/ +WWW: https://www.dogbiscuit.org/mdub/software/ From owner-svn-ports-head@freebsd.org Sat May 19 10:32:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D506EF5BBE; Sat, 19 May 2018 10:32:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEC6A68F15; Sat, 19 May 2018 10:32:32 +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 8F22725E29; Sat, 19 May 2018 10:32:32 +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 w4JAWWNJ021078; Sat, 19 May 2018 10:32:32 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JAWUnB021066; Sat, 19 May 2018 10:32:30 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201805191032.w4JAWUnB021066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 19 May 2018 10:32:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470373 - in head: devel/synfig graphics/synfigstudio multimedia/kdenlive multimedia/kdenlive-kde4 multimedia/mlt multimedia/mlt-qt4 multimedia/mlt-qt5 multimedia/mlt/files multimedia/p... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: devel/synfig graphics/synfigstudio multimedia/kdenlive multimedia/kdenlive-kde4 multimedia/mlt multimedia/mlt-qt4 multimedia/mlt-qt5 multimedia/mlt/files multimedia/py-mlt multimedia/webvfx-q... X-SVN-Commit-Revision: 470373 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 10:32:33 -0000 Author: tcberner Date: Sat May 19 10:32:30 2018 New Revision: 470373 URL: https://svnweb.freebsd.org/changeset/ports/470373 Log: Update multimedia/mlt to 6.6.0 PR: 227842 Approved by: avilla (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D15226 Deleted: head/multimedia/mlt/files/ Modified: head/devel/synfig/Makefile head/graphics/synfigstudio/Makefile head/multimedia/kdenlive-kde4/Makefile head/multimedia/kdenlive/Makefile head/multimedia/mlt-qt4/Makefile head/multimedia/mlt-qt5/Makefile head/multimedia/mlt/Makefile head/multimedia/mlt/distinfo head/multimedia/py-mlt/Makefile head/multimedia/webvfx-qt5/Makefile Modified: head/devel/synfig/Makefile ============================================================================== --- head/devel/synfig/Makefile Sat May 19 09:34:12 2018 (r470372) +++ head/devel/synfig/Makefile Sat May 19 10:32:30 2018 (r470373) @@ -3,7 +3,7 @@ PORTNAME= synfig PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source Modified: head/graphics/synfigstudio/Makefile ============================================================================== --- head/graphics/synfigstudio/Makefile Sat May 19 09:34:12 2018 (r470372) +++ head/graphics/synfigstudio/Makefile Sat May 19 10:32:30 2018 (r470373) @@ -3,6 +3,7 @@ PORTNAME= synfigstudio PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= graphics multimedia MASTER_SITES= SF/synfig/releases/${PORTVERSION}/source Modified: head/multimedia/kdenlive-kde4/Makefile ============================================================================== --- head/multimedia/kdenlive-kde4/Makefile Sat May 19 09:34:12 2018 (r470372) +++ head/multimedia/kdenlive-kde4/Makefile Sat May 19 10:32:30 2018 (r470373) @@ -2,7 +2,7 @@ PORTNAME= kdenlive PORTVERSION= 0.9.10 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src/ PKGNAMESUFFIX= -kde4 Modified: head/multimedia/kdenlive/Makefile ============================================================================== --- head/multimedia/kdenlive/Makefile Sat May 19 09:34:12 2018 (r470372) +++ head/multimedia/kdenlive/Makefile Sat May 19 10:32:30 2018 (r470373) @@ -2,7 +2,7 @@ PORTNAME= kdenlive DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/multimedia/mlt-qt4/Makefile ============================================================================== --- head/multimedia/mlt-qt4/Makefile Sat May 19 09:34:12 2018 (r470372) +++ head/multimedia/mlt-qt4/Makefile Sat May 19 10:32:30 2018 (r470373) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 CONFLICTS_INSTALL= ${PORTNAME}-qt5-* @@ -10,12 +10,14 @@ SLAVEPORT= qt4 PLIST= ${MASTERDIR}-qt5/pkg-plist +USE_XORG= x11 + OPTIONS_DEFINE= KDE4 KDE4_DESC= Extra image formats KDE4_CONFIGURE_ENV= PATH="${KDE_PREFIX}/bin:$$PATH" KDE4_CONFIGURE_WITH= kde KDE4_USES= kde:4 -KDE4_USE= KDE=kdelibs +KDE4_USE= KDE=kdelibs .include "${MASTERDIR}/Makefile" Modified: head/multimedia/mlt-qt5/Makefile ============================================================================== --- head/multimedia/mlt-qt5/Makefile Sat May 19 09:34:12 2018 (r470372) +++ head/multimedia/mlt-qt5/Makefile Sat May 19 10:32:30 2018 (r470373) @@ -1,11 +1,12 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 CONFLICTS_INSTALL= ${PORTNAME}-qt4-* USE_CXXSTD= c++11 USE_QT5= core gui svg widgets xml +USE_XORG= x11 MASTERDIR= ${.CURDIR:H}/mlt SLAVEPORT= qt5 Modified: head/multimedia/mlt/Makefile ============================================================================== --- head/multimedia/mlt/Makefile Sat May 19 09:34:12 2018 (r470372) +++ head/multimedia/mlt/Makefile Sat May 19 10:32:30 2018 (r470373) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= mlt -PORTVERSION= 6.4.1 -PORTREVISION?= 8 +DISTVERSIONPREFIX= v +DISTVERSION= 6.6.0 +PORTREVISION?= 0 CATEGORIES?= multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME} -MAINTAINER?= avilla@FreeBSD.org +MAINTAINER= avilla@FreeBSD.org COMMENT?= Multimedia framework for TV broadcasting LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi -USES+= alias eigen:3 gmake pkgconfig +USES+= alias eigen:3 gmake localbase pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD +USE_GITHUB= yes +GH_ACCOUNT= mltframework .ifndef(WITH_DEBUG) CONFIGURE_ARGS+=--disable-debug @@ -31,6 +33,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 BROKEN_sparc64= does not compile on sparc64 (invokes i386 asm) +USE_GL= gl USE_GNOME= libxml2 USE_SDL= image USE_XORG= x11 @@ -61,7 +64,8 @@ FFMPEG_CONFIGURE_ON= --avformat-suffix="${FFMPEG_SUFX} FREI0R_BUILD_DEPENDS= ${LOCALBASE}/include/frei0r.h:graphics/frei0r FREI0R_CONFIGURE_ENABLE=frei0r -GTK2_LIB_DEPENDS= libexif.so:graphics/libexif +GTK2_LIB_DEPENDS= libexif.so:graphics/libexif \ + libfontconfig.so:x11-fonts/fontconfig GTK2_USE= GNOME=gdkpixbuf2,gtk20,pango GTK2_CONFIGURE_ENABLE= gtk2 @@ -74,7 +78,8 @@ JACK_USE= GNOME=glib20 CONFIGURE_ARGS+= --disable-opencv OPENCV_CONFIGURE_ENABLE=opencv -OPENGL_LIB_DEPENDS= libmovit.so:graphics/movit +OPENGL_LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ + libmovit.so:graphics/movit OPENGL_USE= GL=gl OPENGL_CONFIGURE_ENABLE=opengl Modified: head/multimedia/mlt/distinfo ============================================================================== --- head/multimedia/mlt/distinfo Sat May 19 09:34:12 2018 (r470372) +++ head/multimedia/mlt/distinfo Sat May 19 10:32:30 2018 (r470373) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482224942 -SHA256 (mlt-6.4.1.tar.gz) = d3a992f3e67463e68630cb0b455d408a2a12f4da7a19e46807fa08a79f09b2b6 -SIZE (mlt-6.4.1.tar.gz) = 1344030 +TIMESTAMP = 1522500982 +SHA256 (mltframework-mlt-v6.6.0_GH0.tar.gz) = 11515546516b3c54719b6b402cacf46e8d5172450d6e9fe2655b237582490315 +SIZE (mltframework-mlt-v6.6.0_GH0.tar.gz) = 1365768 Modified: head/multimedia/py-mlt/Makefile ============================================================================== --- head/multimedia/py-mlt/Makefile Sat May 19 09:34:12 2018 (r470372) +++ head/multimedia/py-mlt/Makefile Sat May 19 10:32:30 2018 (r470373) @@ -1,7 +1,6 @@ # Created by: Charlie Kester # $FreeBSD$ -PORTREVISION= 2 CATEGORIES= multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/webvfx-qt5/Makefile ============================================================================== --- head/multimedia/webvfx-qt5/Makefile Sat May 19 09:34:12 2018 (r470372) +++ head/multimedia/webvfx-qt5/Makefile Sat May 19 10:32:30 2018 (r470373) @@ -2,7 +2,7 @@ PORTNAME= webvfx DISTVERSION= 0.4.4-20160823 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia PKGNAMESUFFIX= -qt5 From owner-svn-ports-head@freebsd.org Sat May 19 11:06:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6E20EA9730; Sat, 19 May 2018 11:06:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7793669D7A; Sat, 19 May 2018 11:06:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52BBA262FB; Sat, 19 May 2018 11:06: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 w4JB65QI036239; Sat, 19 May 2018 11:06:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB64ad036234; Sat, 19 May 2018 11:06:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB64ad036234@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, 19 May 2018 11:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470374 - in head/devel: . py-xarray X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-xarray X-SVN-Commit-Revision: 470374 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:06:06 -0000 Author: sunpoet Date: Sat May 19 11:06:04 2018 New Revision: 470374 URL: https://svnweb.freebsd.org/changeset/ports/470374 Log: Add py-xarray 0.10.4 xarray (formerly xray) is an open source project and Python package that aims to bring the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the core pandas data structures. Our goal is to provide a pandas-like and pandas-compatible toolkit for analytics on multi-dimensional arrays, rather than the tabular data for which pandas excels. Our approach adopts the Common Data Model for self- describing scientific data in widespread use in the Earth sciences: xarray.Dataset is an in-memory representation of a netCDF file. WWW: https://pypi.org/project/xarray/ WWW: https://github.com/pydata/xarray Added: head/devel/py-xarray/ head/devel/py-xarray/Makefile (contents, props changed) head/devel/py-xarray/distinfo (contents, props changed) head/devel/py-xarray/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 19 10:32:30 2018 (r470373) +++ head/devel/Makefile Sat May 19 11:06:04 2018 (r470374) @@ -5095,6 +5095,7 @@ SUBDIR += py-wsgitools SUBDIR += py-wsgiutils SUBDIR += py-wsme + SUBDIR += py-xarray SUBDIR += py-xattr SUBDIR += py-xcaplib SUBDIR += py-xdg Added: head/devel/py-xarray/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-xarray/Makefile Sat May 19 11:06:04 2018 (r470374) @@ -0,0 +1,30 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= xarray +PORTVERSION= 0.10.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= N-D labeled arrays and datasets in Python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0.18.0:math/py-pandas@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.7.1:devel/py-pytest@${FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include + +.if ${PYTHON_REL} < 3000 +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} +.endif + +.include Added: head/devel/py-xarray/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-xarray/distinfo Sat May 19 11:06:04 2018 (r470374) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526676169 +SHA256 (xarray-0.10.4.tar.gz) = 64c2d07b75b8ea1320cba521818a2f09107f5f46514d50ff5ef1c4d5da90aaf1 +SIZE (xarray-0.10.4.tar.gz) = 1414769 Added: head/devel/py-xarray/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-xarray/pkg-descr Sat May 19 11:06:04 2018 (r470374) @@ -0,0 +1,12 @@ +xarray (formerly xray) is an open source project and Python package that aims to +bring the labeled data power of pandas to the physical sciences, by providing +N-dimensional variants of the core pandas data structures. + +Our goal is to provide a pandas-like and pandas-compatible toolkit for analytics +on multi-dimensional arrays, rather than the tabular data for which pandas +excels. Our approach adopts the Common Data Model for self- describing +scientific data in widespread use in the Earth sciences: xarray.Dataset is an +in-memory representation of a netCDF file. + +WWW: https://pypi.org/project/xarray/ +WWW: https://github.com/pydata/xarray From owner-svn-ports-head@freebsd.org Sat May 19 11:06:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A06AEA975B; Sat, 19 May 2018 11:06: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 E78C169DE8; Sat, 19 May 2018 11:06: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 94141262FC; Sat, 19 May 2018 11:06: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 w4JB6Aru036375; Sat, 19 May 2018 11:06:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6AbO036373; Sat, 19 May 2018 11:06:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6AbO036373@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, 19 May 2018 11:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470375 - in head/net: . rubygem-fog-aws2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . rubygem-fog-aws2 X-SVN-Commit-Revision: 470375 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:06:12 -0000 Author: sunpoet Date: Sat May 19 11:06:09 2018 New Revision: 470375 URL: https://svnweb.freebsd.org/changeset/ports/470375 Log: Add rubygem-fog-aws2 2.0.1 (copied from rubygem-fog-aws) - Add PORTSCOUT Added: head/net/rubygem-fog-aws2/ - copied from r469960, head/net/rubygem-fog-aws/ Modified: head/net/Makefile head/net/rubygem-fog-aws2/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat May 19 11:06:04 2018 (r470374) +++ head/net/Makefile Sat May 19 11:06:09 2018 (r470375) @@ -1229,6 +1229,7 @@ SUBDIR += rubygem-fog-atmos SUBDIR += rubygem-fog-aws SUBDIR += rubygem-fog-aws1 + SUBDIR += rubygem-fog-aws2 SUBDIR += rubygem-fog-azure SUBDIR += rubygem-fog-brightbox SUBDIR += rubygem-fog-cloudatcost Modified: head/net/rubygem-fog-aws2/Makefile ============================================================================== --- head/net/rubygem-fog-aws/Makefile Mon May 14 19:32:09 2018 (r469960) +++ head/net/rubygem-fog-aws2/Makefile Sat May 19 11:06:09 2018 (r470375) @@ -5,6 +5,7 @@ PORTNAME= fog-aws PORTVERSION= 2.0.1 CATEGORIES= net rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 2 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Module for the 'fog' gem to support Amazon Web Services @@ -16,6 +17,8 @@ RUN_DEPENDS= rubygem-fog-core1>=1.38:devel/rubygem-fog rubygem-fog-json>=1.0:devel/rubygem-fog-json \ rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \ rubygem-ipaddress>=0.8:net/rubygem-ipaddress + +PORTSCOUT= limit:^2\. NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-head@freebsd.org Sat May 19 11:06:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D923FEA977D; Sat, 19 May 2018 11:06: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 7371B69E71; Sat, 19 May 2018 11:06: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 2DD02262FD; Sat, 19 May 2018 11:06: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 w4JB6Gr7036516; Sat, 19 May 2018 11:06:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6F6K036513; Sat, 19 May 2018 11:06:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6F6K036513@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, 19 May 2018 11:06:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470376 - head/dns/libidn2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/libidn2 X-SVN-Commit-Revision: 470376 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:06:20 -0000 Author: sunpoet Date: Sat May 19 11:06:15 2018 New Revision: 470376 URL: https://svnweb.freebsd.org/changeset/ports/470376 Log: Update to 2.0.5 Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Modified: head/dns/libidn2/Makefile head/dns/libidn2/distinfo head/dns/libidn2/pkg-plist Modified: head/dns/libidn2/Makefile ============================================================================== --- head/dns/libidn2/Makefile Sat May 19 11:06:09 2018 (r470375) +++ head/dns/libidn2/Makefile Sat May 19 11:06:15 2018 (r470376) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libidn2 -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= dns MASTER_SITES= GNU/libidn Modified: head/dns/libidn2/distinfo ============================================================================== --- head/dns/libidn2/distinfo Sat May 19 11:06:09 2018 (r470375) +++ head/dns/libidn2/distinfo Sat May 19 11:06:15 2018 (r470376) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504161218 -SHA256 (libidn2-2.0.4.tar.gz) = 644b6b03b285fb0ace02d241d59483d98bc462729d8bb3608d5cad5532f3d2f0 -SIZE (libidn2-2.0.4.tar.gz) = 2008524 +TIMESTAMP = 1526716113 +SHA256 (libidn2-2.0.5.tar.gz) = 53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8 +SIZE (libidn2-2.0.5.tar.gz) = 2091929 Modified: head/dns/libidn2/pkg-plist ============================================================================== --- head/dns/libidn2/pkg-plist Sat May 19 11:06:09 2018 (r470375) +++ head/dns/libidn2/pkg-plist Sat May 19 11:06:15 2018 (r470376) @@ -3,7 +3,7 @@ include/idn2.h lib/libidn2.a lib/libidn2.so lib/libidn2.so.0 -lib/libidn2.so.0.3.3 +lib/libidn2.so.0.3.4 libdata/pkgconfig/libidn2.pc man/man1/idn2.1.gz man/man3/idn2_check_version.3.gz From owner-svn-ports-head@freebsd.org Sat May 19 11:06:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 419EEEA97A3; Sat, 19 May 2018 11:06:22 +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 4EACE69F0D; Sat, 19 May 2018 11:06: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 308CB262FF; Sat, 19 May 2018 11:06: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 w4JB6LDv036641; Sat, 19 May 2018 11:06:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6Kxq036638; Sat, 19 May 2018 11:06:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6Kxq036638@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, 19 May 2018 11:06:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470377 - head/science/libkml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/libkml X-SVN-Commit-Revision: 470377 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:06:22 -0000 Author: sunpoet Date: Sat May 19 11:06:20 2018 New Revision: 470377 URL: https://svnweb.freebsd.org/changeset/ports/470377 Log: Convert PORTEXAMPLES=* to PLIST entries Modified: head/science/libkml/Makefile head/science/libkml/pkg-plist Modified: head/science/libkml/Makefile ============================================================================== --- head/science/libkml/Makefile Sat May 19 11:06:15 2018 (r470376) +++ head/science/libkml/Makefile Sat May 19 11:06:20 2018 (r470377) @@ -30,8 +30,6 @@ USE_CXXSTD= gnu++98 USE_LDCONFIG= yes USES= cmake pathfix -PORTEXAMPLES= * - USE_GITHUB= yes EXAMPLES_CMAKE_BOOL= BUILD_EXAMPLES INSTALL_EXAMPLES Modified: head/science/libkml/pkg-plist ============================================================================== --- head/science/libkml/pkg-plist Sat May 19 11:06:15 2018 (r470376) +++ head/science/libkml/pkg-plist Sat May 19 11:06:20 2018 (r470377) @@ -158,3 +158,108 @@ lib/libkmlxsd.so lib/libkmlxsd.so.1 lib/libkmlxsd.so.1.3.0 libdata/pkgconfig/libkml.pc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/checklinks.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/circlegen.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/countkml.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/createkml.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/domviewer.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/balloonwalker.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/change.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/clone.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/csv2kml.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/csvinfo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/import.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/inlinestyles.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/kml2kmz.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/kmlfile.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/kmzchecklinks.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/oldschema.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/parsebig.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/printstyle.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/splitstyles.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/engine/streamkml.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gpx/gpxtracktokml.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gx/featuretour.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gx/gpxfly.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloattrs.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloenum.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellofeatures.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellofolder.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellogeometry.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellohref.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellokmz.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/csvurl2gmap.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/curlfetch.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/curlfetch.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/getgmapkml.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/getgsheetcsv.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/getgsheetkml.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/gsheet2gmap.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/kmlwalk.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/kmzfetch.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/listfeed.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/listgdocs.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/listgmaps.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/listgphotos.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/prompt.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/resolvestyle.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/searchgmap.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/uploadgmap.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/uploadgmapcsv.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/uploadgmapkml.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/uploadgsheet.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hellonet/xsdprint.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloregion.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/CreateFolder.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/CreatePlacemark.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/WalkFeatures.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/run.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/abstractview.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/allstyles.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/altitudemode.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/attrs.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/extendeddata.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/folder.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/inline-stylemap.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/kmlsamples.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/lines.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/model.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/networklink.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/networklinkcontrol.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/photooverlay.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/polygons2d.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/region.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/sky.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/snippets.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/styles.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/time.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kml/unknown-elements.kml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsebuf.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsekml.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsens.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prettykml.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/print.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/print.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/printgeometry.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/helloenum.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/hellogeometry.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/hellolocation.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/helloplacemark.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/hellopoint.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/hellovector.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/hellowalk.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/parse_point_placemark.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regionator/csvregionator.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regionator/kmlregionator.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharedstyles.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplifylines.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sortplacemarks.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xsd/kml-aliases.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xsd/xsdchildren.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xsd/xsdcoverage.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xsd/xsdelements.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xsd/xsdenums.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xsd/xsdfind.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xsd/xsdtypes.cc From owner-svn-ports-head@freebsd.org Sat May 19 11:06:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2A11EA97D0; Sat, 19 May 2018 11:06: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 1FC8C69FE2; Sat, 19 May 2018 11:06: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 F1A4926300; Sat, 19 May 2018 11:06: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 w4JB6Qr4036793; Sat, 19 May 2018 11:06:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6Qse036789; Sat, 19 May 2018 11:06:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6Qse036789@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, 19 May 2018 11:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470378 - head/www/cppcms X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/cppcms X-SVN-Commit-Revision: 470378 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:06:28 -0000 Author: sunpoet Date: Sat May 19 11:06:25 2018 New Revision: 470378 URL: https://svnweb.freebsd.org/changeset/ports/470378 Log: Update to 1.2.1 - Simplify MASTER_SITES - Fix LICENSE: it's MIT since 1.2 - Pet portlint: move BROKEN_* upward - Sort USES - Convert to options helper - Use CMAKE_BOOL - Silence patch messages - Do not silence installation messages - Update pkg-descr - Take maintainership Changes: http://cppcms.com/wikipp/en/page/releases_1x Modified: head/www/cppcms/Makefile head/www/cppcms/distinfo head/www/cppcms/pkg-descr head/www/cppcms/pkg-plist Modified: head/www/cppcms/Makefile ============================================================================== --- head/www/cppcms/Makefile Sat May 19 11:06:20 2018 (r470377) +++ head/www/cppcms/Makefile Sat May 19 11:06:25 2018 (r470378) @@ -1,52 +1,40 @@ # $FreeBSD$ PORTNAME= cppcms -PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTVERSION= 1.2.1 CATEGORIES= www -MASTER_SITES= SF/cppcms/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= C++ web development framework -LICENSE= LGPL3 +LICENSE= MIT -LIB_DEPENDS= libpcre.so:devel/pcre - BROKEN_powerpc64= Does not build: error: 'localeconv_l' was not declared in this scope -USES= cmake python:2.7 shebangfix tar:bzip2 ssl +LIB_DEPENDS= libpcre.so:devel/pcre + +USES= cmake python:2.7 shebangfix ssl tar:bzip2 USE_LDCONFIG= yes SHEBANG_FILES= bin/cppcms_tmpl_cc -OPTIONS_DEFINE= EXAMPLES GCRYPT ICU -OPTIONS_DEFAULT= ICU -ICU_DESC= ICU unicode support +OPTIONS_DEFINE= EXAMPLES GCRYPT ICU +OPTIONS_DEFAULT=ICU +ICU_DESC= ICU unicode support -.include +GCRYPT_CMAKE_BOOL= DISABLE_GCRYPT +GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt +ICU_CMAKE_BOOL= DISABLE_ICONV +ICU_LIB_DEPENDS= libicuuc.so:devel/icu +ICU_USE= CXXSTD=gnu++11 +ICU_USES= compiler:c++11-lib +ICU_USES_OFF= iconv -.if ${PORT_OPTIONS:MICU} -USES+= compiler:c++11-lib -USE_CXXSTD= gnu++11 -LIB_DEPENDS+= libicuuc.so:devel/icu -CMAKE_ARGS+= -DDISABLE_ICONV:BOOL=ON -.else -USES+= iconv -CMAKE_ARGS+= -DDISABLE_ICU_LOCALE:BOOL=ON -.endif - -.if ${PORT_OPTIONS:MGCRYPT} -LIB_DEPENDS+= libgcrypt.so:security/libgcrypt -CMAKE_ARGS+= -DDISABLE_GCRYPT:BOOL=OFF -.else -CMAKE_ARGS+= -DDISABLE_GCRYPT:BOOL=ON -.endif - post-patch: - ${REINPLACE_CMD} -e 's/python2/${PYTHON_VERSION}/' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e 's|python2|${PYTHON_VERSION}|' ${WRKSRC}/CMakeLists.txt -post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) +post-install-EXAMPLES-on: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/www/cppcms/distinfo ============================================================================== --- head/www/cppcms/distinfo Sat May 19 11:06:20 2018 (r470377) +++ head/www/cppcms/distinfo Sat May 19 11:06:25 2018 (r470378) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516498677 -SHA256 (cppcms-1.2.0.tar.bz2) = a5a29603269ab65d86f159cce342fba896a9316998a924e2e9f2b65dab9b70b9 -SIZE (cppcms-1.2.0.tar.bz2) = 2234311 +TIMESTAMP = 1526716599 +SHA256 (cppcms-1.2.1.tar.bz2) = 10fec7710409c949a229b9019ea065e25ff5687103037551b6f05716bf6cac52 +SIZE (cppcms-1.2.1.tar.bz2) = 2234368 Modified: head/www/cppcms/pkg-descr ============================================================================== --- head/www/cppcms/pkg-descr Sat May 19 11:06:20 2018 (r470377) +++ head/www/cppcms/pkg-descr Sat May 19 11:06:25 2018 (r470378) @@ -1,11 +1,9 @@ -CppCMS is a free high performance web development framework aimed at -rapid web application development. It differs from most other web -development frameworks like: Python Django, Java Servlets in the -following ways: +CppCMS is a free high performance web development framework (not a CMS) aimed at +rapid web application development. It differs from most other web development +frameworks like: Python Django, Java Servlets in the following ways: +- It is designed and tuned to handle extremely high loads. +- It uses modern C++ as the primary development language in order to achieve the + first goal. +- It is designed for developing both Web Sites and Web Services. -* It is designed and tuned to handle extremely high loads. -* It uses modern C++ as the primary development language in order to - achieve the first goal. -* It is designed for developing both web sites and web services. - -WWW: http://www.cppcms.com +WWW: http://www.cppcms.com/ Modified: head/www/cppcms/pkg-plist ============================================================================== --- head/www/cppcms/pkg-plist Sat May 19 11:06:20 2018 (r470377) +++ head/www/cppcms/pkg-plist Sat May 19 11:06:25 2018 (r470378) @@ -148,7 +148,7 @@ lib/libbooster.so.0.2.0 lib/libcppcms.a lib/libcppcms.so lib/libcppcms.so.1 -lib/libcppcms.so.1.2.0 +lib/libcppcms.so.1.2.1 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio/echo_server.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/autogenerated.doxy From owner-svn-ports-head@freebsd.org Sat May 19 11:06:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C859FEA980A; Sat, 19 May 2018 11:06:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73CC96A0B7; Sat, 19 May 2018 11:06:32 +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 1E4F226301; Sat, 19 May 2018 11:06: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 w4JB6VmD036919; Sat, 19 May 2018 11:06:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6VlB036918; Sat, 19 May 2018 11:06:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6VlB036918@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, 19 May 2018 11:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470379 - head/dns/p5-Tie-DNS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/p5-Tie-DNS X-SVN-Commit-Revision: 470379 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:06:33 -0000 Author: sunpoet Date: Sat May 19 11:06:31 2018 New Revision: 470379 URL: https://svnweb.freebsd.org/changeset/ports/470379 Log: Convert to options target helper - Convert PORTEXAMPLES=* to PLIST entries Modified: head/dns/p5-Tie-DNS/Makefile head/dns/p5-Tie-DNS/pkg-plist Modified: head/dns/p5-Tie-DNS/Makefile ============================================================================== --- head/dns/p5-Tie-DNS/Makefile Sat May 19 11:06:25 2018 (r470378) +++ head/dns/p5-Tie-DNS/Makefile Sat May 19 11:06:31 2018 (r470379) @@ -26,11 +26,9 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 shebangfix -PORTEXAMPLES= * - SHEBANG_FILES= eg/*.pl -post-install: +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/eg/*.pl ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/dns/p5-Tie-DNS/pkg-plist ============================================================================== --- head/dns/p5-Tie-DNS/pkg-plist Sat May 19 11:06:25 2018 (r470378) +++ head/dns/p5-Tie-DNS/pkg-plist Sat May 19 11:06:31 2018 (r470379) @@ -1,2 +1,9 @@ %%SITE_PERL%%/Tie/DNS.pm %%PERL5_MAN3%%/Tie::DNS.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example3.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example4.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example5.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example6.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example7.pl From owner-svn-ports-head@freebsd.org Sat May 19 11:06:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B504BEA982F; Sat, 19 May 2018 11:06: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 668D46A183; Sat, 19 May 2018 11:06: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 413D426302; Sat, 19 May 2018 11:06: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 w4JB6adE037028; Sat, 19 May 2018 11:06:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6aYT037027; Sat, 19 May 2018 11:06:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6aYT037027@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, 19 May 2018 11:06:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470380 - head/math/p5-Math-GSL X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/p5-Math-GSL X-SVN-Commit-Revision: 470380 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:06:37 -0000 Author: sunpoet Date: Sat May 19 11:06:36 2018 New Revision: 470380 URL: https://svnweb.freebsd.org/changeset/ports/470380 Log: Cosmetic change Modified: head/math/p5-Math-GSL/Makefile Modified: head/math/p5-Math-GSL/Makefile ============================================================================== --- head/math/p5-Math-GSL/Makefile Sat May 19 11:06:31 2018 (r470379) +++ head/math/p5-Math-GSL/Makefile Sat May 19 11:06:36 2018 (r470380) @@ -25,6 +25,6 @@ USE_PERL5= modbuild USES= perl5 post-install: - ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} ${STRIP_CMD} + ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" -exec ${STRIP_CMD} {} + .include From owner-svn-ports-head@freebsd.org Sat May 19 11:06:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5EB3EA9872; Sat, 19 May 2018 11:06: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 4B4BA6A254; Sat, 19 May 2018 11:06: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 2130C26303; Sat, 19 May 2018 11:06: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 w4JB6fWI037150; Sat, 19 May 2018 11:06:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6fJ1037148; Sat, 19 May 2018 11:06:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6fJ1037148@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, 19 May 2018 11:06:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470381 - head/astro/py-metpy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/astro/py-metpy X-SVN-Commit-Revision: 470381 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:06:42 -0000 Author: sunpoet Date: Sat May 19 11:06:41 2018 New Revision: 470381 URL: https://svnweb.freebsd.org/changeset/ports/470381 Log: Update to 0.8.0 Changes: https://github.com/Unidata/MetPy/releases Modified: head/astro/py-metpy/Makefile head/astro/py-metpy/distinfo Modified: head/astro/py-metpy/Makefile ============================================================================== --- head/astro/py-metpy/Makefile Sat May 19 11:06:36 2018 (r470380) +++ head/astro/py-metpy/Makefile Sat May 19 11:06:41 2018 (r470381) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metpy -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,8 @@ RUN_DEPENDS= ${ENUM34} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.10.0:math/py-numpy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pint>=0.8:converters/py-pint@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.4:graphics/py-pyproj@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xarray>=0.9.6:devel/py-xarray@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils Modified: head/astro/py-metpy/distinfo ============================================================================== --- head/astro/py-metpy/distinfo Sat May 19 11:06:36 2018 (r470380) +++ head/astro/py-metpy/distinfo Sat May 19 11:06:41 2018 (r470381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521205923 -SHA256 (MetPy-0.7.0.tar.gz) = 1e3693e20b5e8c3e937024df6a83cc890a9bad222b14737fa67054b52b4cde19 -SIZE (MetPy-0.7.0.tar.gz) = 1675847 +TIMESTAMP = 1526673826 +SHA256 (MetPy-0.8.0.tar.gz) = df5e694092a0c427b293885afc331b8780d33ddc2ab31d44749a1c160af6917d +SIZE (MetPy-0.8.0.tar.gz) = 2192866 From owner-svn-ports-head@freebsd.org Sat May 19 11:06:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34A15EA98A6; Sat, 19 May 2018 11:06: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 A4ED06A32E; Sat, 19 May 2018 11:06:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78A0926304; Sat, 19 May 2018 11:06: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 w4JB6lI7037275; Sat, 19 May 2018 11:06:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6lwI037273; Sat, 19 May 2018 11:06:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6lwI037273@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, 19 May 2018 11:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470382 - head/devel/py-gevent X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-gevent X-SVN-Commit-Revision: 470382 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:06:48 -0000 Author: sunpoet Date: Sat May 19 11:06:46 2018 New Revision: 470382 URL: https://svnweb.freebsd.org/changeset/ports/470382 Log: Update to 1.3.1 Changes: https://github.com/gevent/gevent/releases https://github.com/gevent/gevent/blob/master/CHANGES.rst Modified: head/devel/py-gevent/Makefile head/devel/py-gevent/distinfo Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Sat May 19 11:06:41 2018 (r470381) +++ head/devel/py-gevent/Makefile Sat May 19 11:06:46 2018 (r470382) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gevent -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-gevent/distinfo ============================================================================== --- head/devel/py-gevent/distinfo Sat May 19 11:06:41 2018 (r470381) +++ head/devel/py-gevent/distinfo Sat May 19 11:06:46 2018 (r470382) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526148437 -SHA256 (gevent-1.3.0.tar.gz) = 595ef44ddb3dd85529887ba9d9db507a18e3775863119cb506d649a3ace93fd4 -SIZE (gevent-1.3.0.tar.gz) = 4564627 +TIMESTAMP = 1526716137 +SHA256 (gevent-1.3.1.tar.gz) = 600d02a31c08936fe4a5181756009a4a3663403b41bc122df039dae0aa3e3831 +SIZE (gevent-1.3.1.tar.gz) = 4595392 From owner-svn-ports-head@freebsd.org Sat May 19 11:06:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4836EA98D7; Sat, 19 May 2018 11:06: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 ECF2B6A412; Sat, 19 May 2018 11:06: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 B096726305; Sat, 19 May 2018 11:06: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 w4JB6qtF037402; Sat, 19 May 2018 11:06:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6q8N037400; Sat, 19 May 2018 11:06:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6q8N037400@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, 19 May 2018 11:06:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470383 - head/devel/py-xdis X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-xdis X-SVN-Commit-Revision: 470383 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:06:53 -0000 Author: sunpoet Date: Sat May 19 11:06:52 2018 New Revision: 470383 URL: https://svnweb.freebsd.org/changeset/ports/470383 Log: Update to 3.8.2 Changes: https://github.com/rocky/python-xdis/blob/master/NEWS Modified: head/devel/py-xdis/Makefile head/devel/py-xdis/distinfo Modified: head/devel/py-xdis/Makefile ============================================================================== --- head/devel/py-xdis/Makefile Sat May 19 11:06:46 2018 (r470382) +++ head/devel/py-xdis/Makefile Sat May 19 11:06:52 2018 (r470383) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xdis -PORTVERSION= 3.8.1 +PORTVERSION= 3.8.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-xdis/distinfo ============================================================================== --- head/devel/py-xdis/distinfo Sat May 19 11:06:46 2018 (r470382) +++ head/devel/py-xdis/distinfo Sat May 19 11:06:52 2018 (r470383) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523978896 -SHA256 (xdis-3.8.1.tar.gz) = a72dd6dc0b153c7a6c03b82d5da029896c55b7e23bdbe695faf13393214d76ee -SIZE (xdis-3.8.1.tar.gz) = 199713 +TIMESTAMP = 1526716185 +SHA256 (xdis-3.8.2.tar.gz) = e8548be5a386f51a6a0295e033984869ed71191879adc3d5aed17cd4a030ad8f +SIZE (xdis-3.8.2.tar.gz) = 184796 From owner-svn-ports-head@freebsd.org Sat May 19 11:07:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 187D0EA9903; Sat, 19 May 2018 11:07: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 2AE986A50D; Sat, 19 May 2018 11:06:58 +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 4538026306; Sat, 19 May 2018 11:06: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 w4JB6wCn037550; Sat, 19 May 2018 11:06:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6vqb037547; Sat, 19 May 2018 11:06:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6vqb037547@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, 19 May 2018 11:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470384 - in head/ftp/py-tftpy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/ftp/py-tftpy: . files X-SVN-Commit-Revision: 470384 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:00 -0000 Author: sunpoet Date: Sat May 19 11:06:57 2018 New Revision: 470384 URL: https://svnweb.freebsd.org/changeset/ports/470384 Log: Update to 0.7.0 - Change MASTER_SITES to CHEESESHOP - Update COMMENT - Update pkg-descr - Update WWW - Add GitHub repository to WWW Changes: https://github.com/msoulier/tftpy/blob/master/README https://github.com/msoulier/tftpy/blob/master/ChangeLog Deleted: head/ftp/py-tftpy/files/ Modified: head/ftp/py-tftpy/Makefile head/ftp/py-tftpy/distinfo head/ftp/py-tftpy/pkg-descr Modified: head/ftp/py-tftpy/Makefile ============================================================================== --- head/ftp/py-tftpy/Makefile Sat May 19 11:06:52 2018 (r470383) +++ head/ftp/py-tftpy/Makefile Sat May 19 11:06:57 2018 (r470384) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= tftpy -PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTVERSION= 0.7.0 CATEGORIES= ftp python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Pure Python TFTP Implementation +COMMENT= Pure Python TFTP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING @@ -16,9 +16,5 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python - -GH_ACCOUNT= msoulier -GH_TAGNAME= c5a7b52 -USE_GITHUB= yes .include Modified: head/ftp/py-tftpy/distinfo ============================================================================== --- head/ftp/py-tftpy/distinfo Sat May 19 11:06:52 2018 (r470383) +++ head/ftp/py-tftpy/distinfo Sat May 19 11:06:57 2018 (r470384) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489402358 -SHA256 (msoulier-tftpy-0.6.2-c5a7b52_GH0.tar.gz) = d294e263b181e35327d4f316d7fd13295056a0ea03b1187836d54496a0a9863c -SIZE (msoulier-tftpy-0.6.2-c5a7b52_GH0.tar.gz) = 820065 +TIMESTAMP = 1526718503 +SHA256 (tftpy-0.7.0.tar.gz) = 5495d387b5b8338b1c88a8c1cb4f282ef130c4f0bef9caa56db32467854c76bd +SIZE (tftpy-0.7.0.tar.gz) = 32252 Modified: head/ftp/py-tftpy/pkg-descr ============================================================================== --- head/ftp/py-tftpy/pkg-descr Sat May 19 11:06:52 2018 (r470383) +++ head/ftp/py-tftpy/pkg-descr Sat May 19 11:06:57 2018 (r470384) @@ -1,3 +1,7 @@ -TFTPy is a Pure Python TFTP Implementation. +Tftpy is a TFTP library for the Python programming language. It includes client +and server classes, with sample implementations. Hooks are included for easy +inclusion in a UI for populating progress indicators. It supports RFCs 1350, +2347, 2348 and the tsize option from RFC 2349. -WWW: http://tftpy.sourceforge.net/ +WWW: https://pypi.org/project/tftpy/ +WWW: https://github.com/msoulier/tftpy From owner-svn-ports-head@freebsd.org Sat May 19 11:07:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5790AEA9928; Sat, 19 May 2018 11:07: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 EE1D56A585; Sat, 19 May 2018 11:07: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 D005B26307; Sat, 19 May 2018 11:07: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 w4JB72cb037665; Sat, 19 May 2018 11:07:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB726J037664; Sat, 19 May 2018 11:07:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB726J037664@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, 19 May 2018 11:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470385 - head/math/py-statsmodels X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-statsmodels X-SVN-Commit-Revision: 470385 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:03 -0000 Author: sunpoet Date: Sat May 19 11:07:02 2018 New Revision: 470385 URL: https://svnweb.freebsd.org/changeset/ports/470385 Log: Cosmetic change Modified: head/math/py-statsmodels/Makefile Modified: head/math/py-statsmodels/Makefile ============================================================================== --- head/math/py-statsmodels/Makefile Sat May 19 11:06:57 2018 (r470384) +++ head/math/py-statsmodels/Makefile Sat May 19 11:07:02 2018 (r470385) @@ -29,7 +29,7 @@ PORTEXAMPLES= * SHEBANG_GLOB= *.py post-install: - ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' | ${XARGS} ${STRIP_CMD} + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sat May 19 11:07:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F77EEA9956; Sat, 19 May 2018 11:07: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 A00AE6A66B; Sat, 19 May 2018 11:07: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 72A5726308; Sat, 19 May 2018 11:07: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 w4JB78It037790; Sat, 19 May 2018 11:07:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB78xx037789; Sat, 19 May 2018 11:07:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB78xx037789@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, 19 May 2018 11:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470386 - 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: 470386 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:09 -0000 Author: sunpoet Date: Sat May 19 11:07:07 2018 New Revision: 470386 URL: https://svnweb.freebsd.org/changeset/ports/470386 Log: Update to 2.11.53 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 Sat May 19 11:07:02 2018 (r470385) +++ head/devel/rubygem-aws-sdk-core/Makefile Sat May 19 11:07:07 2018 (r470386) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -DISTVERSION= 2.11.52 +DISTVERSION= 2.11.53 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Sat May 19 11:07:02 2018 (r470385) +++ head/devel/rubygem-aws-sdk-core/distinfo Sat May 19 11:07:07 2018 (r470386) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526673840 -SHA256 (rubygem/aws-sdk-core-2.11.52.gem) = 6d5603fc1d149a0ffbd1909d4d7c947d81cfd21b0a1739da086b75436c6694b1 -SIZE (rubygem/aws-sdk-core-2.11.52.gem) = 1268224 +TIMESTAMP = 1526716198 +SHA256 (rubygem/aws-sdk-core-2.11.53.gem) = 81a990b08de9542171a93732acef155e7ee5547ef62959e1811ecf40eb80ed16 +SIZE (rubygem/aws-sdk-core-2.11.53.gem) = 1268224 From owner-svn-ports-head@freebsd.org Sat May 19 11:07:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB6F4EA9981; Sat, 19 May 2018 11:07:14 +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 3082F6A757; Sat, 19 May 2018 11:07:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC0E726309; Sat, 19 May 2018 11:07: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 w4JB7DMd037913; Sat, 19 May 2018 11:07:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB7DHS037911; Sat, 19 May 2018 11:07:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB7DHS037911@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, 19 May 2018 11:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470387 - 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: 470387 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:14 -0000 Author: sunpoet Date: Sat May 19 11:07:13 2018 New Revision: 470387 URL: https://svnweb.freebsd.org/changeset/ports/470387 Log: Update to 2.11.53 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 Sat May 19 11:07:07 2018 (r470386) +++ head/devel/rubygem-aws-sdk-resources/Makefile Sat May 19 11:07:13 2018 (r470387) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -DISTVERSION= 2.11.52 +DISTVERSION= 2.11.53 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Sat May 19 11:07:07 2018 (r470386) +++ head/devel/rubygem-aws-sdk-resources/distinfo Sat May 19 11:07:13 2018 (r470387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526673850 -SHA256 (rubygem/aws-sdk-resources-2.11.52.gem) = 73746b2ae038ac7255629238a061e47c58395ef60f6cff5822cb033030d71f88 -SIZE (rubygem/aws-sdk-resources-2.11.52.gem) = 48640 +TIMESTAMP = 1526716208 +SHA256 (rubygem/aws-sdk-resources-2.11.53.gem) = 12801b420c69c58cd06f5996dc7907b5b7a4bf2c6129575ea606bbfe392fd356 +SIZE (rubygem/aws-sdk-resources-2.11.53.gem) = 48640 From owner-svn-ports-head@freebsd.org Sat May 19 11:07:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C200EA99B0; Sat, 19 May 2018 11:07:22 +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 3857C6A854; Sat, 19 May 2018 11:07:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55F332630A; Sat, 19 May 2018 11:07:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JB7JPQ038053; Sat, 19 May 2018 11:07:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB7IX2038051; Sat, 19 May 2018 11:07:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB7IX2038051@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, 19 May 2018 11:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470388 - 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: 470388 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:22 -0000 Author: sunpoet Date: Sat May 19 11:07:18 2018 New Revision: 470388 URL: https://svnweb.freebsd.org/changeset/ports/470388 Log: Update to 2.11.53 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 Sat May 19 11:07:13 2018 (r470387) +++ head/devel/rubygem-aws-sdk/Makefile Sat May 19 11:07:18 2018 (r470388) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -DISTVERSION= 2.11.52 +DISTVERSION= 2.11.53 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Sat May 19 11:07:13 2018 (r470387) +++ head/devel/rubygem-aws-sdk/distinfo Sat May 19 11:07:18 2018 (r470388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526673859 -SHA256 (rubygem/aws-sdk-2.11.52.gem) = bf38a2d32534a6584aeea8e6ee58cd3399a9f04e339366d42f6b8251cba10d24 -SIZE (rubygem/aws-sdk-2.11.52.gem) = 4608 +TIMESTAMP = 1526716217 +SHA256 (rubygem/aws-sdk-2.11.53.gem) = d06a32da5a42bbceae328e981e40c7c7939d05d34e781d722e2952ee8efd14b5 +SIZE (rubygem/aws-sdk-2.11.53.gem) = 4608 From owner-svn-ports-head@freebsd.org Sat May 19 11:07:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21CE2EA99D5; Sat, 19 May 2018 11:07: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 C852F6A8D9; Sat, 19 May 2018 11:07:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A95F12630B; Sat, 19 May 2018 11:07:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JB7Ogf038179; Sat, 19 May 2018 11:07:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB7OMI038178; Sat, 19 May 2018 11:07:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB7OMI038178@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, 19 May 2018 11:07:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470389 - head/net/rubygem-fog-aliyun X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-fog-aliyun X-SVN-Commit-Revision: 470389 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:25 -0000 Author: sunpoet Date: Sat May 19 11:07:24 2018 New Revision: 470389 URL: https://svnweb.freebsd.org/changeset/ports/470389 Log: Update to 0.2.2 Changes: https://github.com/fog/fog-aliyun/commits/master Modified: head/net/rubygem-fog-aliyun/Makefile head/net/rubygem-fog-aliyun/distinfo Modified: head/net/rubygem-fog-aliyun/Makefile ============================================================================== --- head/net/rubygem-fog-aliyun/Makefile Sat May 19 11:07:18 2018 (r470388) +++ head/net/rubygem-fog-aliyun/Makefile Sat May 19 11:07:24 2018 (r470389) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-aliyun -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-aliyun/distinfo ============================================================================== --- head/net/rubygem-fog-aliyun/distinfo Sat May 19 11:07:18 2018 (r470388) +++ head/net/rubygem-fog-aliyun/distinfo Sat May 19 11:07:24 2018 (r470389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523717894 -SHA256 (rubygem/fog-aliyun-0.2.1.gem) = 2721d3358ea234ca45ace873a6ca77bbf7f9d6e5c7b0670fc6fd200916d2063a -SIZE (rubygem/fog-aliyun-0.2.1.gem) = 42496 +TIMESTAMP = 1526716228 +SHA256 (rubygem/fog-aliyun-0.2.2.gem) = 89bbe8a722eaf83a9dbda779793cd32cc45bf1fa99e7536ce9dd2853a2b66eb1 +SIZE (rubygem/fog-aliyun-0.2.2.gem) = 43008 From owner-svn-ports-head@freebsd.org Sat May 19 11:07:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63633EA9A1D; Sat, 19 May 2018 11:07: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 5B3196A9D5; Sat, 19 May 2018 11:07: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 006B82630C; Sat, 19 May 2018 11:07:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JB7ThS038304; Sat, 19 May 2018 11:07:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB7T3B038303; Sat, 19 May 2018 11:07:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB7T3B038303@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, 19 May 2018 11:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470390 - head/net/rubygem-fog-aws X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-fog-aws X-SVN-Commit-Revision: 470390 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:31 -0000 Author: sunpoet Date: Sat May 19 11:07:29 2018 New Revision: 470390 URL: https://svnweb.freebsd.org/changeset/ports/470390 Log: Update to 3.0.0 Changes: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-aws/Makefile head/net/rubygem-fog-aws/distinfo Modified: head/net/rubygem-fog-aws/Makefile ============================================================================== --- head/net/rubygem-fog-aws/Makefile Sat May 19 11:07:24 2018 (r470389) +++ head/net/rubygem-fog-aws/Makefile Sat May 19 11:07:29 2018 (r470390) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-aws -PORTVERSION= 2.0.1 +PORTVERSION= 3.0.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,8 +12,8 @@ COMMENT= Module for the 'fog' gem to support Amazon We LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-fog-core1>=1.38:devel/rubygem-fog-core1 \ - rubygem-fog-json>=1.0:devel/rubygem-fog-json \ +RUN_DEPENDS= rubygem-fog-core>=2.1:devel/rubygem-fog-core \ + rubygem-fog-json>=1.1:devel/rubygem-fog-json \ rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \ rubygem-ipaddress>=0.8:net/rubygem-ipaddress Modified: head/net/rubygem-fog-aws/distinfo ============================================================================== --- head/net/rubygem-fog-aws/distinfo Sat May 19 11:07:24 2018 (r470389) +++ head/net/rubygem-fog-aws/distinfo Sat May 19 11:07:29 2018 (r470390) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519911622 -SHA256 (rubygem/fog-aws-2.0.1.gem) = e3c5fa9cbff08115f5c0bee527f7f0c171604f4980d7ffee33f863b8df5a5303 -SIZE (rubygem/fog-aws-2.0.1.gem) = 540160 +TIMESTAMP = 1526716240 +SHA256 (rubygem/fog-aws-3.0.0.gem) = 1755d89ac9a43b991488a1247e674a276e325d9f23cee356c5ae63fe2eadc4eb +SIZE (rubygem/fog-aws-3.0.0.gem) = 540672 From owner-svn-ports-head@freebsd.org Sat May 19 11:07:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77C32EA9A5E; Sat, 19 May 2018 11:07: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 B73596AA94; Sat, 19 May 2018 11:07: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 58E332630D; Sat, 19 May 2018 11:07: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 w4JB7ZfO038426; Sat, 19 May 2018 11:07:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB7YiB038424; Sat, 19 May 2018 11:07:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB7YiB038424@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, 19 May 2018 11:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470391 - head/net/rubygem-fog-vsphere X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-fog-vsphere X-SVN-Commit-Revision: 470391 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:36 -0000 Author: sunpoet Date: Sat May 19 11:07:34 2018 New Revision: 470391 URL: https://svnweb.freebsd.org/changeset/ports/470391 Log: Update to 2.2.0 Changes: https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-vsphere/Makefile head/net/rubygem-fog-vsphere/distinfo Modified: head/net/rubygem-fog-vsphere/Makefile ============================================================================== --- head/net/rubygem-fog-vsphere/Makefile Sat May 19 11:07:29 2018 (r470390) +++ head/net/rubygem-fog-vsphere/Makefile Sat May 19 11:07:34 2018 (r470391) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-vsphere -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-vsphere/distinfo ============================================================================== --- head/net/rubygem-fog-vsphere/distinfo Sat May 19 11:07:29 2018 (r470390) +++ head/net/rubygem-fog-vsphere/distinfo Sat May 19 11:07:34 2018 (r470391) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523978911 -SHA256 (rubygem/fog-vsphere-2.1.1.gem) = ef7d6d9de2b575df0a61f8cd3368bcd218f347cd28668a311c5b9f9541e9f5f2 -SIZE (rubygem/fog-vsphere-2.1.1.gem) = 69632 +TIMESTAMP = 1526716250 +SHA256 (rubygem/fog-vsphere-2.2.0.gem) = 15d76893e03d63408ab4b70e0f1249c9a2b8c9f3064ee182fe98b323331edbed +SIZE (rubygem/fog-vsphere-2.2.0.gem) = 71168 From owner-svn-ports-head@freebsd.org Sat May 19 11:07:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEBECEA9A91; Sat, 19 May 2018 11:07:40 +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 4BDC86AB4E; Sat, 19 May 2018 11:07: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 0A4882630E; Sat, 19 May 2018 11:07: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 w4JB7dj0038537; Sat, 19 May 2018 11:07:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB7d2L038536; Sat, 19 May 2018 11:07:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB7d2L038536@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, 19 May 2018 11:07:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470392 - head/www/rubygem-webpack-rails X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-webpack-rails X-SVN-Commit-Revision: 470392 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:41 -0000 Author: sunpoet Date: Sat May 19 11:07:39 2018 New Revision: 470392 URL: https://svnweb.freebsd.org/changeset/ports/470392 Log: Extend EXPIRATION_DATE to 2018-06-30 Modified: head/www/rubygem-webpack-rails/Makefile Modified: head/www/rubygem-webpack-rails/Makefile ============================================================================== --- head/www/rubygem-webpack-rails/Makefile Sat May 19 11:07:34 2018 (r470391) +++ head/www/rubygem-webpack-rails/Makefile Sat May 19 11:07:39 2018 (r470392) @@ -16,7 +16,7 @@ RUN_DEPENDS= rubygem-railties4>=3.2.0:www/rubygem-rail # www/gitlab still depends on this port DEPRECATED= Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead -EXPIRATION_DATE=2018-03-31 +EXPIRATION_DATE=2018-06-30 NO_ARCH= yes USE_RUBY= yes From owner-svn-ports-head@freebsd.org Sat May 19 11:07:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EEF8EA9AC4; Sat, 19 May 2018 11:07: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 6AC826AC56; Sat, 19 May 2018 11:07: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 892C12630F; Sat, 19 May 2018 11:07: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 w4JB7j5h038662; Sat, 19 May 2018 11:07:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB7j7a038660; Sat, 19 May 2018 11:07:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB7j7a038660@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, 19 May 2018 11:07:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470393 - head/net/p5-Net-Frame-Dump X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-Net-Frame-Dump X-SVN-Commit-Revision: 470393 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:47 -0000 Author: sunpoet Date: Sat May 19 11:07:44 2018 New Revision: 470393 URL: https://svnweb.freebsd.org/changeset/ports/470393 Log: Update to 1.16 Changes: https://metacpan.org/changes/distribution/Net-Frame-Dump Modified: head/net/p5-Net-Frame-Dump/Makefile head/net/p5-Net-Frame-Dump/distinfo Modified: head/net/p5-Net-Frame-Dump/Makefile ============================================================================== --- head/net/p5-Net-Frame-Dump/Makefile Sat May 19 11:07:39 2018 (r470392) +++ head/net/p5-Net-Frame-Dump/Makefile Sat May 19 11:07:44 2018 (r470393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Frame-Dump -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Frame-Dump/distinfo ============================================================================== --- head/net/p5-Net-Frame-Dump/distinfo Sat May 19 11:07:39 2018 (r470392) +++ head/net/p5-Net-Frame-Dump/distinfo Sat May 19 11:07:44 2018 (r470393) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525281445 -SHA256 (Net-Frame-Dump-1.15.tar.gz) = ebf32dfd793e9008162d4f68d48f4b665de18025ab125333ad9128cd9469ded3 -SIZE (Net-Frame-Dump-1.15.tar.gz) = 19246 +TIMESTAMP = 1526716265 +SHA256 (Net-Frame-Dump-1.16.tar.gz) = 46b0b23f70baba4f7881a3dd8846e74534ab75725927368195e22d11bebb93d6 +SIZE (Net-Frame-Dump-1.16.tar.gz) = 19354 From owner-svn-ports-head@freebsd.org Sat May 19 11:07:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E881AEA9AEB; Sat, 19 May 2018 11:07: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 977216ACD8; Sat, 19 May 2018 11:07: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 7907A26310; Sat, 19 May 2018 11:07: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 w4JB7opD038784; Sat, 19 May 2018 11:07:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB7oko038782; Sat, 19 May 2018 11:07:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB7oko038782@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, 19 May 2018 11:07:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470394 - head/textproc/p5-Lingua-EN-Tagger X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Lingua-EN-Tagger X-SVN-Commit-Revision: 470394 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:51 -0000 Author: sunpoet Date: Sat May 19 11:07:49 2018 New Revision: 470394 URL: https://svnweb.freebsd.org/changeset/ports/470394 Log: Update to 0.29 Changes: https://metacpan.org/changes/distribution/Lingua-EN-Tagger Modified: head/textproc/p5-Lingua-EN-Tagger/Makefile head/textproc/p5-Lingua-EN-Tagger/distinfo Modified: head/textproc/p5-Lingua-EN-Tagger/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Tagger/Makefile Sat May 19 11:07:44 2018 (r470393) +++ head/textproc/p5-Lingua-EN-Tagger/Makefile Sat May 19 11:07:49 2018 (r470394) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Tagger -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Lingua-EN-Tagger/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Tagger/distinfo Sat May 19 11:07:44 2018 (r470393) +++ head/textproc/p5-Lingua-EN-Tagger/distinfo Sat May 19 11:07:49 2018 (r470394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482566227 -SHA256 (Lingua-EN-Tagger-0.28.tar.gz) = 0a33175de9d770021270855c064aaa7199c2c3c96a41fb1a28418783da10a2e6 -SIZE (Lingua-EN-Tagger-0.28.tar.gz) = 262942 +TIMESTAMP = 1526716282 +SHA256 (Lingua-EN-Tagger-0.29.tar.gz) = ca96746c4f704f810630f1ddb5134104cc1985ac609030a380f3d61940b05a37 +SIZE (Lingua-EN-Tagger-0.29.tar.gz) = 263947 From owner-svn-ports-head@freebsd.org Sat May 19 11:07:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29E16EA9B35; Sat, 19 May 2018 11:07:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A2006ADC9; Sat, 19 May 2018 11:07: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 2A59D26311; Sat, 19 May 2018 11:07: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 w4JB7uYv038909; Sat, 19 May 2018 11:07:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB7tX0038907; Sat, 19 May 2018 11:07:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191107.w4JB7tX0038907@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, 19 May 2018 11:07:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470395 - 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: 470395 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:07:57 -0000 Author: sunpoet Date: Sat May 19 11:07:55 2018 New Revision: 470395 URL: https://svnweb.freebsd.org/changeset/ports/470395 Log: Update to 3.1.9 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 Modified: head/devel/py-pymarc/Makefile ============================================================================== --- head/devel/py-pymarc/Makefile Sat May 19 11:07:49 2018 (r470394) +++ head/devel/py-pymarc/Makefile Sat May 19 11:07:55 2018 (r470395) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymarc -PORTVERSION= 3.1.8 +PORTVERSION= 3.1.9 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP Modified: head/devel/py-pymarc/distinfo ============================================================================== --- head/devel/py-pymarc/distinfo Sat May 19 11:07:49 2018 (r470394) +++ head/devel/py-pymarc/distinfo Sat May 19 11:07:55 2018 (r470395) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523379164 -SHA256 (pymarc-3.1.8.tar.gz) = 9a10c4e25ba6123333c7bdbddd616523861e5dc2809c61febd4b3ea8ce532e2f -SIZE (pymarc-3.1.8.tar.gz) = 229359 +TIMESTAMP = 1526716303 +SHA256 (pymarc-3.1.9.tar.gz) = 392a7239ff6522b1ea3140a13de491106d2286397ac14eda0621c70fd9426494 +SIZE (pymarc-3.1.9.tar.gz) = 231638 From owner-svn-ports-head@freebsd.org Sat May 19 11:08:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53F05EA9B62; Sat, 19 May 2018 11:08: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 598AA6AEBE; Sat, 19 May 2018 11:08: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 EA5DB26312; Sat, 19 May 2018 11:08: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 w4JB81fu039052; Sat, 19 May 2018 11:08:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB817X039049; Sat, 19 May 2018 11:08:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191108.w4JB817X039049@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, 19 May 2018 11:08:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470396 - head/devel/rubygem-statsd-instrument X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-statsd-instrument X-SVN-Commit-Revision: 470396 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:08:03 -0000 Author: sunpoet Date: Sat May 19 11:08:01 2018 New Revision: 470396 URL: https://svnweb.freebsd.org/changeset/ports/470396 Log: Update to 2.2.0 - Update WWW Changes: https://github.com/Shopify/statsd-instrument/blob/master/CHANGELOG.md Modified: head/devel/rubygem-statsd-instrument/Makefile head/devel/rubygem-statsd-instrument/distinfo head/devel/rubygem-statsd-instrument/pkg-descr Modified: head/devel/rubygem-statsd-instrument/Makefile ============================================================================== --- head/devel/rubygem-statsd-instrument/Makefile Sat May 19 11:07:55 2018 (r470395) +++ head/devel/rubygem-statsd-instrument/Makefile Sat May 19 11:08:01 2018 (r470396) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= statsd-instrument -PORTVERSION= 2.1.4 +PORTVERSION= 2.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-statsd-instrument/distinfo ============================================================================== --- head/devel/rubygem-statsd-instrument/distinfo Sat May 19 11:07:55 2018 (r470395) +++ head/devel/rubygem-statsd-instrument/distinfo Sat May 19 11:08:01 2018 (r470396) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501153982 -SHA256 (rubygem/statsd-instrument-2.1.4.gem) = e06c2144f94d76daa468220a9d77de236d738a7d0256576b85fd254a536b6c94 -SIZE (rubygem/statsd-instrument-2.1.4.gem) = 26624 +TIMESTAMP = 1526716314 +SHA256 (rubygem/statsd-instrument-2.2.0.gem) = 77405cbf475d9c816d3e90d51816b5a4dc10453aedd78a1749a0d485f39b2153 +SIZE (rubygem/statsd-instrument-2.2.0.gem) = 28160 Modified: head/devel/rubygem-statsd-instrument/pkg-descr ============================================================================== --- head/devel/rubygem-statsd-instrument/pkg-descr Sat May 19 11:07:55 2018 (r470395) +++ head/devel/rubygem-statsd-instrument/pkg-descr Sat May 19 11:08:01 2018 (r470396) @@ -6,4 +6,4 @@ but unreliable. There is no guarantee that your data location. In other words, fire and forget. This is perfect for this use case because it means your code does not get bogged down trying to log statistics. -WWW: https://github.com/Shopify/statsd-instrument/ +WWW: https://github.com/Shopify/statsd-instrument From owner-svn-ports-head@freebsd.org Sat May 19 11:08:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDB12EA9B96; Sat, 19 May 2018 11:08: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 B8FD96AF83; Sat, 19 May 2018 11:08: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 5D86C26313; Sat, 19 May 2018 11:08: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 w4JB87Bf039176; Sat, 19 May 2018 11:08:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB86XU039174; Sat, 19 May 2018 11:08:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191108.w4JB86XU039174@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, 19 May 2018 11:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470397 - head/www/rubygem-rack-timeout X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rack-timeout X-SVN-Commit-Revision: 470397 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:08:09 -0000 Author: sunpoet Date: Sat May 19 11:08:06 2018 New Revision: 470397 URL: https://svnweb.freebsd.org/changeset/ports/470397 Log: Update to 0.5.0 Changes: https://github.com/heroku/rack-timeout/blob/master/CHANGELOG Modified: head/www/rubygem-rack-timeout/Makefile head/www/rubygem-rack-timeout/distinfo Modified: head/www/rubygem-rack-timeout/Makefile ============================================================================== --- head/www/rubygem-rack-timeout/Makefile Sat May 19 11:08:01 2018 (r470396) +++ head/www/rubygem-rack-timeout/Makefile Sat May 19 11:08:06 2018 (r470397) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rack-timeout -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/www/rubygem-rack-timeout/distinfo ============================================================================== --- head/www/rubygem-rack-timeout/distinfo Sat May 19 11:08:01 2018 (r470396) +++ head/www/rubygem-rack-timeout/distinfo Sat May 19 11:08:06 2018 (r470397) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492171633 -SHA256 (rubygem/rack-timeout-0.4.2.gem) = b6268bba8794c702b024f835a0e1854a67d7e75cbd5323d982185fdd3fa2a153 -SIZE (rubygem/rack-timeout-0.4.2.gem) = 22016 +TIMESTAMP = 1526716323 +SHA256 (rubygem/rack-timeout-0.5.0.gem) = 11f9499c166e8a7e8589efc6cd5d02cbbf48df180b6bb78c2c89223f1c66fe4d +SIZE (rubygem/rack-timeout-0.5.0.gem) = 22016 From owner-svn-ports-head@freebsd.org Sat May 19 11:08:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5743EA9BF1; Sat, 19 May 2018 11:08:11 +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 628D36B016; Sat, 19 May 2018 11:08:11 +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 44C0926314; Sat, 19 May 2018 11:08:11 +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 w4JB8BpY039400; Sat, 19 May 2018 11:08:11 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB89Zj039392; Sat, 19 May 2018 11:08:09 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201805191108.w4JB89Zj039392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 19 May 2018 11:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470398 - in head: Mk/Uses x11-themes x11-themes/kf5-qqc2-desktop-style x11/kf5-frameworks X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: Mk/Uses x11-themes x11-themes/kf5-qqc2-desktop-style x11/kf5-frameworks X-SVN-Commit-Revision: 470398 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:08:12 -0000 Author: tcberner Date: Sat May 19 11:08:09 2018 New Revision: 470398 URL: https://svnweb.freebsd.org/changeset/ports/470398 Log: New port: x11-themes/kf5-qqc2-desktop-style -- Qt QuickControl2 style for KDE Added: head/x11-themes/kf5-qqc2-desktop-style/ head/x11-themes/kf5-qqc2-desktop-style/Makefile (contents, props changed) head/x11-themes/kf5-qqc2-desktop-style/distinfo (contents, props changed) head/x11-themes/kf5-qqc2-desktop-style/pkg-descr (contents, props changed) head/x11-themes/kf5-qqc2-desktop-style/pkg-plist (contents, props changed) Modified: head/Mk/Uses/kde.mk head/x11-themes/Makefile head/x11/kf5-frameworks/Makefile Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Sat May 19 11:08:06 2018 (r470397) +++ head/Mk/Uses/kde.mk Sat May 19 11:08:09 2018 (r470398) @@ -245,9 +245,9 @@ _USE_KDE4_ALL+= ${_USE_KDE_BOTH} # that our list of frameworks matches the structure offered upstream. _USE_FRAMEWORKS_TIER1= apidox archive attica5 breeze-icons codecs config \ coreaddons dbusaddons dnssd holidays i18n idletime itemmodels \ - itemviews kirigami2 oxygen-icons5 plotting prison solid \ - sonnet syntaxhighlighting threadweaver wayland \ - widgetsaddons windowsystem + itemviews kirigami2 oxygen-icons5 plotting prison \ + qqc2-desktop-style solid sonnet syntaxhighlighting \ + threadweaver wayland widgetsaddons windowsystem # NOT LISTED TIER1: modemmanagerqt networkmanagerqt (not applicable) _USE_FRAMEWORKS_TIER2= auth completion crash doctools \ @@ -577,6 +577,9 @@ pty_LIB= libKF5Pty.so purpose_PORT= misc/kf5-purpose purpose_LIB= libKF5Purpose.so + +qqc2-desktop-style_PORT= x11-themes/kf5-qqc2-desktop-style +qqc2-desktop-style_PATH= ${QT_PLUGINDIR}/kf5/kirigami/org.kde.desktop.so runner_PORT= x11/kf5-krunner runner_LIB= libKF5Runner.so Modified: head/x11-themes/Makefile ============================================================================== --- head/x11-themes/Makefile Sat May 19 11:08:06 2018 (r470397) +++ head/x11-themes/Makefile Sat May 19 11:08:09 2018 (r470398) @@ -124,6 +124,7 @@ SUBDIR += kf5-kemoticons SUBDIR += kf5-kiconthemes SUBDIR += kf5-oxygen-icons5 + SUBDIR += kf5-qqc2-desktop-style SUBDIR += lumina-themes SUBDIR += lxappearance SUBDIR += lxde-icon-theme Added: head/x11-themes/kf5-qqc2-desktop-style/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/kf5-qqc2-desktop-style/Makefile Sat May 19 11:08:09 2018 (r470398) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= qqc2-desktop-style +DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= x11-themes kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt QuickControl2 style for KDE + +USES= cmake:outsource kde:5 pkgconfig tar:xz +USE_KDE= auth codecs config configwidgets coreaddons ecm iconthemes \ + kirigami2 widgetsaddons +USE_QT5= gui network qml quick widgets xml \ + buildtools_build core qmake_build + +.include Added: head/x11-themes/kf5-qqc2-desktop-style/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/kf5-qqc2-desktop-style/distinfo Sat May 19 11:08:09 2018 (r470398) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526574050 +SHA256 (KDE/frameworks/5.46.0/qqc2-desktop-style-5.46.0.tar.xz) = 2171d374618371e1bea99ee43510046ae3782fbcaa033bbd14bf294b2606d441 +SIZE (KDE/frameworks/5.46.0/qqc2-desktop-style-5.46.0.tar.xz) = 39376 Added: head/x11-themes/kf5-qqc2-desktop-style/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/kf5-qqc2-desktop-style/pkg-descr Sat May 19 11:08:09 2018 (r470398) @@ -0,0 +1,5 @@ +This is a style for QtQuickControls 2 that uses QWidget's QStyle +for painting, making possible to achieve an higher deree of +consistency between QWidget-based and QML-based apps. + +WWW: http://www.kde.org Added: head/x11-themes/kf5-qqc2-desktop-style/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/kf5-qqc2-desktop-style/pkg-plist Sat May 19 11:08:09 2018 (r470398) @@ -0,0 +1,47 @@ +lib/cmake/KF5QQC2DeskopStyle/KF5QQC2DeskopStyleConfig.cmake +lib/cmake/KF5QQC2DeskopStyle/KF5QQC2DeskopStyleConfigVersion.cmake +%%QT_PLUGINDIR%%/kf5/kirigami/org.kde.desktop.so +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/BusyIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Button.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/CheckBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/CheckDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/CheckIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Container.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Control.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/DelayButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Dial.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Dialog.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/DialogButtonBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Drawer.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Frame.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/GroupBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/ItemDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Label.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Menu.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/MenuBarItem.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/MenuItem.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Popup.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/ProgressBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/RadioButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/RadioDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/RadioIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/RangeSlider.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/RoundButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/ScrollBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/ScrollView.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Slider.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/SpinBox.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/Switch.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/SwitchDelegate.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/SwitchIndicator.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/TabBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/TabButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/TextArea.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/TextField.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/ToolBar.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/ToolButton.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/ToolTip.qml +%%QT_QMLDIR%%/QtQuick/Controls.2/org.kde.desktop/private/DefaultListItemBackground.qml +%%QT_QMLDIR%%/org/kde/qqc2desktopstyle/private/libqqc2desktopstyleplugin.so +%%QT_QMLDIR%%/org/kde/qqc2desktopstyle/private/qmldir Modified: head/x11/kf5-frameworks/Makefile ============================================================================== --- head/x11/kf5-frameworks/Makefile Sat May 19 11:08:06 2018 (r470397) +++ head/x11/kf5-frameworks/Makefile Sat May 19 11:08:09 2018 (r470398) @@ -2,6 +2,7 @@ PORTNAME= frameworks DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde PKGNAMEPREFIX= kf5- From owner-svn-ports-head@freebsd.org Sat May 19 11:08:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD531EA9C0D; Sat, 19 May 2018 11:08: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 E1AAF6B051; Sat, 19 May 2018 11:08: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 63FC226315; Sat, 19 May 2018 11:08: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 w4JB8C5F039503; Sat, 19 May 2018 11:08:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB8C5W039502; Sat, 19 May 2018 11:08:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191108.w4JB8C5W039502@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, 19 May 2018 11:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470399 - head/www/gitlab X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/gitlab X-SVN-Commit-Revision: 470399 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:08:13 -0000 Author: sunpoet Date: Sat May 19 11:08:11 2018 New Revision: 470399 URL: https://svnweb.freebsd.org/changeset/ports/470399 Log: Change RUN_DEPENDS from rubygem-fog-aws to rubygem-fog-aws2 - Bump PORTREVISION for dependency change Modified: head/www/gitlab/Makefile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Sat May 19 11:08:09 2018 (r470398) +++ head/www/gitlab/Makefile Sat May 19 11:08:11 2018 (r470399) @@ -3,8 +3,8 @@ PORTNAME= gitlab PORTVERSION= 10.7.3 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -82,7 +82,7 @@ RUN_DEPENDS= git>=2.16.2:devel/git \ rubygem-hamlit26>=2.6.1:www/rubygem-hamlit26 \ rubygem-carrierwave>=1.1:www/rubygem-carrierwave \ rubygem-dropzonejs-rails07>=0.7.1:www/rubygem-dropzonejs-rails07 \ - rubygem-fog-aws>=2.0.1:net/rubygem-fog-aws \ + rubygem-fog-aws2>=2.0.1:net/rubygem-fog-aws2 \ rubygem-fog-core1>=1.44:devel/rubygem-fog-core1 \ rubygem-fog-google>=1.3.3:net/rubygem-fog-google \ rubygem-fog-local>=0.3:net/rubygem-fog-local \ From owner-svn-ports-head@freebsd.org Sat May 19 11:08:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EBA4EA9C51; Sat, 19 May 2018 11:08: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 0634C6B12D; Sat, 19 May 2018 11:08: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 7A50C26316; Sat, 19 May 2018 11:08: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 w4JB8HcG039595; Sat, 19 May 2018 11:08:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB8HbH039594; Sat, 19 May 2018 11:08:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191108.w4JB8HbH039594@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, 19 May 2018 11:08:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470400 - head/devel/pcre X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pcre X-SVN-Commit-Revision: 470400 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:08:18 -0000 Author: sunpoet Date: Sat May 19 11:08:16 2018 New Revision: 470400 URL: https://svnweb.freebsd.org/changeset/ports/470400 Log: Update WWW Approved by: portmgr (blanket) Modified: head/devel/pcre/pkg-descr Modified: head/devel/pcre/pkg-descr ============================================================================== --- head/devel/pcre/pkg-descr Sat May 19 11:08:11 2018 (r470399) +++ head/devel/pcre/pkg-descr Sat May 19 11:08:16 2018 (r470400) @@ -4,4 +4,4 @@ own native API, as well as a set of wrapper functions POSIX regular expression API. The PCRE library is free, even for building proprietary software. -WWW: http://www.pcre.org/ +WWW: https://www.pcre.org/ From owner-svn-ports-head@freebsd.org Sat May 19 11:08:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3316FEA9C83; Sat, 19 May 2018 11:08: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 64D1C6B246; Sat, 19 May 2018 11:08:22 +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 6852D26318; Sat, 19 May 2018 11:08: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 w4JB8M0x039686; Sat, 19 May 2018 11:08:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB8MH7039685; Sat, 19 May 2018 11:08:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191108.w4JB8MH7039685@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, 19 May 2018 11:08:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470401 - head/devel/pcre2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pcre2 X-SVN-Commit-Revision: 470401 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:08:25 -0000 Author: sunpoet Date: Sat May 19 11:08:21 2018 New Revision: 470401 URL: https://svnweb.freebsd.org/changeset/ports/470401 Log: Update WWW Approved by: portmgr (blanket) Modified: head/devel/pcre2/pkg-descr Modified: head/devel/pcre2/pkg-descr ============================================================================== --- head/devel/pcre2/pkg-descr Sat May 19 11:08:16 2018 (r470400) +++ head/devel/pcre2/pkg-descr Sat May 19 11:08:21 2018 (r470401) @@ -7,4 +7,4 @@ Python syntax. There is also some support for one or t Oniguruma syntax items, and there are options for requesting some minor changes that give better ECMAScript (aka JavaScript) compatibility. -WWW: http://www.pcre.org/ +WWW: https://www.pcre.org/ From owner-svn-ports-head@freebsd.org Sat May 19 11:08:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F927EA9CB7; Sat, 19 May 2018 11:08: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 870366B2FF; Sat, 19 May 2018 11:08: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 702272631A; Sat, 19 May 2018 11:08: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 w4JB8RLl039776; Sat, 19 May 2018 11:08:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB8R4v039775; Sat, 19 May 2018 11:08:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191108.w4JB8R4v039775@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, 19 May 2018 11:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470402 - head/math/py-pandas X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-pandas X-SVN-Commit-Revision: 470402 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:08:29 -0000 Author: sunpoet Date: Sat May 19 11:08:26 2018 New Revision: 470402 URL: https://svnweb.freebsd.org/changeset/ports/470402 Log: Convert to options dependency helper Approved by: portmgr (blanket) Modified: head/math/py-pandas/Makefile Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Sat May 19 11:08:21 2018 (r470401) +++ head/math/py-pandas/Makefile Sat May 19 11:08:26 2018 (r470402) @@ -59,8 +59,10 @@ NUMEXPR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numexpr>=2 BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${FLAVOR} TABLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables@${FLAVOR} -LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} -HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${FLAVOR} +LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} +HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${FLAVOR} JINJA2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} OPENPYXL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.2.0:textproc/py-openpyxl@${FLAVOR} XLRD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>0:textproc/py-xlrd@${FLAVOR} @@ -69,12 +71,6 @@ XLSX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0: ALCHEMY10_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${FLAVOR} ALCHEMY11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>0:databases/py-sqlalchemy11@${FLAVOR} - -.include - -.if ${PORT_OPTIONS:MLXML} || ${PORT_OPTIONS:MHTML5LIB} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${FLAVOR} -.endif SUB_FILES= pkg-message From owner-svn-ports-head@freebsd.org Sat May 19 11:44:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3525EAAD6A; Sat, 19 May 2018 11:44:01 +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 5DF536C7E6; Sat, 19 May 2018 11:44:01 +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 3F02F26997; Sat, 19 May 2018 11:44:01 +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 w4JBi1ls059587; Sat, 19 May 2018 11:44:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JBi02s059586; Sat, 19 May 2018 11:44:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805191144.w4JBi02s059586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 19 May 2018 11:44:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470403 - head/security/regripper X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/regripper X-SVN-Commit-Revision: 470403 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 11:44:01 -0000 Author: antoine Date: Sat May 19 11:44:00 2018 New Revision: 470403 URL: https://svnweb.freebsd.org/changeset/ports/470403 Log: Update to a snapshot of 6 april 2018 Modified: head/security/regripper/Makefile head/security/regripper/distinfo Modified: head/security/regripper/Makefile ============================================================================== --- head/security/regripper/Makefile Sat May 19 11:08:26 2018 (r470402) +++ head/security/regripper/Makefile Sat May 19 11:44:00 2018 (r470403) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= regripper -PORTVERSION= 2.8.20180128 +PORTVERSION= 2.8.20180406 CATEGORIES= security MAINTAINER= antoine@FreeBSD.org @@ -15,7 +15,7 @@ RUN_DEPENDS= p5-Parse-Win32Registry>=0:devel/p5-Parse- USE_GITHUB= yes GH_ACCOUNT= keydet89 GH_PROJECT= RegRipper2.8 -GH_TAGNAME= 289161b +GH_TAGNAME= 79e852a NO_ARCH= yes NO_BUILD= yes Modified: head/security/regripper/distinfo ============================================================================== --- head/security/regripper/distinfo Sat May 19 11:08:26 2018 (r470402) +++ head/security/regripper/distinfo Sat May 19 11:44:00 2018 (r470403) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517240108 -SHA256 (keydet89-RegRipper2.8-2.8.20180128-289161b_GH0.tar.gz) = 5005ec2fdbe75f352fa33695ea6577ae9640d0b1c928473e3e77b39743da86e0 -SIZE (keydet89-RegRipper2.8-2.8.20180128-289161b_GH0.tar.gz) = 3461438 +TIMESTAMP = 1526719131 +SHA256 (keydet89-RegRipper2.8-2.8.20180406-79e852a_GH0.tar.gz) = 8c01ba795d8b57a30bfed4ae9467295f47df4b831d7ec8cba1636e417fdf79ab +SIZE (keydet89-RegRipper2.8-2.8.20180406-79e852a_GH0.tar.gz) = 3465674 From owner-svn-ports-head@freebsd.org Sat May 19 12:10:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5AC1EABEF4; Sat, 19 May 2018 12:10:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63C9E6D45F; Sat, 19 May 2018 12:10:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 444B426CC6; Sat, 19 May 2018 12:10:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JCAXR8069917; Sat, 19 May 2018 12:10:33 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JCAWVC069915; Sat, 19 May 2018 12:10:32 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201805191210.w4JCAWVC069915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 19 May 2018 12:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470404 - in head/www/falkon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/www/falkon: . files X-SVN-Commit-Revision: 470404 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 12:10:34 -0000 Author: tcberner Date: Sat May 19 12:10:32 2018 New Revision: 470404 URL: https://svnweb.freebsd.org/changeset/ports/470404 Log: www/falkon: Fix build when gnome-keyring is installed, and allow to disable it. Reported by: Andrew Johnson Added: head/www/falkon/files/ head/www/falkon/files/patch-git_5371d28 (contents, props changed) Modified: head/www/falkon/Makefile head/www/falkon/pkg-plist Modified: head/www/falkon/Makefile ============================================================================== --- head/www/falkon/Makefile Sat May 19 11:44:00 2018 (r470403) +++ head/www/falkon/Makefile Sat May 19 12:10:32 2018 (r470404) @@ -2,6 +2,7 @@ PORTNAME= falkon DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= KDE/stable/falkon/${DISTVERSION:R}/src/ @@ -19,5 +20,12 @@ USE_QT5= core dbus gui location network printsupport q USE_XORG= xcb USE_LDCONFIG= yes + +OPTIONS_DEFINE= GNOMEKEYRING +OPTIONS_SUB= YES + +GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING +GNOMEKEYRING_USE= GNOME=glib20 +GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring .include Added: head/www/falkon/files/patch-git_5371d28 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/falkon/files/patch-git_5371d28 Sat May 19 12:10:32 2018 (r470404) @@ -0,0 +1,39 @@ +From 5371d289f89c306a237c13300bd1af5fb2fb7365 Mon Sep 17 00:00:00 2001 +From: "Tobias C. Berner" +Date: Sat, 19 May 2018 13:59:24 +0200 +Subject: [PATCH] Use IMPORTED_TARGET for GnomeKeyring. + +Otherwise we would need to append also GNOME_KEYRING_LIBRARY_DIRS to +link_directories. +--- + CMakeLists.txt | 2 +- + src/plugins/GnomeKeyringPasswords/CMakeLists.txt | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git CMakeLists.txt CMakeLists.txt +index ca7c9b0e..cb35545d 100644 +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -98,7 +98,7 @@ find_package(PkgConfig) + if (PKG_CONFIG_FOUND) + option(BUILD_KEYRING "Gnome keyring password plugin" ON) + if (BUILD_KEYRING) +- pkg_check_modules(GNOME_KEYRING gnome-keyring-1) ++ pkg_check_modules(GNOME_KEYRING IMPORTED_TARGET gnome-keyring-1 ) + endif() + endif() + +diff --git src/plugins/GnomeKeyringPasswords/CMakeLists.txt src/plugins/GnomeKeyringPasswords/CMakeLists.txt +index 6dd837c2..bc27ee23 100644 +--- src/plugins/GnomeKeyringPasswords/CMakeLists.txt ++++ src/plugins/GnomeKeyringPasswords/CMakeLists.txt +@@ -14,5 +14,5 @@ qt5_add_resources(RSCS ${GnomeKeyringPasswords_RSCS}) + + add_library(GnomeKeyringPasswords MODULE ${GnomeKeyringPasswords_SRCS} ${RSCS}) + install(TARGETS GnomeKeyringPasswords DESTINATION ${FALKON_INSTALL_PLUGINDIR}) +-target_link_libraries(GnomeKeyringPasswords ${GNOME_KEYRING_LIBRARIES} FalkonPrivate) ++target_link_libraries(GnomeKeyringPasswords PkgConfig::GNOME_KEYRING FalkonPrivate) + +-- +2.17.0 + Modified: head/www/falkon/pkg-plist ============================================================================== --- head/www/falkon/pkg-plist Sat May 19 11:44:00 2018 (r470403) +++ head/www/falkon/pkg-plist Sat May 19 12:10:32 2018 (r470404) @@ -3,6 +3,7 @@ lib/libFalkonPrivate.so.3 lib/libFalkonPrivate.so.3.0.0 %%QT_PLUGINDIR%%/falkon/AutoScroll.so %%QT_PLUGINDIR%%/falkon/FlashCookieManager.so +%%GNOMEKEYRING%%%%QT_PLUGINDIR%%/falkon/GnomeKeyringPasswords.so %%QT_PLUGINDIR%%/falkon/GreaseMonkey.so %%QT_PLUGINDIR%%/falkon/ImageFinder.so %%QT_PLUGINDIR%%/falkon/KWalletPasswords.so From owner-svn-ports-head@freebsd.org Sat May 19 12:30:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DE5FEAC71A; Sat, 19 May 2018 12:30:28 +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 45A466DCF7; Sat, 19 May 2018 12:30:26 +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 BA18427003; Sat, 19 May 2018 12:30:25 +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 w4JCUP8F079861; Sat, 19 May 2018 12:30:25 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JCUPus079859; Sat, 19 May 2018 12:30:25 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201805191230.w4JCUPus079859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 19 May 2018 12:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470405 - head/multimedia/kdenlive X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/multimedia/kdenlive X-SVN-Commit-Revision: 470405 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 12:30:28 -0000 Author: tcberner Date: Sat May 19 12:30:24 2018 New Revision: 470405 URL: https://svnweb.freebsd.org/changeset/ports/470405 Log: Update multimedia/kdenlive to 18.04.1 Modified: head/multimedia/kdenlive/Makefile head/multimedia/kdenlive/distinfo Modified: head/multimedia/kdenlive/Makefile ============================================================================== --- head/multimedia/kdenlive/Makefile Sat May 19 12:10:32 2018 (r470404) +++ head/multimedia/kdenlive/Makefile Sat May 19 12:30:24 2018 (r470405) @@ -2,7 +2,6 @@ PORTNAME= kdenlive DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -53,9 +52,6 @@ V4L_CMAKE_OFF= -DWITH_LibV4L2:BOOL=FALSE XINE_RUN_DEPENDS= xine:multimedia/xine -# Lock at 17.12.3 until multimedia/mlt is at version 6.6.0 -KDE_APPLICATIONS_VERSION= 17.12.3 - post-patch: @${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ -e '/SharedMimeInfo/ d' \ Modified: head/multimedia/kdenlive/distinfo ============================================================================== --- head/multimedia/kdenlive/distinfo Sat May 19 12:10:32 2018 (r470404) +++ head/multimedia/kdenlive/distinfo Sat May 19 12:30:24 2018 (r470405) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524904889 -SHA256 (KDE/applications/17.12.3/kdenlive-17.12.3.tar.xz) = 371f860365d01c4c0aebe931354cc99a646d44f17e6846c93ee2c002258f503e -SIZE (KDE/applications/17.12.3/kdenlive-17.12.3.tar.xz) = 9383532 +TIMESTAMP = 1526728138 +SHA256 (KDE/applications/18.04.1/kdenlive-18.04.1.tar.xz) = 8376586b85690df13848958aea87e845421e742bbddb55c5203ce46197c73d15 +SIZE (KDE/applications/18.04.1/kdenlive-18.04.1.tar.xz) = 9391408 From owner-svn-ports-head@freebsd.org Sat May 19 13:01:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B23DCEAD4CF; Sat, 19 May 2018 13:01:58 +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 58BA86EEAC; Sat, 19 May 2018 13:01:58 +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 1FFF827645; Sat, 19 May 2018 13:01:58 +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 w4JD1wYV095890; Sat, 19 May 2018 13:01:58 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JD1vVc095888; Sat, 19 May 2018 13:01:57 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805191301.w4JD1vVc095888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 19 May 2018 13:01:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470406 - in head/www: . moodle35 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: . moodle35 X-SVN-Commit-Revision: 470406 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 13:01:58 -0000 Author: wen Date: Sat May 19 13:01:57 2018 New Revision: 470406 URL: https://svnweb.freebsd.org/changeset/ports/470406 Log: - Repocopy www/moodle34 --> www/moodle35 and update to 3.5 Added: head/www/moodle35/ - copied from r470351, head/www/moodle34/ Modified: head/www/Makefile head/www/moodle35/Makefile head/www/moodle35/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat May 19 12:30:24 2018 (r470405) +++ head/www/Makefile Sat May 19 13:01:57 2018 (r470406) @@ -494,6 +494,7 @@ SUBDIR += moodle32 SUBDIR += moodle33 SUBDIR += moodle34 + SUBDIR += moodle35 SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch Modified: head/www/moodle35/Makefile ============================================================================== --- head/www/moodle34/Makefile Sat May 19 01:51:56 2018 (r470351) +++ head/www/moodle35/Makefile Sat May 19 13:01:57 2018 (r470406) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.4.3 +PORTVERSION= 3.5 CATEGORIES= www -MASTER_SITES= SF/moodle/Moodle/stable34/ +MASTER_SITES= SF/moodle/Moodle/stable35/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} MAINTAINER= wen@FreeBSD.org @@ -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 +CONFLICTS= moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* IGNORE_WITH_PHP= 56 Modified: head/www/moodle35/distinfo ============================================================================== --- head/www/moodle34/distinfo Sat May 19 01:51:56 2018 (r470351) +++ head/www/moodle35/distinfo Sat May 19 13:01:57 2018 (r470406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526627845 -SHA256 (moodle-3.4.3.tgz) = 115601e8e336b61c596d96edaf49e999b5227e65d911fbd09d90aad93fd18e6a -SIZE (moodle-3.4.3.tgz) = 45524224 +TIMESTAMP = 1526696684 +SHA256 (moodle-3.5.tgz) = b1da1d93251acbdf9ccebdb60b6d0cd2a5e1c919186443a5ff5a539329c5e82d +SIZE (moodle-3.5.tgz) = 46268566 From owner-svn-ports-head@freebsd.org Sat May 19 13:45:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91461EAE34E; Sat, 19 May 2018 13:45:26 +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 302566FEBD; Sat, 19 May 2018 13:45:26 +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 0D2AC27CE0; Sat, 19 May 2018 13:45:26 +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 w4JDjPtR020024; Sat, 19 May 2018 13:45:25 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JDjPKk020022; Sat, 19 May 2018 13:45:25 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805191345.w4JDjPKk020022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 19 May 2018 13:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470407 - head/devel/p5-Test-Most X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/p5-Test-Most X-SVN-Commit-Revision: 470407 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 13:45:26 -0000 Author: joneum Date: Sat May 19 13:45:25 2018 New Revision: 470407 URL: https://svnweb.freebsd.org/changeset/ports/470407 Log: devel/p5-Test-Most: Update to 0.35 Changelog: http://cpansearch.perl.org/src/OVID/Test-Most-0.35/Changes PR: 224021 Submitted by: Sergei Vyshenski Approved by: maintainer timeout (2 weeks) Modified: head/devel/p5-Test-Most/Makefile head/devel/p5-Test-Most/distinfo Modified: head/devel/p5-Test-Most/Makefile ============================================================================== --- head/devel/p5-Test-Most/Makefile Sat May 19 13:01:57 2018 (r470406) +++ head/devel/p5-Test-Most/Makefile Sat May 19 13:45:25 2018 (r470407) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Test-Most -PORTVERSION= 0.34 -PORTREVISION= 1 +PORTVERSION= 0.35 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,12 +9,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for most commonly needed test functions and features -RUN_DEPENDS= \ - p5-Exception-Class>=1.14:devel/p5-Exception-Class \ - p5-Test-Deep>=0.106:devel/p5-Test-Deep \ - p5-Test-Differences>=0.61:devel/p5-Test-Differences \ - p5-Test-Exception>=0.31:devel/p5-Test-Exception \ - p5-Test-Warn>=0.23:devel/p5-Test-Warn +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/README + +RUN_DEPENDS= p5-Exception-Class>=1.14:devel/p5-Exception-Class \ + p5-Test-Deep>=0.106:devel/p5-Test-Deep \ + p5-Test-Differences>=0.61:devel/p5-Test-Differences \ + p5-Test-Exception>=0.31:devel/p5-Test-Exception \ + p5-Test-Warn>=0.23:devel/p5-Test-Warn BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 Modified: head/devel/p5-Test-Most/distinfo ============================================================================== --- head/devel/p5-Test-Most/distinfo Sat May 19 13:01:57 2018 (r470406) +++ head/devel/p5-Test-Most/distinfo Sat May 19 13:45:25 2018 (r470407) @@ -1,2 +1,3 @@ -SHA256 (Test-Most-0.34.tar.gz) = c2820c8de65f5fa59f218ac2be9be98b22cc1bb1a1f371e04375aa3b6054e244 -SIZE (Test-Most-0.34.tar.gz) = 15919 +TIMESTAMP = 1526736944 +SHA256 (Test-Most-0.35.tar.gz) = 9897a6f4d751598d2ed1047e01c1554b01d0f8c96c45e7e845229782bf6f657f +SIZE (Test-Most-0.35.tar.gz) = 16074 From owner-svn-ports-head@freebsd.org Sat May 19 14:09:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD4C9EAED11; Sat, 19 May 2018 14:09:03 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FD0E7083B; Sat, 19 May 2018 14:09:03 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 365302D; Sat, 19 May 2018 14:09:03 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JE93l3030180; Sat, 19 May 2018 14:09:03 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JE91XC030172; Sat, 19 May 2018 14:09:01 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201805191409.w4JE91XC030172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Sat, 19 May 2018 14:09:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470408 - in head/math/rapid: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: in head/math/rapid: . files X-SVN-Commit-Revision: 470408 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 14:09:04 -0000 Author: jwb Date: Sat May 19 14:09:01 2018 New Revision: 470408 URL: https://svnweb.freebsd.org/changeset/ports/470408 Log: math/rapid: Fix build on FreeBSD 12, clean up license info, remove dead mirror Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D15460 Added: head/math/rapid/files/patch-RAPID.C (contents, props changed) head/math/rapid/files/patch-build.C (contents, props changed) head/math/rapid/files/patch-collide.C (contents, props changed) head/math/rapid/files/patch-overlap.C (contents, props changed) Modified: head/math/rapid/Makefile head/math/rapid/files/patch-Makefile head/math/rapid/files/patch-sample_client.C head/math/rapid/pkg-descr Modified: head/math/rapid/Makefile ============================================================================== --- head/math/rapid/Makefile Sat May 19 13:45:25 2018 (r470407) +++ head/math/rapid/Makefile Sat May 19 14:09:01 2018 (r470408) @@ -3,21 +3,24 @@ PORTNAME= rapid PORTVERSION= 2.01 CATEGORIES= math science graphics -MASTER_SITES= http://www.cs.sunysb.edu/~algorith/implement/RAPID/distrib/ \ - http://www.neuro.mcw.edu/Ports/distfiles/ +MASTER_SITES= http://www.cs.sunysb.edu/~algorith/implement/RAPID/distrib/ DISTNAME= RAPID_v2_01 MAINTAINER= jwb@FreeBSD.org COMMENT= Robust and Accurate Polygon Interference Detection -RESTRICTED= For any commercial purpose, you must request a license from http://www.cs.unc.edu/~geom/OBB/OBBT.html +LICENSE= UNKNOWN +LICENSE_NAME= unknown +LICENSE_TEXT= For any commercial purpose, you must request a license from \ + http://www.cs.unc.edu/~geom/OBB/OBBT.html +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-pkg-mirror \ + auto-accept SUB_FILES= pkg-message ALL_TARGET= MAKE_JOBS_UNSAFE= yes - -MAKE_ENV+= V=1 +MAKE_ENV+= V=1 .include Modified: head/math/rapid/files/patch-Makefile ============================================================================== --- head/math/rapid/files/patch-Makefile Sat May 19 13:45:25 2018 (r470407) +++ head/math/rapid/files/patch-Makefile Sat May 19 14:09:01 2018 (r470408) @@ -1,5 +1,5 @@ ---- Makefile.orig 1997-07-03 18:54:09.000000000 +0200 -+++ Makefile 2015-05-29 23:02:09.707278000 +0200 +--- Makefile.orig 1997-07-03 16:54:09 UTC ++++ Makefile @@ -1,5 +1,5 @@ -CC = CC -O Added: head/math/rapid/files/patch-RAPID.C ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/rapid/files/patch-RAPID.C Sat May 19 14:09:01 2018 (r470408) @@ -0,0 +1,11 @@ +--- RAPID.C.orig 2018-05-16 10:56:45 UTC ++++ RAPID.C +@@ -40,7 +40,7 @@ + + #include "RAPID_version.H" + +-static char rapidtag_data[] = "RAPIDTAG file: "__FILE__" date: "__DATE__" time: "__TIME__; ++static char rapidtag_data[] = "RAPIDTAG file: " __FILE__ " date: " __DATE__ " time: " __TIME__; + + // to silence the compiler's complaints about unreferenced identifiers. + static void r1(char *f){ r1(f); r1(rapidtag_data); r1(rapid_version);} Added: head/math/rapid/files/patch-build.C ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/rapid/files/patch-build.C Sat May 19 14:09:01 2018 (r470408) @@ -0,0 +1,22 @@ +--- build.C.orig 1997-07-03 16:54:10 UTC ++++ build.C +@@ -41,7 +41,7 @@ + + #include "RAPID_version.H" + +-static char rapidtag_data[] = "RAPIDTAG file: "__FILE__" date: "__DATE__" time: "__TIME__; ++static char rapidtag_data[] = "RAPIDTAG file: " __FILE__ " date: " __DATE__ " time: " __TIME__; + + // to silence the compiler's complaints about unreferenced identifiers. + static void r1(char *f){ r1(f); r1(rapidtag_data); r1(rapid_version);} +@@ -419,8 +419,8 @@ box::split_recurse(int *t, int n) + // see where it lies with respect to axdmp. + mean_from_moment(c, RAPID_moment[in]); + +- if (((pR[0][0]*c[0] + pR[1][0]*c[1] + pR[2][0]*c[2]) < axdmp) +- && ((n!=2)) || ((n==2) && (i==0))) ++ if ( (( (pR[0][0]*c[0] + pR[1][0]*c[1] + pR[2][0]*c[2]) < axdmp) ++ && (n!=2)) || ((n==2) && (i==0)) ) + { + // accumulate first and second order moments for group 1 + accum_moment(M1, RAPID_moment[in]); Added: head/math/rapid/files/patch-collide.C ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/rapid/files/patch-collide.C Sat May 19 14:09:01 2018 (r470408) @@ -0,0 +1,11 @@ +--- collide.C.orig 2018-05-16 10:58:09 UTC ++++ collide.C +@@ -42,7 +42,7 @@ + + #include "RAPID_version.H" + +-static char rapidtag_data[] = "RAPIDTAG file: "__FILE__" date: "__DATE__" time: "__TIME__; ++static char rapidtag_data[] = "RAPIDTAG file: " __FILE__ " date: " __DATE__ " time: " __TIME__; + + // to silence the compiler's complaints about unreferenced identifiers. + static void r1(char *f){ r1(f); r1(rapidtag_data); r1(rapid_version);} Added: head/math/rapid/files/patch-overlap.C ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/rapid/files/patch-overlap.C Sat May 19 14:09:01 2018 (r470408) @@ -0,0 +1,22 @@ +--- overlap.C.orig 2018-05-16 10:58:45 UTC ++++ overlap.C +@@ -41,7 +41,7 @@ + + #include "RAPID_version.H" + +-static char rapidtag_data[] = "RAPIDTAG file: "__FILE__" date: "__DATE__" time: "__TIME__; ++static char rapidtag_data[] = "RAPIDTAG file: " __FILE__ " date: " __DATE__ " time: " __TIME__; + + // to silence the compiler's complaints about unreferenced identifiers. + static void r1(char *f){ r1(f); r1(rapidtag_data); r1(rapid_version);} +@@ -221,8 +221,8 @@ models. + int + obb_disjoint(double B[3][3], double T[3], double a[3], double b[3]) + { +- register double t, s; +- register int r; ++ double t, s; ++ int r; + double Bf[3][3]; + const double reps = 1e-6; + Modified: head/math/rapid/files/patch-sample_client.C ============================================================================== --- head/math/rapid/files/patch-sample_client.C Sat May 19 13:45:25 2018 (r470407) +++ head/math/rapid/files/patch-sample_client.C Sat May 19 14:09:01 2018 (r470408) @@ -1,5 +1,5 @@ ---- ./sample_client.C.orig 2014-02-21 11:34:06.215654443 +0100 -+++ ./sample_client.C 2014-02-21 11:34:17.068652509 +0100 +--- sample_client.C.orig 1997-07-03 16:54:09 UTC ++++ sample_client.C @@ -42,7 +42,7 @@ #define LISTS 0 Modified: head/math/rapid/pkg-descr ============================================================================== --- head/math/rapid/pkg-descr Sat May 19 13:45:25 2018 (r470407) +++ head/math/rapid/pkg-descr Sat May 19 14:09:01 2018 (r470408) @@ -1,16 +1,12 @@ -RAPID is a robust and accurate polygon interference detection library -for large environments composed of unstructured models. +RAPID is a robust and accurate polygon interference detection library for +large environments composed of unstructured models. -WWW: http://www.cs.unc.edu/~geom/OBB/OBBT.html - ************************************************************************** The RAPID code is offered "as is" and is free for non-commercial use. -To use RAPID for any commercial purpose, you must request a license from +To use RAPID for any commercial purpose, you must request a license. - http://www.cs.unc.edu/~geom/OBB/OBBT.html - -Redistribution of RAPID code in any form is strictly prohibited. - ************************************************************************** + +WWW: http://www.cs.unc.edu/~geom/OBB/OBBT.html From owner-svn-ports-head@freebsd.org Sat May 19 14:41:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACD4DEAFDBD; Sat, 19 May 2018 14:41:43 +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 5CE8571E3E; Sat, 19 May 2018 14:41:43 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FB0E69E; Sat, 19 May 2018 14:41:43 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JEfh8F047540; Sat, 19 May 2018 14:41:43 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JEfgia047515; Sat, 19 May 2018 14:41:42 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201805191441.w4JEfgia047515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 19 May 2018 14:41:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470409 - head/editors/vim X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/editors/vim X-SVN-Commit-Revision: 470409 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 14:41:43 -0000 Author: adamw Date: Sat May 19 14:41:42 2018 New Revision: 470409 URL: https://svnweb.freebsd.org/changeset/ports/470409 Log: Update vim to 8.1, patchlevel 4 Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat May 19 14:09:01 2018 (r470408) +++ head/editors/vim/Makefile Sat May 19 14:41:42 2018 (r470409) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.1817 +PORTVERSION= 8.1.0004 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat May 19 14:09:01 2018 (r470408) +++ head/editors/vim/distinfo Sat May 19 14:41:42 2018 (r470409) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526133376 -SHA256 (vim-vim-v8.0.1817_GH0.tar.gz) = eda34075e4f79ab2a544915284e23c8618a105fc78cdbd96a5321fbb17ab4b36 -SIZE (vim-vim-v8.0.1817_GH0.tar.gz) = 13570345 +TIMESTAMP = 1526740709 +SHA256 (vim-vim-v8.1.0004_GH0.tar.gz) = c84487dadd8fbe9af687da80015cfc550415caf3ef9c87818bbe31c8128cb6d7 +SIZE (vim-vim-v8.1.0004_GH0.tar.gz) = 13644541 From owner-svn-ports-head@freebsd.org Sat May 19 14:50:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D64BEB00C9; Sat, 19 May 2018 14:50:06 +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 C341372084; Sat, 19 May 2018 14:50: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 A44916E8; Sat, 19 May 2018 14:50:05 +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 w4JEo5XJ050185; Sat, 19 May 2018 14:50:05 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JEo5rp050183; Sat, 19 May 2018 14:50:05 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805191450.w4JEo5rp050183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 19 May 2018 14:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470410 - head/security/sops X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/security/sops X-SVN-Commit-Revision: 470410 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 14:50:06 -0000 Author: joneum Date: Sat May 19 14:50:04 2018 New Revision: 470410 URL: https://svnweb.freebsd.org/changeset/ports/470410 Log: security/sops: Update to 3.0.5 Changelog: https://github.com/mozilla/sops/releases PR: 228326 Submitted by: Dmitri Goutnik (maintainer) Modified: head/security/sops/Makefile head/security/sops/distinfo Modified: head/security/sops/Makefile ============================================================================== --- head/security/sops/Makefile Sat May 19 14:41:42 2018 (r470409) +++ head/security/sops/Makefile Sat May 19 14:50:04 2018 (r470410) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sops -DISTVERSION= 3.0.3 +DISTVERSION= 3.0.5 CATEGORIES= security editors MAINTAINER= dg@syrec.org Modified: head/security/sops/distinfo ============================================================================== --- head/security/sops/distinfo Sat May 19 14:41:42 2018 (r470409) +++ head/security/sops/distinfo Sat May 19 14:50:04 2018 (r470410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523690001 -SHA256 (mozilla-sops-3.0.3_GH0.tar.gz) = 90da5ae9c76c39794cd35cb93a77d24b60b4c4bb55ef8abde95f44991290218c -SIZE (mozilla-sops-3.0.3_GH0.tar.gz) = 33521623 +TIMESTAMP = 1526741304 +SHA256 (mozilla-sops-3.0.5_GH0.tar.gz) = 4a47f33e5e4e5b7bd252ec2121a07e4b1b0081f3570d51477e36a85786dd3378 +SIZE (mozilla-sops-3.0.5_GH0.tar.gz) = 33614204 From owner-svn-ports-head@freebsd.org Sat May 19 15:07:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97134EB0634; Sat, 19 May 2018 15:07:11 +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 44C9F72777; Sat, 19 May 2018 15:07:11 +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 2483BA41; Sat, 19 May 2018 15:07:11 +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 w4JF7B72060106; Sat, 19 May 2018 15:07:11 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JF7BYk060105; Sat, 19 May 2018 15:07:11 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805191507.w4JF7BYk060105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 19 May 2018 15:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470411 - head/cad/meshlab X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/cad/meshlab X-SVN-Commit-Revision: 470411 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 15:07:11 -0000 Author: joneum Date: Sat May 19 15:07:10 2018 New Revision: 470411 URL: https://svnweb.freebsd.org/changeset/ports/470411 Log: Pass maintainership to submitter PR: 228355 Submitted by: Neel Chauhan Modified: head/cad/meshlab/Makefile Modified: head/cad/meshlab/Makefile ============================================================================== --- head/cad/meshlab/Makefile Sat May 19 14:50:04 2018 (r470410) +++ head/cad/meshlab/Makefile Sat May 19 15:07:10 2018 (r470411) @@ -8,7 +8,7 @@ CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MeshLab%20v${PORTVERSION}/ DISTNAME= MeshLabSrc_AllInc_v${PORTVERSION:C|\.||g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= neel@neelc.org COMMENT= 3D triangular meshes processing and editing tool LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Sat May 19 15:26:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E322EB0C44; Sat, 19 May 2018 15:26:03 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADF7E73109; Sat, 19 May 2018 15:26:02 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2a01:5c0:15:87a1:21b:21ff:fe7b:3468]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 059BA12051EE; Sat, 19 May 2018 17:25:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1526743559; bh=cLH9mpGMbkH5oioI7/4p+hP5QryWdTenk1ddJ0gQMng=; h=Subject:To:References:From:Date:In-Reply-To; b=hbzrKAWjO1d2xIGwR0ogTbkNy+RU/oNBxst4dz79vLkqZaOg/9+Sjktp1qQH7K/kj 3aC6UfV0iZp4tm2B2Aed+W33gJkQjwJGLhzp1qEYtK6ckvqdz22q0H7kr//oqHSNIv iSECeXafCLiOVHzg7U8cHsd+JtJP45R3vvBWudog= Received: from [192.168.0.151] (024-059-210-188.ip-addr.inexio.net [188.210.59.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id CD4311129802; Sat, 19 May 2018 17:25:57 +0200 (CEST) Subject: Re: svn commit: r470399 - head/www/gitlab To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201805191108.w4JB8C5W039502@repo.freebsd.org> From: Matthias Fechner Openpgp: preference=signencrypt Autocrypt: addr=idefix@fechner.net; prefer-encrypt=mutual; keydata= xsFNBFqca1YBEADM9mF2+ifk8HILTlf5wtAzV6SYVR4RvNOo/8Kucw4sCZT76zS1fjZe4Zy1 3C0IZ07Wi+3PnoGIgOCsXp3PrTc2nuHQWkwVBYXy8UaR9DHBWA/mIvRGG1ZscKQYA6oUdCvd K8Mu26zO60yTt+ONzFtK6G1myH4EHXZ8dpmdCFf+W3rzTU+aCQ5S3OfwCLGgYgOaVREGkdOc 5SVCpFb4n+2B8+CqeWsRHhnT+4h7/YhgDMGp4GiI3yrB2nBVSUUvcosD2nRtJQgGQHcAFtMq 3hJaKPOR/mHc6KVrp0xmGNmdtazvXloHmGIl9O1UpmMmrYu9Kugl0JkGi2fAcno02XgVlkyX 7xDLTteP5cNqRxor4yVDaRWUQnOfK9XgcrKGrAzb65BkCSkjT+Aw3S/A8Qd6NvjL9qy1d+Ct dzatOVF/Y7jaW28CMr3jvwPS13OxV7PnJzIZzdik20eVxfOXuYfxZD+PwBaGgFF0qj6zKACC aKLalE0ZpY0zNn/iPyQX/Cf9KoDyFpOHSsEswiJ5rCWwppVcsFyogHOemVmeaXlvyDPEipnV ZUkpGP/CCqPu3eD0uDzP7UJ0pt/l/JfW0Xw/4p9mjB024xiRlxLa6vSRfGl//EdtAIbKKa8x 5wsKTQEbYJDmXE3tH/A54DCqRXhcopTlu2iJlTdnIMltn9afVwARAQABzSVNYXR0aGlhcyBG ZWNobmVyIDxpZGVmaXhAZmVjaG5lci5uZXQ+wsGXBBMBCgBBAhsDBQkJZgGABQsJCAcDBRUK CQgLBRYDAgEAAh4BAheAFiEEaWB64mCp804YOtqutot13J/XR+EFAlqcc9gCGQEACgkQtot1 3J/XR+GQyhAAwDxUSg7X2aS1d6rrYUZdDk8rT5TCjayDAyOATdAUhJRZk8qXRNF27Mu6xiOT mIvEMKLagNsitffZs1g/mulRQiDVLloGav7xozSfYlaOYWpPb55wpsugQPLZz0OkU9tzw7j7 7sPPvnAxeqSofUJzQdZzp43aVwXVqsJ3rY0jGzYA5RLS6CBI1RRR8/hHLMxspDPl79IW3GhI HAXaVX1HVJA2oJEo9Y95DnJwX8NV+hvLlUVA2KDdNKFiVJKeV3ccqw+/5zW3Y8J6Rd8blW9n p68Z7lyxt6mvsDEdSxOyGSkPagzIDfHqmDfkaeum7gHMwweH2e2pZuhzMZkrKNoSkKiJ5uim 638ZhnzzmEWh2qtYPgHlZG1jO6n2DSzCqJkQYjYUtLj7ylIgZakG8M3idQRugHImMBq+HSMu WR8FI52gh1+4LbIArHB4YWTTr933ElwhS1jtomK9SeWezPfjunpxqXQl4QR0qXAuglsOMJ6y Togb6lc0qyEdOa5VCXQTLSD9yZpolSQOjOe1XEyM4g5v7FrPBGVni9AxlARvUDVbYQDv1+4A gchtgpLmAF8mDPq/tGeXuAO3m+ExQDXpJ4CneI9YHc+joU2cXQi5MP1NzgMOV43XEZCiTW0O BWM1+857gmDqGbybE7F3UFpvBs9/NRWnuxoKaYxYbqCOc3nOwU0EWpxrVgEQAN3uCLHZF+1V gcrzYjwL1wAJwjYb7UnHKvNYdaBKgW0n0NTfaTCLHxHYPO8NlV1+lNctSeXLeiWpmE1lCDHq /++53EJ34OsRd/n246PdtfIfltML73tsmq6S9zTye2zv7LsmE7jgUBaasbv0qSLSybOUvkRx j3xBuK9Ymg/ZXaENOhxwIQ6oQoNLg3ers9t5Xl4NVK6gzzZ2OdTGnuUVhQmi4rbP04R0GJFh AtGLAYUCxlXVZhdPAs4qZaoAEP5nW/u2MyzSaIouwcEIdttAiPZdrJr+a4OGKz88Sn6zqKSa uyUADgX+G8tKUONgZbfz4SSRvlinOgyU2RyyfNS977r/YfaHH+oAxg31yUWPtD/ryfVw69bG vK8RQrZ9+c1vyWBABoQOh5+JHW/AE9Xj5dQatEfWmGO3+/FRo2TIhqZQXXl8PW+jtEjkhgOH OUX5ERzSm6nCcPIw+LUkEINcLc9bw4fv1eOWIdBuCckGM4rWXkLYbqhdSzdWeCsC0tiQk8x7 O1zXRJOKF4rITJd/qX322EH29BR+T9V1Hw7LDSRe+3YxtoXhROZRXjF8QniEHeKVNRUComr6 rWGmuHjsNTQ7twtwnG8xSOfCkYAp9GrbzBkIYX+VFvFQLqVM+It3RAlge/bwpZPvkr3bFsJk 4JS+EAugBIrP0xd9BMOh6Ej5ABEBAAHCwXwEGAEKACYWIQRpYHriYKnzThg62q62i3Xcn9dH 4QUCWpxrVgIbDAUJCWYBgAAKCRC2i3Xcn9dH4ZZsEACoQI109htphVe2AQhJ7wuPo8pIrSFA 0Mb0pfibX/sYw8ZZz/x3ctTI3Ajq2baSaoebIuUyd6oPI7cAzgL4s2zHiZ3ChH2dDxJlOPfk OaiK124DJMPqWiWuxe39tgq23tsPhwcvF+DC+SkJoLWKCYNC06fS3bLktZ0s4lVE5tqfL5ww MvxgxB+6+sWHwZWSv1IwB/geov6zkEhVdkXqrGPE52LyLfU0ACMmihcl0/npsCMZSls0urge CsPMuHPQnmcM2ERbere8i9OdKQDzGBrTbWl9DxNRf4o+cAYirEJM3Kc+ZD2SE34bTSvg3kdQ QZQbj+o+BRcsR0LaGbORkNaMZlp5OuXteL6nG7sbAPn0bjUUlup8CJEXDXENG6LJG1/oVWFq m3OtPyr5UoMQAuhuGx0/Om6AXKr/mk+veuoKWMXkqll045/bYE7bX2A0gkyGE5DdjaiHPmS9 NsWuKDeExLlXZOL1GX+PKjWLADwlv07XHB8Hf6U0/lpf3/mggRtqHyKbHt0iRqYaMC95gVdM rbugxh61U/zxIaweU7VolD5cRrltxqPp5szOwDzw42JYwbpYsXFJXNkuCGCmK1LHcShfEggt fV3g/JKzvNRQn6p1f0frppl/eZ5UvWVKrNERJzcZgkOecxwiK/L/JoGpGfWOqWGsTxe/AnQc Xxj8Dw== Message-ID: Date: Sat, 19 May 2018 17:25:49 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <201805191108.w4JB8C5W039502@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: de-DE X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 15:26:03 -0000 Am 19.05.2018 um 13:08 schrieb Sunpoet Po-Chuan Hsieh: > Log: > Change RUN_DEPENDS from rubygem-fog-aws to rubygem-fog-aws2 > > - Bump PORTREVISION for dependency change > > Modified: > head/www/gitlab/Makefile thanks a lot Sunpoet! Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-svn-ports-head@freebsd.org Sat May 19 15:26:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D8B0EB0C7E; Sat, 19 May 2018 15:26:42 +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 4A1E3731F4; Sat, 19 May 2018 15:26:42 +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 2A5AAD7A; Sat, 19 May 2018 15:26:42 +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 w4JFQgdM070356; Sat, 19 May 2018 15:26:42 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JFQfwC070354; Sat, 19 May 2018 15:26:41 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805191526.w4JFQfwC070354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 19 May 2018 15:26:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470412 - 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: 470412 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 15:26:42 -0000 Author: vanilla Date: Sat May 19 15:26:41 2018 New Revision: 470412 URL: https://svnweb.freebsd.org/changeset/ports/470412 Log: Update to 1.12.0. Modified: head/devel/pecl-grpc/Makefile head/devel/pecl-grpc/distinfo Modified: head/devel/pecl-grpc/Makefile ============================================================================== --- head/devel/pecl-grpc/Makefile Sat May 19 15:07:10 2018 (r470411) +++ head/devel/pecl-grpc/Makefile Sat May 19 15:26:41 2018 (r470412) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.11.1 +PORTVERSION= 1.12.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org Modified: head/devel/pecl-grpc/distinfo ============================================================================== --- head/devel/pecl-grpc/distinfo Sat May 19 15:07:10 2018 (r470411) +++ head/devel/pecl-grpc/distinfo Sat May 19 15:26:41 2018 (r470412) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526476414 -SHA256 (PECL/grpc-1.11.1.tgz) = bb30eb1042de6a777be57ff763317652188353f9ca08dbe345b2d54f5fdeaaa7 -SIZE (PECL/grpc-1.11.1.tgz) = 2454752 +TIMESTAMP = 1526743453 +SHA256 (PECL/grpc-1.12.0.tgz) = 1f311ec8ec71e98a88ba950ed97671f05d416fe7c44934d8f7ca5946666f98af +SIZE (PECL/grpc-1.12.0.tgz) = 2459288 From owner-svn-ports-head@freebsd.org Sat May 19 15:33:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ECEBEB0E8E; Sat, 19 May 2018 15:33:20 +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 EA37A735B3; Sat, 19 May 2018 15:33:19 +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 C9577F2A; Sat, 19 May 2018 15:33:19 +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 w4JFXJCt075364; Sat, 19 May 2018 15:33:19 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JFXJY2075363; Sat, 19 May 2018 15:33:19 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805191533.w4JFXJY2075363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 19 May 2018 15:33:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470413 - head/www/py-django-extensions X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/py-django-extensions X-SVN-Commit-Revision: 470413 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 15:33:20 -0000 Author: joneum Date: Sat May 19 15:33:19 2018 New Revision: 470413 URL: https://svnweb.freebsd.org/changeset/ports/470413 Log: www/py-django-extensions: update to 2.0.7 Changelog: Fix: pipchecker, pip 10.0.0 compatibility Fix: sqldiff, improve support of GIS fields by using Django introspection Fix: shell_plus, fix bug in windows when PYTHONPATH is defined Fix: shell_plus, Call execute on CursorWrapper instead of directly on cursor to ensure wrappers are run Fix: runserver_plus, Call execute on CursorWrapper instead of directly on cursor to ensure wrappers are run Improvement: sqldiff, drop old compatibility code Improvement: ForeignKeyAutocompleteAdminMixin, improvements for Django >1.9 PR: 228342 Submitted by: Kevin Golding (maintainer) Modified: head/www/py-django-extensions/Makefile head/www/py-django-extensions/distinfo Modified: head/www/py-django-extensions/Makefile ============================================================================== --- head/www/py-django-extensions/Makefile Sat May 19 15:26:41 2018 (r470412) +++ head/www/py-django-extensions/Makefile Sat May 19 15:33:19 2018 (r470413) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-extensions -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.7 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-extensions/distinfo ============================================================================== --- head/www/py-django-extensions/distinfo Sat May 19 15:26:41 2018 (r470412) +++ head/www/py-django-extensions/distinfo Sat May 19 15:33:19 2018 (r470413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520586633 -SHA256 (django-extensions-2.0.3.tar.gz) = 4cbea2156c96b1a3e78aed96b605096d23d16a84b0114670cbd6f9319bbb0d84 -SIZE (django-extensions-2.0.3.tar.gz) = 487513 +TIMESTAMP = 1526743879 +SHA256 (django-extensions-2.0.7.tar.gz) = 94bfac99eb262c5ac27e53eda96925e2e53fe0b331af7dde37012d07639a649c +SIZE (django-extensions-2.0.7.tar.gz) = 487969 From owner-svn-ports-head@freebsd.org Sat May 19 15:36:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C9A9EB0F17; Sat, 19 May 2018 15:36:02 +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 3F88A736EE; Sat, 19 May 2018 15:36: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 13ECFF2C; Sat, 19 May 2018 15:36: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 w4JFa10Z075705; Sat, 19 May 2018 15:36:01 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JFa1Bs075700; Sat, 19 May 2018 15:36:01 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805191536.w4JFa1Bs075700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 19 May 2018 15:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470414 - head/www/py-django-registration-redux X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/py-django-registration-redux X-SVN-Commit-Revision: 470414 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 15:36:02 -0000 Author: joneum Date: Sat May 19 15:36:01 2018 New Revision: 470414 URL: https://svnweb.freebsd.org/changeset/ports/470414 Log: www/py-django-registration-redux: Update to 2.4 Changelog: Bugfix: Updates Spanish translation messages PR: 228343 Submitted by: Kevin Golding (maintainer) Modified: head/www/py-django-registration-redux/Makefile head/www/py-django-registration-redux/distinfo Modified: head/www/py-django-registration-redux/Makefile ============================================================================== --- head/www/py-django-registration-redux/Makefile Sat May 19 15:33:19 2018 (r470413) +++ head/www/py-django-registration-redux/Makefile Sat May 19 15:36:01 2018 (r470414) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-registration-redux -PORTVERSION= 2.2 +PORTVERSION= 2.4 DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-registration-redux/distinfo ============================================================================== --- head/www/py-django-registration-redux/distinfo Sat May 19 15:33:19 2018 (r470413) +++ head/www/py-django-registration-redux/distinfo Sat May 19 15:36:01 2018 (r470414) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520721738 -SHA256 (macropin-django-registration-v2.2_GH0.tar.gz) = 87db2e03843ce214b344281d98de0a92899f58f53f0476cabb97d0b8f8624ffa -SIZE (macropin-django-registration-v2.2_GH0.tar.gz) = 103243 +TIMESTAMP = 1526744030 +SHA256 (macropin-django-registration-v2.4_GH0.tar.gz) = ff3c01ca599875b180de8e1bd3316dab719b2d3f80b2400bf1447b25e48dcee4 +SIZE (macropin-django-registration-v2.4_GH0.tar.gz) = 106730 From owner-svn-ports-head@freebsd.org Sat May 19 15:53:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55F56EB1999; Sat, 19 May 2018 15:53:05 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07574742F4; Sat, 19 May 2018 15:53:05 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD037126B; Sat, 19 May 2018 15:53:04 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JFr4N2085788; Sat, 19 May 2018 15:53:04 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JFr4gN085786; Sat, 19 May 2018 15:53:04 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805191553.w4JFr4gN085786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 19 May 2018 15:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470415 - head/math/octave-forge-statistics X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge-statistics X-SVN-Commit-Revision: 470415 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 15:53:05 -0000 Author: stephen Date: Sat May 19 15:53:04 2018 New Revision: 470415 URL: https://svnweb.freebsd.org/changeset/ports/470415 Log: - Update to 1.4.0. Modified: head/math/octave-forge-statistics/Makefile head/math/octave-forge-statistics/distinfo Modified: head/math/octave-forge-statistics/Makefile ============================================================================== --- head/math/octave-forge-statistics/Makefile Sat May 19 15:36:01 2018 (r470414) +++ head/math/octave-forge-statistics/Makefile Sat May 19 15:53:04 2018 (r470415) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-statistics -PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTVERSION= 1.4.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-statistics/distinfo ============================================================================== --- head/math/octave-forge-statistics/distinfo Sat May 19 15:36:01 2018 (r470414) +++ head/math/octave-forge-statistics/distinfo Sat May 19 15:53:04 2018 (r470415) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497920791 -SHA256 (octave-forge/statistics-1.3.0.tar.gz) = 06454e3a7ae6d2b7c5f442638c29c28ea8e5976766373fffcf0e297d5d076a33 -SIZE (octave-forge/statistics-1.3.0.tar.gz) = 140963 +TIMESTAMP = 1526744820 +SHA256 (octave-forge/statistics-1.4.0.tar.gz) = 3021ccec2517a8146820d41900a69abf0d05772260d1f41ff640da7d2909b620 +SIZE (octave-forge/statistics-1.4.0.tar.gz) = 336694 From owner-svn-ports-head@freebsd.org Sat May 19 16:21:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 858AEED636E; Sat, 19 May 2018 16:21:15 +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 3B5ED75028; Sat, 19 May 2018 16:21:15 +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 1DBD81654; Sat, 19 May 2018 16:21:15 +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 w4JGLE4L097034; Sat, 19 May 2018 16:21:14 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JGLEtK097031; Sat, 19 May 2018 16:21:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805191621.w4JGLEtK097031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 19 May 2018 16:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470416 - in head/ports-mgmt/pkg-rmleaf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/ports-mgmt/pkg-rmleaf: . files X-SVN-Commit-Revision: 470416 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 16:21:15 -0000 Author: miwi Date: Sat May 19 16:21:14 2018 New Revision: 470416 URL: https://svnweb.freebsd.org/changeset/ports/470416 Log: - Update to 0.4 PR: 227828 Submitted by: maintainer Sponsored by: iXsystems Inc. Modified: head/ports-mgmt/pkg-rmleaf/Makefile head/ports-mgmt/pkg-rmleaf/files/pkg-rmleaf head/ports-mgmt/pkg-rmleaf/pkg-descr Modified: head/ports-mgmt/pkg-rmleaf/Makefile ============================================================================== --- head/ports-mgmt/pkg-rmleaf/Makefile Sat May 19 15:53:04 2018 (r470415) +++ head/ports-mgmt/pkg-rmleaf/Makefile Sat May 19 16:21:14 2018 (r470416) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pkg-rmleaf -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/pkg-rmleaf/files/pkg-rmleaf ============================================================================== --- head/ports-mgmt/pkg-rmleaf/files/pkg-rmleaf Sat May 19 15:53:04 2018 (r470415) +++ head/ports-mgmt/pkg-rmleaf/files/pkg-rmleaf Sat May 19 16:21:14 2018 (r470416) @@ -1,8 +1,8 @@ #!/bin/sh -# version 0.3 +# Version: 0.4 -# Copyright (c) 2014 Yanhui Shen, shen.elf@gmail.c0m +# Copyright (c) 2013-2018 Yanhui Shen # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -29,12 +29,11 @@ cols=$((`stty size | cut -w -f2` - 6)) rows=$((`stty size | cut -w -f1` - 4)) height=$(($rows - 7)) -sep="#" -PkgQuery="pkg query -e \"%#r=0\" \"%o$sep%c\" | sort" +PkgQuery="pkg query -e \"%#r=0\" \"%o %n-%v %c\" | sort -k 1" PkgDelete="pkg delete -y" FmtDialog="dialog --checklist \"Leaf Packages: %s\" $rows $cols $height %s" -KeptLeaves="" +KnownLeaves="" while true; do #==== refresh leaves ==== echo "Querying..." @@ -48,43 +47,41 @@ while true; do IFS=" " for line in $AllLeaves; do - case $line in - (*"$sep"*) - port=${line%%"$sep"*} - desc=${line#*"$sep"} - ;; - (*) - echo "Bad line: " $line - exit - ;; - esac + origin=`echo "$line" | cut -d' ' -f 1` + category=`echo "$origin" | cut -d'/' -f 1` + name=`echo "$line" | cut -d' ' -f 2` + desc=`echo "$line" | cut -d' ' -f 3-` + port="$category:$name" - ret=`echo "$KeptLeaves" | grep "$port"` + ret=`echo "$KnownLeaves" | grep "$name"` if [ -z "$ret" ]; then - NewLeaves="$NewLeaves $port \"$desc\" off" + NewLeaves="$NewLeaves \"$port\" \"$desc\" off" nNewLeaves=$(($nNewLeaves + 1)) fi done #==== show dialog ==== if [ -z "$NewLeaves" ]; then - echo "Nothing to do!" + echo "No more new leaves." exit fi cmd=`printf $FmtDialog "$nNewLeaves" "$NewLeaves"` - selections=`eval "$cmd 3>&2 2>&1 1>&3"` + selected=`eval "$cmd 3>&2 2>&1 1>&3"` if [ $? -ne 0 ]; then echo "Canceled." exit fi - #==== record old leaves ==== - KeptLeaves="$AllLeaves" + #==== save current leaves ==== + KnownLeaves="$AllLeaves" - #==== deinstall selected ==== - if [ -z $selections ]; then - echo "No selection, quit." + #==== extract names ==== + names=`echo $selected | sed 's/[[:alnum:]_-]\{1,\}://g'` + if [ -z $names ]; then + echo "No packages." exit fi - eval "$PkgDelete $selections" + + #==== uninstall selected ==== + eval "$PkgDelete $names" done Modified: head/ports-mgmt/pkg-rmleaf/pkg-descr ============================================================================== --- head/ports-mgmt/pkg-rmleaf/pkg-descr Sat May 19 15:53:04 2018 (r470415) +++ head/ports-mgmt/pkg-rmleaf/pkg-descr Sat May 19 16:21:14 2018 (r470416) @@ -1 +1,3 @@ -A little script for removing leaf packages (requires pkgng). +A little script for removing leaf packages (requires pkg). + +WWW: https://github.com/bsdelf/pkg-rmleaf From owner-svn-ports-head@freebsd.org Sat May 19 16:25:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C3A6ED6492; Sat, 19 May 2018 16:25:17 +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 C9AE57536C; Sat, 19 May 2018 16:25:16 +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 A90E917B3; Sat, 19 May 2018 16:25:16 +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 w4JGPGfi001314; Sat, 19 May 2018 16:25:16 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JGPFM1001309; Sat, 19 May 2018 16:25:15 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805191625.w4JGPFM1001309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 19 May 2018 16:25:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470417 - in head/mail/py-milter: . files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/mail/py-milter: . files X-SVN-Commit-Revision: 470417 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 16:25:17 -0000 Author: miwi Date: Sat May 19 16:25:15 2018 New Revision: 470417 URL: https://svnweb.freebsd.org/changeset/ports/470417 Log: - Update to 1.0.2 - Use Github PR: 226857 Submitted by: Peter Wullinger Approved by: maintainer Sponsored by: iXsystems Inc. Added: head/mail/py-milter/files/extra-patch-miltermodule.c (contents, props changed) head/mail/py-milter/files/patch-Milter-dns.py (contents, props changed) head/mail/py-milter/files/patch-Milter-dsn.py (contents, props changed) Deleted: head/mail/py-milter/files/patch-miltermodule.c Modified: head/mail/py-milter/Makefile head/mail/py-milter/distinfo Modified: head/mail/py-milter/Makefile ============================================================================== --- head/mail/py-milter/Makefile Sat May 19 16:21:14 2018 (r470416) +++ head/mail/py-milter/Makefile Sat May 19 16:25:15 2018 (r470417) @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= milter -PORTVERSION= 1.0 -PORTREVISION= 4 +PORTVERSION= 1.0.2 CATEGORIES= mail python -MASTER_SITES= SF/${PYPORTNAME}/${PYPORTNAME}/${DISTNAME} +MASTER_SITES= GH PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PYPORTNAME}-${PORTVERSION} -DIST_SUBDIR= python MAINTAINER= estartu@augusta.de COMMENT= Python interface to Sendmail milter API @@ -22,11 +20,22 @@ CFLAGS+= -I${LOCALBASE}/include .endif PYPORTNAME= ${PKGNAMEPREFIX:C/[0-9]+-//}${PORTNAME} +GH_ACCOUNT= sdgathman +GH_PROJECT= ${PYPORTNAME} +GH_TAGNAME= ${GH_PROJECT}-${PORTVERSION} -USES= python:2.7 -USE_PYTHON= distutils autoplist +USES= python +USE_GITHUB= yes +USE_PYTHON= distutils autoplist flavors + post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/milter.so -.include +.include + +.if ${FLAVOR:Upy27:Mpy3*} +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-miltermodule.c +.endif + +.include Modified: head/mail/py-milter/distinfo ============================================================================== --- head/mail/py-milter/distinfo Sat May 19 16:21:14 2018 (r470416) +++ head/mail/py-milter/distinfo Sat May 19 16:25:15 2018 (r470417) @@ -1,2 +1,3 @@ -SHA256 (python/pymilter-1.0.tar.gz) = 93a8f31b06c4a7f04e6f9b69f8d7357ba750819e6348177536b23255616e8937 -SIZE (python/pymilter-1.0.tar.gz) = 1014442 +TIMESTAMP = 1521752301 +SHA256 (pymilter-1.0.2_GH0.tar.gz) = f513053f5fc9b0c31d886d8412a411bdc958786a673d7071b1bd521498b01153 +SIZE (pymilter-1.0.2_GH0.tar.gz) = 1022535 Added: head/mail/py-milter/files/extra-patch-miltermodule.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-milter/files/extra-patch-miltermodule.c Sat May 19 16:25:15 2018 (r470417) @@ -0,0 +1,172 @@ +--- miltermodule.c.orig 2016-12-13 19:17:34 UTC ++++ miltermodule.c +@@ -343,7 +343,7 @@ static struct MilterCallback { + { NULL , NULL } + }; + +-staticforward struct smfiDesc description; /* forward declaration */ ++static struct smfiDesc description; /* forward declaration */ + + static PyObject *MilterError; + /* The interpreter instance that called milter.main */ +@@ -355,7 +355,7 @@ typedef struct { + + static milter_Diag diag; + +-staticforward PyTypeObject milter_ContextType; ++static PyTypeObject milter_ContextType; + + typedef struct { + PyObject_HEAD +@@ -700,7 +700,7 @@ _generic_wrapper(milter_ContextObject *s + result = PyEval_CallObject(cb, arglist); + Py_DECREF(arglist); + if (result == NULL) return _report_exception(self); +- if (!PyInt_Check(result)) { ++ if (!PyLong_Check(result)) { + const struct MilterCallback *p; + const char *cbname = "milter"; + char buf[40]; +@@ -715,7 +715,7 @@ _generic_wrapper(milter_ContextObject *s + PyErr_SetString(MilterError,buf); + return _report_exception(self); + } +- retval = PyInt_AS_LONG(result); ++ retval = PyLong_AS_LONG(result); + Py_DECREF(result); + _release_thread(self->t); + return retval; +@@ -732,7 +732,7 @@ makeipaddr(struct sockaddr_in *addr) { + sprintf(buf, "%d.%d.%d.%d", + (int) (x>>24) & 0xff, (int) (x>>16) & 0xff, + (int) (x>> 8) & 0xff, (int) (x>> 0) & 0xff); +- return PyString_FromString(buf); ++ return PyUnicode_FromString(buf); + } + + #ifdef HAVE_IPV6_SUPPORT +@@ -740,8 +740,8 @@ static PyObject * + makeip6addr(struct sockaddr_in6 *addr) { + char buf[100]; /* must be at least INET6_ADDRSTRLEN + 1 */ + const char *s = inet_ntop(AF_INET6, &addr->sin6_addr, buf, sizeof buf); +- if (s) return PyString_FromString(s); +- return PyString_FromString("inet6:unknown"); ++ if (s) return PyUnicode_FromString(s); ++ return PyUnicode_FromString("inet6:unknown"); + } + #endif + +@@ -832,7 +832,7 @@ generic_env_wrapper(SMFICTX *ctx, PyObje + for (i=0;i/libmilter/README for details on setting it up.\n"; + + static void setitem(PyObject *d,const char *name,long val) { +- PyObject *v = PyInt_FromLong(val); ++ PyObject *v = PyLong_FromLong(val); + PyDict_SetItemString(d,name,v); + Py_DECREF(v); + } + +-void +-initmilter(void) { ++static struct PyModuleDef moduledef = { ++ PyModuleDef_HEAD_INIT, ++ "milter", /* m_name */ ++ milter_documentation,/* m_doc */ ++ -1, /* m_size */ ++ milter_methods, /* m_methods */ ++ NULL, /* m_reload */ ++ NULL, /* m_traverse */ ++ NULL, /* m_clear */ ++ NULL, /* m_free */ ++}; ++ ++PyMODINIT_FUNC PyInit_milter(void) { + PyObject *m, *d; + +- m = Py_InitModule4("milter", milter_methods, milter_documentation, +- (PyObject*)NULL, PYTHON_API_VERSION); ++ if (PyType_Ready(&milter_ContextType) < 0) ++ return NULL; ++ ++ m = PyModule_Create(&moduledef); ++ if (m == NULL) return NULL; + d = PyModule_GetDict(m); + MilterError = PyErr_NewException("milter.error", NULL, NULL); + PyDict_SetItemString(d,"error", MilterError); +@@ -1710,4 +1725,5 @@ initmilter(void) { + setitem(d,"DISCARD", SMFIS_DISCARD); + setitem(d,"ACCEPT", SMFIS_ACCEPT); + setitem(d,"TEMPFAIL", SMFIS_TEMPFAIL); ++ return m; + } Added: head/mail/py-milter/files/patch-Milter-dns.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-milter/files/patch-Milter-dns.py Sat May 19 16:25:15 2018 (r470417) @@ -0,0 +1,13 @@ +--- Milter/dns.py.orig 2016-12-13 19:17:34 UTC ++++ Milter/dns.py +@@ -26,8 +26,8 @@ def DNSLookup(name, qtype): + # A RR as dotted quad. For consistency, this driver should + # return both as binary string. + return [((a['name'], a['typename']), a['data']) for a in resp.answers] +- except IOError, x: +- raise DNSError, str(x) ++ except IOError as x: ++ raise DNSError(str(x)) + + class Session(object): + """A Session object has a simple cache with no TTL that is valid Added: head/mail/py-milter/files/patch-Milter-dsn.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-milter/files/patch-Milter-dsn.py Sat May 19 16:25:15 2018 (r470417) @@ -0,0 +1,19 @@ +--- Milter/dsn.py.orig 2016-12-13 19:17:34 UTC ++++ Milter/dsn.py +@@ -142,13 +142,13 @@ def send_dsn(mailfrom,receiver,msg=None, + if badrcpts: + return badrcpts + return None # success +- except smtplib.SMTPRecipientsRefused,x: ++ except smtplib.SMTPRecipientsRefused as x: + if len(x.recipients) == 1: + return x.recipients.values()[0] # permanent error + return x.recipients +- except smtplib.SMTPSenderRefused,x: ++ except smtplib.SMTPSenderRefused as x: + return x.args[:2] # does not accept DSN +- except smtplib.SMTPDataError,x: ++ except smtplib.SMTPDataError as x: + return x.args # permanent error + except smtplib.SMTPException: + pass # any other error, try next MX From owner-svn-ports-head@freebsd.org Sat May 19 16:32:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51BEEED6941; Sat, 19 May 2018 16:32:17 +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 0696375819; Sat, 19 May 2018 16:32:17 +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 DC7B0193F; Sat, 19 May 2018 16:32:16 +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 w4JGWGAE005567; Sat, 19 May 2018 16:32:16 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JGWFN0005562; Sat, 19 May 2018 16:32:15 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805191632.w4JGWFN0005562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 19 May 2018 16:32:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470418 - in head/devel: . py-parallax py-parallax/files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/devel: . py-parallax py-parallax/files X-SVN-Commit-Revision: 470418 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 16:32:17 -0000 Author: miwi Date: Sat May 19 16:32:15 2018 New Revision: 470418 URL: https://svnweb.freebsd.org/changeset/ports/470418 Log: Parallax SSH is a fork of Parallel SSH which focuses less on command-line tools and more on providing a flexible and programmable API that can be used by Python application developers to perform SSH operations across multiple machines. WWW: https://github.com/krig/parallax/ PR: 228184 Submitted by: David Shane Holden Sponsored by: iXsystems Inc. Added: head/devel/py-parallax/ head/devel/py-parallax/Makefile (contents, props changed) head/devel/py-parallax/distinfo (contents, props changed) head/devel/py-parallax/files/ head/devel/py-parallax/files/patch-parallax_____init____.py (contents, props changed) head/devel/py-parallax/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 19 16:25:15 2018 (r470417) +++ head/devel/Makefile Sat May 19 16:32:15 2018 (r470418) @@ -4742,6 +4742,7 @@ SUBDIR += py-p4python SUBDIR += py-packaging SUBDIR += py-palm + SUBDIR += py-parallax SUBDIR += py-parsedatetime SUBDIR += py-path.py SUBDIR += py-pathlib Added: head/devel/py-parallax/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-parallax/Makefile Sat May 19 16:32:15 2018 (r470418) @@ -0,0 +1,20 @@ +# Created by: David Shane Holden +# $FreeBSD$ + +PORTNAME= parallax +PORTVERSION= 1.0.3 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dpejesh@yahoo.com +COMMENT= Python API for SSH + +LICENSE= BSD3CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= krig + +.include Added: head/devel/py-parallax/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-parallax/distinfo Sat May 19 16:32:15 2018 (r470418) @@ -0,0 +1,3 @@ +TIMESTAMP = 1524103983 +SHA256 (krig-parallax-1.0.3_GH0.tar.gz) = 6a0199ea1c3fedd84ea25ab9a1a2c7b7a30e6484331dc33b03ee4e23b5f7b239 +SIZE (krig-parallax-1.0.3_GH0.tar.gz) = 16310 Added: head/devel/py-parallax/files/patch-parallax_____init____.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-parallax/files/patch-parallax_____init____.py Sat May 19 16:32:15 2018 (r470418) @@ -0,0 +1,11 @@ +--- parallax/__init__.py.orig 2018-04-19 02:38:57 UTC ++++ parallax/__init__.py +@@ -61,7 +61,7 @@ class Error(BaseException): + that host. + """ + def __init__(self, msg, task): +- super().__init__(self) ++ super(BaseException, self).__init__() + self.msg = msg + self.task = task + Added: head/devel/py-parallax/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-parallax/pkg-descr Sat May 19 16:32:15 2018 (r470418) @@ -0,0 +1,6 @@ +Parallax SSH is a fork of Parallel SSH which focuses less on command-line +tools and more on providing a flexible and programmable API that can be used by +Python application developers to perform SSH operations across multiple +machines. + +WWW: https://github.com/krig/parallax/ From owner-svn-ports-head@freebsd.org Sat May 19 16:33:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6DBAED69E4; Sat, 19 May 2018 16:33:54 +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 5D86F75955; Sat, 19 May 2018 16:33:54 +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 3B31A1955; Sat, 19 May 2018 16:33:54 +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 w4JGXs8H006470; Sat, 19 May 2018 16:33:54 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JGXrs5006468; Sat, 19 May 2018 16:33:53 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201805191633.w4JGXrs5006468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 19 May 2018 16:33:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470419 - head/multimedia/libdca X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/multimedia/libdca X-SVN-Commit-Revision: 470419 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 16:33:54 -0000 Author: riggs Date: Sat May 19 16:33:53 2018 New Revision: 470419 URL: https://svnweb.freebsd.org/changeset/ports/470419 Log: Update to upstream version 0.0.6; Add LICENSE tags Modified: head/multimedia/libdca/Makefile head/multimedia/libdca/distinfo Modified: head/multimedia/libdca/Makefile ============================================================================== --- head/multimedia/libdca/Makefile Sat May 19 16:32:15 2018 (r470418) +++ head/multimedia/libdca/Makefile Sat May 19 16:33:53 2018 (r470419) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= libdca -PORTVERSION= 0.0.5 -PORTREVISION= 1 +PORTVERSION= 0.0.6 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Free DTS Coherent Acoustics decoder + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes Modified: head/multimedia/libdca/distinfo ============================================================================== --- head/multimedia/libdca/distinfo Sat May 19 16:32:15 2018 (r470418) +++ head/multimedia/libdca/distinfo Sat May 19 16:33:53 2018 (r470419) @@ -1,2 +1,3 @@ -SHA256 (libdca-0.0.5.tar.bz2) = dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642 -SIZE (libdca-0.0.5.tar.bz2) = 393291 +TIMESTAMP = 1526739834 +SHA256 (libdca-0.0.6.tar.bz2) = 98f98a9aa000a26b927c6facd15d18dcf664238adfc5db24f533c5932cdb1f40 +SIZE (libdca-0.0.6.tar.bz2) = 454121 From owner-svn-ports-head@freebsd.org Sat May 19 16:34:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30C0AED6A41; Sat, 19 May 2018 16:34:18 +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 D99B475A30; Sat, 19 May 2018 16:34:17 +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 BAD021956; Sat, 19 May 2018 16:34:17 +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 w4JGYHkN006622; Sat, 19 May 2018 16:34:17 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JGYH5m006619; Sat, 19 May 2018 16:34:17 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805191634.w4JGYH5m006619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 19 May 2018 16:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470420 - head/math/mlpack X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/math/mlpack X-SVN-Commit-Revision: 470420 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 16:34:18 -0000 Author: krion Date: Sat May 19 16:34:16 2018 New Revision: 470420 URL: https://svnweb.freebsd.org/changeset/ports/470420 Log: Update to 3.0.1 PR: 228318 Submitted by: maintainer Modified: head/math/mlpack/Makefile head/math/mlpack/distinfo head/math/mlpack/pkg-plist Modified: head/math/mlpack/Makefile ============================================================================== --- head/math/mlpack/Makefile Sat May 19 16:33:53 2018 (r470419) +++ head/math/mlpack/Makefile Sat May 19 16:34:16 2018 (r470420) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mlpack -DISTVERSION= 3.0.0 +DISTVERSION= 3.0.1 CATEGORIES= math MASTER_SITES= http://mlpack.org/files/ Modified: head/math/mlpack/distinfo ============================================================================== --- head/math/mlpack/distinfo Sat May 19 16:33:53 2018 (r470419) +++ head/math/mlpack/distinfo Sat May 19 16:34:16 2018 (r470420) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525459606 -SHA256 (mlpack-3.0.0.tar.gz) = 434f861a26efd37b55e28fc1662a1aad749ed5d927d9f91234a27af1f1756293 -SIZE (mlpack-3.0.0.tar.gz) = 2838244 +TIMESTAMP = 1526504906 +SHA256 (mlpack-3.0.1.tar.gz) = 74fe128e1c12fa760885def6ce8bee58e6c4dfd1364e186a60521c543654202f +SIZE (mlpack-3.0.1.tar.gz) = 2854183 Modified: head/math/mlpack/pkg-plist ============================================================================== --- head/math/mlpack/pkg-plist Sat May 19 16:33:53 2018 (r470419) +++ head/math/mlpack/pkg-plist Sat May 19 16:34:16 2018 (r470420) @@ -191,6 +191,10 @@ include/mlpack/core/optimizers/aug_lagrangian/aug_lagr include/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp include/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp include/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp +include/mlpack/core/optimizers/bigbatch_sgd/adaptive_stepsize.hpp +include/mlpack/core/optimizers/bigbatch_sgd/backtracking_line_search.hpp +include/mlpack/core/optimizers/bigbatch_sgd/bigbatch_sgd.hpp +include/mlpack/core/optimizers/bigbatch_sgd/bigbatch_sgd_impl.hpp include/mlpack/core/optimizers/cmaes/cmaes.hpp include/mlpack/core/optimizers/cmaes/cmaes_impl.hpp include/mlpack/core/optimizers/cmaes/full_selection.hpp @@ -488,8 +492,10 @@ include/mlpack/methods/ann/ffn_impl.hpp include/mlpack/methods/ann/init_rules/const_init.hpp include/mlpack/methods/ann/init_rules/gaussian_init.hpp include/mlpack/methods/ann/init_rules/glorot_init.hpp +include/mlpack/methods/ann/init_rules/he_init.hpp include/mlpack/methods/ann/init_rules/init_rules_traits.hpp include/mlpack/methods/ann/init_rules/kathirvalavakumar_subavathi_init.hpp +include/mlpack/methods/ann/init_rules/lecun_normal_init.hpp include/mlpack/methods/ann/init_rules/network_init.hpp include/mlpack/methods/ann/init_rules/nguyen_widrow_init.hpp include/mlpack/methods/ann/init_rules/oivs_init.hpp @@ -499,6 +505,8 @@ include/mlpack/methods/ann/layer/add.hpp include/mlpack/methods/ann/layer/add_impl.hpp include/mlpack/methods/ann/layer/add_merge.hpp include/mlpack/methods/ann/layer/add_merge_impl.hpp +include/mlpack/methods/ann/layer/alpha_dropout.hpp +include/mlpack/methods/ann/layer/alpha_dropout_impl.hpp include/mlpack/methods/ann/layer/base_layer.hpp include/mlpack/methods/ann/layer/batch_norm.hpp include/mlpack/methods/ann/layer/batch_norm_impl.hpp @@ -512,8 +520,6 @@ include/mlpack/methods/ann/layer/constant.hpp include/mlpack/methods/ann/layer/constant_impl.hpp include/mlpack/methods/ann/layer/convolution.hpp include/mlpack/methods/ann/layer/convolution_impl.hpp -include/mlpack/methods/ann/layer/cross_entropy_error.hpp -include/mlpack/methods/ann/layer/cross_entropy_error_impl.hpp include/mlpack/methods/ann/layer/dropconnect.hpp include/mlpack/methods/ann/layer/dropconnect_impl.hpp include/mlpack/methods/ann/layer/dropout.hpp @@ -522,6 +528,8 @@ include/mlpack/methods/ann/layer/elu.hpp include/mlpack/methods/ann/layer/elu_impl.hpp include/mlpack/methods/ann/layer/fast_lstm.hpp include/mlpack/methods/ann/layer/fast_lstm_impl.hpp +include/mlpack/methods/ann/layer/flexible_relu.hpp +include/mlpack/methods/ann/layer/flexible_relu_impl.hpp include/mlpack/methods/ann/layer/glimpse.hpp include/mlpack/methods/ann/layer/glimpse_impl.hpp include/mlpack/methods/ann/layer/gru.hpp @@ -549,8 +557,6 @@ include/mlpack/methods/ann/layer/max_pooling.hpp include/mlpack/methods/ann/layer/max_pooling_impl.hpp include/mlpack/methods/ann/layer/mean_pooling.hpp include/mlpack/methods/ann/layer/mean_pooling_impl.hpp -include/mlpack/methods/ann/layer/mean_squared_error.hpp -include/mlpack/methods/ann/layer/mean_squared_error_impl.hpp include/mlpack/methods/ann/layer/multiply_constant.hpp include/mlpack/methods/ann/layer/multiply_constant_impl.hpp include/mlpack/methods/ann/layer/negative_log_likelihood.hpp @@ -567,10 +573,16 @@ include/mlpack/methods/ann/layer/select.hpp include/mlpack/methods/ann/layer/select_impl.hpp include/mlpack/methods/ann/layer/sequential.hpp include/mlpack/methods/ann/layer/sequential_impl.hpp -include/mlpack/methods/ann/layer/sigmoid_cross_entropy_error.hpp -include/mlpack/methods/ann/layer/sigmoid_cross_entropy_error_impl.hpp include/mlpack/methods/ann/layer/vr_class_reward.hpp include/mlpack/methods/ann/layer/vr_class_reward_impl.hpp +include/mlpack/methods/ann/loss_functions/cross_entropy_error.hpp +include/mlpack/methods/ann/loss_functions/cross_entropy_error_impl.hpp +include/mlpack/methods/ann/loss_functions/kl_divergence.hpp +include/mlpack/methods/ann/loss_functions/kl_divergence_impl.hpp +include/mlpack/methods/ann/loss_functions/mean_squared_error.hpp +include/mlpack/methods/ann/loss_functions/mean_squared_error_impl.hpp +include/mlpack/methods/ann/loss_functions/sigmoid_cross_entropy_error.hpp +include/mlpack/methods/ann/loss_functions/sigmoid_cross_entropy_error_impl.hpp include/mlpack/methods/ann/rnn.hpp include/mlpack/methods/ann/rnn_impl.hpp include/mlpack/methods/ann/visitor/add_visitor.hpp @@ -804,7 +816,9 @@ include/mlpack/methods/regularized_svd/regularized_svd include/mlpack/methods/regularized_svd/regularized_svd_impl.hpp include/mlpack/methods/reinforcement_learning/async_learning.hpp include/mlpack/methods/reinforcement_learning/async_learning_impl.hpp +include/mlpack/methods/reinforcement_learning/environment/acrobat.hpp include/mlpack/methods/reinforcement_learning/environment/cart_pole.hpp +include/mlpack/methods/reinforcement_learning/environment/continuous_mountain_car.hpp include/mlpack/methods/reinforcement_learning/environment/mountain_car.hpp include/mlpack/methods/reinforcement_learning/policy/aggregated_policy.hpp include/mlpack/methods/reinforcement_learning/policy/greedy_policy.hpp From owner-svn-ports-head@freebsd.org Sat May 19 16:35:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADF2EED6B5E; Sat, 19 May 2018 16:35:51 +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 5EC3B75BA4; Sat, 19 May 2018 16:35:51 +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 27053195A; Sat, 19 May 2018 16:35:51 +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 w4JGZoQQ006933; Sat, 19 May 2018 16:35:50 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JGZnj8006924; Sat, 19 May 2018 16:35:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805191635.w4JGZnj8006924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 19 May 2018 16:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470421 - in head/net-mgmt/crmsh: . files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/net-mgmt/crmsh: . files X-SVN-Commit-Revision: 470421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 16:35:51 -0000 Author: miwi Date: Sat May 19 16:35:48 2018 New Revision: 470421 URL: https://svnweb.freebsd.org/changeset/ports/470421 Log: - Update to 3.0.1 PR: 228186 Submitted by: maintainer Sponsored by: iXsystems Inc. Added: head/net-mgmt/crmsh/files/patch-crmsh_corosync.py (contents, props changed) head/net-mgmt/crmsh/files/patch-crmsh_utils.py (contents, props changed) head/net-mgmt/crmsh/files/patch-hb__report_hb__report.in (contents, props changed) head/net-mgmt/crmsh/files/patch-hb__report_openais__conf__support.sh (contents, props changed) head/net-mgmt/crmsh/files/patch-hb__report_utillib.sh (contents, props changed) head/net-mgmt/crmsh/files/patch-scripts_health_collect.py (contents, props changed) head/net-mgmt/crmsh/files/patch-utils_crm__init.py (contents, props changed) Modified: head/net-mgmt/crmsh/Makefile head/net-mgmt/crmsh/distinfo head/net-mgmt/crmsh/pkg-plist Modified: head/net-mgmt/crmsh/Makefile ============================================================================== --- head/net-mgmt/crmsh/Makefile Sat May 19 16:34:16 2018 (r470420) +++ head/net-mgmt/crmsh/Makefile Sat May 19 16:35:48 2018 (r470421) @@ -1,52 +1,62 @@ -# Created by: dpejesh@yahoo.com +# Created by: David Shane Holden # $FreeBSD$ -PORTNAME= crmsh -PORTVERSION= 3.0.0 -PORTREVISION= 1 -CATEGORIES= net-mgmt python +PORTNAME= crmsh +PORTVERSION= 3.0.1 +CATEGORIES= net-mgmt python -MAINTAINER= dpejesh@yahoo.com -COMMENT= Command-line interface for High-Availability cluster management +MAINTAINER= dpejesh@yahoo.com +COMMENT= Command-line interface for High-Availability cluster management -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING # Set the build/run depends on setuptools instead of adding distutils to USE_PYTHON # because the crmsh build uses autotools which then calls setup.py. -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}parallax>0:devel/py-parallax@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= ClusterLabs +USES= autoreconf gmake python:2.7 shebangfix +USE_GITHUB= yes +GH_ACCOUNT= ClusterLabs +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-ocf-root=${PREFIX}/lib/ocf +USE_GITHUB= yes +GH_ACCOUNT= ClusterLabs -USES= autoreconf gmake python:2.7 shebangfix -USE_PYTHON= flavors -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ocf-root=${PREFIX}/lib/ocf -NO_ARCH= yes +NO_ARCH= yes -SHEBANG_FILES= bin/crm \ - scripts/*/*.py \ - test/cib-tests.sh \ - test/evaltest.sh \ - test/list-undocumented-commands.py \ - utils/crm_clean.py \ - utils/crm_pkg.py \ - utils/crm_rpmcheck.py +SHEBANG_FILES= bin/crm \ + scripts/*/*.py \ + test/cib-tests.sh \ + test/evaltest.sh \ + test/list-undocumented-commands.py \ + utils/crm_clean.py \ + utils/crm_pkg.py \ + utils/crm_rpmcheck.py -OPTIONS_DEFINE= DOCS MANPAGES -OPTIONS_DEFAULT=MANPAGES -OPTIONS_SUB= yes +OPTIONS_DEFINE= DOCS MANPAGES +OPTIONS_DEFAULT= MANPAGES +OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc MANPAGES_BUILD_DEPENDS= ${DOCS_BUILD_DEPENDS} post-patch: - ${REINPLACE_CMD} 's,%%DATADIR%%,${DATADIR},' ${WRKSRC}/setup.py + @${REINPLACE_CMD} 's,%%DATADIR%%,${DATADIR},g' ${WRKSRC}/setup.py + @${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/crmsh/corosync.py + @${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/crmsh/utils.py + @${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/hb_report/hb_report.in + @${REINPLACE_CMD} 's,%%PYTHON_CMD%%,${PYTHON_CMD},g' ${WRKSRC}/hb_report/hb_report.in + @${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/hb_report/openais_conf_support.sh + @${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/hb_report/utillib.sh + @${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/scripts/health/collect.py + @${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/utils/crm_init.py post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/crm/crm.conf \ Modified: head/net-mgmt/crmsh/distinfo ============================================================================== --- head/net-mgmt/crmsh/distinfo Sat May 19 16:34:16 2018 (r470420) +++ head/net-mgmt/crmsh/distinfo Sat May 19 16:35:48 2018 (r470421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495219830 -SHA256 (ClusterLabs-crmsh-3.0.0_GH0.tar.gz) = eb3d99999b7f1e31fef28de90fa5b038f316a02a35c47a1286d374eb7a569168 -SIZE (ClusterLabs-crmsh-3.0.0_GH0.tar.gz) = 943585 +TIMESTAMP = 1523916691 +SHA256 (ClusterLabs-crmsh-3.0.1_GH0.tar.gz) = de10df384d3a5b5700cce96b9e907c2e5c17bffc376bc65503f50219d9812b15 +SIZE (ClusterLabs-crmsh-3.0.1_GH0.tar.gz) = 947261 Added: head/net-mgmt/crmsh/files/patch-crmsh_corosync.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/crmsh/files/patch-crmsh_corosync.py Sat May 19 16:35:48 2018 (r470421) @@ -0,0 +1,11 @@ +--- crmsh/corosync.py.orig 2018-04-19 03:47:12 UTC ++++ crmsh/corosync.py +@@ -14,7 +14,7 @@ from .msg import err_buf, common_debug + + + def conf(): +- return os.getenv('COROSYNC_MAIN_CONFIG_FILE', '/etc/corosync/corosync.conf') ++ return os.getenv('COROSYNC_MAIN_CONFIG_FILE', '%%PREFIX%%/etc/corosync/corosync.conf') + + + def is_corosync_stack(): Added: head/net-mgmt/crmsh/files/patch-crmsh_utils.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/crmsh/files/patch-crmsh_utils.py Sat May 19 16:35:48 2018 (r470421) @@ -0,0 +1,29 @@ +--- crmsh/utils.py.orig 2018-04-19 03:54:07 UTC ++++ crmsh/utils.py +@@ -989,7 +989,7 @@ def cluster_stack(): + return "heartbeat" + elif is_process("[a]isexec"): + return "openais" +- elif os.path.exists("/etc/corosync/corosync.conf") or is_program('corosync-cfgtool'): ++ elif os.path.exists("%%PREFIX%%/etc/corosync/corosync.conf") or is_program('corosync-cfgtool'): + return "corosync" + return "" + +@@ -1551,7 +1551,7 @@ def list_corosync_node_names(): + in corosync.conf + ''' + try: +- cfg = os.getenv('COROSYNC_MAIN_CONFIG_FILE', '/etc/corosync/corosync.conf') ++ cfg = os.getenv('COROSYNC_MAIN_CONFIG_FILE', '%%PREFIX%%/etc/corosync/corosync.conf') + lines = open(cfg).read().split('\n') + name_re = re.compile(r'\s*name:\s+(.*)') + names = [] +@@ -1570,7 +1570,7 @@ def list_corosync_nodes(): + in corosync.conf + ''' + try: +- cfg = os.getenv('COROSYNC_MAIN_CONFIG_FILE', '/etc/corosync/corosync.conf') ++ cfg = os.getenv('COROSYNC_MAIN_CONFIG_FILE', '%%PREFIX%%/etc/corosync/corosync.conf') + lines = open(cfg).read().split('\n') + addr_re = re.compile(r'\s*ring0_addr:\s+(.*)') + nodes = [] Added: head/net-mgmt/crmsh/files/patch-hb__report_hb__report.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/crmsh/files/patch-hb__report_hb__report.in Sat May 19 16:35:48 2018 (r470421) @@ -0,0 +1,52 @@ +--- hb_report/hb_report.in.orig 2017-07-21 09:17:13 UTC ++++ hb_report/hb_report.in +@@ -203,11 +203,11 @@ time2str() { + } + # try to figure out where pacemaker ... etc + get_pe_state_dir() { +- PE_STATE_DIR=`python -c "import crmsh.config; print crmsh.config.path.pe_state_dir"` ++ PE_STATE_DIR=`%%PYTHON_CMD%% -c "import crmsh.config; print(crmsh.config.path.pe_state_dir)"` + test -d "$PE_STATE_DIR" + } + get_cib_dir() { +- CIB_DIR=`python -c "import crmsh.config; print crmsh.config.path.crm_config"` ++ CIB_DIR=`%%PYTHON_CMD%% -c "import crmsh.config; print(crmsh.config.path.crm_config)"` + test -d "$CIB_DIR" + } + get_pe_state_dir2() { +@@ -357,7 +357,7 @@ is_our_log() { + local cat + cat=`find_decompressor $logf` + local first_time="`$cat $logf | head -10 | find_first_ts`" +- local last_time="`$cat $logf | tail -10 | tac | find_first_ts`" ++ local last_time="`$cat $logf | tail -10 | tail -r | find_first_ts`" + if [ x = "x$first_time" -o x = "x$last_time" ]; then + return 0 # skip (empty log?) + fi +@@ -467,7 +467,7 @@ loginfo() { + local logf=$1 + local fake=$2 + local nextpos +- nextpos=`python -c "f=open('$logf');f.seek(0,2);print f.tell()+1"` ++ nextpos=`%%PYTHON_CMD%% -c "f=open('$logf');f.seek(0,2);print f.tell()+1"` + if [ "$fake" ]; then + echo "synthetic:$logf $nextpos" + else +@@ -1206,7 +1206,7 @@ which which >/dev/null 2>&1 || + fatal "please install the which(1) program" + + WE=`uname -n` # who am i? +-tmpdir=`mktemp -t -d .hb_report.workdir.XXXXXX` || ++tmpdir=`mktemp -d` || + fatal "disk full" + add_tmpfiles $tmpdir + WORKDIR=$tmpdir +@@ -1322,7 +1322,7 @@ glibc + " + case "$CLUSTER_TYPE" in + openais) +- CONF=/etc/corosync/corosync.conf # corosync? ++ CONF=%%PREFIX%%/etc/corosync/corosync.conf # corosync? + if test -f $CONF; then + CORES_DIRS="$CORES_DIRS /var/lib/corosync" + else Added: head/net-mgmt/crmsh/files/patch-hb__report_openais__conf__support.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/crmsh/files/patch-hb__report_openais__conf__support.sh Sat May 19 16:35:48 2018 (r470421) @@ -0,0 +1,13 @@ +--- hb_report/openais_conf_support.sh.orig 2018-04-19 04:02:39 UTC ++++ hb_report/openais_conf_support.sh +@@ -70,8 +70,8 @@ getlogvars() { + } + cluster_info() { + : echo "openais version: how?" +- if [ "$CONF" = /etc/corosync/corosync.conf ]; then +- /usr/sbin/corosync -v ++ if [ "$CONF" = %%PREFIX%%/etc/corosync/corosync.conf ]; then ++ %%PREFIX%%/sbin/corosync -v + fi + } + essential_files() { Added: head/net-mgmt/crmsh/files/patch-hb__report_utillib.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/crmsh/files/patch-hb__report_utillib.sh Sat May 19 16:35:48 2018 (r470421) @@ -0,0 +1,20 @@ +--- hb_report/utillib.sh.orig 2017-07-21 09:17:13 UTC ++++ hb_report/utillib.sh +@@ -8,7 +8,7 @@ + get_cluster_type() { + if ps -ef | egrep -qs '[a]isexec|[c]orosync' || + [ -f /etc/ais/openais.conf -a ! -f "$HA_CF" ] || +- [ -f /etc/corosync/corosync.conf -a ! -f "$HA_CF" ] ++ [ -f %%PREFIX%%/etc/corosync/corosync.conf -a ! -f "$HA_CF" ] + then + debug "this is OpenAIS cluster stack" + echo "openais" +@@ -525,7 +525,7 @@ crmconfig() { + CIB_file=$1/$CIB_F crm configure show >$1/$CIB_TXT_F 2>&1 + } + get_crm_nodes() { +- /usr/sbin/crm node server ++ %%PREFIX%%/bin/crm node server + } + get_live_nodes() { + if [ `id -u` = 0 ] && which fping >/dev/null 2>&1; then Added: head/net-mgmt/crmsh/files/patch-scripts_health_collect.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/crmsh/files/patch-scripts_health_collect.py Sat May 19 16:35:48 2018 (r470421) @@ -0,0 +1,11 @@ +--- scripts/health/collect.py.orig 2018-04-19 04:04:24 UTC ++++ scripts/health/collect.py +@@ -67,7 +67,7 @@ def disk_info(): + FILES = [ + '/etc/csync2/key_hagroup', + '/etc/csync2/csync2.cfg', +- '/etc/corosync/corosync.conf', ++ '%%PREFIX%%/etc/corosync/corosync.conf', + '/etc/sysconfig/sbd', + '/etc/sysconfig/SuSEfirewall2', + '/etc/sysconfig/SuSEfirewall2.d/services/cluster' Added: head/net-mgmt/crmsh/files/patch-utils_crm__init.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/crmsh/files/patch-utils_crm__init.py Sat May 19 16:35:48 2018 (r470421) @@ -0,0 +1,20 @@ +--- utils/crm_init.py.orig 2018-04-19 04:05:44 UTC ++++ utils/crm_init.py +@@ -13,7 +13,7 @@ SERVICES = ['sshd', 'ntp', 'corosync', ' + SSH_KEY = os.path.expanduser('~/.ssh/id_rsa') + CSYNC2_KEY = '/etc/csync2/key_hagroup' + CSYNC2_CFG = '/etc/csync2/csync2.cfg' +-COROSYNC_CONF = '/etc/corosync/corosync.conf' ++COROSYNC_CONF = '%%PREFIX%%/etc/corosync/corosync.conf' + SYSCONFIG_SBD = '/etc/sysconfig/sbd' + SYSCONFIG_FW = '/etc/sysconfig/SuSEfirewall2' + SYSCONFIG_FW_CLUSTER = '/etc/sysconfig/SuSEfirewall2.d/services/cluster' +@@ -107,7 +107,7 @@ def files_info(): + + def logrotate_info(): + rc, _, _ = crm_script.call( +- 'grep -r corosync.conf /etc/logrotate.d', ++ 'grep -r corosync.conf %%PREFIX%%/etc/logrotate.d', + shell=True) + return {'corosync.conf': rc == 0} + Modified: head/net-mgmt/crmsh/pkg-plist ============================================================================== --- head/net-mgmt/crmsh/pkg-plist Sat May 19 16:34:16 2018 (r470420) +++ head/net-mgmt/crmsh/pkg-plist Sat May 19 16:35:48 2018 (r470421) @@ -1,9 +1,9 @@ @sample etc/crm/crm.conf.sample -%%PYTHON_SITELIBDIR%%/crmsh-3.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/crmsh-3.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/crmsh-3.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/crmsh-3.0.0-py%%PYTHON_VER%%.egg-info/requires.txt -%%PYTHON_SITELIBDIR%%/crmsh-3.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/crmsh-3.0.1-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/crmsh-3.0.1-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/crmsh-3.0.1-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/crmsh-3.0.1-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/crmsh-3.0.1-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/crmsh/__init__.py %%PYTHON_SITELIBDIR%%/crmsh/__init__.pyc %%PYTHON_SITELIBDIR%%/crmsh/bootstrap.py From owner-svn-ports-head@freebsd.org Sat May 19 18:32:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB367EDD91D; Sat, 19 May 2018 18:32:35 +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 5CBE979B75; Sat, 19 May 2018 18:32:35 +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 3DE262D73; Sat, 19 May 2018 18:32:35 +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 w4JIWZlc066822; Sat, 19 May 2018 18:32:35 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JIWY5J066819; Sat, 19 May 2018 18:32:34 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805191832.w4JIWY5J066819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 19 May 2018 18:32:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470422 - in head/ftp/vsftpd-ext: . files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/ftp/vsftpd-ext: . files X-SVN-Commit-Revision: 470422 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 18:32:35 -0000 Author: miwi Date: Sat May 19 18:32:34 2018 New Revision: 470422 URL: https://svnweb.freebsd.org/changeset/ports/470422 Log: - Update to 3.0.3.1 PR: 227491 Submitted by: Leonid Nevecherya Approved by: maintainer timeout Sponsored by: iXsystems Inc. Added: head/ftp/vsftpd-ext/files/patch-sysstr.c (contents, props changed) head/ftp/vsftpd-ext/files/patch-utility.c (contents, props changed) Deleted: head/ftp/vsftpd-ext/files/patch-utility Modified: head/ftp/vsftpd-ext/Makefile head/ftp/vsftpd-ext/distinfo Modified: head/ftp/vsftpd-ext/Makefile ============================================================================== --- head/ftp/vsftpd-ext/Makefile Sat May 19 16:35:48 2018 (r470421) +++ head/ftp/vsftpd-ext/Makefile Sat May 19 18:32:34 2018 (r470422) @@ -3,7 +3,6 @@ PORTNAME= vsftpd-ext PORTVERSION= ${UPSTREAMVERSION}.${EXTVERSION} -PORTREVISION= 2 CATEGORIES= ftp ipv6 MASTER_SITES= http://vsftpd.devnet.ru/files/${UPSTREAMVERSION}/ext.${EXTVERSION}/ PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} @@ -14,7 +13,7 @@ COMMENT= FTP daemon that aims to be "very secure". Ext LICENSE= GPLv2 -UPSTREAMVERSION=3.0.2 +UPSTREAMVERSION=3.0.3 EXTVERSION= 1 USES= alias gmake tar:tgz Modified: head/ftp/vsftpd-ext/distinfo ============================================================================== --- head/ftp/vsftpd-ext/distinfo Sat May 19 16:35:48 2018 (r470421) +++ head/ftp/vsftpd-ext/distinfo Sat May 19 18:32:34 2018 (r470422) @@ -1,2 +1,3 @@ -SHA256 (vsFTPd-3.0.2-ext1.tgz) = c276f25e5525dc1b104bde8c437a5a9c0cb0efed16056519214d1b9d71497c7d -SIZE (vsFTPd-3.0.2-ext1.tgz) = 227801 +TIMESTAMP = 1523611798 +SHA256 (vsFTPd-3.0.3-ext1.tgz) = 9d0e83657d51b58a91c1d138375e10ed03555fc061f357b15e37dc89de71b593 +SIZE (vsFTPd-3.0.3-ext1.tgz) = 230764 Added: head/ftp/vsftpd-ext/files/patch-sysstr.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/vsftpd-ext/files/patch-sysstr.c Sat May 19 18:32:34 2018 (r470422) @@ -0,0 +1,11 @@ +--- sysstr.c.orig 2012-01-03 09:51:23 UTC ++++ sysstr.c +@@ -74,7 +74,7 @@ str_chdir(const struct mystr* p_str) + int + str_open(const struct mystr* p_str, const enum EVSFSysStrOpenMode mode) + { +- enum EVSFSysUtilOpenMode open_mode = kVSFSysStrOpenUnknown; ++ enum EVSFSysUtilOpenMode open_mode = (enum EVSFSysUtilOpenMode) kVSFSysStrOpenUnknown; + switch (mode) + { + case kVSFSysStrOpenReadOnly: Added: head/ftp/vsftpd-ext/files/patch-utility.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/vsftpd-ext/files/patch-utility.c Sat May 19 18:32:34 2018 (r470422) @@ -0,0 +1,13 @@ +--- utility.c.orig 2012-09-23 00:14:36 UTC ++++ utility.c +@@ -40,6 +40,10 @@ die2(const char* p_text1, const char* p_ + void + bug(const char* p_text) + { ++ static int inside_bug = 0; ++ if (inside_bug) ++ vsf_sysutil_exit(1); ++ inside_bug++; + /* Rats. Try and write the reason to the network for diagnostics */ + vsf_sysutil_activate_noblock(VSFTP_COMMAND_FD); + (void) vsf_sysutil_write_loop(VSFTP_COMMAND_FD, "500 OOPS: ", 10); From owner-svn-ports-head@freebsd.org Sat May 19 18:39:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03775EDDBF8; Sat, 19 May 2018 18:39:05 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A548979F2E; Sat, 19 May 2018 18:39:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8622B2DA1; Sat, 19 May 2018 18:39:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JId4wG067301; Sat, 19 May 2018 18:39:04 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JId2na067293; Sat, 19 May 2018 18:39:02 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201805191839.w4JId2na067293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Sat, 19 May 2018 18:39:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470423 - in head/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Commit-Revision: 470423 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 18:39:05 -0000 Author: gjb Date: Sat May 19 18:39:02 2018 New Revision: 470423 URL: https://svnweb.freebsd.org/changeset/ports/470423 Log: Add MANIFEST files for 11.2-BETA2. Approved by: bdrewery (maintainer, implicit, re blanket) Sponsored by: The FreeBSD Foundation Added: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-11.2-BETA2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-11.2-BETA2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-11.2-BETA2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-11.2-BETA2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-11.2-BETA2 (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-11.2-BETA2 (contents, props changed) Modified: head/misc/freebsd-release-manifests/Makefile head/misc/freebsd-release-manifests/pkg-plist Modified: head/misc/freebsd-release-manifests/Makefile ============================================================================== --- head/misc/freebsd-release-manifests/Makefile Sat May 19 18:32:34 2018 (r470422) +++ head/misc/freebsd-release-manifests/Makefile Sat May 19 18:39:02 2018 (r470423) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= freebsd-release-manifests -DISTVERSION= 20180512 +DISTVERSION= 20180519 PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= # Added: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-11.2-BETA2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-11.2-BETA2 Sat May 19 18:39:02 2018 (r470423) @@ -0,0 +1,10 @@ +base-dbg.txz ec21ca0f87c644017e728032434d9cddb3e70938a688dc2e7a25efa7b5ea11f2 1455 base_dbg "Base system (Debugging)" off +base.txz a8f4135f90eb73b107fa52cc7425f84e991581e2ada75bf3c5e45c3170e1f6d3 22841 base "Base system (MANDATORY)" on +doc.txz 4e94d7efae99a116a9fdfb6fbd3c7e74c8f9fcb765da90972d414b64c24186b5 120 doc "Additional Documentation" off +kernel-dbg.txz 9c5aa93695da4197e743e65cc7898a58086f4ab3db4f1abbefef1b9794349748 872 kernel_dbg "Kernel (Debugging)" off +kernel.txz 3cd0b99f2a914181d3b008db90add6d8f74c8bc246540ceeae73e0dba7f405e1 881 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz de4228a7724a923d976af88da55056c3bcb1797e5684183118d0462e3d62cc60 209 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 8c499af3e829c62616b80d5d65a6bed4119a4a01d63cb90916b9645bd9b2d951 732 lib32 "32-bit compatibility libraries" on +ports.txz 01c584413ff243a319b636c3b8c4c17329e58da3ffff0f47cfdee463b472dd7a 172849 ports "Ports tree" on +src.txz 0ae617e16d990fcf5efe2760d3da2fe39e07fcb26ff1c7379ce7bea962d241b7 79973 src "System source tree" off +tests.txz f916c230de8ca09d60feb45ddc045c9a96865eff0af39f203b7d7fbc9b361dfb 4076 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-11.2-BETA2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-11.2-BETA2 Sat May 19 18:39:02 2018 (r470423) @@ -0,0 +1,8 @@ +base-dbg.txz 7fccf7b126bf88a17a9e17ad4629bf5eadd8c7b35dd8ee5b8a68bfa76519310b 1424 base_dbg "Base system (Debugging)" off +base.txz 09a5c39f07d53b2579ad3b41b9f342c60a431a66db779790699110e8329ab791 22476 base "Base system (MANDATORY)" on +doc.txz 2a6ee56affdd9ff1ce72cca2d2c776627f27bf08512cff923b3f9f429f7cf033 120 doc "Additional Documentation" off +kernel-dbg.txz b66334ae90fea0329572ef739d224786d244b06c90d3f1048cd48edccfb79363 584 kernel_dbg "Kernel (Debugging)" off +kernel.txz 5dc22c984be44dcbeebe75db771c949ba15b59af6aa8658310665ee01274fa88 592 kernel "Kernel (MANDATORY)" on +ports.txz 01c584413ff243a319b636c3b8c4c17329e58da3ffff0f47cfdee463b472dd7a 172849 ports "Ports tree" on +src.txz 0ae617e16d990fcf5efe2760d3da2fe39e07fcb26ff1c7379ce7bea962d241b7 79973 src "System source tree" off +tests.txz 48b3c1e25908d774d28dcba587716283edc80798ceb64bfd944f08974d0ad5c7 4072 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-11.2-BETA2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-11.2-BETA2 Sat May 19 18:39:02 2018 (r470423) @@ -0,0 +1,8 @@ +base-dbg.txz 8f77ceb3aec0b8f14add495d2b8c1660a1ca3e888e108cf6c324d87c43ee0c67 1455 base_dbg "Base system (Debugging)" off +base.txz 3cd755c9ad03ab0f2e41f3b8e24c6d0f51ac71c212b603c20b05e13abc3d5c73 22855 base "Base system (MANDATORY)" on +doc.txz ffc25d3b2052977fee11431aba574a30c83516f4ada91df1b1b0e96a8096a4f0 120 doc "Additional Documentation" off +kernel-dbg.txz 3fc67dc769de5d4e2d78ad09b8498c4d2067162c8a00bf79ab78eabb3069d36d 881 kernel_dbg "Kernel (Debugging)" off +kernel.txz c265c90208dd9d1c373a90266fc3e067472b7af5ae878250dd9f7c384190620e 890 kernel "Kernel (MANDATORY)" on +ports.txz 01c584413ff243a319b636c3b8c4c17329e58da3ffff0f47cfdee463b472dd7a 172849 ports "Ports tree" on +src.txz 0ae617e16d990fcf5efe2760d3da2fe39e07fcb26ff1c7379ce7bea962d241b7 79973 src "System source tree" off +tests.txz 0c3d25b4332b63ec2875a76945ae738108a04a2a01961e4d601779fc794d9b04 4076 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-11.2-BETA2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-11.2-BETA2 Sat May 19 18:39:02 2018 (r470423) @@ -0,0 +1,8 @@ +base-dbg.txz 94439781703c5b8464ff6998ab5cc49f6d7a7144529dce33425229883f5ab039 1427 base_dbg "Base system (Debugging)" off +base.txz 2be3c5b4544538af9df00b11016956e6214d99445fd53fe768751d348d8777ba 22695 base "Base system (MANDATORY)" on +doc.txz 345a91608770b243e55f0af9f4206fe8ff63022ded6e8265bacf61f5a38deb1a 120 doc "Additional Documentation" off +kernel-dbg.txz 5dd6870ea971a7d4f4e6dd89ca34cbd8c789f25df9db0ae5babc87d632a59de9 595 kernel_dbg "Kernel (Debugging)" off +kernel.txz 94b6588b21485aa041b441ff22c77267f4333b2b34fcc3591ff4bd7346dbd8e3 603 kernel "Kernel (MANDATORY)" on +ports.txz 01c584413ff243a319b636c3b8c4c17329e58da3ffff0f47cfdee463b472dd7a 172849 ports "Ports tree" on +src.txz 0ae617e16d990fcf5efe2760d3da2fe39e07fcb26ff1c7379ce7bea962d241b7 79973 src "System source tree" off +tests.txz 1a1e13774a9da2d60ddb51bbf804ec5a077228684df897d23c47d43e18374e58 4071 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-11.2-BETA2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-11.2-BETA2 Sat May 19 18:39:02 2018 (r470423) @@ -0,0 +1,10 @@ +base-dbg.txz d211c069ce71da8fbdbb5e2e5a703e0f20f6ac1d94d8e1ab440461b8145d7f7d 1429 base_dbg "Base system (Debugging)" off +base.txz 9d2e6fccc757c803e19444462065214aa04269f01fc3cfba06afcc9171126b6a 22714 base "Base system (MANDATORY)" on +doc.txz 492c28d33c9a19df3dbb4f52bb773842b34ae99d06c856b97e86fe108142df9d 120 doc "Additional Documentation" off +kernel-dbg.txz 3c678a105df3aaad77e5fc76a9bdfd820391338a4bf1d644e3e92838203d6b62 688 kernel_dbg "Kernel (Debugging)" off +kernel.txz a9c2aa9d86be1a6ac1eb95d2eda23aa35e0d889083dd5167a4b0f73728716280 696 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 078f603fb2f771ebb31cbfca18907915a17f5c2b6bca1724d9471361d43928a3 207 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 78eec0944b50d53d8a841e4451162c11830811c46a23f00d9369d14199ee4deb 725 lib32 "32-bit compatibility libraries" on +ports.txz 01c584413ff243a319b636c3b8c4c17329e58da3ffff0f47cfdee463b472dd7a 172849 ports "Ports tree" on +src.txz 0ae617e16d990fcf5efe2760d3da2fe39e07fcb26ff1c7379ce7bea962d241b7 79973 src "System source tree" off +tests.txz ddcb9b2fd6a8f927f8908cff2daf44101d45664b41151e6b65a6248f32b2ab4d 4071 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-11.2-BETA2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-11.2-BETA2 Sat May 19 18:39:02 2018 (r470423) @@ -0,0 +1,8 @@ +base-dbg.txz 580ed1b8b0ab1fad1369ed540dc92c5df54699e312adf9b8512e223b45f5d18c 1425 base_dbg "Base system (Debugging)" off +base.txz c6d13e8f8bf19ba68f335b13e8b6824e882cdba1f48daec2e4a3f872e612062a 22630 base "Base system (MANDATORY)" on +doc.txz e36d755217bae221cf166726dc3a2be5da0daa9304464c29621f587b75263ccd 120 doc "Additional Documentation" off +kernel-dbg.txz b937c3fdf6c0e6790cd6f72b64e49e05e543d02997db8cf6c2eae09462739306 579 kernel_dbg "Kernel (Debugging)" off +kernel.txz ff122834bb4a88ffb45aee4ad427a8a488f57942ee06087c5ef7a1005c9556eb 587 kernel "Kernel (MANDATORY)" on +ports.txz 01c584413ff243a319b636c3b8c4c17329e58da3ffff0f47cfdee463b472dd7a 172849 ports "Ports tree" on +src.txz 0ae617e16d990fcf5efe2760d3da2fe39e07fcb26ff1c7379ce7bea962d241b7 79973 src "System source tree" off +tests.txz 9f3659a4f651267ca0b0390c61cda9ef96d0ea969c987a48dd19dc6c4378deac 4067 tests "Test suite" off Modified: head/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- head/misc/freebsd-release-manifests/pkg-plist Sat May 19 18:32:34 2018 (r470422) +++ head/misc/freebsd-release-manifests/pkg-plist Sat May 19 18:39:02 2018 (r470423) @@ -68,3 +68,9 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc-11.2-BETA1 %%DATADIR%%/MANIFESTS/powerpc-powerpc64-11.2-BETA1 %%DATADIR%%/MANIFESTS/sparc64-sparc64-11.2-BETA1 +%%DATADIR%%/MANIFESTS/amd64-amd64-11.2-BETA2 +%%DATADIR%%/MANIFESTS/arm64-aarch64-11.2-BETA2 +%%DATADIR%%/MANIFESTS/i386-i386-11.2-BETA2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc-11.2-BETA2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-11.2-BETA2 +%%DATADIR%%/MANIFESTS/sparc64-sparc64-11.2-BETA2 From owner-svn-ports-head@freebsd.org Sat May 19 18:41:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D61D6EDDE2F; Sat, 19 May 2018 18:41:09 +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 8791B7A305; Sat, 19 May 2018 18:41:09 +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 697192DFA; Sat, 19 May 2018 18:41:09 +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 w4JIf9OI068995; Sat, 19 May 2018 18:41:09 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JIf81F068989; Sat, 19 May 2018 18:41:08 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805191841.w4JIf81F068989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 19 May 2018 18:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470424 - in head/net-mgmt: . py-napalm-logs py-napalm-logs/files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/net-mgmt: . py-napalm-logs py-napalm-logs/files X-SVN-Commit-Revision: 470424 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 18:41:10 -0000 Author: miwi Date: Sat May 19 18:41:07 2018 New Revision: 470424 URL: https://svnweb.freebsd.org/changeset/ports/470424 Log: Parses syslog messages from network devices and produce JSON serializable Python objects, in a vendor agnostic shape. The output objects are structured following the OpenConfig or IETF YANG model specifications. WWW: https://github.com/napalm-automation/napalm-logs PR: 227719 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. Added: head/net-mgmt/py-napalm-logs/ head/net-mgmt/py-napalm-logs/Makefile (contents, props changed) head/net-mgmt/py-napalm-logs/distinfo (contents, props changed) head/net-mgmt/py-napalm-logs/files/ head/net-mgmt/py-napalm-logs/files/patch-napalm__logs_config_____init____.py (contents, props changed) head/net-mgmt/py-napalm-logs/files/pkg-message.in (contents, props changed) head/net-mgmt/py-napalm-logs/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sat May 19 18:39:02 2018 (r470423) +++ head/net-mgmt/Makefile Sat May 19 18:41:07 2018 (r470424) @@ -314,6 +314,7 @@ SUBDIR += py-msrest SUBDIR += py-msrestazure SUBDIR += py-napalm + SUBDIR += py-napalm-logs SUBDIR += py-ncclient SUBDIR += py-pdagent SUBDIR += py-pyIOSXR Added: head/net-mgmt/py-napalm-logs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-napalm-logs/Makefile Sat May 19 18:41:07 2018 (r470424) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= napalm-logs +DISTVERSION= 0.5.0 +CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= Cross-vendor normalisation for network syslog messages + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynacl>0:security/py-pynacl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}u-msgpack-python>0:devel/py-u-msgpack-python@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes + +SUB_FILES= pkg-message +SUB_LIST= PREFIX=${PREFIX} PYTHON_VER=${PYTHON_VER} + +post-patch: + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ + ${WRKSRC}/napalm_logs/config/__init__.py + +.include Added: head/net-mgmt/py-napalm-logs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-napalm-logs/distinfo Sat May 19 18:41:07 2018 (r470424) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526723764 +SHA256 (napalm-logs-0.5.0.tar.gz) = a4d9e06795844e7f375f2152163556d83a3685dc2f6efde379daca02a89acd43 +SIZE (napalm-logs-0.5.0.tar.gz) = 42289 Added: head/net-mgmt/py-napalm-logs/files/patch-napalm__logs_config_____init____.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-napalm-logs/files/patch-napalm__logs_config_____init____.py Sat May 19 18:41:07 2018 (r470424) @@ -0,0 +1,12 @@ +--- napalm_logs/config/__init__.py.orig 2018-05-19 10:13:50 UTC ++++ napalm_logs/config/__init__.py +@@ -11,7 +11,8 @@ import napalm_logs.ext.six as six + + # config + ROOT_DIR = '/' +-CONFIG_FILE = os.path.join(ROOT_DIR, 'etc', 'napalm', 'logs') ++#CONFIG_FILE = os.path.join(ROOT_DIR, 'etc', 'napalm', 'logs') ++CONFIG_FILE = os.path.join('%%PREFIX%%', 'etc', 'napalm', 'logs') + ADDRESS = '0.0.0.0' + PORT = 514 + LISTENER = 'udp' Added: head/net-mgmt/py-napalm-logs/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-napalm-logs/files/pkg-message.in Sat May 19 18:41:07 2018 (r470424) @@ -0,0 +1,57 @@ +=============================================================================== + +===================== + Paths / CLI version +===================== + +napalm-logs has been installed into: + +%%PREFIX%%/bin/napalm-logs-%%PYTHON_VER%% + +The default path for the configuration file is: + +%%PREFIX%%/etc/napalm/logs + +The default path for logfiles (will be created automatically on first run) is: + +/var/log/napalm/logs + +================================== + Message encryption / CLI version +================================== + +If the messaging between server/client should be encrypted, one will require a +certificate and a key otherwise the program will throw an exception and exits. + +Generate a certificate with the following command: + +$ openssl req -nodes -x509 -newkey rsa:4096 -keyout napalm-logs.key -out napalm-logs.crt -days 365 + +If no encryption is required, please read further below how to start the server +without a certificate. + +=================================== + Starting the server / CLI version +=================================== + +a) with encrypted messaging: + +# napalm-logs-%%PYTHON_VER%% --certificate napalm-logs.cert --keyfile napalm-logs.key + +b) with unencrypted messaging: + +# napalm-logs-%%PYTHON_VER%% --disable-security + +In both cases the server will listen on + + 0.0.0.0:514 [UDP / incoming syslog messages] + 0.0.0.0:49017 [TCP / incoming client requests] + +In case a) when security is enabled, the server will listen also on: + + 0.0.0.0:49018 [TCP / incoming authentication requests] + +Please read https://napalm-logs.readthedocs.io/en/latest for further +information. + +============================================================================== Added: head/net-mgmt/py-napalm-logs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/py-napalm-logs/pkg-descr Sat May 19 18:41:07 2018 (r470424) @@ -0,0 +1,5 @@ +Parses syslog messages from network devices and produce JSON serializable +Python objects, in a vendor agnostic shape. The output objects are structured +following the OpenConfig or IETF YANG model specifications. + +WWW: https://github.com/napalm-automation/napalm-logs From owner-svn-ports-head@freebsd.org Sat May 19 18:52:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ECC0EDE902; Sat, 19 May 2018 18:52:17 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4B2D7AD94; Sat, 19 May 2018 18:52:16 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C5E2330DB; Sat, 19 May 2018 18:52:16 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JIqGlT077712; Sat, 19 May 2018 18:52:16 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JIqGt9077709; Sat, 19 May 2018 18:52:16 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201805191852.w4JIqGt9077709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 19 May 2018 18:52:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470425 - head/editors/nano X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/editors/nano X-SVN-Commit-Revision: 470425 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 18:52:17 -0000 Author: danilo Date: Sat May 19 18:52:16 2018 New Revision: 470425 URL: https://svnweb.freebsd.org/changeset/ports/470425 Log: - Update to 2.9.7 Modified: head/editors/nano/Makefile head/editors/nano/distinfo Modified: head/editors/nano/Makefile ============================================================================== --- head/editors/nano/Makefile Sat May 19 18:41:07 2018 (r470424) +++ head/editors/nano/Makefile Sat May 19 18:52:16 2018 (r470425) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.9.6 +PORTVERSION= 2.9.7 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU Modified: head/editors/nano/distinfo ============================================================================== --- head/editors/nano/distinfo Sat May 19 18:41:07 2018 (r470424) +++ head/editors/nano/distinfo Sat May 19 18:52:16 2018 (r470425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525311599 -SHA256 (nano-2.9.6.tar.gz) = 4ec0a0196914a7665572bcd8a32d76535ea19a8213ea67cf8f63e8ce566b1e0a -SIZE (nano-2.9.6.tar.gz) = 2892819 +TIMESTAMP = 1526755276 +SHA256 (nano-2.9.7.tar.gz) = 9c7e1fe68a125a5f6e9a1118bb4928184124381dc80646714c86874964d92217 +SIZE (nano-2.9.7.tar.gz) = 2913055 From owner-svn-ports-head@freebsd.org Sat May 19 19:00:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BA3BEDECB3; Sat, 19 May 2018 19:00:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D25507B1A6; Sat, 19 May 2018 19:00:37 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B08A33108; Sat, 19 May 2018 19:00:37 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JJ0bbF078390; Sat, 19 May 2018 19:00:37 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JJ0bQd078388; Sat, 19 May 2018 19:00:37 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201805191900.w4JJ0bQd078388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 19 May 2018 19:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470426 - head/japanese/p5-Number-Phone-JP X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/japanese/p5-Number-Phone-JP X-SVN-Commit-Revision: 470426 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 19:00:38 -0000 Author: danilo Date: Sat May 19 19:00:36 2018 New Revision: 470426 URL: https://svnweb.freebsd.org/changeset/ports/470426 Log: - Update to 0.20180509 Modified: head/japanese/p5-Number-Phone-JP/Makefile head/japanese/p5-Number-Phone-JP/distinfo Modified: head/japanese/p5-Number-Phone-JP/Makefile ============================================================================== --- head/japanese/p5-Number-Phone-JP/Makefile Sat May 19 18:52:16 2018 (r470425) +++ head/japanese/p5-Number-Phone-JP/Makefile Sat May 19 19:00:36 2018 (r470426) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Number-Phone-JP -PORTVERSION= 0.20180402 +PORTVERSION= 0.20180509 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TANIGUCHI Modified: head/japanese/p5-Number-Phone-JP/distinfo ============================================================================== --- head/japanese/p5-Number-Phone-JP/distinfo Sat May 19 18:52:16 2018 (r470425) +++ head/japanese/p5-Number-Phone-JP/distinfo Sat May 19 19:00:36 2018 (r470426) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522897561 -SHA256 (Number-Phone-JP-0.20180402.tar.gz) = a912ab6bbe023a718b1ae56690888e47e119ff9a0255460728fda67740df7d12 -SIZE (Number-Phone-JP-0.20180402.tar.gz) = 414687 +TIMESTAMP = 1526755874 +SHA256 (Number-Phone-JP-0.20180509.tar.gz) = dc12f976790e427283e083aaadadb23d49948125d8b6f3569d493ffa5e1b2c0a +SIZE (Number-Phone-JP-0.20180509.tar.gz) = 414692 From owner-svn-ports-head@freebsd.org Sat May 19 19:26:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8E46EE0B9B; Sat, 19 May 2018 19:26:27 +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 694137C0A2; Sat, 19 May 2018 19:26:27 +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 44D3F3955; Sat, 19 May 2018 19:26:27 +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 w4JJQRVX093841; Sat, 19 May 2018 19:26:27 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JJQQj2093839; Sat, 19 May 2018 19:26:26 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805191926.w4JJQQj2093839@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 19 May 2018 19:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470427 - head/www/py-requests-toolbelt X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/www/py-requests-toolbelt X-SVN-Commit-Revision: 470427 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 19:26:28 -0000 Author: miwi Date: Sat May 19 19:26:26 2018 New Revision: 470427 URL: https://svnweb.freebsd.org/changeset/ports/470427 Log: - Update to 0.8.0 PR: 22740 Submitted by: kai Approved by: wg (maintainer implicit) Sponsored by: iXsystems Inc. Modified: head/www/py-requests-toolbelt/Makefile head/www/py-requests-toolbelt/distinfo Modified: head/www/py-requests-toolbelt/Makefile ============================================================================== --- head/www/py-requests-toolbelt/Makefile Sat May 19 19:00:36 2018 (r470426) +++ head/www/py-requests-toolbelt/Makefile Sat May 19 19:26:26 2018 (r470427) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= requests-toolbelt -PORTVERSION= 0.7.0 +DISTVERSION= 0.8.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,23 @@ MAINTAINER= wg@FreeBSD.org COMMENT= Utility belt for advanced users of python-requests LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.0.1:www/py-requests@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.0.1:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes +PORTDOCS= * + +OPTIONS_DEFINE= DOCS +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} +DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/build/sphinx/html && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ + "! -name .buildinfo -and ! -name objects.inv") .include Modified: head/www/py-requests-toolbelt/distinfo ============================================================================== --- head/www/py-requests-toolbelt/distinfo Sat May 19 19:00:36 2018 (r470426) +++ head/www/py-requests-toolbelt/distinfo Sat May 19 19:26:26 2018 (r470427) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471871735 -SHA256 (requests-toolbelt-0.7.0.tar.gz) = 33899d4a559c3f0f5e9fbc115d337c4236febdc083755a160a4132d92fc3c91a -SIZE (requests-toolbelt-0.7.0.tar.gz) = 194062 +TIMESTAMP = 1524999808 +SHA256 (requests-toolbelt-0.8.0.tar.gz) = f6a531936c6fa4c6cfce1b9c10d5c4f498d16528d2a54a22ca00011205a187b5 +SIZE (requests-toolbelt-0.8.0.tar.gz) = 196129 From owner-svn-ports-head@freebsd.org Sat May 19 19:28:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3762EE0CE1; Sat, 19 May 2018 19:28:16 +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 45D117C20E; Sat, 19 May 2018 19:28:16 +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 21581395B; Sat, 19 May 2018 19:28:16 +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 w4JJSGjH094078; Sat, 19 May 2018 19:28:16 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JJSFsj094076; Sat, 19 May 2018 19:28:15 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805191928.w4JJSFsj094076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 19 May 2018 19:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470428 - head/devel/py-twine X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/devel/py-twine X-SVN-Commit-Revision: 470428 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 19:28:17 -0000 Author: miwi Date: Sat May 19 19:28:15 2018 New Revision: 470428 URL: https://svnweb.freebsd.org/changeset/ports/470428 Log: - Update to 1.11.0 PR: 227843 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout Sponsored by: iXsystems Inc. Modified: head/devel/py-twine/Makefile head/devel/py-twine/distinfo Modified: head/devel/py-twine/Makefile ============================================================================== --- head/devel/py-twine/Makefile Sat May 19 19:26:26 2018 (r470427) +++ head/devel/py-twine/Makefile Sat May 19 19:28:15 2018 (r470428) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twine -PORTVERSION= 1.8.1 +DISTVERSION= 1.11.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,14 +11,16 @@ MAINTAINER= tj@FreeBSD.org COMMENT= Collection of utilities for interacting with PyPI LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clint>=0:devel/py-clint@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pkginfo>=0:sysutils/py-pkginfo@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0:www/py-requests-toolbelt@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pkginfo>=0:sysutils/py-pkginfo@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0:www/py-requests-toolbelt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes .include Modified: head/devel/py-twine/distinfo ============================================================================== --- head/devel/py-twine/distinfo Sat May 19 19:26:26 2018 (r470427) +++ head/devel/py-twine/distinfo Sat May 19 19:28:15 2018 (r470428) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475691342 -SHA256 (twine-1.8.1.tar.gz) = 68b663691a947b844f92853c992d42bb68b6333bffc9ab7f661346b001c1da82 -SIZE (twine-1.8.1.tar.gz) = 32170 +TIMESTAMP = 1524994122 +SHA256 (twine-1.11.0.tar.gz) = 2fd9a4d9ff0bcacf41fdc40c8cb0cfaef1f1859457c9653fd1b92237cc4e9f25 +SIZE (twine-1.11.0.tar.gz) = 44683 From owner-svn-ports-head@freebsd.org Sat May 19 19:30:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD043EE0F35; Sat, 19 May 2018 19:30:43 +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 723407C356; Sat, 19 May 2018 19:30:43 +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 54310396F; Sat, 19 May 2018 19:30:43 +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 w4JJUhFG095113; Sat, 19 May 2018 19:30:43 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JJUgHA095111; Sat, 19 May 2018 19:30:42 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805191930.w4JJUgHA095111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 19 May 2018 19:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470429 - head/sysutils/py-pkginfo X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/sysutils/py-pkginfo X-SVN-Commit-Revision: 470429 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 19:30:43 -0000 Author: miwi Date: Sat May 19 19:30:42 2018 New Revision: 470429 URL: https://svnweb.freebsd.org/changeset/ports/470429 Log: - Update to 1.4.2 PR: 227838 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout Sponsored by: iXsystems Inc. Modified: head/sysutils/py-pkginfo/Makefile head/sysutils/py-pkginfo/distinfo Modified: head/sysutils/py-pkginfo/Makefile ============================================================================== --- head/sysutils/py-pkginfo/Makefile Sat May 19 19:28:15 2018 (r470428) +++ head/sysutils/py-pkginfo/Makefile Sat May 19 19:30:42 2018 (r470429) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkginfo -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +10,21 @@ MAINTAINER= che@bein.link COMMENT= Query metadatdata from sdists / bdists / installed packages LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes +PORTDOCS= * + +OPTIONS_DEFINE= DOCS +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} +DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/build/sphinx/html && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ + "! -name .buildinfo -and ! -name objects.inv") .include Modified: head/sysutils/py-pkginfo/distinfo ============================================================================== --- head/sysutils/py-pkginfo/distinfo Sat May 19 19:28:15 2018 (r470428) +++ head/sysutils/py-pkginfo/distinfo Sat May 19 19:30:42 2018 (r470429) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508436879 -SHA256 (pkginfo-1.4.1.tar.gz) = bb1a6aeabfc898f5df124e7e00303a5b3ec9a489535f346bfbddb081af93f89e -SIZE (pkginfo-1.4.1.tar.gz) = 32001 +TIMESTAMP = 1524990990 +SHA256 (pkginfo-1.4.2.tar.gz) = 5878d542a4b3f237e359926384f1dde4e099c9f5525d236b1840cf704fa8d474 +SIZE (pkginfo-1.4.2.tar.gz) = 33539 From owner-svn-ports-head@freebsd.org Sat May 19 19:52:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB0ABEE1BC7; Sat, 19 May 2018 19:52:10 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F8DE7D34D; Sat, 19 May 2018 19:52:10 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51C283EE6; Sat, 19 May 2018 19:52:10 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JJqAir009716; Sat, 19 May 2018 19:52:10 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JJq9aD009711; Sat, 19 May 2018 19:52:09 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201805191952.w4JJq9aD009711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 19 May 2018 19:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470430 - in head/net/openmpi3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/net/openmpi3: . files X-SVN-Commit-Revision: 470430 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 19:52:11 -0000 Author: danilo Date: Sat May 19 19:52:09 2018 New Revision: 470430 URL: https://svnweb.freebsd.org/changeset/ports/470430 Log: - Update to 3.1.0 Added: head/net/openmpi3/files/patch-opal_mca_pmix_pmix2x_pmix_src_mca_pshmem_mmap_pshmem__mmap.c (contents, props changed) Deleted: head/net/openmpi3/files/patch-opal_mca_pmix_pmix2x_pmix_src_sm_pmix__mmap.c Modified: head/net/openmpi3/Makefile head/net/openmpi3/distinfo head/net/openmpi3/pkg-plist Modified: head/net/openmpi3/Makefile ============================================================================== --- head/net/openmpi3/Makefile Sat May 19 19:30:42 2018 (r470429) +++ head/net/openmpi3/Makefile Sat May 19 19:52:09 2018 (r470430) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= openmpi -PORTVERSION= 3.0.1 +PORTVERSION= 3.1.0 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 3 @@ -25,7 +25,7 @@ HAS_CONFIGURE= yes INSTALL_TARGET= install-strip # :keepla because port uses lt_dlopen USES= fortran gmake libtool:keepla localbase perl5 \ - pkgconfig tar:bzip2 + pkgconfig shebangfix tar:bzip2 USE_PERL5= build MPIBASE?= mpi @@ -52,6 +52,9 @@ USE_LDCONFIG= ${PREFIX}/${MPIDIR}/lib \ ${PREFIX}/${MPIDIR}/lib/openmpi MANPREFIX= ${PREFIX}/${MPIDIR} + +SHEBANG_FILES= ompi/mca/common/monitoring/profile2mat.pl \ + ompi/mca/common/monitoring/aggregate_profile.pl OPTIONS_DEFINE= DEBUG IPV6 SLURM TORQUE TORQUE_DESC= Enable Torque support Modified: head/net/openmpi3/distinfo ============================================================================== --- head/net/openmpi3/distinfo Sat May 19 19:30:42 2018 (r470429) +++ head/net/openmpi3/distinfo Sat May 19 19:52:09 2018 (r470430) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522411253 -SHA256 (openmpi-3.0.1.tar.bz2) = 663450d1ee7838b03644507e8a76edfb1fba23e601e9e0b5b2a738e54acd785d -SIZE (openmpi-3.0.1.tar.bz2) = 9176460 +TIMESTAMP = 1526137814 +SHA256 (openmpi-3.1.0.tar.bz2) = b25c044124cc859c0b4e6e825574f9439a51683af1950f6acda1951f5ccdf06c +SIZE (openmpi-3.1.0.tar.bz2) = 9443759 Added: head/net/openmpi3/files/patch-opal_mca_pmix_pmix2x_pmix_src_mca_pshmem_mmap_pshmem__mmap.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openmpi3/files/patch-opal_mca_pmix_pmix2x_pmix_src_mca_pshmem_mmap_pshmem__mmap.c Sat May 19 19:52:09 2018 (r470430) @@ -0,0 +1,20 @@ +--- opal/mca/pmix/pmix2x/pmix/src/mca/pshmem/mmap/pshmem_mmap.c.orig 2018-05-03 01:53:36 UTC ++++ opal/mca/pmix/pmix2x/pmix/src/mca/pshmem/mmap/pshmem_mmap.c +@@ -79,6 +79,9 @@ static int _mmap_segment_create(pmix_pshmem_seg_t *sm_ + if (0 != (rc = posix_fallocate(sm_seg->seg_id, 0, size))) { + pmix_output_verbose(2, pmix_globals.debug_output, + "sys call posix_fallocate(2) fail\n"); ++ if (EINVAL == rc) { ++ goto ftruncate; ++ } + if (ENOSPC == rc) { + rc = PMIX_ERR_OUT_OF_RESOURCE; + goto out; +@@ -98,6 +101,7 @@ static int _mmap_segment_create(pmix_pshmem_seg_t *sm_ + goto map_memory; + } + #endif ++ftruncate: + if (0 != ftruncate(sm_seg->seg_id, size)) { + pmix_output_verbose(2, pmix_globals.debug_output, + "sys call ftruncate(2) fail\n"); Modified: head/net/openmpi3/pkg-plist ============================================================================== --- head/net/openmpi3/pkg-plist Sat May 19 19:30:42 2018 (r470429) +++ head/net/openmpi3/pkg-plist Sat May 19 19:52:09 2018 (r470430) @@ -1,3 +1,4 @@ +%%MPIDIR%%/bin/aggregate_profile.pl %%MPIDIR%%/bin/mpiCC %%MPIDIR%%/bin/mpic++ %%MPIDIR%%/bin/mpicc @@ -23,9 +24,12 @@ %%MPIDIR%%/bin/ortecc %%MPIDIR%%/bin/orted %%MPIDIR%%/bin/orterun +%%MPIDIR%%/bin/profile2mat.pl +%%MPIDIR%%/bin/prun %%MPIDIR%%/%%ETCDIR%%-default-hostfile %%MPIDIR%%/%%ETCDIR%%-mca-params.conf %%MPIDIR%%/%%ETCDIR%%-totalview.tcl +%%MPIDIR%%/etc/pmix-mca-params.conf %%MPIDIR%%/include/mpi-ext.h %%MPIDIR%%/include/mpi.h %%MPIDIR%%/include/mpi_portable_platform.h @@ -74,45 +78,49 @@ %%MPIDIR%%/include/openmpi/ompi/mpi/cxx/win_inln.h %%MPIDIR%%/include/openmpi/ompi/mpiext/affinity/c/mpiext_affinity_c.h %%MPIDIR%%/include/openmpi/ompi/mpiext/cuda/c/mpiext_cuda_c.h +%%MPIDIR%%/lib/libmca_common_monitoring.la +%%MPIDIR%%/lib/libmca_common_monitoring.so +%%MPIDIR%%/lib/libmca_common_monitoring.so.50 +%%MPIDIR%%/lib/libmca_common_monitoring.so.50.0.0 %%MPIDIR%%/lib/libmca_common_ompio.la %%MPIDIR%%/lib/libmca_common_ompio.so %%MPIDIR%%/lib/libmca_common_ompio.so.41 -%%MPIDIR%%/lib/libmca_common_ompio.so.41.0.0 +%%MPIDIR%%/lib/libmca_common_ompio.so.41.9.0 %%MPIDIR%%/lib/libmca_common_sm.la %%MPIDIR%%/lib/libmca_common_sm.so %%MPIDIR%%/lib/libmca_common_sm.so.40 -%%MPIDIR%%/lib/libmca_common_sm.so.40.0.0 +%%MPIDIR%%/lib/libmca_common_sm.so.40.10.0 %%MPIDIR%%/lib/libmpi.la %%MPIDIR%%/lib/libmpi.so %%MPIDIR%%/lib/libmpi.so.40 -%%MPIDIR%%/lib/libmpi.so.40.0.1 +%%MPIDIR%%/lib/libmpi.so.40.10.0 %%MPIDIR%%/lib/libmpi_cxx.la %%MPIDIR%%/lib/libmpi_cxx.so %%MPIDIR%%/lib/libmpi_cxx.so.40 -%%MPIDIR%%/lib/libmpi_cxx.so.40.0.0 +%%MPIDIR%%/lib/libmpi_cxx.so.40.10.0 %%MPIDIR%%/lib/libmpi_mpifh.la %%MPIDIR%%/lib/libmpi_mpifh.so %%MPIDIR%%/lib/libmpi_mpifh.so.40 -%%MPIDIR%%/lib/libmpi_mpifh.so.40.0.0 +%%MPIDIR%%/lib/libmpi_mpifh.so.40.10.0 %%MPIDIR%%/lib/libmpi_usempi.la %%MPIDIR%%/lib/libmpi_usempi.so %%MPIDIR%%/lib/libmpi_usempi.so.40 -%%MPIDIR%%/lib/libmpi_usempi.so.40.0.0 +%%MPIDIR%%/lib/libmpi_usempi.so.40.10.0 %%MPIDIR%%/lib/libompitrace.la %%MPIDIR%%/lib/libompitrace.so %%MPIDIR%%/lib/libompitrace.so.40 -%%MPIDIR%%/lib/libompitrace.so.40.0.0 +%%MPIDIR%%/lib/libompitrace.so.40.10.0 %%MPIDIR%%/lib/libopen-pal.la %%MPIDIR%%/lib/libopen-pal.so %%MPIDIR%%/lib/libopen-pal.so.40 -%%MPIDIR%%/lib/libopen-pal.so.40.1.0 +%%MPIDIR%%/lib/libopen-pal.so.40.10.0 %%MPIDIR%%/lib/libopen-rte.la %%MPIDIR%%/lib/libopen-rte.so %%MPIDIR%%/lib/libopen-rte.so.40 -%%MPIDIR%%/lib/libopen-rte.so.40.0.1 -%%MPIDIR%%/lib/monitoring_prof.la -%%MPIDIR%%/lib/monitoring_prof.so +%%MPIDIR%%/lib/libopen-rte.so.40.10.0 %%MPIDIR%%/lib/mpi.mod +%%MPIDIR%%/lib/ompi_monitoring_prof.la +%%MPIDIR%%/lib/ompi_monitoring_prof.so %%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.la %%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.so %%MPIDIR%%/lib/openmpi/mca_allocator_basic.la @@ -135,10 +143,14 @@ %%MPIDIR%%/lib/openmpi/mca_coll_inter.so %%MPIDIR%%/lib/openmpi/mca_coll_libnbc.la %%MPIDIR%%/lib/openmpi/mca_coll_libnbc.so +%%MPIDIR%%/lib/openmpi/mca_coll_monitoring.la +%%MPIDIR%%/lib/openmpi/mca_coll_monitoring.so %%MPIDIR%%/lib/openmpi/mca_coll_self.la %%MPIDIR%%/lib/openmpi/mca_coll_self.so %%MPIDIR%%/lib/openmpi/mca_coll_sm.la %%MPIDIR%%/lib/openmpi/mca_coll_sm.so +%%MPIDIR%%/lib/openmpi/mca_coll_spacc.la +%%MPIDIR%%/lib/openmpi/mca_coll_spacc.so %%MPIDIR%%/lib/openmpi/mca_coll_sync.la %%MPIDIR%%/lib/openmpi/mca_coll_sync.so %%MPIDIR%%/lib/openmpi/mca_coll_tuned.la @@ -211,6 +223,8 @@ %%MPIDIR%%/lib/openmpi/mca_odls_default.so %%MPIDIR%%/lib/openmpi/mca_oob_tcp.la %%MPIDIR%%/lib/openmpi/mca_oob_tcp.so +%%MPIDIR%%/lib/openmpi/mca_osc_monitoring.la +%%MPIDIR%%/lib/openmpi/mca_osc_monitoring.so %%MPIDIR%%/lib/openmpi/mca_osc_pt2pt.la %%MPIDIR%%/lib/openmpi/mca_osc_pt2pt.so %%MPIDIR%%/lib/openmpi/mca_osc_rdma.la @@ -241,6 +255,12 @@ %%MPIDIR%%/lib/openmpi/mca_ras_simulator.so %%MPIDIR%%/lib/openmpi/mca_rcache_grdma.la %%MPIDIR%%/lib/openmpi/mca_rcache_grdma.so +%%MPIDIR%%/lib/openmpi/mca_reachable_weighted.la +%%MPIDIR%%/lib/openmpi/mca_reachable_weighted.so +%%MPIDIR%%/lib/openmpi/mca_regx_fwd.la +%%MPIDIR%%/lib/openmpi/mca_regx_fwd.so +%%MPIDIR%%/lib/openmpi/mca_regx_reverse.la +%%MPIDIR%%/lib/openmpi/mca_regx_reverse.so %%MPIDIR%%/lib/openmpi/mca_rmaps_mindist.la %%MPIDIR%%/lib/openmpi/mca_rmaps_mindist.so %%MPIDIR%%/lib/openmpi/mca_rmaps_ppr.la @@ -301,6 +321,18 @@ %%MPIDIR%%/lib/openmpi/mca_topo_treematch.so %%MPIDIR%%/lib/openmpi/mca_vprotocol_pessimist.la %%MPIDIR%%/lib/openmpi/mca_vprotocol_pessimist.so +%%MPIDIR%%/lib/pmix/mca_bfrops_v12.la +%%MPIDIR%%/lib/pmix/mca_bfrops_v12.so +%%MPIDIR%%/lib/pmix/mca_bfrops_v20.la +%%MPIDIR%%/lib/pmix/mca_bfrops_v20.so +%%MPIDIR%%/lib/pmix/mca_bfrops_v21.la +%%MPIDIR%%/lib/pmix/mca_bfrops_v21.so +%%MPIDIR%%/lib/pmix/mca_gds_ds12.la +%%MPIDIR%%/lib/pmix/mca_gds_ds12.so +%%MPIDIR%%/lib/pmix/mca_gds_hash.la +%%MPIDIR%%/lib/pmix/mca_gds_hash.so +%%MPIDIR%%/lib/pmix/mca_preg_native.la +%%MPIDIR%%/lib/pmix/mca_preg_native.so %%MPIDIR%%/lib/pmix/mca_psec_native.la %%MPIDIR%%/lib/pmix/mca_psec_native.so %%MPIDIR%%/lib/pmix/mca_psec_none.la @@ -309,6 +341,8 @@ %%MPIDIR%%/lib/pmix/mca_psensor_file.so %%MPIDIR%%/lib/pmix/mca_psensor_heartbeat.la %%MPIDIR%%/lib/pmix/mca_psensor_heartbeat.so +%%MPIDIR%%/lib/pmix/mca_pshmem_mmap.la +%%MPIDIR%%/lib/pmix/mca_pshmem_mmap.so %%MPIDIR%%/lib/pmix/mca_ptl_tcp.la %%MPIDIR%%/lib/pmix/mca_ptl_tcp.so %%MPIDIR%%/lib/pmix/mca_ptl_usock.la @@ -330,7 +364,6 @@ %%MPIDIR%%/man/man1/mpifort.1.gz %%MPIDIR%%/man/man1/mpirun.1.gz %%MPIDIR%%/man/man1/ompi-clean.1.gz -%%MPIDIR%%/man/man1/ompi-dvm.1.gz %%MPIDIR%%/man/man1/ompi-ps.1.gz %%MPIDIR%%/man/man1/ompi-server.1.gz %%MPIDIR%%/man/man1/ompi-top.1.gz @@ -344,6 +377,7 @@ %%MPIDIR%%/man/man1/orte-top.1.gz %%MPIDIR%%/man/man1/orted.1.gz %%MPIDIR%%/man/man1/orterun.1.gz +%%MPIDIR%%/man/man1/prun.1.gz %%MPIDIR%%/man/man3/MPI.3.gz %%MPIDIR%%/man/man3/MPIX_Query_cuda_support.3.gz %%MPIDIR%%/man/man3/MPI_Abort.3.gz @@ -814,6 +848,7 @@ %%MPIDIR%%/%%DATADIR%%/help-orte-rmaps-rr.txt %%MPIDIR%%/%%DATADIR%%/help-orte-rmaps-seq.txt %%MPIDIR%%/%%DATADIR%%/help-orte-rtc-base.txt +%%MPIDIR%%/%%DATADIR%%/help-orte-rtc-hwloc.txt %%MPIDIR%%/%%DATADIR%%/help-orte-runtime.txt %%MPIDIR%%/%%DATADIR%%/help-orte-server.txt %%MPIDIR%%/%%DATADIR%%/help-orte-snapc-base.txt From owner-svn-ports-head@freebsd.org Sat May 19 20:16:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D31DEE2844; Sat, 19 May 2018 20:16:19 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D74EE7E3EB; Sat, 19 May 2018 20:16:18 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9F42428A; Sat, 19 May 2018 20:16:18 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JKGIkp020620; Sat, 19 May 2018 20:16:18 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JKGIqk020617; Sat, 19 May 2018 20:16:18 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201805192016.w4JKGIqk020617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 19 May 2018 20:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470431 - head/math/armadillo X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/math/armadillo X-SVN-Commit-Revision: 470431 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 20:16:19 -0000 Author: danilo Date: Sat May 19 20:16:17 2018 New Revision: 470431 URL: https://svnweb.freebsd.org/changeset/ports/470431 Log: - Update to 8.500.1 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Sat May 19 19:52:09 2018 (r470430) +++ head/math/armadillo/Makefile Sat May 19 20:16:17 2018 (r470431) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 8.500.0 +PORTVERSION= 8.500.1 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Sat May 19 19:52:09 2018 (r470430) +++ head/math/armadillo/distinfo Sat May 19 20:16:17 2018 (r470431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525286738 -SHA256 (armadillo-8.500.0.tar.xz) = f51c69f45cfbd4773c77ded333c8ff9cdd9a8e0d5a1c011b6a0333ab4b8cbbf1 -SIZE (armadillo-8.500.0.tar.xz) = 4604556 +TIMESTAMP = 1526755845 +SHA256 (armadillo-8.500.1.tar.xz) = ace40efbe2df4b418ec713c71bbd20cedfa92a55015f810639319dec477aa12e +SIZE (armadillo-8.500.1.tar.xz) = 4772340 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Sat May 19 19:52:09 2018 (r470430) +++ head/math/armadillo/pkg-plist Sat May 19 20:16:17 2018 (r470431) @@ -540,7 +540,7 @@ include/armadillo_bits/xvec_htrans_bones.hpp include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.8 -lib/libarmadillo.so.8.500.0 +lib/libarmadillo.so.8.500.1 libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake From owner-svn-ports-head@freebsd.org Sat May 19 20:21:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3400EE2B36; Sat, 19 May 2018 20:21: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 757767E793; Sat, 19 May 2018 20:21:55 +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 57ED64316; Sat, 19 May 2018 20:21:55 +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 w4JKLtjY025354; Sat, 19 May 2018 20:21:55 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JKLtIl025353; Sat, 19 May 2018 20:21:55 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201805192021.w4JKLtIl025353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 19 May 2018 20:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470432 - head/databases/influxdb X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/databases/influxdb X-SVN-Commit-Revision: 470432 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 20:21:55 -0000 Author: joneum Date: Sat May 19 20:21:54 2018 New Revision: 470432 URL: https://svnweb.freebsd.org/changeset/ports/470432 Log: databases/influxdb: Update to 1.5.2 PR: 227818 Reported by: Chris Gordon Approved by: maintainer timeout (2 weeks) Modified: head/databases/influxdb/Makefile head/databases/influxdb/distinfo Modified: head/databases/influxdb/Makefile ============================================================================== --- head/databases/influxdb/Makefile Sat May 19 20:16:17 2018 (r470431) +++ head/databases/influxdb/Makefile Sat May 19 20:21:54 2018 (r470432) @@ -2,7 +2,7 @@ PORTNAME= influxdb DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.2 CATEGORIES= databases net-mgmt MAINTAINER= cheffo@freebsd-bg.org Modified: head/databases/influxdb/distinfo ============================================================================== --- head/databases/influxdb/distinfo Sat May 19 20:16:17 2018 (r470431) +++ head/databases/influxdb/distinfo Sat May 19 20:21:54 2018 (r470432) @@ -1,6 +1,6 @@ -TIMESTAMP = 1520600461 -SHA256 (influxdata-influxdb-v1.5.0_GH0.tar.gz) = 1ef9745c8295df9ee7cea360b3a3b74f9d8c204cc67e470f4b5b9fb974b199c2 -SIZE (influxdata-influxdb-v1.5.0_GH0.tar.gz) = 1224087 +TIMESTAMP = 1526761055 +SHA256 (influxdata-influxdb-v1.5.2_GH0.tar.gz) = 3a021524337dc91336b8bb4155681ea55bed27ba8918fc1df8499f66c1851473 +SIZE (influxdata-influxdb-v1.5.2_GH0.tar.gz) = 1228832 SHA256 (BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2 SIZE (BurntSushi-toml-a368813_GH0.tar.gz) = 42252 SHA256 (RoaringBitmap-roaring-cefad6e_GH0.tar.gz) = 8205b3d72b7ad39e0ba67f5e59eba168e77eb1816138dfb77aff668cb1fc2835 From owner-svn-ports-head@freebsd.org Sat May 19 20:35:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DCBCEE3477; Sat, 19 May 2018 20:35:46 +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 1DE727F252; Sat, 19 May 2018 20:35:46 +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 F341445EA; Sat, 19 May 2018 20:35:45 +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 w4JKZjKg030951; Sat, 19 May 2018 20:35:45 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JKZjGh030948; Sat, 19 May 2018 20:35:45 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201805192035.w4JKZjGh030948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 19 May 2018 20:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470433 - head/x11/babl X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/x11/babl X-SVN-Commit-Revision: 470433 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 20:35:46 -0000 Author: kwm Date: Sat May 19 20:35:45 2018 New Revision: 470433 URL: https://svnweb.freebsd.org/changeset/ports/470433 Log: Update babl to 0.1.48. Modified: head/x11/babl/Makefile head/x11/babl/distinfo head/x11/babl/pkg-plist Modified: head/x11/babl/Makefile ============================================================================== --- head/x11/babl/Makefile Sat May 19 20:21:54 2018 (r470432) +++ head/x11/babl/Makefile Sat May 19 20:35:45 2018 (r470433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= babl -PORTVERSION= 0.1.46 +PORTVERSION= 0.1.48 CATEGORIES= x11 MASTER_SITES= GIMP Modified: head/x11/babl/distinfo ============================================================================== --- head/x11/babl/distinfo Sat May 19 20:21:54 2018 (r470432) +++ head/x11/babl/distinfo Sat May 19 20:35:45 2018 (r470433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523722443 -SHA256 (babl-0.1.46.tar.bz2) = bbc2403b1badf8014ec42200e65d7b1f46e68e627c33c6242fa31ac5dc869e5b -SIZE (babl-0.1.46.tar.bz2) = 653887 +TIMESTAMP = 1526761552 +SHA256 (babl-0.1.48.tar.bz2) = be9bd05cf55c8e46609ac1a30b1f63fe3917e0d7643c4d8d2798b68f3f752615 +SIZE (babl-0.1.48.tar.bz2) = 659945 Modified: head/x11/babl/pkg-plist ============================================================================== --- head/x11/babl/pkg-plist Sat May 19 20:21:54 2018 (r470432) +++ head/x11/babl/pkg-plist Sat May 19 20:35:45 2018 (r470433) @@ -32,5 +32,5 @@ lib/babl-0.1/u32.so lib/babl-0.1/ycbcr.so lib/libbabl-0.1.so lib/libbabl-0.1.so.0 -lib/libbabl-0.1.so.0.145.1 +lib/libbabl-0.1.so.0.147.1 libdata/pkgconfig/babl.pc From owner-svn-ports-head@freebsd.org Sat May 19 21:08:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94874EE4205; Sat, 19 May 2018 21:08:23 +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 3AFD9802CE; Sat, 19 May 2018 21:08:23 +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 169554AE4; Sat, 19 May 2018 21:08:23 +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 w4JL8M1C046289; Sat, 19 May 2018 21:08:22 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JL8MoE046287; Sat, 19 May 2018 21:08:22 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805192108.w4JL8MoE046287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 19 May 2018 21:08:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470434 - head/www/palemoon X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/www/palemoon X-SVN-Commit-Revision: 470434 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 21:08:23 -0000 Author: tobik Date: Sat May 19 21:08:22 2018 New Revision: 470434 URL: https://svnweb.freebsd.org/changeset/ports/470434 Log: www/palemoon: Update to 27.9.2 Changes: http://www.palemoon.org/releasenotes.shtml PR: 228356 Approved by: lichray@gmail.com (maintainer) Modified: head/www/palemoon/Makefile head/www/palemoon/distinfo Modified: head/www/palemoon/Makefile ============================================================================== --- head/www/palemoon/Makefile Sat May 19 20:35:45 2018 (r470433) +++ head/www/palemoon/Makefile Sat May 19 21:08:22 2018 (r470434) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= palemoon -DISTVERSION= 27.9.1 +DISTVERSION= 27.9.2 DISTVERSIONSUFFIX=_Release CATEGORIES= www ipv6 Modified: head/www/palemoon/distinfo ============================================================================== --- head/www/palemoon/distinfo Sat May 19 20:35:45 2018 (r470433) +++ head/www/palemoon/distinfo Sat May 19 21:08:22 2018 (r470434) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525897958 -SHA256 (MoonchildProductions-Pale-Moon-27.9.1_Release_GH0.tar.gz) = 581164f3067bfb25559f227d36e7780296c460923849c82edb05b3f074076b32 -SIZE (MoonchildProductions-Pale-Moon-27.9.1_Release_GH0.tar.gz) = 175356518 +TIMESTAMP = 1526691792 +SHA256 (MoonchildProductions-Pale-Moon-27.9.2_Release_GH0.tar.gz) = ddd30b2cf74ba86776ec6e127da47a139e1643e073629ffb158c332032782274 +SIZE (MoonchildProductions-Pale-Moon-27.9.2_Release_GH0.tar.gz) = 175348772 From owner-svn-ports-head@freebsd.org Sat May 19 22:19:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FC71EE65B9; Sat, 19 May 2018 22:19:56 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B53AD82863; Sat, 19 May 2018 22:19:55 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 90DA7566A; Sat, 19 May 2018 22:19:55 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JMJtmD081407; Sat, 19 May 2018 22:19:55 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JMJsJY081402; Sat, 19 May 2018 22:19:54 GMT (envelope-from dch@FreeBSD.org) Message-Id: <201805192219.w4JMJsJY081402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Sat, 19 May 2018 22:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470435 - in head/net/zerotier: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dch X-SVN-Commit-Paths: in head/net/zerotier: . files X-SVN-Commit-Revision: 470435 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2018 22:19:56 -0000 Author: dch Date: Sat May 19 22:19:54 2018 New Revision: 470435 URL: https://svnweb.freebsd.org/changeset/ports/470435 Log: net/zerotier: update 1.2.4 to 1.2.8 - add debugging support to stdout as ports option - fix clang++ 6.0.0 compatibility - add ipfilter to rcorder list Reviewed by: mat Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D15133 Added: head/net/zerotier/files/patch-make-bsd.mk (contents, props changed) head/net/zerotier/files/patch-node_Packet.cpp (contents, props changed) Modified: head/net/zerotier/Makefile head/net/zerotier/distinfo head/net/zerotier/files/zerotier.in Modified: head/net/zerotier/Makefile ============================================================================== --- head/net/zerotier/Makefile Sat May 19 21:08:22 2018 (r470434) +++ head/net/zerotier/Makefile Sat May 19 22:19:54 2018 (r470435) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zerotier -PORTVERSION= 1.2.4 -PORTREVISION= 2 +DISTVERSION= 1.2.8 CATEGORIES= net MAINTAINER= dch@FreeBSD.org @@ -23,6 +22,10 @@ USE_GITHUB= yes GH_PROJECT= ZeroTierOne CFLAGS+= -flax-vector-conversions + +OPTIONS_DEFINE= DBG +DBG_DESC= Enable foreground debugging for zerotier-one daemon +DBG_ALL_TARGET= debug PLIST_FILES= bin/zerotier-cli bin/zerotier-idtool sbin/zerotier-one Modified: head/net/zerotier/distinfo ============================================================================== --- head/net/zerotier/distinfo Sat May 19 21:08:22 2018 (r470434) +++ head/net/zerotier/distinfo Sat May 19 22:19:54 2018 (r470435) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493361909 -SHA256 (zerotier-ZeroTierOne-1.2.4_GH0.tar.gz) = 9f275b3732b721f02cc4b8df75b51e6a8fb56dfe1a542a7bd681538d852b0358 -SIZE (zerotier-ZeroTierOne-1.2.4_GH0.tar.gz) = 7963254 +TIMESTAMP = 1525679369 +SHA256 (zerotier-ZeroTierOne-1.2.8_GH0.tar.gz) = 08e2df34550d6bb68e106eaac48babb481160046818b0944ec41f1e158548a47 +SIZE (zerotier-ZeroTierOne-1.2.8_GH0.tar.gz) = 6009764 Added: head/net/zerotier/files/patch-make-bsd.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/zerotier/files/patch-make-bsd.mk Sat May 19 22:19:54 2018 (r470435) @@ -0,0 +1,11 @@ +--- make-bsd.mk.orig 2018-05-18 08:50:17 UTC ++++ make-bsd.mk +@@ -159,7 +159,7 @@ clean: + rm -rf *.a *.o node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o build-* zerotier-one zerotier-idtool zerotier-selftest zerotier-cli $(ONE_OBJS) $(CORE_OBJS) + + debug: FORCE +- gmake -j 4 ZT_DEBUG=1 ++ $(MAKE) -j ZT_DEBUG=1 + + install: one + rm -f /usr/local/sbin/zerotier-one Added: head/net/zerotier/files/patch-node_Packet.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/zerotier/files/patch-node_Packet.cpp Sat May 19 22:19:54 2018 (r470435) @@ -0,0 +1,11 @@ +--- node/Packet.cpp.orig 2018-05-18 09:03:14 UTC ++++ node/Packet.cpp +@@ -332,7 +332,7 @@ static const int LZ4_minLength = (MFLIMIT+1); + + #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *after* variable declarations */ + +-static inline unsigned LZ4_NbCommonBytes (register reg_t val) ++static inline unsigned LZ4_NbCommonBytes (reg_t val) + { + if (LZ4_isLittleEndian()) { + if (sizeof(val)==8) { Modified: head/net/zerotier/files/zerotier.in ============================================================================== --- head/net/zerotier/files/zerotier.in Sat May 19 21:08:22 2018 (r470434) +++ head/net/zerotier/files/zerotier.in Sat May 19 22:19:54 2018 (r470435) @@ -4,7 +4,7 @@ # # PROVIDE: zerotier # REQUIRE: FILESYSTEMS netif -# BEFORE: pf ipfw +# BEFORE: pf ipfw ipfilter # KEYWORD: shutdown # # Add these lines to /etc/rc.conf.local or /etc/rc.conf